Blob Blame History Raw
# 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/powerpc-Blacklist-GCC-5.4-6.1-and-6.2.patch
	patches.rpmify/Add-ksym-provides-tool.patch
	patches.rpmify/Revert-kconfig-only-write-CONFIG_FOO-is-not-set-for-.patch
	patches.rpmify/arm64-make-STACKPROTECTOR_PER_TASK-configurable.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/PCI-endpoint-Use-sysfs_emit-in-show-functions.patch
	patches.suse/Revert-r8169-avoid-link-up-interrupt-issue-on-RTL810.patch
	patches.suse/console-consume-APC-DM-DCS.patch
	patches.suse/vt_kdsetmode-extend-console-locking.patch
	patches.suse/fsnotify-replace-igrab-with-ihold-on-attach-connector.patch
	patches.suse/fsnotify-count-s_fsnotify_inode_refs-for-attached-connectors.patch
	patches.suse/fsnotify-count-all-objects-with-attached-connectors.patch
	patches.suse/fsnotify-optimize-the-case-of-no-marks-of-any-type.patch
	patches.suse/udf-Check-LVID-earlier.patch
	patches.suse/udf-Fix-iocharset-utf8-mount-option.patch
	patches.suse/isofs-joliet-Fix-iocharset-utf8-mount-option.patch
	patches.suse/udf_get_extendedattr-had-no-boundary-checks.patch
	patches.suse/mm-Fix-comments-mentioning-i_mutex.patch
	patches.suse/documentation-Sync-file_operations-members-with-real.patch
	patches.suse/mm-Protect-operations-adding-pages-to-page-cache-wit.patch
	patches.suse/mm-Add-functions-to-lock-invalidate_lock-for-two-map.patch
	patches.suse/ext4-Convert-to-use-mapping-invalidate_lock.patch
	patches.suse/ext2-Convert-to-using-invalidate_lock.patch
	patches.suse/xfs-Refactor-xfs_isilocked.patch
	patches.suse/xfs-Convert-to-use-invalidate_lock.patch
	patches.suse/xfs-Convert-double-locking-of-MMAPLOCK-to-use-VFS-he.patch
	patches.suse/zonefs-Convert-to-using-invalidate_lock.patch
	patches.suse/f2fs-Convert-to-using-invalidate_lock.patch
	patches.suse/fuse-Convert-to-using-invalidate_lock.patch
	patches.suse/ceph-Fix-race-between-hole-punch-and-page-fault.patch
	patches.suse/cifs-Fix-race-between-hole-punch-and-page-fault.patch
	patches.suse/filesystems-locking-fix-Malformed-table-warning.patch
	patches.suse/regmap-fix-the-offset-of-register-error-log.patch
	patches.suse/regulator-tps65910-Silence-deferred-probe-error.patch
	patches.suse/regulator-vctrl-Use-locked-regulator_get_voltage-in-.patch
	patches.suse/regulator-vctrl-Avoid-lockdep-warning-in-enable-disa.patch
	patches.suse/spi-coldfire-qspi-Use-clk_disable_unprepare-in-the-r.patch
	patches.suse/spi-davinci-invoke-chipselect-callback.patch
	patches.suse/spi-linux-spi-spi.h-add-missing-struct-kernel-doc-en.patch
	patches.suse/spi-fsi-Reduce-max-transfer-size-to-8-bytes.patch
	patches.suse/spi-spi-fsl-dspi-Fix-issue-with-uninitialized-dma_sl.patch
	patches.suse/spi-spi-pic32-Fix-issue-with-uninitialized-dma_slave.patch
	patches.suse/spi-sprd-Fix-the-wrong-WDG_LOAD_VAL.patch
	patches.suse/spi-spi-zynq-qspi-use-wait_for_completion_timeout-to.patch
	patches.suse/power-supply-cw2015-use-dev_err_probe-to-allow-defer.patch
	patches.suse/power-supply-axp288_fuel_gauge-Report-register-addre.patch
	patches.suse/power-supply-max17042-handle-fails-of-reading-status.patch
	patches.suse/power-supply-smb347-charger-Add-missing-pin-control-.patch
	patches.suse/power-supply-max17042_battery-fix-typo-in-MAx17042_T.patch
	patches.suse/char-tpm-Kconfig-remove-bad-i2c-cr50-select.patch
	patches.suse/certs-Trigger-creation-of-RSA-module-signing-key-if-.patch
	patches.suse/tpm-ibmvtpm-Avoid-error-message-when-process-gets-si.patch
	patches.suse/crypto-public_key-fix-overflow-during-implicit-conve.patch
	patches.suse/fcntl-fix-potential-deadlocks-for-fown_struct.lock.patch
	patches.suse/fcntl-fix-potential-deadlock-for-fasync_struct.fa_lo.patch
	patches.suse/rcu-Fix-to-include-first-blocked-task-in-stall-warni.patch
	patches.suse/rcu-Fix-stall-warning-deadlock-due-to-non-release-of.patch
	patches.suse/rcu-tree-Handle-VM-stoppage-in-stall-detection.patch
	patches.suse/rcu-Replace-deprecated-CPU-hotplug-functions.patch
	patches.suse/rcu-Fix-macro-name-CONFIG_TASKS_RCU_TRACE.patch
	patches.suse/locktorture-Mark-statistics-data-races.patch
	patches.suse/locktorture-Count-lock-readers.patch
	patches.suse/torture-Replace-deprecated-CPU-hotplug-functions.patch
	patches.suse/crypto-mxs-dcp-Check-for-DMA-mapping-errors.patch
	patches.suse/crypto-mxs-dcp-Use-sg_mapping_iter-to-copy-data.patch
	patches.suse/crypto-x86-aes-ni-add-missing-error-checks-in-XTS-co.patch
	patches.suse/crypto-ecc-handle-unaligned-input-buffer-in-ecc_swap.patch
	patches.suse/crypto-omap-sham-clear-dma-flags-only-after-omap_sha.patch
	patches.suse/crypto-ccp-shutdown-SEV-firmware-on-kexec.patch
	patches.suse/crypto-virtio-Replace-deprecated-CPU-hotplug-functions.patch
	patches.suse/padata-Replace-deprecated-CPU-hotplug-functions.patch
	patches.suse/lib-mpi-use-kcalloc-in-mpi_resize.patch
	patches.suse/crypto-omap-Avoid-redundant-copy-when-using-truncate.patch
	patches.suse/crypto-omap-Fix-inconsistent-locking-of-device-lists.patch
	patches.suse/crypto-qat-use-proper-type-for-vf_mask.patch
	patches.suse/crypto-qat-enable-interrupts-only-after-ISR-allocati.patch
	patches.suse/crypto-qat-do-not-ignore-errors-from-enable_vf2pf_co.patch
	patches.suse/crypto-qat-handle-both-source-of-interrupt-in-VF-ISR.patch
	patches.suse/crypto-qat-prevent-spurious-MSI-interrupt-in-PF.patch
	patches.suse/crypto-qat-rename-compatibility-version-definition.patch
	patches.suse/crypto-qat-remove-intermediate-tasklet-for-vf2pf.patch
	patches.suse/crypto-qat-fix-reuse-of-completion-variable.patch
	patches.suse/crypto-qat-move-pf2vf-interrupt-en-dis-able-to-adf_v.patch
	patches.suse/crypto-qat-protect-interrupt-mask-CSRs-with-a-spinlo.patch
	patches.suse/crypto-qat-fix-naming-for-init-shutdown-VF-to-PF-not.patch
	patches.suse/crypto-qat-move-IO-virtualization-functions.patch
	patches.suse/crypto-qat-complete-all-the-init-steps-before-servic.patch
	patches.suse/crypto-qat-fix-naming-of-PF-VF-enable-functions.patch
	patches.suse/crypto-qat-do-not-export-adf_iov_putmsg.patch
	patches.suse/crypto-qat-store-vf.compatible-flag.patch
	patches.suse/crypto-hisilicon-sec-fix-the-abnormal-exiting-proces.patch
	patches.suse/crypto-hisilicon-sec-modify-the-hardware-endian-conf.patch
	patches.suse/crypto-tcrypt-Fix-missing-return-value-check.patch
	patches.suse/crypto-rmd320-remove-rmd320-in-Makefile.patch
	patches.suse/crypto-ccp-add-support-for-new-ccp-psp-device-id.patch
	patches.suse/crypto-aesni-xts_crypt-return-if-walk.nbytes-is-0.patch
	patches.suse/m68k-emu-Fix-invalid-free-in-nfeth_cleanup.patch
	patches.suse/m68k-Fix-invalid-RMW_INSNS-on-CPUs-that-lack-CAS.patch
	patches.suse/m68k-Fix-asm-register-constraints-for-atomic-ops.patch
	patches.suse/s390-jump_label-print-real-address-in-a-case-of-a-ju.patch
	patches.suse/s390-boot-move-uv-function-declarations-to-boot-uv.h
	patches.suse/s390-boot-disable-Secure-Execution-in-dump-mode
	patches.suse/s390-uv-de-duplicate-checks-for-Protected-Host-Virtualization
	patches.suse/s390-qdio-fix-roll-back-after-timeout-on-ESTABLISH-c.patch
	patches.suse/s390-qdio-cancel-the-ESTABLISH-ccw-after-timeout.patch
	patches.suse/s390-qdio-improve-roll-back-after-error-on-ESTABLISH-ccw
	patches.suse/s390-qdio-propagate-error-when-cancelling-a-ccw-fails
	patches.suse/s390-report-more-CPU-capabilities
	patches.suse/s390-disassembler-add-instructions
	patches.suse/s390-make-PCI-mio-support-a-machine-flag.patch
	patches.suse/s390-add-HWCAP_S390_PCI_MIO-to-ELF-hwcaps
	patches.suse/s390-replace-deprecated-CPU-hotplug-functions.patch
	patches.suse/s390-sclp-replace-deprecated-CPU-hotplug-functions.patch
	patches.suse/s390-cio-add-dev_busid-sysfs-entry-for-each-subchann.patch
	patches.suse/s390-zcrypt-fix-wrong-offset-index-for-APKA-master-k.patch
	patches.suse/s390-pci-cleanup-resources-only-if-necessary.patch
	patches.suse/s390-kasan-fix-large-PMD-pages-address-alignment-che.patch
	patches.suse/s390-pci-fix-misleading-rc-in-clp_set_pci_fn.patch
	patches.suse/s390-debug-keep-debug-data-on-resize.patch
	patches.suse/s390-debug-fix-debug-area-life-cycle.patch
	patches.suse/s390-ap-fix-state-machine-hang-after-failure-to-enab.patch
	patches.suse/s390-smp-enable-DAT-before-CPU-restart-callback-is-c.patch
	patches.suse/edac-mce_amd-do-not-load-edac_mce_amd-module-on-guests.patch
	patches.suse/edac-i10nm-fix-nvdimm-detection.patch
	patches.suse/edac-i10nm-retrieve-and-print-retry_rd_err_log-registers.patch
	patches.suse/x86-mce-Defer-processing-of-early-errors.patch
	patches.suse/x86-mmiotrace-Replace-deprecated-CPU-hotplug-functions.patch
	patches.suse/x86-mtrr-Replace-deprecated-CPU-hotplug-functions.patch
	patches.suse/x86-microcode-Replace-deprecated-CPU-hotplug-functions.patch
	patches.suse/x86-mce-inject-Replace-deprecated-CPU-hotplug-functions.patch
	patches.suse/sched-debug-Don-t-update-sched_domain-debug-directories-before-sched_debug_init.patch
	patches.suse/wait-use-LIST_HEAD_INIT-to-initialize-wait_queue_head.patch
	patches.suse/sched-sysctl-Move-extern-sysctl-declarations-to-sched.h.patch
	patches.suse/sched-Optimize-housekeeping_cpumask-in-for_each_cpu_and.patch
	patches.suse/sched-numa-Fix-is_core_idle.patch
	patches.suse/sched-remove-redundant-on_rq-status-change.patch
	patches.suse/sched-deadline-Fix-reset_on_fork-reporting-of-DL-tasks.patch
	patches.suse/sched-Don-t-report-SCHED_FLAG_SUGOV-in-sched_getattr.patch
	patches.suse/sched-fair-Use-prev-instead-of-new-target-as-recent_used_cpu.patch
	patches.suse/sched-fair-Avoid-a-second-scan-of-target-in-select_idle_cpu.patch
	patches.suse/sched-deadline-Fix-missing-clock-update-in-migrate_task_rq_dl.patch
	patches.suse/sched-Fix-UCLAMP_FLAG_IDLE-setting.patch
	patches.suse/sched-Skip-priority-checks-with-SCHED_FLAG_KEEP_PARAMS.patch
	patches.suse/sched-Replace-deprecated-CPU-hotplug-functions.patch
	patches.suse/sched-topology-Skip-updating-masks-for-non-online-nodes.patch
	patches.suse/sched-Cgroup-SCHED_IDLE-support.patch
	patches.suse/sched-fair-Mark-tg_is_idle-an-inline-in-the-CONFIG_FAIR_GROUP_SCHED-case.patch
	patches.suse/eventfd-Make-signal-recursion-protection-a-task-bit.patch
	patches.suse/perf-x86-intel-uncore-Add-Sapphire-Rapids-server-framework.patch
	patches.suse/perf-x86-intel-uncore-Add-Sapphire-Rapids-server-CHA-support.patch
	patches.suse/perf-x86-intel-uncore-Add-Sapphire-Rapids-server-IIO-support.patch
	patches.suse/perf-x86-intel-uncore-Add-Sapphire-Rapids-server-IRP-support.patch
	patches.suse/perf-x86-intel-uncore-Add-Sapphire-Rapids-server-M2PCIe-support.patch
	patches.suse/perf-x86-intel-uncore-Add-Sapphire-Rapids-server-PCU-support.patch
	patches.suse/perf-x86-intel-uncore-Add-Sapphire-Rapids-server-IMC-support.patch
	patches.suse/perf-x86-intel-uncore-Add-Sapphire-Rapids-server-M2M-support.patch
	patches.suse/perf-x86-intel-uncore-Add-Sapphire-Rapids-server-UPI-support.patch
	patches.suse/perf-x86-intel-uncore-Add-Sapphire-Rapids-server-M3UPI-support.patch
	patches.suse/perf-x86-intel-uncore-Add-Sapphire-Rapids-server-MDF-support.patch
	patches.suse/perf-x86-intel-uncore-Add-alias-PMU-name.patch
	patches.suse/perf-x86-intel-uncore-Factor-out-snr_uncore_mmio_map.patch
	patches.suse/perf-x86-intel-uncore-Support-IIO-free-running-counters-on-Sapphire-Rapids-server.patch
	patches.suse/perf-x86-intel-uncore-Support-IMC-free-running-counters-on-Sapphire-Rapids-server.patch
	patches.suse/perf-x86-intel-uncore-Fix-IIO-cleanup-mapping-proced.patch
	patches.suse/perf-x86-intel-Replace-deprecated-CPU-hotplug-functions.patch
	patches.suse/perf-hw_breakpoint-Replace-deprecated-CPU-hotplug-functions.patch
	patches.suse/x86-cpu-Add-get_llc_id-helper-function.patch
	patches.suse/efi-cper-fix-scnprintf-use-in-cper_mem_err_location.patch
	patches.suse/efi-cper-check-section-header-more-appropriately.patch
	patches.suse/debugobjects-Make-them-PREEMPT_RT-aware.patch
	patches.suse/smpboot-Replace-deprecated-CPU-hotplug-functions.patch
	patches.suse/Documentation-Replace-deprecated-CPU-hotplug-functions.patch
	patches.suse/md-raid5-Replace-deprecated-CPU-hotplug-functions.patch
	patches.suse/mm-Replace-deprecated-CPU-hotplug-functions.patch
	patches.suse/locking-mutex-Use-try_cmpxchg.patch
	patches.suse/locking-mutex-Fix-HANDOFF-condition.patch
	patches.suse/locking-mutex-Introduce-__mutex_trylock_or_handoff.patch
	patches.suse/locking-mutex-Add-MUTEX_WARN_ON.patch
	patches.suse/Documentation-atomic_t-Document-cmpxchg-vs-try_cmpxc.patch
	patches.suse/locking-rwsem-Remove-an-unused-parameter-of-rwsem_wa.patch
	patches.suse/locking-atomic-simplify-ifdef-generation.patch
	patches.suse/locking-atomic-remove-ARCH_ATOMIC-remanants.patch
	patches.suse/locking-atomic-centralize-generated-headers.patch
	patches.suse/locking-atomic-add-arch_atomic_long.patch
	patches.suse/locking-atomic-add-generic-arch_-bitops.patch
	patches.suse/Documentation-atomic_t-Document-forward-progress-exp.patch
	patches.suse/locking-local_lock-Add-missing-owner-initialization.patch
	patches.suse/locking-rtmutex-Set-proper-wait-context-for-lockdep.patch
	patches.suse/sched-wakeup-Split-out-the-wakeup-__state-check.patch
	patches.suse/sched-wakeup-Introduce-the-TASK_RTLOCK_WAIT-state-bi.patch
	patches.suse/sched-wakeup-Reorganize-the-current-__state-helpers.patch
	patches.suse/sched-wakeup-Prepare-for-RT-sleeping-spin-rwlocks.patch
	patches.suse/sched-core-Rework-the-__schedule-preempt-argument.patch
	patches.suse/sched-core-Provide-a-scheduling-point-for-RT-locks.patch
	patches.suse/sched-wake_q-Provide-WAKE_Q_HEAD_INITIALIZER.patch
	patches.suse/media-atomisp-Use-lockdep-instead-of-mutex_is_locked.patch
	patches.suse/locking-rtmutex-Remove-rt_mutex_is_locked.patch
	patches.suse/locking-rtmutex-Convert-macros-to-inlines.patch
	patches.suse/locking-rtmutex-Switch-to-from-cmpxchg_-to-try_cmpxc.patch
	patches.suse/locking-rtmutex-Split-API-from-implementation.patch
	patches.suse/locking-rtmutex-Split-out-the-inner-parts-of-struct-.patch
	patches.suse/locking-rtmutex-Provide-rt_mutex_slowlock_locked.patch
	patches.suse/locking-rtmutex-Provide-rt_mutex_base_is_locked.patch
	patches.suse/locking-rt-Add-base-code-for-RT-rw_semaphore-and-rwl.patch
	patches.suse/locking-rwsem-Add-rtmutex-based-R-W-semaphore-implem.patch
	patches.suse/locking-rtmutex-Add-wake_state-to-rt_mutex_waiter.patch
	patches.suse/locking-rtmutex-Provide-rt_wake_q_head-and-helpers.patch
	patches.suse/locking-rtmutex-Use-rt_mutex_wake_q_head.patch
	patches.suse/locking-rtmutex-Prepare-RT-rt_mutex_wake_q-for-RT-lo.patch
	patches.suse/locking-rtmutex-Guard-regular-sleeping-locks-specifi.patch
	patches.suse/locking-spinlock-Split-the-lock-types-header-and-mov.patch
	patches.suse/locking-rtmutex-Prevent-future-include-recursion-hel.patch
	patches.suse/locking-lockdep-Reduce-header-dependencies-in-linux-.patch
	patches.suse/rbtree-Split-out-the-rbtree-type-definitions-into-li.patch
	patches.suse/locking-rtmutex-Reduce-linux-rtmutex.h-header-depend.patch
	patches.suse/locking-spinlock-Provide-RT-specific-spinlock_t.patch
	patches.suse/locking-spinlock-Provide-RT-variant-header-linux-spi.patch
	patches.suse/locking-rtmutex-Provide-the-spin-rwlock-core-lock-fu.patch
	patches.suse/locking-spinlock-Provide-RT-variant.patch
	patches.suse/locking-rwlock-Provide-RT-variant.patch
	patches.suse/locking-rtmutex-Squash-RT-tasks-to-DEFAULT_PRIO.patch
	patches.suse/locking-mutex-Consolidate-core-headers-remove-kernel.patch
	patches.suse/locking-mutex-Move-the-struct-mutex_waiter-definitio.patch
	patches.suse/locking-ww_mutex-Move-the-ww_mutex-definitions-from-.patch
	patches.suse/locking-mutex-Make-mutex-wait_lock-raw.patch
	patches.suse/locking-ww_mutex-Simplify-lockdep-annotations.patch
	patches.suse/locking-ww_mutex-Gather-mutex_waiter-initialization.patch
	patches.suse/locking-ww_mutex-Split-up-ww_mutex_unlock.patch
	patches.suse/locking-ww_mutex-Split-out-the-W-W-implementation-lo.patch
	patches.suse/locking-ww_mutex-Remove-the-__sched-annotation-from-.patch
	patches.suse/locking-ww_mutex-Abstract-out-the-waiter-iteration.patch
	patches.suse/locking-ww_mutex-Abstract-out-waiter-enqueueing.patch
	patches.suse/locking-ww_mutex-Abstract-out-mutex-accessors.patch
	patches.suse/locking-ww_mutex-Abstract-out-mutex-types.patch
	patches.suse/locking-ww_mutex-Abstract-out-internal-lock-accesses.patch
	patches.suse/locking-ww_mutex-Implement-rt_mutex-accessors.patch
	patches.suse/locking-ww_mutex-Add-RT-priority-to-W-W-order.patch
	patches.suse/locking-ww_mutex-Add-rt_mutex-based-lock-type-and-ac.patch
	patches.suse/locking-rtmutex-Extend-the-rtmutex-core-to-support-w.patch
	patches.suse/locking-ww_mutex-Implement-rtmutex-based-ww_mutex-AP.patch
	patches.suse/locking-rtmutex-Add-mutex-variant-for-RT.patch
	patches.suse/lib-test_lockup-Adapt-to-changed-variables.patch
	patches.suse/futex-Validate-waiter-correctly-in-futex_proxy_trylo.patch
	patches.suse/futex-Clean-up-stale-comments.patch
	patches.suse/futex-Clarify-futex_requeue-PI-handling.patch
	patches.suse/futex-Remove-bogus-condition-for-requeue-PI.patch
	patches.suse/futex-Correct-the-number-of-requeued-waiters-for-PI.patch
	patches.suse/futex-Restructure-futex_requeue.patch
	patches.suse/futex-Clarify-comment-in-futex_requeue.patch
	patches.suse/futex-Reorder-sanity-checks-in-futex_requeue.patch
	patches.suse/futex-Simplify-handle_early_requeue_pi_wakeup.patch
	patches.suse/futex-Prevent-requeue_pi-lock-nesting-issue-on-RT.patch
	patches.suse/locking-rtmutex-Prevent-lockdep-false-positive-with-.patch
	patches.suse/preempt-Adjust-PREEMPT_LOCK_OFFSET-for-RT.patch
	patches.suse/locking-rtmutex-Implement-equal-priority-lock-steali.patch
	patches.suse/locking-rtmutex-Add-adaptive-spinwait-mechanism.patch
	patches.suse/locking-spinlock-rt-Prepare-for-RT-local_lock.patch
	patches.suse/locking-local_lock-Add-PREEMPT_RT-support.patch
	patches.suse/static_call-Update-API-documentation.patch
	patches.suse/locking-ww_mutex-Initialize-waiter.ww_ctx-properly.patch
	patches.suse/locking-semaphore-Add-might_sleep-to-down_-family.patch
	patches.suse/locking-rtmutex-Dont-dereference-waiter-lockless.patch
	patches.suse/locking-rtmutex-Dequeue-waiter-on-ww_mutex-deadlock.patch
	patches.suse/locking-rtmutex-Prevent-spurious-EDEADLK-return-caus.patch
	patches.suse/locking-rtmutex-Return-success-on-deadlock-for-ww_mu.patch
	patches.suse/s390-pci-Do-not-mask-MSI-X-entries-on-teardown.patch
	patches.suse/PCI-MSI-Simplify-msi_verify_entries.patch
	patches.suse/PCI-MSI-Rename-msi_desc-masked.patch
	patches.suse/PCI-MSI-Consolidate-error-handling-in-msi_capability.patch
	patches.suse/PCI-MSI-Deobfuscate-virtual-MSI-X.patch
	patches.suse/PCI-MSI-Cleanup-msi_mask.patch
	patches.suse/PCI-MSI-Provide-a-new-set-of-mask-and-unmask-functio.patch
	patches.suse/PCI-MSI-Use-new-mask-unmask-functions.patch
	patches.suse/genirq-affinity-Replace-deprecated-CPU-hotplug-functions.patch
	patches.suse/genirq-Clarify-documentation-for-request_threaded_ir.patch
	patches.suse/genirq-Change-force_irqthreads-to-a-static-key.patch
	patches.suse/genirq-timings-Fix-error-return-code-in-irq_timings_.patch
	patches.suse/genirq-Fix-kernel-doc-indentation.patch
	patches.suse/irqchip-loongson-pch-pic-Improve-edge-triggered-inte.patch
	patches.suse/irqchip-apple-aic-Fix-irq_disable-from-within-irq-ha.patch
	patches.suse/irqchip-gic-v3-Fix-priority-comparison-when-non-secu.patch
	patches.suse/x86-Avoid-magic-number-with-ELCR-register-accesses-d2531661.patch
	patches.suse/x86-Fix-typo-s-ECLR-ELCR-for-the-PIC-register-34739a28.patch
	patches.suse/x86-reboot-Limit-Dell-Optiplex-990-quirk-to-early-BI.patch
	patches.suse/clocksource-Replace-deprecated-CPU-hotplug-functions.patch
	patches.suse/posix-timers-Remove-redundant-initialization-of-vari.patch
	patches.suse/posix-cpu-timers-Assert-task-sighand-is-locked-while.patch
	patches.suse/posix-cpu-timers-Force-next_expiration-recalc-after-.patch
	patches.suse/posix-cpu-timers-Force-next-expiration-recalc-after-.patch
	patches.suse/posix-cpu-timers-Remove-confusing-return-value-overr.patch
	patches.suse/posix-cpu-timers-Consolidate-timer-base-accessor.patch
	patches.suse/posix-cpu-timers-Recalc-next-expiration-when-timer_s.patch
	patches.suse/hrtimer-Avoid-double-reprogramming-in-__hrtimer_star.patch
	patches.suse/hrtimer-Consolidate-reprogramming-code.patch
	patches.suse/hrtimer-Ensure-timerfd-notification-for-HIGHRES-n.patch
	patches.suse/hrtimer-Force-clock_was_set-handling-for-the-HIGHRES.patch
	patches.suse/timerfd-Provide-timerfd_resume.patch
	patches.suse/timekeeping-Distangle-resume-and-clock-was-set-event.patch
	patches.suse/time-timekeeping-Avoid-invoking-clock_was_set-twice.patch
	patches.suse/hrtimer-Add-bases-argument-to-clock_was_set.patch
	patches.suse/hrtimer-Avoid-unnecessary-SMP-function-calls-in-cloc.patch
	patches.suse/hrtimer-Avoid-more-SMP-function-calls-in-clock_was_s.patch
	patches.suse/hrtimer-Use-raw_cpu_ptr-in-clock_was_set.patch
	patches.suse/hrtimer-Unbreak-hrtimer_force_reprogram.patch
	patches.suse/clocksource-drivers-sh_cmt-Fix-wrong-setting-if-don-.patch
	patches.suse/clocksource-Make-clocksource-watchdog-test-safe-for-.patch
	patches.suse/block-return-ELEVATOR_DISCARD_MERGE-if-possible.patch
	patches.suse/bcache-add-proper-error-unwinding-in-bcache_device_i.patch
	patches.suse/blk-throtl-optimize-IOPS-throttle-for-large-IO-scena.patch
	patches.suse/block-bfq-fix-bfq_set_next_ioprio_data.patch
	patches.suse/nvme-use-blk_mq_alloc_disk.patch
	patches.suse/bio-fix-page-leak-bio_add_hw_page-failure.patch
	patches.suse/blk-zoned-allow-zone-management-send-operations-with.patch
	patches.suse/blk-zoned-allow-BLKREPORTZONE-without-CAP_SYS_ADMIN.patch
	patches.suse/blk-crypto-fix-check-for-too-large-dun_bytes.patch
	patches.suse/nbd-add-the-check-to-prevent-overflow-in-__nbd_ioctl.patch
	patches.suse/nbd-do-del_gendisk-asynchronously-for-NBD_DESTROY_ON.patch
	patches.suse/remove-the-lightnvm-subsystem.patch
	patches.suse/block-nbd-add-sanity-check-for-first_minor.patch
	patches.suse/params-lift-param_set_uint_minmax-to-common-code.patch
	patches.suse/nvme-pci-limit-maximum-queue-depth-to-4095.patch
	patches.suse/nvme-tcp-don-t-check-blk_mq_tag_to_rq-when-receiving.patch
	patches.suse/nvme-code-command_id-with-a-genctr-for-use-after-fre.patch
	patches.suse/nvme-pci-use-attribute-group-for-cmb-sysfs.patch
	patches.suse/nvme-pci-cmb-sysfs-one-file-one-value.patch
	patches.suse/nvme-fabrics-remove-superfluous-nvmf_host_put-in-nvm.patch
	patches.suse/nvme-add-set-feature-tracing-support.patch
	patches.suse/nvme-pci-disable-hmb-on-idle-suspend.patch
	patches.suse/nvme-allow-user-toggling-hmb-usage.patch
	patches.suse/nvme-tcp-pair-send_mutex-init-with-destroy.patch
	patches.suse/nvme-tcp-don-t-update-queue-count-when-failing-to-se.patch
	patches.suse/nvme-rdma-don-t-update-queue-count-when-failing-to-s.patch
	patches.suse/nvmet-pass-back-cntlid-on-successful-completion.patch
	patches.suse/nvme-Have-NVME_FABRICS-select-NVME_CORE-instead-of-t.patch
	patches.suse/nvme-remove-nvm_ndev-from-ns.patch
	patches.suse/md-raid10-Remove-unnecessary-rcu_dereference-in-raid.patch
	patches.suse/raid1-ensure-write-behind-bio-has-less-than-BIO_MAX_.patch
	patches.suse/Revert-floppy-reintroduce-O_NDELAY-fix.patch
	patches.suse/ata-sata_dwc_460ex-No-need-to-call-phy_exit-befre-ph.patch
	patches.suse/libata-fix-ata_host_start.patch
	patches.suse/io-wq-remove-GFP_ATOMIC-allocation-off-schedule-out-.patch
	patches.suse/io_uring-be-smarter-about-waking-multiple-CQ-ring-wa.patch
	patches.suse/io_uring-use-kvmalloc-for-fixed-files.patch
	patches.suse/io_uring-inline-fixed-part-of-io_file_get.patch
	patches.suse/io_uring-rename-io_file_supports_async.patch
	patches.suse/io_uring-avoid-touching-inode-in-rw-prep.patch
	patches.suse/io_uring-clean-io-wq-callbacks.patch
	patches.suse/io_uring-remove-unnecessary-PF_EXITING-check.patch
	patches.suse/io_uring-refactor-io_alloc_req.patch
	patches.suse/io_uring-don-t-halt-iopoll-too-early.patch
	patches.suse/io_uring-add-more-locking-annotations-for-submit.patch
	patches.suse/io_uring-optimise-io_cqring_wait-hot-path.patch
	patches.suse/io_uring-extract-a-helper-for-ctx-quiesce.patch
	patches.suse/io_uring-move-io_put_task-definition.patch
	patches.suse/io_uring-move-io_rsrc_node_alloc-definition.patch
	patches.suse/io_uring-inline-io_free_req_deferred.patch
	patches.suse/io_uring-deduplicate-open-iopoll-check.patch
	patches.suse/io_uring-improve-ctx-hang-handling.patch
	patches.suse/io_uring-kill-unused-IO_IOPOLL_BATCH.patch
	patches.suse/io_uring-drop-exec-checks-from-io_req_task_submit.patch
	patches.suse/io_uring-optimise-putting-task-struct.patch
	patches.suse/io_uring-move-io_fallback_req_func.patch
	patches.suse/io_uring-cache-__io_free_req-d-requests.patch
	patches.suse/io_uring-remove-redundant-args-from-cache_free.patch
	patches.suse/io_uring-use-inflight_entry-instead-of-compl.list.patch
	patches.suse/io_uring-inline-struct-io_comp_state.patch
	patches.suse/io_uring-remove-extra-argument-for-overflow-flush.patch
	patches.suse/io_uring-inline-io_poll_remove_waitqs.patch
	patches.suse/io_uring-clean-up-tctx_task_work.patch
	patches.suse/io_uring-remove-file-batch-get-optimisation.patch
	patches.suse/io_uring-run-timeouts-from-task_work.patch
	patches.suse/io_uring-run-linked-timeouts-from-task_work.patch
	patches.suse/io_uring-run-regular-file-completions-from-task_work.patch
	patches.suse/io_uring-remove-IRQ-aspect-of-io_ring_ctx-completion.patch
	patches.suse/io-wq-move-nr_running-and-worker_refs-out-of-wqe-loc.patch
	patches.suse/io_uring-limit-fixed-table-size-by-RLIMIT_NOFILE.patch
	patches.suse/io_uring-place-fixed-tables-under-memcg-limits.patch
	patches.suse/io_uring-add-splice_fd_in-checks.patch
	patches.suse/io_uring-fix-io_try_cancel_userdata-race-for-iowq.patch
	patches.suse/io-wq-provide-a-way-to-limit-max-number-of-workers.patch
	patches.suse/io-wq-check-max_worker-limits-if-a-worker-transition.patch
	patches.suse/io-wq-wqe-and-worker-locks-no-longer-need-to-be-IRQ-.patch
	patches.suse/io-wq-fix-wakeup-race-when-adding-new-work.patch
	patches.suse/CIFS-Fix-a-potencially-linear-read-overflow.patch
	patches.suse/cifs-fix-wrong-release-in-sess_alloc_buffer-failed-p.patch
	patches.suse/smb3-fix-posix-extensions-mount-option.patch
	patches.suse/cifs-fork-arc4-and-create-a-separate-module-for-it-for-cifs-and-oth.patch
	patches.suse/cifs-create-a-MD4-module-and-switch-cifs-ko-to-use-it.patch
	patches.suse/cifs-cifs_md4-convert-to-SPDX-identifier.patch
	patches.suse/cifs-Do-not-leak-EDEADLK-to-dgetents64-for-STATUS_US.patch
	patches.suse/0001-btrfs-drop-from-__GFP_HIGHMEM-all-allocations.patch
	patches.suse/0002-btrfs-compression-drop-kmap-kunmap-from-lzo.patch
	patches.suse/0003-btrfs-compression-drop-kmap-kunmap-from-zlib.patch
	patches.suse/0004-btrfs-compression-drop-kmap-kunmap-from-zstd.patch
	patches.suse/0005-btrfs-compression-drop-kmap-kunmap-from-generic-help.patch
	patches.suse/0006-btrfs-check-integrity-drop-kmap-kunmap-for-block-pag.patch
	patches.suse/btrfs-improve-the-batch-insertion-of-delayed-items.patch
	patches.suse/btrfs-stop-doing-GFP_KERNEL-memory-allocations-in-th.patch
	patches.suse/btrfs-remove-racy-and-unnecessary-inode-transaction-.patch
	patches.suse/btrfs-avoid-unnecessary-log-mutex-contention-when-sy.patch
	patches.suse/btrfs-remove-unnecessary-list-head-initialization-wh.patch
	patches.suse/btrfs-avoid-unnecessary-lock-and-leaf-splits-when-up.patch
	patches.suse/btrfs-use-btrfs_next_leaf-instead-of-btrfs_next_item.patch
	patches.suse/btrfs-remove-unneeded-return-variable-in-btrfs_looku.patch
	patches.suse/btrfs-introduce-btrfs_lookup_match_dir.patch
	patches.suse/0001-btrfs-remove-unused-start-and-end-parameters-from-bt.patch
	patches.suse/0002-btrfs-switch-uptodate-to-bool-in-btrfs_writepage_end.patch
	patches.suse/0003-btrfs-remove-uptodate-parameter-from-btrfs_dec_test_.patch
	patches.suse/btrfs-constify-and-cleanup-variables-in-comparators.patch
	patches.suse/0001-btrfs-reset-this_bio_flag-to-avoid-inheriting-old-fl.patch
	patches.suse/0002-btrfs-subpage-check-if-there-are-compressed-extents-.patch
	patches.suse/0003-btrfs-disable-compressed-readahead-for-subpage.patch
	patches.suse/0004-btrfs-grab-correct-extent-map-for-subpage-compressed.patch
	patches.suse/0005-btrfs-rework-btrfs_decompress_buf2page.patch
	patches.suse/0006-btrfs-rework-lzo_decompress_bio-to-make-it-subpage-c.patch
	patches.suse/0007-btrfs-reloc-factor-out-relocation-page-read-and-dirt.patch
	patches.suse/0008-btrfs-make-relocate_one_page-handle-subpage-case.patch
	patches.suse/0009-btrfs-subpage-fix-writeback-which-does-not-have-orde.patch
	patches.suse/0010-btrfs-subpage-disable-inline-extent-creation.patch
	patches.suse/0011-btrfs-subpage-allow-submit_extent_page-to-do-bio-spl.patch
	patches.suse/0012-btrfs-subpage-reject-raid56-filesystem-and-profile-c.patch
	patches.suse/0013-btrfs-subpage-fix-race-between-prepare_pages-and-btr.patch
	patches.suse/0014-btrfs-subpage-fix-a-potential-use-after-free-in-writ.patch
	patches.suse/0015-btrfs-subpage-fix-false-alert-when-relocating-partia.patch
	patches.suse/0016-btrfs-subpage-fix-relocation-potentially-overwriting.patch
	patches.suse/0017-btrfs-allow-read-write-for-4K-sectorsize-on-64K-page.patch
	patches.suse/0018-btrfs-unify-regular-and-subpage-error-paths-in-__ext.patch
	patches.suse/btrfs-wake-up-async_delalloc_pages-waiters-after-sub.patch
	patches.suse/btrfs-use-delalloc_bytes-to-determine-flush-amount-f.patch
	patches.suse/btrfs-wait-on-async-extents-when-flushing-delalloc.patch
	patches.suse/btrfs-eliminate-some-false-positives-when-checking-i.patch
	patches.suse/btrfs-do-not-pin-logs-too-early-during-renames.patch
	patches.suse/btrfs-add-ro-compat-flags-to-inodes.patch
	patches.suse/btrfs-remove-no-longer-needed-full-sync-flag-check-a.patch
	patches.suse/btrfs-update-comment-at-log_conflicting_inodes.patch
	patches.suse/btrfs-zoned-suppress-reclaim-error-message-on-EAGAIN.patch
	patches.suse/btrfs-zoned-fix-block-group-alloc_offset-calculation.patch
	patches.suse/btrfs-fix-NULL-pointer-dereference-when-deleting-dev.patch
	patches.suse/btrfs-avoid-unnecessarily-logging-directories-that-h.patch
	patches.suse/btrfs-tree-log-check-btrfs_lookup_data_extent-return.patch
	patches.suse/btrfs-reduce-the-preemptive-flushing-threshold-to-90.patch
	patches.suse/btrfs-do-not-do-preemptive-flushing-if-the-majority-.patch
	patches.suse/btrfs-reset-replace-target-device-to-allocation-stat.patch
	patches.suse/fscrypt-add-fscrypt_symlink_getattr-for-computing-st.patch
	patches.suse/ext4-report-correct-st_size-for-encrypted-symlinks.patch
	patches.suse/f2fs-report-correct-st_size-for-encrypted-symlinks.patch
	patches.suse/ubifs-report-correct-st_size-for-encrypted-symlinks.patch
	patches.suse/gfs2-Fix-memory-leak-of-object-lsi-on-error-return-p.patch
	patches.suse/gfs2-Fix-glock-recursion-in-freeze_go_xmote_bh.patch
	patches.suse/gfs2-init-system-threads-before-freeze-lock.patch
	patches.suse/gfs2-Don-t-call-dlm-after-protocol-is-unmounted.patch
	patches.suse/lockd-Fix-invalid-lockowner-cast-after-vfs_test_lock.patch
	patches.suse/SUNRPC-Fix-a-NULL-pointer-deref-in-trace_svc_stats_l.patch
	patches.suse/rpc-fix-gss_svc_init-cleanup-on-failure.patch
	patches.suse/nfsd4-Fix-forced-expiry-locking.patch
	patches.suse/lockd-lockd-server-side-shouldn-t-set-fl_ops.patch
	patches.suse/nfs-don-t-atempt-blocking-locks-on-nfs-reexports.patch
	patches.suse/nfsd-fix-crash-on-LOCKT-on-reexported-NFSv3.patch
	patches.suse/iomap-pass-writeback-errors-to-the-mapping.patch
	patches.suse/mm-swap-consider-max-pages-in-iomap_swapfile_add_ext.patch
	patches.suse/audit-move-put_tree-to-avoid-trim_trees-refcount-und.patch
	patches.suse/Smack-Fix-wrong-semantics-in-smk_access_entry.patch
	patches.suse/smack-mark-smack_enabled-global-variable-as-__initda.patch
	patches.suse/cpufreq-Replace-deprecated-CPU-hotplug-functions.patch
	patches.suse/cpufreq-schedutil-Use-kobject-release-method-to-free.patch
	patches.suse/PM-cpu-Make-notifier-chain-use-a-raw_spinlock_t.patch
	patches.suse/PM-EM-Increase-energy-calculation-precision.patch
	patches.suse/PCI-Use-pci_update_current_state-in-pci_enable_devic.patch
	patches.suse/PCI-PM-Avoid-forcing-PCI_D0-for-wakeup-reasons-incon.patch
	patches.suse/PCI-PM-Enable-PME-if-it-can-be-signaled-from-D3cold.patch
	patches.suse/PM-sleep-s2idle-Replace-deprecated-CPU-hotplug-functions.patch
	patches.suse/opp-Don-t-print-an-error-if-required-opps-is-missing.patch
	patches.suse/powercap-intel_rapl-Replace-deprecated-CPU-hotplug-functions.patch
	patches.suse/powercap-Add-Power-Limit4-support-for-Alder-Lake-SoC.patch
	patches.suse/ACPICA-iASL-Add-support-for-the-AEST-table-data-comp-e692fa13.patch
	patches.suse/ACPICA-Fix-an-if-statement-add-parens-5ecce804.patch
	patches.suse/ACPICA-Macros-should-not-use-a-trailing-semicolon-78df71b3.patch
	patches.suse/ACPICA-Headers-Add-new-DBG2-Serial-Port-Subtypes-200950b6.patch
	patches.suse/ACPICA-iASL-Fix-for-WPBT-table-with-no-command-line--87b8ec58.patch
	patches.suse/ACPICA-Add-method-name-_DIS-For-use-with-aslmethod.c-89ceb98a.patch
	patches.suse/ACPICA-Update-version-to-20210730-696e0c93.patch
	patches.suse/ACPI-Add-LoongArch-support-for-ACPI_PROCESSOR-ACPI_N-b1121e2a.patch
	patches.suse/ACPI-glue-Rearrange-acpi_device_notify-42878a9f.patch
	patches.suse/ACPI-glue-Change-return-type-of-two-functions-to-voi-7d625e5b.patch
	patches.suse/ACPI-bus-Rename-functions-to-avoid-name-collision-5e557cba.patch
	patches.suse/ACPI-glue-Eliminate-acpi_platform_notify-d0b8e398.patch
	patches.suse/ACPI-configfs-Use-sysfs_emit-in-show-functions-ae573387.patch
	patches.suse/ACPI-configfs-Make-get_header-to-return-error-pointe-45c16fe1.patch
	patches.suse/ACPI-PMIC-XPower-optimize-I2C-bus-accesses-e38ba404.patch
	patches.suse/ACPI-PMIC-XPower-optimize-MIPI-PMIQ-sequence-I2C-bus-fd080a01.patch
	patches.suse/ACPI-DPTF-Add-new-PCH-FIVR-methods-7a6226db.patch
	patches.suse/ACPI-processor-Replace-deprecated-CPU-hotplug-functions.patch
	patches.suse/ACPI-SPCR-Add-support-for-the-new-16550-compatible-S-2aaea6a1.patch
	patches.suse/ACPI-tables-FPDT-Do-not-print-FW_BUG-message-if-reco-97e03410.patch
	patches.suse/ACPI-platform-profile-call-sysfs_notify-from-platfor-b25d5a1c.patch
	patches.suse/ACPI-Add-memory-semantics-to-acpi_os_map_memory-437b38c5.patch
	patches.suse/ACPI-power-Use-acpi_handle_debug-to-print-debug-mess-fad40a62.patch
	patches.suse/ACPI-power-Drop-name-from-struct-acpi_power_resource-2bc4eb94.patch
	patches.suse/ACPI-button-Add-DMI-quirk-for-Lenovo-Yoga-9-14INTL5-1a20d409.patch
	patches.suse/mmc-sdhci-of-arasan-Modified-SD-default-speed-to-19M.patch
	patches.suse/mmc-sdhci-of-arasan-Check-return-value-of-non-void-f.patch
	patches.suse/mmc-core-Avoid-hogging-the-CPU-while-polling-for-bus.patch
	patches.suse/mmc-core-Avoid-hogging-the-CPU-while-polling-for-bus-468108155b0f.patch
	patches.suse/mmc-core-Avoid-hogging-the-CPU-while-polling-for-bus-6966e6094c6d.patch
	patches.suse/mmc-sdhci-esdhc-imx-Remove-unneeded-mmc-esdhc-imx.h-.patch
	patches.suse/mmc-rtsx_pci-Fix-long-reads-when-clock-is-prescaled.patch
	patches.suse/mmc-sdhci-Fix-issue-with-uninitialized-dma_slave_con.patch
	patches.suse/mmc-dw_mmc-Fix-issue-with-uninitialized-dma_slave_co.patch
	patches.suse/mmc-moxart-Fix-issue-with-uninitialized-dma_slave_co.patch
	patches.suse/mmc-sdhci-Correct-the-tuning-command-handle-for-PIO-.patch
	patches.suse/mmc-sdhci-esdhc-imx-Remove-redundant-code-for-manual.patch
	patches.suse/mmc-sdhci-esdhc-imx-Select-the-correct-mode-for-auto.patch
	patches.suse/mmc-core-Return-correct-emmc-response-in-case-of-ioc.patch
	patches.suse/i2c-highlander-add-IRQ-check.patch
	patches.suse/i2c-synquacer-fix-deferred-probing.patch
	patches.suse/i2c-iop3xx-fix-deferred-probing.patch
	patches.suse/i2c-s3c2410-fix-IRQ-check.patch
	patches.suse/i2c-hix5hd2-fix-IRQ-check.patch
	patches.suse/i2c-mt65xx-fix-IRQ-check.patch
	patches.suse/i2c-xlp9xx-fix-main-IRQ-check.patch
	patches.suse/hwmon-sht4x-update-Documentation-for-Malformed-table.patch
	patches.suse/hwmon-k10temp-support-zen3-apus.patch
	patches.suse/dt-bindings-firmware-update-arm-scpi.yaml-reference.patch
	patches.suse/hwmon-dell-smm-hwmon-Use-platform-device.patch
	patches.suse/hwmon-dell-smm-hwmon-Mark-functions-as-__init.patch
	patches.suse/hwmon-dell-smm-hwmon-Use-devm_add_action_or_reset.patch
	patches.suse/hwmon-dell-smm-hwmon-Move-variables-into-a-driver-pr.patch
	patches.suse/hwmon-dell-smm-hwmon-Convert-to-devm_hwmon_device_re.patch
	patches.suse/hwmon-dell-smm-hwmon-Fix-fan-mutliplier-detection-fo.patch
	patches.suse/hwmon-Replace-deprecated-CPU-hotplug-functions.patch
	patches.suse/hwmon-pmbus-ibm-cffps-Fix-write-bits-for-LED-control.patch
	patches.suse/hwmon-pmbus-bpa-rs600-Don-t-use-rated-limits-as-warn.patch
	patches.suse/hwmon-remove-amd_energy-driver-in-Makefile.patch
	patches.suse/hwmon-k10temp-add-additional-missing-zen2-and-zen3-apus.patch
	patches.suse/hwmon-k10temp-don-t-show-tdie-for-all-zen-zen2-zen3.patch
	patches.suse/hwmon-k10temp-rework-the-temperature-offset-calculation.patch
	patches.suse/hwmon-k10temp-add-support-for-yellow-carp.patch
	patches.suse/leds-is31fl32xx-Fix-missing-error-code-in-is31fl32xx.patch
	patches.suse/leds-lgm-sso-Put-fwnode-in-any-case-during-probe.patch
	patches.suse/leds-lgm-sso-Don-t-spam-logs-when-probe-is-deferred.patch
	patches.suse/leds-lt3593-Put-fwnode-in-any-case-during-probe.patch
	patches.suse/leds-rt8515-Put-fwnode-in-any-case-during-probe.patch
	patches.suse/leds-trigger-audio-Add-an-activate-callback-to-ensur.patch
	patches.suse/leds-lgm-sso-Propagate-error-codes-from-callee-to-ca.patch
	patches.suse/dm-crypt-Avoid-percpu_counter-spinlock-contention-in.patch
	patches.suse/iscsi_ibft-fix-crash-due-to-KASLR-physical-memory-remapping
	patches.suse/iscsi_ibft-fix-warning-in-reserve_ibft_region
	patches.suse/cgroup-remove-cgroup_mount-from-comments.patch
	patches.suse/cgroup-cpuset-Miscellaneous-code-cleanup.patch
	patches.suse/cgroup-cpuset-Fix-a-partition-bug-with-hotplug.patch
	patches.suse/cgroup-cpuset-Fix-violation-of-cpuset-locking-rule.patch
	patches.suse/cgroup-Replace-deprecated-CPU-hotplug-functions.patch
	patches.suse/cgroup-cgroup-v1-clean-up-kernel-doc-notation.patch
	patches.suse/cgroup-cpuset-Enable-event-notification-when-partition-state-changes.patch
	patches.suse/cgroup-cpuset-Enable-memory-migration-for-cpuset-v2.patch
	patches.suse/cgroup-cpuset-Avoid-memory-migration-when-nodemasks-match.patch
	patches.suse/cgroup-Avoid-compiler-warnings-with-no-subsystems.patch
	patches.suse/workqueue-Fix-possible-memory-leaks-in-wq_numa_init.patch
	patches.suse/workqueue-Fix-typo-in-comments.patch
	patches.suse/workqueue-Replace-deprecated-ida_simple_-with-ida_al.patch
	patches.suse/workqueue-Replace-deprecated-CPU-hotplug-functions.patch
	patches.suse/workqueue-Rename-delayed-delayed-by-active-managemen.patch
	patches.suse/workqueue-Change-arguement-of-pwq_dec_nr_in_flight.patch
	patches.suse/workqueue-Change-the-code-of-calculating-work_flags-.patch
	patches.suse/workqueue-Mark-barrier-work-with-WORK_STRUCT_INACTIV.patch
	patches.suse/workqueue-Assign-a-color-to-barrier-work-items.patch
	patches.suse/workqueue-Remove-unused-WORK_NO_COLOR.patch
	patches.suse/bpf-Add-function-for-XDP-meta-data-length-check.patch
	patches.suse/net-core-Split-out-code-to-run-generic-XDP-prog.patch
	patches.suse/bitops-Add-non-atomic-bitops-for-pointers.patch
	patches.suse/bpf-cpumap-Implement-generic-cpumap.patch
	patches.suse/bpf-devmap-Implement-devmap-prog-execution-for-gener.patch
	patches.suse/libbpf-Fix-reuse-of-pinned-map-on-older-kernel.patch
	patches.suse/bpf-Fix-a-typo-of-reuseport-map-in-bpf.h.patch
	patches.suse/bpf-Fix-potential-memleak-and-UAF-in-the-verifier.patch
	patches.suse/selftests-bpf-Remove-unused-variable-in-tc_tunnel-pr.patch
	patches.suse/gve-fix-the-wrong-AdminQ-buffer-overflow-check.patch
	patches.suse/net-sched-Remove-unnecessary-if-statement.patch
	patches.suse/bnx2x-remove-unused-variable-cur_data_offset.patch
	patches.suse/netdevsim-Add-multi-queue-support.patch
	patches.suse/igc-Add-possibility-to-add-flex-filter.patch
	patches.suse/igc-Integrate-flex-filter-into-ethtool-ops.patch
	patches.suse/igc-Allow-for-Flex-Filters-to-be-installed.patch
	patches.suse/igc-Make-flex-filter-more-flexible.patch
	patches.suse/tipc-keep-the-skb-in-rcv-queue-until-the-whole-data-.patch
	patches.suse/vmxnet3-prepare-for-version-6-changes.patch
	patches.suse/vmxnet3-add-support-for-32-Tx-Rx-queues.patch
	patches.suse/vmxnet3-remove-power-of-2-limitation-on-the-queues.patch
	patches.suse/vmxnet3-add-support-for-ESP-IPv6-RSS.patch
	patches.suse/vmxnet3-set-correct-hash-type-based-on-rss-informati.patch
	patches.suse/vmxnet3-increase-maximum-configurable-mtu-to-9190.patch
	patches.suse/vmxnet3-update-to-version-6.patch
	patches.suse/igmp-Add-ip_mc_list-lock-in-ip_check_mc_rcu.patch
	patches.suse/net-phy-Fix-data-type-in-DP83822-dp8382x_disable_wol.patch
	patches.suse/netlink-Deal-with-ESRCH-error-in-nlmsg_notify.patch
	patches.suse/i40e-improve-locking-of-mac_filter_hash.patch
	patches.suse/iavf-do-not-override-the-adapter-state-in-the-watchd.patch
	patches.suse/iavf-fix-locking-of-critical-sections.patch
	patches.suse/net-dsa-build-tag_8021q.c-as-part-of-DSA-core.patch
	patches.suse/net-phy-add-API-to-read-802.3-c45-IDs.patch
	patches.suse/net-phy-add-Maxlinear-GPY115-21x-24x-driver.patch
	patches.suse/net-ipa-fix-IPA-v4.11-interconnect-data.patch
	patches.suse/e1000e-Add-handshake-with-the-CSME-to-support-S0ix.patch
	patches.suse/e1000e-Add-polling-mechanism-to-indicate-CSME-DPG-ex.patch
	patches.suse/e1000e-Additional-PHY-power-saving-in-S0ix.patch
	patches.suse/e1000e-Add-support-for-Lunar-Lake.patch
	patches.suse/e1000e-Add-support-for-the-next-LOM-generation.patch
	patches.suse/e1000e-Add-space-to-the-debug-print.patch
	patches.suse/net-e1000e-Fix-spelling-mistake-The-This.patch
	patches.suse/igc-Check-if-num-of-q_vectors-is-smaller-than-max-be.patch
	patches.suse/igc-Remove-_I_PHY_ID-checking.patch
	patches.suse/igc-Remove-phy-type-checking.patch
	patches.suse/igc-Set-QBVCYCLET_S-to-0-for-TSN-Basic-Scheduling.patch
	patches.suse/igc-Increase-timeout-value-for-Speed-100-1000-2500.patch
	patches.suse/net-phy-at803x-finish-the-phy-id-checking-simplifica.patch
	patches.suse/i40e-add-support-for-PTP-external-synchronization-cl.patch
	patches.suse/usb-hso-remove-the-bailout-parameter.patch
	patches.suse/ionic-drop-useless-check-of-PCI-driver-data-validity.patch
	patches.suse/ionic-cleanly-release-devlink-instance.patch
	patches.suse/net-usb-asix-ax88772-add-missing-stop.patch
	patches.suse/nfp-flower-make-the-match-compilation-functions-reus.patch
	patches.suse/nfp-flower-refactor-match-functions-to-take-flow_rul.patch
	patches.suse/nfp-flower-refactor-action-offload-code-slightly.patch
	patches.suse/nfp-flower-ct-calculate-required-key_layers.patch
	patches.suse/nfp-flower-ct-compile-match-sections-of-flow_payload.patch
	patches.suse/nfp-flower-ct-add-actions-into-flow_pay-for-offload.patch
	patches.suse/nfp-flower-ct-add-flow_pay-to-the-offload-table.patch
	patches.suse/nfp-flower-ct-add-offload-calls-to-the-nfp.patch
	patches.suse/nfp-flower-tc-add-flow-stats-updates-for-ct.patch
	patches.suse/nfp-fix-return-statement-in-nfp_net_parse_meta.patch
	patches.suse/compat-make-linux-compat.h-available-everywhere.patch
	patches.suse/ethtool-improve-compat-ioctl-handling.patch
	patches.suse/net-socket-rework-SIOC-IFMAP-ioctls.patch
	patches.suse/net-socket-remove-register_gifconf.patch
	patches.suse/net-socket-simplify-dev_ifconf-handling.patch
	patches.suse/net-socket-rework-compat_ifreq_ioctl.patch
	patches.suse/octeontx2-af-Enhance-mailbox-trace-entry.patch
	patches.suse/igb-Add-counter-to-i21x-doublecheck.patch
	patches.suse/igb-Avoid-memcpy-over-reading-of-ETH_SS_STATS.patch
	patches.suse/tipc-fix-an-use-after-free-issue-in-tipc_recvmsg.patch
	patches.suse/net-hns3-add-support-for-registering-devlink-for-PF.patch
	patches.suse/net-hns3-add-support-for-registering-devlink-for-VF.patch
	patches.suse/net-hns3-add-support-for-devlink-get-info-for-PF.patch
	patches.suse/net-hns3-add-support-for-devlink-get-info-for-VF.patch
	patches.suse/net-hns3-add-devlink-reload-support-for-PF.patch
	patches.suse/net-hns3-add-devlink-reload-support-for-VF.patch
	patches.suse/can-bittiming-fix-documentation-for-struct-can_tdc.patch
	patches.suse/net-mlx5e-Prohibit-inner-indir-TIRs-in-IPoIB.patch
	patches.suse/net-mlx5e-Block-LRO-if-firmware-asks-for-tunneled-LR.patch
	patches.suse/net-mlx5-Take-TIR-destruction-out-of-the-TIR-list-lo.patch
	patches.suse/net-mlx5e-Check-if-inner-FT-is-supported-outside-of-.patch
	patches.suse/net-mlx5e-Convert-RQT-to-a-dedicated-object.patch
	patches.suse/net-mlx5e-Move-mlx5e_build_rss_params-call-to-init_r.patch
	patches.suse/net-mlx5e-Move-RX-resources-to-a-separate-struct.patch
	patches.suse/net-mlx5e-Take-RQT-out-of-TIR-and-group-RX-resources.patch
	patches.suse/net-mlx5e-Use-mlx5e_rqt_get_rqtn-to-access-RQT-hardw.patch
	patches.suse/net-mlx5e-Remove-mlx5e_priv-usage-from-mlx5e_build_-.patch
	patches.suse/net-mlx5e-Remove-lro_param-from-mlx5e_build_indir_ti.patch
	patches.suse/net-mlx5e-Remove-mdev-from-mlx5e_build_indir_tir_ctx.patch
	patches.suse/net-mlx5e-Create-struct-mlx5e_rss_params_hash.patch
	patches.suse/net-mlx5e-Convert-TIR-to-a-dedicated-object.patch
	patches.suse/net-mlx5e-Move-management-of-indir-traffic-types-to-.patch
	patches.suse/net-mlx5e-Use-the-new-TIR-API-for-kTLS.patch
	patches.suse/net-ipa-fix-ipa_cmd_table_valid.patch
	patches.suse/net-ipa-always-validate-filter-and-route-tables.patch
	patches.suse/ipv4-ip_output.c-Fix-out-of-bounds-warning-in-ip_cop.patch
	patches.suse/flow_dissector-Fix-out-of-bounds-warnings.patch
	patches.suse/ethtool-Fix-rxnfc-copy-to-user-buffer-overflow.patch
	patches.suse/net-qed-remove-unneeded-return-variables.patch
	patches.suse/net-split-out-SIOCDEVPRIVATE-handling-from-dev_ioctl.patch
	patches.suse/bonding-use-siocdevprivate.patch
	patches.suse/hamachi-use-ndo_siocdevprivate.patch
	patches.suse/qeth-use-ndo_siocdevprivate.patch
	patches.suse/cxgb3-use-ndo_siocdevprivate.patch
	patches.suse/dev_ioctl-pass-SIOCDEVPRIVATE-data-separately.patch
	patches.suse/dev_ioctl-split-out-ndo_eth_ioctl.patch
	patches.suse/ionic-minimize-resources-when-under-kdump.patch
	patches.suse/ionic-monitor-fw-status-generation.patch
	patches.suse/ionic-print-firmware-version-on-identify.patch
	patches.suse/ionic-init-reconfig-err-to-0.patch
	patches.suse/ionic-use-fewer-inits-on-the-buf_info-struct.patch
	patches.suse/ionic-increment-num-vfs-before-configure.patch
	patches.suse/ionic-remove-unneeded-comp-union-fields.patch
	patches.suse/ionic-block-some-ethtool-operations-when-fw-in-reset.patch
	patches.suse/ionic-enable-rxhash-only-with-multiple-queues.patch
	patches.suse/ionic-add-function-tag-to-debug-string.patch
	patches.suse/net-cipso-fix-warnings-in-netlbl_cipsov4_add_std.patch
	patches.suse/net-ti-am65-cpsw-nuss-fix-wrong-devlink-release-orde.patch
	patches.suse/net-mlx5-Don-t-rely-on-always-true-registered-field.patch
	patches.suse/devlink-Remove-duplicated-registration-check.patch
	patches.suse/net-sched-act_skbmod-Add-SKBMOD_F_ECN-option-support.patch
	patches.suse/bnxt_en-Move-bnxt_ptp_init-from-bnxt_open-back-to-bn.patch
	patches.suse/bnxt_en-Do-not-read-the-PTP-PHC-during-chip-reset.patch
	patches.suse/bnxt_en-1PPS-support-for-5750X-family-chips.patch
	patches.suse/bnxt_en-1PPS-functions-to-configure-TSIO-pins.patch
	patches.suse/bnxt_en-Event-handler-for-PPS-events.patch
	patches.suse/bnxt_en-Log-if-an-invalid-signal-detected-on-TSIO-pi.patch
	patches.suse/sk_buff-introduce-slow_gro-flags.patch
	patches.suse/sk_buff-track-dst-status-in-slow_gro.patch
	patches.suse/sk_buff-track-extension-status-in-slow_gro.patch
	patches.suse/net-optimize-GRO-for-the-common-case.patch
	patches.suse/skbuff-allow-slow_gro-for-skb-carring-sock-reference.patch
	patches.suse/qed-Remove-the-qed-module-version.patch
	patches.suse/qede-Remove-the-qede-module-version.patch
	patches.suse/net-sched-store-the-last-executed-chain-also-for-cls.patch
	patches.suse/sk_buff-avoid-potentially-clearing-slow_gro-field.patch
	patches.suse/devlink-Break-parameter-notification-sequence-to-be-.patch
	patches.suse/devlink-Allocate-devlink-directly-in-requested-net-n.patch
	patches.suse/bpf-Add-ambient-BPF-runtime-context-stored-in-curren.patch
	patches.suse/libbpf-Fix-the-possible-memory-leak-on-error.patch
	patches.suse/libbpf-Fix-removal-of-inner-map-in-bpf_object__creat.patch
	patches.suse/bpf-selftests-Fix-test_maps-now-that-sockmap-support.patch
	patches.suse/tcp-seq_file-Avoid-skipping-sk-during-tcp_seek_last_.patch
	patches.suse/bpf-tests-Fix-copy-and-paste-error-in-double-word-te.patch
	patches.suse/bpf-tests-Do-not-PASS-tests-without-actually-testing.patch
	patches.suse/samples-bpf-Fix-tracex7-error-raised-on-the-missing-.patch
	patches.suse/libbpf-Fix-race-when-pinning-maps-in-parallel.patch
	patches.suse/libbpf-Return-non-null-error-on-failures-in-libbpf_f.patch
	patches.suse/tools-Free-BTF-objects-at-various-locations.patch
	patches.suse/tools-bpftool-Update-and-synchronise-option-list-in-.patch
	patches.suse/tools-bpftool-Document-and-add-bash-completion-for-L.patch
	patches.suse/tools-bpftool-Complete-metrics-list-in-bpftool-prog-.patch
	patches.suse/net_sched-refactor-TC-action-init-API.patch
	patches.suse/bonding-3ad-fix-the-concurrency-between-__bond_relea.patch
	patches.suse/octeontx2-af-cn10k-DWRR-MTU-configuration.patch
	patches.suse/octeontx2-pf-cn10k-Config-DWRR-weight-based-on-MTU.patch
	patches.suse/cxgb4-make-the-array-match_all_mac-static-makes-obje.patch
	patches.suse/net-mlx4-make-the-array-states-static-const-makes-ob.patch
	patches.suse/net-mlx5e-Use-a-new-initializer-to-build-uniform-ind.patch
	patches.suse/net-mlx5e-Introduce-mlx5e_channels-API-to-get-RQNs.patch
	patches.suse/net-mlx5e-Hide-all-implementation-details-of-mlx5e_r.patch
	patches.suse/net-mlx5e-Allocate-the-array-of-channels-according-t.patch
	patches.suse/net-mlx5e-Rename-traffic-type-enums.patch
	patches.suse/net-mlx5e-Rename-some-related-TTC-args-and-functions.patch
	patches.suse/net-mlx5e-Decouple-TTC-logic-from-mlx5e.patch
	patches.suse/net-mlx5-Move-TTC-logic-to-fs_ttc.patch
	patches.suse/net-mlx5-Embed-mlx5_ttc_table.patch
	patches.suse/net-mlx5e-Remove-redundant-tc-act-includes.patch
	patches.suse/net-mlx5e-Remove-redundant-filter_dev-arg-from-parse.patch
	patches.suse/net-mlx5e-Remove-redundant-cap-check-for-flow-counte.patch
	patches.suse/net-mlx5e-Remove-redundant-parse_attr-arg.patch
	patches.suse/net-mlx5e-Remove-redundant-assignment-of-counter-to-.patch
	patches.suse/net-mlx5e-Return-EOPNOTSUPP-if-more-relevant-when-pa.patch
	patches.suse/net-mlx5-Fix-missing-return-value-in-mlx5_devlink_es.patch
	patches.suse/skbuff-introduce-skb_expand_head.patch
	patches.suse/qed-Avoid-db_recovery-during-recovery.patch
	patches.suse/qed-Skip-DORQ-attention-handling-during-recovery.patch
	patches.suse/qed-Remove-redundant-prints-from-the-iWARP-SYN-handl.patch
	patches.suse/drivers-net-usb-Remove-all-strcpy-uses.patch
	patches.suse/qed-Remove-duplicated-include-of-kernel.h.patch
	patches.suse/bnxt_en-Don-t-use-static-arrays-for-completion-ring-.patch
	patches.suse/bnxt_en-Increase-maximum-RX-ring-size-if-jumbo-ring-.patch
	patches.suse/virtio-net-realign-page_to_skb-after-merges.patch
	patches.suse/ethtool-runtime-resume-netdev-parent-before-ethtool-.patch
	patches.suse/natsemi-sonic-stop-calling-netdev_boot_setup_check.patch
	patches.suse/ax88796-export-ax_NS8390_init-hook.patch
	patches.suse/xsurf100-drop-include-of-lib8390.c.patch
	patches.suse/move-netdev_boot_setup-into-Space.c.patch
	patches.suse/wan-remove-stale-Kconfig-entries.patch
	patches.suse/octeontx2-af-Fix-spelling-mistake-Makesure-Make-sure.patch
	patches.suse/dpaa2-switch-do-not-enable-the-DPSW-at-probe-time.patch
	patches.suse/bus-fsl-mc-extend-fsl_mc_get_endpoint-to-pass-interf.patch
	patches.suse/net-add-extack-arg-for-link-ops.patch
	patches.suse/net-add-netif_set_real_num_queues-for-device-reconfi.patch
	patches.suse/can-j1939-j1939_session_tx_dat-fix-typo.patch
	patches.suse/ptp-ocp-Expose-various-resources-on-the-timecard.patch
	patches.suse/virtio_net-Replace-deprecated-CPU-hotplug-functions.patch
	patches.suse/net-Replace-deprecated-CPU-hotplug-functions.patch
	patches.suse/net-ipa-fix-IPA-v4.9-interconnects.patch
	patches.suse/net-fix-GRO-skb-truesize-update.patch
	patches.suse/net-dsa-tag_sja1105-optionally-build-as-module-when-.patch
	patches.suse/netdevsim-Forbid-devlink-reload-when-adding-or-delet.patch
	patches.suse/netdevsim-Protect-both-reload_down-and-reload_up-pat.patch
	patches.suse/ptp-ocp-Fix-the-error-handling-path-for-the-class-de.patch
	patches.suse/ptp-ocp-Add-the-mapping-for-the-external-PPS-registe.patch
	patches.suse/ptp-ocp-Remove-devlink-health-and-unused-parameters.patch
	patches.suse/ptp-ocp-Use-gnss-naming-instead-of-gps.patch
	patches.suse/ptp-ocp-Rename-version-string-shown-by-devlink.patch
	patches.suse/ptp-ocp-Remove-pending_image-indicator-from-devlink.patch
	patches.suse/net-ti-am65-cpsw-nuss-fix-RX-IRQ-state-after-.ndo_st.patch
	patches.suse/net-dsa-stop-syncing-the-bridge-mcast_router-attribu.patch
	patches.suse/net-dsa-mt7530-remove-the-.port_set_mrouter-implemen.patch
	patches.suse/net-dsa-don-t-disable-multicast-flooding-to-the-CPU-.patch
	patches.suse/s390-qeth-Register-switchdev-event-handler
	patches.suse/s390-qeth-Switchdev-event-handler
	patches.suse/s390-qeth-Update-MACs-of-LEARNING_SYNC-device
	patches.suse/net-ethernet-stmmac-Do-not-use-unreachable-in-ipq806.patch
	patches.suse/devlink-Simplify-devlink-port-API-calls.patch
	patches.suse/net-iucv-Replace-deprecated-CPU-hotplug-functions.patch
	patches.suse/devlink-Set-device-as-early-as-possible.patch
	patches.suse/net-smc-Allow-SMC-D-1MB-DMB-allocations
	patches.suse/devlink-Fix-port_type_set-function-pointer-check.patch
	patches.suse/page_pool-keep-pp-info-as-long-as-page-pool-owns-the.patch
	patches.suse/page_pool-add-interface-to-manipulate-frag-count-in-.patch
	patches.suse/page_pool-add-frag-page-recycling-support-in-page-po.patch
	patches.suse/net-hns3-support-skb-s-frag-page-recycling-based-on-.patch
	patches.suse/bpf-samples-Add-missing-mprog-disable-to-xdp_redirec.patch
	patches.suse/selftests-bpf-Fix-bpf-iter-tcp4-test-to-print-correc.patch
	patches.suse/bpf-devmap-Exclude-XDP-broadcast-to-master-device.patch
	patches.suse/selftests-bpf-Fix-xdp_tx.c-prog-section-name.patch
	patches.suse/net-mlx5-Add-DCS-caps-fields-support.patch
	patches.suse/IB-mlx5-Rename-is_apu_thread_cq-function-to-is_apu_c.patch
	patches.suse/net-mlx5-Return-mdev-from-eswitch.patch
	patches.suse/net-mlx5-Lag-add-initial-logic-for-shared-FDB.patch
	patches.suse/RDMA-mlx5-Fill-port-info-based-on-the-relevant-eswit.patch
	patches.suse/net-RDMA-mlx5-Extend-send-to-vport-rules.patch
	patches.suse/RDMA-mlx5-Add-shared-FDB-support.patch
	patches.suse/net-mlx5-E-Switch-set-flow-source-for-send-to-uplink.patch
	patches.suse/net-mlx5e-Add-an-option-to-create-a-shared-mapping.patch
	patches.suse/net-mlx5e-Use-shared-mappings-for-restoring-from-met.patch
	patches.suse/net-mlx5-E-Switch-Add-event-callback-for-representor.patch
	patches.suse/net-mlx5-Add-send-to-vport-rules-on-paired-device.patch
	patches.suse/net-mlx5-Lag-properly-lock-eswitch-if-needed.patch
	patches.suse/net-mlx5-Lag-move-lag-destruction-to-a-workqueue.patch
	patches.suse/net-mlx5-E-Switch-add-logic-to-enable-shared-FDB.patch
	patches.suse/net-mlx5-Lag-Create-shared-FDB-when-in-switchdev-mod.patch
	patches.suse/net-sched-cls_api-reset-flags-on-replay.patch
	patches.suse/netfilter-nft_compat-use-nfnetlink_unicast.patch
	patches.suse/devlink-Add-new-enable_eth-generic-device-param.patch
	patches.suse/devlink-Add-new-enable_rdma-generic-device-param.patch
	patches.suse/devlink-Add-new-enable_vnet-generic-device-param.patch
	patches.suse/devlink-Create-a-helper-function-for-one-parameter-r.patch
	patches.suse/devlink-Add-API-to-register-and-unregister-single-pa.patch
	patches.suse/devlink-Add-APIs-to-publish-unpublish-individual-par.patch
	patches.suse/net-mlx5-Fix-unpublish-devlink-parameters.patch
	patches.suse/net-mlx5-Support-enable_eth-devlink-dev-param.patch
	patches.suse/net-mlx5-Support-enable_rdma-devlink-dev-param.patch
	patches.suse/net-mlx5-Support-enable_vnet-devlink-dev-param.patch
	patches.suse/net-hns3-add-support-for-triggering-reset-by-ethtool.patch
	patches.suse/net-dsa-mt7530-fix-VLAN-traffic-leaks-again.patch
	patches.suse/net-mlx5-Fix-typo-in-comments.patch
	patches.suse/net-mlx5-Fix-inner-TTC-table-creation.patch
	patches.suse/net-mlx5-Delete-impossible-dev-state-checks.patch
	patches.suse/net-mlx5-Align-mlx5_irq-structure.patch
	patches.suse/net-mlx5-Change-SF-missing-dedicated-MSI-X-err-messa.patch
	patches.suse/net-mlx5-Refcount-mlx5_irq-with-integer.patch
	patches.suse/net-mlx5-SF-use-recent-sysfs-api.patch
	patches.suse/net-mlx5-Reorganize-current-and-maximal-capabilities.patch
	patches.suse/net-mlx5-Allocate-individual-capability.patch
	patches.suse/net-mlx5-Initialize-numa-node-for-all-core-devices.patch
	patches.suse/net-mlx5-Fix-variable-type-to-match-64bit.patch
	patches.suse/net-mlx5e-Make-use-of-netdev_warn.patch
	patches.suse/net-dpaa_eth-remove-dead-select-in-menuconfig-FSL_DP.patch
	patches.suse/ethernet-fix-PTP_1588_CLOCK-dependencies.patch
	patches.suse/devlink-Simplify-devlink_pernet_pre_exit-call.patch
	patches.suse/devlink-Remove-check-of-always-valid-devlink-pointer.patch
	patches.suse/devlink-Count-struct-devlink-consumers.patch
	patches.suse/devlink-Use-xarray-to-store-devlink-instances.patch
	patches.suse/devlink-Clear-whole-devlink_flash_notify-struct.patch
	patches.suse/net-hns3-remove-always-exist-devlink-pointer-check.patch
	patches.suse/samples-pktgen-add-missing-IPv6-option-to-pktgen-scr.patch
	patches.suse/net-stmmac-fix-INTR-TBU-status-affecting-irq-count-s.patch
	patches.suse/ethtool-add-two-link-extended-substates-of-bad-signa.patch
	patches.suse/net-hns3-add-header-file-hns3_ethtoo.h.patch
	patches.suse/net-hns3-add-support-ethtool-extended-link-state.patch
	patches.suse/ptp-ocp-Fix-uninitialized-variable-warning-spotted-b.patch
	patches.suse/ptp-ocp-Fix-error-path-for-pci_ocp_device_init.patch
	patches.suse/ptp-ocp-Have-Kconfig-select-NET_DEVLINK.patch
	patches.suse/tcp-enable-data-less-empty-cookie-SYN-with-TFO_SERVE.patch
	patches.suse/net-mlx5e-Do-not-try-enable-RSS-when-resetting-indir.patch
	patches.suse/net-mlx5e-Introduce-TIR-create-destroy-API-in-rx_res.patch
	patches.suse/net-mlx5e-Introduce-abstraction-of-RSS-context.patch
	patches.suse/net-mlx5e-Convert-RSS-to-a-dedicated-object.patch
	patches.suse/net-mlx5e-Dynamically-allocate-TIRs-in-RSS-contexts.patch
	patches.suse/net-mlx5e-Support-multiple-RSS-contexts.patch
	patches.suse/net-mlx5e-Support-flow-classification-into-RSS-conte.patch
	patches.suse/net-mlx5e-Abstract-MQPRIO-params.patch
	patches.suse/net-mlx5e-Maintain-MQPRIO-mode-parameter.patch
	patches.suse/net-mlx5e-Handle-errors-of-netdev_set_num_tc.patch
	patches.suse/net-mlx5e-Support-MQPRIO-channel-mode.patch
	patches.suse/net-mlx5-Bridge-release-bridge-in-same-function-wher.patch
	patches.suse/net-mlx5-Bridge-obtain-core-device-from-eswitch-inst.patch
	patches.suse/net-mlx5-Bridge-identify-port-by-vport_num-esw_owner.patch
	patches.suse/net-mlx5-Bridge-extract-FDB-delete-notification-to-f.patch
	patches.suse/net-mlx5-Bridge-allow-merged-eswitch-connectivity.patch
	patches.suse/net-mlx5-Bridge-support-LAG.patch
	patches.suse/octeontx2-af-Modify-install-flow-error-codes.patch
	patches.suse/octeontx2-af-add-proper-return-codes-for-AF-mailbox-.patch
	patches.suse/octeontx2-af-Add-debug-messages-for-failures.patch
	patches.suse/octeontx2-pf-Enable-NETIF_F_RXALL-support-for-VF-dri.patch
	patches.suse/octeontx2-pf-Ntuple-filters-support-for-VF-netdev.patch
	patches.suse/octeontx2-pf-Sort-the-allocated-MCAM-entry-indices.patch
	patches.suse/octeontx2-pf-Unify-flow-management-variables.patch
	patches.suse/octeontx2-pf-devlink-params-support-to-set-mcam-entr.patch
	patches.suse/octeontx2-af-Allocate-low-priority-entries-for-PF.patch
	patches.suse/octeontx2-af-cn10K-Get-NPC-counters-value.patch
	patches.suse/octeontx2-af-configure-npc-for-cn10k-to-allow-packet.patch
	patches.suse/iavf-use-mutexes-for-locking-of-critical-sections.patch
	patches.suse/i40e-Fix-spelling-mistake-dissable-disable.patch
	patches.suse/selftests-nci-Fix-the-code-for-next-nlattr-offset.patch
	patches.suse/selftests-nci-Fix-the-wrong-condition.patch
	patches.suse/octeontx2-pf-Allow-VLAN-priority-also-in-ntuple-filt.patch
	patches.suse/net-mlx4-Use-ARRAY_SIZE-to-get-an-array-s-size.patch
	patches.suse/net-Fix-offloading-indirect-devices-dependency-on-qd.patch
	patches.suse/net-hns3-make-array-spec_opcode-static-const-makes-o.patch
	patches.suse/can-tcan4x5x-cdev_to_priv-remove-stray-empty-line.patch
	patches.suse/can-m_can-fix-block-comment-style.patch
	patches.suse/can-c_can-c_can_do_tx-fix-typo-in-comment.patch
	patches.suse/octeontx2-af-remove-redudant-second-error-check-on-v.patch
	patches.suse/Bluetooth-btusb-Add-support-for-IMC-Networks-Mediate.patch
	patches.suse/Bluetooth-sco-prevent-information-leak-in-sco_conn_d.patch
	patches.suse/Bluetooth-btusb-Fix-a-unspported-condition-to-set-av.patch
	patches.suse/Bluetooth-btusb-Add-support-for-LG-LGSBWAC92-TWCM-K5.patch
	patches.suse/6lowpan-iphc-Fix-an-off-by-one-check-of-array-index.patch
	patches.suse/Bluetooth-btusb-Add-support-for-Foxconn-Mediatek-Chi.patch
	patches.suse/Bluetooth-btusb-Add-valid-le-states-quirk.patch
	patches.suse/Bluetooth-mgmt-Fix-wrong-opcode-in-the-response-for-.patch
	patches.suse/Bluetooth-skip-invalid-hci_sync_conn_complete_evt.patch
	patches.suse/Bluetooth-btusb-Load-Broadcom-firmware-for-Dell-devi.patch
	patches.suse/Bluetooth-btusb-Enable-MSFT-extension-for-WCN6855-co.patch
	patches.suse/Bluetooth-btusb-Enable-MSFT-extension-for-Intel-next.patch
	patches.suse/Bluetooth-btusb-Make-the-CSR-clone-chip-force-suspen.patch
	patches.suse/Bluetooth-btusb-Enable-MSFT-extension-for-Mediatek-C.patch
	patches.suse/Bluetooth-Fix-not-generating-RPA-when-required.patch
	patches.suse/Bluetooth-btusb-Record-debug-log-for-Mediatek-Chip.patch
	patches.suse/Bluetooth-btusb-Support-Bluetooth-Reset-for-Mediatek.patch
	patches.suse/Bluetooth-Add-additional-Bluetooth-part-for-Realtek-.patch
	patches.suse/Bluetooth-increase-BTNAMSIZ-to-21-chars-to-fix-poten.patch
	patches.suse/Bluetooth-Add-support-hdev-to-allocate-private-data.patch
	patches.suse/Bluetooth-btintel-Add-combined-setup-and-shutdown-fu.patch
	patches.suse/Bluetooth-btintel-Refactoring-setup-routine-for-lega.patch
	patches.suse/Bluetooth-btintel-Add-btintel-data-struct.patch
	patches.suse/Bluetooth-btintel-Fix-the-first-HCI-command-not-work.patch
	patches.suse/Bluetooth-btintel-Fix-the-LED-is-not-turning-off-imm.patch
	patches.suse/Bluetooth-btintel-Add-combined-set_diag-functions.patch
	patches.suse/Bluetooth-btintel-Refactoring-setup-routine-for-boot.patch
	patches.suse/Bluetooth-btintel-Move-hci-quirks-to-setup-routine.patch
	patches.suse/Bluetooth-btintel-Clean-the-exported-function-to-sta.patch
	patches.suse/Bluetooth-btintel-Fix-the-legacy-bootloader-returns-.patch
	patches.suse/Bluetooth-btintel-Combine-setting-up-MSFT-extension.patch
	patches.suse/Bluetooth-btusb-Fix-fall-through-warnings.patch
	patches.suse/Bluetooth-schedule-SCO-timeouts-with-delayed_work.patch
	patches.suse/Bluetooth-avoid-circular-locks-in-sco_sock_connect.patch
	patches.suse/Bluetooth-switch-to-lock_sock-in-SCO.patch
	patches.suse/Bluetooth-fix-repeated-calls-to-sco_sock_kill.patch
	patches.suse/Bluetooth-btusb-check-conditions-before-enabling-USB.patch
	patches.suse/Bluetooth-Move-shutdown-callback-before-flushing-tx-.patch
	patches.suse/Bluetooth-Fix-handling-of-LE-Enhanced-Connection-Com.patch
	patches.suse/Bluetooth-Fix-race-condition-in-handling-NOP-command.patch
	patches.suse/Bluetooth-btusb-Remove-WAKEUP_DISABLE-and-add-WAKEUP.patch
	patches.suse/Bluetooth-add-timeout-sanity-check-to-hci_inquiry.patch
	patches.suse/net-mlx5e-Remove-mlx5e-dependency-from-E-Switch-samp.patch
	patches.suse/net-mlx5e-Move-esw-sample-to-en-tc-sample.patch
	patches.suse/net-mlx5e-Move-sample-attribute-to-flow-attribute.patch
	patches.suse/net-mlx5e-CT-Use-xarray-to-manage-fte-ids.patch
	patches.suse/net-mlx5e-Introduce-post-action-infrastructure.patch
	patches.suse/net-mlx5e-Refactor-ct-to-use-post-action-infrastruct.patch
	patches.suse/net-mlx5e-TC-Remove-CONFIG_NET_TC_SKB_EXT-dependency.patch
	patches.suse/net-mlx5e-TC-Restore-tunnel-info-for-sample-offload.patch
	patches.suse/net-mlx5e-TC-Support-sample-offload-action-for-tunne.patch
	patches.suse/net-mlx5-E-switch-Move-QoS-related-code-to-dedicated.patch
	patches.suse/net-mlx5-E-switch-Enable-devlink-port-tx_-share-max-.patch
	patches.suse/net-mlx5-E-switch-Introduce-rate-limiting-groups-API.patch
	patches.suse/net-mlx5-E-switch-Allow-setting-share-max-tx-rate-li.patch
	patches.suse/net-mlx5-E-switch-Allow-to-add-vports-to-rate-groups.patch
	patches.suse/net-mlx5-E-switch-Add-QoS-tracepoints.patch
	patches.suse/octeontx2-pf-Add-check-for-non-zero-mcam-flows.patch
	patches.suse/mac80211-remove-unnecessary-NULL-check-in-ieee80211_.patch
	patches.suse/mac80211-Fix-monitor-MTU-limit-so-that-A-MSDUs-get-t.patch
	patches.suse/mac80211-Fix-insufficient-headroom-issue-for-AMSDU.patch
	patches.suse/octeontx2-pf-Fix-NIX1_RX-interface-backpressure.patch
	patches.suse/octeontx2-af-cn10k-Fix-SDP-base-channel-number.patch
	patches.suse/octeontx2-af-Handle-return-value-in-block-reset.patch
	patches.suse/octeontx2-pf-Don-t-mask-out-supported-link-modes.patch
	patches.suse/octeontx2-pf-send-correct-vlan-priority-mask-to-npc_.patch
	patches.suse/octeontx2-af-Use-DMA_ATTR_FORCE_CONTIGUOUS-attribute.patch
	patches.suse/octeontx2-af-Check-capability-flag-while-freeing-ipo.patch
	patches.suse/octeontx2-pf-Don-t-install-VLAN-offload-rule-if-netd.patch
	patches.suse/octeontx2-pf-Fix-algorithm-index-in-MCAM-rules-with-.patch
	patches.suse/octeontx2-af-cn10k-Use-FLIT0-register-instead-of-FLI.patch
	patches.suse/mlxsw-spectrum-Add-infrastructure-for-parsing-config.patch
	patches.suse/bnx2-Replace-open-coded-version-with-swab32s.patch
	patches.suse/cxgb4-Validate-VPD-checksum-with-pci_vpd_check_csum.patch
	patches.suse/cxgb4-Remove-unused-vpd_param-member-ec.patch
	patches.suse/cxgb4-Search-VPD-with-pci_vpd_find_ro_info_keyword.patch
	patches.suse/Revert-cxgb4-Search-VPD-with-pci_vpd_find_ro_info_ke.patch
	patches.suse/Revert-Revert-cxgb4-Search-VPD-with-pci_vpd_find_ro_.patch
	patches.suse/Revert-cxgb4-Validate-VPD-checksum-with-pci_vpd_chec.patch
	patches.suse/net-atlantic-switch-from-pci_-to-dma_-API.patch
	patches.suse/net-broadcom-switch-from-pci_-to-dma_-API.patch
	patches.suse/net-chelsio-switch-from-pci_-to-dma_-API.patch
	patches.suse/brcmfmac-firmware-Allow-per-board-firmware-binaries.patch
	patches.suse/intersil-remove-obsolete-prism54-wireless-driver.patch
	patches.suse/brcmfmac-firmware-Fix-firmware-loading.patch
	patches.suse/brcmfmac-use-separate-firmware-for-43430-revision-2.patch
	patches.suse/rsi-fix-error-code-in-rsi_load_9116_firmware.patch
	patches.suse/rsi-fix-an-error-code-in-rsi_probe.patch
	patches.suse/rtl8xxxu-Fix-the-handling-of-TX-A-MPDU-aggregation.patch
	patches.suse/rtw88-use-read_poll_timeout-instead-of-fixed-sleep.patch
	patches.suse/rtw88-wow-build-wow-function-only-if-CONFIG_PM-is-on.patch
	patches.suse/rtw88-wow-fix-size-access-error-of-probe-request.patch
	patches.suse/vmxnet3-switch-from-pci_-to-dma_-API.patch
	patches.suse/net-mellanox-switch-from-pci_-to-dma_-API.patch
	patches.suse/cxgb4-improve-printing-NIC-information.patch
	patches.suse/ethtool-add-two-coalesce-attributes-for-CQE-mode.patch
	patches.suse/ethtool-extend-coalesce-setting-uAPI-with-CQE-mode.patch
	patches.suse/net-hns3-add-support-for-EQE-CQE-mode-configuration.patch
	patches.suse/net-hns3-add-ethtool-support-for-CQE-EQE-mode-config.patch
	patches.suse/net-next-When-a-bond-have-a-massive-amount-of-VLANs-.patch
	patches.suse/qed-Enable-automatic-recovery-on-error-condition.patch
	patches.suse/xen-netfront-read-response-from-backend-only-once.patch
	patches.suse/xen-netfront-don-t-read-data-from-request-on-the-rin.patch
	patches.suse/xen-netfront-disentangle-tx_skb_freelist.patch
	patches.suse/xen-netfront-don-t-trust-the-backend-response-data-b.patch
	patches.suse/Revert-PCI-Make-pci_enable_ptm-private.patch
	patches.suse/PCI-Add-pcie_ptm_enabled.patch
	patches.suse/igc-Enable-PCIe-PTM.patch
	patches.suse/igc-Add-support-for-PTP-getcrosststamp.patch
	patches.suse/cxgb4-Properly-revert-VPD-changes.patch
	patches.suse/msft-hv-2430-net-mana-Move-NAPI-from-EQ-to-CQ.patch
	patches.suse/msft-hv-2431-net-mana-Add-support-for-EQ-sharing.patch
	patches.suse/msft-hv-2432-net-mana-Add-WARN_ON_ONCE-in-case-of-CQE-read-overfl.patch
	patches.suse/octeontx2-af-cn10k-Set-cache-lines-for-NPA-batch-all.patch
	patches.suse/octeontx2-af-Change-the-order-of-queue-work-and-inte.patch
	patches.suse/octeontx2-af-Wait-for-TX-link-idle-for-credits-chang.patch
	patches.suse/octeontx2-af-enable-tx-shaping-feature-for-96xx-C0.patch
	patches.suse/octeontx2-af-Allow-to-configure-flow-tag-LSB-byte-as.patch
	patches.suse/octeontx2-pf-cleanup-transmit-link-deriving-logic.patch
	patches.suse/octeontx2-af-nix-and-lbk-in-loop-mode-in-98xx.patch
	patches.suse/octeontx2-af-Add-SDP-interface-support.patch
	patches.suse/octeontx2-af-Add-free-rsrc-count-mbox-msg.patch
	patches.suse/octeontx2-af-Add-PTP-device-id-for-CN10K-and-95O-sil.patch
	patches.suse/octeontx2-af-Remove-channel-verification-while-insta.patch
	patches.suse/octeontx2-af-Add-mbox-to-retrieve-bandwidth-profile-.patch
	patches.suse/samples-pktgen-fix-to-print-when-terminated-normally.patch
	patches.suse/ionic-remove-old-work-task-types.patch
	patches.suse/ionic-flatten-calls-to-set-rx-mode.patch
	patches.suse/ionic-sync-the-filters-in-the-work-task.patch
	patches.suse/ionic-refactor-ionic_lif_addr-to-remove-a-layer.patch
	patches.suse/ionic-handle-mac-filter-overflow.patch
	patches.suse/octeontx2-pf-cn10k-Fix-error-return-code-in-otx2_set.patch
	patches.suse/sock-remove-one-redundant-SKB_FRAG_PAGE_ORDER-macro.patch
	patches.suse/net-mlx5-DR-Added-support-for-REMOVE_HEADER-packet-r.patch
	patches.suse/net-mlx5-DR-Split-modify-VLAN-state-to-separate-pop-.patch
	patches.suse/net-mlx5-DR-Enable-VLAN-pop-on-TX-and-VLAN-push-on-R.patch
	patches.suse/net-mlx5-DR-Enable-QP-retransmission.patch
	patches.suse/net-mlx5-DR-Improve-error-flow-in-actions_build_ste_.patch
	patches.suse/net-mlx5-DR-Warn-and-ignore-SW-steering-rule-inserti.patch
	patches.suse/net-mlx5-DR-Reduce-print-level-for-FT-chaining-level.patch
	patches.suse/net-mlx5-DR-Support-IPv6-matching-on-flow-label-for-.patch
	patches.suse/net-mlx5-DR-replace-uintN_t-with-kernel-style-types.patch
	patches.suse/net-mlx5-DR-Use-FW-API-when-updating-FW-owned-flow-t.patch
	patches.suse/net-mlx5-DR-Add-ignore_flow_level-support-for-multi-.patch
	patches.suse/net-mlx5-DR-Skip-source-port-matching-on-FDB-RX-doma.patch
	patches.suse/net-mlx5-DR-Merge-DR_STE_SIZE-enums.patch
	patches.suse/net-mlx5-DR-Remove-HW-specific-STE-type-from-nic-dom.patch
	patches.suse/net-mlx5-DR-Remove-rehash-ctrl-struct-from-dr_htbl.patch
	patches.suse/net-mlx5-DR-Improve-rule-tracking-memory-consumption.patch
	patches.suse/net-mlx5-DR-Add-support-for-update-FTE.patch
	patches.suse/net-hns3-add-macros-for-mac-speeds-of-firmware-comma.patch
	patches.suse/net-hns3-add-hns3_state_init-to-do-state-initializat.patch
	patches.suse/net-hns3-remove-redundant-param-mbx_event_pending.patch
	patches.suse/net-hns3-use-memcpy-to-simplify-code.patch
	patches.suse/net-hns3-remove-redundant-param-to-simplify-code.patch
	patches.suse/net-hns3-package-new-functions-to-simplify-hclgevf_m.patch
	patches.suse/net-hns3-merge-some-repetitive-macros.patch
	patches.suse/net-hns3-uniform-type-of-function-parameter-cmd.patch
	patches.suse/phy-marvell-phy-mvebu-cp110-comphy-Rename-HS-SGMMI-t.patch
	patches.suse/phy-marvell-phy-mvebu-a3700-comphy-Rename-HS-SGMMI-t.patch
	patches.suse/phy-marvell-phy-mvebu-a3700-comphy-Remove-unsupporte.patch
	patches.suse/octeontx2-af-cn10K-support-for-sched-lmtst-and-other.patch
	patches.suse/bnxt-count-packets-discarded-because-of-netpoll.patch
	patches.suse/bnxt-count-discards-due-to-memory-allocation-errors.patch
	patches.suse/net-hns3-add-trace-event-in-hclge_gen_resp_to_vf.patch
	patches.suse/net-hns3-refactor-function-hclge_parse_capability.patch
	patches.suse/net-hns3-refactor-function-hclgevf_parse_capability.patch
	patches.suse/net-hns3-add-new-function-hclge_get_speed_bit.patch
	patches.suse/net-hns3-don-t-config-TM-DWRR-twice-when-set-ETS.patch
	patches.suse/net-hns3-remove-unnecessary-static-of-local-variable.patch
	patches.suse/net-hns3-add-required-space-in-comment.patch
	patches.suse/ionic-fire-watchdog-again-after-fw_down.patch
	patches.suse/ionic-squelch-unnecessary-fw-halted-message.patch
	patches.suse/ionic-fill-mac-addr-earlier-in-add_addr.patch
	patches.suse/ionic-add-queue-lock-around-open-and-stop.patch
	patches.suse/ionic-pull-hwstamp-queue_lock-up-a-level.patch
	patches.suse/ionic-recreate-hwstamp-queues-on-ifup.patch
	patches.suse/igc-Use-default-cycle-start-and-end-values-for-queue.patch
	patches.suse/igc-Simplify-TSN-flags-handling.patch
	patches.suse/igc-Add-support-for-CBS-offloading.patch
	patches.suse/octeontx2-pf-Fix-inconsistent-license-text.patch
	patches.suse/octeontx2-af-Fix-inconsistent-license-text.patch
	patches.suse/octeontx2-pf-Add-vlan-etype-to-ntuple-filters.patch
	patches.suse/wcn36xx-Ensure-finish-scan-is-not-requested-before-s.patch
	patches.suse/wcn36xx-Fix-missing-frame-timestamp-for-beacon-probe.patch
	patches.suse/ath9k-fix-OOB-read-ar9300_eeprom_restore_internal.patch
	patches.suse/ath9k-fix-sleeping-in-atomic-context.patch
	patches.suse/ath6kl-wmi-fix-an-error-code-in-ath6kl_wmi_sync_poin.patch
	patches.suse/iwlwifi-iwl-nvm-parse-set-STBC-flags-for-HE-phy-capa.patch
	patches.suse/iwlwifi-mvm-set-BROADCAST_TWT_SUPPORTED-in-MAC-polic.patch
	patches.suse/iwlwifi-nvm-enable-IEEE80211_HE_PHY_CAP10_HE_MU_M1RU.patch
	patches.suse/iwlwifi-mvm-avoid-FW-restart-while-shutting-down.patch
	patches.suse/iwlwifi-pcie-optimise-struct-iwl_rx_mem_buffer-layou.patch
	patches.suse/iwlwifi-pcie-free-RBs-during-configure.patch
	patches.suse/iwlwifi-prepare-for-synchronous-error-dumps.patch
	patches.suse/iwlwifi-pcie-dump-error-on-FW-reset-handshake-failur.patch
	patches.suse/iwlwifi-print-PNVM-complete-notification-status-in-h.patch
	patches.suse/iwlwifi-mvm-Do-not-use-full-SSIDs-in-6GHz-scan.patch
	patches.suse/iwlwifi-mvm-Add-support-for-hidden-network-scan-on-6.patch
	patches.suse/iwlwifi-iwl-dbg-tlv-add-info-about-loading-external-.patch
	patches.suse/iwlwifi-mvm-remove-trigger-EAPOL-time-event.patch
	patches.suse/iwlwifi-mvm-set-replay-counter-on-key-install.patch
	patches.suse/iwlwifi-mvm-restrict-FW-SMPS-request.patch
	patches.suse/iwlwifi-pcie-remove-spaces-from-queue-names.patch
	patches.suse/iwlwifi-mvm-remove-check-for-vif-in-iwl_mvm_vif_from.patch
	patches.suse/iwlwifi-mvm-fix-old-style-static-const-declaration.patch
	patches.suse/iwlwifi-mvm-fix-a-memory-leak-in-iwl_mvm_mac_ctxt_be.patch
	patches.suse/iwlwifi-remove-trailing-semicolon-in-macro-definitio.patch
	patches.suse/iwlwifi-use-DEFINE_MUTEX-for-mutex-lock.patch
	patches.suse/iwlwifi-mvm-avoid-static-queue-number-aliasing.patch
	patches.suse/iwlwifi-mvm-clean-up-number-of-HW-queues.patch
	patches.suse/iwlwifi-mvm-treat-MMPDUs-in-iwl_mvm_mac_tx-as-bcast.patch
	patches.suse/iwlwifi-yoyo-cleanup-internal-buffer-allocation-in-D.patch
	patches.suse/iwlwifi-split-off-Bz-devices-into-their-own-family.patch
	patches.suse/iwlwifi-give-Bz-devices-their-own-name.patch
	patches.suse/iwlwifi-read-MAC-address-from-correct-place-on-Bz.patch
	patches.suse/iwlwifi-pcie-implement-Bz-device-startup.patch
	patches.suse/iwlwifi-implement-Bz-NMI-behaviour.patch
	patches.suse/iwlwifi-pcie-implement-Bz-reset-flow.patch
	patches.suse/iwlwifi-mvm-Fix-umac-scan-request-probe-parameters.patch
	patches.suse/iwlwifi-mvm-support-new-station-key-API.patch
	patches.suse/iwlwifi-mvm-simplify-__iwl_mvm_set_sta_key.patch
	patches.suse/iwlwifi-mvm-d3-separate-TKIP-data-from-key-iteration.patch
	patches.suse/iwlwifi-mvm-d3-remove-fixed-cmd_flags-argument.patch
	patches.suse/iwlwifi-mvm-d3-refactor-TSC-RSC-configuration.patch
	patches.suse/iwlwifi-mvm-d3-add-separate-key-iteration-for-GTK-ty.patch
	patches.suse/iwlwifi-mvm-d3-make-key-reprogramming-iteration-opti.patch
	patches.suse/iwlwifi-mvm-d3-implement-RSC-command-version-5.patch
	patches.suse/iwlwifi-mvm-silently-drop-encrypted-frames-for-unkno.patch
	patches.suse/iwlwifi-mvm-Refactor-setting-of-SSIDs-for-6GHz-scan.patch
	patches.suse/iwlwifi-mvm-fix-access-to-BSS-elements.patch
	patches.suse/iwlwifi-rename-ACPI_SAR_NUM_CHAIN_LIMITS-to-ACPI_SAR.patch
	patches.suse/iwlwifi-convert-flat-SAR-profile-table-to-a-struct-v.patch
	patches.suse/iwlwifi-remove-ACPI_SAR_NUM_TABLES-definition.patch
	patches.suse/iwlwifi-pass-number-of-chains-and-sub-bands-to-iwl_s.patch
	patches.suse/iwlwifi-acpi-support-reading-and-storing-WRDS-revisi.patch
	patches.suse/iwlwifi-support-reading-and-storing-EWRD-revisions-1.patch
	patches.suse/iwlwifi-remove-unused-ACPI_WGDS_TABLE_SIZE-definitio.patch
	patches.suse/iwlwifi-convert-flat-GEO-profile-table-to-a-struct-v.patch
	patches.suse/iwlwifi-mvm-support-version-11-of-wowlan-statuses-no.patch
	patches.suse/iwlwifi-skip-first-element-in-the-WTAS-ACPI-table.patch
	patches.suse/iwlwifi-fw-correctly-limit-to-monitor-dump.patch
	patches.suse/iwlwifi-mvm-trigger-WRT-when-no-beacon-heard.patch
	patches.suse/iwlwifi-mvm-Read-the-PPAG-and-SAR-tables-at-INIT-sta.patch
	patches.suse/iwlwifi-mvm-load-regdomain-at-INIT-stage.patch
	patches.suse/iwlwifi-acpi-support-reading-and-storing-WGDS-revisi.patch
	patches.suse/iwlwifi-bump-FW-API-to-65-for-AX-devices.patch
	patches.suse/iwlwifi-acpi-fill-in-WGDS-table-with-defaults.patch
	patches.suse/iwlwifi-acpi-fill-in-SAR-tables-with-defaults.patch
	patches.suse/iwlwifi-pcie-avoid-dma-unmap-remap-in-crash-dump.patch
	patches.suse/iwlwifi-fix-__percpu-annotation.patch
	patches.suse/iwlwifi-api-remove-datamember-from-struct.patch
	patches.suse/iwlwifi-fw-fix-debug-dump-data-declarations.patch
	patches.suse/iwlwifi-add-Rx-control-frame-to-MBSSID-HE-capability.patch
	patches.suse/iwlwifi-yoyo-support-for-new-DBGI_SRAM-region.patch
	patches.suse/iwlwifi-mvm-don-t-schedule-the-roc_done_wk-if-it-is-.patch
	patches.suse/iwlwifi-allow-debug-init-in-RF-kill.patch
	patches.suse/iwlwifi-mvm-add-support-for-range-request-command-ve.patch
	patches.suse/iwlwifi-mvm-add-support-for-responder-config-command.patch
	patches.suse/iwlwifi-move-get-pnvm-file-name-to-a-separate-functi.patch
	patches.suse/iwlwifi-mvm-introduce-iwl_stored_beacon_notif_v3.patch
	patches.suse/iwlwifi-mvm-support-broadcast-TWT-alone.patch
	patches.suse/iwlwifi-mvm-Fix-scan-channel-flags-settings.patch
	patches.suse/iwlwifi-mvm-don-t-use-FW-key-ID-in-beacon-protection.patch
	patches.suse/bcma-Fix-memory-leak-for-internally-handled-cores.patch
	patches.suse/brcmfmac-pcie-fix-oops-on-failure-to-resume-and-repr.patch
	patches.suse/intel-switch-from-pci_-to-dma_-API.patch
	patches.suse/bnxt_en-remove-DMA-mapping-for-KONG-response.patch
	patches.suse/bnxt_en-Refactor-the-HWRM_VER_GET-firmware-calls.patch
	patches.suse/bnxt_en-move-HWRM-API-implementation-into-separate-f.patch
	patches.suse/bnxt_en-introduce-new-firmware-message-API-based-on-.patch
	patches.suse/bnxt_en-discard-out-of-sequence-HWRM-responses.patch
	patches.suse/bnxt_en-add-HWRM-request-assignment-API.patch
	patches.suse/bnxt_en-add-support-for-HWRM-request-slices.patch
	patches.suse/bnxt_en-use-link_lock-instead-of-hwrm_cmd_lock-to-pr.patch
	patches.suse/bnxt_en-update-all-firmware-calls-to-use-the-new-API.patch
	patches.suse/bnxt_en-remove-legacy-HWRM-interface.patch
	patches.suse/bnxt_en-support-multiple-HWRM-commands-in-flight.patch
	patches.suse/net-hns3-initialize-each-member-of-structure-array-o.patch
	patches.suse/net-hns3-reconstruct-function-hns3_self_test.patch
	patches.suse/net-hns3-reconstruct-function-hclge_ets_validate.patch
	patches.suse/net-hns3-refine-function-hclge_dbg_dump_tm_pri.patch
	patches.suse/net-hns3-modify-a-print-format-of-hns3_dbg_queue_map.patch
	patches.suse/net-hnss3-use-max-to-simplify-code.patch
	patches.suse/net-hns3-uniform-parameter-name-of-hclge_ptp_clean_t.patch
	patches.suse/ipv6-make-exception-cache-less-predictible.patch
	patches.suse/ipv4-make-exception-cache-less-predictible.patch
	patches.suse/net-fix-NULL-pointer-reference-in-cipso_v4_doi_free.patch
	patches.suse/fix-array-index-out-of-bounds-in-taprio_change.patch
	patches.suse/net-qrtr-make-checks-in-qrtr_endpoint_post-stricter.patch
	patches.suse/sch_htb-Fix-inconsistency-when-leaf-qdisc-creation-f.patch
	patches.suse/selftests-bpf-Fix-test_core_autosize-on-big-endian-m.patch
	patches.suse/libbpf-Re-build-libbpf.so-when-libbpf.map-changes.patch
	patches.suse/selftests-bpf-Correctly-display-subtest-skip-status.patch
	patches.suse/selftests-bpf-Fix-flaky-send_signal-test.patch
	patches.suse/bpf-Use-kvmalloc-for-map-values-in-syscall.patch
	patches.suse/bpf-Use-kvmalloc-for-map-keys-in-syscalls.patch
	patches.suse/selftests-bpf-Enlarge-select-timeout-for-test_maps.patch
	patches.suse/bpf-Fix-possible-out-of-bound-write-in-narrow-load-h.patch
	patches.suse/selftests-bpf-Fix-potential-unreleased-lock.patch
	patches.suse/net-sched-Fix-qdisc_rate_table-refcount-leak-when-ge.patch
	patches.suse/net-qualcomm-fix-QCA7000-checksum-handling.patch
	patches.suse/octeontx2-af-Use-NDC-TX-for-transmit-packet-data.patch
	patches.suse/octeontx2-af-Fix-loop-in-free-and-unmap-counter.patch
	patches.suse/octeontx2-af-Fix-mailbox-errors-in-nix_rss_flowkey_c.patch
	patches.suse/octeontx2-af-Fix-static-code-analyzer-reported-issue.patch
	patches.suse/octeontx2-af-Set-proper-errorcode-for-IPv4-checksum-.patch
	patches.suse/ipv4-fix-endianness-issue-in-inet_rtm_getroute_build.patch
	patches.suse/net-w5100-check-return-value-after-calling-platform_.patch
	patches.suse/net-hns3-refine-function-hns3_set_default_feature.patch
	patches.suse/net-hns3-clean-up-a-type-mismatch-warning.patch
	patches.suse/net-hns3-add-some-required-spaces.patch
	patches.suse/net-hns3-remove-unnecessary-spaces.patch
	patches.suse/net-don-t-unconditionally-copy_from_user-a-struct-if.patch
	patches.suse/net-mlx5-Lag-fix-multipath-lag-activation.patch
	patches.suse/net-mlx5-Remove-all-auxiliary-devices-at-the-unregis.patch
	patches.suse/net-mlx5e-Fix-possible-use-after-free-deleting-fdb-r.patch
	patches.suse/net-mlx5-E-Switch-Set-vhca-id-valid-flag-when-creati.patch
	patches.suse/net-mlx5e-Use-correct-eswitch-for-stack-devices-with.patch
	patches.suse/net-mlx5-DR-fix-a-potential-use-after-free-bug.patch
	patches.suse/net-phy-marvell10g-fix-broken-PHY-interrupts-for-any.patch
	patches.suse/ice-fix-Tx-queue-iteration-for-Tx-timestamp-enableme.patch
	patches.suse/ice-remove-dead-code-for-allocating-pin_config.patch
	patches.suse/ice-add-lock-around-Tx-timestamp-tracker-flush.patch
	patches.suse/ice-restart-periodic-outputs-around-time-changes.patch
	patches.suse/ice-Only-lock-to-update-netdev-dev_addr.patch
	patches.suse/atlantic-Fix-driver-resume-flow.patch
	patches.suse/speakup-use-C99-syntax-for-array-initializers.patch
	patches.suse/bus-fsl-mc-fix-arg-in-call-to-dprc_scan_objects.patch
	patches.suse/bus-fsl-mc-handle-DMA-config-deferral-in-ACPI-case.patch
	patches.suse/bus-fsl-mc-fully-resume-the-firmware.patch
	patches.suse/bus-fsl-mc-add-.shutdown-op-for-the-bus-driver.patch
	patches.suse/bus-fsl-mc-pause-the-MC-firmware-before-IOMMU-setup.patch
	patches.suse/bus-fsl-mc-pause-the-MC-firmware-when-unloading.patch
	patches.suse/bus-fsl-mc-rescan-devices-if-endpoint-not-found.patch
	patches.suse/bus-fsl-mc-fix-mmio-base-address-for-child-DPRCs.patch
	patches.suse/misc-pvpanic-pci-Allow-automatic-loading.patch
	patches.suse/fpga-altera-freeze-bridge-Address-warning-about-unus.patch
	patches.suse/fpga-xiilnx-spi-Address-warning-about-unused-variabl.patch
	patches.suse/fpga-xilinx-pr-decoupler-Address-warning-about-unuse.patch
	patches.suse/fpga-zynqmp-fpga-Address-warning-about-unused-variab.patch
	patches.suse/misc-sram-Only-map-reserved-areas-in-Tegra-SYSRAM.patch
	patches.suse/ARM-dts-imx53-ppd-Fix-ACHC-entry.patch
	patches.suse/nvmem-qfprom-Fix-up-qfprom_disable_fuse_blowing-orde.patch
	patches.suse/nvmem-core-fix-error-handling-while-validating-keepo.patch
	patches.suse/firmware-raspberrypi-Fix-a-leak-in-rpi_firmware_get.patch
	patches.suse/lkdtm-replace-SCSI_DISPATCH_CMD-with-SCSI_QUEUE_RQ.patch
	patches.suse/dt-bindings-phy-Rename-Intel-Keem-Bay-USB-PHY-bindin.patch
	patches.suse/phy-tegra-xusb-mark-PM-functions-as-__maybe_unused.patch
	patches.suse/soundwire-dmi-quirks-add-ull-suffix-for-SoundWire-_A.patch
	patches.suse/soundwire-bus-filter-out-more-EDATA-errors-on-clock-.patch
	patches.suse/soundwire-cadence-Remove-ret-variable-from-sdw_cdns_.patch
	patches.suse/soundwire-bus-update-Slave-status-in-sdw_clear_slave.patch
	patches.suse/soundwire-dmi-quirks-add-quirk-for-Intel-Bishop-Coun.patch
	patches.suse/soundwire-cadence-add-paranoid-check-on-self-clearin.patch
	patches.suse/ASoC-codecs-add-SoundWire-mockup-device-support.patch
	patches.suse/ASoC-soc-acpi-cnl-add-table-for-SoundWire-mockup-dev.patch
	patches.suse/ASoC-soc-acpi-tgl-add-table-for-SoundWire-mockup-dev.patch
	patches.suse/ASoC-Intel-boards-sof_sdw-add-SoundWire-mockup-codec.patch
	patches.suse/soundwire-stream-don-t-abort-bank-switch-on-Command_.patch
	patches.suse/soundwire-add-flag-to-ignore-all-command-control-for.patch
	patches.suse/soundwire-bus-squelch-error-returned-by-mockup-devic.patch
	patches.suse/soundwire-stream-don-t-program-mockup-device-ports.patch
	patches.suse/soundwire-cadence-add-debugfs-interface-for-PDI-loop.patch
	patches.suse/soundwire-cadence-override-PDI-configurations-to-cre.patch
	patches.suse/soundwire-intel-fix-potential-race-condition-during-.patch
	patches.suse/soundwire-intel-skip-suspend-resume-wake-when-link-w.patch
	patches.suse/soundwire-intel-conditionally-exit-clock-stop-mode-o.patch
	patches.suse/soundwire-cadence-do-not-extend-reset-delay.patch
	patches.suse/parport-remove-non-zero-check-on-count.patch
	patches.suse/VMCI-fix-NULL-pointer-dereference-when-unmapping-que.patch
	patches.suse/misc-pvpanic-fix-set-driver-data.patch
	patches.suse/PCI-endpoint-Make-struct-pci_epf_driver-remove-retur.patch
	patches.suse/s390-cio-Make-struct-css_driver-remove-return-void.patch
	patches.suse/s390-ccwgroup-Drop-if-with-an-always-false-condition.patch
	patches.suse/s390-scm-Make-struct-scm_driver-remove-return-void.patch
	patches.suse/bus-Make-remove-callback-return-void.patch
	patches.suse/selftests-firmware-Fix-ignored-return-val-of-asprint.patch
	patches.suse/firmware-fix-theoretical-UAF-race-with-firmware-cach.patch
	patches.suse/driver-core-Fix-error-return-code-in-really_probe.patch
	patches.suse/debugfs-Return-error-during-full-open-_proxy_open-on.patch
	patches.suse/sysfs-Invoke-iomem_get_mapping-from-the-sysfs-open-c.patch
	patches.suse/sysfs-Rename-struct-bin_attribute-member-to-f_mappin.patch
	patches.suse/cpumask-introduce-cpumap_print_list-bitmask_to_buf-to-support-large-bitmask-and-list.patch
	patches.suse/topology-use-bin_attribute-to-break-the-size-limitation-of-cpumap-ABI.patch
	patches.suse/drivers-base-node.c-use-bin_attribute-to-break-the-size-limitation-of-cpumap-ABI.patch
	patches.suse/staging-rtl8723bs-fix-wpa_set_auth_algs-function.patch
	patches.suse/staging-board-Fix-uninitialized-spinlock-when-attach.patch
	patches.suse/staging-hisilicon-hi6421-spmi-pmic.yaml-fix-patternP.patch
	patches.suse/staging-ks7010-Fix-the-initialization-of-the-sleep_s.patch
	patches.suse/staging-vchiq-Refactor-vchiq-cdev-code.patch
	patches.suse/staging-vchiq-Move-certain-declarations-to-vchiq_arm.patch
	patches.suse/staging-vchiq-Move-vchiq-char-driver-to-its-own-file.patch
	patches.suse/staging-rtl8723bs-fix-right-side-of-condition.patch
	patches.suse/iio-dac-ad5624r-Fix-incorrect-handling-of-an-optiona.patch
	patches.suse/dt-bindings-iio-accel-bma255-Fix-interrupt-type.patch
	patches.suse/counter-104-quad-8-Return-error-when-invalid-mode-du.patch
	patches.suse/staging-rtl8192u-Fix-bitwise-vs-logical-operator-in-.patch
	patches.suse/iio-ltc2983-fix-device-probe.patch
	patches.suse/clk-staging-correct-reference-to-config-IOMEM-to-con.patch
	patches.suse/staging-rts5208-Fix-get_ms_information-heap-buffer-s.patch
	patches.suse/staging-mt7621-pci-fix-hang-when-nothing-is-connecte.patch
	patches.suse/tty-serial-jsm-hold-port-lock-when-reporting-modem-l.patch
	patches.suse/tty-Fix-out-of-bound-vmalloc-access-in-imageblit.patch
	patches.suse/tty-hvc-replace-BUG_ON-with-negative-return-value.patch
	patches.suse/serial-8250-Define-RX-trigger-levels-for-OxSemi-950-.patch
	patches.suse/serial-max310x-Use-clock-names-property-matching-to-.patch
	patches.suse/xtensa-ISS-don-t-panic-in-rs_init.patch
	patches.suse/hvsi-don-t-panic-on-tty_register_driver-failure.patch
	patches.suse/tty-drop-put_tty_driver.patch
	patches.suse/serial-8250_pci-make-setup_port-parameters-explicitl.patch
	patches.suse/vt-keyboard.c-make-console-an-unsigned-int.patch
	patches.suse/serial-8250_omap-Handle-optional-overrun-throttle-ms.patch
	patches.suse/serial-sh-sci-fix-break-handling-for-sysrq.patch
	patches.suse/tty-serial-fsl_lpuart-check-dma_tx_in_progress-in-tx.patch
	patches.suse/tty-serial-fsl_lpuart-fix-the-wrong-mapbase-value.patch
	patches.suse/tty-serial-fsl_lpuart-enable-two-stop-bits-for-lpuar.patch
	patches.suse/tty-serial-fsl_lpuart-do-software-reset-for-imx7ulp-.patch
	patches.suse/tty-Fix-data-race-between-tiocsti-and-flush_to_ldisc.patch
	patches.suse/usb-host-fotg210-fix-the-endpoint-s-transactional-op.patch
	patches.suse/usb-host-fotg210-fix-the-actual_length-of-an-iso-pac.patch
	patches.suse/usb-gadget-u_ether-fix-a-potential-null-pointer-dere.patch
	patches.suse/USB-EHCI-ehci-mv-improve-error-handling-in-mv_ehci_e.patch
	patches.suse/usb-xhci-renesas-Minor-coding-style-cleanup.patch
	patches.suse/usb-renesas-xhci-Remove-renesas_xhci_pci_exit.patch
	patches.suse/usb-isp1301-omap-Fix-the-GPIO-include.patch
	patches.suse/usb-gadget-composite-Allow-bMaxPower-0-if-self-power.patch
	patches.suse/usb-audio-v2-add-ability-to-define-feature-unit-desc.patch
	patches.suse/usb-gadget-u_audio-add-bi-directional-volume-and-mut.patch
	patches.suse/usb-gadget-f_uac2-add-volume-and-mute-support.patch
	patches.suse/usb-dwc3-dwc3-qcom-Fix-typo-in-the-dwc3-vbus-overrid.patch
	patches.suse/usb-common-add-helper-to-get-role-switch-default-mod.patch
	patches.suse/usb-mtu3-support-property-role-switch-default-mode.patch
	patches.suse/usb-mtu3-support-option-to-disable-usb2-ports.patch
	patches.suse/usb-mtu3-add-new-helpers-for-host-suspend-resume.patch
	patches.suse/usb-mtu3-support-runtime-PM-for-host-mode.patch
	patches.suse/usb-mtu3-add-helper-to-power-on-down-device.patch
	patches.suse/usb-mtu3-support-suspend-resume-for-device-mode.patch
	patches.suse/usb-mtu3-support-suspend-resume-for-dual-role-mode.patch
	patches.suse/usb-isp1760-do-not-sleep-in-field-register-poll.patch
	patches.suse/drivers-usb-dwc3-qcom-Add-sdm660-compatible.patch
	patches.suse/usb-gadget-f_uac2-remove-redundant-assignments-to-po.patch
	patches.suse/usb-dwc3-meson-g12a-add-IRQ-check.patch
	patches.suse/usb-dwc3-qcom-add-IRQ-check.patch
	patches.suse/usb-gadget-udc-at91-add-IRQ-check.patch
	patches.suse/usb-gadget-udc-s3c2410-add-IRQ-check.patch
	patches.suse/usb-misc-brcmstb-usb-pinmap-add-IRQ-check.patch
	patches.suse/usb-phy-fsl-usb-add-IRQ-check.patch
	patches.suse/usb-phy-twl6030-add-IRQ-checks.patch
	patches.suse/usb-mtu3-restore-HS-function-when-set-SS-SSP.patch
	patches.suse/usb-mtu3-use-mult-for-HS-isoc-or-intr.patch
	patches.suse/usb-mtu3-fix-the-wrong-HS-mult-value.patch
	patches.suse/usb-cdnsp-fix-the-wrong-mult-value-for-HS-isoc-or-in.patch
	patches.suse/usb-gadget-tegra-xudc-fix-the-wrong-mult-value-for-H.patch
	patches.suse/usb-typec-tcpm-Support-non-PD-mode.patch
	patches.suse/usb-gadget-udc-renesas_usb3-Fix-soc_device_match-abu.patch
	patches.suse/usb-host-ohci-tmio-add-IRQ-check.patch
	patches.suse/usb-phy-tahvo-add-IRQ-check.patch
	patches.suse/usb-dwc3-Decouple-USB-2.0-L1-L2-events.patch
	patches.suse/usb-host-remove-dead-EHCI-support-for-on-chip-PMC-MS.patch
	patches.suse/usb-gadget-mv_u3d-request_irq-after-initializing-UDC.patch
	patches.suse/USB-EHCI-Add-register-array-bounds-to-HCS-ports.patch
	patches.suse/USB-EHCI-Add-alias-for-Broadcom-INSNREG.patch
	patches.suse/thunderbolt-Add-authorized-value-to-the-KOBJ_CHANGE-.patch
	patches.suse/thunderbolt-Add-vendor-specific-NHI-quirk-for-auto-c.patch
	patches.suse/thunderbolt-Handle-ring-interrupt-by-reading-interru.patch
	patches.suse/thunderbolt-Do-not-read-control-adapter-config-space.patch
	patches.suse/thunderbolt-Fix-port-linking-by-checking-all-adapter.patch
	patches.suse/xhci-fix-unsafe-memory-usage-in-xhci-tracing.patch
	patches.suse/xhci-fix-even-more-unsafe-memory-usage-in-xhci-traci.patch
	patches.suse/xhci-Fix-failure-to-give-back-some-cached-cancelled-.patch
	patches.suse/Revert-USB-xhci-fix-U1-U2-handling-for-hardware-with.patch
	patches.suse/xhci-Add-additional-dynamic-debug-to-follow-URBs-in-.patch
	patches.suse/xhci-Add-bus-number-to-some-debug-messages.patch
	patches.suse/usb-ehci-orion-Handle-errors-of-clk_prepare_enable-i.patch
	patches.suse/usb-dwc3-imx8mp-request-irq-after-initializing-dwc3.patch
	patches.suse/usb-musb-musb_dsps-request_irq-after-initializing-mu.patch
	patches.suse/usbip-give-back-URBs-for-unsent-unlink-requests-duri.patch
	patches.suse/usbip-vhci_hcd-USB-port-can-get-stuck-in-the-disable.patch
	patches.suse/usb-bdc-Fix-an-error-handling-path-in-bdc_probe-when.patch
	patches.suse/usb-bdc-Fix-a-resource-leak-in-the-error-handling-pa.patch
	patches.suse/usb-xhci-mtk-fix-use-after-free-of-mtk-hcd.patch
	patches.suse/usb-xhci-mtk-support-option-to-disable-usb2-ports.patch
	patches.suse/usb-xhci-mtk-fix-issue-of-out-of-bounds-array-access.patch
	patches.suse/usb-xhci-mtk-update-fs-bus-bandwidth-by-bw_budget_ta.patch
	patches.suse/usb-xhci-mtk-check-boundary-before-check-tt.patch
	patches.suse/usb-xhci-mtk-add-a-member-of-num_esit.patch
	patches.suse/usb-xhci-mtk-modify-the-SOF-ITP-interval-for-mt8195.patch
	patches.suse/usb-xhci-mtk-Do-not-use-xhci-s-virt_dev-in-drop_endp.patch
	patches.suse/usb-mtu3-return-successful-suspend-status.patch
	patches.suse/usb-mtu3-fix-random-remote-wakeup.patch
	patches.suse/usb-chipidea-host-fix-port-index-underflow-and-UBSAN.patch
	patches.suse/usb-xhci-mtk-allow-bandwidth-table-rollover.patch
	patches.suse/usb-host-xhci-rcar-Don-t-reload-firmware-after-the-c.patch
	patches.suse/usb-isp1760-fix-memory-pool-initialization.patch
	patches.suse/usb-isp1760-fix-qtd-fill-length.patch
	patches.suse/usb-isp1760-write-to-status-and-address-register.patch
	patches.suse/usb-isp1760-use-the-right-irq-status-bit.patch
	patches.suse/usb-isp1760-otg-control-register-access.patch
	patches.suse/x86-setup-Explicitly-include-acpi.h.patch
	patches.suse/ALSA-hda-ca0132-remove-redundant-initialization-of-v.patch
	patches.suse/ALSA-hda-hdmi-Add-option-to-enable-all-pins-forcibly.patch
	patches.suse/ALSA-compress-Drop-unused-functions.patch
	patches.suse/ALSA-compress-Initialize-mutex-in-snd_compress_new.patch
	patches.suse/ALSA-core-Add-device-managed-page-allocator-helper.patch
	patches.suse/ALSA-core-Add-managed-card-creation.patch
	patches.suse/ALSA-core-Add-device-managed-request_dma.patch
	patches.suse/ALSA-hda-Allocate-resources-with-device-managed-APIs.patch
	patches.suse/ALSA-seq-Fix-comments-of-wrong-client-number-for-MID.patch
	patches.suse/ALSA-core-Fix-double-calls-of-snd_card_free-via-devr.patch
	patches.suse/ALSA-usb-audio-Introduce-quirk_flags-field.patch
	patches.suse/ALSA-usb-audio-Move-media-controller-API-quirk-into-.patch
	patches.suse/ALSA-usb-audio-Move-txfr_quirk-handling-to-quirk_fla.patch
	patches.suse/ALSA-usb-audio-Move-tx_length-quirk-handling-to-quir.patch
	patches.suse/ALSA-usb-audio-Move-playback_first-flag-into-quirk_f.patch
	patches.suse/ALSA-usb-audio-Move-clock-setup-quirk-into-quirk_fla.patch
	patches.suse/ALSA-usb-audio-Move-ITF-USB-DSD-quirk-handling-into-.patch
	patches.suse/ALSA-usb-audio-Move-control-message-delay-quirk-into.patch
	patches.suse/ALSA-usb-audio-Move-interface-setup-delay-into-quirk.patch
	patches.suse/ALSA-usb-audio-Move-rate-validation-quirk-into-quirk.patch
	patches.suse/ALSA-usb-audio-Move-autosuspend-quirk-into-quirk_fla.patch
	patches.suse/ALSA-usb-audio-Move-ignore_ctl_error-check-into-quir.patch
	patches.suse/ALSA-usb-audio-Move-generic-DSD-raw-detection-into-q.patch
	patches.suse/ALSA-usb-audio-Add-quirk_flags-module-option.patch
	patches.suse/ALSA-doc-Add-the-description-of-quirk_flags-option-f.patch
	patches.suse/ALSA-usb-audio-make-array-static-const-makes-object-.patch
	patches.suse/ALSA-memalloc-Minor-refactoring.patch
	patches.suse/ALSA-memalloc-Correctly-name-as-WC.patch
	patches.suse/ALSA-pcm-Allow-exact-buffer-preallocation.patch
	patches.suse/ALSA-memalloc-Support-WC-allocation-on-all-architect.patch
	patches.suse/ALSA-memalloc-Fix-pgprot-for-WC-mmap-on-x86.patch
	patches.suse/ALSA-memalloc-Store-snd_dma_buffer.addr-for-continuo.patch
	patches.suse/ALSA-memalloc-Fix-mmap-of-SG-buffer-with-WC-pages.patch
	patches.suse/ALSA-pcm-Check-mmap-capability-of-runtime-dma-buffer.patch
	patches.suse/ALSA-pci-cs46xx-Fix-set-up-buffer-type-properly.patch
	patches.suse/ALSA-hda-cirrus-Move-CS8409-HDA-bridge-to-separate-m.patch
	patches.suse/ALSA-hda-cs8409-Move-arrays-of-configuration-to-a-ne.patch
	patches.suse/ALSA-hda-cs8409-Use-enums-for-register-names-and-coe.patch
	patches.suse/ALSA-hda-cs8409-Mask-all-CS42L42-interrupts-on-initi.patch
	patches.suse/ALSA-hda-cs8409-Reduce-HS-pops-clicks-for-Cyborg.patch
	patches.suse/ALSA-hda-cs8409-Disable-unnecessary-Ring-Sense-for-C.patch
	patches.suse/ALSA-hda-cs8409-Disable-unsolicited-responses-during.patch
	patches.suse/ALSA-hda-cs8409-Disable-unsolicited-response-for-the.patch
	patches.suse/ALSA-hda-cs8409-Mask-CS42L42-wake-events.patch
	patches.suse/ALSA-hda-cs8409-Simplify-CS42L42-jack-detect.patch
	patches.suse/ALSA-hda-cs8409-Prevent-I2C-access-during-suspend-ti.patch
	patches.suse/ALSA-hda-cs8409-Generalize-volume-controls.patch
	patches.suse/ALSA-hda-cs8409-Dont-disable-I2C-clock-between-conse.patch
	patches.suse/ALSA-hda-cs8409-Avoid-setting-the-same-I2C-address-f.patch
	patches.suse/ALSA-hda-cs8409-Avoid-re-setting-the-same-page-as-th.patch
	patches.suse/ALSA-hda-cs8409-Support-i2c-bulk-read-write-function.patch
	patches.suse/ALSA-hda-cs8409-Separate-CS8409-CS42L42-and-project-.patch
	patches.suse/ALSA-hda-cs8409-Move-codec-properties-to-its-own-str.patch
	patches.suse/ALSA-hda-cs8409-Support-multiple-sub_codecs-for-Susp.patch
	patches.suse/ALSA-hda-cs8409-Add-Support-to-disable-jack-type-det.patch
	patches.suse/ALSA-hda-cs8409-Add-support-for-dolphin.patch
	patches.suse/ALSA-hda-cs8409-Enable-Full-Scale-Volume-for-Line-Ou.patch
	patches.suse/ALSA-hda-cs8409-Set-fixed-sample-rate-of-48kHz-for-C.patch
	patches.suse/ALSA-hda-cs8409-Use-timeout-rather-than-retries-for-.patch
	patches.suse/ALSA-hda-cs8409-Remove-unnecessary-delays.patch
	patches.suse/ALSA-hda-cs8409-Follow-correct-CS42L42-power-down-se.patch
	patches.suse/ALSA-hda-cs8409-Unmute-Mute-codec-when-stream-starts.patch
	patches.suse/ALSA-core-control_led-use-strscpy-instead-of-strlcpy.patch
	patches.suse/ALSA-hda-cs8409-Prevent-pops-and-clicks-during-suspe.patch
	patches.suse/ALSA-memalloc-Count-continuous-pages-in-vmalloc-buff.patch
	patches.suse/ALSA-usb-audio-Input-source-control-digidesign-mbox.patch
	patches.suse/ALSA-pcm-Add-SNDRV_PCM_INFO_EXPLICIT_SYNC-flag.patch
	patches.suse/ALSA-hda-conexant-Turn-off-EAPD-at-suspend-too.patch
	patches.suse/ALSA-hda-Suspend-codec-at-shutdown.patch
	patches.suse/ALSA-hda-Nuke-unused-reboot_notify-callback.patch
	patches.suse/ALSA-hda-Drop-workaround-for-a-hang-at-shutdown-agai.patch
	patches.suse/ALSA-hda-sigmatel-Sink-stac_shutup-into-stac_suspend.patch
	patches.suse/ALSA-hda-analog-Sink-ad198x_shutup-and-shuffle-CONFI.patch
	patches.suse/ALSA-hda-Code-refactoring-snd_hda_pick_fixup.patch
	patches.suse/ALSA-hda-Allow-model-option-to-specify-PCI-SSID-alia.patch
	patches.suse/ALSA-doc-Fix-indentation-warning.patch
	patches.suse/ALSA-hda-realtek-Workaround-for-conflicting-SSID-on-.patch
	patches.suse/ASoC-intel-atom-Revert-PCM-buffer-address-setup-work.patch
	patches.suse/ALSA-usb-audio-Fix-regression-on-Sony-WALKMAN-NW-A45.patch
	patches.suse/ALSA-hda-realtek-Quirk-for-HP-Spectre-x360-14-amp-se.patch
	patches.suse/ALSA-usb-audio-Move-set-interface-first-workaround-i.patch
	patches.suse/ALSA-hda-Disable-runtime-resume-at-shutdown.patch
	patches.suse/ALSA-hda-cs8409-Ensure-Type-Detection-is-only-run-on.patch
	patches.suse/ALSA-hda-cs8409-Initialize-Codec-only-in-init-fixup.patch
	patches.suse/ALSA-pcm-fix-divide-error-in-snd_pcm_lib_ioctl.patch
	patches.suse/ALSA-usb-audio-Work-around-for-XRUN-with-low-latency.patch
	patches.suse/ALSA-usb-audio-Add-lowlatency-module-option.patch
	patches.suse/ASoC-Intel-Fix-platform-ID-matching.patch
	patches.suse/ASoC-rt5682-Adjust-headset-volume-button-threshold-a.patch
	patches.suse/ASoC-wm_adsp-Put-debugfs_remove_recursive-back-in.patch
	patches.suse/ASoC-ti-delete-some-dead-code-in-omap_abe_probe.patch
	patches.suse/ASoC-atmel-ATMEL-drivers-don-t-need-HAS_DMA.patch
	patches.suse/ASoC-codecs-wcd938x-fix-returnvar.cocci-warnings.patch
	patches.suse/ASoC-wm_adsp-Remove-pointless-string-comparison.patch
	patches.suse/ASoC-tlv320aic32x4-Fix-TAS2505-TAS2521-channel-count.patch
	patches.suse/ASoC-amd-fix-spelling-mistakes.patch
	patches.suse/ASoC-Intel-soc-acpi-add-support-for-SoundWire-of-TGL.patch
	patches.suse/ASoC-SOF-add-a-helper-to-get-topology-configured-bcl.patch
	patches.suse/ASoC-Intel-sof_cs42l42-use-helper-function-to-get-bc.patch
	patches.suse/ASoC-mediatek-mt8192-Fix-Unbalanced-pm_runtime_enabl.patch
	patches.suse/ASoC-mediatek-mt8183-Fix-Unbalanced-pm_runtime_enabl.patch
	patches.suse/ASoC-ti-davinci-mcasp-Fix-DIT-mode-support.patch
	patches.suse/ASoC-Intel-sof_cs42l42-support-arbitrary-DAI-link-se.patch
	patches.suse/ASoC-Intel-maxim-common-support-max98360a.patch
	patches.suse/ASoC-Intel-sof_cs42l42-add-support-for-jsl_cs4242_mx.patch
	patches.suse/ASoC-Intel-sof_rt5682-code-refactor-for-max98360a.patch
	patches.suse/ASoC-Intel-sof_sdw-extends-SOF_RT711_JDSRC-to-4-bits.patch
	patches.suse/ASoC-Intel-sof_sdw-include-rt711.h-for-RT711-JD-mode.patch
	patches.suse/ASoC-Intel-sof_sdw-update-quirk-for-jack-detection-i.patch
	patches.suse/ASOC-Intel-sof_sdw-add-quirk-for-Intel-Bishop-County.patch
	patches.suse/ASoC-amd-add-Vangogh-ACP5x-IP-register-header.patch
	patches.suse/ASoC-amd-add-Vangogh-ACP-PCI-driver.patch
	patches.suse/ASoc-amd-add-acp5x-init-de-init-functions.patch
	patches.suse/ASoC-amd-create-acp5x-platform-devices.patch
	patches.suse/ASoC-amd-add-ACP5x-PCM-platform-driver.patch
	patches.suse/ASoC-amd-irq-handler-changes-for-ACP5x-PCM-dma-drive.patch
	patches.suse/ASoC-amd-add-ACP5x-pcm-dma-driver-ops.patch
	patches.suse/ASoC-amd-add-vangogh-i2s-controller-driver.patch
	patches.suse/ASoC-amd-add-vangogh-i2s-dai-driver-ops.patch
	patches.suse/ASoC-amd-add-vangogh-pci-driver-pm-ops.patch
	patches.suse/ASoC-amd-add-vangogh-i2s-dma-driver-pm-ops.patch
	patches.suse/ASoC-amd-enable-vangogh-acp5x-driver-build.patch
	patches.suse/ASoC-amd-Don-t-show-messages-about-deferred-probing-.patch
	patches.suse/ASoC-amd-Use-dev_probe_err-helper.patch
	patches.suse/ASoC-rt1015-Remove-unnecessary-flush-work-on-rt1015-.patch
	patches.suse/ASoC-rt5682-enable-SAR-ADC-power-saving-mode-during-.patch
	patches.suse/ASoC-amd-fix-an-IS_ERR-vs-NULL-bug-in-probe.patch
	patches.suse/ASoC-Intel-Fix-spelling-contraction-cant-can-t.patch
	patches.suse/ASoC-amd-Drop-superfluous-mmap-callbacks.patch
	patches.suse/ASoC-intel-skylake-Drop-superfluous-mmap-callback.patch
	patches.suse/ASoC-tlv320aic32x4-make-array-clocks-static-makes-ob.patch
	patches.suse/ASoC-Intel-bytcr_rt5640-Move-Platform-Clock-routes-t.patch
	patches.suse/ASoC-Intel-bytcr_rt5640-Add-line-out-support.patch
	patches.suse/ASoC-Intel-bytcr_rt5640-Add-a-byt_rt5640_get_codec_d.patch
	patches.suse/ASoC-Intel-bytcr_rt5640-Add-support-for-a-second-hea.patch
	patches.suse/ASoC-Intel-bytcr_rt5640-Add-support-for-a-second-hea-79c1123bac3b.patch
	patches.suse/ASoC-Intel-bytcr_rt5640-Fix-HP-ElitePad-1000-G2-quir.patch
	patches.suse/soundwire-move-intel-sdw-register-definitions-to-sdw.patch
	patches.suse/ASoC-SOF-intel-add-sdw_shim-alh_base-to-sof_intel_ds.patch
	patches.suse/ASoC-SOF-intel-hda-remove-HDA_DSP_REG_SNDW_WAKE_STS-.patch
	patches.suse/ASoC-SOF-intel-move-sof_intel_dsp_desc-forward.patch
	patches.suse/ASoC-SOF-intel-add-snd_sof_dsp_check_sdw_irq-ops.patch
	patches.suse/soundwire-intel-introduce-shim-and-alh-base.patch
	patches.suse/ASoC-rt5514-make-array-div-static-const-makes-object.patch
	patches.suse/ASoC-Intel-sof_sdw-add-quirk-for-Dell-XPS-9710.patch
	patches.suse/ASoC-SOF-Intel-Use-DMI-string-to-search-for-adl_mx98.patch
	patches.suse/ASoC-Intel-update-sof_pcm512x-quirks.patch
	patches.suse/ASoC-Intel-sof_sdw_max98373-remove-useless-inits.patch
	patches.suse/ASoC-amd-vangogh-Drop-superfluous-mmap-callback.patch
	patches.suse/ASoC-simple-card-utils-Avoid-over-allocating-DLCs.patch
	patches.suse/ASoC-max98090-remove-duplicate-status-reads-and-usel.patch
	patches.suse/ASoC-rt5640-Silence-warning-message-about-missing-in.patch
	patches.suse/ASoC-cs42l42-Add-PLL-configuration-for-44.1kHz-16-bi.patch
	patches.suse/ASoC-cs42l42-Validate-dai_set_sysclk-frequency.patch
	patches.suse/ASoC-cs42l42-Assume-24-bit-samples-are-in-32-bit-slo.patch
	patches.suse/ASoC-cs42l42-Update-module-authors.patch
	patches.suse/ASoC-max98390-Add-support-change-dsm-param-name.patch
	patches.suse/ASoC-rt1015p-add-new-acpi-id-and-comapatible-id.patch
	patches.suse/ASoC-rt5682-Properly-turn-off-regulators-if-wrong-de.patch
	patches.suse/ASoC-rt5682-Remove-unused-variable-in-rt5682_i2c_rem.patch
	patches.suse/ASoC-SOF-Intel-Kconfig-clarify-DMI-L1-option-descrip.patch
	patches.suse/ASoC-SOF-Intel-hda-stream-remove-always-true-conditi.patch
	patches.suse/ASoC-SOF-Intel-simplify-logic-for-DMI_L1-handling.patch
	patches.suse/ASoC-SOF-Intel-make-DMI-L1-selection-more-robust.patch
	patches.suse/ASoC-Intel-boards-harden-codec-property-handling.patch
	patches.suse/ASoC-Intel-boards-handle-errors-with-acpi_dev_get_fi.patch
	patches.suse/ASoC-Intel-boards-get-codec-device-with-ACPI-instead.patch
	patches.suse/ASoC-Intel-sof_sdw-pass-card-information-to-init-exi.patch
	patches.suse/ASoC-Intel-sof_sdw_rt711-keep-codec-device-reference.patch
	patches.suse/ASoC-Intel-use-software-node-API-in-SoundWire-machin.patch
	patches.suse/ASoC-Intel-remove-device_properties-for-Atom-boards.patch
	patches.suse/ASoC-Intel-boards-use-software-node-API-in-Atom-boar.patch
	patches.suse/ASoC-Intel-bytcr_rt5640-Use-cfg-lineout-2-in-the-com.patch
	patches.suse/ASoC-fsl_rpmsg-Check-EPROBE_DEFER-for-getting-clocks.patch
	patches.suse/ASoC-rsnd-adg-clearly-handle-clock-error-NULL-case.patch
	patches.suse/ASoC-rt5640-Move-rt5640_disable_jack_detect-up-in-th.patch
	patches.suse/ASoC-rt5640-Delay-requesting-IRQ-until-the-machine-d.patch
	patches.suse/ASoC-rt5640-Add-optional-hp_det_gpio-parameter-to-rt.patch
	patches.suse/ASoC-rt5640-Add-rt5640_set_ovcd_params-helper.patch
	patches.suse/ASoC-Intel-bytct_rt5640-Add-a-separate-Headset-Mic-2.patch
	patches.suse/ASoC-Intel-bytcr_rt5640-Add-support-for-HP-Elite-Pad.patch
	patches.suse/ASoC-Intel-bytcr_rt5640-Mark-hp_elitepad_1000g2_jack.patch
	patches.suse/ASoC-rt1015-remove-possible-unused-variable-bclk_ms.patch
	patches.suse/ASoC-Intel-kbl_da7219_max98927-Fix-format-selection-.patch
	patches.suse/ASoC-Intel-Skylake-Leave-data-as-is-when-invoking-TL.patch
	patches.suse/ASoC-Intel-Skylake-Select-proper-format-for-NHLT-blo.patch
	patches.suse/ASoC-Intel-Skylake-Fix-module-resource-and-format-se.patch
	patches.suse/ASoC-Intel-Skylake-Fix-module-configuration-for-KPB-.patch
	patches.suse/ASoC-Intel-Skylake-Fix-passing-loadable-flag-for-mod.patch
	patches.suse/ASoC-Intel-Skylake-Simplify-m_state-for-loadable-mod.patch
	patches.suse/ASoC-Intel-Skylake-Support-multiple-format-configs.patch
	patches.suse/ASoC-Intel-Skylake-Support-modules-with-generic-exte.patch
	patches.suse/ASoC-Intel-Skylake-Properly-configure-modules-with-g.patch
	patches.suse/ASoC-Intel-Skylake-Select-first-entry-for-singular-p.patch
	patches.suse/ASoC-SOF-intel-remove-duplicate-include.patch
	patches.suse/ASoC-Intel-bytcr_rt5640-Make-rt5640_jack_gpio-rt5640.patch
	patches.suse/ASoC-rt5682-Fix-the-vol-button-detection-issue.patch
	patches.suse/ASoC-imx-rpmsg-change-dev_err-to-dev_err_probe-for-E.patch
	patches.suse/ASoC-rockchip-i2s-Fix-regmap_ops-hang.patch
	patches.suse/ASoC-rockchip-i2s-Fixup-config-for-DAIFMT_DSP_A-B.patch
	patches.suse/ASoC-soc-pcm-protect-BE-dailink-state-changes-in-tri.patch
	patches.suse/ASoC-wcd9335-Fix-a-double-irq-free-in-the-remove-fun.patch
	patches.suse/ASoC-wcd9335-Fix-a-memory-leak-in-the-error-handling.patch
	patches.suse/ASoC-wcd9335-Disable-irq-on-slave-ports-in-the-remov.patch
	patches.suse/media-dib8000-rewrite-the-init-prbs-logic.patch
	patches.suse/media-uvc-don-t-do-DMA-on-stack.patch
	patches.suse/media-atmel-atmel-sama5d2-isc-fix-YUYV-format.patch
	patches.suse/media-TDA1997x-enable-EDID-support.patch
	patches.suse/media-ti-vpe-cal-fix-error-handling-in-cal_camerarx_.patch
	patches.suse/media-ti-vpe-cal-fix-queuing-of-the-initial-buffer.patch
	patches.suse/media-cxd2880-spi-Fix-an-error-handling-path.patch
	patches.suse/media-rc-loopback-return-number-of-emitters-rather-t.patch
	patches.suse/media-dvb-usb-fix-uninit-value-in-dvb_usb_adapter_dv.patch
	patches.suse/media-dvb-usb-fix-uninit-value-in-vp702x_read_mac_ad.patch
	patches.suse/media-dvb-usb-Fix-error-handling-in-dvb_usb_i2c_init.patch
	patches.suse/media-hantro-vp8-Move-noisy-WARN_ON-to-vpu_debug.patch
	patches.suse/media-go7007-fix-memory-leak-in-go7007_usb_probe.patch
	patches.suse/media-go7007-remove-redundant-initialization.patch
	patches.suse/media-v4l2-subdev-fix-some-NULL-vs-IS_ERR-checks.patch
	patches.suse/media-stkwebcam-fix-memory-leak-in-stk_camera_probe.patch
	patches.suse/media-platform-stm32-unprepare-clocks-at-handling-er.patch
	patches.suse/media-rockchip-rga-fix-error-handling-in-probe.patch
	patches.suse/media-coda-fix-frame_mem_ctrl-for-YUV420-and-YVU420-.patch
	patches.suse/media-atomisp-Fix-runtime-PM-imbalance-in-atomisp_pc.patch
	patches.suse/media-atomisp-pci-fix-error-return-code-in-atomisp_p.patch
	patches.suse/media-atomisp-fix-the-uninitialized-use-and-rename-r.patch
	patches.suse/media-em28xx-input-fix-refcount-bug-in-em28xx_usb_di.patch
	patches.suse/media-omap3isp-Fix-missing-unlock-in-isp_subdev_noti.patch
	patches.suse/media-Documentation-media-Improve-camera-sensor-docu.patch
	patches.suse/media-imx258-Rectify-mismatch-of-VTS-value.patch
	patches.suse/media-imx258-Limit-the-max-analogue-gain-to-480.patch
	patches.suse/media-imx-imx7-media-csi-Fix-buffer-return-upon-stre.patch
	patches.suse/media-v4l2-dv-timings.c-fix-wrong-condition-in-two-f.patch
	patches.suse/media-TDA1997x-fix-tda1997x_query_dv_timings-return-.patch
	patches.suse/media-tegra-cec-Handle-errors-of-clk_prepare_enable.patch
	patches.suse/media-venus-hfi-fix-return-value-check-in-sys_get_pr.patch
	patches.suse/media-venus-venc-Fix-potential-null-pointer-derefere.patch
	patches.suse/media-venus-helper-do-not-set-constrained-parameters.patch
	patches.suse/0001-drm-i915-apply-WaEnableVGAAccessThroughIOPort-as-nee.patch
	patches.suse/Revert-drm-i915-display-Drop-FIXME-about-turn-off-in.patch
	patches.suse/0003-drm-i915-xelpd-break-feature-inheritance.patch
	patches.suse/drm-i915-jsl-Add-W-A-1409054076-for-JSL.patch
	patches.suse/0005-drm-i915-Force-a-TypeC-PHY-disconnect-during-suspend.patch
	patches.suse/0006-drm-i915-dmc-Introduce-DMC_FW_MAIN.patch
	patches.suse/0007-drm-i915-xelpd-Pipe-A-DMC-plugging.patch
	patches.suse/0008-drm-i915-adl_p-Pipe-B-DMC-Support.patch
	patches.suse/0009-drm-i915-adl_p-Load-DMC.patch
	patches.suse/0010-drm-i915-s-intel-hsw-for-hsw-bdw-skl-buf-trans.patch
	patches.suse/0011-drm-i915-Introduce-hsw_get_buf_trans.patch
	patches.suse/0012-drm-i915-Wrap-the-platform-specific-buf-trans-struct.patch
	patches.suse/0013-drm-i915-Rename-dkl-phy-buf-trans-tables.patch
	patches.suse/0014-drm-i915-Wrap-the-buf-trans-tables-into-a-struct.patch
	patches.suse/0015-drm-i915-Introduce-intel_get_buf_trans.patch
	patches.suse/0016-drm-i915-Return-the-whole-buf_trans-struct-from-get_.patch
	patches.suse/0017-drm-i915-Store-the-HDMI-default-entry-in-the-bug-tra.patch
	patches.suse/0018-drm-i915-Introduce-encoder-get_buf_trans.patch
	patches.suse/0019-drm-i915-Clean-up-hsw-bdw-skl-kbl-buf-trans-funcs.patch
	patches.suse/0020-drm-i915-Introduce-rkl_get_combo_buf_trans.patch
	patches.suse/0021-drm-i915-Fix-dg1-buf-trans-tables.patch
	patches.suse/0022-drm-i915-Deduplicate-icl-DP-HBR2-vs.-eDP-HBR3-table.patch
	patches.suse/0023-drm-i915-keep-backlight_enable-on-until-turn-eDP-dis.patch
	patches.suse/0024-drm-i915-Fix-ehl-edp-hbr2-vswing-table.patch
	patches.suse/0025-drm-i915-Clean-up-jsl-ehl-buf-trans-functions.patch
	patches.suse/0026-drm-i915-Nuke-buf_trans-hdmi-functions.patch
	patches.suse/0027-drm-i915-Add-the-missing-adls-vswing-tables.patch
	patches.suse/0028-drm-i915-fbc-s-threshold-limit.patch
	patches.suse/0029-drm-i915-fbc-Extract-intel_fbc_program_cfb.patch
	patches.suse/0030-drm-i915-fbc-Embed-the-compressed_llb-node.patch
	patches.suse/0031-drm-i915-fbc-Don-t-pass-around-the-mm-node.patch
	patches.suse/0032-drm-i915-fbc-Handle-16bpp-compression-limit-better.patch
	patches.suse/0033-drm-i915-fbc-Introduce-g4x_dpfc_ctl_limit.patch
	patches.suse/0034-drm-i915-fbc-Extract-intel_fbc_stolen_end.patch
	patches.suse/0035-drm-i915-fbc-Make-the-cfb-allocation-loop-a-bit-more.patch
	patches.suse/0036-drm-i915-fbc-Allocate-llb-before-cfb.patch
	patches.suse/0037-drm-i915-Stop-hand-rolling-drm_crtc_mask.patch
	patches.suse/0038-drm-i915-Clean-up-intel_get_load_detect_pipe-a-bit.patch
	patches.suse/0039-drm-i915-Clean-up-intel_find_initial_plane_obj-a-bit.patch
	patches.suse/0040-drm-i915-Clean-up-pre-skl-wm-calling-convention.patch
	patches.suse/0041-drm-i915-Clean-up-intel_fbdev_init_bios-a-bit.patch
	patches.suse/0042-drm-i915-s-intel_crtc-crtc.patch
	patches.suse/0043-drm-i915-display-psr-Handle-SU-Y-granularity.patch
	patches.suse/0044-drm-i915-display-adl_p-Implement-Wa_22012278275.patch
	patches.suse/0045-drm-i915-display-adl_p-Implement-Wa_16011168373.patch
	patches.suse/0046-drm-i915-xelpd-Handle-PSR2-SDP-indication-in-the-pri.patch
	patches.suse/0047-drm-i915-display-adl_p-Implement-Wa_16011303918.patch
	patches.suse/0048-drm-i915-display-fix-level-0-adjustement-on-display-.patch
	patches.suse/0049-drm-i915-display-use-max_level-to-control-loop.patch
	patches.suse/0050-drm-i915-jsl-Remove-require_force_probe-protection.patch
	patches.suse/0051-drm-i915-ehl-Remove-require_force_probe-protection.patch
	patches.suse/0052-drm-i915-display-Fix-state-mismatch-in-drm-infoframe.patch
	patches.suse/0053-drm-i915-display-check-if-compressed_llb-was-allocat.patch
	patches.suse/0054-drm-i915-hdcp-Nuke-Platform-check-for-mst-hdcp-init.patch
	patches.suse/0055-drm-i915-finish-INTEL_GEN-and-friends-conversion.patch
	patches.suse/0056-gpu-drm-i915-nuke-old-GEN-macros.patch
	patches.suse/0057-drm-i915-dpcd_bl-Remove-redundant-AUX-backlight-freq.patch
	patches.suse/0058-drm-i915-dpcd_bl-Handle-drm_dpcd_read-write-return-v.patch
	patches.suse/0059-drm-i915-dpcd_bl-Cleanup-intel_dp_aux_vesa_enable_ba.patch
	patches.suse/0060-drm-i915-dpcd_bl-Cache-some-backlight-capabilities-i.patch
	patches.suse/0061-drm-i915-dpcd_bl-Move-VESA-backlight-enabling-code-c.patch
	patches.suse/0062-drm-i915-dpcd_bl-Return-early-in-vesa_calc_max_backl.patch
	patches.suse/0063-drm-i915-dpcd_bl-Print-return-codes-for-VESA-backlig.patch
	patches.suse/0064-drm-dp-Extract-i915-s-eDP-backlight-code-into-DRM-he.patch
	patches.suse/drm-panfrost-Fix-missing-clk_disable_unprepare-on-er.patch
	patches.suse/drm-vmwgfx-Fix-subresource-updates-with-new-contexts.patch
	patches.suse/drm-vmwgfx-Fix-some-static-checker-warnings.patch
	patches.suse/0065-drm-i915-ttm-Introduce-a-TTM-i915-gem-object-backend.patch
	patches.suse/0066-drm-i915-lmem-Verify-checks-for-lmem-residency.patch
	patches.suse/0446-drm-vma-Add-a-driver_private-member-to-vma_node.patch
	patches.suse/0067-drm-i915-Use-ttm-mmap-handling-for-ttm-bo-s.patch
	patches.suse/0068-dma-buf-add-dma_fence_chain_alloc-free-v3.patch
	patches.suse/drm-bridge-anx7625-Make-hpd-workqueue-freezable.patch
	patches.suse/drm-vc4-hdmi-Set-HD_CTL_WHOLSMP-and-HD_CTL_CHALIGN_S.patch
	patches.suse/drm-ttm-Fix-multihop-assert-on-eviction.patch
	patches.suse/drm-amdgpu-Fix-BUG_ON-assert.patch
	patches.suse/drm-panfrost-Make-sure-MMU-context-lifetime-is-not-b.patch
	patches.suse/drm-omap-Follow-implicit-fencing-in-prepare_fb.patch
	patches.suse/drm-Don-t-test-for-IRQ-support-in-VBLANK-ioctls.patch
	patches.suse/0069-drm-i915-Track-IRQ-state-in-local-device-state.patch
	patches.suse/0070-drm-aperture-Pass-DRM-driver-structure-instead-of-dr.patch
	patches.suse/drm-vc4-Fix-pixel-wrap-issue-with-DVP-teardown.patch
	patches.suse/dma-buf-fix-dma_resv_test_signaled-test_all-handling.patch
	patches.suse/drm-gma500-Fix-end-of-loop-tests-for-list_for_each_e.patch
	patches.suse/drm-panel-Fix-up-DT-bindings-for-Samsung-lms397kf04.patch
	patches.suse/drm-of-free-the-right-object.patch
	patches.suse/drm-vkms-Let-shadow-plane-helpers-prepare-the-plane-.patch
	patches.suse/drm-of-free-the-iterator-object-on-failure.patch
	patches.suse/video-fbdev-kyro-fix-a-DoS-bug-by-restricting-user-i.patch
	patches.suse/drm-ast-Disable-fast-reset-after-DRAM-initial.patch
	patches.suse/drm-avoid-circular-locks-in-drm_mode_getconnector.patch
	patches.suse/drm-avoid-blocking-in-drm_clients_info-s-rcu-section.patch
	patches.suse/drm-add-a-locked-version-of-drm_is_current_master.patch
	patches.suse/drm-serialize-drm_file.master-with-a-new-spinlock.patch
	patches.suse/drm-protect-drm_master-pointers-in-drm_lease.c.patch
	patches.suse/drivers-firmware-move-x86-Generic-System-Framebuffer.patch
	patches.suse/drivers-firmware-consolidate-EFI-framebuffer-setup-f.patch
	patches.suse/drivers-firmware-fix-SYSFB-depends-to-prevent-build-.patch
	patches.suse/efi-sysfb_efi-fix-build-when-EFI-is-not-set.patch
	patches.suse/drm-rcar-du-Shutdown-the-display-on-system-shutdown.patch
	patches.suse/drm-rcar-du-Don-t-put-reference-to-drm_device-in-rca.patch
	patches.suse/drm-bridge-nwl-dsi-Avoid-potential-multiplication-ov.patch
	patches.suse/video-fbdev-asiliantfb-Error-out-if-pixclock-equals-.patch
	patches.suse/video-fbdev-kyro-Error-out-if-pixclock-equals-zero.patch
	patches.suse/video-fbdev-riva-Error-out-if-pixclock-equals-zero.patch
	patches.suse/drm-prime-fix-comment-on-PRIME-Helpers.patch
	patches.suse/drm-mxsfb-Enable-recovery-on-underflow.patch
	patches.suse/drm-mxsfb-Increase-number-of-outstanding-requests-on.patch
	patches.suse/drm-mxsfb-Clear-FIFO_CLEAR-bit.patch
	patches.suse/drm-dp_mst-Fix-return-code-on-sideband-message-failu.patch
	patches.suse/drm-use-the-lookup-lock-in-drm_is_current_master.patch
	patches.suse/drm-amdgpu-Fix-amdgpu_ras_eeprom_init.patch
	patches.suse/drm-amdgpu-Fix-koops-when-accessing-RAS-EEPROM.patch
	patches.suse/0001-drm-amdgpu-add-license-to-umc_8_7_0_sh_mask.h.patch
	patches.suse/drm-amd-display-Fix-timer_per_pixel-unit-error.patch
	patches.suse/drm-amd-display-Fixed-hardware-power-down-bypass-dur.patch
	patches.suse/drm-amdgpu-Fix-a-printing-message.patch
	patches.suse/drm-amd-amdgpu-Update-debugfs-link_settings-output-l.patch
	patches.suse/drm-amdgpu-acp-Make-PM-domain-really-work.patch
	patches.suse/drm-amd-pm-Fix-a-bug-communicating-with-the-SMU-v5.patch
	patches.suse/drm-amd-display-Fix-PSR-command-version.patch
	patches.suse/drm-amdgpu-display-add-support-for-multiple-backligh.patch
	patches.suse/drm-amdgpu-adjust-fence-driver-enable-sequence.patch
	patches.suse/drm-amd-pm-Fix-a-bug-in-semaphore-double-lock.patch
	patches.suse/drm-dp-Don-t-zero-PWMGEN_BIT_COUNT-when-driver_pwm_f.patch
	patches.suse/drm-bridge-ti-sn65dsi86-Fix-power-off-sequence.patch
	patches.suse/0001-drm-bridge-ti-sn65dsi86-Add-some-100-us-delays.patch
	patches.suse/drm-amdgpu-avoid-over-handle-of-fence-driver-fini-in.patch
	patches.suse/0071-drm-i915-Fix-busy-ioctl-commentary.patch
	patches.suse/0072-drm-i915-Simplify-userptr-locking.patch
	patches.suse/0073-drm-i915-adl_p-Add-initial-ADL_P-Workarounds.patch
	patches.suse/0074-drm-i915-ttm-Fix-memory-leaks.patch
	patches.suse/0075-drm-i915-ttm-add-ttm_buddy_man.patch
	patches.suse/0076-drm-i915-ttm-add-i915_sg_from_buddy_resource.patch
	patches.suse/0077-drm-i915-ttm-Calculate-the-object-placement-at-get_p.patch
	patches.suse/0078-drm-i915-ttm-pass-along-the-I915_BO_ALLOC_CONTIGUOUS.patch
	patches.suse/0079-drm-i915-ttm-remove-node-usage-in-our-naming.patch
	patches.suse/0080-drm-i915-ttm-switch-over-to-ttm_buddy_man.patch
	patches.suse/0081-drm-i915-ttm-restore-min_page_size-behaviour.patch
	patches.suse/0082-drm-i915-gem-Remove-duplicated-call-to-ops-pread.patch
	patches.suse/0083-drm-i915-ttm-remove-unused-function.patch
	patches.suse/0084-drm-i915-Reference-objects-on-the-ww-object-list.patch
	patches.suse/0085-drm-i915-Break-out-dma_resv-ww-locking-utilities-to-.patch
	patches.suse/0086-drm-i915-Introduce-a-ww-transaction-helper.patch
	patches.suse/0087-drm-i915-gt-Add-an-insert_entry-for-gen8_ppgtt.patch
	patches.suse/0088-drm-i915-gt-Add-a-routine-to-iterate-over-the-pageta.patch
	patches.suse/0089-drm-i915-gt-Export-the-pinned-context-constructor-an.patch
	patches.suse/0090-drm-i915-gt-Pipelined-page-migration.patch
	patches.suse/0091-drm-i915-gt-Pipelined-clear.patch
	patches.suse/0092-drm-i915-gt-Setup-a-default-migration-context-on-the.patch
	patches.suse/0093-drm-i915-ttm-accelerated-move-implementation.patch
	patches.suse/0094-drm-i915-gem-Zap-the-client-blt-code.patch
	patches.suse/0095-drm-i915-gem-Zap-the-i915_gem_object_blt-code.patch
	patches.suse/0096-drm-i915-Perform-execbuffer-object-locking-as-a-sepa.patch
	patches.suse/0097-drm-i915-Remove-duplicate-include-of-intel_region_lm.patch
	patches.suse/0098-drm-i915-extract-steered-reg-access-to-common-functi.patch
	patches.suse/0099-drm-i915-Add-GT-support-for-multiple-types-of-multic.patch
	patches.suse/0100-drm-i915-Add-support-for-explicit-L3BANK-steering.patch
	patches.suse/0101-drm-i915-ttm-Fix-incorrect-assumptions-about-ttm_bo_.patch
	patches.suse/0102-drm-i915-selftests-add-back-the-selftest-hook-for-th.patch
	patches.suse/0103-drm-i915-Move-priolist-to-new-i915_sched_engine-obje.patch
	patches.suse/0104-drm-i915-Add-i915_sched_engine_is_empty-function.patch
	patches.suse/0105-drm-i915-Reset-sched_engine.no_priolist-immediately-.patch
	patches.suse/0106-drm-i915-Move-active-tracking-to-i915_sched_engine.patch
	patches.suse/0107-drm-i915-Move-engine-schedule-to-i915_sched_engine.patch
	patches.suse/0108-drm-i915-Add-kick_backend-function-to-i915_sched_eng.patch
	patches.suse/0109-drm-i915-Update-i915_scheduler-to-operate-on-i915_sc.patch
	patches.suse/0110-drm-i915-Move-submission-tasklet-to-i915_sched_engin.patch
	patches.suse/0111-drm-i915-guc-Introduce-unified-HXG-messages.patch
	patches.suse/0112-drm-i915-guc-Update-firmware-to-v62.0.0.patch
	patches.suse/0113-drm-i915-Document-the-Virtual-Engine-uAPI.patch
	patches.suse/0114-drm-i915-eb-Fix-pagefault-disabling-in-the-first-slo.patch
	patches.suse/0115-drm-i915-ttm-fix-static-warning.patch
	patches.suse/0116-drm-i915-Update-object-placement-flags-to-be-mutable.patch
	patches.suse/0117-drm-i915-ttm-Adjust-gem-flags-and-caching-settings-a.patch
	patches.suse/0118-drm-i915-ttm-Use-TTM-for-system-memory.patch
	patches.suse/0119-drm-i915-selftest-Extend-ctx_timestamp-ICL-workaroun.patch
	patches.suse/0120-drm-i915-gem-Implement-object-migration.patch
	patches.suse/0121-drm-i915-gem-Introduce-a-selftest-for-the-gem-object.patch
	patches.suse/0122-drm-i915-display-Migrate-objects-to-LMEM-if-possible.patch
	patches.suse/0123-drm-i915-support-forcing-the-page-size-with-lmem.patch
	patches.suse/0124-drm-i915-gtt-ignore-min_page_size-for-paging-structu.patch
	patches.suse/0125-drm-i915-Improve-debug-Kconfig-texts-a-bit.patch
	patches.suse/0126-drm-i915-selftests-fix-smatch-warning-in-igt_check_b.patch
	patches.suse/0127-drm-i915-selftests-fix-smatch-warning-in-mock_reserv.patch
	patches.suse/0128-drm-i915-gt-finish-INTEL_GEN-and-friends-conversion.patch
	patches.suse/0129-drm-i915-adl_s-Fix-dma_mask_size-to-39-bit.patch
	patches.suse/0130-drm-i915-huc-Update-TGL-and-friends-to-HuC-7.9.3.patch
	patches.suse/0131-drm-i915-adlp-Add-ADL-P-GuC-HuC-firmware-files.patch
	patches.suse/0132-drm-i915-Drop-I915_CONTEXT_PARAM_RINGSIZE.patch
	patches.suse/0133-drm-i915-Stop-storing-the-ring-size-in-the-ring-poin.patch
	patches.suse/0134-drm-i915-Drop-I915_CONTEXT_PARAM_NO_ZEROMAP.patch
	patches.suse/0135-drm-i915-gem-Set-the-watchdog-timeout-directly-in-in.patch
	patches.suse/0136-drm-i915-gem-Return-void-from-context_apply_all.patch
	patches.suse/0137-drm-i915-Drop-the-CONTEXT_CLONE-API-v2.patch
	patches.suse/0138-drm-i915-Implement-SINGLE_TIMELINE-with-a-syncobj-v4.patch
	patches.suse/0139-drm-i915-Drop-getparam-support-for-I915_CONTEXT_PARA.patch
	patches.suse/0140-drm-i915-gem-Disallow-bonding-of-virtual-engines-v3.patch
	patches.suse/0141-drm-i915-gem-Remove-engine-auto-magic-with-FENCE_SUB.patch
	patches.suse/0142-drm-i915-request-Remove-the-hook-from-await_executio.patch
	patches.suse/0143-drm-i915-gem-Disallow-creating-contexts-with-too-man.patch
	patches.suse/0144-drm-i915-Stop-manually-RCU-banging-in-reset_stats_io.patch
	patches.suse/0145-drm-i915-gem-Add-a-separate-validate_priority-helper.patch
	patches.suse/0146-drm-i915-Add-gem-i915_gem_context.h-to-the-docs.patch
	patches.suse/0147-drm-i915-gem-Add-an-intermediate-proto_context-struc.patch
	patches.suse/0148-drm-i915-gem-Rework-error-handling-in-default_engine.patch
	patches.suse/0149-drm-i915-gem-Optionally-set-SSEU-in-intel_context_se.patch
	patches.suse/0150-drm-i915-Add-an-i915_gem_vm_lookup-helper.patch
	patches.suse/0151-drm-i915-gem-Make-an-alignment-check-more-sensible.patch
	patches.suse/0152-drm-i915-gem-Use-the-proto-context-to-handle-create-.patch
	patches.suse/0153-drm-i915-gem-Return-an-error-ptr-from-context_lookup.patch
	patches.suse/0154-drm-i915-gt-Drop-i915_address_space-file-v2.patch
	patches.suse/0155-drm-i915-gem-Delay-context-creation-v3.patch
	patches.suse/0156-drm-i915-gem-Don-t-allow-changing-the-VM-on-running-.patch
	patches.suse/0157-drm-i915-gem-Don-t-allow-changing-the-engine-set-on-.patch
	patches.suse/0158-drm-i915-selftests-Take-a-VM-in-kernel_context.patch
	patches.suse/0159-i915-gem-selftests-Assign-the-VM-at-context-creation.patch
	patches.suse/0160-drm-i915-gem-Roll-all-of-context-creation-together.patch
	patches.suse/0161-drm-i915-Finalize-contexts-in-GEM_CONTEXT_CREATE-on-.patch
	patches.suse/0162-drm-i915-use-consistent-CPU-mappings-for-pin_map-use.patch
	patches.suse/0163-drm-i915-Settle-on-adl-x-in-WA-comments.patch
	patches.suse/0164-drm-i915-Implement-Wa_1508744258.patch
	patches.suse/0165-drm-i915-adl_s-Extend-Wa_1406941453.patch
	patches.suse/0166-drm-i915-guc-Relax-CTB-response-timeout.patch
	patches.suse/0167-drm-i915-guc-Improve-error-message-for-unsolicited-C.patch
	patches.suse/0168-drm-i915-guc-Increase-size-of-CTB-buffers.patch
	patches.suse/0169-drm-i915-guc-Add-non-blocking-CTB-send-function.patch
	patches.suse/0170-drm-i915-guc-Add-stall-timer-to-non-blocking-CTB-sen.patch
	patches.suse/0171-drm-i915-guc-Optimize-CTB-writes-and-reads.patch
	patches.suse/0172-drm-i915-guc-Module-load-failure-test-for-CT-buffer-.patch
	patches.suse/0173-drm-i915-uapi-convert-drm_i915_gem_caching-to-kernel.patch
	patches.suse/0174-drm-i915-uapi-convert-drm_i915_gem_set_domain-to-ker.patch
	patches.suse/0175-drm-i915-step-s-platform-_revid_tbl-platform-_revids.patch
	patches.suse/0176-drm-i915-Make-pre-production-detection-use-direct-re.patch
	patches.suse/0177-drm-i915-skl-Use-revid-stepping-tables.patch
	patches.suse/0178-drm-i915-kbl-Drop-pre-production-revision-from-stepp.patch
	patches.suse/0179-drm-i915-bxt-Use-revid-stepping-tables.patch
	patches.suse/0180-drm-i915-glk-Use-revid-stepping-tables.patch
	patches.suse/0181-drm-i915-icl-Use-revid-stepping-tables.patch
	patches.suse/0182-drm-i915-jsl_ehl-Use-revid-stepping-tables.patch
	patches.suse/0183-drm-i915-rkl-Use-revid-stepping-tables.patch
	patches.suse/0184-drm-i915-dg1-Use-revid-stepping-tables.patch
	patches.suse/0185-drm-i915-cnl-Drop-all-workarounds.patch
	patches.suse/0186-drm-i915-icl-Drop-workarounds-that-only-apply-to-pre.patch
	patches.suse/0187-drm-i915-Remove-allow_alloc-from-i915_gem_object_get.patch
	patches.suse/0188-drm-i915-Drop-error-handling-from-dma_fence_work.patch
	patches.suse/0189-Revert-drm-i915-Skip-over-MI_NOOP-when-parsing.patch
	patches.suse/0190-drm-i915-uapi-reject-caching-ioctls-for-discrete.patch
	patches.suse/0191-drm-i915-uapi-convert-drm_i915_gem_userptr-to-kernel.patch
	patches.suse/0192-drm-i915-Add-TTM-offset-argument-to-mmap.patch
	patches.suse/0193-drm-i915-Fix-application-of-WaInPlaceDecompressionHa.patch
	patches.suse/0194-drm-i915-icl-Drop-a-couple-unnecessary-workarounds.patch
	patches.suse/0195-drm-i915-Program-DFR-enable-disable-as-a-GT-workarou.patch
	patches.suse/0196-drm-i915-Make-GT-workaround-upper-bounds-exclusive.patch
	patches.suse/0197-drm-i915-Ditch-i915-globals-shrink-infrastructure.patch
	patches.suse/0198-drm-i915-Call-i915_globals_exit-after-i915_pmu_exit.patch
	patches.suse/0199-drm-i915-Use-a-table-for-i915_init-exit-v2.patch
	patches.suse/0200-drm-i915-Make-the-kmem-slab-for-i915_buddy_block-a-g.patch
	patches.suse/0201-drm-i915-do-not-abbreviate-version-in-debugfs.patch
	patches.suse/0202-drm-i915-Add-release-id-version.patch
	patches.suse/0203-drm-i915-Add-XE_HP-initial-definitions.patch
	patches.suse/0204-drm-i915-xehpsdv-add-initial-XeHP-SDV-definitions.patch
	patches.suse/0205-drm-i915-dg2-add-DG2-platform-info.patch
	patches.suse/0206-drm-i915-gen12-Use-fuse-info-to-enable-SFC.patch
	patches.suse/0207-drm-i915-selftests-Allow-for-larger-engine-counts.patch
	patches.suse/0208-drm-i915-xehp-Handle-new-device-context-ID-format.patch
	patches.suse/0209-drm-i915-xehp-New-engine-context-offsets.patch
	patches.suse/0210-drm-i915-guc-Add-new-GuC-interface-defines-and-struc.patch
	patches.suse/0211-drm-i915-guc-Remove-GuC-stage-descriptor-add-LRC-des.patch
	patches.suse/0212-drm-i915-guc-Add-LRC-descriptor-context-lookup-array.patch
	patches.suse/0213-drm-i915-guc-Implement-GuC-submission-tasklet.patch
	patches.suse/0214-drm-i915-guc-Add-bypass-tasklet-submission-path-to-G.patch
	patches.suse/0215-drm-i915-guc-Implement-GuC-context-operations-for-ne.patch
	patches.suse/0216-drm-i915-guc-Insert-fence-on-context-when-deregister.patch
	patches.suse/0217-drm-i915-guc-Defer-context-unpin-until-scheduling-is.patch
	patches.suse/0218-drm-i915-guc-Disable-engine-barriers-with-GuC-during.patch
	patches.suse/0219-drm-i915-guc-Extend-deregistration-fence-to-schedule.patch
	patches.suse/0220-drm-i915-Disable-preempt-busywait-when-using-GuC-sch.patch
	patches.suse/0221-drm-i915-guc-Ensure-request-ordering-via-completion-.patch
	patches.suse/0222-drm-i915-guc-Disable-semaphores-when-using-GuC-sched.patch
	patches.suse/0223-drm-i915-guc-Ensure-G2H-response-has-space-in-buffer.patch
	patches.suse/0224-drm-i915-guc-Update-intel_gt_wait_for_idle-to-work-w.patch
	patches.suse/0225-drm-i915-guc-Update-GuC-debugfs-to-support-new-GuC.patch
	patches.suse/0226-drm-i915-guc-Add-trace-point-for-GuC-submit.patch
	patches.suse/0227-drm-i915-Add-intel_context-tracing.patch
	patches.suse/0228-drm-i915-gt-fix-platform-prefix.patch
	patches.suse/0229-drm-i915-gt-nuke-unused-legacy-engine-hw_id.patch
	patches.suse/0230-drm-i915-gt-rename-legacy-engine-hw_id-to-engine-gen.patch
	patches.suse/0231-drm-i915-xehp-VDBOX-VEBOX-fusing-registers-are-enabl.patch
	patches.suse/0232-drm-i915-uapi-reject-set_domain-for-discrete.patch
	patches.suse/0233-drm-i915-Extend-Wa_1406941453-to-adl-p.patch
	patches.suse/0234-drm-i915-xehp-Define-multicast-register-ranges.patch
	patches.suse/0235-drm-i915-xehp-Extra-media-engines-Part-1-engine-defi.patch
	patches.suse/0236-drm-i915-xehp-Extra-media-engines-Part-2-interrupts.patch
	patches.suse/0237-drm-i915-xehp-Extra-media-engines-Part-3-reset.patch
	patches.suse/0238-drm-i915-xehp-Xe_HP-forcewake-support.patch
	patches.suse/0239-drm-i915-gt-nuke-gen6_hw_id.patch
	patches.suse/0240-drm-i915-gem-Check-object_can_migrate-from-object_mi.patch
	patches.suse/0241-drm-i915-gem-Refactor-placement-setup-for-i915_gem_o.patch
	patches.suse/0242-drm-i915-gem-Call-i915_gem_flush_free_objects-in-i91.patch
	patches.suse/0243-drm-i915-gem-Unify-user-object-creation-v3.patch
	patches.suse/0244-drm-i915-gem-ttm-Only-call-__i915_gem_object_set_pag.patch
	patches.suse/0245-drm-i915-gem-Always-call-obj-ops-migrate-unless-can_.patch
	patches.suse/0246-drm-i915-gem-Correct-the-locking-and-pin-pattern-for.patch
	patches.suse/0247-drm-i915-gem-Migrate-to-system-at-dma-buf-attach-tim.patch
	patches.suse/0248-drm-i915-document-caching-related-bits.patch
	patches.suse/0249-drm-i915-ehl-unconditionally-flush-the-pages-on-acqu.patch
	patches.suse/0250-drm-i915-guc-GuC-virtual-engines.patch
	patches.suse/0251-drm-i915-guc-Make-hangcheck-work-with-GuC-virtual-en.patch
	patches.suse/0252-drm-i915-Hold-reference-to-intel_context-over-life-o.patch
	patches.suse/0253-drm-i915-guc-Disable-bonding-extension-with-GuC-subm.patch
	patches.suse/0254-drm-i915-guc-Direct-all-breadcrumbs-for-a-class-to-s.patch
	patches.suse/0255-drm-i915-Add-i915_sched_engine-destroy-vfunc.patch
	patches.suse/0256-drm-i915-Move-active-request-tracking-to-a-vfunc.patch
	patches.suse/0257-drm-i915-guc-Reset-implementation-for-new-GuC-interf.patch
	patches.suse/0258-drm-i915-Reset-GPU-immediately-if-submission-is-disa.patch
	patches.suse/0259-drm-i915-guc-Add-disable-interrupts-to-guc-sanitize.patch
	patches.suse/0260-drm-i915-guc-Suspend-resume-implementation-for-new-i.patch
	patches.suse/0261-drm-i915-guc-Handle-context-reset-notification.patch
	patches.suse/0262-drm-i915-guc-Handle-engine-reset-failure-notificatio.patch
	patches.suse/0263-drm-i915-guc-Enable-the-timer-expired-interrupt-for-.patch
	patches.suse/0264-drm-i915-guc-Provide-mmio-list-to-be-saved-restored-.patch
	patches.suse/0265-drm-i915-guc-Don-t-complain-about-reset-races.patch
	patches.suse/0266-drm-i915-guc-Enable-GuC-engine-reset.patch
	patches.suse/0267-drm-i915-guc-Capture-error-state-on-context-reset.patch
	patches.suse/0268-drm-i915-guc-Fix-for-error-capture-after-full-GPU-re.patch
	patches.suse/0269-drm-i915-guc-Hook-GuC-scheduling-policies-up.patch
	patches.suse/0270-drm-i915-guc-Connect-reset-modparam-updates-to-GuC-p.patch
	patches.suse/0271-drm-i915-guc-Include-scheduling-policies-in-the-debu.patch
	patches.suse/0272-drm-i915-guc-Add-golden-context-to-GuC-ADS.patch
	patches.suse/0273-drm-i915-guc-Implement-banned-contexts-for-GuC-submi.patch
	patches.suse/0274-drm-i915-guc-Support-request-cancellation.patch
	patches.suse/0275-drm-i915-selftest-Better-error-reporting-from-hangch.patch
	patches.suse/0276-drm-i915-selftest-Fix-workarounds-selftest-for-GuC-s.patch
	patches.suse/0277-drm-i915-selftest-Fix-MOCS-selftest-for-GuC-submissi.patch
	patches.suse/0278-drm-i915-selftest-Increase-some-timeouts-in-live_req.patch
	patches.suse/0279-drm-i915-selftest-Fix-hangcheck-self-test-for-GuC-su.patch
	patches.suse/0280-drm-i915-selftest-Bump-selftest-timeouts-for-hangche.patch
	patches.suse/0281-drm-i915-guc-Implement-GuC-priority-management.patch
	patches.suse/0282-drm-i915-guc-Unblock-GuC-submission-on-Gen11.patch
	patches.suse/0283-drm-i915-xehpsdv-Correct-parameters-for-IS_XEHPSDV_G.patch
	patches.suse/0284-drm-i915-Check-for-nomodeset-in-i915_init-first.patch
	patches.suse/0285-drm-i915-move-i915_active-slab-to-direct-module-init.patch
	patches.suse/0286-drm-i915-move-i915_buddy-slab-to-direct-module-init-.patch
	patches.suse/0287-drm-i915-move-intel_context-slab-to-direct-module-in.patch
	patches.suse/0288-drm-i915-move-gem_context-slab-to-direct-module-init.patch
	patches.suse/0289-drm-i915-move-gem_objects-slab-to-direct-module-init.patch
	patches.suse/0290-drm-i915-move-request-slabs-to-direct-module-init-ex.patch
	patches.suse/0291-drm-i915-move-scheduler-slabs-to-direct-module-init-.patch
	patches.suse/0292-drm-i915-move-vma-slab-to-direct-module-init-exit.patch
	patches.suse/0293-drm-i915-Remove-i915_globals.patch
	patches.suse/0294-drm-i915-Extract-i915_module.c.patch
	patches.suse/0295-drm-i915-gt-remove-explicit-CNL-handling-from-intel_.patch
	patches.suse/0296-drm-i915-gt-remove-explicit-CNL-handling-from-intel_.patch
	patches.suse/0297-drm-i915-gt-rename-CNL-references-in-intel_engine.h.patch
	patches.suse/0298-drm-i915-gt-remove-GRAPHICS_VER-10.patch
	patches.suse/0299-drm-i915-selftests-prefer-the-create_user-helper.patch
	patches.suse/0300-drm-i915-xehp-Fix-missing-sentinel-on-mcr_ranges_xeh.patch
	patches.suse/0301-drm-i915-guc-slpc-Initial-definitions-for-SLPC.patch
	patches.suse/0302-drm-i915-guc-slpc-Gate-Host-RPS-when-SLPC-is-enabled.patch
	patches.suse/0303-drm-i915-guc-slpc-Adding-SLPC-communication-interfac.patch
	patches.suse/0304-drm-i915-guc-slpc-Allocate-initialize-and-release-SL.patch
	patches.suse/0305-drm-i915-guc-slpc-Enable-SLPC-and-add-related-H2G-ev.patch
	patches.suse/0306-drm-i915-guc-slpc-Remove-BUG_ON-in-guc_submission_di.patch
	patches.suse/0307-drm-i915-guc-slpc-Add-methods-to-set-min-max-frequen.patch
	patches.suse/0308-drm-i915-guc-slpc-Add-get-max-min-freq-hooks.patch
	patches.suse/0309-drm-i915-guc-slpc-Add-debugfs-for-SLPC-info.patch
	patches.suse/0310-drm-i915-guc-slpc-Enable-ARAT-timer-interrupt.patch
	patches.suse/0311-drm-i915-guc-slpc-Cache-platform-frequency-limits.patch
	patches.suse/0312-drm-i915-guc-slpc-Sysfs-hooks-for-SLPC.patch
	patches.suse/0313-drm-i915-guc-slpc-Add-SLPC-selftest.patch
	patches.suse/0314-drm-i915-guc-rc-Setup-and-enable-GuCRC-feature.patch
	patches.suse/0315-drm-i915-dg2-Add-forcewake-table.patch
	patches.suse/0316-drm-i915-xehp-Changes-to-ss-eu-definitions.patch
	patches.suse/0317-drm-i915-xehpsdv-Add-maximum-sseu-limits.patch
	patches.suse/0318-drm-i915-dg2-DG2-uses-the-same-sseu-limits-as-XeHP-S.patch
	patches.suse/0319-drm-i915-Disable-gpu-relocations.patch
	patches.suse/0320-drm-i915-delete-gpu-reloc-code.patch
	patches.suse/0321-drm-i915-userptr-Probe-existence-of-backing-struct-p.patch
	patches.suse/0322-drm-i915-xehp-handle-new-steering-options.patch
	patches.suse/0323-drm-i915-xehpsdv-Define-steering-tables.patch
	patches.suse/0324-drm-i915-dg2-Update-steering-tables.patch
	patches.suse/0325-drm-i915-dg2-Add-SQIDI-steering.patch
	patches.suse/drm-xlnx-zynqmp_dpsub-Call-pm_runtime_get_sync-befor.patch
	patches.suse/drm-xlnx-zynqmp-release-reset-to-DP-controller-befor.patch
	patches.suse/0326-drm-i915-plane-add-intel_plane_helper_add-helper.patch
	patches.suse/0327-drm-i915-Handle-cdclk-crawling-flag-in-standard-mann.patch
	patches.suse/0328-drm-i915-display-xelpd-Fix-incorrect-color-capabilit.patch
	patches.suse/0329-drm-i915-dg1-Compute-MEM-Bandwidth-using-MCHBAR.patch
	patches.suse/0330-drm-i915-Invoke-another-_DSM-to-enable-MUX-on-HP-Wor.patch
	patches.suse/0331-drm-i915-display-Settle-on-adl-x-in-WA-comments.patch
	patches.suse/0332-drm-i915-Limit-Wa_22010178259-to-affected-platforms.patch
	patches.suse/0333-drm-i915-display-xelpd-Extend-Wa_14011508470.patch
	patches.suse/0334-drm-i915-debugfs-DISPLAY_VER-13-lpsp-capability.patch
	patches.suse/0335-drm-i915-display-Add-write-permissions-for-fec-suppo.patch
	patches.suse/0336-drm-i915-display-dsc-Add-Per-connector-debugfs-node-.patch
	patches.suse/0337-drm-i915-display-dsc-Force-dsc-BPP.patch
	patches.suse/0338-drm-i915-display-adl_p-Implement-PSR-changes.patch
	patches.suse/0339-drm-i915-display-Disable-FBC-when-PSR2-is-enabled-di.patch
	patches.suse/0340-drm-i915-display-Fix-shared-dpll-mismatch-for-bigjoi.patch
	patches.suse/0341-drm-i915-adl_s-Wa_14011765242-is-also-needed-on-A1-d.patch
	patches.suse/0342-drm-i915-rkl-Wa_1409767108-also-applies-to-RKL.patch
	patches.suse/0343-drm-i915-rkl-Wa_1408330847-no-longer-applies-to-RKL.patch
	patches.suse/0344-drm-i915-Make-display-workaround-upper-bounds-exclus.patch
	patches.suse/0345-drm-i915-Fork-DG1-interrupt-handler.patch
	patches.suse/0346-drm-i915-dg2-Add-fake-PCH.patch
	patches.suse/0347-drm-i915-dg2-Add-cdclk-table-and-reference-clock.patch
	patches.suse/0348-drm-i915-dg2-Skip-shared-DPLL-handling.patch
	patches.suse/0349-drm-i915-dg2-Don-t-wait-for-AUX-power-well-enable-AC.patch
	patches.suse/0350-drm-i915-dg2-Setup-display-outputs.patch
	patches.suse/0351-drm-i915-dg2-Add-dbuf-programming.patch
	patches.suse/0352-drm-i915-dg2-Don-t-program-BW_BUDDY-registers.patch
	patches.suse/0353-drm-i915-dg2-Don-t-read-DRAM-info.patch
	patches.suse/0354-drm-i915-dg2-DG2-has-fixed-memory-bandwidth.patch
	patches.suse/0355-drm-i915-step-Add-macro-magic-for-handling-steps.patch
	patches.suse/0356-drm-i915-dmc-Change-intel_get_stepping_info.patch
	patches.suse/0357-drm-i915-firmware-Update-to-DMC-v2.12-on-TGL.patch
	patches.suse/0358-drm-i915-firmware-Update-to-DMC-v2.03-on-RKL.patch
	patches.suse/0359-drm-i915-dg2-Classify-DG2-PHY-types.patch
	patches.suse/0360-drm-i915-dg2-Add-DG2-to-the-PSR2-defeature-list.patch
	patches.suse/0361-drm-i915-Program-chicken-bit-during-DP-MST-sequence-.patch
	patches.suse/0362-drm-i915-display-psr2-Mark-as-updated-all-planes-tha.patch
	patches.suse/0363-drm-i915-display-psr2-Fix-cursor-updates-using-legac.patch
	patches.suse/0364-drm-i915-Extend-QGV-point-restrict-mask-to-0x3.patch
	patches.suse/0365-drm-i915-Implement-PSF-GV-point-support.patch
	patches.suse/0366-drm-i915-display-Disable-audio-DRRS-and-PSR-before-p.patch
	patches.suse/0367-drm-i915-adl_p-Allow-underrun-recovery-when-possible.patch
	patches.suse/0368-drm-i915-adlp-Add-workaround-to-disable-CMTG-clock-g.patch
	patches.suse/0369-drm-i915-dgfx-cards-need-to-wait-on-pcode-s-uncore-i.patch
	patches.suse/0370-drm-i915-adl_s-Update-ddi-buf-translation-tables.patch
	patches.suse/0371-drm-i915-adl_p-Add-ddi-buf-translation-tables-for-co.patch
	patches.suse/0372-drm-i915-dg2-Add-MPLLB-programming-for-SNPS-PHY.patch
	patches.suse/0373-drm-i915-dg2-Add-MPLLB-programming-for-HDMI.patch
	patches.suse/0374-drm-i915-dg2-Add-vswing-programming-for-SNPS-phys.patch
	patches.suse/0375-drm-i915-dg2-Update-modeset-sequences.patch
	patches.suse/0376-drm-i915-dg2-Wait-for-SNPS-PHY-calibration-during-di.patch
	patches.suse/0377-drm-i915-dg2-Update-lane-disable-power-state-during-.patch
	patches.suse/0378-drm-i915-dg2-Update-to-bigjoiner-path.patch
	patches.suse/0379-drm-i915-dp-DPTX-writes-Swing-Pre-emphs-DPCD-0x103-0.patch
	patches.suse/0380-drm-i915-display-remove-PORT_F-workaround-for-CNL.patch
	patches.suse/0381-drm-i915-display-remove-explicit-CNL-handling-from-i.patch
	patches.suse/0382-drm-i915-display-remove-explicit-CNL-handling-from-i.patch
	patches.suse/0383-drm-i915-display-remove-explicit-CNL-handling-from-i.patch
	patches.suse/0384-drm-i915-display-remove-explicit-CNL-handling-from-i.patch
	patches.suse/0385-drm-i915-display-remove-explicit-CNL-handling-from-i.patch
	patches.suse/0386-drm-i915-display-remove-explicit-CNL-handling-from-i.patch
	patches.suse/0387-drm-i915-display-remove-explicit-CNL-handling-from-i.patch
	patches.suse/0388-drm-i915-display-remove-explicit-CNL-handling-from-i.patch
	patches.suse/0389-drm-i915-display-remove-explicit-CNL-handling-from-i.patch
	patches.suse/0390-drm-i915-display-remove-explicit-CNL-handling-from-i.patch
	patches.suse/0391-drm-i915-display-remove-explicit-CNL-handling-from-s.patch
	patches.suse/0392-drm-i915-display-remove-explicit-CNL-handling-from-i.patch
	patches.suse/0393-drm-i915-display-remove-CNL-ddi-buf-translation-tabl.patch
	patches.suse/0394-drm-i915-display-rename-CNL-references-in-skl_scaler.patch
	patches.suse/0395-drm-i915-remove-explicit-CNL-handling-from-i915_irq..patch
	patches.suse/0396-drm-i915-remove-explicit-CNL-handling-from-intel_pm..patch
	patches.suse/0397-drm-i915-remove-explicit-CNL-handling-from-intel_pch.patch
	patches.suse/0398-drm-i915-remove-explicit-CNL-handling-from-intel_wop.patch
	patches.suse/0399-drm-i915-rename-CNL-references-in-intel_dram.c.patch
	patches.suse/0400-drm-i915-replace-random-CNL-comments.patch
	patches.suse/0401-drm-i915-switch-num_scalers-num_sprites-to-consider-.patch
	patches.suse/0402-drm-i915-remove-GRAPHICS_VER-10.patch
	patches.suse/0403-drm-i915-rename-remove-CNL-registers.patch
	patches.suse/0404-drm-i915-finish-removal-of-CNL.patch
	patches.suse/0405-drm-i915-dg1-Adjust-the-AUDIO-power-domain.patch
	patches.suse/0406-drm-i915-Apply-CMTG-clock-disabling-WA-while-DPLL0-i.patch
	patches.suse/0407-drm-i915-display-adl_p-Correctly-program-MBUS-DBOX-A.patch
	patches.suse/0408-drm-i915-dg2-Add-support-for-new-DG2-G11-revid-0x5.patch
	patches.suse/drm-bridge-it66121-Check-drm_bridge_attach-retval.patch
	patches.suse/drm-mgag200-Select-clock-in-PLL-update-functions.patch
	patches.suse/drm-vmwgfx-fix-potential-UAF-in-vmwgfx_surface.c.patch
	patches.suse/drm-msm-a6xx-Fix-llcc-configuration-for-a660-gpu.patch
	patches.suse/dt-bindings-msm-dsi-add-missing-7nm-bindings.patch
	patches.suse/drm-msm-Fix-error-return-code-in-msm_drm_init.patch
	patches.suse/drm-msm-mdp4-refactor-HW-revision-detection-into-rea.patch
	patches.suse/drm-msm-mdp4-move-HW-revision-detection-to-earlier-p.patch
	patches.suse/drm-msm-mdp4-drop-vblank-get-put-from-prepare-comple.patch
	patches.suse/drm-msm-dsi-rename-dual-DSI-to-bonded-DSI.patch
	patches.suse/drm-msm-dsi-Fix-DSI-and-DSI-PHY-regulator-config-fro.patch
	patches.suse/drm-msm-disp-dpu1-add-safe-lut-config-in-dpu-driver.patch
	patches.suse/drm-msm-dp-update-is_connected-status-base-on-sink-c.patch
	patches.suse/drm-msm-dpu-make-dpu_hw_ctl_clear_all_blendstages-cl.patch
	patches.suse/drm-msm-dsi-Fix-some-reference-counted-resource-leak.patch
	patches.suse/drm-msm-dp-reduce-link-rate-if-failed-at-link-traini.patch
	patches.suse/drm-msm-dp-reset-aux-controller-after-dp_aux_cmd_fif.patch
	patches.suse/drm-msm-dp-replug-event-is-converted-into-an-unplug-.patch
	patches.suse/drm-msm-dp-return-correct-edid-checksum-after-corrup.patch
	patches.suse/drm-msm-dp-do-not-end-dp-link-training-until-video-i.patch
	patches.suse/drm-msi-mdp4-populate-priv-kms-in-mdp4_kms_init.patch
	patches.suse/drm-amd-display-fix-missing-writeback-disablement-if.patch
	patches.suse/drm-amd-display-fix-incorrect-CM-TF-programming-sequ.patch
	patches.suse/drm-amdgpu-fix-kernel-doc-warnings-on-non-kernel-doc.patch
	patches.suse/gpu-drm-amd-amdgpu-amdgpu_i2c-fix-possible-uninitial.patch
	patches.suse/drm-display-fix-possible-null-pointer-dereference-in.patch
	patches.suse/drm-exynos-g2d-fix-missing-unlock-on-error-in-g2d_ru.patch
	patches.suse/drm-exynos-Always-initialize-mapping-in-exynos_drm_r.patch
	patches.suse/0409-drm-i915-Use-designated-initializers-for-init-exit-t.patch
	patches.suse/0410-drm-i915-adl_p-Also-disable-underrun-recovery-with-M.patch
	patches.suse/0411-drm-i915-gt-Potential-error-pointer-dereference-in-p.patch
	patches.suse/0412-drm-i915-selftest-Fix-use-of-err-in-igt_reset_-fail-.patch
	patches.suse/drm-amdkfd-map-SVM-range-with-correct-access-permiss.patch
	patches.suse/drm-amdkfd-Account-for-SH-SE-count-when-setting-up-c.patch
	patches.suse/drm-amd-display-Update-number-of-DCN3-clock-states.patch
	patches.suse/drm-amd-display-Update-bounding-box-states-v2.patch
	patches.suse/arm64-mm-Fix-TLBI-vs-ASID-rollover.patch
	patches.suse/arm64-head-avoid-over-mapping-in-map_memory.patch
	patches.suse/arm64-Do-not-trap-PMSNEVFR_EL1.patch
	patches.suse/kselftest-arm64-mte-Fix-misleading-output-when-skipp.patch
	patches.suse/kselftest-arm64-pac-Fix-skipping-of-tests-on-systems.patch
	patches.suse/kselftest-arm64-signal-Add-SVE-to-the-set-of-feature.patch
	patches.suse/soc-aspeed-lpc-ctrl-Fix-boundary-check-for-mmap.patch
	patches.suse/soc-aspeed-p2a-ctrl-Fix-boundary-check-for-mmap.patch
	patches.suse/Revert-dmaengine-imx-sdma-refine-to-load-context-onl.patch
	patches.suse/dmaengine-imx-sdma-remove-duplicated-sdma_load_conte.patch
	patches.suse/soc-mmsys-mediatek-add-mask-to-mmsys-routes.patch
	patches.suse/soc-mediatek-mmsys-Fix-missing-UFOE-component-in-mt8.patch
	patches.suse/memory-tegra-fix-unused-function-warning.patch
	patches.suse/soc-tegra-pmc-Prevent-racing-with-cpuilde-driver.patch
	patches.suse/soc-tegra-fuse-Clear-fuse-clk-on-driver-probe-failur.patch
	patches.suse/soc-tegra-fuse-Add-runtime-PM-support.patch
	patches.suse/soc-tegra-fuse-Enable-fuse-clock-on-suspend-for-Tegr.patch
	patches.suse/firmware-qcom_scm-Mark-string-array-const.patch
	patches.suse/soc-qcom-rpmhpd-Use-corner-in-power_off.patch
	patches.suse/soc-qcom-aoss-Fix-the-out-of-bound-usage-of-cooling_.patch
	patches.suse/soc-qcom-smsm-Fix-missed-interrupts-if-state-changes.patch
	patches.suse/soc-rockchip-ROCKCHIP_GRF-should-not-default-to-y-un.patch
	patches.suse/reset-simple-remove-ZTE-details-in-Kconfig-help.patch
	patches.suse/ARM-tegra-Enable-CONFIG_FB.patch
	patches.suse/ARM-tegra-Enable-CONFIG_CROS_EC.patch
	patches.suse/arm64-dts-renesas-r8a77995-draak-Remove-bogus-adv751.patch
	patches.suse/arm64-dts-renesas-hihope-rzg2-ex-Add-EtherAVB-intern.patch
	patches.suse/ARM-dts-at91-add-pinctrl-names-0-for-all-gpios.patch
	patches.suse/ARM-dts-at91-use-the-right-property-for-shutdown-con.patch
	patches.suse/ARM-dts-stm32-Set-bitclock-frame-master-phandles-on-.patch
	patches.suse/ARM-dts-stm32-Set-bitclock-frame-master-phandles-on--8aec45d7884f.patch
	patches.suse/ARM-dts-stm32-Update-AV96-adv7513-node-per-dtbs_chec.patch
	patches.suse/ARM-dts-ixp4xx-Fix-up-bad-interrupt-flags.patch
	patches.suse/ARM-dts-meson8-Use-a-higher-default-GPU-clock-freque.patch
	patches.suse/ARM-dts-meson8b-odroidc1-Fix-the-pwm-regulator-suppl.patch
	patches.suse/ARM-dts-meson8b-mxq-Fix-the-pwm-regulator-supply-pro.patch
	patches.suse/ARM-dts-meson8b-ec100-Fix-the-pwm-regulator-supply-p.patch
	patches.suse/arm64-dts-exynos-correct-GIC-CPU-interfaces-address-.patch
	patches.suse/ARM-tegra-acer-a500-Remove-bogus-USB-VBUS-regulators.patch
	patches.suse/ARM-tegra-tamonten-Fix-UART-pad-setting.patch
	patches.suse/arm64-tegra-Fix-Tegra194-PCIe-EP-compatible-string.patch
	patches.suse/arm64-tegra194-p2888-Correct-interrupt-trigger-type-.patch
	patches.suse/arm64-tegra-Add-PWM-nodes-on-Tegra186.patch
	patches.suse/arm64-tegra-Add-NVIDIA-Jetson-TX2-NX-Developer-Kit-s.patch
	patches.suse/arm64-tegra-Add-missing-interconnects-property-for-U.patch
	patches.suse/arm64-tegra-Fix-compatible-string-for-Tegra132-CPUs.patch
	patches.suse/arm64-dts-imx8mm-venice-gw700x-fix-mp5416-pmic-confi.patch
	patches.suse/arm64-dts-imx8mm-venice-gw700x-fix-invalid-pmic-pin-.patch
	patches.suse/arm64-dts-imx8mm-venice-gw71xx-fix-USB-OTG-VBUS.patch
	patches.suse/arm64-dts-ls1046a-fix-eeprom-entries.patch
	patches.suse/ARM-dts-vf610-zii-dev-rev-b-Remove-address-cells-and.patch
	patches.suse/ARM-dts-qcom-apq8064-correct-clock-names.patch
	patches.suse/arm64-dts-qcom-sc7180-Set-adau-wakeup-delay-to-80-ms.patch
	patches.suse/arm64-dts-qcom-sm8250-fix-usb2-qmp-phy-node.patch
	patches.suse/arm64-dts-qcom-Fix-usb-entries-for-SA8155p-adp-board.patch
	patches.suse/arm64-dts-qcom-sdm630-Rewrite-memory-map.patch
	patches.suse/arm64-dts-qcom-sdm630-Fix-TLMM-node-and-pinctrl-conf.patch
	patches.suse/arm64-dts-qcom-ipq8074-fix-pci-node-reg-property.patch
	patches.suse/arm64-dts-qcom-sdm660-use-reg-value-for-memory-node.patch
	patches.suse/arm64-dts-qcom-ipq6018-drop-0x-from-unit-address.patch
	patches.suse/arm64-dts-qcom-sdm630-don-t-use-underscore-in-node-n.patch
	patches.suse/arm64-dts-qcom-msm8994-don-t-use-underscore-in-node-.patch
	patches.suse/arm64-dts-qcom-msm8996-don-t-use-underscore-in-node-.patch
	patches.suse/arm64-dts-qcom-sm8250-Fix-epss_l3-unit-address.patch
	patches.suse/arm64-dts-qcom-sc7280-Remove-pm8350-and-pmr735b-for-.patch
	patches.suse/arm64-dts-qcom-sm8350-Rename-GENI-serial-engine-DT-n.patch
	patches.suse/arm64-dts-qcom-sc7280-Fixup-the-cpufreq-node.patch
	patches.suse/arm64-dts-qcom-sm8350-fix-IPA-interconnects.patch
	patches.suse/ARM-dts-aspeed-g6-Fix-HVI3C-function-group-in-pinctr.patch
	patches.suse/ARM-dts-everest-Add-phase-corrections-for-eMMC.patch
	patches.suse/arm64-dts-allwinner-h6-tanix-tx6-Fix-regulator-node-.patch
	patches.suse/arm64-dts-marvell-armada-37xx-Extend-PCIe-MEM-space.patch
	patches.suse/msft-hv-2401-asm-generic-hyperv-Add-missing-include-of-nmi.h.patch
	patches.suse/msft-hv-2402-x86-hyperv-fix-for-unwanted-manipulation-of-sched_cl.patch
	patches.suse/msft-hv-2403-Drivers-hv-Make-portions-of-Hyper-V-init-code-be-arc.patch
	patches.suse/msft-hv-2404-Drivers-hv-Add-arch-independent-default-functions-fo.patch
	patches.suse/msft-hv-2405-Drivers-hv-Move-Hyper-V-misc-functionality-to-arch-n.patch
	patches.suse/msft-hv-2406-x86-hyperv-add-comment-describing-TSC_INVARIANT_CONT.patch
	patches.suse/msft-hv-2407-drivers-hv-Decouple-Hyper-V-clock-timer-code-from-VM.patch
	patches.suse/msft-hv-2411-hv-hyperv.h-Remove-unused-inline-functions.patch
	patches.suse/msft-hv-2415-x86-hyperv-fix-root-partition-faults-when-writing-to.patch
	patches.suse/msft-hv-2416-arm64-hyperv-Add-Hyper-V-hypercall-and-register-acce.patch
	patches.suse/msft-hv-2417-arm64-hyperv-Add-panic-handler.patch
	patches.suse/msft-hv-2418-arm64-hyperv-Initialize-hypervisor-on-boot.patch
	patches.suse/arm64-efi-Export-screen_info.patch
	patches.suse/msft-hv-2419-Drivers-hv-Enable-Hyper-V-code-to-be-built-on-ARM64.patch
	patches.suse/hv_utils-Set-the-maximum-packet-size-for-VSS-driver-.patch
	patches.suse/m68k-coldfire-return-success-for-clk_enable-NULL.patch
	patches.suse/m68knommu-only-set-CONFIG_ISA_DMA_API-for-ColdFire-s.patch
	patches.suse/dt-bindings-mtd-update-mtd-physmap.yaml-reference.patch
	patches.suse/of-Don-t-allow-__of_attached_node_sysfs-without-CONF.patch
	patches.suse/lib-test_scanf-Handle-n_bits-0-in-random-tests.patch
	patches.suse/printk-console-Check-consistent-sequence-number-when.patch
	patches.suse/lib-nmi_backtrace-explicitly-serialize-banner-and-re.patch
	patches.suse/printk-track-limit-recursion.patch
	patches.suse/printk-remove-safe-buffers.patch
	patches.suse/printk-remove-NMI-tracking.patch
	patches.suse/printk-convert-syslog_lock-to-mutex.patch
	patches.suse/printk-syslog-close-window-between-wait-and-read.patch
	patches.suse/lib-nmi_backtrace-Serialize-even-messages-about-idle.patch
	patches.suse/docs-core-api-Modify-document-layout.patch
	patches.suse/docs-printk-formats-fix-build-warning.patch
	patches.suse/docs-kvm-fix-build-warnings.patch
	patches.suse/docs-kvm-properly-format-code-blocks-and-lists.patch
	patches.suse/docs-networking-dpaa2-fix-chapter-title-format.patch
	patches.suse/mm-Add-kvrealloc.patch
	patches.suse/xfs-allow-setting-and-clearing-of-log-incompat-featu.patch
	patches.suse/xfs-move-recovery-needed-state-updates-to-xfs_log_mo.patch
	patches.suse/xfs-make-xfs_rtalloc_query_range-input-parameters-co.patch
	patches.suse/xfs-fix-I_DONTCACHE.patch
	patches.suse/iwlwifi-mvm-add-rtnl_lock-in-iwl_mvm_start_get_nvm.patch
	patches.suse/fscache-Add-a-cookie-debug-ID-and-use-that-in-traces.patch
	patches.suse/fscache-Procfile-to-display-cookies.patch
	patches.suse/fscache-cachefiles-Remove-the-histogram-stuff.patch
	patches.suse/fscache-Remove-the-object-list-procfile.patch
	patches.suse/fscache-Change-p-in-format-strings-to-something-else.patch
	patches.suse/cachefiles-Change-p-in-format-strings-to-something-e.patch
	patches.suse/fscache-Fix-cookie-key-hashing.patch
	patches.suse/fscache-Fix-fscache_cookie_put-to-not-deref-after-de.patch
	patches.suse/fscache-Use-refcount_t-for-the-cookie-refcount-inste.patch
	patches.suse/ovl-fix-BUG_ON-in-may_delete-when-called-from-ovl_cl.patch
	patches.suse/ext4-add-new-helper-interface-ext4_try_to_trim_range.patch
	patches.suse/ext4-fix-e2fsprogs-checksum-failure-for-mounted-file.patch
	patches.suse/ext4-fix-race-writing-to-an-inline_data-file-while-i.patch
	patches.suse/ext4-Support-for-checksumming-from-journal-triggers.patch
	patches.suse/mm-don-t-allow-oversized-kvmalloc-calls.patch
	patches.suse/fs-dlm-fix-return-EINTR-on-recovery-stopped.patch
	patches.suse/dma-debug-fix-debugfs-initialization-order.patch
	patches.suse/dma-mapping-allow-map_sg-ops-to-return-negative-erro.patch
	patches.suse/lib-test_stackinit-Fix-static-initializer-test.patch
	patches.suse/IMA-remove-Wmissing-prototypes-warning.patch
	patches.suse/IMA-remove-the-dependency-on-CRYPTO_MD5.patch
	patches.suse/IMA-block-writes-of-the-security.ima-xattr-with-unsu.patch
	patches.suse/IMA-reject-unknown-hash-algorithms-in-ima_get_hash_a.patch
	patches.suse/xtensa-fix-kconfig-unmet-dependency-warning-for-HAVE.patch
	patches.suse/parisc-Fix-compile-failure-when-building-64-bit-kern.patch
	patches.suse/parisc-fix-crash-with-signals-and-alloca.patch
	patches.suse/parisc-math-emu-Fix-fall-through-warnings.patch
	patches.suse/xen-fix-setting-of-max_pfn-in-shared_info.patch
	patches.suse/xen-blkfront-read-response-from-backend-only-once.patch
	patches.suse/xen-blkfront-don-t-take-local-copy-of-a-request-from.patch
	patches.suse/xen-blkfront-don-t-trust-the-backend-response-data-b.patch
	patches.suse/xen-remove-stray-preempt_disable-from-PV-AP-startup-.patch
	patches.suse/vfio-Use-config-not-menuconfig-for-VFIO_NOIOMMU.patch
	patches.suse/vfio-pci-Make-vfio_pci_regops-rw-return-ssize_t.patch
	patches.suse/vfio-samples-Remove-module-get-put.patch
	patches.suse/vfio-mbochs-Fix-missing-error-unwind-of-mbochs_used_.patch
	patches.suse/vfio-Introduce-a-vfio_uninit_group_dev-API-call.patch
	patches.suse/0447-vfio-Provide-better-generic-support-for-open-release.patch
	patches.suse/vfio-fsl-Move-to-the-device-set-infrastructure.patch
	patches.suse/0413-vfio-gvt-Fix-open-close-when-multiple-device-FDs-are.patch
	patches.suse/platform-x86-intel-Move-Intel-PMT-drivers-to-new-sub.patch
	patches.suse/platform-x86-ISST-Fix-optimization-with-use-of-numa.patch
	patches.suse/platform-x86-intel-pmt-Use-y-instead-of-objs-in-Make.patch
	patches.suse/asus-wmi-Add-panel-overdrive-functionality.patch
	patches.suse/asus-wmi-Add-dgpu-disable-method.patch
	patches.suse/asus-wmi-Add-egpu-enable-method.patch
	patches.suse/i2c-acpi-Add-an-i2c_acpi_client_count-helper-functio.patch
	patches.suse/platform-x86-intel_pmc_core-Prevent-possibile-overfl.patch
	patches.suse/platform-x86-intel_pmt_telemetry-Ignore-zero-sized-e.patch
	patches.suse/asus-wmi-Add-support-for-platform_profile.patch
	patches.suse/platform-x86-intel_pmc_core-Move-to-intel-sub-direct.patch
	patches.suse/platform-x86-intel-pmc-core-Add-Alderlake-support-to.patch
	patches.suse/platform-x86-intel-pmc-core-Add-Latency-Tolerance-Re.patch
	patches.suse/platform-x86-intel-pmc-core-Add-Alder-Lake-low-power.patch
	patches.suse/platform-x86-intel-pmc-core-Add-GBE-Package-C10-fix-.patch
	patches.suse/platform-x86-asus-wmi-Delete-impossible-condition.patch
	patches.suse/platform-x86-asus-wmi-Fix-unsigned-retval-is-never-l.patch
	patches.suse/platform-x86-dell-smbios-wmi-Add-missing-kfree-in-er.patch
	patches.suse/mailbox-sti-quieten-kernel-doc-warnings.patch
	patches.suse/soc-mediatek-cmdq-add-address-shift-in-jump.patch
	patches.suse/dt-bindings-clock-qcom-Update-license-for-GCC-SC7280.patch
	patches.suse/clk-socfpga-agilex-fix-the-parents-of-the-psi_ref_cl.patch
	patches.suse/clk-socfpga-agilex-fix-up-s2f_user0_clk-representati.patch
	patches.suse/clk-socfpga-agilex-add-the-bypass-register-for-s2f_u.patch
	patches.suse/clk-x86-Rename-clk-lpt-to-more-specific-clk-lpss-ato-cf0a9565.patch
	patches.suse/clk-renesas-rzg2l-Fix-a-double-free-on-error.patch
	patches.suse/clk-renesas-rzg2l-Fix-off-by-one-check-in-rzg2l_cpg_.patch
	patches.suse/clk-renesas-r8a779a0-Add-the-DU-clock.patch
	patches.suse/clk-renesas-r8a779a0-Add-the-DSI-clocks.patch
	patches.suse/clk-fractional-divider-Introduce-POWER_OF_TWO_PS-fla-82f53f9e.patch
	patches.suse/clk-tegra-Remove-CLK_IS_CRITICAL-flag-from-fuse-cloc.patch
	patches.suse/clk-rockchip-drop-GRF-dependency-for-rk3328-rk3036-p.patch
	patches.suse/clk-at91-clk-generated-Limit-the-requested-rate-to-o.patch
	patches.suse/clk-kirkwood-Fix-a-clocking-boot-regression.patch
	patches.suse/clk-imx8mm-use-correct-mux-type-for-clkout-path.patch
	patches.suse/clk-imx8m-fix-clock-tree-update-of-TF-A-managed-cloc.patch
	patches.suse/clk-zynqmp-fix-kernel-doc.patch
	patches.suse/clk-ralink-avoid-to-set-CLK_IS_CRITICAL-flag-for-gat.patch
	patches.suse/pinctrl-armada-37xx-Correct-PWM-pins-definitions.patch
	patches.suse/pinctrl-mediatek-fix-platform_no_drv_owner.cocci-war.patch
	patches.suse/pinctrl-single-Fix-error-return-code-in-pcs_parse_bi.patch
	patches.suse/pinctrl-stmfx-Fix-hazardous-u8-to-unsigned-long-cast.patch
	patches.suse/pinctrl-ingenic-Fix-incorrect-pull-up-down-info.patch
	patches.suse/pinctrl-ingenic-Fix-bias-config-for-X2000-E.patch
	patches.suse/dt-bindings-pinctrl-mt8195-Use-real-world-values-for.patch
	patches.suse/pinctrl-zynqmp-Drop-pinctrl_unregister-for-devm_-reg.patch
	patches.suse/pinctrl-samsung-Fix-pinctrl-bank-pin-count.patch
	patches.suse/HID-i2c-hid-Fix-Elan-touchpad-regression.patch
	patches.suse/HID-thrustmaster-clean-up-Makefile-and-adapt-quirks.patch
	patches.suse/HID-sony-Fix-more-ShanWan-clone-gamepads-to-not-rumb.patch
	patches.suse/HID-amd_sfh-Fix-period-data-field-to-enable-sensor.patch
	patches.suse/HID-input-do-not-report-stylus-battery-state-as-full.patch
	patches.suse/HID-usbhid-free-raw_report-buffers-in-usbhid_stop.patch
	patches.suse/HID-usbhid-Fix-flood-of-control-queue-full-messages.patch
	patches.suse/HID-usbhid-Fix-warning-caused-by-0-length-input-repo.patch
	patches.suse/HID-usbhid-Simplify-code-in-hid_submit_ctrl.patch
	patches.suse/HID-sony-support-for-the-ghlive-ps4-dongles.patch
	patches.suse/RDMA-rtrs-Add-error-messages-for-failed-operations.patch
	patches.suse/RDMA-rtrs-move-wr_cnt-from-rtrs_srv_con-to-rtrs_con.patch
	patches.suse/RDMA-rtrs-Enable-the-same-selective-signal-for-heart.patch
	patches.suse/RDMA-rtrs-Make-rtrs_post_rdma_write_imm_empty-static.patch
	patches.suse/RDMA-rtrs-Remove-unused-flags-parameter.patch
	patches.suse/RDMA-rtrs-Move-sq_wr_avail-to-rtrs_con.patch
	patches.suse/RDMA-siw-Remove-kmap.patch
	patches.suse/RDMA-siw-Convert-siw_tx_hdt-to-kmap_local_page.patch
	patches.suse/RDMA-rxe-Remove-the-repeated-mr-umem-umem.patch
	patches.suse/RDMA-efa-Split-hardware-stats-to-device-and-port-sta.patch
	patches.suse/IB-core-Updating-cache-for-subnet_prefix-in-config_n.patch
	patches.suse/IB-core-Shifting-initialization-of-device-cache_lock.patch
	patches.suse/IB-core-Read-subnet_prefix-in-ib_query_port-via-cach.patch
	patches.suse/RDMA-rxe-Move-ICRC-checking-to-a-subroutine.patch
	patches.suse/RDMA-rxe-Move-rxe_xmit_packet-to-a-subroutine.patch
	patches.suse/RDMA-rxe-Fixup-rxe_send-and-rxe_loopback.patch
	patches.suse/RDMA-rxe-Move-ICRC-generation-to-a-subroutine.patch
	patches.suse/RDMA-rxe-Move-rxe_crc32-to-a-subroutine.patch
	patches.suse/RDMA-rxe-Fixup-rxe_icrc_hdr.patch
	patches.suse/RDMA-rxe-Move-crc32-init-code-to-rxe_icrc.c.patch
	patches.suse/RDMA-rxe-Add-kernel-doc-comments-to-rxe_icrc.c.patch
	patches.suse/RDMA-rxe-Fix-types-in-rxe_icrc.c.patch
	patches.suse/RDMA-mlx5-Separate-DCI-QP-creation-logic.patch
	patches.suse/RDMA-mlx5-Add-DCS-offload-support.patch
	patches.suse/IB-hfi1-Indicate-DMA-wait-when-txq-is-queued-for-wak.patch
	patches.suse/IB-hfi1-Adjust-pkey-entry-in-index-0.patch
	patches.suse/RDMA-hfi1-Convert-from-atomic_t-to-refcount_t-on-hfi.patch
	patches.suse/RDMA-iwcm-Release-resources-if-iw_cm-module-initiali.patch
	patches.suse/RDMA-iwpm-Remove-not-needed-reference-counting.patch
	patches.suse/RDMA-iwpm-Rely-on-the-rdma_nl_-un-register-to-ensure.patch
	patches.suse/docs-Fix-infiniband-uverbs-minor-number.patch
	patches.suse/RDMA-hfi1-Fix-typo-in-comments.patch
	patches.suse/RDMA-qed-Use-accurate-error-num-in-qed_cxt_dynamic_i.patch
	patches.suse/RDMA-qedr-Improve-error-logs-for-rdma_alloc_tid-erro.patch
	patches.suse/RDMA-hns-Don-t-skip-IB-creation-flow-for-regular-RC-.patch
	patches.suse/RDMA-hns-Don-t-overwrite-supplied-QP-attributes.patch
	patches.suse/RDMA-efa-Remove-double-QP-type-assignment.patch
	patches.suse/RDMA-mlx5-Cancel-pkey-work-before-destroying-device-.patch
	patches.suse/RDMA-mlx5-Delete-device-resource-mutex-that-didn-t-p.patch
	patches.suse/RDMA-mlx5-Rework-custom-driver-QP-type-creation.patch
	patches.suse/RDMA-rdmavt-Decouple-QP-and-SGE-lists-allocations.patch
	patches.suse/RDMA-Globally-allocate-and-release-QP-memory.patch
	patches.suse/RDMA-mlx5-Drop-in-driver-verbs-object-creations.patch
	patches.suse/RDMA-mlx5-Delete-not-available-udata-check.patch
	patches.suse/RDMA-core-Delete-duplicated-and-unreachable-code.patch
	patches.suse/RDMA-core-Remove-protection-from-wrong-in-kernel-API.patch
	patches.suse/RDMA-core-Reorganize-create-QP-low-level-functions.patch
	patches.suse/RDMA-core-Configure-selinux-QP-during-creation.patch
	patches.suse/RDMA-core-Properly-increment-and-decrement-QP-usecnt.patch
	patches.suse/RDMA-core-Create-clean-QP-creations-interface-for-uv.patch
	patches.suse/RDMA-hns-Fix-return-in-hns_roce_rereg_user_mr.patch
	patches.suse/RDMA-rtrs-Remove-a-useless-kfree.patch
	patches.suse/RDMA-hfi1-Stop-using-seq_get_buf-in-_driver_stats_se.patch
	patches.suse/RDMA-qedr-Move-variables-reset-to-qedr_set_common_qp.patch
	patches.suse/RDMA-core-sa_query-Remove-unused-function.patch
	patches.suse/RDMA-rtrs-clt-During-add_path-change-for_new_clt-acc.patch
	patches.suse/RDMA-rtrs-Remove-unused-functions.patch
	patches.suse/RDMA-rtrs-Remove-all-likely-and-unlikely.patch
	patches.suse/RDMA-rtrs-clt-Fix-counting-inflight-IO.patch
	patches.suse/RDMA-rtrs-Remove-void-casting-for-functions.patch
	patches.suse/RDMA-efa-Remove-unused-cpu-field-from-irq-struct.patch
	patches.suse/RDMA-efa-Rename-vector-field-in-efa_irq-struct-to-ir.patch
	patches.suse/IB-core-Remove-deprecated-current_seq-comments.patch
	patches.suse/RDMA-switch-from-pci_-to-dma_-API.patch
	patches.suse/RDMA-hns-Remove-unsupport-cmdq-mode.patch
	patches.suse/RDMA-hns-Enable-stash-feature-of-HIP09.patch
	patches.suse/RDMA-hns-Ownerbit-mode-add-control-field.patch
	patches.suse/RDMA-hns-Use-IDA-interface-to-manage-uar-index.patch
	patches.suse/RDMA-hns-Use-IDA-interface-to-manage-srq-index.patch
	patches.suse/RDMA-hns-Delete-unused-hns-bitmap-interface.patch
	patches.suse/RDMA-core-sa_query-Retry-SA-queries.patch
	patches.suse/RDMA-irdma-Remove-the-repeated-declaration.patch
	patches.suse/RDMA-hns-Fix-incorrect-lsn-field.patch
	patches.suse/RDMA-hns-Bugfix-for-data-type-of-dip_idx.patch
	patches.suse/RDMA-hns-Bugfix-for-the-missing-assignment-for-dip_i.patch
	patches.suse/RDMA-hns-Bugfix-for-incorrect-association-between-di.patch
	patches.suse/IB-rdmavt-Convert-to-SPDX-identifier.patch
	patches.suse/RDMA-hfi1-Convert-to-SPDX-identifier.patch
	patches.suse/RDMA-hns-Fix-query-destination-qpn.patch
	patches.suse/RDMA-hns-Fix-QP-s-resp-incomplete-assignment.patch
	patches.suse/RDMA-hns-Remove-dqpn-filling-when-modify-qp-from-Ini.patch
	patches.suse/RDMA-hns-Remove-RST2RST-error-prints-for-hw-v1.patch
	patches.suse/RDMA-hns-Adjust-the-order-in-which-irq-are-requested.patch
	patches.suse/RDMA-hns-Encapsulate-the-qp-db-as-a-function.patch
	patches.suse/RDMA-hns-Delete-unnecessary-blank-lines.patch
	patches.suse/RDMA-mlx5-Relax-DCS-QP-creation-checks.patch
	patches.suse/lib-scatterlist-Provide-a-dedicated-function-to-supp.patch
	patches.suse/lib-scatterlist-Fix-wrong-update-of-orig_nents.patch
	patches.suse/RDMA-Use-the-sg_table-directly-and-remove-the-openco.patch
	patches.suse/scsi-be2iscsi-Fix-use-after-free-during-IP-updates.patch
	patches.suse/scsi-qla2xxx-Remove-redundant-continue-statement-in-.patch
	patches.suse/scsi-aacraid-Remove-an-unused-include.patch
	patches.suse/scsi-lpfc-Fix-NVMe-support-reporting-in-log-message.patch
	patches.suse/scsi-lpfc-Remove-use-of-kmalloc-in-trace-event-loggi.patch
	patches.suse/scsi-lpfc-Improve-firmware-download-logging.patch
	patches.suse/scsi-lpfc-Fix-function-description-comments-for-vmid.patch
	patches.suse/scsi-lpfc-Discovery-state-machine-fixes-for-LOGO-han.patch
	patches.suse/scsi-lpfc-Fix-target-reset-handler-from-falsely-retu.patch
	patches.suse/scsi-lpfc-Keep-NDLP-reference-until-after-freeing-th.patch
	patches.suse/scsi-lpfc-Fix-NULL-ptr-dereference-with-NPIV-ports-f.patch
	patches.suse/scsi-lpfc-Fix-memory-leaks-in-error-paths-while-issu.patch
	patches.suse/scsi-lpfc-Remove-REG_LOGIN-check-requirement-to-issu.patch
	patches.suse/scsi-lpfc-Fix-KASAN-slab-out-of-bounds-in-lpfc_unreg.patch
	patches.suse/scsi-lpfc-Clear-outstanding-active-mailbox-during-PC.patch
	patches.suse/scsi-lpfc-Use-PBDE-feature-enabled-bit-to-determine-.patch
	patches.suse/scsi-lpfc-Enable-adisc-discovery-after-RSCN-by-defau.patch
	patches.suse/scsi-lpfc-Delay-unregistering-from-transport-until-G.patch
	patches.suse/scsi-lpfc-Call-discovery-state-machine-when-handling.patch
	patches.suse/scsi-lpfc-Skip-reg_vpi-when-link-is-down-for-SLI3-in.patch
	patches.suse/scsi-lpfc-Skip-issuing-ADISC-when-node-is-in-NPR-sta.patch
	patches.suse/scsi-lpfc-Update-lpfc-version-to-12.8.0.11.patch
	patches.suse/scsi-lpfc-Copyright-updates-for-12.8.0.11-patches.patch
	patches.suse/scsi-smartpqi-Add-PCI-IDs-for-H3C-P4408-controllers.patch
	patches.suse/scsi-smartpqi-Update-copyright-notices.patch
	patches.suse/scsi-smartpqi-Change-driver-module-macros-to-Microch.patch
	patches.suse/scsi-smartpqi-Change-Kconfig-menu-entry-to-Microchip.patch
	patches.suse/scsi-smartpqi-Add-SCSI-cmd-info-for-resets.patch
	patches.suse/scsi-smartpqi-Add-PCI-ID-for-new-ntcom-controller.patch
	patches.suse/scsi-smartpqi-Add-PCI-IDs-for-new-ZTE-controllers.patch
	patches.suse/scsi-smartpqi-Fix-ISR-accessing-uninitialized-data.patch
	patches.suse/scsi-smartpqi-Update-version-to-2.1.10-020.patch
	patches.suse/scsi-core-Add-scsi_prot_ref_tag-helper.patch
	patches.suse/scsi-qla2xxx-Use-the-proper-SCSI-midlayer-interfaces.patch
	patches.suse/scsi-core-Introduce-scsi_get_sector.patch
	patches.suse/scsi-iser-Use-scsi_get_sector-instead-of-scsi_get_lb.patch
	patches.suse/scsi-lpfc-Add-PCI-ID-support-for-LPe37000-LPe38000-s.patch
	patches.suse/scsi-lpfc-Fix-cq_id-truncation-in-rq-create.patch
	patches.suse/scsi-lpfc-Revise-Topology-and-RAS-support-checks-for.patch
	patches.suse/scsi-lpfc-Add-256-Gb-link-speed-support.patch
	patches.suse/scsi-lpfc-Update-lpfc-version-to-14.0.0.0.patch
	patches.suse/scsi-lpfc-Copyright-updates-for-14.0.0.0-patches.patch
	patches.suse/scsi-lpfc-Remove-redundant-assignment-to-pointer-pcm.patch
	patches.suse/scsi-qla2xxx-Remove-unused-variable-status.patch
	patches.suse/scsi-qla2xxx-edif-Add-start-stop-bsgs.patch
	patches.suse/scsi-qla2xxx-edif-Add-getfcinfo-and-statistic-bsgs.patch
	patches.suse/scsi-qla2xxx-edif-Add-send-receive-and-accept-for-au.patch
	patches.suse/scsi-qla2xxx-edif-Add-extraction-of-auth_els-from-th.patch
	patches.suse/scsi-qla2xxx-edif-Add-key-update.patch
	patches.suse/scsi-qla2xxx-edif-Add-authentication-pass-fail-bsgs.patch
	patches.suse/scsi-qla2xxx-edif-Add-detection-of-secure-device.patch
	patches.suse/scsi-qla2xxx-edif-Add-doorbell-notification-for-app.patch
	patches.suse/scsi-qla2xxx-edif-Add-encryption-to-I-O-path.patch
	patches.suse/scsi-qla2xxx-edif-Increment-command-and-completion-c.patch
	patches.suse/scsi-qla2xxx-Update-version-to-10.02.00.107-k.patch
	patches.suse/scsi-bsg-Remove-support-for-SCSI_IOCTL_SEND_COMMAND.patch
	patches.suse/scsi-qla2xxx-Fix-spelling-mistakes-allloc-alloc.patch
	patches.suse/scsi-lpfc-Fix-possible-ABBA-deadlock-in-nvmet_xri_ab.patch
	patches.suse/scsi-BusLogic-Fix-missing-pr_cont-use.patch
	patches.suse/scsi-BusLogic-Use-X-for-u32-sized-integer-rather-tha.patch
	patches.suse/scsi-ufs-Fix-memory-corruption-by-ufshcd_read_desc_p.patch
	patches.suse/scsi-ufs-Use-DECLARE_COMPLETION_ONSTACK-where-approp.patch
	patches.suse/scsi-ufs-Revert-Utilize-Transfer-Request-List-Comple.patch
	patches.suse/scsi-ufs-Optimize-serialization-of-setup_xfer_req-calls
	patches.suse/scsi-ufs-Fix-the-SCSI-abort-handler.patch
	patches.suse/scsi-ufs-Retry-aborted-SCSI-commands-instead-of-comp.patch
	patches.suse/scsi-qla2xxx-Fix-use-after-free-in-debug-code.patch
	patches.suse/scsi-qla2xxx-Remove-redundant-initialization-of-vari.patch
	patches.suse/scsi-mpt3sas-Add-io_uring-iopoll-support.patch
	patches.suse/scsi-mpt3sas-Bump-driver-version-to-38.100.00.00.patch
	patches.suse/scsi-mpt3sas-Use-firmware-recommended-queue-depth.patch
	patches.suse/scsi-mpt3sas-Update-driver-version-to-39.100.00.00.patch
	patches.suse/scsi-mpt3sas-Introduce-sas_ncq_prio_supported-sysfs-.patch
	patches.suse/scsi-ufs-Fix-unsigned-int-compared-with-less-than-ze.patch
	patches.suse/scsi-ufshcd-Fix-device-links-when-BOOT-WLUN-fails-to.patch
	patches.suse/scsi-fdomain-Fix-error-return-code-in-fdomain_probe.patch
	patches.suse/scsi-core-Introduce-the-scsi_cmd_to_rq-function.patch
	patches.suse/scsi-RDMA-iser-Use-scsi_cmd_to_rq-instead-of-scsi_cm.patch
	patches.suse/scsi-RDMA-srp-Use-scsi_cmd_to_rq-instead-of-scsi_cmn.patch
	patches.suse/scsi-aacraid-Use-scsi_cmd_to_rq-instead-of-scsi_cmnd.request.patch
	patches.suse/scsi-bnx2i-Use-scsi_cmd_to_rq-instead-of-scsi_cmnd.request.patch
	patches.suse/scsi-csiostor-Use-scsi_cmd_to_rq-instead-of-scsi_cmnd.request.patch
	patches.suse/scsi-lpfc-Use-scsi_cmd_to_rq-instead-of-scsi_cmnd.re.patch
	patches.suse/scsi-megaraid-Use-scsi_cmd_to_rq-instead-of-scsi_cmn.patch
	patches.suse/scsi-mpi3mr-Use-scsi_cmd_to_rq-instead-of-scsi_cmnd.request
	patches.suse/scsi-qedf-Use-scsi_cmd_to_rq-instead-of-scsi_cmnd.request.patch
	patches.suse/scsi-qedi-Use-scsi_cmd_to_rq-instead-of-scsi_cmnd.request
	patches.suse/scsi-qla2xxx-Use-scsi_cmd_to_rq-instead-of-scsi_cmnd.patch
	patches.suse/scsi-smartpqi-Use-scsi_cmd_to_rq-instead-of-scsi_cmn.patch
	patches.suse/scsi-core-Add-helper-to-return-number-of-logical-blo.patch
	patches.suse/scsi-qedi-Add-support-for-fastpath-doorbell-recovery
	patches.suse/scsi-qla2xxx-Add-host-attribute-to-trigger-MPI-hang.patch
	patches.suse/scsi-qla2xxx-Adjust-request-response-queue-size-for-.patch
	patches.suse/scsi-qla2xxx-Changes-to-support-FCP2-Target.patch
	patches.suse/scsi-qla2xxx-Show-OS-name-and-version-in-FDMI-1.patch
	patches.suse/scsi-qla2xxx-Add-debug-print-of-64G-link-speed.patch
	patches.suse/scsi-qla2xxx-Fix-port-type-info.patch
	patches.suse/scsi-qla2xxx-Fix-unsafe-removal-from-linked-list.patch
	patches.suse/scsi-qla2xxx-Fix-NPIV-create-erroneous-error.patch
	patches.suse/scsi-qla2xxx-Suppress-unnecessary-log-messages-durin.patch
	patches.suse/scsi-qla2xxx-Changes-to-support-kdump-kernel.patch
	patches.suse/scsi-qla2xxx-Changes-to-support-kdump-kernel-for-NVM.patch
	patches.suse/scsi-qla2xxx-Sync-queue-idx-with-queue_pair_map-idx.patch
	patches.suse/scsi-qla2xxx-Update-version-to-10.02.06.100-k.patch
	patches.suse/scsi-mpi3mr-Use-the-proper-SCSI-midlayer-interfaces-for-PI
	patches.suse/scsi-smartpqi-Fix-an-error-code-in-pqi_get_raid_map.patch
	patches.suse/scsi-qedi-Fix-error-codes-in-qedi_alloc_global_queue.patch
	patches.suse/scsi-qedf-Fix-error-codes-in-qedf_alloc_global_queue.patch
	patches.suse/scsi-smartpqi-Replace-one-element-array-with-flexibl.patch
	patches.suse/scsi-ibmvfc-Do-not-wait-for-initial-device-scan.patch
	patches.suse/scsi-qla2xxx-edif-Fix-stale-session.patch
	patches.suse/scsi-qla2xxx-edif-Reject-AUTH-ELS-on-session-down.patch
	patches.suse/scsi-qla2xxx-edif-Fix-EDIF-enable-flag.patch
	patches.suse/scsi-qla2xxx-Fix-hang-during-NVMe-session-tear-down.patch
	patches.suse/scsi-qla2xxx-edif-Add-N2N-support-for-EDIF.patch
	patches.suse/scsi-qla2xxx-edif-Do-secure-PLOGI-when-auth-app-is-p.patch
	patches.suse/scsi-qla2xxx-Fix-NVMe-FCP-personality-change.patch
	patches.suse/scsi-qla2xxx-Fix-hang-on-NVMe-command-timeouts.patch
	patches.suse/scsi-qla2xxx-Fix-NVMe-retry.patch
	patches.suse/scsi-qla2xxx-Fix-NVMe-session-down-detection.patch
	patches.suse/scsi-qla2xxx-edif-Fix-returnvar.cocci-warnings.patch
	patches.suse/scsi-qla2xxx-Update-version-to-10.02.06.200-k.patch
	patches.suse/scsi-qla2xxx-Do-not-call-fc_block_scsi_eh-during-bus.patch
	patches.suse/scsi-qla2xxx-Open-code-qla2xxx_eh_target_reset.patch
	patches.suse/scsi-qla2xxx-Open-code-qla2xxx_eh_device_reset.patch
	patches.suse/scsi-mpi3mr-Set-up-IRQs-in-resume-path
	patches.suse/scsi-fc-Add-EDC-ELS-definition.patch
	patches.suse/scsi-lpfc-Add-SET_HOST_DATA-mbox-cmd-to-pass-date-ti.patch
	patches.suse/scsi-lpfc-Add-MIB-feature-enablement-support.patch
	patches.suse/scsi-lpfc-Expand-FPIN-and-RDF-receive-logging.patch
	patches.suse/scsi-lpfc-Add-EDC-ELS-support.patch
	patches.suse/scsi-lpfc-Add-cm-statistics-buffer-support.patch
	patches.suse/scsi-lpfc-Add-support-for-cm-enablement-buffer.patch
	patches.suse/scsi-lpfc-Add-cmfsync-WQE-support.patch
	patches.suse/scsi-lpfc-Add-support-for-the-CM-framework.patch
	patches.suse/scsi-lpfc-Add-rx-monitoring-statistics.patch
	patches.suse/scsi-lpfc-Add-support-for-maintaining-the-cm-statist.patch
	patches.suse/scsi-lpfc-Add-debugfs-support-for-cm-framework-buffe.patch
	patches.suse/scsi-lpfc-Add-cmf_info-sysfs-entry.patch
	patches.suse/scsi-lpfc-Add-bsg-support-for-retrieving-adapter-cmf.patch
	patches.suse/scsi-lpfc-Update-lpfc-version-to-14.0.0.1.patch
	patches.suse/scsi-lpfc-Copyright-updates-for-14.0.0.1-patches.patch
	patches.suse/scsi-lpfc-Use-the-proper-SCSI-midlayer-interfaces-fo.patch
	patches.suse/scsi-mpt3sas-Use-the-proper-SCSI-midlayer-interfaces.patch
	patches.suse/scsi-ufs-ufs-exynos-Fix-static-checker-warning.patch
	patches.suse/ocfs2-ocfs2_downconvert_lock-failure-results-in-dead.patch
	patches.suse/mm-report-a-more-useful-address-for-reclaim-acquisition.patch
	patches.suse/writeback-track-number-of-inodes-under-writeback.patch
	patches.suse/writeback-reliably-update-bandwidth-estimation.patch
	patches.suse/writeback-fix-bandwidth-estimate-for-spiky-workload.patch
	patches.suse/writeback-rename-domain_update_bandwidth.patch
	patches.suse/writeback-use-READ_ONCE-for-unlocked-reads-of-writeback-stats.patch
	patches.suse/mm-gup-remove-set-but-unused-local-variable-major.patch
	patches.suse/mm-gup-remove-unneed-local-variable-orig_refs.patch
	patches.suse/mm-gup-remove-useless-BUG_ON-in-__get_user_pages.patch
	patches.suse/mm-gup-fix-potential-pgmap-refcnt-leak-in-__gup_device_huge.patch
	patches.suse/mm-gup-use-helper-PAGE_ALIGNED-in-populate_vma_page_range.patch
	patches.suse/mm-gup-documentation-corrections-for-gup-pup.patch
	patches.suse/mm-gup-small-refactoring-simplify-try_grab_page.patch
	patches.suse/fs-mm-fix-race-in-unlinking-swapfile.patch
	patches.suse/mm-delete-unused-get_kernel_page.patch
	patches.suse/shmem-use-raw_spinlock_t-for-stat_lock.patch
	patches.suse/shmem-remove-unneeded-variable-ret.patch
	patches.suse/shmem-remove-unneeded-header-file.patch
	patches.suse/shmem-remove-unneeded-function-forward-declaration.patch
	patches.suse/shmem-include-header-file-to-declare-swap_info.patch
	patches.suse/huge-tmpfs-fix-fallocate-vanilla-advance-over-huge-pages.patch
	patches.suse/huge-tmpfs-fix-split_huge_page-after-FALLOC_FL_KEEP_SIZE.patch
	patches.suse/huge-tmpfs-remove-shrinklist-addition-from-shmem_setattr.patch
	patches.suse/huge-tmpfs-revert-shmem-s-use-of-transhuge_vma_enabled.patch
	patches.suse/huge-tmpfs-move-shmem_huge_enabled-upwards.patch
	patches.suse/huge-tmpfs-SGP_NOALLOC-to-stop-collapse_file-on-race.patch
	patches.suse/huge-tmpfs-shmem_is_huge-vma-inode-index.patch
	patches.suse/huge-tmpfs-decide-stat.st_blksize-by-shmem_is_huge.patch
	patches.suse/shmem-shmem_writepage-split-unlikely-i915-THP.patch
	patches.suse/mm-memcg-add-mem_cgroup_disabled-checks-in-vmpressure-and-swap-related-functions.patch
	patches.suse/mm-memcg-inline-mem_cgroup_-charge-uncharge-to-improve-disabled-memcg-config.patch
	patches.suse/mm-memcg-inline-swap-related-functions-to-improve-disabled-memcg-config.patch
	patches.suse/memcg-enable-accounting-for-pids-in-nested-pid-namespaces.patch
	patches.suse/memcg-enable-accounting-of-ipc-resources.patch
	patches.suse/memcg-replace-in_interrupt-by-in_task-in-active_memcg.patch
	patches.suse/mm-memcontrol-set-the-correct-memcg-swappiness-restriction.patch
	patches.suse/mmc-mmc_spi-replace-flush_kernel_dcache_page-with-flush_dcache_page.patch
	patches.suse/scatterlist-replace-flush_kernel_dcache_page-with-flush_dcache_page.patch
	patches.suse/mm-remove-flush_kernel_dcache_page.patch
	patches.suse/mm-do_huge_pmd_numa_page-remove-unnecessary-TLB-flushing-code.patch
	patches.suse/mm-change-fault_in_pages_-to-have-an-unsigned-size-parameter.patch
	patches.suse/mm-pagemap-add-mmap_assert_locked-annotations-to-find_vma.patch
	patches.suse/remap_file_pages-Use-vma_lookup-instead-of-find_vma.patch
	patches.suse/mm-mremap-fix-memory-account-on-do_munmap-failure.patch
	patches.suse/mm-bootmem_info.c-mark-__init-on-register_page_bootmem_info_section.patch
	patches.suse/mm-sparse-pass-section_nr-to-section_mark_present.patch
	patches.suse/mm-sparse-pass-section_nr-to-find_memory_block.patch
	patches.suse/mm-sparse-remove-__section_nr-function.patch
	patches.suse/mm-sparse-set-SECTION_NID_SHIFT-to-6.patch
	patches.suse/include-linux-mmzone.h-avoid-a-warning-in-sparse-memory-support.patch
	patches.suse/mm-vmalloc-use-batched-page-requests-in-bulk-allocator.patch
	patches.suse/mm-vmalloc-remove-gfpflags_allow_blocking-check.patch
	patches.suse/mm-vmalloc-fix-wrong-behavior-in-vread.patch
	patches.suse/mm-page_alloc-always-initialize-memory-map-for-the-holes.patch
	patches.suse/microblaze-simplify-pte_alloc_one_kernel.patch
	patches.suse/mm-introduce-memmap_alloc-to-unify-memory-map-allocation.patch
	patches.suse/memblock-stop-poisoning-raw-allocations.patch
	patches.suse/mm-page_alloc.c-fix-zone_id-may-be-used-uninitialized-in-this-function-warning.patch
	patches.suse/mm-page_alloc-make-alloc_node_mem_map-__init-rather-than-__ref.patch
	patches.suse/mm-page_alloc.c-use-in_task.patch
	patches.suse/mm-fix-panic-caused-by-__page_handle_poison.patch
	patches.suse/hugetlb-simplify-prep_compound_gigantic_page-ref-count-racing-code.patch
	patches.suse/hugetlb-drop-ref-count-earlier-after-page-allocation.patch
	patches.suse/hugetlb-before-freeing-hugetlb-page-set-dtor-to-appropriate-value.patch
	patches.suse/hugetlb-fix-hugetlb-cgroup-refcounting-during-vma-split.patch
	patches.suse/userfaultfd-prevent-concurrent-API-initialization.patch
	patches.suse/mm-vmpressure-replace-vmpressure_to_css-with-vmpressure_to_memcg.patch
	patches.suse/mm-vmscan-guarantee-drop_slab_node-termination.patch
	patches.suse/mm-compaction-optimize-proactive-compaction-deferrals.patch
	patches.suse/mm-mempolicy-use-readable-NUMA_NO_NODE-macro-instead-of-magic-number.patch
	patches.suse/0001-mm-mempolicy-add-MPOL_PREFERRED_MANY-for-multiple-pr.patch
	patches.suse/0002-mm-memplicy-add-page-allocation-function-for-MPOL_PR.patch
	patches.suse/0003-mm-hugetlb-add-support-for-mempolicy-MPOL_PREFERRED_.patch
	patches.suse/0004-mm-mempolicy-advertise-new-MPOL_PREFERRED_MANY.patch
	patches.suse/0005-mm-mempolicy-unify-the-create-func-for-bind-interlea.patch
	patches.suse/mm-mempolicy.c-use-in_task-in-mempolicy_slab_node.patch
	patches.suse/mm-percpu-c-remove-obsolete-comments-of-pcpu_chunk_populated.patch
	patches.suse/mm-vmstat-correct-some-wrong-comments.patch
	patches.suse/mm-vmstat-simplify-the-array-size-calculation.patch
	patches.suse/mm-vmstat-remove-unneeded-return-value.patch
	patches.suse/mm-madvise-add-MADV_WILLNEED-to-process_madvise.patch
	patches.suse/swiotlb-Refactor-swiotlb-init-functions.patch
	patches.suse/swiotlb-Refactor-swiotlb_create_debugfs.patch
	patches.suse/swiotlb-Set-dev-dma_io_tlb_mem-to-the-swiotlb-pool-u.patch
	patches.suse/swiotlb-Update-is_swiotlb_buffer-to-add-a-struct-dev.patch
	patches.suse/swiotlb-Update-is_swiotlb_active-to-add-a-struct-dev.patch
	patches.suse/swiotlb-Use-is_swiotlb_force_bounce-for-swiotlb-data.patch
	patches.suse/swiotlb-Move-alloc_size-to-swiotlb_find_slots.patch
	patches.suse/swiotlb-Refactor-swiotlb_tbl_unmap_single.patch
	patches.suse/swiotlb-Add-restricted-DMA-alloc-free-support.patch
	patches.suse/swiotlb-Add-restricted-DMA-pool-initialization.patch
	patches.suse/swiotlb-Convert-io_default_tlb_mem-to-static-allocat.patch
	patches.suse/s390-pv-fix-the-forcing-of-the-swiotlb.patch
	patches.suse/powerpc-svm-don-t-issue-ultracalls-if-mem_encrypt_active
	patches.suse/swiotlb-use-depends-on-for-DMA_RESTRICTED_POOL.patch
	patches.suse/iommu-io-pgtable-introduce-unmap_pages-as-a-page-table-op
	patches.suse/iommu-add-an-unmap_pages-op-for-iommu-drivers
	patches.suse/iommu-io-pgtable-introduce-map_pages-as-a-page-table-op
	patches.suse/iommu-add-a-map_pages-op-for-iommu-drivers
	patches.suse/iommu-use-bitmap-to-calculate-page-size-in-iommu_pgsize
	patches.suse/iommu-split-addr_merge-argument-to-iommu_pgsize-into-separate-parts
	patches.suse/iommu-hook-up-unmap_pages-driver-callback
	patches.suse/iommu-add-support-for-the-map_pages-callback
	patches.suse/iommu-io-pgtable-arm-prepare-pte-methods-for-handling-multiple-entries
	patches.suse/iommu-io-pgtable-arm-implement-arm_lpae_unmap_pages
	patches.suse/iommu-io-pgtable-arm-implement-arm_lpae_map_pages
	patches.suse/iommu-io-pgtable-arm-v7s-implement-arm_v7s_unmap_pages
	patches.suse/iommu-io-pgtable-arm-v7s-implement-arm_v7s_map_pages
	patches.suse/iommu-arm-smmu-implement-the-unmap_pages-iommu-driver-callback
	patches.suse/iommu-arm-smmu-implement-the-map_pages-iommu-driver-callback
	patches.suse/iommu-deprecate-intel-and-amd-cmdline-methods-to-enable-strict-mode
	patches.suse/iommu-print-strict-or-lazy-mode-at-init-time
	patches.suse/iommu-enhance-iommu-default-dma-mode-build-options
	patches.suse/iommu-vt-d-add-support-for-iommu-default-dma-mode-build-options
	patches.suse/iommu-amd-add-support-for-iommu-default-dma-mode-build-options
	patches.suse/iommu-remove-mode-argument-from-iommu_set_dma_strict
	patches.suse/iommu-streamline-iommu_iova_to_phys
	patches.suse/iommu-vt-d-report-real-pgsize-bitmap-to-iommu-core
	patches.suse/iommu-vt-d-implement-map-unmap_pages-iommu_ops-callback
	patches.suse/iommu-vt-d-move-clflush-es-from-iotlb_sync_map-to-map_pages
	patches.suse/iommu-arm-smmu-v3-implement-the-unmap_pages-iommu-driver-callback
	patches.suse/iommu-arm-smmu-v3-implement-the-map_pages-iommu-driver-callback
	patches.suse/iommu-io-pgtable-add-dart-pagetable-format
	patches.suse/dt-bindings-iommu-add-dart-iommu-bindings
	patches.suse/iommu-dart-add-dart-iommu-driver
	patches.suse/iommu-dart-apple_dart-should-depend-on-arch_apple
	patches.suse/iommu-arm-smmu-v3-remove-some-unneeded-init-in-arm_smmu_cmdq_issue_cmdlist
	patches.suse/iommu-arm-smmu-add-clk_bulk_-prepare-unprepare-to-system-pm-callbacks
	patches.suse/iommu-fix-race-condition-during-default-domain-allocation
	patches.suse/iommu-arm-smmu-fix-race-condition-during-iommu_group-creation
	patches.suse/iommu-arm-smmu-optimize-tlb_flush_walk-for-qcom-implementation
	patches.suse/iommu-arm-smmu-v3-use-command-queue-batching-helpers-to-improve-performance
	patches.suse/iommu-arm-smmu-v3-add-and-use-static-helper-function-arm_smmu_cmdq_issue_cmd_with_sync
	patches.suse/iommu-arm-smmu-v3-add-and-use-static-helper-function-arm_smmu_get_cmdq
	patches.suse/iommu-arm-smmu-v3-extract-reusable-function-_arm_smmu_cmdq_skip_err
	patches.suse/iommu-arm-smmu-v3-stop-pre-zeroing-batch-commands
	patches.suse/iommu-arm-smmu-fix-missing-unlock-on-error-in-arm_smmu_device_group
	patches.suse/iommu-amd-convert-from-atomic_t-to-refcount_t-on-pasid_state-count
	patches.suse/iommu-amd-fix-printing-of-iommu-events-when-rate-limiting-kicks-in
	patches.suse/iommu-amd-selective-flush-on-unmap
	patches.suse/iommu-amd-do-not-use-flush-queue-when-npcache-is-on
	patches.suse/iommu-improve-iommu_iotlb_gather-helpers
	patches.suse/iommu-factor-iommu_iotlb_gather_is_disjoint-out
	patches.suse/iommu-amd-tailored-gather-logic-for-amd
	patches.suse/iommu-amd-sync-once-for-scatter-gather-operations
	patches.suse/iommu-amd-use-only-natural-aligned-flushes-in-a-vm
	patches.suse/iommu-amd-remove-stale-amd_iommu_unmap_flush-usage
	patches.suse/iommu-pull-iova-cookie-management-into-the-core
	patches.suse/iommu-amd-drop-iova-cookie-management
	patches.suse/iommu-arm-smmu-drop-iova-cookie-management
	patches.suse/iommu-vt-d-drop-iova-cookie-management
	patches.suse/iommu-exynos-drop-iova-cookie-management
	patches.suse/iommu-ipmmu-vmsa-drop-iova-cookie-management
	patches.suse/iommu-mtk-drop-iova-cookie-management
	patches.suse/iommu-rockchip-drop-iova-cookie-management
	patches.suse/iommu-sprd-drop-iova-cookie-management
	patches.suse/iommu-sun50i-drop-iova-cookie-management
	patches.suse/iommu-virtio-drop-iova-cookie-management
	patches.suse/iommu-dma-remove-redundant-dev-checks
	patches.suse/iommu-indicate-queued-flushes-via-gather-data
	patches.suse/iommu-io-pgtable-remove-non-strict-quirk
	patches.suse/iommu-introduce-explicit-type-for-non-strict-dma-domains
	patches.suse/iommu-amd-prepare-for-multiple-dma-domain-types
	patches.suse/iommu-arm-smmu-prepare-for-multiple-dma-domain-types
	patches.suse/iommu-vt-d-prepare-for-multiple-dma-domain-types
	patches.suse/iommu-express-dma-strictness-via-the-domain-type
	patches.suse/iommu-expose-dma-domain-strictness-via-sysfs
	patches.suse/iommu-only-log-strictness-for-dma-domains
	patches.suse/iommu-merge-strictness-and-domain-type-configs
	patches.suse/iommu-allow-enabling-non-strict-mode-dynamically
	patches.suse/iommu-vt-d-Update-the-virtual-command-related-regist.patch
	patches.suse/iommu-vt-d-remove-unnecessary-oom-message
	patches.suse/iommu-vt-d-refactor-kconfig-a-bit
	patches.suse/iommu-vt-d-enable-intel-iommu-scalable-mode-by-default
	patches.suse/iommu-vt-d-preset-a-d-bits-for-user-space-dma-usage
	patches.suse/iommu-vt-d-allow-devices-to-have-more-than-32-outstanding-prs
	patches.suse/iommu-vt-d-drop-the-kernel-doc-annotation
	patches.suse/iommu-vt-d-use-pasid_pte_is_present-helper-function
	patches.suse/iommu-vt-d-add-present-bit-check-in-pasid-entry-setup-helpers
	patches.suse/iommu-io-pgtable-abstract-iommu_iotlb_gather-access
	patches.suse/openrisc-don-t-printk-unconditionally.patch
	patches.suse/MIPS-Malta-fix-alignment-of-the-devicetree-buffer.patch
	patches.suse/parisc-Fix-unaligned-access-crash-in-bootloader.patch
	patches.suse/cpuidle-pseries-Fixup-CEDE0-latency-only-for-POWER10.patch
	patches.suse/cpuidle-pseries-Do-not-cap-the-CEDE0-latency-in-fixu.patch
	patches.suse/powerpc-stacktrace-Include-linux-delay.h.patch
	patches.suse/cpuidle-pseries-Mark-pseries_idle_proble-as-__init.patch
	patches.suse/powerpc-cacheinfo-Lookup-cache-by-dt-node-and-thread.patch
	patches.suse/powerpc-cacheinfo-Remove-the-redundant-get_shared_cp.patch
	patches.suse/powerpc-smp-Use-existing-L2-cache_map-cpumask-to-fin.patch
	patches.suse/powerpc-numa-Consider-the-max-NUMA-node-for-migratab.patch
	patches.suse/pseries-drmem-update-LMBs-after-LPM.patch
	patches.suse/powerpc-pseries-Prevent-free-CPU-ids-being-reused-on.patch
	patches.suse/KVM-PPC-Use-arch_get_random_seed_long-instead-of-pow.patch
	patches.suse/cpufreq-powernv-Fix-init_chip_info-initialization-in.patch
	patches.suse/powerpc-book3s64-radix-make-tlb_single_page_flush_ce.patch
	patches.suse/powerpc-pseries-rename-min_common_depth-to-primary_d.patch
	patches.suse/powerpc-pseries-Rename-TYPE1_AFFINITY-to-FORM1_AFFIN.patch
	patches.suse/powerpc-pseries-Consolidate-different-NUMA-distance-.patch
	patches.suse/powerpc-pseries-Add-a-helper-for-form1-cpu-distance.patch
	patches.suse/powerpc-pseries-Add-support-for-FORM2-associativity.patch
	patches.suse/powerpc-pseries-Fix-build-error-when-NUMA-n.patch
	patches.suse/powerpc-config-Fix-IPV6-warning-in-mpc855_ads.patch
	patches.suse/powerpc-config-Renable-MTD_PHYSMAP_OF.patch
	patches.suse/powerpc-kvm-Remove-obsolete-and-unneeded-select.patch
	patches.suse/powerpc-perf-hv-gpci-Fix-counter-value-parsing.patch
	patches.suse/powerpc-perf-Use-stack-siar-instead-of-mfspr.patch
	patches.suse/powerpc-perf-Drop-the-case-of-returning-0-as-instruc.patch
	patches.suse/powerpc-perf-Fix-the-check-for-SIAR-value.patch
	patches.suse/KVM-PPC-Book3S-HV-Fix-copy_tofrom_guest-routines.patch
	patches.suse/KVM-PPC-Book3S-HV-Nested-Reflect-guest-PMU-in-use-to.patch
	patches.suse/powerpc-doc-Fix-htmldocs-errors.patch
	patches.suse/powerpc-smp-Fix-a-crash-while-booting-kvm-guest-with.patch
	patches.suse/powerpc-smp-Update-cpu_core_map-on-all-PowerPc-syste.patch
	patches.suse/powerpc-smp-Enable-CACHE-domain-for-shared-processor.patch
	patches.suse/powerpc-numa-Update-cpu_cpu_map-on-CPU-online-offlin.patch
	patches.suse/KVM-PPC-Fix-clearing-never-mapped-TCEs-in-realmode.patch
	patches.suse/iscsi_ibft-Fix-isa_bus_to_virt-not-working-under-ARM
	patches.suse/kbuild-Fix-no-symbols-warning-when-CONFIG_TRIM_UNUSD.patch
	patches.suse/xprtrdma-Put-rpcrdma_reps-before-waking-the-tear-dow.patch
	patches.suse/NFSv4-pNFS-Fix-a-layoutget-livelock-loop.patch
	patches.suse/NFSv4-pNFS-Always-allow-update-of-a-zero-valued-layo.patch
	patches.suse/NFSv4-pnfs-The-layout-barrier-indicate-a-minimal-val.patch
	patches.suse/SUNRPC-Fix-potential-memory-corruption.patch
	patches.suse/SUNRPC-xprtrdma-Fix-reconnection-locking.patch
	patches.suse/sunrpc-Fix-return-value-of-get_srcport.patch
	patches.suse/SUNRPC-Simplify-socket-shutdown-when-not-reusing-TCP.patch
	patches.suse/f2fs-compress-fix-to-set-zstd-compress-level-correct.patch
	patches.suse/f2fs-let-s-keep-writing-IOs-on-SBI_NEED_FSCK.patch
	patches.suse/f2fs-quota-fix-potential-deadlock.patch
	patches.suse/f2fs-do-not-submit-NEW_ADDR-to-read-node-block.patch
	patches.suse/f2fs-turn-back-remapped-address-in-compressed-page-e.patch
	patches.suse/f2fs-fix-wrong-checkpoint_changed-value-in-f2fs_remo.patch
	patches.suse/f2fs-reduce-the-scope-of-setting-fsck-tag-when-de-na.patch
	patches.suse/f2fs-fix-to-do-sanity-check-for-sb-cp-fields-correct.patch
	patches.suse/f2fs-fix-to-keep-compatibility-of-fault-injection-in.patch
	patches.suse/f2fs-fix-to-account-missing-.skipped_gc_rwsem.patch
	patches.suse/f2fs-fix-unexpected-ENOENT-comes-from-f2fs_map_block.patch
	patches.suse/f2fs-fix-to-unmap-pages-from-userspace-process-in-pu.patch
	patches.suse/f2fs-guarantee-to-write-dirty-data-when-enabling-che.patch
	patches.suse/f2fs-deallocate-compressed-pages-when-error-happens.patch
	patches.suse/f2fs-should-put-a-page-beyond-EOF-when-preparing-a-w.patch
	patches.suse/mtd-mtdconcat-Judge-callback-existence-based-on-the-.patch
	patches.suse/mtd-mtdconcat-Check-_read-_write-callbacks-existence.patch
	patches.suse/dt-bindings-mtd-gpmc-Fix-the-ECC-bytes-vs.-OOB-bytes.patch
	patches.suse/mtd-spinand-Fix-comment.patch
	patches.suse/mtd-rawnand-intel-Fix-error-handling-in-probe.patch
	patches.suse/mtd-rawnand-cafe-Fix-a-resource-leak-in-the-error-ha.patch
	patches.suse/USB-serial-cp210x-fix-control-characters-error-handl.patch
	patches.suse/USB-serial-cp210x-fix-flow-control-error-handling.patch
	patches.suse/USB-serial-cp210x-clean-up-set-chars-request.patch
	patches.suse/USB-serial-cp210x-clean-up-type-detection.patch
	patches.suse/USB-serial-cp210x-determine-fw-version-for-CP2105-an.patch
	patches.suse/USB-serial-pl2303-fix-GL-type-detection.patch
	patches.suse/riscv-fix-the-global-name-pfn_base-confliction-error.patch
	patches.suse/riscv-explicitly-use-symbol-offsets-for-VDSO.patch
	patches.suse/RISC-V-Fix-VDSO-build-for-MMU.patch
	patches.suse/ARC-export-clear_user_page-for-modules.patch
	patches.suse/tracing-boot-Fix-a-hist-trigger-dependency-for-boot-time-tracing.patch
	patches.suse/tracing-probes-Reject-events-which-have-the-same-nam.patch
	patches.suse/selftests-ftrace-Fix-requirement-check-of-README-fil.patch
	patches.suse/perf-script-Fix-list-dlfilters-documentation.patch
	patches.suse/perf-config-Fix-caching-and-memory-leak-in-perf_home.patch
	patches.suse/perf-unwind-Do-not-overwrite-FEATURE_CHECK_LDFLAGS-l.patch
	patches.suse/perf-bench-inject-buildid-Handle-writen-errors.patch
	patches.suse/tools-build-Fix-feature-detect-clean-for-out-of-sour.patch
	patches.suse/io-wq-fix-race-between-adding-work-and-activating-a-.patch
	patches.suse/io_uring-IORING_OP_WRITE-needs-hash_reg_file-set.patch
	patches.suse/io_uring-retry-in-case-of-short-read-on-block-device.patch
	patches.suse/io-wq-ensure-that-hash-wait-lock-is-IRQ-disabling.patch
	patches.suse/io-wq-fix-queue-stalling-race.patch
	patches.suse/io-wq-split-bounded-and-unbounded-work-into-separate.patch
	patches.suse/io-wq-only-exit-on-fatal-signals.patch
	patches.suse/io-wq-get-rid-of-FIXED-worker-flag.patch
	patches.suse/io-wq-make-worker-creation-resilient-against-signals.patch
	patches.suse/io_uring-io_uring_complete-trace-should-take-an-inte.patch
	patches.suse/libata-add-ATA_HORKAGE_NO_NCQ_TRIM-for-Samsung-860-a.patch
	patches.suse/libata-Add-ATA_HORKAGE_NO_NCQ_ON_ATI-for-Samsung-860.patch
	patches.suse/block-mq-deadline-Move-dd_queued-to-fix-defined-but-.patch
	patches.suse/block-bfq-honor-already-setup-queue-merges.patch
	patches.suse/loop-reduce-the-loop_ctl_mutex-scope.patch
	patches.suse/thunderbolt-test-split-up-test-cases-in-tb_test_cred.patch
	patches.suse/fuse-fix-use-after-free-in-fuse_read_interrupt.patch
	patches.suse/fuse-truncate-pagecache-on-atomic_o_trunc.patch
	patches.suse/fuse-flush-extending-writes.patch
	patches.suse/fuse-wait-for-writepages-in-syncfs.patch
	patches.suse/gpio-tegra186-Add-ACPI-support.patch
	patches.suse/gpio-mlxbf2-Convert-to-device-PM-ops.patch
	patches.suse/gpio-mlxbf2-Drop-wrong-use-of-ACPI_PTR.patch
	patches.suse/gpio-mlxbf2-Use-devm_platform_ioremap_resource.patch
	patches.suse/gpio-mlxbf2-Use-DEFINE_RES_MEM_NAMED-helper-macro.patch
	patches.suse/gpio-mpc8xxx-Fix-a-resources-leak-in-the-error-handl.patch
	patches.suse/gpio-mpc8xxx-Fix-a-potential-double-iounmap-call-in-.patch
	patches.suse/gpio-mpc8xxx-Use-devm_gpiochip_add_data-to-simplify-.patch
	patches.suse/mfd-axp20x-Update-AXP288-volatile-ranges.patch
	patches.suse/mfd-db8500-prcmu-Adjust-map-to-reality.patch
	patches.suse/mfd-Don-t-use-irq_create_mapping-to-resolve-a-mappin.patch
	patches.suse/mfd-tqmx86-Clear-GPIO-IRQ-resource-when-no-IRQ-is-se.patch
	patches.suse/mfd-lpc_sch-Rename-GPIOBASE-to-prevent-build-error.patch
	patches.suse/backlight-ktd253-Stabilize-backlight.patch
	patches.suse/backlight-pwm_bl-Improve-bootloader-kernel-device-ha.patch
	patches.suse/remoteproc-qcom-wcnss-Fix-race-with-iris-probe.patch
	patches.suse/remoteproc-fix-an-typo-in-fw_elf_get_class-code-comm.patch
	patches.suse/remoteproc-fix-kernel-doc-for-struct-rproc_ops.patch
	patches.suse/NTB-Fix-an-error-code-in-ntb_msit_probe.patch
	patches.suse/NTB-perf-Fix-an-error-code-in-perf_setup_inbuf.patch
	patches.suse/firmware-dmi-Move-product_sku-info-to-the-end-of-the.patch
	patches.suse/kvm-add-infrastructure-and-macro-to-mark-vm-as-bugged
	patches.suse/kvm-export-kvm_make_all_cpus_request-for-use-in-marking-vms-as-bugged
	patches.suse/kvm-x86-use-kvm_bug-kvm_bug_on-to-handle-bugs-that-are-fatal-to-the-vm
	patches.suse/kvm-x86-mmu-mark-vm-as-bugged-if-page-fault-returns-ret_pf_invalid
	patches.suse/kvm-x86-hoist-kvm_dirty_regs-check-out-of-sync_regs
	patches.suse/kvm-x86-mmu-refactor-shadow-walk-in-_direct_map-to-reduce-indentation
	patches.suse/kvm-x86-mmu-return-old-spte-from-mmu_spte_clear_track_bits
	patches.suse/KVM-x86-mmu-Rename-cr2_or_gpa-to-gpa-in-fast_page_fault
	patches.suse/KVM-x86-mmu-Fix-use-of-enums-in-trace_fast_page_fault
	patches.suse/KVM-x86-Flush-the-guest-s-TLB-on-INIT
	patches.suse/KVM-nVMX-Set-LDTR-to-its-architecturally-defined-value-on-nested-VM-Exit
	patches.suse/KVM-SVM-Zero-out-GDTR.base-and-IDTR.base-on-INIT
	patches.suse/KVM-VMX-Set-EDX-at-INIT-with-CPUID.0x1-Family-Model-Stepping
	patches.suse/KVM-SVM-Require-exact-CPUID.0x1-match-when-stuffing-EDX-at-INIT
	patches.suse/KVM-SVM-Fall-back-to-KVM-s-hardcoded-value-for-EDX-at-RESET-INIT
	patches.suse/KVM-x86-Migrate-the-PIT-only-if-vcpu0-is-migrated-no.patch
	patches.suse/KVM-x86-Don-t-force-set-BSP-bit-when-local-APIC-is-m.patch
	patches.suse/KVM-VMX-Invert-handling-of-CR0.WP-for-EPT-without-un.patch
	patches.suse/KVM-VMX-Fold-ept_update_paging_mode_cr0-back-into-vm.patch
	patches.suse/KVM-nVMX-Do-not-clear-CR3-load-store-exiting-bits-if.patch
	patches.suse/KVM-VMX-Skip-pointless-MSR-bitmap-update-when-settin.patch
	patches.suse/KVM-VMX-Refresh-list-of-user-return-MSRs-after-setti.patch
	patches.suse/KVM-SVM-Emulate-INIT-in-response-to-triple-fault-shu.patch
	patches.suse/KVM-nVMX-Unconditionally-clear-nested.pi_pending-on-.patch
	patches.suse/KVM-x86-mmu-Avoid-collision-with-PRESENT-SPTEs-in-TD.patch
	patches.suse/KVM-x86-clamp-host-mapping-level-to-max_level-in-kvm.patch
	patches.suse/kvm-x86-allow-cpu-to-force-vendor-specific-tdp-level.patch
	patches.suse/kvm-x86-mmu-support-shadowing-npt-when-5-level-paging-is-enabled-in-host.patch
	patches.suse/kvm-svm-add-5-level-page-table-support-for-svm.patch
	patches.suse/KVM-x86-mmu-Don-t-freak-out-if-pml5_root-is-NULL-on-.patch
	patches.suse/KVM-VMX-avoid-running-vmx_handle_exit_irqoff-in-case.patch
	patches.suse/Revert-KVM-x86-mmu-Add-guest-physical-address-check-.patch
	patches.suse/KVM-s390-Enable-specification-exception-interpretati.patch
	patches.suse/KVM-s390-index-kvm-arch.idle_mask-by-vcpu_idx.patch
	patches.suse/KVM-arm64-perf-Replace-0xf-instances-with-ID_AA64DFR.patch
	patches.suse/KVM-arm64-Restrict-IPA-size-to-maximum-48-bits-on-4K.patch
	patches.suse/KVM-arm64-vgic-Resample-HW-pending-state-on-deactiva.patch
	patches.suse/arm64-Move-.hyp.rodata-outside-of-the-_sdata._edata-.patch
	patches.suse/KVM-arm64-Unregister-HYP-sections-from-kmemleak-in-p.patch
	patches.suse/KVM-arm64-Make-hyp_panic-more-robust-when-protected-.patch
	patches.suse/KVM-arm64-Fix-read-side-race-on-updates-to-vcpu-rese.patch
	patches.suse/KVM-arm64-Handle-PSCI-resets-before-userspace-touche.patch
	patches.suse/KVM-x86-Update-vCPU-s-hv_clock-before-back-to-guest-.patch
	patches.suse/watchdog-Fix-NULL-pointer-dereference-when-releasing.patch
	patches.suse/watchdog-iTCO_wdt-Fix-detection-of-SMI-off-case.patch
	patches.suse/watchdog-Start-watchdog-in-watchdog_set_last_hw_keep.patch
	patches.suse/bnxt_en-Fix-64-bit-doorbell-operation-on-32-bit-kern.patch
	patches.suse/octeontx2-af-Add-additional-register-check-to-rvu_po.patch
	patches.suse/octeontx2-pf-cn10K-Reserve-LMTST-lines-per-core.patch
	patches.suse/net-dsa-tag_rtl4_a-Fix-egress-tags.patch
	patches.suse/mptcp-fix-possible-divide-by-zero.patch
	patches.suse/selftests-mptcp-clean-tmp-files-in-simult_flows.patch
	patches.suse/bnxt_en-fix-kernel-doc-warnings-in-bnxt_hwrm.c.patch
	patches.suse/net-dsa-lantiq_gswip-fix-maximum-frame-length.patch
	patches.suse/net-qrtr-revert-check-in-qrtr_endpoint_post.patch
	patches.suse/Set-fc_nlinfo-in-nh_create_ipv4-nh_create_ipv6.patch
	patches.suse/flow-fix-object-size-mismatch-warning-in-flowi-4-6-_.patch
	patches.suse/net-hso-add-failure-handler-for-add_net_device.patch
	patches.suse/net-usb-cdc_mbim-avoid-altsetting-toggling-for-Telit.patch
	patches.suse/net-dsa-b53-Fix-calculating-number-of-switch-ports.patch
	patches.suse/net-dsa-b53-Set-correct-number-of-ports-in-the-DSA-s.patch
	patches.suse/ionic-fix-double-use-of-queue-lock.patch
	patches.suse/mptcp-Only-send-extra-TCP-acks-in-eligible-socket-st.patch
	patches.suse/net-usb-qmi_wwan-add-Telit-0x1060-composition.patch
	patches.suse/net-remove-the-unnecessary-check-in-cipso_v4_doi_fre.patch
	patches.suse/ionic-fix-a-sleeping-in-atomic-bug.patch
	patches.suse/netfilter-nft_ct-protect-nft_ct_pcpu_template_refcnt.patch
	patches.suse/netfilter-socket-icmp6-fix-use-after-scope.patch
	patches.suse/fq_codel-reject-silly-quantum-parameters.patch
	patches.suse/qlcnic-Remove-redundant-unlock-in-qlcnic_pinit_from_.patch
	patches.suse/ethtool-Fix-an-error-code-in-cxgb2.c.patch
	patches.suse/octeontx2-af-Add-a-rvu_free_bitmap-function.patch
	patches.suse/octeontx2-af-Fix-some-memory-leaks-in-the-error-hand.patch
	patches.suse/net-stmmac-Fix-overall-budget-calculation-for-rxtx_n.patch
	patches.suse/ip_gre-validate-csum_start-only-on-pull.patch
	patches.suse/net-dsa-b53-Fix-IMP-port-setup-on-BCM5301x.patch
	patches.suse/bnxt_en-fix-stored-FW_PSID-version-masks.patch
	patches.suse/bnxt_en-fix-read-of-stored-FW_PSID-version-on-P5-dev.patch
	patches.suse/bnxt_en-Fix-asic.rev-in-devlink-dev-info-command.patch
	patches.suse/bnxt_en-Fix-UDP-tunnel-logic.patch
	patches.suse/bnxt_en-Fix-possible-unintended-driver-initiated-err.patch
	patches.suse/net-create-netdev-dev_addr-assignment-helpers.patch
	patches.suse/stmmac-dwmac-loongson-Fix-missing-return-value.patch
	patches.suse/net-hns3-make-hclgevf_cmd_caps_bit_map0-and-hclge_cm.patch
	patches.suse/ip6_gre-Revert-ip6_gre-add-validation-for-csum_start.patch
	patches.suse/cxgb3-fix-oops-on-module-removal.patch
	patches.suse/iwlwifi-Add-support-for-ax201-in-Samsung-Galaxy-Book.patch
	patches.suse/iwlwifi-bump-FW-API-to-66-for-AX-devices.patch
	patches.suse/iwlwifi-pnvm-Fix-a-memory-leak-in-iwl_pnvm_get_from_.patch
	patches.suse/iwlwifi-fix-printk-format-warnings-in-uefi.c.patch
	patches.suse/can-rcar_canfd-add-__maybe_unused-annotation-to-sile.patch
	patches.suse/can-c_can-fix-null-ptr-deref-on-ioctl.patch
	patches.suse/net-renesas-sh_eth-Fix-freeing-wrong-tx-descriptor.patch
	patches.suse/net-phylink-add-suspend-resume-support.patch
	patches.suse/net-stmmac-fix-MAC-not-working-when-system-resume-ba.patch
	patches.suse/PCI-Call-Max-Payload-Size-related-fixup-quirks-early.patch
	patches.suse/PCI-Restrict-ASMedia-ASM1062-SATA-Max-Payload-Size-S.patch
	patches.suse/PCI-Return-0-data-on-pciconfig_read-CAP_SYS_ADMIN-fa.patch
	patches.suse/PCI-ibmphp-Fix-double-unmap-of-io_mem.patch
	patches.suse/PCI-Allow-PASID-on-fake-PCIe-devices-without-TLP-pre.patch
	patches.suse/pci-set-dma-can-stall-for-hisilicon-chips
	patches.suse/PCI-portdrv-Enable-Bandwidth-Notification-only-if-po.patch
	patches.suse/PCI-Cache-PCIe-Device-Capabilities-register.patch
	patches.suse/PCI-Add-pcie_reset_flr-with-probe-argument.patch
	patches.suse/PCI-Add-array-to-track-reset-method-ordering.patch
	patches.suse/PCI-Remove-reset_fn-field-from-pci_dev.patch
	patches.suse/PCI-Allow-userspace-to-query-and-set-device-reset-me.patch
	patches.suse/PCI-Add-pci_set_acpi_fwnode-to-set-ACPI_COMPANION.patch
	patches.suse/PCI-Use-acpi_pci_power_manageable.patch
	patches.suse/PCI-Setup-ACPI-fwnode-early-and-at-the-same-time-wit.patch
	patches.suse/PCI-Add-support-for-ACPI-_RST-reset-method.patch
	patches.suse/PCI-Change-the-type-of-probe-argument-in-reset-funct.patch
	patches.suse/PCI-Refactor-pci_ioremap_bar-and-pci_ioremap_wc_bar.patch
	patches.suse/PCI-Add-ACS-quirks-for-NXP-LX2xx0-and-LX2xx2-platfor.patch
	patches.suse/PCI-Add-ACS-quirks-for-Cavium-multi-function-devices.patch
	patches.suse/PCI-ACS-Enforce-pci-noats-with-Transaction-Blocking.patch
	patches.suse/PCI-VPD-Correct-diagnostic-for-VPD-read-failure.patch
	patches.suse/PCI-VPD-Check-Resource-Item-Names-against-those-vali.patch
	patches.suse/PCI-VPD-Treat-initial-0xff-as-missing-EEPROM.patch
	patches.suse/PCI-VPD-Reject-resource-tags-with-invalid-size.patch
	patches.suse/PCI-VPD-Don-t-check-Large-Resource-Item-Names-for-va.patch
	patches.suse/PCI-VPD-Allow-access-to-valid-parts-of-VPD-if-some-i.patch
	patches.suse/PCI-VPD-Remove-pci_vpd_size-old_size-argument.patch
	patches.suse/PCI-VPD-Make-pci_vpd_wait-uninterruptible.patch
	patches.suse/PCI-VPD-Remove-struct-pci_vpd.flag.patch
	patches.suse/PCI-VPD-Reorder-pci_read_vpd-pci_write_vpd.patch
	patches.suse/PCI-VPD-Remove-struct-pci_vpd_ops.patch
	patches.suse/PCI-VPD-Remove-struct-pci_vpd.valid-member.patch
	patches.suse/PCI-VPD-Embed-struct-pci_vpd-in-struct-pci_dev.patch
	patches.suse/PCI-VPD-Determine-VPD-size-in-pci_vpd_init.patch
	patches.suse/PCI-VPD-Treat-invalid-VPD-like-missing-VPD-capabilit.patch
	patches.suse/PCI-VPD-Add-pci_vpd_alloc.patch
	patches.suse/PCI-VPD-Add-pci_vpd_find_ro_info_keyword.patch
	patches.suse/PCI-VPD-Add-pci_vpd_check_csum.patch
	patches.suse/sfc-Read-VPD-with-pci_vpd_alloc.patch
	patches.suse/sfc-Search-VPD-with-pci_vpd_find_ro_info_keyword.patch
	patches.suse/tg3-Read-VPD-with-pci_vpd_alloc.patch
	patches.suse/tg3-Validate-VPD-checksum-with-pci_vpd_check_csum.patch
	patches.suse/tg3-Search-VPD-with-pci_vpd_find_ro_info_keyword.patch
	patches.suse/sfc-falcon-Read-VPD-with-pci_vpd_alloc.patch
	patches.suse/sfc-falcon-Search-VPD-with-pci_vpd_find_ro_info_keyw.patch
	patches.suse/bnx2-Search-VPD-with-pci_vpd_find_ro_info_keyword.patch
	patches.suse/bnx2x-Read-VPD-with-pci_vpd_alloc.patch
	patches.suse/bnx2x-Search-VPD-with-pci_vpd_find_ro_info_keyword.patch
	patches.suse/bnxt-Read-VPD-with-pci_vpd_alloc.patch
	patches.suse/bnxt-Search-VPD-with-pci_vpd_find_ro_info_keyword.patch
	patches.suse/cxgb4-Validate-VPD-checksum-with-pci_vpd_check_csum-52f0a1e0.patch
	patches.suse/cxgb4-Remove-unused-vpd_param-member-ec-f9f3caa8.patch
	patches.suse/cxgb4-Search-VPD-with-pci_vpd_find_ro_info_keyword-fc927929.patch
	patches.suse/scsi-cxlflash-Search-VPD-with-pci_vpd_find_ro_info_k.patch
	patches.suse/PCI-VPD-Stop-exporting-pci_vpd_find_tag.patch
	patches.suse/PCI-VPD-Stop-exporting-pci_vpd_find_info_keyword.patch
	patches.suse/PCI-VPD-Include-post-processing-in-pci_vpd_find_tag.patch
	patches.suse/PCI-VPD-Add-pci_vpd_find_id_string.patch
	patches.suse/cxgb4-Use-pci_vpd_find_id_string-to-find-VPD-ID-stri.patch
	patches.suse/PCI-Fix-pci_dev_str_match_path-alloc-while-atomic-bu.patch
	patches.suse/PCI-PTM-Remove-error-message-at-boot.patch
	patches.suse/PCI-Correct-the-pci_iomap.h-header-guard-endif-comme.patch
	patches.suse/PCI-Make-saved-capability-state-private-to-core.patch
	patches.suse/PCI-Sync-__pci_register_driver-stub-for-CONFIG_PCI-n.patch
	patches.suse/PCI-aardvark-Fix-checking-for-PIO-status.patch
	patches.suse/PCI-aardvark-Increase-polling-delay-to-1.5s-while-wa.patch
	patches.suse/PCI-pci-bridge-emul-Add-PCIe-Root-Capabilities-Regis.patch
	patches.suse/PCI-aardvark-Fix-reporting-CRS-value.patch
	patches.suse/PCI-aardvark-Configure-PCIe-resources-from-ranges-DT.patch
	patches.suse/PCI-aardvark-Fix-masking-and-unmasking-legacy-INTx-i.patch
	patches.suse/PCI-cadence-Use-bitfield-for-quirk_retrain_flag-inst.patch
	patches.suse/PCI-cadence-Add-quirk-flag-to-set-minimum-delay-in-L.patch
	patches.suse/PCI-j721e-Add-PCIe-support-for-J7200.patch
	patches.suse/PCI-j721e-Add-PCIe-support-for-AM64.patch
	patches.suse/msft-hv-2424-PCI-hv-Support-for-create-interrupt-v3.patch
	patches.suse/PCI-Introduce-domain_nr-in-pci_host_bridge.patch
	patches.suse/PCI-Support-populating-MSI-domains-of-root-buses-via.patch
	patches.suse/arm64-PCI-Restructure-pcibios_root_bridge_prepare.patch
	patches.suse/arm64-PCI-Support-root-bridge-preparation-for-Hyper-.patch
	patches.suse/msft-hv-2426-PCI-hv-Generify-PCI-probing.patch
	patches.suse/msft-hv-2427-PCI-hv-Set-domain_nr-of-pci_host_bridge-at-probing-t.patch
	patches.suse/msft-hv-2428-PCI-hv-Set-up-MSI-domain-at-bridge-probing-time.patch
	patches.suse/msft-hv-2429-PCI-hv-Turn-on-the-host-bridge-probing-on-ARM64.patch
	patches.suse/PCI-of-Don-t-fail-devm_pci_alloc_host_bridge-on-miss.patch
	patches.suse/PCI-iproc-Fix-BCMA-probe-resource-handling.patch
	patches.suse/PCI-rcar-Fix-runtime-PM-imbalance-in-rcar_pcie_ep_pr.patch
	patches.suse/PCI-tegra-Fix-OF-node-reference-leak.patch
	patches.suse/PCI-tegra194-Fix-handling-BME_CHGED-event.patch
	patches.suse/PCI-tegra194-Fix-MSI-X-programming.patch
	patches.suse/PCI-tegra194-Disable-interrupts-before-entering-L2.patch
	patches.suse/PCI-tegra194-Don-t-allow-suspend-when-Tegra-PCIe-is-.patch
	patches.suse/PCI-tegra194-Cleanup-unused-code.patch
	patches.suse/PCI-xilinx-nwl-Enable-the-clock-through-CCF.patch
	patches.suse/PCI-controller-PCI_IXP4XX-should-depend-on-ARCH_IXP4.patch
	patches.suse/Makefile-use-Wno-main-in-the-full-kernel-tree.patch
	patches.suse/mm-slub-don-t-call-flush_all-from-slab_debug_trace_open.patch
	patches.suse/mm-slub-allocate-private-object-map-for-debugfs-listings.patch
	patches.suse/mm-slub-allocate-private-object-map-for-validate_slab_cache.patch
	patches.suse/mm-slub-don-t-disable-irq-for-debug_check_no_locks_freed.patch
	patches.suse/mm-slub-remove-redundant-unfreeze_partials-from-put_cpu_partial.patch
	patches.suse/mm-slub-extract-get_partial-from-new_slab_objects.patch
	patches.suse/mm-slub-dissolve-new_slab_objects-into-__slab_alloc.patch
	patches.suse/mm-slub-return-slab-page-from-get_partial-and-set-c-page-afterwards.patch
	patches.suse/mm-slub-restructure-new-page-checks-in-__slab_alloc.patch
	patches.suse/mm-slub-simplify-kmem_cache_cpu-and-tid-setup.patch
	patches.suse/mm-slub-move-disabling-enabling-irqs-to-__slab_alloc.patch
	patches.suse/mm-slub-do-initial-checks-in-__slab_alloc-with-irqs-enabled.patch
	patches.suse/mm-slub-move-disabling-irqs-closer-to-get_partial-in-__slab_alloc.patch
	patches.suse/mm-slub-restore-irqs-around-calling-new_slab.patch
	patches.suse/mm-slub-validate-slab-from-partial-list-or-page-allocator-before-making-it-cpu-slab.patch
	patches.suse/mm-slub-check-new-pages-with-restored-irqs.patch
	patches.suse/mm-slub-stop-disabling-irqs-around-get_partial.patch
	patches.suse/mm-slub-move-reset-of-c-page-and-freelist-out-of-deactivate_slab.patch
	patches.suse/mm-slub-make-locking-in-deactivate_slab-irq-safe.patch
	patches.suse/mm-slub-call-deactivate_slab-without-disabling-irqs.patch
	patches.suse/mm-slub-move-irq-control-into-unfreeze_partials.patch
	patches.suse/mm-slub-discard-slabs-in-unfreeze_partials-without-irqs-disabled.patch
	patches.suse/mm-slub-detach-whole-partial-list-at-once-in-unfreeze_partials.patch
	patches.suse/mm-slub-separate-detaching-of-partial-list-in-unfreeze_partials-from-unfreezing.patch
	patches.suse/mm-slub-only-disable-irq-with-spin_lock-in-_unfreeze_partials.patch
	patches.suse/mm-slub-don-t-disable-irqs-in-slub_cpu_dead.patch
	patches.suse/mm-slab-split-out-the-cpu-offline-variant-of-flush_slab.patch
	patches.suse/mm-slub-move-flush_cpu_slab-invocations-_free_slab-invocations-out-of-irq-context.patch
	patches.suse/mm-slub-make-object_map_lock-a-raw_spinlock_t.patch
	patches.suse/mm-slub-make-slab_lock-disable-irqs-with-preempt_rt.patch
	patches.suse/mm-slub-protect-put_cpu_partial-with-disabled-irqs-instead-of-cmpxchg.patch
	patches.suse/mm-slub-use-migrate_disable-on-preempt_rt.patch
	patches.suse/mm-slub-convert-kmem_cpu_slab-protection-to-local_lock.patch
	patches.suse/memory-hotplug.rst-remove-locking-details-from-admin-guide.patch
	patches.suse/memory-hotplug.rst-complete-admin-guide-overhaul.patch
	patches.suse/mm-remove-pfn_valid_within-and-CONFIG_HOLES_IN_ZONE.patch
	patches.suse/mm-memory_hotplug-cleanup-after-removal-of-pfn_valid_within.patch
	patches.suse/mm-memory_hotplug-use-unsigned-long-for-PFN-in-zone_for_pfn_range.patch
	patches.suse/mm-memory_hotplug-remove-nid-parameter-from-arch_remove_memory.patch
	patches.suse/mm-memory_hotplug-remove-nid-parameter-from-remove_memory-and-friends.patch
	patches.suse/ACPI-memhotplug-memory-resources-cannot-be-enabled-y-35ba0cd5.patch
	patches.suse/mm-remove-redundant-compound_head-calling.patch
	patches.suse/highmem-don-t-disable-preemption-on-RT-in-kmap_atomic.patch
	patches.suse/mm-in_irq-cleanup.patch
	patches.suse/mm-introduce-PAGEFLAGS_MASK-to-replace-1UL-NR_PAGEFLAGS-1.patch
	patches.suse/profiling-fix-shift-out-of-bounds-bugs.patch
	patches.suse/math-RATIONAL_KUNIT_TEST-should-depend-on-RATIONAL-i.patch
	patches.suse/fs-epoll-use-a-per-cpu-counter-for-user-s-watches-count.patch
	patches.suse/init-move-usermodehelper_enable-to-populate_rootfs.patch
	patches.suse/trap-cleanup-trap_init.patch
	patches.suse/nilfs2-fix-memory-leak-in-nilfs_sysfs_create_device_.patch
	patches.suse/nilfs2-fix-NULL-pointer-in-nilfs_-name-_attr_release.patch
	patches.suse/nilfs2-fix-memory-leak-in-nilfs_sysfs_create_-name-_.patch
	patches.suse/nilfs2-fix-memory-leak-in-nilfs_sysfs_delete_-name-_.patch
	patches.suse/nilfs2-fix-memory-leak-in-nilfs_sysfs_create_snapsho.patch
	patches.suse/nilfs2-fix-memory-leak-in-nilfs_sysfs_delete_snapsho.patch
	patches.suse/nilfs2-use-refcount_dec_and_lock-to-fix-potential-UA.patch
	patches.suse/coredump-fix-memleak-in-dump_vma_snapshot.patch
	patches.suse/prctl-allow-to-setup-brk-for-et_dyn-executables.patch
	patches.suse/Kconfig.debug-drop-selecting-non-existing-HARDLOCKUP.patch
	patches.suse/selftests-memfd-remove-unused-variable.patch
	patches.suse/ipc-replace-costly-bailout-check-in-sysvipc_find_ipc.patch
	patches.suse/mm-workingset-correct-kernel-doc-notations.patch
	patches.suse/9p-trans_virtio-Remove-sysfs-file-on-probe-failure.patch
	patches.suse/9p-xen-Fix-end-of-loop-tests-for-list_for_each_entry.patch
	patches.suse/ceph-fix-memory-leak-on-decode-error-in-ceph_handle_caps.patch
	patches.suse/ceph-cancel-delayed-work-instead-of-flushing-on-mdsc-teardown.patch
	patches.suse/ceph-request-Fw-caps-before-updating-the-mtime-in-ce.patch
	patches.suse/ceph-remove-the-capsnaps-when-removing-caps.patch
	patches.suse/ceph-lockdep-annotations-for-try_nonblocking_invalid.patch
	patches.suse/ceph-fix-dereference-of-null-pointer-cf.patch
	patches.suse/SUNRPC-don-t-pause-on-incomplete-allocation.patch
	patches.suse/SUNRPC-improve-error-response-to-over-size-gss-crede.patch
	patches.suse/PCI-VMD-ACPI-Make-ACPI-companion-lookup-work-for-VMD.patch
	patches.suse/ACPI-PM-s2idle-Run-both-AMD-and-Microsoft-methods-if.patch
	patches.suse/platform-chrome-sensorhub-Add-trace-events-for-sampl.patch
	patches.suse/platform-chrome-cros_ec_proto-Send-command-again-whe.patch
	patches.suse/platform-chrome-cros_ec_trace-Fix-format-warnings.patch
	patches.suse/mm-vmstat-protect-per-cpu-variables-with-preempt-disable-on-RT.patch
	patches.suse/mm-migrate-introduce-a-local-variable-to-get-the-number-of-pages.patch
	patches.suse/mm-migrate-fix-the-incorrect-function-name-in-comments.patch
	patches.suse/mm-migrate-change-to-use-bool-type-for-page_was_mapped.patch
	patches.suse/mm-hmm-bypass-devmap-pte-when-all-pfn-requested-flag.patch
	patches.suse/mm-hugetlb-initialize-hugetlb_usage-in-mm_init.patch
	patches.suse/mm-vmscan-fix-divide-by-zero-in-get_scan_count.patch
	patches.suse/mm-page_alloc.c-avoid-accessing-uninitialized-pcp-page-migratetype.patch
	patches.suse/mm-mempolicy-fix-a-race-between-offset_il_node-and-mpol_rebind_task.patch
	patches.suse/dmaengine-idxd-Simplify-code-and-axe-the-use-of-a-de.patch
	patches.suse/dmanegine-idxd-cleanup-all-device-related-bits-after.patch
	patches.suse/dmaengine-idxd-Add-wq-occupancy-information-to-sysfs.patch
	patches.suse/dmaengine-idxd-have-command-status-always-set.patch
	patches.suse/dmaengine-idxd-add-missing-percpu-ref-put-on-failure.patch
	patches.suse/dmaengine-idxd-assign-MSIX-vectors-to-each-WQ-rather.patch
	patches.suse/dmaengine-idxd-depends-on-UML.patch
	patches.suse/dmaengine-sprd-Add-missing-MODULE_DEVICE_TABLE.patch
	patches.suse/dmaengine-idxd-add-driver-register-helper.patch
	patches.suse/dmaengine-idxd-add-driver-name.patch
	patches.suse/dmaengine-idxd-add-struct-idxd_dev-as-wrapper-for-co.patch
	patches.suse/dmaengine-idxd-remove-IDXD_DEV_CONF_READY.patch
	patches.suse/dmaengine-idxd-move-wq_enable-to-device.c.patch
	patches.suse/dmaengine-idxd-move-wq_disable-to-device.c.patch
	patches.suse/dmaengine-idxd-remove-bus-shutdown.patch
	patches.suse/dmaengine-idxd-remove-iax_bus_type-prototype.patch
	patches.suse/dmaengine-idxd-fix-bus_probe-and-bus_remove-for-dsa_.patch
	patches.suse/dmaengine-idxd-move-probe-bits-for-idxd-struct-devic.patch
	patches.suse/dmaengine-idxd-idxd-move-remove-bits-for-idxd-struct.patch
	patches.suse/dmanegine-idxd-open-code-the-dsa_drv-registration.patch
	patches.suse/dmaengine-idxd-add-type-to-driver-in-order-to-allow-.patch
	patches.suse/dmaengine-idxd-create-idxd_device-sub-driver.patch
	patches.suse/dmaengine-idxd-create-dmaengine-driver-for-wq-device.patch
	patches.suse/dmaengine-idxd-create-user-driver-for-wq-device.patch
	patches.suse/dmaengine-dsa-move-dsa_bus_type-out-of-idxd-driver-t.patch
	patches.suse/dmaengine-idxd-move-dsa_drv-support-to-compatible-mo.patch
	patches.suse/dmaengine-idxd-remove-fault-processing-code.patch
	patches.suse/dmaengine-idxd-Set-defaults-for-GRPCFG-traffic-class.patch
	patches.suse/dmaengine-idxd-fix-uninit-var-for-alt_drv.patch
	patches.suse/dmaengine-idxd-fix-wq-slot-allocation-index-check.patch
	patches.suse/dmaengine-idxd-rotate-portal-address-for-better-perf.patch
	patches.suse/dmanegine-idxd-add-software-command-status.patch
	patches.suse/dmaengine-idxd-fix-abort-status-check.patch
	patches.suse/dmaengine-idxd-Fix-a-possible-NULL-pointer-dereferen.patch
	patches.suse/dmaengine-idxd-Remove-unused-status-variable-in-irq_.patch
	patches.suse/dmaengine-dw-Remove-error-message-from-DT-parsing-co.patch
	patches.suse/dmaengine-idxd-add-capability-check-for-block-on-fau.patch
	patches.suse/dmaengine-idxd-clear-block-on-fault-flag-when-clear-.patch
	patches.suse/dmaengine-idxd-make-I-O-interrupt-handler-one-shot.patch
	patches.suse/dmaengine-acpi-Avoid-comparison-GSI-with-Linux-vIRQ.patch
	patches.suse/dmaengine-idxd-remove-interrupt-flag-for-completion-.patch
	patches.suse/dmaengine-idxd-make-submit-failure-path-consistent-o.patch
	patches.suse/dmaengine-idxd-set-descriptor-allocation-size-to-thr.patch
	patches.suse/dmaengine-ioat-depends-on-UML.patch
	patches.suse/dmaengine-xilinx_dma-Set-DMA-mask-for-coherent-APIs.patch
	patches.suse/dmaengine-idxd-fix-setting-up-priv-mode-for-dwq.patch
	patches.suse/dmaengine-idxd-remove-interrupt-disable-for-cmd_lock.patch
	patches.suse/dmaengine-idxd-remove-interrupt-disable-for-dev_lock.patch
	patches.suse/dmaengine-ptdma-Initial-driver-for-the-AMD-PTDMA.patch
	patches.suse/dmaengine-ptdma-register-PTDMA-controller-as-a-DMA-r.patch
	patches.suse/dmaengine-ptdma-Add-debugfs-entries-for-PTDMA.patch
	patches.suse/dmaengine-ptdma-remove-PT_OFFSET-to-avoid-redefnitio.patch
	patches.suse/RDMA-mlx5-Fix-number-of-allocated-XLT-entries.patch
	patches.suse/RDMA-mlx5-Fix-xlt_chunk_align-calculation.patch
	patches.suse/IB-qib-Fix-null-pointer-subtraction-compiler-warning.patch
	patches.suse/RDMA-bnxt_re-Prefer-kcalloc-over-open-coded-arithmet.patch
	patches.suse/IB-hfi1-make-hist-static.patch
	patches.suse/libnvdimm-pmem-Fix-crash-triggered-when-I-O-in-fligh.patch
	patches.suse/cxl-Move-cxl_core-to-new-directory.patch
	patches.suse/cxl-pci-Introduce-cdevm_file_operations.patch
	patches.suse/cxl-acpi-Do-not-add-DSDT-disabled-ACPI0016-host-brid.patch
	patches.suse/cxl-pci-Fix-lockdown-level.patch
	patches.suse/cxl-pci-Fix-debug-message-in-cxl_probe_regs.patch
	patches.suse/iov_iter-track-truncated-size.patch
	patches.suse/io_uring-reexpand-under-reexpanded-iters.patch
	patches.suse/s390-add-kmemleak-annotation-in-stack_alloc.patch
	patches.suse/s390-entry-make-oklabel-within-CHKSTG-macro-local.patch
	patches.suse/s390-unwind-use-current_frame_address-to-unwind-current-task.patch
	patches.suse/s390-topology-fix-topology-information-when-calling-.patch
	patches.suse/tracing-Add-migrate-disabled-counter-to-tracing-outp.patch
	patches.suse/tracing-osnoise-Fix-missed-cpus_read_unlock-in-start_per_cpu_kthreads.patch
	patches.suse/tools-bootconfig-Fix-tracing_on-option-checking-in-f.patch
	patches.suse/bootconfig-Fix-missing-return-check-of-xbc_node_comp.patch
	patches.suse/tracing-boot-Fix-to-loop-on-only-subkeys.patch
	patches.suse/ARM-9105-1-atags_to_fdt-don-t-warn-about-stack-size.patch
	patches.suse/ARM-9110-1-oabi-compat-fix-oabi-epoll-sparse-warning.patch
	patches.suse/lib-logic_iomem-fix-sparse-warnings.patch
	patches.suse/um-virtio_uml-fix-memory-leak-on-init-failures.patch
	patches.suse/um-virt-pci-fix-uapi-documentation
	patches.suse/um-fix-stub-location-calculation.patch
	patches.suse/ALSA-usb-audio-Add-registration-quirk-for-JBL-Quantu.patch
	patches.suse/ASoC-audio-graph-respawn-Platform-Support.patch
	patches.suse/ASoC-rt5682-fix-headset-background-noise-when-S3-sta.patch
	patches.suse/ASoC-Intel-boards-Fix-CONFIG_SND_SOC_SDW_MOCKUP-sele.patch
	patches.suse/btrfs-fix-upper-limit-for-max_inline-for-page-size-6.patch
	patches.suse/btrfs-update-the-bdev-time-directly-when-closing.patch
	patches.suse/btrfs-delay-blkdev_put-until-after-the-device-remove.patch
	patches.suse/btrfs-fix-lockdep-warning-while-mounting-sprout-fs.patch
	patches.suse/btrfs-zoned-fix-double-counting-of-split-ordered-ext.patch
	patches.suse/fsnotify-fix-sb_connectors-leak.patch
	patches.suse/0414-drm-i915-use-linux-stddef.h-due-to-isystem-trim-fixu.patch
	patches.suse/drm-amdgpu-Fixes-to-returning-VBIOS-RAS-EEPROM-addre.patch
	patches.suse/drm-amdgpu-Enable-S-G-for-Yellow-Carp.patch
	patches.suse/drm-amd-display-setup-system-context-for-APUs.patch
	patches.suse/drm-amdgpu-Disable-PCIE_DPM-on-Intel-RKL-Platform.patch
	patches.suse/drm-amd-display-Fix-memory-leak-reported-by-coverity.patch
	patches.suse/drm-amdgpu-stop-scheduler-when-calling-hw_fini-v2.patch
	patches.suse/drm-amdgpu-Fix-a-deadlock-if-previous-GEM-object-all.patch
	patches.suse/drm-amdgpu-fix-fdinfo-race-with-process-exit.patch
	patches.suse/drm-amdkfd-drop-process-ref-count-when-xnack-disable.patch
	patches.suse/drm-ttm-ttm_bo_device-is-now-ttm_device.patch
	patches.suse/drm-panfrost-Simplify-lock_region-calculation.patch
	patches.suse/drm-panfrost-Use-u64-for-size-in-lock_region.patch
	patches.suse/drm-panfrost-Clamp-lock-region-to-Bifrost-minimum.patch
	patches.suse/drm-ttm-Fix-ttm_bo_move_memcpy-for-subclassed-struct.patch
	patches.suse/dma-buf-DMABUF_MOVE_NOTIFY-should-depend-on-DMA_SHAR.patch
	patches.suse/dma-buf-DMABUF_DEBUG-should-depend-on-DMA_SHARED_BUF.patch
	patches.suse/fbmem-don-t-allow-too-huge-resolutions.patch
	patches.suse/drm-ttm-Fix-a-deadlock-if-the-target-BO-is-not-idle-.patch
	patches.suse/habanalabs-fix-nullifying-of-destroyed-mmu-pgt-pool.patch
	patches.suse/habanalabs-add-validity-check-for-event-ID-received-.patch
	patches.suse/habanalabs-fix-mmu-node-address-resolution-in-debugf.patch
	patches.suse/habanalabs-add-in-device-creation-status.patch
	patches.suse/habanalabs-cannot-sleep-while-holding-spinlock.patch
	patches.suse/iommu-amd-Relocate-GAMSup-check-to-early_enable_iomm.patch
	patches.suse/iommu-amd-remove-iommu_init_ga
	patches.suse/iommu-vt-d-Fix-PASID-leak-in-intel_svm_unbind_mm.patch
	patches.suse/iommu-vt-d-Fix-a-deadlock-in-intel_svm_drain_prq.patch
	patches.suse/parisc-Move-pci_dev_is_behind_card_dino-to-where-it-.patch
	patches.suse/arm64-mm-limit-linear-region-to-51-bits-for-KVM-in-n.patch
	patches.suse/ACPI-CPPC-Introduce-cppc_get_nominal_perf.patch
	patches.suse/PM-sleep-core-Avoid-setting-power.must_resume-to-fal.patch
	patches.suse/ACPI-scan-Remove-unneeded-header-linux-nls.h.patch
	patches.suse/ACPI-PRM-Find-PRMT-table-before-parsing-it.patch
	patches.suse/Input-elan_i2c-reduce-the-resume-time-for-controller.patch
	patches.suse/thermal-drivers-exynos-Fix-an-error-code-in-exynos_t.patch
	patches.suse/thermal-drivers-rcar_gen3_thermal-Store-TSC-id-as-un.patch
	patches.suse/tools-thermal-tmon-Add-cross-compiling-support.patch
	patches.suse/thermal-core-Fix-thermal_cooling_device_register-pro.patch
	patches.suse/thermal-drivers-tegra-soctherm-Silence-message-about.patch
	patches.suse/thermal-drivers-qcom-spmi-adc-tm5-Don-t-abort-probin.patch
	patches.suse/pwm-ab8500-Fix-register-offset-calculation-to-not-de.patch
	patches.suse/pwm-lpc32xx-Don-t-modify-HW-state-in-.probe-after-th.patch
	patches.suse/pwm-mxs-Don-t-modify-HW-state-in-.probe-after-the-PW.patch
	patches.suse/pwm-img-Don-t-modify-HW-state-in-.remove-callback.patch
	patches.suse/pwm-rockchip-Don-t-modify-HW-state-in-.remove-callba.patch
	patches.suse/pwm-stm32-lp-Don-t-modify-HW-state-in-.remove-callba.patch
	patches.suse/pwm-rockchip-Unprepare-clocks-only-after-the-PWM-was.patch
	patches.suse/rtc-tps65910-Correct-driver-module-alias.patch
	patches.suse/rtc-rx8010-select-REGMAP_I2C.patch
	patches.suse/of-property-Disable-fw_devlink-DT-support-for-X86.patch
	patches.suse/block-genhd-don-t-call-blkdev_show-with-major_names_.patch
	patches.suse/blk-throttle-fix-UAF-by-deleteing-timer-in-blk_throt.patch
	patches.suse/nvme-multipath-set-QUEUE_FLAG_NOWAIT.patch
	patches.suse/nvme-multipath-revalidate-paths-during-rescan.patch
	patches.suse/nvmet-fixup-buffer-overrun-in-nvmet_subsys_attr_seri.patch
	patches.suse/nvme-tcp-Do-not-reset-transport-on-data-digest-error.patch
	patches.suse/nvme-update-keep-alive-interval-when-kato-is-modifie.patch
	patches.suse/nvme-only-call-synchronize_srcu-when-clearing-curren.patch
	patches.suse/blk-mq-allow-4x-BLK_MAX_REQUEST_COUNT-at-blk_plug-fo.patch
	patches.suse/n64cart-fix-return-value-check-in-n64cart_probe.patch
	patches.suse/io_uring-fail-links-of-cancelled-timeouts.patch
	patches.suse/io_uring-fix-off-by-one-in-BUILD_BUG_ON-check-of-__R.patch
	patches.suse/riscv-dts-microchip-mpfs-icicle-Fix-serial-console.patch
	patches.suse/vDPA-ifcvf-introduce-get_dev_type-which-returns-virt.patch
	patches.suse/vDPA-ifcvf-implement-management-netlink-framework-fo.patch
	patches.suse/vDPA-ifcvf-detect-and-use-the-onboard-number-of-queu.patch
	patches.suse/vDPA-ifcvf-enable-multiqueue-and-control-vq.patch
	patches.suse/vdpa-mlx5-Remove-redundant-header-file-inclusion.patch
	patches.suse/vdpa-mlx5-function-prototype-modifications-in-prepar.patch
	patches.suse/vdpa-mlx5-Decouple-virtqueue-callback-from-struct-ml.patch
	patches.suse/vdpa-mlx5-Ensure-valid-indices-are-provided.patch
	patches.suse/vdpa-mlx5-Add-support-for-control-VQ-and-MAC-setting.patch
	patches.suse/vdpa-mlx5-Add-multiqueue-support.patch
	patches.suse/vdpa-Make-use-of-PFN_PHYS-PFN_UP-PFN_DOWN-helper-mac.patch
	patches.suse/virtio-blk-remove-unneeded-likely-statements.patch
	patches.suse/iova-Export-alloc_iova_fast-and-free_iova_fast.patch
	patches.suse/file-Export-receive_fd-to-modules.patch
	patches.suse/vdpa-Fix-some-coding-style-issues.patch
	patches.suse/vdpa-Add-reset-callback-in-vdpa_config_ops.patch
	patches.suse/vhost-vdpa-Handle-the-failure-of-vdpa_reset.patch
	patches.suse/vhost-iotlb-Add-an-opaque-pointer-for-vhost-IOTLB.patch
	patches.suse/vdpa-Add-an-opaque-pointer-for-vdpa_config_ops.dma_m.patch
	patches.suse/vdpa-factor-out-vhost_vdpa_pa_map-and-vhost_vdpa_pa_.patch
	patches.suse/vdpa-Support-transferring-virtual-addressing-during-.patch
	patches.suse/vduse-Implement-an-MMU-based-software-IOTLB.patch
	patches.suse/vduse-Introduce-VDUSE-vDPA-Device-in-Userspace.patch
	patches.suse/Documentation-Add-documentation-for-VDUSE.patch
	patches.suse/cifs-update-FSCTL-definitions.patch
	patches.suse/cifs-rename-cifs_common-to-smbfs_common.patch
	patches.suse/cifs-move-SMB-FSCTL-definitions-to-common-code.patch
	patches.suse/cifs-properly-invalidate-cached-root-handle-when-clo.patch
	patches.suse/locking-rwsem-Add-missing-__init_rwsem-for-PREEMPT_R.patch
	patches.suse/futex-Return-error-code-instead-of-assigning-it-with.patch
	patches.suse/futex-Prevent-inconsistent-state-and-exit-race.patch
	patches.suse/futex-Clarify-comment-for-requeue_pi_wake_futex.patch
	patches.suse/futex-Avoid-redundant-task-lookup.patch
	patches.suse/futex-Remove-unused-variable-vpid-in-futex_proxy_try.patch
	patches.suse/locking-rtmutex-Fix-ww_mutex-deadlock-check.patch
	patches.suse/sched-idle-Make-the-idle-timer-expire-in-hard-interrupt-context.patch
	patches.suse/sched-Prevent-balance_push-on-remote-runqueues.patch
	patches.suse/drivers-base-cacheinfo-Get-rid-of-DEFINE_SMP_CALL_CA.patch
	patches.suse/Documentation-core-api-cpuhotplug-Rewrite-the-API-se.patch
	patches.suse/auxdisplay-hd44780-Fix-oops-on-module-unloading.patch
	patches.suse/perf-test-Fix-bpf-test-sample-mismatch-reporting.patch
	patches.suse/perf-symbol-Look-for-ImageBase-in-PE-file-to-compute.patch
	patches.suse/perf-tools-Factor-out-copy_config_terms-and-free_config_terms.patch
	patches.suse/perf-tools-Fix-hybrid-config-terms-list-corruption.patch
	patches.suse/perf-tools-Allow-build-id-with-trailing-zeros.patch
	patches.suse/0415-tools-headers-UAPI-Sync-drm-i915_drm.h-with-the-kern.patch
	patches.suse/x86-uaccess-Fix-32-bit-__get_user_asm_u64-when-CC_HA.patch
	patches.suse/ipc-remove-memcg-accounting-for-sops-objects-in-do_semtimedop.patch
	patches.suse/drm-ttm-fix-type-mismatch-error-on-sparc64.patch
	patches.suse/compiler.h-Introduce-absolute_pointer-macro.patch
	patches.suse/net-i825xx-Use-absolute_pointer-for-memcpy-from-fixe.patch
	patches.suse/sparc-avoid-stringop-overread-errors.patch
	patches.suse/qnx4-avoid-stringop-overread-errors.patch
	patches.suse/rtc-cmos-Disable-irq-around-direct-invocation-of-cmo.patch
	patches.suse/msft-hv-2434-Drivers-hv-vmbus-Fix-kernel-crash-upon-unbinding-a-d.patch
	patches.suse/msft-hv-2435-asm-generic-hyperv-provide-cpumask_to_vpset_noself.patch
	patches.suse/msft-hv-2436-x86-hyperv-remove-on-stack-cpumask-from-hv_send_ipi_.patch
	patches.suse/m68k-Double-cast-io-functions-to-unsigned-long.patch
	patches.suse/parisc-Use-absolute_pointer-to-define-PAGE0.patch
	patches.suse/alpha-Declare-virt_to_phys-and-virt_to_bus-parameter.patch
	patches.suse/0001-drm-rockchip-cdn-dp-core-Make-cdn_dp_core_resume-__m.patch
	patches.suse/net-6pack-Fix-tx-timeout-and-slot-time.patch
	patches.suse/dccp-don-t-duplicate-ccid-when-cloning-dccp-sock.patch
	patches.suse/ibmvnic-check-failover_pending-in-login-response-2.patch
	patches.suse/net-mlx5-Bridge-fix-uninitialized-variable-usage.patch
	patches.suse/net-mlx5-Fix-rdma-aux-device-on-devlink-reload.patch
	patches.suse/net-mlx5-Lag-don-t-update-lag-if-lag-isn-t-supported.patch
	patches.suse/net-mlx5-FWTrace-cancel-work-on-alloc-pd-error-flow.patch
	patches.suse/net-mlx5-Fix-potential-sleeping-in-atomic-context.patch
	patches.suse/net-mlx5e-Fix-mutual-exclusion-between-CQE-compressi.patch
	patches.suse/net-mlx5e-Fix-condition-when-retrieving-PTP-rqn.patch
	patches.suse/net-phylink-Update-SFP-selected-interface-on-adverti.patch
	patches.suse/net-ipa-initialize-all-filter-table-slots.patch
	patches.suse/net-stmmac-fix-system-hang-caused-by-eee_ctrl_timer-.patch
	patches.suse/vhost_net-fix-OoB-on-sendmsg-failure.patch
	patches.suse/ibmvnic-check-failover_pending-in-login-response.patch
	patches.suse/net-macb-fix-use-after-free-on-rmmod.patch
	patches.suse/net-af_unix-fix-a-data-race-in-unix_dgram_poll.patch
	patches.suse/net-l2tp-Fix-reference-count-leak-in-l2tp_udp_recv_c.patch
	patches.suse/net-stmmac-platform-fix-build-warning-when-with-CONF.patch
	patches.suse/sfc-fallback-for-lack-of-xdp-tx-queues.patch
	patches.suse/sfc-last-resort-fallback-for-lack-of-xdp-tx-queues.patch
	patches.suse/ice-Correctly-deal-with-PFs-that-do-not-support-RDMA.patch
	patches.suse/r6040-Restore-MDIO-clock-frequency-after-MAC-reset.patch
	patches.suse/qed-Handle-management-FW-error.patch
	patches.suse/net-stmmac-allow-CSR-clock-of-300MHz.patch
	patches.suse/net-dsa-qca8k-fix-kernel-panic-with-legacy-mdio-mapp.patch
	patches.suse/selftest-net-fix-typo-in-altname-test.patch
	patches.suse/msft-hv-2437-net-mana-Prefer-struct_size-over-open-coded-arithmet.patch
	patches.suse/bnxt_en-Fix-error-recovery-regression.patch
	patches.suse/bnxt_en-make-bnxt_free_skbs-safe-to-call-after-bnxt_.patch
	patches.suse/bnxt_en-Clean-up-completion-ring-page-arrays-complet.patch
	patches.suse/udp_tunnel-Fix-udp_tunnel_nic-work-queue-type.patch
	patches.suse/tipc-increase-timeout-in-tipc_sk_enqueue.patch
	patches.suse/ipv6-delay-fib6_sernum-increase-in-fib6_add.patch
	patches.suse/net-dsa-lantiq_gswip-Add-200ms-assert-delay.patch
	patches.suse/net-hns3-add-option-to-turn-off-page-pool-feature.patch
	patches.suse/net-hns3-pad-the-short-tunnel-frame-before-sending-t.patch
	patches.suse/net-hns3-change-affinity_mask-to-numa-node-range.patch
	patches.suse/net-hns3-disable-mac-in-flr-process.patch
	patches.suse/net-hns3-fix-the-exception-when-query-imp-info.patch
	patches.suse/net-hns3-fix-the-timing-issue-of-VF-clearing-interru.patch
	patches.suse/net-caif-avoid-user-triggerable-WARN_ON-1.patch
	patches.suse/bpf-mm-Fix-lockdep-warning-triggered-by-stack_map_get_build_id_offset.patch
	patches.suse/bpf-Add-oversize-check-before-call-kvcalloc.patch
	patches.suse/bpf-cgroups-Fix-cgroup-v2-fallback-on-v1-v2-mixed-mo.patch
	patches.suse/tcp-fix-tp-undo_retrans-accounting-in-tcp_sacktag_on.patch
	patches.suse/bnx2x-Fix-enabling-network-interfaces-without-VFs.patch
	patches.suse/ptp-dp83640-don-t-define-PAGE0.patch
	patches.suse/net-dsa-destroy-the-phylink-instance-on-any-error-in.patch
	patches.suse/net-dsa-flush-switchdev-workqueue-before-tearing-dow.patch
	patches.suse/net-mlx5-nfp-bnxt-Remove-unnecessary-RTNL-lock-asser.patch
	patches.suse/igc-fix-tunnel-offloading.patch
	patches.suse/mlxbf_gige-clear-valid_polarity-upon-open.patch
	patches.suse/drm-etnaviv-return-context-from-etnaviv_iommu_contex.patch
	patches.suse/drm-etnaviv-put-submit-prev-MMU-context-when-it-exis.patch
	patches.suse/drm-etnaviv-stop-abusing-mmu_context-as-FE-running-m.patch
	patches.suse/drm-etnaviv-keep-MMU-context-across-runtime-suspend-.patch
	patches.suse/drm-etnaviv-exec-and-MMU-state-is-lost-when-resettin.patch
	patches.suse/drm-etnaviv-fix-MMU-context-leak-on-GPU-reset.patch
	patches.suse/drm-etnaviv-reference-MMU-context-when-setting-up-ha.patch
	patches.suse/drm-etnaviv-add-missing-MMU-context-put-when-reaping.patch
	patches.suse/0001-drm-i915-dp-return-proper-DPRX-link-training-result.patch
	patches.suse/0001-drm-i915-guc-drop-guc_communication_enabled.patch
	patches.suse/0419-drm-i915-gem-Fix-the-mman-selftest.patch
	patches.suse/0420-drm-i915-Release-ctx-syncobj-on-final-put-not-on-ctx.patch
	patches.suse/0421-drm-i915-Get-PM-ref-before-accessing-HW-register.patch
	patches.suse/0422-drm-i915-selftests-Do-not-use-import_obj-uninitializ.patch
	patches.suse/0423-drm-i915-selftests-Always-initialize-err-in-igt_dmab.patch
	patches.suse/0424-drm-i915-Enable-Wsometimes-uninitialized.patch
	patches.suse/drm-amd-amdgpu-Increase-HWIP_MAX_INSTANCE-to-10.patch
	patches.suse/drm-amd-pm-fix-the-issue-of-uploading-powerplay-tabl.patch
	patches.suse/0001-drm-amdgpu-fix-use-after-free-during-BO-move.patch
	patches.suse/amd-display-downgrade-validation-failure-log-level.patch
	patches.suse/drm-amdgpu-use-IS_ERR-for-debugfs-APIs.patch
	patches.suse/drm-amdkfd-make-needs_pcie_atomics-FW-version-depend.patch
	patches.suse/drm-amd-display-Get-backlight-from-PWM-if-DMCU-is-no.patch
	patches.suse/drm-amd-display-dsc-mst-2-4K-displays-go-dark-with-2.patch
	patches.suse/drm-amd-display-Fix-unstable-HPCP-compliance-on-Chro.patch
	patches.suse/drm-amd-display-Link-training-retry-fix-for-abort-ca.patch
	patches.suse/drm-amdkfd-separate-kfd_iommu_resume-from-kfd_resume.patch
	patches.suse/drm-amdgpu-add-amdgpu_amdkfd_resume_iommu.patch
	patches.suse/drm-amdgpu-move-iommu_resume-before-ip-init-resume.patch
	patches.suse/drm-radeon-pass-drm-dev-radeon_agp_head_init-directl.patch
	patches.suse/drm-amd-pm-fix-runpm-hang-when-amdgpu-loaded-prior-t.patch
	patches.suse/amd-display-enable-panel-orientation-quirks.patch
	patches.suse/0001-drm-amd-display-Fix-white-screen-page-fault-for-gpuv.patch
	patches.suse/xen-balloon-use-a-kernel-thread-instead-a-workqueue.patch
	patches.suse/PM-base-power-don-t-try-to-use-non-existing-RTC-for-.patch
	patches.suse/xen-reset-legacy-rtc-flag-for-PV-domU.patch
	patches.suse/xen-fix-usage-of-pmd_populate-in-mremap-for-pv-guest.patch
	patches.suse/swiotlb-xen-avoid-double-free.patch
	patches.suse/swiotlb-xen-fix-late-init-retry.patch
	patches.suse/arm64-sve-Use-correct-size-when-reinitialising-SVE-s.patch
	patches.suse/arm64-Mark-__stack_chk_guard-as-__ro_after_init.patch
	patches.suse/blk-mq-avoid-to-iterate-over-stale-request.patch
	patches.suse/block-check-if-a-profile-is-actually-registered-in-b.patch
	patches.suse/block-flush-the-integrity-workqueue-in-blk_integrity.patch
	patches.suse/nvmet-fix-a-width-vs-precision-bug-in-nvmet_subsys_a.patch
	patches.suse/nvme-avoid-race-in-shutdown-namespace-removal.patch
	patches.suse/nvme-multipath-fix-ANA-state-updates-when-a-namespac.patch
	patches.suse/nvme-rdma-destroy-cm-id-before-destroy-qp-to-avoid-u.patch
	patches.suse/nvme-tcp-fix-io_work-priority-inversion.patch
	patches.suse/blkcg-fix-memory-leak-in-blk_iolatency_init.patch
	patches.suse/blk-cgroup-fix-UAF-by-grabbing-blkcg-lock-before-des.patch
	patches.suse/io_uring-ensure-symmetry-in-handling-iter-types-in-l.patch
	patches.suse/io_uring-allow-retry-for-O_NONBLOCK-if-async-is-supp.patch
	patches.suse/iov_iter-add-helper-to-save-iov_iter-state.patch
	patches.suse/io_uring-use-iov_iter-state-save-restore-helpers.patch
	patches.suse/Revert-iov_iter-track-truncated-size.patch
	patches.suse/PCI-VPD-Defer-VPD-sizing-until-first-access.patch
	patches.suse/PCI-ACPI-Don-t-reset-a-fwnode-set-by-OF.patch
	patches.suse/PCI-Add-AMD-GPU-multi-function-power-dependencies.patch
	patches.suse/dma-mapping-fix-the-kerneldoc-for-dma_map_sg_attrs.patch
	patches.suse/dma-debug-prevent-an-error-message-from-causing-runt.patch
	patches.suse/sparc32-page-align-size-in-arch_dma_alloc.patch
	patches.suse/cpufreq-intel_pstate-Override-parameters-if-HWP-forc.patch
	patches.suse/cpufreq-schedutil-Destroy-mutex-before-kobject_put-f.patch
	patches.suse/spi-Fix-tegra20-build-with-CONFIG_PM-n.patch
	patches.suse/dt-bindings-net-dsa-sja1105-update-nxp-sja1105.yaml-.patch
	patches.suse/dt-bindings-arm-Fix-Toradex-compatible-typo.patch
	patches.suse/s390-pci_mmio-fully-validate-the-VMA-before-calling-.patch
	patches.suse/s390-sclp-fix-Secure-IPL-facility-detection.patch
	patches.suse/Revert-drm-vc4-hdmi-runtime-PM-changes.patch
	patches.suse/perf-machine-Initialize-srcline-string-member-in-add.patch
	patches.suse/libperf-evsel-Make-use-of-FD-robust.patch
	patches.suse/gen_compile_commands-fix-missing-sys-package.patch
	patches.suse/powerpc-64s-system-call-scv-tabort-fix-for-corrupt-i.patch
	patches.suse/powerpc-64s-system-call-rfscv-workaround-for-TM-bugs.patch
	patches.suse/KVM-PPC-Book3S-HV-Tolerate-treclaim.-in-fake-suspend.patch
	patches.suse/powerpc-mce-Fix-access-error-in-mce-handler.patch
	patches.suse/locking-rwbase-Properly-match-set_and_save_state-to-.patch
	patches.suse/locking-rwbase-Extract-__rwbase_write_trylock.patch
	patches.suse/locking-rwbase-Take-care-of-ordering-guarantee-for-f.patch
	patches.suse/events-Reuse-value-read-using-READ_ONCE-instead-of-r.patch
	patches.suse/x86-pat-Pass-valid-address-to-sanitize_phys.patch
	patches.suse/x86-mm-Fix-kern_addr_valid-to-cope-with-existing-but.patch
	patches.suse/x86-mce-avoid-infinite-loop-for-copy-from-user-recovery.patch
	patches.suse/sparc64-fix-pci_iounmap-when-CONFIG_PCI-is-not-set.patch
	patches.suse/drm-nouveau-nvkm-Replace-ENOSYS-with-ENODEV.patch
	patches.suse/regulator-qcom-rpmh-regulator-fix-pm8009-1-ldo7-reso.patch
	patches.suse/regulator-max14577-Revert-regulator-max14577-Add-pro.patch
	patches.suse/spi-rockchip-handle-zero-length-transfers-without-ti.patch
	patches.suse/cifs-remove-pathname-for-file-from-SPDX-header.patch
	patches.suse/cifs-fix-incorrect-kernel-doc-comments.patch
	patches.suse/cifs-Deferred-close-performance-improvements.patch
	patches.suse/cifs-Fix-soft-lockup-during-fsstress.patch
	patches.suse/cifs-Not-to-defer-close-on-file-when-lock-is-set.patch
	patches.suse/afs-Fix-page-leak.patch
	patches.suse/afs-Add-missing-vnode-validation-checks.patch
	patches.suse/afs-Fix-incorrect-triggering-of-sillyrename-on-3rd-p.patch
	patches.suse/afs-Fix-corruption-in-reads-at-fpos-2G-4G-from-an-Op.patch
	patches.suse/afs-Fix-updating-of-i_blocks-on-file-dir-extension.patch
	patches.suse/qnx4-work-around-gcc-false-positive-warning-bug.patch
	patches.suse/s390-bpf-Fix-branch-shortening-during-codegen-pass.patch
	patches.suse/s390-bpf-Fix-64-bit-subtraction-of-the-0x80000000-co.patch
	patches.suse/s390-bpf-Fix-optimizing-out-zero-extensions.patch
	patches.suse/platform-x86-intel-punit_ipc-Drop-wrong-use-of-ACPI_.patch
	patches.suse/platform-x86-touchscreen_dmi-Add-info-for-the-Chuwi-.patch
	patches.suse/platform-x86-touchscreen_dmi-Update-info-for-the-Chu.patch
	patches.suse/platform-x86-amd-pmc-Increase-the-response-register-.patch
	patches.suse/platform-x86-dell-fix-DELL_WMI_PRIVACY-dependencies-.patch
	patches.suse/platform-x86-intel-hid-Add-DMI-switches-allow-list.patch
	patches.suse/platform-x86-gigabyte-wmi-add-support-for-B550I-Aoru.patch
	patches.suse/NLM-Fix-svcxdr_encode_owner.patch
	patches.suse/nfsd-back-channel-stuck-in-SEQ4_STATUS_CB_PATH_DOWN.patch
	patches.suse/spi-Revert-modalias-changes.patch
	patches.suse/init-Revert-accidental-changes-to-print-irqs_disable.patch
	patches.suse/net-hso-fix-muxed-tty-registration.patch
	patches.suse/net-dsa-bcm_sf2-Fix-array-overrun-in-bcm_sf2_num_act.patch
	patches.suse/net-mdio-introduce-a-shutdown-method-to-mdio-device-.patch
	patches.suse/net-dsa-be-compatible-with-masters-which-unregister-.patch
	patches.suse/net-dsa-hellcreek-be-compatible-with-masters-which-u.patch
	patches.suse/net-dsa-microchip-ksz8863-be-compatible-with-masters.patch
	patches.suse/net-dsa-xrs700x-be-compatible-with-masters-which-unr.patch
	patches.suse/xen-netback-correct-success-error-reporting-for-the-.patch
	patches.suse/virtio-net-fix-pages-leaking-when-building-skb-in-bi.patch
	patches.suse/enetc-Fix-illegal-access-when-reading-affinity_hint.patch
	patches.suse/enetc-Fix-uninitialized-struct-dim_sample-field-usag.patch
	patches.suse/igc-fix-build-errors-for-PTP.patch
	patches.suse/net-core-Correct-the-sock-sk_lock.owned-lockdep-anno.patch
	patches.suse/net-dsa-tear-down-devlink-port-regions-when-tearing-.patch
	patches.suse/net-bgmac-bcma-handle-deferred-probe-error-due-to-ma.patch
	patches.suse/net-mlx4_en-Resolve-bad-operstate-value.patch
	patches.suse/napi-fix-race-inside-napi_enable.patch
	patches.suse/nexthop-Fix-division-by-zero-while-replacing-a-resil.patch
	patches.suse/bnxt_en-Fix-TX-timeout-when-TX-ring-size-is-set-to-t.patch
	patches.suse/ptp-ocp-add-COMMON_CLK-dependency.patch
	patches.suse/net-hns3-fix-change-RSS-hfunc-ineffective-issue.patch
	patches.suse/net-hns3-fix-inconsistent-vf-id-print.patch
	patches.suse/net-hns3-fix-misuse-vf-id-and-vport-id-in-some-logs.patch
	patches.suse/net-hns3-check-queue-id-range-before-using.patch
	patches.suse/net-hns3-check-vlan-id-before-using-it.patch
	patches.suse/net-hns3-fix-a-return-value-error-in-hclge_get_reset.patch
	patches.suse/net-smc-add-missing-error-check-in-smc_clc_prfx_set.patch
	patches.suse/net-smc-fix-workqueue-leaked-lock-in-smc_conn_abort_.patch
	patches.suse/net-dsa-fix-dsa_tree_setup-error-path.patch
	patches.suse/net-dsa-don-t-allocate-the-slave_mii_bus-using-devre.patch
	patches.suse/net-dsa-realtek-register-the-MDIO-bus-under-devres.patch
	patches.suse/s390-qeth-fix-NULL-deref-in-qeth_clear_working_pool_.patch
	patches.suse/s390-qeth-Fix-deadlock-in-remove_discipline.patch
	patches.suse/s390-qeth-fix-deadlock-during-failing-recovery.patch
	patches.suse/qed-rdma-don-t-wait-for-resources-under-hw-error-rec.patch
	patches.suse/mptcp-ensure-tx-skbs-always-have-the-MPTCP-ext.patch
	patches.suse/nexthop-Fix-memory-leaks-in-nexthop-notification-cha.patch
	patches.suse/nfc-st-nci-Add-SPI-ID-matching-DT-compatible.patch
	patches.suse/net-ethernet-mtk_eth_soc-avoid-creating-duplicate-of.patch
	patches.suse/net-mscc-ocelot-fix-forwarding-from-BLOCKING-ports-r.patch
	patches.suse/net-mlx4_en-Don-t-allow-aRFS-for-encapsulated-packet.patch
	patches.suse/atlantic-Fix-issue-in-the-pm-resume-flow.patch
	patches.suse/KVM-rseq-Update-rseq-when-processing-NOTIFY_RESUME-o.patch
	patches.suse/selinux-smack-fix-subjective-objective-credential-us.patch
	patches.suse/btrfs-replace-BUG_ON-in-btrfs_csum_one_bio-with-prop.patch
	patches.suse/btrfs-fix-mount-failure-due-to-past-and-transient-de.patch
	patches.suse/btrfs-prevent-__btrfs_dump_space_info-to-underflow-i.patch
	patches.suse/drm-amdkfd-fix-dma-mapping-leaking-warning.patch
	patches.suse/drm-amd-pm-Update-intermediate-power-state-for-SI.patch
	patches.suse/drm-amdkfd-handle-svm-migrate-init-error.patch
	patches.suse/drm-amdkfd-fix-svm_migrate_fini-warning.patch
	patches.suse/0425-drm-i915-Update-memory-bandwidth-parameters.patch
	patches.suse/0426-drm-i915-Move-__i915_gem_free_object-to-ttm_bo_destr.patch
	patches.suse/0427-drm-i915-Free-all-DMC-payloads.patch
	patches.suse/mm-Fully-initialize-invalidate_lock-amend-lock-class.patch
	patches.suse/ext2-fix-sleeping-in-atomic-bugs-on-error.patch
	patches.suse/arm64-add-MTE-supported-check-to-thread-switching-an.patch
	patches.suse/arm64-Mitigate-MTE-issues-with-str-n-cmp.patch
	patches.suse/kselftest-arm64-signal-Skip-tests-if-required-featur.patch
	patches.suse/arm64-Restore-forced-disabling-of-KPTI-on-ThunderX.patch
	patches.suse/Revert-ACPI-Add-memory-semantics-to-acpi_os_map_memo.patch
	patches.suse/software-node-balance-refcount-for-managed-software-.patch
	patches.suse/gpiolib-acpi-Make-set-debounce-timeout-failures-non-.patch
	patches.suse/gpio-uniphier-Fix-void-functions-to-remove-return-va.patch
	patches.suse/usb-testusb-Fix-for-showing-the-connection-speed.patch
	patches.suse/usb-gadget-u_audio-EP-OUT-bInterval-in-fback-frequen.patch
	patches.suse/usb-gadget-r8a66597-fix-a-loop-in-set_feature.patch
	patches.suse/usb-cdns3-fix-race-condition-before-setting-doorbell.patch
	patches.suse/usb-dwc2-check-return-value-after-calling-platform_g.patch
	patches.suse/USB-cdc-acm-fix-minor-number-release.patch
	patches.suse/Revert-USB-bcma-Add-a-check-for-devm_gpiod_get.patch
	patches.suse/usb-dwc3-core-balance-phy-init-and-exit.patch
	patches.suse/usb-dwc2-gadget-Fix-ISOC-flow-for-BDMA-and-Slave.patch
	patches.suse/usb-core-hcd-Modularize-HCD-stop-configuration-in-us.patch
	patches.suse/usb-dwc2-gadget-Fix-ISOC-transfer-complete-handling-.patch
	patches.suse/usb-gadget-f_uac2-Add-missing-companion-descriptor-f.patch
	patches.suse/usb-gadget-f_uac2-Populate-SS-descriptors-wBytesPerI.patch
	patches.suse/Re-enable-UAS-for-LaCie-Rugged-USB3-FW-with-fk-quirk.patch
	patches.suse/usb-storage-Add-quirk-for-ScanLogic-SL11R-IDE-older-.patch
	patches.suse/usb-musb-tusb6010-uninitialized-data-in-tusb_fifo_wr.patch
	patches.suse/USB-serial-option-add-Telit-LN920-compositions.patch
	patches.suse/USB-serial-mos7840-remove-duplicated-0xac24-device-I.patch
	patches.suse/USB-serial-option-remove-duplicate-USB-device-ID.patch
	patches.suse/USB-serial-cp210x-fix-dropped-characters-with-CP2102.patch
	patches.suse/USB-serial-cp210x-add-ID-for-GW-Instek-GDM-834x-Digi.patch
	patches.suse/USB-serial-option-add-device-id-for-Foxconn-T99W265.patch
	patches.suse/serial-8250-8250_omap-Fix-RX_LVL-register-offset.patch
	patches.suse/serial-mvebu-uart-fix-driver-s-tx_empty-callback.patch
	patches.suse/tty-synclink_gt-rename-a-conflicting-function-name.patch
	patches.suse/staging-greybus-uart-fix-tty-use-after-free.patch
	patches.suse/binder-fix-freeze-race.patch
	patches.suse/binder-make-sure-fd-closes-complete.patch
	patches.suse/misc-genwqe-Fixes-DMA-mask-setting.patch
	patches.suse/mcb-fix-error-handling-in-mcb_alloc_bus.patch
	patches.suse/habanalabs-gaudi-use-direct-MSI-in-single-mode.patch
	patches.suse/habanalabs-fail-collective-wait-when-not-supported.patch
	patches.suse/habanalabs-gaudi-fix-LBW-RR-configuration.patch
	patches.suse/fpga-machxo2-spi-Return-an-error-on-failure.patch
	patches.suse/fpga-machxo2-spi-Fix-missing-error-code-in-machxo2_w.patch
	patches.suse/misc-bcm-vk-fix-tty-registration-race.patch
	patches.suse/comedi-Fix-memory-leak-in-compat_insnlist.patch
	patches.suse/cifs-fix-a-sign-extension-bug.patch
	patches.suse/cifs-Deal-with-some-warnings-from-W-1.patch
	patches.suse/cifs-Clear-modified-attribute-bit-from-inode-flags.patch
	patches.suse/smb3-correct-smb3-ACL-security-descriptor.patch
	patches.suse/smb3-correct-server-pointer-dereferencing-check-to-be-more-consiste.patch
	patches.suse/cifs-fix-incorrect-check-for-null-pointer-in-header_.patch
	patches.suse/erofs-fix-up-erofs_lookup-tracepoint.patch
	patches.suse/selftests-be-sure-to-make-khdr-before-other-targets.patch
	patches.suse/selftests-kvm-fix-get_warnings_count-ignoring-fscanf.patch
	patches.suse/selftests-kvm-fix-get_trans_hugepagesz-ignoring-fsca.patch
	patches.suse/selftests-kvm-move-get_run_delay-into-lib-test_util.patch
	patches.suse/selftests-kvm-fix-get_run_delay-ignoring-fscanf-retu.patch
	patches.suse/Xen-gntdev-don-t-ignore-kernel-unmapping-error.patch
	patches.suse/swiotlb-xen-ensure-to-issue-well-formed-XENMEM_excha.patch
	patches.suse/xen-balloon-fix-balloon-kthread-freezing.patch
	patches.suse/xen-x86-fix-PV-trap-handling-on-secondary-processors.patch
	patches.suse/md-fix-a-lock-order-reversal-in-md_alloc.patch
	patches.suse/nvme-fc-update-hardware-queues-before-using-them.patch
	patches.suse/nvme-fc-avoid-race-between-time-out-and-tear-down.patch
	patches.suse/nvme-fc-remove-freeze-unfreeze-around-update_nr_hw_q.patch
	patches.suse/nvme-tcp-fix-incorrect-h2cdata-pdu-offset-accounting.patch
	patches.suse/nvme-keep-ctrl-namespaces-ordered.patch
	patches.suse/block-don-t-call-rq_qos_ops-done_bio-if-the-bio-isn-.patch
	patches.suse/blktrace-Fix-uaf-in-blk_trace-access-after-removing-.patch
	patches.suse/io_uring-fix-race-between-poll-completion-and-cancel.patch
	patches.suse/io_uring-fix-missing-set-of-EPOLLONESHOT-for-CQ-ring.patch
	patches.suse/io_uring-allow-conditional-reschedule-for-intensive-.patch
	patches.suse/io_uring-put-provided-buffer-meta-data-under-memcg-a.patch
	patches.suse/io_uring-don-t-punt-files-update-to-io-wq-unconditio.patch
	patches.suse/io_uring-kill-extra-checks-in-io_write.patch
	patches.suse/scsi-elx-efct-Fix-void-pointer-to-enum-cast-warning-.patch
	patches.suse/scsi-lpfc-Fix-CPU-to-from-endian-warnings-introduced.patch
	patches.suse/scsi-lpfc-Fix-compilation-errors-on-kernels-with-no-.patch
	patches.suse/scsi-lpfc-Remove-unneeded-variable.patch
	patches.suse/scsi-iscsi-Adjust-iface-sysfs-attr-detection.patch
	patches.suse/scsi-mpt3sas-Call-cpu_relax-before-calling-udelay.patch
	patches.suse/scsi-sd-Free-scsi_disk-device-via-put_device.patch
	patches.suse/scsi-sd_zbc-Ensure-buffer-size-is-aligned-to-SECTOR_.patch
	patches.suse/scsi-target-Fix-the-pgr-alua_support_store-functions.patch
	patches.suse/scsi-elx-efct-Do-not-hold-lock-while-calling-fc_vpor.patch
	patches.suse/scsi-megaraid-Fix-Coccinelle-warning.patch
	patches.suse/scsi-megaraid-Clean-up-some-inconsistent-indenting.patch
	patches.suse/scsi-mpt3sas-Clean-up-some-inconsistent-indenting.patch
	patches.suse/scsi-ufs-ufs-pci-Fix-Intel-LKF-link-stability.patch
	patches.suse/scsi-sd_zbc-Support-disks-with-more-than-2-32-logica.patch
	patches.suse/scsi-ufs-core-Unbreak-the-reset-handler.patch
	patches.suse/scsi-qla2xxx-Restore-initiator-in-dual-mode.patch
	patches.suse/scsi-lpfc-Fix-sprintf-overflow-in-lpfc_display_fpin_.patch
	patches.suse/scsi-lpfc-Use-correct-scnprintf-limit.patch
	patches.suse/scsi-lpfc-Fix-gcc-Wstringop-overread-warning-again.patch
	patches.suse/scsi-ses-Retry-failed-Send-Receive-Diagnostic-comman.patch
	patches.suse/mm-hwpoison-add-is_free_buddy_page-in-HWPoisonHandla.patch
	patches.suse/kasan-fix-Kconfig-check-of-CC_HAS_WORKING_NOSANITIZE.patch
	patches.suse/mm-shmem.c-fix-judgment-error-in-shmem_is_huge.patch
	patches.suse/ocfs2-drop-acl-cache-for-directories-too.patch
	patches.suse/tools-vm-page-types-remove-dependency-on-opt_file-fo.patch
	patches.suse/mm-fs-invalidate-bh_lrus-for-only-cold-path.patch
	patches.suse/mm-debug-sync-up-MR_CONTIG_RANGE-and-MR_LONGTERM_PIN.patch
	patches.suse/sh-pgtable-3level-fix-cast-to-pointer-from-integer-o.patch
	patches.suse/kasan-always-respect-CONFIG_KASAN_STACK.patch
	patches.suse/mm-fix-uninitialized-use-in-overcommit_policy_handle.patch
	patches.suse/irqchip-armada-370-xp-Fix-ack-eoi-breakage.patch
	patches.suse/irqchip-goldfish-pic-Select-GENERIC_IRQ_CHIP-to-fix-.patch
	patches.suse/irqchip-gic-v3-its-Fix-potential-VPE-leak-on-error.patch
	patches.suse/irqchip-gic-Work-around-broken-Renesas-integration.patch
	patches.suse/posix-cpu-timers-Prevent-spuriously-armed-0-value-it.patch
	patches.suse/x86-fault-fix-wrong-signal-when-vsyscall-fails-with-pkey.patch
	patches.suse/x86-setup-Call-early_reserve_memory-earlier.patch
	patches.suse/x86-asm-fix-setz-size-enqcmds-build-failure.patch
	patches.suse/x86-insn-tools-x86-Fix-undefined-behavior-due-to-pot.patch
	patches.suse/thermal-drivers-int340x-Do-not-set-a-wrong-tcc-offse.patch
	patches.suse/thermal-core-Potential-buffer-overflow-in-thermal_bu.patch
	patches.suse/thermal-drivers-tsens-Fix-wrong-check-for-tzd-in-irq.patch
	patches.suse/edac-synopsys-fix-wrong-value-type-assignment-for-edac_mode.patch
	patches.suse/edac-dmc520-assign-the-proper-type-to-dimm-edac_mode.patch
	patches.suse/HID-betop-fix-slab-out-of-bounds-Write-in-betop_prob.patch
	patches.suse/HID-apple-Fix-logical-maximum-and-usage-maximum-of-M.patch
	patches.suse/HID-wacom-Add-new-Intuos-BT-CTL-4100WL-CTL-6100WL-de.patch
	patches.suse/HID-amd_sfh-Fix-potential-NULL-pointer-dereference.patch
	patches.suse/HID-u2fzero-ignore-incomplete-packets-without-data.patch
	patches.suse/HID-amd_sfh-Fix-potential-NULL-pointer-dereference-t.patch
	patches.suse/vboxfs-fix-broken-legacy-mount-signature-checking.patch
	patches.suse/watchdog-sb_watchdog-fix-compilation-problem-due-to-.patch
	patches.suse/media-hantro-Fix-check-for-single-irq.patch
	patches.suse/media-cedrus-Fix-SUNXI-tile-size-calculation.patch
	patches.suse/media-s5p-jpeg-rename-JPEG-marker-constants-to-preve.patch
	patches.suse/media-ir_toy-prevent-device-from-hanging-during-tran.patch
	patches.suse/KVM-x86-Mark-all-registers-as-avail-dirty-at-vCPU-cr.patch
	patches.suse/KVM-x86-Clear-KVM-s-cached-guest-CR3-at-RESET-INIT.patch
	patches.suse/selftests-KVM-Fix-check-for-POLLIN-in-demand_paging_.patch
	patches.suse/selftests-KVM-Align-SMCCC-call-with-the-spec-in-stea.patch
	patches.suse/KVM-VMX-Remove-defunct-nr_active_uret_msrs-field.patch
	patches.suse/KVM-x86-Handle-SRCU-initialization-failure-during-pa.patch
	patches.suse/KVM-do-not-shrink-halt_poll_ns-below-grow_start.patch
	patches.suse/KVM-SEV-Acquire-vcpu-mutex-when-updating-VMSA.patch
	patches.suse/KVM-SVM-fix-missing-sev_decommission-in-sev_receive_.patch
	patches.suse/KVM-SEV-Pin-guest-memory-for-write-for-RECEIVE_UPDAT.patch
	patches.suse/kvm-fix-wrong-exception-emulation-in-check_rdtsc.patch
	patches.suse/KVM-nVMX-Fix-nested-bus-lock-VM-exit.patch
	patches.suse/KVM-SEV-Update-svm_vm_copy_asid_from-for-SEV-ES.patch
	patches.suse/KVM-SEV-Allow-some-commands-for-mirror-VM.patch
	patches.suse/KVM-x86-Fix-stack-out-of-bounds-memory-access-from-i.patch
	patches.suse/KVM-Clean-up-benign-vcpu-cpu-data-races-when-kicking.patch
	patches.suse/KVM-nVMX-Filter-out-all-unsupported-controls-when-eV.patch
	patches.suse/KVM-x86-nSVM-restore-the-L1-host-state-prior-to-resu.patch
	patches.suse/KVM-x86-reset-pdptrs_from_userspace-when-exiting-smm.patch
	patches.suse/kvm-x86-Add-AMD-PMU-MSRs-to-msrs_to_save_all.patch
	patches.suse/KVM-x86-nSVM-restore-int_vector-in-svm_clear_vintr.patch
	patches.suse/KVM-x86-nSVM-test-eax-for-4K-alignment-for-GP-errata.patch
	patches.suse/KVM-x86-nSVM-don-t-copy-virt_ext-from-vmcb12.patch
	patches.suse/KVM-X86-Fix-missed-remote-tlb-flush-in-rmap_write_pr.patch
	patches.suse/KVM-X86-Synchronize-the-shadow-pagetable-before-link.patch
	patches.suse/selftests-KVM-Explicitly-use-movq-to-read-xmm-regist.patch
	patches.suse/KVM-arm64-nvhe-Fix-missing-FORCE-for-hyp-reloc.S-bui.patch
	patches.suse/KVM-arm64-Fix-PMU-probe-ordering.patch
	patches.suse/perf-test-Fix-DWARF-unwind-for-optimized-builds.patch
	patches.suse/perf-iostat-Use-system-wide-mode-if-the-target-cpu_l.patch
	patches.suse/perf-iostat-Fix-Segmentation-fault-from-NULL-struct-.patch
	patches.suse/mmc-renesas_sdhi-fix-regression-with-hard-reset-on-o.patch
	patches.suse/vduse-missing-error-code-in-vduse_init.patch
	patches.suse/vduse-Cleanup-the-old-kernel-states-after-reset-fail.patch
	patches.suse/vdpa-mlx5-Clear-ready-indication-for-control-VQ.patch
	patches.suse/vdpa-mlx5-Avoid-executing-set_vq_ready-if-device-is-.patch
	patches.suse/vdpa-potential-uninitialized-return-in-vhost_vdpa_va.patch
	patches.suse/fs-verity-fix-signed-integer-overflow-with-i_size-ne.patch
	patches.suse/NIOS2-fix-kconfig-unmet-dependency-warning-for-SERIA.patch
	patches.suse/NIOS2-setup.c-drop-unused-variable-dram_start.patch
	patches.suse/m68k-Handle-arrivals-of-multiple-signals-correctly.patch
	patches.suse/m68k-Update-thread.esp0-before-calling-syscall_trace.patch
	patches.suse/pinctrl-amd-Add-irq-field-data.patch
	patches.suse/pinctrl-amd-Handle-wake-up-interrupt.patch
	patches.suse/pinctrl-qcom-spmi-gpio-correct-parent-irqspec-transl.patch
	patches.suse/pinctrl-qcom-sc7280-Add-PM-suspend-callbacks.patch
	patches.suse/crypto_ccp-fix_resource_leaks_in_ccp_run_aes_gcm_cmd.patch
	patches.suse/ALSA-oxfw-fix-transmission-method-for-Loud-models-ba.patch
	patches.suse/Revert-ALSA-hda-Drop-workaround-for-a-hang-at-shutdo.patch
	patches.suse/ALSA-usb-audio-Unify-mixer-resume-and-reset_resume-p.patch
	patches.suse/ALSA-hda-realtek-Quirks-to-enable-speaker-output-for.patch
	patches.suse/ALSA-hda-cs8409-Setup-Dolphin-Headset-Mic-as-Phantom.patch
	patches.suse/ASoC-Intel-sof_sdw-tag-SoundWire-BEs-as-non-atomic.patch
	patches.suse/ASoC-mediatek-common-handle-NULL-case-in-suspend-res.patch
	patches.suse/ASoC-fsl_sai-register-platform-component-before-regi.patch
	patches.suse/ASoC-fsl_esai-register-platform-component-before-reg.patch
	patches.suse/ASoC-fsl_micfil-register-platform-component-before-r.patch
	patches.suse/ASoC-fsl_spdif-register-platform-component-before-re.patch
	patches.suse/ASoC-fsl_xcvr-register-platform-component-before-reg.patch
	patches.suse/ASoC-SOF-Fix-DSP-oops-stack-dump-output-contents.patch
	patches.suse/ASoC-SOF-imx-imx8-Bar-index-is-only-valid-for-IRAM-a.patch
	patches.suse/ASoC-SOF-imx-imx8m-Bar-index-is-only-valid-for-IRAM-.patch
	patches.suse/ASoC-SOF-loader-release_firmware-on-load-failure-to-.patch
	patches.suse/ASoC-SOF-loader-Re-phrase-the-missing-firmware-error.patch
	patches.suse/ASoC-SOF-trace-Omit-error-print-when-waking-up-trace.patch
	patches.suse/ALSA-firewire-motu-fix-truncated-bytes-in-message-tr.patch
	patches.suse/ALSA-rawmidi-introduce-SNDRV_RAWMIDI_IOCTL_USER_PVER.patch
	patches.suse/IB-qib-Fix-clang-confusion-of-NULL-pointer-compariso.patch
	patches.suse/IB-cma-Do-not-send-IGMP-leaves-for-sendonly-Multicas.patch
	patches.suse/RDMA-cma-Fix-listener-leak-in-rdma_cma_listen_on_all.patch
	patches.suse/RDMA-irdma-Skip-CQP-ring-during-a-reset.patch
	patches.suse/RDMA-irdma-Validate-number-of-CQ-entries-on-create-C.patch
	patches.suse/RDMA-irdma-Report-correct-WC-error-when-transport-re.patch
	patches.suse/RDMA-irdma-Report-correct-WC-error-when-there-are-MW.patch
	patches.suse/RDMA-cma-Do-not-change-route.addr.src_addr.ss_family.patch
	patches.suse/RDMA-cma-Ensure-rdma_addr_cancel-happens-before-issu.patch
	patches.suse/RDMA-hns-Work-around-broken-constant-propagation-in-.patch
	patches.suse/RDMA-usnic-Lock-VF-with-mutex-instead-of-spinlock.patch
	patches.suse/RDMA-hfi1-Fix-kernel-pointer-leak.patch
	patches.suse/RDMA-hns-Fix-the-size-setting-error-when-copying-CQE.patch
	patches.suse/RDMA-hns-Add-the-check-of-the-CQE-size-of-the-user-s.patch
	patches.suse/gpio-pca953x-do-not-ignore-i2c-errors.patch
	patches.suse/sctp-break-out-if-skb_header_pointer-returns-NULL-in.patch
	patches.suse/mptcp-don-t-return-sockets-in-foreign-netns.patch
	patches.suse/mptcp-allow-changing-the-backup-bit-when-no-sockets-.patch
	patches.suse/net-enetc-fix-the-incorrect-clearing-of-IF_MODE-bits.patch
	patches.suse/net-ipv4-Fix-rtnexthop-len-when-RTA_FLOW-is-present.patch
	patches.suse/smsc95xx-fix-stalled-rx-after-link-change.patch
	patches.suse/drivers-net-mhi-fix-error-path-in-mhi_net_newlink.patch
	patches.suse/netfilter-ipset-Fix-oversized-kvmalloc-calls.patch
	patches.suse/ipvs-check-that-ip_vs_conn_tab_bits-is-between-8-and.patch
	patches.suse/netfilter-ip6_tables-zero-initialize-fragment-offset.patch
	patches.suse/netfilter-nf_tables-unlink-table-before-deleting-it.patch
	patches.suse/netfilter-nf_tables-Fix-oversized-kvmalloc-calls.patch
	patches.suse/netfilter-nf_nat_masquerade-make-async-masq_inet6_ev.patch
	patches.suse/netfilter-nf_nat_masquerade-defer-conntrack-walk-to-.patch
	patches.suse/netfilter-log-work-around-missing-softdep-backend-mo.patch
	patches.suse/netfilter-conntrack-serialize-hash-resizes-and-clean.patch
	patches.suse/net-prevent-user-from-passing-illegal-stab-size.patch
	patches.suse/net-bgmac-platform-handle-mac-address-deferral.patch
	patches.suse/Revert-ibmvnic-check-failover_pending-in-login-respo.patch
	patches.suse/net-mdiobus-Fix-memory-leak-in-__mdiobus_register.patch
	patches.suse/dsa-mv88e6xxx-6161-Use-chip-wide-MAX-MTU.patch
	patches.suse/dsa-mv88e6xxx-Fix-MTU-definition.patch
	patches.suse/dsa-mv88e6xxx-Include-tagger-overhead-when-setting-M.patch
	patches.suse/Revert-mac80211-do-not-use-low-data-rates-for-data-f.patch
	patches.suse/mac80211-Fix-ieee80211_amsdu_aggregate-frag_tail-bug.patch
	patches.suse/mac80211-Drop-frames-from-invalid-MAC-address-in-ad-.patch
	patches.suse/mac80211-limit-injected-vht-mcs-nss-in-ieee80211_par.patch
	patches.suse/mac80211-mesh-fix-potentially-unaligned-access.patch
	patches.suse/mac80211-hwsim-fix-late-beacon-hrtimer-handling.patch
	patches.suse/mac80211-fix-use-after-free-in-CCMP-GCMP-RX.patch
	patches.suse/mac80211-check-return-value-of-rhashtable_init.patch
	patches.suse/net-phy-enhance-GPY115-loopback-disable-function.patch
	patches.suse/net-ks8851-fix-link-error.patch
	patches.suse/e100-fix-length-calculation-in-e100_get_regs_len.patch
	patches.suse/e100-fix-buffer-overrun-in-e100_get_regs.patch
	patches.suse/ionic-fix-gathering-of-debug-stats.patch
	patches.suse/net-sun-SUNVNET_COMMON-should-depend-on-INET.patch
	patches.suse/net-udp-annotate-data-race-around-udp_sk-sk-corkflag.patch
	patches.suse/net-hns3-fix-hclge_dbg_dump_tm_pg-stack-usage.patch
	patches.suse/bpf-Handle-return-value-of-BPF_PROG_TYPE_STRUCT_OPS-.patch
	patches.suse/bpf-mips-Validate-conditional-branch-offsets.patch
	patches.suse/bpf-Exempt-CAP_BPF-from-checks-against-bpf_jit_limit.patch
	patches.suse/libbpf-Fix-segfault-in-static-linker-for-objects-wit.patch
	patches.suse/bpf-cgroup-Assign-cgroup-in-cgroup_sk_alloc-when-cal.patch
	patches.suse/bpf-test-cgroup-Use-sk_-alloc-free-for-test-cases.patch
	patches.suse/selftests-bpf-Fix-makefile-dependencies-on-libbpf.patch
	patches.suse/selftests-bpf-test_lwt_ip_encap-Really-disable-rp_fi.patch
	patches.suse/bpf-x86-Fix-bpf-mapping-of-atomic-fetch-implementati.patch
	patches.suse/ixgbe-Fix-NULL-pointer-dereference-in-ixgbe_xdp_setu.patch
	patches.suse/net-hns3-do-not-allow-call-hns3_nic_net_open-repeate.patch
	patches.suse/net-hns3-remove-tc-enable-checking.patch
	patches.suse/net-hns3-don-t-rollback-when-destroy-mqprio-fail.patch
	patches.suse/net-hns3-fix-mixed-flag-HCLGE_FLAG_MQPRIO_ENABLE-and.patch
	patches.suse/net-hns3-fix-show-wrong-state-when-add-existing-uc-m.patch
	patches.suse/net-hns3-PF-enable-promisc-for-VF-when-mac-table-is-.patch
	patches.suse/net-hns3-fix-always-enable-rx-vlan-filter-problem-af.patch
	patches.suse/net-hns3-disable-firmware-compatible-features-when-u.patch
	patches.suse/net-phy-bcm7xxx-Fixed-indirect-MMD-operations.patch
	patches.suse/net-introduce-and-use-lock_sock_fast_nested.patch
	patches.suse/net-sched-flower-protect-fl_walk-with-rcu.patch
	patches.suse/net-dev_addr_list-handle-first-address-in-__hw_addr_.patch
	patches.suse/net-stmmac-fix-EEE-init-issue-when-paired-with-EEE-c.patch
	patches.suse/af_unix-fix-races-in-sk_peer_pid-and-sk_peer_cred-ac.patch
	patches.suse/iommu-dart-remove-iommu_flush_ops
	patches.suse/iommu-vt-d-drop-0x-prefix-from-pci-bus-device-addresses
	patches.suse/iommu-dart-clear-sid2group-entry-when-a-group-is-freed
	patches.suse/drm-i915-gvt-fix-the-usage-of-ww-lock-in-gvt-schedul.patch
	patches.suse/0429-drm-i915-guc-docs-Fix-pdfdocs-build-error-by-removin.patch
	patches.suse/drm-i915-request-fix-early-tracepoints.patch
	patches.suse/drm-i915-Remove-warning-from-the-rps-worker.patch
	patches.suse/drm-amdgpu-fix-gart.bo-pin_count-leak.patch
	patches.suse/drm-amd-display-Fix-Display-Flicker-on-embedded-pane.patch
	patches.suse/drm-amdgpu-correct-initial-cp_hqd_quantum-for-gfx9.patch
	patches.suse/drm-amd-display-initialize-backlight_ramping_overrid.patch
	patches.suse/drm-amd-display-Pass-PCI-deviceid-into-DC.patch
	patches.suse/drm-amdgpu-check-tiling-flags-when-creating-FB-on-GF.patch
	patches.suse/drm-amdgpu-force-exit-gfxoff-on-sdma-resume-for-rmb-.patch
	patches.suse/KVM-VMX-Fix-a-TSX_CTRL_CPUID_CLEAR-field-mask-issue.patch
	patches.suse/x86-kvmclock-Move-this_cpu_pvti-into-kvmclock.h.patch
	patches.suse/ptp-Fix-ptp_kvm_getcrosststamp-issue-for-x86-ptp_kvm.patch
	patches.suse/KVM-x86-Swap-order-of-CPUID-entry-index-vs.-signific.patch
	patches.suse/0432-drm-i915-fix-blank-screen-booting-crashes.patch
	patches.suse/cachefiles-Fix-oops-in-trace_cachefiles_mark_buried-.patch
	patches.suse/ACPI-NFIT-Use-fallback-node-id-when-numa-info-in-NFI.patch
	patches.suse/io_uring-kill-fasync.patch
	patches.suse/nvme-add-command-id-quirk-for-apple-controllers.patch
	patches.suse/Revert-block-bfq-honor-already-setup-queue-merges.patch
	patches.suse/nbd-use-shifts-rather-than-multiplies.patch
	patches.suse/scsi-ufs-Fix-illegal-offset-in-UPIU-event-trace.patch
	patches.suse/scsi-ses-Fix-unsigned-comparison-with-less-than-zero.patch
	patches.suse/scsi-virtio_scsi-Fix-spelling-mistake-Unsupport-Unsu.patch
	patches.suse/scsi-qla2xxx-Fix-excessive-messages-during-device-lo.patch
	patches.suse/scsi-csiostor-Add-module-softdep-on-cxgb4.patch
	patches.suse/hwmon-k10temp-remove-residues-of-current-and-voltage.patch
	patches.suse/hwmon-mlxreg-fan-Return-non-zero-value-when-fan-curr.patch
	patches.suse/hwmon-tmp421-handle-I2C-errors.patch
	patches.suse/hwmon-tmp421-report-PVLD-condition-as-fault.patch
	patches.suse/hwmon-tmp421-fix-rounding-for-negative-values.patch
	patches.suse/hwmon-ltc2947-Properly-handle-errors-when-looking-fo.patch
	patches.suse/hwmon-occ-Fix-P10-VRM-temp-sensors.patch
	patches.suse/hwmon-pmbus-ibm-cffps-max_power_out-swap-changes.patch
	patches.suse/hwmon-pmbus-mp2975-Add-missed-POUT-attribute-for-pag.patch
	patches.suse/hwmon-w83791d-Fix-NULL-pointer-dereference-by-removi.patch
	patches.suse/hwmon-w83792d-Fix-NULL-pointer-dereference-by-removi.patch
	patches.suse/hwmon-w83793-Fix-NULL-pointer-dereference-by-removin.patch
	patches.suse/objtool-Teach-get_alt_entry-about-more-relocation-ty.patch
	patches.suse/perf-x86-Reset-destroy-callback-on-event-init-failur.patch
	patches.suse/perf-x86-intel-Update-event-constraints-for-ICX.patch
	patches.suse/perf-core-fix-userpage-time_enabled-of-inactive-even.patch
	patches.suse/sched-fair-Add-ancestors-of-unthrottled-undecayed-cfs_rq.patch
	patches.suse/sched-fair-Null-terminate-buffer-when-updating-tunable_scaling.patch
	patches.suse/sched-Always-inline-is_percpu_thread.patch
	patches.suse/debugfs-debugfs_create_file_size-use-IS_ERR-to-check.patch
	patches.suse/cpumask-Omit-terminating-null-byte-in-cpumap_print_-.patch
	patches.suse/driver-core-fw_devlink-Improve-handling-of-cyclic-de.patch
	patches.suse/driver-core-fw_devlink-Add-support-for-FWNODE_FLAG_N.patch
	patches.suse/net-mdiobus-Set-FWNODE_FLAG_NEEDS_CHILD_BOUND_ON_ADD.patch
	patches.suse/interconnect-qcom-sdm660-Fix-id-of-slv_cnoc_mnoc_cfg.patch
	patches.suse/interconnect-qcom-sdm660-Correct-NOC_QOS_PRIORITY-sh.patch
	patches.suse/ipack-ipoctal-fix-stack-information-leak.patch
	patches.suse/ipack-ipoctal-fix-tty-registration-race.patch
	patches.suse/ipack-ipoctal-fix-tty-registration-error-handling.patch
	patches.suse/ipack-ipoctal-fix-missing-allocation-failure-check.patch
	patches.suse/ipack-ipoctal-fix-module-reference-leak.patch
	patches.suse/kvm-fix-objtool-relocation-warning.patch
	patches.suse/objtool-print-out-the-symbol-type-when-complaining-a.patch
	patches.suse/ext4-add-error-checking-to-ext4_ext_replay_set_ibloc.patch
	patches.suse/ext4-check-and-update-i_disksize-properly.patch
	patches.suse/ext4-correct-the-error-path-of-ext4_write_inline_dat.patch
	patches.suse/ext4-limit-the-number-of-blocks-in-one-ADD_RANGE-TLV.patch
	patches.suse/ext4-fix-reserved-space-counter-leakage.patch
	patches.suse/ext4-fix-loff_t-overflow-in-ext4_max_bitmap_size.patch
	patches.suse/ext4-flush-s_error_work-before-journal-destroy-in-ex.patch
	patches.suse/ext4-fix-potential-infinite-loop-in-ext4_dx_readdir.patch
	patches.suse/elf-don-t-use-MAP_FIXED_NOREPLACE-for-elf-interprete.patch
	patches.suse/MIPS-Revert-add-support-for-buggy-MT7621S-core-detec.patch
	patches.suse/ovl-fix-missing-negative-dentry-check-in-ovl_rename.patch
	patches.suse/ovl-fix-IOCB_DIRECT-if-underlying-fs-doesn-t-support.patch
	patches.suse/dt-bindings-drm-bridge-ti-sn65dsi86-Fix-reg-value.patch
	patches.suse/msft-hv-2439-PCI-hv-Fix-sleep-while-in-non-sleep-context-when-rem.patch
	patches.suse/msft-hv-2440-hyper-v-Replace-uuid.h-with-types.h.patch
	patches.suse/msft-hv-2441-x86-hyperv-Avoid-erroneously-sending-IPI-to-self.patch
	patches.suse/Revert-net-mdiobus-Fix-memory-leak-in-__mdiobus_regi.patch
	patches.suse/phy-mdio-fix-memory-leak.patch
	patches.suse/iwlwifi-mvm-Fix-possible-NULL-dereference.patch
	patches.suse/iwlwifi-mvm-d3-Fix-off-by-ones-in-iwl_mvm_wowlan_get.patch
	patches.suse/iwlwifi-mvm-d3-missing-unlock-in-iwl_mvm_wowlan_prog.patch
	patches.suse/ath5k-fix-building-with-LEDS-m.patch
	patches.suse/iwlwifi-pcie-add-configuration-of-a-Wi-Fi-adapter-on.patch
	patches.suse/Revert-brcmfmac-use-ISO3166-country-code-and-0-rev-a.patch
	patches.suse/net-mlx5e-IPSEC-RX-enable-checksum-complete.patch
	patches.suse/net-mlx5e-Keep-the-value-for-maximum-number-of-chann.patch
	patches.suse/net-mlx5e-Improve-MQPRIO-resiliency.patch
	patches.suse/net-mlx5-E-Switch-Fix-double-allocation-of-acl-flow-.patch
	patches.suse/net-mlx5-Force-round-second-at-1PPS-out-start-time.patch
	patches.suse/net-mlx5-Avoid-generating-event-after-PPS-out-in-Rea.patch
	patches.suse/net-mlx5-Fix-length-of-irq_index-in-chars.patch
	patches.suse/net-mlx5-Fix-setting-number-of-EQs-of-SFs.patch
	patches.suse/net-mlx5e-Fix-the-presented-RQ-index-in-PTP-stats.patch
	patches.suse/net-mlx5e-Mutually-exclude-setting-of-TX-port-TS-and.patch
	patches.suse/net_sched-fix-NULL-deref-in-fifo_set_limit.patch
	patches.suse/net-mscc-ocelot-fix-VCAP-filters-remaining-active-af.patch
	patches.suse/net-stmmac-dwmac-rk-Fix-ethernet-on-rk3399-based-dev.patch
	patches.suse/netfilter-conntrack-fix-boot-failure-with-nf_conntra.patch
	patches.suse/netfilter-nf_tables-add-position-handle-in-event-not.patch
	patches.suse/netfilter-nf_tables-reverse-order-in-rule-replacemen.patch
	patches.suse/netfilter-nf_tables-honor-NLM_F_CREATE-and-NLM_F_EXC.patch
	patches.suse/powerpc-fsl-dts-Fix-phy-connection-type-for-fm1mac3.patch
	patches.suse/ptp_pch-Load-module-automatically-if-ID-matches.patch
	patches.suse/dsa-tag_dsa-Fix-mask-for-trunked-packets.patch
	patches.suse/etherdevice-use-__dev_addr_set.patch
	patches.suse/r8152-avoid-to-resubmit-rx-immediately.patch
	patches.suse/net-bridge-use-nla_total_size_64bit-in-br_get_linkxs.patch
	patches.suse/net-bridge-fix-under-estimation-in-br_get_linkxstats.patch
	patches.suse/net-sched-sch_taprio-properly-cancel-timer-from-tapr.patch
	patches.suse/net-sfp-Fix-typo-in-state-machine-debug-string.patch
	patches.suse/net-pcs-xpcs-fix-incorrect-CL37-AN-sequence.patch
	patches.suse/netlink-annotate-data-races-around-nlk-bound.patch
	patches.suse/net-pcs-xpcs-fix-incorrect-steps-on-disable-EEE.patch
	patches.suse/net-stmmac-trigger-PCS-EEE-to-turn-off-on-link-down.patch
	patches.suse/gve-Correct-available-tx-qpl-check.patch
	patches.suse/gve-Avoid-freeing-NULL-pointer.patch
	patches.suse/gve-Properly-handle-errors-in-gve_assign_qpl.patch
	patches.suse/rtnetlink-fix-if_nlmsg_stats_size-under-estimation.patch
	patches.suse/gve-fix-gve_get_stats.patch
	patches.suse/gve-report-64bit-tx_bytes-counter-from-gve_handle_re.patch
	patches.suse/ionic-move-filter-sync_needed-bit-set.patch
	patches.suse/dt-bindings-net-dsa-marvell-fix-compatible-in-exampl.patch
	patches.suse/i40e-fix-endless-loop-under-rtnl.patch
	patches.suse/i40e-Fix-freeing-of-uninitialized-misc-IRQ-vector.patch
	patches.suse/iavf-fix-double-unlock-of-crit_lock.patch
	patches.suse/bpf-arm-Fix-register-clobbering-in-div-mod-implement.patch
	patches.suse/bpf-Fix-integer-overflow-in-prealloc_elems_and_freel.patch
	patches.suse/libbpf-Fix-segfault-in-light-skeleton-for-objects-wi.patch
	patches.suse/libbpf-Fix-memory-leak-in-strset.patch
	patches.suse/net-prefer-socket-bound-to-interface-when-not-in-VRF.patch
	patches.suse/perf-jevents-Free-the-sys_event_tables-list-after-pr.patch
	patches.suse/cachefiles-Fix-oops-with-cachefiles_cull-due-to-NULL.patch
	patches.suse/netfs-Fix-READ-WRITE-confusion-when-calling-iov_iter.patch
	patches.suse/afs-Fix-afs_launder_page-to-set-correct-start-file-p.patch
	patches.suse/ARM-at91-pm-do-not-panic-if-ram-controllers-are-not-.patch
	patches.suse/ARM-dts-at91-sama5d2_som1_ek-disable-ISC-node-by-def.patch
	patches.suse/tee-optee-shm_pool-fix-application-of-sizeof-to-poin.patch
	patches.suse/ARM-dts-qcom-apq8064-use-compatible-which-contains-c.patch
	patches.suse/ARM-dts-qcom-apq8064-Use-27MHz-PXO-clock-as-DSI-PLL-.patch
	patches.suse/arm-dts-vexpress-v2p-ca9-Fix-the-SMB-unit-address.patch
	patches.suse/Revert-arm64-dts-qcom-sc7280-Fixup-the-cpufreq-node.patch
	patches.suse/arm64-dts-qcom-pm8150-use-qcom-pm8998-pon-binding.patch
	patches.suse/soc-qcom-socinfo-Fixed-argument-passed-to-platform_s.patch
	patches.suse/soc-qcom-mdt_loader-Drop-PT_LOAD-check-on-hash-segme.patch
	patches.suse/ARM-defconfig-gemini-Restore-framebuffer.patch
	patches.suse/ARM-dts-imx6dl-yapp4-Fix-lp5562-LED-driver-probe.patch
	patches.suse/Revert-ARM-imx6q-drop-of_platform_default_populate-f.patch
	patches.suse/ARM-dts-imx-Add-missing-pinctrl-names-for-panel-on-M.patch
	patches.suse/ARM-dts-imx-Fix-USB-host-power-regulator-polarity-on.patch
	patches.suse/ARM-dts-imx6qdl-pico-Fix-Ethernet-support.patch
	patches.suse/ARM-imx_v6_v7_defconfig-enable-fb.patch
	patches.suse/ARM-dts-imx-change-the-spi-nor-tx.patch
	patches.suse/arm64-dts-imx8-change-the-spi-nor-tx.patch
	patches.suse/arm64-dts-imx8mm-kontron-n801x-som-do-not-allow-to-s.patch
	patches.suse/arm64-dts-ls1028a-fix-eSDHC2-node.patch
	patches.suse/ARM-imx6-disable-the-GIC-CPU-interface-before-callin.patch
	patches.suse/bus-ti-sysc-Add-break-in-switch-statement-in-sysc_in.patch
	patches.suse/soc-ti-omap-prm-Fix-external-abort-for-am335x-pruss.patch
	patches.suse/bus-ti-sysc-Use-CLKDM_NOAUTO-for-dra7-dcan1-for-erra.patch
	patches.suse/ARM-dts-omap3430-sdp-Fix-NAND-device-node.patch
	patches.suse/nfsd-fix-error-handling-of-register_pernet_subsys-in.patch
	patches.suse/nfsd4-Handle-the-NFSv4-READDIR-dircount-hint-being-z.patch
	patches.suse/SUNRPC-fix-sign-error-causing-rpcsec_gss-drops.patch
	patches.suse/NFSD-Keep-existing-listeners-on-portlist-error.patch
	patches.suse/drm-i915-audio-Use-BIOS-provided-value-for-RKL-HDA-l.patch
	patches.suse/drm-i915-Fix-runtime-pm-handling-in-i915_gem_shrink.patch
	patches.suse/drm-i915-tc-Fix-TypeC-port-init-resume-time-sanitiza.patch
	patches.suse/drm-i915-bdb-Fix-version-check.patch
	patches.suse/drm-i915-Extend-the-async-flip-VT-d-w-a-to-skl-bxt.patch
	patches.suse/drm-kmb-Enable-alpha-blended-second-plane.patch
	patches.suse/drm-sun4i-dw-hdmi-Fix-HDMI-PHY-clock-setup.patch
	patches.suse/drm-nouveau-kms-tu102-delay-enabling-cursor-until-af.patch
	patches.suse/drm-nouveau-ga102-support-ttm-buffer-moves-via-copy-.patch
	patches.suse/drm-nouveau-fifo-ga102-initialise-chid-on-return-fro.patch
	patches.suse/drm-panel-abt-y030xx067a-yellow-tint-fix.patch
	patches.suse/fbdev-simplefb-fix-Kconfig-dependencies.patch
	patches.suse/video-fbdev-gbefb-Only-instantiate-device-when-built.patch
	patches.suse/drm-nouveau-avoid-a-use-after-free-when-BO-init-fail.patch
	patches.suse/drm-nouveau-kms-nv50-fix-file-release-memory-leak.patch
	patches.suse/drm-nouveau-debugfs-fix-file-release-memory-leak.patch
	patches.suse/drm-amd-display-Fix-B0-USB-C-DP-Alt-mode.patch
	patches.suse/drm-amd-display-Fix-DCN3-B0-DP-Alt-Mapping.patch
	patches.suse/drm-amd-display-USB4-bring-up-set-correct-address.patch
	patches.suse/drm-amdkfd-fix-a-potential-ttm-sg-memory-leak.patch
	patches.suse/drm-amdgpu-During-s0ix-don-t-wait-to-signal-GFXOFF.patch
	patches.suse/drm-amdgpu-display-fix-dependencies-for-DRM_AMD_DC_S.patch
	patches.suse/drm-amdgpu-init-iommu-after-amdkfd-device-init.patch
	patches.suse/drm-amdgpu-handle-the-case-of-pci_channel_io_frozen-.patch
	patches.suse/drm-amd-display-Limit-display-scaling-to-up-to-4k-fo.patch
	patches.suse/drm-amd-display-Fix-detection-of-4-lane-for-DPALT.patch
	patches.suse/mmc-sdhci-of-at91-wait-for-calibration-done-before-p.patch
	patches.suse/mmc-sdhci-of-at91-replace-while-loop-with-read_poll_.patch
	patches.suse/mmc-meson-gx-do-not-use-memcpy_to-fromio-for-dram-ac.patch
	patches.suse/usb-xhci-tegra-mark-PM-functions-as-__maybe_unused.patch
	patches.suse/Partially-revert-usb-Kconfig-using-select-for-USB_CO.patch
	patches.suse/usb-typec-tipd-Remove-dependency-on-connector-child-.patch
	patches.suse/usb-typec-tcpci-don-t-handle-vSafe0V-event-if-it-s-n.patch
	patches.suse/usb-typec-tcpm-handle-SRC_STARTUP-state-if-cc-change.patch
	patches.suse/usb-chipidea-ci_hdrc_imx-Also-search-for-phys-phandl.patch
	patches.suse/usb-cdc-wdm-Fix-check-for-WWAN.patch
	patches.suse/usb-gadget-f_uac2-fixed-EP-IN-wMaxPacketSize.patch
	patches.suse/USB-cdc-acm-fix-racy-tty-buffer-accesses.patch
	patches.suse/USB-cdc-acm-fix-break-reporting.patch
	patches.suse/PCI-ACPI-Check-parent-pointer-in-acpi_pci_find_compa.patch
	patches.suse/xen-privcmd-fix-error-handling-in-mmap-resource-proc.patch
	patches.suse/xen-x86-prevent-PVH-type-from-getting-clobbered.patch
	patches.suse/xen-balloon-fix-cancelled-balloon-action.patch
	patches.suse/xtensa-use-CONFIG_USE_OF-instead-of-CONFIG_OF.patch
	patches.suse/xtensa-call-irqchip_init-only-when-CONFIG_USE_OF-is-.patch
	patches.suse/xtensa-xtfpga-use-CONFIG_USE_OF-instead-of-CONFIG_OF.patch
	patches.suse/xtensa-xtfpga-Try-software-restart-before-simulating.patch
	patches.suse/bpf-s390-Fix-potential-memory-leak-about-jit_data.patch
	patches.suse/s390-pci-fix-zpci_zdev_put-on-reserve.patch
	patches.suse/riscv-vdso-Refactor-asm-vdso.h.patch
	patches.suse/riscv-vdso-Move-vdso-data-page-up-front.patch
	patches.suse/riscv-vdso-make-arch_setup_additional_pages-wait-for.patch
	patches.suse/RISC-V-Include-clone3-on-rv32.patch
	patches.suse/riscv-Flush-current-cpu-icache-before-other-cpus.patch
	patches.suse/block-decode-QUEUE_FLAG_HCTX_ACTIVE-in-debugfs-outpu.patch
	patches.suse/scsi-ufs-core-Fix-task-management-completion.patch
	patches.suse/scsi-elx-efct-Delete-stray-unlock-statement
	patches.suse/scsi-lpfc-Fix-memory-overwrite-during-FC-GS-I-O-abor.patch
	patches.suse/scsi-iscsi-Fix-iscsi_task-use-after-free.patch
	patches.suse/i2c-acpi-fix-resource-leak-in-reconfiguration-device.patch
	patches.suse/i2c-mediatek-Add-OFFSET_EXT_CONF-setting-back.patch
	patches.suse/i2c-mlxcpld-Fix-criteria-for-frequency-setting.patch
	patches.suse/i2c-mlxcpld-Modify-register-setting-for-400KHz-frequ.patch
	patches.suse/x86-sev-Return-an-error-on-a-returned-non-zero-SW_EX.patch
	patches.suse/x86-hpet-Use-another-crystalball-to-evaluate-HPET-us.patch
	patches.suse/x86-resctrl-free-the-ctrlval-arrays-when-domain_setup_mon_state-fails.patch
	patches.suse/x86-entry-correct-reference-to-intended-config_64_bit.patch
	patches.suse/x86-entry-Clear-X86_FEATURE_SMAP-when-CONFIG_X86_SMA.patch
	patches.suse/x86-platform-olpc-Correct-ifdef-symbol-to-intended-C.patch
	patches.suse/x86-Kconfig-Correct-reference-to-MWINCHIP3D.patch
	patches.suse/x86-fpu-restore-the-masking-out-of-reserved-mxcsr-bits.patch
	patches.suse/objtool-Remove-reloc-symbol-type-checks-in-get_alt_e.patch
	patches.suse/objtool-Make-.altinstructions-section-entry-size-con.patch
	patches.suse/powerpc-iommu-Report-the-correct-most-efficient-DMA-.patch
	patches.suse/powerpc-lib-Add-helper-to-check-if-offset-is-within-.patch
	patches.suse/powerpc-bpf-Validate-branch-ranges.patch
	patches.suse/powerpc-bpf-Fix-BPF_MOD-when-imm-1.patch
	patches.suse/powerpc-bpf-Fix-BPF_SUB-when-imm-0x80000000.patch
	patches.suse/powerpc-security-Add-a-helper-to-query-stf_barrier-t.patch
	patches.suse/powerpc-bpf-Emit-stf-barrier-instruction-sequences-f.patch
	patches.suse/powerpc-bpf-ppc32-Fix-ALU32-BPF_ARSH-operation.patch
	patches.suse/powerpc-bpf-ppc32-Fix-JMP32_JSET_K.patch
	patches.suse/powerpc-bpf-ppc32-Do-not-emit-zero-extend-instructio.patch
	patches.suse/powerpc-bpf-ppc32-Fix-BPF_SUB-when-imm-0x80000000.patch
	patches.suse/powerpc-64s-fix-program-check-interrupt-emergency-st.patch
	patches.suse/powerpc-traps-do-not-enable-irqs-in-_exception.patch
	patches.suse/powerpc-64s-Fix-unrecoverable-MCE-calling-async-hand.patch
	patches.suse/powerpc-32s-Fix-kuap_kernel_restore.patch
	patches.suse/pseries-eeh-Fix-the-kdump-kernel-crash-during-eeh_ps.patch
	patches.suse/btrfs-unlock-newly-allocated-extent-buffer-after-err.patch
	patches.suse/btrfs-update-refs-for-any-root-except-tree-log-roots.patch
	patches.suse/btrfs-deal-with-errors-when-checking-if-a-dir-entry-.patch
	patches.suse/btrfs-deal-with-errors-when-replaying-dir-entry-duri.patch
	patches.suse/btrfs-deal-with-errors-when-adding-inode-reference-d.patch
	patches.suse/btrfs-unify-lookup-return-value-when-dir-entry-is-mi.patch
	patches.suse/btrfs-check-for-error-when-looking-up-inode-during-d.patch
	patches.suse/btrfs-fix-abort-logic-in-btrfs_replace_file_extents.patch
	patches.suse/workqueue-fix-state-dump-console-deadlock.patch
	patches.suse/kunit-fix-reference-count-leak-in-kfree_at_end.patch
	patches.suse/gcc-plugins-structleak-add-makefile-var-for-disablin.patch
	patches.suse/iio-test-format-build-kunit-tests-without-structleak.patch
	patches.suse/device-property-build-kunit-tests-without-structleak.patch
	patches.suse/thunderbolt-build-kunit-tests-without-structleak-plu.patch
	patches.suse/bitfield-build-kunit-tests-without-structleak-plugin.patch
	patches.suse/kunit-fix-kernel-doc-warnings-due-to-mismatched-arg-.patch
	patches.suse/platform-mellanox-mlxreg-io-Fix-argument-base-in-kst.patch
	patches.suse/platform-mellanox-mlxreg-io-Fix-read-access-of-n-byt.patch
	patches.suse/platform-x86-dell-Make-DELL_WMI_PRIVACY-depend-on-DE.patch
	patches.suse/platform-x86-intel_scu_ipc-Fix-busy-loop-expiry-time.patch
	patches.suse/platform-x86-intel_scu_ipc-Increase-virtual-timeout-.patch
	patches.suse/platform-x86-intel_scu_ipc-Update-timeout-value-in-c.patch
	patches.suse/platform-x86-amd-pmc-Add-alternative-acpi-id-for-PMC.patch
	patches.suse/platform-x86-gigabyte-wmi-add-support-for-B550-AORUS.patch
	patches.suse/platform-x86-intel_skl_int3472-Correct-null-check.patch
	patches.suse/arm64-hugetlb-fix-CMA-gigantic-page-order-for-non-4K.patch
	patches.suse/acpi-arm64-fix-next_platform_timer-section-mismatch-.patch
	patches.suse/module-fix-clang-CFI-with-MODULE_UNLOAD-n.patch
	patches.suse/ALSA-usb-audio-Fix-a-missing-error-check-in-scarlett.patch
	patches.suse/ALSA-hda-realtek-Enable-4-speaker-output-for-Dell-Pr.patch
	patches.suse/ALSA-seq-Fix-a-potential-UAF-by-wrong-private_free-c.patch
	patches.suse/ALSA-hda-Enable-headphone-mic-on-Dell-Latitude-lapto.patch
	patches.suse/ALSA-hda-realtek-Complete-partial-device-name-to-avo.patch
	patches.suse/ALSA-hda-realtek-Add-quirk-for-Clevo-X170KM-G.patch
	patches.suse/ALSA-usb-audio-Enable-rate-validation-for-Scarlett-d.patch
	patches.suse/ALSA-hda-realtek-ALC236-headset-MIC-recording-issue.patch
	patches.suse/ALSA-hda-realtek-Add-quirk-for-TongFang-PHxTxX1.patch
	patches.suse/ALSA-hda-intel-Allow-repeatedly-probing-on-codec-con.patch
	patches.suse/ALSA-hda-realtek-Fix-for-quirk-to-enable-speaker-out.patch
	patches.suse/ALSA-pcm-Workaround-for-a-wrong-offset-in-SYNC_PTR-c.patch
	patches.suse/ALSA-hda-realtek-Fix-the-mic-type-detection-issue-fo.patch
	patches.suse/ALSA-hda-avoid-write-to-STATESTS-if-controller-is-in.patch
	patches.suse/ALSA-usb-audio-Add-quirk-for-VF0770.patch
	patches.suse/mptcp-fix-possible-stall-on-recvmsg.patch
	patches.suse/net-stmmac-fix-get_hw_feature-on-old-hardware.patch
	patches.suse/net-stmmac-add-support-for-dwmac-3.40a.patch
	patches.suse/ARM-dts-spear3xx-Fix-gmac-node.patch
	patches.suse/net-smc-improved-fix-wait-on-already-cleared-link.patch
	patches.suse/nfc-nci-fix-the-UAF-of-rf_conn_info-object.patch
	patches.suse/mqprio-Correct-stats-in-mqprio_dump_class_stats.patch
	patches.suse/isdn-cpai-check-ctr-cnr-to-avoid-array-index-out-of-.patch
	patches.suse/msft-hv-2442-net-mana-Fix-error-handling-in-mana_create_rxq.patch
	patches.suse/ionic-don-t-remove-netdev-dev_addr-when-syncing-uc-l.patch
	patches.suse/isdn-mISDN-Fix-sleeping-function-called-from-invalid.patch
	patches.suse/qed-Fix-missing-error-code-in-qed_slowpath_start.patch
	patches.suse/net-phy-Do-not-shutdown-PHYs-in-READY-state.patch
	patches.suse/virtio-net-fix-for-skb_over_panic-inside-big-mode.patch
	patches.suse/net-dsa-mv88e6xxx-don-t-use-PHY_DETECT-on-internal-P.patch
	patches.suse/r8152-select-CRC32-and-CRYPTO-CRYPTO_HASH-CRYPTO_SHA.patch
	patches.suse/net-dsa-microchip-Added-the-condition-for-scheduling.patch
	patches.suse/ice-fix-locking-for-Tx-timestamp-tracking-flush.patch
	patches.suse/nfp-flow_offload-move-flow_indr_dev_register-from-ap.patch
	patches.suse/net-dsa-fix-spurious-error-message-when-unoffloaded-.patch
	patches.suse/net-mscc-ocelot-make-use-of-all-63-PTP-timestamp-ide.patch
	patches.suse/net-mscc-ocelot-avoid-overflowing-the-PTP-timestamp-.patch
	patches.suse/net-mscc-ocelot-warn-when-a-PTP-IRQ-is-raised-for-an.patch
	patches.suse/net-mscc-ocelot-deny-TX-timestamping-of-non-PTP-pack.patch
	patches.suse/net-mscc-ocelot-cross-check-the-sequence-id-from-the.patch
	patches.suse/net-dsa-tag_ocelot-break-circular-dependency-with-oc.patch
	patches.suse/net-dsa-tag_ocelot_8021q-break-circular-dependency-w.patch
	patches.suse/net-dsa-felix-purge-skb-from-TX-timestamping-queue-i.patch
	patches.suse/net-dsa-felix-break-at-first-CPU-port-during-init-an.patch
	patches.suse/net-arc-select-CRC32.patch
	patches.suse/net-korina-select-CRC32.patch
	patches.suse/net-mlx5-Fix-cleanup-of-bridge-delayed-work.patch
	patches.suse/net-mlx5e-Allow-only-complete-TXQs-partition-in-MQPR.patch
	patches.suse/net-mlx5e-Fix-memory-leak-in-mlx5_core_destroy_cq-er.patch
	patches.suse/net-mlx5e-Switchdev-representors-are-not-vlan-challe.patch
	patches.suse/net-mlx5e-Mutually-exclude-RX-FCS-and-RX-port-timest.patch
	patches.suse/net-mlx5e-Fix-division-by-0-in-mlx5e_select_queue-fo.patch
	patches.suse/net-encx24j600-check-error-in-devm_regmap_init_encx2.patch
	patches.suse/nfc-fix-error-handling-of-nfc_proto_register.patch
	patches.suse/NFC-digital-fix-possible-memory-leak-in-digital_tg_l.patch
	patches.suse/NFC-digital-fix-possible-memory-leak-in-digital_in_s.patch
	patches.suse/ethernet-s2io-fix-setting-mac-address-during-resume.patch
	patches.suse/mlxsw-thermal-Fix-out-of-bounds-memory-accesses.patch
	patches.suse/sctp-account-stream-padding-length-for-reconf-chunk.patch
	patches.suse/drm-msm-a6xx-Serialize-GMU-communication.patch
	patches.suse/drm-msm-a6xx-Track-current-ctx-by-seqno.patch
	patches.suse/drm-msm-submit-fix-overflow-check-on-64-bit-architec.patch
	patches.suse/drm-msm-dp-only-signal-audio-when-disconnected-detec.patch
	patches.suse/drm-msm-Avoid-potential-overflow-in-timeout_to_jiffi.patch
	patches.suse/drm-msm-mdp5-fix-cursor-related-warnings.patch
	patches.suse/drm-msm-Fix-null-pointer-dereference-on-pointer-edp.patch
	patches.suse/drm-msm-a4xx-fix-error-handling-in-a4xx_gpu_init.patch
	patches.suse/drm-msm-a3xx-fix-error-handling-in-a3xx_gpu_init.patch
	patches.suse/drm-msm-Do-not-run-snapshot-on-non-DPU-devices.patch
	patches.suse/drm-msm-dpu-Fix-address-of-SM8150-PINGPONG5-IRQ-regi.patch
	patches.suse/drm-msm-dsi-phy-fix-clock-names-in-28nm_8960-phy.patch
	patches.suse/drm-msm-dsi-dsi_phy_14nm-Take-ready-bit-into-account.patch
	patches.suse/drm-msm-dsi-Fix-an-error-code-in-msm_dsi_modeset_ini.patch
	patches.suse/drm-msm-dsi-fix-off-by-one-in-dsi_bus_clk_enable-err.patch
	patches.suse/0438-drm-i915-remember-to-call-i915_sw_fence_fini.patch
	patches.suse/0439-drm-i915-Fix-bug-in-user-proto-context-creation-that.patch
	patches.suse/0440-drm-i915-Free-the-returned-object-of-acpi_evaluate_d.patch
	patches.suse/drm-edid-In-connector_bad_edid-cap-num_of_ext-by-num.patch
	patches.suse/drm-fbdev-Clamp-fbdev-surface-size-if-too-large.patch
	patches.suse/drm-hyperv-Fix-double-mouse-pointers.patch
	patches.suse/drm-nouveau-fifo-Reinstate-the-correct-engine-bit-pr.patch
	patches.suse/drm-r128-fix-build-for-UML.patch
	patches.suse/drm-panel-olimex-lcd-olinuxino-select-CRC32.patch
	patches.suse/mtd-rawnand-qcom-Update-code-word-value-for-raw-read.patch
	patches.suse/spi-spidev-Add-SPI-ID-table.patch
	patches.suse/spi-atmel-Fix-PDC-transfer-setup-bug.patch
	patches.suse/spi-spi-nxp-fspi-don-t-depend-on-a-specific-node-nam.patch
	patches.suse/spi-bcm-qspi-clear-MSPI-spifie-interrupt-during-prob.patch
	patches.suse/spi-Fix-deadlock-when-adding-SPI-controllers-on-SPI-.patch
	patches.suse/spi-mux-Fix-false-positive-lockdep-splats.patch
	patches.suse/gpio-74x164-Add-SPI-device-ID-table.patch
	patches.suse/gpio-pca953x-Improve-bias-setting.patch
	patches.suse/ACPI-PM-Include-alternate-AMDI0005-id-in-special-beh.patch
	patches.suse/firmware-arm_ffa-Add-missing-remove-callback-to-ffa_.patch
	patches.suse/firmware-arm_ffa-Fix-__ffa_devices_unregister.patch
	patches.suse/ARM-dts-bcm283x-Fix-VEC-address-for-BCM2711.patch
	patches.suse/ARM-dts-bcm2711-fix-MDIO-address-and-size-cells.patch
	patches.suse/ARM-dts-bcm2711-rpi-4-b-fix-sd_io_1v8_reg-regulator-.patch
	patches.suse/ARM-dts-bcm2711-rpi-4-b-Fix-pcie0-s-unit-address-for.patch
	patches.suse/ARM-dts-bcm2711-rpi-4-b-Fix-usb-s-unit-address.patch
	patches.suse/tee-optee-Fix-missing-devices-unregister-during-opte.patch
	patches.suse/csky-don-t-let-sigreturn-play-with-priveleged-bits-o.patch
	patches.suse/csky-Fixup-regs.sr-broken-in-ptrace.patch
	patches.suse/s390-fix-strrchr-implementation.patch
	patches.suse/dm-rq-don-t-queue-request-to-blk-mq-during-DM-suspen.patch
	patches.suse/dm-fix-mempool-NULL-pointer-race-when-completing-IO.patch
	patches.suse/clk-socfpga-agilex-fix-duplicate-s2f_user0_clk.patch
	patches.suse/clk-renesas-r9a07g044-Mark-IA55_CLK-and-DMAC_ACLK-cr.patch
	patches.suse/clk-renesas-rzg2l-Fix-clk-status-function.patch
	patches.suse/tracing-Fix-missing-osnoise-tracer-on-max_latency.patch
	patches.suse/bootconfig-init-Fix-memblock-leak-in-xbc_make_cmdlin.patch
	patches.suse/nds32-ftrace-Fix-Error-invalid-operands-UND-and-UND-.patch
	patches.suse/libperf-test-evsel-Fix-build-error-on-x86-architectu.patch
	patches.suse/libperf-tests-Fix-test_stat_cpu.patch
	patches.suse/Input-snvs_pwrkey-add-clk-handling.patch
	patches.suse/Input-resistive-adc-touch-fix-division-by-zero-error.patch
	patches.suse/Input-xpad-add-support-for-another-USB-ID-of-Nacon-G.patch
	patches.suse/xhci-guard-accesses-to-ep_state-in-xhci_endpoint_res.patch
	patches.suse/xhci-add-quirk-for-host-controllers-that-don-t-updat.patch
	patches.suse/USB-xhci-dbc-fix-tty-registration-race.patch
	patches.suse/xhci-Fix-command-ring-pointer-corruption-while-abort.patch
	patches.suse/xhci-Enable-trust-tx-length-quirk-for-Fresco-FL11-US.patch
	patches.suse/usb-musb-dsps-Fix-the-probe-error-path.patch
	patches.suse/USB-serial-option-add-Telit-LE910Cx-composition-0x12.patch
	patches.suse/USB-serial-option-add-prod.-id-for-Quectel-EG91.patch
	patches.suse/USB-serial-option-add-Quectel-EC200S-CN-module-suppo.patch
	patches.suse/USB-serial-qcserial-add-EM9191-QDL-support.patch
	patches.suse/iio-dac-ti-dac5571-fix-an-error-code-in-probe.patch
	patches.suse/iio-accel-fxls8962af-return-IRQ_HANDLED-when-fifo-is.patch
	patches.suse/iio-adc128s052-Fix-the-error-handling-path-of-adc128.patch
	patches.suse/iio-adc-max1027-Fix-wrong-shift-with-12-bit-devices.patch
	patches.suse/iio-adc-max1027-Fix-the-number-of-max1X31-channels.patch
	patches.suse/iio-adc-aspeed-set-driver-data-when-adc-probe.patch
	patches.suse/iio-adc-ad7192-Add-IRQ-flag.patch
	patches.suse/iio-adc-ad7780-Fix-IRQ-flag.patch
	patches.suse/iio-adc-ad7793-Fix-IRQ-flag.patch
	patches.suse/iio-ssp_sensors-fix-error-code-in-ssp_print_mcu_debu.patch
	patches.suse/iio-ssp_sensors-add-more-range-checking-in-ssp_parse.patch
	patches.suse/iio-adis16475-fix-deadlock-on-frequency-set.patch
	patches.suse/iio-mtk-auxadc-fix-case-IIO_CHAN_INFO_PROCESSED.patch
	patches.suse/iio-adis16480-fix-devices-that-do-not-support-sleep-.patch
	patches.suse/iio-light-opt3001-Fixed-timeout-error-when-0-lux.patch
	patches.suse/staging-vc04_services-shut-up-out-of-range-warning.patch
	patches.suse/cb710-avoid-NULL-pointer-subtraction.patch
	patches.suse/misc-fastrpc-Add-missing-lock-before-accessing-find_.patch
	patches.suse/eeprom-at25-Add-SPI-ID-table.patch
	patches.suse/eeprom-93xx46-Add-SPI-device-ID-table.patch
	patches.suse/mei-me-add-Ice-Lake-N-device-id.patch
	patches.suse/fpga-ice40-spi-Add-SPI-device-ID-table.patch
	patches.suse/mei-hbm-drop-hbm-responses-on-early-shutdown.patch
	patches.suse/nvmem-Fix-shift-out-of-bound-UBSAN-with-byte-size-ce.patch
	patches.suse/eeprom-93xx46-fix-MODULE_DEVICE_TABLE.patch
	patches.suse/driver-core-Reject-pointless-SYNC_STATE_ONLY-device-.patch
	patches.suse/drivers-bus-simple-pm-bus-Add-support-for-probing-si.patch
	patches.suse/x86-Kconfig-Do-not-enable-AMD_MEM_ENCRYPT_ACTIVE_BY_.patch
	patches.suse/x86-fpu-mask-out-the-invalid-mxcsr-bits-properly.patch
	patches.suse/efi-libstub-Simplify-Exiting-bootservices-message.patch
	patches.suse/efi-cper-use-stack-buffer-for-error-record-decoding.patch
	patches.suse/efi-Change-down_interruptible-in-virt_efi_reset_syst.patch
	patches.suse/perf-x86-msr-Add-Sapphire-Rapids-CPU-support.patch
	patches.suse/edac-armada-xp-fix-output-of-uncorrectable-error-counter.patch
	patches.suse/objtool-Check-for-gelf_update_rel-a-failures.patch
	patches.suse/objtool-Update-section-header-before-relocations.patch
	patches.suse/powerpc-xive-Discard-disabled-interrupts-in-get_irqc.patch
	patches.suse/KVM-PPC-Book3S-HV-Fix-stack-handling-in-idle_kvm_sta.patch
	patches.suse/KVM-PPC-Book3S-HV-Make-idle_kvm_start_guest-return-0.patch
	patches.suse/virtio-write-back-F_VERSION_1-before-validate.patch
	patches.suse/vhost_vdpa-unset-vq-irq-before-freeing-irq.patch
	patches.suse/Revert-virtio-blk-Add-validation-for-block-size-in-c.patch
	patches.suse/vhost-vdpa-Fix-the-wrong-input-in-config_cb.patch
	patches.suse/block-rnbd-clt-sysfs-fix-a-couple-uninitialized-vari.patch
	patches.suse/nvme-pci-Fix-abort-command-id.patch
	patches.suse/block-bfq-reset-last_bfqq_created-on-group-change.patch
	patches.suse/pata_legacy-fix-a-couple-uninitialized-variable-bugs.patch
	patches.suse/ata-ahci_platform-fix-null-ptr-deref-in-ahci_platfor.patch
	patches.suse/mm-userfaultfd-selftests-fix-memory-corruption-with-.patch
	patches.suse/userfaultfd-fix-a-race-between-writeprotect-and-exit.patch
	patches.suse/ocfs2-fix-data-corruption-after-conversion-from-inli.patch
	patches.suse/ocfs2-mount-fails-with-buffer-overflow-in-strlen.patch
	patches.suse/mm-mempolicy-do-not-allow-illegal-MPOL_F_NUMA_BALANC.patch
	patches.suse/mm-slub-fix-mismatch-between-reconstructed-freelist-.patch
	patches.suse/mm-slub-fix-potential-memoryleak-in-kmem_cache_open.patch
	patches.suse/mm-slub-fix-potential-use-after-free-in-slab_debugfs.patch
	patches.suse/mm-slub-fix-incorrect-memcg-slab-count-for-bulk-free.patch
	patches.suse/elfcore-correct-reference-to-CONFIG_UML.patch
	patches.suse/vfs-check-fd-has-read-access-in-kernel_read_file_fro.patch
	patches.suse/mm-secretmem-fix-NULL-page-mapping-dereference-in-pa.patch
	patches.suse/mm-thp-decrease-nr_thps-in-file-s-mapping-on-THP-spl.patch
	patches.suse/KVM-SEV-ES-fix-length-of-string-I-O.patch
	patches.suse/KVM-arm64-Fix-host-stage-2-PGD-refcount.patch
	patches.suse/KVM-arm64-Report-corrupted-refcount-at-EL2.patch
	patches.suse/KVM-arm64-Release-mmap_lock-when-using-VM_SHARED-wit.patch
	patches.suse/KVM-SEV-ES-Set-guest_state_protected-after-VMSA-upda.patch
	patches.suse/KVM-SEV-ES-reduce-ghcb_sa_len-to-32-bits.patch
	patches.suse/NIOS2-irqflags-rename-a-redefined-register-name.patch
	patches.suse/tracing-Have-all-levels-of-checks-prevent-recursion.patch
	patches.suse/audit-fix-possible-null-pointer-dereference-in-audit.patch
	patches.suse/ALSA-usb-audio-Add-Schiit-Hel-device-to-mixer-map-qu.patch
	patches.suse/ALSA-hda-realtek-Add-quirk-for-Clevo-PC50HS.patch
	patches.suse/ALSA-usb-audio-Provide-quirk-for-Sennheiser-GSP670-H.patch
	patches.suse/ALSA-hda-realtek-Fixes-HP-Spectre-x360-15-eb1xxx-spe.patch
	patches.suse/ASoC-pcm512x-Mend-accesses-to-the-I2S_1-and-I2S_2-re.patch
	patches.suse/ASoC-fsl_xcvr-Fix-channel-swap-issue-with-ARC.patch
	patches.suse/ASoC-pcm179x-Add-missing-entries-SPI-to-device-ID-ta.patch
	patches.suse/ASoC-cs4341-Add-SPI-device-ID-table.patch
	patches.suse/ASoC-nau8824-Fix-headphone-vs-headset-button-press-d.patch
	patches.suse/ASoC-Intel-bytcht_es8316-Get-platform-data-via-dev_g.patch
	patches.suse/ASoC-Intel-bytcht_es8316-Use-temporary-variable-for-.patch
	patches.suse/ASoC-Intel-bytcht_es8316-Switch-to-use-gpiod_get_opt.patch
	patches.suse/ASoC-Intel-bytcht_es8316-Utilize-dev_err_probe-to-av.patch
	patches.suse/ASoC-DAPM-Fix-missing-kctl-change-notifications.patch
	patches.suse/ASoC-codec-wcd938x-Add-irq-config-support.patch
	patches.suse/ASoC-soc-core-fix-null-ptr-deref-in-snd_soc_del_comp.patch
	patches.suse/ASoC-cs42l42-Ensure-0dB-full-scale-volume-is-used-fo.patch
	patches.suse/ASoC-wm8960-Fix-clock-configuration-on-slave-mode.patch
	patches.suse/ALSA-usb-audio-Fix-microphone-sound-on-Jieli-webcam.patch
	patches.suse/dma-mapping-fix-the-kerneldoc-for-dma_map_sgtable.patch
	patches.suse/dma-debug-fix-sg-checks-in-debug_dma_map_sg.patch
	patches.suse/ceph-skip-existing-superblocks-that-are-blocklisted-.patch
	patches.suse/ceph-fix-handling-of-meta-errors.patch
	patches.suse/powerpc-idle-Don-t-corrupt-back-chain-when-going-idl.patch
	patches.suse/powerpc-smp-do-not-decrement-idle-task-preempt-count.patch
	patches.suse/ptp-fix-error-print-of-ptp_kvm-on-X86_64-platform.patch
	patches.suse/sctp-fix-transport-encap_port-update-in-sctp_vtag_ve.patch
	patches.suse/lan78xx-select-CRC32.patch
	patches.suse/tcp-md5-Fix-overlap-between-vrf-and-non-vrf-keys.patch
	patches.suse/ipv6-When-forwarding-count-rx-stats-on-the-orig-netd.patch
	patches.suse/ice-Fix-failure-to-re-add-LAN-RDMA-Tx-queues.patch
	patches.suse/ice-Avoid-crash-from-unnecessary-IDA-free.patch
	patches.suse/ice-fix-getting-UDP-tunnel-entry.patch
	patches.suse/ice-Print-the-api_patch-as-part-of-the-fw.mgmt.api.patch
	patches.suse/net-bridge-mcast-use-multicast_membership_interval-f.patch
	patches.suse/hamradio-baycom_epp-fix-build-for-UML.patch
	patches.suse/can-j1939-j1939_tp_rxtimer-fix-errant-alert-in-j1939.patch
	patches.suse/can-j1939-j1939_netdev_start-fix-UAF-for-rx_kref-of-.patch
	patches.suse/can-j1939-j1939_xtp_rx_dat_one-cancel-session-if-rec.patch
	patches.suse/can-j1939-j1939_xtp_rx_rts_session_new-abort-TP-less.patch
	patches.suse/can-isotp-isotp_sendmsg-add-result-check-for-wait_ev.patch
	patches.suse/can-isotp-isotp_sendmsg-fix-TX-buffer-concurrent-acc.patch
	patches.suse/can-rcar_can-fix-suspend-resume.patch
	patches.suse/can-peak_pci-peak_pci_remove-fix-UAF.patch
	patches.suse/can-peak_usb-pcan_usb_fd_decode_status-fix-back-to-E.patch
	patches.suse/net-dsa-lantiq_gswip-fix-register-definition.patch
	patches.suse/net-dsa-mt7530-correct-ds-num_ports.patch
	patches.suse/net-sched-act_ct-Fix-byte-count-on-fragmented-packet.patch
	patches.suse/net-sparx5-Add-of_node_put-before-goto.patch
	patches.suse/net-mscc-ocelot-Add-of_node_put-before-goto.patch
	patches.suse/cavium-Return-negative-value-when-pci_alloc_irq_vect.patch
	patches.suse/mISDN-Fix-return-values-of-the-probe-function.patch
	patches.suse/cavium-Fix-return-values-of-the-probe-function.patch
	patches.suse/can-isotp-isotp_sendmsg-fix-return-error-on-FC-timeo.patch
	patches.suse/net-dsa-Fix-an-error-handling-path-in-dsa_switch_par.patch
	patches.suse/vrf-Revert-Reset-skb-conntrack-connection.patch
	patches.suse/net-hns3-Add-configuration-of-TM-QCN-error-event.patch
	patches.suse/net-hns3-reset-DWRR-of-unused-tc-to-zero.patch
	patches.suse/net-hns3-add-limit-ets-dwrr-bandwidth-cannot-be-0.patch
	patches.suse/net-hns3-fix-the-max-tx-size-according-to-user-manua.patch
	patches.suse/net-hns3-fix-for-miscalculation-of-rx-unused-desc.patch
	patches.suse/net-hns3-schedule-the-polling-again-when-allocation-.patch
	patches.suse/net-hns3-fix-vf-reset-workqueue-cannot-exit.patch
	patches.suse/net-hns3-disable-sriov-before-unload-hclge-layer.patch
	patches.suse/net-stmmac-Fix-E2E-delay-mechanism.patch
	patches.suse/ptp-Fix-possible-memory-leak-in-ptp_clock_register.patch
	patches.suse/e1000e-Separate-TGP-board-type-from-SPT.patch
	patches.suse/e1000e-Fix-packet-loss-on-Tiger-Lake-and-later.patch
	patches.suse/igc-Update-I226_K-device-ID.patch
	patches.suse/ice-Add-missing-E810-device-ids.patch
	patches.suse/net-mlx5-Lag-change-multipath-and-bonding-to-be-mutu.patch
	patches.suse/net-mlx5-E-switch-Return-correct-error-code-on-group.patch
	patches.suse/net-mlx5e-Fix-vlan-data-lost-during-suspend-flow.patch
	patches.suse/net-mlx5e-IPsec-Fix-a-misuse-of-the-software-parser-.patch
	patches.suse/net-mlx5e-IPsec-Fix-work-queue-entry-ethernet-segmen.patch
	patches.suse/netfilter-xt_IDLETIMER-fix-panic-that-occurs-when-ti.patch
	patches.suse/netfilter-Kconfig-use-default-y-instead-of-m-for-boo.patch
	patches.suse/netfilter-nf_tables-skip-netdev-events-generated-on-.patch
	patches.suse/netfilter-ip6t_rt-fix-rt0_hdr-parsing-in-rt_mt6.patch
	patches.suse/netfilter-ipvs-make-global-sysctl-readonly-in-non-in.patch
	patches.suse/selftests-netfilter-remove-stray-bash-debug-line.patch
	patches.suse/sfc-Export-fibre-specific-supported-link-modes.patch
	patches.suse/sfc-Don-t-use-netif_info-before-net_device-setup.patch
	patches.suse/net-enetc-fix-ethtool-counter-name-for-PM0_TERR.patch
	patches.suse/net-enetc-make-sure-all-traffic-classes-can-send-lar.patch
	patches.suse/usbnet-sanity-check-for-maxpacket.patch
	patches.suse/ucounts-Fix-signal-ucount-refcounting.patch
	patches.suse/ucounts-Pair-inc_rlimit_ucounts-with-dec_rlimit_ucou.patch
	patches.suse/ucounts-Proper-error-handling-in-set_cred_ucounts.patch
	patches.suse/ucounts-Move-get_ucounts-from-cred_alloc_blank-to-ke.patch
	patches.suse/drm-mxsfb-Fix-NULL-pointer-dereference-crash-on-unlo.patch
	patches.suse/drm-panel-ilitek-ili9881c-Fix-sync-for-Feixin-K101-I.patch
	patches.suse/drm-kmb-Work-around-for-higher-system-clock.patch
	patches.suse/drm-kmb-Limit-supported-mode-to-1080p.patch
	patches.suse/drm-kmb-Remove-clearing-DPHY-regs.patch
	patches.suse/drm-kmb-Disable-change-of-plane-parameters.patch
	patches.suse/drm-kmb-Corrected-typo-in-handle_lcd_irq.patch
	patches.suse/drm-kmb-Enable-ADV-bridge-after-modeset.patch
	patches.suse/KVM-x86-check-for-interrupts-before-deciding-whether.patch
	patches.suse/KVM-nVMX-promptly-process-interrupts-delivered-while.patch
	patches.suse/KVM-MMU-Reset-mmu-pkru_mask-to-avoid-stale-data.patch
	patches.suse/KVM-SEV-Flush-cache-on-non-coherent-systems-before-R.patch
	patches.suse/KVM-SEV-ES-rename-guest_ins_data-to-sev_pio_data.patch
	patches.suse/KVM-x86-leave-vcpu-arch.pio.count-alone-in-emulator_.patch
	patches.suse/KVM-SEV-ES-clean-up-kvm_sev_es_ins-outs.patch
	patches.suse/KVM-x86-split-the-two-parts-of-emulator_pio_in.patch
	patches.suse/KVM-x86-remove-unnecessary-arguments-from-complete_e.patch
	patches.suse/KVM-SEV-ES-keep-INS-functions-together.patch
	patches.suse/KVM-SEV-ES-go-over-the-sev_pio_data-buffer-in-multip.patch
	patches.suse/ACPI-PM-Do-not-turn-off-power-resources-in-unknown-s.patch
	patches.suse/ACPI-tools-fix-compilation-error.patch
	patches.suse/hyperv-vmbus-include-linux-bitops.h.patch
	patches.suse/blk-cgroup-blk_cgroup_bio_start-should-use-irq-safe-.patch
	patches.suse/scsi-core-Fix-shost-cmd_per_lun-calculation-in-scsi_.patch
	patches.suse/scsi-iscsi-Fix-set_param-handling.patch
	patches.suse/scsi-storvsc-Fix-validation-for-unsolicited-incoming.patch
	patches.suse/scsi-core-Put-LLD-module-refcnt-after-SCSI-device-is.patch
	patches.suse/scsi-mpi3mr-Fix-duplicate-device-entries-when-scanni.patch
	patches.suse/scsi-qla2xxx-Return-ENOMEM-if-kzalloc-fails.patch
	patches.suse/scsi-qla2xxx-Fix-a-memory-leak-in-an-error-path-of-q.patch
	patches.suse/scsi-qla2xxx-Fix-unmap-of-already-freed-sgl.patch
	patches.suse/sched-scs-Reset-the-shadow-stack-when-idle_task_exit.patch
	patches.suse/autofs-fix-wait-name-hash-calculation-in-autofs_wait.patch
	patches.suse/Revert-pinctrl-bcm-ns-support-updated-DT-binding-as-.patch
	patches.suse/pinctrl-stm32-use-valid-pin-identifier-in-stm32_pinc.patch
	patches.suse/pinctrl-amd-disable-and-mask-interrupts-on-probe.patch
	patches.suse/ata-sata_mv-Fix-the-error-handling-of-mv_chip_id.patch
	patches.suse/ARM-9122-1-select-HAVE_FUTEX_CMPXCHG.patch
	patches.suse/ARM-9132-1-Fix-__get_user_check-failure-with-ARM-KAS.patch
	patches.suse/ARM-9133-1-mm-proc-macros-ensure-_tlb_fns-are-4B-ali.patch
	patches.suse/ARM-9134-1-remove-duplicate-memcpy-definition.patch
	patches.suse/ARM-9138-1-fix-link-warning-with-XIP-frame-pointer.patch
	patches.suse/ARM-9139-1-kprobes-fix-arch_init_kprobes-prototype.patch
	patches.suse/ARM-9141-1-only-warn-about-XIP-address-when-not-comp.patch
	patches.suse/ARM-9148-1-handle-CONFIG_CPU_ENDIAN_BE32-in-arch-arm.patch
	patches.suse/arm64-dts-imx8mm-kontron-Make-sure-SOC-and-DRAM-supp.patch
	patches.suse/arm64-dts-imx8mm-kontron-Set-lower-limit-of-VDD_SNVS.patch
	patches.suse/arm64-dts-imx8mm-kontron-Fix-polarity-of-reg_rst_eth.patch
	patches.suse/arm64-dts-imx8mm-kontron-Fix-CAN-SPI-clock-frequency.patch
	patches.suse/arm64-dts-imx8mm-kontron-Fix-connection-type-for-VSC.patch
	patches.suse/arm64-dts-allwinner-h5-NanoPI-Neo-2-Fix-ethernet-nod.patch
	patches.suse/ARM-dts-sun7i-A20-olinuxino-lime2-Fix-ethernet-phy-m.patch
	patches.suse/reset-brcmstb-rescal-fix-incorrect-polarity-of-statu.patch
	patches.suse/reset-socfpga-add-empty-driver-allowing-consumers-to.patch
	patches.suse/RDMA-irdma-Process-extended-CQ-entries-correctly.patch
	patches.suse/RDMA-mlx5-Set-user-priority-for-DCT.patch
	patches.suse/IB-qib-Protect-from-buffer-overflow-in-struct-qib_us.patch
	patches.suse/IB-hfi1-Fix-abba-locking-issue-with-sc_disable.patch
	patches.suse/RDMA-rdmavt-Fix-error-code-in-rvt_create_qp.patch
	patches.suse/rdma-qedr-Fix-crash-due-to-redundant-release-of-devi.patch
	patches.suse/RDMA-mlx5-Initialize-the-ODP-xarray-when-creating-an.patch
	patches.suse/RDMA-irdma-Set-VLAN-in-UD-work-completion-correctly.patch
	patches.suse/RDMA-irdma-Do-not-hold-qos-mutex-twice-on-QP-resume.patch
	patches.suse/RDMA-sa_query-Use-strscpy_pad-instead-of-memcpy-to-c.patch
	patches.suse/nios2-Make-NIOS2_DTB_SOURCE_BOOL-depend-on-COMPILE_T.patch
	patches.suse/ftrace-nds32-Update-the-proto-for-ftrace_trace_funct.patch
	patches.suse/vduse-Disallow-injecting-interrupt-before-DRIVER_OK-.patch
	patches.suse/vduse-Fix-race-condition-between-resetting-and-irq-i.patch
	patches.suse/virtio-ring-fix-DMA-metadata-flags.patch
	patches.suse/Revert-watchdog-iTCO_wdt-Account-for-rebooting-on-se.patch
	patches.suse/watchdog-sbsa-only-use-32-bit-accessors.patch
	patches.suse/watchdog-Fix-OMAP-watchdog-early-handling.patch
	patches.suse/regmap-Fix-possible-double-free-in-regcache_rbtree_e.patch
	patches.suse/spi-altera-Change-to-dynamic-allocation-of-spi-id.patch
	patches.suse/spi-spl022-fix-Microwire-full-duplex-mode.patch
	patches.suse/mac80211-mesh-fix-HE-operation-element-length-check.patch
	patches.suse/cfg80211-scan-fix-RCU-in-cfg80211_add_nontrans_list.patch
	patches.suse/skb_expand_head-adjust-skb-truesize-incorrectly.patch
	patches.suse/sctp-use-init_tag-from-inithdr-for-ABORT-chunk.patch
	patches.suse/sctp-fix-the-processing-for-INIT-chunk.patch
	patches.suse/sctp-fix-the-processing-for-INIT_ACK-chunk.patch
	patches.suse/sctp-fix-the-processing-for-COOKIE_ECHO-chunk.patch
	patches.suse/sctp-add-vtag-check-in-sctp_sf_violation.patch
	patches.suse/sctp-add-vtag-check-in-sctp_sf_do_8_5_1_E_sa.patch
	patches.suse/sctp-add-vtag-check-in-sctp_sf_ootb.patch
	patches.suse/fcnal-test-kill-hanging-ping-nettest-binaries-on-cle.patch
	patches.suse/net-ethernet-microchip-lan743x-Fix-driver-crash-when.patch
	patches.suse/net-ethernet-microchip-lan743x-Fix-dma-allocation-fa.patch
	patches.suse/phy-phy_ethtool_ksettings_get-Lock-the-phy-for-consi.patch
	patches.suse/phy-phy_ethtool_ksettings_set-Move-after-phy_start_a.patch
	patches.suse/phy-phy_start_aneg-Add-an-unlocked-version.patch
	patches.suse/phy-phy_ethtool_ksettings_set-Lock-the-PHY-while-cha.patch
	patches.suse/net-nxp-lpc_eth.c-avoid-hang-when-bringing-interface.patch
	patches.suse/net-Prevent-infinite-while-loop-in-skb_tx_hash.patch
	patches.suse/xen-netfront-stop-tx-queues-during-live-migration.patch
	patches.suse/net-sysfs-initialize-uid-and-gid-before-calling-net_.patch
	patches.suse/mlxsw-pci-Recycle-received-packet-upon-allocation-fa.patch
	patches.suse/net-multicast-calculate-csum-of-looped-back-and-forw.patch
	patches.suse/ice-Respond-to-a-NETDEV_UNREGISTER-event-for-LAG.patch
	patches.suse/ice-check-whether-PTP-is-initialized-in-ice_ptp_rele.patch
	patches.suse/nfc-port100-fix-using-ERRNO-as-command-type-mask.patch
	patches.suse/tipc-fix-size-validations-for-the-MSG_CRYPTO-type.patch
	patches.suse/net-batman-adv-fix-error-handling.patch
	patches.suse/net-lan78xx-fix-division-by-zero-in-send-path.patch
	patches.suse/bpf-Define-bpf_jit_alloc_exec_limit-for-riscv-JIT.patch
	patches.suse/bpf-Define-bpf_jit_alloc_exec_limit-for-arm64-JIT.patch
	patches.suse/bpf-Prevent-increasing-bpf_jit_limit-above-max.patch
	patches.suse/bpf-Fix-error-usage-of-map_fd-and-fdget-in-generic_m.patch
	patches.suse/cgroup-Fix-memory-leak-caused-by-missing-cgroup_bpf_.patch
	patches.suse/tcp_bpf-Fix-one-concurrency-problem-in-the-tcp_bpf_s.patch
	patches.suse/bpf-Move-BPF_MAP_TYPE-for-INODE_STORAGE-and-TASK_STORAGE-outside-of-CONFIG_NET.patch
	patches.suse/bpf-Fix-potential-race-in-tail-call-compatibility-check.patch
	patches.suse/net-hns3-fix-pause-config-problem-after-autoneg-disa.patch
	patches.suse/net-hns3-change-hclge-hclgevf-workqueue-to-WQ_UNBOUN.patch
	patches.suse/net-hns3-ignore-reset-event-before-initialization-pr.patch
	patches.suse/net-hns3-fix-data-endian-problem-of-some-functions-o.patch
	patches.suse/net-hns3-add-more-string-spaces-for-dumping-packets-.patch
	patches.suse/net-hns3-expand-buffer-len-for-some-debugfs-command.patch
	patches.suse/net-hns3-adjust-string-spaces-of-some-parameters-of-.patch
	patches.suse/cfg80211-fix-management-registrations-locking.patch
	patches.suse/cfg80211-correct-bridge-4addr-mode-check.patch
	patches.suse/usbnet-fix-error-return-code-in-usbnet_probe.patch
	patches.suse/ptp-Document-the-PTP_CLK_MAGIC-ioctl-number.patch
	patches.suse/r8169-Add-device-10ec-8162-to-driver-r8169.patch
	patches.suse/vmxnet3-do-not-stop-tx-queues-after-netif_device_det.patch
	patches.suse/nfp-bpf-relax-prog-rejection-for-mtu-check-through-m.patch
	patches.suse/net-smc-Fix-smc_link-llc_testlink_time-overflow.patch
	patches.suse/net-smc-Correct-spelling-mistake-to-TCPF_SYN_RECV.patch
	patches.suse/net-tls-Fix-flipped-sign-in-tls_err_abort-calls.patch
	patches.suse/net-tls-Fix-flipped-sign-in-async_wait.err-assignmen.patch
	patches.suse/net-ethernet-microchip-lan743x-Fix-skb-allocation-fa.patch
	patches.suse/octeontx2-af-Check-whether-ipolicers-exists.patch
	patches.suse/octeontx2-af-Display-all-enabled-PF-VF-rsrc_alloc-en.patch
	patches.suse/octeontx2-af-Fix-possible-null-pointer-dereference.patch
	patches.suse/riscv-bpf-Fix-potential-NULL-dereference.patch
	patches.suse/Revert-net-hns3-fix-pause-config-problem-after-auton.patch
	patches.suse/drm-amdgpu-fix-out-of-bounds-write.patch
	patches.suse/drm-amd-display-Limit-display-scaling-to-up-to-true-.patch
	patches.suse/drm-amd-display-Fix-prefetch-bandwidth-calculation-f.patch
	patches.suse/drm-amd-display-Require-immediate-flip-support-for-D.patch
	patches.suse/drm-amd-display-increase-Z9-latency-to-workaround-un.patch
	patches.suse/drm-amd-display-Increase-watermark-latencies-for-DCN.patch
	patches.suse/drm-amd-display-Moved-dccg-init-to-after-bios-golden.patch
	patches.suse/drm-amdgpu-support-B0-B1-external-revision-id-for-ye.patch
	patches.suse/drm-amdgpu-Fix-even-more-out-of-bound-writes-from-de.patch
	patches.suse/drm-amd-display-Fallback-to-clocks-which-meet-reques.patch
	patches.suse/drm-amd-display-Fix-deadlock-when-falling-back-to-v2.patch
	patches.suse/drm-ttm-fix-memleak-in-ttm_transfered_destroy.patch
	patches.suse/drm-panel-orientation-quirks-Add-quirk-for-Aya-Neo-2.patch
	patches.suse/drm-panel-orientation-quirks-Add-quirk-for-GPD-Win3.patch
	patches.suse/drm-i915-Remove-memory-frequency-calculation.patch
	patches.suse/drm-i915-Convert-unconditional-clflush-to-drm_clflus.patch
	patches.suse/drm-i915-Catch-yet-another-unconditioal-clflush.patch
	patches.suse/drm-i915-dp-Skip-the-HW-readout-of-DPCD-on-disabled-.patch
	patches.suse/0445-drm-i915-Revert-guc_id-from-i915_request-tracepoint.patch
	patches.suse/memcg-page_alloc-skip-bulk-allocator-for-__GFP_ACCOUNT.patch
	patches.suse/mm-hwpoison-remove-the-unnecessary-THP-check.patch
	patches.suse/mm-filemap-check-if-THP-has-hwpoisoned-subpage-for-P.patch
	patches.suse/ocfs2-fix-race-between-searching-chunks-and-release-.patch
	patches.suse/mm-secretmem-avoid-letting-secretmem_users-drop-to-zero.patch
	patches.suse/mm-vmalloc-fix-numa-spreading-for-large-hash-tables.patch
	patches.suse/mm-thp-bail-out-early-in-collapse_file-for-writeback.patch
	patches.suse/mm-khugepaged-skip-huge-page-collapse-for-special-fi.patch
	patches.suse/tools-testing-selftests-vm-split_huge_page_test.c-fi.patch
	patches.suse/Revert-btrfs-compression-drop-kmap-kunmap-from-gener.patch
	patches.suse/Revert-btrfs-compression-drop-kmap-kunmap-from-zstd.patch
	patches.suse/Revert-btrfs-compression-drop-kmap-kunmap-from-zlib.patch
	patches.suse/Revert-btrfs-compression-drop-kmap-kunmap-from-lzo.patch
	patches.suse/mmc-sdhci-Map-more-voltage-level-to-SDHCI_POWER_330.patch
	patches.suse/mmc-sdhci-pci-Read-card-detect-from-ACPI-for-Intel-M.patch
	patches.suse/mmc-sdhci-esdhc-imx-clear-the-buffer_read_ready-to-r.patch
	patches.suse/mmc-winbond-don-t-build-on-M68K.patch
	patches.suse/mmc-dw_mmc-exynos-fix-the-finding-clock-sample-value.patch
	patches.suse/mmc-vub300-fix-control-message-timeouts.patch
	patches.suse/mmc-cqhci-clear-HALT-state-after-CQE-enable.patch
	patches.suse/mmc-mediatek-Move-cqhci-init-behind-ungate-clock.patch
	patches.suse/mmc-tmio-reenable-card-irqs-after-the-reset-callback.patch
	patches.suse/block-schedule-queue-restart-after-BLK_STS_ZONE_RESO.patch
	patches.suse/block-Fix-partition-check-for-host-aware-zoned-block.patch
	patches.suse/nvmet-tcp-fix-a-memory-leak-when-releasing-a-queue.patch
	patches.suse/nvme-tcp-fix-H2CData-PDU-send-accounting-again.patch
	patches.suse/nvme-tcp-fix-possible-req-offset-corruption.patch
	patches.suse/nvme-tcp-fix-data-digest-pointer-calculation.patch
	patches.suse/nvmet-tcp-fix-data-digest-pointer-calculation.patch
	patches.suse/nvmet-tcp-fix-header-digest-verification.patch
	patches.suse/gpio-xgs-iproc-fix-parsing-of-ngpios-property.patch
	patches.suse/gpio-mlxbf2.c-Add-check-for-bgpio_init-failure.patch
	patches.suse/riscv-fix-misalgned-trap-vector-base-address.patch
	patches.suse/riscv-Do-not-re-populate-shadow-memory-with-kasan_po.patch
	patches.suse/riscv-Fix-asan-stack-clang-build.patch
	patches.suse/scsi-ibmvfc-Fix-up-duplicate-response-detection.patch
	patches.suse/scsi-ufs-ufs-exynos-Correct-timeout-value-setting-re.patch
	patches.suse/scsi-mpt3sas-Fix-reference-tag-handling-for-WRITE_IN.patch
	patches.suse/KVM-x86-switch-pvclock_gtod_sync_lock-to-a-raw-spinl.patch
	patches.suse/KVM-s390-clear-kicked_mask-before-sleeping-again.patch
	patches.suse/KVM-s390-preserve-deliverable_mask-in-__airqs_kick_s.patch
	patches.suse/KVM-x86-xen-Fix-kvm_xen_has_interrupt-sleeping-in-kv.patch
	patches.suse/KVM-SEV-ES-fix-another-issue-with-string-I-O-VMGEXIT.patch
	patches.suse/KVM-x86-Take-srcu-lock-in-post_kvm_run_save.patch
	patches.suse/perf-script-Check-session-header.env.arch-before-usi.patch
	patches.suse/perf-script-Fix-PERF_SAMPLE_WEIGHT_STRUCT-support.patch
	patches.suse/tpm-Check-for-integer-overflow-in-tpm2_map_response_.patch
	patches.suse/tpm-fix-Atmel-TPM-crash-caused-by-too-frequent-queri.patch
	patches.suse/tpm_tis_spi-Add-missing-SPI-ID.patch
	patches.suse/block-mq-deadline-Improve-request-accounting-further.patch
	patches.suse/block-bump-max-plugged-deferred-size-from-16-to-32.patch
	patches.suse/block-only-mark-bio-as-tracked-if-it-really-is-track.patch
	patches.suse/block-bfq-fix-UAF-problem-in-bfqg_stats_init.patch
	patches.suse/nvme-add-APIs-for-stopping-starting-admin-queue.patch
	patches.suse/nvme-apply-nvme-API-to-quiesce-unquiesce-admin-queue.patch
	patches.suse/nvme-prepare-for-pairing-quiescing-and-unquiescing.patch
	patches.suse/nvme-paring-quiesce-unquiesce.patch
	patches.suse/nvme-loop-clear-NVME_CTRL_ADMIN_Q_STOPPED-after-admi.patch
	patches.suse/blk-mq-support-concurrent-queue-quiesce-unquiesce.patch
	patches.suse/block-remove-inaccurate-requeue-check.patch
	patches.suse/blk-cgroup-synchronize-blkg-creation-against-policy-.patch
	patches.suse/block-Add-a-helper-to-validate-the-block-size.patch
	patches.suse/loop-Use-blk_validate_block_size-to-validate-block-s.patch
	patches.suse/floppy-fix-calling-platform_device_unregister-on-inv.patch
	patches.suse/block-ataflop-use-the-blk_cleanup_disk-helper.patch
	patches.suse/block-ataflop-add-registration-bool-before-calling-d.patch
	patches.suse/block-ataflop-provide-a-helper-for-cleanup-up-an-ata.patch
	patches.suse/md-raid1-only-allocate-write-behind-bio-for-WriteMos.patch
	patches.suse/md-update-superblock-after-changing-rdev-flags-in-st.patch
	patches.suse/block-ataflop-fix-breakage-introduced-at-blk-mq-refa.patch
	patches.suse/nbd-Fix-use-after-free-in-pid_show.patch
	patches.suse/nvme-fc-add-support-for-map_queues.patch
	patches.suse/qla2xxx-add-map_queues-support-for-nvme.patch
	patches.suse/nvmet-fix-use-after-free-when-a-port-is-removed.patch
	patches.suse/nvmet-rdma-fix-use-after-free-when-a-port-is-removed.patch
	patches.suse/nvmet-tcp-fix-use-after-free-when-a-port-is-removed.patch
	patches.suse/nvmet-make-discovery-NQN-configurable.patch
	patches.suse/nvme-add-CNTRLTYPE-definitions-for-identify-controll.patch
	patches.suse/nvmet-add-nvmet_is_disc_subsys-helper.patch
	patches.suse/nvmet-set-CNTRLTYPE-in-the-identify-controller-data.patch
	patches.suse/nvme-expose-subsystem-type-in-sysfs-attribute-subsys.patch
	patches.suse/nvme-Add-connect-option-discovery.patch
	patches.suse/nvme-display-correct-subsystem-NQN.patch
	patches.suse/nvme-rdma-fix-error-code-in-nvme_rdma_setup_ctrl.patch
	patches.suse/nvme-drop-scan_lock-and-always-kick-requeue-list-whe.patch
	patches.suse/block-ataflop-more-blk-mq-refactoring-fixes.patch
	patches.suse/nvme-add-new-discovery-log-page-entry-definitions.patch
	patches.suse/nvmet-switch-check-for-subsystem-type.patch
	patches.suse/nvmet-register-discovery-subsystem-as-current.patch
	patches.suse/fscrypt-allow-256-bit-master-keys-with-AES-256-XTS.patch
	patches.suse/lib-xz-Avoid-overlapping-memcpy-with-invalid-input-w.patch
	patches.suse/lib-xz-Validate-the-value-before-assigning-it-to-an-.patch
	patches.suse/erofs-don-t-trigger-WARN-when-decompression-fails.patch
	patches.suse/exfat-fix-incorrect-loading-of-i_blocks-for-large-fi.patch
	patches.suse/btrfs-fix-lzo_decompress_bio-kmap-leakage.patch
	patches.suse/0001-btrfs-subpage-only-call-btrfs_alloc_subpage-when-sec.patch
	patches.suse/0002-btrfs-subpage-make-btrfs_alloc_subpage-return-btrfs_.patch
	patches.suse/0003-btrfs-subpage-introduce-btrfs_subpage_bitmap_info.patch
	patches.suse/0004-btrfs-subpage-pack-all-subpage-bitmaps-into-a-larger.patch
	patches.suse/btrfs-reflink-initialize-return-value-to-0-in-btrfs_.patch
	patches.suse/btrfs-check-if-a-log-tree-exists-at-inode_logged.patch
	patches.suse/btrfs-remove-no-longer-needed-checks-for-NULL-log-co.patch
	patches.suse/btrfs-do-not-log-new-dentries-when-logging-that-a-ne.patch
	patches.suse/btrfs-always-update-the-logged-transaction-when-logg.patch
	patches.suse/btrfs-avoid-expensive-search-when-dropping-inode-ite.patch
	patches.suse/btrfs-add-helper-to-truncate-inode-items-when-loggin.patch
	patches.suse/btrfs-avoid-expensive-search-when-truncating-inode-i.patch
	patches.suse/btrfs-avoid-search-for-logged-i_size-when-logging-in.patch
	patches.suse/btrfs-avoid-attempt-to-drop-extents-when-logging-ino.patch
	patches.suse/btrfs-do-not-commit-delayed-inode-when-logging-a-fil.patch
	patches.suse/btrfs-remove-root-argument-from-btrfs_log_inode-and-.patch
	patches.suse/btrfs-remove-redundant-log-root-assignment-from-log_.patch
	patches.suse/btrfs-factor-out-the-copying-loop-of-dir-items-from-.patch
	patches.suse/btrfs-insert-items-in-batches-when-logging-a-directo.patch
	patches.suse/btrfs-keep-track-of-the-last-logged-keys-when-loggin.patch
	patches.suse/0001-btrfs-rename-btrfs_bio-to-btrfs_io_context.patch
	patches.suse/0002-btrfs-remove-btrfs_bio_alloc-helper.patch
	patches.suse/0003-btrfs-rename-struct-btrfs_io_bio-to-btrfs_bio.patch
	patches.suse/btrfs-do-not-take-the-uuid_mutex-in-btrfs_rm_device.patch
	patches.suse/btrfs-assert-that-extent-buffers-are-write-locked-in.patch
	patches.suse/btrfs-loop-only-once-over-data-sizes-array-when-inse.patch
	patches.suse/btrfs-unexport-setup_items_for_insert.patch
	patches.suse/btrfs-use-single-bulk-copy-operations-when-logging-d.patch
	patches.suse/0001-btrfs-introduce-compressed_bio-pending_sectors-to-tr.patch
	patches.suse/0002-btrfs-subpage-add-bitmap-for-PageChecked-flag.patch
	patches.suse/0003-btrfs-handle-errors-properly-inside-btrfs_submit_com.patch
	patches.suse/0004-btrfs-handle-errors-properly-inside-btrfs_submit_com.patch
	patches.suse/0005-btrfs-introduce-submit_compressed_bio-for-compressio.patch
	patches.suse/0006-btrfs-introduce-alloc_compressed_bio-for-compression.patch
	patches.suse/0007-btrfs-determine-stripe-boundary-at-bio-allocation-ti.patch
	patches.suse/0008-btrfs-determine-stripe-boundary-at-bio-allocation-ti.patch
	patches.suse/0009-btrfs-remove-unused-function-btrfs_bio_fits_in_strip.patch
	patches.suse/btrfs-change-handle_fs_error-in-recover_log_trees-to.patch
	patches.suse/btrfs-change-error-handling-for-btrfs_delete_-_in_lo.patch
	patches.suse/btrfs-add-a-BTRFS_FS_ERROR-helper.patch
	patches.suse/btrfs-fix-lost-error-handling-when-replaying-directo.patch
	patches.suse/btrfs-fix-deadlock-between-chunk-allocation-and-chun.patch
	patches.suse/btrfs-update-comments-for-chunk-allocation-ENOSPC-ca.patch
	patches.suse/btrfs-call-btrfs_check_rw_degradable-only-if-there-i.patch
	patches.suse/btrfs-clear-MISSING-device-status-bit-in-btrfs_close.patch
	patches.suse/btrfs-remove-root-argument-from-drop_one_dir_item.patch
	patches.suse/btrfs-remove-root-argument-from-btrfs_unlink_inode.patch
	patches.suse/btrfs-remove-root-argument-from-add_link.patch
	patches.suse/btrfs-remove-root-argument-from-check_item_in_log.patch
	patches.suse/genirq-Update-irq_set_irqchip_state-documentation.patch
	patches.suse/genirq-Move-prio-assignment-into-the-newly-created-t.patch
	patches.suse/genirq-Disable-irqfixup-poll-on-PREEMPT_RT.patch
	patches.suse/x86-softirq-Disable-softirq-stacks-on-PREEMPT_RT.patch
	patches.suse/irq-mips-avoid-nested-irq_enter.patch
	patches.suse/irqchip-Fix-compile-testing-without-CONFIG_OF.patch
	patches.suse/perf-x86-intel-uncore-Support-extra-IMC-channel-on-I.patch
	patches.suse/perf-x86-intel-uncore-Fix-invalid-unit-check.patch
	patches.suse/perf-x86-intel-uncore-Fix-Intel-ICX-IIO-event-constr.patch
	patches.suse/perf-x86-intel-uncore-Fix-Intel-SPR-CHA-event-constraints.patch
	patches.suse/perf-x86-intel-uncore-Fix-Intel-SPR-IIO-event-constraints.patch
	patches.suse/perf-x86-intel-uncore-Fix-Intel-SPR-M2PCIE-event-constraints.patch
	patches.suse/perf-x86-intel-uncore-Fix-Intel-SPR-M3UPI-event-constraints.patch
	patches.suse/powerpc-perf-Fix-data-source-encodings-for-L2.1-and-.patch
	patches.suse/perf-x86-intel-Fix-ICL-SPR-INST_RETIRED.PREC_DIST-en.patch
	patches.suse/kernel-locking-Add-context-to-ww_mutex_trylock.patch
	patches.suse/lockdep-Let-lock_is_held_type-detect-recursive-read-.patch
	patches.suse/lockdep-Improve-comments-in-wait-type-checks.patch
	patches.suse/locking-ww-mutex-Fix-uninitialized-use-of-ret-in-tes.patch
	patches.suse/sched-Clean-up-the-might_sleep-underscore-zoo.patch
	patches.suse/sched-Make-cond_resched_-lock-variants-consistent-vs.patch
	patches.suse/sched-Remove-preempt_offset-argument-from-__might_sl.patch
	patches.suse/sched-Cleanup-might_sleep-printks.patch
	patches.suse/sched-Make-might_sleep-output-less-confusing.patch
	patches.suse/sched-Make-RCU-nest-depth-distinct-in-__might_resche.patch
	patches.suse/sched-Make-cond_resched_lock-variants-RT-aware.patch
	patches.suse/locking-rt-Take-RCU-nesting-into-account-for-__might.patch
	patches.suse/rtmutex-Check-explicit-for-TASK_RTLOCK_WAIT.patch
	patches.suse/rtmutex-Wake-up-the-waiters-lockless-while-dropping-.patch
	patches.suse/locking-rwbase-Optimize-rwbase_read_trylock.patch
	patches.suse/0001-futex-Move-to-kernel-futex.patch
	patches.suse/0002-futex-Split-out-syscalls.patch
	patches.suse/0003-futex-Rename-__-un-queue_me.patch
	patches.suse/0004-futex-Rename-futex_wait_queue_me.patch
	patches.suse/0005-futex-Rename-queue_-un-lock.patch
	patches.suse/0006-futex-Rename-__unqueue_futex.patch
	patches.suse/0007-futex-Rename-hash_futex.patch
	patches.suse/0008-futex-Rename-get-cmpxchg-_futex_value_locked.patch
	patches.suse/0009-futex-Split-out-PI-futex.patch
	patches.suse/0010-futex-Rename-hb_waiter_-inc-dec-pending.patch
	patches.suse/0011-futex-Rename-match_futex.patch
	patches.suse/0012-futex-Rename-mark_wake_futex.patch
	patches.suse/0013-futex-Split-out-requeue.patch
	patches.suse/0014-futex-Split-out-wait-wake.patch
	patches.suse/0015-futex-Simplify-double_lock_hb.patch
	patches.suse/futex-Fix-PREEMPT_RT-build.patch
	patches.suse/locking-rwsem-Disable-preemption-for-spinning-region.patch
	patches.suse/locking-Remove-rcu_read_-un-lock-for-preempt_-dis-en.patch
	patches.suse/locking-rwsem-Fix-comments-about-reader-optimistic-l.patch
	patches.suse/locking-Remove-spin_lock_flags-etc.patch
	patches.suse/x86-xen-Mark-cpu_bringup_and_idle-as-dead_end_functi.patch
	patches.suse/objtool-Introduce-CFI-hash.patch
	patches.suse/objtool-Handle-__sanitize_cov-tail-calls.patch
	patches.suse/x86-kvm-Always-inline-sev_-guest.patch
	patches.suse/x86-kvm-Always-inline-vmload-vmsave.patch
	patches.suse/x86-Always-inline-context_tracking_guest_enter.patch
	patches.suse/x86-kvm-Always-inline-to_svm.patch
	patches.suse/x86-kvm-Always-inline-evmcs_write64.patch
	patches.suse/x86-Always-inline-ip_within_syscall_gap.patch
	patches.suse/x86-sev-Fix-noinstr-for-vc_ghcb_invalidate.patch
	patches.suse/locking-lockdep-Avoid-RCU-induced-noinstr-fail.patch
	patches.suse/objtool-classify-symbols.patch
	patches.suse/objtool-explicitly-avoid-self-modifying-code-in-altinstr_replacement.patch
	patches.suse/objtool-shrink-struct-instruction.patch
	patches.suse/objtool-x86-replace-alternatives-with-retpoline_sites.patch
	patches.suse/x86-retpoline-remove-unused-replacement-symbols.patch
	patches.suse/x86-asm-fix-register-order.patch
	patches.suse/x86-asm-fixup-odd-gen-for-each-reg-h-usage.patch
	patches.suse/x86-retpoline-move-the-retpoline-thunk-declarations-to-nospec-branch-h.patch
	patches.suse/x86-retpoline-create-a-retpoline-thunk-array.patch
	patches.suse/x86-alternative-implement-retpoline_sites-support.patch
	patches.suse/x86-alternative-handle-jcc-_x86_indirect_thunk_-reg.patch
	patches.suse/x86-alternative-try-inline-spectre_v2-retpoline-amd.patch
	patches.suse/x86-alternative-add-debug-prints-to-apply_retpolines.patch
	patches.suse/x86-bugs-unconditionally-allow-spectre_v2-retpoline-amd.patch
	patches.suse/bpf-x86-simplify-computing-label-offsets.patch
	patches.suse/bpf-x86-respect-x86_feature_retpoline.patch
	patches.suse/clocksource-drivers-arc_timer-Eliminate-redefined-ma.patch
	patches.suse/clocksource-drivers-timer-ti-dm-Select-TIMER_OF.patch
	patches.suse/sched-fair-Add-NOHZ-balancer-flag-for-nohz.next_balance-updates.patch
	patches.suse/sched-fair-Trigger-nohz.next_balance-updates-when-a-CPU-goes-NOHZ-idle.patch
	patches.suse/sched-Switch-wait_task_inactive-to-HRTIMER_MODE_REL_HARD.patch
	patches.suse/sched-core-Simplify-core-wide-task-selection.patch
	patches.suse/fs-proc-uptime.c-Fix-idle-time-reporting-in-proc-uptime.patch
	patches.suse/sched-Account-number-of-SCHED_IDLE-entities-on-each-cfs_rq.patch
	patches.suse/sched-reduce-sched-slice-for-SCHED_IDLE-entities.patch
	patches.suse/sched-adjust-sleeper-credit-for-SCHED_IDLE-entities.patch
	patches.suse/kselftests-sched-cleanup-the-child-processes.patch
	patches.suse/sched-fair-Use-__schedstat_set-in-set_next_entity.patch
	patches.suse/sched-Make-struct-sched_statistics-independent-of-fair-sched-class.patch
	patches.suse/sched-Make-schedstats-helpers-independent-of-fair-sched-class.patch
	patches.suse/sched-Remove-unused-inline-function-__rq_clock_broken.patch
	patches.suse/sched-Provide-Kconfig-support-for-default-dynamic-pr.patch
	patches.suse/kthread-Move-prio-affinite-change-into-the-newly-created-thread.patch
	patches.suse/x86-sched-Decrease-further-the-priorities-of-SMT-siblings.patch
	patches.suse/sched-topology-Introduce-sched_group-flags.patch
	patches.suse/sched-fair-Optimize-checking-for-group_asym_packing.patch
	patches.suse/sched-fair-Provide-update_sg_lb_stats-with-sched-domain-statistics.patch
	patches.suse/sched-fair-Carve-out-logic-to-mark-a-group-for-asymmetric-packing.patch
	patches.suse/sched-fair-Consider-SMT-in-ASYM_PACKING-load-balance.patch
	patches.suse/sched-Make-cookie-functions-static.patch
	patches.suse/sched-Move-mmdrop-to-RCU-on-RT.patch
	patches.suse/sched-Limit-the-number-of-task-migrations-per-batch-on-RT.patch
	patches.suse/sched-Disable-TTWU_QUEUE-on-RT.patch
	patches.suse/sched-Move-kprobes-cleanup-out-of-finish_task_switch.patch
	patches.suse/sched-Remove-pointless-preemption-disable-in-sched_submit_work.patch
	patches.suse/sched-fair-Removed-useless-update-of-p-recent_used_cpu.patch
	patches.suse/sched-numa-Replace-hard-coded-number-by-a-define-in-numa_task_group.patch
	patches.suse/sched-numa-Remove-the-redundant-member-numa_group-fault_cpus.patch
	patches.suse/sched-numa-Fix-a-few-comments.patch
	patches.suse/sched-topology-Remove-unused-numa_distance-in-cpu_attach_domain.patch
	patches.suse/kernel-sched-Fix-sched_fork-access-an-invalid-sched_task_group.patch
	patches.suse/sched-Fill-unconditional-hole-induced-by-sched_entity.patch
	patches.suse/Revert-proc-wchan-use-printk-format-instead-of-lookup_symbol_name.patch
	patches.suse/leaking_addresses-Always-print-a-trailing-newline.patch
	patches.suse/proc-Use-task_is_running-for-wchan-in-proc-pid-stat.patch
	patches.suse/x86-Fix-get_wchan-to-support-the-ORC-unwinder.patch
	patches.suse/sched-Add-wrapper-for-get_wchan-to-keep-task-blocked.patch
	patches.suse/topology-Represent-clusters-of-CPUs-within-a-die.patch
	patches.suse/sched-Add-cluster-scheduler-level-in-core-and-related-Kconfig-for-ARM64.patch
	patches.suse/sched-Add-cluster-scheduler-level-for-x86.patch
	patches.suse/sched-rt-Annotate-the-RT-balancing-logic-irqwork-as-.patch
	patches.suse/irq_work-Allow-irq_work_sync-to-sleep-if-irq_work-no-IRQ-support.patch
	patches.suse/irq_work-Handle-some-irq_work-in-a-per-CPU-thread-on-PREEMPT_RT.patch
	patches.suse/irq_work-Also-rcuwait-for-IRQ_WORK_HARD_IRQ-on-PREEMPT_RT.patch
	patches.suse/sched-x86-Fix-L2-cache-mask.patch
	patches.suse/x86-extable-tidy-up-redundant-handler-functions.patch
	patches.suse/x86-extable-get-rid-of-redundant-macros.patch
	patches.suse/x86-mce-deduplicate-exception-handling.patch
	patches.suse/x86-mce-get-rid-of-stray-semicolons.patch
	patches.suse/x86-extable-rework-the-exception-table-mechanics.patch
	patches.suse/x86-extable-provide-ex_type_default_mce_safe-and-ex_type_fault_mce_safe.patch
	patches.suse/x86-copy_mc-use-ex_type_default_mce_safe-for-exception-fixups.patch
	patches.suse/x86-fpu-use-ex_type_fault_mce_safe-for-exception-fixups.patch
	patches.suse/x86-extable-remove-ex_type_fault-from-mce-safe-fixups.patch
	patches.suse/x86-fpu-signal-clarify-exception-handling-in-restore_fpregs_from_user.patch
	patches.suse/x86-fpu-signal-move-header-zeroing-out-of-xsave_to_user_sigframe.patch
	patches.suse/x86-fpu-signal-move-xstate-clearing-out-of-copy_fpregs_to_sigframe.patch
	patches.suse/x86-fpu-signal-change-return-type-of-copy_fpstate_to_sigframe-to-boolean.patch
	patches.suse/x86-fpu-signal-change-return-type-of-copy_fpregs_to_sigframe-helpers-to-boolean.patch
	patches.suse/x86-signal-change-return-type-of-restore_sigcontext-to-boolean.patch
	patches.suse/x86-fpu-signal-change-return-type-of-fpu__restore_sig-to-boolean.patch
	patches.suse/x86-fpu-signal-change-return-type-of-_fpu_restore_sig-to-boolean.patch
	patches.suse/x86-fpu-signal-change-return-code-of-check_xstate_in_sigframe-to-boolean.patch
	patches.suse/x86-fpu-signal-change-return-code-of-restore_fpregs_from_user-to-boolean.patch
	patches.suse/x86-fpu-signal-fix-missed-conversion-to-correct-boolean-retval-in-save_xstate_epilog.patch
	patches.suse/x86-fpu-remove-pointless-argument-from-switch_fpu_finish.patch
	patches.suse/x86-fpu-update-stale-comments.patch
	patches.suse/x86-pkru-remove-useless-include.patch
	patches.suse/x86-fpu-restrict-xsaves-xrstors-to-independent-states.patch
	patches.suse/x86-fpu-cleanup-the-on_boot_cpu-clutter.patch
	patches.suse/x86-fpu-remove-pointless-memset-in-fpu_clone.patch
	patches.suse/x86-process-clone-fpu-in-copy_thread.patch
	patches.suse/x86-fpu-do-not-inherit-fpu-context-for-kernel-and-io-worker-threads.patch
	patches.suse/x86-fpu-cleanup-xstate-xcomp_bv-initialization.patch
	patches.suse/x86-fpu-xstate-provide-and-use-for_each_xfeature.patch
	patches.suse/x86-fpu-xstate-mark-all-init-only-functions-_init.patch
	patches.suse/x86-fpu-move-kvms-fpu-swapping-to-fpu-core.patch
	patches.suse/x86-fpu-replace-kvms-home-brewed-fpu-copy-from-user.patch
	patches.suse/x86-fpu-rework-copy_xstate_to_uabi_buf.patch
	patches.suse/x86-fpu-mark-fpu__init_prepare_fx_sw_frame-as-_init.patch
	patches.suse/x86-fpu-move-context-switch-and-exit-to-user-inlines-into-sched-h.patch
	patches.suse/x86-fpu-clean-up-cpu-feature-tests.patch
	patches.suse/x86-fpu-make-os_xrstor_booting-private.patch
	patches.suse/x86-fpu-move-os_xsave-and-os_xrstor-to-core.patch
	patches.suse/x86-fpu-move-legacy-asm-wrappers-to-core.patch
	patches.suse/x86-fpu-make-warn_on_fpu-private.patch
	patches.suse/x86-fpu-move-fpregs_restore_userregs-to-core.patch
	patches.suse/x86-fpu-move-mxcsr-related-code-to-core.patch
	patches.suse/x86-fpu-move-fpstate-functions-to-api-h.patch
	patches.suse/x86-fpu-remove-internal-h-dependency-from-fpu-signal-h.patch
	patches.suse/x86-sev-include-fpu-xcr-h.patch
	patches.suse/x86-fpu-mop-up-the-internal-h-leftovers.patch
	patches.suse/x86-fpu-replace-the-includes-of-fpu-internal-h.patch
	patches.suse/x86-fpu-provide-a-proper-function-for-ex_handler_fprestore.patch
	patches.suse/x86-fpu-replace-kvms-home-brewed-fpu-copy-to-user.patch
	patches.suse/x86-fpu-provide-struct-fpstate.patch
	patches.suse/x86-fpu-convert-fpstate_init-to-struct-fpstate.patch
	patches.suse/x86-fpu-convert-restore_fpregs_from_fpstate-to-struct-fpstate.patch
	patches.suse/x86-fpu-replace-kvms-xstate-component-clearing.patch
	patches.suse/x86-kvm-convert-to-fpstate.patch
	patches.suse/x86-fpu-convert-tracing-to-fpstate.patch
	patches.suse/x86-fpu-regset-convert-to-fpstate.patch
	patches.suse/x86-fpu-signal-convert-to-fpstate.patch
	patches.suse/x86-fpu-core-convert-to-fpstate.patch
	patches.suse/x86-math-emu-convert-to-fpstate.patch
	patches.suse/x86-fpu-remove-fpu-state.patch
	patches.suse/x86-fpu-do-not-leak-fpstate-pointer-on-fork.patch
	patches.suse/x86-process-move-arch_thread_struct_whitelist-out-of-line.patch
	patches.suse/x86-fpu-add-size-and-mask-information-to-fpstate.patch
	patches.suse/x86-fpu-use-fpstate-size.patch
	patches.suse/x86-fpu-xstate-use-fpstate-for-os_xsave.patch
	patches.suse/x86-fpu-xstate-use-fpstate-for-xsave_to_user_sigframe.patch
	patches.suse/x86-fpu-use-fpstate-in-fpu_copy_kvm_uabi_to_fpstate.patch
	patches.suse/x86-fpu-use-fpstate-in-_copy_xstate_to_uabi_buf.patch
	patches.suse/x86-fpu-xstate-use-fpstate-for-copy_uabi_to_xstate.patch
	patches.suse/x86-fpu-signal-use-fpstate-for-size-and-features.patch
	patches.suse/x86-fpu-provide-struct-fpu_config.patch
	patches.suse/x86-fpu-cleanup-fpu__init_system_xstate_size_legacy.patch
	patches.suse/x86-fpu-xstate-cleanup-size-calculations.patch
	patches.suse/x86-fpu-move-xstate-size-to-fpu_-cfg.patch
	patches.suse/x86-fpu-move-xstate-feature-masks-to-fpu_-cfg.patch
	patches.suse/x86-fpu-mop-up-xfeatures_mask_uabi.patch
	patches.suse/x86-fpu-rework-restore_regs_from_fpstate.patch
	patches.suse/x86-fpu-xstate-move-remaining-xfeature-helpers-to-core.patch
	patches.suse/x86-fpu-prepare-for-sanitizing-kvm-fpu-code.patch
	patches.suse/x86-fpu-provide-infrastructure-for-kvm-fpu-cleanup.patch
	patches.suse/x86-kvm-convert-fpu-handling-to-a-single-swap-buffer.patch
	patches.suse/x86-fpu-remove-old-kvm-fpu-interface.patch
	patches.suse/signal-add-an-optional-check-for-altstack-size.patch
	patches.suse/x86-signal-implement-sigaltstack-size-validation.patch
	patches.suse/x86-fpu-xstate-provide-xstate_calculate_size.patch
	patches.suse/x86-fpu-add-members-to-struct-fpu-to-cache-permission-information.patch
	patches.suse/x86-fpu-add-fpu_state_config-legacy_features.patch
	patches.suse/x86-arch_prctl-add-controls-for-dynamic-xstate-components.patch
	patches.suse/x86-fpu-add-basic-helpers-for-dynamically-enabled-features.patch
	patches.suse/x86-signal-use-fpu-_state_user_size-for-sigalt-stack-validation.patch
	patches.suse/x86-fpu-signal-prepare-for-variable-sigframe-length.patch
	patches.suse/x86-fpu-prepare-fpu_clone-for-dynamically-enabled-features.patch
	patches.suse/x86-fpu-reset-permission-and-fpstate-on-exec.patch
	patches.suse/x86-cpufeatures-add-extended-feature-disabling-xfd-feature-bit.patch
	patches.suse/x86-msr-index-add-msrs-for-xfd.patch
	patches.suse/x86-fpu-add-xfd-state-to-fpstate.patch
	patches.suse/x86-fpu-add-sanity-checks-for-xfd.patch
	patches.suse/x86-fpu-update-xfd-state-where-required.patch
	patches.suse/x86-fpu-xstate-add-xfd-nm-handler.patch
	patches.suse/x86-fpu-xstate-add-fpstate_realloc-free.patch
	patches.suse/x86-fpu-xstate-prepare-xsave-feature-table-for-gaps-in-state-component-numbers.patch
	patches.suse/x86-fpu-amx-define-amx-state-components-and-have-it-used-for-boot-time-checks.patch
	patches.suse/x86-fpu-calculate-the-default-sizes-independently.patch
	patches.suse/x86-fpu-add-xfd-handling-for-dynamic-states.patch
	patches.suse/x86-fpu-amx-enable-the-amx-feature-in-64-bit-mode.patch
	patches.suse/selftests-x86-amx-add-test-cases-for-amx-state-management.patch
	patches.suse/selftests-x86-amx-add-context-switch-test.patch
	patches.suse/documentation-x86-add-documentation-for-using-dynamic-xstate-features.patch
	patches.suse/EDAC-amd64-Handle-three-rank-interleaving-mode.patch
	patches.suse/edac-sb_edac-fix-top-of-high-memory-value-for-broadwell-haswell.patch
	patches.suse/0001-efi-Disable-runtime-services-on-RT.patch
	patches.suse/0002-efi-Allow-efi-runtime.patch
	patches.suse/x86-mce-drop-copyin-special-case-for-mc.patch
	patches.suse/x86-ioremap-selectively-build-arch-override-encryption-functions
	patches.suse/arch-cc-Introduce-a-function-to-check-for-confidenti.patch
	patches.suse/x86-sev-Add-an-x86-version-of-cc_platform_has.patch
	patches.suse/powerpc-pseries-svm-add-a-powerpc-version-of-cc_platform_has
	patches.suse/x86-sme-replace-occurrences-of-sme_active-with-cc_platform_has
	patches.suse/x86-sev-replace-occurrences-of-sev_active-with-cc_platform_has
	patches.suse/x86-sev-replace-occurrences-of-sev_es_active-with-cc_platform_has
	patches.suse/treewide-replace-the-use-of-mem_encrypt_active-with-cc_platform_has
	patches.suse/x86-cpu-Fix-migration-safety-with-X86_BUG_NULL_SEL.patch
	patches.suse/x86-Kconfig-Fix-an-unused-variable-error-in-dell-smm.patch
	patches.suse/x86-insn-Use-get_unaligned-instead-of-memcpy.patch
	patches.suse/x86-sev-carve-out-hv-call-s-return-value-verification
	patches.suse/x86-sme-use-define-use_early_pgtable_l5-in-mem_encrypt_identity-c.patch
	patches.suse/x86-sev-Fix-stack-type-check-in-vc_switch_off_ist.patch
	patches.suse/x86-sev-allow-vc-exceptions-on-the-vc2-stack
	patches.suse/x86-sev-expose-sev_es_ghcb_hv_call-for-use-by-hyperv
	patches.suse/arm64-Add-HWCAP-for-self-synchronising-virtual-counter.patch
	patches.suse/arm64-mm-update-max_pfn-after-memory-hotplug.patch
	patches.suse/drivers-perf-hisi-Fix-PA-PMU-counter-offset.patch
	patches.suse/drivers-perf-thunderx2_pmu-Change-data-in-size-tx2_u.patch
	patches.suse/dma-mapping-remove-bogus-test-for-pfn_valid-from-dma.patch
	patches.suse/scs-Release-kasan-vmalloc-poison-in-scs_free-process.patch
	patches.suse/arm64-Add-Neoverse-N2-Cortex-A710-CPU-part-definitio.patch
	patches.suse/arm64-errata-Add-detection-for-TRBE-overwrite-in-FIL.patch
	patches.suse/arm64-errata-Add-workaround-for-TSB-flush-failures.patch
	patches.suse/arm64-errata-Add-detection-for-TRBE-write-to-out-of-.patch
	patches.suse/arm64-vdso32-suppress-error-message-for-make-mrprope.patch
	patches.suse/arm64-vdso32-require-CROSS_COMPILE_COMPAT-for-gcc-bf.patch
	patches.suse/parisc-fix-warning-in-flush_tlb_all.patch
	patches.suse/task_stack-Fix-end_of_stack-for-architectures-with-u.patch
	patches.suse/parisc-Fix-ptrace-check-on-syscall-return.patch
	patches.suse/parisc-unwind-fix-unwinder-when-CONFIG_64BIT-is-enab.patch
	patches.suse/parisc-kgdb-add-kgdb_roundup-to-make-kgdb-work-with-.patch
	patches.suse/parisc-Fix-set_fixmap-on-PA1.x-CPUs.patch
	patches.suse/stddef-Introduce-struct_group-helper-macro.patch
	patches.suse/bnxt_en-Use-struct_group_attr-for-memcpy-region.patch
	patches.suse/fortify-Explicitly-disable-Clang-support.patch
	patches.suse/fortify-Fix-dropped-strcpy-compile-time-write-overfl.patch
	patches.suse/lib-Introduce-CONFIG_MEMCPY_KUNIT_TEST.patch
	patches.suse/string.h-Introduce-memset_after-for-wiping-trailing-.patch
	patches.suse/string.h-Introduce-memset_startat-for-wiping-trailin.patch
	patches.suse/stddef-Introduce-DECLARE_FLEX_ARRAY-helper.patch
	patches.suse/firmware-psci-fix-application-of-sizeof-to-pointer.patch
	patches.suse/smackfs-Fix-use-after-free-in-netlbl_catmap_walk.patch
	patches.suse/smack-Guard-smack_ipv6_lock-definition-within-a-SMAC.patch
	patches.suse/smackfs-use-__GFP_NOFAIL-for-smk_cipso_doi.patch
	patches.suse/smackfs-use-netlbl_cfg_cipsov4_del-for-deleting-cips.patch
	patches.suse/media-mt9p031-Fix-corrupted-frame-after-restarting-s.patch
	patches.suse/media-em28xx-add-missing-em28xx_close_extension.patch
	patches.suse/media-meson-ge2d-Fix-rotation-parameter-changes-dete.patch
	patches.suse/media-cxd2880-spi-Fix-a-null-pointer-dereference-on-.patch
	patches.suse/media-ttusb-dec-avoid-release-of-non-acquired-mutex.patch
	patches.suse/media-dvb-usb-fix-ununit-value-in-az6027_rc_query.patch
	patches.suse/media-netup_unidvb-handle-interrupt-properly-accordi.patch
	patches.suse/media-atomisp-Fix-error-handling-in-probe.patch
	patches.suse/media-stm32-Potential-NULL-pointer-dereference-in-dc.patch
	patches.suse/media-staging-intel-ipu3-css-Fix-wrong-size-comparis.patch
	patches.suse/media-imx258-Fix-getting-clock-frequency.patch
	patches.suse/media-ov8856-Set-default-mbus-format-but-allow-calle.patch
	patches.suse/media-v4l2-ioctl-Fix-check_ext_ctrls.patch
	patches.suse/media-v4l2-ioctl-S_CTRL-output-the-right-value.patch
	patches.suse/media-uvcvideo-Set-capability-in-s_param.patch
	patches.suse/media-uvcvideo-Return-EIO-for-control-errors.patch
	patches.suse/media-uvcvideo-Set-unique-vdev-name-based-in-type.patch
	patches.suse/media-davinci-Make-use-of-the-helper-function-devm_p.patch
	patches.suse/media-vidtv-Fix-memory-leak-in-remove.patch
	patches.suse/media-mtk-vcodec-venc-fix-return-value-when-start_st.patch
	patches.suse/media-firewire-firedtv-avc-fix-a-buffer-overflow-in-.patch
	patches.suse/media-s5p-mfc-fix-possible-null-pointer-dereference-.patch
	patches.suse/media-s5p-mfc-Add-checking-to-s5p_mfc_probe.patch
	patches.suse/media-TDA1997x-handle-short-reads-of-hdmi-info-frame.patch
	patches.suse/media-mtk-vpu-Fix-a-resource-leak-in-the-error-handl.patch
	patches.suse/media-imx-jpeg-Fix-the-error-handling-path-of-mxc_jp.patch
	patches.suse/media-videobuf2-rework-vb2_mem_ops-API.patch
	patches.suse/media-i2c-ths8200-needs-V4L2_ASYNC.patch
	patches.suse/media-imx-set-a-media_device-bus_info-string.patch
	patches.suse/media-sun6i-csi-Allow-the-video-device-to-be-open-mu.patch
	patches.suse/media-staging-media-rkvdec-Make-use-of-the-helper-fu.patch
	patches.suse/media-rcar-vin-Use-user-provided-buffers-when-starti.patch
	patches.suse/media-radio-wl1273-Avoid-card-name-truncation.patch
	patches.suse/media-si470x-Avoid-card-name-truncation.patch
	patches.suse/media-tm6000-Avoid-card-name-truncation.patch
	patches.suse/media-cx23885-Fix-snd_card_free-call-on-null-card-po.patch
	patches.suse/media-atmel-fix-the-ispck-initialization.patch
	patches.suse/media-ir-kbd-i2c-improve-responsiveness-of-hauppauge.patch
	patches.suse/media-mxl111sf-change-mutex_init-location.patch
	patches.suse/media-mceusb-return-without-resubmitting-URB-in-case.patch
	patches.suse/media-cedrus-Fix-SUNXI-tile-size-calculation-448ea5ee473b.patch
	patches.suse/media-rcar-csi2-Add-checking-to-rcsi2_start_receiver.patch
	patches.suse/media-em28xx-Don-t-use-ops-suspend-if-it-is-NULL.patch
	patches.suse/media-CEC-keep-related-menu-entries-together.patch
	patches.suse/media-imx-jpeg-Fix-possible-null-pointer-dereference.patch
	patches.suse/media-venus-fix-vpp-frequency-calculation-for-decode.patch
	patches.suse/media-ipu3-imgu-imgu_fmt-Handle-properly-try.patch
	patches.suse/media-ipu3-imgu-VIDIOC_QUERYCAP-Fix-bus_info.patch
	patches.suse/media-dvb-frontends-mn88443x-Handle-errors-of-clk_pr.patch
	patches.suse/media-usb-dvd-usb-fix-uninit-value-bug-in-dibusb_rea.patch
	patches.suse/media-vidtv-move-kfree-dvb-to-vidtv_bridge_dev_relea.patch
	patches.suse/media-videobuf2-always-set-buffer-vb2-pointer.patch
	patches.suse/media-imx-jpeg-Add-pm-runtime-support-for-imx-jpeg.patch
	patches.suse/media-rkvdec-Do-not-override-sizeimage-for-output-fo.patch
	patches.suse/media-rkvdec-Support-dynamic-resolution-changes.patch
	patches.suse/media-ivtv-fix-build-for-UML.patch
	patches.suse/media-ir_toy-assignment-to-be16-should-be-of-correct.patch
	patches.suse/media-ite-cir-IR-receiver-stop-working-after-receive.patch
	patches.suse/media-allegro-ignore-interrupt-if-mailbox-is-not-ini.patch
	patches.suse/leds-trigger-Disable-CPU-trigger-on-PREEMPT_RT.patch
	patches.suse/ipmi-watchdog-Set-panic-count-to-proper-value-on-a-p.patch
	patches.suse/ipmi-Disable-some-operations-during-a-panic.patch
	patches.suse/ipmi-kcs_bmc-Fix-a-memory-leak-in-the-error-handling.patch
	patches.suse/mmc-mtk-sd-Add-wait-dma-stop-done-flow.patch
	patches.suse/mmc-dw_mmc-Dont-wait-for-DRTO-on-Write-RSP-error.patch
	patches.suse/mmc-sdhci-omap-Fix-NULL-pointer-exception-if-regulat.patch
	patches.suse/mmc-sdhci-omap-Fix-context-restore.patch
	patches.suse/memstick-avoid-out-of-range-warning.patch
	patches.suse/mmc-moxart-Fix-reference-count-leaks-in-moxart_probe.patch
	patches.suse/memstick-jmb38x_ms-use-appropriate-free-function-in-.patch
	patches.suse/mmc-moxart-Fix-null-pointer-dereference-on-pointer-h.patch
	patches.suse/mmc-mxs-mmc-disable-regulator-on-error-and-in-the-re.patch
	patches.suse/memstick-r592-Fix-a-UAF-bug-when-removing-the-driver.patch
	patches.suse/dt-bindings-mmc-fsl-imx-esdhc-add-NXP-S32G2-support.patch
	patches.suse/mmc-sdhci-esdhc-imx-add-NXP-S32G2-support.patch
	patches.suse/mailbox-Remove-WARN_ON-for-async_cb.cb-in-cmdq_exec_.patch
	patches.suse/spi-Check-we-have-a-spi_device_id-for-each-DT-compat.patch
	patches.suse/regulator-s5m8767-do-not-use-reset-value-as-DVS-volt.patch
	patches.suse/regulator-dt-bindings-samsung-s5m8767-correct-s5m876.patch
	patches.suse/regulator-Don-t-error-out-fixed-regulator-in-regulat.patch
	patches.suse/spi-Fixed-division-by-zero-warning.patch
	patches.suse/spi-bcm-qspi-Fix-missing-clk_disable_unprepare-on-er.patch
	patches.suse/spi-tegra210-quad-Put-device-into-suspend-on-driver-.patch
	patches.suse/spi-spi-rpc-if-Check-return-value-of-rpcif_sw_init.patch
	patches.suse/spi-Convert-NXP-flexspi-to-json-schema.patch
	patches.suse/hwmon-Fix-possible-memleak-in-__hwmon_device_registe.patch
	patches.suse/hwmon-pmbus-lm25066-Add-offset-coefficients.patch
	patches.suse/hwmon-pmbus-lm25066-Let-compiler-determine-outer-dim.patch
	patches.suse/hwmon-acpi_power_meter-Use-acpi_bus_get_acpi_device.patch
	patches.suse/hwmon-dell-smm-Speed-up-setting-of-fan-speed.patch
	patches.suse/hwmon-lm90-Introduce-flag-indicating-extended-temper.patch
	patches.suse/hwmon-lm90-Add-basic-support-for-TI-TMP461.patch
	patches.suse/hwmon-tmp401-Drop-support-for-TMP461.patch
	patches.suse/kprobes-Do-not-use-local-variable-when-creating-debu.patch
	patches.suse/kprobes-treewide-Cleanup-the-error-messages-for-kprobes.patch
	patches.suse/kprobes-treewide-Use-kprobe_opcode_t-for-the-code-address-in-get_optimized_kprobe.patch
	patches.suse/ia64-kprobes-Fix-to-pass-correct-trampoline-address-.patch
	patches.suse/kprobes-treewide-Replace-arch_deref_entry_point-with-dereference_symbol_descriptor.patch
	patches.suse/kprobes-treewide-Remove-trampoline_address-from-kretprobe_trampoline_handler.patch
	patches.suse/kprobes-treewide-Make-it-harder-to-refer-kretprobe_trampoline-directly.patch
	patches.suse/kprobes-Add-kretprobe_find_ret_addr-for-searching-return-address.patch
	patches.suse/objtool-Add-frame-pointer-specific-function-ignore.patch
	patches.suse/objtool-Ignore-unwind-hints-for-ignored-functions.patch
	patches.suse/x86-kprobes-Add-UNWIND_HINT_FUNC-on-kretprobe_trampoline.patch
	patches.suse/arm-kprobes-Make-space-for-instruction-pointer-on-stack.patch
	patches.suse/kprobes-Enable-stacktrace-from-pt_regs-in-kretprobe-handler.patch
	patches.suse/x86-kprobes-Push-a-fake-return-address-at-kretprobe_trampoline.patch
	patches.suse/x86-unwind-Recover-kretprobe-trampoline-entry.patch
	patches.suse/tracing-Show-kretprobe-unknown-indicator-only-for-kretprobe_trampoline.patch
	patches.suse/x86-kprobes-Fixup-return-address-in-generic-trampoline-handler.patch
	patches.suse/tracefs-Have-tracefs-directories-not-set-OTH-permiss.patch
	patches.suse/tracing-Disable-other-permission-bits-in-the-tracefs.patch
	patches.suse/tracing-cfi-Fix-cmp_entries_-functions-signature-mis.patch
	patches.suse/tracing-use-ps-format-string-to-print-symbols.patch
	patches.suse/ARM-clang-Do-not-rely-on-lr-register-for-stacktrace.patch
	patches.suse/tools-latency-collector-Use-correct-size-when-writin.patch
	patches.suse/trace-osnoise-Add-migrate-disabled-field-to-the-osnoise-header.patch
	patches.suse/trace-timerlat-Add-migrate-disabled-field-to-the-timerlat-header.patch
	patches.suse/samples-kretprobes-Fix-return-value-if-register_kret.patch
	patches.suse/ftrace-do-CPU-checking-after-preemption-disabled.patch
	patches.suse/tracing-Increase-PERF_MAX_TRACE_SIZE-to-handle-Senti.patch
	patches.suse/rcu-Fix-existing-exp-request-check-in-sync_sched_exp.patch
	patches.suse/rcu-Always-inline-rcu_dynticks_task-_-enter-exit.patch
	patches.suse/rcu-tasks-Move-RTGS_WAIT_CBS-to-beginning-of-rcu_tas.patch
	patches.suse/rcutorture-Avoid-problematic-critical-section-nestin.patch
	patches.suse/selinux-fix-race-condition-when-computing-ocontext-S.patch
	patches.suse/LSM-Avoid-warnings-about-potentially-unused-hook-var.patch
	patches.suse/binder-use-euid-from-cred-instead-of-using-task.patch
	patches.suse/binder-use-cred-instead-of-task-for-selinux-checks.patch
	patches.suse/binder-use-cred-instead-of-task-for-getsecid.patch
	patches.suse/crypto-drbg-Fix-unused-value-warning-in-drbg_healthc.patch
	patches.suse/crypto-aesni-check-walk.nbytes-instead-of-err.patch
	patches.suse/crypto-caam-disable-pkc-for-non-E-SoCs.patch
	patches.suse/crypto-qat-power-up-4xxx-device.patch
	patches.suse/crypto-ecc-fix-CRYPTO_DEFAULT_RNG-dependency.patch
	patches.suse/crypto-hisilicon-qm-modify-the-uacce-mode-check.patch
	patches.suse/crypto-ccree-avoid-out-of-range-warnings-from-clang.patch
	patches.suse/crypto-qat-detect-PFVF-collision-after-ACK.patch
	patches.suse/crypto-qat-disregard-spurious-PFVF-interrupts.patch
	patches.suse/crypto-qat-remove-unnecessary-collision-prevention-s.patch
	patches.suse/crypto-qat-make-pfvf-send-message-direction-agnostic.patch
	patches.suse/crypto-testmgr-Only-disable-migration-in-crypto_disa.patch
	patches.suse/hwrng-mtk-Force-runtime-pm-ops-for-sleep-ops.patch
	patches.suse/crypto-octeontx2-set-assoclen-in-aead_do_fallback.patch
	patches.suse/crypto-tcrypt-fix-skcipher-multi-buffer-tests-for-14.patch
	patches.suse/crypto-s5p-sss-Add-error-handling-in-s5p_aes_probe.patch
	patches.suse/crypto-pcrypt-Delay-write-to-padata-info.patch
	patches.suse/qed-Improve-the-stack-space-of-filter_config.patch
	patches.suse/mlxsw-spectrum-Bump-minimum-FW-version-to-xx.2008.33.patch
	patches.suse/mlxsw-spectrum-Move-port-module-mapping-before-core-.patch
	patches.suse/mlxsw-spectrum-Move-port-SWID-set-before-core-port-i.patch
	patches.suse/mlxsw-reg-Add-Port-Local-port-to-Label-Port-mapping-.patch
	patches.suse/mlxsw-spectrum-Use-PLLP-to-get-front-panel-number-an.patch
	patches.suse/mlxsw-reg-Add-Port-Module-To-local-DataBase-Register.patch
	patches.suse/mlxsw-spectrum-Use-PMTDB-register-to-obtain-split-in.patch
	patches.suse/mlxsw-reg-Remove-PMTM-register.patch
	patches.suse/net-smc-add-support-for-user-defined-EIDs
	patches.suse/net-smc-keep-static-copy-of-system-EID
	patches.suse/net-smc-add-generic-netlink-support-for-system-EID
	patches.suse/ethtool-prevent-endless-loop-if-eeprom-size-is-small.patch
	patches.suse/net-hns3-PF-support-get-unicast-MAC-address-space-as.patch
	patches.suse/net-hns3-PF-support-get-multicast-MAC-address-space-.patch
	patches.suse/MIPS-lantiq-dma-add-small-delay-after-reset.patch
	patches.suse/MIPS-lantiq-dma-reset-correct-number-of-channel.patch
	patches.suse/MIPS-lantiq-dma-fix-burst-length-for-DEU.patch
	patches.suse/ibmvnic-Consolidate-code-in-replenish_rx_pool.patch
	patches.suse/ibmvnic-Fix-up-some-comments-and-messages.patch
	patches.suse/ibmvnic-Use-rename-local-vars-in-init_rx_pools.patch
	patches.suse/ibmvnic-Use-rename-local-vars-in-init_tx_pools.patch
	patches.suse/ibmvnic-init_tx_pools-move-loop-invariant-code.patch
	patches.suse/ibmvnic-Use-bitmap-for-LTB-map_ids.patch
	patches.suse/ibmvnic-Reuse-LTB-when-possible.patch
	patches.suse/ibmvnic-Reuse-rx-pools-when-possible.patch
	patches.suse/ibmvnic-Reuse-tx-pools-when-possible.patch
	patches.suse/net-sched-update-default-qdisc-visibility-after-Tx-q.patch
	patches.suse/net-mlx5-Publish-and-unpublish-all-devlink-parameter.patch
	patches.suse/devlink-Delete-not-used-single-parameter-notificatio.patch
	patches.suse/mlxsw-core-Initialize-switch-driver-last.patch
	patches.suse/mlxsw-core-Remove-mlxsw_core_is_initialized.patch
	patches.suse/mlxsw-core_env-Defer-handling-of-module-temperature-.patch
	patches.suse/mlxsw-core_env-Convert-module_info_lock-to-a-mutex.patch
	patches.suse/mlxsw-spectrum-Do-not-return-an-error-in-ndo_stop.patch
	patches.suse/mlxsw-spectrum-Do-not-return-an-error-in-mlxsw_sp_po.patch
	patches.suse/mlxsw-Track-per-module-port-status.patch
	patches.suse/mlxsw-reg-Add-fields-to-PMAOS-register.patch
	patches.suse/mlxsw-Make-PMAOS-pack-function-more-generic.patch
	patches.suse/net-chelsio-cxgb4vf-Make-use-of-the-helper-function-.patch
	patches.suse/octeontx2-pf-CN10K-Hide-RPM-stats-over-ethtool.patch
	patches.suse/octeontx2-af-Hardware-configuration-for-inline-IPsec.patch
	patches.suse/net-e1000e-solve-insmod-Unknown-symbol-mutex_lock-er.patch
	patches.suse/octeontx2-af-Fix-uninitialized-variable-val.patch
	patches.suse/octeontx2-af-Remove-redundant-initialization-of-vari.patch
	patches.suse/devlink-Delete-not-used-devlink-APIs.patch
	patches.suse/libbpf-Don-t-crash-on-object-files-with-no-symbol-ta.patch
	patches.suse/net-net_namespace-Fix-undefined-member-in-key_remove.patch
	patches.suse/net-phylink-don-t-call-netif_carrier_off-with-NULL-n.patch
	patches.suse/octeontx2-af-verify-CQ-context-updates.patch
	patches.suse/virtio_net-introduce-TX-timeout-watchdog.patch
	patches.suse/devlink-Make-devlink_register-to-be-void.patch
	patches.suse/net-mlx4-Add-support-for-XDP_REDIRECT.patch
	patches.suse/bnxt_en-Check-devlink-allocation-and-registration-st.patch
	patches.suse/bnxt_en-Properly-remove-port-parameter-support.patch
	patches.suse/devlink-Delete-not-used-port-parameters-APIs.patch
	patches.suse/devlink-Remove-single-line-function-obfuscations.patch
	patches.suse/ice-Delete-always-true-check-of-PF-pointer.patch
	patches.suse/qed-Don-t-ignore-devlink-allocation-failures.patch
	patches.suse/rxrpc-Fix-_usecs_to_jiffies-by-using-usecs_to_jiffie.patch
	patches.suse/net-mlx5-DR-Fix-code-indentation-in-dr_ste_v1.patch
	patches.suse/net-mlx5e-Add-error-flow-for-ethtool-X-command.patch
	patches.suse/net-mlx5e-Use-correct-return-type.patch
	patches.suse/net-mlx5e-Remove-incorrect-addition-of-action-fwd-fl.patch
	patches.suse/net-mlx5e-Set-action-fwd-flag-when-parsing-tc-action.patch
	patches.suse/net-mlx5e-Check-action-fwd-drop-flag-exists-also-for.patch
	patches.suse/net-mlx5e-Remove-redundant-priv-arg-from-parse_pedit.patch
	patches.suse/net-mlx5e-Use-tc-sample-stubs-instead-of-ifdefs-in-s.patch
	patches.suse/net-mlx5e-Use-NL_SET_ERR_MSG_MOD-for-errors-parsing-.patch
	patches.suse/net-mlx5e-loopback-test-is-not-supported-in-switchde.patch
	patches.suse/net-mlx5e-Enable-TC-offload-for-egress-MACVLAN.patch
	patches.suse/net-mlx5e-Enable-TC-offload-for-ingress-MACVLAN.patch
	patches.suse/octeontx2-af-Limit-KPU-parsing-for-GTPU-packets.patch
	patches.suse/octeontx2-af-Optimize-KPU1-processing-for-variable-l.patch
	patches.suse/selftests-net-fib_nexthops-Wait-before-checking-repo.patch
	patches.suse/net-stmmac-fix-gcc-10-Wrestrict-warning.patch
	patches.suse/devlink-Notify-users-when-objects-are-accessible.patch
	patches.suse/bnxt_en-Register-devlink-instance-at-the-end-devlink.patch
	patches.suse/ice-Open-devlink-when-device-is-ready.patch
	patches.suse/octeontx2-Move-devlink-registration-to-be-last-devli.patch
	patches.suse/net-mlx4-Move-devlink_register-to-be-the-last-initia.patch
	patches.suse/net-mlx5-Accept-devlink-user-input-after-driver-init.patch
	patches.suse/mlxsw-core-Register-devlink-instance-last.patch
	patches.suse/nfp-Move-delink_register-to-be-last-command.patch
	patches.suse/ionic-Move-devlink-registration-to-be-last-devlink-c.patch
	patches.suse/qed-Move-devlink-registration-to-be-last-devlink-com.patch
	patches.suse/net-ethernet-ti-Move-devlink-registration-to-be-last.patch
	patches.suse/netdevsim-Move-devlink-registration-to-be-last-devli.patch
	patches.suse/net-dsa-Move-devlink-registration-to-be-last-devlink.patch
	patches.suse/net-dsa-rtl8366rb-Fix-off-by-one-bug.patch
	patches.suse/net-dsa-rtl8366-Fix-a-bug-in-deleting-VLANs.patch
	patches.suse/net-mlx5e-check-return-value-of-rhashtable_init.patch
	patches.suse/net-stmmac-fix-off-by-one-error-in-sanity-check.patch
	patches.suse/octeontx2-af-Reset-PTP-config-in-FLR-handler.patch
	patches.suse/octeontx2-af-cn10k-RPM-hardware-timestamp-configurat.patch
	patches.suse/octeontx2-af-Use-ptp-input-clock-info-from-firmware-.patch
	patches.suse/octeontx2-af-Add-external-ptp-input-clock.patch
	patches.suse/octeontx2-pf-Use-hardware-register-for-CQE-count.patch
	patches.suse/gve-DQO-avoid-unused-variable-warnings.patch
	patches.suse/octeontx2-pf-Enable-promisc-allmulti-match-MCAM-entr.patch
	patches.suse/octeontx2-nicvf-Add-PTP-hardware-clock-support-to-NI.patch
	patches.suse/ice-Add-DSCP-support.patch
	patches.suse/ice-Add-feature-bitmap-helpers-and-a-check-for-DSCP.patch
	patches.suse/ice-Fix-link-mode-handling.patch
	patches.suse/ice-refactor-devlink-getter-fallback-functions-to-vo.patch
	patches.suse/ice-Fix-macro-name-for-IPv4-fragment-flag.patch
	patches.suse/ice-Prefer-kcalloc-over-open-coded-arithmetic.patch
	patches.suse/ethtool-ioctl-Use-array_size-helper-in-copy_-from-to.patch
	patches.suse/net-mlx4-Use-array_size-helper-in-copy_to_user.patch
	patches.suse/gve-Use-kvcalloc-instead-of-kvzalloc.patch
	patches.suse/devlink-Add-missed-notifications-iterators.patch
	patches.suse/octeontx2-af-Adjust-LA-pointer-for-cpt-parse-header.patch
	patches.suse/octeontx2-pf-Add-XDP-support-to-netdev-PF.patch
	patches.suse/dissector-do-not-set-invalid-PPP-protocol.patch
	patches.suse/octeontx2-af-Remove-redundant-initialization-of-vari-75f81afb.patch
	patches.suse/ixgbe-let-the-xdpdrv-work-with-more-than-64-cpus.patch
	patches.suse/net-mlx4_en-Add-XDP_REDIRECT-statistics.patch
	patches.suse/devlink-report-maximum-number-of-snapshots-with-regi.patch
	patches.suse/net-mlx5-DR-Fix-vport-number-data-type-to-u16.patch
	patches.suse/net-mlx5-DR-Replace-local-WIRE_PORT-macro-with-the-e.patch
	patches.suse/net-mlx5-DR-Add-missing-query-for-vport-0.patch
	patches.suse/net-mlx5-DR-Align-error-messages-for-failure-to-obta.patch
	patches.suse/net-mlx5-DR-Support-csum-recalculation-flow-table-on.patch
	patches.suse/net-mlx5-DR-Add-support-for-SF-vports.patch
	patches.suse/net-mlx5-DR-Increase-supported-num-of-actions-to-32.patch
	patches.suse/net-mlx5-DR-Fix-typo-offeset-to-offset.patch
	patches.suse/net-mlx5-DR-init_next_match-only-if-needed.patch
	patches.suse/net-mlx5-DR-Add-missing-string-for-action-type-SAMPL.patch
	patches.suse/net-mlx5-Warn-for-devlink-reload-when-there-are-VFs-.patch
	patches.suse/net-mlx5-Tolerate-failures-in-debug-features-while-d.patch
	patches.suse/net-mlx5-Use-kvcalloc-instead-of-kvzalloc.patch
	patches.suse/net-mlx5-Use-struct_size-helper-in-kvzalloc.patch
	patches.suse/net-mlx5e-Use-array_size-helper.patch
	patches.suse/net-core-disable-NET_RX_BUSY_POLL-on-PREEMPT_RT.patch
	patches.suse/xsk-Batched-buffer-allocation-for-the-pool.patch
	patches.suse/ice-Use-xdp_buf-instead-of-rx_buf-for-xsk-zero-copy.patch
	patches.suse/ice-Use-the-xsk-batched-rx-allocation-interface.patch
	patches.suse/i40e-Use-the-xsk-batched-rx-allocation-interface.patch
	patches.suse/xsk-Optimize-for-aligned-case.patch
	patches.suse/libbpf-Fix-skel_internal.h-to-set-errno-on-loader-re.patch
	patches.suse/ionic-remove-debug-stats.patch
	patches.suse/ionic-check-for-binary-values-in-FW-ver-string.patch
	patches.suse/ionic-move-lif-mutex-setup-and-delete.patch
	patches.suse/ionic-widen-queue_lock-use-around-lif-init-and-deini.patch
	patches.suse/ionic-add-polling-to-adminq-wait.patch
	patches.suse/ionic-have-ionic_qcq_disable-decide-on-sending-to-ha.patch
	patches.suse/ionic-add-lif-param-to-ionic_qcq_disable.patch
	patches.suse/net-dev-Change-napi_gro_complete-return-type-to-void.patch
	patches.suse/net-mscc-ocelot-support-egress-VLAN-rewriting-via-VC.patch
	patches.suse/msft-hv-2445-net-use-eth_hw_addr_set.patch
	patches.suse/ethernet-use-eth_hw_addr_set.patch
	patches.suse/net-usb-use-eth_hw_addr_set.patch
	patches.suse/net-use-eth_hw_addr_set-instead-of-ether_addr_copy.patch
	patches.suse/ethernet-use-eth_hw_addr_set-instead-of-ether_addr_c.patch
	patches.suse/net-usb-use-eth_hw_addr_set-instead-of-ether_addr_co.patch
	patches.suse/ethernet-chelsio-use-eth_hw_addr_set.patch
	patches.suse/ethernet-s2io-use-eth_hw_addr_set.patch
	patches.suse/fddi-use-eth_hw_addr_set.patch
	patches.suse/ethernet-use-eth_hw_addr_set-casts.patch
	patches.suse/net-mlx4_en-avoid-one-cache-line-miss-to-ring-doorbe.patch
	patches.suse/qed-Fix-kernel-doc-warnings.patch
	patches.suse/qed-Remove-e4_-and-_e4-from-FW-HSI.patch
	patches.suse/qed-Split-huge-qed_hsi.h-header-file.patch
	patches.suse/qed-Update-common_hsi-for-FW-ver-8.59.1.0.patch
	patches.suse/qed-Update-qed_mfw_hsi.h-for-FW-ver-8.59.1.0.patch
	patches.suse/qed-Update-qed_hsi.h-for-fw-8.59.1.0.patch
	patches.suse/qed-Use-enum-as-per-FW-8.59.1.0-in-qed_iro_hsi.h.patch
	patches.suse/qed-Update-FW-init-functions-to-support-FW-8.59.1.0.patch
	patches.suse/qed-Add-_GTT-suffix-to-the-IRO-RAM-macros.patch
	patches.suse/qed-Update-debug-related-changes.patch
	patches.suse/qed-Update-TCP-silly-window-syndrome-timeout-for-iwa.patch
	patches.suse/qed-Update-the-TCP-active-termination-2-MSL-timer-TI.patch
	patches.suse/qed-fix-ll2-establishment-during-load-of-RDMA-driver.patch
	patches.suse/ethernet-ehea-add-missing-cast.patch
	patches.suse/net-bgmac-support-MDIO-described-in-DT.patch
	patches.suse/net-mlx5e-Specify-SQ-stats-struct-for-mlx5e_open_txq.patch
	patches.suse/net-mlx5e-Add-TX-max-rate-support-for-MQPRIO-channel.patch
	patches.suse/net-mlx5e-TC-Refactor-sample-offload-error-flow.patch
	patches.suse/net-mlx5e-Move-mod-hdr-allocation-to-a-single-place.patch
	patches.suse/net-mlx5e-Split-actions_match_supported-into-a-sub-f.patch
	patches.suse/net-mlx5e-Move-parse-fdb-check-into-actions_match_su.patch
	patches.suse/net-mlx5e-Reserve-a-value-from-TC-tunnel-options-map.patch
	patches.suse/net-mlx5e-Specify-out-ifindex-when-looking-up-encap-.patch
	patches.suse/net-mlx5e-Support-accept-action.patch
	patches.suse/net-mlx5-Bridge-refactor-eswitch-instance-usage.patch
	patches.suse/net-mlx5-Bridge-extract-VLAN-pop-code-to-dedicated-f.patch
	patches.suse/net-mlx5-Bridge-mark-reg_c1-when-pushing-VLAN.patch
	patches.suse/net-mlx5-Bridge-pop-VLAN-on-egress-table-miss.patch
	patches.suse/net-mlx5-Shift-control-IRQ-to-the-last-index.patch
	patches.suse/net-mlx5-Enable-single-IRQ-for-PCI-Function.patch
	patches.suse/mlx4-replace-mlx4_mac_to_u64-with-ether_addr_to_u64.patch
	patches.suse/mlx4-replace-mlx4_u64_to_mac-with-u64_to_ether_addr.patch
	patches.suse/mlx4-remove-custom-dev_addr-clearing.patch
	patches.suse/mlx4-constify-args-for-const-dev_addr.patch
	patches.suse/ethernet-use-eth_hw_addr_set-for-dev-addr_len-cases.patch
	patches.suse/net-usb-use-eth_hw_addr_set-for-dev-addr_len-cases.patch
	patches.suse/Bluetooth-refactor-set_exp_feature-with-a-feature-ta.patch
	patches.suse/Bluetooth-sco-Fix-lock_sock-blockage-by-memcpy_from_.patch
	patches.suse/Bluetooth-fix-use-after-free-error-in-lock_sock_nest.patch
	patches.suse/Bluetooth-btusb-Support-public-address-configuration.patch
	patches.suse/Bluetooth-btusb-Add-protocol-for-MediaTek-bluetooth-.patch
	patches.suse/Bluetooth-btusb-Add-the-new-support-ID-for-Realtek-R.patch
	patches.suse/Bluetooth-btusb-Add-support-for-IMC-Networks-Mediate-15957cab9db0.patch
	patches.suse/Bluetooth-call-sock_hold-earlier-in-sco_conn_del.patch
	patches.suse/Bluetooth-fix-init-and-cleanup-of-sco_conn.timeout_w.patch
	patches.suse/Bluetooth-Add-bt_skb_sendmsg-helper.patch
	patches.suse/Bluetooth-Add-bt_skb_sendmmsg-helper.patch
	patches.suse/Bluetooth-SCO-Replace-use-of-memcpy_from_msg-with-bt.patch
	patches.suse/Bluetooth-RFCOMM-Replace-use-of-memcpy_from_msg-with.patch
	patches.suse/Bluetooth-Fix-passing-NULL-to-PTR_ERR.patch
	patches.suse/Bluetooth-SCO-Fix-sco_send_frame-returning-skb-len.patch
	patches.suse/Bluetooth-btusb-Add-gpio-reset-way-for-qca-btsoc-in-.patch
	patches.suse/Bluetooth-btmtkuart-fix-a-memleak-in-mtk_hci_wmt_syn.patch
	patches.suse/Bbluetooth-btusb-Add-another-Bluetooth-part-for-Real.patch
	patches.suse/Bluetooth-btusb-Add-support-for-TP-Link-UB500-Adapte.patch
	patches.suse/ethernet-fix-up-ps3_gelic_net.c-for-ethernet-use-eth.patch
	patches.suse/net-tg3-fix-obsolete-check-of-err.patch
	patches.suse/gtp-use-skb_dst_update_pmtu_no_confirm-instead-of-di.patch
	patches.suse/qed-Fix-spelling-mistake-ctx_bsaed-ctx_based.patch
	patches.suse/of-net-move-of_net-under-net.patch
	patches.suse/of-net-add-a-helper-for-loading-netdev-dev_addr.patch
	patches.suse/ethernet-use-of_get_ethdev_address.patch
	patches.suse/device-property-move-mac-addr-helpers-to-eth.c.patch
	patches.suse/eth-fwnode-change-the-return-type-of-mac-address-hel.patch
	patches.suse/eth-fwnode-remove-the-addr-len-from-mac-helpers.patch
	patches.suse/eth-fwnode-add-a-helper-for-loading-netdev-dev_addr.patch
	patches.suse/ethernet-use-device_get_ethdev_address.patch
	patches.suse/rsi-fix-occasional-initialisation-failure-with-BT-co.patch
	patches.suse/rsi-fix-key-enabled-check-causing-unwanted-encryptio.patch
	patches.suse/rsi-fix-rate-mask-set-leading-to-P2P-failure.patch
	patches.suse/mwifiex-Run-SET_BSS_MODE-when-changing-from-P2P-to-S.patch
	patches.suse/mwifiex-Properly-initialize-private-structure-on-int.patch
	patches.suse/rsi-Fix-module-dev_oper_mode-parameter-description.patch
	patches.suse/wilc1000-fix-possible-memory-leak-in-cfg_scan_result.patch
	patches.suse/rtw88-8821c-support-RFE-type4-wifi-NIC.patch
	patches.suse/rtw88-fix-RX-clock-gate-setting-while-fifo-dump.patch
	patches.suse/brcmfmac-Add-DMI-nvram-filename-quirk-for-Cyberbook-.patch
	patches.suse/ath11k-Align-bss_chan_info-structure-with-firmware.patch
	patches.suse/wcn36xx-handle-connection-loss-indication.patch
	patches.suse/wcn36xx-Fix-Antenna-Diversity-Switching.patch
	patches.suse/wcn36xx-Add-ability-for-wcn36xx_smd_dump_cmd_req-to-.patch
	patches.suse/ath11k-qmi-avoid-error-messages-when-dma-allocation-.patch
	patches.suse/ath11k-fix-some-sleeping-in-atomic-bugs.patch
	patches.suse/ath11k-Avoid-reg-rules-update-during-firmware-recove.patch
	patches.suse/ath11k-Avoid-race-during-regd-updates.patch
	patches.suse/ath11k-fix-packet-drops-due-to-incorrect-6-GHz-freq-.patch
	patches.suse/ath11k-Fix-memory-leak-in-ath11k_qmi_driver_event_wo.patch
	patches.suse/ath11k-add-handler-for-scan-event-WMI_SCAN_EVENT_DEQ.patch
	patches.suse/ath11k-Change-DMA_FROM_DEVICE-to-DMA_TO_DEVICE-when-.patch
	patches.suse/ath10k-high-latency-fixes-for-beacon-buffer.patch
	patches.suse/ath10k-Fix-missing-frame-timestamp-for-beacon-probe-.patch
	patches.suse/ath10k-sdio-Add-missing-BH-locking-around-napi_schdu.patch
	patches.suse/msft-hv-2449-net-mana-Use-kcalloc-instead-of-kzalloc.patch
	patches.suse/ice-support-basic-E-Switch-mode-control.patch
	patches.suse/ice-Move-devlink-port-to-PF-VF-struct.patch
	patches.suse/ice-introduce-VF-port-representor.patch
	patches.suse/ice-allow-process-VF-opcodes-in-different-ways.patch
	patches.suse/ice-manage-VSI-antispoof-and-destination-override.patch
	patches.suse/ice-allow-changing-lan_en-and-lb_en-on-dflt-rules.patch
	patches.suse/ice-set-and-release-switchdev-environment.patch
	patches.suse/ice-introduce-new-type-of-VSI-for-switchdev.patch
	patches.suse/ice-enable-disable-switchdev-when-managing-VFs.patch
	patches.suse/ice-rebuild-switchdev-when-resetting-all-VFs.patch
	patches.suse/ice-switchdev-slow-path.patch
	patches.suse/ice-add-port-representor-ethtool-ops-and-stats.patch
	patches.suse/eth-platform-add-a-helper-for-loading-netdev-dev_add.patch
	patches.suse/ethernet-use-platform_get_ethdev_address.patch
	patches.suse/qed-Initialize-debug-string-array.patch
	patches.suse/net-sched-sch_ets-properly-init-all-active-DRR-list-.patch
	patches.suse/net-sysfs-try-not-to-restart-the-syscall-if-it-will-.patch
	patches.suse/qed-Fix-compilation-for-CONFIG_QED_SRIOV-undefined-s.patch
	patches.suse/net-tg3-fix-redundant-check-of-true-expression.patch
	patches.suse/ethernet-forcedeth-remove-direct-netdev-dev_addr-wri.patch
	patches.suse/ethernet-tg3-remove-direct-netdev-dev_addr-writes.patch
	patches.suse/ethernet-tulip-remove-direct-netdev-dev_addr-writes.patch
	patches.suse/ethernet-sun-remove-direct-netdev-dev_addr-writes.patch
	patches.suse/net-use-dev_addr_set.patch
	patches.suse/ionic-add-filterlist-to-debugfs.patch
	patches.suse/ionic-move-lif-mac-address-functions.patch
	patches.suse/ionic-remove-mac-overflow-flags.patch
	patches.suse/ionic-add-generic-filter-search.patch
	patches.suse/ionic-generic-filter-add.patch
	patches.suse/ionic-generic-filter-delete.patch
	patches.suse/ionic-handle-vlan-id-overflow.patch
	patches.suse/ionic-allow-adminq-requests-to-override-default-erro.patch
	patches.suse/ionic-tame-the-filter-no-space-message.patch
	patches.suse/bnxt-use-netif_is_rxfh_configured-instead-of-open-co.patch
	patches.suse/msft-hv-2451-hv_netvsc-use-netif_is_bond_master-instead-of-open-c.patch
	patches.suse/ethernet-Remove-redundant-flush_workqueue-calls.patch
	patches.suse/octeontx2-pf-Simplify-the-receive-buffer-size-calcul.patch
	patches.suse/ethernet-sun-add-missing-semicolon-fix-build.patch
	patches.suse/gve-Switch-to-use-napi_complete_done.patch
	patches.suse/gve-Add-rx-buffer-pagecnt-bias.patch
	patches.suse/gve-Do-lazy-cleanup-in-TX-path.patch
	patches.suse/gve-Recover-from-queue-stall-due-to-missed-IRQ.patch
	patches.suse/gve-Add-netif_set_xps_queue-call.patch
	patches.suse/gve-Allow-pageflips-on-larger-pages.patch
	patches.suse/gve-Track-RX-buffer-allocation-failures.patch
	patches.suse/ice-implement-low-level-recipes-functions.patch
	patches.suse/ice-manage-profiles-and-field-vectors.patch
	patches.suse/ice-create-advanced-switch-recipe.patch
	patches.suse/ice-allow-adding-advanced-rules.patch
	patches.suse/ice-allow-deleting-advanced-rules.patch
	patches.suse/ice-cleanup-rules-info.patch
	patches.suse/ice-Allow-changing-lan_en-and-lb_en-on-all-kinds-of-.patch
	patches.suse/ice-ndo_setup_tc-implementation-for-PF.patch
	patches.suse/ice-ndo_setup_tc-implementation-for-PR.patch
	patches.suse/net-neigh-Fix-NTF_EXT_LEARNED-in-combination-with-NT.patch
	patches.suse/net-neigh-Enable-state-migration-between-NUD_PERMANE.patch
	patches.suse/tulip-fix-setting-device-address-from-rom.patch
	patches.suse/net-hns3-debugfs-add-support-dumping-page-pool-info.patch
	patches.suse/ethernet-tulip-avoid-duplicate-variable-name-on-spar.patch
	patches.suse/devlink-Reduce-struct-devlink-exposure.patch
	patches.suse/devlink-Move-netdev_to_devlink-helpers-to-devlink.c.patch
	patches.suse/devlink-Annotate-devlink-API-calls.patch
	patches.suse/devlink-Allow-control-devlink-ops-behavior-through-f.patch
	patches.suse/net-mlx5-Set-devlink-reload-feature-bit-for-supporte.patch
	patches.suse/devlink-Delete-reload-enable-disable-interface.patch
	patches.suse/ionic-no-devlink_unregister-if-not-registered.patch
	patches.suse/net-qed_debug-fix-check-of-false-grc_param-0-express.patch
	patches.suse/llc-snap-constify-dev_addr-passing.patch
	patches.suse/ipv6-constify-dev_addr-passing.patch
	patches.suse/netdevice-demote-the-type-of-some-dev_addr_set-helpe.patch
	patches.suse/hamradio-use-dev_addr_set-for-setting-device-address.patch
	patches.suse/ip-use-dev_addr_set-in-tunnels.patch
	patches.suse/net-remove-single-byte-netdev-dev_addr-writes.patch
	patches.suse/marvell-octeontx2-build-error-unknown-type-name-u64.patch
	patches.suse/net-delete-redundant-function-declaration.patch
	patches.suse/ice-Refactor-ice_aqc_link_topo_addr.patch
	patches.suse/ice-Implement-functions-for-reading-and-setting-GPIO.patch
	patches.suse/ice-Add-support-for-SMA-control-multiplexer.patch
	patches.suse/ice-Implement-support-for-SMA-and-U.FL-on-E810-T.patch
	patches.suse/ethernet-constify-references-to-netdev-dev_addr-in-d.patch
	patches.suse/ethernet-make-eth_hw_addr_random-use-dev_addr_set.patch
	patches.suse/ethernet-make-use-of-eth_hw_addr_random-where-approp.patch
	patches.suse/ethernet-manually-convert-memcpy-dev_addr-.-sizeof-a.patch
	patches.suse/ethernet-replace-netdev-dev_addr-assignment-loops.patch
	patches.suse/ethernet-replace-netdev-dev_addr-16bit-writes.patch
	patches.suse/ethernet-remove-random_ether_addr.patch
	patches.suse/net-phy-micrel-make-skew-ps-check-more-lenient.patch
	patches.suse/msft-hv-2454-hv_netvsc-Add-comment-of-netvsc_xdp_xmit.patch
	patches.suse/net-fealnx-fix-build-for-UML.patch
	patches.suse/net-intel-igc_ptp-fix-build-for-UML.patch
	patches.suse/net-tulip-winbond-840-fix-build-for-UML.patch
	patches.suse/octeontx2-af-Enable-CPT-HW-interrupts.patch
	patches.suse/octeontx2-af-Perform-cpt-lf-teardown-in-non-FLR-path.patch
	patches.suse/octeontx2-af-Add-support-to-flush-full-CPT-CTX-cache.patch
	patches.suse/tcp-switch-orphan_count-to-bare-per-cpu-counters.patch
	patches.suse/soc-fsl-dpio-extract-the-QBMAN-clock-frequency-from-.patch
	patches.suse/soc-fsl-dpio-add-support-for-irq-coalescing-per-soft.patch
	patches.suse/net-dpaa2-add-support-for-manual-setup-of-IRQ-coales.patch
	patches.suse/soc-fsl-dpio-add-Net-DIM-integration.patch
	patches.suse/net-dpaa2-add-adaptive-interrupt-coalescing.patch
	patches.suse/ice-remove-ring_active-from-ice_ring.patch
	patches.suse/ice-move-ice_container_type-onto-ice_ring_container.patch
	patches.suse/ice-split-ice_ring-onto-Tx-Rx-separate-structs.patch
	patches.suse/ice-unify-xdp_rings-accesses.patch
	patches.suse/ice-do-not-create-xdp_frame-on-XDP_TX.patch
	patches.suse/ice-propagate-xdp_ring-onto-rx_ring.patch
	patches.suse/ice-optimize-XDP_TX-workloads.patch
	patches.suse/ice-introduce-XDP_TX-fallback-path.patch
	patches.suse/ice-make-use-of-ice_for_each_-macros.patch
	patches.suse/net-mlx5-Add-layout-to-support-default-timeouts-regi.patch
	patches.suse/net-mlx5-Read-timeout-values-from-init-segment.patch
	patches.suse/net-mlx5-Read-timeout-values-from-DTOR.patch
	patches.suse/net-mlx5-Bridge-provide-flow-source-hints.patch
	patches.suse/net-mlx5i-Enable-Rx-steering-for-IPoIB-via-ethtool.patch
	patches.suse/net-mlx5-Disable-roce-at-HCA-level.patch
	patches.suse/net-mlx5-CT-Fix-missing-cleanup-of-ct-nat-table-on-i.patch
	patches.suse/net-mlx5e-Add-extack-msgs-related-to-TC-for-better-d.patch
	patches.suse/net-mlx5-DR-Prefer-kcalloc-over-open-coded-arithmeti.patch
	patches.suse/net-mlx5-Check-return-status-first-when-querying-sys.patch
	patches.suse/net-mlx5-Introduce-new-device-index-wrapper.patch
	patches.suse/net-mlx5-Use-native_port_num-as-1st-option-of-device.patch
	patches.suse/net-mlx5-Use-system_image_guid-to-determine-bonding.patch
	patches.suse/ethernet-adaptec-use-eth_hw_addr_set.patch
	patches.suse/ethernet-alteon-use-eth_hw_addr_set.patch
	patches.suse/ethernet-amd-use-eth_hw_addr_set.patch
	patches.suse/ethernet-aquantia-use-eth_hw_addr_set.patch
	patches.suse/ethernet-bnx2x-use-eth_hw_addr_set.patch
	patches.suse/ethernet-bcmgenet-use-eth_hw_addr_set.patch
	patches.suse/ethernet-enic-use-eth_hw_addr_set.patch
	patches.suse/ethernet-ec_bhf-use-eth_hw_addr_set.patch
	patches.suse/ethernet-enetc-use-eth_hw_addr_set.patch
	patches.suse/ethernet-ibmveth-use-ether_addr_to_u64.patch
	patches.suse/ethernet-ixgb-use-eth_hw_addr_set.patch
	patches.suse/net-stream-don-t-purge-sk_error_queue-in-sk_stream_k.patch
	patches.suse/net-smc-save-stack-space-and-allocate-smc_init_info
	patches.suse/net-smc-prepare-for-SMC-Rv2-connection
	patches.suse/net-smc-add-SMC-Rv2-connection-establishment
	patches.suse/net-smc-add-listen-processing-for-SMC-Rv2
	patches.suse/net-smc-add-v2-format-of-CLC-decline-message
	patches.suse/net-smc-retrieve-v2-gid-from-IB-device
	patches.suse/net-smc-add-v2-support-to-the-work-request-layer
	patches.suse/net-smc-extend-LLC-layer-for-SMC-Rv2
	patches.suse/net-smc-add-netlink-support-for-SMC-Rv2
	patches.suse/net-smc-stop-links-when-their-GID-is-removed
	patches.suse/gen_stats-Add-instead-Set-the-value-in-__gnet_stats_.patch
	patches.suse/gen_stats-Add-gnet_stats_add_queue.patch
	patches.suse/mq-mqprio-Use-gnet_stats_add_queue.patch
	patches.suse/gen_stats-Move-remaining-users-to-gnet_stats_add_que.patch
	patches.suse/u64_stats-Introduce-u64_stats_set.patch
	patches.suse/net-sched-Protect-Qdisc-bstats-with-u64_stats.patch
	patches.suse/net-sched-Use-_bstats_update-set-instead-of-raw-writ.patch
	patches.suse/net-sched-Merge-Qdisc-bstats-and-Qdisc-cpu_bstats-da.patch
	patches.suse/net-sched-Remove-Qdisc-running-sequence-counter.patch
	patches.suse/octeontx2-nic-fix-mixed-module-build.patch
	patches.suse/ethernet-use-eth_hw_addr_set-in-unmaintained-drivers.patch
	patches.suse/ipvs-add-sysctl_run_estimation-to-support-disable-es.patch
	patches.suse/netfilter-nft_dynset-relax-superfluous-check-on-set-.patch
	patches.suse/sfc-Fix-reading-non-legacy-supported-link-modes.patch
	patches.suse/mlx5-prevent-64bit-divide.patch
	patches.suse/qed-Optimize-the-ll2-ooo-flow.patch
	patches.suse/qed-Change-the-TCP-common-variable-iscsi_ooo.patch
	patches.suse/iavf-Refactor-iavf-state-machine-tracking.patch
	patches.suse/iavf-Add-__IAVF_INIT_FAILED-state.patch
	patches.suse/iavf-Combine-init-and-watchdog-state-machines.patch
	patches.suse/net-mlx5-Support-partial-TTC-rules.patch
	patches.suse/net-mlx5-Introduce-port-selection-namespace.patch
	patches.suse/net-mlx5-Add-support-to-create-match-definer.patch
	patches.suse/net-mlx5-Introduce-new-uplink-destination-type.patch
	patches.suse/net-mlx5-Lag-move-lag-files-into-directory.patch
	patches.suse/net-mlx5-Lag-set-LAG-traffic-type-mapping.patch
	patches.suse/net-mlx5-Lag-set-match-mask-according-to-the-traffic.patch
	patches.suse/net-mlx5-Lag-add-support-to-create-definers-for-LAG.patch
	patches.suse/net-mlx5-Lag-add-support-to-create-TTC-tables-for-LA.patch
	patches.suse/net-mlx5-Lag-add-support-to-create-destroy-modify-po.patch
	patches.suse/net-mlx5-Lag-use-steering-to-select-the-affinity-por.patch
	patches.suse/net-mlx5-E-Switch-Use-dynamic-alloc-for-dest-array.patch
	patches.suse/net-mlx5-E-Switch-Increase-supported-number-of-forwa.patch
	patches.suse/ethernet-mv643xx-use-eth_hw_addr_set.patch
	patches.suse/ethernet-sky2-skge-use-eth_hw_addr_set.patch
	patches.suse/ethernet-netxen-use-eth_hw_addr_set.patch
	patches.suse/ethernet-r8169-use-eth_hw_addr_set.patch
	patches.suse/ethernet-rocker-use-eth_hw_addr_set.patch
	patches.suse/ethernet-sxgbe-use-eth_hw_addr_set.patch
	patches.suse/ethernet-sis190-use-eth_hw_addr_set.patch
	patches.suse/ethernet-smc91x-use-eth_hw_addr_set.patch
	patches.suse/ethernet-smsc-use-eth_hw_addr_set.patch
	patches.suse/ethernet-add-a-helper-for-assigning-port-addresses.patch
	patches.suse/ethernet-ocelot-use-eth_hw_addr_gen.patch
	patches.suse/ethernet-prestera-use-eth_hw_addr_gen.patch
	patches.suse/ethernet-fec-use-eth_hw_addr_gen.patch
	patches.suse/ethernet-mlxsw-use-eth_hw_addr_gen.patch
	patches.suse/ethernet-sparx5-use-eth_hw_addr_gen.patch
	patches.suse/e1000e-Remove-redundant-statement.patch
	patches.suse/net-sched-Allow-statistics-reads-from-softirq.patch
	patches.suse/ethernet-Remove-redundant-statement.patch
	patches.suse/devlink-Remove-extra-device_lock-assert-checks.patch
	patches.suse/net-sched-fix-logic-error-in-qdisc_run_begin.patch
	patches.suse/net-sched-remove-one-pair-of-atomic-operations.patch
	patches.suse/ethernet-netsec-use-eth_hw_addr_set.patch
	patches.suse/ethernet-stmmac-use-eth_hw_addr_set.patch
	patches.suse/ethernet-tehuti-use-eth_hw_addr_set.patch
	patches.suse/ethernet-tlan-use-eth_hw_addr_set.patch
	patches.suse/ethernet-via-rhine-use-eth_hw_addr_set.patch
	patches.suse/ethernet-via-velocity-use-eth_hw_addr_set.patch
	patches.suse/ice-Add-support-for-VF-rate-limiting.patch
	patches.suse/ice-update-dim-usage-and-moderation.patch
	patches.suse/ice-fix-rate-limit-update-after-coalesce-change.patch
	patches.suse/ice-fix-software-generating-extra-interrupts.patch
	patches.suse/ice-Forbid-trusted-VFs-in-switchdev-mode.patch
	patches.suse/ice-Manage-act-flags-for-switchdev-offloads.patch
	patches.suse/ice-Refactor-PR-ethtool-ops.patch
	patches.suse/ice-Make-use-of-the-helper-function-devm_add_action_.patch
	patches.suse/ice-use-devm_kcalloc-instead-of-devm_kzalloc.patch
	patches.suse/ice-fix-an-error-code-in-ice_ena_vfs.patch
	patches.suse/soc-fsl-dpio-Unsigned-compared-against-0-in-qbman_sw.patch
	patches.suse/batman-adv-prepare-for-const-netdev-dev_addr.patch
	patches.suse/mac802154-use-dev_addr_set.patch
	patches.suse/mac802154-use-dev_addr_set-manual.patch
	patches.suse/batman-adv-use-eth_hw_addr_set-instead-of-ether_addr.patch
	patches.suse/net-enetc-unmap-DMA-in-enetc_send_cmd.patch
	patches.suse/phy-micrel-ksz8041nl-do-not-use-power-down-mode.patch
	patches.suse/ice-Add-infrastructure-for-mqprio-support-via-ndo_se.patch
	patches.suse/ice-enable-ndo_setup_tc-support-for-mqprio_qdisc.patch
	patches.suse/ice-Add-tc-flower-filter-support-for-channel.patch
	patches.suse/net-dsa-introduce-helpers-for-iterating-through-port.patch
	patches.suse/net-stats-Read-the-statistics-in-___gnet_stats_copy_.patch
	patches.suse/ice-Nuild-fix.patch
	patches.suse/mlx5-fix-build-after-merge.patch
	patches.suse/net-xen-use-eth_hw_addr_set.patch
	patches.suse/usb-smsc-use-eth_hw_addr_set.patch
	patches.suse/net-qmi_wwan-use-dev_addr_mod.patch
	patches.suse/net-usb-don-t-write-directly-to-netdev-dev_addr.patch
	patches.suse/fddi-defxx-defza-use-dev_addr_set.patch
	patches.suse/fddi-skfp-constify-and-use-dev_addr_set.patch
	patches.suse/net-fjes-constify-and-use-eth_hw_addr_set.patch
	patches.suse/net-plip-use-eth_hw_addr_set.patch
	patches.suse/net-sb1000-rionet-use-eth_hw_addr_set.patch
	patches.suse/cfg80211-always-free-wiphy-specific-regdomain.patch
	patches.suse/wireless-mac80211_hwsim-use-eth_hw_addr_set.patch
	patches.suse/mac80211-use-eth_hw_addr_set.patch
	patches.suse/cfg80211-prepare-for-const-netdev-dev_addr.patch
	patches.suse/b43legacy-fix-a-lower-bounds-test.patch
	patches.suse/b43-fix-a-lower-bounds-test.patch
	patches.suse/rtw89-add-Realtek-802.11ax-driver.patch
	patches.suse/wireless-Remove-redundant-flush_workqueue-calls.patch
	patches.suse/mwifiex-Read-a-PCI-register-after-writing-the-TX-rin.patch
	patches.suse/mwifiex-Try-waking-the-firmware-until-we-get-an-inte.patch
	patches.suse/rtw89-Fix-two-spelling-mistakes-in-debug-messages.patch
	patches.suse/rtw89-Remove-redundant-check-of-ret-after-call-to-rt.patch
	patches.suse/rsi-stop-thread-firstly-in-rsi_91x_init-error-handli.patch
	patches.suse/mwl8k-Fix-use-after-free-in-mwl8k_fw_state_machine.patch
	patches.suse/rtw89-fix-return-value-check-in-rtw89_cam_send_sec_k.patch
	patches.suse/rtw89-remove-unneeded-semicolon.patch
	patches.suse/mwifiex-Send-DELBA-requests-according-to-spec.patch
	patches.suse/ath10k-Don-t-always-treat-modem-stop-events-as-crash.patch
	patches.suse/ath9k-Fix-potential-interrupt-storm-on-queue-reset.patch
	patches.suse/ath-dfs_pattern_detector-Fix-possible-null-pointer-d.patch
	patches.suse/ath10k-fix-max-antenna-gain-unit.patch
	patches.suse/iwlwifi-mvm-reset-PM-state-on-unsuccessful-resume.patch
	patches.suse/iwlwifi-change-all-JnP-to-NO-160-configuration.patch
	patches.suse/iwlwifi-pnvm-don-t-kmemdup-more-than-we-have.patch
	patches.suse/iwlwifi-pnvm-read-EFI-data-only-if-long-enough.patch
	patches.suse/iwlwifi-cfg-set-low-latency-xtal-for-some-integrated.patch
	patches.suse/wireless-use-eth_hw_addr_set.patch
	patches.suse/wireless-use-eth_hw_addr_set-instead-of-ether_addr_c.patch
	patches.suse/wireless-use-eth_hw_addr_set-for-dev-addr_len-cases.patch
	patches.suse/ath6kl-use-eth_hw_addr_set.patch
	patches.suse/wil6210-use-eth_hw_addr_set.patch
	patches.suse/atmel-use-eth_hw_addr_set.patch
	patches.suse/brcmfmac-prepare-for-const-netdev-dev_addr.patch
	patches.suse/airo-use-eth_hw_addr_set.patch
	patches.suse/ipw2200-prepare-for-const-netdev-dev_addr.patch
	patches.suse/hostap-use-eth_hw_addr_set.patch
	patches.suse/wilc1000-use-eth_hw_addr_set.patch
	patches.suse/ray_cs-use-eth_hw_addr_set.patch
	patches.suse/wl3501_cs-use-eth_hw_addr_set.patch
	patches.suse/zd1201-use-eth_hw_addr_set.patch
	patches.suse/mt76-mt7921-fix-endianness-in-mt7921_mcu_tx_done_eve.patch
	patches.suse/mt76-mt7915-fix-endianness-warning-in-mt7915_mac_add.patch
	patches.suse/mt76-mt7921-fix-endianness-warning-in-mt7921_update_.patch
	patches.suse/mt76-mt7615-fix-endianness-warning-in-mt7615_mac_wri.patch
	patches.suse/mt76-mt7915-fix-info-leak-in-mt7915_mcu_set_pre_cal.patch
	patches.suse/mt76-connac-fix-mt76_connac_gtk_rekey_tlv-usage.patch
	patches.suse/mt76-fix-build-error-implicit-enumeration-conversion.patch
	patches.suse/mt76-mt7921-fix-survey-dump-reporting.patch
	patches.suse/mt76-mt76x02-fix-endianness-warnings-in-mt76x02_mac..patch
	patches.suse/mt76-mt7915-fix-an-off-by-one-bound-check.patch
	patches.suse/mt76-add-mt76_default_basic_rate-more-devices-can-re.patch
	patches.suse/mt76-mt7921-fix-mgmt-frame-using-unexpected-bitrate.patch
	patches.suse/mt76-mt7915-fix-mgmt-frame-using-unexpected-bitrate.patch
	patches.suse/mt76-mt7921-Fix-out-of-order-process-by-invalid-even.patch
	patches.suse/mt76-mt7615-fix-skb-use-after-free-on-mac-reset.patch
	patches.suse/mt76-mt7915-fix-potential-overflow-of-eeprom-page-in.patch
	patches.suse/mt76-mt7915-fix-bit-fields-for-HT-rate-idx.patch
	patches.suse/mt76-mt7921-fix-dma-hang-in-rmmod.patch
	patches.suse/mt76-connac-fix-GTK-rekey-offload-failure-on-WPA-mix.patch
	patches.suse/mt76-mt7921-get-rid-of-mt7921_mac_set_beacon_filter.patch
	patches.suse/mt76-overwrite-default-reg_ops-if-necessary.patch
	patches.suse/mt76-mt7921-report-HE-MU-radiotap.patch
	patches.suse/mt76-mt7921-fix-firmware-usage-of-RA-info-using-lega.patch
	patches.suse/mt76-mt7921-fix-kernel-warning-from-cfg80211_calcula.patch
	patches.suse/mt76-mt7921-always-wake-device-if-necessary-in-debug.patch
	patches.suse/mt76-mt7915-fix-hwmon-temp-sensor-mem-use-after-free.patch
	patches.suse/mt76-mt7615-fix-hwmon-temp-sensor-mem-use-after-free.patch
	patches.suse/mt76-mt7915-fix-possible-infinite-loop-release-semap.patch
	patches.suse/mt76-mt7921-fix-retrying-release-semaphore-without-e.patch
	patches.suse/mt76-introduce-__mt76_mcu_send_firmware-routine.patch
	patches.suse/mt76-drop-MCU-header-size-from-buffer-size-in-__mt76.patch
	patches.suse/mt76-mt7615-fix-monitor-mode-tear-down-crash.patch
	patches.suse/mt76-connac-fix-possible-NULL-pointer-dereference-in.patch
	patches.suse/mt76-mt7915-fix-sta_rec_wtbl-tag-len.patch
	patches.suse/mt76-mt7915-fix-muar_idx-in-mt7915_mcu_alloc_sta_req.patch
	patches.suse/gre-sit-Don-t-generate-link-local-addr-if-addr_gen_m.patch
	patches.suse/devlink-Delete-obsolete-parameters-publish-API.patch
	patches.suse/devlink-Clean-not-executed-param-notifications.patch
	patches.suse/octeontx2-af-Increase-number-of-reserved-entries-in-.patch
	patches.suse/net-core-constify-mac-addrs-in-selftests.patch
	patches.suse/net-rtnetlink-use-__dev_addr_set.patch
	patches.suse/net-bonding-constify-and-use-dev_addr_set.patch
	patches.suse/net-hsr-get-ready-for-const-netdev-dev_addr.patch
	patches.suse/net-caif-get-ready-for-const-netdev-dev_addr.patch
	patches.suse/net-drivers-get-ready-for-const-netdev-dev_addr.patch
	patches.suse/net-atm-use-address-setting-helpers.patch
	patches.suse/can-bittiming-can_fixup_bittiming-change-type-of-tse.patch
	patches.suse/net-dsa-avoid-refcount-warnings-when-port_-fdb-mdb-_.patch
	patches.suse/net-mscc-ocelot-serialize-access-to-the-MAC-table.patch
	patches.suse/net-hns3-add-debugfs-support-for-interrupt-coalesce.patch
	patches.suse/net-hns3-modify-mac-statistics-update-process-for-co.patch
	patches.suse/net-hns3-device-specifications-add-number-of-mac-sta.patch
	patches.suse/net-hns3-add-support-pause-pfc-durations-for-mac-sta.patch
	patches.suse/net-hns3-modify-functions-of-converting-speed-abilit.patch
	patches.suse/net-hns3-add-update-ethtool-advertised-link-modes-fo.patch
	patches.suse/net-hns3-add-new-ras-error-type-for-roce.patch
	patches.suse/net-hns3-add-error-recovery-module-and-type-for-hima.patch
	patches.suse/gve-Add-RX-context.patch
	patches.suse/gve-Implement-packet-continuation-for-RX.patch
	patches.suse/gve-Add-a-jumbo-frame-device-option.patch
	patches.suse/mt76-mt7615-mt7622-fix-ibss-and-meshpoint.patch
	patches.suse/usbb-catc-use-correct-API-for-MAC-addresses.patch
	patches.suse/mlxsw-spectrum-Use-bitmap_zalloc-when-applicable.patch
	patches.suse/fddi-defza-add-missing-pointer-type-cast.patch
	patches.suse/bluetooth-use-eth_hw_addr_set.patch
	patches.suse/bluetooth-use-dev_addr_set.patch
	patches.suse/net-qed_ptp-fix-check-of-true-rc-expression.patch
	patches.suse/net-qed_dev-fix-check-of-true-rc-expression.patch
	patches.suse/tcp-don-t-free-a-FIN-sk_buff-in-tcp_remove_empty_skb.patch
	patches.suse/net-mlx5e-don-t-write-directly-to-netdev-dev_addr.patch
	patches.suse/net-mlx5-Remove-unnecessary-checks-for-slow-path-fla.patch
	patches.suse/net-mlx5-Fix-unused-function-warning-of-mlx5i_flow_t.patch
	patches.suse/net-mlx5-Reduce-flow-counters-bulk-query-buffer-size.patch
	patches.suse/net-mlx5-Extend-health-buffer-dump.patch
	patches.suse/net-mlx5-Print-health-buffer-by-log-level.patch
	patches.suse/net-mlx5-Add-periodic-update-of-host-time-to-firmwar.patch
	patches.suse/net-mlx5-Bridge-extract-code-to-lookup-and-del-notif.patch
	patches.suse/net-mlx5-Bridge-support-replacing-existing-FDB-entry.patch
	patches.suse/net-mlx5-Let-user-configure-io_eq_size-param.patch
	patches.suse/net-mlx5-Let-user-configure-event_eq_size-param.patch
	patches.suse/net-mlx5-Let-user-configure-max_macs-param.patch
	patches.suse/net-mlx5-SF-Add-SF-trace-points.patch
	patches.suse/net-mlx5-SF_DEV-Add-SF-device-trace-points.patch
	patches.suse/vrf-run-conntrack-only-in-context-of-lower-physdev-f.patch
	patches.suse/mlxsw-reg-Add-MAC-profile-ID-field-to-RITR-register.patch
	patches.suse/mlxsw-resources-Add-resource-identifier-for-RIF-MAC-.patch
	patches.suse/mlxsw-spectrum_router-Propagate-extack-further.patch
	patches.suse/mlxsw-spectrum_router-Add-RIF-MAC-profiles-support.patch
	patches.suse/mlxsw-spectrum_router-Expose-RIF-MAC-profiles-to-dev.patch
	patches.suse/net-annotate-data-race-in-neigh_output.patch
	patches.suse/msft-hv-2459-net-mana-Allow-setting-the-number-of-queues-while-th.patch
	patches.suse/ifb-Depend-on-netfilter-alternatively-to-tc.patch
	patches.suse/net-mlx5-remove-the-recent-devlink-params.patch
	patches.suse/lib-bitmap-Introduce-node-aware-alloc-API.patch
	patches.suse/net-Prevent-HW-GRO-and-LRO-features-operate-together.patch
	patches.suse/net-mlx5e-Rename-lro_timeout-to-packet_merge_timeout.patch
	patches.suse/net-mlx5-Add-SHAMPO-caps-HW-bits-and-enumerations.patch
	patches.suse/net-mlx5e-Rename-TIR-lro-functions-to-TIR-packet-mer.patch
	patches.suse/net-mlx5e-Add-support-to-klm_umr_wqe.patch
	patches.suse/net-mlx5e-Add-control-path-for-SHAMPO-feature.patch
	patches.suse/net-mlx5e-Add-handle-SHAMPO-cqe-support.patch
	patches.suse/net-mlx5e-Add-data-path-for-SHAMPO-feature.patch
	patches.suse/net-mlx5e-HW_GRO-cqe-handler-implementation.patch
	patches.suse/net-mlx5e-Add-HW_GRO-statistics.patch
	patches.suse/net-mlx5e-Add-HW-GRO-offload.patch
	patches.suse/net-mlx5e-Prevent-HW-GRO-and-CQE-COMPRESS-features-o.patch
	patches.suse/net-mlx5-Lag-Make-mlx5_lag_is_multipath-be-static-in.patch
	patches.suse/net-sched-gred-dynamically-allocate-tc_gred_qopt_off.patch
	patches.suse/staging-use-of_get_ethdev_address.patch
	patches.suse/net-thunderbolt-use-eth_hw_addr_set.patch
	patches.suse/media-use-eth_hw_addr_set.patch
	patches.suse/mpt-fusion-use-dev_addr_set.patch
	patches.suse/net-mlx5-Add-uid-field-to-UAR-allocation-structures.patch
	patches.suse/IB-mlx5-Enable-UAR-to-have-DevX-UID.patch
	patches.suse/net-mlx5-Add-ifc-bits-to-support-optional-counters.patch
	patches.suse/net-mlx5-Add-priorities-for-counters-in-RDMA-namespa.patch
	patches.suse/RDMA-mlx5-Remove-iova-from-struct-mlx5_core_mkey.patch
	patches.suse/RDMA-mlx5-Remove-size-from-struct-mlx5_core_mkey.patch
	patches.suse/RDMA-mlx5-Remove-pd-from-struct-mlx5_core_mkey.patch
	patches.suse/RDMA-mlx5-Replace-struct-mlx5_core_mkey-by-u32-key.patch
	patches.suse/RDMA-mlx5-Move-struct-mlx5_core_mkey-to-mlx5_ib.patch
	patches.suse/RDMA-mlx5-Attach-ndescs-to-mlx5_ib_mkey.patch
	patches.suse/octeontx2-af-debugfs-Minor-changes.patch
	patches.suse/octeontx2-af-cn10k-debugfs-for-dumping-LMTST-map-tab.patch
	patches.suse/octeontx2-af-debugfs-Add-channel-and-channel-mask.patch
	patches.suse/devlink-Simplify-internal-devlink-params-implementat.patch
	patches.suse/net-virtio-use-eth_hw_addr_set.patch
	patches.suse/bnxt_en-refactor-printing-of-device-info.patch
	patches.suse/bnxt_en-refactor-cancellation-of-resource-reservatio.patch
	patches.suse/bnxt_en-implement-devlink-dev-reload-driver_reinit.patch
	patches.suse/bnxt_en-implement-devlink-dev-reload-fw_activate.patch
	patches.suse/bnxt_en-add-enable_remote_dev_reset-devlink-paramete.patch
	patches.suse/bnxt_en-improve-error-recovery-information-messages.patch
	patches.suse/bnxt_en-remove-fw_reset-devlink-health-reporter.patch
	patches.suse/bnxt_en-consolidate-fw-devlink-health-reporters.patch
	patches.suse/bnxt_en-improve-fw-diagnose-devlink-health-messages.patch
	patches.suse/bnxt_en-Refactor-coredump-functions.patch
	patches.suse/bnxt_en-move-coredump-functions-into-dedicated-file.patch
	patches.suse/bnxt_en-Add-compression-flags-information-in-coredum.patch
	patches.suse/bnxt_en-Retrieve-coredump-and-crashdump-size-via-FW-.patch
	patches.suse/bnxt_en-extract-coredump-command-line-from-current-t.patch
	patches.suse/bnxt_en-implement-dump-callback-for-fw-health-report.patch
	patches.suse/bnxt_en-Update-firmware-interface-to-1.10.2.63.patch
	patches.suse/bnxt_en-implement-firmware-live-patching.patch
	patches.suse/bnxt_en-Provide-stored-devlink-fw-version-on-older-f.patch
	patches.suse/ice-support-for-indirect-notification.patch
	patches.suse/ice-VXLAN-and-Geneve-TC-support.patch
	patches.suse/ice-low-level-support-for-tunnels.patch
	patches.suse/ice-support-for-GRE-in-eswitch.patch
	patches.suse/ice-send-correct-vc-status-in-switchdev.patch
	patches.suse/ice-Add-support-for-changing-MTU-on-PR-in-switchdev-.patch
	patches.suse/ice-Add-support-to-print-error-on-PHY-FW-load-failur.patch
	patches.suse/ice-Fix-clang-Wimplicit-fallthrough-in-ice_pull_qvec.patch
	patches.suse/ice-fix-error-return-code-in-ice_get_recp_frm_fw.patch
	patches.suse/net-sgi-xp-use-eth_hw_addr_set.patch
	patches.suse/devlink-make-all-symbols-GPL-only.patch
	patches.suse/ifb-fix-building-without-CONFIG_NET_CLS_ACT.patch
	patches.suse/iwlwifi-Add-support-for-getting-rf-id-with-blank-otp.patch
	patches.suse/iwlwifi-Add-support-for-more-BZ-HWs.patch
	patches.suse/iwlwifi-Start-scratch-debug-register-for-Bz-family.patch
	patches.suse/iwlwifi-mvm-fix-ieee80211_get_he_iftype_cap-iftype.patch
	patches.suse/iwlwifi-mvm-disable-RX-diversity-in-powersave.patch
	patches.suse/iwlwifi-mvm-add-lmac-umac-PC-info-in-case-of-error.patch
	patches.suse/iwlwifi-add-vendor-specific-capabilities-for-some-RF.patch
	patches.suse/iwlwifi-mvm-add-support-for-160Mhz-in-ranging-measur.patch
	patches.suse/iwlwifi-mvm-Remove-antenna-c-references.patch
	patches.suse/iwlwifi-add-some-missing-kernel-doc-in-struct-iwl_fw.patch
	patches.suse/iwlwifi-api-remove-unused-RX-status-bits.patch
	patches.suse/iwlwifi-remove-MODULE_AUTHOR-statements.patch
	patches.suse/iwlwifi-remove-contact-information.patch
	patches.suse/iwlwifi-fix-fw-img.c-license-statement.patch
	patches.suse/iwlwifi-api-fix-struct-iwl_wowlan_status_v7-kernel-d.patch
	patches.suse/iwlwifi-mvm-correct-sta-state-logic-for-TDLS.patch
	patches.suse/iwlwifi-fw-dump-add-infrastructure-for-dump-scrubbin.patch
	patches.suse/iwlwifi-parse-debug-exclude-data-from-firmware-file.patch
	patches.suse/iwlwifi-mvm-scrub-key-material-in-firmware-dumps.patch
	patches.suse/iwlwifi-mvm-update-definitions-due-to-new-rate-flags.patch
	patches.suse/iwlwifi-mvm-add-definitions-for-new-rate-flags.patch
	patches.suse/iwlwifi-mvm-convert-old-rate-flags-to-the-new-format.patch
	patches.suse/iwlwifi-mvm-Support-version-3-of-tlc_update_notif.patch
	patches.suse/iwlwifi-mvm-Support-new-version-of-ranging-response-.patch
	patches.suse/iwlwifi-yoyo-fw-debug-config-from-context-info-and-p.patch
	patches.suse/iwlwifi-BZ-Family-BUS_MASTER_DISABLE_REQ-code-duplic.patch
	patches.suse/iwlwifi-BZ-Family-SW-reset-support.patch
	patches.suse/iwlwifi-mvm-Add-support-for-new-rate_n_flags-in-tx_c.patch
	patches.suse/iwlwifi-mvm-Support-new-version-of-BEACON_TEMPLATE_C.patch
	patches.suse/iwlwifi-mvm-Support-new-TX_RSP-and-COMPRESSED_BA_RES.patch
	patches.suse/iwlwifi-mvm-Support-new-rate_n_flags-for-REPLY_RX_MP.patch
	patches.suse/iwlwifi-mvm-remove-csi-from-iwl_mvm_pass_packet_to_m.patch
	patches.suse/iwlwifi-mvm-Add-RTS-and-CTS-flags-to-iwl_tx_cmd_flag.patch
	patches.suse/iwlwifi-remove-redundant-iwl_finish_nic_init-argumen.patch
	patches.suse/iwlwifi-mvm-remove-session-protection-after-auth-ass.patch
	patches.suse/iwlwifi-allow-rate-limited-error-messages.patch
	patches.suse/iwlwifi-mvm-reduce-WARN_ON-in-TX-status-path.patch
	patches.suse/iwlwifi-pcie-try-to-grab-NIC-access-early.patch
	patches.suse/iwlwifi-mvm-set-inactivity-timeouts-also-for-PS-poll.patch
	patches.suse/iwlwifi-add-new-killer-devices-to-the-driver.patch
	patches.suse/iwlwifi-dbg-treat-dbgc-allocation-failure-when-tlv-i.patch
	patches.suse/iwlwifi-mvm-set-BT-coex-high-priority-for-802.1X-4-w.patch
	patches.suse/iwlwifi-mvm-improve-log-when-processing-CSA.patch
	patches.suse/iwlwifi-add-new-device-id-7F70.patch
	patches.suse/iwlwifi-mvm-Read-acpi-dsm-to-get-channel-activation-.patch
	patches.suse/iwlwifi-dbg-treat-non-active-regions-as-unsupported-.patch
	patches.suse/iwlwifi-pnvm-print-out-the-version-properly.patch
	patches.suse/libertas_tf-Fix-possible-memory-leak-in-probe-and-di.patch
	patches.suse/libertas-Fix-possible-memory-leak-in-probe-and-disco.patch
	patches.suse/rtw89-fix-error-function-parameter.patch
	patches.suse/rtw89-remove-duplicate-register-definitions.patch
	patches.suse/rtw89-fix-return-value-in-hfc_pub_cfg_chk.patch
	patches.suse/rtw89-Fix-variable-dereferenced-before-check-sta.patch
	patches.suse/ath10k-fix-invalid-dma_addr_t-token-assignment.patch
	patches.suse/ath10k-fix-module-load-regression-with-iram-recovery.patch
	patches.suse/wcn36xx-Fix-QoS-null-data-frame-bitrate-modulation.patch
	patches.suse/wcn36xx-Fix-tx_status-mechanism.patch
	patches.suse/wcn36xx-Correct-band-freq-reporting-on-RX.patch
	patches.suse/Revert-wcn36xx-Disable-bmps-when-encryption-is-disab.patch
	patches.suse/wcn36xx-Fix-HT40-capability-for-2Ghz-band.patch
	patches.suse/wcn36xx-add-proper-DMA-memory-barriers-in-rx-path.patch
	patches.suse/wcn36xx-Fix-discarded-frames-due-to-wrong-sequence-n.patch
	patches.suse/wcn36xx-Fix-packet-drop-on-resume.patch
	patches.suse/Revert-wcn36xx-Enable-firmware-link-monitoring.patch
	patches.suse/wcn36xx-Channel-list-update-before-hardware-scan.patch
	patches.suse/ath10k-fix-control-message-timeout.patch
	patches.suse/ath6kl-fix-control-message-timeout.patch
	patches.suse/ath10k-fix-division-by-zero-in-send-path.patch
	patches.suse/ath6kl-fix-division-by-zero-in-send-path.patch
	patches.suse/rtl8187-fix-control-message-timeouts.patch
	patches.suse/rsi-fix-control-message-timeout.patch
	patches.suse/mwifiex-fix-division-by-zero-in-fw-download-path.patch
	patches.suse/iwlwifi-mvm-fix-some-kerneldoc-issues.patch
	patches.suse/iwlwifi-pcie-fix-killer-name-matching-for-AX200.patch
	patches.suse/iwlwifi-pcie-remove-duplicate-entry.patch
	patches.suse/iwlwifi-pcie-refactor-dev_info-lookup.patch
	patches.suse/iwlwifi-pcie-remove-two-duplicate-PNJ-device-entries.patch
	patches.suse/iwlwifi-mvm-Use-all-Rx-chains-for-roaming-scan.patch
	patches.suse/iwlwifi-add-new-pci-SoF-with-JF.patch
	patches.suse/iwlwifi-pcie-update-sw-error-interrupt-for-BZ-family.patch
	patches.suse/iwlwifi-ACPI-support-revision-3-WGDS-tables.patch
	patches.suse/iwlwifi-pcie-simplify-iwl_pci_find_dev_info.patch
	patches.suse/iwlwifi-dump-host-monitor-data-when-NIC-doesn-t-init.patch
	patches.suse/iwlwifi-fw-uefi-add-missing-include-guards.patch
	patches.suse/iwlwifi-yoyo-support-for-ROM-usniffer.patch
	patches.suse/iwlwifi-mvm-read-6E-enablement-flags-from-DSM-and-pa.patch
	patches.suse/iwlwifi-mvm-don-t-get-address-of-mvm-fwrt-just-to-de.patch
	patches.suse/iwlwifi-mvm-update-RFI-TLV.patch
	patches.suse/iwlwifi-mvm-d3-use-internal-data-representation.patch
	patches.suse/iwlwifi-rename-GEO_TX_POWER_LIMIT-to-PER_CHAIN_LIMIT.patch
	patches.suse/iwlwifi-mvm-fix-WGDS-table-print-in-iwl_mvm_chub_upd.patch
	patches.suse/iwlwifi-mvm-remove-session-protection-on-disassoc.patch
	patches.suse/iwlwifi-rename-CHANNEL_SWITCH_NOA_NOTIF-to-CHANNEL_S.patch
	patches.suse/iwlwifi-mvm-extend-session-protection-on-association.patch
	patches.suse/iwlwifi-bump-FW-API-to-67-for-AX-devices.patch
	patches.suse/netdevsim-remove-max_vfs-dentry.patch
	patches.suse/intel-Simplify-bool-conversion.patch
	patches.suse/igb-unbreak-I2C-bit-banging-on-i350.patch
	patches.suse/net-ixgbevf-Remove-redundant-initialization-of-varia.patch
	patches.suse/bnxt_en-Remove-not-used-other-ULP-define.patch
	patches.suse/igc-Remove-media-type-checking-on-the-PHY-initializa.patch
	patches.suse/igc-Add-new-device-ID.patch
	patches.suse/igc-Change-Device-Reset-to-Port-Reset.patch
	patches.suse/net-mlx5-Add-esw-assignment-back-in-mlx5e_tc_sample_.patch
	patches.suse/net-mlx5-CT-Remove-warning-of-ignore_flow_level-supp.patch
	patches.suse/net-mlx5e-IPsec-Refactor-checksum-code-in-tx-data-pa.patch
	patches.suse/net-mlx5-Allow-skipping-counter-refresh-on-creation.patch
	patches.suse/net-mlx5-DR-Add-check-for-unsupported-fields-in-matc.patch
	patches.suse/net-mlx5e-Refactor-rx-handler-of-represetor-device.patch
	patches.suse/net-mlx5e-Use-generic-name-for-the-forwarding-dev-po.patch
	patches.suse/net-mlx5-E-Switch-Add-ovs-internal-port-mapping-to-m.patch
	patches.suse/net-mlx5e-Accept-action-skbedit-in-the-tc-actions-li.patch
	patches.suse/net-mlx5e-Offload-tc-rules-that-redirect-to-ovs-inte.patch
	patches.suse/net-mlx5e-Offload-internal-port-as-encap-route-devic.patch
	patches.suse/net-mlx5e-Add-indirect-tc-offload-of-ovs-internal-po.patch
	patches.suse/net-mlx5e-Term-table-handling-of-internal-port-rules.patch
	patches.suse/net-mlx5-Support-internal-port-as-decap-route-device.patch
	patches.suse/netfilter-conntrack-set-on-IPS_ASSURED-if-flows-ente.patch
	patches.suse/ice-Remove-boolean-vlan_promisc-flag-from-function.patch
	patches.suse/ice-Clear-synchronized-addrs-when-adding-VFs-in-swit.patch
	patches.suse/ice-Hide-bus-info-in-ethtool-for-PRs-in-switchdev-mo.patch
	patches.suse/virtchnl-Remove-unused-VIRTCHNL_VF_OFFLOAD_RSVD-defi.patch
	patches.suse/virtchnl-Use-the-BIT-macro-for-capability-offload-fl.patch
	patches.suse/iavf-Add-helper-function-to-go-from-pci_dev-to-adapt.patch
	patches.suse/iavf-Fix-kernel-BUG-in-free_msi_irqs.patch
	patches.suse/msft-hv-2473-net-mana-Fix-the-netdev_err-s-vPort-argument-in-mana.patch
	patches.suse/msft-hv-2474-net-mana-Report-OS-info-to-the-PF-driver.patch
	patches.suse/msft-hv-2475-net-mana-Improve-the-HWC-error-handling.patch
	patches.suse/msft-hv-2476-net-mana-Support-hibernation-and-kexec.patch
	patches.suse/ethtool-push-the-rtnl_lock-into-dev_ethtool.patch
	patches.suse/ethtool-handle-info-flash-data-copying-outside-rtnl_.patch
	patches.suse/devlink-expose-get-put-functions.patch
	patches.suse/ethtool-don-t-drop-the-rtnl_lock-half-way-thru-the-i.patch
	patches.suse/netdevsim-take-rtnl_lock-when-assigning-num_vfs.patch
	patches.suse/netdevsim-move-vfconfig-to-nsim_dev.patch
	patches.suse/netdevsim-move-details-of-vf-config-to-dev.patch
	patches.suse/netdevsim-move-max-vf-config-to-dev.patch
	patches.suse/netdevsim-rename-driver-entry-points.patch
	patches.suse/net-smc-Introduce-tracepoint-for-fallback
	patches.suse/net-smc-Introduce-tracepoints-for-tx-and-rx-msg
	patches.suse/net-smc-Introduce-tracepoint-for-smcr-link-down
	patches.suse/netdevsim-fix-uninit-value-in-nsim_drv_configure_vfs.patch
	patches.suse/net-vmxnet3-remove-multiple-false-checks-in-vmxnet3_.patch
	patches.suse/bpftool-Remove-unused-includes-to-bpf-bpf_gen_intern.patch
	patches.suse/bpftool-Remove-useless-include-to-perf-sys.h-from-ma.patch
	patches.suse/selftests-bpf-Some-more-atomic-tests.patch
	patches.suse/selftests-bpf-Fix-perf_buffer-test-on-system-with-of.patch
	patches.suse/libbpf-Fix-memory-leak-in-btf__dedup.patch
	patches.suse/bpftool-Avoid-leaking-the-JSON-writer-prepared-for-p.patch
	patches.suse/libbpf-Fix-overflow-in-BTF-sanity-checks.patch
	patches.suse/libbpf-Fix-BTF-header-parsing-checks.patch
	patches.suse/libbpf-Fix-endianness-detection-in-BPF_CORE_READ_BIT.patch
	patches.suse/bpf-Avoid-races-in-__bpf_prog_run-for-32bit-arches.patch
	patches.suse/bpf-Fixes-possible-race-in-update_prog_stats-for-32b.patch
	patches.suse/selftests-bpf-Fix-fd-cleanup-in-sk_lookup-test.patch
	patches.suse/selftests-bpf-Fix-memory-leak-in-test_ima.patch
	patches.suse/selftests-bpf-Fix-fclose-pclose-mismatch-in-test_pro.patch
	patches.suse/bpf-Disallow-unprivileged-bpf-by-default.patch
	patches.suse/selftests-bpf-Fix-strobemeta-selftest-regression.patch
	patches.suse/skmsg-Lose-offset-info-in-sk_psock_skb_ingress.patch
	patches.suse/selftests-bpf-Fix-also-no-alu32-strobemeta-selftest.patch
	patches.suse/bpf-Fix-propagation-of-bounds-from-64-bit-min-max-in.patch
	patches.suse/bpf-Fix-propagation-of-signed-bounds-from-64-bit-min.patch
	patches.suse/sctp-allow-IP-fragmentation-when-PLPMTUD-enters-Erro.patch
	patches.suse/sctp-reset-probe_timer-in-sctp_transport_pl_update.patch
	patches.suse/sctp-subtract-sctphdr-len-in-sctp_transport_pl_hlen.patch
	patches.suse/sctp-return-true-only-for-pathmtu-update-in-sctp_tra.patch
	patches.suse/net-amd-xgbe-Toggle-PLL-settings-during-rate-change.patch
	patches.suse/net-phylink-avoid-mvneta-warning-when-setting-pause-.patch
	patches.suse/net-bridge-fix-uninitialized-variables-when-BRIDGE_C.patch
	patches.suse/selftests-net-bridge-update-IGMP-MLD-membership-inte.patch
	patches.suse/cls_flower-Fix-inability-to-match-GRE-IPIP-packets.patch
	patches.suse/udp6-allow-SO_MARK-ctrl-msg-to-affect-routing.patch
	patches.suse/ibmvnic-don-t-stop-queue-in-xmit.patch
	patches.suse/ibmvnic-Process-crqs-after-enabling-interrupts.patch
	patches.suse/ibmvnic-delay-complete.patch
	patches.suse/x86-iopl-Fake-iopl-3-CLI-STI-usage.patch
	patches.suse/x86-mm-64-Improve-stack-overflow-warnings.patch
	patches.suse/x86-Increase-exception-stack-sizes.patch
	patches.suse/x86-sev-Make-the-VC-exception-stacks-part-of-the-def.patch
	patches.suse/selftests-x86-iopl-Adjust-to-the-faked-iopl-CLI-STI-.patch
	patches.suse/libata-fix-checking-of-DMA-state.patch
	patches.suse/evm-mark-evm_fixmode-as-__ro_after_init.patch
	patches.suse/ia64-don-t-do-IA64_CMPXCHG_DEBUG-without-CONFIG_PRIN.patch
	patches.suse/x86-hyperv-initialize-ghcb-page-in-isolation-vm
	patches.suse/x86-hyperv-initialize-shared-memory-boundary-in-the-isolation-vm
	patches.suse/x86-hyperv-add-new-hvcall-guest-address-host-visibility-support
	patches.suse/drivers-hv-vmbus-mark-vmbus-ring-buffer-visible-to-host-in-isolation-vm
	patches.suse/x86-hyperv-add-write-read-msr-registers-via-ghcb-page
	patches.suse/x86-hyperv-add-ghcb-hvcall-support-for-snp-vm
	patches.suse/drivers-hv-vmbus-add-snp-support-for-vmbus-channel-initiate-message
	patches.suse/drivers-hv-vmbus-initialize-vmbus-ring-buffer-for-isolation-vm
	patches.suse/msft-hv-2468-Drivers-hv-vmbus-Remove-unused-code-to-check-for-sub.patch
	patches.suse/msft-hv-2469-x86-hyperv-Remove-duplicated-include-in-hv_init.patch
	patches.suse/msft-hv-2470-x86-hyperv-Remove-duplicate-include.patch
	patches.suse/msft-hv-2471-Drivers-hv-vmbus-Adding-NULL-pointer-check.patch
	patches.suse/x86-hyperv-Protect-set_hv_tscchange_cb-against-getti.patch
	patches.suse/Revert-x86-kvm-fix-vcpu-id-indexed-array-sizes.patch
	patches.suse/KVM-x86-Do-not-mark-all-registers-as-avail-dirty-dur.patch
	patches.suse/KVM-x86-mmu-Complete-prefetch-for-trailing-SPTEs-for.patch
	patches.suse/KVM-x86-SVM-don-t-set-VMLOAD-VMSAVE-intercepts-on-vC.patch
	patches.suse/KVM-x86-avoid-warning-with-Wbitwise-instead-of-logic.patch
	patches.suse/x86-irq-Ensure-PI-wakeup-handler-is-unregistered-bef.patch
	patches.suse/KVM-VMX-Unregister-posted-interrupt-wakeup-handler-o.patch
	patches.suse/KVM-selftests-Fix-nested-SVM-tests-when-built-with-c.patch
	patches.suse/s390-gmap-validate-VMA-in-__gmap_zap.patch
	patches.suse/s390-gmap-don-t-unconditionally-call-pte_unmap_unloc.patch
	patches.suse/s390-mm-validate-VMA-in-PGSTE-manipulation-functions.patch
	patches.suse/s390-mm-fix-VMA-and-page-table-handling-code-in-stor.patch
	patches.suse/s390-uv-fully-validate-the-VMA-before-calling-follow.patch
	patches.suse/KVM-s390-pv-add-macros-for-UVC-CC-values
	patches.suse/KVM-s390-pv-avoid-double-free-of-sida-page.patch
	patches.suse/KVM-s390-pv-avoid-stalls-for-kvm_s390_pv_init_vm.patch
	patches.suse/KVM-s390-pv-avoid-stalls-when-making-pages-secure
	patches.suse/KVM-s390-Fix-handle_sske-page-fault-handling.patch
	patches.suse/ARM-9120-1-Revert-amba-make-use-of-1-IRQs-warn.patch
	patches.suse/ARM-9136-1-ARMv7-M-uses-BE-8-not-BE-32.patch
	patches.suse/ARM-9142-1-kasan-work-around-LPAE-build-warning.patch
	patches.suse/iov_iter-Fix-iov_iter_get_pages-_alloc-page-fault-re.patch
	patches.suse/gup-Turn-fault_in_pages_-readable-writeable-into-fault_in_-readable-writeable.patch
	patches.suse/gfs2-Cancel-remote-delete-work-asynchronously.patch
	patches.suse/gfs2-Fix-glock_hash_walk-bugs.patch
	patches.suse/xfs-use-kmem_cache_free-for-kmem_cache-objects.patch
	patches.suse/xfs-fold-perag-loop-iteration-logic-into-helper-func.patch
	patches.suse/xfs-rename-the-next_agno-perag-iteration-variable.patch
	patches.suse/xfs-terminate-perag-iteration-reliably-on-agcount.patch
	patches.suse/xfs-punch-out-data-fork-delalloc-blocks-on-COW-write.patch
	patches.suse/workqueue-make-sysfs-of-unbound-kworker-cpumask-more.patch
	patches.suse/cgroup-Make-rebind_subsystems-disable-v2-controllers.patch
	patches.suse/cgroup-Fix-rootcg-cpu.stat-guest-double-counting.patch
	patches.suse/ucounts-In-set_cred_ucounts-assume-new-ucounts-is-no.patch
	patches.suse/perf-qcom_l2_pmu-ACPI-Use-ACPI_COMPANION-directly.patch
	patches.suse/ACPICA-Avoid-evaluating-methods-too-early-during-sys.patch
	patches.suse/ACPICA-Add-support-for-Windows-2020-_OSI-string.patch
	patches.suse/ACPICA-ACPI-6.4-SRAT-add-Generic-Port-Affinity-type.patch
	patches.suse/ACPICA-iASL-table-disassembler-Added-disassembly-sup.patch
	patches.suse/ACPICA-Update-version-to-20210930.patch
	patches.suse/ACPICA-Add-support-for-MADT-online-enabled-bit.patch
	patches.suse/x86-ACPI-Don-t-add-CPUs-that-are-not-online-capable.patch
	patches.suse/x86-ACPI-cstate-Optimize-C3-entry-on-AMD-CPUs.patch
	patches.suse/ACPI-resources-Add-DMI-based-legacy-IRQ-override-qui.patch
	patches.suse/ACPI-resources-Add-one-more-Medion-model-in-IRQ-over.patch
	patches.suse/ACPI-scan-Release-PM-resources-blocked-by-unused-obj.patch
	patches.suse/ACPI-Kconfig-Fix-a-typo-in-Kconfig.patch
	patches.suse/ACPI-replace-snprintf-in-show-functions-with-sysfs_e.patch
	patches.suse/PCI-ACPI-Drop-acpi_pci_bus.patch
	patches.suse/ACPI-glue-Drop-cleanup-callback-from-struct-acpi_bus.patch
	patches.suse/ACPI-glue-Look-for-ACPI-bus-type-only-if-ACPI-compan.patch
	patches.suse/ACPI-glue-Use-acpi_device_adr-in-acpi_find_child_dev.patch
	patches.suse/ACPI-PNP-remove-duplicated-BRI0A49-and-BDP3336-entri.patch
	patches.suse/ACPI-processor-idle-Allow-playing-dead-in-C3-state.patch
	patches.suse/ACPI-LPSS-Use-ACPI_COMPANION-directly.patch
	patches.suse/ACPI-PM-Check-states-of-power-resources-during-initi.patch
	patches.suse/ACPI-PM-Turn-off-unused-wakeup-power-resources.patch
	patches.suse/ACPI-PM-Fix-sharing-of-wakeup-power-resources.patch
	patches.suse/ACPI-PM-Turn-off-wakeup-power-resources-on-_DSW-_PSW.patch
	patches.suse/ACPI-PM-sleep-Do-not-set-suspend_ops-unnecessarily.patch
	patches.suse/ACPI-battery-Accept-charges-over-the-design-capacity.patch
	patches.suse/ACPI-AC-Quirk-GK45-to-skip-reading-_PSR.patch
	patches.suse/ACPI-APEI-EINJ-Relax-platform-response-timeout-to-1-.patch
	patches.suse/ACPI-APEI-mark-apei_hest_parse-static.patch
	patches.suse/ACPI-PRM-Remove-unnecessary-blank-lines.patch
	patches.suse/ACPI-PRM-Handle-memory-allocation-and-memory-remap-f.patch
	patches.suse/PCI-PM-Do-not-use-pci_platform_pm_ops-for-Intel-MID-.patch
	patches.suse/PCI-ACPI-PM-Do-not-use-pci_platform_pm_ops-for-ACPI.patch
	patches.suse/PCI-PM-Rearrange-pci_target_state.patch
	patches.suse/PCI-PM-Make-pci_choose_state-call-pci_target_state.patch
	patches.suse/PCI-PM-Do-not-call-platform_pci_power_manageable-unn.patch
	patches.suse/PM-sleep-Do-not-assume-that-mem-is-always-present.patch
	patches.suse/PM-hibernate-Remove-blk_status_to_errno-in-hib_wait_.patch
	patches.suse/Revert-PM-sleep-Do-not-assume-that-mem-is-always-pre.patch
	patches.suse/PM-hibernate-fix-sparse-warnings.patch
	patches.suse/PM-hibernate-swap-Use-vzalloc-and-kzalloc.patch
	patches.suse/PM-hibernate-Get-block-device-exclusively-in-swsusp_.patch
	patches.suse/PM-sleep-Do-not-let-syscore-devices-runtime-suspend-.patch
	patches.suse/PM-wakeirq-support-enabling-wake-up-irq-after-runtim.patch
	patches.suse/usb-xhci-mtk-enable-wake-up-interrupt-after-runtime_.patch
	patches.suse/cpufreq-intel_pstate-Fix-cpu-pstate.turbo_freq-initi.patch
	patches.suse/cpufreq-tegra186-tegra194-Handle-errors-in-BPMP-resp.patch
	patches.suse/intel_idle-enable-interrupts-before-C1-on-Xeons.patch
	patches.suse/cpuidle-Fix-kobject-memory-leaks-in-error-paths.patch
	patches.suse/PM-EM-Fix-inefficient-states-detection.patch
	patches.suse/cpufreq-Make-policy-min-max-hard-requirements.patch
	patches.suse/thermal-core-Fix-null-pointer-dereference-in-thermal.patch
	patches.suse/thermal-core-fix-a-UAF-bug-in-__thermal_cooling_devi.patch
	patches.suse/thermal-drivers-tsens-Add-timeout-to-get_temp_tsens_.patch
	patches.suse/thermal-drivers-int340x-Improve-the-tcc-offset-savin.patch
	patches.suse/fbdev-efifb-Release-PCI-device-s-runtime-PM-ref-duri.patch
	patches.suse/drm-i915-dp-Use-max-params-for-panels-eDP-1.4.patch
	patches.suse/drm-i915-adl_s-Update-ADL-S-PCI-IDs.patch
	patches.suse/drm-i915-display-split-out-dpt-out-of-intel_display..patch
	patches.suse/drm-i915-backlight-extract-backlight-code-to-a-separ.patch
	patches.suse/drm-i915-backlight-mass-rename-functions-to-have-int.patch
	patches.suse/drm-connector-Give-connector-sysfs-devices-there-own.patch
	patches.suse/drm-connector-Add-a-fwnode-pointer-to-drm_connector-.patch
	patches.suse/drm-connector-Add-drm_connector_find_by_fwnode-funct.patch
	patches.suse/drm-connector-Add-support-for-out-of-band-hotplug-no.patch
	patches.suse/usb-typec-altmodes-displayport-Make-dp_altmode_notif.patch
	patches.suse/usb-typec-altmodes-displayport-Notify-drm-subsys-of-.patch
	patches.suse/drm-i915-display-Move-DRRS-code-its-own-file.patch
	patches.suse/drm-i915-dp-Fix-eDP-max-rate-for-display-11.patch
	patches.suse/drm-i915-dp-fix-TGL-and-ICL-max-source-rates.patch
	patches.suse/drm-i915-dp-fix-EHL-JSL-max-source-rates-calculation.patch
	patches.suse/drm-i915-dp-fix-DG1-and-RKL-max-source-rates.patch
	patches.suse/drm-i915-dp-fix-for-ADL_P-S-dp-edp-max-source-rates.patch
	patches.suse/drm-i915-bios-use-hdmi-level-shift-directly-from-chi.patch
	patches.suse/drm-i915-bios-use-max-tmds-clock-directly-from-child.patch
	patches.suse/drm-i915-bios-use-dp-max-link-rate-directly-from-chi.patch
	patches.suse/drm-i915-bios-use-alternate-aux-channel-directly-fro.patch
	patches.suse/drm-i915-bios-move-ddc-pin-mapping-code-next-to-ddc-.patch
	patches.suse/drm-i915-bios-use-ddc-pin-directly-from-child-data.patch
	patches.suse/drm-i915-bios-get-rid-of-vbt-ddi_port_info.patch
	patches.suse/drm-i915-s-ddi_translations-trans.patch
	patches.suse/0002-drm-i915-hdmi-convert-intel_hdmi_to_dev-to-intel_hdm.patch
	patches.suse/dma-buf-WARN-on-dmabuf-release-with-pending-attachme.patch
	patches.suse/drm-panel-orientation-quirks-Update-the-Lenovo-Ideap.patch
	patches.suse/drm-panel-orientation-quirks-Add-quirk-for-KD-Kurio-.patch
	patches.suse/drm-panel-orientation-quirks-Add-quirk-for-the-Samsu.patch
	patches.suse/drm-bridge-anx7625-Propagate-errors-from-sp_tx_rst_a.patch
	patches.suse/drm-bridge-it66121-Initialize-device-vendor-_ids.patch
	patches.suse/drm-bridge-it66121-Wait-for-next-bridge-to-be-probed.patch
	patches.suse/drm-sun4i-Fix-macros-in-sun8i_csc.h.patch
	patches.suse/drm-panel-orientation-quirks-add-Valve-Steam-Deck.patch
	patches.suse/drm-meson-Make-use-of-the-helper-function-devm_platf.patch
	patches.suse/dma-buf-system_heap-Avoid-warning-on-mid-order-alloc.patch
	patches.suse/drm-v3d-fix-wait-for-TMU-write-combiner-flush.patch
	patches.suse/virtio-gpu-fix-possible-memory-allocation-failure.patch
	patches.suse/drm-bridge-it66121-Fix-return-value-it66121_probe.patch
	patches.suse/drm-amd-display-Set-min-dcfclk-if-pipe-count-is-0.patch
	patches.suse/drm-amd-display-Limit-max-DSC-target-bpp-for-specifi.patch
	patches.suse/drm-amd-display-Update-swizzle-mode-enums.patch
	patches.suse/drm-amd-display-Add-option-to-defer-works-of-hpd_rx_.patch
	patches.suse/drm-amd-display-Revert-Directly-retrain-link-from-de.patch
	patches.suse/drm-amd-display-Optimize-bandwidth-on-following-fast.patch
	patches.suse/drm-amdgpu-Drop-inline-from-amdgpu_ras_eeprom_max_re.patch
	patches.suse/drm-amdgpu-Fix-MMIO-access-page-fault.patch
	patches.suse/drm-amd-display-Use-adjusted-DCN301-watermarks.patch
	patches.suse/drm-amd-display-Fix-null-pointer-dereference-for-enc.patch
	patches.suse/drm-amdgpu-move-amdgpu_virt_release_full_gpu-to-fini.patch
	patches.suse/drm-amdgpu-fix-warning-for-overflow-check.patch
	patches.suse/drm-amdgpu-revert-Add-autodump-debugfs-node-for-gpu-.patch
	patches.suse/x86-mce-amd-export-smca_get_bank_type-symbol.patch
	patches.suse/drm-amdgpu-unify-BO-evicting-method-in-amdgpu_ttm.patch
	patches.suse/drm-amdkfd-rm-BO-resv-on-validation-to-avoid-deadloc.patch
	patches.suse/drm-ttm-stop-calling-tt_swapin-in-vm_access.patch
	patches.suse/drm-fb_helper-fix-CONFIG_FB-dependency.patch
	patches.suse/drm-i915-Disable-bonding-on-gen12-platforms.patch
	patches.suse/0001-drm-i915-Keep-gem-ctx-vm-alive-until-the-final-put.patch
	patches.suse/drm-i915-adl_s-Remove-require_force_probe-protection.patch
	patches.suse/drm-i915-guc-Fix-blocked-context-accounting.patch
	patches.suse/drm-i915-guc-Fix-outstanding-G2H-accounting.patch
	patches.suse/drm-i915-guc-Unwind-context-requests-in-reverse-orde.patch
	patches.suse/drm-i915-guc-Don-t-drop-ce-guc_active.lock-when-unwi.patch
	patches.suse/drm-i915-guc-Workaround-reset-G2H-is-received-after-.patch
	patches.suse/Revert-drm-i915-gt-Propagate-change-in-error-status-.patch
	patches.suse/drm-i915-guc-Kick-tasklet-after-queuing-a-request.patch
	patches.suse/drm-i915-guc-Don-t-enable-scheduling-on-a-banned-con.patch
	patches.suse/drm-i915-guc-Copy-whole-golden-context-set-engine-st.patch
	patches.suse/drm-i915-guc-Take-context-ref-when-cancelling-reques.patch
	patches.suse/drm-i915-guc-Reset-LRC-descriptor-if-register-return.patch
	patches.suse/drm-i915-Replace-the-unconditional-clflush-with-drm_.patch
	patches.suse/drm-amd-display-Enable-PSR-by-default-on-newer-DCN.patch
	patches.suse/drm-amd-display-Fix-surface-optimization-regression-.patch
	patches.suse/drm-amd-display-fix-null-pointer-deref-when-plugging.patch
	patches.suse/drm-amd-pm-Fix-incorrect-power-limit-readback-in-smu.patch
	patches.suse/drm-amdkfd-fix-boot-failure-when-iommu-is-disabled-i.patch
	patches.suse/drm-amdkfd-fix-resume-error-when-iommu-disabled-in-P.patch
	patches.suse/drm-amdkfd-Fix-an-inappropriate-error-handling-in-al.patch
	patches.suse/drm-amdgpu-pm-properly-handle-sclk-for-profiling-mod.patch
	patches.suse/amd-display-remove-ChromeOS-workaround.patch
	patches.suse/drm-msm-prevent-NULL-dereference-in-msm_gpu_crashsta.patch
	patches.suse/drm-msm-dsi-do-not-enable-irq-handler-before-powerin.patch
	patches.suse/drm-msm-Fix-potential-Oops-in-a6xx_gmu_rpmh_init.patch
	patches.suse/drm-msm-potential-error-pointer-dereference-in-init.patch
	patches.suse/drm-msm-fix-potential-NULL-dereference-in-cleanup.patch
	patches.suse/drm-msm-uninitialized-variable-in-msm_gem_import.patch
	patches.suse/drm-msm-dp-Modify-prototype-of-encoder-based-API.patch
	patches.suse/drm-msm-Fix-potential-NULL-dereference-in-DPU-SSPP.patch
	patches.suse/drm-msm-dsi-fix-wrong-type-in-msm_dsi_host.patch
	patches.suse/drm-amdkfd-Separate-pinned-BOs-destruction-from-gene.patch
	patches.suse/drm-amdgpu-fix-a-potential-memory-leak-in-amdgpu_dev.patch
	patches.suse/drm-amdgpu-display-add-quirk-handling-for-stutter-mo.patch
	patches.suse/drm-amd-display-dcn20_resource_construct-reduce-scop.patch
	patches.suse/drm-amdgpu-gmc6-fix-DMA-mask-from-44-to-40-bits.patch
	patches.suse/platform-x86-Add-driver-for-ACPI-WMAA-EC-based-backl.patch
	patches.suse/platform-x86-wmi-remove-unnecessary-argument.patch
	patches.suse/platform-x86-wmi-remove-unnecessary-casts.patch
	patches.suse/platform-x86-wmi-remove-unnecessary-checks.patch
	patches.suse/platform-x86-wmi-use-BIT-macro.patch
	patches.suse/platform-x86-wmi-use-bool-instead-of-int.patch
	patches.suse/platform-x86-wmi-use-guid_t-and-guid_equal.patch
	patches.suse/platform-x86-wmi-make-GUID-block-packed.patch
	patches.suse/platform-x86-wmi-do-not-fail-if-disabling-fails.patch
	patches.suse/platform-x86-wmi-introduce-helper-to-convert-driver-.patch
	patches.suse/ABI-sysfs-platform-dell-privacy-wmi-correct-ABI-entr.patch
	patches.suse/ABI-sysfs-platform-intel-pmc-add-blank-lines-to-make.patch
	patches.suse/platform-x86-Remove-WMAA-from-identifier-names-in-wm.patch
	patches.suse/platform-x86-Rename-wmaa-backlight-wmi-to-nvidia-wmi.patch
	patches.suse/platform-x86-thinkpad_acpi-Fix-bitwise-vs.-logical-w.patch
	patches.suse/platform-surface-aggregator_registry-Add-support-for.patch
	patches.suse/HID-surface-hid-Use-correct-event-registry-for-manag.patch
	patches.suse/HID-surface-hid-Allow-driver-matching-for-target-ID-.patch
	patches.suse/selftests-kvm-fix-mismatched-fclose-after-popen.patch
	patches.suse/selftests-x86-fix-Wstringop-overread-warn-in-test_pr.patch
	patches.suse/selftests-core-fix-conflicting-types-compile-error-f.patch
	patches.suse/docs-UML-user_mode_linux_howto_v2-edits.patch
	patches.suse/docs-f2fs-fix-text-alignment.patch
	patches.suse/of-remove-duplicate-declarations-of-__of_-_sysfs-fun.patch
	patches.suse/dt-bindings-devfreq-rk3399_dmc-fix-clocks-in-example.patch
	patches.suse/dt-bindings-display-xilinx-Fix-example-with-psgtr.patch
	patches.suse/of-unittest-fix-EXPECT-text-for-gpio-hog-errors.patch
	patches.suse/ALSA-mixer-oss-Fix-racy-access-to-slots.patch
	patches.suse/ALSA-hda-realtek-Fix-mic-mute-LED-for-the-HP-Spectre.patch
	patches.suse/ALSA-mixer-fix-deadlock-in-snd_mixer_oss_set_volume.patch
	patches.suse/ALSA-usx2y-Prefer-struct_size-over-open-coded-arithm.patch
	patches.suse/ALSA-usb-audio-fix-comment-reference-in-__uac_clock_.patch
	patches.suse/ALSA-hda-hdac_stream-fix-potential-locking-issue-in-.patch
	patches.suse/ALSA-hda-hdac_ext_stream-fix-potential-locking-issue.patch
	patches.suse/ASoC-SOF-Intel-hda-dai-fix-potential-locking-issue.patch
	patches.suse/ALSA-hda-Reduce-udelay-at-SKL-position-reporting.patch
	patches.suse/ALSA-hda-Use-position-buffer-for-SKL-again.patch
	patches.suse/ALSA-usb-audio-Restrict-rates-for-the-shared-clocks.patch
	patches.suse/ALSA-usb-audio-Fix-possible-race-at-sync-of-urb-comp.patch
	patches.suse/ALSA-usb-audio-Rename-early_playback_start-flag-with.patch
	patches.suse/ALSA-usb-audio-Disable-low-latency-playback-for-free.patch
	patches.suse/ALSA-usb-audio-Disable-low-latency-mode-for-implicit.patch
	patches.suse/ALSA-usb-audio-Check-available-frames-for-the-next-p.patch
	patches.suse/ALSA-usb-audio-Add-spinlock-to-stop_urbs.patch
	patches.suse/ALSA-usb-audio-Improved-lowlatency-playback-support.patch
	patches.suse/ALSA-usb-audio-Avoid-killing-in-flight-URBs-during-d.patch
	patches.suse/ALSA-usb-audio-disable-implicit-feedback-sync-for-Be.patch
	patches.suse/ALSA-usb-audio-Fix-packet-size-calculation-regressio.patch
	patches.suse/ALSA-pcm-Add-more-disconnection-checks-at-file-ops.patch
	patches.suse/ALSA-usb-audio-Pass-JOINT_DUPLEX-info-flag-for-impli.patch
	patches.suse/ALSA-usb-audio-Add-support-for-the-Pioneer-DJM-750MK.patch
	patches.suse/ALSA-usb-audio-Less-restriction-for-low-latency-play.patch
	patches.suse/ALSA-usb-audio-Downgrade-error-message-in-get_ctl_va.patch
	patches.suse/ALSA-usb-audio-Drop-superfluous-error-message-after-.patch
	patches.suse/ALSA-usb-audio-Initialize-every-feature-unit-once-at.patch
	patches.suse/ALSA-pcm-Unify-snd_pcm_delay-and-snd_pcm_hwsync.patch
	patches.suse/ALSA-ISA-not-for-M68K.patch
	patches.suse/ALSA-memalloc-Support-for-non-contiguous-page-alloca.patch
	patches.suse/ALSA-memalloc-Support-for-non-coherent-page-allocati.patch
	patches.suse/ALSA-uapi-Fix-a-C-style-comment-in-asound.h.patch
	patches.suse/ALSA-memalloc-Drop-superfluous-snd_dma_buffer_sync-d.patch
	patches.suse/ALSA-memalloc-Fix-a-typo-in-snd_dma_buffer_sync-desc.patch
	patches.suse/ALSA-gus-fix-null-pointer-dereference-on-pointer-blo.patch
	patches.suse/ALSA-usb-audio-fix-null-pointer-dereference-on-point.patch
	patches.suse/ALSA-6fire-fix-control-and-bulk-message-timeouts.patch
	patches.suse/ALSA-line6-fix-control-and-interrupt-message-timeout.patch
	patches.suse/ALSA-ua101-fix-division-by-zero-at-probe.patch
	patches.suse/ALSA-hda-realtek-Add-a-quirk-for-HP-OMEN-15-mute-LED.patch
	patches.suse/ALSA-oxfw-fix-functional-regression-for-Mackie-Onyx-.patch
	patches.suse/ALSA-usb-audio-Add-registration-quirk-for-JBL-Quantu-763d92ed5dec.patch
	patches.suse/ALSA-usb-audio-Line6-HX-Stomp-XL-USB_ID-for-48k-fixe.patch
	patches.suse/ASoC-cs42l42-Don-t-reconfigure-the-PLL-while-it-is-r.patch
	patches.suse/ASoC-cs42l42-Always-configure-both-ASP-TX-channels.patch
	patches.suse/ASoC-cs42l42-Correct-some-register-default-values.patch
	patches.suse/ASoC-cs42l42-Don-t-set-defaults-for-volatile-registe.patch
	patches.suse/ASoC-cs42l42-Defer-probe-if-request_threaded_irq-ret.patch
	patches.suse/ASoC-cs42l42-Don-t-claim-to-support-192k.patch
	patches.suse/ASoC-cs42l42-Use-PLL-for-SCLK-12.288MHz.patch
	patches.suse/ASoC-cs42l42-Allow-time-for-HP-ADC-to-power-up-after.patch
	patches.suse/ASoC-cs42l42-Set-correct-SRC-MCLK.patch
	patches.suse/ASoC-cs42l42-Mark-OSC_SWITCH_STATUS-register-volatil.patch
	patches.suse/ASoC-cs42l42-Fix-WARN-in-remove-if-running-without-a.patch
	patches.suse/ASoC-cs42l42-Always-enable-TS_PLUG-and-TS_UNPLUG-int.patch
	patches.suse/ASoC-rockchip-Use-generic-dmaengine-code.patch
	patches.suse/ASoC-meson-t9015-Add-missing-AVDD-supply-property.patch
	patches.suse/ASoC-mediatek-mt8195-Remove-unsued-irqs_lock.patch
	patches.suse/ASoC-ti-rename-CONFIG_SND_SOC_DM365_VOICE_CODEC_MODU.patch
	patches.suse/ASoC-fsl_rpmsg-add-soc-specific-data-structure.patch
	patches.suse/ASoC-Add-json-schema-documentation-for-sound-name-pr.patch
	patches.suse/ASoC-Use-schema-reference-for-sound-name-prefix.patch
	patches.suse/ASoC-Remove-name-prefix.txt.patch
	patches.suse/ASoC-cs35l41-CS35L41-Boosted-Smart-Amplifier.patch
	patches.suse/ASoC-cs35l41-Add-bindings-for-CS35L41.patch
	patches.suse/ASoC-cs35l41-Fix-use-of-an-uninitialised-variable.patch
	patches.suse/ASoC-cs35l41-Use-regmap_read_poll_timeout-to-wait-fo.patch
	patches.suse/ASoC-cs35l41-Combine-adjacent-register-writes.patch
	patches.suse/ASoC-cs35l41-Don-t-overwrite-returned-error-code.patch
	patches.suse/ASoC-cs35l41-Fixup-the-error-messages.patch
	patches.suse/ASoC-cs35l41-Fix-a-bunch-of-trivial-code-formating-s.patch
	patches.suse/ASoC-cs42l42-Minor-fix-all-errors-reported-by-checkp.patch
	patches.suse/misc-cs35l41-Remove-unused-pdn-variable.patch
	patches.suse/ASoC-cs35l41-Binding-fixes.patch
	patches.suse/ASoC-cs42l42-Implement-Manual-Type-detection-as-fall.patch
	patches.suse/ASoC-soc-pcm-Don-t-reconnect-an-already-active-BE.patch
	patches.suse/ASoC-simple-card-utils-Increase-maximum-DAI-links-li.patch
	patches.suse/ASoC-audio-graph-Fixup-CPU-endpoint-hw_params-in-a-B.patch
	patches.suse/ASoC-dt-bindings-tegra-Few-more-Tegra210-AHUB-module.patch
	patches.suse/ASoC-tegra-Add-routes-for-few-AHUB-modules.patch
	patches.suse/ASoC-tegra-Add-Tegra210-based-MVC-driver.patch
	patches.suse/ASoC-tegra-Add-Tegra210-based-SFC-driver.patch
	patches.suse/ASoC-tegra-Add-Tegra210-based-AMX-driver.patch
	patches.suse/ASoC-tegra-Add-Tegra210-based-ADX-driver.patch
	patches.suse/ASoC-tegra-Add-Tegra210-based-Mixer-driver.patch
	patches.suse/ASoC-Fix-warning-related-to-sound-name-prefix-bindin.patch
	patches.suse/ASoC-wcd9335-Use-correct-version-to-initialize-Class.patch
	patches.suse/ASoC-cs42l42-Use-two-thresholds-and-increased-wait-t.patch
	patches.suse/ASoC-wm_adsp-Remove-use-of-snd_ctl_elem_type_t.patch
	patches.suse/ASoC-wm_adsp-Move-check-for-control-existence.patch
	patches.suse/ASoC-wm_adsp-Switch-to-using-wm_coeff_read_ctrl-for-.patch
	patches.suse/ASoC-wm_adsp-Cancel-ongoing-work-when-removing-contr.patch
	patches.suse/ASoC-wm_adsp-Rename-generic-DSP-support.patch
	patches.suse/ASoC-wm_adsp-Introduce-cs_dsp-logging-macros.patch
	patches.suse/ASoC-wm_adsp-Separate-some-ASoC-and-generic-function.patch
	patches.suse/ASoC-wm_adsp-Split-DSP-power-operations-into-helper-.patch
	patches.suse/ASoC-wm_adsp-Move-sys_config_size-to-wm_adsp.patch
	patches.suse/ASoC-wm_adsp-Separate-generic-cs_dsp_coeff_ctl-handl.patch
	patches.suse/ASoC-wm_adsp-Move-check-of-dsp-running-to-better-pla.patch
	patches.suse/ASoC-wm_adsp-Pass-firmware-names-as-parameters-when-.patch
	patches.suse/ASoC-wm_adsp-move-firmware-loading-to-client.patch
	patches.suse/ASoC-wm_adsp-Split-out-struct-cs_dsp-from-struct-wm_.patch
	patches.suse/ASoC-wm_adsp-Separate-wm_adsp-specifics-in-cs_dsp_cl.patch
	patches.suse/firmware-cs_dsp-add-driver-to-support-firmware-loadi.patch
	patches.suse/ASoC-wm_adsp-remove-a-repeated-including.patch
	patches.suse/ASoC-rt5682-move-clk-related-code-to-rt5682_i2c_prob.patch
	patches.suse/ASoC-fsl_spdif-implement-bypass-mode-from-in-to-out.patch
	patches.suse/ASoC-es8316-Use-IRQF_NO_AUTOEN-when-requesting-the-I.patch
	patches.suse/ASoC-rt5651-Use-IRQF_NO_AUTOEN-when-requesting-the-I.patch
	patches.suse/ASoC-nau8824-Add-DMI-quirk-mechanism-for-active-high.patch
	patches.suse/ALSA-intel-dsp-config-add-quirk-for-APL-GLK-TGL-devi.patch
	patches.suse/ASoC-Intel-soc-acpi-add-missing-quirk-for-TGL-SDCA-s.patch
	patches.suse/ASoC-Intel-sof_sdw-add-missing-quirk-for-Dell-SKU-0A.patch
	patches.suse/ASoC-SOF-topology-do-not-power-down-primary-core-dur.patch
	patches.suse/ASoC-soc-pcm-restore-mixer-functionality.patch
	patches.suse/ASoC-rt5682-fix-a-little-pop-while-playback.patch
	patches.suse/ASoC-cs42l42-Remove-unused-runtime_suspend-runtime_r.patch
	patches.suse/ASoC-tegra-Restore-AC97-support.patch
	patches.suse/ASoC-tegra-Set-default-card-name-for-Trimslice.patch
	patches.suse/ASoC-cs35l41-Make-cs35l41_remove-return-void.patch
	patches.suse/ASoC-cs42l42-Prevent-NULL-pointer-deref-in-interrupt.patch
	patches.suse/ASoC-topology-Fix-stub-for-snd_soc_tplg_component_re.patch
	patches.suse/ASoC-cs42l42-Reset-and-power-down-on-remove-and-fail.patch
	patches.suse/ASoC-cs42l42-free_irq-before-powering-down-on-probe-.patch
	patches.suse/ASoC-dt-bindings-cs42l42-Correct-description-of-ts-i.patch
	patches.suse/ASoC-cs42l42-Correct-configuring-of-switch-inversion.patch
	patches.suse/ASoC-rsnd-Fix-an-error-handling-path-in-rsnd_node_co.patch
	patches.suse/ALSA-hda-realtek-Add-quirk-for-Clevo-PC70HS.patch
	patches.suse/ALSA-usb-audio-Add-Audient-iD14-to-mixer-map-quirk-t.patch
	patches.suse/RDMA-rxe-Fix-wrong-port_cap_flags.patch
	patches.suse/RDMA-rxe-remove-the-redundant-variable.patch
	patches.suse/RDMA-rxe-remove-the-unnecessary-variable.patch
	patches.suse/RDMA-bnxt_re-Add-extended-statistics-counters.patch
	patches.suse/RDMA-bnxt_re-Update-statistics-counter-name.patch
	patches.suse/RDMA-bnxt_re-Use-separate-response-buffer-for-stat_c.patch
	patches.suse/RDMA-bnxt_re-Reduce-the-delay-in-polling-for-hwrm-co.patch
	patches.suse/RDMA-bnxt_re-Support-multiple-page-sizes.patch
	patches.suse/RDMA-bnxt_re-Suppress-unwanted-error-messages.patch
	patches.suse/RDMA-bnxt_re-Fix-query-SRQ-failure.patch
	patches.suse/RDMA-bnxt_re-Fix-FRMR-issue-with-single-page-MR-allo.patch
	patches.suse/RDMA-bnxt_re-Use-GFP_KERNEL-in-non-atomic-context.patch
	patches.suse/RDMA-bnxt_re-Correct-FRMR-size-calculation.patch
	patches.suse/RDMA-bnxt_re-Check-if-the-vlan-is-valid-before-repor.patch
	patches.suse/RDMA-rxe-Add-memory-barriers-to-kernel-queues.patch
	patches.suse/RDMA-rxe-Cleanup-MR-status-and-type-enums.patch
	patches.suse/RDMA-rxe-Separate-HW-and-SW-l-rkeys.patch
	patches.suse/RDMA-rxe-Create-duplicate-mapping-tables-for-FMRs.patch
	patches.suse/RDMA-rxe-Only-allow-invalidate-for-appropriate-MRs.patch
	patches.suse/IB-hfi1-Remove-cache-and-embed-txreq-in-ring.patch
	patches.suse/IB-hfi1-Get-rid-of-hot-path-divide.patch
	patches.suse/IB-hfi1-Get-rid-of-tx-priv-backpointer.patch
	patches.suse/IB-hfi1-Tune-netdev-xmit-cachelines.patch
	patches.suse/IB-hfi1-Remove-atomic-completion-count.patch
	patches.suse/IB-hfi1-Add-ring-consumer-and-producers-traces.patch
	patches.suse/RDMA-hfi1-Use-struct_size-and-flex_array_size-helper.patch
	patches.suse/RDMA-rxe-Add-new-RXE_READ_OR_WRITE_MASK.patch
	patches.suse/RDMA-rxe-Add-MASK-suffix-for-RXE_READ_OR_ATOMIC-and-.patch
	patches.suse/RDMA-rxe-Remove-unused-WR_READ_WRITE_OR_SEND_MASK.patch
	patches.suse/IB-mlx5-Flow-through-a-more-detailed-return-code-fro.patch
	patches.suse/RDMA-rxe-Bump-up-default-maximum-values-used-via-uve.patch
	patches.suse/RDMA-cma-Split-apart-the-multiple-uses-of-the-same-l.patch
	patches.suse/RDMA-rtrs-Use-sysfs_emit-instead-of-s-printf-functio.patch
	patches.suse/RDMA-rtrs-Remove-len-parameter-from-helper-print-fun.patch
	patches.suse/RDMA-rtrs-Fix-warning-when-use-poll-mode-on-client-s.patch
	patches.suse/RDMA-rtrs-Replace-duplicate-check-with-is_pollqueue-.patch
	patches.suse/RDMA-rtrs-Introduce-destroy_cq-helper.patch
	patches.suse/RDMA-rtrs-Do-not-allow-sessname-to-contain-special-s.patch
	patches.suse/RDMA-rtrs-clt-Follow-one-entry-one-value-rule-for-IO.patch
	patches.suse/RDMA-mlx5-Avoid-taking-MRs-from-larger-MR-cache-pool.patch
	patches.suse/RDMA-rw-switch-to-dma_map_sgtable.patch
	patches.suse/IB-hf1-Use-string_upper-instead-of-an-open-coded-var.patch
	patches.suse/RDMA-irdma-Delete-unused-struct-irdma_bth.patch
	patches.suse/RDMA-rxe-Remove-the-is_user-members-of-struct-rxe_sq.patch
	patches.suse/RDMA-rxe-Change-the-is_user-member-of-struct-rxe_cq-.patch
	patches.suse/RDMA-rxe-Set-partial-attributes-when-completion-stat.patch
	patches.suse/RDMA-rxe-Remove-duplicate-settings.patch
	patches.suse/RDMA-efa-CQ-notifications.patch
	patches.suse/RDMA-counter-Add-a-descriptor-in-struct-rdma_hw_stat.patch
	patches.suse/RDMA-core-Add-a-helper-API-rdma_free_hw_stats_struct.patch
	patches.suse/RDMA-counter-Add-an-is_disabled-field-in-struct-rdma.patch
	patches.suse/RDMA-counter-Add-optional-counter-support.patch
	patches.suse/RDMA-nldev-Add-support-to-get-status-of-all-counters.patch
	patches.suse/RDMA-nldev-Split-nldev_stat_set_mode_doit-out-of-nld.patch
	patches.suse/RDMA-nldev-Allow-optional-counter-status-configurati.patch
	patches.suse/RDMA-mlx5-Support-optional-counters-in-hw_stats-init.patch
	patches.suse/RDMA-mlx5-Add-steering-support-in-optional-flow-coun.patch
	patches.suse/RDMA-mlx5-Add-modify_op_stat-support.patch
	patches.suse/RDMA-mlx5-Add-optional-counter-support-in-get_hw_sta.patch
	patches.suse/RDMA-hns-Use-dma_alloc_coherent-instead-of-kmalloc-d.patch
	patches.suse/RDMA-iwpm-Remove-redundant-initialization-of-pointer.patch
	patches.suse/RDMA-Remove-redundant-flush_workqueue-calls.patch
	patches.suse/RDMA-irdma-Remove-irdma_uk_mw_bind.patch
	patches.suse/RDMA-irdma-Remove-irdma_sc_send_lsmm_nostag.patch
	patches.suse/RDMA-irdma-Remove-irdma_get_hw_addr.patch
	patches.suse/RDMA-irdma-Remove-irdma_cqp_up_map_cmd.patch
	patches.suse/RDMA-mlx4-Return-missed-an-error-if-device-doesn-t-s.patch
	patches.suse/RDMA-rxe-Move-AV-from-rxe_send_wqe-to-rxe_send_wr.patch
	patches.suse/RDMA-rxe-Change-AH-objects-to-indexed.patch
	patches.suse/RDMA-rxe-Create-AH-index-and-return-to-user-space.patch
	patches.suse/RDMA-rxe-Replace-ah-pd-by-ah-ibah.pd.patch
	patches.suse/RDMA-rxe-Lookup-kernel-AH-from-ah-index-in-UD-WQEs.patch
	patches.suse/RDMA-rxe-Convert-kernel-UD-post-send-to-use-ah_num.patch
	patches.suse/RDMA-core-Set-sgtable-nents-when-using-ib_dma_virt_m.patch
	patches.suse/RDMA-irdma-Make-irdma_uk_cq_init-return-a-void.patch
	patches.suse/RDMA-core-Use-kvzalloc-when-allocating-the-struct-ib.patch
	patches.suse/RDMA-mlx5-fix-build-error-with-INFINIBAND_USER_ACCES.patch
	patches.suse/RDMA-ipoib-Use-dev_addr_mod.patch
	patches.suse/RDMA-mlx5-Use-dev_addr_mod.patch
	patches.suse/RDMA-Constify-netdev-dev_addr-accesses.patch
	patches.suse/RDMA-irdma-Remove-the-unused-spin-lock-in-struct-ird.patch
	patches.suse/RDMA-qedr-Remove-unsupported-qedr_resize_cq-callback.patch
	patches.suse/RDMA-umem-Allow-pinned-dmabuf-umem-usage.patch
	patches.suse/RDMA-efa-Add-support-for-dmabuf-memory-regions.patch
	patches.suse/RDMA-core-Fix-missed-initialization-of-rdma_hw_stats.patch
	patches.suse/RDMA-irdma-Remove-the-unused-variable-local_qp.patch
	patches.suse/RDMA-rxe-Save-a-few-bytes-from-struct-rxe_pool.patch
	patches.suse/RDMA-rxe-Use-bitmap_zalloc-when-applicable.patch
	patches.suse/RDMA-rxe-Make-rxe_type_info-static-const.patch
	patches.suse/RDMA-bnxt_re-Fix-kernel-panic-when-trying-to-access-.patch
	patches.suse/RDMA-bnxt_re-Use-helper-function-to-set-GUIDs.patch
	patches.suse/IB-hfi1-Rebranding-of-hfi1-driver-to-Cornelis-Networ.patch
	patches.suse/IB-qib-Rebranding-of-qib-driver-to-Cornelis-Networks.patch
	patches.suse/IB-opa_vnic-Rebranding-of-OPA-VNIC-driver-to-Corneli.patch
	patches.suse/RDMA-hns-Use-the-core-code-to-manage-the-fixed-mmap-.patch
	patches.suse/RDMA-qed-Use-helper-function-to-set-GUIDs.patch
	patches.suse/RDMA-irdma-optimize-rx-path-by-removing-unnecessary-.patch
	patches.suse/RDMA-hns-Fix-initial-arm_st-of-CQ.patch
	patches.suse/RDMA-hns-Modify-the-value-of-MAX_LP_MSG_LEN-to-meet-.patch
	patches.suse/RDMA-qedr-Fix-NULL-deref-for-query_qp-on-the-GSI-QP.patch
	patches.suse/RDMA-bnxt_re-Remove-unsupported-bnxt_re_modify_ah-ca.patch
	patches.suse/RDMA-core-Require-the-driver-to-set-the-IOVA-correct.patch
	patches.suse/JFS-fix-memleak-in-jfs_mount.patch
	patches.suse/signal-Remove-the-bogus-sigkill_pending-in-ptrace_st.patch
	patches.suse/bus-fsl-mc-Add-generic-implementation-for-open-reset.patch
	patches.suse/vfio-fsl-mc-Add-per-device-reset-support.patch
	patches.suse/vfio-ccw-Remove-unneeded-GFP_DMA
	patches.suse/vdpa-fix-typo.patch
	patches.suse/vp_vdpa-add-vq-irq-offloading-support.patch
	patches.suse/vdpa-add-new-callback-get_vq_num_min-in-vdpa_config_.patch
	patches.suse/vdpa-min-vq-num-of-vdpa-device-cannot-be-greater-tha.patch
	patches.suse/vdpa-add-new-attribute-VDPA_ATTR_DEV_MIN_VQ_SIZE.patch
	patches.suse/vdpa-mlx5-Remove-mtu-field-from-vdpa-net-device.patch
	patches.suse/vdpa-mlx5-Rename-control-VQ-workqueue-to-vdpa-wq.patch
	patches.suse/vdpa-mlx5-Propagate-link-status-from-device-to-vdpa-.patch
	patches.suse/virtio_ring-check-desc-NULL-when-using-indirect-with.patch
	patches.suse/vdpa-Introduce-and-use-vdpa-device-get-set-config-he.patch
	patches.suse/vdpa-Introduce-query-of-device-config-layout.patch
	patches.suse/vdpa-Use-kernel-coding-style-for-structure-comments.patch
	patches.suse/vdpa-Enable-user-to-set-mac-and-mtu-of-vdpa-device.patch
	patches.suse/vdpa-mlx5-Fix-clearing-of-VIRTIO_NET_F_MAC-feature-b.patch
	patches.suse/vdpa-mlx5-Support-configuration-of-MAC.patch
	patches.suse/vdpa-mlx5-Forward-only-packets-with-allowed-MAC-addr.patch
	patches.suse/MAINTAINERS-add-an-entry-for-NXP-S32G-boards.patch
	patches.suse/ARM-s3c-irq-s3c24xx-Fix-return-value-check-for-s3c24.patch
	patches.suse/arm64-zynqmp-Do-not-duplicate-flash-partition-label-.patch
	patches.suse/arm64-zynqmp-Fix-serial-compatible-string.patch
	patches.suse/arm64-dts-rockchip-Disable-CDN-DP-on-Pinebook-Pro.patch
	patches.suse/arm64-dts-rockchip-fix-rk3568-mbi-alias.patch
	patches.suse/arm64-dts-rockchip-Fix-GPU-register-width-for-RK3328.patch
	patches.suse/arm64-dts-renesas-beacon-Fix-Ethernet-PHY-mode.patch
	patches.suse/arm64-dts-meson-sm1-add-Ethernet-PHY-reset-line-for-.patch
	patches.suse/arm64-dts-meson-g12a-Fix-the-pwm-regulator-supply-pr.patch
	patches.suse/arm64-dts-meson-g12b-Fix-the-pwm-regulator-supply-pr.patch
	patches.suse/arm64-dts-meson-sm1-Fix-the-pwm-regulator-supply-pro.patch
	patches.suse/arm64-dts-meson-g12b-odroid-n2-add-5v-regulator-gpio.patch
	patches.suse/arm64-tegra-Audio-graph-sound-card-for-Jetson-TX2-NX.patch
	patches.suse/arm64-tegra-Update-HDA-card-name-on-Jetson-TX2-NX.patch
	patches.suse/arm-dts-omap3-gta04a4-accelerometer-irq-fix.patch
	patches.suse/ARM-dts-at91-tse850-the-emac-phy-interface-is-rmii.patch
	patches.suse/arm64-dts-ti-k3-j721e-main-Fix-max-virtual-functions.patch
	patches.suse/arm64-dts-ti-k3-j721e-main-Fix-bus-range-upto-256-bu.patch
	patches.suse/arm64-dts-ti-j7200-main-Fix-vendor-id-device-id-prop.patch
	patches.suse/arm64-dts-ti-j7200-main-Fix-bus-range-upto-256-bus-n.patch
	patches.suse/ARM-dts-qcom-msm8974-Add-xo_board-reference-clock-to.patch
	patches.suse/arm64-dts-qcom-sdm845-Use-RPMH_CE_CLK-macro-directly.patch
	patches.suse/arm64-dts-qcom-msm8998-Fix-CPU-L2-idle-state-latency.patch
	patches.suse/arm64-dts-qcom-sc7180-Base-dynamic-CPU-power-coeffic.patch
	patches.suse/arm64-dts-qcom-ipq6018-Fix-qcom-controlled-remotely-.patch
	patches.suse/arm64-dts-qcom-sdm845-Fix-qcom-controlled-remotely-p.patch
	patches.suse/arm64-dts-qcom-msm8916-Fix-Secondary-MI2S-bit-clock.patch
	patches.suse/arm64-dts-qcom-pm8916-Remove-wrong-reg-names-for-rtc.patch
	patches.suse/ARM-dts-BCM5301X-Fix-nodes-names.patch
	patches.suse/ARM-dts-BCM5301X-Fix-MDIO-mux-binding.patch
	patches.suse/ARM-dts-BCM5301X-Fix-memory-nodes-names.patch
	patches.suse/ARM-dts-NSP-Fix-mpcore-mmc-node-names.patch
	patches.suse/ARM-BCM53016-Specify-switch-ports-for-Meraki-MR32.patch
	patches.suse/arm64-dts-broadcom-bcm4908-Move-reboot-syscon-out-of.patch
	patches.suse/arm64-dts-broadcom-bcm4908-Fix-UART-clock-name.patch
	patches.suse/ARM-dts-ux500-Skomer-regulator-fixes.patch
	patches.suse/arm64-dts-hisilicon-fix-arm-sp805-compatible-string.patch
	patches.suse/ARM-dts-aspeed-Add-ADC-for-AST2600-and-enable-for-Ra.patch
	patches.suse/ARM-dts-stm32-Reduce-DHCOR-SPI-NOR-frequency-to-50-M.patch
	patches.suse/ARM-dts-stm32-fix-STUSB1600-Type-C-irq-level-on-stm3.patch
	patches.suse/ARM-dts-stm32-fix-SAI-sub-nodes-register-range.patch
	patches.suse/ARM-dts-stm32-fix-AV96-board-SAI2-pin-muxing-on-stm3.patch
	patches.suse/dt-bindings-arm-fsl-add-NXP-S32G2-boards.patch
	patches.suse/dt-bindings-serial-fsl-linflexuart-convert-to-json-s.patch
	patches.suse/dt-bindings-serial-fsl-linflexuart-add-compatible-fo.patch
	patches.suse/ARM-dts-ls1021a-move-thermal-zones-node-out-of-soc.patch
	patches.suse/ARM-dts-ls1021a-tsn-use-generic-jedec-spi-nor-compat.patch
	patches.suse/arm64-dts-freescale-fix-arm-sp805-compatible-string.patch
	patches.suse/arm64-dts-ls1012a-Add-serial-alias-for-ls1012a-rdb.patch
	patches.suse/arm64-dts-add-NXP-S32G2-support.patch
	patches.suse/arm64-dts-s32g2-add-serial-uart-support.patch
	patches.suse/arm64-dts-s32g2-add-VNP-EVB-and-VNP-RDB2-support.patch
	patches.suse/arm64-dts-s32g2-add-memory-nodes-for-evb-and-rdb2.patch
	patches.suse/arm64-dts-imx8mm-kontron-Fix-reset-delays-for-ethern.patch
	patches.suse/ARM-dts-sunxi-Fix-OPPs-node-name.patch
	patches.suse/arm64-dts-allwinner-h5-Fix-GPU-thermal-zone-node-nam.patch
	patches.suse/arm64-dts-allwinner-a100-Fix-thermal-zone-node-name.patch
	patches.suse/ARM-dts-omap-fix-gpmc-mux-add-data-type.patch
	patches.suse/ARM-dts-qcom-fix-memory-and-mdio-nodes-naming-for-RB.patch
	patches.suse/arm64-dts-qcom-pmi8994-Fix-eternal-external-typo-in-.patch
	patches.suse/arm64-dts-qcom-sdm845-Fix-Qualcomm-crypto-engine-bus.patch
	patches.suse/arm64-dts-qcom-sdm845-oneplus-remove-devinfo-size-fr.patch
	patches.suse/firmware-tegra-Reduce-stack-usage.patch
	patches.suse/soc-tegra-Fix-an-error-handling-path-in-tegra_powerg.patch
	patches.suse/soc-tegra-Add-Tegra186-ARI-driver.patch
	patches.suse/memory-tegra186-emc-Handle-errors-in-BPMP-response.patch
	patches.suse/memory-tegra186-emc-Fix-error-return-code-in-tegra18.patch
	patches.suse/memory-mtk-smi-Add-error-handle-for-smi_probe.patch
	patches.suse/memory-fsl_ifc-fix-leak-of-irq-and-nand_irq-in-fsl_i.patch
	patches.suse/memory-renesas-rpc-if-Correct-QSPI-data-transfer-in-.patch
	patches.suse/memory-renesas-rpc-if-Avoid-unaligned-bus-access-for.patch
	patches.suse/drm-mediatek-mtk_dsi-Reset-the-dsi0-hardware.patch
	patches.suse/bus-ti-sysc-Fix-timekeeping_suspended-warning-on-res.patch
	patches.suse/bus-ti-sysc-Add-quirk-handling-for-reinit-on-context.patch
	patches.suse/bus-ti-sysc-Use-context-lost-quirk-for-otg.patch
	patches.suse/bus-ti-sysc-Fix-variable-set-but-not-used-warning-fo.patch
	patches.suse/dt-bindings-soc-qcom-smd-rpm-Add-compatible-for-MSM8.patch
	patches.suse/soc-qcom-llcc-Disable-MMUHWT-retention.patch
	patches.suse/soc-qcom-aoss-Expose-send-for-generic-usecase.patch
	patches.suse/Revert-soc-imx-gpcv2-move-reset-assert-after-request.patch
	patches.suse/soc-sunxi_sram-Make-use-of-the-helper-function-devm_.patch
	patches.suse/tee-add-sec_world_id-to-struct-tee_shm.patch
	patches.suse/optee-simplify-optee_release.patch
	patches.suse/optee-refactor-driver-with-internal-callbacks.patch
	patches.suse/optee-isolate-smc-abi.patch
	patches.suse/optee-add-FF-A-support.patch
	patches.suse/memory-tegra20-emc-Add-runtime-dependency-on-devfreq.patch
	patches.suse/optee-smc_abi.c-add-missing-include-linux-mm.h.patch
	patches.suse/soc-fsl-dpio-use-an-explicit-NULL-instead-of-0.patch
	patches.suse/soc-fsl-dpio-rename-the-enqueue-descriptor-variable.patch
	patches.suse/soc-samsung-exynos-pmu-Fix-compilation-when-nothing-.patch
	patches.suse/soc-samsung-pm_domains-drop-unused-is_off-field.patch
	patches.suse/soc-qcom-rpmhpd-Make-power_on-actually-enable-the-do.patch
	patches.suse/soc-qcom-socinfo-add-two-missing-PMIC-IDs.patch
	patches.suse/firmware-qcom_scm-Fix-error-retval-in-__qcom_scm_is_.patch
	patches.suse/soc-qcom-rpmhpd-fix-sm8350_mxc-s-peer-domain.patch
	patches.suse/soc-qcom-apr-Add-of_node_put-before-return.patch
	patches.suse/firmware-arm_ffa-Handle-compatibility-with-different.patch
	patches.suse/firmware-arm_ffa-Add-support-for-MEM_LEND.patch
	patches.suse/firmware-arm_ffa-Remove-unused-compat_version-variab.patch
	patches.suse/optee-Fix-spelling-mistake-reclain-reclaim.patch
	patches.suse/ARM-configs-aspeed_g5-Reneable-DRM_FBDEV_EMULATION.patch
	patches.suse/clk-qcom-gcc-Remove-CPUSS-clocks-control-for-SC7280.patch
	patches.suse/clk-qcom-gcc-sc7280-Drop-unused-array.patch
	patches.suse/clk-mvebu-ap-cpu-clk-Fix-a-memory-leak-in-error-hand.patch
	patches.suse/clk-rockchip-use-module_platform_driver_probe.patch
	patches.suse/clk-at91-check-pmc-node-status-before-registering-sy.patch
	patches.suse/clk-at91-sam9x60-pll-use-DIV_ROUND_CLOSEST_ULL.patch
	patches.suse/clk-at91-clk-master-check-if-div-or-pres-is-zero.patch
	patches.suse/clk-at91-clk-master-fix-prescaler-logic.patch
	patches.suse/clk-imx-imx6ul-Move-csi_sel-mux-to-correct-base-regi.patch
	patches.suse/clk-sunxi-ng-Unregister-clocks-resets-when-unbinding.patch
	patches.suse/usb-gadget-f_uac2-clean-up-some-inconsistent-indenti.patch
	patches.suse/usb-ehci-handshake-CMD_RUN-instead-of-STS_HALT.patch
	patches.suse/USB-core-Make-do_proc_control-and-do_proc_bulk-killa.patch
	patches.suse/usb-musb-tusb6010-check-return-value-after-calling-p.patch
	patches.suse/usb-typec-tipd-Don-t-read-write-more-bytes-than-requ.patch
	patches.suse/usb-typec-tipd-Add-an-additional-overflow-check.patch
	patches.suse/usb-typec-tipd-Remove-WARN_ON-in-tps6598x_block_read.patch
	patches.suse/usb-core-hcd-fix-messages-in-usb_hcd_request_irqs.patch
	patches.suse/usb-dwc3-gadget-Avoid-starting-DWC3-gadget-during-UD.patch
	patches.suse/usb-typec-tcpci-Fix-spelling-mistake-resolbed-resolv.patch
	patches.suse/usb-typec-ucsi-Always-cancel-the-command-if-PPM-repo.patch
	patches.suse/usb-typec-ucsi-Don-t-stop-alt-mode-registration-on-b.patch
	patches.suse/usb-typec-ucsi-Add-polling-mechanism-for-partner-tas.patch
	patches.suse/usb-typec-ucsi-acpi-Reduce-the-command-completion-ti.patch
	patches.suse/usb-typec-ucsi-Check-the-partner-alt-modes-always-if.patch
	patches.suse/usb-typec-ucsi-Read-the-PDOs-in-separate-work.patch
	patches.suse/usb-typec-ucsi-Better-fix-for-missing-unplug-events-.patch
	patches.suse/usb-typec-tipd-Split-interrupt-handler.patch
	patches.suse/usb-typec-tipd-Add-short-circuit-for-no-irqs.patch
	patches.suse/usb-typec-tipd-Add-support-for-Apple-CD321X.patch
	patches.suse/usb-typec-tipd-Switch-CD321X-power-state-to-S0.patch
	patches.suse/usb-typec-tipd-Remove-FIXME-about-testing-with-I2C_F.patch
	patches.suse/usb-ehci-Fix-a-function-name-in-comments.patch
	patches.suse/usb-phy-tegra-Support-OTG-mode-programming.patch
	patches.suse/usb-xhci-mtk-use-xhci_dbg-to-print-log.patch
	patches.suse/usb-gadget-uvc-fix-multiple-opens.patch
	patches.suse/usb-core-config-Change-sizeof-struct-.-to-sizeof.patch
	patches.suse/usb-gadget-hid-fix-error-code-in-do_config.patch
	patches.suse/usb-host-ohci-tmio-check-return-value-after-calling-.patch
	patches.suse/usb-musb-select-GENERIC_PHY-instead-of-depending-on-.patch
	patches.suse/usb-xhci-Enable-runtime-pm-by-default-on-AMD-Yellow-.patch
	patches.suse/usb-storage-Add-compatibility-quirk-flags-for-iODD-2.patch
	patches.suse/usb-typec-STUSB160X-should-select-REGMAP_I2C.patch
	patches.suse/usb-typec-tipd-Enable-event-interrupts-by-default.patch
	patches.suse/usb-gadget-u_ether-use-eth_hw_addr_set.patch
	patches.suse/usb-dwc3-gadget-Change-to-dev_dbg-when-queuing-to-in.patch
	patches.suse/usb-ohci-disable-start-of-frame-interrupt-in-ohci_rh.patch
	patches.suse/usb-dwc2-drd-fix-dwc2_force_mode-call-in-dwc2_ovr_in.patch
	patches.suse/usb-dwc2-drd-fix-dwc2_drd_role_sw_set-when-clock-cou.patch
	patches.suse/usb-dwc2-drd-reset-current-session-before-setting-th.patch
	patches.suse/usb-max-3421-Use-driver-data-instead-of-maintaining-.patch
	patches.suse/usb-gadget-uvc-rename-function-to-be-more-consistent.patch
	patches.suse/usb-musb-Balance-list-entry-in-musb_gadget_queue.patch
	patches.suse/USB-chipidea-fix-interrupt-deadlock.patch
	patches.suse/thunderbolt-Enable-retry-logic-for-intra-domain-cont.patch
	patches.suse/thunderbolt-Fix-Wrestrict-warning.patch
	patches.suse/USB-iowarrior-fix-control-message-timeouts.patch
	patches.suse/USB-serial-ch314-use-usb_control_msg_recv.patch
	patches.suse/USB-serial-keyspan-fix-memleak-on-probe-errors.patch
	patches.suse/usb-gadget-Mark-USB_FSL_QE-broken-on-64-bit.patch
	patches.suse/staging-wfx-ensure-IRQ-is-ready-before-enabling-it.patch
	patches.suse/staging-rtl8723bs-remove-possible-deadlock-when-disc.patch
	patches.suse/staging-rtl8723bs-remove-a-second-possible-deadlock.patch
	patches.suse/staging-rtl8723bs-remove-a-third-possible-deadlock.patch
	patches.suse/staging-most-dim2-force-fcnt-3-on-Renesas-GEN3.patch
	patches.suse/staging-most-dim2-use-if-statements-instead-of-expre.patch
	patches.suse/staging-most-dim2-do-not-double-register-the-same-de.patch
	patches.suse/staging-most-dim2-use-device-release-method.patch
	patches.suse/staging-ks7010-select-CRYPTO_HASH-CRYPTO_MICHAEL_MIC.patch
	patches.suse/staging-wlan-ng-Avoid-bitwise-vs-logical-OR-warning-.patch
	patches.suse/staging-use-eth_hw_addr_set.patch
	patches.suse/staging-use-eth_hw_addr_set-instead-of-ether_addr_co.patch
	patches.suse/staging-use-eth_hw_addr_set-for-dev-addr_len-cases.patch
	patches.suse/staging-qlge-use-eth_hw_addr_set.patch
	patches.suse/staging-rtl8712-prepare-for-const-netdev-dev_addr.patch
	patches.suse/staging-unisys-use-eth_hw_addr_set.patch
	patches.suse/staging-rtl-use-eth_hw_addr_set.patch
	patches.suse/staging-use-eth_hw_addr_set-in-orphan-drivers.patch
	patches.suse/staging-rtl8712-fix-use-after-free-in-rtl8712_dl_fw.patch
	patches.suse/staging-rtl8192u-fix-control-message-timeouts.patch
	patches.suse/staging-r8712u-fix-control-message-timeout.patch
	patches.suse/pvpanic-Fix-typos-in-the-comments.patch
	patches.suse/habanalabs-select-CRC32.patch
	patches.suse/binder-don-t-detect-sender-target-during-buffer-clea.patch
	patches.suse/char-xillybus-fix-msg_ep-UAF-in-xillyusb_probe.patch
	patches.suse/dt-bindings-iio-accel-Add-DT-binding-doc-for-ADXL355.patch
	patches.suse/drivers-iio-Remove-all-strcpy-uses.patch
	patches.suse/iio-st_sensors-disable-regulators-after-device-unreg.patch
	patches.suse/iio-ad5770r-make-devicetree-property-reading-consist.patch
	patches.suse/dt-bindings-iio-magnetometer-asahi-kasei-ak8975-add-.patch
	patches.suse/iio-adis-do-not-disabe-IRQs-in-adis_init.patch
	patches.suse/iio-core-Introduce-iio_push_to_buffers_with_ts_unali.patch
	patches.suse/iio-adc-ti-adc108s102-Fix-alignment-of-buffer-pushed.patch
	patches.suse/iio-gyro-mpu3050-Fix-alignment-and-size-issues-with-.patch
	patches.suse/iio-imu-adis16400-Fix-buffer-alignment-requirements.patch
	patches.suse/hwmon-occ-Remove-sequence-numbering-and-checksum-cal.patch
	patches.suse/iio-st_pressure_spi-Add-missing-entries-SPI-to-devic.patch
	patches.suse/drivers-iio-dac-ad5766-Fix-dt-property-name.patch
	patches.suse/Documentation-devicetree-bindings-iio-dac-Fix-val.patch
	patches.suse/iio-dac-ad5446-Fix-ad5622_write-return-value.patch
	patches.suse/iio-buffer-check-return-value-of-kstrdup_const.patch
	patches.suse/iio-buffer-Fix-memory-leak-in-__iio_buffer_alloc_sys.patch
	patches.suse/iio-buffer-Fix-double-free-in-iio_buffers_alloc_sysf.patch
	patches.suse/iio-buffer-Fix-memory-leak-in-iio_buffer_register_le.patch
	patches.suse/iio-core-check-return-value-when-calling-dev_set_nam.patch
	patches.suse/iio-core-fix-double-free-in-iio_device_unregister_sy.patch
	patches.suse/iio-adc-tsc2046-fix-scan-interval-warning.patch
	patches.suse/iio-buffer-Fix-memory-leak-in-iio_buffers_alloc_sysf.patch
	patches.suse/iio-imu-st_lsm6dsx-Avoid-potential-array-overflow-in.patch
	patches.suse/soundwire-debugfs-use-controller-id-and-link_id-for-.patch
	patches.suse/soundwire-bus-stop-dereferencing-invalid-slave-point.patch
	patches.suse/comedi-vmk80xx-fix-transfer-buffer-overflows.patch
	patches.suse/comedi-vmk80xx-fix-bulk-buffer-overflow.patch
	patches.suse/comedi-vmk80xx-fix-bulk-and-interrupt-message-timeou.patch
	patches.suse/most-fix-control-message-timeouts.patch
	patches.suse/phy-qcom-qusb2-Fix-a-memory-leak-on-probe.patch
	patches.suse/phy-ti-gmii-sel-check-of_get_address-for-failure.patch
	patches.suse/phy-qcom-snps-Correct-the-FSEL_MASK.patch
	patches.suse/phy-Sparx5-Eth-SerDes-Fix-return-value-check-in-spar.patch
	patches.suse/coresight-cti-Correct-the-parameter-for-pm_runtime_p.patch
	patches.suse/coresight-tmc-Configure-AXI-write-burst-size.patch
	patches.suse/coresight-tmc-etr-Add-barrier-after-updating-AUX-rin.patch
	patches.suse/coresight-tmc-etf-Add-comment-for-store-ordering.patch
	patches.suse/coresight-tmc-etr-Use-perf_output_handle-head-for-AU.patch
	patches.suse/coresight-Update-comments-for-removing-cs_etm_find_s.patch
	patches.suse/coresight-tmc-etr-Speed-up-for-bounce-buffer-in-flat.patch
	patches.suse/coresight-Don-t-immediately-close-events-that-are-ru.patch
	patches.suse/coresight-etm4x-Save-restore-TRFCR_EL1.patch
	patches.suse/coresight-etm4x-Use-Trace-Filtering-controls-dynamic.patch
	patches.suse/coresight-etm-pmu-Ensure-the-AUX-handle-is-valid.patch
	patches.suse/coresight-trbe-Ensure-the-format-flag-is-always-set.patch
	patches.suse/coresight-trbe-Drop-duplicate-TRUNCATE-flags.patch
	patches.suse/coresight-trbe-Unify-the-enabling-sequence.patch
	patches.suse/coresight-trbe-irq-handler-Do-not-disable-TRBE-if-no.patch
	patches.suse/coresight-trbe-Fix-handling-of-spurious-interrupts.patch
	patches.suse/coresight-trbe-Do-not-truncate-buffer-on-IRQ.patch
	patches.suse/coresight-trbe-End-the-AUX-handle-on-truncation.patch
	patches.suse/coresight-trbe-Prohibit-trace-before-disabling-TRBE.patch
	patches.suse/coresight-trbe-Fix-incorrect-access-of-the-sink-spec.patch
	patches.suse/coresight-trbe-Defer-the-probe-on-offline-CPUs.patch
	patches.suse/coresight-trbe-Add-a-helper-to-calculate-the-trace-g.patch
	patches.suse/coresight-trbe-Add-a-helper-to-pad-a-given-buffer-ar.patch
	patches.suse/coresight-trbe-Decouple-buffer-base-from-the-hardwar.patch
	patches.suse/coresight-trbe-Allow-driver-to-choose-a-different-al.patch
	patches.suse/coresight-trbe-Add-infrastructure-for-Errata-handlin.patch
	patches.suse/coresight-trbe-Workaround-TRBE-errata-overwrite-in-F.patch
	patches.suse/coresight-trbe-Add-a-helper-to-determine-the-minimum.patch
	patches.suse/coresight-trbe-Make-sure-we-have-enough-space.patch
	patches.suse/coresight-trbe-Work-around-write-to-out-of-range.patch
	patches.suse/arm64-errata-Enable-workaround-for-TRBE-overwrite-in.patch
	patches.suse/arm64-errata-Enable-TRBE-workaround-for-write-to-out.patch
	patches.suse/comedi-ni_usb6501-fix-NULL-deref-in-command-paths.patch
	patches.suse/comedi-dt9812-fix-DMA-buffers-on-stack.patch
	patches.suse/ABI-sysfs-platform-dptf-Add-tables-markup-to-a-table.patch
	patches.suse/ABI-configfs-usb-gadget-uac2-fix-a-broken-table.patch
	patches.suse/ABI-sysfs-devices-removable-make-a-table-valid-as-Re.patch
	patches.suse/ABI-sysfs-devices-power-document-some-RPM-statistics.patch
	patches.suse/ABI-sysfs-kernel-slab-Document-some-stats.patch
	patches.suse/ABI-sysfs-devices-power-add-some-debug-sysfs-files.patch
	patches.suse/ABI-obsolete-sysfs-bus-iio-add-some-missing-blank-li.patch
	patches.suse/driver-core-Fix-possible-memory-leak-in-device_link_.patch
	patches.suse/drivers-base-component.c-remove-superfluous-header-f.patch
	patches.suse/firmware_loader-fix-pre-allocated-buf-built-in-firmw.patch
	patches.suse/dyndbg-make-dyndbg-a-known-cli-param.patch
	patches.suse/device-property-Add-missed-header-in-fwnode.h.patch
	patches.suse/component-do-not-leave-master-devres-group-open-afte.patch
	patches.suse/tty-n_gsm-Modify-cr-bit-value-when-config-requester.patch
	patches.suse/tty-n_gsm-Modify-CR-PF-bit-when-config-requester.patch
	patches.suse/tty-n_gsm-Modify-CR-PF-bit-printk-info-when-config-r.patch
	patches.suse/tty-n_gsm-Delete-gsm_disconnect-when-config-requeste.patch
	patches.suse/tty-n_gsm-Delete-gsmtty-open-SABM-frame-when-config-.patch
	patches.suse/tty-n_gsm-Modify-gsmtty-driver-register-method-when-.patch
	patches.suse/tty-n_gsm-Save-dlci-address-open-status-when-config-.patch
	patches.suse/tty-n_gsm-clean-up-indenting-in-gsm_queue.patch
	patches.suse/tty-n_gsm-Don-t-ignore-write-return-value-in-gsmld_o.patch
	patches.suse/serial-core-Fix-initializing-and-restoring-termios-s.patch
	patches.suse/serial-8250-Fix-reporting-real-baudrate-value-in-c_o.patch
	patches.suse/Revert-serial-8250-Fix-reporting-real-baudrate-value.patch
	patches.suse/serial-8250_dw-Drop-wrong-use-of-ACPI_PTR.patch
	patches.suse/tty-tty_buffer-Fix-the-softlockup-issue-in-flush_to_.patch
	patches.suse/serial-imx-fix-detach-attach-of-serial-console.patch
	patches.suse/serial-8250-fix-racy-uartclk-update.patch
	patches.suse/serial-8250_pci-Refactor-the-loop-in-pci_ite887x_ini.patch
	patches.suse/serial-8250_pci-Replace-dev_-by-pci_-macros.patch
	patches.suse/serial-xilinx_uartps-Fix-race-condition-causing-stuc.patch
	patches.suse/serial-cpm_uart-Protect-udbg-definitions-by-CONFIG_S.patch
	patches.suse/iommu-mediatek-Fix-out-of-range-warning-with-clang.patch
	patches.suse/iommu-dma-fix-sync_sg-with-swiotlb
	patches.suse/iommu-dma-Fix-arch_sync_dma-for-map.patch
	patches.suse/iommu-dma-skip-extra-sync-during-unmap-w-swiotlb
	patches.suse/iommu-dma-fold-swiotlb-helpers-into-callers
	patches.suse/iommu-dma-check-config_swiotlb-more-broadly
	patches.suse/swiotlb-support-aligned-swiotlb-buffers
	patches.suse/iommu-dma-account-for-min_align_mask-w-swiotlb
	patches.suse/power-reset-at91-reset-check-properly-the-return-val.patch
	patches.suse/power-supply-max17042_battery-use-VFSOC-for-capacity.patch
	patches.suse/power-supply-rt5033_battery-Change-voltage-values-to.patch
	patches.suse/power-supply-max17040-fix-null-ptr-deref-in-max17040.patch
	patches.suse/power-supply-max17042_battery-Clear-status-bits-in-i.patch
	patches.suse/power-supply-max17042_battery-Prevent-int-underflow-.patch
	patches.suse/power-supply-bq27xxx-Fix-kernel-crash-on-IRQ-handler.patch
	patches.suse/MIPS-loongson64-make-CPU_LOONGSON64-depends-on-MIPS_.patch
	patches.suse/MIPS-Fix-assembly-error-from-MIPSr2-code-used-within.patch
	patches.suse/mips-cm-Convert-to-bitfield-API-to-fix-out-of-bounds.patch
	patches.suse/powerps-pseries-dma-Add-support-for-2M-IOMMU-page-si.patch
	patches.suse/powerpc-85xx-Fix-oops-when-mpc85xx_smp_guts_ids-node.patch
	patches.suse/powerpc-85xx-fix-timebase-sync-issue-when-CONFIG_HOT.patch
	patches.suse/powerpc-mem-Fix-arch-powerpc-mm-mem.c-53-12-error-no.patch
	patches.suse/video-fbdev-chipsfb-use-memset_io-instead-of-memset.patch
	patches.suse/powerpc-fix-unbalanced-node-refcount-in-check_kvm_gu.patch
	patches.suse/powerpc-paravirt-correct-preempt-debug-splat-in-vcpu.patch
	patches.suse/powerpc-pseries-cpuhp-cache-node-corrections.patch
	patches.suse/powerpc-pseries-cpuhp-delete-add-remove_by_count-cod.patch
	patches.suse/powerpc-perf-Fix-cycles-instructions-as-PM_CYC-PM_IN.patch
	patches.suse/powerpc-booke-Disable-STRICT_KERNEL_RWX-DEBUG_PAGEAL.patch
	patches.suse/powerpc-vas-Fix-potential-NULL-pointer-dereference.patch
	patches.suse/powerpc-pseries-mobility-ignore-ibm-platform-facilit.patch
	patches.suse/powerpc-64s-interrupt-Fix-check_return_regs_valid-fa.patch
	patches.suse/selftests-powerpc-Use-date-instead-of-EPOCHSECONDS-i.patch
	patches.suse/powerpc-bpf-Fix-write-protecting-JIT-code.patch
	patches.suse/powerpc-nohash-Fix-__ptep_set_access_flags-and-ptep_.patch
	patches.suse/powerpc-book3e-Fix-set_memory_x-and-set_memory_nx.patch
	patches.suse/powerpc-security-Use-a-mutex-for-interrupt-exit-code.patch
	patches.suse/powerpc-44x-fsp2-add-missing-of_node_put.patch
	patches.suse/powerpc-xmon-fix-task-state-output.patch
	patches.suse/KVM-PPC-Tick-accounting-should-defer-vtime-accountin.patch
	patches.suse/powerpc-Don-t-provide-__kernel_map_pages-without-ARC.patch
	patches.suse/powerpc-powernv-prd-Unregister-OPAL_MSG_PRD2-notifie.patch
	patches.suse/powerpc-32e-Ignore-ESR-in-instruction-storage-interr.patch
	patches.suse/pinctrl-mediatek-mt8195-Add-pm_ops.patch
	patches.suse/pinctrl-renesas-checker-Fix-off-by-one-bug-in-drive-.patch
	patches.suse/pinctrl-microchip-sgpio-use-reset-driver.patch
	patches.suse/pinctrl-tegra-include-lpdr-pin-properties.patch
	patches.suse/pinctrl-tegra-Add-pinmux-support-for-Tegra194.patch
	patches.suse/pinctrl-equilibrium-Fix-function-addition-in-multipl.patch
	patches.suse/pinctrl-core-fix-possible-memory-leak-in-pinctrl_ena.patch
	patches.suse/pinctrl-tegra-Use-correct-offset-for-pin-group.patch
	patches.suse/pinctrl-tegra-Fix-warnings-and-error.patch
	patches.suse/HID-multitouch-disable-sticky-fingers-for-UPERFECT-Y.patch
	patches.suse/HID-u2fzero-clarify-error-check-and-length-calculati.patch
	patches.suse/HID-u2fzero-properly-handle-timeouts-in-usb_submit_u.patch
	patches.suse/scsi-hisi_sas-Increase-debugfs_dump_index-after-dump-is-completed.patch
	patches.suse/scsi-pm80xx-Fix-lockup-in-outbound-queue-management
	patches.suse/scsi-qla2xxx-Add-support-for-mailbox-passthru.patch
	patches.suse/scsi-qla2xxx-Display-16G-only-as-supported-speeds-fo.patch
	patches.suse/scsi-qla2xxx-Check-for-firmware-capability-before-cr.patch
	patches.suse/scsi-qla2xxx-Fix-crash-in-NVMe-abort-path.patch
	patches.suse/scsi-qla2xxx-edif-Use-link-event-to-wake-up-app.patch
	patches.suse/scsi-qla2xxx-Fix-kernel-crash-when-accessing-port_sp.patch
	patches.suse/scsi-qla2xxx-Call-process_response_queue-in-Tx-path.patch
	patches.suse/scsi-qla2xxx-Move-heartbeat-handling-from-DPC-thread.patch
	patches.suse/scsi-qla2xxx-Fix-use-after-free-in-eh_abort-path.patch
	patches.suse/scsi-qla2xxx-Update-version-to-10.02.07.100-k.patch
	patches.suse/scsi-qla2xxx-Remove-redundant-initialization-of-poin.patch
	patches.suse/scsi-lpfc-Fix-list_add-corruption-in-lpfc_drain_txq.patch
	patches.suse/scsi-lpfc-Don-t-release-final-kref-on-Fport-node-whi.patch
	patches.suse/scsi-lpfc-Fix-premature-rpi-release-for-unsolicited-.patch
	patches.suse/scsi-lpfc-Fix-hang-on-unload-due-to-stuck-fport-node.patch
	patches.suse/scsi-lpfc-Fix-rediscovery-of-tape-device-after-LIP.patch
	patches.suse/scsi-lpfc-Don-t-remove-ndlp-on-PRLI-errors-in-P2P-mo.patch
	patches.suse/scsi-lpfc-Fix-NVMe-I-O-failover-to-non-optimized-pat.patch
	patches.suse/scsi-lpfc-Fix-FCP-I-O-flush-functionality-for-TMF-ro.patch
	patches.suse/scsi-lpfc-Fix-EEH-support-for-NVMe-I-O.patch
	patches.suse/scsi-lpfc-Adjust-bytes-received-vales-during-cmf-tim.patch
	patches.suse/scsi-lpfc-Fix-I-O-block-after-enabling-managed-conge.patch
	patches.suse/scsi-lpfc-Zero-CGN-stats-only-during-initial-driver-.patch
	patches.suse/scsi-lpfc-Improve-PBDE-checks-during-SGL-processing.patch
	patches.suse/scsi-lpfc-Update-lpfc-version-to-14.0.0.2.patch
	patches.suse/scsi-dc395-Fix-error-case-unwinding
	patches.suse/scsi-lpfc-Fix-mailbox-command-failure-during-driver-initialization.patch
	patches.suse/scsi-sd-Fix-sd_do_mode_sense-buffer-length-handling.patch
	patches.suse/scsi-core-Fix-spelling-in-a-source-code-comment
	patches.suse/scsi-ufs-core-Retry-START_STOP-on-UNIT_ATTENTION
	patches.suse/scsi-ufs-core-Stop-clearing-UNIT-ATTENTIONS
	patches.suse/scsi-megaraid_sas-Fix-concurrent-access-to-ISR-betwe.patch
	patches.suse/scsi-megaraid_sas-Add-helper-functions-for-irq_conte.patch
	patches.suse/scsi-megaraid_sas-Driver-version-update-to-07.719.03.patch
	patches.suse/scsi-target-core-Add-common-tpg-enable-attribute.patch
	patches.suse/scsi-target-iscsi-Replace-tpg-enable-attr-with-ops.e.patch
	patches.suse/scsi-target-qla2xxx-Replace-enable-attr-with-ops.ena.patch
	patches.suse/scsi-target-sbp-Replace-enable-attr-with-ops.enable.patch
	patches.suse/scsi-target-srpt-Replace-enable-attr-with-ops.enable.patch
	patches.suse/scsi-target-ibm_vscsi-Replace-enable-attr-with-ops.e.patch
	patches.suse/scsi-target-usb-Replace-enable-attr-with-ops.enable.patch
	patches.suse/scsi-pm80xx-Fix-misleading-log-statement-in-pm8001_mpi_get_nvmd_resp
	patches.suse/scsi-smartpqi-Update-device-removal-management.patch
	patches.suse/scsi-smartpqi-Add-controller-handshake-during-kdump.patch
	patches.suse/scsi-smartpqi-Capture-controller-reason-codes.patch
	patches.suse/scsi-smartpqi-Update-LUN-reset-handler.patch
	patches.suse/scsi-smartpqi-Add-TEST-UNIT-READY-check-for-SANITIZE.patch
	patches.suse/scsi-smartpqi-Avoid-failing-I-Os-for-offline-devices.patch
	patches.suse/scsi-smartpqi-Add-extended-report-physical-LUNs.patch
	patches.suse/scsi-smartpqi-Fix-boot-failure-during-LUN-rebuild.patch
	patches.suse/scsi-smartpqi-Fix-duplicate-device-nodes-for-tape-ch.patch
	patches.suse/scsi-smartpqi-Add-3252-8i-PCI-id.patch
	patches.suse/scsi-smartpqi-Update-version-to-2.1.12-055.patch
	patches.suse/scsi-csiostor-Uninitialized-data-in-csio_ln_vnp_read_cbfn
	patches.suse/scsi-hisi_sas-Initialise-devices-in-.slave_alloc-callback.patch
	patches.suse/scsi-hisi_sas-Wait-for-phyup-in-hisi_sas_control_phy.patch
	patches.suse/scsi-qla2xxx-remove-a-declaration.patch
	patches.suse/scsi-ufs-ufshcd-pltfrm-Fix-memory-leak-due-to-probe-defer
	patches.suse/scsi-lpfc-Revert-LOG_TRACE_EVENT-back-to-LOG_INIT-pr.patch
	patches.suse/scsi-lpfc-Wait-for-successful-restart-of-SLI3-adapte.patch
	patches.suse/scsi-lpfc-Correct-sysfs-reporting-of-loop-support-af.patch
	patches.suse/scsi-lpfc-Fix-use-after-free-in-lpfc_unreg_rpi-routi.patch
	patches.suse/scsi-lpfc-Allow-PLOGI-retry-if-previous-PLOGI-was-ab.patch
	patches.suse/scsi-lpfc-Fix-link-down-processing-to-address-NULL-p.patch
	patches.suse/scsi-lpfc-Allow-fabric-node-recovery-if-recovery-is-.patch
	patches.suse/scsi-lpfc-Update-lpfc-version-to-14.0.0.3.patch
	patches.suse/ocfs2-fix-data-corruption-on-truncate.patch
	patches.suse/mm-disable-NUMA_BALANCING_DEFAULT_ENABLED-and-TRANSP.patch
	patches.suse/kasan-fix-tag-for-large-allocations-when-using-CONFIG_SLAB.patch
	patches.suse/mm-stop-filemap_read-from-grabbing-a-superfluous-page.patch
	patches.suse/mm-don-t-read-i_size-of-inode-unless-we-need-it.patch
	patches.suse/mm-filemap.c-remove-bogus-VM_BUG_ON.patch
	patches.suse/mm-move-more-expensive-part-of-XA-setup-out-of-mapping-check.patch
	patches.suse/mm-oom-pagefault_out_of_memory-don-t-force-global-OO.patch
	patches.suse/mm-oom-do-not-trigger-out_of_memory-from-the-PF.patch
	patches.suse/memcg-prohibit-unconditional-exceeding-the-limit-of-.patch
	patches.suse/mm-memory.c-avoid-unnecessary-kernel-user-pointer-conversion.patch
	patches.suse/mm-clear-vmf-pte-after-pte_unmap_same-returns.patch
	patches.suse/mm-drop-first_index-last_index-in-zap_details.patch
	patches.suse/mm-add-zap_skip_check_mapping-helper.patch
	patches.suse/mm-introduce-pmd_install-helper.patch
	patches.suse/mm-remove-redundant-smp_wmb.patch
	patches.suse/mm-vmalloc-repair-warn_alloc-s-in-__vmalloc_area_node.patch
	patches.suse/mm-vmalloc-make-sure-to-dump-unpurged-areas-in-proc-vmallocinfo.patch
	patches.suse/mm-large-system-hash-avoid-possible-NULL-deref-in-alloc_large_system_hash.patch
	patches.suse/mm-page_alloc.c-remove-meaningless-VM_BUG_ON-in-pindex_to_order.patch
	patches.suse/mm-page_alloc.c-simplify-the-code-by-using-macro-K.patch
	patches.suse/mm-page_alloc.c-fix-obsolete-comment-in-free_pcppages_bulk.patch
	patches.suse/mm-page_alloc.c-use-helper-function-zone_spans_pfn.patch
	patches.suse/mm-page_alloc.c-avoid-allocating-highmem-pages-via-alloc_pages_exact-_nid.patch
	patches.suse/mm-page_alloc-Print-node-fallback-order.patch
	patches.suse/mm-page_alloc-Use-accumulated-load-when-building-node-fallback-list.patch
	patches.suse/mm-move-node_reclaim_distance-to-fix-NUMA-without-SMP.patch
	patches.suse/mm-move-fold_vm_numa_events-to-fix-NUMA-without-SMP.patch
	patches.suse/mm-page_alloc.c-do-not-acquire-zone-lock-in-is_free_buddy_page.patch
	patches.suse/mm-page_alloc-detect-allocation-forbidden-by-cpuset-and-bail-out-early.patch
	patches.suse/mm-page_alloc.c-show-watermark_boost-of-zone-in-zoneinfo.patch
	patches.suse/mm-page_alloc-use-migrate_disable-in-drain_local_pages_wq.patch
	patches.suse/mm-page_alloc-use-clamp-to-simplify-code.patch
	patches.suse/mm-filemap-coding-style-cleanup-for-filemap_map_pmd.patch
	patches.suse/mm-hwpoison-refactor-refcount-check-handling.patch
	patches.suse/mm-shmem-don-t-truncate-page-if-memory-failure-happens.patch
	patches.suse/mm-hwpoison-handle-non-anonymous-THP-correctly.patch
	patches.suse/mm-vmscan-throttle-reclaim-until-some-writeback-completes-if-congested.patch
	patches.suse/mm-vmscan-throttle-reclaim-and-compaction-when-too-may-pages-are-isolated.patch
	patches.suse/mm-vmscan-throttle-reclaim-when-no-progress-is-being-made.patch
	patches.suse/mm-writeback-throttle-based-on-page-writeback-instead-of-congestion.patch
	patches.suse/mm-page_alloc-remove-the-throttling-logic-from-the-page-allocator.patch
	patches.suse/mm-vmscan-centralise-timeout-values-for-reclaim_throttle.patch
	patches.suse/mm-vmscan-increase-the-timeout-if-page-reclaim-is-not-making-progress.patch
	patches.suse/mm-vmscan-delay-waking-of-tasks-throttled-on-NOPROGRESS.patch
	patches.suse/selftests-vm-transhuge-stress-fix-ram-size-thinko.patch
	patches.suse/mm-thp-lock-filemap-when-truncating-page-cache.patch
	patches.suse/mm-thp-fix-incorrect-unmap-behavior-for-private-page.patch
	patches.suse/memory-hotplug.rst-fix-two-instances-of-movablecore-.patch
	patches.suse/memory-hotplug.rst-fix-wrong-sys-module-memory_hotpl.patch
	patches.suse/mm-zsmalloc.c-close-race-window-between-zs_pool_dec_.patch
	patches.suse/zram-off-by-one-in-read_block_state.patch
	patches.suse/pci-acpi-remove-osc_pci_support_masks-and-osc_pci_control_masks
	patches.suse/pci-acpi-move-supported-and-control-calculations-to-separate-functions
	patches.suse/pci-acpi-move-osc-query-checks-to-separate-function
	patches.suse/pci-acpi-check-for-osc-support-in-acpi_pci_osc_control_set
	patches.suse/PCI-Rename-pcibios_add_device-to-pcibios_device_add.patch
	patches.suse/PCI-Do-not-enable-AtomicOps-on-VFs.patch
	patches.suse/net-hns3-use-dev_driver_string-instead-of-pci_dev-dr.patch
	patches.suse/usb-xhci-Use-to_pci_driver-instead-of-pci_dev-driver.patch
	patches.suse/PCI-portdrv-Rename-pm_iter-to-pcie_port_device_iter.patch
	patches.suse/PCI-pciehp-Ignore-Link-Down-Up-caused-by-error-induc.patch
	patches.suse/PCI-P2PDMA-Apply-bus-offset-correctly-in-DMA-address.patch
	patches.suse/PCI-Coalesce-host-bridge-contiguous-apertures.patch
	patches.suse/PCI-sysfs-Check-CAP_SYS_ADMIN-before-parsing-user-in.patch
	patches.suse/PCI-sysfs-Return-EINVAL-consistently-from-store-func.patch
	patches.suse/PCI-Mark-Atheros-QCA6174-to-avoid-bus-reset.patch
	patches.suse/PCI-Add-ACS-quirk-for-Pericom-PI7C9X2G-switches.patch
	patches.suse/PCI-Tidy-comments.patch
	patches.suse/msft-hv-2452-PCI-hv-Remove-unnecessary-use-of-hx.patch
	patches.suse/PCI-Prefer-unsigned-int-over-bare-unsigned.patch
	patches.suse/PCI-Add-PCI_EXP_DEVCTL_PAYLOAD_-macros.patch
	patches.suse/PCI-aardvark-Fix-PCIe-Max-Payload-Size-setting.patch
	patches.suse/PCI-aardvark-Don-t-spam-about-PIO-Response-Status.patch
	patches.suse/PCI-aardvark-Fix-preserving-PCI_EXP_RTCTL_CRSSVE-fla.patch
	patches.suse/PCI-aardvark-Fix-configuring-Reference-clock.patch
	patches.suse/PCI-aardvark-Do-not-clear-status-bits-of-masked-inte.patch
	patches.suse/PCI-aardvark-Do-not-unmask-unused-interrupts.patch
	patches.suse/PCI-aardvark-Deduplicate-code-in-advk_pcie_rd_conf.patch
	patches.suse/PCI-aardvark-Implement-re-issuing-config-requests-on.patch
	patches.suse/PCI-aardvark-Simplify-initialization-of-rootcap-on-v.patch
	patches.suse/PCI-aardvark-Fix-checking-for-link-up-via-LTSSM-stat.patch
	patches.suse/PCI-aardvark-Fix-reporting-Data-Link-Layer-Link-Acti.patch
	patches.suse/PCI-pci-bridge-emul-Fix-emulation-of-W1C-bits.patch
	patches.suse/PCI-aardvark-Fix-return-value-of-MSI-domain-.alloc-m.patch
	patches.suse/PCI-aardvark-Read-all-16-bits-from-PCIE_MSI_PAYLOAD_.patch
	patches.suse/PCI-aardvark-Fix-support-for-bus-mastering-and-PCI_C.patch
	patches.suse/PCI-aardvark-Set-PCI-Bridge-Class-Code-to-PCI-Bridge.patch
	patches.suse/PCI-aardvark-Fix-support-for-PCI_BRIDGE_CTL_BUS_RESE.patch
	patches.suse/PCI-aardvark-Fix-support-for-PCI_ROM_ADDRESS1-on-emu.patch
	patches.suse/PCI-j721e-Fix-j721e_pcie_probe-error-path.patch
	patches.suse/PCI-cadence-Add-cdns_plat_pcie_probe-missing-return.patch
	patches.suse/PCI-uniphier-Serialize-INTx-masking-unmasking-and-fi.patch
	patches.suse/PCI-vmd-Do-not-disable-MSI-X-remapping-if-interrupt-.patch
	patches.suse/s390-ap-Fix-hanging-ioctl-caused-by-orphaned-replies.patch
	patches.suse/s390-cio-make-ccw_device_dma_-more-robust.patch
	patches.suse/s390-pci-add-s390_iommu_aperture-kernel-parameter
	patches.suse/quota-check-block-number-when-reading-the-block-in-q.patch
	patches.suse/quota-correct-error-number-in-free_dqentry.patch
	patches.suse/isofs-Fix-out-of-bound-access-for-corrupted-isofs-im.patch
	patches.suse/fsnotify-Don-t-insert-unmergeable-events-in-hashtabl.patch
	patches.suse/cifs-To-match-file-servers-make-sure-the-server-host.patch
	patches.suse/cifs-add-mount-parameter-tcpnodelay.patch
	patches.suse/cifs-Create-a-new-shared-file-holding-smb2-pdu-definitions.patch
	patches.suse/cifs-move-NEGOTIATE_PROTOCOL-definitions-out-into-the-common-area.patch
	patches.suse/cifs-Move-more-definitions-into-the-shared-area.patch
	patches.suse/cifs-Move-SMB2_Create-definitions-to-the-shared-area.patch
	patches.suse/smb3-add-dynamic-trace-points-for-socket-connection.patch
	patches.suse/auxdisplay-img-ascii-lcd-Fix-lock-up-when-displaying.patch
	patches.suse/auxdisplay-ht16k33-Connect-backlight-to-fbdev.patch
	patches.suse/auxdisplay-ht16k33-Fix-frame-buffer-device-blanking.patch
	patches.suse/scripts-update-the-comments-of-kallsyms-support.patch
	patches.suse/initramfs-Check-timestamp-to-prevent-broken-cpio-arc.patch
	patches.suse/perf-bpf-Add-missing-free-to-bpf_event__print_bpf_pr.patch
	patches.suse/openrisc-fix-SMP-tlb-flush-NULL-pointer-dereference.patch
	patches.suse/mtd-core-don-t-remove-debugfs-directory-if-device-is.patch
	patches.suse/mtd-rawnand-intel-Fix-potential-buffer-overflow-in-p.patch
	patches.suse/mtd-rawnand-fsmc-Fix-use-of-SM-ORDER.patch
	patches.suse/Revert-mtd-rawnand-txx9ndfmc-Fix-external-use-of-SW-.patch
	patches.suse/Revert-mtd-rawnand-tmio-Fix-external-use-of-SW-Hammi.patch
	patches.suse/Revert-mtd-rawnand-sharpsl-Fix-external-use-of-SW-Ha.patch
	patches.suse/Revert-mtd-rawnand-ndfc-Fix-external-use-of-SW-Hammi.patch
	patches.suse/Revert-mtd-rawnand-lpc32xx_slc-Fix-external-use-of-S.patch
	patches.suse/Revert-mtd-rawnand-cs553x-Fix-external-use-of-SW-Ham.patch
	patches.suse/mtd-rawnand-ams-delta-Keep-the-driver-compatible-wit.patch
	patches.suse/mtd-rawnand-au1550nd-Keep-the-driver-compatible-with.patch
	patches.suse/mtd-rawnand-gpio-Keep-the-driver-compatible-with-on-.patch
	patches.suse/mtd-rawnand-mpc5121-Keep-the-driver-compatible-with-.patch
	patches.suse/mtd-rawnand-orion-Keep-the-driver-compatible-with-on.patch
	patches.suse/mtd-rawnand-pasemi-Keep-the-driver-compatible-with-o.patch
	patches.suse/mtd-rawnand-plat_nand-Keep-the-driver-compatible-wit.patch
	patches.suse/mtd-rawnand-socrates-Keep-the-driver-compatible-with.patch
	patches.suse/mtd-rawnand-xway-Keep-the-driver-compatible-with-on-.patch
	patches.suse/mtd-rawnand-arasan-Prevent-an-unsupported-configurat.patch
	patches.suse/mtd-spi-nor-hisi-sfc-Remove-excessive-clk_disable_un.patch
	patches.suse/i2c-mediatek-fixing-the-incorrect-register-offset.patch
	patches.suse/i2c-tegra-Ensure-that-device-is-suspended-before-dri.patch
	patches.suse/i2c-xlr-Fix-a-resource-leak-in-the-error-handling-pa.patch
	patches.suse/cxl-pci-Fix-NULL-vs-ERR_PTR-confusion.patch
	patches.suse/gpio-tegra186-Force-one-interrupt-per-bank.patch
	patches.suse/gpio-tegra186-Support-multiple-interrupts-per-bank.patch
	patches.suse/gpio-mlxbf2-Introduce-IRQ-support.patch
	patches.suse/net-mellanox-mlxbf_gige-Replace-non-standard-interru.patch
	patches.suse/gpio-realtek-otto-fix-GPIO-line-IRQ-offset.patch
	patches.suse/mfd-core-Add-missing-of_node_put-for-loop-iteration.patch
	patches.suse/mfd-altr_a10sr-Add-SPI-device-ID-table.patch
	patches.suse/mfd-cpcap-Add-SPI-device-ID-table.patch
	patches.suse/mfd-sprd-Add-SPI-device-ID-table.patch
	patches.suse/mfd-altera-sysmgr-Fix-a-mistake-caused-by-resource_s.patch
	patches.suse/mfd-altera-a10sr-Include-linux-module.h.patch
	patches.suse/mfd-dln2-Add-cell-for-initializing-DLN2-ADC.patch
	patches.suse/video-backlight-Drop-maximum-brightness-override-for.patch
	patches.suse/mm-hugetlb-remove-mlock-ulimit-for-SHM_HUGETLB.patch
	patches.suse/mm-scatterlist-replace-the-preemptible-warning-in-sg.patch
	patches.suse/init-make-unknown-command-line-param-message-clearer.patch
	patches.suse/seq_file-fix-passing-wrong-private-data.patch
	patches.suse/sysv-use-BUILD_BUG_ON-instead-of-runtime-check.patch
	patches.suse/Documentation-kcov-include-types.h-in-the-example.patch
	patches.suse/Documentation-kcov-define-ip-in-the-example.patch
	patches.suse/kcov-allocate-per-CPU-memory-on-the-relevant-node.patch
	patches.suse/kcov-avoid-enable-disable-interrupts-if-in_task.patch
	patches.suse/kcov-replace-local_irq_save-with-a-local_lock_t.patch
	patches.suse/ipc-check-checkpoint_restore_ns_capable-to-modify-C-.patch
	patches.suse/ipc-ipc_sysctl.c-remove-fallback-for-CONFIG_PROC_SYS.patch
	patches.suse/9p-net-fix-missing-error-check-in-p9_check_errors.patch
	patches.suse/fs-orangefs-fix-error-return-code-of-orangefs_revali.patch
	patches.suse/fuse-make-sure-reclaim-doesn-t-write-the-inode.patch
	patches.suse/fuse-annotate-lock-in-fuse_reverse_inval_entry.patch
	patches.suse/virtiofs-use-strscpy-for-copying-the-queue-name.patch
	patches.suse/fuse-fix-page-stealing.patch
	patches.suse/ovl-fix-use-after-free-in-struct-ovl_aio_req.patch
	patches.suse/dm-don-t-stop-request-queue-after-the-dm-device-is-s.patch
	patches.suse/blk-mq-don-t-free-tags-if-the-tag_set-is-used-by-oth.patch
	patches.suse/blk-mq-add-one-API-for-waiting-until-quiesce-is-done.patch
	patches.suse/scsi-avoid-to-quiesce-sdev-request_queue-two-times.patch
	patches.suse/scsi-make-sure-that-request-queue-queiesce-and-unqui.patch
	patches.suse/nvme-wait-until-quiesce-is-done.patch
	patches.suse/nbd-fix-max-value-for-first_minor.patch
	patches.suse/nbd-fix-possible-overflow-for-first_minor-in-nbd_dev.patch
	patches.suse/zram-fix-race-between-zram_reset_device-and-disksize.patch
	patches.suse/zram-don-t-fail-to-remove-zram-during-unloading-modu.patch
	patches.suse/zram-avoid-race-between-zram_remove-and-disksize_sto.patch
	patches.suse/zram-replace-fsync_bdev-with-sync_blockdev.patch
	patches.suse/0001-bcache-fix-use-after-free-problem-in-bcache_device_f.patch
	patches.suse/nvdimm-btt-do-not-call-del_gendisk-if-not-needed.patch
	patches.suse/ataflop-remove-ataflop_probe_lock-mutex.patch
	patches.suse/rpmsg-Fix-rpmsg_create_ept-return-when-RPMSG-config-.patch
	patches.suse/remoteproc-elf_loader-Fix-loading-segment-when-is_io.patch
	patches.suse/remoteproc-Fix-the-wrong-default-value-of-is_iomem.patch
	patches.suse/remoteproc-imx_rproc-Fix-TCM-io-memory-type.patch
	patches.suse/remoteproc-imx_rproc-Fix-ignoring-mapping-vdev-regio.patch
	patches.suse/remoteproc-imx_rproc-Fix-rsc-table-name.patch
	patches.suse/remoteproc-Fix-a-memory-leak-in-an-error-handling-pa.patch
	patches.suse/watchdog-f71808e_wdt-fix-inaccurate-report-in-WDIOC_.patch
	patches.suse/ar7-fix-kernel-builds-for-compiler-test.patch
	patches.suse/watchdog-sp5100_tco-Add-support-for-get_timeleft.patch
	patches.suse/xen-pciback-Fix-return-in-pm_ctrl_init.patch
	patches.suse/xen-Fix-implicit-type-conversion.patch
	patches.suse/x86-pvh-add-prototype-for-xen_pvh_init.patch
	patches.suse/xen-balloon-add-late_initcall_sync-for-initial-ballo.patch
	patches.suse/soc-fsl-dpio-replace-smp_processor_id-with-raw_smp_p.patch
	patches.suse/soc-fsl-dpio-use-the-combined-functions-to-protect-c.patch
	patches.suse/soc-fsl-dpaa2-console-free-buffer-before-returning-f.patch
	patches.suse/arm64-arm64_ftr_reg-name-may-not-be-a-human-readable.patch
	patches.suse/arm64-pgtable-make-__pte_to_phys-__phys_to_pte_val-i.patch
	patches.suse/dmaengine-idxd-move-out-percpu_ref_exit-to-ensure-it.patch
	patches.suse/dmaengine-tegra210-adma-Re-order-has_outstanding_req.patch
	patches.suse/dmaengine-tegra210-adma-Add-description-for-adma_get.patch
	patches.suse/dmaengine-tegra210-adma-Override-ADMA-FIFO-size.patch
	patches.suse/dmaengine-at_xdmac-call-at_xdmac_axi_config-on-resum.patch
	patches.suse/dmaengine-at_xdmac-fix-AT_XDMAC_CC_PERID-macro.patch
	patches.suse/dmaengine-bestcomm-fix-system-boot-lockups.patch
	patches.suse/dmaengine-idxd-check-GENCAP-config-support-for-gencf.patch
	patches.suse/dmaengine-stm32-dma-fix-stm32_dma_get_max_width.patch
	patches.suse/dmaengine-stm32-dma-fix-burst-in-case-of-unaligned-m.patch
	patches.suse/dmaengine-dmaengine_desc_callback_valid-Check-for-ca.patch
	patches.suse/dmanegine-idxd-fix-resource-free-ordering-on-driver-.patch
	patches.suse/dmaengine-remove-debugfs-ifdef.patch
	patches.suse/dmaengine-idxd-add-halt-interrupt-support.patch
	patches.suse/dmaengine-idxd-reconfig-device-after-device-reset-co.patch
	patches.suse/dmaengine-idxd-fix-resource-leak-on-dmaengine-driver.patch
	patches.suse/dmaengine-fsl-edma-support-edma-memcpy.patch
	patches.suse/dmaengine-stm32-dma-avoid-64-bit-division-in-stm32_d.patch
	patches.suse/dmaengine-ti-k3-udma-Set-bchan-to-NULL-if-a-channel-.patch
	patches.suse/dmaengine-ti-k3-udma-Set-r-tchan-or-rflow-to-NULL-if.patch
	patches.suse/ACPI-PM-Fix-device-wakeup-power-reference-counting-e.patch
	patches.suse/ACPI-scan-Obtain-device-s-desired-enumeration-power-.patch
	patches.suse/ACPI-Add-a-convenience-function-to-tell-a-device-is-.patch
	patches.suse/ACPI-Drop-ACPI_USE_BUILTIN_STDARG-ifdef-from-acgcc.h.patch
	patches.suse/ACPI-EC-Use-ec_no_wakeup-on-HP-ZHAN-66-Pro.patch
	patches.suse/ACPI-EC-Remove-initialization-of-static-variables-to.patch
	patches.suse/ACPI-PMIC-Fix-intel_pmic_regs_handler-read-accesses.patch
	patches.suse/ACPI-video-Drop-dmi_system_id.ident-settings-from-vi.patch
	patches.suse/ACPI-video-use-platform-backlight-driver-on-Xiaomi-M.patch
	patches.suse/PM-sleep-Avoid-calling-put_device-under-dpm_list_mtx.patch
	patches.suse/opp-Fix-return-in-_opp_add_static_v2.patch
	patches.suse/cpufreq-intel_pstate-Clear-HWP-desired-on-suspend-sh.patch
	patches.suse/thermal-Fix-NULL-pointer-dereferences-in-of_thermal_.patch
	patches.suse/thermal-drivers-int340x-processor_thermal-Suppot-64-.patch
	patches.suse/uapi-linux-prctl-provide-macro-definitions-for-the-PR_SCHED_CORE-type-argument
	patches.suse/signal-mips-Update-_save-_restore-_fp_context-to-fai.patch
	patches.suse/signal-sh-Use-force_sig-SIGKILL-instead-of-do_group_.patch
	patches.suse/soc-ti-fix-wkup_m3_rproc_boot_thread-return-type.patch
	patches.suse/SUNRPC-Partial-revert-of-commit-6f9f17287e78.patch
	patches.suse/NFS-Default-change_attr_type-to-NFS4_CHANGE_TYPE_IS_.patch
	patches.suse/NFS-Don-t-set-NFS_INO_DATA_INVAL_DEFER-and-NFS_INO_I.patch
	patches.suse/NFS-Ignore-the-directory-size-when-marking-for-reval.patch
	patches.suse/NFS-Fix-dentry-verifier-races.patch
	patches.suse/pnfs-flexfiles-Fix-misplaced-barrier-in-nfs4_ff_layo.patch
	patches.suse/NFS-Fix-deadlocks-in-nfs_scan_commit_list.patch
	patches.suse/NFS-Fix-up-commit-deadlocks.patch
	patches.suse/NFS-Fix-an-Oops-in-pnfs_mark_request_commit.patch
	patches.suse/NFSv4-Fixes-for-nfs4_inode_return_delegation.patch
	patches.suse/NFS-Fix-WARN_ON-due-to-unionization-of-nfs_inode.nre.patch
	patches.suse/Fix-user-namespace-leak.patch
	patches.suse/NFSv4-Fix-a-regression-in-nfs_set_open_stateid_locke.patch
	patches.suse/SUNRPC-Check-if-the-xprt-is-connected-before-handlin.patch
	patches.suse/SUNRPC-Prevent-immediate-close-reconnect.patch
	patches.suse/nfsd-don-t-alloc-under-spinlock-in-rpc_parse_scope_i.patch
	patches.suse/ext4-fix-lazy-initialization-next-schedule-time-comp.patch
	patches.suse/ext4-ensure-enough-credits-in-ext4_ext_shift_path_ex.patch
	patches.suse/ext4-refresh-the-ext4_ext_path-struct-after-dropping.patch
	patches.suse/ext4-check-for-out-of-order-index-extents-in-ext4_va.patch
	patches.suse/ext4-check-for-inconsistent-extents-between-index-an.patch
	patches.suse/ext4-prevent-partial-update-of-the-extent-blocks.patch
	patches.suse/xhci-Fix-USB-3.1-enumeration-issues-by-increasing-ro.patch
	patches.suse/arm64-cpufeature-Export-this_cpu_has_cap-helper.patch
	patches.suse/net-davinci_emac-Fix-interrupt-pacing-disable.patch
	patches.suse/netfilter-nfnetlink_queue-fix-OOB-when-mac-header-wa.patch
	patches.suse/bnxt_en-avoid-newline-at-end-of-message-in-NL_SET_ER.patch
	patches.suse/kselftests-net-add-missed-icmp.sh-test-to-Makefile.patch
	patches.suse/ethtool-fix-ethtool-msg-len-calculation-for-pause-st.patch
	patches.suse/net-vlan-fix-a-UAF-in-vlan_dev_real_dev.patch
	patches.suse/net-dsa-felix-fix-broken-VLAN-tagged-PTP-under-VLAN-.patch
	patches.suse/devlink-fix-flexible_array.cocci-warning.patch
	patches.suse/net-phy-fix-duplex-out-of-sync-problem-while-changin.patch
	patches.suse/ice-Fix-VF-true-promiscuous-mode.patch
	patches.suse/ice-Remove-toggling-of-antispoof-for-VF-trusted-prom.patch
	patches.suse/ice-Fix-replacing-VF-hardware-MAC-to-existing-MAC-fi.patch
	patches.suse/ice-Fix-not-stopping-Tx-queues-for-VFs.patch
	patches.suse/ice-Fix-race-conditions-between-virtchnl-handling-an.patch
	patches.suse/bonding-Fix-a-use-after-free-problem-when-bond_sysfs.patch
	patches.suse/net-smc-Print-function-name-in-smcr_link_down-tracepoint
	patches.suse/tg3-Remove-redundant-assignments.patch
	patches.suse/octeontx2-af-use-swap-to-make-code-cleaner.patch
	patches.suse/sfc-use-swap-to-make-code-cleaner.patch
	patches.suse/octeontx2-pf-select-CONFIG_NET_DEVLINK.patch
	patches.suse/libbpf-Fix-lookup_and_delete_elem_flags-error-report.patch
	patches.suse/selftests-bpf-xdp_redirect_multi-Put-the-logs-to-tmp.patch
	patches.suse/selftests-bpf-xdp_redirect_multi-Use-arping-to-accur.patch
	patches.suse/selftests-bpf-xdp_redirect_multi-Give-tcpdump-a-chan.patch
	patches.suse/selftests-bpf-xdp_redirect_multi-Limit-the-tests-in-.patch
	patches.suse/can-j1939-j1939_tp_cmd_recv-ignore-abort-message-in-.patch
	patches.suse/can-j1939-j1939_can_recv-ignore-messages-with-invali.patch
	patches.suse/can-etas_es58x-es58x_rx_err_msg-fix-memory-leak-in-e.patch
	patches.suse/can-mcp251xfd-mcp251xfd_chip_start-fix-error-handlin.patch
	patches.suse/net-hisilicon-fix-hsn3_ethtool-kernel-doc-warnings.patch
	patches.suse/llc-fix-out-of-bound-array-index-in-llc_sk_dev_hash.patch
	patches.suse/selftests-net-tls-remove-unused-variable-and-code.patch
	patches.suse/nfc-pn533-Fix-double-free-when-pn533_fill_fragment_s.patch
	patches.suse/hamradio-defer-ax25-kfree-after-unregister_netdev.patch
	patches.suse/hamradio-defer-6pack-kfree-after-unregister_netdev.patch
	patches.suse/gve-Fix-off-by-one-in-gve_tx_timeout.patch
	patches.suse/bpf-Stop-caching-subprog-index-in-the-bpf_pseudo_fun.patch
	patches.suse/bpf-sockmap-Remove-unhash-handler-for-BPF-sockmap-us.patch
	patches.suse/bpf-sockmap-Fix-race-in-ingress-receive-verdict-with.patch
	patches.suse/bpf-sockmap-strparser-and-tls-are-reusing-qdisc_skb_.patch
	patches.suse/bpf-sockmap-sk_skb-data_end-access-incorrect-when-sr.patch
	patches.suse/net-dsa-mv88e6xxx-Don-t-support-1G-speeds-on-6191X-o.patch
	patches.suse/net-sched-sch_taprio-fix-undefined-behavior-in-ktime.patch
	patches.suse/msft-hv-2477-net-mana-Fix-spelling-mistake-calledd-called.patch
	patches.suse/net-hns3-fix-failed-to-add-reuse-multicast-mac-addr-.patch
	patches.suse/net-hns3-fix-ROCE-base-interrupt-vector-initializati.patch
	patches.suse/net-hns3-fix-pfc-packet-number-incorrect-after-query.patch
	patches.suse/net-hns3-sync-rx-ring-head-in-echo-common-pull.patch
	patches.suse/net-hns3-fix-kernel-crash-when-unload-VF-while-it-is.patch
	patches.suse/net-hns3-fix-some-mac-statistics-is-always-0-in-devi.patch
	patches.suse/net-hns3-remove-check-VF-uc-mac-exist-when-set-by-PF.patch
	patches.suse/net-hns3-allow-configure-ETS-bandwidth-of-all-TCs.patch
	patches.suse/net-stmmac-allow-a-tc-taprio-base-time-of-zero.patch
	patches.suse/net-ethernet-ti-cpsw_ale-Fix-access-to-un-initialize.patch
	patches.suse/net-marvell-mvpp2-Fix-wrong-SerDes-reconfiguration-o.patch
	patches.suse/vsock-prevent-unnecessary-refcnt-inc-for-nonblocking.patch
	patches.suse/gve-fix-unmatched-u64_stats_update_end.patch
	patches.suse/net-mlx5-Lag-fix-a-potential-Oops-with-mlx5_lag_crea.patch
	patches.suse/net-smc-fix-sk_refcnt-underflow-on-linkdown-and-fall.patch
	patches.suse/cxgb4-fix-eeprom-len-when-diagnostics-not-implemente.patch
	patches.suse/selftests-net-udpgso_bench_rx-fix-port-argument.patch
	patches.suse/ring-buffer-Protect-ring_buffer_reset-from-reentranc.patch
	patches.suse/m68k-set-a-default-value-for-MEMORY_RESERVE.patch
	patches.suse/apparmor-fix-error-check.patch
	patches.suse/thermal-int340x-fix-build-on-32-bit-targets.patch
	patches.suse/libata-fix-read-log-timeout-value.patch
	patches.suse/rtc-ds1302-Add-SPI-ID-table.patch
	patches.suse/rtc-ds1390-Add-SPI-ID-table.patch
	patches.suse/rtc-pcf2123-Add-SPI-ID-table.patch
	patches.suse/rtc-mcp795-Add-SPI-ID-table.patch
	patches.suse/rtc-rv3032-fix-error-handling-in-rv3032_clkout_set_r.patch
	patches.suse/Input-cpcap-pwrbutton-handle-errors-from-platform_ge.patch
	patches.suse/Input-goodix-change-goodix_i2c_write-len-parameter-t.patch
	patches.suse/Input-goodix-add-a-goodix.h-header-file.patch
	patches.suse/Input-goodix-refactor-reset-handling.patch
	patches.suse/Input-goodix-push-error-logging-up-into-i2c_read-and.patch
	patches.suse/Input-ariel-pwrbutton-add-SPI-device-ID-table.patch
	patches.suse/Input-st1232-increase-wait-ready-timeout.patch
	patches.suse/Input-max8925_onkey-don-t-mark-comment-as-kernel-doc.patch
	patches.suse/Input-i8042-Add-quirk-for-Fujitsu-Lifebook-T725.patch
	patches.suse/Input-elantench-fix-misreporting-trackpoint-coordina.patch
	patches.suse/Input-iforce-fix-control-message-timeout.patch
	patches.suse/drm-bridge-lontium-lt9611uxc-fix-provided-connector-.patch
	patches.suse/drm-plane-helper-fix-uninitialized-variable-referenc.patch
	patches.suse/drm-connector-fix-all-kernel-doc-warnings.patch
	patches.suse/drm-amd-display-Look-at-firmware-version-to-determin.patch
	patches.suse/drm-i915-dp-Ensure-sink-rate-values-are-always-valid.patch
	patches.suse/drm-i915-dp-Ensure-max-link-params-are-always-valid.patch
	patches.suse/drm-i915-Fix-type1-DVI-DP-dual-mode-adapter-heuristi.patch
	patches.suse/drm-i915-hdmi-Turn-DP-TMDS-output-buffers-back-on-in.patch
	patches.suse/drm-i915-fb-Fix-rounding-error-in-subsampled-plane-s.patch
	patches.suse/drm-ttm-remove-ttm_bo_vm_insert_huge.patch
	patches.suse/drm-udl-fix-control-message-timeout.patch
	patches.suse/drm-fb_helper-improve-CONFIG_FB-dependency.patch
	patches.suse/Revert-drm-imx-Annotate-dma-fence-critical-section-i.patch
	patches.suse/drm-prime-Fix-use-after-free-in-mmap-with-drm_gem_tt.patch
	patches.suse/ce-gf100-fix-incorrect-CE0-address-calculation-on-so.patch
	patches.suse/drm-nouveau-svm-Fix-refcount-leak-bug-and-missing-ch.patch
	patches.suse/drm-nouveau-use-drm_dev_unplug-during-device-removal.patch
	patches.suse/drm-nouveau-Add-a-dedicated-mutex-for-the-clients-li.patch
	patches.suse/drm-nouveau-clean-up-all-clients-on-device-removal.patch
	patches.suse/ALSA-timer-Fix-use-after-free-problem.patch
	patches.suse/ALSA-hda-realtek-Headset-fixup-for-Clevo-NH77HJQ.patch
	patches.suse/ALSA-hda-realtek-Add-a-quirk-for-Acer-Spin-SP513-54N.patch
	patches.suse/ALSA-memalloc-Catch-call-with-NULL-snd_dma_buffer-po.patch
	patches.suse/ALSA-timer-Unconditionally-unlink-slave-instances-to.patch
	patches.suse/ALSA-hda-realtek-Add-quirk-for-ASUS-UX550VE.patch
	patches.suse/ALSA-PCM-Fix-NULL-dereference-at-mmap-checks.patch
	patches.suse/ALSA-memalloc-Use-proper-SG-helpers-for-noncontig-al.patch
	patches.suse/ALSA-synth-missing-check-for-possible-NULL-after-the.patch
	patches.suse/ALSA-memalloc-Remove-a-stale-comment.patch
	patches.suse/ALSA-hda-realtek-Add-quirk-for-HP-EliteBook-840-G7-m.patch
	patches.suse/ALSA-hda-Free-card-instance-properly-at-probe-errors.patch
	patches.suse/ALSA-hda-fix-general-protection-fault-in-azx_runtime.patch
	patches.suse/scsi-target-core-Remove-from-tmr_list-during-LUN-unl.patch
	patches.suse/scsi-qla2xxx-Relogin-during-fabric-disturbance
	patches.suse/scsi-qla2xxx-Fix-gnl-list-corruption
	patches.suse/scsi-qla2xxx-Turn-off-target-reset-during-issue_lip
	patches.suse/scsi-qla2xxx-edif-Fix-app-start-fail.patch
	patches.suse/scsi-qla2xxx-edif-Fix-app-start-delay.patch
	patches.suse/scsi-qla2xxx-edif-Flush-stale-events-and-msgs-on-ses.patch
	patches.suse/scsi-qla2xxx-edif-replace-list_for_each_safe-with.patch
	patches.suse/scsi-qla2xxx-edif-tweak-trace-message.patch
	patches.suse/scsi-qla2xxx-edif-reduce-connection-thrash.patch
	patches.suse/scsi-qla2xxx-edif-Increase-ELS-payload.patch
	patches.suse/scsi-qla2xxx-edif-fix-inconsistent-check-of-db_flags.patch
	patches.suse/scsi-qla2xxx-edif-Fix-EDIF-bsg.patch
	patches.suse/scsi-qla2xxx-update-version-to-10.02.07.200-k.patch
	patches.suse/scsi-core-Avoid-leaving-shost-last_reset-with-stale-value-if-EH-does-not-run
	patches.suse/scsi-core-Remove-command-size-deduction-from-scsi_setup_scsi_cmnd
	patches.suse/scsi-scsi_debug-Don-t-call-kcalloc-if-size-arg-is-zero.patch
	patches.suse/MIPS-fix-duplicated-slashes-for-Platform-file-path.patch
	patches.suse/s390-tape-fix-timer-initialization-in-tape_std_assig.patch
	patches.suse/s390-cpumf-cpum_cf-PMU-displays-invalid-value-after-.patch
	patches.suse/s390-cio-check-the-subchannel-validity-for-dev_busid.patch
	patches.suse/x86-kvm-add-amd-sev-specific-hypercall3
	patches.suse/mm-x86-invoke-hypercall-when-page-encryption-status-is-changed
	patches.suse/efi-introduce-the-new-amd-memory-encryption-guid
	patches.suse/x86-kvm-add-guest-support-for-detecting-and-enabling-sev-live-migration-feature
	patches.suse/x86-kvm-add-kexec-support-for-sev-live-migration
	patches.suse/kvm-sev-refactor-out-sev_es_state-struct
	patches.suse/kvm-generalize-bugged-vm-to-dead-vm
	patches.suse/kvm-sev-provide-helpers-to-charge-uncharge-misc_cg
	patches.suse/kvm-sev-add-support-for-sev-intra-host-migration
	patches.suse/kvm-sev-add-support-for-sev-es-intra-host-migration
	patches.suse/selftest-KVM-Add-open-sev-dev-helper.patch
	patches.suse/selftest-KVM-Add-intra-host-migration-tests.patch
	patches.suse/KVM-x86-Fix-recording-of-guest-steal-time-preempted-.patch
	patches.suse/KVM-x86-Add-helper-to-consolidate-core-logic-of-SET_.patch
	patches.suse/KVM-nVMX-Query-current-VMCS-when-determining-if-MSR-.patch
	patches.suse/KVM-nVMX-Handle-dynamic-MSR-intercept-toggling.patch
	patches.suse/KVM-x86-move-guest_pv_has-out-of-user_access-section.patch
	patches.suse/kvm-sev-unify-cgroup-cleanup-code-for-svm_vm_migrate_from
	patches.suse/KVM-arm64-Extract-ESR_ELx.EC-only.patch
	patches.suse/tracing-histogram-Do-not-copy-the-fixed-size-char-array-field-over-the-field-size.patch
	patches.suse/f2fs-should-use-GFP_NOFS-for-directory-inodes.patch
	patches.suse/f2fs-include-non-compressed-blocks-in-compr_written_.patch
	patches.suse/f2fs-fix-UAF-in-f2fs_available_free_memory.patch
	patches.suse/erofs-fix-unsafe-pagevec-reuse-of-hooked-pclusters.patch
	patches.suse/Revert-mm-shmem-don-t-truncate-page-if-memory-failure-happens.patch
	patches.suse/cifs-nosharesock-should-not-share-socket-with-future-sessions.patch
	patches.suse/cifs-send-workstation-name-during-ntlmssp-session-setup.patch
	patches.suse/cifs-fix-print-of-hdr_flags-in-dfscache_proc_show-.patch
	patches.suse/cifs-introduce-new-helper-for-cifs_reconnect-.patch
	patches.suse/cifs-convert-list_for_each-to-entry-variant.patch
	patches.suse/cifs-split-out-dfs-code-from-cifs_reconnect-.patch
	patches.suse/cifs-set-a-minimum-of-120s-for-next-dns-resolution.patch
	patches.suse/cifs-for-compound-requests-use-open-handle-if-possible.patch
	patches.suse/smb3-do-not-error-on-fsync-when-readonly.patch
	patches.suse/cifs-support-nested-dfs-links-over-reconnect.patch
	patches.suse/smb3-remove-trivial-dfs-compile-warning.patch
	patches.suse/smb3-add-additional-null-check-in-SMB2_ioctl.patch
	patches.suse/smb3-add-additional-null-check-in-SMB2_open.patch
	patches.suse/smb3-add-additional-null-check-in-SMB2_tcon.patch
	patches.suse/cifs-release-lock-earlier-in-dequeue_mid-error-case.patch
	patches.suse/smb3-add-additional-null-check-in-SMB311_posix_mkdir.patch
	patches.suse/cifs-fix-memory-leak-of-smb3_fs_context_dup-server_h.patch
	patches.suse/cifs-fix-potential-use-after-free-bugs.patch
	patches.suse/smb3-do-not-setup-the-fscache_super_cookie-until-fsinfo-initialized.patch
	patches.suse/cifs-do-not-negotiate-session-if-session-already-exists.patch
	patches.suse/cifs-protect-session-channel-fields-with-chan_lock.patch
	patches.suse/cifs-connect-individual-channel-servers-to-primary-channel-server.patch
	patches.suse/cifs-do-not-duplicate-fscache-cookie-for-secondary-channels.patch
	patches.suse/io-wq-serialize-hash-clear-with-wakeup.patch
	patches.suse/block-Hold-invalidate_lock-in-BLKDISCARD-ioctl.patch
	patches.suse/block-Hold-invalidate_lock-in-BLKZEROOUT-ioctl.patch
	patches.suse/block-Hold-invalidate_lock-in-BLKRESETZONE-ioctl.patch
	patches.suse/blkcg-Remove-extra-blkcg_bio_issue_init.patch
	patches.suse/clk-ingenic-Fix-bugs-with-divided-dividers.patch
	patches.suse/Revert-clk-rockchip-use-module_platform_driver_probe.patch
	patches.suse/clk-ast2600-Fix-soc-revision-for-AHB.patch
	patches.suse/clk-qcom-gcc-msm8996-Drop-again-gcc_aggre1_pnoc_ahb_.patch
	patches.suse/tools-headers-UAPI-Sync-linux-prctl.h-with-the-kernel-sources
	patches.suse/perf-bench-futex-Fix-memory-leak-of-perf_cpu_map__ne.patch
	patches.suse/x86-fpu-optimize-out-sigframe-xfeatures-when-in-init-state.patch
	patches.suse/x86-mce-Add-errata-workaround-for-Skylake-SKX37.patch
	patches.suse/x86-cpu-Add-Raptor-Lake-to-Intel-family.patch
	patches.suse/perf-x86-vlbr-Add-c-flags-to-vlbr-event-constraints.patch
	patches.suse/perf-core-Avoid-put_page-when-GUP-fails.patch
	patches.suse/x86-smp-Factor-out-parts-of-native_smp_prepare_cpus.patch
	patches.suse/sched-core-Mitigate-race-cpus_share_cache-update_top.patch
	patches.suse/sched-fair-Prevent-dead-task-groups-from-regaining-cfs_rq-s.patch
	patches.suse/static_call-x86-robustify-trampoline-patching.patch
	patches.suse/PCI-MSI-Move-non-mask-check-back-into-low-level-acce.patch
	patches.suse/PCI-MSI-Deal-with-devices-lying-about-their-MSI-mask.patch
	patches.suse/PCI-Add-MSI-masking-quirk-for-Nvidia-ION-AHCI.patch
	patches.suse/PCI-MSI-Destroy-sysfs-before-freeing-entries.patch
	patches.suse/irqchip-sifive-plic-Fixup-EOI-failed-when-masked.patch
	patches.suse/posix-cpu-timers-Clear-task-posix_cputimers_work-in-.patch
	patches.suse/dt-bindings-i2c-imx-hardware-do-not-restrict-clock-f.patch
	patches.suse/ARM-9155-1-fix-early-early_iounmap.patch
	patches.suse/ARM-9156-1-drop-cc-option-fallbacks-for-architecture.patch
	patches.suse/maple-fix-wrong-return-value-of-maple_bus_init.patch
	patches.suse/parisc-Fix-backtrace-to-always-include-init-funtion-.patch
	patches.suse/parisc-Flush-kernel-data-mapping-in-set_pte_at-when-.patch
	patches.suse/parisc-entry-fix-trace-test-in-syscall-exit-path.patch
	patches.suse/tracing-Add-length-protection-to-histogram-string-copies.patch
	patches.suse/NFSD-Fix-exposure-in-nfsd4_decode_bitmap.patch
	patches.suse/msft-hv-2479-Drivers-hv-balloon-Use-VMBUS_RING_SIZE-wrapper-for-d.patch
	patches.suse/msft-hv-2480-x86-hyperv-Fix-NULL-deref-in-set_hv_tscchange_cb-if-.patch
	patches.suse/msft-hv-2481-x86-hyperv-Move-required-MSRs-check-to-initial-platf.patch
	patches.suse/printk-Remove-printk.h-inclusion-in-percpu.h.patch
	patches.suse/printk-restore-flushing-of-NMI-buffers-on-remote-CPU.patch
	patches.suse/docs-accounting-update-delay-accounting.rst-referenc.patch
	patches.suse/KVM-x86-Fix-uninitialized-eoi_exit_bitmap-usage-in-v.patch
	patches.suse/KVM-Fix-steal-time-asm-constraints.patch
	patches.suse/KVM-nVMX-don-t-use-vcpu-arch.efer-when-checking-host.patch
	patches.suse/KVM-x86-mmu-include-EFER.LMA-in-extended-mmu-role.patch
	patches.suse/0003-KVM-SEV-Disallow-COPY_ENC_CONTEXT_FROM-if-target-has.patch
	patches.suse/0002-KVM-SEV-Set-sev_info.active-after-initial-checks-in-.patch
	patches.suse/0004-KVM-SEV-Drop-a-redundant-setting-of-sev-asid-during-.patch
	patches.suse/0001-KVM-SEV-Fix-typo-in-and-tweak-name-of-cmd_allowed_fr.patch
	patches.suse/selftests-KVM-Add-x86_64-sev_migrate_tests-to-.gitig.patch
	patches.suse/KVM-x86-Assume-a-64-bit-hypercall-for-guests-with-pr.patch
	patches.suse/0001-parisc-sticon-fix-reverse-colors.patch
	patches.suse/fs-handle-circular-mappings-correctly.patch
	patches.suse/udf-Fix-crash-after-seekdir.patch
	patches.suse/btrfs-fix-memory-ordering-between-normal-and-ordered-work-functions.patch
	patches.suse/hamradio-remove-needs_free_netdev-to-avoid-UAF.patch
	patches.suse/net-ipa-ipa_resource-Fix-wrong-for-loop-range.patch
	patches.suse/tun-fix-bonding-active-backup-with-arp-monitoring.patch
	patches.suse/net-ipa-HOLB-register-sometimes-must-be-written-twic.patch
	patches.suse/net-ipa-disable-HOLB-drop-when-updating-timer.patch
	patches.suse/net-smc-Transfer-remaining-wait-queue-entries-during-fallback
	patches.suse/net-bnx2x-fix-variable-dereferenced-before-check.patch
	patches.suse/atlantic-Fix-OOB-read-and-write-in-hw_atl_utils_fw_r.patch
	patches.suse/net-ethernet-lantiq_etop-fix-build-errors-warnings.patch
	patches.suse/bnxt_en-extend-RTNL-to-VF-check-in-devlink-driver_re.patch
	patches.suse/bnxt_en-fix-format-specifier-in-live-patch-error-mes.patch
	patches.suse/bnxt_en-reject-indirect-blk-offload-when-hw-tc-offlo.patch
	patches.suse/net-stmmac-socfpga-add-runtime-suspend-resume-callba.patch
	patches.suse/sock-fix-proc-net-sockstat-underflow-in-sk_clone_loc.patch
	patches.suse/net-smc-Make-sure-the-link_id-is-unique
	patches.suse/iavf-Fix-return-of-set-the-new-channel-count.patch
	patches.suse/iavf-check-for-null-in-iavf_fix_features.patch
	patches.suse/iavf-free-q_vectors-before-queues-in-iavf_disable_vf.patch
	patches.suse/iavf-don-t-clear-a-lock-we-don-t-hold.patch
	patches.suse/iavf-Fix-failure-to-exit-out-from-last-all-multicast.patch
	patches.suse/iavf-prevent-accidental-free-of-filter-structure.patch
	patches.suse/iavf-validate-pointers.patch
	patches.suse/iavf-Fix-for-the-false-positive-ASQ-ARQ-errors-while.patch
	patches.suse/iavf-Fix-for-setting-queues-to-0.patch
	patches.suse/iavf-Restore-VLAN-filters-after-link-down.patch
	patches.suse/xsk-Fix-crash-on-double-free-in-buffer-pool.patch
	patches.suse/bpf-Fix-toctou-on-read-only-map-s-constant-scalar-tracking.patch
	patches.suse/udp-Validate-checksum-in-udp_read_sock.patch
	patches.suse/cfg80211-call-cfg80211_stop_ap-when-switch-from-P2P_.patch
	patches.suse/nl80211-fix-radio-statistics-in-survey-dump.patch
	patches.suse/mac80211-do-not-access-the-IV-when-it-was-stripped.patch
	patches.suse/mac80211-drop-check-for-DONT_REORDER-in-__ieee80211_.patch
	patches.suse/mac80211-fix-monitor_sdata-RCU-locking-assertions.patch
	patches.suse/mac80211-fix-throughput-LED-trigger.patch
	patches.suse/net-mvmdio-fix-compilation-warning.patch
	patches.suse/bnxt_en-Fix-compile-error-regression-when-CONFIG_BNX.patch
	patches.suse/net-sched-act_mirred-drop-dst-for-the-direction-from.patch
	patches.suse/net-stmmac-Fix-signed-unsigned-wreckage.patch
	patches.suse/net-mlx5e-kTLS-Fix-crash-in-RX-resync-flow.patch
	patches.suse/net-mlx5e-Wait-for-concurrent-flow-deletion-during-n.patch
	patches.suse/net-mlx5-E-Switch-Fix-resetting-of-encap-mode-when-e.patch
	patches.suse/net-mlx5e-nullify-cq-dbg-pointer-in-mlx5_debug_cq_re.patch
	patches.suse/net-mlx5-DR-Handle-eswitch-manager-and-uplink-vports.patch
	patches.suse/net-mlx5-DR-Fix-check-for-unsupported-fields-in-matc.patch
	patches.suse/net-mlx5-Update-error-handler-for-UCTX-and-UMEM.patch
	patches.suse/net-mlx5-E-Switch-rebuild-lag-only-when-needed.patch
	patches.suse/net-mlx5-Fix-flow-counters-SF-bulk-query-len.patch
	patches.suse/net-mlx5e-CT-Fix-multiple-allocations-and-memleak-of.patch
	patches.suse/net-mlx5-Lag-update-tracker-when-state-change-event-.patch
	patches.suse/net-mlx5-E-Switch-return-error-if-encap-isn-t-suppor.patch
	patches.suse/net-usb-r8152-Add-MAC-passthrough-support-for-more-L.patch
	patches.suse/net-dpaa2-eth-fix-use-after-free-in-dpaa2_eth_remove.patch
	patches.suse/NFC-reorganize-the-functions-in-nci_request.patch
	patches.suse/NFC-reorder-the-logic-in-nfc_-un-register_device.patch
	patches.suse/NFC-add-NCI_UNREG-flag-to-eliminate-the-race.patch
	patches.suse/octeontx2-af-debugfs-don-t-corrupt-user-memory.patch
	patches.suse/devlink-Don-t-throw-an-error-if-flash-notification-s.patch
	patches.suse/e100-fix-device-suspend-resume.patch
	patches.suse/i40e-Fix-correct-max_pkt_size-on-VF-RX-queue.patch
	patches.suse/i40e-Fix-NULL-ptr-dereference-on-VSI-filter-sync.patch
	patches.suse/i40e-Fix-changing-previously-set-num_queue_pairs-for.patch
	patches.suse/i40e-Fix-ping-is-lost-after-configuring-ADq-on-VF.patch
	patches.suse/i40e-Fix-warning-message-and-call-stack-during-rmmod.patch
	patches.suse/i40e-Fix-creation-of-first-queue-by-omitting-it-if-i.patch
	patches.suse/i40e-Fix-display-error-code-in-dmesg.patch
	patches.suse/ptp-ocp-Fix-a-couple-NULL-vs-IS_ERR-checks.patch
	patches.suse/spi-fix-use-after-free-of-the-add_lock-mutex.patch
	patches.suse/platform-x86-hp_accel-Fix-an-error-handling-path-in-.patch
	patches.suse/platform-x86-dell-wmi-descriptor-disable-by-default.patch
	patches.suse/platform-x86-think-lmi-Abort-probe-on-analyze-failur.patch
	patches.suse/platform-x86-thinkpad_acpi-Add-support-for-dual-fan-.patch
	patches.suse/platform-x86-thinkpad_acpi-Fix-WWAN-device-disabled-.patch
	patches.suse/Revert-ACPI-scan-Release-PM-resources-blocked-by-unu.patch
	patches.suse/thermal-core-Reset-previous-low-and-high-trip-during.patch
	patches.suse/thermal-int340x-Limit-Kconfig-to-64-bit.patch
	patches.suse/drm-nouveau-hdmigv100.c-fix-corrupted-HDMI-Vendor-In.patch
	patches.suse/drm-cma-helper-Release-non-coherent-memory-with-dma_.patch
	patches.suse/drm-sun4i-fix-unmet-dependency-on-RESET_CONTROLLER-f.patch
	patches.suse/fbdev-Prevent-probing-generic-drivers-if-a-FB-is-alr.patch
	patches.suse/Revert-drm-i915-tgl-dsi-Gate-the-ddi-clocks-after-pl.patch
	patches.suse/drm-amd-pm-avoid-duplicate-powergate-ungate-setting.patch
	patches.suse/drm-amd-display-Fix-OLED-brightness-control-on-eDP.patch
	patches.suse/drm-amdgpu-fix-set-scaling-mode-Full-Full-aspect-Cen.patch
	patches.suse/drm-amd-amdkfd-Fix-kernel-panic-when-reset-failed-an.patch
	patches.suse/drm-amd-amdgpu-fix-potential-memleak.patch
	patches.suse/selftests-gpio-fix-gpio-compiling-error.patch
	patches.suse/RDMA-core-Set-send-and-receive-CQ-before-forwarding-.patch
	patches.suse/IB-hfi1-Properly-allocate-rdma-counter-desc-memory.patch
	patches.suse/RDMA-mlx4-Do-not-fail-the-registration-on-port-stats.patch
	patches.suse/RDMA-nldev-Check-stat-attribute-before-accessing-it.patch
	patches.suse/scsi-ufs-core-Improve-SCSI-abort-handling
	patches.suse/scsi-core-sysfs-Fix-hang-when-device-state-is-set-via-sysfs
	patches.suse/scsi-ufs-core-Fix-task-management-completion-timeout-race.patch
	patches.suse/scsi-ufs-core-Fix-another-task-management-completion-race.patch
	patches.suse/scsi-qla2xxx-Fix-mailbox-direction-flags-in-qla2xxx_get_adapter_id
	patches.suse/ata-ahci-Add-Green-Sardine-vendor-ID-as-board_ahci_m.patch
	patches.suse/ata-libahci-Adjust-behavior-when-StorageD3Enable-_DS.patch
	patches.suse/cifs-move-debug-print-out-of-spinlock.patch
	patches.suse/cifs-protect-srv_count-with-cifs_tcp_ses_lock.patch
	patches.suse/cifs-introduce-cifs_ses_mark_for_reconnect-helper.patch
	patches.suse/s390-setup-avoid-reserving-memory-above-identity-mapping
	patches.suse/s390-kexec-fix-return-code-handling
	patches.suse/s390-kexec-fix-memory-leak-of-ipl-report-buffer
	patches.suse/ACPI-Add-stubs-for-wakeup-handler-functions.patch
	patches.suse/pinctrl-amd-Fix-wakeups-when-IRQ-is-shared-with-SCI.patch
	patches.suse/pinctrl-tegra-Return-const-pointer-from-tegra_pinctr.patch
	patches.suse/pinctrl-ralink-include-ralink_regs.h-in-pinctrl-mt76.patch
	patches.suse/pinctrl-qcom-sdm845-Enable-dual-edge-errata.patch
	patches.suse/pinctrl-tegra194-remove-duplicate-initializer-again.patch
	patches.suse/pinctrl-qcom-sm8350-Correct-UFS-and-SDC-offsets.patch
	patches.suse/block-Check-ADMIN-before-NICE-for-IOPRIO_CLASS_RT.patch
	patches.suse/Revert-mark-pstore-blk-as-broken.patch
	patches.suse/ipc-WARN-if-trying-to-remove-ipc-object-which-is-abs.patch
	patches.suse/shm-extend-forced-shm-destroy-to-support-objects-fro.patch
	patches.suse/pstore-blk-Use-lu-to-format-unsigned-long.patch
	patches.suse/KVM-PPC-Book3S-HV-Use-GLOBAL_TOC-for-kvmppc_h_set_da.patch
	patches.suse/powerpc-pseries-rename-numa_dist_table-to-form2_dist.patch
	patches.suse/powerpc-pseries-Fix-numa-FORM2-parsing-fallback-code.patch
	patches.suse/powerpc-pseries-ddw-Revert-Extend-upper-limit-for-hu.patch
	patches.suse/powerpc-xive-Change-IRQ-domain-to-a-tree-domain.patch
	patches.suse/perf-x86-intel-uncore-Fix-filter_tid-mask-for-CHA-events-on-Skylake-Server.patch
	patches.suse/perf-x86-intel-uncore-Fix-IIO-event-constraints-for-Skylake-Server.patch
	patches.suse/perf-x86-intel-uncore-Fix-IIO-event-constraints-for-Snowridge.patch
	patches.suse/hugetlbfs-flush-TLBs-correctly-after-huge_pmd_unshar.patch
	patches.suse/media-v4l2-core-fix-VIDIOC_DQEVENT-handling-on-non-x.patch
	patches.suse/media-videobuf2-dma-sg-Fix-buf-vb-NULL-pointer-deref.patch
	patches.suse/media-cec-copy-sequence-field-for-the-reply.patch
	patches.suse/ALSA-hda-realtek-Add-quirk-for-ASRock-NUC-Box-1100.patch
	patches.suse/ALSA-hda-realtek-Fix-LED-on-HP-ProBook-435-G7.patch
	patches.suse/ASoC-cs35l41-Change-monitor-widgets-to-siggens.patch
	patches.suse/ASoC-SOF-Intel-hda-fix-hotplug-when-only-codec-is-su.patch
	patches.suse/ASoC-DAPM-Cover-regression-by-kctl-change-notificati.patch
	patches.suse/ASoC-rt5682-Avoid-the-unexpected-IRQ-event-during-go.patch
	patches.suse/ASoC-rt5682-Re-detect-the-combo-jack-after-resuming.patch
	patches.suse/ASoC-wm_adsp-wm_adsp_control_add-error-uninitialized.patch
	patches.suse/ASoC-qdsp6-q6routing-Conditionally-reset-FrontEnd-Mi.patch
	patches.suse/ASoC-qdsp6-q6asm-fix-q6asm_dai_prepare-error-handlin.patch
	patches.suse/ASoC-topology-Add-missing-rwsem-around-snd_ctl_remov.patch
	patches.suse/ASoC-codecs-wcd938x-fix-volatile-register-range.patch
	patches.suse/ASoC-codecs-wcd934x-return-error-code-correctly-from.patch
	patches.suse/ASoC-codecs-lpass-rx-macro-fix-HPHR-setting-CLSH-mas.patch
	patches.suse/ASoC-stm32-i2s-fix-32-bits-channel-length-without-mc.patch
	patches.suse/ALSA-ctxfi-Fix-out-of-range-access.patch
	patches.suse/ALSA-usb-audio-Switch-back-to-non-latency-mode-at-a-.patch
	patches.suse/ALSA-usb-audio-Don-t-start-stream-for-capture-at-pre.patch
	patches.suse/ALSA-intel-dsp-config-add-quirk-for-JSL-devices-base.patch
	patches.suse/selinux-fix-NULL-pointer-dereference-when-hashtab-al.patch
	patches.suse/HID-wacom-Use-Confidence-flag-to-prevent-reporting-i.patch
	patches.suse/HID-input-Fix-parsing-of-HID_CP_CONSUMER_CONTROL-fie.patch
	patches.suse/HID-input-set-usage-type-to-key-on-keycode-remap.patch
	patches.suse/HID-Ignore-battery-for-Elan-touchscreen-on-HP-Envy-X.patch
	patches.suse/tracing-uprobe-Fix-uprobe_perf_open-probes-iteration.patch
	patches.suse/ARM-dts-BCM5301X-Fix-I2C-controller-interrupt.patch
	patches.suse/ARM-dts-BCM5301X-Add-interrupt-properties-to-GPIO-no.patch
	patches.suse/ARM-dts-bcm2711-Fix-PCIe-interrupts.patch
	patches.suse/optee-fix-kfree-NULL-pointer.patch
	patches.suse/firmware-arm_scmi-Fix-base-agent-discover-response.patch
	patches.suse/firmware-arm_scmi-pm-Propagate-return-value-to-calle.patch
	patches.suse/firmware-arm_scmi-Fix-type-error-in-sensor-protocol.patch
	patches.suse/firmware-arm_scmi-Fix-type-error-assignment-in-volta.patch
	patches.suse/ARM-socfpga-Fix-crash-with-CONFIG_FORTIRY_SOURCE.patch
	patches.suse/firmware-smccc-Fix-check-for-ARCH_SOC_ID-not-impleme.patch
	patches.suse/cifs-nosharesock-should-be-set-on-new-server.patch
	patches.suse/cifs-populate-server_hostname-for-extra-channels.patch
	patches.suse/smb2-clarify-rc-initialization-in-smb2_reconnect.patch
	patches.suse/cifs-update-internal-version-number.patch
	patches.suse/nvme-tcp-validate-R2T-PDU-in-nvme_tcp_handle_r2t.patch
	patches.suse/nvme-tcp-fix-memory-leak-when-freeing-a-queue.patch
	patches.suse/nvme-pci-add-NO-APST-quirk-for-Kioxia-device.patch
	patches.suse/nvme-fabrics-ignore-invalid-fast_io_fail_tmo-values.patch
	patches.suse/drm-amd-display-Fix-DPIA-outbox-timeout-after-GPU-re.patch
	patches.suse/drm-amd-display-Set-plane-update-flags-for-all-plane.patch
	patches.suse/0005-drm-amdgpu-gfx10-add-wraparound-gpu-counter-check-fo.patch
	patches.suse/0001-drm-amdgpu-gfx9-switch-to-golden-tsc-registers-for-r.patch
	patches.suse/drm-amdgpu-IH-process-reset-count-when-restart.patch
	patches.suse/drm-nouveau-recognise-GA106.patch
	patches.suse/drm-nouveau-acr-fix-a-couple-NULL-vs-IS_ERR-checks.patch
	patches.suse/drm-vc4-fix-error-code-in-vc4_create_object.patch
	patches.suse/drm-aspeed-Fix-vga_pw-sysfs-output.patch
	patches.suse/drm-hyperv-Fix-device-removal-on-Gen1-VMs.patch
	patches.suse/arm64-mm-Fix-VM_BUG_ON-mm-init_mm-for-trans_pgd.patch
	patches.suse/arm64-uaccess-avoid-blocking-within-critical-section.patch
	patches.suse/xen-don-t-continue-xenstore-initialization-in-case-o.patch
	patches.suse/xen-pvh-add-missing-prototype-to-header.patch
	patches.suse/xen-detect-uninitialized-xenbus-in-xenbus_init.patch
	patches.suse/mmc-sdhci-esdhc-imx-disable-CMDQ-support.patch
	patches.suse/mmc-sdhci-Fix-ADMA-for-PAGE_SIZE-64KiB.patch
	patches.suse/mmc-spi-Add-device-tree-SPI-IDs.patch
	patches.suse/usb-dwc3-core-Revise-GHWPARAMS9-offset.patch
	patches.suse/usb-dwc3-gadget-Ignore-NoStream-after-End-Transfer.patch
	patches.suse/usb-dwc3-gadget-Check-for-L1-L2-U3-for-Start-Transfe.patch
	patches.suse/usb-dwc2-gadget-Fix-ISOC-flow-for-elapsed-frames.patch
	patches.suse/usb-xhci-tegra-Check-padctrl-interrupt-presence-in-d.patch
	patches.suse/usb-dwc3-gadget-Fix-null-pointer-exception.patch
	patches.suse/usb-dwc2-hcd_queue-Fix-use-of-floating-point-literal.patch
	patches.suse/usb-dwc3-leave-default-DMA-for-PCI-devices.patch
	patches.suse/usb-typec-fusb302-Fix-masking-of-comparator-and-bc_l.patch
	patches.suse/usb-hub-Fix-usb-enumeration-issue-due-to-address0-ra.patch
	patches.suse/usb-chipidea-ci_hdrc_imx-fix-potential-error-pointer.patch
	patches.suse/usb-hub-Fix-locking-issues-with-address0_mutex.patch
	patches.suse/usb-typec-tipd-Fix-typo-in-cd321x_switch_power_state.patch
	patches.suse/usb-typec-tipd-Fix-initialization-sequence-for-cd321.patch
	patches.suse/USB-serial-option-add-Telit-LE910S1-0x9200-compositi.patch
	patches.suse/USB-serial-pl2303-fix-GC-type-detection.patch
	patches.suse/USB-serial-option-add-Fibocom-FM101-GL-variants.patch
	patches.suse/staging-fbtft-Fix-backlight.patch
	patches.suse/fuse-release-pipe-buf-after-last-use.patch
	patches.suse/cpufreq-intel_pstate-Add-Ice-Lake-server-to-out-of-b.patch
	patches.suse/cpufreq-intel_pstate-ITMT-support-for-overclocked-sy.patch
	patches.suse/PM-hibernate-use-correct-mode-for-swsusp_close.patch
	patches.suse/ACPI-CPPC-Add-NULL-pointer-check-to-cppc_get_perf.patch
	patches.suse/ACPI-Get-acpi_device-s-parent-from-the-parent-field.patch
	patches.suse/ACPI-Make-acpi_node_get_parent-local.patch
	patches.suse/selftests-netfilter-add-a-vrf-conntrack-testcase.patch
	patches.suse/net-marvell-prestera-fix-double-free-issue-on-err-pa.patch
	patches.suse/iavf-Prevent-changing-static-ITR-values-if-adaptive-.patch
	patches.suse/iavf-Fix-deadlock-occurrence-during-resetting-VF-int.patch
	patches.suse/iavf-Fix-refreshing-iavf-adapter-stats-on-ethtool-re.patch
	patches.suse/iavf-Fix-VLAN-feature-flags-after-VFR.patch
	patches.suse/net-dsa-qca8k-fix-MTU-calculation.patch
	patches.suse/nfp-checking-parameter-process-for-rx-usecs-tx-usecs.patch
	patches.suse/net-stmmac-retain-PTP-clock-time-during-SIOCSHWTSTAM.patch
	patches.suse/net-smc-Avoid-warning-of-possible-recursive-locking
	patches.suse/nixge-fix-mac-address-error-handling-again.patch
	patches.suse/hamradio-fix-macro-redefine-warning.patch
	patches.suse/slip-fix-macro-redefine-warning.patch
	patches.suse/net-smc-Clean-up-local-struct-sock-variables
	patches.suse/net-smc-Ensure-the-active-closing-peer-first-closes-clcsock
	patches.suse/mlxsw-spectrum-Protect-driver-from-buggy-firmware.patch
	patches.suse/ice-fix-vsi-txq_map-sizing.patch
	patches.suse/ice-avoid-bpf_prog-refcount-underflow.patch
	patches.suse/r8169-fix-incorrect-mac-address-assignment.patch
	patches.suse/net-chelsio-cxgb4vf-Fix-an-error-code-in-cxgb4vf_pci.patch
	patches.suse/net-usb-Correct-PHY-handling-of-smsc95xx.patch
	patches.suse/net-ipa-kill-ipa_cmd_pipeline_clear.patch
	patches.suse/net-marvell-mvpp2-increase-MTU-limit-when-XDP-enable.patch
	patches.suse/tools-sync-uapi-linux-if_link.h-header.patch
	patches.suse/lan743x-fix-deadlock-in-lan743x_phy_link_status_chan.patch
	patches.suse/net-phylink-Force-link-down-and-retrigger-resolve-on.patch
	patches.suse/net-phylink-Force-retrigger-in-case-of-latched-link-.patch
	patches.suse/net-smc-Fix-NULL-pointer-dereferencing-in-smc_vlan_by_tcpsk
	patches.suse/net-smc-Fix-loop-in-smc_listen
	patches.suse/igb-fix-netpoll-exit-with-traffic.patch
	patches.suse/mdio-aspeed-Fix-Link-is-Down-issue.patch
	patches.suse/net-stmmac-Disable-Tx-queues-when-reconfiguring-the-.patch
	patches.suse/ethtool-ioctl-fix-potential-NULL-deref-in-ethtool_se.patch
	patches.suse/net-smc-Don-t-call-clcsock-shutdown-twice-when-smc-shutdown
	patches.suse/net-qed-fix-the-array-may-be-out-of-bound.patch
	patches.suse/net-hns3-fix-VF-RSS-failed-problem-after-PF-enable-m.patch
	patches.suse/net-hns3-add-check-NULL-address-for-page-pool.patch
	patches.suse/net-hns3-fix-one-incorrect-value-of-page-pool-info-w.patch
	patches.suse/net-hns3-fix-incorrect-components-info-of-ethtool-re.patch
	patches.suse/net-mscc-ocelot-don-t-downgrade-timestamping-RX-filt.patch
	patches.suse/net-mscc-ocelot-create-a-function-that-replaces-an-e.patch
	patches.suse/net-ptp-add-a-definition-for-the-UDP-port-for-IEEE-1.patch
	patches.suse/net-mscc-ocelot-set-up-traps-for-PTP-packets.patch
	patches.suse/net-mscc-ocelot-correctly-report-the-timestamping-RX.patch
	patches.suse/net-dsa-microchip-implement-multi-bridge-support.patch
	patches.suse/KVM-PPC-Book3S-HV-Prevent-POWER7-8-TLB-flush-flushin.patch
	patches.suse/erofs-fix-deadlock-when-shrink-erofs-slab.patch
	patches.suse/NFSv42-Don-t-fail-clone-unless-the-OP_CLONE-operatio.patch
	patches.suse/NFSv42-Fix-pagecache-invalidation-after-COPY-CLONE.patch
	patches.suse/SUNRPC-use-different-lock-keys-for-INET6-and-LOCAL.patch
	patches.suse/scsi-qla2xxx-edif-Fix-off-by-one-bug-in-qla_edif_app.patch
	patches.suse/scsi-scsi_debug-Fix-type-in-min_t-to-avoid-stack-OOB.patch
	patches.suse/scsi-mpt3sas-Fix-kernel-panic-during-drive-powercycle-test
	patches.suse/scsi-mpt3sas-Fix-system-going-into-read-only-mode
	patches.suse/scsi-mpt3sas-Fix-incorrect-system-timestamp
	patches.suse/scsi-scsi_debug-Sanity-check-block-descriptor-length-in-resp_mode_select.patch
	patches.suse/scsi-core-sysfs-Fix-setting-device-state-to-SDEV_RUNNING
	patches.suse/scsi-scsi_debug-Zero-clear-zones-at-reset-write-pointer
	patches.suse/io_uring-Fix-undefined-behaviour-in-io_issue_sqe.patch
	patches.suse/tracing-Check-pid-filtering-when-creating-events.patch
	patches.suse/tracing-Fix-pid-filtering-when-triggers-are-attached.patch
	patches.suse/xfs-Fix-the-free-logic-of-state-in-xfs_attr_node_has.patch
	patches.suse/iommu-amd-Clarify-AMD-IOMMUv2-initialization-messages
	patches.suse/iommu-rockchip-fix-page_desc_hi_masks-for-rk3568
	patches.suse/iommu-vt-d-fix-unmap_pages-support
	patches.suse/locking-rwsem-Optimize-down_read_trylock-under-highl.patch
	patches.suse/perf-Ignore-sigtrap-for-tracepoints-destined-for-other-tasks.patch
	patches.suse/sched-scs-Reset-task-stack-state-in-bringup_cpu.patch
	patches.suse/vhost-vsock-fix-incorrect-used-length-reported-to-th.patch
	patches.suse/vhost-vdpa-clean-irqs-before-reseting-vdpa-device.patch
	patches.suse/vdpa_sim-avoid-putting-an-uninitialized-iova_domain.patch
	patches.suse/KVM-arm64-Avoid-setting-the-upper-32-bits-of-TCR_EL2-and-CPTR_EL2-to-1.patch
	patches.suse/KVM-x86-mmu-Fix-TLB-flush-range-when-handling-discon.patch
	patches.suse/KVM-Ensure-local-memslot-copies-operate-on-up-to-dat.patch
	patches.suse/KVM-x86-mmu-Skip-tlb-flush-if-it-has-been-done-in-za.patch
	patches.suse/KVM-x86-mmu-Pass-parameter-flush-as-false-in-kvm_tdp.patch
	patches.suse/KVM-x86-ignore-APICv-if-LAPIC-is-not-enabled.patch
	patches.suse/selftests-fix-check-for-circular-KVM_CAP_VM_MOVE_ENC.patch
	patches.suse/KVM-SEV-expose-KVM_CAP_VM_MOVE_ENC_CONTEXT_FROM-capa.patch
	patches.suse/KVM-nVMX-Flush-current-VPID-L1-vs.-L2-for-KVM_REQ_TL.patch
	patches.suse/KVM-nVMX-Abide-to-KVM_REQ_TLB_FLUSH_GUEST-request-on.patch
	patches.suse/KVM-nVMX-Emulate-guest-TLB-flush-on-nested-VM-Enter-.patch
	patches.suse/KVM-selftests-Make-sure-kvm_create_max_vcpus-test-wo.patch
	patches.suse/KVM-X86-Fix-when-shadow_root_level-5-guest-root_leve.patch
	patches.suse/KVM-X86-Use-vcpu-arch.walk_mmu-for-kvm_mmu_invlpg.patch
	patches.suse/KVM-x86-mmu-Use-yield-safe-TDP-MMU-root-iter-in-MMU-.patch
	patches.suse/KVM-x86-mmu-Remove-spurious-TLB-flushes-in-TDP-MMU-z.patch
	patches.suse/KVM-MMU-shadow-nested-paging-does-not-have-PKU.patch
	patches.suse/KVM-VMX-prepare-sync_pir_to_irr-for-running-with-API.patch
	patches.suse/KVM-x86-check-PIR-even-for-vCPUs-with-disabled-APICv.patch
	patches.suse/KVM-SEV-do-not-use-list_replace_init-on-an-empty-lis.patch
	patches.suse/KVM-SEV-cleanup-locking-for-KVM_CAP_VM_MOVE_ENC_CONT.patch
	patches.suse/KVM-SEV-initialize-regions_list-of-a-mirror-VM.patch
	patches.suse/KVM-SEV-move-mirror-status-to-destination-of-KVM_CAP.patch
	patches.suse/0005-KVM-SEV-Do-COPY_ENC_CONTEXT_FROM-with-both-VMs-locke.patch
	patches.suse/0006-KVM-SEV-Prohibit-migration-of-a-VM-that-has-mirrors.patch
	patches.suse/KVM-SEV-do-not-take-kvm-lock-when-destroying.patch
	patches.suse/KVM-SEV-accept-signals-in-sev_lock_two_vms.patch
	patches.suse/ALSA-intel-dsp-config-add-quirk-for-CML-devices-base.patch
	patches.suse/ASoC-tegra-Fix-wrong-value-type-in-ADMAIF.patch
	patches.suse/ASoC-tegra-Fix-wrong-value-type-in-I2S.patch
	patches.suse/ASoC-tegra-Fix-wrong-value-type-in-DMIC.patch
	patches.suse/ASoC-tegra-Fix-wrong-value-type-in-DSPK.patch
	patches.suse/ASoC-tegra-Fix-wrong-value-type-in-SFC.patch
	patches.suse/ASoC-tegra-Fix-wrong-value-type-in-MVC.patch
	patches.suse/ASoC-tegra-Fix-kcontrol-put-callback-in-ADMAIF.patch
	patches.suse/ASoC-tegra-Fix-kcontrol-put-callback-in-I2S.patch
	patches.suse/ASoC-tegra-Fix-kcontrol-put-callback-in-DMIC.patch
	patches.suse/ASoC-tegra-Fix-kcontrol-put-callback-in-DSPK.patch
	patches.suse/ASoC-tegra-Fix-kcontrol-put-callback-in-AHUB.patch
	patches.suse/ASoC-tegra-Fix-kcontrol-put-callback-in-MVC.patch
	patches.suse/ASoC-tegra-Fix-kcontrol-put-callback-in-SFC.patch
	patches.suse/ASoC-tegra-Fix-kcontrol-put-callback-in-AMX.patch
	patches.suse/ASoC-tegra-Fix-kcontrol-put-callback-in-ADX.patch
	patches.suse/ASoC-tegra-Fix-kcontrol-put-callback-in-Mixer.patch
	patches.suse/ASoC-rk817-Add-module-alias-for-rk817-codec.patch
	patches.suse/ASoC-cs35l41-Set-the-max-SPI-speed-for-the-whole-dev.patch
	patches.suse/ALSA-hda-cs8409-Set-PMSG_ON-earlier-inside-cs8409-dr.patch
	patches.suse/ALSA-hda-Add-Intel-DG2-PCI-ID-and-HDMI-codec-vid.patch
	patches.suse/ALSA-hda-hdmi-fix-HDA-codec-entry-table-order-for-AD.patch
	patches.suse/ipmi-Move-remove_work-to-dedicated-workqueue.patch
	patches.suse/ipmi-msghandler-Make-symbol-remove_work_wq-static.patch
	patches.suse/tracing-histograms-String-compares-should-not-care-about-signed-values.patch
	patches.suse/kprobes-limit-max-data_size-of-the-kretprobe-instances.patch
	patches.suse/net-stmmac-Avoid-DMA_CHAN_CONTROL-write-if-no-Split-.patch
	patches.suse/tcp-fix-page-frag-corruption-on-page-fault.patch
	patches.suse/net-usb-lan78xx-lan78xx_phy_init-use-PHY_POLL-instea.patch
	patches.suse/net-tls-Fix-authentication-failure-in-CCM-mode.patch
	patches.suse/net-mlx4_en-Update-reported-link-modes-for-1-10G.patch
	patches.suse/atlantic-Increase-delay-for-fw-transactions.patch
	patches.suse/atlatnic-enable-Nbase-t-speeds-with-base-t.patch
	patches.suse/atlantic-Fix-to-display-FW-bundle-version-instead-of.patch
	patches.suse/atlantic-Add-missing-DIDs-and-fix-115c.patch
	patches.suse/Remove-Half-duplex-mode-speed-capabilities.patch
	patches.suse/atlantic-Fix-statistics-logic-for-production-hardwar.patch
	patches.suse/atlantic-Remove-warn-trace-message.patch
	patches.suse/wireguard-allowedips-add-missing-__rcu-annotation-to.patch
	patches.suse/wireguard-selftests-increase-default-dmesg-log-size.patch
	patches.suse/wireguard-selftests-actually-test-for-routing-loops.patch
	patches.suse/wireguard-selftests-rename-DEBUG_PI_LIST-to-DEBUG_PL.patch
	patches.suse/wireguard-device-reset-peer-src-endpoint-when-netns-.patch
	patches.suse/wireguard-receive-use-ring-buffer-for-incoming-hands.patch
	patches.suse/wireguard-receive-drop-handshakes-if-queue-lock-is-c.patch
	patches.suse/wireguard-ratelimiter-use-kvcalloc-instead-of-kvzall.patch
	patches.suse/net-mscc-ocelot-fix-missing-unlock-on-error-in-ocelo.patch
	patches.suse/net-marvell-mvpp2-Fix-the-computation-of-shared-CPUs.patch
	patches.suse/ice-xsk-clear-status_error0-for-each-allocated-desc.patch
	patches.suse/dpaa2-eth-destroy-workqueue-at-the-end-of-remove-fun.patch
	patches.suse/natsemi-xtensa-fix-section-mismatch-warnings.patch
	patches.suse/net-dsa-mv88e6xxx-Fix-application-of-erratum-4.8-for.patch
	patches.suse/net-dsa-mv88e6xxx-Drop-unnecessary-check-in-mv88e639.patch
	patches.suse/net-dsa-mv88e6xxx-Save-power-by-disabling-SerDes-tra.patch
	patches.suse/net-dsa-mv88e6xxx-Add-fix-for-erratum-5.2-of-88E6393.patch
	patches.suse/net-dsa-mv88e6xxx-Fix-inband-AN-for-2500base-x-on-88.patch
	patches.suse/net-dsa-mv88e6xxx-Link-in-pcs_get_state-if-AN-is-byp.patch
	patches.suse/net-mlx5e-IPsec-Fix-Software-parser-inner-l3-type-se.patch
	patches.suse/net-mlx5e-Fix-missing-IPsec-statistics-on-uplink-rep.patch
	patches.suse/net-mlx5e-Sync-TIR-params-updates-against-concurrent.patch
	patches.suse/net-mlx5-Move-MODIFY_RQT-command-to-ignore-list-in-i.patch
	patches.suse/net-mlx5-Lag-Fix-recreation-of-VF-LAG.patch
	patches.suse/net-mlx5-E-switch-Respect-BW-share-of-the-new-group.patch
	patches.suse/net-mlx5-E-Switch-fix-single-FDB-creation-on-BlueFie.patch
	patches.suse/net-mlx5-E-Switch-Check-group-pointer-before-reading.patch
	patches.suse/net-mlx5-E-Switch-Use-indirect-table-only-if-all-des.patch
	patches.suse/net-mlx5-Fix-use-after-free-in-mlx5_health_wait_pci_.patch
	patches.suse/net-mlx5-Fix-too-early-queueing-of-log-timestamp-wor.patch
	patches.suse/net-mlx5-Fix-access-to-a-non-supported-register.patch
	patches.suse/net-mlx5e-SHAMPO-Fix-constant-expression-result.patch
	patches.suse/iwlwifi-pcie-fix-constant-conversion-warning.patch
	patches.suse/iwlwifi-Fix-missing-error-code-in-iwl_pci_probe.patch
	patches.suse/iwlwifi-mvm-retry-init-flow-if-failed.patch
	patches.suse/iwlwifi-fix-warnings-produced-by-kernel-debug-option.patch
	patches.suse/iwlwifi-Fix-memory-leaks-in-error-handling-path.patch
	patches.suse/rtw89-update-partition-size-of-firmware-header-on-sk.patch
	patches.suse/mt76-mt7915-fix-NULL-pointer-dereference-in-mt7915_g.patch
	patches.suse/rt2x00-do-not-mark-device-gone-on-EPROTO-errors-duri.patch
	patches.suse/net-qlogic-qlcnic-Fix-a-NULL-pointer-dereference-in-.patch
	patches.suse/vrf-Reset-IPCB-IP6CB-when-processing-outbound-pkts-i.patch
	patches.suse/net-mlx4_en-Fix-an-use-after-free-bug-in-mlx4_en_try.patch
	patches.suse/octeontx2-af-Fix-a-memleak-bug-in-rvu_mbox_init.patch
	patches.suse/net-annotate-data-races-on-txq-xmit_lock_owner.patch
	patches.suse/net-smc-fix-wrong-list_del-in-smc_lgr_cleanup_early
	patches.suse/ibmvnic-drop-bad-optimization-in-reuse_rx_pools.patch
	patches.suse/ibmvnic-drop-bad-optimization-in-reuse_tx_pools.patch
	patches.suse/net-smc-Keep-smc_close_final-rc-during-active-close
	patches.suse/selftests-net-Correct-case-name.patch
	patches.suse/net-dsa-b53-Add-SPI-ID-table.patch
	patches.suse/drm-msm-a6xx-Allocate-enough-space-for-GMU-registers.patch
	patches.suse/drm-msm-dsi-set-default-num_data_lanes.patch
	patches.suse/drm-msm-dp-Avoid-unpowered-AUX-xfers-that-caused-cra.patch
	patches.suse/drm-msm-Do-hw_init-before-capturing-GPU-state.patch
	patches.suse/drm-amdgpu-check-atomic-flag-to-differeniate-with-le.patch
	patches.suse/drm-amd-display-Allow-DSC-on-supported-MST-branch-de.patch
	patches.suse/drm-amd-display-Fix-for-the-no-Audio-bug-with-Tiled-.patch
	patches.suse/drm-amdkfd-fix-double-free-mem-structure.patch
	patches.suse/drm-amd-display-add-connector-type-check-for-CRC-sou.patch
	patches.suse/drm-amdkfd-process_info-lock-not-needed-for-svm.patch
	patches.suse/drm-vc4-kms-Wait-for-the-commit-before-increasing-ou.patch
	patches.suse/drm-vc4-kms-Fix-return-code-check.patch
	patches.suse/drm-vc4-kms-Add-missing-drm_crtc_commit_put.patch
	patches.suse/drm-vc4-kms-Clear-the-HVS-FIFO-commit-pointer-once-d.patch
	patches.suse/drm-vc4-kms-Don-t-duplicate-pending-commit.patch
	patches.suse/drm-vc4-kms-Fix-previous-HVS-commit-wait.patch
	patches.suse/dma-buf-system_heap-Use-for_each_sgtable_sg-in-pages.patch
	patches.suse/drm-i915-Add-support-for-panels-with-VESA-backlights.patch
	patches.suse/drm-i915-dp-Perform-30ms-delay-after-source-OUI-writ.patch
	patches.suse/Revert-drm-i915-Implement-Wa_1508744258.patch
	patches.suse/fget-check-that-the-fd-still-exists-after-getting-a-.patch
	patches.suse/sata_fsl-fix-UAF-in-sata_fsl_port_stop-when-rmmod-sa.patch
	patches.suse/sata_fsl-fix-warning-in-remove_proc_entry-when-rmmod.patch
	patches.suse/i2c-cbus-gpio-set-atomic-transfer-callback.patch
	patches.suse/i2c-stm32f7-flush-TX-FIFO-upon-transfer-errors.patch
	patches.suse/i2c-stm32f7-recover-the-bus-on-access-timeout.patch
	patches.suse/i2c-stm32f7-stop-dma-transfer-in-case-of-NACK.patch
	patches.suse/i2c-rk3x-Handle-a-spurious-start-completion-interrup.patch
	patches.suse/arm64-ftrace-add-missing-BTIs.patch
	patches.suse/s390-pci-move-pseudo-MMIO-to-prevent-MIO-overlap
	patches.suse/scsi-lpfc-Fix-non-recovery-of-remote-ports-following.patch
	patches.suse/loop-Use-pr_warn_once-for-loop_control_remove-warnin.patch
	patches.suse/cifs-fix-missed-refcounting-of-ipc-tcon.patch
	patches.suse/cifs-wait-for-tcon-resource_id-before-getting-fscache-super.patch
	patches.suse/cifs-add-server-conn_id-to-fscache-client-cookie.patch
	patches.suse/cifs-avoid-use-of-dstaddr-as-key-for-fscache-client-cookie.patch
	patches.suse/xfs-remove-incorrect-ASSERT-in-xfs_rename.patch
	patches.suse/KVM-x86-pmu-Fix-reserved-bits-for-AMD-PerfEvtSeln-re.patch
	patches.suse/KVM-VMX-Set-failure-code-in-prepare_vmcs02.patch
	patches.suse/KVM-SEV-Return-appropriate-error-codes-if-SEV-ES-scr.patch
	patches.suse/KVM-SEV-Fall-back-to-vmalloc-for-SEV-ES-scratch-area.patch
	patches.suse/KVM-SVM-Do-not-terminate-SEV-ES-guests-on-GHCB-valid.patch
	patches.suse/x86-cpu-Drop-spurious-underscore-from-RAPTOR_LAKE-de.patch
	patches.suse/x86-fpu-signal-initialize-sw_bytes-in-save_xstate_epilog.patch
	patches.suse/x86-tsc-Add-a-timer-to-make-sure-TSC_adjust-is-alway.patch
	patches.suse/x86-tsc-Disable-clocksource-watchdog-for-TSC-on-qual.patch
	patches.suse/x86-sev-fix-sev-es-ins-outs-instructions-for-word-dword-and-qword.patch
	patches.suse/x86-entry-add-a-fence-for-kernel-entry-swapgs-in-paranoid_entry.patch
	patches.suse/x86-entry-use-the-correct-fence-macro-after-swapgs-in-kernel-cr3.patch
	patches.suse/x86-xen-add-xenpv_restore_regs_and_return_to_usermode.patch
	patches.suse/preempt-dynamic-Fix-setup_preempt_mode-return-value.patch
	patches.suse/sched-uclamp-Fix-rq-uclamp_max-not-set-on-first-enqu.patch
	patches.suse/serial-core-fix-transmit-buffer-reset-and-memleak.patch
	patches.suse/serial-pl011-Add-ACPI-SBSA-UART-match-id.patch
	patches.suse/tty-serial-msm_serial-Deactivate-RX-DMA-for-polling-.patch
	patches.suse/vgacon-Propagate-console-boot-parameters-before-call.patch
	patches.suse/serial-liteuart-Fix-NULL-pointer-dereference-in-remo.patch
	patches.suse/serial-liteuart-fix-use-after-free-and-memleak-on-un.patch
	patches.suse/serial-liteuart-fix-minor-number-leak-on-probe-error.patch
	patches.suse/serial-tegra-Change-lower-tolerance-baud-rate-limit-.patch
	patches.suse/Revert-tty-serial-fsl_lpuart-drop-earlycon-entry-for.patch
	patches.suse/serial-8250-Fix-RTS-modem-control-while-in-rs485-mod.patch
	patches.suse/serial-8250_pci-Fix-ACCES-entries-in-pci_serial_quir.patch
	patches.suse/serial-8250_pci-rewrite-pericom_do_set_divisor.patch
	patches.suse/serial-8250_bcm7271-UART-errors-after-resuming-from-.patch
	patches.suse/xhci-Fix-commad-ring-abort-write-all-64-bits-to-CRCR.patch
	patches.suse/USB-NO_LPM-quirk-Lenovo-Powered-USB-C-Travel-Hub.patch
	patches.suse/usb-typec-tcpm-Wait-in-SNK_DEBOUNCED-until-disconnec.patch
	patches.suse/usb-cdns3-gadget-fix-new-urb-never-complete-if-ep-ca.patch
	patches.suse/usb-cdnsp-Fix-a-NULL-pointer-dereference-in-cdnsp_en.patch
	patches.suse/x86-sme-explicitly-map-new-efi-memmap-table-as-encrypted.patch
	patches.suse/platform-x86-amd-pmc-Fix-s2idle-failures-on-certain-.patch
	patches.suse/HID-quirks-Add-quirk-for-the-Microsoft-Surface-3-typ.patch
	patches.suse/HID-add-hid_is_usb-function-to-make-it-simpler-for-U.patch
	patches.suse/HID-wacom-fix-problems-when-device-is-not-a-valid-US.patch
	patches.suse/HID-check-for-valid-USB-device-for-many-HID-drivers.patch
	patches.suse/HID-add-USB_HID-dependancy-on-some-USB-HID-drivers.patch
	patches.suse/HID-sony-fix-error-path-in-probe.patch
	patches.suse/HID-bigbenff-prevent-null-pointer-dereference.patch
	patches.suse/HID-add-USB_HID-dependancy-to-hid-chicony.patch
	patches.suse/HID-add-USB_HID-dependancy-to-hid-prodikeys.patch
	patches.suse/HID-google-add-eel-USB-id.patch
	patches.suse/HID-intel-ish-hid-ipc-only-enable-IRQ-wakeup-when-re.patch
	patches.suse/HID-Ignore-battery-for-Elan-touchscreen-on-Asus-UX55.patch
	patches.suse/mtd-rawnand-Fix-nand_erase_op-delay.patch
	patches.suse/mtd-rawnand-Fix-nand_choose_best_timings-on-unsuppor.patch
	patches.suse/mtd-rawnand-fsmc-Take-instruction-delay-into-account.patch
	patches.suse/mtd-rawnand-fsmc-Fix-timing-computation.patch
	patches.suse/mtd-dataflash-Add-device-tree-SPI-IDs.patch
	patches.suse/selftests-fib_tests-Rework-fib_rp_filter_test.patch
	patches.suse/bonding-make-tx_rebalance_counter-an-atomic.patch
	patches.suse/net-bcm4908-Handle-dma_set_coherent_mask-error-codes.patch
	patches.suse/net-altera-set-a-couple-error-code-in-probe.patch
	patches.suse/qede-validate-non-LSO-skb-length.patch
	patches.suse/net-cdc_ncm-Allow-for-dwNtbOutMaxSize-to-be-unset-or.patch
	patches.suse/devlink-fix-netns-refcount-leak-in-devlink_nl_cmd_re.patch
	patches.suse/can-pch_can-pch_can_rx_normal-fix-use-after-free.patch
	patches.suse/can-sja1000-fix-use-after-free-in-ems_pcmcia_add_car.patch
	patches.suse/can-m_can-Disable-and-ignore-ELO-interrupt.patch
	patches.suse/can-m_can-pci-fix-incorrect-reference-clock-rate.patch
	patches.suse/can-m_can-make-custom-bittiming-fields-const.patch
	patches.suse/can-m_can-pci-use-custom-bit-timings-for-Elkhart-Lak.patch
	patches.suse/net-qla3xxx-fix-an-error-code-in-ql_adapter_up.patch
	patches.suse/gve-fix-for-null-pointer-dereference.patch
	patches.suse/iavf-restore-MSI-state-on-reset.patch
	patches.suse/iavf-Fix-reporting-when-setting-descriptor-count.patch
	patches.suse/i40e-Fix-failed-opcode-appearing-if-handling-message.patch
	patches.suse/i40e-Fix-pre-set-max-number-of-queues-for-VF.patch
	patches.suse/i40e-Fix-NULL-pointer-dereference-in-i40e_dbg_dump_d.patch
	patches.suse/net-fec-only-clear-interrupt-of-handling-queue-in-fe.patch
	patches.suse/net-dsa-mv88e6xxx-fix-don-t-use-PHY_DETECT-on-intern.patch
	patches.suse/bpf-x86-Fix-no-previous-prototype-warning.patch
	patches.suse/Documentation-locking-locktypes-Update-migrate_disab.patch
	patches.suse/bpf-Make-sure-bpf_disable_instrumentation-is-safe-vs.patch
	patches.suse/ice-fix-FDIR-init-missing-when-reset-VF.patch
	patches.suse/ice-rearm-other-interrupt-cause-register-after-enabl.patch
	patches.suse/ice-Fix-problems-with-DSCP-QoS-implementation.patch
	patches.suse/ice-ignore-dropped-packets-during-init.patch
	patches.suse/ice-fix-choosing-UDP-header-type.patch
	patches.suse/ice-fix-adding-different-tunnels.patch
	patches.suse/ice-safer-stats-processing.patch
	patches.suse/vrf-don-t-run-conntrack-on-vrf-with-dflt-qdisc.patch
	patches.suse/vmxnet3-fix-minimum-vectors-alloc-issue.patch
	patches.suse/net-mvpp2-fix-XDP-rx-queues-registering.patch
	patches.suse/can-kvaser_pciefd-kvaser_pciefd_rx_error_frame-incre.patch
	patches.suse/can-kvaser_usb-get-CAN-clock-frequency-from-device.patch
	patches.suse/net-dsa-mv88e6xxx-error-handling-for-serdes_power-fu.patch
	patches.suse/nfc-fix-segfault-in-nfc_genl_dump_devices_done.patch
	patches.suse/nfc-fix-potential-NULL-pointer-deref-in-nfc_genl_dum.patch
	patches.suse/nfp-Fix-memory-leak-in-nfp_cpp_area_cache_add.patch
	patches.suse/msft-hv-2484-net-mana-Fix-memory-leak-in-mana_hwc_create_wq.patch
	patches.suse/net-dsa-felix-Fix-memory-leak-in-felix_setup_mmio_fi.patch
	patches.suse/net-dsa-mv88e6xxx-allow-use-of-PHYs-on-CPU-and-DSA-p.patch
	patches.suse/RDMA-Fix-use-after-free-in-rxe_queue_cleanup.patch
	patches.suse/RDMA-mlx5-Fix-releasing-unallocated-memory-in-dereg-.patch
	patches.suse/RDMA-hns-Do-not-halt-commands-during-reset-until-lat.patch
	patches.suse/RDMA-hns-Do-not-destroy-QP-resources-in-the-hw-reset.patch
	patches.suse/RDMA-rtrs-Call-get-put-_cpu_ptr-to-silence-a-debug-k.patch
	patches.suse/IB-hfi1-Correct-guard-on-eager-buffer-deallocation.patch
	patches.suse/IB-hfi1-Insure-use-of-smp_processor_id-is-preempt-di.patch
	patches.suse/IB-hfi1-Fix-early-init-panic.patch
	patches.suse/IB-hfi1-Fix-leak-of-rcvhdrtail_dummy_kvaddr.patch
	patches.suse/RDMA-irdma-Fix-a-user-after-free-in-add_pble_prm.patch
	patches.suse/RDMA-irdma-Fix-a-potential-memory-allocation-issue-i.patch
	patches.suse/RDMA-irdma-Report-correct-WC-errors.patch
	patches.suse/RDMA-irdma-Don-t-arm-the-CQ-more-than-two-times-if-n.patch
	patches.suse/drm-syncobj-Deal-with-signalled-fences-in-drm_syncob.patch
	patches.suse/drm-amd-display-Fix-DPIA-outbox-timeout-after-S3-S4-.patch
	patches.suse/ALSA-pcm-oss-Fix-negative-period-buffer-sizes.patch
	patches.suse/ALSA-pcm-oss-Limit-the-period-size-to-16MB.patch
	patches.suse/ALSA-pcm-oss-Handle-missing-errors-in-snd_pcm_oss_ch.patch
	patches.suse/ALSA-ctl-Fix-copy-of-updated-id-with-element-read-wr.patch
	patches.suse/ALSA-hda-realtek-Fix-quirk-for-TongFang-PHxTxX1.patch
	patches.suse/ALSA-usb-audio-Reorder-snd_djm_devices-entries.patch
	patches.suse/ASoC-rt5682-Fix-crash-due-to-out-of-scope-stack-vars.patch
	patches.suse/ASoC-tegra-Balance-runtime-PM-count.patch
	patches.suse/ASoC-tegra-Use-normal-system-sleep-for-SFC.patch
	patches.suse/ASoC-tegra-Use-normal-system-sleep-for-MVC.patch
	patches.suse/ASoC-tegra-Use-normal-system-sleep-for-Mixer.patch
	patches.suse/ASoC-tegra-Use-normal-system-sleep-for-AMX.patch
	patches.suse/ASoC-tegra-Use-normal-system-sleep-for-ADX.patch
	patches.suse/ASoC-qdsp6-q6routing-Fix-return-value-from-msm_routi.patch
	patches.suse/ASoC-codecs-wcd934x-handle-channel-mappping-list-cor.patch
	patches.suse/ASoC-codecs-wcd934x-return-correct-value-from-mixer-.patch
	patches.suse/ASoC-codecs-wsa881x-fix-return-values-from-kcontrol-.patch
	patches.suse/ALSA-hda-realtek-Add-headset-Mic-support-for-Lenovo-.patch
	patches.suse/libata-add-horkage-for-ASMedia-1092.patch
	patches.suse/mmc-renesas_sdhi-initialize-variable-properly-when-t.patch
	patches.suse/Revert-PCI-aardvark-Fix-support-for-PCI_ROM_ADDRESS1.patch
	patches.suse/KVM-x86-Wait-for-IPIs-to-be-delivered-when-handling-.patch
	patches.suse/KVM-x86-Ignore-sparse-banks-size-for-an-all-CPUs-non.patch
	patches.suse/selftests-KVM-avoid-failures-due-to-reserved-HyperTr.patch
	patches.suse/KVM-x86-Don-t-WARN-if-userspace-mucks-with-RCX-durin.patch
	patches.suse/selftests-KVM-Add-test-to-verify-KVM-doesn-t-explode.patch
	patches.suse/wait-add-wake_up_pollfree.patch
	patches.suse/binder-use-wake_up_pollfree.patch
	patches.suse/signalfd-use-wake_up_pollfree.patch
	patches.suse/aio-keep-poll-requests-on-waitqueue-until-completed.patch
	patches.suse/aio-fix-use-after-free-due-to-missing-POLLFREE-handl.patch
	patches.suse/aio-Fix-incorrect-usage-of-eventfd_signal_allowed.patch
	patches.suse/hwmon-corsair-psu-fix-plain-integer-used-as-NULL-poi.patch
	patches.suse/hwmon-dell-smm-Fix-warning-on-proc-i8k-creation-erro.patch
	patches.suse/hwmon-pwm-fan-Ensure-the-fan-going-on-in-.probe.patch
	patches.suse/PM-runtime-Fix-pm_runtime_active-kerneldoc-comment.patch
	patches.suse/thermal-int340x-Fix-VCoRefLow-MMIO-bit-offset-for-TG.patch
	patches.suse/nfsd-Fix-nsfd-startup-race-again.patch
	patches.suse/nfsd-fix-use-after-free-due-to-delegation-race.patch
	patches.suse/cifs-fix-ntlmssp-auth-when-there-is-no-key-exchange.patch
	patches.suse/btrfs-fix-re-dirty-process-of-tree-log-nodes.patch
	patches.suse/mm-bdi-initialize-bdi_min_ratio-when-bdi-is-unregist.patch
	patches.suse/dt-bindings-media-nxp-imx7-mipi-csi2-Drop-bad-if-the.patch
	patches.suse/dt-bindings-net-Reintroduce-PHY-no-lane-swap-binding.patch
	patches.suse/clk-qcom-regmap-mux-fix-parent-clock-lookup.patch
	patches.suse/clk-qcom-clk-alpha-pll-Don-t-reconfigure-running-Tri.patch
	patches.suse/clk-imx-use-module_platform_driver.patch
	patches.suse/clk-qcom-sm6125-gcc-Swap-ops-of-ice-and-apps-on-sdcc.patch
	patches.suse/i2c-mpc-Use-atomic-read-and-fix-break-condition.patch
	patches.suse/nvme-multipath-set-ana_log_size-to-0-after-free-ana_.patch
	patches.suse/nvme-fix-use-after-free-when-disconnecting-a-reconne.patch
	patches.suse/md-fix-update-super-1.0-on-rdev-size-change.patch
	patches.suse/block-fix-ioprio_get-IOPRIO_WHO_PGRP-vs-setuid-2.patch
	patches.suse/xfs-remove-all-COW-fork-extents-when-remounting-read.patch
	patches.suse/scsi-pm80xx-Do-not-call-scsi_remove_host-in-pm8001_alloc
	patches.suse/scsi-scsi_debug-Fix-buffer-size-of-REPORT-ZONES-command
	patches.suse/scsi-qla2xxx-Format-log-strings-only-if-needed
	patches.suse/sched-x86-Don-t-use-cluster-topology-for-x86-hybrid-CPUs.patch
	patches.suse/irqchip-armada-370-xp-Fix-return-value-of-armada_370.patch
	patches.suse/irqchip-armada-370-xp-Fix-support-for-Multi-MSI-inte.patch
	patches.suse/irqchip-aspeed-scu-Replace-update_bits-with-write_bi.patch
	patches.suse/irqchip-nvic-Fix-offset-for-Interrupt-Priority-Offse.patch
	patches.suse/irqchip-irq-gic-v3-its.c-Force-synchronisation-when-.patch
	patches.suse/clocksource-drivers-dw_apb_timer_of-Fix-probe-failur.patch
	patches.suse/bus-mhi-pci_generic-Fix-device-recovery-failed-issue.patch
	patches.suse/misc-fastrpc-fix-improper-packet-size-calculation.patch
	patches.suse/misc-rtsx-Avoid-mangling-IRQ-during-runtime-PM.patch
	patches.suse/iio-accel-kxcjk-1013-Fix-possible-memory-leak-in-pro.patch
	patches.suse/iio-ltr501-Don-t-return-error-code-in-trigger-handle.patch
	patches.suse/iio-kxsd9-Don-t-return-error-code-in-trigger-handler.patch
	patches.suse/iio-stk3310-Don-t-return-error-code-in-interrupt-han.patch
	patches.suse/iio-mma8452-Fix-trigger-reference-couting.patch
	patches.suse/iio-adc-stm32-fix-a-current-leak-by-resetting-pcsel-.patch
	patches.suse/iio-dln2-adc-Fix-lockdep-complaint.patch
	patches.suse/iio-trigger-Fix-reference-counting.patch
	patches.suse/iio-dln2-Check-return-value-of-devm_iio_trigger_regi.patch
	patches.suse/iio-itg3200-Call-iio_trigger_notify_done-on-error.patch
	patches.suse/iio-ad7768-1-Call-iio_trigger_notify_done-on-error.patch
	patches.suse/iio-gyro-adxrs290-fix-data-signedness.patch
	patches.suse/iio-adc-axp20x_adc-fix-charging-current-reporting-on.patch
	patches.suse/iio-at91-sama5d2-Fix-incorrect-sign-extension.patch
	patches.suse/iio-trigger-stm32-timer-fix-MODULE_ALIAS.patch
	patches.suse/bus-mhi-core-Add-support-for-forced-PM-resume.patch
	patches.suse/xhci-Remove-CONFIG_USB_DEFAULT_PERSIST-to-prevent-xH.patch
	patches.suse/xhci-avoid-race-between-disable-slot-command-and-hos.patch
	patches.suse/USB-gadget-detect-too-big-endpoint-0-requests.patch
	patches.suse/USB-gadget-zero-allocate-endpoint-0-buffers.patch
	patches.suse/usb-core-config-fix-validation-of-wMaxPacketValue-en.patch
	patches.suse/usb-core-config-using-bit-mask-instead-of-individual.patch
	patches.suse/fget-clarify-and-improve-__fget_files-implementation.patch
	patches.suse/vdpa-check-that-offsets-are-within-bounds.patch
	patches.suse/virtio-always-enter-drivers-virtio.patch
	patches.suse/virtio_ring-Fix-querying-of-maximum-DMA-mapping-size.patch
	patches.suse/virtio-vsock-fix-the-transport-to-work-with-VMADDR_C.patch
	patches.suse/vdpa-Consider-device-id-larger-than-31.patch
	patches.suse/msft-hv-2484-hv-utils-add-PTP_1588_CLOCK-to-Kconfig-to-fix-build.patch
	patches.suse/s390-kexec_file-fix-error-handling-when-applying-relocations
	patches.suse/s390-kexec-handle-R_390_PLT32DBL-rela-in-arch_kexec_apply_relocations_add
	patches.suse/s390-entry-fix-duplicate-tracking-of-irq-nesting-level
	patches.suse/recordmcount.pl-look-for-jgnop-instruction-as-well-as-bcrl-on-s390.patch
	patches.suse/ceph-fix-duplicate-increment-of-opened_inodes-metric.patch
	patches.suse/ceph-initialize-pathlen-variable-in-reconnect_caps_cb.patch
	patches.suse/ceph-fix-up-non-directory-creation-in-SGID-directories.patch
	patches.suse/arm64-kexec-Fix-missing-error-code-ret-warning-in-lo.patch
	patches.suse/clk-Don-t-parent-clks-until-the-parent-is-fully-regi.patch
	patches.suse/tee-amdtee-fix-an-IS_ERR-vs-NULL-bug.patch
	patches.suse/ARM-socfpga-dts-fix-qspi-node-compatible.patch
	patches.suse/firmware-tegra-Fix-error-application-of-sizeof-to-po.patch
	patches.suse/arm64-dts-imx8mq-remove-interconnect-property-from-l.patch
	patches.suse/ARM-dts-imx6ull-pinfunc-Fix-CSI_DATA07__ESAI_TX0-pad.patch
	patches.suse/soc-imx-Register-SoC-device-only-on-i.MX-boards.patch
	patches.suse/arm64-dts-rockchip-remove-mmc-hs400-enhanced-strobe-.patch
	patches.suse/arm64-dts-rockchip-fix-rk3308-roc-cc-vcc-sd-supply.patch
	patches.suse/arm64-dts-rockchip-fix-rk3399-leez-p710-vcc3v3-lan-s.patch
	patches.suse/arm64-dts-rockchip-fix-audio-supply-for-Rock-Pi-4.patch
	patches.suse/arm64-dts-rockchip-fix-poweroff-on-helios64.patch
	patches.suse/firmware-arm_scpi-Fix-string-overflow-in-SCPI-genpd-.patch
	patches.suse/soc-tegra-fuse-Fix-bitwise-vs.-logical-OR-warning.patch
	patches.suse/selftests-net-Correct-ping6-expected-rc-from-2-to-1.patch
	patches.suse/phonet-refcount-leak-in-pep_sock_accep.patch
	patches.suse/inet_diag-fix-kernel-infoleak-for-UDP-sockets.patch
	patches.suse/net-usb-qmi_wwan-add-Telit-0x1070-composition.patch
	patches.suse/netdevsim-don-t-overwrite-read-only-ethtool-parms.patch
	patches.suse/selftests-icmp_redirect-pass-xfail-0-to-log_test.patch
	patches.suse/net-hns3-fix-use-after-free-bug-in-hclgevf_send_mbx_.patch
	patches.suse/net-hns3-fix-race-condition-in-debugfs.patch
	patches.suse/selftests-Add-duplicate-config-only-for-MD5-VRF-test.patch
	patches.suse/selftests-Fix-raw-socket-bind-tests-with-VRF.patch
	patches.suse/selftests-Fix-IPv6-address-bind-tests.patch
	patches.suse/net-dsa-mv88e6xxx-Unforce-speed-duplex-in-mac_link_d.patch
	patches.suse/selftest-net-forwarding-declare-NETIFS-p9-p10.patch
	patches.suse/net-stmmac-fix-tc-flower-deletion-for-VLAN-priority-.patch
	patches.suse/flow_offload-return-EOPNOTSUPP-for-the-unsupported-m.patch
	patches.suse/iavf-missing-unlocks-in-iavf_watchdog_task.patch
	patches.suse/iavf-do-not-override-the-adapter-state-in-the-watchd-fe523d7c.patch
	patches.suse/mac80211-track-only-QoS-data-frames-for-admission-co.patch
	patches.suse/mac80211-fix-rate-control-for-retransmitted-frames.patch
	patches.suse/mac80211-fix-regression-in-SSN-handling-of-addba-tx.patch
	patches.suse/mac80211-fix-a-memory-leak-where-sta_info-is-not-fre.patch
	patches.suse/mac80211-send-ADDBA-requests-using-the-tid-queue-of-.patch
	patches.suse/mac80211-agg-tx-don-t-schedule_and_wake_txq-under-st.patch
	patches.suse/cfg80211-Acquire-wiphy-mutex-on-regulatory-work.patch
	patches.suse/mac80211-validate-extended-element-ID-is-present.patch
	patches.suse/mac80211-fix-lookup-when-adding-AddBA-extension-elem.patch
	patches.suse/mac80211-mark-TX-during-stop-for-TX-in-in_reconfig.patch
	patches.suse/0001-rds-memory-leak-in-__rds_conn_create.patch
	patches.suse/mlxsw-spectrum_router-Consolidate-MAC-profiles-when-.patch
	patches.suse/mptcp-add-missing-documented-NL-params
	patches.suse/ice-Use-div64_u64-instead-of-div_u64-in-adjfine.patch
	patches.suse/ice-Don-t-put-stale-timestamps-in-the-skb.patch
	patches.suse/iwlwifi-mvm-don-t-crash-on-invalid-rate-w-o-STA.patch
	patches.suse/iwlwifi-fix-LED-dependencies.patch
	patches.suse/dpaa2-eth-fix-ethtool-statistics.patch
	patches.suse/netdevsim-Zero-initialize-memory-for-new-map-s-value.patch
	patches.suse/net-packet-rx_owner_map-depends-on-pg_vec.patch
	patches.suse/net-usb-lan78xx-add-Allied-Telesis-AT29M2-AF.patch
	patches.suse/igb-Fix-removal-of-unicast-MAC-filters-of-VFs.patch
	patches.suse/igbvf-fix-double-free-in-igbvf_probe.patch
	patches.suse/igc-Fix-typo-in-i225-LTR-functions.patch
	patches.suse/ixgbe-Document-how-to-enable-NBASE-T-support.patch
	patches.suse/ixgbe-set-X550-MDIO-speed-before-talking-to-PHY.patch
	patches.suse/net-stmmac-dwmac-rk-fix-oob-read-in-rk_gmac_setup.patch
	patches.suse/sfc_ef100-potential-dereference-of-null-pointer.patch
	patches.suse/dsa-mv88e6xxx-fix-debug-print-for-SPEED_UNFORCED.patch
	patches.suse/net-smc-Prevent-smc_release-from-long-blocking
	patches.suse/net-systemport-Add-global-locking-for-descriptor-lif.patch
	patches.suse/bpf-Fix-kernel-address-leakage-in-atomic-fetch.patch
	patches.suse/bpf-selftests-Add-test-case-for-atomic-fetch-on-spil.patch
	patches.suse/bpf-Fix-kernel-address-leakage-in-atomic-cmpxchg-s-r.patch
	patches.suse/bpf-selftests-Update-test-case-for-atomic-cmpxchg-on.patch
	patches.suse/bpf-Fix-signed-bounds-propagation-after-mov32.patch
	patches.suse/bpf-Make-32-64-bounds-propagation-slightly-more-robust.patch
	patches.suse/bpf-selftests-Add-test-case-trying-to-taint-map-value-pointer.patch
	patches.suse/bpf-selftests-Fix-racing-issue-in-btf_skc_cls_ingres.patch
	patches.suse/audit-improve-robustness-of-the-audit-queue-handling.patch
	patches.suse/drm-i915-display-Fix-an-unsigned-subtraction-which-c.patch
	patches.suse/Revert-drm-fb-helper-improve-DRM-fbdev-emulation-dev.patch
	patches.suse/drm-simpledrm-fix-wrong-unit-with-pixel-clock.patch
	patches.suse/drm-ast-potential-dereference-of-null-pointer.patch
	patches.suse/drm-amdgpu-correct-register-access-for-RLC_JUMP_TABL.patch
	patches.suse/drm-amdgpu-don-t-override-default-ECO_BITs-setting.patch
	patches.suse/drm-amd-pm-fix-reading-SMU-FW-version-from-amdgpu_fi.patch
	patches.suse/drm-amd-display-Set-exit_optimized_pwr_state-for-DCN.patch
	patches.suse/drm-amd-display-Reset-DMCUB-before-HW-init.patch
	patches.suse/drm-amd-pm-fix-a-potential-gpu_metrics_table-memory-.patch
	patches.suse/dmaengine-idxd-fix-calling-wq-quiesce-inside-spinloc.patch
	patches.suse/dmaengine-idxd-fix-missed-completion-on-abort-path.patch
	patches.suse/dmaengine-st_fdma-fix-MODULE_ALIAS.patch
	patches.suse/iocost-Fix-divide-by-zero-on-donation-from-low-hweig.patch
	patches.suse/selinux-fix-sleeping-function-called-from-invalid-co.patch
	patches.suse/btrfs-fix-memory-leak-in-__add_inode_ref.patch
	patches.suse/btrfs-fix-double-free-of-anon_dev-after-failure-to-c.patch
	patches.suse/btrfs-fix-missing-last-dir-item-offset-update-when-l.patch
	patches.suse/btrfs-fix-invalid-delayed-ref-after-subvolume-creati.patch
	patches.suse/btrfs-fix-warning-when-freeing-leaf-after-subvolume-.patch
	patches.suse/zonefs-add-MODULE_ALIAS_FS.patch
	patches.suse/libata-if-T_LENGTH-is-zero-dma-direction-should-be-D.patch
	patches.suse/usb-gadget-u_ether-fix-race-in-setting-MAC-address-i.patch
	patches.suse/usb-xhci-mtk-fix-list_del-warning-when-enable-list-d.patch
	patches.suse/usb-cdnsp-Fix-incorrect-calling-of-cdnsp_died-functi.patch
	patches.suse/usb-cdnsp-Fix-issue-in-cdnsp_log_ep-trace-event.patch
	patches.suse/usb-cdnsp-Fix-incorrect-status-for-control-request.patch
	patches.suse/USB-gadget-bRequestType-is-a-bitfield-not-a-enum.patch
	patches.suse/usb-dwc2-fix-STM-ID-VBUS-detection-startup-delay-in-.patch
	patches.suse/usb-xhci-Extend-support-for-runtime-power-management.patch
	patches.suse/USB-NO_LPM-quirk-Lenovo-USB-C-to-Ethernet-Adapher-RT.patch
	patches.suse/usb-cdnsp-Fix-lack-of-spin_lock_irqsave-spin_lock_re.patch
	patches.suse/usb-typec-tcpm-fix-tcpm-unregister-port-but-leave-a-.patch
	patches.suse/USB-serial-cp210x-fix-CP2105-GPIO-registration.patch
	patches.suse/USB-serial-option-add-Telit-FN990-compositions.patch
	patches.suse/Revert-usb-early-convert-to-readl_poll_timeout_atomi.patch
	patches.suse/tty-n_hdlc-make-n_hdlc_tty_wakeup-asynchronous.patch
	patches.suse/serial-8250_fintek-Fix-garbled-text-for-console.patch
	patches.suse/cifs-ignore-resource_id-while-getting-fscache-super-cookie.patch
	patches.suse/cifs-sanitize-multiple-delimiters-in-prepath.patch
	patches.suse/powerpc-module_64-Fix-livepatching-for-RO-modules.patch
	patches.suse/signal-skip-the-altstack-update-when-not-needed.patch
	patches.suse/locking-rtmutex-Fix-incorrect-condition-in-rtmutex_s.patch
	patches.suse/timekeeping-Really-make-sure-wall_to_monotonic-isn-t.patch
	patches.suse/PCI-MSI-Clear-PCI_MSIX_FLAGS_MASKALL-on-error.patch
	patches.suse/KVM-x86-Drop-guest-CPUID-check-for-host-initiated-wr.patch
	patches.suse/xen-blkfront-harden-blkfront-against-event-channel-s.patch
	patches.suse/xen-netfront-harden-netfront-against-event-channel-s.patch
	patches.suse/xen-console-harden-hvc_xen-against-event-channel-sto.patch
	patches.suse/xen-netback-fix-rx-queue-stall-detection.patch
	patches.suse/xen-netback-don-t-queue-unlimited-number-of-packages.patch
	patches.suse/spi-change-clk_disable_unprepare-to-clk_unprepare.patch
	patches.suse/RDMA-hns-Fix-RNR-retransmission-issue-for-HIP08.patch
	patches.suse/IB-qib-Fix-memory-leak-in-qib_user_sdma_queue_pkts.patch
	patches.suse/RDMA-hns-Replace-kfree-with-kvfree.patch
	patches.suse/HID-holtek-fix-mouse-probing.patch
	patches.suse/HID-potential-dereference-of-null-pointer.patch
	patches.suse/NFSD-Fix-READDIR-buffer-overflow.patch
	patches.suse/KVM-x86-remove-PMU-FIXED_CTR3-from-msrs_to_save_all.patch
	patches.suse/selftests-KVM-Fix-non-x86-compiling.patch
	patches.suse/KVM-nVMX-Synthesize-TRIPLE_FAULT-for-L2-if-emulation.patch
	patches.suse/KVM-VMX-Fix-stale-docs-for-kvm-intel.emulate_invalid.patch
	patches.suse/KVM-VMX-Wake-vCPU-when-delivering-posted-IRQ-even-if.patch
	patches.suse/PM-sleep-Fix-error-handling-in-dpm_prepare.patch
	patches.suse/tomoyo-Check-exceeded-quota-early-in-tomoyo_domain_q.patch
	patches.suse/tomoyo-use-hwight16-in-tomoyo_domain_quota_is_ok.patch
	patches.suse/ipmi-ssif-initialize-ssif_info-client-early.patch
	patches.suse/ipmi-bail-out-if-init_srcu_struct-fails.patch
	patches.suse/ipmi-fix-initialization-when-workqueue-allocation-fa.patch
	patches.suse/ipmi-Fix-UAF-when-uninstall-ipmi_si-and-ipmi_msghand.patch
	patches.suse/memblock-fix-memblock_phys_alloc-section-mismatch-er.patch
	patches.suse/tee-handle-lookup-of-shm-with-reference-count-0.patch
	patches.suse/tee-optee-Fix-incorrect-page-free-bug.patch
	patches.suse/optee-Suppress-false-positive-kmemleak-report-in-opt.patch
	patches.suse/arm64-dts-allwinner-orangepi-zero-plus-fix-PHY-mode.patch
	patches.suse/bus-sunxi-rsb-Fix-shutdown.patch
	patches.suse/ARM-dts-imx6qdl-wandboard-Fix-Ethernet-support.patch
	patches.suse/arm64-dts-lx2160a-fix-scl-gpios-property-name.patch
	patches.suse/mmc-sdhci-tegra-Fix-switch-to-HS400ES-mode.patch
	patches.suse/mmc-core-Disable-card-detect-during-shutdown.patch
	patches.suse/mmc-meson-mx-sdhc-Set-MANUAL_STOP-for-multi-block-SD.patch
	patches.suse/mmc-mmci-stm32-clear-DLYB_CR-after-sending-tuning-co.patch
	patches.suse/gpio-dln2-Fix-interrupts-when-replugging-the-device.patch
	patches.suse/ALSA-drivers-opl3-Fix-incorrect-use-of-vp-state.patch
	patches.suse/ALSA-jack-Check-the-return-value-of-kstrdup.patch
	patches.suse/ALSA-hda-realtek-Amp-init-fixup-for-HP-ZBook-15-G6.patch
	patches.suse/ALSA-hda-realtek-Add-new-alc285-hp-amp-init-model.patch
	patches.suse/ALSA-hda-realtek-fix-mute-micmute-LEDs-for-a-HP-ProB.patch
	patches.suse/ASoC-SOF-Intel-pci-tgl-add-ADL-N-support.patch
	patches.suse/ASoC-SOF-Intel-pci-tgl-add-new-ADL-P-variant.patch
	patches.suse/ASoC-tegra-Add-DAPM-switches-for-headphones-and-mic-.patch
	patches.suse/ASoC-tegra-Restore-headphones-jack-name-on-Nyan-Big.patch
	patches.suse/ASoC-rt5682-fix-the-wrong-jack-type-detected.patch
	patches.suse/ASoC-tas2770-Fix-setting-of-high-sample-rates.patch
	patches.suse/ASoC-meson-aiu-fifo-Add-missing-dma_coerce_mask_and_.patch
	patches.suse/ASoC-meson-aiu-Move-AIU_I2S_MISC-hold-setting-to-aiu.patch
	patches.suse/ALSA-hda-hdmi-Disable-silent-stream-on-GLK.patch
	patches.suse/ALSA-hda-intel-sdw-acpi-harden-detection-of-controll.patch
	patches.suse/ALSA-hda-intel-sdw-acpi-go-through-HDAS-ACPI-at-max-.patch
	patches.suse/ALSA-rawmidi-fix-the-uninitalized-user_pversion.patch
	patches.suse/ALSA-hda-realtek-Fix-quirk-for-Clevo-NJ51CU.patch
	patches.suse/net-sched-Extend-qdisc-control-block-with-tc-control.patch
	patches.suse/net-sched-flow_dissector-Fix-matching-on-zone-id-for.patch
	patches.suse/net-openvswitch-Fix-matching-zone-id-for-invalid-con.patch
	patches.suse/net-marvell-prestera-fix-incorrect-return-of-port_fi.patch
	patches.suse/net-marvell-prestera-fix-incorrect-structure-access.patch
	patches.suse/tun-avoid-double-free-in-tun_free_netdev.patch
	patches.suse/ice-xsk-return-xsk-buffers-back-to-pool-when-cleanin.patch
	patches.suse/ice-xsk-allocate-separate-memory-for-XDP-SW-ring.patch
	patches.suse/ice-remove-dead-store-on-XSK-hotpath.patch
	patches.suse/ice-xsk-do-not-clear-status_error0-for-ntu-nb_buffs-.patch
	patches.suse/ice-xsk-allow-empty-Rx-descriptors-on-XSK-ZC-data-pa.patch
	patches.suse/ice-xsk-fix-cleaned_count-setting.patch
	patches.suse/hamradio-improve-the-incomplete-fix-to-avoid-NPD.patch
	patches.suse/ax25-NPD-bug-when-detaching-AX25-device.patch
	patches.suse/qlcnic-potential-dereference-null-pointer-of-rx_queu.patch
	patches.suse/mac80211-fix-locking-in-ieee80211_start_ap-error-pat.patch
	patches.suse/igb-fix-deadlock-caused-by-taking-RTNL-in-RPM-resume.patch
	patches.suse/bonding-fix-ad_actor_system-option-setting-to-defaul.patch
	patches.suse/fjes-Check-for-error-irq.patch
	patches.suse/drivers-net-smc911x-Check-for-error-irq.patch
	patches.suse/net-ks8851-Check-for-error-irq.patch
	patches.suse/sfc-Check-null-pointer-of-rx_queue-page_ring.patch
	patches.suse/sfc-falcon-Check-null-pointer-of-rx_queue-page_ring.patch
	patches.suse/asix-fix-uninit-value-in-asix_mdio_read.patch
	patches.suse/asix-fix-wrong-return-value-in-asix_check_host_enabl.patch
	patches.suse/veth-ensure-skb-entering-GRO-are-not-cloned.patch
	patches.suse/net-stmmac-ptp-fix-potentially-overflowing-expressio.patch
	patches.suse/r8152-fix-the-force-speed-doesn-t-work-for-RTL8156.patch
	patches.suse/r8152-sync-ocp-base.patch
	patches.suse/net-stmmac-dwmac-visconti-Fix-value-of-ETHER_CLK_SEL.patch
	patches.suse/ucounts-Fix-rlimit-max-values-check.patch
	patches.suse/drm-mediatek-hdmi-Perform-NULL-pointer-check-for-mtk.patch
	patches.suse/platform-mellanox-mlxbf-pmc-Fix-an-IS_ERR-vs-NULL-bu.patch
	patches.suse/platform-x86-amd-pmc-only-use-callbacks-for-suspend.patch
	patches.suse/platform-x86-apple-gmux-use-resource_size-with-res.patch
	patches.suse/platform-x86-intel_pmc_core-fix-memleak-on-registrat.patch
	patches.suse/ARM-9160-1-NOMMU-Reload-__secondary_data-after-PROCI.patch
	patches.suse/ARM-9169-1-entry-fix-Thumb2-bug-in-iWMMXt-exception-.patch
	patches.suse/kernel-crash_core-suppress-unknown-crashkernel-param.patch
	patches.suse/Input-i8042-Add-deferred-probe-support.patch
	patches.suse/Input-iqs626a-prohibit-inlining-of-channel-parsing-f.patch
	patches.suse/Input-elantech-fix-stack-out-of-bound-access-in-elan.patch
	patches.suse/Input-i8042-enable-deferred-probe-quirk-for-ASUS-UM3.patch
	patches.suse/Input-goodix-try-not-to-touch-the-reset-pin-on-x86-A.patch
	patches.suse/Input-goodix-add-id-model-mapping-for-the-9111-model.patch
	patches.suse/Input-atmel_mxt_ts-fix-double-free-in-mxt_read_info_.patch
	patches.suse/Input-elants_i2c-do-not-check-Remark-ID-on-eKTH3900-.patch
	patches.suse/hwmon-lm90-Fix-usage-of-CONFIG2-register-in-detect-f.patch
	patches.suse/hwmon-lm90-Prevent-integer-overflow-underflow-in-hys.patch
	patches.suse/hwmon-lm90-Drop-critical-attribute-support-for-MAX66.patch
	patches.suse/hwmom-lm90-Fix-citical-alarm-status-for-MAX6680-MAX6.patch
	patches.suse/hwmon-lm90-Do-not-report-busy-status-bit-as-alarm.patch
	patches.suse/pinctrl-mediatek-fix-global-out-of-bounds-issue.patch
	patches.suse/pinctrl-bcm2835-Change-init-order-for-gpio-hogs.patch
	patches.suse/pinctrl-stm32-consider-the-GPIO-offset-to-expose-all.patch
	patches.suse/uapi-Fix-undefined-__always_inline-on-non-glibc-syst.patch
	patches.suse/x86-pkey-fix-undefined-behaviour-with-pkru_wd_bit.patch
	patches.suse/auxdisplay-charlcd-checking-for-pointer-reference-be.patch
	patches.suse/recordmcount.pl-fix-typo-in-s390-mcount-regex.patch
	patches.suse/usb-gadget-f_fs-Clear-ffs_eventfd-in-ffs_data_clear.patch
	patches.suse/usb-mtu3-fix-interval-value-for-intr-and-isoc.patch
	patches.suse/usb-mtu3-add-memory-barrier-before-set-GPD-s-HWO.patch
	patches.suse/usb-mtu3-fix-list_head-check-warning.patch
	patches.suse/usb-mtu3-set-interval-of-FS-intr-and-isoc-endpoint.patch
	patches.suse/xhci-Fresco-FL1100-controller-should-not-have-BROKEN.patch
	patches.suse/nitro_enclaves-Use-get_user_pages_unlocked-call-to-handle-mmap-assert.patch
	patches.suse/net-mlx5-DR-Fix-NULL-vs-IS_ERR-checking-in-dr_domain.patch
	patches.suse/net-mlx5-DR-Fix-querying-eswitch-manager-vport-for-E.patch
	patches.suse/net-mlx5-Use-first-online-CPU-instead-of-hard-coded-.patch
	patches.suse/net-mlx5-Fix-error-print-in-case-of-IRQ-request-fail.patch
	patches.suse/net-mlx5-Fix-SF-health-recovery-flow.patch
	patches.suse/net-mlx5-Fix-tc-max-supported-prio-for-nic-mode.patch
	patches.suse/net-mlx5e-Wrap-the-tx-reporter-dump-callback-to-extr.patch
	patches.suse/net-mlx5e-Fix-skb-memory-leak-when-TC-classifier-act.patch
	patches.suse/net-mlx5e-Fix-interoperability-between-XSK-and-ICOSQ.patch
	patches.suse/net-mlx5e-Fix-ICOSQ-recovery-flow-for-XSK.patch
	patches.suse/net-mlx5e-Delete-forward-rule-for-ct-or-sample-actio.patch
	patches.suse/net-mlx5-Fix-some-error-handling-paths-in-mlx5e_tc_a.patch
	patches.suse/net-phy-fixed_phy-Fix-NULL-vs-IS_ERR-checking-in-__f.patch
	patches.suse/sctp-use-call_rcu-to-free-endpoint.patch
	patches.suse/net-smc-fix-using-of-uninitialized-completions
	patches.suse/atlantic-Fix-buff_ring-OOB-in-aq_ring_rx_clean.patch
	patches.suse/net-usb-pegasus-Do-not-drop-long-Ethernet-frames.patch
	patches.suse/uapi-fix-linux-nfc.h-userspace-compilation-errors.patch
	patches.suse/nfc-uapi-use-kernel-size_t-to-fix-user-space-builds.patch
	patches.suse/mISDN-change-function-names-to-avoid-conflicts.patch
	patches.suse/net-ag71xx-Fix-a-potential-double-free-in-error-hand.patch
	patches.suse/net-lantiq_xrx200-fix-statistics-of-received-bytes.patch
	patches.suse/NFC-st21nfca-Fix-memory-leak-in-device-probe-and-rem.patch
	patches.suse/net-smc-don-t-send-CDC-LLC-message-if-link-not-ready
	patches.suse/net-smc-fix-kernel-panic-caused-by-race-of-smc_sock
	patches.suse/ionic-Initialize-the-lif-dbid_inuse-bitmap.patch
	patches.suse/igc-Do-not-enable-crosstimestamping-for-i225-V-model.patch
	patches.suse/igc-Fix-TX-timestamp-support-for-non-MSI-X-platforms.patch
	patches.suse/selftests-net-udpgso_bench_tx-fix-dst-ip-argument.patch
	patches.suse/selftests-net-Fix-a-typo-in-udpgro_fwd.sh.patch
	patches.suse/net-mlx5e-TC-Fix-memory-leak-with-rules-with-interna.patch
	patches.suse/net-mlx5e-Fix-wrong-features-assignment-in-case-of-e.patch
	patches.suse/selftests-net-using-ping6-for-IPv6-in-udpgro_fwd.sh.patch
	patches.suse/fsl-fman-Fix-missing-put_device-call-in-fman_port_pr.patch
	patches.suse/drm-amd-pm-Fix-xgmi-link-control-on-aldebaran.patch
	patches.suse/drm-amdgpu-When-the-VCN-1.0-block-is-suspended-power.patch
	patches.suse/drm-amdgpu-add-support-for-IP-discovery-gc_info-tabl.patch
	patches.suse/drm-amd-pm-skip-setting-gfx-cgpg-in-the-s0ix-suspend.patch
	patches.suse/drm-amdgpu-always-reset-the-asic-in-suspend-v2.patch
	patches.suse/drm-amdgpu-put-SMU-into-proper-state-on-runpm-suspen.patch
	patches.suse/drm-amd-display-fix-B0-TMDS-deepcolor-no-dislay-issu.patch
	patches.suse/drm-amd-display-Added-power-down-for-DCN10.patch
	patches.suse/drm-amd-display-Send-s0i2_rdy-in-stream_count-0-opti.patch
	patches.suse/drm-amd-display-Set-optimize_pwr_state-for-DCN31.patch
	patches.suse/0002-drm-amd-display-Changed-pipe-split-policy-to-allow-f.patch
	patches.suse/drm-amdgpu-fix-dropped-backing-store-handling-in-amd.patch
	patches.suse/0003-drm-nouveau-wait-for-the-exclusive-fence-after-the-s.patch
	patches.suse/scsi-lpfc-Terminate-string-in-lpfc_debugfs_nvmeio_trc_write
	patches.suse/scsi-vmw_pvscsi-Set-residual-data-length-conditionally
	patches.suse/userfaultfd-selftests-fix-hugetlb-area-allocations.patch
	patches.suse/mm-vmscan-Reduce-throttling-due-to-a-failure-to-make-progress.patch
	patches.suse/mm-vmscan-reduce-throttling-due-to-a-failure-to-make-progress-fix.patch
	patches.suse/Input-appletouch-initialize-work-before-device-regis.patch
	patches.suse/Input-spaceball-fix-parsing-of-movement-data-packets.patch
	patches.suse/i2c-validate-user-data-in-compat-ioctl.patch
	patches.suse/selftests-net-udpgro_fwd.sh-explicitly-checking-the-.patch
	patches.suse/net-ticp-fix-a-kernel-infoleak-in-__tipc_sendmsg.patch
	patches.suse/net-ena-Fix-undefined-state-when-tx-request-id-is-ou.patch
	patches.suse/net-ena-Fix-wrong-rx-request-id-by-resetting-device.patch
	patches.suse/net-ena-Fix-error-handling-when-calculating-max-IO-q.patch
	patches.suse/rndis_host-support-Hytera-digital-radios.patch
	patches.suse/Revert-net-phy-fixed_phy-Fix-NULL-vs-IS_ERR-checking.patch
	patches.suse/batman-adv-mcast-don-t-send-link-local-multicast-to-.patch
	patches.suse/sch_qfq-prevent-shift-out-of-bounds-in-qfq_init_qdis.patch
	patches.suse/mac80211-initialize-variable-have_higher_than_11mbit.patch
	patches.suse/mac80211-mesh-embedd-mesh_paths-and-mpp_paths-into-i.patch
	patches.suse/sfc-The-RX-page_ring-is-optional.patch
	patches.suse/i40e-Fix-to-not-show-opcode-msg-on-unsuccessful-VF-M.patch
	patches.suse/i40e-fix-use-after-free-in-i40e_sync_filters_subtask.patch
	patches.suse/i40e-Fix-for-displaying-message-regarding-NVM-versio.patch
	patches.suse/i40e-Fix-incorrect-netdev-s-real-number-of-RX-TX-que.patch
	patches.suse/iavf-Fix-limit-of-total-number-of-queues-to-active-q.patch
	patches.suse/ieee802154-atusb-fix-uninit-value-in-atusb_set_exten.patch
	patches.suse/Revert-net-usb-r8152-Add-MAC-passthrough-support-for.patch
	patches.suse/tracing-Fix-check-for-trace_percpu_buffer-validity-in-get_trace_buf.patch
	patches.suse/tracing-Tag-trace_percpu_buffer-as-a-percpu-pointer.patch
	patches.suse/RDMA-rxe-Prevent-double-freeing-rxe_map_set.patch
	patches.suse/Revert-RDMA-mlx5-Fix-releasing-unallocated-memory-in.patch
	patches.suse/RDMA-uverbs-Check-for-null-return-of-kmalloc_array.patch
	patches.suse/RDMA-core-Don-t-infoleak-GRH-fields.patch
	patches.suse/drm-amd-pm-keep-the-BACO-feature-enabled-for-suspend.patch
	patches.suse/fbdev-fbmem-add-a-helper-to-determine-if-an-aperture.patch
	patches.suse/drm-amdgpu-disable-runpm-if-we-are-the-primary-adapt.patch
	patches.suse/KVM-SEV-Mark-nested-locking-of-kvm-lock.patch
	patches.suse/edac-i10nm-release-mdev-mbase-when-failing-to-detect-hbm.patch
	patches.suse/md-raid1-fix-missing-bitmap-update-w-o-WriteMostly-d.patch
	patches.suse/cgroup-Use-open-time-credentials-for-process-migraton-perm-checks.patch
	patches.suse/cgroup-Allocate-cgroup_file_ctx-for-kernfs_open_file-priv.patch
	patches.suse/cgroup-Use-open-time-cgroup-namespace-for-process-migration-perm-checks.patch
	patches.suse/selftests-cgroup-Make-cg_create-use-0755-for-permiss.patch
	patches.suse/selftests-cgroup-Test-open-time-credential-usage-for.patch
	patches.suse/selftests-cgroup-Test-open-time-cgroup-namespace-usa.patch
	patches.suse/xfs-map-unwritten-blocks-in-XFS_IOC_-ALLOC-FREE-SP-j.patch
	patches.suse/power-supply-core-Break-capacity-loop.patch
	patches.suse/power-bq25890-Enable-continuous-conversion-for-ADC-a.patch
	patches.suse/power-reset-ltc2952-Fix-use-of-floating-point-litera.patch
	patches.suse/i2c-mpc-Avoid-out-of-bounds-memory-access.patch
	patches.suse/ARM-dts-socfpga-change-qspi-to-intel-socfpga-qspi.patch
	patches.suse/Revert-drm-amdgpu-stop-scheduler-when-calling-hw_fin.patch
	patches.suse/ARM-dts-gpio-ranges-property-is-now-required.patch
	patches.suse/Input-zinitix-make-sure-the-IRQ-is-allocated-before-.patch
	patches.suse/tee-fix-put-order-in-teedev_close_context.patch
	patches.suse/memory-renesas-rpc-if-Return-error-in-case-devm_iore.patch
	patches.suse/soc-ti-pruss-fix-referenced-node-in-error-message.patch
	patches.suse/soc-tegra-Add-devm_tegra_core_dev_init_opp_table_com.patch
	patches.suse/usb-chipidea-tegra-Add-runtime-PM-and-OPP-support.patch
	patches.suse/soc-imx-gpcv2-Synchronously-suspend-MIX-domains.patch
	patches.suse/PM-AVS-qcom-cpr-Use-div64_ul-instead-of-do_div.patch
	patches.suse/arm64-dts-renesas-cat875-Add-rx-tx-delays.patch
	patches.suse/ARM-dts-gemini-NAS4220-B-fis-index-block-with-128-Ki.patch
	patches.suse/arm64-dts-amlogic-meson-g12-Fix-GPU-operating-point-.patch
	patches.suse/arm64-dts-amlogic-Fix-SPI-NOR-flash-node-name-for-OD.patch
	patches.suse/arm64-dts-meson-gxbb-wetek-fix-HDMI-in-early-boot.patch
	patches.suse/arm64-dts-meson-gxbb-wetek-fix-missing-GPIO-binding.patch
	patches.suse/ARM-dts-stm32-fix-dtbs_check-warning-on-ili9341-dts-.patch
	patches.suse/arm64-dts-renesas-Fix-thermal-bindings.patch
	patches.suse/arm64-tegra-Fixup-SYSRAM-references.patch
	patches.suse/arm64-tegra-Update-Tegra234-BPMP-channel-addresses.patch
	patches.suse/arm64-tegra-Adjust-length-of-CCPLEX-cluster-MMIO-reg.patch
	patches.suse/arm64-dts-ti-k3-j721e-correct-cache-sets-info.patch
	patches.suse/arm64-dts-ti-j7200-main-Fix-dtbs_check-serdes_ln_ctr.patch
	patches.suse/arm64-dts-ti-j721e-main-Fix-dtbs_check-in-serdes_ln_.patch
	patches.suse/arm64-dts-ti-k3-am642-Fix-the-L2-cache-sets.patch
	patches.suse/arm64-dts-ti-k3-j7200-Fix-the-L2-cache-sets.patch
	patches.suse/arm64-dts-ti-k3-j721e-Fix-the-L2-cache-sets.patch
	patches.suse/arm64-dts-ti-k3-j7200-Correct-the-d-cache-sets-info.patch
	patches.suse/arm64-dts-marvell-cn9130-add-GPIO-and-SPI-aliases.patch
	patches.suse/arm64-dts-marvell-cn9130-enable-CP0-GPIO-controllers.patch
	patches.suse/ARM-dts-armada-38x-Add-generic-compatible-to-UART-no.patch
	patches.suse/arm64-dts-ls1028a-qds-move-rtc-node-to-the-correct-i.patch
	patches.suse/ARM-dts-exynos-Fix-BCM4330-Bluetooth-reset-polarity-.patch
	patches.suse/arm64-dts-qcom-msm8996-drop-not-documented-adreno-pr.patch
	patches.suse/arm64-dts-qcom-sm8350-Shorten-camera-thermal-bottom-.patch
	patches.suse/arm64-dts-qcom-sm8350-Describe-GCC-dependency-clocks.patch
	patches.suse/arm64-dts-qcom-sc7280-Fix-incorrect-clock-name.patch
	patches.suse/arm64-dts-qcom-msm8916-fix-MMC-controller-aliases.patch
	patches.suse/arm64-dts-qcom-c630-Fix-soundcard-setup.patch
	patches.suse/arm64-dts-qcom-ipq6018-Fix-gpio-ranges-property.patch
	patches.suse/ARM-dts-BCM5301X-update-CRU-block-description.patch
	patches.suse/ARM-dts-aspeed-Add-secure-boot-controller-node.patch
	patches.suse/Documentation-arch-Remove-leftovers-from-raw-device.patch
	patches.suse/arm64-Simplify-checking-for-populated-DT.patch
	patches.suse/arm64-errata-Fix-exec-handling-in-erratum-1418040-wo.patch
	patches.suse/arm64-clear_page-shouldn-t-use-DC-ZVA-when-DCZID_EL0.patch
	patches.suse/arm64-mte-DC-GVA-GZVA-shouldn-t-be-used-when-DCZID_E.patch
	patches.suse/arm64-cpufeature-add-HWCAP-for-FEAT_AFP.patch
	patches.suse/arm64-add-ID_AA64ISAR2_EL1-sys-register.patch
	patches.suse/arm64-cpufeature-add-HWCAP-for-FEAT_RPRES.patch
	patches.suse/s390-mm-fix-2KB-pgtable-release-race.patch
	patches.suse/x86-sev-shorten-ghcb-terminate-macro-names
	patches.suse/x86-sev-get-rid-of-excessive-use-of-defines
	patches.suse/x86-head64-carve-out-the-guest-encryption-postprocessing-into-a-helper
	patches.suse/x86-sev-remove-do_early_exception-forward-declarations
	patches.suse/x86-sev-use-cc_attr-attribute-to-generalize-string-i-o-unroll
	patches.suse/x86-sev-rename-mem_encrypt-c-to-mem_encrypt_amd-c
	patches.suse/x86-sev-move-common-memory-encryption-code-to-mem_encrypt-c
	patches.suse/powerpc-Avoid-discarding-flags-in-system_call_except.patch
	patches.suse/x86-mce-amd-edac-mce_amd-add-new-smca-bank-types.patch
	patches.suse/x86-mce-amd-edac-mce_amd-support-non-uniform-mca-bank-type-enumeration.patch
	patches.suse/edac-add-rddr5-and-lrddr5-memory-types.patch
	patches.suse/edac-amd64-add-support-for-amd-family-19h-models-10h-1fh-and-a0h-afh.patch
	patches.suse/random-document-add_hwgenerator_randomness-with-othe.patch
	patches.suse/random-fix-data-race-on-crng_node_pool.patch
	patches.suse/random-fix-data-race-on-crng-init-time.patch
	patches.suse/random-fix-crash-on-multiple-early-calls-to-add_boot.patch
	patches.suse/zsmalloc-Stop-using-slab-fields-in-struct-page.patch
	patches.suse/selftests-clone3-clone3-add-case-CLONE3_ARGS_NO_TEST.patch
	patches.suse/selftests-ftrace-make-kprobe-profile-testcase-descri.patch
	patches.suse/selftests-harness-avoid-false-negatives-if-test-has-.patch
	patches.suse/selftests-rseq-remove-ARRAY_SIZE-define-from-individ.patch
	patches.suse/drm-bridge-display-connector-fix-an-uninitialized-po.patch
	patches.suse/drm-fix-null-ptr-deref-in-drm_dev_init_release.patch
	patches.suse/drm-panel-kingdisplay-kd097d04-Delete-panel-on-attac.patch
	patches.suse/drm-panel-innolux-p079zca-Delete-panel-on-attach-fai.patch
	patches.suse/drm-panel-Delete-panel-on-mipi_dsi_attach-failure.patch
	patches.suse/drm-rockchip-dsi-Hold-pm-runtime-across-bind-unbind.patch
	patches.suse/drm-rockchip-dsi-Reconfigure-hardware-on-resume.patch
	patches.suse/drm-rockchip-dsi-Fix-unbalanced-clock-on-probe-error.patch
	patches.suse/drm-rockchip-dsi-Disable-PLL-clock-on-bind-error.patch
	patches.suse/clk-bcm-2835-Pick-the-closest-clock-rate.patch
	patches.suse/clk-bcm-2835-Remove-rounding-up-the-dividers.patch
	patches.suse/drm-vc4-hdmi-Set-a-default-HSM-rate.patch
	patches.suse/drm-vc4-hdmi-Move-the-HSM-clock-enable-to-runtime_pm.patch
	patches.suse/drm-vc4-hdmi-Make-sure-the-controller-is-powered-in-.patch
	patches.suse/drm-vc4-hdmi-Make-sure-the-controller-is-powered-up-.patch
	patches.suse/drm-vc4-hdmi-Rework-the-pre_crtc_configure-error-han.patch
	patches.suse/drm-vc4-hdmi-Split-the-CEC-disable-enable-functions-.patch
	patches.suse/drm-vc4-hdmi-Make-sure-the-device-is-powered-with-CE.patch
	patches.suse/drm-vc4-crtc-Make-sure-the-HDMI-controller-is-powere.patch
	patches.suse/drm-vc4-hdmi-Fix-HPD-GPIO-detection.patch
	patches.suse/drm-vc4-hdmi-Enable-the-scrambler-on-reconnection.patch
	patches.suse/drm-bridge-analogix_dp-Make-PSR-exit-block-less.patch
	patches.suse/drm-vc4-crtc-Drop-feed_txp-from-state.patch
	patches.suse/drm-vc4-Fix-non-blocking-commit-getting-stuck-foreve.patch
	patches.suse/drm-vc4-crtc-Copy-assigned-channel-to-the-CRTC.patch
	patches.suse/drm-lima-fix-warning-when-CONFIG_DEBUG_SG-y-CONFIG_D.patch
	patches.suse/drm-ttm-Put-BO-in-its-memory-manager-s-lru-list.patch
	patches.suse/drm-bridge-dw-hdmi-handle-ELD-when-DRM_BRIDGE_ATTACH.patch
	patches.suse/drm-bridge-display-connector-implement-bus-fmts-call.patch
	patches.suse/drm-meson-split-out-encoder-from-meson_dw_hdmi.patch
	patches.suse/drm-nouveau-pmu-gm200-avoid-touching-PMU-outside-of-.patch
	patches.suse/drm-nouveau-pmu-gm200-use-alternate-falcon-reset-seq.patch
	patches.suse/drm-nouveau-kms-nv04-use-vzalloc-for-nv04_display.patch
	patches.suse/drm-dp-Don-t-read-back-backlight-mode-in-drm_edp_bac.patch
	patches.suse/drm-i915-Avoid-bitwise-vs-logical-OR-warning-in-snb_.patch
	patches.suse/drm-i915-Clean-up-bonding-debug-message.patch
	patches.suse/Revert-drm-i915-display-Disable-audio-DRRS-and-PSR-b.patch
	patches.suse/drm-i915-Update-memory-bandwidth-formulae.patch
	patches.suse/drm-i915-Fix-Memory-BW-formulae-for-ADL-P.patch
	patches.suse/drm-panel-orientation-quirks-Add-quirk-for-the-Lenov.patch
	patches.suse/drm-vboxvideo-fix-a-NULL-vs-IS_ERR-check.patch
	patches.suse/drm-bridge-megachips-Ensure-both-bridges-are-probed-.patch
	patches.suse/drm-amd-display-check-top_pipe_to_program-pointer.patch
	patches.suse/drm-amdgpu-display-set-vblank_disable_immediate-for-.patch
	patches.suse/drm-amd-display-add-else-to-avoid-double-destroy-clk.patch
	patches.suse/drm-amdgpu-display-Only-set-vblank_disable_immediate.patch
	patches.suse/drm-rcar-du-Fix-CRTC-timings-when-CMM-is-used.patch
	patches.suse/drm-vmwgfx-Remove-the-deprecated-lower-mem-limit.patch
	patches.suse/drm-vmwgfx-Release-ttm-memory-if-probe-fails.patch
	patches.suse/drm-vmwgfx-Fail-to-initialize-on-broken-configs.patch
	patches.suse/dma_fence_array-Fix-PENDING_ERROR-leak-in-dma_fence_.patch
	patches.suse/drm-bridge-ti-sn65dsi86-Set-max-register-for-regmap.patch
	patches.suse/drm-mediatek-Use-mailbox-rx_callback-instead-of-cmdq.patch
	patches.suse/drm-mediatek-Remove-the-pointer-of-struct-cmdq_clien.patch
	patches.suse/drm-mediatek-Detect-CMDQ-execution-timeout.patch
	patches.suse/drm-amdgpu-Fix-a-NULL-pointer-dereference-in-amdgpu_.patch
	patches.suse/drm-radeon-radeon_kms-Fix-a-NULL-pointer-dereference.patch
	patches.suse/drm-amd-display-Fix-bug-in-debugfs-crc_win_update-en.patch
	patches.suse/drm-amd-display-Fix-out-of-bounds-access-on-DNC31-st.patch
	patches.suse/drm-amd-amdgpu-fix-psp-tmr-bo-pin-count-leak-in-SRIO.patch
	patches.suse/drm-amd-amdgpu-fix-gmc-bo-pin-count-leak-in-SRIOV.patch
	patches.suse/gpu-host1x-Drop-excess-kernel-doc-entry-key.patch
	patches.suse/drm-tegra-gr2d-Explicitly-control-module-reset.patch
	patches.suse/drm-tegra-vic-Fix-DMA-API-misuse.patch
	patches.suse/gpu-host1x-Add-back-arm_iommu_detach_device.patch
	patches.suse/drm-tegra-Add-back-arm_iommu_detach_device.patch
	patches.suse/drm-etnaviv-limit-submit-sizes.patch
	patches.suse/drm-etnaviv-consider-completed-fence-seqno-in-hang-c.patch
	patches.suse/drm-i915-uc-correctly-track-uc_fw-init-failure.patch
	patches.suse/drm-i915-Require-the-vm-mutex-for-i915_vma_bind.patch
	patches.suse/drm-vmwgfx-Remove-explicit-transparent-hugepages-sup.patch
	patches.suse/0002-drm-vmwgfx-Remove-unused-compile-options.patch
	patches.suse/drm-msm-dp-displayPort-driver-need-algorithm-rationa.patch
	patches.suse/drm-msm-dp-dp_link_parse_sink_count-return-immediate.patch
	patches.suse/drm-msm-dpu-fix-safe-status-debugfs-file.patch
	patches.suse/drm-amdgpu-Separate-vf2pf-work-item-init-from-virt-d.patch
	patches.suse/drm-amdgpu-fixup-bad-vram-size-on-gmc-v8.patch
	patches.suse/amdgpu-pm-Make-sysfs-pm-attributes-as-read-only-for-.patch
	patches.suse/drm-amd-display-Fix-the-uninitialized-variable-in-en.patch
	patches.suse/media-videobuf2-Fix-the-size-printk-format.patch
	patches.suse/media-atomisp-add-missing-media_device_cleanup-in-at.patch
	patches.suse/media-atomisp-fix-punit_ddr_dvfs_enable-argument-for.patch
	patches.suse/media-atomisp-fix-inverted-logic-in-buffers_needed.patch
	patches.suse/media-atomisp-do-not-use-err-var-when-checking-port-.patch
	patches.suse/media-atomisp-fix-inverted-error-check-for-ia_css_mi.patch
	patches.suse/media-atomisp-fix-ifdefs-in-sh_css.c.patch
	patches.suse/media-atomisp-add-NULL-check-for-asd-obtained-from-a.patch
	patches.suse/media-atomisp-fix-enum-formats-logic.patch
	patches.suse/media-atomisp-set-per-device-s-default-mode.patch
	patches.suse/media-atomisp-ov2680-Fix-ov2680_set_fmt-clobbering-t.patch
	patches.suse/media-atomisp-fix-uninitialized-bug-in-gmin_get_pmic.patch
	patches.suse/media-atomisp-check-before-deference-asd-variable.patch
	patches.suse/media-aspeed-fix-mode-detect-always-time-out-at-2nd-.patch
	patches.suse/media-em28xx-fix-memory-leak-in-em28xx_init_dev.patch
	patches.suse/media-v4l2-ioctl.c-readbuffers-depends-on-V4L2_CAP_R.patch
	patches.suse/media-aspeed-Update-signal-status-immediately-to-ens.patch
	patches.suse/media-correct-MEDIA_TEST_SUPPORT-help-text.patch
	patches.suse/media-atomisp-handle-errors-at-sh_css_create_isp_par.patch
	patches.suse/media-mceusb-fix-control-message-timeouts.patch
	patches.suse/media-redrat3-fix-control-message-timeouts.patch
	patches.suse/media-flexcop-usb-fix-control-message-timeouts.patch
	patches.suse/media-cpia2-fix-control-message-timeouts.patch
	patches.suse/media-em28xx-fix-control-message-timeouts.patch
	patches.suse/media-pvrusb2-fix-control-message-timeouts.patch
	patches.suse/media-s2255-fix-control-message-timeouts.patch
	patches.suse/media-stk1160-fix-control-message-timeouts.patch
	patches.suse/media-dmxdev-fix-UAF-when-dvb_register_device-fails.patch
	patches.suse/media-b2c2-Add-missing-check-in-flexcop_pci_isr.patch
	patches.suse/media-dib0700-fix-undefined-behavior-in-tuner-shutdo.patch
	patches.suse/media-hantro-postproc-Fix-motion-vector-space-size.patch
	patches.suse/media-i2c-imx274-fix-s_frame_interval-runtime-resume.patch
	patches.suse/media-i2c-imx274-fix-trivial-typo-expsoure-exposure.patch
	patches.suse/media-i2c-imx274-fix-trivial-typo-obainted-obtained.patch
	patches.suse/media-i2c-Re-order-runtime-pm-initialisation.patch
	patches.suse/media-i2c-ov8865-Fix-lockdep-error.patch
	patches.suse/media-rcar-csi2-Correct-the-selection-of-hsfreqrange.patch
	patches.suse/media-rcar-csi2-Optimize-the-selection-PHTW-register.patch
	patches.suse/media-imx-pxp-Initialize-the-spinlock-prior-to-using.patch
	patches.suse/media-si470x-i2c-fix-possible-memory-leak-in-si470x_.patch
	patches.suse/media-mtk-vcodec-call-v4l2_m2m_ctx_release-first-whe.patch
	patches.suse/media-coda-fix-CODA960-JPEG-encoder-buffer-overflow.patch
	patches.suse/media-venus-correct-low-power-frequency-calculation-.patch
	patches.suse/media-venus-avoid-calling-core_clk_setrate-concurren.patch
	patches.suse/media-venus-core-Fix-a-potential-NULL-pointer-derefe.patch
	patches.suse/media-venus-core-Fix-a-resource-leak-in-the-error-ha.patch
	patches.suse/media-uvcvideo-fix-division-by-zero-at-stream-start.patch
	patches.suse/media-uvcvideo-Increase-UVC_CTRL_CONTROL_TIMEOUT-to-.patch
	patches.suse/media-rcar-vin-Update-format-alignment-constraints.patch
	patches.suse/media-dib8000-Fix-a-memleak-in-dib8000_init.patch
	patches.suse/media-saa7146-hexium_orion-Fix-a-NULL-pointer-derefe.patch
	patches.suse/media-saa7146-mxb-Fix-a-NULL-pointer-dereference-in-.patch
	patches.suse/media-cec-pin-fix-interrupt-en-disable-handling.patch
	patches.suse/media-cec-fix-a-deadlock-situation.patch
	patches.suse/media-atomisp-fix-variable-dereferenced-before-check.patch
	patches.suse/media-c8sectpfe-remove-redundant-assignment-to-point.patch
	patches.suse/media-si2157-Fix-warm-tuner-state-detection.patch
	patches.suse/media-m920x-don-t-use-stack-on-USB-reads.patch
	patches.suse/media-igorplugusb-receiver-overflow-should-be-report.patch
	patches.suse/media-streamzap-remove-unnecessary-ir_raw_event_rese.patch
	patches.suse/media-dw2102-Fix-use-after-free.patch
	patches.suse/media-rockchip-rkisp1-use-device-name-for-debugfs-su.patch
	patches.suse/media-msi001-fix-possible-null-ptr-deref-in-msi001_p.patch
	patches.suse/media-saa7146-hexium_gemini-Fix-a-NULL-pointer-deref.patch
	patches.suse/media-Revert-media-uvcvideo-Set-unique-vdev-name-bas.patch
	patches.suse/media-coda-imx-vdoa-Handle-dma_set_coherent_mask-err.patch
	patches.suse/media-c8sectpfe-fix-double-free-in-configure_channel.patch
	patches.suse/media-i2c-max9286-Use-dev_err_probe-helper.patch
	patches.suse/ACPI-delay-enumeration-of-devices-with-a-_DEP-pointi.patch
	patches.suse/media-ov8865-Disable-only-enabled-regulators-on-erro.patch
	patches.suse/media-hantro-Fix-probe-func-error-path.patch
	patches.suse/net-stmmac-enhance-XDP-ZC-driver-level-switching-per.patch
	patches.suse/net-usb-ax88179_178a-add-TSO-feature.patch
	patches.suse/libbpf-Free-up-resources-used-by-inner-map-definitio.patch
	patches.suse/bpftool-Fix-memory-leak-in-prog_dump.patch
	patches.suse/bpftool-Remove-inclusion-of-utilities.mak-from-Makef.patch
	patches.suse/tcp-small-optimization-in-tcp-recvmsg.patch
	patches.suse/tcp-avoid-indirect-calls-to-sock_rfree.patch
	patches.suse/tcp-defer-skb-freeing-after-socket-lock-is-released.patch
	patches.suse/tcp-do-not-call-tcp_cleanup_rbuf-if-we-have-a-backlo.patch
	patches.suse/net-move-gro-definitions-to-include-net-gro.h.patch
	patches.suse/net-gro-move-skb_gro_receive_list-to-udp_offload.c.patch
	patches.suse/net-gro-move-skb_gro_receive-into-net-core-gro.c.patch
	patches.suse/net-gro-populate-net-core-gro.c.patch
	patches.suse/net-mlx5e-Support-ethtool-cq-mode.patch
	patches.suse/net-mlx5-Fix-format-security-build-warnings.patch
	patches.suse/net-mlx5-Avoid-printing-health-buffer-when-firmware-.patch
	patches.suse/net-mlx5e-Refactor-mod-header-management-API.patch
	patches.suse/net-mlx5-CT-Allow-static-allocation-of-mod-headers.patch
	patches.suse/net-mlx5-TC-using-swap-instead-of-tmp-variable.patch
	patches.suse/net-mlx5e-TC-Destroy-nic-flow-counter-if-exists.patch
	patches.suse/net-mlx5e-TC-Move-kfree-calls-after-destroying-all-r.patch
	patches.suse/net-mlx5e-TC-Move-comment-about-mod-header-flag-to-c.patch
	patches.suse/net-mlx5e-Specify-out-ifindex-when-looking-up-decap-.patch
	patches.suse/net-mlx5-E-switch-Remove-vport-enabled-check.patch
	patches.suse/net-mlx5-E-switch-Reuse-mlx5_eswitch_set_vport_mac.patch
	patches.suse/net-mlx5-E-switch-move-offloads-mode-callbacks-to-of.patch
	patches.suse/net-mlx5-E-switch-Enable-vport-QoS-on-demand.patch
	patches.suse/net-mlx5-E-switch-Create-QoS-on-demand.patch
	patches.suse/Bluetooth-L2CAP-Fix-not-initializing-sk_peer_pid.patch
	patches.suse/Bluetooth-btusb-Fix-application-of-sizeof-to-pointer.patch
	patches.suse/Bluetooth-Fix-debugfs-entry-leak-in-hci_register_dev.patch
	patches.suse/Bluetooth-btusb-fix-memory-leak-in-btusb_mtk_submit_.patch
	patches.suse/Bluetooth-virtio_bt-fix-memory-leak-in-virtbt_rx_han.patch
	patches.suse/Bluetooth-cmtp-fix-possible-panic-when-cmtp_init_soc.patch
	patches.suse/Bluetooth-bfusb-fix-division-by-zero-in-send-path.patch
	patches.suse/Bluetooth-stop-proccessing-malicious-adv-data.patch
	patches.suse/Bluetooth-btusb-enable-Mediatek-to-support-AOSP-exte.patch
	patches.suse/net-annotate-accesses-to-queue-trans_start.patch
	patches.suse/stmmac-fix-build-due-to-brainos-in-trans_start-chang.patch
	patches.suse/net-stmmac-dwmac-qcom-ethqos-add-platform-level-cloc.patch
	patches.suse/ixgbevf-Rename-MSGTYPE-to-SUCCESS-and-FAILURE.patch
	patches.suse/ixgbevf-Improve-error-handling-in-mailbox.patch
	patches.suse/ixgbevf-Add-legacy-suffix-to-old-API-mailbox-functio.patch
	patches.suse/ixgbevf-Mailbox-improvements.patch
	patches.suse/ixgbevf-Add-support-for-new-mailbox-communication-be.patch
	patches.suse/tcp-add-missing-htmldocs-for-skb-ll_node-and-sk-defe.patch
	patches.suse/net-mscc-ocelot-add-MAC-table-stream-learn-and-looku.patch
	patches.suse/net-mscc-ocelot-set-vcap-IS2-chain-to-goto-PSFP-chai.patch
	patches.suse/net-mscc-ocelot-add-gate-and-police-action-offload-t.patch
	patches.suse/net-dsa-felix-support-psfp-filter-on-vsc9959.patch
	patches.suse/net-dsa-felix-add-stream-gate-settings-for-psfp.patch
	patches.suse/net-mscc-ocelot-use-index-to-set-vcap-policer.patch
	patches.suse/net-dsa-felix-use-vcap-policer-to-set-flow-meter-for.patch
	patches.suse/net-dsa-felix-restrict-psfp-rules-on-ingress-port.patch
	patches.suse/mlxsw-constify-address-in-mlxsw_sp_port_dev_addr_set.patch
	patches.suse/ipw2200-constify-address-in-ipw_send_adapter_address.patch
	patches.suse/amd-lance-use-eth_hw_addr_set.patch
	patches.suse/amd-ni65-use-eth_hw_addr_set.patch
	patches.suse/amd-a2065-ariadne-use-eth_hw_addr_set.patch
	patches.suse/smc9194-use-eth_hw_addr_set.patch
	patches.suse/cxgb4-Use-struct_group-for-memcpy-region.patch
	patches.suse/bnx2x-Use-struct_group-for-memcpy-region.patch
	patches.suse/bnx2x-constify-static-inline-stub-for-dev_addr.patch
	patches.suse/net-constify-netdev-dev_addr.patch
	patches.suse/net-unexport-dev_addr_init-dev_addr_flush.patch
	patches.suse/dev_addr-add-a-modification-check.patch
	patches.suse/ethtool-add-support-to-set-get-rx-buf-len-via-ethtoo.patch
	patches.suse/ethtool-extend-ringparam-setting-getting-API-with-rx.patch
	patches.suse/net-annotate-accesses-to-dev-gso_max_size.patch
	patches.suse/net-annotate-accesses-to-dev-gso_max_segs.patch
	patches.suse/msft-hv-2484-net-mana-Add-XDP-support.patch
	patches.suse/qed-Use-the-bitmap-API-to-simplify-some-functions.patch
	patches.suse/msft-hv-2485-hv_netvsc-Use-bitmap_zalloc-when-applicable.patch
	patches.suse/mlxsw-spectrum_router-Remove-deadcode-in-mlxsw_sp_ri.patch
	patches.suse/devlink-Add-enable_iwarp-generic-device-param.patch
	patches.suse/net-ice-Add-support-for-enable_iwarp-and-enable_roce.patch
	patches.suse/RDMA-irdma-Set-protocol-based-on-PF-rdma_mode-flag.patch
	patches.suse/cxgb4-allow-reading-unrecognized-port-module-eeprom.patch
	patches.suse/net-stmmac-perserve-TX-and-RX-coalesce-value-during-.patch
	patches.suse/net-dsa-ocelot-seville-utilize-of_mdiobus_register.patch
	patches.suse/devlink-Remove-misleading-internal_flags-from-health.patch
	patches.suse/net-stmmac-Add-platform-level-debug-register-dump-fe.patch
	patches.suse/devlink-Simplify-devlink-resources-unregister-call.patch
	patches.suse/igc-AF_XDP-zero-copy-metadata-adjust-breaks-SKBs-on-.patch
	patches.suse/igc-enable-XDP-metadata-in-driver.patch
	patches.suse/net-ice-Fix-boolean-assignment.patch
	patches.suse/net-ice-Remove-unused-enum.patch
	patches.suse/iavf-Add-change-MTU-message.patch
	patches.suse/iavf-Log-info-when-VF-is-entering-and-leaving-Allmul.patch
	patches.suse/iavf-return-errno-code-instead-of-status-code.patch
	patches.suse/iavf-Add-trace-while-removing-device.patch
	patches.suse/iavf-Enable-setting-RSS-hash-key.patch
	patches.suse/iavf-Refactor-iavf_mac_filter-struct-memory-usage.patch
	patches.suse/iavf-Fix-static-code-analysis-warning.patch
	patches.suse/iavf-Refactor-text-of-informational-message.patch
	patches.suse/iavf-Refactor-string-format-to-avoid-static-analysis.patch
	patches.suse/iavf-Fix-displaying-queue-statistics-shown-by-ethtoo.patch
	patches.suse/mlxsw-item-Add-support-for-local_port-field-in-a-spl.patch
	patches.suse/mlxsw-reg-Align-existing-registers-to-use-extended-l.patch
	patches.suse/mlxsw-reg-Increase-port_num-field-in-PMTDB-register.patch
	patches.suse/mlxsw-reg-Adjust-PPCNT-register-to-support-local-por.patch
	patches.suse/mlxsw-Use-u16-for-local_port-field-instead-of-u8.patch
	patches.suse/qed-Enhance-rammod-debug-prints-to-provide-pretty-de.patch
	patches.suse/mlx5-fix-psample_sample_packet-link-error.patch
	patches.suse/mlx5-fix-mlx5i_grp_sw_update_stats-stack-usage.patch
	patches.suse/net-mlx5-Fix-error-return-code-in-esw_qos_create.patch
	patches.suse/net-mlx5-SF-silence-an-uninitialized-variable-warnin.patch
	patches.suse/net-mlx5-Print-more-info-on-pci-error-handlers.patch
	patches.suse/net-mlx5e-SHAMPO-clean-MLX5E_MAX_KLM_PER_WQE-macro.patch
	patches.suse/net-mlx5e-Hide-function-mlx5e_num_channels_changed.patch
	patches.suse/net-mlx5e-TC-Remove-redundant-action-stack-var.patch
	patches.suse/net-mlx5e-Remove-redundant-actions-arg-from-validate.patch
	patches.suse/net-mlx5e-Remove-redundant-actions-arg-from-vlan-pus.patch
	patches.suse/net-mlx5e-TC-Move-common-flow_action-checks-into-fun.patch
	patches.suse/net-mlx5e-TC-Set-flow-attr-ip_version-earlier.patch
	patches.suse/net-mlx5-Dynamically-resize-flow-counters-query-buff.patch
	patches.suse/qed-enhance-tx-timeout-debug-info.patch
	patches.suse/qed-esl-priv-flag-support-through-ethtool.patch
	patches.suse/lib-add-reference-counting-tracking-infrastructure.patch
	patches.suse/net-add-net-device-refcount-tracker-infrastructure.patch
	patches.suse/net-linkwatch-add-net-device-refcount-tracker.patch
	patches.suse/net-smc-Clear-memory-when-release-and-reuse-buffer
	patches.suse/ath11k-set-correct-NL80211_FEATURE_DYNAMIC_SMPS-for-.patch
	patches.suse/wcn36xx-ensure-pairing-of-init_scan-finish_scan-and-.patch
	patches.suse/wcn36xx-Indicate-beacon-not-connection-loss-on-MISSE.patch
	patches.suse/wcn36xx-Fix-DMA-channel-enable-disable-cycle.patch
	patches.suse/wcn36xx-Release-DMA-channel-descriptor-allocations.patch
	patches.suse/wcn36xx-Put-DXE-block-into-reset-before-freeing-memo.patch
	patches.suse/wcn36xx-populate-band-before-determining-rate-on-RX.patch
	patches.suse/wcn36xx-fix-RX-BD-rate-mapping-for-5GHz-legacy-rates.patch
	patches.suse/ar5523-Fix-null-ptr-deref-with-unexpected-WDCMSG_TAR.patch
	patches.suse/ath11k-Send-PPDU_STATS_CFG-with-proper-pdev-mask-to-.patch
	patches.suse/ath11k-Fix-ETSI-regd-with-weather-radar-overlap.patch
	patches.suse/ath11k-Fix-crash-caused-by-uninitialized-TX-ring.patch
	patches.suse/ath11k-add-string-type-to-search-board-data-in-board.patch
	patches.suse/ath11k-clear-the-keys-properly-via-DISABLE_KEY.patch
	patches.suse/ath11k-reset-RSN-WPA-present-state-for-open-BSS.patch
	patches.suse/rtw89-fill-regd-field-of-limit-limit_ru-tables-by-en.patch
	patches.suse/rtw89-update-rtw89-regulation-definition-to-R58-R31.patch
	patches.suse/rtw89-update-tx-power-limit-limit_ru-tables-to-R54.patch
	patches.suse/rtw89-remove-unnecessary-conditional-operators.patch
	patches.suse/rtw89-remove-unneeded-variable.patch
	patches.suse/rtw89-fix-potentially-access-out-of-range-of-RF-regi.patch
	patches.suse/rtw89-add-AXIDMA-and-TX-FIFO-dump-in-mac_mem_dump.patch
	patches.suse/rtw88-add-quirk-to-disable-pci-caps-on-HP-250-G7-Not.patch
	patches.suse/mwifiex-Fix-skb_over_panic-in-mwifiex_usb_recv.patch
	patches.suse/mwifiex-Ignore-BTCOEX-events-from-the-88W8897-firmwa.patch
	patches.suse/rsi-Fix-use-after-free-in-rsi_rx_done_handler.patch
	patches.suse/rsi-Fix-out-of-bounds-read-in-rsi_read_pkt.patch
	patches.suse/libertas_tf-Use-struct_group-for-memcpy-region.patch
	patches.suse/msft-hv-2488-hv_sock-Extract-hvs_send_data-helper-that-takes-only.patch
	patches.suse/net-huawei-hinic-Use-devm_kcalloc-instead-of-devm_kz.patch
	patches.suse/net-phy-prefer-1000baseT-over-1000baseKX.patch
	patches.suse/xfrm-add-net-device-refcount-tracker-to-struct-xfrm_.patch
	patches.suse/bpf-Adjust-BTF-log-size-limit.patch
	patches.suse/bpf-Disallow-BPF_LOG_KERNEL-log-level-for-bpf-BPF_BTF_LOAD.patch
	patches.suse/bpf-Remove-config-check-to-enable-bpf-support-for-branch-records.patch
	patches.suse/net-bna-Update-supported-link-modes.patch
	patches.suse/u64_stats-Disable-preemption-on-32bit-UP-SMP-PREEMPT.patch
	patches.suse/ARM-dts-qcom-sdx55-fix-IPA-interconnect-definitions.patch
	patches.suse/net-dev-Always-serialize-on-Qdisc-busylock-in-__dev_.patch
	patches.suse/net-dev-Change-the-order-of-the-arguments-for-the-co.patch
	patches.suse/ibmvnic-Update-driver-return-codes.patch
	patches.suse/ibmvnic-remove-unused-defines.patch
	patches.suse/net-dsa-hellcreek-Fix-insertion-of-static-FDB-entrie.patch
	patches.suse/net-dsa-hellcreek-Add-STP-forwarding-rule.patch
	patches.suse/net-dsa-hellcreek-Allow-PTP-P2P-measurements-on-bloc.patch
	patches.suse/net-dsa-hellcreek-Add-missing-PTP-via-UDP-rules.patch
	patches.suse/ice-Add-package-PTYPE-enable-information.patch
	patches.suse/ice-refactor-PTYPE-validating.patch
	patches.suse/ice-Refactor-promiscuous-functions.patch
	patches.suse/ice-Refactor-status-flow-for-DDP-load.patch
	patches.suse/ice-Remove-string-printing-for-ice_status.patch
	patches.suse/ice-Use-int-for-ice_status.patch
	patches.suse/ice-Remove-enum-ice_status.patch
	patches.suse/ice-Cleanup-after-ice_status-removal.patch
	patches.suse/ice-Remove-excess-error-variables.patch
	patches.suse/ice-Propagate-error-codes.patch
	patches.suse/ice-Remove-unnecessary-casts.patch
	patches.suse/ice-Remove-unused-ICE_FLOW_SEG_HDRS_L2_MASK.patch
	patches.suse/net-mlx5e-Add-tc-action-infrastructure.patch
	patches.suse/net-mlx5e-Add-goto-to-tc-action-infra.patch
	patches.suse/net-mlx5e-Add-tunnel-encap-decap-to-tc-action-infra.patch
	patches.suse/net-mlx5e-Add-csum-to-tc-action-infra.patch
	patches.suse/net-mlx5e-Add-pedit-to-tc-action-infra.patch
	patches.suse/net-mlx5e-Add-vlan-push-pop-mangle-to-tc-action-infr.patch
	patches.suse/net-mlx5e-Add-mpls-push-pop-to-tc-action-infra.patch
	patches.suse/net-mlx5e-Add-mirred-redirect-to-tc-action-infra.patch
	patches.suse/net-mlx5e-Add-ct-to-tc-action-infra.patch
	patches.suse/net-mlx5e-Add-sample-and-ptype-to-tc_action-infra.patch
	patches.suse/net-mlx5e-Add-redirect-ingress-to-tc-action-infra.patch
	patches.suse/net-mlx5e-TC-action-parsing-loop.patch
	patches.suse/net-mlx5e-Move-sample-attr-allocation-to-tc_action-s.patch
	patches.suse/net-mlx5e-Add-post_parse-op-to-tc-action-infrastruct.patch
	patches.suse/net-mlx5e-Move-vlan-action-chunk-into-tc-action-vlan.patch
	patches.suse/net-mlx5e-Move-goto-action-checks-into-tc_action-got.patch
	patches.suse/net-mlx5-Separate-FDB-namespace.patch
	patches.suse/net-mlx5-Refactor-mlx5_get_flow_namespace.patch
	patches.suse/net-mlx5-Create-more-priorities-for-FDB-bypass-names.patch
	patches.suse/RDMA-mlx5-Add-support-to-multiple-priorities-for-FDB.patch
	patches.suse/net-mlx5-Introduce-log_max_current_uc_list_wr_suppor.patch
	patches.suse/ice-devlink-add-shadow-ram-region-to-snapshot-Shadow.patch
	patches.suse/ice-move-and-rename-ice_check_for_pending_update.patch
	patches.suse/ice-move-ice_devlink_flash_update-and-merge-with-ice.patch
	patches.suse/ice-reduce-time-to-read-Option-ROM-CIVD-data.patch
	patches.suse/ice-support-immediate-firmware-activation-via-devlin.patch
	patches.suse/ice-update-to-newer-kernel-API.patch
	patches.suse/ice-use-prefetch-methods.patch
	patches.suse/ice-tighter-control-over-VSI_DOWN-state.patch
	patches.suse/ice-use-modern-kernel-API-for-kick.patch
	patches.suse/gve-Correct-order-of-processing-device-options.patch
	patches.suse/gve-Move-the-irq-db-indexes-out-of-the-ntfy-block-st.patch
	patches.suse/gve-Update-gve_free_queue_page_list-signature.patch
	patches.suse/gve-remove-memory-barrier-around-seqno.patch
	patches.suse/gve-Add-optional-metadata-descriptor-type-GVE_TXD_MT.patch
	patches.suse/gve-Implement-suspend-resume-shutdown.patch
	patches.suse/gve-Add-consumed-counts-to-ethtool-stats.patch
	patches.suse/gve-Add-tx-rx-coalesce-usec-for-DQO.patch
	patches.suse/msft-hv-2492-net-mana-Add-RX-fencing.patch
	patches.suse/rtw89-add-const-in-the-cast-of-le32_get_bits.patch
	patches.suse/rtw89-use-inline-function-instead-macro-to-set-H2C-a.patch
	patches.suse/rtw89-update-scan_mac_addr-during-scanning-period.patch
	patches.suse/rtw89-fix-incorrect-channel-info-during-scan.patch
	patches.suse/rtw89-fix-sending-wrong-rtwsta-mac_id-to-firmware-to.patch
	patches.suse/rtw89-remove-cch_by_bw-which-is-not-used.patch
	patches.suse/rtw89-don-t-kick-off-TX-DMA-if-failed-to-write-skb.patch
	patches.suse/mwifiex-Fix-possible-ABBA-deadlock.patch
	patches.suse/libertas_tf-Add-missing-__packed-annotations.patch
	patches.suse/rtw89-coex-correct-C2H-header-length.patch
	patches.suse/rtw89-coex-Not-to-send-H2C-when-WL-not-ready-and-cou.patch
	patches.suse/rtw89-coex-Add-MAC-API-to-get-BT-polluted-counter.patch
	patches.suse/rtw89-coex-Define-LPS-state-for-BTC-using.patch
	patches.suse/rtw89-coex-Update-BT-counters-while-receiving-report.patch
	patches.suse/rtw89-coex-Cancel-PS-leaving-while-C2H-comes.patch
	patches.suse/rtw89-coex-Update-COEX-to-5.5.8.patch
	patches.suse/wireless-iwlwifi-Fix-a-double-free-in-iwl_txq_dyn_al.patch
	patches.suse/iwlwifi-mvm-demote-non-compliant-kernel-doc-header.patch
	patches.suse/iwlwifi-mvm-fix-delBA-vs.-NSSN-queue-sync-race.patch
	patches.suse/iwlwifi-mvm-synchronize-with-FW-after-multicast-comm.patch
	patches.suse/iwlwifi-support-4-bits-in-MAC-step-value.patch
	patches.suse/iwlwifi-add-support-for-Bz-Z-HW.patch
	patches.suse/iwlwifi-mvm-d3-move-GTK-rekeys-condition.patch
	patches.suse/iwlwifi-pcie-support-Bz-suspend-resume-trigger.patch
	patches.suse/iwlwifi-mvm-parse-firmware-alive-message-version-6.patch
	patches.suse/iwlwifi-mvm-d3-support-v12-wowlan-status.patch
	patches.suse/iwlwifi-mvm-support-RLC-configuration-command.patch
	patches.suse/iwlwifi-fw-api-add-link-to-PHY-context-command-struc.patch
	patches.suse/iwlwifi-mvm-add-support-for-PHY-context-command-v4.patch
	patches.suse/iwlwifi-remove-unused-iwlax210_2ax_cfg_so_hr_a0-stru.patch
	patches.suse/iwlwifi-mvm-remove-session-protection-upon-station-r.patch
	patches.suse/iwlwifi-add-missing-entries-for-Gf4-with-So-and-SoF.patch
	patches.suse/iwlwifi-mvm-Fix-wrong-documentation-for-scan-request.patch
	patches.suse/iwlwifi-mvm-Add-support-for-a-new-version-of-scan-re.patch
	patches.suse/iwlwifi-mvm-add-support-for-statistics-update-versio.patch
	patches.suse/iwlwifi-mvm-avoid-clearing-a-just-saved-session-prot.patch
	patches.suse/iwlwifi-mvm-update-rate-scale-in-moving-back-to-asso.patch
	patches.suse/iwlwifi-yoyo-support-for-DBGC4-for-dram.patch
	patches.suse/iwlwifi-acpi-fix-wgds-rev-3-size.patch
	patches.suse/iwlwifi-swap-1650i-and-1650s-killer-struct-names.patch
	patches.suse/iwlwifi-fw-add-support-for-splitting-region-type-bit.patch
	patches.suse/iwlwifi-mvm-add-some-missing-command-strings.patch
	patches.suse/iwlwifi-bump-FW-API-to-68-for-AX-devices.patch
	patches.suse/iwlwifi-mvm-api-define-system-control-command.patch
	patches.suse/iwlwifi-mvm-always-use-4K-RB-size-by-default.patch
	patches.suse/iwlwifi-pcie-retake-ownership-after-reset.patch
	patches.suse/iwlwifi-support-SAR-GEO-Offset-Mapping-override-via-.patch
	patches.suse/iwlwifi-dbg-disable-ini-debug-in-8000-family-and-bel.patch
	patches.suse/iwlwifi-Fix-FW-name-for-gl.patch
	patches.suse/iwlwifi-add-new-Qu-Hr-device.patch
	patches.suse/iwlwifi-implement-reset-flow-for-Bz-devices.patch
	patches.suse/iwlwifi-fw-correctly-detect-HW-SMEM-region-subtype.patch
	patches.suse/iwlwifi-add-new-ax1650-killer-device.patch
	patches.suse/iwlwifi-mvm-optionally-suppress-assert-log.patch
	patches.suse/ath11k-Use-host-CE-parameters-for-CE-interrupts-conf.patch
	patches.suse/ath11k-Avoid-NULL-ptr-access-during-mgmt-tx-cleanup.patch
	patches.suse/ath10k-Fix-the-MTU-size-on-QCA9377-SDIO.patch
	patches.suse/ath11k-avoid-deadlock-by-change-ieee80211_queue_work.patch
	patches.suse/wcn36xx-Fix-max-channels-retrieval.patch
	patches.suse/ath10k-Fix-tx-hanging.patch
	patches.suse/ath11k-Fix-buffer-overflow-when-scanning-with-extrai.patch
	patches.suse/ath11k-Avoid-false-DEADLOCK-warning-reported-by-lock.patch
	patches.suse/ath11k-Fix-deleting-uninitialized-kernel-timer-durin.patch
	patches.suse/ath11k-Fix-a-NULL-pointer-dereference-in-ath11k_mac_.patch
	patches.suse/virtchnl-Add-support-for-new-VLAN-capabilities.patch
	patches.suse/iavf-Add-support-for-VIRTCHNL_VF_OFFLOAD_VLAN_V2-neg.patch
	patches.suse/iavf-Add-support-VIRTCHNL_VF_OFFLOAD_VLAN_V2-during-.patch
	patches.suse/iavf-Add-support-for-VIRTCHNL_VF_OFFLOAD_VLAN_V2-hot.patch
	patches.suse/iavf-Add-support-for-VIRTCHNL_VF_OFFLOAD_VLAN_V2-off.patch
	patches.suse/iavf-Restrict-maximum-VLAN-filters-for-VIRTCHNL_VF_O.patch
	patches.suse/flow_offload-reject-to-offload-tc-actions-in-offload.patch
	patches.suse/flow_offload-add-index-to-flow_action_entry-structur.patch
	patches.suse/flow_offload-rename-offload-functions-with-offload-i.patch
	patches.suse/flow_offload-add-ops-to-tc_action_ops-for-flow-actio.patch
	patches.suse/flow_offload-allow-user-to-offload-tc-action-to-net-.patch
	patches.suse/flow_offload-add-skip_hw-and-skip_sw-to-control-if-o.patch
	patches.suse/flow_offload-add-process-to-update-action-stats-from.patch
	patches.suse/net-sched-save-full-flags-for-tc-action.patch
	patches.suse/flow_offload-add-reoffload-process-to-update-hw_coun.patch
	patches.suse/flow_offload-validate-flags-of-filter-and-actions.patch
	patches.suse/bnx2x-Utilize-firmware-7.13.21.0.patch
	patches.suse/bnx2x-Invalidate-fastpath-HSI-version-for-VFs.patch
	patches.suse/net-sched-use-min-macro-instead-of-doing-it-manually.patch
	patches.suse/ieee80211-change-HE-nominal-packet-padding-value-def.patch
	patches.suse/mac80211-Remove-a-couple-of-obsolete-TODO.patch
	patches.suse/mac80211-introduce-channel-switch-disconnect-functio.patch
	patches.suse/igc-Remove-unused-_I_PHY_ID-define.patch
	patches.suse/igc-Remove-unused-phy-type.patch
	patches.suse/igc-Remove-obsolete-nvm-type.patch
	patches.suse/igc-Remove-obsolete-mask.patch
	patches.suse/igc-Remove-obsolete-define.patch
	patches.suse/igb-remove-never-changed-variable-ret_val.patch
	patches.suse/igbvf-Refactor-trace.patch
	patches.suse/ice-Fix-E810-PTP-reset-flow.patch
	patches.suse/ice-introduce-ice_base_incval-function.patch
	patches.suse/ice-PTP-move-setting-of-tstamp_config.patch
	patches.suse/ice-use-int-err-instead-of-int-status-in-ice_ptp_hw..patch
	patches.suse/ice-introduce-ice_ptp_init_phc-function.patch
	patches.suse/ice-convert-clk_freq-capability-into-time_ref.patch
	patches.suse/ice-implement-basic-E822-PTP-support.patch
	patches.suse/ice-ensure-the-hardware-Clock-Generation-Unit-is-con.patch
	patches.suse/ice-exit-bypass-mode-once-hardware-finishes-timestam.patch
	patches.suse/ice-support-crosstimestamping-on-E822-devices-if-sup.patch
	patches.suse/ice-trivial-fix-odd-indenting.patch
	patches.suse/devlink-Add-new-io_eq_size-generic-device-param.patch
	patches.suse/net-mlx5-Let-user-configure-io_eq_size-param-0844fa5f.patch
	patches.suse/devlink-Add-new-event_eq_size-generic-device-param.patch
	patches.suse/net-mlx5-Let-user-configure-event_eq_size-param-57ca7678.patch
	patches.suse/net-mlx5-Let-user-configure-max_macs-generic-param.patch
	patches.suse/net-mlx5-Remove-the-repeated-declaration.patch
	patches.suse/net-mlx5e-Use-bitmap-field-for-profile-features.patch
	patches.suse/net-mlx5e-Add-profile-indications-for-PTP-and-QOS-HT.patch
	patches.suse/net-mlx5e-Save-memory-by-using-dynamic-allocation-in.patch
	patches.suse/net-mlx5e-Allow-profile-specific-limitation-on-max-n.patch
	patches.suse/net-mlx5e-Use-dynamic-per-channel-allocations-in-sta.patch
	patches.suse/net-mlx5e-Allocate-per-channel-stats-dynamically-at-.patch
	patches.suse/net-mlx5e-Take-packet_merge-params-directly-from-the.patch
	patches.suse/mt76-mt7921-drop-offload_flags-overwritten.patch
	patches.suse/mt76-mt7615-fix-possible-deadlock-while-mt7615_regis.patch
	patches.suse/mt76-do-not-pass-the-received-frame-with-decryption-.patch
	patches.suse/mt76-mt7615-improve-wmm-index-allocation.patch
	patches.suse/mt76-mt7921-fix-possible-resume-failure.patch
	patches.suse/iwlwifi-mvm-add-missing-min_size-to-kernel-doc.patch
	patches.suse/iwlwifi-mvm-add-dbg_time_point-to-debugfs.patch
	patches.suse/rtw88-Disable-PCIe-ASPM-while-doing-NAPI-poll-on-882.patch
	patches.suse/rtw88-8822c-update-rx-settings-to-prevent-potential-.patch
	patches.suse/rtlwifi-rtl8192cu-Fix-WARNING-when-calling-local_irq.patch
	patches.suse/iwlwifi-mvm-fix-a-stray-tab.patch
	patches.suse/iwlwifi-mvm-clean-up-indenting-in-iwl_mvm_tlc_update.patch
	patches.suse/iwlwifi-iwl-eeprom-parse-mostly-dvm-only.patch
	patches.suse/iwlwifi-do-not-use-__unused-as-variable-name.patch
	patches.suse/iwlwifi-fix-Bz-NMI-behaviour.patch
	patches.suse/iwlwifi-fw-remove-dead-error-log-code.patch
	patches.suse/iwlwifi-pcie-add-jacket-bit-to-device-configuration-.patch
	patches.suse/iwlwifi-Read-the-correct-addresses-when-getting-the-.patch
	patches.suse/iwlwifi-mvm-support-revision-1-of-WTAS-table.patch
	patches.suse/iwlwifi-mvm-Add-list-of-OEMs-allowed-to-use-TAS.patch
	patches.suse/iwlwifi-add-support-for-BNJ-HW.patch
	patches.suse/iwlwifi-mvm-rfi-update-rfi-table.patch
	patches.suse/iwlwifi-rs-add-support-for-TLC-config-command-ver-4.patch
	patches.suse/iwlwifi-recognize-missing-PNVM-data-and-then-log-fil.patch
	patches.suse/iwlwifi-mvm-Increase-the-scan-timeout-guard-to-30-se.patch
	patches.suse/iwlwifi-parse-error-tables-from-debug-TLVs.patch
	patches.suse/iwlwifi-dump-CSR-scratch-from-outer-function.patch
	patches.suse/iwlwifi-dump-both-TCM-error-tables-if-present.patch
	patches.suse/iwlwifi-dump-RCM-error-tables.patch
	patches.suse/iwlwifi-mvm-fix-32-bit-build-in-FTM.patch
	patches.suse/iwlwifi-fix-debug-TLV-parsing.patch
	patches.suse/iwlwifi-fix-leaks-bad-data-after-failed-firmware-loa.patch
	patches.suse/iwlwifi-mvm-add-support-for-OCE-scan.patch
	patches.suse/iwlwifi-mvm-isolate-offload-assist-checksum-calculat.patch
	patches.suse/iwlwifi-remove-module-loading-failure-message.patch
	patches.suse/iwlwifi-mvm-use-a-define-for-checksum-flags-mask.patch
	patches.suse/iwlwifi-mvm-handle-RX-checksum-on-Bz-devices.patch
	patches.suse/iwlwifi-mvm-don-t-trust-hardware-queue-number.patch
	patches.suse/iwlwifi-mvm-change-old-SN-drop-threshold.patch
	patches.suse/iwlwifi-yoyo-support-TLV-based-firmware-reset.patch
	patches.suse/iwlwifi-don-t-pass-actual-WGDS-revision-number-in-ta.patch
	patches.suse/iwlwifi-mvm-test-roc-running-status-bits-before-remo.patch
	patches.suse/iwlwifi-mvm-Fix-calculation-of-frame-length.patch
	patches.suse/iwlwifi-bump-FW-API-to-69-for-AX-devices.patch
	patches.suse/iwlwifi-mvm-always-store-the-PPAG-table-as-the-lates.patch
	patches.suse/iwlwifi-mvm-correctly-set-channel-flags.patch
	patches.suse/iwlwifi-mvm-perform-6GHz-passive-scan-after-suspend.patch
	patches.suse/iwlwifi-pcie-add-killer-devices-to-the-driver.patch
	patches.suse/iwlwifi-mvm-set-protected-flag-only-for-NDP-ranging.patch
	patches.suse/iwlwifi-mvm-correctly-set-schedule-scan-profiles.patch
	patches.suse/iwlwifi-mvm-add-US-CA-to-TAS-block-list-if-OEM-isn-t.patch
	patches.suse/iwlwifi-mvm-support-Bz-TX-checksum-offload.patch
	patches.suse/iwlwifi-mvm-fix-AUX-ROC-removal.patch
	patches.suse/iwlwifi-mvm-drop-too-short-packets-silently.patch
	patches.suse/iwlwifi-mvm-remove-card-state-notification-code.patch
	patches.suse/iwlwifi-pcie-make-sure-prph_info-is-set-when-treatin.patch
	patches.suse/iwlwifi-fw-fix-some-scan-kernel-doc.patch
	patches.suse/iwlwifi-yoyo-fix-issue-with-new-DBGI_SRAM-region-rea.patch
	patches.suse/ath9k_htc-fix-NULL-pointer-dereference-at-ath9k_htc_.patch
	patches.suse/ath9k_htc-fix-NULL-pointer-dereference-at-ath9k_htc_-8b3046abc99e.patch
	patches.suse/ath9k-Fix-out-of-bound-memcpy-in-ath9k_hif_usb_rx_st.patch
	patches.suse/ath11k-Fix-napi-related-hang.patch
	patches.suse/rtw89-8852a-correct-bit-definition-of-dfs_en.patch
	patches.suse/bnxt_en-Add-event-handler-for-PAUSE-Storm-event.patch
	patches.suse/bnxt_en-Log-error-report-for-dropped-doorbell.patch
	patches.suse/bnxt_en-enable-interrupt-sampling-on-5750X-for-DIM.patch
	patches.suse/bnxt_en-Support-configurable-CQE-coalescing-mode.patch
	patches.suse/bnxt_en-Support-CQE-coalescing-mode-in-ethtool.patch
	patches.suse/bnxt_en-convert-to-xdp_do_flush.patch
	patches.suse/bnxt_en-Use-page-frag-RX-buffers-for-better-software.patch
	patches.suse/i40e-switch-to-napi_build_skb.patch
	patches.suse/iavf-switch-to-napi_build_skb.patch
	patches.suse/ice-switch-to-napi_build_skb.patch
	patches.suse/igb-switch-to-napi_build_skb.patch
	patches.suse/igc-switch-to-napi_build_skb.patch
	patches.suse/ixgbe-switch-to-napi_build_skb.patch
	patches.suse/ixgbevf-switch-to-napi_build_skb.patch
	patches.suse/Bluetooth-btusb-Add-one-more-Bluetooth-part-for-the-.patch
	patches.suse/Bluetooth-btusb-Add-the-new-support-IDs-for-WCN6855.patch
	patches.suse/Bluetooth-refactor-malicious-adv-data-check.patch
	patches.suse/Bluetooth-btmtksdio-fix-resume-failure.patch
	patches.suse/skbuff-introduce-skb_pull_data.patch
	patches.suse/Bluetooth-btusb-Add-one-more-Bluetooth-part-for-WCN6.patch
	patches.suse/Bluetooth-MGMT-Use-hci_dev_test_and_-set-clear-_flag.patch
	patches.suse/Bluetooth-L2CAP-Fix-using-wrong-mode.patch
	patches.suse/Bluetooth-btusb-Add-two-more-Bluetooth-parts-for-WCN.patch
	patches.suse/Bluetooth-btintel-Add-missing-quirks-and-msft-ext-fo.patch
	patches.suse/Bluetooth-btusb-Add-support-for-Foxconn-MT7922A.patch
	patches.suse/Bluetooth-hci_qca-Stop-IBS-timer-during-BT-OFF.patch
	patches.suse/Bluetooth-vhci-Set-HCI_QUIRK_VALID_LE_STATES.patch
	patches.suse/igb-move-SDP-config-initialization-to-separate-funct.patch
	patches.suse/igb-move-PEROUT-and-EXTTS-isr-logic-to-separate-func.patch
	patches.suse/igb-support-PEROUT-on-82580-i354-i350.patch
	patches.suse/igb-support-EXTTS-on-82580-i354-i350.patch
	patches.suse/ice-Add-flow-director-support-for-channel-mode.patch
	patches.suse/net-mlx5-DR-Fix-error-flow-in-creating-matcher.patch
	patches.suse/net-mlx5-DR-Fix-lower-case-macro-prefix-mlx5_-to-MLX.patch
	patches.suse/net-mlx5-DR-Remove-unused-struct-member-in-matcher.patch
	patches.suse/net-mlx5-DR-Rename-list-field-in-matcher-struct-to-l.patch
	patches.suse/net-mlx5-DR-Add-check-for-flex-parser-ID-value.patch
	patches.suse/net-mlx5-DR-Add-missing-reserved-fields-to-dr_match_.patch
	patches.suse/net-mlx5-DR-Add-support-for-dumping-steering-info.patch
	patches.suse/net-mlx5-DR-Add-support-for-UPLINK-destination-type.patch
	patches.suse/net-mlx5-DR-Warn-on-failure-to-destroy-objects-due-t.patch
	patches.suse/net-mlx5-Add-misc5-flow-table-match-parameters.patch
	patches.suse/net-mlx5-DR-Add-misc5-to-match_param-structs.patch
	patches.suse/net-mlx5-DR-Support-matching-on-tunnel-headers-0-and.patch
	patches.suse/net-mlx5-DR-Add-support-for-matching-on-geneve_tlv_o.patch
	patches.suse/net-mlx5-DR-Improve-steering-for-empty-or-RX-TX-only.patch
	patches.suse/net-mlx5-DR-Ignore-modify-TTL-if-device-doesn-t-supp.patch
	patches.suse/net-mlx5-Set-SMFS-as-a-default-steering-mode-if-devi.patch
	patches.suse/bpf-Do-not-WARN-in-bpf_warn_invalid_xdp_action.patch
	patches.suse/bpf-Let-bpf_warn_invalid_xdp_action-report-more-info.patch
	patches.suse/xsk-Wipe-out-dead-zero_copy_allocator-declarations.patch
	patches.suse/bpf-Introduce-composable-reg-ret-and-arg-types.patch
	patches.suse/bpf-Replace-ARG_XXX_OR_NULL-with-ARG_XXX-PTR_MAYBE_N.patch
	patches.suse/bpf-Replace-RET_XXX_OR_NULL-with-RET_XXX-PTR_MAYBE_N.patch
	patches.suse/bpf-Replace-PTR_TO_XXX_OR_NULL-with-PTR_TO_XXX-PTR_M.patch
	patches.suse/bpf-Introduce-MEM_RDONLY-flag.patch
	patches.suse/bpf-Convert-PTR_TO_MEM_OR_NULL-to-composable-types.patch
	patches.suse/bpf-Make-per_cpu_ptr-return-rdonly-PTR_TO_MEM.patch
	patches.suse/bpf-Add-MEM_RDONLY-for-helper-args-that-are-pointers.patch
	patches.suse/bpf-selftests-Test-PTR_TO_RDONLY_MEM.patch
	patches.suse/net-Don-t-include-filter.h-from-net-sock.h.patch
	patches.suse/net-smc-remove-redundant-re-assignment-of-pointer-link
	patches.suse/qed-Use-dma_set_mask_and_coherent-and-simplify-code.patch
	patches.suse/batman-adv-allow-netlink-usage-in-unprivileged-conta.patch
	patches.suse/net-mlx5-CT-Set-flow-source-hint-from-provided-tuple.patch
	patches.suse/net-fixup-build-after-bpf-header-changes.patch
	patches.suse/ethernet-sfc-remove-redundant-rc-variable.patch
	patches.suse/mac80211-allow-non-standard-VHT-MCS-10-11.patch
	patches.suse/net-ethernet-mtk_eth_soc-fix-return-values-and-refac.patch
	patches.suse/can-usb_8dev-remove-unused-member-echo_skb-from-stru.patch
	patches.suse/net-phy-marvell-configure-RGMII-delays-for-88E1118.patch
	patches.suse/gro-add-ability-to-control-gro-max-packet-size.patch
	patches.suse/sfc-Use-swap-instead-of-open-coding-it.patch
	patches.suse/veth-Do-not-record-rx-queue-hint-in-veth_xmit.patch
	patches.suse/mlxsw-Rename-virtual-router-flex-key-element.patch
	patches.suse/mlxsw-Introduce-flex-key-elements-for-Spectrum-4.patch
	patches.suse/mlxsw-spectrum_acl_bloom_filter-Reorder-functions-to.patch
	patches.suse/mlxsw-spectrum_acl_bloom_filter-Make-mlxsw_sp_acl_bf.patch
	patches.suse/mlxsw-spectrum_acl_bloom_filter-Rename-Spectrum-2-sp.patch
	patches.suse/mlxsw-Add-operations-structure-for-bloom-filter-calc.patch
	patches.suse/mlxsw-spectrum_acl_bloom_filter-Add-support-for-Spec.patch
	patches.suse/mlxsw-spectrum-Extend-to-support-Spectrum-4-ASIC.patch
	patches.suse/ice-replay-advanced-rules-after-reset.patch
	patches.suse/ice-improve-switchdev-s-slow-path.patch
	patches.suse/ice-Slightly-simply-ice_find_free_recp_res_idx.patch
	patches.suse/ice-Optimize-a-few-bitmap-operations.patch
	patches.suse/ice-Use-bitmap_free-to-free-bitmap.patch
	patches.suse/net-mlx5-mlx5e_hv_vhca_stats_create-return-type-to-v.patch
	patches.suse/net-mlx5-Introduce-control-IRQ-request-API.patch
	patches.suse/net-mlx5-Move-affinity-assignment-into-irq_request.patch
	patches.suse/net-mlx5-Split-irq_pool_affinity-logic-to-new-file.patch
	patches.suse/net-mlx5-Introduce-API-for-bulk-request-and-release-.patch
	patches.suse/net-mlx5-SF-Use-all-available-cpu-for-setting-cpu-af.patch
	patches.suse/net-mlx5-Update-log_max_qp-value-to-FW-max-capabilit.patch
	patches.suse/net-mlx5e-Expose-FEC-counters-via-ethtool.patch
	patches.suse/net-mlx5e-Unblock-setting-vid-0-for-VF-in-case-PF-is.patch
	patches.suse/net-mlx5e-Fix-feature-check-per-profile.patch
	patches.suse/net-mlx5e-Move-HW-GRO-and-CQE-compression-check-to-f.patch
	patches.suse/net-mlx5e-Refactor-set_pflag_cqe_based_moder.patch
	patches.suse/net-mlx5e-TC-Remove-redundant-error-logging.patch
	patches.suse/net-mlx5e-Add-recovery-flow-in-case-of-error-CQE.patch
	patches.suse/net-tls-Fix-skb-memory-leak-when-running-kTLS-traffi.patch
	patches.suse/i40e-Add-ensurance-of-MacVlan-resources-for-every-tr.patch
	patches.suse/i40e-Minimize-amount-of-busy-waiting-during-AQ-send.patch
	patches.suse/i40e-Update-FW-API-version.patch
	patches.suse/i40e-Remove-non-inclusive-language.patch
	patches.suse/i40e-remove-variables-set-but-not-used.patch
	patches.suse/iavf-remove-an-unneeded-variable.patch
	patches.suse/net-mscc-ocelot-fix-incorrect-balancing-with-down-LA.patch
	patches.suse/can-mcp251xfd-mcp251xfd_tef_obj_read-fix-typo-in-err.patch
	patches.suse/can-mcp251xfd-add-missing-newline-to-printed-strings.patch
	patches.suse/Bluetooth-hci_bcm-Check-for-error-irq.patch
	patches.suse/Bluetooth-hci_qca-Fix-NULL-vs-IS_ERR_OR_NULL-check-i.patch
	patches.suse/Bluetooth-btintel-Fix-broken-LED-quirk-for-legacy-RO.patch
	patches.suse/Bluetooth-btusb-Add-support-for-Foxconn-QCA-0xe0d0.patch
	patches.suse/Bluetooth-L2CAP-uninitialized-variables-in-l2cap_soc.patch
	patches.suse/iwlwifi-mvm-Use-div_s64-instead-of-do_div-in-iwl_mvm.patch
	patches.suse/bnxt_en-add-dynamic-debug-support-for-HWRM-messages.patch
	patches.suse/bnxt_en-improve-VF-error-messages-when-PF-is-unavail.patch
	patches.suse/bnxt_en-use-firmware-provided-max-timeout-for-messag.patch
	patches.suse/bnxt_en-improve-firmware-timeout-messaging.patch
	patches.suse/net-mlx5e-Fix-build-error-in-fec_set_block_stats.patch
	patches.suse/bna-Simplify-DMA-setting.patch
	patches.suse/vmxnet3-Remove-useless-DMA-32-fallback-configuration.patch
	patches.suse/be2net-Remove-useless-DMA-32-fallback-configuration.patch
	patches.suse/bnx2x-Remove-useless-DMA-32-fallback-configuration.patch
	patches.suse/cxgb4-Remove-useless-DMA-32-fallback-configuration.patch
	patches.suse/cxgb4vf-Remove-useless-DMA-32-fallback-configuration.patch
	patches.suse/can-gs_usb-fix-use-of-uninitialized-variable-detach-.patch
	patches.suse/can-isotp-convert-struct-tpcon-idx-len-to-unsigned-i.patch
	patches.suse/ppp-ensure-minimum-packet-size-in-ppp_write.patch
	patches.suse/rocker-fix-a-sleeping-in-atomic-bug.patch
	patches.suse/fsl-fman-Check-for-null-pointer-after-calling-devm_i.patch
	patches.suse/net-smc-Reset-conn-lgr-when-link-group-registration-fails
	patches.suse/net-mlx5e-Fix-page-DMA-map-unmap-attributes.patch
	patches.suse/net-mlx5e-Fix-nullptr-on-deleting-mirroring-rule.patch
	patches.suse/net-mlx5e-Fix-wrong-usage-of-fib_info_nh-when-routes.patch
	patches.suse/net-mlx5e-Don-t-block-routes-with-nexthop-objects-in.patch
	patches.suse/Revert-net-mlx5e-Block-offload-of-outer-header-csum-.patch
	patches.suse/Revert-net-mlx5e-Block-offload-of-outer-header-csum--01c3fd11.patch
	patches.suse/net-mlx5e-Fix-matching-on-modified-inner-ip_ecn-bits.patch
	patches.suse/net-mlx5-Fix-access-to-sf_dev_table-on-allocation-fa.patch
	patches.suse/net-mlx5e-Sync-VXLAN-udp-ports-during-uplink-represe.patch
	patches.suse/net-mlx5-Set-command-entry-semaphore-up-once-got-ind.patch
	patches.suse/Revert-net-mlx5-Add-retry-mechanism-to-the-command-e.patch
	patches.suse/octeontx2-af-Increment-ptp-refcount-before-use.patch
	patches.suse/octeontx2-nicvf-Free-VF-PTP-resources.patch
	patches.suse/ax25-uninitialized-variable-in-ax25_setsockopt.patch
	patches.suse/octeontx2-af-Fix-interrupt-name-strings.patch
	patches.suse/can-softing_cs-softingcs_probe-fix-memleak-on-regist.patch
	patches.suse/can-softing-softing_startstop-fix-set-but-not-used-v.patch
	patches.suse/can-xilinx_can-xcan_probe-check-for-error-irq.patch
	patches.suse/can-gs_usb-gs_can_start_xmit-zero-initialize-hf-flag.patch
	patches.suse/net-openvswitch-Fix-ct_state-nat-flags-for-conns-arr.patch
	patches.suse/net-mcs7830-handle-usb-read-errors-properly.patch
	patches.suse/ACPICA-actypes.h-Expand-the-ACPI_ACCESS_-definitions.patch
	patches.suse/ACPICA-Use-original-data_table_region-pointer-for-ac.patch
	patches.suse/ACPICA-Use-original-pointer-for-virtual-origin-table.patch
	patches.suse/ACPICA-Macros-Remove-ACPI_PHYSADDR_TO_PTR.patch
	patches.suse/ACPICA-Avoid-subobject-buffer-overflow-when-validati.patch
	patches.suse/ACPICA-iASL-Disassembler-Additional-support-for-NHLT.patch
	patches.suse/ACPICA-Fix-AEST-Processor-generic-resource-substruct.patch
	patches.suse/ACPICA-Utilities-Avoid-deleting-the-same-object-twic.patch
	patches.suse/ACPICA-Executer-Fix-the-REFCLASS_REFOF-case-in-acpi_.patch
	patches.suse/ACPICA-Fix-wrong-interpretation-of-PCC-address.patch
	patches.suse/ACPICA-Add-support-for-PCC-Opregion-special-context-.patch
	patches.suse/ACPICA-Hardware-Do-not-flush-CPU-cache-when-entering.patch
	patches.suse/ACPICA-Change-a-return_ACPI_STATUS-AE_BAD_PARAMETER.patch
	patches.suse/ACPICA-Fixed-a-couple-of-warnings-under-MSVC.patch
	patches.suse/ACPICA-iASL-Add-TDEL-table-to-both-compiler-disassem.patch
	patches.suse/ACPICA-iASL-Add-suppport-for-AGDI-table.patch
	patches.suse/ACPICA-iASL-NHLT-table-Specific-Data-field-support.patch
	patches.suse/ACPICA-Update-version-to-20211217.patch
	patches.suse/ACPI-scan-Do-not-add-device-IDs-from-_CID-if-_HID-is.patch
	patches.suse/ACPI-scan-Introduce-acpi_fetch_acpi_dev.patch
	patches.suse/ACPI-Use-acpi_fetch_acpi_dev-instead-of-acpi_bus_get.patch
	patches.suse/ACPI-scan-Create-platform-device-for-BCM4752-and-LNV.patch
	patches.suse/ACPI-x86-Add-acpi_quirk_skip_-i2c_client-serdev-_enu.patch
	patches.suse/ACPI-PM-Avoid-CPU-cache-flush-when-entering-S4.patch
	patches.suse/ACPI-PM-Remove-redundant-cache-flushing.patch
	patches.suse/ACPI-PM-Emit-debug-messages-when-enabling-disabling-.patch
	patches.suse/PCI-ACPI-Fix-acpi_pci_osc_control_set-kernel-doc-com.patch
	patches.suse/ACPI-EC-Rework-flushing-of-EC-work-while-suspended-t.patch
	patches.suse/ACPI-EC-Call-advance_transaction-from-acpi_ec_dispat.patch
	patches.suse/ACPI-EC-Pass-one-argument-to-acpi_ec_query.patch
	patches.suse/ACPI-EC-Fold-acpi_ec_check_event-into-acpi_ec_event_.patch
	patches.suse/ACPI-EC-Rearrange-the-loop-in-acpi_ec_event_handler.patch
	patches.suse/ACPI-EC-Simplify-locking-in-acpi_ec_event_handler.patch
	patches.suse/ACPI-EC-Rename-three-functions.patch
	patches.suse/ACPI-EC-Avoid-queuing-unnecessary-work-in-acpi_ec_su.patch
	patches.suse/ACPI-EC-Make-the-event-work-state-machine-visible.patch
	patches.suse/ACPI-EC-Relocate-acpi_ec_create_query-and-drop-acpi_.patch
	patches.suse/ACPI-EC-Mark-the-ec_sys-write_support-param-as-modul.patch
	patches.suse/ACPI-processor-Replace-kernel.h-with-the-necessary-i.patch
	patches.suse/ACPI-processor-idle-Use-swap-instead-of-open-coding-.patch
	patches.suse/ACPI-processor-idle-Only-flush-cache-on-entering-C3.patch
	patches.suse/ACPI-processor-thermal-avoid-cpufreq_get_policy.patch
	patches.suse/ACPI-x86-Drop-PWM2-device-on-Lenovo-Yoga-Book-from-a.patch
	patches.suse/ACPI-Change-acpi_device_always_present-into-acpi_dev.patch
	patches.suse/ACPI-x86-Allow-specifying-acpi_device_override_statu.patch
	patches.suse/ACPI-x86-Add-not-present-quirk-for-the-PCI0.SDHB.BRC.patch
	patches.suse/ACPI-x86-Add-PWM2-on-the-Xiaomi-Mi-Pad-2-to-the-alwa.patch
	patches.suse/ACPI-x86-Introduce-an-acpi_quirk_skip_acpi_ac_and_ba.patch
	patches.suse/ACPI-x86-Skip-AC-and-battery-devices-on-x86-Android-.patch
	patches.suse/ACPI-PMIC-constify-all-struct-intel_pmic_opregion_da.patch
	patches.suse/ACPI-PMIC-allow-drivers-to-provide-a-custom-lpat_raw.patch
	patches.suse/ACPI-PMIC-xpower-Fix-_TMP-ACPI-errors.patch
	patches.suse/ACPI-DPTF-Update-device-ID-in-a-comment.patch
	patches.suse/ACPI-tables-Add-AEST-to-the-list-of-known-table-sign.patch
	patches.suse/ACPI-NUMA-Process-hotpluggable-memblocks-when-CONFIG.patch
	patches.suse/ACPI-sysfs-use-default_groups-in-kobj_type.patch
	patches.suse/ACPI-CPPC-Amend-documentation-in-the-comments.patch
	patches.suse/ACPI-thermal-drop-an-always-true-check.patch
	patches.suse/ACPI-battery-Add-the-ThinkPad-Not-Charging-quirk.patch
	patches.suse/cpufreq-intel_pstate-Update-EPP-for-AlderLake-mobile.patch
	patches.suse/ACPI-CPPC-Implement-support-for-SystemIO-registers.patch
	patches.suse/ACPI-CPPC-Check-present-CPUs-for-determining-_CPC-is.patch
	patches.suse/ACPI-CPPC-Add-CPPC-enable-register-function.patch
	patches.suse/PM-runtime-Add-safety-net-to-supplier-device-release.patch
	patches.suse/PM-hibernate-Allow-ACPI-hardware-signature-to-be-hon.patch
	patches.suse/powercap-intel_rapl-support-new-layout-of-Psys-PowerLimit-Register-on-SPR.patch
	patches.suse/thermal-drivers-imx-Implement-runtime-PM-support.patch
	patches.suse/thermal-drivers-imx8mm-Enable-ADC-when-enabling-moni.patch
	patches.suse/thermal-drivers-int340x-Fix-RFIM-mailbox-write-comma.patch
	patches.suse/device-property-Fix-fwnode_graph_devcon_match-fwnode.patch
	patches.suse/device-property-Fix-documentation-for-FWNODE_GRAPH_D.patch
	patches.suse/Documentation-ACPI-Fix-data-node-reference-documenta.patch
	patches.suse/software-node-fix-wrong-node-passed-to-find-nargs_pr.patch
	patches.suse/select-Fix-indefinitely-sleeping-task-in-poll_schedu.patch
	patches.suse/cgroup-Trace-event-cgroup-id-fields-should-be-u64.patch
	patches.suse/workqueue-Fix-unbind_workers-VS-wq_worker_running-ra.patch
	patches.suse/workqueue-Fix-unbind_workers-VS-wq_worker_sleeping-r.patch
	patches.suse/tools-nolibc-x86-64-Fix-startup-code-bug.patch
	patches.suse/tools-nolibc-i386-fix-initial-stack-alignment.patch
	patches.suse/tools-nolibc-fix-incorrect-truncation-of-exit-code.patch
	patches.suse/scripts-sphinx-pre-install-add-required-ctex-depende.patch
	patches.suse/Documentation-refer-to-config-RANDOMIZE_BASE-for-ker.patch
	patches.suse/docs-automarkup.py-Fix-invalid-HTML-link-output-and-.patch
	patches.suse/scripts-sphinx-pre-install-Fix-ctex-support-on-Debia.patch
	patches.suse/hwrng-cavium-Check-health-status-while-reading-rando.patch
	patches.suse/crypto-caam-replace-this_cpu_ptr-with-raw_cpu_ptr.patch
	patches.suse/crypto-qce-fix-uaf-on-qce_aead_register_one.patch
	patches.suse/crypto-qce-fix-uaf-on-qce_ahash_register_one.patch
	patches.suse/crypto-qce-fix-uaf-on-qce_skcipher_register_one.patch
	patches.suse/crypto-octeontx2-use-swap-to-make-code-cleaner.patch
	patches.suse/crypto-drbg-prepare-for-more-fine-grained-tracking-o.patch
	patches.suse/crypto-drbg-track-whether-DRBG-was-seeded-with-rng_i.patch
	patches.suse/crypto-drbg-move-dynamic-reseed_threshold-adjustment.patch
	patches.suse/crypto-drbg-make-reseeding-from-get_random_bytes-syn.patch
	patches.suse/crypto-drbg-make-drbg_prepare_hrng-handle-jent-insta.patch
	patches.suse/crypto-drbg-reseed-nopr-drbgs-periodically-from-get_.patch
	patches.suse/crypto-qat-fix-undetected-PFVF-timeout-in-ACK-loop.patch
	patches.suse/crypto-jitter-consider-32-LSB-for-APT.patch
	patches.suse/crypto-rsa-limit-key-size-to-2048-in-FIPS-mode.patch
	patches.suse/crypto-dh-limit-key-size-to-2048-in-FIPS-mode.patch
	patches.suse/crypto-des-disallow-des3-in-FIPS-mode.patch
	patches.suse/crypto-caam-save-caam-memory-to-support-crypto-engin.patch
	patches.suse/crypto-octeontx2-uninitialized-variable-in-kvf_limit.patch
	patches.suse/crypto-stm32-cryp-fix-CTR-counter-carry.patch
	patches.suse/crypto-stm32-cryp-fix-xts-and-race-condition-in-cryp.patch
	patches.suse/crypto-stm32-cryp-check-early-input-data.patch
	patches.suse/crypto-stm32-cryp-fix-double-pm-exit.patch
	patches.suse/crypto-stm32-cryp-fix-lrw-chaining-mode.patch
	patches.suse/crypto-stm32-cryp-fix-bugs-and-crash-in-tests.patch
	patches.suse/0001-crypto-drbg-ignore-jitterentropy-errors-if-not-in-FI.patch
	patches.suse/0002-crypto-jitter-don-t-limit-health_failure-check-to-FI.patch
	patches.suse/0003-crypto-jitter-quit-sample-collection-loop-upon-RCT-f.patch
	patches.suse/crypto-stm32-Revert-broken-pm_runtime_resume_and_get.patch
	patches.suse/crypto-octeontx2-add-apis-for-custom-engine-groups.patch
	patches.suse/crypto-octeontx2-parameters-for-custom-engine-groups.patch
	patches.suse/crypto-hisilicon-hpre-fix-memory-leak-in-hpre_curve2.patch
	patches.suse/crypto-octeontx2-Use-swap-instead-of-swap_engines.patch
	patches.suse/crypto-octeontx2-out-of-bounds-access-in-otx2_cpt_dl.patch
	patches.suse/crypto-octeontx2-prevent-underflow-in-get_cores_bmap.patch
	patches.suse/crypto-omap-aes-Fix-broken-pm_runtime_and_get-usage.patch
	patches.suse/crypto-stm32-crc32-Fix-kernel-BUG-triggered-in-probe.patch
	patches.suse/crypto-x86-aesni-don-t-require-alignment-of-data.patch
	patches.suse/lib-mpi-Add-the-return-value-check-of-kcalloc.patch
	patches.suse/x86-amd_nb-add-amd-family-19h-models-10h-1fh-and-a0h-afh.patch
	patches.suse/hwmon-k10temp-remove-unused-definitions.patch
	patches.suse/hwmon-k10temp-add-support-for-amd-family-19h-models.patch
	patches.suse/hwmon-k10temp-support-up-to-12-CCDs.patch
	patches.suse/hwmon-mr75203-fix-wrong-power-up-delay-value.patch
	patches.suse/HID-hid-uclogic-params-Invalid-parameter-check-in-uc.patch
	patches.suse/HID-hid-uclogic-params-Invalid-parameter-check-in-uc-0a94131d6920.patch
	patches.suse/HID-hid-uclogic-params-Invalid-parameter-check-in-uc-ff6b548afe4d.patch
	patches.suse/HID-hid-uclogic-params-Invalid-parameter-check-in-uc-aa320fdbbbb4.patch
	patches.suse/HID-quirks-Allow-inverting-the-absolute-X-Y-values.patch
	patches.suse/HID-i2c-hid-of-Expose-the-touchscreen-inverted-prope.patch
	patches.suse/HID-apple-Do-not-reset-quirks-when-the-Fn-key-is-not.patch
	patches.suse/HID-magicmouse-Report-battery-level-over-USB.patch
	patches.suse/HID-magicmouse-Fix-an-error-handling-path-in-magicmo.patch
	patches.suse/power-reset-mt6397-Check-for-null-res-pointer.patch
	patches.suse/HSI-core-Fix-return-freed-object-in-hsi_new_client.patch
	patches.suse/platform-x86-asus-wmi-Add-support-for-custom-fan-cur.patch
	patches.suse/platform-x86-wmi-Replace-read_takes_no_args-with-a-f.patch
	patches.suse/platform-x86-wmi-Fix-driver-notify-vs-probe-race.patch
	patches.suse/mtd-Fixed-breaking-list-in-__mtd_del_partition.patch
	patches.suse/mtd-core-provide-unique-name-for-nvmem-device.patch
	patches.suse/mtd-hyperbus-rpc-if-Check-return-value-of-rpcif_sw_i.patch
	patches.suse/mtd-hyperbus-rpc-if-fix-bug-in-rpcif_hb_remove.patch
	patches.suse/mtd-rawnand-davinci-Don-t-calculate-ECC-when-reading.patch
	patches.suse/mtd-rawnand-davinci-Avoid-duplicated-page-read.patch
	patches.suse/mtd-rawnand-davinci-Rewrite-function-description.patch
	patches.suse/mtd-rawnand-Export-nand_read_page_hwecc_oob_first.patch
	patches.suse/mtd-rawnand-ingenic-JZ4740-needs-oob_first-read-page.patch
	patches.suse/mtd-rawnand-gpmi-Remove-explicit-default-gpmi-clock-.patch
	patches.suse/mtd-rawnand-gpmi-Add-ERR007117-protection-for-nfc_ap.patch
	patches.suse/mtd-rawnand-mpc5121-Remove-unused-variable-in-ads512.patch
	patches.suse/regmap-Call-regmap_debugfs_exit-prior-to-_init.patch
	patches.suse/regulator-Drop-unnecessary-struct-member.patch
	patches.suse/regulator-da9121-Prevent-current-limit-change-when-e.patch
	patches.suse/regulator-qcom-labibb-OCP-interrupts-are-not-a-failu.patch
	patches.suse/regulator-qcom_smd-Align-probe-function-with-rpmh-re.patch
	patches.suse/spi-hisi-kunpeng-Fix-the-debugfs-directory-name-inco.patch
	patches.suse/spi-spi-rspi-Drop-redeclaring-ret-variable-in-qspi_t.patch
	patches.suse/spi-tegra210-quad-use-devm-call-for-cdata-memory.patch
	patches.suse/spi-Fix-incorrect-cs_setup-delay-handling.patch
	patches.suse/spi-spi-meson-spifc-Add-missing-pm_runtime_disable-i.patch
	patches.suse/spi-uniphier-Fix-a-bug-that-doesn-t-point-to-private.patch
	patches.suse/mfd-atmel-flexcom-Remove-ifdef-CONFIG_PM_SLEEP.patch
	patches.suse/mfd-atmel-flexcom-Use-.resume_noirq.patch
	patches.suse/mfd-intel-lpss-Fix-too-early-PM-enablement-in-the-AC.patch
	patches.suse/mfd-tps65910-Set-PWR_OFF-bit-during-driver-probe.patch
	patches.suse/backlight-qcom-wled-Validate-enabled-string-indices-.patch
	patches.suse/backlight-qcom-wled-Pass-number-of-elements-to-read-.patch
	patches.suse/backlight-qcom-wled-Use-cpu_to_le16-macro-to-perform.patch
	patches.suse/backlight-qcom-wled-Fix-off-by-one-maximum-with-defa.patch
	patches.suse/backlight-qcom-wled-Override-default-length-with-qco.patch
	patches.suse/backlight-qcom-wled-Respect-enabled-strings-in-set_b.patch
	patches.suse/mmc-tmio-reinit-card-irqs-in-reset-routine.patch
	patches.suse/mmc-core-Fixup-storing-of-OCR-for-MMC_QUIRK_NONSTD_S.patch
	patches.suse/mmc-sdhci-pci-Add-PCI-ID-for-Intel-ADL.patch
	patches.suse/mmc-sdhci-pci-gli-GL9755-Support-for-CD-WP-inversion.patch
	patches.suse/mmc-meson-mx-sdhc-add-IRQ-check.patch
	patches.suse/mmc-meson-mx-sdio-add-IRQ-check.patch
	patches.suse/mmc-mtk-sd-Use-readl_poll_timeout-instead-of-open-co.patch
	patches.suse/gpio-aspeed-Convert-aspeed_gpio.lock-to-raw_spinlock.patch
	patches.suse/gpiolib-acpi-Do-not-set-the-IRQ-type-if-the-IRQ-is-a.patch
	patches.suse/dt-bindings-gpio-Add-Tegra241-support.patch
	patches.suse/gpio-tegra186-Add-support-for-Tegra241.patch
	patches.suse/pcmcia-rsrc_nonstatic-Fix-a-NULL-pointer-dereference.patch
	patches.suse/pcmcia-rsrc_nonstatic-Fix-a-NULL-pointer-dereference-977d2e7c63c3.patch
	patches.suse/pcmcia-fix-setting-of-kthread-task-states.patch
	patches.suse/tpm-add-request_locality-before-write-TPM_INT_ENABLE.patch
	patches.suse/tpm_tis-Fix-an-error-handling-path-in-tpm_tis_core_i.patch
	patches.suse/tpm-fix-potential-NULL-pointer-access-in-tpm_del_cha.patch
	patches.suse/tpm-fix-NPE-on-probe-for-missing-device.patch
	patches.suse/selinux-fix-potential-memleak-in-selinux_add_opt.patch
	patches.suse/audit-ensure-userspace-is-penalized-the-same-as-the-.patch
	patches.suse/ima-Fix-undefined-arch_ima_get_secureboot-and-co.patch
	patches.suse/btrfs-only-copy-dir-index-keys-when-logging-a-direct.patch
	patches.suse/btrfs-remove-no-longer-needed-logic-for-replaying-di.patch
	patches.suse/btrfs-use-btrfs_item_size_nr-btrfs_item_offset_nr-ev.patch
	patches.suse/btrfs-add-btrfs_set_item_-_nr-helpers.patch
	patches.suse/btrfs-make-btrfs_file_extent_inline_item_len-take-a-.patch
	patches.suse/btrfs-introduce-item_nr-token-variant-helpers.patch
	patches.suse/btrfs-drop-the-_nr-from-the-item-helpers.patch
	patches.suse/btrfs-remove-the-btrfs_item_end-helper.patch
	patches.suse/btrfs-rename-btrfs_item_end_nr-to-btrfs_item_data_en.patch
	patches.suse/btrfs-respect-the-max-size-in-the-header-when-activa.patch
	patches.suse/xfs-only-run-COW-extent-recovery-when-there-are-no-l.patch
	patches.suse/xfs-check-sb_meta_uuid-for-dabuf-buffer-recovery.patch
	patches.suse/xfs-prevent-UAF-in-xfs_log_item_in_current_chkpt.patch
	patches.suse/ext4-fix-fast-commit-may-miss-tracking-range-for-FAL.patch
	patches.suse/ext4-use-ext4_ext_remove_space-for-fast-commit-repla.patch
	patches.suse/ext4-fast-commit-may-miss-tracking-unwritten-range-d.patch
	patches.suse/ext4-destroy-ext4_fc_dentry_cachep-kmemcache-on-modu.patch
	patches.suse/ext4-Fix-BUG_ON-in-ext4_bread-when-write-quota-data.patch
	patches.suse/ext4-make-sure-quota-gets-properly-shutdown-on-error.patch
	patches.suse/ext4-make-sure-to-reset-inode-lockdep-class-when-quo.patch
	patches.suse/ext4-fix-a-possible-ABBA-deadlock-due-to-busy-PA.patch
	patches.suse/ext4-initialize-err_blk-before-calling-__ext4_get_in.patch
	patches.suse/ext4-fix-null-ptr-deref-in-__ext4_journal_ensure_cre.patch
	patches.suse/ext4-fix-an-use-after-free-issue-about-data-journal-.patch
	patches.suse/ext4-avoid-trim-error-on-fs-with-small-groups.patch
	patches.suse/ext4-set-csum-seed-in-tmp-inode-while-migrating-to-extents.patch
	patches.suse/ext4-don-t-use-the-orphan-list-when-migrating-an-ino.patch
	patches.suse/lib-logic_iomem-Fix-32-bit-build.patch
	patches.suse/lib-logic_iomem-Fix-operation-on-32-bit.patch
	patches.suse/ARM-9159-1-decompressor-Avoid-UNPREDICTABLE-NOP-enco.patch
	patches.suse/psi-Remove-repeated-verbose-comment.patch
	patches.suse/psi-Add-a-missing-SPDX-license-header.patch
	patches.suse/sched-core-Forced-idle-accounting.patch
	patches.suse/psi-Fix-PSI_MEM_FULL-state-when-tasks-are-in-memstall-and-doing-reclaim.patch
	patches.suse/cputime-cpuacct-Include-guest-time-in-user-time-in-c.patch
	patches.suse/sched-cpuacct-Fix-user-system-in-shown-cpuacct.usage.patch
	patches.suse/sched-fair-Fix-detection-of-per-CPU-kthreads-waking-a-task.patch
	patches.suse/sched-fair-Fix-per-CPU-kthread-and-wakee-stacking-for-asym-CPU-capacity.patch
	patches.suse/sched-fair-Document-the-slow-path-and-fast-path-in-select_task_rq_fair.patch
	patches.suse/sched-rt-Try-to-restart-rt-period-timer-when-rt-runt.patch
	patches.suse/sched-fair-Cleanup-task_util-and-capacity-type.patch
	patches.suse/kernel-locking-Use-a-pointer-in-ww_mutex_trylock.patch
	patches.suse/sched-Trigger-warning-if-migration_disabled-counter-underflows.patch
	patches.suse/locking-Remove-rt_rwlock_is_contended.patch
	patches.suse/locking-rtmutex-Squash-self-deadlock-check-for-ww_rt.patch
	patches.suse/locking-rtmutex-Add-rt_mutex_lock_nest_lock-and-rt_m.patch
	patches.suse/locking-Make-owner_on_cpu-into-linux-sched.h.patch
	patches.suse/block-Provide-blk_mq_sched_get_icq.patch
	patches.suse/bfq-Track-number-of-allocated-requests-in-bfq_entity.patch
	patches.suse/bfq-Store-full-bitmap-depth-in-bfq_data.patch
	patches.suse/bfq-Limit-number-of-requests-consumed-by-each-cgroup.patch
	patches.suse/bfq-Limit-waker-detection-in-time.patch
	patches.suse/bfq-Do-not-let-waker-requests-skip-proper-accounting.patch
	patches.suse/block-Fix-fsync-always-failed-if-once-failed.patch
	patches.suse/floppy-Fix-hang-in-watchdog-when-disk-is-ejected.patch
	patches.suse/floppy-Add-max-size-check-for-user-space-request.patch
	patches.suse/nvme-fabrics-print-out-valid-arguments-when-reading-.patch
	patches.suse/nvme-add-iopolicy-module-parameter.patch
	patches.suse/md-raid5-play-nice-with-PREEMPT_RT.patch
	patches.suse/md-Move-alloc-free-acct-bioset-in-to-personality.patch
	patches.suse/pinctrl-armada-37xx-Use-temporary-variable-for-struc.patch
	patches.suse/pinctrl-armada-37xx-Make-use-of-the-devm_platform_io.patch
	patches.suse/pinctrl-armada-37xx-Convert-to-use-dev_err_probe.patch
	patches.suse/pinctrl-renesas-rza1-Fix-kerneldoc-function-names.patch
	patches.suse/device-property-Check-fwnode-secondary-when-finding-.patch
	patches.suse/PCI-Add-defines-for-accessing-PCIe-DVSEC-fields.patch
	patches.suse/driver-core-auxiliary-bus-Add-driver-data-helpers.patch
	patches.suse/platform-x86-intel-Move-intel_pmt-from-MFD-to-Auxili.patch
	patches.suse/RDMA-irdma-Use-auxiliary_device-driver-data-helpers.patch
	patches.suse/net-mlx5e-Use-auxiliary_device-driver-data-helpers.patch
	patches.suse/vdpa-mlx5-Use-auxiliary_device-driver-data-helpers.patch
	patches.suse/debugfs-lockdown-Allow-reading-debugfs-files-that-ar.patch
	patches.suse/drivers-firmware-Add-missing-platform_device_put-in-.patch
	patches.suse/staging-rtl8192e-return-error-code-from-rtllib_softm.patch
	patches.suse/staging-rtl8192e-rtllib_module-fix-error-handle-case.patch
	patches.suse/n_gsm-remove-unused-parameters-from-gsm_error.patch
	patches.suse/tty-serial-imx-clear-the-RTSD-status-before-enable-t.patch
	patches.suse/tty-serial-imx-disable-UCR4_OREN-in-.stop_rx-instead.patch
	patches.suse/tty-serial-atmel-Check-return-code-of-dmaengine_subm.patch
	patches.suse/tty-serial-atmel-Call-dma_async_issue_pending.patch
	patches.suse/tty-serial-fsl_lpuart-add-timeout-for-wait_event_int.patch
	patches.suse/tty-serial-uartlite-allow-64-bit-address.patch
	patches.suse/serial-amba-pl011-do-not-request-memory-region-twice.patch
	patches.suse/serial-Fix-incorrect-rs485-polarity-on-uart-open.patch
	patches.suse/serial-8250_bcm7271-Propagate-error-codes-from-brcmu.patch
	patches.suse/serial-liteuart-fix-MODULE_ALIAS.patch
	patches.suse/serial-pl010-Drop-CR-register-reset-on-set_termios.patch
	patches.suse/serial-pl011-Drop-CR-register-reset-on-set_termios.patch
	patches.suse/serial-stm32-move-tx-dma-terminate-DMA-to-shutdown.patch
	patches.suse/serial-core-Keep-mctrl-register-state-and-cached-cop.patch
	patches.suse/usb-dwc3-meson-g12a-fix-shared-reset-control-use.patch
	patches.suse/USB-ehci_brcm_hub_control-Improve-port-index-sanitiz.patch
	patches.suse/usb-gadget-f_fs-Use-stream_open-for-endpoint-files.patch
	patches.suse/usb-xhci-mtk-remove-unnecessary-error-check.patch
	patches.suse/usb-xhci-mtk-fix-random-remote-wakeup.patch
	patches.suse/usb-typec-ucsi-Expose-number-of-alternate-modes-in-p.patch
	patches.suse/usb-dwc3-gadget-Skip-checking-Update-Transfer-status.patch
	patches.suse/usb-dwc3-gadget-Ignore-Update-Transfer-cmd-params.patch
	patches.suse/usb-dwc3-gadget-Skip-reading-GEVNTSIZn.patch
	patches.suse/usb-uhci-add-aspeed-ast2600-uhci-support.patch
	patches.suse/usb-core-Fix-file-path-that-does-not-exist.patch
	patches.suse/0001-usb-Add-Xen-pvUSB-protocol-description.patch
	patches.suse/0002-usb-Introduce-Xen-pvUSB-frontend-xen-hcd.patch
	patches.suse/usb-core-hcd-change-sizeof-vaddr-to-sizeof-unsigned-.patch
	patches.suse/usb-host-xen-hcd-add-missing-unlock-in-error-path.patch
	patches.suse/usb-hub-avoid-warm-port-reset-during-USB3-disconnect.patch
	patches.suse/usb-hub-make-wait_for_connected-take-an-int-instead-.patch
	patches.suse/usb-hub-Add-delay-for-SuperSpeed-hub-resume-to-let-l.patch
	patches.suse/usb-ftdi-elan-fix-memory-leak-on-device-disconnect.patch
	patches.suse/usb-core-Export-usb_device_match_id.patch
	patches.suse/xhci-use-max-to-make-code-cleaner.patch
	patches.suse/acpi-Export-acpi_bus_type.patch
	patches.suse/acpi-Store-CRC-32-hash-of-the-_PLD-in-struct-acpi_de.patch
	patches.suse/usb-Link-the-ports-to-the-connectors-they-are-attach.patch
	patches.suse/usb-typec-port-mapper-Convert-to-the-component-frame.patch
	patches.suse/thunderbolt-xdomain-Avoid-potential-stack-OOB-read.patch
	patches.suse/thunderbolt-Runtime-PM-activate-both-ends-of-the-dev.patch
	patches.suse/thunderbolt-Tear-down-existing-tunnels-when-resuming.patch
	patches.suse/thunderbolt-Runtime-resume-USB4-port-when-retimers-a.patch
	patches.suse/thunderbolt-Do-not-allow-subtracting-more-NFC-credit.patch
	patches.suse/thunderbolt-Do-not-program-path-HopIDs-for-USB4-rout.patch
	patches.suse/thunderbolt-Add-debug-logging-of-DisplayPort-resourc.patch
	patches.suse/thunderbolt-Do-not-dereference-fwnode-in-struct-devi.patch
	patches.suse/thunderbolt-Check-return-value-of-kmemdup-in-icm_han.patch
	patches.suse/thunderbolt-Add-TMU-uni-directional-mode.patch
	patches.suse/thunderbolt-Add-CL0s-support-for-USB4-routers.patch
	patches.suse/thunderbolt-Move-usb4_switch_wait_for_bit-to-switch..patch
	patches.suse/thunderbolt-Implement-TMU-time-disruption-for-Intel-.patch
	patches.suse/thunderbolt-Rename-Intel-TB_VSE_CAP_IECS-capability.patch
	patches.suse/thunderbolt-Enable-CL0s-for-Intel-Titan-Ridge.patch
	patches.suse/thunderbolt-Add-module-parameter-for-CLx-disabling.patch
	patches.suse/usb-gadget-don-t-release-an-existing-dev-buf.patch
	patches.suse/usb-gadget-clear-related-members-when-goto-fail.patch
	patches.suse/usb-dwc3-dwc3-qcom-Add-missing-platform_device_put-i.patch
	patches.suse/USB-Fix-slab-out-of-bounds-Write-bug-in-usb_hcd_poll.patch
	patches.suse/USB-core-Fix-bug-in-resuming-hub-s-handling-of-wakeu.patch
	patches.suse/USB-common-debug-add-needed-kernel.h-include.patch
	patches.suse/usb-dwc3-qcom-Fix-NULL-vs-IS_ERR-checking-in-dwc3_qc.patch
	patches.suse/usb-dwc2-do-not-gate-off-the-hardware-if-it-does-not.patch
	patches.suse/usb-dwc2-gadget-initialize-max_speed-from-params.patch
	patches.suse/usb-gadget-u_audio-Subdevice-0-for-capture-ctls.patch
	patches.suse/filemap-Remove-PageHWPoison-check-from-next_uptodate_page.patch
	patches.suse/fuse-Pass-correct-lend-value-to-filemap_write_and_wait_range.patch
	patches.suse/ACPI-NFIT-Import-GUID-before-use.patch
	patches.suse/ACPI-Keep-sub-table-parsing-infrastructure-available.patch
	patches.suse/ACPI-Teach-ACPI-table-parsing-about-the-CEDT-header-.patch
	patches.suse/ACPI-Add-a-context-argument-for-table-parsing-handle.patch
	patches.suse/iommu-arm-smmu-qcom-fix-ttbr0-read
	patches.suse/iommu-io-pgtable-arm-v7s-add-error-handle-for-page-table-allocation-failure
	patches.suse/iommu-amd-restore-ga-log-tail-pointer-on-host-resume
	patches.suse/iommu-amd-x2apic-mode-re-enable-after-resume
	patches.suse/iommu-amd-x2apic-mode-setup-the-intx-registers-on-mask-unmask
	patches.suse/iommu-amd-x2apic-mode-mask-unmask-interrupts-on-suspend-resume
	patches.suse/iommu-amd-remove-useless-irq-affinity-notifier
	patches.suse/iommu-extend-mutex-lock-scope-in-iommu_probe_device
	patches.suse/iommu-io-pgtable-arm-fix-table-descriptor-paddr-formatting
	patches.suse/iommu-iova-fix-race-between-fq-timeout-and-teardown
	patches.suse/perf-Protect-perf_guest_cbs-with-RCU.patch
	patches.suse/KVM-x86-Register-perf-callbacks-after-calling-vendor.patch
	patches.suse/KVM-x86-Register-Processor-Trace-interrupt-hook-iff-.patch
	patches.suse/x86-use-mindirect-branch-cs-prefix-for-retpoline-builds.patch
	patches.suse/x86-lib-atomic64_386_32-rename-things.patch
	patches.suse/x86-prepare-asm-files-for-straight-line-speculation.patch
	patches.suse/x86-prepare-inline-asm-for-straight-line-speculation.patch
	patches.suse/objtool-add-straight-line-speculation-validation.patch
	patches.suse/x86-alternative-relax-text_poke_bp-constraint.patch
	patches.suse/x86-add-straight-line-speculation-mitigation.patch
	patches.suse/bitfield.h-Fix-type-of-reg-too-small-for-mask-test.patch
	patches.suse/xen-gntdev-fix-unmap-notification-order.patch
	patches.suse/xen-x86-obtain-upper-32-bits-of-video-frame-buffer-a.patch
	patches.suse/dt-bindings-thermal-Fix-definition-of-cooling-maps-c.patch
	patches.suse/of-unittest-fix-warning-on-PowerPC-frame-size-warnin.patch
	patches.suse/of-unittest-64-bit-dma-address-test-requires-arch-su.patch
	patches.suse/of-base-Fix-phandle-argument-length-mismatch-error-m.patch
	patches.suse/of-base-Improve-argument-length-mismatch-error.patch
	patches.suse/of-fdt-Don-t-worry-about-non-memory-region-overlap-f.patch
	patches.suse/ARM-dts-omap3-n900-Fix-lp5523-for-multi-color.patch
	patches.suse/leds-lp55xx-initialise-output-direction-from-dts.patch
	patches.suse/clk-imx-pllv1-fix-kernel-doc-notation-for-struct-clk.patch
	patches.suse/clk-Gemini-fix-struct-name-in-kernel-doc.patch
	patches.suse/clk-Emit-a-stern-warning-with-writable-debugfs-enabl.patch
	patches.suse/x86-clk-clk-fch-Add-support-for-newer-family-of-AMD-.patch
	patches.suse/drivers-acpi-acpi_apd-Remove-unused-device-property-.patch
	patches.suse/ACPI-APD-Add-a-fmw-property-clk-name.patch
	patches.suse/clk-stm32-Fix-ltdc-s-clock-turn-off-by-clk_disable_u.patch
	patches.suse/clk-meson-gxbb-Fix-the-SDM_EN-bit-for-MPLL0-on-GXBB.patch
	patches.suse/clk-imx8mn-Fix-imx8mn_clko1_sels.patch
	patches.suse/clk-qcom-gcc-sc7280-Mark-gcc_cfg_noc_lpass_clk-alway.patch
	patches.suse/clk-bm1880-remove-kfrees-on-static-allocations.patch
	patches.suse/genirq-Provide-new-interfaces-for-affinity-hints.patch
	patches.suse/iavf-Use-irq_update_affinity_hint.patch
	patches.suse/i40e-Use-irq_update_affinity_hint.patch
	patches.suse/RDMA-irdma-Use-irq_update_affinity_hint.patch
	patches.suse/be2net-Use-irq_update_affinity_hint.patch
	patches.suse/ixgbe-Use-irq_update_affinity_hint.patch
	patches.suse/scsi-lpfc-Use-irq_set_affinity.patch
	patches.suse/net-mlx5-Use-irq_set_affinity_and_hint.patch
	patches.suse/net-mlx4-Use-irq_update_affinity_hint.patch
	patches.suse/irqchip-gic-v4-Disable-redistributors-view-of-the-VP.patch
	patches.suse/clocksource-drivers-exynos_mct-Refactor-resources-al.patch
	patches.suse/clocksource-Avoid-accidental-unstable-marking-of-clo.patch
	patches.suse/clocksource-Reduce-the-default-clocksource_watchdog-.patch
	patches.suse/PCI-MSI-Fix-pci_irq_vector-pci_irq_get_affinity.patch
	patches.suse/RDMA-irdma-Use-helper-function-to-set-GUIDs.patch
	patches.suse/RDMA-bnxt_re-Remove-unneeded-variable.patch
	patches.suse/RDMA-bnxt_re-Scan-the-whole-bitmap-when-checking-if-.patch
	patches.suse/RDMA-hns-Validate-the-pkey-index.patch
	patches.suse/RDMA-cxgb4-Use-helper-function-to-set-GUIDs.patch
	patches.suse/RDMA-cxgb4-Use-bitmap_zalloc-when-applicable.patch
	patches.suse/RDMA-cxgb4-Use-bitmap_set-when-applicable.patch
	patches.suse/RDMA-cxgb4-Use-non-atomic-bitmap-functions-when-poss.patch
	patches.suse/RDMA-cma-Remove-open-coding-of-overflow-checking-for.patch
	patches.suse/RDMA-rtrs-clt-Fix-the-initial-value-of-min_latency.patch
	patches.suse/RDMA-siw-Use-helper-function-to-set-sys_image_guid.patch
	patches.suse/RDMA-bnxt_re-Remove-dynamic-pkey-table.patch
	patches.suse/RDMA-mlx4-Use-bitmap_alloc-when-applicable.patch
	patches.suse/RDMA-bnxt_re-Use-bitmap_zalloc-when-applicable.patch
	patches.suse/RDMA-siw-Use-max-instead-of-doing-it-manually.patch
	patches.suse/RDMA-hns-Modify-the-mapping-attribute-of-doorbell-to.patch
	patches.suse/RDMA-uverbs-Remove-the-unnecessary-assignment.patch
	patches.suse/RDMA-irdma-Fix-the-type-used-to-declare-a-bitmap.patch
	patches.suse/RDMA-bnxt_re-Fix-endianness-warning-for-req.pkey.patch
	patches.suse/RDMA-rxe-Remove-the-unnecessary-variable.patch
	patches.suse/RDMA-qedr-Fix-reporting-max_-send-recv-_wr-attrs.patch
	patches.suse/RDMA-core-Let-ib_find_gid-continue-search-even-after.patch
	patches.suse/RDMA-cma-Let-cma_resolve_ib_dev-continue-search-even.patch
	patches.suse/RDMA-mlx5-Use-memset_after-to-zero-struct-mlx5_ib_mr.patch
	patches.suse/iw_cxgb4-Use-memset_startat-for-cpl_t5_pass_accept_r.patch
	patches.suse/RDMA-rxe-Fix-a-typo-in-opcode-name.patch
	patches.suse/RDMA-mlx5-Print-wc-status-on-CQE-error-and-dump-need.patch
	patches.suse/RDMA-mad-Delete-duplicated-init_query_mad-functions.patch
	patches.suse/RDMA-cxgb4-Set-queue-pair-state-when-being-queried.patch
	patches.suse/IB-mlx5-Expose-NDR-speed-through-MAD.patch
	patches.suse/RDMA-core-Calculate-UDP-source-port-based-on-flow-la.patch
	patches.suse/RDMA-irdma-Make-the-source-udp-port-vary.patch
	patches.suse/RDMA-irdma-Remove-the-redundant-return.patch
	patches.suse/mailbox-hi3660-convert-struct-comments-to-kernel-doc.patch
	patches.suse/mailbox-change-mailbox-mpfs-compatible-string.patch
	patches.suse/scsi-pm80xx-Update-WARN_ON-check-in-pm8001_mpi_build_cmd
	patches.suse/scsi-core-Show-SCMD_LAST-in-text-form
	patches.suse/scsi-pm8001-Fix-kernel-doc-warnings
	patches.suse/scsi-core-Fix-scsi_device_max_queue_depth.patch
	patches.suse/scsi-ufs-Remove-dead-code.patch
	patches.suse/scsi-ufs-Fix-race-conditions-related-to-driver-data
	patches.suse/scsi-ufs-Fix-a-deadlock-in-the-error-handler.patch
	patches.suse/scsi-lpfc-Fix-leaked-lpfc_dmabuf-mbox-allocations-wi.patch
	patches.suse/scsi-lpfc-Change-return-code-on-I-Os-received-during.patch
	patches.suse/scsi-lpfc-Fix-lpfc_force_rscn-ndlp-kref-imbalance.patch
	patches.suse/scsi-lpfc-Fix-NPIV-port-deletion-crash.patch
	patches.suse/scsi-lpfc-Trigger-SLI4-firmware-dump-before-doing-dr.patch
	patches.suse/scsi-lpfc-Adjust-CMF-total-bytes-and-rxmonitor.patch
	patches.suse/scsi-lpfc-Cap-CMF-read-bytes-to-MBPI.patch
	patches.suse/scsi-lpfc-Add-additional-debugfs-support-for-CMF.patch
	patches.suse/scsi-lpfc-Update-lpfc-version-to-14.0.0.4.patch
	patches.suse/scsi-lpfc-Use-struct_group-to-initialize-struct-lpfc.patch
	patches.suse/scsi-lpfc-Use-struct_group-to-isolate-cast-to-larger.patch
	patches.suse/qla2xxx-synchronize-rport-dev_loss_tmo-setting.patch
	patches.suse/scsi-libsas-Don-t-always-drain-event-workqueue-for-HA-resume.patch
	patches.suse/scsi-Revert-scsi-hisi_sas-Filter-out-new-PHY-up-events-during-suspend
	patches.suse/scsi-block-pm-Always-set-request-queue-runtime-active-in-blk_post_runtime_resume.patch
	patches.suse/scsi-libsas-Add-spin_lock-unlock-to-protect-asd_sas_port-phy_list.patch
	patches.suse/scsi-hisi_sas-Fix-some-issues-related-to-asd_sas_port-phy_list.patch
	patches.suse/scsi-mvsas-Add-spin_lock-unlock-to-protect-asd_sas_port-phy_list.patch
	patches.suse/scsi-libsas-Insert-PORTE_BROADCAST_RCVD-event-for-resuming-host.patch
	patches.suse/scsi-hisi_sas-Add-more-logs-for-runtime-suspend-resume.patch
	patches.suse/scsi-libsas-Resume-host-while-sending-SMP-I-Os.patch
	patches.suse/scsi-libsas-Add-flag-SAS_HA_RESUMING.patch
	patches.suse/scsi-libsas-Refactor-sas_queue_deferred_work.patch
	patches.suse/scsi-libsas-Defer-works-of-new-phys-during-suspend.patch
	patches.suse/scsi-hisi_sas-Keep-controller-active-between-ISR-of-phyup-and-the-event-being-processed.patch
	patches.suse/scsi-libsas-Keep-host-active-while-processing-events.patch
	patches.suse/scsi-hisi_sas-Use-autosuspend-for-the-host-controller.patch
	patches.suse/ALSA-hda-realtek-Add-speaker-fixup-for-some-Yoga-15I.patch
	patches.suse/ALSA-hda-realtek-Use-ALC285_FIXUP_HP_GPIO_LED-on-ano.patch
	patches.suse/ALSA-hda-intel-More-comprehensive-PM-runtime-setup-f.patch
	patches.suse/ALSA-usb-audio-Use-int-for-dB-map-values.patch
	patches.suse/ALSA-usb-audio-Add-minimal-mute-notion-in-dB-mapping.patch
	patches.suse/ALSA-usb-audio-Fix-dB-level-of-Bose-Revolve-SoundLin.patch
	patches.suse/ALSA-jack-Add-missing-rwsem-around-snd_ctl_remove-ca.patch
	patches.suse/ALSA-PCM-Add-missing-rwsem-around-snd_ctl_remove-cal.patch
	patches.suse/ALSA-hda-Add-missing-rwsem-around-snd_ctl_remove-cal.patch
	patches.suse/ALSA-hda-Fix-potential-deadlock-at-codec-unbinding.patch
	patches.suse/ALSA-hda-Do-disconnect-jacks-at-codec-unbind.patch
	patches.suse/ALSA-hda-Remove-redundant-runtime-PM-calls.patch
	patches.suse/ALSA-led-Use-restricted-type-for-iface-assignment.patch
	patches.suse/ALSA-hda-Make-proper-use-of-timecounter.patch
	patches.suse/ALSA-oss-fix-compile-error-when-OSS_DEBUG-is-enabled.patch
	patches.suse/ALSA-hda-hdmi-Consider-ELD-is-invalid-when-no-SAD-is.patch
	patches.suse/ALSA-usb-audio-Drop-superfluous-0-in-Presonus-Studio.patch
	patches.suse/ALSA-Fix-some-typo.patch
	patches.suse/ALSA-usb-audio-Drop-CONFIG_PM-ifdefs.patch
	patches.suse/ALSA-seq-Set-upper-limit-of-processed-events.patch
	patches.suse/ALSA-hda-use-swap-to-make-code-cleaner.patch
	patches.suse/ALSA-hda-Add-AlderLake-N-PCI-ID.patch
	patches.suse/ALSA-hda-Add-new-AlderLake-P-variant-PCI-ID.patch
	patches.suse/ALSA-hda-tegra-Fix-Tegra194-HDA-reset-failure.patch
	patches.suse/arm64-tegra-Remove-non-existent-Tegra194-reset.patch
	patches.suse/ALSA-hda-realtek-Fix-silent-output-on-Gigabyte-X570-.patch
	patches.suse/ALSA-hda-cs8409-Increase-delay-during-jack-detection.patch
	patches.suse/ALSA-hda-cs8409-Fix-Jack-detection-after-resume.patch
	patches.suse/ASoC-Intel-sof_sdw-fix-jack-detection-on-HP-Spectre-.patch
	patches.suse/ASoC-dt-bindings-cs42l42-Convert-binding-to-yaml.patch
	patches.suse/ASoC-cs35l41-DSP-Support.patch
	patches.suse/ASoC-cs42l42-Add-control-for-audio-slow-start-switch.patch
	patches.suse/firmware-cs_dsp-tidy-includes-in-cs_dsp.c-and-cs_dsp.patch
	patches.suse/ASoC-wm_adsp-Remove-the-wmfw_add_ctl-helper-function.patch
	patches.suse/firmware-cs_dsp-Add-lockdep-asserts-to-interface-fun.patch
	patches.suse/firmware-cs_dsp-Add-version-checks-on-coefficient-lo.patch
	patches.suse/firmware-cs_dsp-Add-pre_run-callback.patch
	patches.suse/firmware-cs_dsp-Print-messages-from-bin-files.patch
	patches.suse/firmware-cs_dsp-Add-support-for-rev-2-coefficient-fi.patch
	patches.suse/firmware-cs_dsp-Perform-NULL-check-in-cs_dsp_coeff_w.patch
	patches.suse/firmware-cs_dsp-Clarify-some-kernel-doc-comments.patch
	patches.suse/firmware-cs_dsp-Add-offset-to-cs_dsp-read-write.patch
	patches.suse/firmware-cs_dsp-Allow-creation-of-event-controls.patch
	patches.suse/ASoC-cs42l42-Remove-redundant-writes-to-DETECT_MODE.patch
	patches.suse/ASoC-cs42l42-Remove-redundant-writes-to-RS_PLUG-RS_U.patch
	patches.suse/ASoC-cs42l42-Simplify-reporting-of-jack-unplug.patch
	patches.suse/ASoC-cs42l42-Remove-redundant-pll_divout-member.patch
	patches.suse/ASoC-cs42l42-Report-initial-jack-state.patch
	patches.suse/ASoC-uniphier-drop-selecting-non-existing-SND_SOC_UN.patch
	patches.suse/ASoC-codecs-wcd938x-add-SND_SOC_WCD938_SDW-to-codec-.patch
	patches.suse/ASoC-imx-hdmi-add-put_device-after-of_find_device_by.patch
	patches.suse/ASoC-cs35l41-Fix-link-problem.patch
	patches.suse/firmware-cs_dsp-Move-lockdep-asserts-to-avoid-potent.patch
	patches.suse/ASoC-cs35l41-Fix-undefined-reference-to-core-functio.patch
	patches.suse/ASoC-rt5663-Handle-device_property_read_u32_array-er.patch
	patches.suse/dmaengine-pxa-mmp-stop-referencing-config-slave_id.patch
	patches.suse/ASoC-Intel-catpt-Test-dmaengine_submit-result-before.patch
	patches.suse/ASoC-fsl-Use-dev_err_probe-helper.patch
	patches.suse/ASoC-samsung-Use-dev_err_probe-helper.patch
	patches.suse/ASoC-mediatek-mt8192-mt6359-fix-device_node-leak.patch
	patches.suse/ASoC-mediatek-mt8173-fix-device_node-leak.patch
	patches.suse/ASoC-mediatek-mt8183-fix-device_node-leak.patch
	patches.suse/ASoC-mediatek-use-of_device_get_match_data.patch
	patches.suse/ASoC-samsung-idma-Check-of-ioremap-return-value.patch
	patches.suse/ASoC-cs35l41-Convert-tables-to-shared-source-code.patch
	patches.suse/ASoC-cs35l41-Move-cs35l41_otp_unpack-to-shared-code.patch
	patches.suse/ASoC-cs35l41-Move-power-initializations-to-reg_seque.patch
	patches.suse/ASoC-cs35l41-Create-shared-function-for-errata-patch.patch
	patches.suse/ASoC-cs35l41-Create-shared-function-for-setting-chan.patch
	patches.suse/ASoC-cs35l41-Create-shared-function-for-boost-config.patch
	patches.suse/ASoC-fsl_mqs-fix-MODULE_ALIAS.patch
	patches.suse/ALSA-hda-realtek-Add-quirk-for-Legion-Y9000X-2020.patch
	patches.suse/ALSA-hda-realtek-Re-order-quirk-entries-for-Lenovo.patch
	patches.suse/ALSA-hda-cs35l41-Add-support-for-CS35L41-in-HDA-syst.patch
	patches.suse/ALSA-hda-realtek-Add-support-for-Legion-7-16ACHg6-la.patch
	patches.suse/ALSA-hda-realtek-Add-CS35L41-support-for-Thinkpad-la.patch
	patches.suse/ALSA-hda-ALC287-Add-Lenovo-IdeaPad-Slim-9i-14ITL5-sp.patch
	patches.suse/ALSA-seq-virmidi-Add-a-drain-operation.patch
	patches.suse/ALSA-hda-Fix-dependency-on-ASoC-cs35l41-codec.patch
	patches.suse/ALSA-hda-Fix-dependencies-of-CS35L41-on-SPI-I2C-buse.patch
	patches.suse/ASoC-cs35l41-Add-cs35l51-53-IDs.patch
	patches.suse/ASoC-cs35l41-Remove-incorrect-comment.patch
	patches.suse/ASoC-cs35l41-Correct-DSP-power-down.patch
	patches.suse/ASoC-cs35l41-Correct-handling-of-some-registers-in-t.patch
	patches.suse/firmware-cs_dsp-Clear-core-reset-for-cache.patch
	patches.suse/ASoC-wm_adsp-Add-support-for-toggle-preloaders.patch
	patches.suse/ASoC-fsl_asrc-refine-the-check-of-available-clock-di.patch
	patches.suse/ASoC-imx-card-Need-special-setting-for-ak4497-on-i.M.patch
	patches.suse/ASoC-imx-card-Fix-mclk-calculation-issue-for-akcodec.patch
	patches.suse/ASoC-imx-card-improve-the-sound-quality-for-low-rate.patch
	patches.suse/ASoC-cs35l41-Update-handling-of-test-key-registers.patch
	patches.suse/ASoC-cs35l41-Add-support-for-hibernate-memory-retent.patch
	patches.suse/ALSA-hda-cs35l41-fix-double-free-on-error-in-probe.patch
	patches.suse/powerpc-powernv-Remove-POWER9-PVR-version-check-for-.patch
	patches.suse/powerpc-xive-Introduce-an-helper-to-print-out-interr.patch
	patches.suse/powerpc-xive-Introduce-xive_core_debugfs_create.patch
	patches.suse/powerpc-xive-Change-the-debugfs-file-xive-into-a-dir.patch
	patches.suse/powerpc-xive-Rename-the-cpus-debugfs-file-to-ipis.patch
	patches.suse/powerpc-xive-Add-a-debugfs-file-to-dump-EQs.patch
	patches.suse/powerpc-prom_init-Fix-improper-check-of-prom_getprop.patch
	patches.suse/powerpc-watchdog-Fix-missed-watchdog-reset-due-to-me.patch
	patches.suse/powerpc-watchdog-tighten-non-atomic-read-modify-writ.patch
	patches.suse/powerpc-watchdog-Avoid-holding-wd_smp_lock-over-prin.patch
	patches.suse/powerpc-watchdog-read-TB-close-to-where-it-is-used.patch
	patches.suse/powerpc-watchdog-Fix-wd_smp_last_reset_tb-reporting.patch
	patches.suse/powerpc-perf-Fix-PMU-callbacks-to-clear-pending-PMI-.patch
	patches.suse/powerpc-modules-Don-t-WARN-on-first-module-allocatio.patch
	patches.suse/Revert-powerpc-Inline-setup_kup.patch
	patches.suse/selftests-powerpc-spectre_v2-Return-skip-code-when-m.patch
	patches.suse/powerpc-handle-kdump-appropriately-with-crash_kexec_.patch
	patches.suse/powerpc-fadump-Fix-inaccurate-CPU-state-info-in-vmco.patch
	patches.suse/powerpc-64s-radix-Fix-huge-vmap-false-positive.patch
	patches.suse/selftests-powerpc-Add-a-test-of-sigreturning-to-the-.patch
	patches.suse/powerpc-powernv-Add-__init-attribute-to-eligible-fun.patch
	patches.suse/powerpc-64s-Mask-NIP-before-checking-against-SRR0.patch
	patches.suse/powerpc-64s-Use-EMIT_WARN_ENTRY-for-SRR-debug-warnin.patch
	patches.suse/powerpc-xive-Add-missing-null-check-after-calling-km.patch
	patches.suse/powerpc-xmon-Dump-XIVE-information-for-online-only-p.patch
	patches.suse/misc-at25-Make-driver-OF-independent-again.patch
	patches.suse/char-mwave-Adjust-io-port-register-size.patch
	patches.suse/w1-Misuse-of-get_user-put_user-reported-by-sparse.patch
	patches.suse/uio-uio_dmem_genirq-Catch-the-Exception.patch
	patches.suse/bus-mhi-pci_generic-Graceful-shutdown-on-freeze.patch
	patches.suse/bus-mhi-core-Fix-reading-wake_capable-channel-config.patch
	patches.suse/coresight-Use-devm_bitmap_zalloc-when-applicable.patch
	patches.suse/firmware-Update-Kconfig-help-text-for-Google-firmwar.patch
	patches.suse/firmware-qemu_fw_cfg-fix-NULL-pointer-deref-on-dupli.patch
	patches.suse/firmware-qemu_fw_cfg-fix-kobject-leak-in-probe-error.patch
	patches.suse/firmware-qemu_fw_cfg-fix-sysfs-information-leak.patch
	patches.suse/iio-trigger-Fix-a-scheduling-whilst-atomic-issue-see.patch
	patches.suse/iio-adc-ti-adc081c-Partial-revert-of-removal-of-ACPI.patch
	patches.suse/interconnect-qcom-rpm-Prevent-integer-overflow-in-ra.patch
	patches.suse/phy-uniphier-usb3ss-fix-unintended-writing-zeros-to-.patch
	patches.suse/phy-mediatek-Fix-missing-check-in-mtk_mipi_tx_probe.patch
	patches.suse/phy-cadence-Sierra-Fix-to-get-correct-parent-for-mux.patch
	patches.suse/misc-lattice-ecp3-config-Fix-task-hung-when-firmware.patch
	patches.suse/mei-hbm-fix-client-dma-reply-status.patch
	patches.suse/i2c-tegra-Add-the-ACPI-support.patch
	patches.suse/i2c-i801-Don-t-silently-correct-invalid-transfer-siz.patch
	patches.suse/i2c-mpc-Correct-I2C-reset-procedure.patch
	patches.suse/i2c-tegra-use-i2c_timings-for-bus-clock-freq.patch
	patches.suse/i2c-designware-pci-Fix-to-change-data-types-of-hcnt-.patch
	patches.suse/i2c-bcm2835-Use-platform_get_irq-to-get-the-interrup.patch
	patches.suse/kthread-add-the-helper-function-kthread_run_on_cpu.patch
	patches.suse/RDMA-siw-make-use-of-the-helper-function-kthread_run.patch
	patches.suse/mm-shmem-don-t-truncate-page-if-memory-failure-happens-v2.patch
	patches.suse/0001-mm-drop-node-from-alloc_pages_vma.patch
	patches.suse/0001-mm_zone-add-function-to-check-if-managed-dma-zone-ex.patch
	patches.suse/0001-dma-pool-create-dma-atomic-pool-only-if-dma-zone-has.patch
	patches.suse/0001-mm-page_alloc.c-do-not-warn-allocation-failure-on-zo.patch
	patches.suse/selftests-vm-make-charge_reserved_hugetlb.sh-work-wi.patch
	patches.suse/0001-mm-mempolicy-use-policy_node-helper-with-MPOL_PREFER.patch
	patches.suse/0002-mm-mempolicy-add-set_mempolicy_home_node-syscall.patch
	patches.suse/0003-mm-mempolicy-wire-up-syscall-set_mempolicy_home_node.patch
	patches.suse/drm-i915-don-t-call-free_mmap_offset-when-purging.patch
	patches.suse/drm-i915-ttm-add-unmap_virtual-callback.patch
	patches.suse/drm-atomic-Check-new_crtc_state-active-to-determine-.patch
	patches.suse/dt-bindings-display-meson-vpu-Add-missing-amlogic-ca.patch
	patches.suse/dt-bindings-display-meson-dw-hdmi-add-missing-sound-.patch
	patches.suse/drm-sun4i-dw-hdmi-Fix-missing-put_device-call-in-sun.patch
	patches.suse/video-vga16fb-Only-probe-for-EGA-and-VGA-16-color-gr.patch
	patches.suse/dma-buf-cma_heap-Fix-mutex-locking-section.patch
	patches.suse/drm-amdgpu-explicitly-check-for-s0ix-when-evicting-r.patch
	patches.suse/drm-amdgpu-don-t-set-s3-and-s0ix-at-the-same-time.patch
	patches.suse/drm-amd-display-Don-t-reinitialize-DMCUB-on-s0ix-res.patch
	patches.suse/drm-amd-display-explicitly-set-is_dsc_supported-to-f.patch
	patches.suse/drm-amdkfd-remove-unused-function.patch
	patches.suse/drm-amd-display-reset-dcn31-SMU-mailbox-on-failures.patch
	patches.suse/drm-amdkfd-Check-for-null-pointer-after-calling-kmem.patch
	patches.suse/9p-only-copy-valid-iattrs-in-9P2000.L-setattr-implem.patch
	patches.suse/NFSD-Fix-zero-length-NFSv3-WRITEs.patch
	patches.suse/NFSD-Fix-verifier-returned-in-stable-WRITEs.patch
	patches.suse/nfsd-Replace-use-of-rwsem-with-errseq_t.patch
	patches.suse/Revert-nfsd-skip-some-unnecessary-stats-in-the-v4-ca.patch
	patches.suse/nfsd-fix-crash-on-COPY_NOTIFY-with-special-stateid.patch
	patches.suse/SUNRPC-Fix-sockaddr-handling-in-the-svc_xprt_create_error-trace-point.patch
	patches.suse/SUNRPC-Fix-sockaddr-handling-in-svcsock_accept_class-trace-points.patch
	patches.suse/exfat-reuse-exfat_inode_info-variable-instead-of-cal.patch
	patches.suse/exfat-fix-i_blocks-for-files-truncated-over-4-GiB.patch
	patches.suse/x86-PCI-Remove-initialization-of-static-variables-to.patch
	patches.suse/PCI-pciehp-Fix-infinite-loop-in-IRQ-handler-upon-pow.patch
	patches.suse/PCI-pciehp-Use-down_read-write_nested-reset_lock-to-.patch
	patches.suse/PCI-Work-around-Intel-I210-ROM-BAR-overlap-defect.patch
	patches.suse/PCI-switchtec-Add-Gen4-automotive-device-IDs.patch
	patches.suse/PCI-Add-function-1-DMA-alias-quirk-for-Marvell-88SE9.patch
	patches.suse/PCI-pci-bridge-emul-Add-description-for-class_revisi.patch
	patches.suse/PCI-pci-bridge-emul-Add-definitions-for-missing-capa.patch
	patches.suse/PCI-aardvark-Add-support-for-DEVCAP2-DEVCTL2-LNKCAP2.patch
	patches.suse/PCI-aardvark-Clear-all-MSIs-at-setup.patch
	patches.suse/PCI-aardvark-Comment-actions-in-driver-remove-method.patch
	patches.suse/PCI-aardvark-Disable-bus-mastering-when-unbinding-dr.patch
	patches.suse/PCI-aardvark-Mask-all-interrupts-when-unbinding-driv.patch
	patches.suse/PCI-aardvark-Fix-memory-leak-in-driver-unbind.patch
	patches.suse/PCI-aardvark-Assert-PERST-when-unbinding-driver.patch
	patches.suse/PCI-aardvark-Disable-link-training-when-unbinding-dr.patch
	patches.suse/PCI-aardvark-Disable-common-PHY-when-unbinding-drive.patch
	patches.suse/PCI-aardvark-Fix-checking-for-MEM-resource-type.patch
	patches.suse/PCI-dwc-Do-not-remap-invalid-res.patch
	patches.suse/msft-hv-2480-PCI-hv-Make-the-code-arch-neutral-by-adding-arch-spe.patch
	patches.suse/msft-hv-2481-PCI-hv-Add-arm64-Hyper-V-vPCI-support.patch
	patches.suse/PCI-mediatek-gen3-Disable-DVFSRC-voltage-request.patch
	patches.suse/PCI-mvebu-Check-for-errors-from-pci_bridge_emul_init.patch
	patches.suse/PCI-mvebu-Fix-support-for-bus-mastering-and-PCI_COMM.patch
	patches.suse/PCI-mvebu-Do-not-modify-PCI-IO-type-bits-in-conf_wri.patch
	patches.suse/PCI-mvebu-Setup-PCIe-controller-to-Root-Complex-mode.patch
	patches.suse/PCI-mvebu-Fix-configuring-secondary-bus-of-PCIe-Root.patch
	patches.suse/PCI-mvebu-Fix-support-for-PCI_BRIDGE_CTL_BUS_RESET-o.patch
	patches.suse/PCI-mvebu-Fix-support-for-PCI_EXP_DEVCTL-on-emulated.patch
	patches.suse/PCI-mvebu-Fix-support-for-PCI_EXP_RTSTA-on-emulated-.patch
	patches.suse/PCI-mvebu-Fix-support-for-DEVCAP2-DEVCTL2-and-LNKCTL.patch
	patches.suse/PCI-vmd-Clean-up-domain-before-enumeration.patch
	patches.suse/PCI-vmd-Honor-ACPI-_OSC-on-PCIe-features.patch
	patches.suse/PCI-vmd-Add-DID-8086-A77F-for-all-Intel-Raptor-Lake-.patch
	patches.suse/PCI-pci-bridge-emul-Make-expansion-ROM-Base-Address-.patch
	patches.suse/PCI-pci-bridge-emul-Properly-mark-reserved-PCIe-bits.patch
	patches.suse/PCI-pci-bridge-emul-Fix-definitions-of-reserved-bits.patch
	patches.suse/PCI-pci-bridge-emul-Correctly-set-PCIe-capabilities.patch
	patches.suse/PCI-pci-bridge-emul-Set-PCI_STATUS_CAP_LIST-for-PCIe.patch
	patches.suse/PCI-Correct-misspelled-words.patch
	patches.suse/msft-hv-2479-PCI-hv-Use-PCI_ERROR_RESPONSE-to-identify-config-rea.patch
	patches.suse/livepatch-Fix-kobject-refcount-bug-on-klp_init_patch_early-failure-path.patch
	patches.suse/livepatch-Fix-missing-unlock-on-error-in-klp_enable_patch.patch
	patches.suse/livepatch-Avoid-CPU-hogging-with-cond_resched.patch
	patches.suse/tracing-Do-not-let-synth_events-block-other-dyn_event-systems-during-create.patch
	patches.suse/tracing-uprobes-Check-the-return-value-of-kstrdup-for-tu-filename.patch
	patches.suse/tracing-probes-check-the-return-value-of-kstrndup-for-pbuf.patch
	patches.suse/tracing-Add-test-for-user-space-strings-when-filtering-on-string-pointers.patch
	patches.suse/tracing-kprobes-nmissed-not-showed-correctly-for-kretprobe.patch
	patches.suse/tracing-osnoise-Properly-unhook-events-if-start_per_cpu_kthreads-fails.patch
	patches.suse/tracing-Add-ustring-operation-to-filtering-string-pointers.patch
	patches.suse/msft-hv-0000-swiotlb-Add-swiotlb-bounce-buffer-remap-function-for.patch
	patches.suse/msft-hv-0001-x86-hyper-v-Add-hyperv-Isolation-VM-check-in-the-cc_.patch
	patches.suse/msft-hv-2486-hyper-v-Enable-swiotlb-bounce-buffer-for-Isolation-V.patch
	patches.suse/msft-hv-2487-scsi-storvsc-Add-Isolation-VM-support-for-storvsc-dr.patch
	patches.suse/msft-hv-2488-net-netvsc-Add-Isolation-VM-support-for-netvsc-drive.patch
	patches.suse/msft-hv-2489-Drivers-hv-Fix-definition-of-hypercall-input-output-.patch
	patches.suse/msft-hv-2490-x86-hyperv-Fix-definition-of-hv_ghcb_pg-variable.patch
	patches.suse/swiotlb-Add-CONFIG_HAS_IOMEM-check-around-swiotlb_me.patch
	patches.suse/msft-hv-2491-scsi-storvsc-Fix-unsigned-comparison-to-zero.patch
	patches.suse/msft-hv-2492-Drivers-hv-vmbus-Initialize-request-offers-message-f.patch
	patches.suse/msft-hv-2508-x86-hyperv-Properly-deal-with-empty-cpumasks-in-hype.patch
	patches.suse/msft-hv-2509-scsi-storvsc-Fix-storvsc_queuecommand-memory-leak.patch
	patches.suse/KVM-VMX-Don-t-unblock-vCPU-w-Posted-IRQ-if-IRQs-are-.patch
	patches.suse/KVM-s390-Ensure-kvm_arch_no_poll-is-read-once-when-b.patch
	patches.suse/KVM-VMX-Read-Posted-Interrupt-control-exactly-once-p.patch
	patches.suse/KVM-X86-Ensure-that-dirty-PDPTRs-are-loaded.patch
	patches.suse/KVM-x86-don-t-print-when-fail-to-read-write-pv-eoi-m.patch
	patches.suse/KVM-x86-Handle-32-bit-wrap-of-EIP-for-EMULTYPE_SKIP-.patch
	patches.suse/KVM-x86-Exit-to-userspace-if-emulation-prepared-a-co.patch
	patches.suse/KVM-nVMX-Ensure-vCPU-honors-event-request-if-posting.patch
	patches.suse/KVM-arm64-Drop-unused-workaround_flags-vcpu-field.patch
	patches.suse/selftests-KVM-sev_migrate_tests-Fix-sev_ioctl.patch
	patches.suse/dt-bindings-watchdog-Require-samsung-syscon-phandle-.patch
	patches.suse/ntb_hw_amd-add-ntb-pci-id-for-new-gen-cpu.patch
	patches.suse/ntb_hw_switchtec-Fix-pff-ioread-to-read-into-mmio_pa.patch
	patches.suse/ntb_hw_switchtec-Fix-bug-with-more-than-32-partition.patch
	patches.suse/i3c-fix-incorrect-address-slot-lookup-on-64-bit.patch
	patches.suse/i3c-master-mipi-i3c-hci-Fix-a-potentially-infinite-l.patch
	patches.suse/i3c-master-dw-check-return-of-dw_i3c_master_get_free.patch
	patches.suse/Input-ti_am335x_tsc-set-ADCREFM-for-X-configuration.patch
	patches.suse/Input-ti_am335x_tsc-fix-STEPCONFIG-setup-for-Z2.patch
	patches.suse/devtmpfs-regression-fix-reconfigure-on-each-mount.patch
	patches.suse/cifs-remove-redundant-assignment-to-pointer-p.patch
	patches.suse/cifs-track-individual-channel-status-using-chans_need_reconnect.patch
	patches.suse/cifs-use-the-chans_need_reconnect-bitmap-for-reconnect-status.patch
	patches.suse/cifs-adjust-DebugData-to-use-chans_need_reconnect-for-conn-status.patch
	patches.suse/cifs-add-WARN_ON-for-when-chan_count-goes-below-minimum.patch
	patches.suse/cifs-reconnect-only-the-connection-and-not-smb-session-where-possib.patch
	patches.suse/cifs-take-cifs_tcp_ses_lock-for-status-checks.patch
	patches.suse/cifs-fix-hang-on-cifs_get_next_mid-.patch
	patches.suse/cifs-maintain-a-state-machine-for-tcp-smb-tcon-sessions.patch
	patches.suse/cifs-avoid-race-during-socket-reconnect-between-send-and-recv.patch
	patches.suse/cifs-Fix-smb311_update_preauth_hash-kernel-doc-comment.patch
	patches.suse/cifs-move-superblock-magic-defitions-to-magic-h.patch
	patches.suse/cifs-fix-FILE_BOTH_DIRECTORY_INFO-definition.patch
	patches.suse/ACPI-scan-Change-acpi_scan_init-return-value-type-to.patch
	patches.suse/ACPI-scan-Simplify-initialization-of-power-and-sleep.patch
	patches.suse/ACPI-scan-Rename-label-in-acpi_scan_init.patch
	patches.suse/ACPI-SPCR-check-if-table-serial_port.access_width-is.patch
	patches.suse/ACPI-APD-Check-for-NULL-pointer-after-calling-devm_i.patch
	patches.suse/efi-Introduce-EFI_FIRMWARE_MANAGEMENT_CAPSULE_HEADER.patch
	patches.suse/ACPI-Introduce-Platform-Firmware-Runtime-Update-devi.patch
	patches.suse/ACPI-Introduce-Platform-Firmware-Runtime-Telemetry-d.patch
	patches.suse/ACPI-tools-Introduce-utility-for-firmware-updates-te.patch
	patches.suse/ACPI-pfr_update-Fix-return-value-check-in-pfru_write.patch
	patches.suse/ACPI-pfr_telemetry-Fix-info-leak-in-pfrt_log_ioctl.patch
	patches.suse/vfs-fs_context-fix-up-param-length-parsing-in-legacy.patch
	patches.suse/rpmsg-core-Clean-up-resources-on-announce_create-fai.patch
	patches.suse/remoteproc-imx_rproc-Fix-a-resource-leak-in-the-remo.patch
	patches.suse/remoteproc-qcom-pil_info-Don-t-memcpy_toio-more-than.patch
	patches.suse/remoteproc-qcom-pas-Add-missing-power-domain-mxc-for.patch
	patches.suse/ifcvf-vDPA-fix-misuse-virtio-net-device-config-size-.patch
	patches.suse/docs-document-sysfs-ABI-for-vDPA-bus.patch
	patches.suse/vdpa-add-driver_override-support.patch
	patches.suse/net-mlx5_vdpa-Offer-VIRTIO_NET_F_MTU-when-setting-MT.patch
	patches.suse/vdpa-Avoid-duplicate-call-to-vp_vdpa-get_status.patch
	patches.suse/vdpa-Mark-vdpa_config_ops.get_vq_notification-as-opt.patch
	patches.suse/virtio-virtio_mem-handle-a-possible-NULL-as-a-memcpy.patch
	patches.suse/vdpa-mlx5-Fix-wrong-configuration-of-virtio_version_.patch
	patches.suse/virtio_ring-mark-ring-unused-on-error.patch
	patches.suse/vdpa-clean-up-get_config_size-ret-value-handling.patch
	patches.suse/vdpa-Provide-interface-to-read-driver-features.patch
	patches.suse/vdpa-mlx5-Distribute-RX-virtqueues-in-RQT-object.patch
	patches.suse/vdpa-Sync-calls-set-get-config-status-with-cf_mutex.patch
	patches.suse/vdpa-Read-device-configuration-only-if-FEATURES_OK.patch
	patches.suse/vdpa-Allow-to-configure-max-data-virtqueues.patch
	patches.suse/vdpa-mlx5-Fix-config_attr_mask-assignment.patch
	patches.suse/vdpa-mlx5-Support-configuring-max-data-virtqueue.patch
	patches.suse/vdpa-Add-support-for-returning-device-configuration-.patch
	patches.suse/vdpa-mlx5-Restore-cur_num_vqs-in-case-of-failure-in-.patch
	patches.suse/vdpa-Support-reporting-max-device-capabilities.patch
	patches.suse/vdpa-mlx5-Report-max-device-capabilities.patch
	patches.suse/vdpa-Avoid-taking-cf_mutex-lock-on-get-status.patch
	patches.suse/vdpa-Protect-vdpa-reset-with-cf_mutex.patch
	patches.suse/vdpa-mlx5-Fix-is_index_valid-to-refer-to-features.patch
	patches.suse/vdpa-mlx5-Fix-tracking-of-current-number-of-VQs.patch
	patches.suse/dmaengine-idxd-rework-descriptor-free-path-on-failur.patch
	patches.suse/dmaengine-idxd-int-handle-management-refactoring.patch
	patches.suse/dmaengine-idxd-move-interrupt-handle-assignment.patch
	patches.suse/dmaengine-idxd-add-helper-for-per-interrupt-handle-d.patch
	patches.suse/dmaengine-idxd-create-locked-version-of-idxd_quiesce.patch
	patches.suse/dmaengine-idxd-handle-invalid-interrupt-handle-descr.patch
	patches.suse/dmaengine-idxd-handle-interrupt-handle-revoked-event.patch
	patches.suse/Documentation-dmaengine-Correctly-describe-dmatest-w.patch
	patches.suse/dmaengine-idxd-set-defaults-for-wq-configs.patch
	patches.suse/dmaengine-idxd-add-knob-for-enqcmds-retries.patch
	patches.suse/dmaengine-uniphier-xdmac-Fix-type-of-address-variabl.patch
	patches.suse/dmaengine-idxd-embed-irq_entry-in-idxd_wq-struct.patch
	patches.suse/dmaengine-idxd-fix-descriptor-flushing-locking.patch
	patches.suse/dmaengine-idxd-change-MSIX-allocation-based-on-per-w.patch
	patches.suse/dmaengine-idxd-fix-wq-settings-post-wq-disable.patch
	patches.suse/dmaengine-at_xdmac-Don-t-start-transactions-at-tx_su.patch
	patches.suse/dmaengine-at_xdmac-Start-transfer-for-cyclic-channel.patch
	patches.suse/dmaengine-at_xdmac-Print-debug-message-after-realeas.patch
	patches.suse/dmaengine-at_xdmac-Fix-concurrency-over-chan-s-compl.patch
	patches.suse/dmaengine-at_xdmac-Fix-race-for-the-tx-desc-callback.patch
	patches.suse/dmaengine-at_xdmac-Fix-concurrency-over-xfers_list.patch
	patches.suse/dmaengine-at_xdmac-Fix-lld-view-setting.patch
	patches.suse/dmaengine-at_xdmac-Fix-at_xdmac_lld-struct-definitio.patch
	patches.suse/random-fix-typo-in-comments.patch
	patches.suse/f2fs-fix-to-do-sanity-check-on-inode-type-during-gar.patch
	patches.suse/list-introduce-list_is_head-helper-and-re-use-it-in-.patch
	patches.suse/libcxgb-Don-t-accidentally-set-RTO_ONLINK-in-cxgb_fi.patch
	patches.suse/mlx5-Don-t-accidentally-set-RTO_ONLINK-before-mlx5e_.patch
	patches.suse/nfc-st21nfca-Fix-potential-buffer-overflows-in-EVT_T.patch
	patches.suse/net-ipa-fix-atomic-update-in-ipa_endpoint_replenish.patch
	patches.suse/net-ipa-use-a-bitmap-for-endpoint-replenish_enabled.patch
	patches.suse/net-ipa-prevent-concurrent-replenish.patch
	patches.suse/net-bonding-fix-bond_xmit_broadcast-return-value-err.patch
	patches.suse/bcmgenet-add-WOL-IRQ-check.patch
	patches.suse/net-usb-Correct-reset-handling-of-smsc95xx.patch
	patches.suse/lib82596-Fix-IRQ-check-in-sni_82596_probe.patch
	patches.suse/net-mscc-ocelot-don-t-dereference-NULL-pointers-with.patch
	patches.suse/net-ethernet-mtk_eth_soc-fix-error-checking-in-mtk_m.patch
	patches.suse/net-phy-marvell-add-Marvell-specific-PHY-loopback.patch
	patches.suse/net-smc-Remove-unused-function-declaration
	patches.suse/net-smc-Fix-hung_task-when-removing-SMC-R-devices.patch
	patches.suse/net-tls-Fix-another-skb-memory-leak-when-running-kTL.patch
	patches.suse/net-Flush-deferred-skb-free-on-socket-destroy.patch
	patches.suse/net-sfp-fix-high-power-modules-without-diagnostic-mo.patch
	patches.suse/bpf-Generalize-check_ctx_reg-for-reuse-with-other-ty.patch
	patches.suse/bpf-Mark-PTR_TO_FUNC-register-initially-with-zero-of.patch
	patches.suse/bpf-Generally-fix-helper-register-offset-check.patch
	patches.suse/bpf-Fix-out-of-bounds-access-for-ringbuf-helpers.patch
	patches.suse/bpf-selftests-Add-various-ringbuf-tests-with-invalid.patch
	patches.suse/net-axienet-increase-reset-timeout.patch
	patches.suse/net-axienet-Wait-for-PhyRstCmplt-after-core-reset.patch
	patches.suse/net-axienet-reset-core-on-initialization-prior-to-MD.patch
	patches.suse/net-axienet-add-missing-memory-barriers.patch
	patches.suse/net-axienet-limit-minimum-TX-ring-size.patch
	patches.suse/net-axienet-Fix-TX-ring-slot-available-check.patch
	patches.suse/net-axienet-fix-number-of-TX-ring-slots-for-availabl.patch
	patches.suse/net-axienet-fix-for-TX-busy-handling.patch
	patches.suse/net-axienet-increase-default-TX-ring-size-to-128.patch
	patches.suse/nfc-llcp-fix-NULL-error-pointer-dereference-on-sendm.patch
	patches.suse/net-cpsw-avoid-alignment-faults-by-taking-NET_IP_ALI.patch
	patches.suse/net-phy-micrel-use-kszphy_suspend-kszphy_resume-for-.patch
	patches.suse/net-mscc-ocelot-fix-using-match-before-it-is-set.patch
	patches.suse/net-fsl-xgmac_mdio-Add-workaround-for-erratum-A-0098.patch
	patches.suse/net-fsl-xgmac_mdio-Fix-incorrect-iounmap-when-removi.patch
	patches.suse/vfio-iommu_type1-replace-kfree-with-kvfree.patch
	patches.suse/gpio-mpc8xxx-Fix-IRQ-check-in-mpc8xxx_probe.patch
	patches.suse/gpio-idt3243x-Fix-IRQ-check-in-idt_gpio_probe.patch
	patches.suse/gpio-idt3243x-Fix-an-ignored-error-return-from-platf.patch
	patches.suse/gpio-mpc8xxx-Fix-an-ignored-error-return-from-platfo.patch
	patches.suse/s390-cpumf-Support-for-CPU-Measurement-Facility-CSVN-7
	patches.suse/s390-cpumf-Support-for-CPU-Measurement-Sampling-Facility-LS-bit
	patches.suse/x86-gpu-Reserve-stolen-memory-for-first-integrated-I.patch
	patches.suse/clk-si5341-Fix-clock-HW-provider-cleanup.patch
	patches.suse/drm-i915-display-ehl-Update-voltage-swing-table.patch
	patches.suse/drm-amdgpu-don-t-do-resets-on-APUs-which-don-t-suppo.patch
	patches.suse/drm-amd-amdgpu-fixing-read-wrong-pf2vf-data-in-SRIOV.patch
	patches.suse/drm-radeon-fix-error-handling-in-radeon_driver_open_.patch
	patches.suse/rtc-cmos-take-rtc_lock-while-reading-from-CMOS.patch
	patches.suse/rtc-ftrtc010-Use-platform_get_irq-to-get-the-interru.patch
	patches.suse/rtc-pxa-fix-null-pointer-dereference.patch
	patches.suse/ALSA-hda-realtek-fix-speakers-and-micmute-on-HP-855-.patch
	patches.suse/ALSA-usb-audio-add-mapping-for-MSI-MPG-X570S-Carbon-.patch
	patches.suse/ALSA-core-Fix-SSID-quirk-lookup-for-subvendor-0.patch
	patches.suse/ALSA-hda-cs35l41-Avoid-overwriting-register-patch.patch
	patches.suse/ALSA-hda-cs35l41-Add-calls-to-newly-added-test-key-f.patch
	patches.suse/ALSA-hda-cs35l41-Move-cs35l41-calls-to-its-own-symbo.patch
	patches.suse/ALSA-hda-cs35l41-Add-missing-default-cases.patch
	patches.suse/ALSA-hda-cs35l41-Make-use-of-the-helper-function-dev.patch
	patches.suse/ALSA-hda-cs35l41-Tidyup-code.patch
	patches.suse/ALSA-hda-cs35l41-Make-cs35l41_hda_remove-return-void.patch
	patches.suse/ALSA-core-Simplify-snd_power_ref_and_wait-with-the-s.patch
	patches.suse/ALSA-hda-cs8409-Add-new-Warlock-SKUs-to-patch_cs8409.patch
	patches.suse/blk-mq-fix-tag_get-wait-task-can-t-be-awakened.patch
	patches.suse/block-assign-bi_bdev-for-cloned-bios-in-blk_rq_prep_.patch
	patches.suse/block-Fix-wrong-offset-in-bio_truncate.patch
	patches.suse/block-fix-async_depth-sysfs-interface-for-mq-deadlin.patch
	patches.suse/HID-Ignore-battery-for-Elan-touchscreen-on-HP-Envy-X-f3193ea1b677.patch
	patches.suse/HID-vivaldi-fix-handling-devices-not-using-numbered-.patch
	patches.suse/HID-uhid-Fix-worker-destroying-device-without-any-pr.patch
	patches.suse/HID-wacom-Reset-expected-and-received-contact-counts.patch
	patches.suse/HID-wacom-Ignore-the-confidence-flag-when-a-touch-is.patch
	patches.suse/HID-wacom-Avoid-using-stale-array-indicies-to-read-c.patch
	patches.suse/Documentation-fix-firewire.rst-ABI-file-path-error.patch
	patches.suse/KVM-x86-mmu-Fix-write-protection-of-PTs-mapped-by-th.patch
	patches.suse/KVM-VMX-switch-blocked_vcpu_on_cpu_lock-to-raw-spinl.patch
	patches.suse/selftests-kvm-x86-Fix-the-warning-in-lib-x86_64-proc.patch
	patches.suse/scripts-dtc-dtx_diff-remove-broken-example-from-help.patch
	patches.suse/ACPI-CPPC-Fix-up-I-O-port-access-in-cpc_read.patch
	patches.suse/ACPI-CPPC-Drop-redundant-local-variable-from-cpc_rea.patch
	patches.suse/ACPI-DPTF-Support-Raptor-Lake.patch
	patches.suse/scsi-qedf-Fix-potential-dereference-of-NULL-pointer
	patches.suse/scsi-hisi_sas-Remove-unused-variable-and-check-in-hisi_sas_send_ata_reset_each_phy
	patches.suse/scsi-ufs-ufs-mediatek-Fix-error-checking-in-ufs_mtk_init_va09_pwr_ctrl
	patches.suse/scsi-nsp_cs-Check-of-ioremap-return-value
	patches.suse/cifs-free-ntlmsspblob-allocated-in-negotiate.patch
	patches.suse/cifs-clean-up-an-inconsistent-indenting.patch
	patches.suse/cifs-alloc_path_with_tree_prefix-do-not-append-sep-if-the-path-is.patch
	patches.suse/cifs-quirk-for-STATUS_OBJECT_NAME_INVALID-returned-for-non-ASCII-df.patch
	patches.suse/cifs-serialize-all-mount-attempts.patch
	patches.suse/cifs-check-reconnects-for-channels-of-active-tcons-too.patch
	patches.suse/cifs-fix-the-connection-state-transitions-with-multichannel.patch
	patches.suse/cifs-protect-all-accesses-to-chan_-with-chan_lock.patch
	patches.suse/cifs-remove-unused-variable-ses_selected.patch
	patches.suse/cifs-fix-the-cifs_reconnect-path-for-DFS.patch
	patches.suse/cifs-remove-repeated-state-change-in-dfs-tree-connect.patch
	patches.suse/cifs-make-status-checks-in-version-independent-callers.patch
	patches.suse/cifs-update-tcpStatus-during-negotiate-and-sess-setup.patch
	patches.suse/cifs-cifs_ses_mark_for_reconnect-should-also-update-reconnect-bits.patch
	patches.suse/smb3-send-NTLMSSP-version-information.patch
	patches.suse/cifs-update-internal-module-number.patch
	patches.suse/sysctl-move-some-boundary-constants-from-sysctl.c-to.patch
	patches.suse/0001-zsmalloc-introduce-some-helper-functions.patch
	patches.suse/0002-zsmalloc-rename-zs_stat_type-to-class_stat_type.patch
	patches.suse/0003-zsmalloc-decouple-class-actions-from-zspage-works.patch
	patches.suse/0004-zsmalloc-introduce-obj_allocated.patch
	patches.suse/0005-zsmalloc-move-huge-compressed-obj-from-page-to-zspag.patch
	patches.suse/0006-zsmalloc-remove-zspage-isolation-for-migration.patch
	patches.suse/0007-locking-rwlocks-introduce-write_lock_nested.patch
	patches.suse/0008-zsmalloc-replace-per-zpage-lock-with-pool-migrate_lo.patch
	patches.suse/0009-zsmalloc-replace-get_cpu_var-with-local_lock.patch
	patches.suse/bitops-protect-find_first_-zero-_bit-properly.patch
	patches.suse/usr-include-Makefile-add-linux-nfc.h-to-the-compile-.patch
	patches.suse/perf-Fix-perf_event_read_local-time.patch
	patches.suse/perf-x86-intel-Add-a-quirk-for-the-calculation-of-the-number-of-counters-on-Alder-Lake.patch
	patches.suse/perf-x86-intel-uncore-Fix-CAS_COUNT_WRITE-issue-for-ICX.patch
	patches.suse/perf-x86-intel-uncore-Add-IMC-uncore-support-for-ADL.patch
	patches.suse/psi-Fix-uaf-issue-when-psi-trigger-is-destroyed-whil.patch
	patches.suse/sched-pelt-Relax-the-sync-of-util_sum-with-util_avg.patch
	patches.suse/powerpc-bpf-Update-ldimm64-instructions-during-extra.patch
	patches.suse/powerpc-64s-Mask-SRR0-before-checking-against-the-ma.patch
	patches.suse/ARM-9170-1-fix-panic-when-kasan-and-kprobe-are-enabl.patch
	patches.suse/ARM-9180-1-Thumb2-align-ALT_UP-sections-in-modules-s.patch
	patches.suse/drm-i915-Flush-TLBs-before-releasing-backing-store.patch
	patches.suse/NFS-pass-cred-explicitly-for-access-tests.patch
	patches.suse/NFS-don-t-store-struct-cred-in-struct-nfs_access_ent.patch
	patches.suse/NFS-Ensure-the-server-has-an-up-to-date-ctime-before.patch
	patches.suse/NFS-Ensure-the-server-has-an-up-to-date-ctime-rename.patch
	patches.suse/0001-NFSv4-Handle-case-where-the-lookup-of-a-directory-fa.patch
	patches.suse/NFSv4-nfs_atomic_open-can-race-when-looking-up-a-non.patch
	patches.suse/rpmsg-char-Fix-race-between-the-release-of-rpmsg_ctr.patch
	patches.suse/rpmsg-char-Fix-race-between-the-release-of-rpmsg_ept.patch
	patches.suse/drm-vmwgfx-Fix-stale-file-descriptors-on-failed-user.patch
	patches.suse/net-phy-broadcom-hook-up-soft_reset-for-BCM54616S.patch
	patches.suse/net-stmmac-dwmac-visconti-Fix-bit-definitions-for-ET.patch
	patches.suse/net-stmmac-dwmac-visconti-Fix-clock-configuration-fo.patch
	patches.suse/phylib-fix-potential-use-after-free.patch
	patches.suse/tcp-Add-a-stub-for-sk_defer_free_flush.patch
	patches.suse/tcp-add-a-missing-sk_defer_free_flush-in-tcp_splice_.patch
	patches.suse/selftests-mptcp-fix-ipv6-routing-setup.patch
	patches.suse/i40e-Increase-delay-to-1-s-after-global-EMP-reset.patch
	patches.suse/i40e-Fix-issue-when-maximum-queues-is-exceeded.patch
	patches.suse/i40e-Fix-queues-reservation-for-XDP.patch
	patches.suse/i40e-Fix-for-failed-to-init-adminq-while-VF-reset.patch
	patches.suse/i40e-fix-unsigned-stat-widths.patch
	patches.suse/octeontx2-af-Do-not-fixup-all-VF-action-entries.patch
	patches.suse/octeontx2-af-Fix-LBK-backpressure-id-count.patch
	patches.suse/octeontx2-af-Retry-until-RVU-block-reset-complete.patch
	patches.suse/octeontx2-af-cn10k-Use-appropriate-register-for-LMAC.patch
	patches.suse/octeontx2-pf-cn10k-Ensure-valid-pointers-are-freed-t.patch
	patches.suse/octeontx2-af-Increase-link-credit-restore-polling-ti.patch
	patches.suse/octeontx2-af-cn10k-Do-not-enable-RPM-loopback-for-LP.patch
	patches.suse/octeontx2-pf-Forward-error-codes-to-VF.patch
	patches.suse/octeontx2-af-Add-KPU-changes-to-parse-NGIO-as-separa.patch
	patches.suse/net-sfp-ignore-disabled-SFP-node.patch
	patches.suse/ibmvnic-Allow-extra-failures-before-disabling.patch
	patches.suse/ibmvnic-init-running_cap_crqs-early.patch
	patches.suse/ibmvnic-don-t-spin-in-tasklet.patch
	patches.suse/ibmvnic-remove-unused-wait_capability.patch
	patches.suse/net-smc-Transitional-solution-for-clcsock-race-issue
	patches.suse/ping-fix-the-sk_bound_dev_if-match-in-ping_lookup.patch
	patches.suse/dt-bindings-can-tcan4x5x-fix-mram-cfg-RX-FIFO-config.patch
	patches.suse/can-tcan4x5x-regmap-fix-max-register-value.patch
	patches.suse/yam-fix-a-memory-leak-in-yam_siocdevprivate.patch
	patches.suse/net-cpsw-Properly-initialise-struct-page_pool_params.patch
	patches.suse/net-fec_mpc52xx-don-t-discard-const-from-netdev-dev_.patch
	patches.suse/net-hns3-handle-empty-unknown-interrupt-for-VF.patch
	patches.suse/amd-declance-use-eth_hw_addr_set.patch
	patches.suse/sch_htb-Fail-on-unsupported-parameters-when-offload-.patch
	patches.suse/ethernet-broadcom-sb1250-mac-don-t-write-directly-to.patch
	patches.suse/gve-Fix-GFP-flags-when-allocing-pages.patch
	patches.suse/Revert-ipv6-Honor-all-IPv6-PIO-Valid-Lifetime-values.patch
	patches.suse/net-stmmac-configure-PTP-clock-source-prior-to-PTP-i.patch
	patches.suse/net-stmmac-skip-only-stmmac_ptp_register-when-resume.patch
	patches.suse/ipv4-tcp-send-zero-IPID-in-SYNACK-messages.patch
	patches.suse/ipv4-avoid-using-shared-IP-generator-for-connected-s.patch
	patches.suse/drm-vc4-Fix-deadlock-on-DSI-device-attach-error.patch
	patches.suse/drm-panel-orientation-quirks-Add-quirk-for-the-1Netb.patch
	patches.suse/drm-atomic-Add-the-crtc-to-affected-crtc-only-if-uap.patch
	patches.suse/Revert-drm-ast-Support-1600x900-with-108MHz-PCLK.patch
	patches.suse/drm-msm-dsi-Fix-missing-put_device-call-in-dsi_get_p.patch
	patches.suse/drm-msm-hdmi-Fix-missing-put_device-call-in-msm_hdmi.patch
	patches.suse/drm-msm-dpu-invalid-parameter-check-in-dpu_setup_dsp.patch
	patches.suse/drm-msm-Fix-wrong-size-calculation.patch
	patches.suse/drm-msm-a6xx-Add-missing-suspend_count-increment.patch
	patches.suse/drm-msm-dsi-invalid-parameter-check-in-msm_dsi_phy_e.patch
	patches.suse/drm-etnaviv-relax-submit-size-limits.patch
	patches.suse/drm-amd-display-Correct-MPC-split-policy-for-DCN301.patch
	patches.suse/drm-amd-display-dc-calcs-dce_calcs-Fix-a-memleak-in-.patch
	patches.suse/drm-amd-display-Fix-FP-start-end-for-dcn30_internal_.patch
	patches.suse/hwmon-lm90-Reduce-maximum-conversion-rate-for-G781.patch
	patches.suse/hwmon-lm90-Re-enable-interrupts-after-alert-clears.patch
	patches.suse/hwmon-lm90-Mark-alert-as-broken-for-MAX6654.patch
	patches.suse/hwmon-lm90-Mark-alert-as-broken-for-MAX6680.patch
	patches.suse/hwmon-lm90-Mark-alert-as-broken-for-MAX6646-6647-664.patch
	patches.suse/hwmon-lm90-Fix-sysfs-and-udev-notifications.patch
	patches.suse/ata-pata_platform-Fix-a-NULL-pointer-dereference-in-.patch
	patches.suse/udf-Fix-NULL-ptr-deref-when-converting-from-inline-f.patch
	patches.suse/udf-Restore-i_lenAlloc-when-inode-expansion-fails.patch
	patches.suse/fsnotify-invalidate-dcache-before-IN_DELETE-event.patch
	patches.suse/fsnotify-fix-fsnotify-hooks-in-pseudo-filesystems.patch
	patches.suse/ceph-properly-put-ceph_string-reference-after-async-create-attempt.patch
	patches.suse/ceph-set-pool_ns-in-new-inode-layout-for-async-creates.patch
	patches.suse/s390-nmi-handle-guarded-storage-validity-failures-for-KVM-guests
	patches.suse/s390-nmi-handle-vector-validity-failures-for-KVM-guests
	patches.suse/s390-module-fix-loading-modules-with-a-lot-of-relocations
	patches.suse/s390-hypfs-include-z-VM-guests-with-access-control-group-set
	patches.suse/KVM-selftests-Re-enable-access_tracking_perf_test.patch
	patches.suse/KVM-LAPIC-Also-cancel-preemption-timer-during-SET_LA.patch
	patches.suse/KVM-x86-nSVM-skip-eax-alignment-check-for-non-SVM-in.patch
	patches.suse/KVM-SVM-Never-reject-emulation-due-to-SMAP-errata-fo.patch
	patches.suse/KVM-SVM-Don-t-intercept-GP-for-SEV-guests.patch
	patches.suse/KVM-SVM-hyper-v-Enable-Enlightened-MSR-Bitmap-suppor.patch
	patches.suse/KVM-SVM-drop-unnecessary-code-in-svm_hv_vmcb_dirty_n.patch
	patches.suse/KVM-selftests-Don-t-skip-L2-s-VMCALL-in-SMM-test-for.patch
	patches.suse/KVM-x86-Update-vCPU-s-runtime-CPUID-on-write-to-MSR_.patch
	patches.suse/KVM-arm64-pkvm-Use-the-mm_ops-indirection-for-cache-.patch
	patches.suse/KVM-arm64-Use-shadow-SPSR_EL1-when-injecting-excepti.patch
	patches.suse/msft-hv-2512-Drivers-hv-balloon-account-for-vmbus-packet-header-i.patch
	patches.suse/msft-hv-2513-video-hyperv_fb-Fix-validation-of-screen-resolution.patch
	patches.suse/ucount-Make-get_ucount-a-safe-get_user-replacement.patch
	patches.suse/tracing-histogram-Fix-a-potential-memory-leak-for-kstrdup.patch
	patches.suse/tracing-Fix-smatch-warning-for-null-glob-in-event_hist_trigger_parse.patch
	patches.suse/tracing-Fix-smatch-warning-for-do-while-check-in-eve.patch
	patches.suse/tracing-Propagate-is_signed-to-expression.patch
	patches.suse/tracing-Don-t-inc-err_log-entry-count-if-entry-allocation-fails.patch
	patches.suse/PM-wakeup-simplify-the-output-logic-of-pm_show_wakel.patch
	patches.suse/PM-hibernate-Remove-register_nosave_region_late.patch
	patches.suse/efi-libstub-arm64-Fix-image-check-alignment-at-entry.patch
	patches.suse/efi-runtime-avoid-EFIv2-runtime-services-on-Apple-x8.patch
	patches.suse/scsi-elx-efct-Don-t-use-GFP_KERNEL-under-spin-lock.patch
	patches.suse/scsi-zfcp-Fix-failed-recovery-on-gone-remote-port-with-non-NPIV-FCP-devices
	patches.suse/scsi-bnx2fc-Flush-destroy_work-queue-before-calling-bnx2fc_interface_put
	patches.suse/arm64-Add-Cortex-X2-CPU-part-definition.patch
	patches.suse/arm64-Mark-start_backtrace-notrace-and-NOKPROBE_SYMBOL.patch
	patches.suse/arm64-Add-Cortex-A510-CPU-part-definition.patch
	patches.suse/powerpc-perf-Fix-power_pmu_disable-to-call-clear_pmi.patch
	patches.suse/blk-mq-Fix-wrong-wakeup-batch-configuration-which-wi.patch
	patches.suse/usb-roles-fix-include-linux-usb-role.h-compile-issue.patch
	patches.suse/usb-typec-tcpci-don-t-touch-CC-line-if-it-s-Vconn-so.patch
	patches.suse/usb-typec-tcpm-Do-not-disconnect-while-receiving-VBU.patch
	patches.suse/usb-typec-tcpm-Do-not-disconnect-when-receiving-VSAF.patch
	patches.suse/usb-storage-Add-unusual-devs-entry-for-VL817-USB-SAT.patch
	patches.suse/USB-core-Fix-hang-in-usb_kill_urb-by-adding-memory-b.patch
	patches.suse/ucsi_ccg-Check-DEV_INT-bit-only-when-starting-CCG4.patch
	patches.suse/usb-gadget-f_sourcesink-Fix-isoc-transfer-for-USB_SP.patch
	patches.suse/usb-common-ulpi-Fix-crash-in-ulpi_match.patch
	patches.suse/usb-xhci-plat-fix-crash-when-suspend-if-remote-wake-.patch
	patches.suse/usb-dwc3-xilinx-Skip-resets-and-USB3-register-settin.patch
	patches.suse/usb-dwc3-xilinx-Fix-error-handling-when-getting-USB3.patch
	patches.suse/usb-dwc2-gadget-don-t-try-to-disable-ep0-in-dwc2_hso.patch
	patches.suse/usb-cdnsp-Fix-segmentation-fault-in-cdns_lost_power-.patch
	patches.suse/tty-Add-support-for-Brainboxes-UC-cards.patch
	patches.suse/tty-Partially-revert-the-removal-of-the-Cyclades-pub.patch
	patches.suse/serial-8250-of-Fix-mapped-region-size-when-using-reg.patch
	patches.suse/tty-n_gsm-fix-SW-flow-control-encoding-handling.patch
	patches.suse/serial-stm32-fix-software-flow-control-transfer.patch
	patches.suse/kbuild-remove-include-linux-cyclades.h-from-header-f.patch
	patches.suse/PCI-sysfs-Find-shadow-ROM-before-static-attribute-in.patch
	patches.suse/tools-testing-scatterlist-add-missing-defines.patch
	patches.suse/psi-fix-defined-but-not-used-warnings-when-CONFIG_PR.patch
	patches.suse/jbd2-export-jbd2_journal_-grab-put-_journal_head.patch
	patches.suse/ocfs2-fix-a-deadlock-when-commit-trans.patch
	patches.suse/x86-mce-amd-allow-thresholding-interface-updates-after-init.patch
	patches.suse/x86-cpu-add-xeon-icelake-d-to-list-of-cpus-that-support-ppin.patch
	patches.suse/sched-membarrier-Fix-membarrier-rseq-fence-command-m.patch
	patches.suse/perf-core-Fix-cgroup-event-list-management.patch
	patches.suse/irqchip-realtek-rtl-Map-control-data-to-virq.patch
	patches.suse/irqchip-realtek-rtl-Fix-off-by-one-in-routing.patch
	patches.suse/irqchip-realtek-rtl-Service-all-pending-interrupts.patch
	patches.suse/audit-improve-audit-queue-handling-when-audit-1-on-c.patch
	patches.suse/platform-x86-touchscreen_dmi-Add-info-for-the-RWC-NA.patch
	patches.suse/spi-stm32-qspi-Update-spi-registering.patch
	patches.suse/spi-meson-spicc-add-IRQ-check-in-meson_spicc_probe.patch
	patches.suse/spi-uniphier-fix-reference-count-leak-in-uniphier_sp.patch
	patches.suse/spi-bcm-qspi-check-for-valid-cs-before-applying-chip.patch
	patches.suse/spi-mediatek-Avoid-NULL-pointer-crash-in-interrupt.patch
	patches.suse/pinctrl-sunxi-Fix-H616-I2S3-pin-data.patch
	patches.suse/pinctrl-intel-fix-unexpected-interrupt.patch
	patches.suse/pinctrl-intel-Fix-a-glitch-when-updating-IRQ-flags-o.patch
	patches.suse/pinctrl-bcm2835-Fix-a-few-error-paths.patch
	patches.suse/pinctrl-bcm63xx-fix-unmet-dependency-on-REGMAP-for-G.patch
	patches.suse/kunit-tool-Import-missing-importlib.abc.patch
	patches.suse/fanotify-Fix-stale-file-descriptor-in-copy_event_to_.patch
	patches.suse/nfsd-nfsd4_setclientid_confirm-mistakenly-expires-co.patch
	patches.suse/Revert-mm-gup-small-refactoring-simplify-try_grab_page.patch
	patches.suse/cpuset-Fix-the-bug-that-subpart_cpus-updated-wrongly-in-update_cpumask.patch
	patches.suse/cgroup-v1-Require-capabilities-to-set-release_agent.patch
	patches.suse/cgroup-cpuset-Fix-suspicious-RCU-usage-lockdep-warning.patch
	patches.suse/Revert-module-async-async_synchronize_full-on-module.patch
	patches.suse/selftests-rtc-Increase-test-timeout-so-that-all-test.patch
	patches.suse/kselftest-signal-all-child-processes.patch
	patches.suse/selftests-zram-Skip-max_comp_streams-interface-on-ne.patch
	patches.suse/selftests-zram01.sh-Fix-compression-ratio-calculatio.patch
	patches.suse/selftests-zram-Adapt-the-situation-that-dev-zram0-is.patch
	patches.suse/selftests-exec-Remove-pipe-from-TEST_GEN_FILES.patch
	patches.suse/selftests-futex-Use-variable-MAKE-instead-of-make.patch
	patches.suse/selftests-openat2-Print-also-errno-in-failure-messag.patch
	patches.suse/selftests-openat2-Add-missing-dependency-in-Makefile.patch
	patches.suse/selftests-openat2-Skip-testcases-that-fail-with-EOPN.patch
	patches.suse/selftests-skip-mincore.check_file_mmap-when-fs-lacks.patch
	patches.suse/kselftest-Fix-vdso_test_abi-return-status.patch
	patches.suse/selinux-fix-double-free-of-cond_list-on-error-paths.patch
	patches.suse/net-amd-xgbe-Fix-skb-data-length-underflow.patch
	patches.suse/selftests-nft_concat_range-add-test-for-reload-with-.patch
	patches.suse/net-amd-xgbe-ensure-to-reset-the-tx_timer_active-fla.patch
	patches.suse/net-stmmac-dwmac-visconti-No-change-to-ETHER_CLOCK_S.patch
	patches.suse/ax25-improve-the-incomplete-fix-to-avoid-UAF-and-NPD.patch
	patches.suse/ax25-add-refcount-in-ax25_dev-to-avoid-UAF-bugs.patch
	patches.suse/gve-fix-the-wrong-AdminQ-buffer-queue-index-check.patch
	patches.suse/net-ieee802154-hwsim-Ensure-proper-channel-selection.patch
	patches.suse/net-ieee802154-mcr20a-Fix-lifs-sifs-periods.patch
	patches.suse/net-ieee802154-ca8210-Stop-leaking-skb-s.patch
	patches.suse/net-stmmac-properly-handle-with-runtime-pm-in-stmmac.patch
	patches.suse/net-dsa-mt7530-make-NET_DSA_MT7530-select-MEDIATEK_G.patch
	patches.suse/net-stmmac-dump-gmac4-DMA-registers-correctly.patch
	patches.suse/net-macsec-Fix-offload-support-for-NETDEV_UNREGISTER.patch
	patches.suse/net-sched-fix-use-after-free-in-tc_new_tfilter.patch
	patches.suse/ipheth-fix-EOVERFLOW-in-ipheth_rcvbulk_callback.patch
	patches.suse/net-macsec-Verify-that-send_sci-is-on-when-setting-T.patch
	patches.suse/i40e-Fix-reset-bw-limit-when-DCB-enabled-with-1-TC.patch
	patches.suse/i40e-Fix-reset-path-while-removing-the-driver.patch
	patches.suse/e1000e-Separate-ADP-board-type-from-TGP.patch
	patches.suse/e1000e-Handshake-with-CSME-starts-from-ADL-platforms.patch
	patches.suse/net-mlx5-Bridge-take-rtnl-lock-in-init-error-handler.patch
	patches.suse/net-mlx5-Bridge-ensure-dev_name-is-null-terminated.patch
	patches.suse/net-mlx5e-TC-Reject-rules-with-drop-and-modify-hdr-a.patch
	patches.suse/net-mlx5e-Fix-module-EEPROM-query.patch
	patches.suse/net-mlx5-Use-del_timer_sync-in-fw-reset-flow-of-halt.patch
	patches.suse/net-mlx5e-TC-Reject-rules-with-forward-and-drop-acti.patch
	patches.suse/net-mlx5-Fix-offloading-with-ESWITCH_IPV4_TTL_MODIFY.patch
	patches.suse/net-mlx5-Bridge-Fix-devlink-deadlock-on-net-namespac.patch
	patches.suse/net-mlx5e-Fix-wrong-calculation-of-header-index-in-H.patch
	patches.suse/net-mlx5e-Fix-broken-SKB-allocation-in-HW-GRO.patch
	patches.suse/net-mlx5e-Fix-handling-of-wrong-devices-during-bond-.patch
	patches.suse/net-mlx5-E-Switch-Fix-uninitialized-variable-modact.patch
	patches.suse/net-mlx5e-Don-t-treat-small-ceil-values-as-unlimited.patch
	patches.suse/net-mlx5e-IPsec-Fix-crypto-offload-for-non-TCP-UDP-e.patch
	patches.suse/net-mlx5e-IPsec-Fix-tunnel-mode-crypto-offload-for-n.patch
	patches.suse/net-mlx5e-Avoid-implicit-modify-hdr-for-decap-drop-r.patch
	patches.suse/net-mlx5e-Use-struct_group-for-memcpy-region.patch
	patches.suse/net-mlx5e-Avoid-field-overflowing-memcpy.patch
	patches.suse/net-stmmac-ensure-PTP-time-register-reads-are-consis.patch
	patches.suse/ax25-fix-reference-count-leaks-of-ax25_dev.patch
	patches.suse/Fix-a-warning-about-a-malformed-kernel-doc-comment-in-cifs.patch
	patches.suse/cifs-unlock-chan_lock-before-calling-cifs_put_tcp_session.patch
	patches.suse/cifs-fix-workstation_name-for-multiuser-mounts.patch
	patches.suse/ipc-sem-do-not-sleep-with-a-spin-lock-held.patch
	patches.suse/drm-amd-pm-correct-the-MGpuFanBoost-support-for-Beig.patch
	patches.suse/drm-amd-display-Update-watermark-values-for-DCN301.patch
	patches.suse/drm-amd-display-watermark-latencies-is-not-enough-on.patch
	patches.suse/drm-amd-display-Force-link_rate-as-LINK_RATE_RBR2-fo.patch
	patches.suse/drm-amd-avoid-suspend-on-dGPUs-w-s2idle-support-when.patch
	patches.suse/drm-amdgpu-fix-logic-inversion-in-check.patch
	patches.suse/drm-kmb-Fix-for-build-errors-with-Warray-bounds.patch
	patches.suse/drm-nouveau-fix-off-by-one-in-BIOS-boundary-checking.patch
	patches.suse/dma-buf-heaps-Fix-potential-spectre-v1-gadget.patch
	patches.suse/0001-Revert-fbcon-Disable-accelerated-scrolling.patch
	patches.suse/0002-fbcon-Add-option-to-enable-legacy-hardware-accelerat.patch
	patches.suse/drm-i915-overlay-Prevent-divide-by-zero-bugs-in-scal.patch
	patches.suse/drm-i915-adlp-Fix-TypeC-PHY-ready-status-readout.patch
	patches.suse/ALSA-hda-Fix-UAF-of-leds-class-devs-at-unbinding.patch
	patches.suse/ALSA-usb-audio-initialize-variables-that-could-ignor.patch
	patches.suse/ALSA-hda-Fix-signedness-of-sscanf-arguments.patch
	patches.suse/ALSA-hda-realtek-Fix-race-at-concurrent-COEF-updates.patch
	patches.suse/ALSA-hda-realtek-Add-missing-fixup-model-entry-for-G.patch
	patches.suse/ALSA-hda-realtek-Fix-silent-output-on-Gigabyte-X570S.patch
	patches.suse/ALSA-hda-realtek-Fix-silent-output-on-Gigabyte-X570--ea3541961376.patch
	patches.suse/ALSA-hda-realtek-Add-quirk-for-ASUS-GU603.patch
	patches.suse/ALSA-usb-audio-Correct-quirk-for-VF0770.patch
	patches.suse/ALSA-hda-Skip-codec-shutdown-in-case-the-codec-is-no.patch
	patches.suse/ASoC-xilinx-xlnx_formatter_pcm-Make-buffer-bytes-mul.patch
	patches.suse/ASoC-simple-card-fix-probe-failure-on-platform-compo.patch
	patches.suse/ASoC-cpcap-Check-for-NULL-pointer-after-calling-of_g.patch
	patches.suse/ASoC-max9759-fix-underflow-in-speaker_gain_control_p.patch
	patches.suse/ASoC-ops-Reject-out-of-bounds-values-in-snd_soc_put_.patch
	patches.suse/ASoC-ops-Reject-out-of-bounds-values-in-snd_soc_put_-4f1e50d6a9cf.patch
	patches.suse/ASoC-ops-Reject-out-of-bounds-values-in-snd_soc_put_-4cf28e9ae6e2.patch
	patches.suse/ASoC-codecs-lpass-rx-macro-fix-sidetone-register-off.patch
	patches.suse/ASoC-codecs-wcd938x-fix-return-value-of-mixer-put-fu.patch
	patches.suse/ASoC-fsl-Add-missing-error-handling-in-pcm030_fabric.patch
	patches.suse/ASoC-hdmi-codec-Fix-OOB-memory-accesses.patch
	patches.suse/ASoC-rt5682-Fix-deadlock-on-resume.patch
	patches.suse/Input-wm97xx-Simplify-resource-management.patch
	patches.suse/ACPI-require-CRC32-to-build.patch
	patches.suse/random-wake-up-dev-random-writers-after-zap.patch
	patches.suse/iommu-Fix-potential-use-after-free-during-probe
	patches.suse/iommu-vt-d-fix-potential-memory-leak-in-intel_setup_irq_remapping
	patches.suse/iommu-amd-fix-loop-timeout-issue-in-iommu_ga_log_enable
	patches.suse/nvme-fix-a-possible-use-after-free-in-controller-res.patch
	patches.suse/nvme-tcp-fix-possible-use-after-free-in-transport-er.patch
	patches.suse/nvme-rdma-fix-possible-use-after-free-in-transport-e.patch
	patches.suse/nvme-fabrics-fix-state-check-in-nvmf_ctlr_matches_ba.patch
	patches.suse/0002-block-bio-integrity-Advance-seed-correctly-for-large.patch
	patches.suse/btrfs-fix-deadlock-between-quota-disable-and-qgroup-.patch
	patches.suse/scsi-bnx2fc-Make-bnx2fc_recv_frame-mp-safe
	patches.suse/IB-hfi1-Fix-panic-with-larger-ipoib-send_queue_size.patch
	patches.suse/IB-hfi1-Fix-alloc-failure-with-larger-txqueuelen.patch
	patches.suse/IB-hfi1-Fix-AIP-early-init-panic.patch
	patches.suse/IB-hfi1-Fix-tstats-alloc-and-dealloc.patch
	patches.suse/RDMA-cma-Use-correct-address-when-leaving-multicast-.patch
	patches.suse/RDMA-ucma-Protect-mc-during-concurrent-multicast-lea.patch
	patches.suse/RDMA-siw-Fix-refcounting-leak-in-siw_create_qp.patch
	patches.suse/IB-cm-Release-previously-acquired-reference-counter-.patch
	patches.suse/IB-rdmavt-Validate-remote_addr-during-loopback-atomi.patch
	patches.suse/RDMA-siw-Fix-broken-RDMA-Read-Fence-Resume-logic.patch
	patches.suse/RDMA-mlx4-Don-t-continue-event-handler-after-memory-.patch
	patches.suse/KVM-arm64-Avoid-consuming-a-stale-esr-value-when-SEr.patch
	patches.suse/edac-altera-fix-deferred-probing.patch
	patches.suse/edac-xgene-fix-deferred-probing.patch
	patches.suse/perf-Copy-perf_event_attr-sig_data-on-modification.patch
	patches.suse/perf-x86-intel-pt-Fix-crash-with-stop-filters-in-single-range-mode.patch
	patches.suse/tools-include-UAPI-Sync-sound-asound.h-copy-with-the.patch
	patches.suse/ext4-prevent-used-blocks-from-being-allocated-during.patch
	patches.suse/ext4-modify-the-logic-of-ext4_mb_new_blocks_simple.patch
	patches.suse/ext4-fix-error-handling-in-ext4_restore_inline_data.patch
	patches.suse/ext4-fix-error-handling-in-ext4_fc_record_modified_i.patch
	patches.suse/ext4-fix-incorrect-type-issue-during-replay_del_rang.patch
	patches.suse/ima-fix-reference-leak-in-asymmetric_verify.patch
	patches.suse/integrity-check-the-return-value-of-audit_log_start.patch
	patches.suse/ima-Remove-ima_policy-file-before-directory.patch
	patches.suse/ima-Allow-template-selection-with-ima_template-_fmt-.patch
	patches.suse/ima-Do-not-print-policy-rule-with-inactive-LSM-label.patch
	patches.suse/mmc-sdhci-of-esdhc-Check-for-error-num-after-setting.patch
	patches.suse/mmc-core-Wait-for-command-setting-Power-Off-Notifica.patch
	patches.suse/0001-mmc-moxart_remove-Fix-UAF.patch
	patches.suse/NFS-Don-t-overfill-uncached-readdir-pages.patch
	patches.suse/NFS-Don-t-skip-directory-entries-when-doing-uncached.patch
	patches.suse/NFS-Avoid-duplicate-uncached-readdir-calls-on-eof.patch
	patches.suse/NFS-Fix-initialisation-of-nfs_client-cl_flags-field.patch
	patches.suse/xprtrdma-fix-pointer-derefs-in-error-cases-of-rpcrdm.patch
	patches.suse/SUNRPC-lock-against-sock-changing-during-sysfs-read.patch
	patches.suse/KVM-s390-Return-error-on-SIDA-memop-on-normal-guest.patch
	patches.suse/crypto-octeontx2-Avoid-stack-variable-overflow.patch
	patches.suse/crypto-api-Move-cryptomgr-soft-dependency-into-algap.patch
	patches.suse/NFSD-Fix-the-behavior-of-READ-near-OFFSET_MAX.patch
	patches.suse/NFSD-Fix-ia_size-underflow.patch
	patches.suse/NFSD-Fix-NFSv3-SETATTR-CREATE-s-handling-of-large-fi.patch
	patches.suse/NFSD-Clamp-WRITE-offsets.patch
	patches.suse/NFSD-Fix-offset-type-in-I-O-trace-points.patch
	patches.suse/tipc-improve-size-validations-for-received-domain-re.patch
	patches.suse/selftests-fixup-build-warnings-in-pidfd-clone3-tests.patch
	patches.suse/net-sparx5-Fix-get_stat64-crash-in-tcpdump.patch
	patches.suse/ixgbevf-Require-large-buffers-for-build_skb-on-82599.patch
	patches.suse/netfilter-conntrack-move-synack-init-code-to-helper.patch
	patches.suse/netfilter-conntrack-re-init-state-for-retransmitted-.patch
	patches.suse/net-mscc-ocelot-fix-all-IP-traffic-getting-trapped-t.patch
	patches.suse/net-phy-marvell-Fix-MDI-x-polarity-setting-in-88e111.patch
	patches.suse/net-phy-marvell-Fix-RGMII-Tx-Rx-delays-setting-in-88.patch
	patches.suse/gve-Recording-rx-queue-before-sending-to-napi.patch
	patches.suse/bonding-pair-enable_port-with-slave_arr_updates.patch
	patches.suse/net-dsa-mv88e6xxx-don-t-use-devres-for-mdiobus.patch
	patches.suse/net-dsa-ar9331-register-the-mdiobus-under-devres.patch
	patches.suse/net-dsa-bcm_sf2-don-t-use-devres-for-mdiobus.patch
	patches.suse/net-dsa-felix-don-t-use-devres-for-mdiobus.patch
	patches.suse/net-dsa-seville-register-the-mdiobus-under-devres.patch
	patches.suse/net-dsa-mt7530-fix-kernel-bug-in-mdiobus_free-when-u.patch
	patches.suse/net-dsa-lantiq_gswip-don-t-use-devres-for-mdiobus.patch
	patches.suse/ibmvnic-don-t-release-napi-in-__ibmvnic_open.patch
	patches.suse/nfp-flower-fix-ida_idx-not-being-released.patch
	patches.suse/ax25-fix-NPD-bug-in-ax25_disconnect.patch
	patches.suse/can-isotp-fix-potential-CAN-frame-reception-race-in-.patch
	patches.suse/can-isotp-fix-error-path-in-isotp_sendmsg-to-unlock-.patch
	patches.suse/veth-fix-races-around-rq-rx_notify_masked.patch
	patches.suse/net-mdio-aspeed-Add-missing-MODULE_DEVICE_TABLE.patch
	patches.suse/net-amd-xgbe-disable-interrupts-during-pci-removal.patch
	patches.suse/ax25-fix-UAF-bugs-of-net_device-caused-by-rebinding-.patch
	patches.suse/net-usb-qmi_wwan-Add-support-for-Dell-DW5829e.patch
	patches.suse/net-macb-Align-the-dma-and-coherent-dma-masks.patch
	patches.suse/dpaa2-eth-unregister-the-netdev-before-disconnecting.patch
	patches.suse/net-mscc-ocelot-fix-mutex-lock-error-during-ethtool-.patch
	patches.suse/ice-fix-an-error-code-in-ice_cfg_phy_fec.patch
	patches.suse/ice-fix-IPIP-and-SIT-TSO-offload.patch
	patches.suse/ice-Fix-KASAN-error-in-LAG-NETDEV_UNREGISTER-handler.patch
	patches.suse/ice-Avoid-RTNL-lock-when-re-creating-auxiliary-devic.patch
	patches.suse/net-dsa-mv88e6xxx-fix-use-after-free-in-mv88e6xxx_md.patch
	patches.suse/drm-vc4-hdmi-Allow-DBLCLK-modes-even-if-horz-timing-.patch
	patches.suse/drm-panel-simple-Assign-data-from-panel_dpi_probe-co.patch
	patches.suse/0004-fbcon-Avoid-cap-set-but-not-used-warning.patch
	patches.suse/drm-rockchip-dw_hdmi-Do-not-leave-clock-enabled-in-e.patch
	patches.suse/drm-rockchip-vop-Correct-RK3399-VOP-register-fields.patch
	patches.suse/drm-i915-Disable-DRRS-on-IVB-HSW-port-A.patch
	patches.suse/drm-i915-Allow-join_mbus-cases-for-adlp-dbuf-configu.patch
	patches.suse/drm-i915-Populate-pipe-dbuf-slices-more-accurately-d.patch
	patches.suse/drm-i915-Workaround-broken-BIOS-DBUF-configuration-o.patch
	patches.suse/display-amd-decrease-message-verbosity-about-waterma.patch
	patches.suse/drm-amd-display-Cap-pflip-irqs-per-max-otg-number.patch
	patches.suse/drm-amd-display-fix-yellow-carp-wm-clamping.patch
	patches.suse/drm-amd-pm-fix-hwmon-node-of-power1_label-create-iss.patch
	patches.suse/ata-libata-core-Disable-TRIM-on-M88V29.patch
	patches.suse/gpio-aggregator-Fix-calling-into-sleeping-GPIO-contr.patch
	patches.suse/gpiolib-Never-return-internal-error-codes-to-user-sp.patch
	patches.suse/gpio-sifive-use-the-correct-register-to-read-output-.patch
	patches.suse/ACPI-PM-Revert-Only-mark-EC-GPE-for-wakeup-on-Intel-.patch
	patches.suse/PM-s2idle-ACPI-Fix-wakeup-interrupts-handling.patch
	patches.suse/ACPI-IORT-Check-node-revision-for-PMCG-resources.patch
	patches.suse/ARM-OMAP2-hwmod-Add-of_node_put-before-break.patch
	patches.suse/ARM-OMAP2-adjust-the-location-of-put_device-call-in-.patch
	patches.suse/ARM-dts-Fix-timer-regression-for-beagleboard-revisio.patch
	patches.suse/arm64-dts-meson-g12b-odroid-n2-fix-typo-dio2133.patch
	patches.suse/arm64-dts-meson-sm1-odroid-use-correct-enable-gpio-p.patch
	patches.suse/arm64-dts-meson-sm1-bananapi-m5-fix-wrong-GPIO-domai.patch
	patches.suse/arm64-dts-meson-gx-add-ATF-BL32-reserved-memory-regi.patch
	patches.suse/arm64-dts-meson-g12-add-ATF-BL32-reserved-memory-reg.patch
	patches.suse/arm64-dts-meson-g12-drop-BL32-region-from-SEI510-SEI.patch
	patches.suse/arm64-dts-meson-sm1-odroid-fix-boot-loop-after-reboo.patch
	patches.suse/tee-optee-do-not-check-memref-size-on-return-from-Se.patch
	patches.suse/optee-add-error-checks-in-optee_ffa_do_call_with_arg.patch
	patches.suse/ARM-dts-imx6qdl-udoo-Properly-describe-the-SD-card-d.patch
	patches.suse/ARM-dts-imx23-evk-Remove-MX23_PAD_SSP1_DETECT-from-h.patch
	patches.suse/ARM-dts-imx7ulp-Fix-assigned-clocks-parents-typo.patch
	patches.suse/arm64-dts-imx8mq-fix-lcdif-port-node.patch
	patches.suse/soc-aspeed-lpc-ctrl-Block-error-printing-on-probe-de.patch
	patches.suse/ARM-dts-Fix-boot-regression-on-Skomer.patch
	patches.suse/ARM-socfpga-fix-missing-RESET_CONTROLLER.patch
	patches.suse/ARM-dts-meson-Fix-the-UART-compatible-strings.patch
	patches.suse/ARM-dts-meson8-Fix-the-UART-device-tree-schema-valid.patch
	patches.suse/ARM-dts-meson8b-Fix-the-UART-device-tree-schema-vali.patch
	patches.suse/mm-vmscan-remove-deadlock-due-to-throttling.patch
	patches.suse/mm-memcg-synchronize-objcg-lists-with-a-dedicated-spinlock.patch
	patches.suse/seccomp-Invalidate-seccomp-mode-to-catch-death-failu.patch
	patches.suse/xen-x86-obtain-full-video-frame-buffer-address-for-D.patch
	patches.suse/s390-cio-verify-the-driver-availability-for-path_event-call
	patches.suse/usb-dwc3-xilinx-fix-uninitialized-return-value.patch
	patches.suse/usb-f_fs-Fix-use-after-free-for-epfile.patch
	patches.suse/usb-ulpi-Move-of_node_put-to-ulpi_dev_release.patch
	patches.suse/usb-ulpi-Call-of_node_put-correctly.patch
	patches.suse/usb-raw-gadget-fix-handling-of-dual-direction-capabl.patch
	patches.suse/usb-gadget-udc-renesas_usb3-Fix-host-to-USB_ROLE_NON.patch
	patches.suse/usb-gadget-f_uac2-Define-specific-wTerminalType.patch
	patches.suse/usb-dwc3-gadget-Prevent-core-from-processing-stale-T.patch
	patches.suse/net-usb-ax88179_178a-Fix-out-of-bounds-accesses-in-R.patch
	patches.suse/USB-gadget-validate-interface-OS-descriptor-requests.patch
	patches.suse/usb-gadget-rndis-check-size-of-RNDIS_MSG_SET-command.patch
	patches.suse/usb-dwc2-drd-fix-soft-connect-when-gadget-is-unconfi.patch
	patches.suse/USB-serial-ch341-add-support-for-GW-Instek-USB2.0-Se.patch
	patches.suse/USB-serial-option-add-ZTE-MF286D-modem.patch
	patches.suse/USB-serial-ftdi_sio-add-support-for-Brainboxes-US-15.patch
	patches.suse/USB-serial-cp210x-add-NCR-Retail-IO-box-id.patch
	patches.suse/USB-serial-cp210x-add-CPI-Bulk-Coin-Recycler-id.patch
	patches.suse/Revert-usb-dwc2-drd-fix-soft-connect-when-gadget-is-.patch
	patches.suse/n_tty-wake-up-poll-POLLRDNORM-on-receiving-data.patch
	patches.suse/vt_ioctl-fix-array_index_nospec-in-vt_setactivate.patch
	patches.suse/vt_ioctl-add-array_index_nospec-to-VT_ACTIVATE.patch
	patches.suse/staging-fbtft-Fix-error-path-in-fbtft_driver_module_.patch
	patches.suse/misc-fastrpc-avoid-double-fput-on-failed-usercopy.patch
	patches.suse/eeprom-ee1004-limit-i2c-reads-to-I2C_SMBUS_BLOCK_MAX.patch
	patches.suse/phy-usb-Leave-some-clocks-running-during-suspend.patch
	patches.suse/phy-broadcom-Kconfig-Fix-PHY_BRCM_USB-config-option.patch
	patches.suse/phy-ti-Fix-missing-sentinel-for-clk_div_table.patch
	patches.suse/phy-xilinx-zynqmp-Fix-bus-width-setting-for-SGMII.patch
	patches.suse/phy-stm32-fix-a-refcount-leak-in-stm32_usbphyc_pll_e.patch
	patches.suse/phy-dphy-Correct-clk_pre-parameter.patch
	patches.suse/speakup-dectlk-Restore-pitch-setting.patch
	patches.suse/iio-buffer-Fix-file-related-error-handling-in-IIO_BU.patch
	patches.suse/scsi-lpfc-Remove-NVMe-support-if-kernel-has-NVME_FC-.patch
	patches.suse/scsi-lpfc-Reduce-log-messages-seen-after-firmware-do.patch
	patches.suse/improve-error-message-when-mount-options-conflict-with-posix.patch
	patches.suse/cifs-call-cifs_reconnect-when-a-connection-is-marked.patch
	patches.suse/cifs-call-helper-functions-for-marking-channels-for-reconnect.patch
	patches.suse/cifs-mark-sessions-for-reconnection-in-helper-function.patch
	patches.suse/perf-Fix-list-corruption-in-perf_cgroup_switch.patch
	patches.suse/sched-fair-Fix-fault-in-reweight_entity.patch
	patches.suse/irqchip-sifive-plic-Add-missing-thead-c900-plic-matc.patch
	patches.suse/kconfig-let-shell-return-enough-output-for-deep-path.patch
	patches.suse/kconfig-fix-failing-to-generate-auto.conf.patch
	patches.suse/regulator-core-fix-false-positive-in-regulator_late_.patch
	patches.suse/msft-hv-2514-PCI-hv-Fix-NUMA-node-assignment-when-kernel-boots-wi.patch
	patches.suse/msft-hv-2515-Drivers-hv-vmbus-Fix-memory-leak-in-vmbus_add_channe.patch
	patches.suse/msft-hv-2517-Drivers-hv-utils-Make-use-of-the-helper-macro-LIST_H.patch
	patches.suse/HID-amd_sfh-Add-illuminance-mask-to-limit-ALS-max-va.patch
	patches.suse/HID-Add-support-for-UGTABLET-WP5540.patch
	patches.suse/HID-amd_sfh-Correct-the-structure-field-name.patch
	patches.suse/Revert-svm-Add-warning-message-for-AVIC-IPI-invalid-.patch
	patches.suse/KVM-x86-SVM-don-t-passthrough-SMAP-SMEP-PKE-bits-in-.patch
	patches.suse/KVM-x86-SVM-move-avic-definitions-from-AMD-s-spec-to-svm.h
	patches.suse/selftests-kvm-Remove-absent-target-file.patch
	patches.suse/KVM-x86-pmu-Use-AMD64_RAW_EVENT_MASK-for-PERF_TYPE_R.patch
	patches.suse/tty-n_tty-do-not-look-ahead-for-EOL-character-past-t.patch
	patches.suse/mmc-block-fix-read-single-on-recovery-logic.patch
	patches.suse/mm-don-t-try-to-NUMA-migrate-COW-pages-that-have-other-uses.patch
	patches.suse/libsubcmd-Fix-use-after-free-for-realloc-.-0.patch
	patches.suse/selftests-netfilter-fix-exit-value-for-nft_concat_ra.patch
	patches.suse/selftests-netfilter-disable-rp_filter-on-router.patch
	patches.suse/brcmfmac-firmware-Fix-crash-in-brcm_alt_fw_path.patch
	patches.suse/mac80211-mlme-check-for-null-after-calling-kmemdup.patch
	patches.suse/mac80211_hwsim-report-NOACK-frames-in-tx_status.patch
	patches.suse/mac80211_hwsim-initialize-ieee80211_tx_info-at-hw_sc.patch
	patches.suse/iwlwifi-mvm-fix-condition-which-checks-the-version-o.patch
	patches.suse/iwlwifi-fix-iwl_legacy_rate_to_fw_idx.patch
	patches.suse/iwlwifi-pcie-fix-locking-when-HW-not-ready.patch
	patches.suse/iwlwifi-pcie-gen2-fix-locking-when-HW-not-ready.patch
	patches.suse/iwlwifi-remove-deprecated-broadcast-filtering-featur.patch
	patches.suse/iwlwifi-mvm-don-t-send-SAR-GEO-command-for-3160-devi.patch
	patches.suse/cfg80211-fix-race-in-netlink-owner-interface-destruc.patch
	patches.suse/iwlwifi-fix-use-after-free.patch
	patches.suse/net-dsa-lan9303-fix-reset-on-probe.patch
	patches.suse/atl1c-fix-tx-timeout-after-link-flap-on-Mikrotik-10-.patch
	patches.suse/ice-enable-parsing-IPSEC-SPI-headers-for-RSS.patch
	patches.suse/net-dsa-mv88e6xxx-flush-switchdev-FDB-workqueue-befo.patch
	patches.suse/net_sched-add-__rcu-annotation-to-netdev-qdisc.patch
	patches.suse/USB-zaurus-support-another-broken-Zaurus.patch
	patches.suse/net-phy-mediatek-remove-PHY-mode-check-on-MT7531.patch
	patches.suse/dpaa2-eth-Initialize-mutex-used-in-one-step-timestam.patch
	patches.suse/bonding-fix-data-races-around-agg_select_timer.patch
	patches.suse/CDC-NCM-avoid-overflow-in-sanity-checking.patch
	patches.suse/net-dsa-lantiq_gswip-fix-use-after-free-in-gswip_rem.patch
	patches.suse/net-usb-cdc_mbim-avoid-altsetting-toggling-for-Telit-21e8a96377e6.patch
	patches.suse/ping-fix-the-dif-and-sdif-check-in-ping_lookup.patch
	patches.suse/Revert-net-ethernet-bgmac-Use-devm_platform_ioremap_.patch
	patches.suse/vsock-remove-vsock-from-connected-table-when-connect.patch
	patches.suse/net-dsa-lan9303-add-VLAN-IDs-to-master-device.patch
	patches.suse/bonding-force-carrier-update-when-releasing-slave.patch
	patches.suse/drm-amd-pm-correct-UMD-pstate-clocks-for-Dimgrey-Cav.patch
	patches.suse/drm-amdgpu-skipping-SDMA-hw_init-and-hw_fini-for-S0i.patch
	patches.suse/drm-amd-pm-correct-the-sequence-of-sending-gpu-reset.patch
	patches.suse/drm-radeon-Fix-backlight-control-on-iMac-12-1.patch
	patches.suse/drm-cma-helper-Set-VM_DONTEXPAND-for-mmap.patch
	patches.suse/drm-atomic-Don-t-pollute-crtc_state-mode_blob-with-e.patch
	patches.suse/drm-i915-gvt-clean-up-kernel-doc-in-gtt.c.patch
	patches.suse/drm-i915-gvt-Make-DRM_I915_GVT-depend-on-X86.patch
	patches.suse/drm-i915-Fix-dbuf-slice-config-lookup.patch
	patches.suse/drm-i915-Fix-mbus-join-config-lookup.patch
	patches.suse/drm-i915-ttm-tweak-priority-hint-selection.patch
	patches.suse/drm-i915-opregion-check-port-number-bounds-for-SWSCI.patch
	patches.suse/selftests-exec-Add-non-regular-to-TEST_GEN_PROGS.patch
	patches.suse/selftests-seccomp-Fix-seccomp-failure-by-adding-miss.patch
	patches.suse/selftests-ftrace-Do-not-trace-do_softirq-because-of-.patch
	patches.suse/smb3-fix-snapshot-mount-option.patch
	patches.suse/cifs-fix-set-of-group-SID-via-NTSD-xattrs.patch
	patches.suse/cifs-do-not-use-uninitialized-data-in-the-owner-group-sid.patch
	patches.suse/cifs-fix-double-free-race-when-mount-fails-in-cifs_get_root-.patch
	patches.suse/cifs-modefromsids-must-add-an-ACE-for-authenticated-users.patch
	patches.suse/cifs-fix-confusing-unneeded-warning-message-on-smb2-1-and-earlier.patch
	patches.suse/arm64-Correct-wrong-label-in-macro-__init_el2_gicv3.patch
	patches.suse/ALSA-memalloc-Fix-dma_need_sync-checks.patch
	patches.suse/ALSA-memalloc-invalidate-SG-pages-before-sync.patch
	patches.suse/ALSA-usb-audio-revert-to-IMPLICIT_FB_FIXED_DEV-for-M.patch
	patches.suse/ALSA-hda-realtek-Add-quirk-for-Legion-Y9000X-2019.patch
	patches.suse/ALSA-hda-Fix-regression-on-forced-probe-mask-option.patch
	patches.suse/ALSA-hda-Fix-missing-codec-probe-on-Shenker-Dock-15.patch
	patches.suse/ALSA-usb-audio-Don-t-abort-resume-upon-errors.patch
	patches.suse/ALSA-hda-realtek-Fix-deadlock-by-COEF-mutex.patch
	patches.suse/ASoC-ops-Fix-stereo-change-notifications-in-snd_soc_.patch
	patches.suse/ASoC-ops-Fix-stereo-change-notifications-in-snd_soc_-7f3d90a35196.patch
	patches.suse/ASoC-ops-Fix-stereo-change-notifications-in-snd_soc_-650204ded370.patch
	patches.suse/ASoC-ops-Fix-stereo-change-notifications-in-snd_soc_-2b7c46369f09.patch
	patches.suse/ASoC-tas2770-Insert-post-reset-delay.patch
	patches.suse/ASoC-rt5668-do-not-block-workqueue-if-card-is-unboun.patch
	patches.suse/ASoC-rt5682-do-not-block-workqueue-if-card-is-unboun.patch
	patches.suse/ASoC-qcom-Actually-clear-DMA-interrupt-register-for-.patch
	patches.suse/ASoC-wm_adsp-Correct-control-read-size-when-parsing-.patch
	patches.suse/ALSA-hda-Set-max-DMA-segment-size.patch
	patches.suse/ASoC-SOF-hda-Set-max-DMA-segment-size.patch
	patches.suse/ASoC-intel-skylake-Set-max-DMA-segment-size.patch
	patches.suse/block-map-add-__GFP_ZERO-flag-for-alloc_page-in-function-bio_copy_kern
	patches.suse/block-wbt-fix-negative-inflight-counter-when-remove-.patch
	patches.suse/mtd-rawnand-ingenic-Fix-missing-put_device-in-ingeni.patch
	patches.suse/mtd-rawnand-qcom-Fix-clock-sequencing-in-qcom_nandc_.patch
	patches.suse/mtd-parsers-qcom-Fix-kernel-panic-on-skipped-partiti.patch
	patches.suse/mtd-parsers-qcom-Fix-missing-free-for-pparts-in-clea.patch
	patches.suse/mtd-phram-Prevent-divide-by-zero-bug-in-phram_setup.patch
	patches.suse/mtd-rawnand-gpmi-don-t-leak-PM-reference-in-error-pa.patch
	patches.suse/mtd-rawnand-brcmnand-Fixed-incorrect-sub-page-ECC-st.patch
	patches.suse/ACPI-tables-Quiet-ACPI-table-not-found-warning.patch
	patches.suse/ACPI-processor-idle-fix-lockup-regression-on-32-bit-.patch
	patches.suse/NFS-Remove-an-incorrect-revalidation-in-nfs4_update_.patch
	patches.suse/NFS-LOOKUP_DIRECTORY-is-also-ok-with-symlinks.patch
	patches.suse/NFS-Do-not-report-writeback-errors-in-nfs_getattr.patch
	patches.suse/ucounts-Enforce-RLIMIT_NPROC-not-RLIMIT_NPROC-1.patch
	patches.suse/ucounts-Base-set_cred_ucounts-changes-on-the-real-us.patch
	patches.suse/ucounts-Handle-wrapping-in-is_ucounts_overlimit.patch
	patches.suse/copy_process-Move-fd_install-out-of-sighand-siglock-critical-section.patch
	patches.suse/tests-fix-idmapped-mount_setattr-test.patch
	patches.suse/Input-clear-BTN_RIGHT-MIDDLE-on-buttonpads.patch
	patches.suse/i2c-bcm2835-Avoid-clock-stretching-timeouts.patch
	patches.suse/i2c-qcom-cci-don-t-delete-an-unregistered-adapter.patch
	patches.suse/i2c-qcom-cci-don-t-put-a-device-tree-node-before-i2c.patch
	patches.suse/i2c-brcmstb-fix-support-for-DSL-and-CM-variants.patch
	patches.suse/dmaengine-ptdma-Fix-the-error-handling-path-in-pt_co.patch
	patches.suse/dmaengine-sh-rcar-dmac-Check-for-error-num-after-set.patch
	patches.suse/dmaengine-stm32-dmamux-Fix-PM-disable-depth-imbalanc.patch
	patches.suse/dmaengine-sh-rcar-dmac-Check-for-error-num-after-dma.patch
	patches.suse/dmaengine-shdma-Fix-runtime-PM-imbalance-on-error.patch
	patches.suse/scsi-qedi-Fix-ABBA-deadlock-in-qedi_process_tmf_resp-and-qedi_process_cmd_cleanup_resp.patch
	patches.suse/scsi-lpfc-Fix-pt2pt-NVMe-PRLI-reject-LOGO-loop.patch
	patches.suse/edac-fix-calculation-of-returned-address-and-next-offset-in-edac_align_ptr.patch
	patches.suse/sched-Fix-yet-more-sched_fork-races.patch
	patches.suse/x86-ptrace-fix-xfpregs_set-s-incorrect-xmm-clearing.patch
	patches.suse/lockdep-Correct-lock_classes-index-mapping.patch
	patches.suse/platform-x86-asus-wmi-Fix-regression-when-probing-fo.patch
	patches.suse/lib-iov_iter-initialize-flags-in-new-pipe_buffer.patch
	patches.suse/cgroup-cpuset-Fix-a-race-between-cpuset_attach-and-cpu-hotplug.patch
	patches.suse/cgroup-v1-Correct-privileges-check-in-release_agent-writes.patch
	patches.suse/hwmon-Handle-failure-to-register-sensor-with-thermal.patch
	patches.suse/hwmon-pmbus-Clear-pmbus-fault-warning-bits-after-rea.patch
	patches.suse/selinux-fix-misuse-of-mutex_is_locked.patch
	patches.suse/of-unittest-update-text-of-expected-warnings.patch
	patches.suse/surface-surface3_power-Fix-battery-readings-on-batte.patch
	patches.suse/io_uring-add-a-schedule-point-in-io_add_buffers.patch
	patches.suse/nvme-don-t-return-an-error-from-nvme_configure_metad.patch
	patches.suse/nvme-also-mark-passthrough-only-namespaces-ready-in-.patch
	patches.suse/bpf-Fix-crash-due-to-out-of-bounds-access-into-reg2b.patch
	patches.suse/drivers-hamradio-6pack-fix-UAF-bug-caused-by-mod_tim.patch
	patches.suse/sr9700-sanity-check-for-packet-length.patch
	patches.suse/net-ll_temac-check-the-return-value-of-devm_kmalloc.patch
	patches.suse/nfp-flower-Fix-a-potential-leak-in-nfp_tunnel_add_sh.patch
	patches.suse/selftests-mptcp-fix-diag-instability.patch
	patches.suse/ice-Match-on-all-profiles-in-slow-path.patch
	patches.suse/ice-fix-setting-l4-port-flag-when-adding-filter.patch
	patches.suse/ice-fix-concurrent-reset-and-removal-of-VFs.patch
	patches.suse/ice-check-the-return-of-ice_ptp_gettimex64.patch
	patches.suse/ice-initialize-local-variable-tlv.patch
	patches.suse/net-dsa-microchip-fix-bridging-with-more-than-two-me.patch
	patches.suse/bnxt_en-Fix-active-FEC-reporting-to-ethtool.patch
	patches.suse/bnxt_en-Fix-offline-ethtool-selftest-with-RDMA-enabl.patch
	patches.suse/bnxt_en-Fix-occasional-ethtool-t-loopback-test-failu.patch
	patches.suse/bnxt_en-Fix-incorrect-multicast-rx-mask-setting-when.patch
	patches.suse/bnxt_en-Restore-the-resets_reliable-flag-in-bnxt_ope.patch
	patches.suse/bnxt_en-Increase-firmware-message-response-DMA-wait-.patch
	patches.suse/bnxt_en-Fix-devlink-fw_activate.patch
	patches.suse/netfilter-nf_tables_offload-incorrect-flow-offload-a.patch
	patches.suse/ibmvnic-schedule-failover-only-if-vioctl-fails.patch
	patches.suse/vhost-vsock-don-t-check-owner-in-vhost_vsock_stop-wh.patch
	patches.suse/udp_tunnel-Fix-end-of-loop-test-in-udp_tunnel_nic_un.patch
	patches.suse/net-mlx5-Update-the-list-of-the-PCI-supported-device.patch
	patches.suse/net-mlx5-DR-Cache-STE-shadow-memory.patch
	patches.suse/net-mlx5-DR-Fix-slab-out-of-bounds-in-mlx5_cmd_dr_cr.patch
	patches.suse/net-mlx5-DR-Don-t-allow-match-on-IP-w-o-matching-on-.patch
	patches.suse/net-mlx5-DR-Fix-the-threshold-that-defines-when-pool.patch
	patches.suse/net-mlx5-Update-log_max_qp-value-to-be-17-at-most.patch
	patches.suse/net-mlx5-Fix-wrong-limitation-of-metadata-match-on-e.patch
	patches.suse/net-mlx5-Fix-tc-max-supported-prio-for-nic-mode-be7f4b0a.patch
	patches.suse/net-mlx5-Fix-possible-deadlock-on-rule-deletion.patch
	patches.suse/net-mlx5e-Fix-wrong-return-value-on-ioctl-EEPROM-que.patch
	patches.suse/net-mlx5e-kTLS-Use-CHECKSUM_UNNECESSARY-for-device-o.patch
	patches.suse/net-mlx5e-TC-Reject-rules-with-drop-and-modify-hdr-a-23216d38.patch
	patches.suse/net-mlx5e-TC-Reject-rules-with-forward-and-drop-acti-3d65492a.patch
	patches.suse/net-mlx5e-TC-Skip-redundant-ct-clear-actions.patch
	patches.suse/net-mlx5e-Add-feature-check-for-set-fec-counters.patch
	patches.suse/net-mlx5e-Fix-MPLSoUDP-encap-to-use-MPLS-action-info.patch
	patches.suse/net-mlx5e-MPLSoUDP-decap-fix-check-for-unsupported-m.patch
	patches.suse/net-mlx5e-Add-missing-increment-of-count.patch
	patches.suse/net-mlx5e-Fix-VF-min-max-rate-parameters-interchange.patch
	patches.suse/Revert-xen-netback-remove-hotplug-status-once-it-has.patch
	patches.suse/Revert-xen-netback-Check-for-hotplug-status-existenc.patch
	patches.suse/bnx2x-fix-driver-load-from-initrd.patch
	patches.suse/net-smc-Use-a-mutex-for-locking-struct-smc_pnettable
	patches.suse/openvswitch-Fix-setting-ipv6-fields-causing-hw-csum-.patch
	patches.suse/Revert-i40e-Fix-reset-bw-limit-when-DCB-enabled-with.patch
	patches.suse/ping-remove-pr_err-from-ping_lookup.patch
	patches.suse/net-mv643xx_eth-process-retval-from-of_get_mac_addre.patch
	patches.suse/PCI-mvebu-Fix-device-enumeration-regression.patch
	patches.suse/PCI-Mark-all-AMD-Navi10-and-Navi14-GPU-ATS-as-broken.patch
	patches.suse/KVM-x86-mmu-make-apf-token-non-zero-to-fix-bug.patch
	patches.suse/drm-vc4-crtc-Fix-runtime_pm-reference-counting.patch
	patches.suse/drm-edid-Always-set-RGB444.patch
	patches.suse/drm-amd-display-Protect-update_bw_bounding_box-FPU-c.patch
	patches.suse/drm-amdgpu-disable-MMHUB-PG-for-Picasso.patch
	patches.suse/drm-amd-pm-fix-some-OEM-SKU-specific-stability-issue.patch
	patches.suse/drm-amd-display-For-vblank_disable_immediate-check-P.patch
	patches.suse/drm-amd-Check-if-ASPM-is-enabled-from-PCIe-subsystem.patch
	patches.suse/drm-amdgpu-do-not-enable-asic-reset-for-raven2.patch
	patches.suse/drm-amdgpu-bypass-tiling-flag-check-in-virtual-displ.patch
	patches.suse/drm-amdgpu-check-vm-ready-by-amdgpu_vm-evicting-flag.patch
	patches.suse/drm-i915-Widen-the-QGV-point-mask.patch
	patches.suse/drm-i915-Correctly-populate-use_sagv_wm-for-all-pipe.patch
	patches.suse/drm-i915-Fix-bw-atomic-check-when-switching-between-.patch
	patches.suse/drm-i915-dg2-Print-PHY-name-properly-on-calibration-.patch
	patches.suse/clk-jz4725b-fix-mmc0-clock-gating.patch
	patches.suse/ata-pata_hpt37x-fix-PCI-clock-detection.patch
	patches.suse/ata-pata_hpt37x-disable-primary-channel-on-HPT371.patch
	patches.suse/usb-dwc3-pci-add-support-for-the-Intel-Raptor-Lake-S.patch
	patches.suse/usb-dwc3-pci-Add-snps-dis_u2_susphy_quirk-for-Intel-.patch
	patches.suse/xhci-re-initialize-the-HC-during-resume-if-HCE-was-s.patch
	patches.suse/xhci-Prevent-futile-URB-re-submissions-due-to-incorr.patch
	patches.suse/tps6598x-clear-int-mask-on-probe-failure.patch
	patches.suse/usb-dwc3-pci-Fix-Bay-Trail-phy-GPIO-mappings.patch
	patches.suse/usb-dwc2-drd-fix-soft-connect-when-gadget-is-unconfi-32fde84362c4.patch
	patches.suse/USB-gadget-validate-endpoint-index-for-xilinx-udc.patch
	patches.suse/usb-dwc3-gadget-Let-the-interrupt-handler-disable-bo.patch
	patches.suse/usb-gadget-rndis-add-spinlock-for-rndis-response-lis.patch
	patches.suse/Revert-USB-serial-ch341-add-new-Product-ID-for-CH341.patch
	patches.suse/USB-serial-option-add-support-for-DW5829e.patch
	patches.suse/USB-serial-option-add-Telit-LE910R1-compositions.patch
	patches.suse/tty-n_gsm-fix-encoding-of-control-signal-octet-bit-D.patch
	patches.suse/tty-n_gsm-fix-encoding-of-command-response-bit.patch
	patches.suse/tty-n_gsm-fix-proper-link-termination-after-failed-o.patch
	patches.suse/tty-n_gsm-fix-NULL-pointer-access-due-to-DLCI-releas.patch
	patches.suse/tty-n_gsm-fix-wrong-tty-control-line-for-flow-contro.patch
	patches.suse/tty-n_gsm-fix-wrong-modem-processing-in-convergence-.patch
	patches.suse/tty-n_gsm-fix-deadlock-in-gsmtty_open.patch
	patches.suse/sc16is7xx-Fix-for-incorrect-data-being-transmitted.patch
	patches.suse/staging-fbtft-fb_st7789v-reset-display-before-initia.patch
	patches.suse/driver-core-Free-DMA-range-map-when-device-is-releas.patch
	patches.suse/iio-adc-tsc2046-fix-memory-corruption-by-preventing-.patch
	patches.suse/iio-adc-ad7124-fix-mask-used-for-setting-AIN_BUFP-AI.patch
	patches.suse/iio-imu-adis16480-fix-buffering-for-devices-with-no-.patch
	patches.suse/iio-accel-fxls8962af-add-padding-to-regmap-for-SPI.patch
	patches.suse/iio-adc-men_z188_adc-Fix-a-resource-leak-in-an-error.patch
	patches.suse/iio-Fix-error-handling-for-PM.patch
	patches.suse/iio-imu-st_lsm6dsx-wait-for-settling-time-in-st_lsm6.patch
	patches.suse/thermal-int340x-fix-memory-leak-in-int3400_notify.patch
	patches.suse/regmap-irq-Update-interrupt-clear-register-for-prope.patch
	patches.suse/spi-spi-zynq-qspi-Fix-a-NULL-pointer-dereference-in-.patch
	patches.suse/spi-rockchip-Fix-error-in-getting-num-cs-property.patch
	patches.suse/spi-rockchip-terminate-dma-transmission-when-slave-a.patch
	patches.suse/gpio-Return-EPROBE_DEFER-if-gc-to_irq-is-NULL.patch
	patches.suse/IB-qib-Fix-duplicate-sysfs-directory-name.patch
	patches.suse/RDMA-rtrs-clt-Fix-possible-double-free-in-error-case.patch
	patches.suse/RDMA-rtrs-clt-Move-free_permit-from-free_clt-to-rtrs.patch
	patches.suse/RDMA-ib_srp-Fix-a-deadlock.patch
	patches.suse/RDMA-cma-Do-not-change-route.addr.src_addr-outside-s.patch
	patches.suse/configfs-fix-a-race-in-configfs_-un-register_subsyst.patch
	patches.suse/xfs-only-bother-with-sync_filesystem-during-readonly.patch
	patches.suse/selftest-vm-fix-map_fixed_noreplace-test-failure.patch
	patches.suse/selftests-memfd-clean-up-mapping-in-mfd_fail_write.patch
	patches.suse/tracing-Dump-stacktrace-trigger-to-the-corresponding-instance.patch
	patches.suse/tracing-Have-traceon-and-traceoff-trigger-honor-the-instance.patch
	patches.suse/pinctrl-fix-loop-in-k210_pinconf_get_drive.patch
	patches.suse/pinctrl-k210-Fix-bias-pull-up.patch
	patches.suse/gpio-tegra186-Fix-chip_data-type-confusion.patch
	patches.suse/pinctrl-tigerlake-Revert-Add-Alder-Lake-M-ACPI-ID.patch
	patches.suse/swiotlb-fix-info-leak-with-DMA_FROM_DEVICE.patch
	patches.suse/efivars-Respect-block-flag-in-efivar_entry_set_safe.patch
	patches.suse/arm64-dts-agilex-use-the-compatible-intel-socfpga-ag.patch
	patches.suse/arm64-dts-juno-Remove-GICv2m-dma-range.patch
	patches.suse/firmware-arm_scmi-Remove-space-in-MODULE_ALIAS-name.patch
	patches.suse/arm64-dts-rockchip-fix-rk3399-puma-haikou-USB-OTG-mo.patch
	patches.suse/arm64-dts-rockchip-Switch-RK3399-Gru-DP-to-SPDIF-out.patch
	patches.suse/arm64-dts-rockchip-fix-rk3399-puma-eMMC-HS400-signal.patch
	patches.suse/arm64-dts-rockchip-align-pl330-node-name-with-dtsche.patch
	patches.suse/arm64-dts-rockchip-reorder-rk3399-hdmi-clocks.patch
	patches.suse/ARM-dts-rockchip-reorder-rk322x-hmdi-clocks.patch
	patches.suse/ARM-dts-rockchip-fix-a-typo-on-rk3288-crypto-control.patch
	patches.suse/ARM-dts-switch-timer-config-to-common-devkit8000-dev.patch
	patches.suse/ARM-dts-Use-32KiHz-oscillator-on-devkit8000.patch
	patches.suse/soc-fsl-Correct-MAINTAINERS-database-QUICC-ENGINE-LI.patch
	patches.suse/soc-fsl-Correct-MAINTAINERS-database-SOC.patch
	patches.suse/soc-fsl-guts-Revert-commit-3c0d64e867ed.patch
	patches.suse/soc-fsl-guts-Add-a-missing-memory-allocation-failure.patch
	patches.suse/soc-fsl-qe-Check-of-ioremap-return-value.patch
	patches.suse/ntb-intel-fix-port-config-status-offset-for-SPR.patch
	patches.suse/ARM-Fix-kgdb-breakpoint-for-Thumb2.patch
	patches.suse/ARM-9178-1-fix-unmet-dependency-on-BITREVERSE-for-HA.patch
	patches.suse/ARM-9182-1-mmu-fix-returns-from-early_param-and-__se.patch
	patches.suse/ucounts-Fix-systemd-LimitNPROC-with-private-users-re.patch
	patches.suse/auxdisplay-lcd2s-Fix-lcd2s_redefine_char-feature.patch
	patches.suse/auxdisplay-lcd2s-Fix-memory-leak-in-remove.patch
	patches.suse/auxdisplay-lcd2s-Use-proper-API-to-free-the-instance.patch
	patches.suse/Bluetooth-Fix-bt_skb_sendmmsg-not-allocating-partial.patch
	patches.suse/net-stmmac-only-enable-DMA-interrupts-when-ready.patch
	patches.suse/net-smc-fix-connection-leak
	patches.suse/xfrm-fix-mtu-regression.patch
	patches.suse/revert-xfrm-xfrm_state_mtu-should-return-at-least-1280.patch
	patches.suse/xfrm-enforce-validity-of-offload-input-flags.patch
	patches.suse/ibmvnic-free-reset-work-item-when-flushing.patch
	patches.suse/ibmvnic-initialize-rc-before-completing-wait.patch
	patches.suse/ibmvnic-define-flush_reset_queue-helper.patch
	patches.suse/ibmvnic-complete-init_done-on-transport-events.patch
	patches.suse/ibmvnic-register-netdev-after-init-of-adapter.patch
	patches.suse/ibmvnic-init-init_done_rc-earlier.patch
	patches.suse/ibmvnic-clear-fop-when-retrying-probe.patch
	patches.suse/ibmvnic-Allow-queueing-resets-during-probe.patch
	patches.suse/net-chelsio-cxgb3-check-the-return-value-of-pci_find.patch
	patches.suse/net-sparx5-Fix-add-vlan-when-invalid-operation.patch
	patches.suse/net-sxgbe-fix-return-value-of-__setup-handler.patch
	patches.suse/net-stmmac-fix-return-value-of-__setup-handler.patch
	patches.suse/can-etas_es58x-change-opened_channel_cnt-s-type-from.patch
	patches.suse/can-gs_usb-change-active_channels-s-type-from-atomic.patch
	patches.suse/can-rcar_canfd-rcar_canfd_channel_probe-register-the.patch
	patches.suse/iavf-Rework-mutexes-for-better-synchronisation.patch
	patches.suse/iavf-Add-waiting-so-the-port-is-initialized-in-remov.patch
	patches.suse/iavf-Fix-init-state-closure-on-remove.patch
	patches.suse/iavf-Fix-locking-for-VIRTCHNL_OP_GET_OFFLOAD_VLAN_V2.patch
	patches.suse/iavf-Fix-race-in-init-state.patch
	patches.suse/iavf-Fix-deadlock-in-iavf_reset_task.patch
	patches.suse/iavf-Fix-missing-check-for-running-netdev.patch
	patches.suse/iavf-Fix-__IAVF_RESETTING-state-usage.patch
	patches.suse/atm-firestream-check-the-return-value-of-ioremap-in-.patch
	patches.suse/igc-igc_read_phy_reg_gpy-drop-premature-return.patch
	patches.suse/igc-igc_write_phy_reg_gpy-drop-premature-return.patch
	patches.suse/e1000e-Fix-possible-HW-unit-hang-after-an-s0ix-exit.patch
	patches.suse/e1000e-Correct-NVM-checksum-verification-flow.patch
	patches.suse/mac80211-fix-EAPoL-rekey-fail-in-802.3-rx-path.patch
	patches.suse/mac80211-refuse-aggregations-sessions-before-authori.patch
	patches.suse/mac80211-fix-forwarded-mesh-frames-AC-queue-selectio.patch
	patches.suse/iwlwifi-don-t-advertise-TWT-support.patch
	patches.suse/iwlwifi-mvm-check-debugfs_dir-ptr-before-use.patch
	patches.suse/nl80211-Handle-nla_memdup-failures-in-handle_nan_fil.patch
	patches.suse/mac80211-treat-some-SAE-auth-steps-as-final.patch
	patches.suse/nl80211-Update-bss-channel-on-channel-switch-for-P2P.patch
	patches.suse/batman-adv-Request-iflink-once-in-batadv-on-batadv-c.patch
	patches.suse/batman-adv-Request-iflink-once-in-batadv_get_real_ne.patch
	patches.suse/batman-adv-Don-t-expect-inter-netns-unique-iflink-in.patch
	patches.suse/net-ipa-add-an-interconnect-dependency.patch
	patches.suse/net-smc-fix-unexpected-SMC_CLC_DECL_ERR_REGRMB-error-generated-by-client
	patches.suse/net-smc-fix-unexpected-SMC_CLC_DECL_ERR_REGRMB-error-cause-by-server
	patches.suse/sfc-extend-the-locking-on-mcdi-seqno.patch
	patches.suse/bnx2-Fix-an-error-message.patch
	patches.suse/selftests-mlxsw-tc_police_scale-Make-test-more-robus.patch
	patches.suse/selftests-mlxsw-resource_scale-Fix-return-value.patch
	patches.suse/ixgbe-xsk-change-netif_carrier_ok-handling-in-ixgbe_.patch
	patches.suse/ipv6-fix-skb-drops-in-igmp6_event_query-and-igmp6_ev.patch
	patches.suse/pinctrl-sunxi-Use-unique-lockdep-classes-for-IRQs.patch
	patches.suse/drm-i915-guc-slpc-Correct-the-param-count-for-unset-.patch
	patches.suse/drm-i915-s-JSP2-ICP2-PCH.patch
	patches.suse/drm-amdgpu-fix-suspend-resume-hang-regression.patch
	patches.suse/drm-bridge-ti-sn65dsi86-Properly-undo-autosuspend.patch
	patches.suse/drm-vrr-Set-VRR-capable-prop-only-if-it-is-attached-.patch
	patches.suse/ASoC-ops-Shift-tested-values-in-snd_soc_put_volsw-by.patch
	patches.suse/ASoC-cs4265-Fix-the-duplicated-control-name.patch
	patches.suse/ALSA-intel_hdmi-Fix-reference-to-PCM-buffer-address.patch
	patches.suse/thermal-core-Fix-TZ_GET_TRIP-NULL-pointer-dereferenc.patch
	patches.suse/iommu-amd-Recover-from-event-log-overflow
	patches.suse/iommu-amd-Fix-I-O-page-table-memory-leak
	patches.suse/iommu-vt-d-fix-double-list_add-when-enabling-vmd-in-scalable-mode
	patches.suse/iommu-tegra-smmu-Fix-missing-put_device-call-in-tegra_smmu_find
	patches.suse/blktrace-fix-use-after-free-for-struct-blk_trace.patch
	patches.suse/s390-extable-fix-exception-table-sorting
	patches.suse/kselftest-vm-fix-tests-build-with-old-libc.patch
	patches.suse/proc-fix-documentation-and-description-of-pagemap.patch
	patches.suse/Input-samsung-keypad-properly-state-IOMEM-dependency.patch
	patches.suse/Input-elan_i2c-move-regulator_-en-dis-able-out-of-el.patch
	patches.suse/Input-elan_i2c-fix-regulator-enable-count-imbalance-.patch
	patches.suse/HID-add-mapping-for-KEY_DICTATE.patch
	patches.suse/HID-add-mapping-for-KEY_ALL_APPLICATIONS.patch
	patches.suse/tracing-histogram-Fix-sorting-on-old-cpu-value.patch
	patches.suse/tracing-Fix-return-value-of-__setup-handlers.patch
	patches.suse/x86-kvm-Don-t-waste-memory-if-kvmclock-is-disabled.patch
	patches.suse/x86-kvmclock-Fix-Hyper-V-Isolated-VM-s-boot-issue-wh.patch
	patches.suse/KVM-x86-mmu-Passing-up-the-error-state-of-mmu_alloc_.patch
	patches.suse/btrfs-fix-lost-prealloc-extents-beyond-eof-after-ful.patch
	patches.suse/btrfs-fix-relocation-crash-due-to-premature-return-f.patch
	patches.suse/btrfs-qgroup-fix-deadlock-between-rescan-worker-and-.patch
	patches.suse/btrfs-add-missing-run-of-delayed-items-after-unlink-.patch
	patches.suse/virtio_console-break-out-of-buf-poll-on-remove.patch
	patches.suse/vdpa-factor-out-vdpa_set_features_unlocked-for-vdpa-.patch
	patches.suse/vdpa-mlx5-should-verify-CTRL_VQ-feature-exists-for-M.patch
	patches.suse/vdpa-mlx5-add-validation-for-VIRTIO_NET_CTRL_MQ_VQ_P.patch
	patches.suse/vhost-fix-hung-thread-due-to-erroneous-iotlb-entries.patch
	patches.suse/virtio-blk-Don-t-use-MAX_DISCARD_SEGMENTS-if-max_dis.patch
	patches.suse/vdpa-fix-use-after-free-on-vp_vdpa_remove.patch
	patches.suse/x86-speculation-rename-retpoline_amd-to-retpoline_lfence.patch
	patches.suse/x86-speculation-add-eibrs-retpoline-options.patch
	patches.suse/documentation-hw-vuln-update-spectre-doc.patch
	patches.suse/x86-speculation-include-unprivileged-ebpf-status-in-spectre-v2-mitigation-reporting.patch
	patches.suse/x86-speculation-use-generic-retpoline-by-default-on-amd.patch
	patches.suse/x86-speculation-warn-about-spectre-v2-lfence-mitigation.patch
	patches.suse/x86-speculation-warn-about-eibrs-lfence-unprivileged-ebpf-smt.patch
	patches.suse/ARM-report-Spectre-v2-status-through-sysfs.patch
	patches.suse/0002-ARM-early-traps-initialisation.patch
	patches.suse/0003-ARM-use-LOADADDR-to-get-load-address-of-sections.patch
	patches.suse/0004-ARM-Spectre-BHB-workaround.patch
	patches.suse/0005-ARM-include-unprivileged-BPF-status-in-Spectre-V2-re.patch
	patches.suse/arm64-entry.S-Add-ventry-overflow-sanity-checks.patch
	patches.suse/0002-arm64-spectre-Rename-spectre_v4_patch_fw_mitigation_.patch
	patches.suse/0003-KVM-arm64-Allow-indirect-vectors-to-be-used-without-.patch
	patches.suse/0004-arm64-entry-Make-the-trampoline-cleanup-optional.patch
	patches.suse/0005-arm64-entry-Free-up-another-register-on-kpti-s-tramp.patch
	patches.suse/0006-arm64-entry-Move-the-trampoline-data-page-before-the.patch
	patches.suse/0007-arm64-entry-Allow-tramp_alias-to-access-symbols-afte.patch
	patches.suse/0008-arm64-entry-Don-t-assume-tramp_vectors-is-the-start-.patch
	patches.suse/0009-arm64-entry-Move-trampoline-macros-out-of-ifdef-d-se.patch
	patches.suse/0010-arm64-entry-Make-the-kpti-trampoline-s-kpti-sequence.patch
	patches.suse/0011-arm64-entry-Allow-the-trampoline-text-to-occupy-mult.patch
	patches.suse/0012-arm64-entry-Add-non-kpti-__bp_harden_el1_vectors-for.patch
	patches.suse/0013-arm64-entry-Add-vectors-that-have-the-bhb-mitigation.patch
	patches.suse/0014-arm64-entry-Add-macro-for-reading-symbol-addresses-f.patch
	patches.suse/0015-arm64-Add-percpu-vectors-for-EL1.patch
	patches.suse/0016-arm64-proton-pack-Report-Spectre-BHB-vulnerabilities.patch
	patches.suse/0017-arm64-Mitigate-spectre-style-branch-history-side-cha.patch
	patches.suse/0018-KVM-arm64-Allow-SMCCC_ARCH_WORKAROUND_3-to-be-discov.patch
	patches.suse/0019-arm64-Use-the-clearbhb-instruction-in-mitigations.patch
	patches.suse/0020-arm64-proton-pack-Include-unprivileged-eBPF-status-i.patch
	patches.suse/fuse-fix-fileattr-op-failure.patch
	patches.suse/fuse-fix-pipe-buffer-lifetime-for-direct_io.patch
	patches.suse/ARM-fix-build-error-when-BPF_SYSCALL-is-disabled.patch
	patches.suse/ARM-fix-co-processor-register-typo.patch
	patches.suse/arm64-Ensure-execute-only-permissions-are-not-allowed-without-EPAN.patch
	patches.suse/arm64-kasan-fix-include-error-in-MTE-functions.patch
	patches.suse/HID-logitech-dj-add-new-lightspeed-receiver-id.patch
	patches.suse/HID-Add-support-for-open-wheel-and-no-attachment-to-.patch
	patches.suse/HID-hid-thrustmaster-fix-OOB-read-in-thrustmaster_in.patch
	patches.suse/HID-vivaldi-fix-sysfs-attributes-leak.patch
	patches.suse/ARM-Do-not-use-NOCROSSREFS-directive-with-ld.lld.patch
	patches.suse/arm64-Do-not-include-__READ_ONCE-block-in-assembly-f.patch
	patches.suse/xen-xenbus-don-t-let-xenbus_grant_ring-remove-grants.patch
	patches.suse/xen-grant-table-add-gnttab_try_end_foreign_access.patch
	patches.suse/xen-blkfront-don-t-use-gnttab_query_foreign_access-f.patch
	patches.suse/xen-netfront-don-t-use-gnttab_query_foreign_access-f.patch
	patches.suse/xen-scsifront-don-t-use-gnttab_query_foreign_access-.patch
	patches.suse/xen-gntalloc-don-t-use-gnttab_query_foreign_access.patch
	patches.suse/xen-usb-don-t-use-gnttab_end_foreign_access-in-xenhc.patch
	patches.suse/xen-9p-use-alloc-free_pages_exact.patch
	patches.suse/xen-pvcalls-use-alloc-free_pages_exact.patch
	patches.suse/xen-gnttab-fix-gnttab_end_foreign_access-without-pag.patch
	patches.suse/xen-netfront-react-properly-to-failing-gnttab_end_fo.patch
	patches.suse/gpio-tegra186-Add-IRQ-per-bank-for-Tegra241.patch
	patches.suse/gpio-Revert-regression-in-sysfs-gpio-gpiolib.c.patch
	patches.suse/gpiolib-acpi-Convert-ACPI-value-of-debounce-to-micro.patch
	patches.suse/gpio-ts4900-Do-not-set-DAT-and-OE-together.patch
	patches.suse/ARM-fix-build-warning-in-proc-v7-bugs.c.patch
	patches.suse/spi-Fix-invalid-sgs-value.patch
	patches.suse/ARM-boot-dts-bcm2711-Fix-HVS-register-range.patch
	patches.suse/arm64-dts-qcom-sm8350-Correct-UFS-symbol-clocks.patch
	patches.suse/ARM-mstar-Select-HAVE_ARM_ARCH_TIMER.patch
	patches.suse/arm64-dts-armada-3720-turris-mox-Add-missing-etherne.patch
	patches.suse/ARM-dts-aspeed-Fix-AST2600-quad-spi-group.patch
	patches.suse/arm64-dts-marvell-armada-37xx-Remap-IO-space-to-bus-.patch
	patches.suse/staging-gdm724x-fix-use-after-free-in-gdm_lte_rx.patch
	patches.suse/staging-rtl8723bs-Fix-access-point-mode-deadlock.patch
	patches.suse/net-macb-Fix-lost-RX-packet-wakeup-race-in-NAPI-rece.patch
	patches.suse/net-phy-meson-gxl-fix-interrupt-handling-in-forced-m.patch
	patches.suse/mISDN-Fix-memory-leak-in-dsp_pipeline_build.patch
	patches.suse/isdn-hfcpci-check-the-return-value-of-dma_set_mask-i.patch
	patches.suse/net-qlogic-check-the-return-value-of-dma_alloc_coher.patch
	patches.suse/qed-return-status-of-qed_iov_get_link.patch
	patches.suse/smsc95xx-Ignore-ENODEV-errors-when-device-is-unplugg.patch
	patches.suse/net-dsa-mt7530-fix-incorrect-test-in-mt753x_phylink_.patch
	patches.suse/ethernet-Fix-error-handling-in-xemaclite_of_probe.patch
	patches.suse/iavf-Fix-handling-of-vlan-strip-virtual-channel-mess.patch
	patches.suse/iavf-Fix-adopting-new-combined-setting.patch
	patches.suse/i40e-stop-disabling-VFs-due-to-PF-error-responses.patch
	patches.suse/ice-stop-disabling-VFs-due-to-PF-error-responses.patch
	patches.suse/ice-Fix-error-with-handling-of-bonding-MTU.patch
	patches.suse/ice-Don-t-use-GFP_KERNEL-in-atomic-context.patch
	patches.suse/ice-Fix-curr_link_speed-advertised-speed.patch
	patches.suse/net-ethernet-ti-cpts-Handle-error-for-clk_enable.patch
	patches.suse/net-ethernet-lpc_eth-Handle-error-for-clk_enable.patch
	patches.suse/net-marvell-prestera-Add-missing-of_node_put-in-pres.patch
	patches.suse/ax25-Fix-NULL-pointer-dereference-in-ax25_kill_by_de.patch
	patches.suse/esp-Fix-possible-buffer-overflow-in-ESP-transformati.patch
	patches.suse/NFC-port100-fix-use-after-free-in-port100_send_compl.patch
	patches.suse/selftests-pmtu.sh-Kill-tcpdump-processes-launched-by.patch
	patches.suse/selftests-pmtu.sh-Kill-nettest-processes-launched-in.patch
	patches.suse/gianfar-ethtool-Fix-refcount-leak-in-gfar_get_ts_inf.patch
	patches.suse/net-phy-DP83822-clear-MISR2-register-to-disable-inte.patch
	patches.suse/net-mlx5-Fix-size-field-in-bufferx_reg-struct.patch
	patches.suse/net-mlx5-Fix-a-race-on-command-flush-flow.patch
	patches.suse/net-mlx5-Fix-offloading-with-ESWITCH_IPV4_TTL_MODIFY-39bab83b.patch
	patches.suse/net-mlx5e-Lag-Only-handle-events-from-highest-priori.patch
	patches.suse/net-mlx5e-SHAMPO-reduce-TIR-indication.patch
	patches.suse/net-phy-correct-spelling-error-of-media-in-documenta.patch
	patches.suse/net-bcmgenet-Don-t-claim-WOL-when-its-not-available.patch
	patches.suse/net-phy-meson-gxl-improve-link-up-behavior.patch
	patches.suse/ice-Fix-race-condition-during-interface-enslave.patch
	patches.suse/tracing-osnoise-Force-quiescent-states-while-tracing.patch
	patches.suse/drm-sun4i-mixer-Fix-P010-and-P210-format-numbers.patch
	patches.suse/watch_queue-Fix-filter-limit-check.patch
	patches.suse/watch_queue-pipe-Free-watchqueue-state-after-clearin.patch
	patches.suse/watch_queue-Fix-to-release-page-in-release.patch
	patches.suse/watch_queue-Fix-to-always-request-a-pow-of-2-pipe-ri.patch
	patches.suse/watch_queue-Use-the-bitmap-API-when-applicable.patch
	patches.suse/watch_queue-Fix-the-alloc-bitmap-size-to-reflect-not.patch
	patches.suse/watch_queue-Free-the-alloc-bitmap-when-the-watch_que.patch
	patches.suse/watch_queue-Fix-lack-of-barrier-sync-lock-between-po.patch
	patches.suse/watch_queue-Make-comment-about-setting-defunct-more-.patch
	patches.suse/mmc-meson-Fix-usage-of-meson_mmc_post_req.patch
	patches.suse/ARM-fix-Thumb2-regression-with-Spectre-BHB.patch
	patches.suse/ARM-Spectre-BHB-provide-empty-stub-for-non-config.patch
	patches.suse/x86-module-fix-the-paravirt-vs-alternative-order.patch
	patches.suse/x86-boot-fix-memremap-of-setup_indirect-structures.patch
	patches.suse/x86-boot-add-setup_indirect-support-in-early_memremap_is_setup_data.patch
	patches.suse/x86-traps-mark-do_int3-nokprobe_symbol.patch
	patches.suse/Revert-gpio-Revert-regression-in-sysfs-gpio-gpiolib..patch
	patches.suse/crypto-qcom-rng-ensure-buffer-for-generate-is-comple.patch
	patches.suse/efi-fix-return-value-of-__setup-handlers.patch
	patches.suse/mm-swap-get-rid-of-livelock-in-swapin-readahead.patch
	patches.suse/ocfs2-fix-crash-when-initialize-filecheck-kobj-fails.patch
	patches.suse/selftests-vm-fix-clang-build-error-multiple-output-f.patch
	patches.suse/Revert-ACPI-scan-Do-not-add-device-IDs-from-_CID-if-.patch
	patches.suse/alx-acquire-mutex-for-alx_reinit-in-alx_change_mtu.patch
	patches.suse/net-phy-marvell-Fix-invalid-comparison-in-the-resume.patch
	patches.suse/net-packet-fix-slab-out-of-bounds-access-in-packet_r.patch
	patches.suse/atm-eni-Add-check-for-dma_map_single.patch
	patches.suse/msft-hv-2553-hv_netvsc-Add-check-for-kvmalloc_array.patch
	patches.suse/ice-fix-NULL-pointer-dereference-in-ice_update_vsi_t.patch
	patches.suse/ice-destroy-flow-director-filter-mutex-after-releasi.patch
	patches.suse/iavf-Fix-double-free-in-iavf_reset_task.patch
	patches.suse/af_key-add-__GFP_ZERO-flag-for-compose_sadb_supporte.patch
	patches.suse/net-handle-ARPHRD_PIMREG-in-dev_is_mac_header_xmit.patch
	patches.suse/net-phy-mscc-Add-MODULE_FIRMWARE-macros.patch
	patches.suse/bnx2x-fix-built-in-kernel-driver-load-failure.patch
	patches.suse/net-bcmgenet-skip-invalid-partial-checksums.patch
	patches.suse/net-mscc-ocelot-fix-backwards-compatibility-with-sin.patch
	patches.suse/iavf-Fix-hang-during-reboot-shutdown.patch
	patches.suse/drm-imx-parallel-display-Remove-bus-flags-check-in-i.patch
	patches.suse/drm-panel-simple-Fix-Innolux-G070Y2-L01-BPP-settings.patch
	patches.suse/smb3-fix-incorrect-session-setup-check-for-multiuser-mounts.patch
	patches.suse/arm64-fix-clang-warning-about-TRAMP_VALIAS.patch
	patches.suse/usb-gadget-rndis-prevent-integer-overflow-in-rndis_s.patch
	patches.suse/usb-usbtmc-Fix-bug-in-pipe-direction-for-control-tra.patch
	patches.suse/usb-gadget-Fix-use-after-free-bug-by-not-setting-udc.patch
	patches.suse/scsi-mpt3sas-Page-fault-in-reply-q-processing.patch
	patches.suse/Input-zinitix-do-not-report-shadow-fingers.patch
	patches.suse/Input-aiptek-properly-check-endpoint-type.patch
	patches.suse/kvm-emulate-fix-setcc-emulation-function-offsets-with-sls.patch
	patches.suse/tpm-Fix-error-handling-in-async-work.patch
	patches.suse/KEYS-fix-length-validation-in-keyctl_pkey_params_get.patch
	patches.suse/KEYS-trusted-Fix-trusted-key-backends-when-building-.patch
	patches.suse/KEYS-trusted-Avoid-calling-null-function-trusted_key.patch
	patches.suse/tpm-fix-reference-counting-for-struct-tpm_chip.patch
	patches.suse/KEYS-asymmetric-enforce-that-sig-algo-matches-key-al.patch
	patches.suse/KEYS-asymmetric-properly-validate-hash_algo-and-enco.patch
	patches.suse/tpm-use-try_get_ops-in-tpm-space.c.patch
	patches.suse/irqchip-gic-v3-Workaround-Marvell-erratum-38545-when.patch
	patches.suse/arm64-Add-cavium_erratum_23154_cpus-missing-sentinel.patch
	patches.suse/arm64-module-remove-NOLOAD-from-linker-script.patch
	patches.suse/arm64-prevent-instrumentation-of-bp-hardening-callba.patch
	patches.suse/arm64-Do-not-defer-reserve_crashkernel-for-platforms.patch
	patches.suse/arm64-mm-Drop-const-from-conditional-arm64_dma_phys_.patch
	patches.suse/arm64-mm-avoid-fixmap-race-condition-when-create-pud.patch
	patches.suse/arm64-lib-Import-latest-version-of-Arm-Optimized-Routines-strcmp.patch
	patches.suse/Revert-arm64-Mitigate-MTE-issues-with-str-n-cmp.patch
	patches.suse/arm64-signal-nofpsimd-Do-not-allocate-fp-simd-contex.patch
	patches.suse/edac-amd64-set-memory-type-per-dimm.patch
	patches.suse/edac-amd64-add-new-register-offset-support-and-related-changes.patch
	patches.suse/selftests-x86-Add-validity-check-and-allow-field-spl.patch
	patches.suse/selftests-sgx-Treat-CC-as-one-argument.patch
	patches.suse/x86-cc-move-arch-x86-kernel-cc_platform-c-coco-core-c
	patches.suse/x86-coco-explicitly-declare-type-of-confidential-computing-platform
	patches.suse/x86-coco-add-api-to-handle-encryption-mask
	patches.suse/x86-mm-cpa-generalize-_set_memory_enc_pgtable
	patches.suse/iommu-sva-rename-config_iommu_sva_lib-to-config_iommu_sva.patch
	patches.suse/mm-change-config-option-for-mm-pasid-field.patch
	patches.suse/iommu-ioasid-introduce-a-helper-to-check-for-valid-pasids.patch
	patches.suse/kernel-fork-initialize-mm-s-pasid.patch
	patches.suse/iommu-sva-assign-a-pasid-to-mm-on-pasid-allocation-and-free-it-on-mm-exit.patch
	patches.suse/x86-fpu-clear-pasid-when-copying-fpstate.patch
	patches.suse/sched-define-and-initialize-a-flag-to-identify-valid-pasid-in-the-task.patch
	patches.suse/x86-traps-demand-populate-pasid-msr-via-gp.patch
	patches.suse/x86-cpufeatures-re-enable-enqcmd.patch
	patches.suse/clocksource-drivers-timer-ti-dm-Fix-regression-from-.patch
	patches.suse/clocksource-drivers-exynos_mct-Handle-DTS-with-highe.patch
	patches.suse/clocksource-drivers-timer-microchip-pit64b-Use-notra.patch
	patches.suse/clocksource-drivers-timer-of-Check-return-value-of-o.patch
	patches.suse/pinctrl-npcm-Fix-broken-references-to-chip-parent_de.patch
	patches.suse/irqchip-qcom-pdc-Fix-broken-locking.patch
	patches.suse/irqchip-nvic-Release-nvic_base-upon-failure.patch
	patches.suse/ACPI-scan-Use-ida_alloc-instead-of-ida_simple_get.patch
	patches.suse/ACPICA-Use-uintptr_t-and-offsetof-in-Linux-kernel-bu.patch
	patches.suse/ACPICA-Avoid-walking-the-ACPI-Namespace-if-it-is-not.patch
	patches.suse/ACPI-OSL-Fix-and-clean-up-acpi_os_read-write_port.patch
	patches.suse/ACPI-bus-Introduce-acpi_bus_for_each_dev.patch
	patches.suse/Revert-ACPI-Pass-the-same-capabilities-to-the-_OSC-r.patch
	patches.suse/ACPI-bus-Avoid-using-CPPC-if-not-supported-by-firmwa.patch
	patches.suse/ACPI-tables-Add-CEDT-signature-to-the-list-of-known-.patch
	patches.suse/ACPI-tables-Add-AGDI-to-the-list-of-known-table-sign.patch
	patches.suse/ACPI-PM-Print-additional-debug-message-in-acpi_s2idl.patch
	patches.suse/ACPI-EC-PM-Print-additional-debug-message-in-acpi_ec.patch
	patches.suse/ACPI-properties-Consistently-return-ENOENT-if-there-.patch
	patches.suse/ACPI-property-Get-rid-of-redundant-else.patch
	patches.suse/ACPI-clean-up-double-words-in-two-comments.patch
	patches.suse/clocksource-acpi_pm-fix-return-value-of-__setup-hand.patch
	patches.suse/ACPI-x86-Add-skip-i2c-clients-quirk-for-Nextbook-Are.patch
	patches.suse/ACPI-x86-Add-skip-i2c-clients-quirk-for-Lenovo-Yoga-.patch
	patches.suse/x86-ACPI-CPPC-Rename-cppc_msr.c-to-cppc.c.patch
	patches.suse/x86-ACPI-CPPC-Move-AMD-maximum-frequency-ratio-setti.patch
	patches.suse/x86-Expose-init_freq_invariance-to-topology-header.patch
	patches.suse/x86-ACPI-CPPC-Move-init_freq_invariance_cppc-into-x8.patch
	patches.suse/ACPI-x86-Work-around-broken-XSDT-on-Advantech-DAC-BJ.patch
	patches.suse/ACPI-EC-Do-not-return-result-from-advance_transactio.patch
	patches.suse/ACPI-EC-Reduce-indentation-level-in-acpi_ec_submit_e.patch
	patches.suse/ACPI-EC-Rearrange-code-in-acpi_ec_submit_event.patch
	patches.suse/x86-ACPI-rename-init_freq_invariance_cppc-to-arch_in.patch
	patches.suse/ACPI-fan-Fix-error-reporting-to-user-space.patch
	patches.suse/ACPI-fan-Separate-file-for-attributes-creation.patch
	patches.suse/ACPI-fan-Optimize-struct-acpi_fan_fif.patch
	patches.suse/ACPI-fan-Properly-handle-fine-grain-control.patch
	patches.suse/ACPI-fan-Add-additional-attributes-for-fine-grain-co.patch
	patches.suse/ACPI-battery-Add-device-HID-and-quirk-for-Microsoft-.patch
	patches.suse/ACPI-platform-Constify-properties-parameter-in-acpi_.patch
	patches.suse/ACPI-LPSS-Constify-properties-member-in-struct-lpss_.patch
	patches.suse/ACPI-LPSS-Provide-an-SSP-type-to-the-driver.patch
	patches.suse/ACPI-video-Force-backlight-native-for-Clevo-NL5xRU-a.patch
	patches.suse/ACPI-APEI-explicit-init-of-HEST-and-GHES-in-apci_ini.patch
	patches.suse/ACPI-APEI-rename-ghes_init-with-an-acpi_-prefix.patch
	patches.suse/ACPI-APEI-fix-return-value-of-__setup-handlers.patch
	patches.suse/ACPI-APEI-Limit-printable-size-of-BERT-table-data.patch
	patches.suse/ACPI-AGDI-Add-driver-for-Arm-Generic-Diagnostic-Dump.patch
	patches.suse/ACPI-docs-enumeration-Discourage-to-use-custom-_DSM-.patch
	patches.suse/ACPI-docs-enumeration-Update-UART-serial-bus-resourc.patch
	patches.suse/ACPI-docs-enumeration-Remove-redundant-.owner-assign.patch
	patches.suse/ACPI-docs-enumeration-Amend-PWM-enumeration-ASL-exam.patch
	patches.suse/PM-core-keep-irq-flags-in-device_pm_check_callbacks.patch
	patches.suse/cpuidle-PSCI-Move-the-has_lpi-check-to-the-beginning-of-the-function.patch
	patches.suse/ACPI-processor-idle-Check-for-architectural-support-.patch
	patches.suse/intel_idle-add-SPR-support.patch
	patches.suse/intel_idle-add-preferred_cstates-module-argument.patch
	patches.suse/intel_idle-add-core-C6-optimization-for-SPR.patch
	patches.suse/cpuidle-intel_idle-Update-intel_idle-kerneldoc-comme.patch
	patches.suse/PM-hibernate-fix-__setup-handler-error-handling.patch
	patches.suse/PM-suspend-fix-return-value-of-__setup-handler.patch
	patches.suse/PM-sleep-Add-device-name-to-suspend_report_result.patch
	patches.suse/PM-hibernate-Honour-ACPI-hardware-signature-by-defau.patch
	patches.suse/PM-domains-Fix-sleep-in-atomic-bug-caused-by-genpd_d.patch
	patches.suse/thermal-int340x-Check-for-NULL-after-calling-kmemdup.patch
	patches.suse/thermal-int340x-Increase-bitmap-size.patch
	patches.suse/random-remove-useless-header-comment.patch
	patches.suse/hwrng-cavium-HW_RANDOM_CAVIUM-should-depend-on-ARCH_.patch
	patches.suse/crypto-sun8i-ss-really-disable-hash-on-A80.patch
	patches.suse/crypto-rsa-pkcs1pad-only-allow-with-rsa.patch
	patches.suse/crypto-rsa-pkcs1pad-correctly-get-hash-from-source-s.patch
	patches.suse/crypto-rsa-pkcs1pad-restore-signature-length-check.patch
	patches.suse/crypto-rsa-pkcs1pad-fix-buffer-overread-in-pkcs1pad_.patch
	patches.suse/crypto-authenc-Fix-sleep-in-atomic-context-in-decryp.patch
	patches.suse/crypto-octeontx2-select-CONFIG_NET_DEVLINK.patch
	patches.suse/crypto-hisilicon-qm-cleanup-warning-in-qm_vf_read_qo.patch
	patches.suse/crypto-mxs-dcp-Fix-scatterlist-processing.patch
	patches.suse/crypto-octeontx2-CN10K-CPT-to-RNM-workaround.patch
	patches.suse/crypto-octeontx2-increase-CPT-HW-instruction-queue-l.patch
	patches.suse/crypto-octeontx2-remove-CONFIG_DM_CRYPT-check.patch
	patches.suse/0001-crypto-HMAC---add-fips_skip-support.patch
	patches.suse/crypto-qat-don-t-cast-parameter-in-bit-operations.patch
	patches.suse/crypto-xts-Add-softdep-on-ecb.patch
	patches.suse/crypto-hisilicon-sec-not-need-to-enable-sm4-extra-mo.patch
	patches.suse/crypto-rockchip-ECB-does-not-need-IV.patch
	patches.suse/crypto-octeontx2-add-synchronization-between-mailbox.patch
	patches.suse/crypto-ccree-don-t-attempt-0-len-DMA-mappings.patch
	patches.suse/crypto-hisilicon-sec-fix-the-aead-software-fallback-.patch
	patches.suse/hwrng-atmel-disable-trng-on-failure-path.patch
	patches.suse/crypto-sun8i-ss-call-finalize-with-bh-disabled.patch
	patches.suse/crypto-sun8i-ce-call-finalize-with-bh-disabled.patch
	patches.suse/crypto-amlogic-call-finalize-with-bh-disabled.patch
	patches.suse/crypto-gemini-call-finalize-with-bh-disabled.patch
	patches.suse/crypto-engine-check-if-BH-is-disabled-during-complet.patch
	patches.suse/0001-crypto-dh-remove-struct-dh-s-q-member.patch
	patches.suse/0002-crypto-dh-constify-struct-dh-s-pointer-members.patch
	patches.suse/0012-crypto-api-Allow-algs-only-in-specific-constructions.patch
	patches.suse/crypto-vmx-add-missing-dependencies.patch
	patches.suse/crypto-cavium-nitrox-don-t-cast-parameter-in-bit-ope.patch
	patches.suse/hwrng-cavium-fix-NULL-but-dereferenced-coccicheck-er.patch
	patches.suse/crypto-octeontx2-fix-missing-unlock.patch
	patches.suse/crypto-ccp-ccp_dmaengine_unregister-release-dma-chan.patch
	patches.suse/crypto-ccree-Fix-use-after-free-in-cc_cipher_exit.patch
	patches.suse/crypto-qat-disable-registration-of-algorithms.patch
	patches.suse/hwrng-nomadik-Change-clk_disable-to-clk_disable_unpr.patch
	patches.suse/io_uring-terminate-manual-loop-iterator-loop-correct.patch
	patches.suse/blk-cgroup-set-blkg-iostat-after-percpu-stat-aggrega.patch
	patches.suse/block-update-io_ticks-when-io-hang.patch
	patches.suse/block-don-t-delete-queue-kobject-before-its-children.patch
	patches.suse/block-fix-rq-qos-breakage-from-skipping-rq_qos_done_.patch
	patches.suse/block-don-t-merge-across-cgroup-boundaries-if-blkcg-.patch
	patches.suse/block-limit-request-dispatch-loop-duration.patch
	patches.suse/loop-use-sysfs_emit-in-the-sysfs-xxx-show.patch
	patches.suse/nvme-add-verbose-error-logging.patch
	patches.suse/nvme-send-uevent-on-connection-up.patch
	patches.suse/nvme-expose-cntrltype-and-dctype-through-sysfs.patch
	patches.suse/0003-bcache-fixup-multiple-threads-crash.patch
	patches.suse/lib-raid6-test-fix-multiple-definition-linking-error.patch
	patches.suse/virtio_blk-eliminate-anonymous-module_init-module_ex.patch
	patches.suse/nvme-multipath-use-vmalloc-for-ana-log-buffer.patch
	patches.suse/hwmon-pmbus-Add-mutex-to-regulator-ops.patch
	patches.suse/hwmon-sch56xx-common-Replace-WDOG_ACTIVE-with-WDOG_H.patch
	patches.suse/hwmon-pmbus-Add-Vin-unit-off-handling.patch
	patches.suse/regulator-qcom_smd-fix-for_each_child.cocci-warnings.patch
	patches.suse/regulator-rpi-panel-Handle-I2C-errors-timing-to-the-.patch
	patches.suse/spi-Create-helper-API-to-lookup-ACPI-info-for-spi-de.patch
	patches.suse/spi-Support-selection-of-the-index-of-the-ACPI-Spi-R.patch
	patches.suse/spi-Add-API-to-count-spi-acpi-resources.patch
	patches.suse/spi-tegra114-Add-missing-IRQ-check-in-tegra_spi_prob.patch
	patches.suse/spi-tegra210-quad-Fix-missin-IRQ-check-in-tegra_qspi.patch
	patches.suse/spi-rockchip-Stop-spi-slave-dma-receiver-when-cs-ina.patch
	patches.suse/spi-rockchip-Preset-cs-high-and-clk-polarity-in-setu.patch
	patches.suse/spi-pxa2xx-pci-Balance-reference-count-for-PCI-DMA-d.patch
	patches.suse/spi-tegra210-quad-use-device_reset-method.patch
	patches.suse/spi-Add-Tegra234-QUAD-SPI-compatible.patch
	patches.suse/spi-tegra210-quad-add-new-chips-to-compatible.patch
	patches.suse/spi-spi-zynqmp-gqspi-Handle-error-for-dma_set_mask.patch
	patches.suse/spi-Fix-Tegra-QSPI-example.patch
	patches.suse/spi-tegra210-quad-add-acpi-support.patch
	patches.suse/spi-tegra210-quad-combined-sequence-mode.patch
	patches.suse/spi-tegra20-Use-of_device_get_match_data.patch
	patches.suse/spi-Fix-erroneous-sgs-value-with-min_t.patch
	patches.suse/exec-Force-single-empty-string-when-argv-is-empty.patch
	patches.suse/media-omap3isp-Use-struct_group-for-memcpy-region.patch
	patches.suse/watch_queue-Fix-NULL-dereference-in-error-cleanup.patch
	patches.suse/watch_queue-Actually-free-the-watch.patch
	patches.suse/selinux-access-superblock_security_struct-in-LSM-blo.patch
	patches.suse/selinux-check-return-value-of-sel_make_avc_files.patch
	patches.suse/LSM-general-protection-fault-in-legacy_parse_param.patch
	patches.suse/selinux-use-correct-type-for-context-length.patch
	patches.suse/cifs-fix-handlecache-and-multiuser.patch
	patches.suse/Adjust-cifssb-maximum-read-size.patch
	patches.suse/cifs-we-do-not-need-a-spinlock-around-the-tree-access-during-umount.patch
	patches.suse/cifs-use-a-different-reconnect-helper-for-non-cifsd-threads.patch
	patches.suse/nfsd-more-robust-allocation-failure-handling-in-nfsd.patch
	patches.suse/NFSD-prevent-underflow-in-nfssvc_decode_writeargs.patch
	patches.suse/NFSD-prevent-integer-overflow-on-32-bit-systems.patch
	patches.suse/ext4-fix-fs-corruption-when-tring-to-remove-a-non-em.patch
	patches.suse/ext4-fix-ext4_fc_stats-trace-point.patch
	patches.suse/perf-core-Fix-address-filter-parser-for-multiple-filters.patch
	patches.suse/perf-x86-intel-pt-Fix-address-filter-config-for-32-bit-kernel.patch
	patches.suse/perf-x86-intel-uncore-Make-uncore_discovery-clean-for-64-bit-addresses.patch
	patches.suse/locking-lockdep-Avoid-potential-access-of-invalid-me.patch
	patches.suse/atomics-Fix-atomic64_-read_acquire-set_release-fallb.patch
	patches.suse/locking-lockdep-Iterate-lock_classes-directly-when-r.patch
	patches.suse/sched-debug-Remove-mpol_get-put-and-task_lock-unlock.patch
	patches.suse/sched-core-Export-pelt_thermal_tp.patch
	patches.suse/sched-sugov-Ignore-busy-filter-when-rq-is-capped-by-.patch
	patches.suse/sched-uclamp-Fix-iowait-boost-escaping-uclamp-restri.patch
	patches.suse/selftests-rseq-introduce-own-copy-of-rseq-uapi-heade.patch
	patches.suse/selftests-rseq-Remove-useless-assignment-to-cpu-vari.patch
	patches.suse/selftests-rseq-Remove-volatile-from-__rseq_abi.patch
	patches.suse/selftests-rseq-Introduce-rseq_get_abi-helper.patch
	patches.suse/selftests-rseq-Introduce-thread-pointer-getters.patch
	patches.suse/selftests-rseq-Uplift-rseq-selftests-for-compatibili.patch
	patches.suse/selftests-rseq-Fix-ppc32-wrong-rseq_cs-32-bit-field-.patch
	patches.suse/selftests-rseq-Fix-ppc32-missing-instruction-selecti.patch
	patches.suse/selftests-rseq-Fix-ppc32-offsets-by-using-long-rathe.patch
	patches.suse/selftests-rseq-Fix-warnings-about-if-checks-of-undef.patch
	patches.suse/selftests-rseq-Remove-arm-mips-asm-goto-compiler-wor.patch
	patches.suse/selftests-rseq-Fix-work-around-asm-goto-compiler-bug.patch
	patches.suse/selftests-rseq-x86-64-use-fs-segment-selector-for-ac.patch
	patches.suse/selftests-rseq-x86-32-use-gs-segment-selector-for-ac.patch
	patches.suse/selftests-rseq-Change-type-of-rseq_offset-to-ptrdiff.patch
	patches.suse/sched-fair-Improve-consistency-of-allowed-NUMA-balance-calculations.patch
	patches.suse/sched-fair-Adjust-the-allowed-NUMA-imbalance-when-SD_NUMA-spans-multiple-LLCs.patch
	patches.suse/sched-numa-Fix-NUMA-topology-for-systems-with-CPU-less-nodes.patch
	patches.suse/sched-numa-Avoid-migrating-task-to-CPU-less-node.patch
	patches.suse/sched-cpuacct-Fix-charge-percpu-cpuusage.patch
	patches.suse/sched-rt-Plug-rt_mutex_setprio-vs-push_rt_task-race.patch
	patches.suse/sched-numa-Fix-boot-crash-on-arm64-systems.patch
	patches.suse/mm-fs-fix-lru_cache_disabled-race-in-bh_lru.patch
	patches.suse/selftests-x86-fix-how-check_cc.sh-is-being-invoked.patch
	patches.suse/mm-vmalloc-fix-comments-about-vmap_area-struct.patch
	patches.suse/mm-page_alloc-Fetch-the-correct-pcp-buddy-during-bulk-free.patch
	patches.suse/mm-page_alloc-Track-range-of-active-PCP-lists-during-bulk-free.patch
	patches.suse/mm-page_alloc-Simplify-how-many-pages-are-selected-per-pcp-list-during-bulk-free.patch
	patches.suse/mm-page_alloc-Drain-the-requested-list-first-during-bulk-free.patch
	patches.suse/mm-page_alloc-Free-pages-in-a-single-pass-during-bulk-free.patch
	patches.suse/mm-page_alloc-Limit-number-of-high-order-pages-on-PCP-during-bulk-free.patch
	patches.suse/mm-page_alloc-Do-not-prefetch-buddies-during-bulk-free.patch
	patches.suse/arch-x86-mm-numa-Do-not-initialize-nodes-twice.patch
	patches.suse/mm-cma-provide-option-to-opt-out-from-exposing-pages.patch
	patches.suse/powerpc-fadump-opt-out-from-freeing-pages-on-cma-act.patch
	patches.suse/0001-mm-memory_hotplug-make-arch_alloc_nodedata-independe.patch
	patches.suse/0002-mm-handle-uninitialized-numa-nodes-gracefully.patch
	patches.suse/0003-mm-memory_hotplug-drop-arch_free_nodedata.patch
	patches.suse/0004-mm-memory_hotplug-reorganize-new-pgdat-initializatio.patch
	patches.suse/0005-mm-make-free_area_init_node-aware-of-memory-less-nod.patch
	patches.suse/0006-memcg-do-not-tweak-node-in-alloc_mem_cgroup_per_node.patch
	patches.suse/vsprintf-Fix-pK-with-kptr_restrict-0.patch
	patches.suse/vsprintf-Fix-potential-unaligned-access.patch
	patches.suse/printk-Add-panic_in_progress-helper.patch
	patches.suse/printk-disable-optimistic-spin-during-panic.patch
	patches.suse/list-test-Add-a-test-for-list_is_head.patch
	patches.suse/mmc-sdhci_am654-Fix-the-driver-data-of-AM64-SoC.patch
	patches.suse/mmc-rtsx-add-74-Clocks-in-power-on-flow.patch
	patches.suse/mmc-host-Return-an-error-when-enable_sdio_irq-ops-is.patch
	patches.suse/mmc-davinci_mmc-Handle-error-for-clk_enable.patch
	patches.suse/video-fbdev-matroxfb-set-maxvram-of-vbG200eW-to-the-.patch
	patches.suse/video-fbdev-controlfb-Fix-COMPILE_TEST-build.patch
	patches.suse/video-fbdev-smscufx-Fix-null-ptr-deref-in-ufx_usb_pr.patch
	patches.suse/video-fbdev-nvidiafb-Use-strscpy-to-prevent-buffer-o.patch
	patches.suse/video-fbdev-w100fb-Reset-global-state.patch
	patches.suse/video-fbdev-cirrusfb-check-pixclock-to-avoid-divide-.patch
	patches.suse/video-fbdev-omapfb-acx565akm-replace-snprintf-with-s.patch
	patches.suse/video-fbdev-atmel_lcdfb-fix-an-error-code-in-atmel_l.patch
	patches.suse/video-fbdev-fbcvt.c-fix-printing-in-fb_cvt_print_nam.patch
	patches.suse/video-fbdev-omapfb-panel-dsi-cm-Use-sysfs_emit-inste.patch
	patches.suse/video-fbdev-omapfb-panel-tpo-td043mtea1-Use-sysfs_em.patch
	patches.suse/video-fbdev-udlfb-replace-snprintf-in-show-functions.patch
	patches.suse/video-fbdev-atari-Atari-2-bpp-STe-palette-bugfix.patch
	patches.suse/video-fbdev-sm712fb-Fix-crash-in-smtcfb_read.patch
	patches.suse/video-fbdev-sm712fb-Fix-crash-in-smtcfb_write.patch
	patches.suse/video-fbdev-omapfb-Add-missing-of_node_put-in-dvic_p.patch
	patches.suse/media-staging-media-zoran-move-videodev-alloc.patch
	patches.suse/media-staging-media-zoran-fix-usage-of-vb2_dma_conti.patch
	patches.suse/media-staging-media-zoran-calculate-the-right-buffer.patch
	patches.suse/media-staging-media-zoran-fix-various-V4L2-complianc.patch
	patches.suse/media-camss-csid-170-fix-non-10bit-formats.patch
	patches.suse/media-camss-csid-170-don-t-enable-unused-irqs.patch
	patches.suse/media-camss-csid-170-remove-stray-comment.patch
	patches.suse/media-camss-csid-170-set-the-right-HALT_CMD-when-dis.patch
	patches.suse/media-camss-vfe-170-fix-VFE-halt-timeout-error.patch
	patches.suse/media-staging-media-imx-imx7-mipi-csis-Make-subdev-n.patch
	patches.suse/media-v4l2-mem2mem-Apply-DST_QUEUE_OFF_BASE-on-MMAP-.patch
	patches.suse/media-mtk-vcodec-potential-dereference-of-null-point.patch
	patches.suse/media-davinci-vpif-fix-unbalanced-runtime-PM-get.patch
	patches.suse/media-davinci-vpif-fix-unbalanced-runtime-PM-enable.patch
	patches.suse/media-davinci-vpif-fix-use-after-free-on-driver-unbi.patch
	patches.suse/media-imx-jpeg-use-NV12M-to-represent-non-contiguous.patch
	patches.suse/media-bttv-fix-WARNING-regression-on-tunerless-devic.patch
	patches.suse/media-atmel-atmel-sama7g5-isc-fix-ispck-leftover.patch
	patches.suse/media-atmel-atmel-isc-base-report-frame-sizes-as-ful.patch
	patches.suse/media-hevc-Embedded-indexes-in-RPS.patch
	patches.suse/media-ir_toy-free-before-error-exiting.patch
	patches.suse/media-i2c-max9286-Use-maxim-gpio-poc-property.patch
	patches.suse/media-coda-Fix-missing-put_device-call-in-coda_get_v.patch
	patches.suse/media-doc-pixfmt-yuv-Fix-V4L2-PIX-FMT-Y10P-format.patch
	patches.suse/media-imx-jpeg-Prevent-decoding-NV12M-jpegs-into-sin.patch
	patches.suse/media-hantro-Fix-overfill-bottom-register-field-name.patch
	patches.suse/media-iommu-mediatek-v1-Free-the-existed-fwspec-if-t.patch
	patches.suse/media-iommu-mediatek-Return-ENODEV-if-the-device-is-.patch
	patches.suse/media-iommu-mediatek-Add-device_link-between-the-con.patch
	patches.suse/media-ov6650-Fix-set-format-try-processing-path.patch
	patches.suse/media-ov6650-Add-try-support-to-selection-API-operat.patch
	patches.suse/media-ov6650-Fix-crop-rectangle-affected-by-set-form.patch
	patches.suse/media-v4l-Avoid-unaligned-access-warnings-when-print.patch
	patches.suse/media-ov5648-Don-t-pack-controls-struct.patch
	patches.suse/media-aspeed-Correct-value-for-h-total-pixels.patch
	patches.suse/media-atomisp_gmin_platform-Add-DMI-quirk-to-not-tur.patch
	patches.suse/media-atomisp-fix-dummy_ptr-check-to-avoid-duplicate.patch
	patches.suse/media-mexon-ge2d-fixup-frames-size-in-registers.patch
	patches.suse/media-video-hdmi-handle-short-reads-of-hdmi-info-fra.patch
	patches.suse/media-ti-vpe-cal-Fix-a-NULL-pointer-dereference-in-c.patch
	patches.suse/media-venus-hfi_cmds-List-HDR10-property-as-unsuppor.patch
	patches.suse/media-Revert-media-em28xx-add-missing-em28xx_close_e.patch
	patches.suse/media-stk1160-If-start-stream-fails-return-buffers-w.patch
	patches.suse/media-vidtv-Check-for-null-return-of-vzalloc.patch
	patches.suse/media-hdpvr-initialize-dev-worker-at-hdpvr_register_.patch
	patches.suse/media-doc-pixfmt-rgb-Fix-V4L2_PIX_FMT_BGR24-format-d.patch
	patches.suse/media-em28xx-initialize-refcount-before-kref_get.patch
	patches.suse/media-usb-go7007-s2250-board-fix-leak-in-probe.patch
	patches.suse/media-imx-jpeg-fix-a-bug-of-accessing-array-out-of-b.patch
	patches.suse/media-cedrus-H265-Fix-neighbour-info-buffer-size.patch
	patches.suse/media-cx88-mpeg-clear-interrupt-status-register-befo.patch
	patches.suse/media-cedrus-h264-Fix-neighbour-info-buffer-size.patch
	patches.suse/media-v4l2-core-Initialize-h264-scaling-matrix.patch
	patches.suse/media-gpio-ir-tx-fix-transmit-with-long-spaces-on-Or.patch
	patches.suse/media-ov5640-Fix-set-format-v4l2_mbus_pixelcode-not-.patch
	patches.suse/media-i2c-ov5648-Fix-lockdep-error.patch
	patches.suse/media-saa7134-fix-incorrect-use-to-determine-if-list.patch
	patches.suse/ivtv-fix-incorrect-device_caps-for-ivtvfb.patch
	patches.suse/media-atomisp-fix-bad-usage-at-error-handling-logic.patch
	patches.suse/ALSA-firewire-lib-fix-uninitialized-flag-for-AV-C-de.patch
	patches.suse/ALSA-hda-realtek-Add-quirk-for-Clevo-NP70PNJ.patch
	patches.suse/ALSA-usb-audio-add-mapping-for-new-Corsair-Virtuoso-.patch
	patches.suse/ALSA-hda-realtek-Add-quirk-for-Clevo-NP50PNJ.patch
	patches.suse/ASoC-codecs-rx-macro-fix-accessing-compander-for-aux.patch
	patches.suse/ASoC-codecs-rx-macro-fix-accessing-array-out-of-boun.patch
	patches.suse/ASoC-codecs-va-macro-fix-accessing-array-out-of-boun.patch
	patches.suse/ASoC-codecs-wc938x-fix-accessing-array-out-of-bounds.patch
	patches.suse/ASoC-codecs-wcd934x-fix-kcontrol-max-values.patch
	patches.suse/ASoC-codecs-wcd934x-fix-return-value-of-wcd934x_rx_h.patch
	patches.suse/ASoC-SOF-Intel-Fix-NULL-ptr-dereference-when-ENOMEM.patch
	patches.suse/ASoC-cs35l41-Fix-GPIO2-configuration.patch
	patches.suse/ASoC-cs35l41-Fix-max-number-of-TX-channels.patch
	patches.suse/ASoC-cs35l41-Fix-DSP-mbox-start-command-and-global-e.patch
	patches.suse/ALSA-hda-realtek-Fix-headset-mic-problem-for-a-HP-ma.patch
	patches.suse/ALSA-usb-audio-Add-mute-TLV-for-playback-volumes-on-.patch
	patches.suse/ALSA-hda-realtek-Add-quirk-for-ASUS-GA402.patch
	patches.suse/ALSA-cmipci-Restore-aux-vol-on-suspend-resume.patch
	patches.suse/ALSA-oss-Fix-PCM-OSS-buffer-allocation-overflow.patch
	patches.suse/ALSA-hda-Fix-driver-index-handling-at-re-binding.patch
	patches.suse/ALSA-hda-Add-PCI-and-HDMI-IDs-for-Intel-Raptor-Lake.patch
	patches.suse/platform-x86-i2c-multi-instantiate-Rename-it-for-a-g.patch
	patches.suse/platform-x86-serial-multi-instantiate-Reorganize-I2C.patch
	patches.suse/platform-x86-serial-multi-instantiate-Add-SPI-suppor.patch
	patches.suse/ALSA-hda-realtek-Add-support-for-HP-Laptops.patch
	patches.suse/ACPI-scan-Create-platform-device-for-CS35L41.patch
	patches.suse/ALSA-hda-tegra-Add-Tegra234-hda-driver-support.patch
	patches.suse/ALSA-hda-tegra-Update-scratch-reg.-communication.patch
	patches.suse/ALSA-spi-Add-check-for-clk_enable.patch
	patches.suse/ALSA-hda-Add-AlderLake-PS-variant-PCI-ID.patch
	patches.suse/ALSA-hda-realtek-fix-right-sounds-and-mute-micmute-L.patch
	patches.suse/ALSA-hda-realtek-Fix-LED-on-Zbook-Studio-G9.patch
	patches.suse/ASoC-codecs-Check-for-error-pointer-after-calling-de.patch
	patches.suse/ASoC-topology-Allow-TLV-control-to-be-either-read-or.patch
	patches.suse/ASoC-topology-Optimize-soc_tplg_dapm_graph_elems_loa.patch
	patches.suse/ASoC-xilinx-xlnx_formatter_pcm-Handle-sysclk-setting.patch
	patches.suse/ASoC-simple-card-utils-Set-sysclk-on-all-components.patch
	patches.suse/ASoC-SOF-Intel-match-sdw-version-on-link_slaves_foun.patch
	patches.suse/ASoC-cs42l42-Report-full-jack-status-when-plug-is-de.patch
	patches.suse/ASoC-cs42l42-Change-jack_detect_mutex-to-a-lock-of-a.patch
	patches.suse/ASoC-cs42l42-Handle-system-suspend.patch
	patches.suse/ASoC-madera-Add-dependencies-on-MFD.patch
	patches.suse/ASoC-wm_adsp-Make-compressed-buffers-optional.patch
	patches.suse/ASoC-wm_adsp-Add-trace-caps-to-speaker-protection-FW.patch
	patches.suse/ASoC-soc-core-skip-zero-num_dai-component-in-searchi.patch
	patches.suse/ASoC-rt5663-check-the-return-value-of-devm_kzalloc-i.patch
	patches.suse/ASoC-amd-vg-fix-for-pm-resume-callback-sequence.patch
	patches.suse/ASoC-ti-davinci-i2s-Add-check-for-clk_enable.patch
	patches.suse/ASoC-mxs-saif-Handle-errors-for-clk_enable.patch
	patches.suse/ASoC-atmel_ssc_dai-Handle-errors-for-clk_enable.patch
	patches.suse/ASoC-dwc-i2s-Handle-errors-for-clk_enable.patch
	patches.suse/ASoC-soc-compress-prevent-the-potentially-use-of-nul.patch
	patches.suse/ASoC-atmel-Add-missing-of_node_put-in-at91sam9g20ek_.patch
	patches.suse/ASoC-wm8350-Handle-error-for-wm8350_register_irq.patch
	patches.suse/ASoC-cs35l41-Remove-unnecessary-param.patch
	patches.suse/ASoC-fsi-Add-check-for-clk_enable.patch
	patches.suse/ASoC-wm_adsp-Expand-firmware-loading-search-options.patch
	patches.suse/ASoC-cs42l42-Add-warnings-about-DETECT_MODE-and-PLL_.patch
	patches.suse/ASoC-Intel-sof_sdw-fix-quirks-for-2022-HP-Spectre-x3.patch
	patches.suse/ASoC-SOF-Intel-pci-tgl-add-RPL-S-support.patch
	patches.suse/ASoC-atmel-Fix-error-handling-in-snd_proto_probe.patch
	patches.suse/ASoC-rockchip-i2s-Fix-missing-clk_disable_unprepare-.patch
	patches.suse/ASoC-SOF-Add-missing-of_node_put-in-imx8m_probe.patch
	patches.suse/ASoC-mediatek-mt8192-mt6359-Fix-error-handling-in-mt.patch
	patches.suse/ASoC-rk817-Fix-missing-clk_disable_unprepare-in-rk81.patch
	patches.suse/ASoC-mxs-Fix-error-handling-in-mxs_sgtl5000_probe.patch
	patches.suse/ASoC-dmaengine-do-not-use-a-NULL-prepare_slave_confi.patch
	patches.suse/ASoC-SOF-topology-remove-redundant-code.patch
	patches.suse/ASoC-fsl_spdif-Disable-TX-clock-when-stop.patch
	patches.suse/ASoC-imx-es8328-Fix-error-return-code-in-imx_es8328_.patch
	patches.suse/ASoC-msm8916-wcd-digital-Fix-missing-clk_disable_unp.patch
	patches.suse/ASoC-SOF-Intel-enable-DMI-L1-for-playback-streams.patch
	patches.suse/ASoC-soc-compress-Change-the-check-for-codec_dai.patch
	patches.suse/ASoC-atmel-Fix-error-handling-in-sam9x5_wm8731_drive.patch
	patches.suse/ASoC-msm8916-wcd-analog-Fix-error-handling-in-pm8916.patch
	patches.suse/ASoC-codecs-wcd934x-Add-missing-of_node_put-in-wcd93.patch
	patches.suse/ASoC-amd-Fix-reference-to-PCM-buffer-address.patch
	patches.suse/ASoC-sti-Fix-deadlock-via-snd_pcm_stop_xrun-call.patch
	patches.suse/ALSA-pcm-Fix-races-among-concurrent-hw_params-and-hw.patch
	patches.suse/ALSA-pcm-Fix-races-among-concurrent-read-write-and-b.patch
	patches.suse/ALSA-pcm-Fix-races-among-concurrent-prepare-and-hw_p.patch
	patches.suse/ALSA-pcm-Fix-races-among-concurrent-prealloc-proc-wr.patch
	patches.suse/ALSA-pcm-Add-stream-lock-during-PCM-reset-ioctl-oper.patch
	patches.suse/ALSA-pci-fix-reading-of-swapped-values-from-pcmreg-i.patch
	patches.suse/ALSA-hda-realtek-Add-alc256-samsung-headphone-fixup.patch
	patches.suse/ARM-iop32x-offset-IRQ-numbers-by-1.patch
	patches.suse/ARM-ftrace-ensure-that-ADR-takes-the-Thumb-bit-into-.patch
	patches.suse/ARM-ftrace-avoid-redundant-loads-or-clobbering-IP.patch
	patches.suse/uaccess-fix-type-mismatch-warnings-from-access_ok.patch
	patches.suse/arm64-defconfig-build-imx-sdma-as-a-module.patch
	patches.suse/ARM-configs-multi_v5_defconfig-re-enable-CONFIG_V4L_.patch
	patches.suse/ARM-configs-multi_v5_defconfig-re-enable-DRM_PANEL-a.patch
	patches.suse/ARM-mmp-Fix-failure-to-remove-sram-device.patch
	patches.suse/firmware-ti_sci-Fix-compilation-failure-when-CONFIG_.patch
	patches.suse/soc-ti-wkup_m3_ipc-Fix-IRQ-check-in-wkup_m3_ipc_prob.patch
	patches.suse/memory-fsl_ifc-populate-child-devices-without-relyin.patch
	patches.suse/dt-bindings-memory-mtk-smi-No-need-mediatek-larb-id-.patch
	patches.suse/soc-mediatek-pm-domains-Add-wakeup-capacity-support-.patch
	patches.suse/firmware-qcom-scm-Remove-reassignment-to-desc-follow.patch
	patches.suse/soc-qcom-rpmpd-Check-for-null-return-of-devm_kcalloc.patch
	patches.suse/soc-qcom-ocmem-Fix-missing-put_device-call-in-of_get.patch
	patches.suse/soc-qcom-aoss-Fix-missing-put_device-call-in-qmp_get.patch
	patches.suse/soc-qcom-aoss-remove-spurious-IRQF_ONESHOT-flags.patch
	patches.suse/memory-emif-Add-check-for-setup_interrupts.patch
	patches.suse/memory-emif-check-the-pointer-temp-in-get_device_det.patch
	patches.suse/pinctrl-samsung-drop-pin-banks-references-on-error-p.patch
	patches.suse/ARM-dts-exynos-fix-UART3-pins-configuration-in-Exyno.patch
	patches.suse/ARM-dts-imx7-Use-audio_mclk_post_div-instead-audio_m.patch
	patches.suse/ARM-dts-imx-Add-missing-LVDS-decoder-on-M53Menlo.patch
	patches.suse/ARM-dts-sun8i-v3s-Move-the-csi1-block-to-follow-addr.patch
	patches.suse/arm64-dts-renesas-ulcb-kf-fix-wrong-comment.patch
	patches.suse/ARM-dts-at91-sama5d2-Fix-PMERRLOC-resource-size.patch
	patches.suse/ARM-dts-stm32-fix-AV96-board-SAI2-pin-muxing-on-stm3-ee2aacb6f3a9.patch
	patches.suse/ARM-tegra-tamonten-Fix-I2C3-pad-setting.patch
	patches.suse/ARM-dts-exynos-add-missing-HDMI-supplies-on-SMDK5250.patch
	patches.suse/ARM-dts-exynos-add-missing-HDMI-supplies-on-SMDK5420.patch
	patches.suse/ARM-dts-Fix-OpenBMC-flash-layout-label-addresses.patch
	patches.suse/arm64-dts-ti-k3-am65-Fix-gic-v3-compatible-regs.patch
	patches.suse/arm64-dts-ti-k3-j721e-Fix-gic-v3-compatible-regs.patch
	patches.suse/arm64-dts-ti-k3-j7200-Fix-gic-v3-compatible-regs.patch
	patches.suse/arm64-dts-ti-k3-am64-Fix-gic-v3-compatible-regs.patch
	patches.suse/ARM-dts-qcom-ipq4019-fix-sleep-clock.patch
	patches.suse/ARM-dts-qcom-fix-gic_irq_domain_translate-warnings-f.patch
	patches.suse/arm64-dts-qcom-sdm845-fix-microphone-bias-properties.patch
	patches.suse/arm64-dts-qcom-sm8250-fix-PCIe-bindings-to-follow-sc.patch
	patches.suse/arm64-dts-qcom-sm8150-Correct-TCS-configuration-for-.patch
	patches.suse/arm64-dts-qcom-sm8350-Correct-TCS-configuration-for-.patch
	patches.suse/arm64-dts-qcom-sm8250-Fix-MSI-IRQ-for-PCIe1-and-PCIe.patch
	patches.suse/ARM-dts-bcm2837-Add-the-missing-L1-L2-cache-informat.patch
	patches.suse/ARM-dts-bcm2711-Add-the-missing-L1-L2-cache-informat.patch
	patches.suse/arm64-dts-broadcom-bcm4908-use-proper-TWD-binding.patch
	patches.suse/arm64-dts-ns2-Fix-spi-cpol-and-spi-cpha-property.patch
	patches.suse/arm64-dts-broadcom-Fix-sata-nodename.patch
	patches.suse/arm64-dts-rockchip-Fix-SDIO-regulator-supply-propert.patch
	patches.suse/TOMOYO-fix-__setup-handlers-return-values.patch
	patches.suse/KVM-x86-mmu-Move-invalid-check-out-of-kvm_tdp_mmu_ge.patch
	patches.suse/KVM-x86-mmu-Zap-_all_-roots-when-unmapping-gfn-range.patch
	patches.suse/KVM-x86-hyper-v-Drop-redundant-ex-parameter-from-kvm-ipi.patch
	patches.suse/KVM-x86-hyper-v-Drop-redundant-ex-parameter-from-kvm.patch
	patches.suse/KVM-x86-hyper-v-Fix-the-maximum-number-of-sparse-ban.patch
	patches.suse/KVM-x86-hyper-v-HVCALL_SEND_IPI_EX-is-an-XMM-fast-hy.patch
	patches.suse/KVM-x86-Fix-emulation-in-writing-cr8.patch
	patches.suse/KVM-x86-emulator-Defer-not-present-segment-check-in-.patch
	patches.suse/mm-vmalloc-introduce-array-allocation-functions
	patches.suse/mm-use-vmalloc_array-and-vcalloc-for-array-allocations
	patches.suse/KVM-use-__vcalloc-for-very-large-allocations
	patches.suse/KVM-x86-mmu-Check-for-present-SPTE-when-clearing-dir.patch
	patches.suse/kvm-svm-allow-avic-support-on-system-w-physical-apic-id-255
	patches.suse/msft-hv-2519-Drivers-hv-vmbus-Use-struct_size-helper-in-kmalloc.patch
	patches.suse/msft-hv-2520-Drivers-hv-Rename-alloced-to-allocated.patch
	patches.suse/msft-hv-2521-Drivers-hv-Compare-cpumasks-and-not-their-weights-in.patch
	patches.suse/msft-hv-2541-hv_utils-Add-comment-about-max-VMbus-packet-size-in-.patch
	patches.suse/msft-hv-2542-drivers-hv-log-when-enabling-crash_kexec_post_notifi.patch
	patches.suse/msft-hv-2549-hv_balloon-rate-limit-Unhandled-message-warning.patch
	patches.suse/msft-hv-2551-x86-hyperv-Output-host-build-info-as-normal-Windows-.patch
	patches.suse/PCI-IOV-Add-pci_iov_vf_id-to-get-VF-index.patch
	patches.suse/net-mlx5-Reuse-exported-virtfn-index-function-call.patch
	patches.suse/net-mlx5-Disable-SRIOV-before-PF-removal.patch
	patches.suse/PCI-IOV-Add-pci_iov_get_pf_drvdata-to-allow-VF-reach.patch
	patches.suse/net-mlx5-Expose-APIs-to-get-put-the-mlx5-core-device.patch
	patches.suse/net-mlx5-Introduce-migration-bits-and-structures.patch
	patches.suse/net-mlx5-Add-migration-commands-definitions.patch
	patches.suse/bpf-Fix-UAF-due-to-race-between-btf_try_get_module-a.patch
	patches.suse/net-skbuff-add-size-metadata-to-skb_shared_info-for-.patch
	patches.suse/xdp-introduce-flags-field-in-xdp_buff-xdp_frame.patch
	patches.suse/net-xdp-add-xdp_update_skb_shared_info-utility-routi.patch
	patches.suse/xdp-add-frags-support-to-xdp_return_-buff-frame.patch
	patches.suse/bpf-introduce-BPF_F_XDP_HAS_FRAGS-flag-in-prog_flags.patch
	patches.suse/bpf-introduce-bpf_xdp_get_buff_len-helper.patch
	patches.suse/bpf-add-frags-support-to-the-bpf_xdp_adjust_tail-API.patch
	patches.suse/ionic-fix-type-complaint-in-ionic_dev_cmd_clean.patch
	patches.suse/ionic-start-watchdog-after-all-is-setup.patch
	patches.suse/ionic-Don-t-send-reset-commands-if-FW-isn-t-running.patch
	patches.suse/ionic-add-FW_STOPPING-state.patch
	patches.suse/ionic-better-handling-of-RESET-event.patch
	patches.suse/ionic-fix-up-printing-of-timeout-error.patch
	patches.suse/ionic-Correctly-print-AQ-errors-if-completions-aren-.patch
	patches.suse/ionic-Allow-flexibility-for-error-reporting-on-dev-c.patch
	patches.suse/ionic-Query-FW-when-getting-VF-info-via-ndo_get_vf_c.patch
	patches.suse/ionic-Prevent-filter-add-del-err-msgs-when-the-devic.patch
	patches.suse/ionic-Cleanups-in-the-Tx-hotpath-code.patch
	patches.suse/ionic-disable-napi-when-ionic_lif_init-fails.patch
	patches.suse/ionic-remove-the-dbid_inuse-bitmap.patch
	patches.suse/ionic-stretch-heartbeat-detection.patch
	patches.suse/ionic-replace-set_vf-data-with-union.patch
	patches.suse/msft-hv-2514-net-mana-Use-struct_size-helper-in-mana_gd_create_dm.patch
	patches.suse/bnxt_en-Update-firmware-interface-to-1.10.2.73.patch
	patches.suse/bnxt_en-PTP-Refactor-PTP-initialization-functions.patch
	patches.suse/bnxt_en-Add-driver-support-to-use-Real-Time-Counter-.patch
	patches.suse/bnxt_en-Implement-.adjtime-for-PTP-RTC-mode.patch
	patches.suse/bnxt_en-Handle-async-event-when-the-PHC-is-updated-i.patch
	patches.suse/net-phy-at803x-move-page-selection-fix-to-config_ini.patch
	patches.suse/dt-bindings-net-xgmac_mdio-Remove-unsupported-bus-fr.patch
	patches.suse/ixgbe-Remove-useless-DMA-32-fallback-configuration.patch
	patches.suse/ixgbevf-Remove-useless-DMA-32-fallback-configuration.patch
	patches.suse/i40e-Remove-useless-DMA-32-fallback-configuration.patch
	patches.suse/e1000e-Remove-useless-DMA-32-fallback-configuration.patch
	patches.suse/iavf-Remove-useless-DMA-32-fallback-configuration.patch
	patches.suse/ice-Remove-useless-DMA-32-fallback-configuration.patch
	patches.suse/igc-Remove-useless-DMA-32-fallback-configuration.patch
	patches.suse/igb-Remove-useless-DMA-32-fallback-configuration.patch
	patches.suse/igbvf-Remove-useless-DMA-32-fallback-configuration.patch
	patches.suse/net-mlx5e-Move-code-chunk-setting-encap-dests-into-i.patch
	patches.suse/net-mlx5e-Pass-attr-arg-for-attaching-detaching-enca.patch
	patches.suse/net-mlx5e-Move-counter-creation-call-to-alloc_flow_a.patch
	patches.suse/net-mlx5e-TC-Move-pedit_headers_action-to-parse_attr.patch
	patches.suse/net-mlx5e-TC-Split-pedit-offloads-verify-from-alloc_.patch
	patches.suse/net-mlx5e-TC-Pass-attr-to-tc_act-can_offload.patch
	patches.suse/net-mlx5e-TC-Refactor-mlx5e_tc_add_flow_mod_hdr-to-g.patch
	patches.suse/net-mlx5e-TC-Reject-rules-with-multiple-CT-actions.patch
	patches.suse/net-mlx5e-TC-Hold-sample_attr-on-stack-instead-of-po.patch
	patches.suse/net-mlx5e-CT-Don-t-set-flow-flag-CT-for-ct-clear-flo.patch
	patches.suse/net-mlx5e-Refactor-eswitch-attr-flags-to-just-attr-f.patch
	patches.suse/net-mlx5e-Test-CT-and-SAMPLE-on-flow-attr.patch
	patches.suse/net-mlx5e-TC-Store-mapped-tunnel-id-on-flow-attr.patch
	patches.suse/net-mlx5e-CT-Remove-redundant-flow-args-from-tc-ct-c.patch
	patches.suse/net-mlx5-Remove-unused-TIR-modify-bitmask-enums.patch
	patches.suse/net-mlx5-Introduce-software-defined-steering-capabil.patch
	patches.suse/net-mlx5-VLAN-push-on-RX-pop-on-TX.patch
	patches.suse/mlxsw-spectrum-Guard-against-invalid-local-ports.patch
	patches.suse/ethtool-add-header-data-split-indication.patch
	patches.suse/bnxt-report-header-data-split-state.patch
	patches.suse/Bluetooth-btintel-Fix-WBS-setting-for-Intel-legacy-R.patch
	patches.suse/Bluetooth-btusb-Add-one-more-Bluetooth-part-for-the--2e7b4a328ed6.patch
	patches.suse/Bluetooth-btusb-Whitespace-fixes-for-btusb_setup_csr.patch
	patches.suse/Bluetooth-hci_serdev-call-init_rwsem-before-p-open.patch
	patches.suse/selftests-net-timestamping-Fix-bind_phc-check.patch
	patches.suse/msft-hv-2516-net-mana-Add-counter-for-packet-dropped-by-XDP.patch
	patches.suse/msft-hv-2517-net-mana-Add-counter-for-XDP_TX.patch
	patches.suse/msft-hv-2518-net-mana-Reuse-XDP-dropped-page.patch
	patches.suse/qed-use-msleep-in-qed_mcp_cmd-and-add-qed_mcp_cmd_no.patch
	patches.suse/i40e-don-t-reserve-excessive-XDP_PACKET_HEADROOM-on-.patch
	patches.suse/i40e-respect-metadata-on-XSK-Rx-to-skb.patch
	patches.suse/ice-respect-metadata-in-legacy-rx-ice_construct_skb.patch
	patches.suse/ice-don-t-reserve-excessive-XDP_PACKET_HEADROOM-on-X.patch
	patches.suse/ice-respect-metadata-on-XSK-Rx-to-skb.patch
	patches.suse/igc-don-t-reserve-excessive-XDP_PACKET_HEADROOM-on-X.patch
	patches.suse/ixgbe-pass-bi-xdp-to-ixgbe_construct_skb_zc-directly.patch
	patches.suse/ixgbe-don-t-reserve-excessive-XDP_PACKET_HEADROOM-on.patch
	patches.suse/ixgbe-respect-metadata-on-XSK-Rx-to-skb.patch
	patches.suse/sfc-The-size-of-the-RX-recycle-ring-should-be-more-f.patch
	patches.suse/net-dsa-mv88e6xxx-Enable-port-policy-support-on-6097.patch
	patches.suse/i40e-Disable-hw-tc-offload-feature-on-driver-load.patch
	patches.suse/i40e-Remove-unused-RX-realloc-stat.patch
	patches.suse/i40e-Add-sending-commands-in-atomic-context.patch
	patches.suse/i40e-Add-new-versions-of-send-ASQ-command-functions.patch
	patches.suse/i40e-Add-new-version-of-i40e_aq_add_macvlan-function.patch
	patches.suse/i40e-Fix-race-condition-while-adding-deleting-MAC-VL.patch
	patches.suse/msft-hv-2523-net-mana-Add-handling-of-CQE_RX_TRUNCATED.patch
	patches.suse/msft-hv-2524-net-mana-Remove-unnecessary-check-of-cqe_type-in-man.patch
	patches.suse/bnx2x-Replace-one-element-array-with-flexible-array-.patch
	patches.suse/net-asix-add-proper-error-handling-of-usb-read-error.patch
	patches.suse/ice-add-support-for-DSCP-QoS-for-IDC.patch
	patches.suse/igc-avoid-kernel-warning-when-changing-RX-ring-param.patch
	patches.suse/igb-refactor-XDP-registration.patch
	patches.suse/msft-hv-2528-Netvsc-Call-hv_unmap_memory-in-the-netvsc_device_rem.patch
	patches.suse/i40e-Remove-rx-page-reuse-double-count.patch
	patches.suse/i40e-Aggregate-and-export-RX-page-reuse-stat.patch
	patches.suse/i40e-Add-a-stat-tracking-new-RX-page-allocations.patch
	patches.suse/i40e-Add-a-stat-for-tracking-pages-waived.patch
	patches.suse/i40e-Add-a-stat-for-tracking-busy-rx-pages.patch
	patches.suse/octeontx2-af-Don-t-enable-Pause-frames-by-default.patch
	patches.suse/octeontx2-af-Priority-flow-control-configuration-sup.patch
	patches.suse/octeontx2-af-Flow-control-resource-management.patch
	patches.suse/octeontx2-pf-PFC-config-support-with-DCBx.patch
	patches.suse/net-enetc-allocate-CBD-ring-data-memory-using-DMA-co.patch
	patches.suse/ice-Remove-likely-for-napi_complete_done.patch
	patches.suse/ice-xsk-Force-rings-to-be-sized-to-power-of-2.patch
	patches.suse/ice-xsk-Handle-SW-XDP-ring-wrap-and-bump-tail-more-o.patch
	patches.suse/ice-Make-Tx-threshold-dependent-on-ring-length.patch
	patches.suse/i40e-xsk-Move-tmp-desc-array-from-driver-to-pool.patch
	patches.suse/ice-xsk-Avoid-potential-dead-AF_XDP-Tx-processing.patch
	patches.suse/ice-xsk-Improve-AF_XDP-ZC-Tx-and-use-batching-API.patch
	patches.suse/ice-xsk-Borrow-xdp_tx_active-logic-from-i40e.patch
	patches.suse/ice-Refactor-spoofcheck-configuration-functions.patch
	patches.suse/ice-Add-helper-function-for-adding-VLAN-0.patch
	patches.suse/ice-Add-new-VSI-VLAN-ops.patch
	patches.suse/ice-Introduce-ice_vlan-struct.patch
	patches.suse/ice-Refactor-vf-port_vlan_info-to-use-ice_vlan.patch
	patches.suse/ice-Use-the-proto-argument-for-VLAN-ops.patch
	patches.suse/ice-Adjust-naming-for-inner-VLAN-operations.patch
	patches.suse/ice-Add-outer_vlan_ops-and-VSI-specific-VLAN-ops-imp.patch
	patches.suse/ice-Add-hot-path-support-for-802.1Q-and-802.1ad-VLAN.patch
	patches.suse/ice-Add-support-for-VIRTCHNL_VF_OFFLOAD_VLAN_V2.patch
	patches.suse/ice-Support-configuring-the-device-to-Double-VLAN-Mo.patch
	patches.suse/ice-Advertise-802.1ad-VLAN-filtering-and-offloads-fo.patch
	patches.suse/ice-Add-support-for-802.1ad-port-VLANs-VF.patch
	patches.suse/ice-Add-ability-for-PF-admin-to-enable-VF-VLAN-pruni.patch
	patches.suse/qed-prevent-a-fw-assert-during-device-shutdown.patch
	patches.suse/octeontx2-pf-Add-TC-feature-for-VFs.patch
	patches.suse/ath10k-fix-memory-overwrite-of-the-WoWLAN-wakeup-pac.patch
	patches.suse/ath5k-fix-OOB-in-ath5k_eeprom_read_pcal_info_5111.patch
	patches.suse/ath9k_htc-fix-uninit-value-bugs.patch
	patches.suse/rtw88-rtw8821c-enable-rfe-6-devices.patch
	patches.suse/ray_cs-Check-ioremap-return-value.patch
	patches.suse/brcmfmac-pcie-Release-firmwares-in-the-brcmf_pcie_se.patch
	patches.suse/brcmfmac-firmware-Allocate-space-for-default-boardre.patch
	patches.suse/brcmfmac-pcie-Declare-missing-firmware-files-in-pcie.patch
	patches.suse/brcmfmac-pcie-Replace-brcmf_pcie_copy_mem_todev-with.patch
	patches.suse/brcmfmac-pcie-Fix-crashes-due-to-early-IRQs.patch
	patches.suse/cfg80211-mac80211-assume-CHECKSUM_COMPLETE-includes-.patch
	patches.suse/cfg80211-don-t-add-non-transmitted-BSS-to-6GHz-scann.patch
	patches.suse/mt76-connac-fix-sta_rec_wtbl-tag-len.patch
	patches.suse/mt76-mt7915-use-proper-aid-value-in-mt7915_mcu_wtbl_.patch
	patches.suse/mt76-mt7915-use-proper-aid-value-in-mt7915_mcu_sta_b.patch
	patches.suse/mt76-mt7921-fix-a-leftover-race-in-runtime-pm.patch
	patches.suse/mt76-mt7615-fix-a-leftover-race-in-runtime-pm.patch
	patches.suse/mt76-mt7921e-fix-possible-probe-failure-after-reboot.patch
	patches.suse/mt76-mt7921-fix-crash-when-startup-fails.patch
	patches.suse/mt76-mt7603-check-sta_rates-pointer-in-mt7603_sta_ra.patch
	patches.suse/mt76-mt7615-check-sta_rates-pointer-in-mt7615_sta_ra.patch
	patches.suse/mt76-dma-initialize-skip_unmap-in-mt76_dma_rx_fill.patch
	patches.suse/octeontx2-af-fix-array-bound-error.patch
	patches.suse/ice-Simplify-tracking-status-of-RDMA-support.patch
	patches.suse/net-mlx5e-Remove-unused-tstamp-SQ-field.patch
	patches.suse/net-mlx5e-Read-max-WQEBBs-on-the-SQ-from-firmware.patch
	patches.suse/net-mlx5e-Use-FW-limitation-for-max-MPW-WQEBBs.patch
	patches.suse/net-mlx5e-Cleanup-of-start-stop-all-queues.patch
	patches.suse/net-mlx5e-Disable-TX-queues-before-registering-the-n.patch
	patches.suse/net-mlx5e-Use-a-barrier-after-updating-txq2sq.patch
	patches.suse/net-mlx5e-Sync-txq2sq-updates-with-mlx5e_xmit-for-HT.patch
	patches.suse/net-mlx5e-Introduce-select-queue-parameters.patch
	patches.suse/net-mlx5e-Move-mlx5e_select_queue-to-en-selq.c.patch
	patches.suse/net-mlx5e-Use-select-queue-parameters-to-sync-with-c.patch
	patches.suse/net-mlx5e-Move-repeating-code-that-gets-TC-prio-into.patch
	patches.suse/net-mlx5e-Use-READ_ONCE-WRITE_ONCE-for-DCBX-trust-st.patch
	patches.suse/net-mlx5e-Optimize-mlx5e_select_queue.patch
	patches.suse/net-mlx5e-Optimize-modulo-in-mlx5e_select_queue.patch
	patches.suse/net-mlx5e-Optimize-the-common-case-condition-in-mlx5.patch
	patches.suse/net-mlx5e-Fix-spelling-mistake-supoported-supported.patch
	patches.suse/net-mlx5e-Add-support-for-using-xdp-data_meta.patch
	patches.suse/net-mlx5e-Generalize-packet-merge-error-message.patch
	patches.suse/net-mlx5e-Default-to-Striding-RQ-when-not-conflictin.patch
	patches.suse/net-mlx5e-RX-Restrict-bulk-size-for-small-Striding-R.patch
	patches.suse/net-mlx5e-E-Switch-Add-PTP-counters-for-uplink-repre.patch
	patches.suse/net-mlx5e-E-Switch-Add-support-for-tx_port_ts-in-swi.patch
	patches.suse/net-mlx5e-TC-Move-flow-hashtable-to-be-per-rep.patch
	patches.suse/net-mlx5e-Pass-actions-param-to-actions_match_suppor.patch
	patches.suse/net-mlx5e-Add-post-act-offload-unoffload-API.patch
	patches.suse/net-mlx5e-Create-new-flow-attr-for-multi-table-actio.patch
	patches.suse/net-mlx5e-Use-multi-table-support-for-CT-and-sample-.patch
	patches.suse/net-mlx5e-TC-Clean-redundant-counter-flag-from-tc-ac.patch
	patches.suse/net-mlx5e-TC-Make-post_act-parse-CT-and-sample-actio.patch
	patches.suse/net-mlx5e-TC-Allow-sample-action-with-CT.patch
	patches.suse/selftests-mptcp-add-csum-mib-check-for-mptcp_connect.patch
	patches.suse/net-ibmvnic-Cleanup-workaround-doing-an-EOI-after-pa.patch
	patches.suse/ionic-catch-transition-back-to-RUNNING-with-fw_gener.patch
	patches.suse/i40e-remove-dead-stores-on-XSK-hotpath.patch
	patches.suse/octeontx2-pf-cn10k-add-support-for-new-ptp-timestamp.patch
	patches.suse/octeontx2-af-cn10k-add-workaround-for-ptp-errata.patch
	patches.suse/ixgbevf-clean-up-some-inconsistent-indenting.patch
	patches.suse/ixgbe-Remove-non-inclusive-language.patch
	patches.suse/nfp-refactor-policer-config-to-support-ingress-egres.patch
	patches.suse/nfp-add-support-to-offload-tc-action-to-hardware.patch
	patches.suse/nfp-add-hash-table-to-store-meter-table.patch
	patches.suse/nfp-add-process-to-get-action-stats-from-hardware.patch
	patches.suse/nfp-add-support-to-offload-police-action-from-flower.patch
	patches.suse/net-flow_offload-add-tc-police-action-parameters.patch
	patches.suse/flow_offload-reject-offload-for-all-drivers-with-inv.patch
	patches.suse/mlx5-remove-unused-static-inlines.patch
	patches.suse/net-mlx5-Add-ability-to-insert-to-specific-flow-grou.patch
	patches.suse/net-mlx5-E-Switch-reserve-and-use-same-uplink-metada.patch
	patches.suse/net-mlx5-E-switch-remove-special-uplink-ingress-ACL-.patch
	patches.suse/net-mlx5-E-switch-add-drop-rule-support-to-ingress-A.patch
	patches.suse/net-mlx5-Lag-use-local-variable-already-defined-to-a.patch
	patches.suse/net-mlx5-Lag-don-t-use-magic-numbers-for-ports.patch
	patches.suse/net-mlx5-Lag-record-inactive-state-of-bond-device.patch
	patches.suse/net-mlx5-Lag-offload-active-backup-drops-to-hardware.patch
	patches.suse/net-mlx5-cmdif-Return-value-improvements.patch
	patches.suse/net-mlx5-cmdif-cmd_check-refactoring.patch
	patches.suse/net-mlx5-cmdif-Add-new-api-for-command-execution.patch
	patches.suse/net-mlx5-Use-mlx5_cmd_do-in-core-create_-cq-dct.patch
	patches.suse/net-mlx5-cmdif-Refactor-error-handling-and-reporting.patch
	patches.suse/RDMA-mlx5-Use-new-command-interface-API.patch
	patches.suse/net-mlx5-Add-reset_state-field-to-MFRL-register.patch
	patches.suse/net-mlx5-Add-clarification-on-sync-reset-failure.patch
	patches.suse/sfc-default-config-to-1-channel-core-in-local-NUMA-n.patch
	patches.suse/sfc-set-affinity-hints-in-local-NUMA-node-only.patch
	patches.suse/tuntap-add-sanity-checks-about-msg_controllen-in-sen.patch
	patches.suse/iavf-Add-support-for-50G-100G-in-AIM-algorithm.patch
	patches.suse/iavf-refactor-processing-of-VLAN-V2-capability-messa.patch
	patches.suse/iavf-Add-usage-of-new-virtchnl-format-to-set-default.patch
	patches.suse/iavf-remove-redundant-ret-variable.patch
	patches.suse/iavf-stop-leaking-iavf_status-as-errno-values.patch
	patches.suse/iavf-Fix-incorrect-use-of-assigning-iavf_status-to-i.patch
	patches.suse/iavf-Remove-non-inclusive-language.patch
	patches.suse/flow_dissector-Add-support-for-HSR.patch
	patches.suse/mlx5-add-support-for-page_pool_get_stats.patch
	patches.suse/qed-display-VF-trust-config.patch
	patches.suse/qed-validate-and-restrict-untrusted-VFs-vlan-promisc.patch
	patches.suse/ice-add-TTY-for-GNSS-module-for-E810T-device.patch
	patches.suse/ice-refactor-unwind-cleanup-in-eswitch-mode.patch
	patches.suse/ice-store-VF-pointer-instead-of-VF-ID.patch
	patches.suse/ice-pass-num_vfs-to-ice_set_per_vf_res.patch
	patches.suse/ice-move-clear_malvf-call-in-ice_free_vfs.patch
	patches.suse/ice-move-VFLR-acknowledge-during-ice_free_vfs.patch
	patches.suse/ice-remove-checks-in-ice_vc_send_msg_to_vf.patch
	patches.suse/ice-use-ice_for_each_vf-for-iteration-during-removal.patch
	patches.suse/ice-convert-ice_for_each_vf-to-include-VF-entry-iter.patch
	patches.suse/ice-factor-VF-variables-to-separate-structure.patch
	patches.suse/ice-introduce-VF-accessor-functions.patch
	patches.suse/ice-convert-VF-storage-to-hash-table-with-krefs-and-.patch
	patches.suse/bpf-Add-config-to-allow-loading-modules-with-BTF-mis.patch
	patches.suse/Bluetooth-Fix-not-checking-for-valid-hdev-on-bt_dev_.patch
	patches.suse/Bluetooth-use-memset-avoid-memory-leaks.patch
	patches.suse/Bluetooth-btusb-Add-another-Realtek-8761BU.patch
	patches.suse/net-axienet-fix-RX-ring-refill-allocation-failure-ha.patch
	patches.suse/bnxt_en-refactor-error-handling-of-HWRM_NVM_INSTALL_.patch
	patches.suse/bnxt_en-add-more-error-checks-to-HWRM_NVM_INSTALL_UP.patch
	patches.suse/bnxt_en-parse-result-field-when-NVRAM-package-instal.patch
	patches.suse/bnxt_en-introduce-initial-link-state-of-unknown.patch
	patches.suse/bnxt_en-Properly-report-no-pause-support-on-some-car.patch
	patches.suse/bnxt_en-Eliminate-unintended-link-toggle-during-FW-r.patch
	patches.suse/bnxt_en-Do-not-destroy-health-reporters-during-reset.patch
	patches.suse/bnxt_en-implement-hw-health-reporter.patch
	patches.suse/bnxt_en-add-an-nvm-test-for-hw-diagnose.patch
	patches.suse/ice-xsk-fix-GCC-version-checking-against-pragma-unro.patch
	patches.suse/ixgbe-add-the-ability-for-the-PF-to-disable-VF-link-.patch
	patches.suse/ixgbe-add-improvement-for-MDD-response-functionality.patch
	patches.suse/ixgbevf-add-disable-link-state.patch
	patches.suse/e1000e-Print-PHY-register-address-when-MDI-read-writ.patch
	patches.suse/bnxt-revert-hastily-merged-uAPI-aberrations.patch
	patches.suse/net-mlx5e-TC-Fix-use-after-free-in-mlx5e_clone_flow_.patch
	patches.suse/net-mlx5-Add-command-failures-data-to-debugfs.patch
	patches.suse/net-mlx5-Remove-redundant-notify-fail-on-give-pages.patch
	patches.suse/net-mlx5-Remove-redundant-error-on-give-pages.patch
	patches.suse/net-mlx5-Remove-redundant-error-on-reclaim-pages.patch
	patches.suse/net-mlx5-Change-release_all_pages-cap-bit-location.patch
	patches.suse/net-mlx5-Move-debugfs-entries-to-separate-struct.patch
	patches.suse/net-mlx5-Add-pages-debugfs.patch
	patches.suse/net-mlx5-Add-debugfs-counters-for-page-commands-fail.patch
	patches.suse/net-mlx5-DR-Align-mlx5dv_dr-API-vport-action-with-FW.patch
	patches.suse/net-mlx5-DR-Add-support-for-matching-on-Internet-Hea.patch
	patches.suse/net-mlx5-DR-Remove-unneeded-comments.patch
	patches.suse/net-mlx5-DR-Fix-handling-of-different-actions-on-the.patch
	patches.suse/net-mlx5-DR-Rename-action-modify-fields-to-reflect-n.patch
	patches.suse/net-mlx5-DR-Refactor-ste_ctx-handling-for-STE-v0-1.patch
	patches.suse/net-mlx5-DR-Add-support-for-ConnectX-7-steering.patch
	patches.suse/can-isotp-set-default-value-for-N_As-to-50-micro-sec.patch
	patches.suse/vxcan-enable-local-echo-for-sent-CAN-frames.patch
	patches.suse/can-etas_es58x-es58x_fd_rx_event_msg-initialize-rx_e.patch
	patches.suse/ice-Add-support-for-inner-etype-in-switchdev.patch
	patches.suse/ice-Add-slow-path-offload-stats-on-port-representor-.patch
	patches.suse/ice-change-can-t-set-link-message-to-dbg-level.patch
	patches.suse/ice-avoid-XDP-checks-in-ice_clean_tx_irq.patch
	patches.suse/ice-Add-support-for-outer-dest-MAC-for-ADQ-tunnels.patch
	patches.suse/net-mlx4-Delete-useless-moduleparam-include.patch
	patches.suse/net-mlx5-Delete-useless-module.h-include.patch
	patches.suse/net-mlx5-Node-aware-allocation-for-the-IRQ-table.patch
	patches.suse/net-mlx5-Node-aware-allocation-for-the-EQ-table.patch
	patches.suse/net-mlx5-Node-aware-allocation-for-the-EQs.patch
	patches.suse/net-mlx5-Node-aware-allocation-for-UAR.patch
	patches.suse/net-mlx5-Node-aware-allocation-for-the-doorbell-pgdi.patch
	patches.suse/net-mlx5-CT-Introduce-a-platform-for-multiple-flow-s.patch
	patches.suse/net-mlx5-DR-Add-helper-to-get-backing-dr-table-from-.patch
	patches.suse/net-mlx5-Add-smfs-lib-to-export-direct-steering-API-.patch
	patches.suse/net-mlx5-CT-Add-software-steering-ct-flow-steering-p.patch
	patches.suse/net-mlx5-CT-Create-smfs-dr-matchers-dynamically.patch
	patches.suse/net-mlx5-Query-the-maximum-MCIA-register-read-size-f.patch
	patches.suse/net-mlx5-Parse-module-mapping-using-mlx5_ifc.patch
	patches.suse/net-mlx5e-Remove-overzealous-validations-in-netlink-.patch
	patches.suse/flow_dissector-Add-support-for-HSRv0.patch
	patches.suse/ieee80211-add-EHT-1K-aggregation-definitions.patch
	patches.suse/iwlwifi-mvm-Don-t-call-iwl_mvm_sta_from_mac80211-wit.patch
	patches.suse/iwlwifi-mvm-offload-channel-switch-timing-to-FW.patch
	patches.suse/iwlwifi-mvm-allow-enabling-UHB-TAS-in-the-USA-via-AC.patch
	patches.suse/iwlwifi-prefer-WIDE_ID-over-iwl_cmd_id.patch
	patches.suse/iwlwifi-mvm-fw-clean-up-hcmd-struct-creation.patch
	patches.suse/iwlwifi-make-iwl_fw_lookup_cmd_ver-take-a-cmd_id.patch
	patches.suse/iwlwifi-de-const-properly-where-needed.patch
	patches.suse/iwlwifi-propagate-const-type-qualifier.patch
	patches.suse/iwlwifi-fix-various-more-Wcast-qual-warnings.patch
	patches.suse/iwlwifi-avoid-void-pointer-arithmetic.patch
	patches.suse/iwlwifi-cfg-add-support-for-1K-BA-queue.patch
	patches.suse/iwlwifi-mvm-refactor-iwl_mvm_sta_rx_agg.patch
	patches.suse/iwlwifi-mvm-support-new-BAID-allocation-command.patch
	patches.suse/iwlwifi-mvm-starting-from-22000-we-have-32-Rx-AMPDU-.patch
	patches.suse/iwlwifi-dbg-add-infra-for-tracking-free-buffer-size.patch
	patches.suse/iwlwifi-yoyo-fix-DBGI_SRAM-ini-dump-header.patch
	patches.suse/iwlwifi-mvm-only-enable-HE-DCM-if-we-also-support-TX.patch
	patches.suse/iwlwifi-advertise-support-for-HE-DCM-BPSK-RX-TX.patch
	patches.suse/iwlwifi-mvm-don-t-iterate-unadded-vifs-when-handling.patch
	patches.suse/iwlwifi-mvm-align-locking-in-D3-test-debugfs.patch
	patches.suse/iwlwifi-pcie-add-support-for-MS-devices.patch
	patches.suse/iwlwifi-yoyo-fix-DBGC-allocation-flow.patch
	patches.suse/iwlwifi-yoyo-add-IMR-DRAM-dump-support.patch
	patches.suse/iwlwifi-mvm-support-v3-of-station-HE-context-command.patch
	patches.suse/iwlwifi-yoyo-remove-DBGI_SRAM-address-reset-writing.patch
	patches.suse/iwlwifi-mvm-add-support-for-CT-KILL-notification-ver.patch
	patches.suse/iwlwifi-add-support-for-BZ-U-and-BZ-L-HW.patch
	patches.suse/iwlwifi-mvm-use-debug-print-instead-of-WARN_ON.patch
	patches.suse/iwlwifi-pcie-make-sure-iwl_rx_packet_payload_len-wil.patch
	patches.suse/iwlwifi-fw-make-dump_start-callback-void.patch
	patches.suse/iwlwifi-move-symbols-into-a-separate-namespace.patch
	patches.suse/iwlwifi-dbg-tlv-clean-up-iwl_dbg_tlv_update_drams.patch
	patches.suse/iwlwifi-remove-unused-DC2DC_CONFIG_CMD-definitions.patch
	patches.suse/iwlwifi-avoid-variable-shadowing.patch
	patches.suse/iwlwifi-make-some-functions-friendly-to-sparse.patch
	patches.suse/iwlwifi-nvm-Correct-HE-capability.patch
	patches.suse/iwlwifi-mvm-Correctly-set-fragmented-EBS.patch
	patches.suse/iwlwifi-yoyo-Avoid-using-dram-data-if-allocation-fai.patch
	patches.suse/iwlwifi-scan-Modify-return-value-of-a-function.patch
	patches.suse/iwlwifi-mvm-Passively-scan-non-PSC-channels-only-whe.patch
	patches.suse/iwlwifi-pcie-adjust-to-Bz-completion-descriptor.patch
	patches.suse/iwlwifi-pcie-Adapt-rx-queue-write-pointer-for-Bz-fam.patch
	patches.suse/iwlwifi-drv-load-tlv-debug-data-earlier.patch
	patches.suse/iwlwifi-eeprom-clean-up-macros.patch
	patches.suse/iwlwifi-remove-unused-macros.patch
	patches.suse/iwlwifi-debugfs-remove-useless-double-condition.patch
	patches.suse/iwlwifi-mvm-Unify-the-scan-iteration-functions.patch
	patches.suse/iwlwifi-bump-FW-API-to-70-for-AX-devices.patch
	patches.suse/iwlwifi-mvm-Consider-P2P-GO-operation-during-scan.patch
	patches.suse/iwlwifi-mvm-rfi-handle-deactivation-notification.patch
	patches.suse/iwlwifi-don-t-dump_stack-when-we-get-an-unexpected-i.patch
	patches.suse/iwlwifi-mvm-don-t-send-BAID-removal-to-the-FW-during.patch
	patches.suse/iwlwifi-mvm-add-additional-info-for-boot-info-failur.patch
	patches.suse/iwlwifi-mvm-Disable-WiFi-bands-selectively-with-BIOS.patch
	patches.suse/iwlwifi-mvm-refactor-setting-PPE-thresholds-in-STA_H.patch
	patches.suse/iwlwifi-mvm-make-iwl_mvm_reconfig_scd-static.patch
	patches.suse/iwlwifi-mvm-always-remove-the-session-protection-aft.patch
	patches.suse/iwlwifi-mvm-add-additional-info-for-boot-info-failur-f2f17ca08d8f.patch
	patches.suse/iwlwifi-fix-small-doc-mistake-for-iwl_fw_ini_addr_va.patch
	patches.suse/iwlwifi-make-iwl_txq_dyn_alloc_dma-return-the-txq.patch
	patches.suse/iwlwifi-remove-command-ID-argument-from-queue-alloca.patch
	patches.suse/iwlwifi-mvm-remove-iwl_mvm_disable_txq-flags-argumen.patch
	patches.suse/iwlwifi-tlc-Add-logs-in-rs_fw_rate_init-func-to-prin.patch
	patches.suse/iwlwifi-pcie-iwlwifi-fix-device-id-7F70-struct.patch
	patches.suse/iwlwifi-yoyo-support-dump-policy-for-the-dump-size.patch
	patches.suse/iwlwifi-support-new-queue-allocation-command.patch
	patches.suse/iwlwifi-api-remove-ttl-field-from-TX-command.patch
	patches.suse/iwlwifi-mvm-update-BAID-allocation-command-again.patch
	patches.suse/iwlwifi-mvm-move-only-to-an-enabled-channel.patch
	patches.suse/iwlwifi-yoyo-send-hcmd-to-fw-after-dump-collection-c.patch
	patches.suse/iwlwifi-mvm-fix-off-by-one-in-iwl_mvm_stat_iterator_.patch
	patches.suse/iwlwifi-Make-use-of-the-helper-macro-LIST_HEAD.patch
	patches.suse/iwlwifi-fw-use-struct_size-over-open-coded-arithmeti.patch
	patches.suse/iwlwifi-dvm-use-struct_size-over-open-coded-arithmet.patch
	patches.suse/iwlwifi-Fix-syntax-errors-in-comments.patch
	patches.suse/iwlwifi-mvm-rfi-use-kmemdup-to-replace-kzalloc-memcp.patch
	patches.suse/iwlwifi-Fix-EIO-error-code-that-is-never-returned.patch
	patches.suse/iwlwifi-mvm-Fix-an-error-code-in-iwl_mvm_up.patch
	patches.suse/iwlwifi-dbg_ini-Split-memcpy-to-avoid-multi-field-wr.patch
	patches.suse/mt76-mt7915-fix-injected-MPDU-transmission-to-not-us.patch
	patches.suse/mt76-mt7615-Fix-assigning-negative-values-to-unsigne.patch
	patches.suse/ath11k-fix-kernel-panic-during-unload-load-ath11k-mo.patch
	patches.suse/ath11k-pci-fix-crash-on-suspend-if-board-file-is-not.patch
	patches.suse/ath11k-mhi-use-mhi_sync_power_up.patch
	patches.suse/wcn36xx-Differentiate-wcn3660-from-wcn3620.patch
	patches.suse/carl9170-fix-missing-bit-wise-or-operator-for-tx_par.patch
	patches.suse/iwlwifi-bump-FW-API-to-71-for-AX-devices.patch
	patches.suse/iwlwifi-mvm-add-a-flag-to-reduce-power-command.patch
	patches.suse/iwlwifi-Configure-FW-debug-preset-via-module-param.patch
	patches.suse/iwlwifi-mvm-remove-cipher-scheme-support.patch
	patches.suse/iwlwifi-yoyo-disable-IMR-DRAM-region-if-IMR-is-disab.patch
	patches.suse/iwlwifi-mvm-add-support-for-IMR-based-on-platform.patch
	patches.suse/iwlwifi-yoyo-dump-IMR-DRAM-only-for-HW-and-FW-error.patch
	patches.suse/iwlwifi-pcie-fix-SW-error-MSI-X-mapping.patch
	patches.suse/iwlwifi-use-4k-queue-size-for-Bz-A-step.patch
	patches.suse/iwlwifi-dbg-in-sync-mode-don-t-call-schedule.patch
	patches.suse/iwlwifi-dbg-check-trigger-data-before-access.patch
	patches.suse/iwlwifi-acpi-move-ppag-code-from-mvm-to-fw-acpi.patch
	patches.suse/iwlwifi-bump-FW-API-to-72-for-AX-devices.patch
	patches.suse/Revert-ath-add-support-for-special-0x0-regulatory-do.patch
	patches.suse/ath10k-Fix-error-handling-in-ath10k_setup_msa_resour.patch
	patches.suse/mac80211-fix-potential-double-free-on-mesh-join.patch
	patches.suse/msft-hv-2552-net-netvsc-remove-break-after-return.patch
	patches.suse/gtp-Allow-to-create-GTP-device-without-FDs.patch
	patches.suse/gtp-Implement-GTP-echo-response.patch
	patches.suse/gtp-Implement-GTP-echo-request.patch
	patches.suse/net-sched-Allow-flower-to-match-on-GTP-options.patch
	patches.suse/gtp-Add-support-for-checking-GTP-device-type.patch
	patches.suse/ice-Fix-FV-offset-searching.patch
	patches.suse/ice-Support-GTP-U-and-GTP-C-offload-in-switchdev.patch
	patches.suse/net-mlx4_en-use-kzalloc.patch
	patches.suse/net-mlx5e-Fix-use-after-free-in-mlx5e_stats_grp_sw_u.patch
	patches.suse/net-mlx5-Support-GRE-conntrack-offload.patch
	patches.suse/ice-rename-ice_sriov.c-to-ice_vf_mbx.c.patch
	patches.suse/ice-rename-ice_virtchnl_pf.c-to-ice_sriov.c.patch
	patches.suse/ice-remove-circular-header-dependencies-on-ice.h.patch
	patches.suse/ice-convert-vf-vc_ops-to-a-const-pointer.patch
	patches.suse/ice-remove-unused-definitions-from-ice_sriov.h.patch
	patches.suse/ice-rename-ICE_MAX_VF_COUNT-to-avoid-confusion.patch
	patches.suse/ice-refactor-spoofchk-control-code-in-ice_sriov.c.patch
	patches.suse/ice-move-ice_set_vf_port_vlan-near-other-.ndo-ops.patch
	patches.suse/ice-cleanup-error-logging-for-ice_ena_vfs.patch
	patches.suse/ice-log-an-error-message-when-eswitch-fails-to-confi.patch
	patches.suse/ice-use-ice_is_vf_trusted-helper-function.patch
	patches.suse/ice-introduce-ice_vf_lib.c-ice_vf_lib.h-and-ice_vf_l.patch
	patches.suse/ice-fix-incorrect-dev_dbg-print-mistaking-i-for-vf-v.patch
	patches.suse/ice-introduce-VF-operations-structure-for-reset-flow.patch
	patches.suse/ice-fix-a-long-line-warning-in-ice_reset_vf.patch
	patches.suse/ice-move-reset-functionality-into-ice_vf_lib.c.patch
	patches.suse/ice-drop-is_vflr-parameter-from-ice_reset_all_vfs.patch
	patches.suse/ice-make-ice_reset_all_vfs-void.patch
	patches.suse/ice-convert-ice_reset_vf-to-standard-error-codes.patch
	patches.suse/ice-convert-ice_reset_vf-to-take-flags.patch
	patches.suse/ice-introduce-ICE_VF_RESET_NOTIFY-flag.patch
	patches.suse/ice-introduce-ICE_VF_RESET_LOCK-flag.patch
	patches.suse/ice-cleanup-long-lines-in-ice_sriov.c.patch
	patches.suse/ice-introduce-ice_virtchnl.c-and-ice_virtchnl.h.patch
	patches.suse/ice-remove-PF-pointer-from-ice_check_vf_init.patch
	patches.suse/devlink-expose-instance-locking-and-add-locked-port-.patch
	patches.suse/eth-nfp-wrap-locking-assertions-in-helpers.patch
	patches.suse/eth-nfp-replace-driver-s-pf-lock-with-devlink-instan.patch
	patches.suse/eth-mlxsw-switch-to-explicit-locking-for-port-regist.patch
	patches.suse/devlink-hold-the-instance-lock-in-port_split-port_un.patch
	patches.suse/devlink-pass-devlink_port-to-port_split-port_unsplit.patch
	patches.suse/can-isotp-return-EADDRNOTAVAIL-when-reading-from-unb.patch
	patches.suse/can-isotp-support-MSG_TRUNC-flag-when-reading-from-s.patch
	patches.suse/bareudp-use-ipv6_mod_enabled-to-check-if-IPv6-enable.patch
	patches.suse/net-sched-add-vlan-push_eth-and-pop_eth-action-to-th.patch
	patches.suse/net-mlx5e-MPLSoUDP-decap-use-vlan-push_eth-instead-o.patch
	patches.suse/net-mlx5e-MPLSoUDP-encap-support-action-vlan-pop_eth.patch
	patches.suse/net-stmmac-clean-up-impossible-condition.patch
	patches.suse/bnx2x-use-correct-format-characters.patch
	patches.suse/gtp-Fix-inconsistent-indenting.patch
	patches.suse/ice-Fix-inconsistent-indenting-in-ice_switch.patch
	patches.suse/ice-fix-return-value-check-in-ice_gnss.c.patch
	patches.suse/ice-add-trace-events-for-tx-timestamps.patch
	patches.suse/net-mlx5e-Validate-MTU-when-building-non-linear-lega.patch
	patches.suse/net-mlx5e-Add-headroom-only-to-the-first-fragment-in.patch
	patches.suse/net-mlx5e-Build-SKB-in-place-over-the-first-fragment.patch
	patches.suse/net-mlx5e-RX-Test-the-XDP-program-existence-out-of-t.patch
	patches.suse/net-mlx5e-Drop-the-len-output-parameter-from-mlx5e_x.patch
	patches.suse/net-mlx5e-Drop-cqe_bcnt32-from-mlx5e_skb_from_cqe_mp.patch
	patches.suse/net-mlx5-DR-Adjust-structure-member-to-reduce-memory.patch
	patches.suse/net-mlx5-DR-Remove-mr_addr-rkey-from-struct-mlx5dr_i.patch
	patches.suse/net-mlx5-DR-Remove-icm_addr-from-mlx5dr_icm_chunk-to.patch
	patches.suse/net-mlx5-DR-Remove-num_of_entries-byte_size-from-str.patch
	patches.suse/net-mlx5-DR-Remove-4-members-from-mlx5dr_ste_htbl-to.patch
	patches.suse/net-mlx5-DR-Remove-hw_ste-from-mlx5dr_ste-to-reduce-.patch
	patches.suse/net-mlx5-CT-Remove-extra-rhashtable-remove-on-tuple-.patch
	patches.suse/net-mlx5-Remove-unused-exported-contiguous-coherent-.patch
	patches.suse/net-mlx5-Remove-unused-fill-page-array-API-function.patch
	patches.suse/mt76-mt7921-fix-mt7921_queues_acq-implementation.patch
	patches.suse/mt76-fix-monitor-mode-crash-with-sdio-driver.patch
	patches.suse/rfkill-make-new-event-layout-opt-in.patch
	patches.suse/Bluetooth-btusb-Add-missing-Chicony-device-for-Realt.patch
	patches.suse/Bluetooth-Fix-use-after-free-in-hci_send_acl.patch
	patches.suse/Bluetooth-call-hci_le_conn_failed-with-hdev-lock-in-.patch
	patches.suse/Bluetooth-btmtksdio-Fix-kernel-oops-in-btmtksdio_int.patch
	patches.suse/i40e-little-endian-only-valid-checksums.patch
	patches.suse/igb-zero-hwtstamp-by-default.patch
	patches.suse/xfrm-delete-duplicated-functions-that-calls-same-xfr.patch
	patches.suse/net-mlx5e-Prepare-non-linear-legacy-RQ-for-XDP-multi.patch
	patches.suse/net-mlx5e-Use-fragments-of-the-same-size-in-non-line.patch
	patches.suse/net-mlx5e-Use-page-sized-fragments-with-XDP-multi-bu.patch
	patches.suse/net-mlx5e-Add-XDP-multi-buffer-support-to-the-non-li.patch
	patches.suse/net-mlx5e-Store-DMA-address-inside-struct-page.patch
	patches.suse/net-mlx5e-Move-mlx5e_xdpi_fifo_push-out-of-xmit_xdp_.patch
	patches.suse/net-mlx5e-Remove-assignment-of-inline_hdr.sz-on-XDP-.patch
	patches.suse/net-mlx5e-Don-t-prefill-WQEs-in-XDP-SQ-in-the-multi-.patch
	patches.suse/net-mlx5e-Implement-sending-multi-buffer-XDP-frames.patch
	patches.suse/net-mlx5e-Unindent-the-else-block-in-mlx5e_xmit_xdp_.patch
	patches.suse/net-mlx5e-Support-multi-buffer-XDP_TX.patch
	patches.suse/net-mlx5e-Permit-XDP-with-non-linear-legacy-RQ.patch
	patches.suse/net-mlx5e-Remove-MLX5E_XDP_TX_DS_COUNT.patch
	patches.suse/net-mlx5e-Statify-function-mlx5_cmd_trigger_completi.patch
	patches.suse/net-mlx5e-HTB-remove-unused-function-declaration.patch
	patches.suse/qed-remove-unnecessary-memset-in-qed_init_fw_funcs.patch
	patches.suse/bnxt-use-the-devlink-instance-lock-to-protect-sriov.patch
	patches.suse/devlink-add-explicitly-locked-flavor-of-the-rate-nod.patch
	patches.suse/netdevsim-replace-port_list_lock-with-devlink-instan.patch
	patches.suse/netdevsim-replace-vfs_lock-with-devlink-instance-loc.patch
	patches.suse/devlink-hold-the-instance-lock-during-eswitch_mode-c.patch
	patches.suse/bnx2x-truncate-value-to-original-sizing.patch
	patches.suse/bpf-Add-check_func_arg_reg_off-function.patch
	patches.suse/bpf-Fix-PTR_TO_BTF_ID-var_off-check.patch
	patches.suse/bpf-Disallow-negative-offset-in-check_ptr_off_reg.patch
	patches.suse/bpf-Fix-comment-for-helper-bpf_current_task_under_cg.patch
	patches.suse/net-veth-Account-total-xdp_frame-len-running-ndo_xdp.patch
	patches.suse/iwlwifi-mvm-Don-t-fail-if-PPAG-isn-t-supported.patch
	patches.suse/net-mlx5e-Fix-build-warning-detected-write-beyond-si.patch
	patches.suse/drivers-net-xgene-Fix-regression-in-CRC-stripping.patch
	patches.suse/llc-fix-netdevice-reference-leaks-in-llc_ui_bind.patch
	patches.suse/netfilter-nf_tables-validate-registers-coming-from-u.patch
	patches.suse/netfilter-nf_tables-initialize-registers-in-nft_do_c.patch
	patches.suse/ibmvnic-fix-race-between-xmit-and-reset.patch
	patches.suse/ax25-Fix-refcount-leaks-caused-by-ax25_cb_del.patch
	patches.suse/ax25-Fix-NULL-pointer-dereferences-in-ax25-timers.patch
	patches.suse/net-bcmgenet-Use-stronger-register-read-writes-to-as.patch
	patches.suse/openvswitch-always-update-flow-key-after-nat.patch
	patches.suse/ice-fix-scheduling-while-atomic-on-aux-critical-err-.patch
	patches.suse/ice-don-t-allow-to-run-ice_send_event_to_aux-in-atom.patch
	patches.suse/bitfield-add-explicit-inclusions-to-the-example.patch
	patches.suse/lib-bitmap-fix-many-kernel-doc-warnings.patch
	patches.suse/init-main.c-return-1-from-handled-__setup-functions.patch
	patches.suse/minix-fix-bug-when-opening-a-file-with-O_DIRECT.patch
	patches.suse/docs-sysctl-kernel-add-missing-bit-to-panic_print.patch
	patches.suse/0008-drm-bridge-sn65dsi83-Fix-an-error-handling-path-in-s.patch
	patches.suse/drm-meson-osd_afbcd-Add-an-exit-callback-to-struct-m.patch
	patches.suse/drm-meson-Fix-error-handling-when-afbcd.ops-init-fai.patch
	patches.suse/drm-bridge-Fix-free-wrong-object-in-sii8620_init_rcp.patch
	patches.suse/drm-bridge-Add-missing-pm_runtime_disable-in-__dw_mi.patch
	patches.suse/drm-bridge-nwl-dsi-Fix-PM-disable-depth-imbalance-in.patch
	patches.suse/0001-drm-ast-Enable-the-supporting-of-wide-screen-on-AST2.patch
	patches.suse/drm-bridge-adv7511-Fix-ADV7535-HPD-enablement.patch
	patches.suse/drm-v3d-v3d_drv-Check-for-error-num-after-setting-ma.patch
	patches.suse/drm-doc-overview-before-functions-for-drm_writeback..patch
	patches.suse/drm-panfrost-Check-for-error-num-after-setting-mask.patch
	patches.suse/drm-bridge-fix-unmet-dependency-on-DRM_KMS_HELPER-fo.patch
	patches.suse/udmabuf-validate-ubuf-pagecount.patch
	patches.suse/drm-virtio-Ensure-that-objs-is-not-NULL-in-virtio_gp.patch
	patches.suse/mgag200-fix-memmapsl-configuration-in-GCTL6-register.patch
	patches.suse/0001-drm-ast-Create-threshold-values-for-AST2600.patch
	patches.suse/drm-selftests-test-drm_dp_mst_helper-Fix-memory-leak.patch
	patches.suse/drm-edid-Don-t-clear-formats-if-using-deep-color.patch
	patches.suse/0001-drm-connector-Fix-typo-in-output-format.patch
	patches.suse/drm-nouveau-acr-Fix-undefined-behavior-in-nvkm_acr_h.patch
	patches.suse/drm-Add-orientation-quirk-for-GPD-Win-Max.patch
	patches.suse/drm-amd-display-Add-signal-type-check-when-verify-st.patch
	patches.suse/drm-amdgpu-suppress-the-warning-about-enum-value-AMD.patch
	patches.suse/drm-amd-amdgpu-amdgpu_cs-fix-refcount-leak-of-a-dma_.patch
	patches.suse/drm-amd-display-Fix-memory-leak.patch
	patches.suse/drm-amd-display-Use-PSR-version-selected-during-set_.patch
	patches.suse/drm-amd-display-Fix-a-NULL-pointer-dereference-in-am.patch
	patches.suse/drm-amd-pm-return-ENOTSUPP-if-there-is-no-get_dpm_ul.patch
	patches.suse/drm-amdkfd-Don-t-take-process-mutex-for-svm-ioctls.patch
	patches.suse/drm-amdgpu-Fix-recursive-locking-warning.patch
	patches.suse/drm-amdgpu-display-change-pipe-policy-for-DCN-2.0.patch
	patches.suse/drm-amd-pm-enable-pm-sysfs-write-for-one-VF-mode.patch
	patches.suse/drm-amd-display-Add-affected-crtcs-to-atomic-state-f.patch
	patches.suse/0011-drm-amdgpu-fix-amdgpu_ras_block_late_init-error-hand.patch
	patches.suse/drm-i915-ttm-ensure-we-unmap-when-purging.patch
	patches.suse/drm-i915-Fix-a-race-between-vma-object-destruction-a.patch
	patches.suse/drm-i915-dg2-Add-Wa_22011100796.patch
	patches.suse/drm-bridge-Add-missing-pm_runtime_put_sync.patch
	patches.suse/drm-fb-helper-Mark-screen-buffers-in-system-memory-w.patch
	patches.suse/drm-nouveau-backlight-Just-set-all-backlight-types-a.patch
	patches.suse/drm-bridge-dw-hdmi-use-safe-format-when-first-in-bri.patch
	patches.suse/drm-syncobj-flatten-dma_fence_chains-on-transfer.patch
	patches.suse/drm-bridge-anx7625-Fix-overflow-issue-on-reading-EDI.patch
	patches.suse/drm-mediatek-Allow-commands-to-be-sent-during-video-.patch
	patches.suse/drm-amdkfd-make-CRAT-table-missing-message-informati.patch
	patches.suse/drm-amd-display-Remove-vupdate_int_entry-definition.patch
	patches.suse/drm-tegra-Fix-reference-leak-in-tegra_dsi_ganged_pro.patch
	patches.suse/gpu-host1x-Fix-a-memory-leak-in-host1x_remove.patch
	patches.suse/drm-simpledrm-Add-panel-orientation-property-on-non-.patch
	patches.suse/0014-drm-dp-Fix-OOB-read-when-handling-Post-Cursor2-regis.patch
	patches.suse/drm-bridge-cdns-dsi-Make-sure-to-to-create-proper-al.patch
	patches.suse/drm-msm-dpu-add-DSPP-blocks-teardown.patch
	patches.suse/drm-msm-dpu-fix-dp-audio-condition.patch
	patches.suse/0015-drm-msm-dp-do-not-initialize-phy-until-plugin-interr.patch
	patches.suse/drm-msm-dp-populate-connector-of-struct-dp_panel.patch
	patches.suse/drm-msm-dp-stop-link-training-after-link-training-2-.patch
	patches.suse/drm-msm-dp-always-add-fail-safe-mode-into-connector-.patch
	patches.suse/drm-msm-dsi-Use-ref-fw-clock-instead-of-global-name-.patch
	patches.suse/drm-msm-dsi-Remove-spurious-IRQF_ONESHOT-flag.patch
	patches.suse/drm-msm-Avoid-dirtyfb-stalls-on-video-mode-displays-.patch
	patches.suse/drm-msm-a6xx-Fix-missing-ARRAY_SIZE-check.patch
	patches.suse/drm-msm-Fix-dirtyfb-refcounting.patch
	patches.suse/drm-i915-gem-add-missing-boundary-check-in-vm_access.patch
	patches.suse/drm-i915-display-Fix-HPD-short-pulse-handling-for-eD.patch
	patches.suse/drm-amd-display-Add-pstate-verification-and-recovery.patch
	patches.suse/xfs-use-setattr_copy-to-set-vfs-inode-attributes.patch
	patches.suse/RDMA-core-Set-MR-type-in-ib_reg_user_mr.patch
	patches.suse/RDMA-mlx5-Delete-get_num_static_uars-function.patch
	patches.suse/RDMA-mlx5-Delete-useless-module.h-include.patch
	patches.suse/RDMA-mlx4-Delete-useless-module.h-include.patch
	patches.suse/RDMA-mlx4-remove-redundant-assignment-to-variable-nr.patch
	patches.suse/RDMA-rxe-Check-the-last-packet-by-RXE_END_MASK.patch
	patches.suse/RDMA-irdma-Refactor-DCB-bits-in-prep-for-DSCP-suppor.patch
	patches.suse/RDMA-irdma-Add-support-for-DSCP.patch
	patches.suse/IB-cma-Allow-XRC-INI-QPs-to-set-their-local-ACK-time.patch
	patches.suse/RDMA-mlx5-Remove-redundant-work-in-struct-mlx5_cache.patch
	patches.suse/RDMA-mlx5-Fix-the-flow-of-a-miss-in-the-allocation-o.patch
	patches.suse/RDMA-mlx5-Merge-similar-flows-of-allocating-MR-from-.patch
	patches.suse/RDMA-mlx5-Store-ndescs-instead-of-the-translation-ta.patch
	patches.suse/RDMA-mlx5-Reorder-calls-to-pcie_relaxed_ordering_ena.patch
	patches.suse/RDMA-irdma-Remove-enum-irdma_status_code.patch
	patches.suse/RDMA-irdma-Propagate-error-codes.patch
	patches.suse/RDMA-irdma-Remove-excess-error-variables.patch
	patches.suse/RDMA-irdma-Use-net_type-to-check-network-type.patch
	patches.suse/RDMA-irdma-Remove-the-unnecessary-variable-saddr.patch
	patches.suse/RDMA-irdma-Move-union-irdma_sockaddr-to-header-file.patch
	patches.suse/RDMA-irdma-Make-irdma_create_mg_ctx-return-a-void.patch
	patches.suse/RDMA-irdma-Fix-netdev-notifications-for-vlan-s.patch
	patches.suse/RDMA-irdma-Fix-Passthrough-mode-in-VM.patch
	patches.suse/RDMA-irdma-Remove-incorrect-masking-of-PD.patch
	patches.suse/IB-hfi1-Allow-larger-MTU-without-AIP.patch
	patches.suse/RDMA-core-Fix-ib_qp_usecnt_dec-called-when-error.patch
	patches.suse/RDMA-irdma-Prevent-some-integer-underflows.patch
	patches.suse/RDMA-rxe-Change-variable-and-function-argument-to-pr.patch
	patches.suse/Revert-RDMA-core-Fix-ib_qp_usecnt_dec-called-when-er.patch
	patches.suse/RDMA-mlx5-Fix-memory-leak-in-error-flow-for-subscrib.patch
	patches.suse/RDMA-irdma-Add-support-for-address-handle-re-use.patch
	patches.suse/RDMA-rxe-Fix-ref-error-in-rxe_av.c.patch
	patches.suse/RDMA-nldev-Prevent-underflow-in-nldev_stat_set_count.patch
	patches.suse/0004-dm-fix-use-after-free-in-dm_cleanup_zoned_dev.patch
	patches.suse/0005-dm-crypt-fix-get_key_size-compiler-warning-if-CONFIG.patch
	patches.suse/scsi-qla2xxx-Refactor-asynchronous-command-initializ.patch
	patches.suse/scsi-qla2xxx-Implement-ref-count-for-SRB.patch
	patches.suse/scsi-qla2xxx-Fix-stuck-session-in-gpdb.patch
	patches.suse/scsi-qla2xxx-Fix-warning-message-due-to-adisc-being-.patch
	patches.suse/scsi-qla2xxx-Fix-premature-hw-access-after-PCI-error.patch
	patches.suse/scsi-qla2xxx-Fix-scheduling-while-atomic.patch
	patches.suse/scsi-qla2xxx-Add-retry-for-exec-firmware.patch
	patches.suse/scsi-qla2xxx-Fix-wrong-FDMI-data-for-64G-adapter.patch
	patches.suse/scsi-qla2xxx-Add-ql2xnvme_queues-module-param-to-con.patch
	patches.suse/scsi-qla2xxx-Fix-device-reconnect-in-loop-topology.patch
	patches.suse/scsi-qla2xxx-Fix-warning-for-missing-error-code.patch
	patches.suse/scsi-qla2xxx-edif-Fix-clang-warning.patch
	patches.suse/scsi-qla2xxx-Fix-T10-PI-tag-escape-and-IP-guard-opti.patch
	patches.suse/scsi-qla2xxx-Suppress-a-kernel-complaint-in-qla_crea.patch
	patches.suse/scsi-qla2xxx-Add-devids-and-conditionals-for-28xx.patch
	patches.suse/scsi-qla2xxx-Check-for-firmware-dump-already-collect.patch
	patches.suse/scsi-qla2xxx-Update-version-to-10.02.07.300-k.patch
	patches.suse/scsi-lpfc-Remove-redundant-flush_workqueue-call.patch
	patches.suse/scsi-smartpqi-Add-PCI-IDs
	patches.suse/scsi-qla2xxx-Add-qla2x00_async_done-for-async-routin.patch
	patches.suse/scsi-qla2xxx-Remove-unused-qla_sess_op_cmd_list-from.patch
	patches.suse/scsi-fnic-Fix-a-tracing-statement.patch
	patches.suse/scsi-qla2xxx-Stop-using-the-SCSI-pointer.patch
	patches.suse/scsi-qla2xxx-Use-named-initializers-for-port_-d-stat.patch
	patches.suse/scsi-qla2xxx-Use-named-initializers-for-q_dev_state.patch
	patches.suse/scsi-libsas-Fix-sas_ata_qc_issue-handling-of-NCQ-NON-DATA-commands.patch
	patches.suse/scsi-pm8001-Fix-command-initialization-in-pm80XX_send_read_log.patch
	patches.suse/scsi-pm8001-Fix-command-initialization-in-pm8001_chip_ssp_tm_req.patch
	patches.suse/scsi-pm8001-Fix-payload-initialization-in-pm80xx_set_thermal_config.patch
	patches.suse/scsi-pm8001-Fix-le32-values-handling-in-pm80xx_set_sas_protocol_timer_config.patch
	patches.suse/scsi-pm8001-Fix-payload-initialization-in-pm80xx_encrypt_update.patch
	patches.suse/scsi-pm8001-Fix-le32-values-handling-in-pm80xx_chip_ssp_io_req.patch
	patches.suse/scsi-pm8001-Fix-le32-values-handling-in-pm80xx_chip_sata_req.patch
	patches.suse/scsi-pm8001-Fix-NCQ-NON-DATA-command-task-initialization.patch
	patches.suse/scsi-pm8001-Fix-NCQ-NON-DATA-command-completion-handling.patch
	patches.suse/scsi-pm8001-Fix-abort-all-task-initialization.patch
	patches.suse/scsi-hisi_sas-Change-permission-of-parameter-prot_mask.patch
	patches.suse/scsi-hisi_sas-Limit-users-changing-debugfs-BIST-count-value.patch
	patches.suse/scsi-scsi_transport_fc-Fix-FPIN-Link-Integrity-statistics-counters.patch
	patches.suse/scsi-lpfc-Kill-lpfc_bus_reset_handler.patch
	patches.suse/scsi-lpfc-Drop-lpfc_no_handler.patch
	patches.suse/scsi-lpfc-Use-fc_block_rport.patch
	patches.suse/scsi-lpfc-Use-rport-as-argument-for-lpfc_send_taskmg.patch
	patches.suse/scsi-lpfc-Use-rport-as-argument-for-lpfc_chk_tgt_map.patch
	patches.suse/scsi-core-sd-Add-silence_suspend-flag-to-suppress-some-PM-messages.patch
	patches.suse/scsi-ufs-Fix-runtime-PM-messages-never-ending-cycle.patch
	patches.suse/scsi-mpt3sas-Fix-incorrect-4GB-boundary-check.patch
	patches.suse/scsi-ufs-core-scsi_get_lba-error-fix.patch
	patches.suse/scsi-lpfc-Remove-failing-soft_wwn-support.patch
	patches.suse/scsi-iscsi-Add-helper-functions-to-manage-iscsi_cls_conn.patch
	patches.suse/scsi-libiscsi-Add-iscsi_cls_conn-to-sysfs-after-initialization.patch
	patches.suse/scsi-libiscsi-Teardown-iscsi_cls_conn-gracefully.patch
	patches.suse/scsi-qla2xxx-Fix-incorrect-reporting-of-task-managem.patch
	patches.suse/scsi-qla2xxx-Fix-disk-failure-to-rediscover.patch
	patches.suse/scsi-qla2xxx-Fix-loss-of-NVMe-namespaces-after-drive.patch
	patches.suse/scsi-qla2xxx-Fix-missed-DMA-unmap-for-NVMe-ls-reques.patch
	patches.suse/scsi-qla2xxx-Fix-crash-during-module-load-unload-tes.patch
	patches.suse/scsi-qla2xxx-Fix-N2N-inconsistent-PLOGI.patch
	patches.suse/scsi-qla2xxx-Fix-hang-due-to-session-stuck.patch
	patches.suse/scsi-qla2xxx-Fix-laggy-FC-remote-port-session-recove.patch
	patches.suse/scsi-qla2xxx-Reduce-false-trigger-to-login.patch
	patches.suse/scsi-qla2xxx-Fix-stuck-session-of-PRLI-reject.patch
	patches.suse/scsi-qla2xxx-Use-correct-feature-type-field-during-R.patch
	patches.suse/scsi-qla2xxx-Increase-max-limit-of-ql2xnvme_queues.patch
	patches.suse/scsi-qla2xxx-Update-version-to-10.02.07.400-k.patch
	patches.suse/scsi-lpfc-Fix-typos-in-comments.patch
	patches.suse/scsi-qla2xxx-Fix-typos-in-comments.patch
	patches.suse/scsi-lpfc-Use-kcalloc.patch
	patches.suse/scsi-lpfc-SLI-path-split-Refactor-lpfc_iocbq.patch
	patches.suse/scsi-lpfc-SLI-path-split-Refactor-fast-and-slow-path.patch
	patches.suse/scsi-lpfc-SLI-path-split-Introduce-lpfc_prep_wqe.patch
	patches.suse/scsi-lpfc-SLI-path-split-Refactor-base-ELS-paths-and.patch
	patches.suse/scsi-lpfc-SLI-path-split-Refactor-PLOGI-PRLI-ADISC-L.patch
	patches.suse/scsi-lpfc-SLI-path-split-Refactor-the-RSCN-SCR-RDF-E.patch
	patches.suse/scsi-lpfc-SLI-path-split-Refactor-LS_ACC-paths.patch
	patches.suse/scsi-lpfc-SLI-path-split-Refactor-LS_RJT-paths.patch
	patches.suse/scsi-lpfc-SLI-path-split-Refactor-FDISC-paths.patch
	patches.suse/scsi-lpfc-SLI-path-split-Refactor-VMID-paths.patch
	patches.suse/scsi-lpfc-SLI-path-split-Refactor-misc-ELS-paths.patch
	patches.suse/scsi-lpfc-SLI-path-split-Refactor-CT-paths.patch
	patches.suse/scsi-lpfc-SLI-path-split-Refactor-SCSI-paths.patch
	patches.suse/scsi-lpfc-SLI-path-split-Refactor-Abort-paths.patch
	patches.suse/scsi-lpfc-SLI-path-split-Refactor-BSG-paths.patch
	patches.suse/scsi-lpfc-Update-lpfc-version-to-14.2.0.0.patch
	patches.suse/scsi-lpfc-Copyright-updates-for-14.2.0.0-patches.patch
	patches.suse/iommu-ipmmu-vmsa-Check-for-error-num-after-setting-mask
	patches.suse/iommu-iova-Improve-32-bit-free-space-estimate
	patches.suse/iommu-vt-d-Remove-intel_iommu-domains
	patches.suse/powerpc-xive-Export-XIVE-IPI-information-for-online-.patch
	patches.suse/powerpc-add-link-stack-flush-mitigation-status-in-de.patch
	patches.suse/powerpc-pseries-read-the-lpar-name-from-the-firmware.patch
	patches.suse/powerpc-64-Move-paca-allocation-later-in-boot.patch
	patches.suse/rpadlpar_io-Add-MODULE_DESCRIPTION-entries-to-kernel.patch
	patches.suse/powerpc-perf-Don-t-use-perf_hw_context-for-trace-IMC.patch
	patches.suse/powerpc-xive-Add-some-error-handling-code-to-xive_sp.patch
	patches.suse/powerpc-Set-crashkernel-offset-to-mid-of-RMA-region.patch
	patches.suse/powerpc-vdso-Remove-cvdso_call_time-macro.patch
	patches.suse/powerpc-64s-hash-Make-hash-faults-work-in-NMI-contex.patch
	patches.suse/powerpc-fadump-register-for-fadump-as-early-as-possi.patch
	patches.suse/powerpc-mm-numa-skip-NUMA_NO_NODE-onlining-in-parse_.patch
	patches.suse/powerpc-lib-sstep-Fix-sthcx-instruction.patch
	patches.suse/KVM-PPC-Fix-vmx-vsx-mixup-in-mmio-emulation.patch
	patches.suse/KVM-PPC-Book3S-HV-Check-return-value-of-kvmppc_radix.patch
	patches.suse/powerpc-pseries-vas-Use-common-names-in-VAS-capabili.patch
	patches.suse/powerpc-pseries-vas-Save-PID-in-pseries_vas_window-s.patch
	patches.suse/powerpc-vas-Add-paste-address-mmap-fault-handler.patch
	patches.suse/powerpc-vas-Return-paste-instruction-failure-if-no-a.patch
	patches.suse/powerpc-vas-Map-paste-address-only-if-window-is-acti.patch
	patches.suse/powerpc-pseries-vas-Close-windows-with-DLPAR-core-re.patch
	patches.suse/powerpc-pseries-vas-Reopen-windows-with-DLPAR-core-a.patch
	patches.suse/powerpc-pseries-vas-sysfs-interface-to-export-capabi.patch
	patches.suse/powerpc-pseries-vas-Add-update_total_credits-entry-f.patch
	patches.suse/powerpc-pseries-vas-Define-global-hv_cop_caps-struct.patch
	patches.suse/powerpc-pseries-vas-Modify-reconfig-open-close-funct.patch
	patches.suse/powerpc-pseries-vas-Add-VAS-migration-handler.patch
	patches.suse/powerpc-sysdev-fix-incorrect-use-to-determine-if-lis.patch
	patches.suse/powerpc-64s-Don-t-use-DSISR-for-SLB-faults.patch
	patches.suse/powerpc-pseries-Parse-control-memory-access-error.patch
	patches.suse/selftests-powerpc-Add-test-for-real-address-error-ha.patch
	patches.suse/powerpc-mce-Modify-the-real-address-error-logging-me.patch
	patches.suse/powerpc-pseries-Interface-to-represent-PAPR-firmware.patch
	patches.suse/selftest-powerpc-Add-PAPR-sysfs-attributes-sniff-tes.patch
	patches.suse/powerpc-xive-fix-return-value-of-__setup-handler.patch
	patches.suse/powerpc-tm-Fix-more-userspace-r13-corruption.patch
	patches.suse/powerpc-pseries-Fix-use-after-free-in-remove_phb_dyn.patch
	patches.suse/s390-smp-sort-out-physical-vs-virtual-pointers-usage
	patches.suse/platform-surface-surface3-wmi-Simplify-resource-mana.patch
	patches.suse/platform-x86-Add-Intel-Software-Defined-Silicon-driv.patch
	patches.suse/Input-soc_button_array-add-support-for-Microsoft-Sur.patch
	patches.suse/tools-arch-x86-Add-Intel-SDSi-provisiong-tool.patch
	patches.suse/platform-x86-huawei-wmi-check-the-return-value-of-de.patch
	patches.suse/ACPI-x86-Add-support-for-LPS0-callback-handler.patch
	patches.suse/HID-intel-ish-hid-Use-dma_alloc_coherent-for-firmwar.patch
	patches.suse/HID-i2c-hid-fix-GET-SET_REPORT-for-unnumbered-report.patch
	patches.suse/PCI-pciehp-Clear-cmd_busy-bit-in-polling-mode.patch
	patches.suse/PCI-pciehp-Add-Qualcomm-quirk-for-Command-Completed-.patch
	patches.suse/PCI-Avoid-broken-MSI-on-SB600-USB-devices.patch
	patches.suse/PCI-aardvark-Replace-custom-PCIE_CORE_INT_-macros-wi.patch
	patches.suse/PCI-aardvark-Fix-reading-MSI-interrupt-number.patch
	patches.suse/PCI-aardvark-Fix-support-for-MSI-interrupts.patch
	patches.suse/PCI-aardvark-Rewrite-IRQ-code-to-chained-IRQ-handler.patch
	patches.suse/PCI-aardvark-Make-MSI-irq_chip-structures-static-dri.patch
	patches.suse/PCI-aardvark-Make-msi_domain_info-structure-a-static.patch
	patches.suse/PCI-aardvark-Use-dev_fwnode-instead-of-of_node_to_fw.patch
	patches.suse/PCI-aardvark-Refactor-unmasking-summary-MSI-interrup.patch
	patches.suse/PCI-aardvark-Add-support-for-masking-MSI-interrupts.patch
	patches.suse/PCI-aardvark-Fix-setting-MSI-address.patch
	patches.suse/PCI-aardvark-Enable-MSI-X-support.patch
	patches.suse/PCI-aardvark-Add-support-for-ERR-interrupt-on-emulat.patch
	patches.suse/PCI-aardvark-Fix-reading-PCI_EXP_RTSTA_PME-bit-on-em.patch
	patches.suse/PCI-aardvark-Optimize-writing-PCI_EXP_RTCTL_PMEIE-an.patch
	patches.suse/PCI-aardvark-Add-support-for-PME-interrupts.patch
	patches.suse/PCI-aardvark-Fix-support-for-PME-requester-on-emulat.patch
	patches.suse/PCI-aardvark-Use-separate-INTA-interrupt-for-emulate.patch
	patches.suse/PCI-aardvark-Remove-irq_mask_ack-callback-for-INTx-i.patch
	patches.suse/PCI-aardvark-Don-t-mask-irq-when-mapping.patch
	patches.suse/PCI-aardvark-Drop-__maybe_unused-from-advk_pcie_disa.patch
	patches.suse/PCI-aardvark-Update-comment-about-link-going-down-af.patch
	patches.suse/PCI-endpoint-Fix-alignment-fault-error-in-copy-tests.patch
	patches.suse/PCI-endpoint-Fix-misused-goto-label.patch
	patches.suse/PCI-fu740-Force-2.5GT-s-for-initial-device-probe.patch
	patches.suse/msft-hv-2550-PCI-hv-Avoid-the-retarget-interrupt-hypercall-in-irq.patch
	patches.suse/PCI-imx6-Allow-to-probe-when-dw_pcie_wait_for_link-f.patch
	patches.suse/power-reset-gemini-poweroff-Fix-IRQ-check-in-gemini_.patch
	patches.suse/power-supply-axp20x_battery-properly-report-current-.patch
	patches.suse/power-supply-ab8500-Fix-memory-leak-in-ab8500_fg_sys.patch
	patches.suse/power-supply-axp288-charger-Set-Vhold-to-4.4V.patch
	patches.suse/power-supply-sbs-charger-Don-t-cancel-work-that-is-n.patch
	patches.suse/power-supply-bq24190_charger-Fix-bq24190_vbus_is_ena.patch
	patches.suse/power-supply-wm8350-power-Handle-error-for-wm8350_re.patch
	patches.suse/power-supply-wm8350-power-Add-missing-free-in-free_c.patch
	patches.suse/mtd-mchp23k256-Add-SPI-ID-table.patch
	patches.suse/mtd-mchp48l640-Add-SPI-ID-table.patch
	patches.suse/dt-bindings-mtd-nand-controller-Fix-the-reg-property.patch
	patches.suse/dt-bindings-mtd-nand-controller-Fix-a-comment-in-the.patch
	patches.suse/dt-bindings-spi-mxic-The-interrupt-property-is-not-m.patch
	patches.suse/spi-mxic-Fix-the-transmit-path.patch
	patches.suse/mtd-onenand-Check-for-error-irq.patch
	patches.suse/mtd-rawnand-gpmi-fix-controller-timings-setting.patch
	patches.suse/mtd-rawnand-gpmi-validate-controller-clock-rate.patch
	patches.suse/mtd-rawnand-pl353-Set-the-nand-chip-node-as-the-flas.patch
	patches.suse/mtd-rawnand-atmel-fix-refcount-issue-in-atmel_nand_c.patch
	patches.suse/mfd-mc13xxx-Add-check-for-mc13xxx_irq_request.patch
	patches.suse/mfd-exynos-lpass-Drop-unneeded-syscon.h-include.patch
	patches.suse/mfd-asic3-Add-missing-iounmap-on-error-asic3_mfd_pro.patch
	patches.suse/drm-i915-Reject-unsupported-TMDS-rates-on-ICL.patch
	patches.suse/drm-i915-Treat-SAGV-block-time-0-as-SAGV-disabled.patch
	patches.suse/drm-i915-Fix-PSF-GV-point-mask-when-SAGV-is-not-poss.patch
	patches.suse/drm-edid-check-basic-audio-support-on-CEA-extension-.patch
	patches.suse/0016-drm-edid-fix-CEA-extension-byte-3-parsing.patch
	patches.suse/ext2-correct-max-file-size-computing.patch
	patches.suse/scripts-dtc-Call-pkg-config-POSIXly-correct.patch
	patches.suse/device-property-Add-fwnode_irq_get_byname.patch
	patches.suse/docs-firmware-guide-ACPI-Add-named-interrupt-doc.patch
	patches.suse/i2c-smbus-Use-device_-functions-instead-of-of_.patch
	patches.suse/i2c-bcm2835-Fix-the-error-handling-in-bcm2835_i2c_pr.patch
	patches.suse/kernel-resource-Introduce-request_mem_region_muxed.patch
	patches.suse/i2c-piix4-Replace-hardcoded-memory-map-size-with-a-d.patch
	patches.suse/i2c-piix4-Move-port-I-O-region-request-release-code-.patch
	patches.suse/i2c-piix4-Move-SMBus-controller-base-address-detect-.patch
	patches.suse/i2c-piix4-Move-SMBus-port-selection-into-function.patch
	patches.suse/i2c-piix4-Add-EFCH-MMIO-support-to-region-request-an.patch
	patches.suse/i2c-piix4-Add-EFCH-MMIO-support-to-SMBus-base-addres.patch
	patches.suse/i2c-piix4-Add-EFCH-MMIO-support-for-SMBus-port-selec.patch
	patches.suse/i2c-piix4-Enable-EFCH-MMIO-for-Family-17h.patch
	patches.suse/i2c-smbus-Check-for-parent-device-before-dereference.patch
	patches.suse/i2c-tegra-Add-SMBus-block-read-function.patch
	patches.suse/i2c-xiic-Make-bus-names-unique.patch
	patches.suse/i2c-meson-Fix-wrong-speed-use-from-probe.patch
	patches.suse/i2c-mux-demux-pinctrl-do-not-deactivate-a-master-tha.patch
	patches.suse/usb-gadget-tegra-xudc-Do-not-program-SPARAM.patch
	patches.suse/usb-gadget-tegra-xudc-Fix-control-endpoint-s-definit.patch
	patches.suse/usb-cdnsp-fix-cdnsp_decode_trb-function-to-properly-.patch
	patches.suse/usb-host-xhci-plat-Remove-useless-DMA-32-fallback-co.patch
	patches.suse/usb-core-Bail-out-when-port-is-stuck-in-reset-loop.patch
	patches.suse/USB-hcd-pci-Use-PCI_STD_NUM_BARS-when-checking-stand.patch
	patches.suse/usb-xhci-mtk-Use-struct_size-helper-in-create_sch_ep.patch
	patches.suse/USB-ACPI-Replace-acpi_bus_get_device.patch
	patches.suse/usb-ehci-add-pci-device-support-for-Aspeed-platforms.patch
	patches.suse/USB-usbfs-Use-a-spinlock-instead-of-atomic-accesses-.patch
	patches.suse/usb-ulpi-Add-debugfs-support.patch
	patches.suse/usb-host-xhci-mtk-Simplify-supplies-handling-with-re.patch
	patches.suse/xhci-dbc-refactor-xhci_dbc_init.patch
	patches.suse/xhci-dbc-create-and-remove-dbc-structure-in-dbgtty-d.patch
	patches.suse/xhci-dbc-Rename-xhci_dbc_init-and-xhci_dbc_exit.patch
	patches.suse/xhci-dbc-Don-t-call-dbc_tty_init-on-every-dbc-tty-pr.patch
	patches.suse/xhci-dbgtty-use-IDR-to-support-several-dbc-instances.patch
	patches.suse/xhci-Allocate-separate-command-structures-for-each-L.patch
	patches.suse/usb-remove-Link-Powermanagement-LPM-disable-before-p.patch
	patches.suse/usb-host-xhci-drop-redundant-checks.patch
	patches.suse/usb-xhci-fix-minmax.cocci-warnings.patch
	patches.suse/usb-dwc3-pci-Set-the-swnode-from-inside-dwc3_pci_qui.patch
	patches.suse/xhci-omit-mem-read-just-after-allocation-of-trb.patch
	patches.suse/USB-core-Update-kerneldoc-for-usb_get_dev-and-usb_ge.patch
	patches.suse/usb-Drop-commas-after-SoC-match-table-sentinels.patch
	patches.suse/usb-typec-tipd-Forward-plug-orientation-to-typec-sub.patch
	patches.suse/xhci-make-xhci_handshake-timeout-for-xhci_reset-adju.patch
	patches.suse/xhci-fix-garbage-USBSTS-being-logged-in-some-cases.patch
	patches.suse/xhci-fix-uninitialized-string-returned-by-xhci_decod.patch
	patches.suse/xhci-fix-runtime-PM-imbalance-in-USB2-resume.patch
	patches.suse/usb-host-xhci-use-ffs-in-xhci_mem_init.patch
	patches.suse/usb-host-xhci-fix-a-comment-typo-in-xhci_mem_init.patch
	patches.suse/USB-serial-simple-add-Nokia-phone-driver.patch
	patches.suse/USB-serial-pl2303-add-IBM-device-IDs.patch
	patches.suse/USB-serial-pl2303-fix-GS-type-detection.patch
	patches.suse/dt-bindings-usb-hcd-correct-usb-device-path.patch
	patches.suse/usb-dwc3-gadget-Give-some-time-to-schedule-isoc.patch
	patches.suse/usb-dwc3-omap-fix-unbalanced-disables-for-smps10_out.patch
	patches.suse/USB-storage-ums-realtek-fix-error-code-in-rts51x_rea.patch
	patches.suse/usb-common-usb-conn-gpio-Make-VBUS-supply-completely.patch
	patches.suse/xen-usb-don-t-use-arbitrary_virt_to_machine.patch
	patches.suse/usb-dwc3-gadget-ep_queue-simplify-isoc-start-conditi.patch
	patches.suse/usb-dwc3-gadget-move-cmd_endtransfer-to-extra-functi.patch
	patches.suse/usb-dwc3-gadget-Wait-for-ep0-xfers-to-complete-durin.patch
	patches.suse/xen-usb-harden-xen_hcd-against-malicious-backends.patch
	patches.suse/usb-usbip-eliminate-anonymous-module_init-module_exi.patch
	patches.suse/usb-gadget-eliminate-anonymous-module_init-module_ex.patch
	patches.suse/USB-usb-storage-Fix-use-of-bitfields-for-hardware-da.patch
	patches.suse/usb-dwc3-Issue-core-soft-reset-before-enabling-run-s.patch
	patches.suse/tracing-Have-trace-event-string-test-handle-zero-length-strings.patch
	patches.suse/x86-ibt-paravirt-use-text_gen_insn-for-paravirt_patch.patch
	patches.suse/x86-ibt-xen-sprinkle-the-endbr.patch
	patches.suse/x86-ibt-ftrace-make-function-graph-play-nice.patch
	patches.suse/mailbox-tegra-hsp-Flush-whole-channel.patch
	patches.suse/mailbox-imx-fix-wakeup-failure-from-freeze-mode.patch
	patches.suse/mailbox-imx-fix-crash-in-resume-on-i.mx8ulp.patch
	patches.suse/samples-landlock-Fix-path_list-memory-leak.patch
	patches.suse/landlock-Use-square-brackets-around-landlock-ruleset.patch
	patches.suse/Reinstate-some-of-swiotlb-rework-fix-info-leak-with-.patch
	patches.suse/dt-bindings-pinctrl-pinctrl-microchip-sgpio-Fix-exam.patch
	patches.suse/pinctrl-nuvoton-npcm7xx-Use-zu-printk-format-for-ARR.patch
	patches.suse/pinctrl-nuvoton-npcm7xx-Rename-DS-macro-to-DSTR.patch
	patches.suse/pinctrl-renesas-r8a77470-Reduce-size-for-narrow-VIN1.patch
	patches.suse/pinctrl-renesas-checker-Fix-miscalculation-of-number.patch
	patches.suse/pinctrl-mediatek-Fix-missing-of_node_put-in-mtk_pctr.patch
	patches.suse/pinctrl-pinconf-generic-Print-arguments-for-bias-pul.patch
	patches.suse/pinctrl-mediatek-paris-Fix-PIN_CONFIG_BIAS_-readback.patch
	patches.suse/pinctrl-mediatek-paris-Fix-argument-argument-type-fo.patch
	patches.suse/pinctrl-mediatek-paris-Fix-pingroup-pin-config-state.patch
	patches.suse/pinctrl-mediatek-paris-Skip-custom-extra-pin-config-.patch
	patches.suse/pinctrl-microchip-sgpio-lock-RMW-access.patch
	patches.suse/pinctrl-nomadik-Add-missing-of_node_put-in-nmk_pinct.patch
	patches.suse/pinctrl-rockchip-Add-missing-of_node_put-in-rockchip.patch
	patches.suse/mmc-rtsx-Use-pm_runtime_-get-put-to-handle-runtime-P.patch
	patches.suse/pps-clients-gpio-Propagate-return-value-from-pps_gpi.patch
	patches.suse/misc-alcor_pci-Fix-an-error-handling-path.patch
	patches.suse/VMCI-dma-dg-whitespace-formatting-change-for-vmci-re.patch
	patches.suse/VMCI-dma-dg-add-MMIO-access-to-registers.patch
	patches.suse/VMCI-dma-dg-detect-DMA-datagram-capability.patch
	patches.suse/VMCI-dma-dg-set-OS-page-size.patch
	patches.suse/VMCI-dma-dg-register-dummy-IRQ-handlers-for-DMA-data.patch
	patches.suse/VMCI-dma-dg-allocate-send-and-receive-buffers-for-DM.patch
	patches.suse/VMCI-dma-dg-add-support-for-DMA-datagrams-sends.patch
	patches.suse/VMCI-dma-dg-add-support-for-DMA-datagrams-receive.patch
	patches.suse/mmc-rtsx-Let-MMC-core-handle-runtime-PM.patch
	patches.suse/w1-w1_therm-fixes-w1_seq-for-ds28ea00-sensors.patch
	patches.suse/VMCI-Fix-the-description-of-vmci_check_host_caps.patch
	patches.suse/VMCI-Fix-some-error-handling-paths-in-vmci_guest_pro.patch
	patches.suse/comedi-drivers-ni_routes-Use-strcmp-instead-of-memcm.patch
	patches.suse/misc-sgi-gru-Don-t-cast-parameter-in-bit-operations.patch
	patches.suse/mei-me-disable-driver-on-the-ign-firmware.patch
	patches.suse/mmc-rtsx-Fix-build-errors-warnings-for-unused-variab.patch
	patches.suse/habanalabs-fix-possible-memory-leak-in-MMU-DR-fini.patch
	patches.suse/habanalabs-Add-check-for-pci_enable_device.patch
	patches.suse/soundwire-intel-fix-wrong-register-name-in-intel_shi.patch
	patches.suse/phy-amlogic-phy-meson-gxl-usb2-fix-shared-reset-cont.patch
	patches.suse/phy-amlogic-meson8b-usb2-Use-dev_err_probe.patch
	patches.suse/phy-amlogic-meson8b-usb2-fix-shared-reset-control-us.patch
	patches.suse/phy-dphy-Correct-lpx-parameter-and-its-derivatives-t.patch
	patches.suse/phy-phy-brcm-usb-fixup-BCM4908-support.patch
	patches.suse/Revert-usb-host-xhci-mvebu-make-USB-3.0-PHY-optional.patch
	patches.suse/iio-inkern-apply-consumer-scale-on-IIO_VAL_INT-cases.patch
	patches.suse/iio-inkern-apply-consumer-scale-when-no-channel-scal.patch
	patches.suse/iio-inkern-make-a-best-effort-on-offset-calculation.patch
	patches.suse/iio-afe-rescale-use-s64-for-temporary-scale-calculat.patch
	patches.suse/iio-mma8452-Fix-probe-failing-when-an-i2c_device_id-.patch
	patches.suse/staging-iio-adc-ad7280a-Fix-handing-of-device-addres.patch
	patches.suse/iio-adc-Add-check-for-devm_request_threaded_irq.patch
	patches.suse/iio-accel-mma8452-use-the-correct-logic-to-get-mma84.patch
	patches.suse/virtio_console-eliminate-anonymous-module_init-modul.patch
	patches.suse/VMCI-Check-exclusive_vectors-when-freeing-interrupt-.patch
	patches.suse/VMCI-Release-notification_bitmap-in-error-path.patch
	patches.suse/mei-me-add-Alder-Lake-N-device-id.patch
	patches.suse/mei-avoid-iterator-usage-outside-of-list_for_each_en.patch
	patches.suse/virt-acrn-fix-a-memory-leak-in-acrn_dev_ioctl.patch
	patches.suse/firmware-stratix10-svc-add-missing-callback-paramete.patch
	patches.suse/firmware-sysfb-fix-platform-device-leak-in-error-pat.patch
	patches.suse/firmware-google-Properly-state-IOMEM-dependency.patch
	patches.suse/component-Replace-most-references-to-master-with-agg.patch
	patches.suse/component-Add-common-helper-for-compare-release-func.patch
	patches.suse/driver-core-dd-fix-return-value-of-__setup-handler.patch
	patches.suse/Documentation-add-link-to-stable-release-candidate-t.patch
	patches.suse/Documentation-update-stable-tree-link.patch
	patches.suse/staging-vchiq_arm-Avoid-NULL-ptr-deref-in-vchiq_dump.patch
	patches.suse/staging-vchiq_core-handle-NULL-result-of-find_servic.patch
	patches.suse/staging-mt7621-dts-fix-formatting.patch
	patches.suse/staging-mt7621-dts-fix-pinctrl-properties-for-ethern.patch
	patches.suse/staging-mt7621-dts-fix-pinctrl-0-items-to-be-size-1-.patch
	patches.suse/staging-wfx-fix-an-error-handling-in-wfx_init_common.patch
	patches.suse/staging-mt7621-dts-fix-LEDs-and-pinctrl-on-GB-PC1-de.patch
	patches.suse/serial-core-Fix-the-definition-name-in-the-comment-o.patch
	patches.suse/serial-8250_aspeed_vuart-add-PORT_ASPEED_VUART-port-.patch
	patches.suse/serial-8250_mid-Balance-reference-count-for-PCI-DMA-.patch
	patches.suse/serial-8250_lpss-Balance-reference-count-for-PCI-DMA.patch
	patches.suse/serial-8250-Fix-race-condition-in-RTS-after-send-han.patch
	patches.suse/serial-samsung_tty-do-not-unlock-port-lock-for-uart_.patch
	patches.suse/serial-sc16is7xx-Clear-RS485-bits-in-the-shutdown.patch
	patches.suse/serial-8250-fix-XOFF-XON-sending-when-DMA-is-used.patch
	patches.suse/xen-grant-table-remove-readonly-parameter-from-funct.patch
	patches.suse/xen-fix-is_xen_pmu.patch
	patches.suse/livepatch-Don-t-block-removal-of-patches-that-are-safe-to-unload.patch
	patches.suse/net-stmmac-dwmac-qcom-ethqos-Enable-RGMII-functional.patch
	patches.suse/net-usb-ax88179_178a-add-Allied-Telesis-AT-UMCs.patch
	patches.suse/vsock-virtio-initialize-vdev-priv-before-using-VQs.patch
	patches.suse/vsock-virtio-read-the-negotiated-features-before-usi.patch
	patches.suse/vsock-virtio-enable-VQs-early-on-probe.patch
	patches.suse/net-enetc-report-software-timestamping-via-SO_TIMEST.patch
	patches.suse/net-hns3-fix-bug-when-PF-set-the-duplicate-MAC-addre.patch
	patches.suse/net-hns3-fix-port-base-vlan-add-fail-when-concurrent.patch
	patches.suse/net-hns3-add-vlan-list-lock-to-protect-vlan-list.patch
	patches.suse/net-hns3-refine-the-process-when-PF-set-VF-VLAN.patch
	patches.suse/net-phy-broadcom-Fix-brcm_fet_config_init.patch
	patches.suse/selftests-test_vxlan_under_vrf-Fix-broken-test-case.patch
	patches.suse/net-hns3-clean-residual-vf-config-after-disable-srio.patch
	patches.suse/net-hns3-add-netdev-reset-check-for-hns3_set_tunable.patch
	patches.suse/net-hns3-add-NULL-pointer-check-for-hns3_set-get_rin.patch
	patches.suse/net-hns3-fix-phy-can-not-link-up-when-autoneg-off-an.patch
	patches.suse/net-sparx5-depends-on-PTP_1588_CLOCK_OPTIONAL.patch
	patches.suse/qlcnic-dcb-default-to-returning-EOPNOTSUPP.patch
	patches.suse/net-x25-Fix-null-ptr-deref-caused-by-x25_disconnect.patch
	patches.suse/octeontx2-af-initialize-action-variable.patch
	patches.suse/netfilter-nf_conntrack_tcp-preserve-liberal-flag-in-.patch
	patches.suse/net-bnxt_ptp-fix-compilation-error.patch
	patches.suse/net-dsa-bcm_sf2_cfp-fix-an-incorrect-NULL-check-on-l.patch
	patches.suse/ptrace-Check-PTRACE_O_SUSPEND_SECCOMP-permission-on-.patch
	patches.suse/dma-debug-fix-return-value-of-__setup-handlers.patch
	patches.suse/cpufreq-qcom-cpufreq-nvmem-fix-reading-of-PVS-Valid-.patch
	patches.suse/fs-fd-tables-have-to-be-multiples-of-BITS_PER_LONG.patch
	patches.suse/jfs-fix-divide-error-in-dbNextAG.patch
	patches.suse/jfs-prevent-NULL-deref-in-diFree.patch
	patches.suse/NFS-NFSv2-v3-clients-should-never-be-setting-NFS_CAP.patch
	patches.suse/NFS-Use-of-mapping_set_error-results-in-spurious-err.patch
	patches.suse/NFS-Return-valid-errors-from-nfs2-3_decode_dirent.patch
	patches.suse/SUNRPC-call_alloc-async-tasks-mustn-t-block-waiting-.patch
	patches.suse/SUNRPC-auth-async-tasks-mustn-t-block-waiting-for-me.patch
	patches.suse/SUNRPC-xprt-async-tasks-mustn-t-block-waiting-for-me.patch
	patches.suse/SUNRPC-remove-scheduling-boost-for-SWAPPER-tasks.patch
	patches.suse/SUNRPC-improve-swap-handling-scheduling-and-PF_MEMAL.patch
	patches.suse/0001-SUNRPC-change-locking-for-xs_swap_enable-disable.patch
	patches.suse/SUNRPC-Don-t-call-connect-more-than-once-on-a-TCP-so.patch
	patches.suse/SUNRPC-avoid-race-between-mod_timer-and-del_timer_sy.patch
	patches.suse/SUNRPC-don-t-resend-a-task-on-an-offlined-transport.patch
	patches.suse/NFSv4.1-don-t-retry-BIND_CONN_TO_SESSION-on-session-.patch
	patches.suse/SUNRPC-Do-not-dereference-non-socket-transports-in-s.patch
	patches.suse/NFS-Don-t-loop-forever-in-nfs_do_recoalesce.patch
	patches.suse/NFSv4-pNFS-Fix-another-issue-with-a-list-iterator-po.patch
	patches.suse/fs-fix-fd-table-size-alignment-properly.patch
	patches.suse/drivers-nvdimm-Add-nvdimm-pmu-structure.patch
	patches.suse/drivers-nvdimm-Add-perf-interface-to-expose-nvdimm-p.patch
	patches.suse/powerpc-papr_scm-Add-perf-interface-support.patch
	patches.suse/drivers-nvdimm-Fix-build-failure-when-CONFIG_PERF_EV.patch
	patches.suse/powerpc-papr_scm-Fix-build-failure-when.patch
	patches.suse/clk-si5341-fix-reported-clk_rate-when-output-divider.patch
	patches.suse/clk-at91-sama7g5-fix-parents-of-PDMCs-GCLK.patch
	patches.suse/clk-nxp-Remove-unused-variable.patch
	patches.suse/clk-imx7d-Remove-audio_mclk_root_clk.patch
	patches.suse/clk-imx-off-by-one-in-imx_lpcg_parse_clks_from_dt.patch
	patches.suse/clk-rockchip-drop-CLK_SET_RATE_PARENT-from-dclk_vop-.patch
	patches.suse/clk-ti-Preserve-node-in-ti_dt_clocks_register.patch
	patches.suse/clk-actions-Terminate-clk_div_table-with-sentinel-el.patch
	patches.suse/clk-loongson1-Terminate-clk_div_table-with-sentinel-.patch
	patches.suse/clk-hisilicon-Terminate-clk_div_table-with-sentinel-.patch
	patches.suse/clk-clps711x-Terminate-clk_div_table-with-sentinel-e.patch
	patches.suse/clk-tegra-tegra124-emc-Fix-missing-put_device-call-i.patch
	patches.suse/clk-bcm2835-Remove-unused-variable.patch
	patches.suse/clk-Fix-clk_hw_get_clk-when-dev-is-NULL.patch
	patches.suse/clk-Enforce-that-disjoints-limits-are-invalid.patch
	patches.suse/clk-Initialize-orphan-req_rate.patch
	patches.suse/clk-uniphier-Fix-fixed-rate-initialization.patch
	patches.suse/clk-qcom-ipq8074-fix-PCI-E-clock-oops.patch
	patches.suse/clk-qcom-ipq8074-Use-floor-ops-for-SDCC1-clock.patch
	patches.suse/clk-qcom-clk-rcg2-Update-logic-to-calculate-D-value-.patch
	patches.suse/clk-qcom-clk-rcg2-Update-the-frac-table-for-pixel-cl.patch
	patches.suse/clk-qcom-gcc-msm8994-Fix-gpll4-width.patch
	patches.suse/rpmsg-qcom_smd-Fix-redundant-channel-registered-assi.patch
	patches.suse/remoteproc-Fix-count-check-in-rproc_coredump_write.patch
	patches.suse/remoteproc-qcom-Fix-missing-of_node_put-in-adsp_allo.patch
	patches.suse/remoteproc-qcom_wcnss-Add-missing-of_node_put-in-wcn.patch
	patches.suse/remoteproc-qcom_q6v5_mss-Fix-some-leaks-in-q6v5_allo.patch
	patches.suse/dmaengine-ptdma-fix-concurrency-issue-with-multiple-.patch
	patches.suse/dmaengine-ptdma-handle-the-cases-based-on-DMA-is-com.patch
	patches.suse/dmaengine-idxd-restore-traffic-class-defaults-after-.patch
	patches.suse/dmaengine-Revert-dmaengine-shdma-Fix-runtime-PM-imba.patch
	patches.suse/dmaengine-hisi_dma-fix-MSI-allocate-fail-when-reload.patch
	patches.suse/pwm-lpc18xx-sct-Initialize-driver-data-and-hardware-.patch
	patches.suse/pwm-lpc18xx-sct-Reduce-number-of-devm-memory-allocat.patch
	patches.suse/pwm-lpc18xx-sct-Simplify-driver-by-not-using-pwm_-gs.patch
	patches.suse/crypto-arm-aes-neonbs-cbc-Select-generic-cbc-and-aes.patch
	patches.suse/crypto-stm32-fix-reference-leak-in-stm32_crc_remove.patch
	patches.suse/crypto-x86-chacha20-Avoid-spurious-jumps-to-other-fu.patch
	patches.suse/crypto-x86-poly1305-fixup-sls.patch
	patches.suse/openvswitch-Fixed-nd-target-mask-field-in-the-flow-d.patch
	patches.suse/ax25-fix-UAF-bug-in-ax25_send_control.patch
	patches.suse/ax25-Fix-UAF-bugs-in-ax25-timers.patch
	patches.suse/xsk-Do-not-write-NULL-in-SW-ring-at-allocation-failu.patch
	patches.suse/ice-xsk-Eliminate-unnecessary-loop-iteration.patch
	patches.suse/ice-xsk-Stop-Rx-processing-when-ntc-catches-ntu.patch
	patches.suse/ice-xsk-Fix-indexing-in-ice_tx_xsk_pool.patch
	patches.suse/sfc-Avoid-NULL-pointer-dereference-on-systems-withou.patch
	patches.suse/wireguard-queueing-use-CFI-safe-ptr_ring-cleanup-fun.patch
	patches.suse/wireguard-socket-free-skb-in-send6-when-ipv6-is-disa.patch
	patches.suse/wireguard-socket-ignore-v6-endpoints-when-ipv6-is-di.patch
	patches.suse/net-sparx5-uses-depends-on-BRIDGE-or-BRIDGE.patch
	patches.suse/net-hns3-fix-the-concurrency-between-functions-readi.patch
	patches.suse/net-hns3-fix-software-vlan-talbe-of-vlan-0-inconsist.patch
	patches.suse/rxrpc-fix-some-null-ptr-deref-bugs-in-server_key.c.patch
	patches.suse/can-isotp-restore-accidentally-removed-MSG_PEEK-feat.patch
	patches.suse/can-mcp251xfd-mcp251xfd_register_get_dev_id-fix-retu.patch
	patches.suse/can-m_can-m_can_tx_handler-fix-use-after-free-of-skb.patch
	patches.suse/can-ems_usb-ems_usb_start_xmit-fix-double-dev_kfree_.patch
	patches.suse/can-usb_8dev-usb_8dev_start_xmit-fix-double-dev_kfre.patch
	patches.suse/can-mcba_usb-mcba_usb_start_xmit-fix-double-dev_kfre.patch
	patches.suse/can-mcba_usb-properly-check-endpoint-type.patch
	patches.suse/Documentation-Fix-duplicate-statement-about-raw_spin.patch
	patches.suse/ACPI-CPPC-Avoid-out-of-bounds-access-when-parsing-_C.patch
	patches.suse/ACPI-CPPC-Change-default-error-code-and-clean-up-deb.patch
	patches.suse/ACPI-IPMI-replace-usage-of-found-with-dedicated-list.patch
	patches.suse/ACPI-tables-Make-LAPIC_ADDR_OVR-address-readable-in-.patch
	patches.suse/ACPI-APEI-Use-the-correct-variable-for-sizeof.patch
	patches.suse/vDPA-ifcvf-make-use-of-virtio-pci-modern-IO-helpers-.patch
	patches.suse/vhost_vdpa-don-t-setup-irq-offloading-when-irq_num-0.patch
	patches.suse/vDPA-ifcvf-implement-device-MSIX-vector-allocator.patch
	patches.suse/vDPA-ifcvf-implement-shared-IRQ-feature.patch
	patches.suse/net-mlx5-Add-support-for-configuring-max-device-MTU.patch
	patches.suse/vdpa-mlx5-re-create-forwarding-rules-after-mac-modif.patch
	patches.suse/vdpa-support-exposing-the-config-size-to-userspace.patch
	patches.suse/vdpa-change-the-type-of-nvqs-to-u32.patch
	patches.suse/vdpa-support-exposing-the-count-of-vqs-to-userspace.patch
	patches.suse/vhost-handle-error-while-adding-split-ranges-to-iotl.patch
	patches.suse/vdpa-mlx5-Avoid-processing-works-if-workqueue-was-de.patch
	patches.suse/watchdog-rti-wdt-Add-missing-pm_runtime_disable-in-p.patch
	patches.suse/Watchdog-sp5100_tco-Move-timer-initialization-into-f.patch
	patches.suse/Watchdog-sp5100_tco-Refactor-MMIO-base-address-initi.patch
	patches.suse/Watchdog-sp5100_tco-Add-initialization-using-EFCH-MM.patch
	patches.suse/Watchdog-sp5100_tco-Enable-Family-17h-CPUs.patch
	patches.suse/rtc-fix-use-after-free-on-device-removal.patch
	patches.suse/rtc-pcf2127-fix-bug-when-reading-alarm-registers.patch
	patches.suse/rtc-mc146818-lib-fix-locking-in-mc146818_set_time.patch
	patches.suse/rtc-pl031-fix-rtc-features-null-pointer-dereference.patch
	patches.suse/rtc-sun6i-Fix-time-overflow-handling.patch
	patches.suse/rtc-wm8350-Handle-error-for-wm8350_register_irq.patch
	patches.suse/rtc-mc146818-lib-Fix-the-AltCentury-for-AMD-platform.patch
	patches.suse/rtc-check-if-__rtc_read_time-was-successful.patch
	patches.suse/Input-add-bounds-checking-to-input_set_capability.patch
	patches.suse/Input-stmfts-fix-reference-leak-in-stmfts_input_open.patch
	patches.suse/Input-synaptics-enable-InterTouch-on-ThinkPad-T14-P1.patch
	patches.suse/Revert-Input-clear-BTN_RIGHT-MIDDLE-on-buttonpads.patch
	patches.suse/ALSA-hda-realtek-Add-mute-and-micmut-LED-support-for.patch
	patches.suse/ALSA-hda-realtek-Enable-headset-mic-on-Lenovo-P360.patch
	patches.suse/ALSA-cs4236-fix-an-incorrect-NULL-check-on-list-iter.patch
	patches.suse/ALSA-hda-cs8409-Fix-Warlock-to-use-mono-mic-configur.patch
	patches.suse/ALSA-hda-cs8409-Re-order-quirk-table-into-ascending-.patch
	patches.suse/ALSA-hda-cs8409-Fix-Full-Scale-Volume-setting-for-al.patch
	patches.suse/ALSA-hda-cs8409-Support-new-Warlock-MLK-Variants.patch
	patches.suse/ALSA-hda-cs8409-Disable-HSBIAS_SENSE_EN-for-Cyborg.patch
	patches.suse/ALSA-hda-cs8409-Add-new-Dolphin-HW-variants.patch
	patches.suse/ALSA-hda-realtek-Fix-audio-regression-on-Mi-Notebook.patch
	patches.suse/ALSA-hda-Avoid-unsol-event-during-RPM-suspending.patch
	patches.suse/ASoC-mediatek-mt6358-add-missing-EXPORT_SYMBOLs.patch
	patches.suse/ASoC-SOF-Intel-Fix-build-error-without-SND_SOC_SOF_P.patch
	patches.suse/ALSA-pcm-Fix-potential-AB-BA-lock-with-buffer_mutex-.patch
	patches.suse/nilfs2-fix-lockdep-warnings-in-page-operations-for-b.patch
	patches.suse/nilfs2-fix-lockdep-warnings-during-disk-space-reclam.patch
	patches.suse/ARM-dts-spear13xx-Update-SPI-dma-properties.patch
	patches.suse/ARM-dts-spear1340-Update-serial-node-properties.patch
	patches.suse/arm64-dts-ls1043a-Update-i2c-dma-properties.patch
	patches.suse/arm64-dts-ls1046a-Update-i2c-node-dma-properties.patch
	patches.suse/riscv-Fix-fill_callchain-return-value.patch
	patches.suse/XArray-Update-the-LRU-list-in-xas_split.patch
	patches.suse/cifs-do-not-skip-link-targets-when-an-I-O-fails.patch
	patches.suse/cifs-writeback-fix.patch
	patches.suse/cifs-convert-the-path-to-utf16-in-smb2_query_info_compound.patch
	patches.suse/cifs-change-smb2_query_info_compound-to-use-a-cached-fid-if-availa.patch
	patches.suse/cifs-fix-bad-fids-sent-over-wire.patch
	patches.suse/cifs-fix-incorrect-use-of-list-iterator-after-the-loop.patch
	patches.suse/move-more-common-protocol-header-definitions-to-smbfs_common.patch
	patches.suse/smb3-move-defines-for-ioctl-protocol-header-and-SMB2-sizes-to-smbfs.patch
	patches.suse/smb3-move-defines-for-query-info-and-query-fsinfo-to-smbfs_common.patch
	patches.suse/smb3-cleanup-and-clarify-status-of-tree-connections.patch
	patches.suse/smb3-fix-ksmbd-bigendian-bug-in-oplock-break-and-move-its-struct-t.patch
	patches.suse/cifs-prevent-bad-output-lengths-in-smb2_ioctl_query_info-.patch
	patches.suse/cifs-fix-NULL-ptr-dereference-in-smb2_ioctl_query_info-.patch
	patches.suse/0006-dm-integrity-set-journal-entry-unused-when-shrinking.patch
	patches.suse/block-Fix-the-maximum-minor-value-is-blk_alloc_ext_m.patch
	patches.suse/xen-blkfront-fix-comment-for-need_copy.patch
	patches.suse/0007-n64cart-convert-bi_disk-to-bi_bdev-bd_disk-fix-build.patch
	patches.suse/nvme-fix-RCU-hole-that-allowed-for-endless-looping-i.patch
	patches.suse/drbd-fix-potential-silent-data-corruption.patch
	patches.suse/xfs-drop-async-cache-flushes-from-CIL-commits.patch
	patches.suse/watch_queue-Free-the-page-array-when-watch_queue-is-.patch
	patches.suse/platform-chrome-cros_ec_typec-Check-for-EC-device.patch
	patches.suse/platform-chrome-cros_ec_debugfs-detach-log-reader-wq.patch
	patches.suse/msft-hv-2562-PCI-hv-Remove-unused-hv_set_msi_entry_from_desc.patch
	patches.suse/KVM-x86-Check-lapic_in_kernel-before-attempting-to-s.patch
	patches.suse/KVM-x86-Avoid-theoretical-NULL-pointer-dereference-i.patch
	patches.suse/KVM-x86-Forbid-VMM-to-set-SYNIC-STIMER-MSRs-when-Syn.patch
	patches.suse/KVM-SVM-fix-panic-on-out-of-bounds-guest-IRQ.patch
	patches.suse/KVM-SVM-Fix-kvm_cache_regs.h-inclusions-for-is_guest.patch
	patches.suse/KVM-x86-svm-Clear-reserved-bits-written-to-PerfEvtSe.patch
	patches.suse/KVM-x86-SVM-fix-avic-spec-based-definitions-again
	patches.suse/kvm-x86-mmu-do-compare-and-exchange-of-gpte-via-the-user-address
	patches.suse/modpost-restore-the-warning-message-for-missing-symb.patch
	patches.suse/ARM-9187-1-JIVE-fix-return-value-of-__setup-handler.patch
	patches.suse/ARM-9191-1-arm-stacktrace-kasan-Silence-KASAN-warnin.patch
	patches.suse/x86-sev-Unroll-string-mmio-with-CC_ATTR_GUEST_UNROLL_STRING_IO
	patches.suse/proc-bootconfig-Add-null-pointer-check.patch
	patches.suse/x86-pm-save-the-msr-validity-status-at-context-setup.patch
	patches.suse/x86-speculation-restore-speculation-related-msrs-during-s3-resume.patch
	patches.suse/vdpa-mlx5-prevent-cvq-work-from-hogging-CPU.patch
	patches.suse/vdpa-mlx5-synchronize-driver-status-with-CVQ.patch
	patches.suse/ata-sata_dwc_460ex-Fix-crash-due-to-OOB-write.patch
	patches.suse/ata-libata-core-Disable-READ-LOG-DMA-EXT-for-Samsung.patch
	patches.suse/random-check-for-signal_pending-outside-of-need_resc.patch
	patches.suse/msft-hv-2554-Drivers-hv-vmbus-Deactivate-sysctl_record_panic_msg-.patch
	patches.suse/msft-hv-2555-Drivers-hv-vmbus-Fix-initialization-of-device-object.patch
	patches.suse/msft-hv-2556-Drivers-hv-vmbus-Fix-potential-crash-on-module-unloa.patch
	patches.suse/msft-hv-2557-Drivers-hv-vmbus-Propagate-VMbus-coherence-to-each-V.patch
	patches.suse/msft-hv-2558-PCI-hv-Propagate-coherence-from-VMbus-device-to-PCI-.patch
	patches.suse/msft-hv-2559-Drivers-hv-vmbus-Prevent-load-re-ordering-when-readi.patch
	patches.suse/msft-hv-2564-Drivers-hv-balloon-Support-status-report-for-larger-.patch
	patches.suse/msft-hv-2565-Drivers-hv-balloon-Disable-balloon-and-hot-add-accor.patch
	patches.suse/msft-hv-2566-Drivers-hv-vmbus-Replace-smp_store_mb-with-virt_stor.patch
	patches.suse/net-sfc-add-missing-xdp-queue-reinitialization.patch
	patches.suse/vrf-fix-packet-sniffing-for-traffic-originating-from.patch
	patches.suse/skbuff-fix-coalescing-for-page_pool-fragment-recycli.patch
	patches.suse/ice-Clear-default-forwarding-VSI-during-VSI-release.patch
	patches.suse/ice-Fix-MAC-address-setting.patch
	patches.suse/ice-Fix-broken-IFF_ALLMULTI-handling.patch
	patches.suse/net-ipv4-fix-route-with-nexthop-object-delete-warnin.patch
	patches.suse/selftests-net-add-delete-nexthop-route-warning-test.patch
	patches.suse/net-stmmac-Fix-unset-max_speed-difference-between-DT.patch
	patches.suse/selftests-net-fix-nexthop-warning-cleanup-double-ip-.patch
	patches.suse/qed-fix-ethtool-register-dump.patch
	patches.suse/bnxt_en-Synchronize-tx-when-xdp-redirects-happen-on-.patch
	patches.suse/bnxt_en-reserve-space-inside-receive-page-for-skb_sh.patch
	patches.suse/bnxt_en-Prevent-XDP-redirect-from-running-when-stopp.patch
	patches.suse/sfc-Do-not-free-an-empty-page_ring.patch
	patches.suse/dpaa2-ptp-Fix-refcount-leak-in-dpaa2_ptp_probe.patch
	patches.suse/ice-Set-txq_teid-to-ICE_INVAL_TEID-on-ring-creation.patch
	patches.suse/ice-Do-not-skip-not-enabled-queues-in-ice_vc_dis_qs_.patch
	patches.suse/net-openvswitch-don-t-send-internal-clone-attribute-.patch
	patches.suse/net-ethernet-mv643xx-Fix-over-zealous-checking-of_ge.patch
	patches.suse/net-openvswitch-fix-leak-of-nested-actions.patch
	patches.suse/net-sfc-fix-using-uninitialized-xdp-tx_queue.patch
	patches.suse/net-axienet-setup-mdio-unconditionally.patch
	patches.suse/net-phy-mscc-miim-reject-clause-45-register-accesses.patch
	patches.suse/ice-synchronize_rcu-when-terminating-rings.patch
	patches.suse/ice-xsk-fix-VSI-state-check-in-ice_xsk_wakeup.patch
	patches.suse/ice-clear-cmd_type_offset_bsz-for-TX-rings.patch
	patches.suse/qede-confirm-skb-is-allocated-before-using.patch
	patches.suse/net-usb-aqc111-Fix-out-of-bounds-accesses-in-RX-fixu.patch
	patches.suse/bpf-Resolve-to-prog-aux-dst_prog-type-only-for-BPF_P.patch
	patches.suse/cifs-fix-potential-race-with-cifsd-thread.patch
	patches.suse/cifs-remove-check-of-list-iterator-against-head-past-the-loop-body.patch
	patches.suse/cifs-force-new-session-setup-and-tcon-for-dfs.patch
	patches.suse/cifs-update-internal-module-number-7cd1cc41.patch
	patches.suse/drm-amd-Add-USBC-connector-ID.patch
	patches.suse/drm-amdgpu-conduct-a-proper-cleanup-of-PDB-bo.patch
	patches.suse/drm-amdgpu-fix-off-by-one-in-amdgpu_gfx_kiq_acquire.patch
	patches.suse/drm-amd-display-Fix-p-state-allow-debug-index-on-dcn.patch
	patches.suse/drm-amd-display-fix-audio-format-not-updated-after-e.patch
	patches.suse/drm-amd-display-FEC-check-in-timing-validation.patch
	patches.suse/drm-amd-display-Update-VTEM-Infopacket-definition.patch
	patches.suse/drm-amdgpu-vcn-Fix-the-register-setting-for-vcn1.patch
	patches.suse/drm-amdkfd-Fix-Incorrect-VMIDs-passed-to-HWS.patch
	patches.suse/drm-amdgpu-vcn-improve-vcn-dpg-stop-procedure.patch
	patches.suse/drm-amdkfd-Check-for-potential-null-return-of-kmallo.patch
	patches.suse/drm-imx-imx-ldb-Check-for-null-pointer-after-calling.patch
	patches.suse/drm-imx-Fix-memory-leak-in-imx_pd_connector_get_mode.patch
	patches.suse/drm-imx-dw_hdmi-imx-Fix-bailout-in-error-cases-of-pr.patch
	patches.suse/gpu-ipu-v3-Fix-dev_dbg-frequency-output.patch
	patches.suse/drm-amd-display-Enable-power-gating-before-init_pipe.patch
	patches.suse/drm-amd-display-Revert-FEC-check-in-validation.patch
	patches.suse/drm-amd-display-Fix-allocate_mst_payload-assert-on-r.patch
	patches.suse/amd-display-set-backlight-only-if-required.patch
	patches.suse/drm-amdkfd-Create-file-descriptor-after-client-is-ad.patch
	patches.suse/drm-amdgpu-don-t-use-BACO-for-reset-in-S3.patch
	patches.suse/drm-amdgpu-display-change-pipe-policy-for-DCN-2.1.patch
	patches.suse/drm-amdgpu-smu10-fix-SoC-fclk-units-in-auto-mode.patch
	patches.suse/drm-nouveau-pmu-Add-missing-callbacks-for-Tegra-devi.patch
	patches.suse/iommu-omap-Fix-regression-in-probe-for-NULL-pointer-dereference
	patches.suse/Revert-mmc-sdhci-xenon-fix-annoying-1.8V-regulator-w.patch
	patches.suse/mmc-mmci-stm32-correctly-check-all-elements-of-sg-li.patch
	patches.suse/mmc-block-Check-for-errors-after-write-on-SPI.patch
	patches.suse/mmc-core-Fixup-support-for-writeback-cache-for-eMMC-.patch
	patches.suse/mmc-renesas_sdhi-don-t-overwrite-TAP-settings-when-H.patch
	patches.suse/regulator-wm8994-Add-an-off-on-delay-for-WM8994-vari.patch
	patches.suse/regulator-atc260x-Fix-missing-active_discharge_on-se.patch
	patches.suse/spi-core-add-dma_map_dev-for-__spi_unmap_msg.patch
	patches.suse/spi-cadence-quadspi-fix-protocol-setup-for-non-1-1-X.patch
	patches.suse/spi-bcm-qspi-fix-MSPI-only-access-with-bcm_qspi_exec.patch
	patches.suse/arch-arm64-Fix-topology-initialization-for-core-sche.patch
	patches.suse/arm64-alternatives-mark-patch_alternative-as-noinstr.patch
	patches.suse/arm64-patch_text-Fixup-last-cpu-should-be-master.patch
	patches.suse/arm64-Add-part-number-for-Arm-Cortex-A78AE.patch
	patches.suse/Revert-NFSv4-Handle-the-special-Linux-file-open-acce.patch
	patches.suse/NFSv4-fix-open-failure-with-O_ACCMODE-flag.patch
	patches.suse/0001-SUNRPC-Ensure-we-flush-any-closed-sockets-before-xs_.patch
	patches.suse/SUNRPC-Handle-ENOMEM-in-call_transmit_status.patch
	patches.suse/SUNRPC-Handle-low-memory-situations-in-call_status.patch
	patches.suse/SUNRPC-svc_tcp_sendmsg-should-handle-errors-from-xdr.patch
	patches.suse/lz4-fix-LZ4_decompress_safe_partial-read-out-of-boun.patch
	patches.suse/Revert-ACPI-processor-idle-Only-flush-cache-on-enter.patch
	patches.suse/RDMA-mlx5-Don-t-remove-cache-MRs-when-a-delay-is-nee.patch
	patches.suse/RDMA-mlx5-Add-a-missing-update-of-cache-last_add.patch
	patches.suse/IB-cm-Cancel-mad-on-the-DREQ-event-when-the-state-is.patch
	patches.suse/IB-rdmavt-add-lock-to-call-to-rvt_error_qp-to-preven.patch
	patches.suse/RDMA-hfi1-Fix-use-after-free-bug-for-mm-struct.patch
	patches.suse/io_uring-fix-race-between-timeout-flush-and-removal.patch
	patches.suse/drbd-Fix-five-use-after-free-bugs-in-get_initial_state
	patches.suse/drbd-fix-an-invalid-memory-access-caused-by-incorrect-use-of-list-iterator
	patches.suse/scsi-mpt3sas-Fix-use-after-free-in-_scsih_expander_node_remove
	patches.suse/scsi-lpfc-improve-pci-eeh-error-and-recovery-handling.patch
	patches.suse/scsi-lpfc-fix-unload-hang-after-back-to-back-pci-eeh-faults.patch
	patches.suse/scsi-lpfc-fix-queue-failures-when-recovering-from-pci-parity-error.patch
	patches.suse/scsi-lpfc-update-lpfc-version-to-14.2.0.1.patch
	patches.suse/scsi-lpfc-fix-broken-sli4-abort-path.patch
	patches.suse/scsi-lpfc-fix-locking-for-lpfc_sli_iocbq_lookup.patch
	patches.suse/scsi-virtio-scsi-Eliminate-anonymous-module_init-module_exit
	patches.suse/scsi-zorro7xx-Fix-a-resource-leak-in-zorro7xx_remove_one
	patches.suse/tools-testing-nvdimm-Fix-security_init-symbol-collis.patch
	patches.suse/sched-core-Fix-forceidle-balancing.patch
	patches.suse/sched-Teach-the-forced-newidle-balancer-about-CPU-af.patch
	patches.suse/perf-x86-intel-Update-the-FRONTEND-MSR-mask-on-Sapphire-Rapids.patch
	patches.suse/perf-core-Don-t-pass-task-around-when-ctx-sched-in.patch
	patches.suse/perf-core-Fix-perf_cgroup_switch.patch
	patches.suse/irqchip-gic-v4-Wait-for-GICR_VPENDBASER.Dirty-to-cle.patch
	patches.suse/irqchip-gic-v3-Fix-GICR_CTLR.RWP-polling.patch
	patches.suse/irqchip-gic-gic-v3-Prevent-GSI-to-SGI-translations.patch
	patches.suse/powerpc-numa-Handle-partially-initialized-numa-nodes.patch
	patches.suse/platform-x86-samsung-laptop-Fix-an-unsigned-comparis.patch
	patches.suse/media-rockchip-rga-do-proper-error-checking-in-probe.patch
	patches.suse/KVM-avoid-NULL-pointer-dereference-in-kvm_dirty_ring.patch
	patches.suse/nfsd-Fix-a-write-performance-regression.patch
	patches.suse/SUNRPC-Fix-NFSD-s-request-deferral-on-RDMA-transport.patch
	patches.suse/SUNRPC-Fix-the-svc_deferred_event-trace-class.patch
	patches.suse/uapi-linux-stddef.h-Add-include-guards.patch
	patches.suse/ALSA-hda-i915-skip-acomp-init-if-no-matching-display.patch
	patches.suse/ALSA-usb-audio-Fix-undefined-behavior-due-to-shift-o.patch
	patches.suse/ALSA-hda-realtek-Add-quirk-for-Clevo-PD50PNT.patch
	patches.suse/sound-oss-dmasound-fix-build-when-drivers-are-mixed-.patch
	patches.suse/ALSA-hda-intel-dsp-config-update-AlderLake-PCI-IDs.patch
	patches.suse/ALSA-usb-audio-Cap-upper-limits-of-buffer-period-byt.patch
	patches.suse/ALSA-usb-audio-Increase-max-buffer-size.patch
	patches.suse/ALSA-pcm-Test-for-silence-field-in-struct-pcm_format.patch
	patches.suse/ALSA-hda-realtek-add-quirk-for-Lenovo-Thinkpad-X12-s.patch
	patches.suse/ALSA-core-Add-snd_card_free_on_error-helper.patch
	patches.suse/ALSA-usb-audio-Limit-max-buffer-and-period-sizes-per.patch
	patches.suse/net-sched-flower-fix-parsing-of-ethertype-following-.patch
	patches.suse/veth-Ensure-eth-header-is-in-skb-s-linear-part.patch
	patches.suse/flow_dissector-fix-false-positive-__read_overflow2_f.patch
	patches.suse/net-mdio-don-t-defer-probe-forever-if-PHY-IRQ-provid.patch
	patches.suse/mlxsw-i2c-Fix-initialization-error-flow.patch
	patches.suse/net-dsa-felix-suppress-EPROBE_DEFER-errors.patch
	patches.suse/net-atlantic-Avoid-out-of-bounds-indexing.patch
	patches.suse/net-ethernet-stmmac-fix-altr_tse_pcs-function-when-u.patch
	patches.suse/net-smc-use-memcpy-instead-of-snprintf-to-avoid-out-of-bounds-read
	patches.suse/net-smc-Fix-NULL-pointer-dereference-in-smc_pnet_find_ib
	patches.suse/ice-arfs-fix-use-after-free-when-freeing-rx_cpu_rmap.patch
	patches.suse/Revert-iavf-Fix-deadlock-occurrence-during-resetting.patch
	patches.suse/macvlan-Fix-leaking-skb-in-source-mode-with-nodst-op.patch
	patches.suse/net-ftgmac100-access-hardware-register-after-clock-r.patch
	patches.suse/ath9k-Properly-clear-TX-status-area-before-reporting.patch
	patches.suse/mt76-Fix-undefined-behavior-due-to-shift-overflowing.patch
	patches.suse/brcmfmac-sdio-Fix-undefined-behavior-due-to-shift-ov.patch
	patches.suse/ath9k-Fix-usage-of-driver-private-space-in-tx_info.patch
	patches.suse/nl80211-correctly-check-NL80211_ATTR_REG_ALPHA2-size.patch
	patches.suse/cfg80211-hold-bss_lock-while-updating-nontrans_list.patch
	patches.suse/nfc-nci-add-flush_workqueue-to-prevent-uaf.patch
	patches.suse/net-dsa-felix-fix-tagging-protocol-changes-with-mult.patch
	patches.suse/net-bcmgenet-Revert-Use-stronger-register-read-write.patch
	patches.suse/cifs-Check-the-IOCB_DIRECT-flag-not-O_DIRECT.patch
	patches.suse/cifs-release-cached-dentries-only-if-mount-is-complete.patch
	patches.suse/cifs-Split-the-smb3_add_credits-tracepoint.patch
	patches.suse/cifs-potential-buffer-overflow-in-handling-symlinks.patch
	patches.suse/cifs-verify-that-tcon-is-valid-before-dereference-in-cifs_kill_sb.patch
	patches.suse/drm-msm-Add-missing-put_task_struct-in-debugfs-path.patch
	patches.suse/drm-msm-disp-check-the-return-value-of-kzalloc.patch
	patches.suse/drm-msm-Fix-range-size-vs-end-confusion.patch
	patches.suse/drm-msm-mdp5-check-the-return-of-kzalloc.patch
	patches.suse/drm-msm-dsi-Use-connector-directly-in-msm_dsi_manage.patch
	patches.suse/drm-msm-dp-add-fail-safe-mode-outside-of-event_mutex.patch
	patches.suse/drm-amd-display-don-t-ignore-alpha-property-on-pre-m.patch
	patches.suse/drm-amdgpu-Ensure-HDA-function-is-suspended-before-A.patch
	patches.suse/drm-amdgpu-Enable-gfxoff-quirk-on-MacBook-Pro.patch
	patches.suse/testing-selftests-mqueue-Fix-mq_perf_tests-to-free-t.patch
	patches.suse/nvme-don-t-print-verbose-errors-for-internal-passthr.patch
	patches.suse/0008-dm-mpath-only-use-ktime_get_ns-in-historical-selecto.patch
	patches.suse/mm-page_alloc-fix-build_zonerefs_node.patch
	patches.suse/dma-direct-avoid-redundant-memory-sync-for-swiotlb.patch
	patches.suse/scsi-pm80xx-Mask-and-unmask-upper-interrupt-vectors-32-63
	patches.suse/scsi-pm80xx-Enable-upper-inbound-outbound-queues
	patches.suse/scsi-iscsi-Move-iscsi_ep_disconnect.patch
	patches.suse/scsi-iscsi-Fix-offload-conn-cleanup-when-iscsid-restarts.patch
	patches.suse/scsi-iscsi-Release-endpoint-ID-when-its-freed.patch
	patches.suse/scsi-iscsi-Fix-endpoint-reuse-regression.patch
	patches.suse/scsi-iscsi-Fix-conn-cleanup-and-stop-race-during-iscsid-restart.patch
	patches.suse/scsi-iscsi-Fix-unbound-endpoint-error-handling.patch
	patches.suse/scsi-iscsi-Fix-NOP-handling-during-conn-recovery.patch
	patches.suse/scsi-qedi-Fix-failed-disconnect-handling.patch
	patches.suse/ARM-davinci-da850-evm-Avoid-NULL-pointer-dereference.patch
	patches.suse/firmware-arm_scmi-Fix-sorting-of-retrieved-clock-rat.patch
	patches.suse/ARM-vexpress-spc-Avoid-negative-array-index-when-SMP.patch
	patches.suse/memory-renesas-rpc-if-fix-platform-device-leak-in-er.patch
	patches.suse/memory-atmel-ebi-Fix-missing-of_node_put-in-atmel_eb.patch
	patches.suse/memory-fsl_ifc-populate-child-nodes-of-buses-and-mfd.patch
	patches.suse/arm64-dts-imx-Fix-imx8-var-som-touchscreen-property-.patch
	patches.suse/reset-tegra-bpmp-Restore-Handle-errors-in-BPMP-respo.patch
	patches.suse/ARM-config-u8500-Re-enable-AB8500-battery-charging.patch
	patches.suse/gpiolib-acpi-use-correct-format-characters.patch
	patches.suse/i2c-dev-Force-case-user-pointers-in-compat_i2cdev_io.patch
	patches.suse/genirq-affinity-Consider-that-CPUs-on-nodes-can-be-u.patch
	patches.suse/smp-Fix-offline-cpu-check-in-flush_smp_call_function.patch
	patches.suse/timers-Fix-warning-condition-in-__run_timers.patch
	patches.suse/x86-tsx-use-msr_tsx_ctrl-to-clear-cpuid-bits.patch
	patches.suse/spi-spi-mtk-nor-initialize-spi-controller-after-resu.patch
	patches.suse/spi-cadence-quadspi-fix-incorrect-supports_op-return.patch
	patches.suse/spi-atmel-quadspi-Fix-the-buswidth-adjustment-betwee.patch
	patches.suse/ice-xsk-check-if-Rx-ring-was-filled-up-to-the-end.patch
	patches.suse/ice-allow-creating-VFs-for-CONFIG_NET_SWITCHDEV.patch
	patches.suse/ice-fix-crash-in-switchdev-mode.patch
	patches.suse/ice-Fix-memory-leak-in-ice_get_orom_civd_data.patch
	patches.suse/openvswitch-fix-OOB-access-in-reserve_sfa_size.patch
	patches.suse/igc-Fix-infinite-loop-in-release_swfw_sync.patch
	patches.suse/igc-Fix-BUG-scheduling-while-atomic.patch
	patches.suse/igc-Fix-suspending-when-PTM-is-active.patch
	patches.suse/e1000e-Fix-possible-overflow-in-LTR-decoding.patch
	patches.suse/net-sched-cls_u32-fix-netns-refcount-changes-in-u32_.patch
	patches.suse/l3mdev-l3mdev_master_upper_ifindex_by_index_rcu-shou.patch
	patches.suse/can-isotp-stop-timeout-monitoring-when-no-first-fram.patch
	patches.suse/net-mscc-ocelot-fix-broken-IP-multicast-flooding.patch
	patches.suse/doc-ip-sysctl-add-bc_forwarding.patch
	patches.suse/net-stmmac-Use-readl_poll_timeout_atomic-in-atomic-s.patch
	patches.suse/selftests-mlxsw-vxlan_flooding-Prevent-flooding-of-u.patch
	patches.suse/dmaengine-idxd-fix-device-cleanup-on-disable.patch
	patches.suse/dma-at_xdmac-fix-a-missing-check-on-list-iterator.patch
	patches.suse/dmaengine-imx-sdma-Fix-error-checking-in-sdma_event_.patch
	patches.suse/dmaengine-mediatek-Fix-PM-usage-reference-leak-of-mt.patch
	patches.suse/dmaengine-dw-edma-Fix-unaligned-64bit-access.patch
	patches.suse/dmaengine-idxd-match-type-for-retries-var-in-idxd_en.patch
	patches.suse/dmaengine-idxd-fix-retry-value-to-be-constant-for-du.patch
	patches.suse/dmaengine-idxd-add-RO-check-for-wq-max_batch_size-wr.patch
	patches.suse/dmaengine-idxd-add-RO-check-for-wq-max_transfer_size.patch
	patches.suse/dmaengine-idxd-skip-clearing-device-context-when-dev.patch
	patches.suse/drm-i915-display-psr-Unset-enable_psr2_sel_fetch-if-.patch
	patches.suse/sound-oss-dmasound-fix-dmasound_setup-defined-but-no.patch
	patches.suse/ALSA-hda-hdmi-fix-warning-about-PCM-count-when-used-.patch
	patches.suse/ALSA-hda-i915-Fix-one-too-many-pci_dev_put.patch
	patches.suse/ALSA-usb-audio-add-mapping-for-MSI-MAG-X570S-Torpedo.patch
	patches.suse/ASoC-atmel-Remove-system-clock-tree-configuration-fo.patch
	patches.suse/ASoC-topology-Correct-error-handling-in-soc_tplg_dap.patch
	patches.suse/ASoC-soc-dapm-fix-two-incorrect-uses-of-list-iterato.patch
	patches.suse/ASoC-rt5682-fix-an-incorrect-NULL-check-on-list-iter.patch
	patches.suse/ASoC-cs35l41-Add-one-more-variable-in-the-debug-log.patch
	patches.suse/ASoC-cs35l41-Fix-a-shift-out-of-bounds-warning-found.patch
	patches.suse/ASoC-rk817-Use-devm_clk_get-in-rk817_platform_probe.patch
	patches.suse/ASoC-msm8916-wcd-digital-Check-failure-for-devm_snd_.patch
	patches.suse/ASoC-codecs-wcd934x-do-not-switch-off-SIDO-Buck-when.patch
	patches.suse/ASoC-Intel-soc-acpi-correct-device-endpoints-for-max.patch
	patches.suse/firmware-cs_dsp-Fix-overrun-of-unterminated-control-.patch
	patches.suse/ALSA-usb-audio-Clear-MIDI-port-active-flag-after-dra.patch
	patches.suse/ALSA-hda-realtek-Enable-mute-micmute-LEDs-and-limit-.patch
	patches.suse/ALSA-hda-intel-dsp-config-Add-RaptorLake-PCI-IDs.patch
	patches.suse/ALSA-hda-realtek-Add-quirk-for-Clevo-NP70PNP.patch
	patches.suse/cifs-Use-kzalloc-instead-of-kmalloc-memset.patch
	patches.suse/cifs-fix-NULL-ptr-dereference-in-refresh_mounts-.patch
	patches.suse/cifs-use-correct-lock-type-in-cifs_reconnect-.patch
	patches.suse/cifs-destage-any-unwritten-data-to-the-server-before-calling-copych.patch
	patches.suse/arm_pmu-Validate-single-group-leader-events.patch
	patches.suse/arm64-mm-fix-p-d_leaf.patch
	patches.suse/KVM-nVMX-Defer-APICv-updates-while-L2-is-active-unti.patch
	patches.suse/KVM-x86-Pend-KVM_REQ_APICV_UPDATE-during-vCPU-creati.patch
	patches.suse/KVM-selftests-Silence-compiler-warning-in-the-kvm_pa.patch
	patches.suse/KVM-SVM-Simplify-and-harden-helper-to-flush-SEV-guest-page-s
	patches.suse/KVM-SVM-Flush-when-freeing-encrypted-pages-even-on-SME_COHERENT-
	patches.suse/KVM-SEV-add-cache-flush-to-solve-SEV-cache-incoherency-issues
	patches.suse/kvm-selftests-do-not-use-bitfields-larger-than-32-bi.patch
	patches.suse/ata-pata_marvell-Check-the-bmdma_addr-beforing-readi.patch
	patches.suse/ext4-fix-fallocate-to-use-file_modified-to-update-pe.patch
	patches.suse/ext4-fix-symlink-file-size-not-match-to-file-content.patch
	patches.suse/ext4-fix-use-after-free-in-ext4_search_dir.patch
	patches.suse/ext4-limit-length-to-bitmap_maxbytes-blocksize-in-pu.patch
	patches.suse/ext4-fix-overhead-calculation-to-account-for-the-res.patch
	patches.suse/ext4-force-overhead-calculation-if-the-s_overhead_cl.patch
	patches.suse/Input-omap4-keypad-fix-pm_runtime_get_sync-error-che.patch
	patches.suse/drm-panel-raspberrypi-touchscreen-Avoid-NULL-deref-i.patch
	patches.suse/drm-panel-raspberrypi-touchscreen-Initialise-the-bri.patch
	patches.suse/drm-vc4-Use-pm_runtime_resume_and_get-to-fix-pm_runt.patch
	patches.suse/scsi-sr-Do-not-leak-information-in-ioctl
	patches.suse/edac-synopsys-read-the-error-count-from-the-correct-register.patch
	patches.suse/perf-core-Fix-perf_mmap-fail-when-CONFIG_PERF_USE_VMALLOC-enabled.patch
	patches.suse/KVM-PPC-Fix-TCE-handling-for-VFIO.patch
	patches.suse/powerpc-perf-Fix-power9-event-alternatives.patch
	patches.suse/powerpc-perf-Fix-power10-event-alternatives.patch
	patches.suse/sched-pelt-Fix-attach_entity_load_avg-corner-case.patch
	patches.suse/0002-video-fbdev-udlfb-properly-check-endpoint-type.patch
	patches.suse/video-fbdev-i740fb-Error-out-if-pixclock-equals-zero.patch
	patches.suse/pinctrl-mediatek-moore-Fix-build-error.patch
	patches.suse/pinctrl-stm32-Do-not-call-stm32_gpio_get-for-edge-tr.patch
	patches.suse/pinctrl-samsung-fix-missing-GPIOLIB-on-ARM64-Exynos-.patch
	patches.suse/pinctrl-rockchip-fix-RK3308-pinmux-bits.patch
	patches.suse/pinctrl-stm32-Keep-pinctrl-block-clock-enabled-when-.patch
	patches.suse/pinctrl-pistachio-fix-use-of-irq_of_parse_and_map.patch
	patches.suse/0001-floppy-disable-FDRAWCMD-by-default.patch
	patches.suse/mtd-rawnand-fix-ecc-parameters-for-mt7622.patch
	patches.suse/mtd-rawnand-Fix-return-value-check-of-wait_for_compl.patch
	patches.suse/mtd-rawnand-qcom-fix-memory-corruption-that-causes-p.patch
	patches.suse/zonefs-Clear-inode-information-flags-on-inode-creati.patch
	patches.suse/zonefs-Fix-management-of-open-zones.patch
	patches.suse/hex2bin-fix-access-beyond-string-end.patch
	patches.suse/xfs-reorder-iunlink-remove-operation-in-xfs_ifree.patch
	patches.suse/platform-x86-asus-wmi-Potential-buffer-overflow-in-a.patch
	patches.suse/platform-x86-asus-wmi-Fix-driver-not-binding-when-fa.patch
	patches.suse/platform-x86-intel-sdsi-Handle-leaky-bucket.patch
	patches.suse/platform-x86-intel-sdsi-Poll-on-ready-bit-for-writes.patch
	patches.suse/platform-x86-intel-sdsi-Fix-bug-in-multi-packet-read.patch
	patches.suse/ACPI-processor-idle-Avoid-falling-back-to-C3-type-C-.patch
	patches.suse/Revert-ACPI-processor-idle-fix-lockup-regression-on-.patch
	patches.suse/cpufreq-fix-memory-leak-in-sun50i_cpufreq_nvmem_prob.patch
	patches.suse/thermal-int340x-Fix-attr.show-callback-prototype.patch
	patches.suse/wireguard-device-check-for-metadata_dst-with-skb_val.patch
	patches.suse/net-ethernet-stmmac-fix-write-to-sgmii_adapter_base.patch
	patches.suse/net-hns3-clear-inited-state-and-stop-client-after-fa.patch
	patches.suse/net-hns3-align-the-debugfs-output-to-the-left.patch
	patches.suse/net-hns3-modify-the-return-code-of-hclge_get_ring_ch.patch
	patches.suse/net-hns3-add-validity-check-for-message-data-length.patch
	patches.suse/net-hns3-add-return-value-for-mailbox-handling-in-PF.patch
	patches.suse/net-smc-sync-err-code-when-tcp-connection-was-refused
	patches.suse/net-bcmgenet-hide-status-block-before-TX-timestampin.patch
	patches.suse/net-phy-marvell10g-fix-return-value-on-error.patch
	patches.suse/net-dsa-mv88e6xxx-Fix-port_hidden_wait-to-account-fo.patch
	patches.suse/virtio_net-fix-wrong-buf-address-calculation-when-us.patch
	patches.suse/net-dsa-lantiq_gswip-Don-t-set-GSWIP_MII_CFG_RMII_CL.patch
	patches.suse/ice-Fix-incorrect-locking-in-ice_vc_process_vf_msg.patch
	patches.suse/ice-Protect-vf_state-check-by-cfg_lock-in-ice_vc_pro.patch
	patches.suse/ice-wait-5-s-for-EMP-reset-after-firmware-flash.patch
	patches.suse/ice-fix-use-after-free-when-deinitializing-mailbox-s.patch
	patches.suse/bnx2x-fix-napi-API-usage-sequence.patch
	patches.suse/net-fec-add-missing-of_node_put-in-fec_enet_init_sto.patch
	patches.suse/ixgbe-ensure-IPsec-VF-PF-compatibility.patch
	patches.suse/Revert-ibmvnic-Add-ethtool-private-flag-for-driver-d.patch
	patches.suse/netfilter-nf_conntrack_tcp-re-init-for-syn-packets-o.patch
	patches.suse/0017-drm-sun4i-Remove-obsolete-references-to-PHYS_OFFSET.patch
	patches.suse/0018-drm-i915-Check-EDID-for-HDR-static-metadata-when-cho.patch
	patches.suse/0019-drm-i915-Fix-SEL_FETCH_PLANE_-PIPE_B-register-addres.patch
	patches.suse/0020-drm-amdkfd-Fix-GWS-queue-count.patch
	patches.suse/0021-drm-amd-display-Fix-memory-leak-in-dcn21_clock_sourc.patch
	patches.suse/0009-iocost-don-t-reset-the-inuse-weight-of-under-weighte.patch
	patches.suse/bfq-Fix-warning-in-bfqq_request_over_limit.patch
	patches.suse/clk-sunxi-sun9i-mmc-check-return-value-after-calling.patch
	patches.suse/arm64-dts-imx8mm-venice-fix-spi2-pin-configuration.patch
	patches.suse/arm64-dts-imx8qm-Correct-SCU-clock-controller-s-compatible-property.patch
	patches.suse/ARM-dts-imx6qdl-apalis-Fix-sgtl5000-detection-issue.patch
	patches.suse/arm64-dts-imx8mn-Fix-SAI-nodes.patch
	patches.suse/ARM-dts-imx8mm-venice-gw-71xx-72xx-73xx-fix-OTG-controller-OC-mode.patch
	patches.suse/arm64-dts-meson-remove-CPU-opps-below-1GHz-for-G12B-.patch
	patches.suse/arm64-dts-meson-remove-CPU-opps-below-1GHz-for-SM1-b.patch
	patches.suse/arm64-dts-meson-sm1-bananapi-m5-fix-wrong-GPIO-pin-l.patch
	patches.suse/ARM-dts-at91-Map-MCLK-for-wm8731-on-at91sam9g20ek.patch
	patches.suse/ARM-dts-at91-sama5d4_xplained-fix-pinctrl-phandle-na.patch
	patches.suse/ARM-dts-at91-fix-pinctrl-phandles.patch
	patches.suse/memory-renesas-rpc-if-Fix-HF-OSPI-data-transfer-in-M.patch
	patches.suse/ARM-OMAP2-Fix-refcount-leak-in-omap_gic_of_init.patch
	patches.suse/bus-ti-sysc-Make-omap3-gpt12-quirk-handling-SoC-spec.patch
	patches.suse/ARM-dts-dra7-Fix-suspend-warning-for-vpe-powerdomain.patch
	patches.suse/ARM-dts-Fix-mmc-order-for-omap3-gta04.patch
	patches.suse/ARM-dts-am3517-evm-Fix-misc-pinmuxing.patch
	patches.suse/ARM-dts-logicpd-som-lv-Fix-wrong-pinmuxing-on-OMAP35.patch
	patches.suse/bus-sunxi-rsb-Fix-the-return-value-of-sunxi_rsb_devi.patch
	patches.suse/ARM-dts-imx6ull-colibri-fix-vqmmc-regulator.patch
	patches.suse/arm64-dts-imx8mn-ddr4-evk-Describe-the-32.768-kHz-PMIC-clock.patch
	patches.suse/USB-Fix-xhci-event-ring-dequeue-pointer-ERDP-update-.patch
	patches.suse/xhci-stop-polling-roothubs-after-shutdown.patch
	patches.suse/xhci-increase-usb-U3-U0-link-resume-timeout-from-100.patch
	patches.suse/usb-cdns3-Fix-issue-for-clear-halt-endpoint.patch
	patches.suse/USB-quirks-add-a-Realtek-card-reader.patch
	patches.suse/USB-quirks-add-STRING-quirk-for-VCOM-device.patch
	patches.suse/usb-gadget-uvc-Fix-crash-when-encoding-data-for-usb-.patch
	patches.suse/usb-xhci-tegra-Fix-PM-usage-reference-leak-of-tegra_.patch
	patches.suse/usb-typec-ucsi-Fix-reuse-of-completion-structure.patch
	patches.suse/usb-typec-ucsi-Fix-role-swapping.patch
	patches.suse/USB-Fix-ehci-infinite-suspend-resume-loop-issue-in-z.patch
	patches.suse/usb-misc-fix-improper-handling-of-refcount-in-uss720.patch
	patches.suse/xhci-Enable-runtime-PM-on-second-Alderlake-controlle.patch
	patches.suse/usb-mtu3-fix-USB-3.0-dual-role-switch-from-device-to.patch
	patches.suse/usb-dwc3-core-Fix-tx-rx-threshold-settings.patch
	patches.suse/usb-dwc3-Try-usb-role-switch-first-in-dwc3_drd_init.patch
	patches.suse/usb-core-Don-t-hold-the-device-lock-while-sleeping-i.patch
	patches.suse/usb-gadget-configfs-clear-deactivation-flag-in-confi.patch
	patches.suse/usb-dwc3-core-Only-handle-soft-reset-in-DCTL.patch
	patches.suse/USB-serial-option-add-Telit-0x1057-0x1058-0x1075-com.patch
	patches.suse/USB-serial-option-add-support-for-Cinterion-MV32-WA-.patch
	patches.suse/USB-serial-cp210x-add-PIDs-for-Kamstrup-USB-Meter-Re.patch
	patches.suse/USB-serial-whiteheat-fix-heap-overflow-in-WHITEHEAT_.patch
	patches.suse/usb-dwc3-pci-add-support-for-the-Intel-Meteor-Lake-P.patch
	patches.suse/usb-dwc3-gadget-Return-proper-request-status.patch
	patches.suse/usb-phy-generic-Get-the-vbus-supply.patch
	patches.suse/tty-n_gsm-fix-missing-mux-reset-on-config-change-at-.patch
	patches.suse/tty-n_gsm-fix-restart-handling-via-CLD-command.patch
	patches.suse/tty-n_gsm-fix-decoupled-mux-resource.patch
	patches.suse/tty-n_gsm-fix-mux-cleanup-after-unregister-tty-devic.patch
	patches.suse/tty-n_gsm-fix-wrong-signal-octet-encoding-in-converg.patch
	patches.suse/tty-n_gsm-fix-frame-reception-handling.patch
	patches.suse/tty-n_gsm-fix-malformed-counter-for-out-of-frame-dat.patch
	patches.suse/tty-n_gsm-fix-insufficient-txframe-size.patch
	patches.suse/tty-n_gsm-fix-wrong-DLCI-release-order.patch
	patches.suse/tty-n_gsm-fix-missing-explicit-ldisc-flush.patch
	patches.suse/tty-n_gsm-fix-wrong-command-retry-handling.patch
	patches.suse/tty-n_gsm-fix-wrong-command-frame-length-field-encod.patch
	patches.suse/tty-n_gsm-fix-wrong-signal-octets-encoding-in-MSC.patch
	patches.suse/tty-n_gsm-fix-missing-tty-wakeup-in-convergence-laye.patch
	patches.suse/tty-n_gsm-fix-reset-fifo-race-condition.patch
	patches.suse/tty-n_gsm-fix-incorrect-UA-handling.patch
	patches.suse/serial-imx-fix-overrun-interrupts-in-DMA-mode.patch
	patches.suse/tty-n_gsm-fix-missing-update-of-modem-controls-after.patch
	patches.suse/Revert-serial-sc16is7xx-Clear-RS485-bits-in-the-shut.patch
	patches.suse/tty-n_gsm-fix-broken-virtual-tty-handling.patch
	patches.suse/tty-n_gsm-fix-invalid-use-of-MSC-in-advanced-option.patch
	patches.suse/tty-n_gsm-fix-software-flow-control-handling.patch
	patches.suse/serial-8250-Also-set-sticky-MCR-bits-in-console-rest.patch
	patches.suse/serial-8250-Correct-the-clock-for-EndRun-PTP-1588-PC.patch
	patches.suse/tty-n_gsm-fix-sometimes-uninitialized-warning-in-gsm.patch
	patches.suse/phy-samsung-Fix-missing-of_node_put-in-exynos_sata_p.patch
	patches.suse/phy-samsung-exynos5250-sata-fix-missing-device-put-i.patch
	patches.suse/phy-ti-omap-usb2-Fix-error-handling-in-omap_usb2_ena.patch
	patches.suse/phy-mapphone-mdm6600-Fix-PM-error-handling-in-phy_md.patch
	patches.suse/phy-ti-Add-missing-pm_runtime_disable-in-serdes_am65.patch
	patches.suse/phy-amlogic-fix-error-path-in-phy_g12a_usb3_pcie_pro.patch
	patches.suse/iio-imu-bmi160-disable-regulator-in-error-path.patch
	patches.suse/iio-dac-ad5592r-Fix-the-missing-return-value.patch
	patches.suse/iio-magnetometer-ak8975-Fix-the-error-handling-in-ak.patch
	patches.suse/iio-dac-ad5446-Fix-read_raw-not-returning-set-value.patch
	patches.suse/iio-imu-inv_icm42600-Fix-I2C-init-possible-nack.patch
	patches.suse/objtool-fix-sibling-call-detection-in-alternatives.patch
	patches.suse/objtool-Fix-type-of-reloc-addend.patch
	patches.suse/objtool-Fix-code-relocs-vs-weak-symbols.patch
	patches.suse/x86-cpu-Add-new-Alderlake-and-Raptorlake-CPU-model-n.patch
	patches.suse/x86-cpu-load-microcode-during-restore_processor_state.patch
	patches.suse/hwmon-f71882fg-Fix-negative-temperature.patch
	patches.suse/hwmon-pmbus-disable-PEC-if-not-enabled.patch
	patches.suse/selftests-seccomp-Don-t-call-read-on-TTY-from-backgr.patch
	patches.suse/iommu-vt-d-Calculate-mask-for-non-aligned-flushes
	patches.suse/iommu-vt-d-Drop-stop-marker-messages
	patches.suse/iommu-arm-smmu-v3-Fix-size-calculation-in-arm_smmu_mm_invalidate
	patches.suse/iommu-arm-smmu-disable-large-page-mappings-for-Nvidi.patch
	patches.suse/iommu-dart-check-return-value-after-calling-platform_get_resourc
	patches.suse/iommu-dart-Add-missing-module-owner-to-ops-structure
	patches.suse/can-grcan-grcan_close-fix-deadlock.patch
	patches.suse/can-grcan-use-ofdev-dev-when-allocating-DMA-memory.patch
	patches.suse/can-grcan-grcan_probe-fix-broken-system-id-check-for.patch
	patches.suse/can-grcan-only-use-the-NAPI-poll-budget-for-RX.patch
	patches.suse/net-ethernet-mediatek-add-missing-of_node_put-in-mtk.patch
	patches.suse/net-mdio-Fix-ENOMEM-return-value-in-BCM6368-mux-bus-.patch
	patches.suse/hinic-fix-bug-of-wq-out-of-bound-access.patch
	patches.suse/net-dsa-ksz9477-port-mirror-sniffing-limited-to-one-.patch
	patches.suse/net-dsa-mt7530-add-missing-of_node_put-in-mt7530_set.patch
	patches.suse/net-stmmac-dwmac-sun8i-add-missing-of_node_put-in-su.patch
	patches.suse/net-cpsw-add-missing-of_node_put-in-cpsw_probe_dt.patch
	patches.suse/net-stmmac-disable-Split-Header-SPH-for-Intel-platfo.patch
	patches.suse/nfc-replace-improper-check-device_is_registered-in-n.patch
	patches.suse/nfc-nfcmrvl-main-reorder-destructive-operations-in-n.patch
	patches.suse/net-emaclite-Add-error-handling-for-of_address_to_re.patch
	patches.suse/selftests-mirror_gre_bridge_1q-Avoid-changing-PVID-w.patch
	patches.suse/selftests-net-so_txtime-fix-parsing-of-start-time-st.patch
	patches.suse/selftests-net-so_txtime-usage-fix-documentation-of-d.patch
	patches.suse/smsc911x-allow-using-IRQ0.patch
	patches.suse/bnxt_en-Fix-possible-bnxt_open-failure-caused-by-wro.patch
	patches.suse/bnxt_en-Initiallize-bp-ptp_lock-first-before-using-i.patch
	patches.suse/bnxt_en-Fix-unnecessary-dropping-of-RX-packets.patch
	patches.suse/net-mlx5e-Fix-wrong-source-vport-matching-on-tunnel-.patch
	patches.suse/net-mlx5-Fix-slab-out-of-bounds-while-reading-resour.patch
	patches.suse/net-mlx5e-Don-t-match-double-vlan-packets-if-cvlan-i.patch
	patches.suse/net-mlx5e-Fix-the-calling-of-update_buffer_lossy-API.patch
	patches.suse/net-mlx5e-Lag-Fix-use-after-free-in-fib-event-handle.patch
	patches.suse/net-mlx5e-Lag-Fix-fib_info-pointer-assignment.patch
	patches.suse/net-mlx5e-Lag-Don-t-skip-fib-events-on-current-dst.patch
	patches.suse/net-mlx5e-TC-Fix-ct_clear-overwriting-ct-action-meta.patch
	patches.suse/net-mlx5e-TC-fix-decap-fallback-to-uplink-when-int-p.patch
	patches.suse/net-mlx5e-CT-Fix-queued-up-restore-put-executing-aft.patch
	patches.suse/net-mlx5e-Avoid-checking-offload-capability-in-post_.patch
	patches.suse/net-mlx5e-Fix-trust-state-reset-in-reload.patch
	patches.suse/net-mlx5-Fix-deadlock-in-sync-reset-flow.patch
	patches.suse/net-mlx5-Avoid-double-clear-or-set-of-sync-reset-req.patch
	patches.suse/net-mlx5-Fix-matching-on-inner-TTC.patch
	patches.suse/secure_seq-use-the-64-bits-of-the-siphash-for-port-o.patch
	patches.suse/tcp-use-different-parts-of-the-port_offset-for-index.patch
	patches.suse/tcp-resalt-the-secret-every-10-seconds.patch
	patches.suse/tcp-add-small-random-increments-to-the-source-port.patch
	patches.suse/tcp-dynamically-allocate-the-perturb-table-used-by-s.patch
	patches.suse/tcp-increase-source-port-perturb-table-to-2-16.patch
	patches.suse/tcp-drop-the-hash_32-part-from-the-index-calculation.patch
	patches.suse/selftests-ocelot-tc_flower_chains-specify-conform-ex.patch
	patches.suse/NFC-netlink-fix-sleep-in-atomic-bug-when-firmware-do.patch
	patches.suse/KVM-s390-vsie-gmap-reduce-gmap_rmap-overhead
	patches.suse/drm-amdgpu-do-not-use-passthrough-mode-in-Xen-dom0.patch
	patches.suse/drm-amd-display-Avoid-reading-audio-pattern-past-AUD.patch
	patches.suse/drm-msm-dp-remove-fail-safe-mode-related-code.patch
	patches.suse/mmc-core-Set-HS-clock-speed-before-sending-HS-CMD13.patch
	patches.suse/mmc-sunxi-mmc-Fix-DMA-descriptors-allocated-above-32.patch
	patches.suse/mmc-sdhci-msm-Reset-GCC_SDCC_BCR-register-for-SDHC.patch
	patches.suse/RDMA-irdma-Fix-deadlock-in-irdma_cleanup_cm_core.patch
	patches.suse/RDMA-irdma-Flush-iWARP-QP-if-modified-to-ERR-from-RT.patch
	patches.suse/RDMA-irdma-Reduce-iWARP-QP-destroy-time.patch
	patches.suse/RDMA-irdma-Fix-possible-crash-due-to-NULL-netdev-in-.patch
	patches.suse/RDMA-siw-Fix-a-condition-race-issue-in-MPA-request-p.patch
	patches.suse/kvm-x86-cpuid-Only-provide-CPUID-leaf-0xA-if-host-ha.patch
	patches.suse/SUNRPC-release-the-transport-of-a-relocated-task-wit.patch
	patches.suse/NFSv4-Don-t-invalidate-inode-attributes-on-delegatio.patch
	patches.suse/SUNRPC-Don-t-leak-sockets-in-xs_local_connect.patch
	patches.suse/SUNRPC-Ensure-gss-proxy-connects-on-setup.patch
	patches.suse/Revert-SUNRPC-attempt-AF_LOCAL-connect-on-setup.patch
	patches.suse/s390-dasd-fix-data-corruption-for-ESE-devices
	patches.suse/s390-dasd-prevent-double-format-of-tracks-for-ESE-devices
	patches.suse/s390-dasd-Fix-read-for-ESE-with-blksize-4k
	patches.suse/s390-dasd-Fix-read-inconsistency-for-ESE-DASD-devices
	patches.suse/gpiolib-of-fix-bounds-check-for-gpio-reserved-ranges.patch
	patches.suse/gpio-mvebu-drop-pwm-base-assignment.patch
	patches.suse/gpio-visconti-Fix-fwnode-of-GPIO-IRQ.patch
	patches.suse/gpio-pca953x-fix-irq_stat-not-updated-when-irq-is-di.patch
	patches.suse/floppy-use-a-statically-allocated-error-counter.patch
	patches.suse/ALSA-hda-realtek-Fix-mute-led-issue-on-thinkpad-with.patch
	patches.suse/ALSA-hda-realtek-Enable-mute-micmute-LEDs-support-fo.patch
	patches.suse/firewire-fix-potential-uaf-in-outbound_phy_packet_ca.patch
	patches.suse/firewire-remove-check-of-list-iterator-against-head-.patch
	patches.suse/firewire-core-extend-card-lock-in-fw_core_handle_bus.patch
	patches.suse/ALSA-hda-realtek-Add-quirk-for-Yoga-Duet-7-13ITL6-sp.patch
	patches.suse/ALSA-fireworks-fix-wrong-return-count-shorter-than-e.patch
	patches.suse/ASoC-wm8958-Fix-change-notifications-for-DSP-control.patch
	patches.suse/ASoC-da7219-Fix-change-notifications-for-tone-genera.patch
	patches.suse/ASoC-meson-Fix-event-generation-for-AUI-ACODEC-mux.patch
	patches.suse/ASoC-meson-Fix-event-generation-for-AUI-CODEC-mux.patch
	patches.suse/ASoC-meson-Fix-event-generation-for-G12A-tohdmi-mux.patch
	patches.suse/ASoC-soc-ops-fix-error-handling.patch
	patches.suse/ASoC-max98090-Reject-invalid-values-in-custom-contro.patch
	patches.suse/ASoC-max98090-Generate-notifications-on-changes-for-.patch
	patches.suse/ASoC-dmaengine-Restore-NULL-prepare_slave_config-cal.patch
	patches.suse/ASoC-ops-Validate-input-values-in-snd_soc_put_volsw_.patch
	patches.suse/ASoC-SOF-Fix-NULL-pointer-exception-in-sof_pci_probe.patch
	patches.suse/mm-Fix-PASID-use-after-free-issue.patch
	patches.suse/genirq-Synchronize-interrupt-thread-startup.patch
	patches.suse/timekeeping-Mark-NMI-safe-time-accessors-as-notrace.patch
	patches.suse/powerpc-pseries-vas-Use-QoS-credits-from-the-userspa.patch
	patches.suse/powerpc-vdso-Fix-incorrect-CFI-in-gettimeofday.S.patch
	patches.suse/powerpc-papr_scm-Fix-buffer-overflow-issue-with-CONF.patch
	patches.suse/platform-surface-aggregator-Fix-initialization-order.patch
	patches.suse/virtio-fix-virtio-transitional-ids.patch
	patches.suse/writeback-Avoid-skipping-inode-writeback.patch
	patches.suse/cgroup-cpuset-Remove-cpus_allowed-mems_allowed-setup-in-cpuset_init_smp.patch
	patches.suse/net-phy-micrel-Do-not-use-kszphy_suspend-resume-for-.patch
	patches.suse/net-phy-micrel-Pass-.probe-for-KS8737.patch
	patches.suse/selftests-add-ping-test-with-ping_group_range-tuned.patch
	patches.suse/net-mscc-ocelot-fix-last-VCAP-IS1-IS2-filter-persist.patch
	patches.suse/net-mscc-ocelot-fix-VCAP-IS2-filters-matching-on-bot.patch
	patches.suse/net-mscc-ocelot-restrict-tc-trap-actions-to-VCAP-IS2.patch
	patches.suse/net-mscc-ocelot-avoid-corrupting-hardware-counters-w.patch
	patches.suse/net-chelsio-cxgb4-Avoid-potential-negative-array-off.patch
	patches.suse/net-sfc-fix-memory-leak-due-to-ptp-channel.patch
	patches.suse/ionic-fix-missing-pci_release_regions-on-error-in-io.patch
	patches.suse/dim-initialize-all-struct-fields.patch
	patches.suse/net-phy-Fix-race-condition-on-link-status-change.patch
	patches.suse/ice-Fix-race-during-aux-device-un-plugging.patch
	patches.suse/ice-clear-stale-Tx-queue-settings-before-configuring.patch
	patches.suse/ice-fix-PTP-stale-Tx-timestamps-cleanup.patch
	patches.suse/batman-adv-Don-t-skb_split-skbuffs-with-frag_list.patch
	patches.suse/s390-ctcm-fix-variable-dereferenced-before-check
	patches.suse/s390-ctcm-fix-potential-memory-leak
	patches.suse/s390-lcs-fix-variable-dereferenced-before-check
	patches.suse/i40e-i40e_main-fix-a-missing-check-on-list-iterator.patch
	patches.suse/iwlwifi-iwl-dbg-Use-del_timer_sync-before-freeing.patch
	patches.suse/mac80211-fix-rx-reordering-with-non-explicit-psmp-ac.patch
	patches.suse/nl80211-validate-S1G-channel-width.patch
	patches.suse/mac80211-Reset-MBSSID-parameters-upon-connection.patch
	patches.suse/mac80211_hwsim-call-ieee80211_tx_prepare_skb-under-R.patch
	patches.suse/nl80211-fix-locking-in-nl80211_set_tx_bitrate_mask.patch
	patches.suse/rfkill-uapi-fix-RFKILL_IOCTL_MAX_SIZE-ioctl-request-.patch
	patches.suse/Bluetooth-Fix-the-creation-of-hdev-name.patch
	patches.suse/net-ethernet-mediatek-ppe-fix-wrong-size-passed-to-m.patch
	patches.suse/net-dsa-bcm_sf2-Fix-Wake-on-LAN-with-mac_link_down.patch
	patches.suse/net-smc-non-blocking-recvmsg-return-EAGAIN-when-no-data-and-signal_pending
	patches.suse/net-sfc-ef10-fix-memory-leak-in-efx_ef10_mtd_probe.patch
	patches.suse/0002-drm-i915-Fix-race-in-__i915_vma_remove_closed.patch
	patches.suse/0003-drm-amdgpu-vi-disable-ASPM-on-Intel-Alder-Lake-based.patch
	patches.suse/Revert-drm-amd-pm-keep-the-BACO-feature-enabled-for-.patch
	patches.suse/hwmon-tmp401-Add-OF-device-ID-table.patch
	patches.suse/hwmon-ltq-cputemp-restrict-it-to-SOC_XWAY.patch
	patches.suse/arm64-vdso-fix-makefile-dependency-on-vdso.so.patch
	patches.suse/arm64-Enable-repeat-tlbi-workaround-on-KRYO4XX-gold-.patch
	patches.suse/procfs-prevent-unprivileged-processes-accessing-fdin.patch
	patches.suse/arm-64-memremap-don-t-abuse-pfn_valid-to-ensure-pres.patch
	patches.suse/selftests-vm-Makefile-rename-TARGETS-to-VMTARGETS.patch
	patches.suse/Revert-SUNRPC-Ensure-gss-proxy-connects-on-setup.patch
	patches.suse/SUNRPC-Ensure-that-the-gssproxy-client-can-start-in-.patch
	patches.suse/nfs-fix-broken-handling-of-the-softreval-mount-optio.patch
	patches.suse/ceph-fix-setting-of-xattrs-on-async-created-inodes.patch
	patches.suse/scsi-qla2xxx-Fix-missed-DMA-unmap-for-aborted-comman.patch
	patches.suse/scsi-lpfc-Fix-split-code-for-FLOGI-on-FCoE.patch
	patches.suse/scsi-lpfc-Correct-BDE-DMA-address-assignment-for-GEN.patch
	patches.suse/drm-vmwgfx-Fix-fencing-on-SVGAv3.patch
	patches.suse/drm-vmwgfx-Initialize-drm_mode_fb_cmd2.patch
	patches.suse/drm-vmwgfx-Disable-command-buffers-on-svga3-without-.patch
	patches.suse/drm-nouveau-tegra-Stop-using-iommu_present.patch
	patches.suse/drm-nouveau-Fix-a-potential-theorical-leak-in-nouvea.patch
	patches.suse/drm-vc4-hdmi-Fix-build-error-for-implicit-function-d.patch
	patches.suse/usb-cdc-wdm-fix-reading-stuck-on-device-close.patch
	patches.suse/usb-typec-tcpci-Don-t-skip-cleanup-in-.remove-on-err.patch
	patches.suse/usb-gadget-uvc-allow-for-application-to-cleanly-shut.patch
	patches.suse/usb-typec-tcpci_mt6360-Update-for-BMC-PHY-setting.patch
	patches.suse/usb-gadget-fix-race-when-gadget-driver-register-via-.patch
	patches.suse/USB-serial-pl2303-add-device-id-for-HP-LM930-Display.patch
	patches.suse/USB-serial-option-add-Fibocom-L610-modem.patch
	patches.suse/USB-serial-option-add-Fibocom-MA510-modem.patch
	patches.suse/USB-serial-qcserial-add-support-for-Sierra-Wireless-.patch
	patches.suse/tty-serial-digicolor-fix-possible-null-ptr-deref-in-.patch
	patches.suse/serial-8250_mtk-Fix-UART_EFR-register-address.patch
	patches.suse/serial-8250_mtk-Fix-register-address-for-XON-XOFF-ch.patch
	patches.suse/tty-n_gsm-fix-buffer-over-read-in-gsm_dlci_data.patch
	patches.suse/tty-n_gsm-fix-mux-activation-issues-in-gsm_config.patch
	patches.suse/tty-n_gsm-fix-invalid-gsmtty_write_room-result.patch
	patches.suse/fsl_lpuart-Don-t-enable-interrupts-too-early.patch
	patches.suse/slimbus-qcom-Fix-IRQ-check-in-qcom_slim_probe.patch
	patches.suse/firmware_loader-use-kernel-credentials-when-reading-.patch
	patches.suse/Revert-PCI-aardvark-Rewrite-IRQ-code-to-chained-IRQ-.patch
	patches.suse/ALSA-usb-audio-Don-t-get-sample-rate-for-MCT-Trigger.patch
	patches.suse/ALSA-hda-fix-unused-Realtek-function-when-PM-is-not-.patch
	patches.suse/ALSA-hda-realtek-Add-quirk-for-Dell-Latitude-7520.patch
	patches.suse/ALSA-wavefront-Proper-check-of-get_user-error.patch
	patches.suse/ALSA-hda-realtek-Add-quirk-for-the-Framework-Laptop.patch
	patches.suse/ALSA-hda-realtek-Add-quirk-for-TongFang-devices-with.patch
	patches.suse/ALSA-hda-realtek-fix-right-sounds-and-mute-micmute-L-024a7ad9eb4d.patch
	patches.suse/ALSA-usb-audio-Restore-Rane-SL-1-quirk.patch
	patches.suse/vdpa-mlx5-Use-consistent-RQT-size.patch
	patches.suse/Fix-double-fget-in-vhost_net_set_backend.patch
	patches.suse/ARM-dts-aspeed-g6-remove-FWQSPID-group-in-pinctrl-dt.patch
	patches.suse/pinctrl-pinctrl-aspeed-g6-remove-FWQSPID-group-in-pi.patch
	patches.suse/dt-bindings-pinctrl-aspeed-g6-remove-FWQSPID-group.patch
	patches.suse/ARM-dts-aspeed-g6-fix-SPI1-SPI2-quad-pin-group.patch
	patches.suse/ARM-dts-aspeed-Add-video-engine-to-g6.patch
	patches.suse/selinux-fix-bad-cleanup-on-error-in-hashtab_duplicat.patch
	patches.suse/net-ipa-record-proper-RX-transaction-count.patch
	patches.suse/net-ipa-get-rid-of-a-duplicate-initialization.patch
	patches.suse/net-macb-Increment-rx-bd-head-after-allocating-skb-a.patch
	patches.suse/Revert-can-m_can-pci-use-custom-bit-timings-for-Elkh.patch
	patches.suse/net-systemport-Fix-an-error-handling-path-in-bcm_sys.patch
	patches.suse/net-vmxnet3-fix-possible-use-after-free-bugs-in-vmxn.patch
	patches.suse/net-vmxnet3-fix-possible-NULL-pointer-dereference-in.patch
	patches.suse/net-qla3xxx-Fix-a-test-in-ql_reset_work.patch
	patches.suse/NFC-nci-fix-sleep-in-atomic-context-bugs-caused-by-n.patch
	patches.suse/net-mlx5-DR-Fix-missing-flow_source-when-creating-mu.patch
	patches.suse/net-mlx5-Initialize-flow-steering-during-driver-prob.patch
	patches.suse/net-mlx5-DR-Ignore-modify-TTL-on-RX-if-device-doesn-.patch
	patches.suse/net-mlx5e-Wrap-mlx5e_trap_napi_poll-into-rcu_read_lo.patch
	patches.suse/net-mlx5e-Block-rx-gro-hw-feature-in-switchdev-mode.patch
	patches.suse/net-mlx5e-Properly-block-LRO-when-XDP-is-enabled.patch
	patches.suse/net-mlx5e-Properly-block-HW-GRO-when-XDP-is-enabled.patch
	patches.suse/net-mlx5e-Remove-HW-GRO-from-reported-features.patch
	patches.suse/net-mlx5e-CT-Fix-support-for-GRE-tuples.patch
	patches.suse/net-mlx5e-CT-Fix-setting-flow_source-for-smfs-ct-tup.patch
	patches.suse/net-mlx5-Drain-fw_reset-when-removing-device.patch
	patches.suse/ice-fix-crash-when-writing-timestamp-on-RX-rings.patch
	patches.suse/ice-fix-possible-under-reporting-of-ethtool-Tx-and-R.patch
	patches.suse/ice-Fix-interrupt-moderation-settings-getting-cleare.patch
	patches.suse/nfc-pn533-Fix-buggy-cleanup-order.patch
	patches.suse/igb-skip-phy-status-check-where-unavailable.patch
	patches.suse/pinctrl-mediatek-mt8365-fix-IES-control-pins.patch
	patches.suse/pinctrl-sunxi-fix-f1c100s-uart2-function.patch
	patches.suse/ARM-9196-1-spectre-bhb-enable-for-Cortex-A15.patch
	patches.suse/ARM-9197-1-spectre-bhb-fix-loop8-sequence-for-Thumb2.patch
	patches.suse/crypto-qcom-rng-fix-infinite-loop-on-requests-not-mu.patch
	patches.suse/arm64-paravirt-Use-RCU-read-locks-to-guard-stolen_ti.patch
	patches.suse/arm64-mte-Ensure-the-cleared-tags-are-visible-before.patch
	patches.suse/libceph-fix-potential-use-after-free-on-linger-ping-and-resends.patch
	patches.suse/gpio-gpio-vf610-do-not-touch-other-bits-when-set-the.patch
	patches.suse/gpio-mvebu-pwm-Refuse-requests-with-inverted-polarit.patch
	patches.suse/perf-Fix-sys_perf_event_open-race-against-self.patch
	patches.suse/dma-buf-fix-use-of-DMA_BUF_SET_NAME_-A-B-in-userspac.patch
	patches.suse/drm-i915-dmc-Add-MMIO-range-restrictions.patch
	patches.suse/clk-bcm2835-fix-bcm2835_clock_choose_div.patch
	patches.suse/clk-at91-generated-consider-range-when-calculating-b.patch
	patches.suse/KVM-x86-mmu-Update-number-of-zapped-pages-even-if-pa.patch
	patches.suse/KVM-x86-mmu-fix-NULL-pointer-dereference-on-guest-INVPCID
	patches.suse/Input-ili210x-fix-reset-timing.patch
	patches.suse/i2c-mt7621-fix-missing-clk_disable_unprepare-on-erro.patch
	patches.suse/i2c-ismt-Provide-a-DMA-buffer-for-Interrupt-Cause-Lo.patch
	patches.suse/drivers-i2c-thunderx-Allow-driver-to-work-with-ACPI-.patch
	patches.suse/efi-Add-missing-prototype-for-efi_capsule_setup_info.patch
	patches.suse/fs-writeback-writeback_sb_inodes-Recalculate-wrote-a.patch
	patches.suse/bfq-Avoid-false-marking-of-bic-as-stably-merged.patch
	patches.suse/bfq-Avoid-merging-queues-with-different-parents.patch
	patches.suse/bfq-Split-shared-queues-on-move-between-cgroups.patch
	patches.suse/bfq-Update-cgroup-information-before-merging-bio.patch
	patches.suse/bfq-Drop-pointless-unlock-lock-pair.patch
	patches.suse/bfq-Remove-pointless-bfq_init_rq-calls.patch
	patches.suse/bfq-Track-whether-bfq_group-is-still-online.patch
	patches.suse/bfq-Get-rid-of-__bio_blkcg-usage.patch
	patches.suse/bfq-Make-sure-bfqg-for-which-we-are-queueing-request.patch
	patches.suse/drbd-remove-assign_p_sizes_qlim
	patches.suse/drbd-use-bdev-based-limit-helpers-in-drbd_send_sizes
	patches.suse/drbd-use-bdev_alignment_offset-instead-of-queue_alignment_offset
	patches.suse/blk-cgroup-move-blkcg_-get-set-_fc_appid-out-of-line.patch
	patches.suse/bfq-Relax-waker-detection-for-shared-queues.patch
	patches.suse/bfq-Allow-current-waker-to-defend-against-a-tentativ.patch
	patches.suse/drbd-fix-duplicate-array-initializer
	patches.suse/raid5-introduce-MD_BROKEN.patch
	patches.suse/md-fix-an-incorrect-NULL-check-in-does_sb_need_chang.patch
	patches.suse/md-fix-an-incorrect-NULL-check-in-md_reload_sb.patch
	patches.suse/md-bitmap-don-t-set-sb-values-if-can-t-pass-sanity-c.patch
	patches.suse/md-raid0-Ignore-RAID0-layout-if-the-second-zone-has-.patch
	patches.suse/virtio_blk-fix-the-discard_granularity-and-discard_a.patch
	patches.suse/irqchip-exiu-Fix-acknowledgment-of-edge-triggered-in.patch
	patches.suse/irqchip-aspeed-i2c-ic-Fix-irq_of_parse_and_map-retur.patch
	patches.suse/irqchip-aspeed-scu-ic-Fix-irq_of_parse_and_map-retur.patch
	patches.suse/irqchip-armada-370-xp-Do-not-touch-Performance-Count.patch
	patches.suse/irqchip-gic-v3-Ensure-pseudo-NMIs-have-an-ISB-betwee.patch
	patches.suse/edac-dmc520-don-t-print-an-error-for-each-unconfigured-interrupt-line.patch
	patches.suse/KVM-SVM-Define-sev_features-and-VMPL-field-in-the-VMSA
	patches.suse/KVM-SVM-Create-a-separate-mapping-for-the-SEV-ES-save-area
	patches.suse/KVM-SVM-Create-a-separate-mapping-for-the-GHCB-save-area
	patches.suse/KVM-SVM-Update-the-SEV-ES-save-area-mapping
	patches.suse/x86-boot-Introduce-helpers-for-MSR-reads-writes
	patches.suse/x86-boot-Use-MSR-read-write-helpers-instead-of-inline-assembly
	patches.suse/x86-compressed-64-Detect-setup-SEV-SME-features-earlier-during-b
	patches.suse/x86-sev-Detect-setup-SEV-SME-features-earlier-in-boot
	patches.suse/x86-mm-Extend-cc_attr-to-include-AMD-SEV-SNP
	patches.suse/x86-sev-define-the-linux-specific-guest-termination-reasons.patch
	patches.suse/x86-sev-save-the-negotiated-ghcb-version.patch
	patches.suse/x86-sev-Check-SEV-SNP-features-support
	patches.suse/x86-sev-Add-a-helper-for-the-PVALIDATE-instruction
	patches.suse/x86-sev-Check-the-VMPL-level
	patches.suse/x86-compressed-Add-helper-for-validating-pages-in-the-decompress
	patches.suse/x86-compressed-Register-GHCB-memory-when-SEV-SNP-is-active
	patches.suse/x86-sev-Register-GHCB-memory-when-SEV-SNP-is-active
	patches.suse/x86-sev-Add-helper-for-validating-pages-in-early-enc-attribute-c
	patches.suse/x86-kernel-Mark-the-.bss.decrypted-section-as-shared-in-the-RMP-
	patches.suse/x86-kernel-Validate-ROM-memory-before-accessing-when-SEV-SNP-is-
	patches.suse/x86-mm-Validate-memory-when-changing-the-C-bit
	patches.suse/x86-sev-Use-SEV-SNP-AP-creation-to-start-secondary-CPUs
	patches.suse/x86-head-64-Re-enable-stack-protection
	patches.suse/x86-compressed-acpi-Move-EFI-detection-to-helper
	patches.suse/x86-compressed-acpi-Move-EFI-system-table-lookup-to-helper
	patches.suse/x86-compressed-acpi-Move-EFI-config-table-lookup-to-helper
	patches.suse/x86-compressed-acpi-Move-EFI-vendor-table-lookup-to-helper
	patches.suse/x86-compressed-acpi-Move-EFI-kexec-handling-into-common-code
	patches.suse/x86-boot-Add-Confidential-Computing-type-to-setup_data
	patches.suse/KVM-x86-Move-lookup-of-indexed-CPUID-leafs-to-helper
	patches.suse/x86-sev-Move-MSR-based-VMGEXITs-for-CPUID-to-helper
	patches.suse/x86-compressed-64-Add-support-for-SEV-SNP-CPUID-table-in-VC-hand
	patches.suse/x86-boot-Add-a-pointer-to-Confidential-Computing-blob-in-bootpar
	patches.suse/x86-compressed-Add-SEV-SNP-feature-detection-setup
	patches.suse/x86-compressed-Use-firmware-validated-CPUID-leaves-for-SEV-SNP-g
	patches.suse/x86-compressed-Export-and-rename-add_identity_map
	patches.suse/x86-compressed-64-Add-identity-mapping-for-Confidential-Computin
	patches.suse/x86-sev-Add-SEV-SNP-feature-detection-setup
	patches.suse/x86-sev-Use-firmware-validated-CPUID-for-SEV-SNP-guests
	patches.suse/x86-sev-Add-a-sev-cmdline-option
	patches.suse/x86-sev-Provide-support-for-SNP-guest-request-NAEs
	patches.suse/x86-sev-Register-SEV-SNP-guest-request-platform-device
	patches.suse/virt-Add-SEV-SNP-guest-driver
	patches.suse/virt-sevguest-Add-support-to-derive-key
	patches.suse/virt-sevguest-Add-support-to-get-extended-report
	patches.suse/virt-sevguest-Add-documentation-for-SEV-SNP-CPUID-Enforcement
	patches.suse/virt-sevguest-Fix-return-value-check-in-alloc_shared_pages
	patches.suse/virt-sevguest-Fix-bool-function-returning-negative-value
	patches.suse/x86-boot-Put-globals-that-are-accessed-early-into-the-.data-sect
	patches.suse/x86-sev-Add-missing-__init-annotations-to-SEV-init-routines
	patches.suse/x86-sev-Get-the-AP-jump-table-address-from-secrets-page
	patches.suse/ACPICA-Avoid-cache-flush-inside-virtual-machines.patch
	patches.suse/x86-mm-simplify-reserve_brk.patch
	patches.suse/x86-entry-remove-skip_r11rcx.patch
	patches.suse/x86-platform-uv-update-nmi-handler-for-uv5.patch
	patches.suse/x86-platform-uv-update-tsc-sync-state-for-uv5.patch
	patches.suse/x86-platform-uv-log-gap-hole-end-size.patch
	patches.suse/platform-x86-intel-hid-fix-_DSM-function-index-handl.patch
	patches.suse/xen-usb-switch-xen-hcd-to-use-INVALID_GRANT_REF.patch
	patches.suse/xen-update-ring.h.patch
	patches.suse/xen-xenbus-add-xenbus_setup_ring-service-function.patch
	patches.suse/xen-usbfront-use-xenbus_setup_ring-and-xenbus_teardo.patch
	patches.suse/irqchip-irq-xtensa-mx-fix-initial-IRQ-affinity.patch
	patches.suse/tty-goldfish-Introduce-gf_ioread32-gf_iowrite32.patch
	patches.suse/s390-stp-clock_delta-should-be-signed
	patches.suse/mm-Add-fault_in_subpage_writeable-to-probe-at-sub-page-granularity.patch
	patches.suse/arm64-Add-support-for-user-sub-page-fault-probing.patch
	patches.suse/btrfs-Avoid-live-lock-in-search_ioctl-on-hardware-with-sub-page-faults.patch
	patches.suse/arm64-fix-types-in-copy_highpage.patch
	patches.suse/of-Support-more-than-one-crash-kernel-regions-for-ke.patch
	patches.suse/kselftest-arm64-bti-force-static-linking.patch
	patches.suse/arm64-compat-Do-not-treat-syscall-number-as-ESR_ELx-.patch
	patches.suse/scripts-faddr2line-Fix-overlapping-text-section-fail.patch
	patches.suse/perf-amd-ibs-cascade-pmu-init-functions-return-value.patch
	patches.suse/perf-amd-ibs-use-is_visible-callback-for-dynamic-attributes.patch
	patches.suse/perf-amd-ibs-add-support-for-l3-miss-filtering.patch
	patches.suse/perf-amd-ibs-advertise-zen4_ibs_extensions-as-pmu-capability-attribute.patch
	patches.suse/sched-fair-Fix-cfs_rq_clock_pelt-for-throttled-cfs_rq.patch
	patches.suse/sched-psi-report-zeroes-for-CPU-full-at-the-system-l.patch
	patches.suse/sched-fair-Revise-comment-about-lb-decision-matrix.patch
	patches.suse/lockdown-also-lock-down-previous-kgdb-use.patch
	patches.suse/init-call-time_init-before-rand_initialize.patch
	patches.suse/random-wire-up-fops-splice_-read-write-_iter.patch
	patches.suse/arm64-stackleak-fix-current_top_of_stack.patch
	patches.suse/binfmt_flat-do-not-stop-relocating-GOT-entries-prema.patch
	patches.suse/landlock-Add-clang-format-exceptions.patch
	patches.suse/landlock-Format-with-clang-format.patch
	patches.suse/selftests-landlock-Add-clang-format-exceptions.patch
	patches.suse/selftests-landlock-Normalize-array-assignment.patch
	patches.suse/selftests-landlock-Format-with-clang-format.patch
	patches.suse/samples-landlock-Add-clang-format-exceptions.patch
	patches.suse/samples-landlock-Format-with-clang-format.patch
	patches.suse/landlock-Fix-landlock_add_rule-2-documentation.patch
	patches.suse/selftests-landlock-Make-tests-build-with-old-libc.patch
	patches.suse/selftests-landlock-Extend-tests-for-minimal-valid-at.patch
	patches.suse/selftests-landlock-Add-tests-for-unknown-access-righ.patch
	patches.suse/selftests-landlock-Extend-access-right-tests-to-dire.patch
	patches.suse/selftests-landlock-Fully-test-file-rename-with-remov.patch
	patches.suse/selftests-landlock-Add-tests-for-O_PATH.patch
	patches.suse/landlock-Change-landlock_add_rule-2-argument-check-o.patch
	patches.suse/landlock-Change-landlock_restrict_self-2-check-order.patch
	patches.suse/selftests-landlock-Test-landlock_create_ruleset-2-ar.patch
	patches.suse/landlock-Define-access_mask_t-to-enforce-a-consisten.patch
	patches.suse/landlock-Reduce-the-maximum-number-of-layers-to-16.patch
	patches.suse/landlock-Create-find_rule-from-unmask_layers.patch
	patches.suse/landlock-Fix-same-layer-rule-unions.patch
	patches.suse/tpm-ibmvtpm-Correct-the-return-value-in-tpm_ibmvtpm_.patch
	patches.suse/char-tpm-cr50_i2c-Suppress-duplicated-error-message-.patch
	patches.suse/tpm-Fix-buffer-access-in-tpm2_get_tpm_pt.patch
	patches.suse/efi-Do-not-import-certificates-from-UEFI-Secure-Boot.patch
	patches.suse/hwmon-pmbus-Check-PEC-support-before-reading-other-r.patch
	patches.suse/mtd-cfi_cmdset_0002-Move-and-rename-chip_check-chip_.patch
	patches.suse/mtd-spi-nor-core-Check-written-SR-value-in-spi_nor_w.patch
	patches.suse/mtd-spinand-gigadevice-fix-Quad-IO-for-GD5F1GQ5UExxG.patch
	patches.suse/mtd-rawnand-denali-Use-managed-device-resources.patch
	patches.suse/mtd-rawnand-cadence-fix-possible-null-ptr-deref-in-c.patch
	patches.suse/mtd-rawnand-intel-fix-possible-null-ptr-deref-in-ebu.patch
	patches.suse/ipmi-ssif-Check-for-NULL-msg-when-handling-events-an.patch
	patches.suse/ipmi-Fix-pr_fmt-to-avoid-compilation-issues.patch
	patches.suse/mmc-jz4740-Apply-DMA-engine-limits-to-maximum-segmen.patch
	patches.suse/drivers-mmc-sdhci_am654-Add-the-quirk-to-set-TESTCD-.patch
	patches.suse/mmc-core-Allows-to-override-the-timeout-value-for-io.patch
	patches.suse/regulator-mt6315-Enforce-regulator-compatible-not-na.patch
	patches.suse/regulator-core-Fix-enable_count-imbalance-with-EXCLU.patch
	patches.suse/regulator-qcom_smd-Fix-up-PM8950-regulator-configura.patch
	patches.suse/regulator-da9121-Fix-uninit-value-in-da9121_assign_c.patch
	patches.suse/regulator-pfuze100-Fix-refcount-leak-in-pfuze_parse_.patch
	patches.suse/regulator-scmi-Fix-refcount-leak-in-scmi_regulator_p.patch
	patches.suse/spi-qcom-qspi-Add-minItems-to-interconnect-names.patch
	patches.suse/spi-spi-cadence-Fix-kernel-doc-format-for-resume-sus.patch
	patches.suse/spi-spi-ti-qspi-Fix-return-value-handling-of-wait_fo.patch
	patches.suse/spi-spi-rspi-Remove-setting-src-dst-_-addr-addr_widt.patch
	patches.suse/spi-img-spfi-Fix-pm_runtime_get_sync-error-checking.patch
	patches.suse/spi-rockchip-fix-missing-error-on-unsupported-SPI_CS.patch
	patches.suse/spi-spi-fsl-qspi-check-return-value-after-calling-pl.patch
	patches.suse/spi-stm32-qspi-Fix-wait_cmd-timeout-in-APM-mode.patch
	patches.suse/HID-multitouch-add-quirks-to-enable-Lenovo-X12-track.patch
	patches.suse/HID-multitouch-Add-support-for-Google-Whiskers-Touch.patch
	patches.suse/HID-hid-led-fix-maximum-brightness-for-Dream-Cheeky.patch
	patches.suse/HID-elan-Fix-potential-double-free-in-elan_input_con.patch
	patches.suse/HID-bigben-fix-slab-out-of-bounds-Write-in-bigben_pr.patch
	patches.suse/HID-amd_sfh-Modify-the-bus-name.patch
	patches.suse/HID-amd_sfh-Modify-the-hid-name.patch
	patches.suse/ACPI-PM-Block-ASUS-B1400CEAE-from-suspend-to-idle-by.patch
	patches.suse/ACPI-sysfs-Fix-BERT-error-region-memory-mapping.patch
	patches.suse/ACPI-AGDI-Fix-missing-prototype-warning-for-acpi_agd.patch
	patches.suse/PM-devfreq-rk3399_dmc-Disable-edev-on-remove.patch
	patches.suse/powercap-intel_rapl-add-support-for-RaptorLake.patch
	patches.suse/powercap-RAPL-Add-Power-Limit4-support-for-RaptorLake.patch
	patches.suse/powercap-intel_rapl-add-support-for-ALDERLAKE_N.patch
	patches.suse/ACPI-CPPC-Assume-no-transition-latency-if-no-PCCT.patch
	patches.suse/PM-domains-Fix-initialization-of-genpd-s-next_wakeup.patch
	patches.suse/thermal-drivers-bcm2711-Don-t-clamp-temperature-at-z.patch
	patches.suse/thermal-drivers-broadcom-Fix-potential-NULL-derefere.patch
	patches.suse/thermal-core-Fix-memory-leak-in-__thermal_cooling_de.patch
	patches.suse/thermal-drivers-imx_sc_thermal-Fix-refcount-leak-in-.patch
	patches.suse/thermal-devfreq_cooling-use-local-ops-instead-of-glo.patch
	patches.suse/ACPI-property-Release-subnode-properties-with-data-n.patch
	patches.suse/media-i2c-max9286-fix-kernel-oops-when-removing-modu.patch
	patches.suse/media-media-entity.h-Fix-documentation-for-media_cre.patch
	patches.suse/media-venus-hfi-avoid-null-dereference-in-deinit.patch
	patches.suse/media-imx-jpeg-Add-pm-sleep-support-for-imx-jpeg.patch
	patches.suse/media-coda-Fix-reported-H264-profile.patch
	patches.suse/media-coda-Add-more-H264-levels-for-CODA960.patch
	patches.suse/media-pci-cx23885-Fix-the-error-handling-in-cx23885_.patch
	patches.suse/media-cx25821-Fix-the-warning-when-removing-the-modu.patch
	patches.suse/media-hantro-Empty-encoder-capture-buffers-by-defaul.patch
	patches.suse/media-uvcvideo-Fix-missing-check-to-determine-if-ele.patch
	patches.suse/media-aspeed-Fix-an-error-handling-path-in-aspeed_vi.patch
	patches.suse/media-exynos4-is-Fix-PM-disable-depth-imbalance-in-f.patch
	patches.suse/media-st-delta-Fix-PM-disable-depth-imbalance-in-del.patch
	patches.suse/media-atmel-atmel-isc-Fix-PM-disable-depth-imbalance.patch
	patches.suse/media-imx-jpeg-Fix-potential-array-out-of-bounds-in-.patch
	patches.suse/media-i2c-rdacm2x-properly-set-subdev-entity-functio.patch
	patches.suse/media-exynos4-is-Change-clk_disable-to-clk_disable_u.patch
	patches.suse/media-imx-jpeg-Refactor-function-mxc_jpeg_parse.patch
	patches.suse/media-rga-fix-possible-memory-leak-in-rga_probe.patch
	patches.suse/media-pvrusb2-fix-array-index-out-of-bounds-in-pvr2_.patch
	patches.suse/media-vsp1-Fix-offset-calculation-for-plane-cropping.patch
	patches.suse/media-atmel-atmel-sama5d2-isc-fix-wrong-mask-in-YUYV.patch
	patches.suse/media-hantro-HEVC-Fix-tile-info-buffer-value-computa.patch
	patches.suse/media-hantro-HEVC-unconditionnaly-set-pps_-cb-cr-_qp.patch
	patches.suse/media-ccs-core.c-fix-failure-to-call-clk_disable_unp.patch
	patches.suse/media-imon-reorganize-serialization.patch
	patches.suse/media-cec-adap.c-fix-is_configuring-state.patch
	patches.suse/media-ov7670-remove-ov7670_power_off-from-ov7670_rem.patch
	patches.suse/media-i2c-ov2640-Depend-on-V4L2_ASYNC.patch
	patches.suse/media-i2c-ov5648-fix-wrong-pointer-passed-to-IS_ERR-.patch
	patches.suse/media-rkvdec-Stop-overclocking-the-decoder.patch
	patches.suse/media-rkvdec-h264-Fix-dpb_valid-implementation.patch
	patches.suse/media-rkvdec-h264-Fix-bit-depth-wrap-in-pps-packet.patch
	patches.suse/exfat-fix-referencing-wrong-parent-directory-informa.patch
	patches.suse/ext4-fix-warning-in-ext4_handle_inode_extension.patch
	patches.suse/ext4-fix-use-after-free-in-ext4_rename_dir_prepare.patch
	patches.suse/ext4-mark-group-as-trimmed-only-if-it-was-fully-scan.patch
	patches.suse/ext4-fix-race-condition-between-ext4_write-and-ext4_.patch
	patches.suse/ext4-reject-the-commit-option-on-ext2-filesystems.patch
	patches.suse/ext4-fix-bug_on-in-ext4_writepages.patch
	patches.suse/ext4-filter-out-EXT4_FC_REPLAY-from-on-disk-superblo.patch
	patches.suse/ext4-verify-dir-block-before-splitting-it.patch
	patches.suse/ext4-avoid-cycles-in-directory-h-tree.patch
	patches.suse/ext4-fix-bug_on-in-__es_tree_search.patch
	patches.suse/iomap-iomap_write_failed-fix.patch
	patches.suse/Documentation-move-watch_queue-to-core-api.patch
	patches.suse/docs-submitting-patches-Fix-crossref-to-The-canonica.patch
	patches.suse/selftests-resctrl-Fix-null-pointer-dereference-on-op.patch
	patches.suse/kselftest-cgroup-fix-test_stress.sh-to-use-OUTPUT-di.patch
	patches.suse/bnx2x-Fix-undefined-behavior-due-to-shift-overflowin.patch
	patches.suse/sfc-Stop-using-iommu_present.patch
	patches.suse/qed-remove-an-unneed-NULL-check-on-list-iterator.patch
	patches.suse/bnxt-refactor-bnxt_rx_xdp-to-separate-xdp_init_buff-.patch
	patches.suse/bnxt-add-flag-to-denote-that-an-xdp-program-is-curre.patch
	patches.suse/bnxt-refactor-bnxt_rx_pages-operate-on-skb_shared_in.patch
	patches.suse/bnxt-rename-bnxt_rx_pages-to-bnxt_rx_agg_pages_skb.patch
	patches.suse/bnxt-adding-bnxt_rx_agg_pages_xdp-for-aggregated-xdp.patch
	patches.suse/bnxt-set-xdp_buff-pfmemalloc-flag-if-needed.patch
	patches.suse/bnxt-change-receive-ring-space-parameters.patch
	patches.suse/bnxt-add-page_pool-support-for-aggregation-ring-when.patch
	patches.suse/bnxt-adding-bnxt_xdp_build_skb-to-build-skb-from-mul.patch
	patches.suse/bnxt-support-transmit-and-free-of-aggregation-buffer.patch
	patches.suse/bnxt-XDP-multibuffer-enablement.patch
	patches.suse/ice-switch-add-and-use-u16-aliases-to-ice_adv_lkup_e.patch
	patches.suse/ice-switch-unobscurify-bitops-loop-in-ice_fill_adv_d.patch
	patches.suse/ice-switch-use-a-struct-to-pass-packet-template-para.patch
	patches.suse/ice-switch-use-convenience-macros-to-declare-dummy-p.patch
	patches.suse/ice-switch-convert-packet-template-match-code-to-rod.patch
	patches.suse/sfc-use-hardware-tx-timestamps-for-more-than-PTP.patch
	patches.suse/bnx2x-Fix-spelling-mistake-regiser-register.patch
	patches.suse/msft-hv-2570-hv_netvsc-Add-support-for-XDP_REDIRECT.patch
	patches.suse/net-mlx5_fpga-Drop-INNOVA-TLS-support.patch
	patches.suse/net-mlx5-Reliably-return-TLS-device-capabilities.patch
	patches.suse/net-mlx5-Remove-indirection-in-TLS-build.patch
	patches.suse/net-mlx5-Remove-tls-vs.-ktls-separation-as-it-is-the.patch
	patches.suse/net-mlx5-Cleanup-kTLS-function-names-and-their-expos.patch
	patches.suse/IB-mlx5-Fix-undefined-behavior-due-to-shift-overflow.patch
	patches.suse/net-mlx5_fpga-Drop-INNOVA-IPsec-support.patch
	patches.suse/net-mlx5-Delete-metadata-handling-logic.patch
	patches.suse/net-mlx5-Remove-not-used-IDA-field-from-IPsec-struct.patch
	patches.suse/net-mlx5-Remove-XFRM-no_trailer-flag.patch
	patches.suse/net-mlx5-Remove-FPGA-ipsec-specific-statistics.patch
	patches.suse/RDMA-mlx5-Delete-never-supported-IPsec-flow-action.patch
	patches.suse/RDMA-mlx5-Drop-crypto-flow-steering-API.patch
	patches.suse/net-mlx5-Remove-ipsec-vs.-ipsec-offload-file-separat.patch
	patches.suse/net-mlx5-Remove-useless-IPsec-device-checks.patch
	patches.suse/net-mlx5-Unify-device-IPsec-capabilities-check.patch
	patches.suse/net-mlx5-Align-flow-steering-allocation-namespace-to.patch
	patches.suse/net-mlx5-Remove-not-needed-IPsec-config.patch
	patches.suse/net-mlx5-Move-IPsec-file-to-relevant-directory.patch
	patches.suse/net-mlx5-Reduce-kconfig-complexity-while-building-cr.patch
	patches.suse/net-mlx5-Remove-ipsec_ops-function-table.patch
	patches.suse/net-mlx5-Remove-not-implemented-IPsec-capabilities.patch
	patches.suse/sfc-ef10-Fix-assigning-negative-value-to-unsigned-va.patch
	patches.suse/sfc-Fix-spelling-mistake-writting-writing.patch
	patches.suse/net-dsa-mt7530-1G-can-also-support-1000BASE-X-link-m.patch
	patches.suse/sfc-efx_default_channel_type-APIs-can-be-static.patch
	patches.suse/sfc-Remove-duplicate-definition-of-efx_xmit_done.patch
	patches.suse/sfc-Remove-global-definition-of-efx_reset_type_names.patch
	patches.suse/i40e-Add-support-for-MPLS-TSO.patch
	patches.suse/ice-Add-mpls-tso-support.patch
	patches.suse/i40e-Add-tx_stopped-stat.patch
	patches.suse/i40e-Add-vsi.tx_restart-to-i40e-ethtool-stats.patch
	patches.suse/i40e-Add-Ethernet-Connection-X722-for-10GbE-SFP-supp.patch
	patches.suse/NFC-NULL-out-the-dev-rfkill-to-prevent-UAF.patch
	patches.suse/devlink-add-support-to-create-line-card-and-expose-t.patch
	patches.suse/devlink-implement-line-card-provisioning.patch
	patches.suse/devlink-implement-line-card-active-state.patch
	patches.suse/devlink-add-port-to-line-card-relationship-set.patch
	patches.suse/mlxsw-spectrum-Allocate-port-mapping-array-of-struct.patch
	patches.suse/mlxsw-reg-Add-Ports-Mapping-Event-Configuration-Regi.patch
	patches.suse/mlxsw-Narrow-the-critical-section-of-devl_lock-durin.patch
	patches.suse/mlxsw-spectrum-Introduce-port-mapping-change-event-p.patch
	patches.suse/flow_dissector-Add-number-of-vlan-tags-dissector.patch
	patches.suse/can-xilinx_can-mark-bit-timing-constants-as-const.patch
	patches.suse/ipv6-Use-ipv6_only_sock-helper-in-condition.patch
	patches.suse/qed-Remove-IP-services-API.patch
	patches.suse/ice-xsk-Decorate-ICE_XDP_REDIR-with-likely.patch
	patches.suse/ixgbe-xsk-Decorate-IXGBE_XDP_REDIR-with-likely.patch
	patches.suse/ice-xsk-Terminate-Rx-side-of-NAPI-when-XSK-Rx-queue-.patch
	patches.suse/i40e-xsk-Terminate-Rx-side-of-NAPI-when-XSK-Rx-queue.patch
	patches.suse/ixgbe-xsk-Terminate-Rx-side-of-NAPI-when-XSK-Rx-queu.patch
	patches.suse/ice-xsk-Diversify-return-values-from-xsk_wakeup-call.patch
	patches.suse/i40e-xsk-Diversify-return-values-from-xsk_wakeup-cal.patch
	patches.suse/ixgbe-xsk-Diversify-return-values-from-xsk_wakeup-ca.patch
	patches.suse/mlx5-xsk-Diversify-return-values-from-xsk_wakeup-cal.patch
	patches.suse/ice-xsk-Avoid-refilling-single-Rx-descriptors.patch
	patches.suse/ixgbe-xsk-Get-rid-of-redundant-fallthrough.patch
	patches.suse/i40e-xsk-Get-rid-of-redundant-fallthrough.patch
	patches.suse/eth-benet-remove-a-copy-of-the-NAPI_POLL_WEIGHT-defi.patch
	patches.suse/sfc-add-EF100-VF-support-via-a-write-to-sriov_numvfs.patch
	patches.suse/qede-Reduce-verbosity-of-ptp-tx-timestamp.patch
	patches.suse/net-ieee802154-ca8210-Fix-lifs-sifs-periods.patch
	patches.suse/octeontx2-af-debugfs-fix-error-return-of-allocations.patch
	patches.suse/net-mlx5-use-kvfree-for-kvzalloc-in-mlx5_ct_fs_smfs_.patch
	patches.suse/net-mlx5-Remove-useless-kfree.patch
	patches.suse/net-mlx5-Delete-redundant-default-assignment-of-runt.patch
	patches.suse/net-mlx5-Print-initializing-field-in-case-of-timeout.patch
	patches.suse/net-mlx5e-Drop-error-CQE-handling-from-the-XSK-RX-ha.patch
	patches.suse/net-mlx5e-Remove-unused-mlx5e_dcbnl_build_rep_netdev.patch
	patches.suse/net-mlx5e-TC-set-proper-dest-type.patch
	patches.suse/net-mlx5-fs-split-software-and-IFC-flow-destination-.patch
	patches.suse/net-mlx5-fs-refactor-software-deletion-rule.patch
	patches.suse/net-mlx5-fs-jump-to-exit-point-and-don-t-fall-throug.patch
	patches.suse/net-mlx5-fs-add-unused-destination-type.patch
	patches.suse/net-mlx5-fs-do-proper-bookkeeping-for-forward-destin.patch
	patches.suse/net-mlx5-fs-delete-the-FTE-when-there-are-no-rules-a.patch
	patches.suse/net-mlx5-fs-call-the-deletion-function-of-the-node.patch
	patches.suse/net-mlx5-fs-an-FTE-should-have-no-dests-when-deleted.patch
	patches.suse/netdev-reshuffle-netif_napi_add-APIs-to-allow-droppi.patch
	patches.suse/ath11k-acquire-ab-base_lock-in-unassign-when-finding.patch
	patches.suse/ath9k-fix-ar9003_get_eepmisc.patch
	patches.suse/mwifiex-add-mutex-lock-for-call-in-mwifiex_dfs_chan_.patch
	patches.suse/b43legacy-Fix-assigning-negative-value-to-unsigned-v.patch
	patches.suse/b43-Fix-assigning-negative-value-to-unsigned-variabl.patch
	patches.suse/ipw2x00-Fix-potential-NULL-dereference-in-libipw_xmi.patch
	patches.suse/nl80211-show-SSID-for-P2P_GO-interfaces.patch
	patches.suse/mac80211-minstrel_ht-fix-where-rate-stats-are-stored.patch
	patches.suse/rtw88-8821c-fix-debugfs-rssi-value.patch
	patches.suse/rtl818x-Prevent-using-not-initialized-queues.patch
	patches.suse/ath9k_htc-fix-potential-out-of-bounds-access-with-in.patch
	patches.suse/ath9k-fix-QCA9561-PA-bias-level.patch
	patches.suse/ath11k-disable-spectral-scan-during-spectral-deinit.patch
	patches.suse/ath10k-skip-ath10k_halt-during-suspend-for-driver-st.patch
	patches.suse/carl9170-tx-fix-an-incorrect-use-of-list-iterator.patch
	patches.suse/net-mlx5-Simplify-IPsec-flow-steering-init-cleanup-f.patch
	patches.suse/net-mlx5-Check-IPsec-TX-flow-steering-namespace-in-a.patch
	patches.suse/net-mlx5-Don-t-hide-fallback-to-software-IPsec-in-FS.patch
	patches.suse/net-mlx5-Reduce-useless-indirection-in-IPsec-FS-add-.patch
	patches.suse/net-mlx5-Store-IPsec-ESN-update-work-in-XFRM-state.patch
	patches.suse/net-mlx5-Remove-useless-validity-check.patch
	patches.suse/net-mlx5-Merge-various-control-path-IPsec-headers-in.patch
	patches.suse/net-mlx5-Remove-indirections-from-esp-functions.patch
	patches.suse/net-mlx5-Simplify-HW-context-interfaces-by-using-SA-.patch
	patches.suse/net-mlx5-Clean-IPsec-FS-add-delete-rules.patch
	patches.suse/net-mlx5-Make-sure-that-no-dangling-IPsec-FS-pointer.patch
	patches.suse/net-mlx5-Don-t-advertise-IPsec-netdev-support-for-no.patch
	patches.suse/net-mlx5-Simplify-IPsec-capabilities-logic.patch
	patches.suse/net-mlx5-Remove-not-supported-ICV-length.patch
	patches.suse/net-mlx5-Cleanup-XFRM-attributes-struct.patch
	patches.suse/net-mlx5-Don-t-perform-lookup-after-already-known-se.patch
	patches.suse/net-mlx5-Allow-future-addition-of-IPsec-object-modif.patch
	patches.suse/sfc-Disable-Siena-support.patch
	patches.suse/sfc-Copy-a-subset-of-mcdi_pcol.h-to-siena.patch
	patches.suse/ice-use-min_t-to-make-code-cleaner-in-ice_gnss.patch
	patches.suse/ice-introduce-common-helper-for-retrieving-VSI-by-vs.patch
	patches.suse/ice-return-ENOSPC-when-exceeding-ICE_MAX_CHAIN_WORDS.patch
	patches.suse/ice-get-switch-id-on-switchdev-devices.patch
	patches.suse/ice-add-newline-to-dev_dbg-in-ice_vf_fdir_dump_info.patch
	patches.suse/ice-always-check-VF-VSI-pointer-values.patch
	patches.suse/ice-remove-return-value-comment-for-ice_reset_all_vf.patch
	patches.suse/ice-fix-wording-in-comment-for-ice_reset_vf.patch
	patches.suse/ice-add-a-function-comment-for-ice_cfg_mac_antispoof.patch
	patches.suse/ice-remove-period-on-argument-description-in-ice_for.patch
	patches.suse/net-add-netif_inherit_tso_max.patch
	patches.suse/net-don-t-allow-user-space-to-lift-the-device-limits.patch
	patches.suse/net-make-drivers-set-the-TSO-limit-not-the-GSO-limit.patch
	patches.suse/ixgbe-Fix-module_param-allow_unsupported_sfp-type.patch
	patches.suse/igb-Convert-kmap-to-kmap_local_page.patch
	patches.suse/ice-link-representors-to-PCI-device.patch
	patches.suse/Revert-ice-Hide-bus-info-in-ethtool-for-PRs-in-switc.patch
	patches.suse/sfc-Move-Siena-specific-files.patch
	patches.suse/sfc-Copy-shared-files-needed-for-Siena-part-1.patch
	patches.suse/sfc-Copy-shared-files-needed-for-Siena-part-2.patch
	patches.suse/sfc-siena-Remove-build-references-to-missing-functio.patch
	patches.suse/sfc-siena-Rename-functions-in-efx-headers-to-avoid-c.patch
	patches.suse/sfc-siena-Rename-RX-TX-functions-to-avoid-conflicts-.patch
	patches.suse/sfc-siena-Rename-peripheral-functions-to-avoid-confl.patch
	patches.suse/sfc-siena-Rename-functions-in-mcdi-headers-to-avoid-.patch
	patches.suse/sfc-siena-Rename-functions-in-nic_common.h-to-avoid-.patch
	patches.suse/sfc-siena-Inline-functions-in-sriov.h-to-avoid-confl.patch
	patches.suse/sfc-Add-a-basic-Siena-module.patch
	patches.suse/net-mlx5-Add-exit-route-when-waiting-for-FW.patch
	patches.suse/net-mlx5-Increase-FW-pre-init-timeout-for-health-rec.patch
	patches.suse/net-mlx5-Lag-expose-number-of-lag-ports.patch
	patches.suse/net-mlx5-devcom-only-supports-2-ports.patch
	patches.suse/net-mlx5-Lag-move-E-Switch-prerequisite-check-into-l.patch
	patches.suse/net-mlx5-Lag-use-lag-lock.patch
	patches.suse/net-mlx5-Lag-filter-non-compatible-devices.patch
	patches.suse/net-mlx5-Lag-store-number-of-ports-inside-lag-object.patch
	patches.suse/net-mlx5-Lag-support-single-FDB-only-on-2-ports.patch
	patches.suse/net-mlx5-Lag-use-hash-when-in-roce-lag-on-4-ports.patch
	patches.suse/net-mlx5-Lag-use-actual-number-of-lag-ports.patch
	patches.suse/net-mlx5-Support-devices-with-more-than-2-ports.patch
	patches.suse/net-mlx5-Lag-refactor-dmesg-print.patch
	patches.suse/net-mlx5-Lag-use-buckets-in-hash-mode.patch
	patches.suse/net-mlx5-Lag-add-debugfs-to-query-hardware-lag-state.patch
	patches.suse/igc-Remove-igc_set_spd_dplx-method.patch
	patches.suse/igc-Remove-unused-phy_type-enum.patch
	patches.suse/igc-Change-type-of-the-igc_check_downshift-method.patch
	patches.suse/siena-Make-MTD-support-specific-for-Siena.patch
	patches.suse/siena-Make-SRIOV-support-specific-for-Siena.patch
	patches.suse/siena-Make-HWMON-support-specific-for-Siena.patch
	patches.suse/sfc-siena-Make-MCDI-logging-support-specific-for-Sie.patch
	patches.suse/sfc-siena-Make-PTP-and-reset-support-specific-for-Si.patch
	patches.suse/sfc-siena-Reinstate-SRIOV-init-fini-function-calls.patch
	patches.suse/usbnet-Run-unregister_netdev-before-unbind-again.patch
	patches.suse/usbnet-smsc95xx-Don-t-clear-read-only-PHY-interrupt.patch
	patches.suse/usbnet-smsc95xx-Avoid-link-settings-race-on-interrup.patch
	patches.suse/bnxt_en-Update-firmware-interface-to-1.10.2.95.patch
	patches.suse/bnxt_en-Configure-ptp-filters-during-bnxt-open.patch
	patches.suse/bnxt_en-Enable-packet-timestamping-for-all-RX-packet.patch
	patches.suse/bnxt_en-parse-and-report-result-field-when-NVRAM-pac.patch
	patches.suse/sfc-siena-Fix-Kconfig-dependencies.patch
	patches.suse/xfrm-free-not-used-XFRM_ESP_NO_TRAILER-flag.patch
	patches.suse/xfrm-delete-not-used-number-of-external-headers.patch
	patches.suse/xfrm-rename-xfrm_state_offload-struct-to-allow-reuse.patch
	patches.suse/xfrm-store-and-rely-on-direction-to-construct-offloa.patch
	patches.suse/ixgbe-propagate-XFRM-offload-state-direction-instead.patch
	patches.suse/net-mlx5e-Use-XFRM-state-direction-instead-of-flags.patch
	patches.suse/ixgbe-add-xdp-frags-support-to-ndo_xdp_xmit.patch
	patches.suse/ice-Expose-RSS-indirection-tables-for-queue-groups-v.patch
	patches.suse/octeontx2-pf-Remove-unnecessary-synchronize_irq-befo.patch
	patches.suse/net-phy-micrel-Allow-probing-without-.driver_data.patch
	patches.suse/qed-Remove-unnecessary-synchronize_irq-before-free_i.patch
	patches.suse/net-qede-Remove-unnecessary-synchronize_irq-before-f.patch
	patches.suse/octeontx2-pf-Add-support-for-adaptive-interrupt-coal.patch
	patches.suse/net-mlx5-sparse-error-context-imbalance-in-mlx5_vf_g.patch
	patches.suse/net-mlx5-Add-last-command-failure-syndrome-to-debugf.patch
	patches.suse/net-mlx5-Inline-db-alloc-API-function.patch
	patches.suse/net-mlx5-Allocate-virtually-contiguous-memory-in-vpo.patch
	patches.suse/net-mlx5-Allocate-virtually-contiguous-memory-in-pci.patch
	patches.suse/net-mlx5e-Allocate-virtually-contiguous-memory-for-V.patch
	patches.suse/net-mlx5e-Allocate-virtually-contiguous-memory-for-r.patch
	patches.suse/net-mlx5e-IPoIB-Improve-ethtool-rxnfc-callback-struc.patch
	patches.suse/net-mlx5e-Support-partial-GSO-for-tunnels-over-vlans.patch
	patches.suse/net-mlx5e-Allow-relaxed-ordering-over-VFs.patch
	patches.suse/net-mlx5e-CT-Add-ct-driver-counters.patch
	patches.suse/net-mlx5e-Correct-the-calculation-of-max-channels-fo.patch
	patches.suse/net-mlx5e-Add-XDP-SQs-to-uplink-representors-steerin.patch
	patches.suse/net-mlx5-Lag-refactor-lag-state-machine.patch
	patches.suse/net-mlx5-Remove-unused-argument.patch
	patches.suse/net-mlx5-Support-multiport-eswitch-mode.patch
	patches.suse/net-stmmac-remove-unused-get_addr-callback.patch
	patches.suse/eth-sun-cassini-remove-dead-code.patch
	patches.suse/sfc-siena-Have-a-unique-wrapper-ifndef-for-efx-chann.patch
	patches.suse/net-mlx5-fix-multiple-definitions-of-mlx5_lag_mpesw_.patch
	patches.suse/cfg80211-declare-MODULE_FIRMWARE-for-regulatory.db.patch
	patches.suse/mac80211-upgrade-passive-scan-to-active-scan-on-DFS-.patch
	patches.suse/wilc1000-fix-crash-observed-in-AP-mode-with-cfg80211.patch
	patches.suse/rtlwifi-Use-pr_warn-instead-of-WARN_ONCE.patch
	patches.suse/mt76-mt7921-accept-rx-frames-with-non-standard-VHT-M.patch
	patches.suse/mt76-mt7921-Fix-the-error-handling-path-of-mt7921_pc.patch
	patches.suse/mt76-do-not-attempt-to-reorder-received-802.3-packet.patch
	patches.suse/mt76-fix-encap-offload-ethernet-type-check.patch
	patches.suse/ath11k-Don-t-check-arvif-is_started-before-sending-m.patch
	patches.suse/iwlwifi-fw-init-SAR-GEO-table-only-if-data-is-presen.patch
	patches.suse/iwlwifi-mvm-fix-assert-1F04-upon-reconfig.patch
	patches.suse/can-mcp251xfd-silence-clang-s-Wunaligned-access-warn.patch
	patches.suse/net-wwan-iosm-remove-pointless-null-check.patch
	patches.suse/sfc-siena-Remove-duplicate-check-on-segments.patch
	patches.suse/eth-bnxt-make-ulp_id-unsigned-to-make-GCC-12-happy.patch
	patches.suse/net-mlx5-fix-typo-in-comment.patch
	patches.suse/net-qed-fix-typos-in-comments.patch
	patches.suse/qed-fix-typos-in-comments.patch
	patches.suse/eth-ice-silence-the-GCC-12-array-bounds-warning.patch
	patches.suse/wifi-rtlwifi-remove-always-true-condition-pointed-ou.patch
	patches.suse/Bluetooth-fix-dangling-sco_conn-and-use-after-free-i.patch
	patches.suse/Bluetooth-hci_qca-Use-del_timer_sync-before-freeing.patch
	patches.suse/Bluetooth-use-hdev-lock-in-activate_scan-for-hci_is_.patch
	patches.suse/Bluetooth-use-hdev-lock-for-accept_list-and-reject_l.patch
	patches.suse/net-macb-Fix-PTP-one-step-sync-support.patch
	patches.suse/Documentation-add-description-for-net.core.gro_norma.patch
	patches.suse/NFC-hci-fix-sleep-in-atomic-context-bugs-in-nfc_hci_.patch
	patches.suse/net-stmmac-fix-out-of-bounds-access-in-a-selftest.patch
	patches.suse/hinic-Avoid-some-over-memory-allocation.patch
	patches.suse/net-dsa-restrict-SMSC_LAN9303_I2C-kconfig.patch
	patches.suse/net-smc-postpone-sk_refcnt-increment-in-connect
	patches.suse/drm-i915-Fix-Wstringop-overflow-warning-in-call-to-i.patch
	patches.suse/dt-bindings-soc-qcom-smd-rpm-Fix-missing-MSM8936-com.patch
	patches.suse/of-overlay-do-not-break-notify-on-NOTIFY_-OK-STOP.patch
	patches.suse/dt-bindings-display-sitronix-st7735r-Fix-backlight-i.patch
	patches.suse/drm-bridge-analogix_dp-Grab-runtime-PM-reference-for.patch
	patches.suse/drm-blend-fix-typo-in-the-comment.patch
	patches.suse/drm-vmwgfx-validate-the-screen-formats.patch
	patches.suse/drm-bridge-it66121-Fix-the-register-page-length.patch
	patches.suse/drm-virtio-fix-NULL-pointer-dereference-in-virtio_gp.patch
	patches.suse/drm-nouveau-kms-nv50-atom-fix-an-incorrect-NULL-chec.patch
	patches.suse/gma500-fix-an-incorrect-NULL-check-on-list-iterator.patch
	patches.suse/0003-tilcdc-tilcdc_external-fix-an-incorrect-NULL-check-o.patch
	patches.suse/drm-edid-fix-invalid-EDID-extension-block-filtering.patch
	patches.suse/drm-bridge-adv7511-clean-up-CEC-adapter-when-probe-f.patch
	patches.suse/drm-bridge-tc358767-Move-e-DP-bridge-endpoint-parsin.patch
	patches.suse/drm-bridge-icn6211-Fix-register-layout.patch
	patches.suse/0004-drm-bridge-icn6211-Fix-HFP_HSW_HBP_HI-and-HFP_MIN-ha.patch
	patches.suse/drm-nouveau-clk-Fix-an-incorrect-NULL-check-on-list-.patch
	patches.suse/drm-vc4-hvs-Fix-frame-count-register-readout.patch
	patches.suse/0005-stm-ltdc-fix-two-incorrect-NULL-checks-on-list-itera.patch
	patches.suse/drm-sti-don-t-use-kernel-doc-markers.patch
	patches.suse/fbcon-Consistently-protect-deferred_takeover-with-co.patch
	patches.suse/drm-vc4-hvs-Reset-muxes-at-probe-time.patch
	patches.suse/drm-vc4-txp-Don-t-set-TXP_VSTART_AT_EOF.patch
	patches.suse/drm-vc4-txp-Force-alpha-to-be-0xff-if-it-s-disabled.patch
	patches.suse/drm-komeda-Fix-an-undefined-behavior-bug-in-komeda_p.patch
	patches.suse/drm-komeda-return-early-if-drm_universal_plane_init-.patch
	patches.suse/drm-mali-dp-potential-dereference-of-null-pointer.patch
	patches.suse/drm-amd-vcn-fix-an-error-msg-on-vcn-3.0.patch
	patches.suse/drm-amd-display-DCN3.1-don-t-mark-as-kernel-doc.patch
	patches.suse/drm-amd-display-Fix-by-adding-FPU-protection-for-dcn.patch
	patches.suse/drm-amd-display-Disabling-Z10-on-DCN31.patch
	patches.suse/drm-bridge-Fix-error-handling-in-analogix_dp_probe.patch
	patches.suse/drm-panel-simple-Add-missing-bus-flags-for-Innolux-G.patch
	patches.suse/drm-amdgpu-sdma-Fix-incorrect-calculations-of-the-wp.patch
	patches.suse/drm-plane-Move-range-check-for-format_count-earlier.patch
	patches.suse/drm-bridge-tc358767-Fix-e-DP-bridge-endpoint-parsing.patch
	patches.suse/drm-panel-panel-simple-Fix-proper-bpc-for-AM-1280800.patch
	patches.suse/drm-rockchip-vop-fix-possible-null-ptr-deref-in-vop_.patch
	patches.suse/drm-nouveau-subdev-bus-Ratelimit-logging-for-fault-e.patch
	patches.suse/0005-drm-mediatek-Add-vblank-register-unregister-callback.patch
	patches.suse/drm-mediatek-Fix-mtk_cec_mask.patch
	patches.suse/drm-mediatek-dpi-Use-mt8183-output-formats-for-mt819.patch
	patches.suse/0008-drm-msm-properly-add-and-remove-internal-bridges.patch
	patches.suse/0009-drm-msm-remove-unused-plane_property-field-from-msm_.patch
	patches.suse/drm-msm-dpu-adjust-display_v_end-for-eDP-and-DP.patch
	patches.suse/0010-drm-msm-dpu-fix-error-check-return-value-of-irq_of_p.patch
	patches.suse/drm-msm-disp-dpu1-set-vbif-hw-config-to-NULL-to-avoi.patch
	patches.suse/0011-drm-msm-dp-stop-event-kernel-thread-when-DP-unbind.patch
	patches.suse/drm-msm-dp-fix-error-check-return-value-of-irq_of_pa.patch
	patches.suse/0012-drm-msm-dp-tear-down-main-link-at-unplug-handle-imme.patch
	patches.suse/drm-msm-dp-reset-DP-controller-before-transmit-phy-t.patch
	patches.suse/drm-msm-dp-do-not-stop-transmitting-phy-test-pattern.patch
	patches.suse/drm-msm-dsi-fix-error-checks-and-return-values-for-D.patch
	patches.suse/drm-msm-hdmi-check-return-value-after-calling-platfo.patch
	patches.suse/drm-msm-hdmi-fix-error-check-return-value-of-irq_of_.patch
	patches.suse/drm-msm-fix-error-check-return-value-of-irq_of_parse.patch
	patches.suse/0013-drm-msm-disp-dpu1-set-mdp-clk-to-the-maximum-frequen.patch
	patches.suse/drm-msm-add-missing-include-to-msm_drv.c.patch
	patches.suse/drm-msm-dsi-fix-address-for-second-DSI-PHY-on-SDM660.patch
	patches.suse/drm-msm-dp-fix-event-thread-stuck-in-wait_event-afte.patch
	patches.suse/drm-msm-mdp5-Return-error-code-in-mdp5_pipe_release-.patch
	patches.suse/drm-msm-mdp5-Return-error-code-in-mdp5_mixer_release.patch
	patches.suse/drm-msm-return-an-error-pointer-in-msm_gem_prime_get.patch
	patches.suse/drm-etnaviv-check-for-reaped-mapping-in-etnaviv_iomm.patch
	patches.suse/drm-amdgpu-ucode-Remove-firmware-load-type-check-in-.patch
	patches.suse/Revert-drm-amd-display-Fix-DCN3-B0-DP-Alt-Mapping.patch
	patches.suse/drm-amd-pm-update-smartshift-powerboost-calc-for-smu.patch
	patches.suse/drm-amd-pm-update-smartshift-powerboost-calc-for-smu-cdf4c8ec3987.patch
	patches.suse/drm-msm-a6xx-Fix-refcount-leak-in-a6xx_gpu_init.patch
	patches.suse/drm-msm-fix-possible-memory-leak-in-mdp5_crtc_cursor.patch
	patches.suse/drm-msm-dpu-handle-pm_runtime_get_sync-errors-in-bin.patch
	patches.suse/drm-i915-Fix-CFI-violation-with-show_dynamic_id.patch
	patches.suse/drm-i915-dsi-fix-VBT-send-packet-port-selection-for-.patch
	patches.suse/ALSA-jack-Access-input_dev-under-mutex.patch
	patches.suse/ALSA-cs35l41-Unify-hardware-configuration.patch
	patches.suse/ALSA-cs35l41-Check-hw_config-before-using-it.patch
	patches.suse/ALSA-cs35l41-Move-cs35l41_gpio_config-to-shared-lib.patch
	patches.suse/ALSA-hda-cs35l41-Fix-I2S-params-comments.patch
	patches.suse/ALSA-hda-cs35l41-Always-configure-the-DAI.patch
	patches.suse/ALSA-hda-cs35l41-Add-Boost-type-flag.patch
	patches.suse/ALSA-hda-cs35l41-Put-the-device-into-safe-mode-for-e.patch
	patches.suse/ALSA-hda-cs35l41-Mute-the-device-before-shutdown.patch
	patches.suse/ALSA-cs35l41-Enable-Internal-Boost-in-shared-lib.patch
	patches.suse/ALSA-hda-cs35l41-Move-boost-config-to-initialization.patch
	patches.suse/ALSA-hda-cs35l41-Remove-cs35l41_hda_reg_sequence-str.patch
	patches.suse/ALSA-hda-cs35l41-Reorganize-log-for-playback-actions.patch
	patches.suse/ALSA-hda-cs35l41-Handle-all-external-boost-setups-th.patch
	patches.suse/ALSA-hda-cs35l41-Move-external-boost-handling-to-lib.patch
	patches.suse/ASoC-cs35l41-Document-CS35l41-External-Boost.patch
	patches.suse/ASoC-cs35l41-Support-external-boost.patch
	patches.suse/ALSA-usb-audio-Add-quirk-bits-for-enabling-disabling.patch
	patches.suse/ALSA-usb-audio-Move-generic-implicit-fb-quirk-entrie.patch
	patches.suse/ALSA-pcm-Check-for-null-pointer-of-pointer-substream.patch
	patches.suse/ALSA-hda-conexant-add-a-new-hda-codec-SN6140.patch
	patches.suse/ASoC-cs42l42-Move-CS42L42-register-descriptions-to-g.patch
	patches.suse/ALSA-hda-cs8409-Use-general-cs42l42-include-in-cs840.patch
	patches.suse/ALSA-hda-cs8409-Support-manual-mode-detection-for-CS.patch
	patches.suse/ALSA-hda-cs8409-Support-new-Odin-Variants.patch
	patches.suse/ALSA-hda-cs8409-Add-Speaker-Playback-Switch-for-Cybo.patch
	patches.suse/ALSA-hda-cs8409-Add-Speaker-Playback-Switch-for-Warl.patch
	patches.suse/ALSA-hda-cs35l41-Fix-error-in-spi-cs35l41-hda-driver.patch
	patches.suse/ALSA-hda-cs35l41-Set-Speaker-Position-for-CLSA0100-L.patch
	patches.suse/ALSA-hda-cs35l41-Remove-Set-Channel-Map-api-from-bin.patch
	patches.suse/ALSA-hda-cs35l41-Add-Support-for-Interrupts.patch
	patches.suse/ALSA-hda-cs35l41-Enable-GPIO2-Interrupt-for-CLSA0100.patch
	patches.suse/ASoC-cs35l41-Move-cs35l41_set_cspl_mbox_cmd-to-share.patch
	patches.suse/ASoC-cs35l41-Move-cs35l41-fs-errata-into-shared-code.patch
	patches.suse/ASoC-cs35l41-Move-cs_dsp-config-struct-into-shared-c.patch
	patches.suse/ALSA-hda-cs35l41-Add-Amp-Name-based-on-channel-and-i.patch
	patches.suse/ASoC-wm_adsp-Compressed-stream-DSP-memory-structs-sh.patch
	patches.suse/ALSA-usb-audio-Workaround-for-clock-setup-on-TEAC-de.patch
	patches.suse/ALSA-usb-audio-Add-missing-ep_idx-in-fixed-EP-quirks.patch
	patches.suse/ALSA-ctxfi-Add-SB046x-PCI-ID.patch
	patches.suse/ASoC-cs35l41-Add-one-more-variable-in-the-debug-log-0f91bc71fe1f.patch
	patches.suse/ASoC-cs35l41-Fix-an-out-of-bounds-access-in-otp_pack.patch
	patches.suse/ASoC-mediatek-Fix-error-handling-in-mt8173_max98090_.patch
	patches.suse/ASoC-mediatek-Fix-missing-of_node_put-in-mt2701_wm89.patch
	patches.suse/ASoC-rsnd-care-default-case-on-rsnd_ssiu_busif_err_s.patch
	patches.suse/ASoC-rsnd-care-return-value-from-rsnd_node_fixed_ind.patch
	patches.suse/ASoC-SOF-Intel-pci-tgl-add-ADL-PS-support.patch
	patches.suse/ASoC-SOF-Intel-pci-tgl-add-RPL-P-support.patch
	patches.suse/ASoC-Intel-bytcr_rt5640-Add-quirk-for-the-HP-Pro-Tab.patch
	patches.suse/ASoC-rk3328-fix-disabling-mclk-on-pclk-probe-failure.patch
	patches.suse/ASoC-dapm-Don-t-fold-register-value-changes-into-not.patch
	patches.suse/ASoC-rt5514-Fix-event-generation-for-DSP-Voice-Wake-.patch
	patches.suse/ASoC-atmel-pdmic-Remove-endianness-flag-on-pdmic-com.patch
	patches.suse/ASoC-atmel-classd-Remove-endianness-flag-on-class-d-.patch
	patches.suse/ASoC-cs35l41-Add-endianness-flag-in-snd_soc_componen.patch
	patches.suse/ASoC-tscs454-Add-endianness-flag-in-snd_soc_componen.patch
	patches.suse/ASoC-rt711-Add-endianness-flag-in-snd_soc_component_.patch
	patches.suse/ASoC-rt711-sdca-Add-endianness-flag-in-snd_soc_compo.patch
	patches.suse/ASoC-fsl-Fix-refcount-leak-in-imx_sgtl5000_probe.patch
	patches.suse/ASoC-imx-hdmi-Fix-refcount-leak-in-imx_hdmi_probe.patch
	patches.suse/ASoC-mxs-saif-Fix-refcount-leak-in-mxs_saif_probe.patch
	patches.suse/ASoC-samsung-Fix-refcount-leak-in-aries_audio_probe.patch
	patches.suse/ASoC-ti-j721e-evm-Fix-refcount-leak-in-j721e_soc_pro.patch
	patches.suse/ASoC-rt5645-Fix-errorenous-cleanup-order.patch
	patches.suse/ASoC-wm2000-fix-missing-clk_disable_unprepare-on-err.patch
	patches.suse/ASoC-max98357a-remove-dependency-on-GPIOLIB.patch
	patches.suse/ASoC-rt1015p-remove-dependency-on-GPIOLIB.patch
	patches.suse/ASoC-max98090-Move-check-for-invalid-values-before-c.patch
	patches.suse/ALSA-usb-audio-Configure-sync-endpoints-before-data.patch
	patches.suse/ALSA-hda-realtek-Add-new-type-for-ALC245.patch
	patches.suse/scsi-lpfc-Tweak-message-log-categories-for-ELS-FDMI-.patch
	patches.suse/scsi-lpfc-Move-cfg_log_verbose-check-before-calling-.patch
	patches.suse/scsi-lpfc-Fix-diagnostic-fw-logging-after-a-function.patch
	patches.suse/scsi-lpfc-Zero-SLI4-fcp_cmnd-buffer-s-fcpCntl0-field.patch
	patches.suse/scsi-lpfc-Requeue-SCSI-I-O-to-upper-layer-when-fw-re.patch
	patches.suse/scsi-lpfc-Fix-SCSI-I-O-completion-and-abort-handler-.patch
	patches.suse/scsi-lpfc-Clear-fabric-topology-flag-before-initiati.patch
	patches.suse/scsi-lpfc-Fix-null-pointer-dereference-after-failing.patch
	patches.suse/scsi-lpfc-Protect-memory-leak-for-NPIV-ports-sending.patch
	patches.suse/scsi-lpfc-Update-fc_prli_sent-outstanding-only-after.patch
	patches.suse/scsi-lpfc-Transition-to-NPR-state-upon-LOGO-cmpl-if-.patch
	patches.suse/scsi-lpfc-Remove-unnecessary-NULL-pointer-assignment.patch
	patches.suse/scsi-lpfc-Move-MI-module-parameter-check-to-handle-d.patch
	patches.suse/scsi-lpfc-Correct-CRC32-calculation-for-congestion-s.patch
	patches.suse/scsi-lpfc-Fix-call-trace-observed-during-I-O-with-CM.patch
	patches.suse/scsi-lpfc-Revise-FDMI-reporting-of-supported-port-sp.patch
	patches.suse/scsi-lpfc-Remove-false-FDMI-NVMe-FC-4-support-for-NP.patch
	patches.suse/scsi-lpfc-Register-for-Application-Services-FC-4-typ.patch
	patches.suse/scsi-lpfc-Introduce-FC_RSCN_MEMENTO-flag-for-trackin.patch
	patches.suse/scsi-lpfc-Fix-field-overload-in-lpfc_iocbq-data-stru.patch
	patches.suse/scsi-lpfc-Refactor-cleanup-of-mailbox-commands.patch
	patches.suse/scsi-lpfc-Change-FA-PWWN-detection-methodology.patch
	patches.suse/scsi-lpfc-Update-stat-accounting-for-READ_STATUS-mbo.patch
	patches.suse/scsi-lpfc-Expand-setting-ELS_ID-field-in-ELS_REQUEST.patch
	patches.suse/scsi-lpfc-Update-lpfc-version-to-14.2.0.2.patch
	patches.suse/scsi-lpfc-Copyright-updates-for-14.2.0.2-patches.patch
	patches.suse/scsi-qla2xxx-Remove-free_sg-command-flag.patch
	patches.suse/scsi-ufs-qcom-Fix-ufs_qcom_resume
	patches.suse/scsi-ipr-Directly-return-instead-of-using-local-ret-.patch
	patches.suse/scsi-qla2xxx-Remove-unneeded-flush_workqueue.patch
	patches.suse/scsi-lpfc-Remove-unneeded-variable-a346f28a.patch
	patches.suse/scsi-ufs-core-Exclude-UECxx-from-SFR-dump-list
	patches.suse/scsi-dc395x-Fix-a-missing-check-on-list-iterator
	patches.suse/scsi-qla2xxx-edif-Remove-unneeded-variable.patch
	patches.suse/scsi-lpfc-Remove-unnecessary-null-ndlp-check-in-lpfc.patch
	patches.suse/scsi-lpfc-Fix-resource-leak-in-lpfc_sli4_send_seq_to.patch
	patches.suse/scsi-mpt3sas-Use-cached-ATA-Information-VPD-page
	patches.suse/scsi-core-Query-VPD-size-before-getting-full-page
	patches.suse/scsi-lpfc-Fix-additional-reference-counting-in-lpfc_.patch
	patches.suse/scsi-lpfc-Remove-redundant-lpfc_sli_prep_wqe-call.patch
	patches.suse/scsi-ufs-qcom-Add-a-readl-to-make-sure-ref_clk-gets-enabled
	patches.suse/scsi-lpfc-Fix-element-offset-in-__lpfc_sli_release_i.patch
	patches.suse/scsi-lpfc-Fill-in-missing-ndlp-kref-puts-in-error-pa.patch
	patches.suse/scsi-lpfc-Fix-ndlp-put-following-a-LOGO-completion.patch
	patches.suse/scsi-lpfc-Inhibit-aborts-if-external-loopback-plug-i.patch
	patches.suse/scsi-lpfc-Fix-dmabuf-ptr-assignment-in-lpfc_ct_rejec.patch
	patches.suse/scsi-lpfc-Use-list_for_each_entry_safe-in-rscn_recov.patch
	patches.suse/scsi-lpfc-Decrement-outstanding-gidft_inp-counter-if.patch
	patches.suse/scsi-lpfc-Change-VMID-registration-to-be-based-on-fa.patch
	patches.suse/scsi-lpfc-Rework-FDMI-initialization-after-link-up.patch
	patches.suse/scsi-lpfc-Alter-FPIN-stat-accounting-logic.patch
	patches.suse/scsi-lpfc-Use-sg_dma_address-and-sg_dma_len-macros-f.patch
	patches.suse/scsi-lpfc-Update-lpfc-version-to-14.2.0.3.patch
	patches.suse/scsi-ipr-Use-kobj_to_dev.patch
	patches.suse/scsi-hisi_sas-Fix-rescan-after-deleting-a-disk
	patches.suse/scsi-fnic-Replace-DMA-mask-of-64-bits-with-47-bits
	patches.suse/dma-debug-change-allocation-mode-from-GFP_NOWAIT-to-.patch
	patches.suse/swiotlb-max-mapping-size-takes-min-align-mask-into-a.patch
	patches.suse/inotify-show-inotify-mask-flags-in-proc-fdinfo.patch
	patches.suse/fsnotify-fix-wrong-lockdep-annotations.patch
	patches.suse/xfs-fix-soft-lockup-via-spinning-in-filestream-ag-se.patch
	patches.suse/xfs-revert-xfs-actually-bump-warning-counts-when-we-.patch
	patches.suse/ARM-hisi-Add-missing-of_node_put-after-of_find_compa.patch
	patches.suse/ARM-dts-ox820-align-interrupt-controller-node-name-w.patch
	patches.suse/ARM-dts-socfpga-align-interrupt-controller-node-name.patch
	patches.suse/ARM-dts-s5pv210-Remove-spi-cs-high-on-panel-in-Aries.patch
	patches.suse/ARM-dts-s5pv210-Correct-interrupt-name-for-bluetooth.patch
	patches.suse/ARM-dts-s5pv210-align-DMA-channels-with-dtschema.patch
	patches.suse/ARM-dts-stm32-Fix-PHY-post-reset-delay-on-Avenger96.patch
	patches.suse/ARM-dts-BCM5301X-Update-pin-controller-node-name.patch
	patches.suse/dt-bindings-arm-bcm-fix-BCM53012-and-BCM53016-SoC-st.patch
	patches.suse/ARM-dts-bcm2835-rpi-zero-w-Fix-GPIO-line-name-for-Wi.patch
	patches.suse/ARM-dts-bcm2837-rpi-cm3-io3-Fix-GPIO-line-names-for-.patch
	patches.suse/ARM-dts-bcm2837-rpi-3-b-plus-Fix-GPIO-line-name-of-p.patch
	patches.suse/ARM-dts-bcm2835-rpi-b-Fix-GPIO-line-names.patch
	patches.suse/ARM-dts-exynos-add-atmel-24c128-fallback-to-Samsung-.patch
	patches.suse/arm64-tegra-Add-missing-DFLL-reset-on-Tegra210.patch
	patches.suse/ARM-dts-suniv-F1C100-fix-watchdog-compatible.patch
	patches.suse/arm64-dts-ti-k3-am64-mcu-remove-incorrect-UART-base-.patch
	patches.suse/ARM-dts-qcom-msm8974-Drop-flags-for-mdss-irqs.patch
	patches.suse/arm64-dts-qcom-sdm845-db845c-add-wifi-variant-proper.patch
	patches.suse/arm64-dts-qcom-sdm845-remove-snps-dw-pcie-compatible.patch
	patches.suse/arm64-dts-qcom-msm8996-remove-snps-dw-pcie-compatibl.patch
	patches.suse/arm64-dts-qcom-pm8350c-stop-depending-on-thermal_zon.patch
	patches.suse/arm64-dts-qcom-pmr735a-stop-depending-on-thermal_zon.patch
	patches.suse/arm64-dts-qcom-msm8916-huawei-g7-Clarify-installatio.patch
	patches.suse/arm64-dts-qcom-msm8996-Drop-flags-for-mdss-irqs.patch
	patches.suse/arm64-dts-qcom-sdm845-Drop-flags-for-mdss-irqs.patch
	patches.suse/arm64-dts-qcom-sm8250-Drop-flags-for-mdss-irqs.patch
	patches.suse/arm64-dts-qcom-ipq8074-fix-the-sleep-clock-frequency.patch
	patches.suse/arm64-dts-qcom-msm8994-Fix-the-cont_splash_mem-addre.patch
	patches.suse/arm64-dts-qcom-msm8994-Fix-BLSP-12-_DMA-channels-cou.patch
	patches.suse/arm64-dts-qcom-sdm845-xiaomi-beryllium-fix-typo-in-p.patch
	patches.suse/arm64-dts-qcom-qrb5165-rb5-Fix-can-clock-node-name.patch
	patches.suse/ARM-dts-ci4x10-Adapt-to-changes-in-imx6qdl.dtsi-rega.patch
	patches.suse/ARM-dts-imx-align-SPI-NOR-node-name-with-dtschema.patch
	patches.suse/ARM-dts-imx6dl-colibri-Fix-I2C-pinmuxing.patch
	patches.suse/arm64-dts-imx8mm-beacon-Enable-RTS-CTS-on-UART3.patch
	patches.suse/arm64-dts-imx8mn-beacon-Enable-RTS-CTS-on-UART3.patch
	patches.suse/arm64-dts-rockchip-Move-drive-impedance-ohm-to-emmc-.patch
	patches.suse/arm64-dts-marvell-espressobin-ultra-fix-SPI-NOR-conf.patch
	patches.suse/arm64-dts-marvell-espressobin-ultra-enable-front-USB.patch
	patches.suse/arm64-dts-mt8192-Fix-nor_flash-status-disable-typo.patch
	patches.suse/memory-samsung-exynos5422-dmc-Avoid-some-over-memory.patch
	patches.suse/firmware-arm_ffa-Fix-uuid-parameter-to-ffa_partition.patch
	patches.suse/firmware-arm_ffa-Remove-incorrect-assignment-of-driv.patch
	patches.suse/firmware-arm_scmi-Fix-list-protocols-enumeration-in-.patch
	patches.suse/firmware-arm_scmi-Validate-BASE_DISCOVER_LIST_PROTOC.patch
	patches.suse/soc-bcm-Check-for-NULL-return-of-devm_kzalloc.patch
	patches.suse/soc-ti-ti_sci_pm_domains-Check-for-null-return-of-de.patch
	patches.suse/soc-qcom-smp2p-Fix-missing-of_node_put-in-smp2p_pars.patch
	patches.suse/soc-qcom-smsm-Fix-missing-of_node_put-in-smsm_parse_.patch
	patches.suse/soc-qcom-llcc-Add-MODULE_DEVICE_TABLE.patch
	patches.suse/arm-mediatek-select-arch-timer-for-mt7629.patch
	patches.suse/ARM-omap1-ams-delta-remove-camera-leftovers.patch
	patches.suse/ARM-OMAP1-clock-Fix-UART-rate-reporting-algorithm.patch
	patches.suse/drivers-base-node.c-fix-compaction-sysfs-file-leak.patch
	patches.suse/dax-fix-cache-flush-on-PMD-mapped-pages.patch
	patches.suse/drivers-base-memory-fix-an-unlikely-reference-counti.patch
	patches.suse/KVM-x86-Drop-WARNs-that-assert-a-triple-fault-never-.patch
	patches.suse/KVM-nVMX-Leave-most-VM-Exit-info-fields-unmodified-o.patch
	patches.suse/KVM-nVMX-Clear-IDT-vectoring-on-nested-VM-Exit-for-d.patch
	patches.suse/KVM-SVM-Use-kzalloc-for-sev-ioctl-interfaces-to-prev.patch
	patches.suse/KVM-x86-avoid-calling-x86-emulator-without-a-decoded-instruction
	patches.suse/KVM-LAPIC-Drop-pending-LAPIC-timer-injection-when-ca.patch
	patches.suse/platform-chrome-cros_ec-fix-error-handling-in-cros_e.patch
	patches.suse/platform-chrome-Re-introduce-cros_ec_cmd_xfer-and-us.patch
	patches.suse/NFSD-Clean-up-the-show_nf_flags-macro.patch
	patches.suse/nfsd-Fix-null-ptr-deref-in-nfsd_fill_super.patch
	patches.suse/nfsd-destroy-percpu-stats-counters-after-reply-cache.patch
	patches.suse/NFSD-Fix-possible-sleep-during-nfsd4_release_lockown.patch
	patches.suse/RDMA-irdma-Remove-the-redundant-variable.patch
	patches.suse/RDMA-mlx5-Fix-flow-steering-egress-flow.patch
	patches.suse/RDMA-mlx5-Move-init-and-cleanup-of-UMR-to-umr.c.patch
	patches.suse/RDMA-mlx5-Move-umr-checks-to-umr.h.patch
	patches.suse/RDMA-mlx5-Move-mkey-ctrl-segment-logic-to-umr.c.patch
	patches.suse/RDMA-mlx5-Simplify-get_umr_update_access_mask.patch
	patches.suse/RDMA-mlx5-Expose-wqe-posting-helpers-outside-of-wr.c.patch
	patches.suse/RDMA-mlx5-Introduce-mlx5_umr_post_send_wait.patch
	patches.suse/RDMA-mlx5-Use-mlx5_umr_post_send_wait-to-revoke-MRs.patch
	patches.suse/RDMA-mlx5-Use-mlx5_umr_post_send_wait-to-rereg-pd-ac.patch
	patches.suse/RDMA-mlx5-Move-creation-and-free-of-translation-tabl.patch
	patches.suse/RDMA-mlx5-Use-mlx5_umr_post_send_wait-to-update-MR-p.patch
	patches.suse/RDMA-mlx5-Use-mlx5_umr_post_send_wait-to-update-xlt.patch
	patches.suse/RDMA-mlx5-Clean-UMR-QP-type-flow-from-mlx5_ib_post_s.patch
	patches.suse/RDMA-siw-Enable-siw-on-tunnel-devices.patch
	patches.suse/RDMA-irdma-Add-SW-mechanism-to-generate-completions-.patch
	patches.suse/RDMA-qedr-Remove-unnecessary-synchronize_irq-before-.patch
	patches.suse/RDMA-mlx5-Remove-duplicate-pointer-assignment-in-mlx.patch
	patches.suse/RDMA-mlx4-Avoid-flush_scheduled_work-usage.patch
	patches.suse/0010-dm-integrity-fix-error-code-in-dm_integrity_ctr.patch
	patches.suse/pipe-Fix-missing-lock-in-pipe_resize_ring.patch
	patches.suse/list-fix-a-data-race-around-ep-rdllist.patch
	patches.suse/fat-add-ratelimit-to-fat-_ent_bread.patch
	patches.suse/proc-fix-dentry-inode-overinstantiating-under-proc-p.patch
	patches.suse/gen_init_cpio-fix-short-read-file-handling.patch
	patches.suse/tty-fix-deadlock-caused-by-calling-printk-under-tty_.patch
	patches.suse/ocfs2-dlmfs-fix-error-handling-of-user_dlm_destroy_l.patch
	patches.suse/mm-page_alloc-always-attempt-to-allocate-at-least-one-page-during-bulk-allocation.patch
	patches.suse/kexec_file-drop-weak-attribute-from-arch_kexec_apply.patch
	patches.suse/PCI-ASPM-Make-Intel-DG2-L1-acceptable-latency-unlimi.patch
	patches.suse/PCI-AER-Clear-MULTI_ERR_COR-UNCOR_RCV-bits.patch
	patches.suse/PCI-ACPI-Allow-D3-only-if-Root-Port-can-signal-and-w.patch
	patches.suse/PCI-PM-Power-up-all-devices-during-runtime-resume.patch
	patches.suse/PCI-cadence-Fix-find_first_zero_bit-limit.patch
	patches.suse/PCI-dwc-Fix-setting-error-return-on-MSI-DMA-mapping-.patch
	patches.suse/PCI-imx6-Fix-PERST-start-up-sequence.patch
	patches.suse/PCI-microchip-Fix-potential-race-in-interrupt-handli.patch
	patches.suse/PCI-qcom-Fix-runtime-PM-imbalance-on-probe-errors.patch
	patches.suse/PCI-qcom-Fix-unbalanced-PHY-init-on-probe-errors.patch
	patches.suse/PCI-rockchip-Fix-find_first_zero_bit-limit.patch
	patches.suse/PCI-vmd-Assign-VMD-IRQ-domain-before-enumeration.patch
	patches.suse/PCI-vmd-Revert-2565e5b69c44-PCI-vmd-Do-not-disable-M.patch
	patches.suse/clk-bcm-rpi-Use-correct-order-for-the-parameters-of-.patch
	patches.suse/clk-renesas-r9a06g032-Fix-the-RTC-hclock-description.patch
	patches.suse/clk-tegra-Add-missing-reset-deassertion.patch
	patches.suse/clk-imx-Add-check-for-kcalloc.patch
	patches.suse/clk-imx-scu-Use-pm_runtime_resume_and_get-to-fix-pm_.patch
	patches.suse/clk-imx8mp-fix-usb_root_clk-parent.patch
	patches.suse/mfd-ipaq-micro-Fix-error-check-return-value-of-platf.patch
	patches.suse/mfd-davinci_voicecodec-Fix-possible-null-ptr-deref-d.patch
	patches.suse/testing-nvdimm-iomap-make-__nfit_test_ioremap-a-macr.patch
	patches.suse/testing-nvdimm-asm-mce.h-is-not-needed-in-nfit.c.patch
	patches.suse/SMB3-EBADF-EIO-errors-in-rename-open-caused-by-race-condition-in-sm.patch
	patches.suse/cifs-fix-signed-integer-overflow-when-fl_end-is-OFFSET_MAX.patch
	patches.suse/cifs-don-t-call-cifs_dfs_query_info_nonascii_quirk-if-nodfs-was-s.patch
	patches.suse/cifs-return-ENOENT-for-DFS-lookup_cache_entry-.patch
	patches.suse/cifs-print-TIDs-as-hex.patch
	patches.suse/cifs-move-definition-of-cifs_fattr-earlier-in-cifsglob-h.patch
	patches.suse/cifs-check-for-smb1-in-open_cached_dir-.patch
	patches.suse/cifs-set-the-CREATE_NOT_FILE-when-opening-the-directory-in-use_cach.patch
	patches.suse/cifs-smbd-fix-typo-in-comment.patch
	patches.suse/smb3-add-trace-point-for-lease-not-found-issue.patch
	patches.suse/cifs-return-the-more-nuanced-writeback-error-on-close-.patch
	patches.suse/smb3-add-trace-point-for-oplock-not-found.patch
	patches.suse/Add-various-fsctl-structs.patch
	patches.suse/cifs-fix-minor-compile-warning.patch
	patches.suse/smb3-check-for-null-tcon.patch
	patches.suse/smb3-don-t-set-rc-when-used-and-unneeded-in-query_info_compound.patch
	patches.suse/smb3-add-mount-parm-nosparse.patch
	patches.suse/cifs-do-not-use-tcpStatus-after-negotiate-completes.patch
	patches.suse/cifs-use-new-enum-for-ses_status.patch
	patches.suse/cifs-avoid-parallel-session-setups-on-same-channel.patch
	patches.suse/cifs-fix-ntlmssp-on-old-servers.patch
	patches.suse/crypto-x86-eliminate-anonymous-module_init-module_ex.patch
	patches.suse/crypto-ccree-use-fine-grained-DMA-mapping-dir.patch
	patches.suse/crypto-qat-set-CIPHER-capability-for-DH895XCC.patch
	patches.suse/crypto-marvell-cesa-ECB-does-not-IV.patch
	patches.suse/crypto-caam-fix-i.MX6SX-entropy-delay-value.patch
	patches.suse/crypto-ecrdsa-Fix-incorrect-use-of-vli_cmp.patch
	patches.suse/crypto-sun8i-ss-rework-handling-of-IV.patch
	patches.suse/crypto-sun8i-ss-handle-zero-sized-sg.patch
	patches.suse/crypto-sun8i-ss-do-not-allocate-memory-when-handling.patch
	patches.suse/crypto-cryptd-Protect-per-CPU-resource-by-disabling-.patch
	patches.suse/crypto-qat-set-to-zero-DH-parameters-before-free.patch
	patches.suse/crypto-qat-fix-memory-leak-in-RSA.patch
	patches.suse/crypto-qat-remove-dma_free_coherent-for-RSA.patch
	patches.suse/crypto-qat-remove-dma_free_coherent-for-DH.patch
	patches.suse/hwrng-omap3-rom-fix-using-wrong-clk_disable-in-omap_.patch
	patches.suse/pinctrl-mediatek-mt8195-enable-driver-on-mtk-platfor.patch
	patches.suse/pinctrl-mvebu-Fix-irq_of_parse_and_map-return-value.patch
	patches.suse/pinctrl-tegra-tegra194-drop-unused-pin-groups.patch
	patches.suse/pinctrl-renesas-r8a779a0-Fix-GPIO-function-on-I2C-ca.patch
	patches.suse/pinctrl-renesas-core-Fix-possible-null-ptr-deref-in-.patch
	patches.suse/pinctrl-renesas-rzn1-Fix-possible-null-ptr-deref-in-.patch
	patches.suse/misc-ocxl-fix-possible-double-free-in-ocxl_file_regi.patch
	patches.suse/powerpc-fadump-fix-PT_LOAD-segment-for-boot-memory-a.patch
	patches.suse/powerpc-idle-Fix-return-value-of-__setup-handler.patch
	patches.suse/powerpc-rtas-Keep-MSR-RI-set-when-calling-RTAS.patch
	patches.suse/KVM-PPC-Book3S-HV-fix-incorrect-NULL-check-on-list-i.patch
	patches.suse/powerpc-powernv-Get-L1D-flush-requirements-from-devi.patch
	patches.suse/powerpc-powernv-Get-STF-barrier-requirements-from-de.patch
	patches.suse/powerpc-perf-Fix-the-threshold-compare-group-constraint-for-power10.patch
	patches.suse/powerpc-perf-Fix-the-threshold-compare-group-constra.patch
	patches.suse/powerpc-xive-Fix-refcount-leak-in-xive_spapr_init.patch
	patches.suse/powerpc-papr_scm-Fix-leaking-nvdimm_events_map-eleme.patch
	patches.suse/powerpc-64s-Add-CPU_FTRS_POWER9_DD2_2-to-CPU_FTRS_AL.patch
	patches.suse/powerpc-64s-Add-CPU_FTRS_POWER10-to-ALWAYS-mask.patch
	patches.suse/powerpc-Enable-the-DAWR-on-POWER9-DD2.3-and-above.patch
	patches.suse/msft-hv-2574-PCI-hv-Fix-multi-MSI-to-allow-more-than-one-MSI-vect.patch
	patches.suse/msft-hv-2586-PCI-hv-Fix-hv_arch_irq_unmask-for-multi-MSI.patch
	patches.suse/msft-hv-2588-PCI-hv-Do-not-set-PCI_COMMAND_MEMORY-to-reduce-VM-bo.patch
	patches.suse/msft-hv-2602-PCI-hv-Reuse-existing-IRTE-allocation-in-compose_msi.patch
	patches.suse/msft-hv-2603-PCI-hv-Fix-interrupt-mapping-for-multi-MSI.patch
	patches.suse/Input-sparcspkr-fix-refcount-leak-in-bbc_beep_probe.patch
	patches.suse/Input-gpio-keys-cancel-delayed-work-only-in-case-of-.patch
	patches.suse/Input-stmfts-do-not-leave-device-disabled-in-stmfts_.patch
	patches.suse/tracing-Fix-potential-double-free-in-create_var_ref.patch
	patches.suse/tracing-Fix-return-value-of-trace_pid_write.patch
	patches.suse/ftrace-Clean-up-hash-direct_functions-on-register-failures.patch
	patches.suse/dmaengine-idxd-update-IAA-definitions-for-user-heade.patch
	patches.suse/dmaengine-idxd-set-DMA_INTERRUPT-cap-bit.patch
	patches.suse/dmaengine-idxd-Fix-the-error-handling-path-in-idxd_c.patch
	patches.suse/dmaengine-zynqmp_dma-In-struct-zynqmp_dma_chan-fix-d.patch
	patches.suse/dmaengine-idxd-add-missing-callback-function-to-supp.patch
	patches.suse/dmaengine-stm32-mdma-remove-GISR1-register.patch
	patches.suse/dmaengine-stm32-mdma-fix-chan-initialization-in-stm3.patch
	patches.suse/cpufreq-mediatek-Use-module_init-and-add-module_exit.patch
	patches.suse/cpufreq-mediatek-Unregister-platform-device-on-exit.patch
	patches.suse/video-fbdev-clcdfb-Fix-refcount-leak-in-clcdfb_of_vr.patch
	patches.suse/video-fbdev-pxa3xx-gcu-release-the-resources-correct.patch
	patches.suse/iommu-mediatek-Fix-2-HW-sharing-pgtable-issue
	patches.suse/iommu-mediatek-Add-list_del-in-mtk_iommu_remove
	patches.suse/iommu-mediatek-Remove-clk_disable-in-mtk_iommu_remove
	patches.suse/iommu-mediatek-Add-mutex-for-m4u_group-and-m4u_dom-in-data
	patches.suse/iommu-mediatek-Fix-NULL-pointer-dereference-when-printing-dev_na
	patches.suse/iommu-msm-Fix-an-incorrect-NULL-check-on-list-iterator
	patches.suse/iommu-arm-smmu-v3-sva-Fix-mm-use-after-free
	patches.suse/iommu-amd-Enable-swiotlb-in-all-cases
	patches.suse/iommu-amd-Increase-timeout-waiting-for-GA-log-enablement
	patches.suse/i2c-at91-use-dma-safe-buffers.patch
	patches.suse/i2c-at91-Initialize-dma_buf-in-at91_twi_xfer.patch
	patches.suse/i2c-cadence-Increase-timeout-per-message-if-necessar.patch
	patches.suse/i2c-npcm-Fix-timeout-calculation.patch
	patches.suse/i2c-npcm-Correct-register-access-width.patch
	patches.suse/i2c-npcm-Handle-spurious-interrupts.patch
	patches.suse/i2c-rcar-fix-PM-ref-counts-in-probe-error-paths.patch
	patches.suse/NFS-Do-not-report-EINTR-ERESTARTSYS-as-mapping-error.patch
	patches.suse/NFS-fsync-should-report-filesystem-errors-over-EINTR.patch
	patches.suse/NFS-Don-t-report-ENOSPC-write-errors-twice.patch
	patches.suse/NFS-Do-not-report-flush-errors-in-nfs_write_end.patch
	patches.suse/NFS-Don-t-report-errors-from-nfs_pageio_complete-mor.patch
	patches.suse/NFS-Memory-allocation-failures-are-not-server-fatal-.patch
	patches.suse/NFSv4-pNFS-Do-not-fail-I-O-when-we-fail-to-allocate-.patch
	patches.suse/NFS-Further-fixes-to-the-writeback-error-handling.patch
	patches.suse/xprtrdma-treat-all-calls-not-a-bcall-when-bc_serv-is.patch
	patches.suse/NFSv4.1-mark-qualified-async-operations-as-MOVEABLE-.patch
	patches.suse/pcmcia-db1xxx_ss-restrict-to-MIPS_DB1XXX-boards.patch
	patches.suse/remoteproc-imx_rproc-Ignore-create-mem-entry-for-res.patch
	patches.suse/rpmsg-qcom_smd-Fix-irq_of_parse_and_map-return-value.patch
	patches.suse/rpmsg-virtio-Fix-possible-double-free-in-rpmsg_probe.patch
	patches.suse/rpmsg-virtio-Fix-possible-double-free-in-rpmsg_virti.patch
	patches.suse/rpmsg-virtio-Fix-the-unregistration-of-the-device-rp.patch
	patches.suse/rpmsg-qcom_smd-Fix-returning-0-if-irq_of_parse_and_m.patch
	patches.suse/pwm-lp3943-Fix-duty-calculation-in-case-period-was-c.patch
	patches.suse/pwm-raspberrypi-poe-Fix-endianness-in-firmware-struc.patch
	patches.suse/net-mlx5-Expose-mlx5_sriov_blocking_notifier_registe.patch
	patches.suse/watchdog-rti-wdt-Fix-pm_runtime_get_sync-error-check.patch
	patches.suse/watchdog-wdat_wdt-Stop-watchdog-when-rebooting-the-s.patch
	patches.suse/watchdog-ts4800_wdt-Fix-refcount-leak-in-ts4800_wdt_.patch
	patches.suse/power-supply-axp288_fuel_gauge-Fix-battery-reporting.patch
	patches.suse/power-supply-axp288_fuel_gauge-Drop-BIOS-version-che.patch
	patches.suse/0011-dm-verity-set-DM_TARGET_IMMUTABLE-feature-flag.patch
	patches.suse/rtc-mt6397-check-return-value-after-calling-platform.patch
	patches.suse/rtc-ftrtc010-Fix-error-handling-in-ftrtc010_rtc_prob.patch
	patches.suse/rtc-mxc-Silence-a-clang-warning.patch
	patches.suse/assoc_array-Fix-BUG_ON-during-garbage-collect.patch
	patches.suse/i2c-ismt-prevent-memory-corruption-in-ismt_access.patch
	patches.suse/net-smc-set-ini-smcrv2.ib_dev_v2-to-NULL-if-SMC-Rv2-is-unavailable
	patches.suse/netfilter-nf_tables-disallow-non-stateful-expression.patch
	patches.suse/net-ethernet-mtk_eth_soc-out-of-bounds-read-in-mtk_h.patch
	patches.suse/net-ethernet-ti-am65-cpsw-nuss-Fix-some-refcount-lea.patch
	patches.suse/net-dsa-mv88e6xxx-Fix-refcount-leak-in-mv88e6xxx_mdi.patch
	patches.suse/net-smc-fixes-for-converting-from-struct-smc_cdc_tx_pend-to-struct-smc_wr_tx_pend_priv
	patches.suse/net-enetc-Use-pci_release_region-to-release-some-res.patch
	patches.suse/sfc-fix-considering-that-all-channels-have-TX-queues.patch
	patches.suse/sfc-fix-wrong-tx-channel-offset-with-efx_separate_tx.patch
	patches.suse/netfilter-nf_tables-sanitize-nft_set_desc_concat_par.patch
	patches.suse/octeontx2-af-fix-error-code-in-is_valid_offset.patch
	patches.suse/wifi-mac80211-fix-use-after-free-in-chanctx-code.patch
	patches.suse/sfc-siena-fix-considering-that-all-channels-have-TX-.patch
	patches.suse/sfc-siena-fix-wrong-tx-channel-offset-with-efx_separ.patch
	patches.suse/net-mlx5-Don-t-use-already-freed-action-pointer.patch
	patches.suse/net-mlx5e-TC-NIC-mode-fix-tc-chains-miss-table.patch
	patches.suse/net-mlx5-CT-Fix-header-rewrite-re-use-for-tupels.patch
	patches.suse/net-mlx5e-Disable-softirq-in-mlx5e_activate_rq-to-av.patch
	patches.suse/net-mlx5-correct-ECE-offset-in-query-qp-output.patch
	patches.suse/net-mlx5e-Update-netdev-features-after-changing-XDP-.patch
	patches.suse/net-mlx5-Fix-mlx5_get_next_dev-peer-device-matching.patch
	patches.suse/ax25-Fix-ax25-session-cleanup-problems.patch
	patches.suse/ice-fix-access-beyond-end-in-the-switch-code.patch
	patches.suse/ARM-pxa-maybe-fix-gpio-lookup-tables.patch
	patches.suse/soc-rockchip-Fix-refcount-leak-in-rockchip_grf_init.patch
	patches.suse/ARM-dts-aspeed-ast2600-evb-Enable-RX-delay-for-MAC0-.patch
	patches.suse/dt-bindings-gpio-altera-correct-interrupt-cells.patch
	patches.suse/docs-conf.py-Cope-with-removal-of-language-None-in-S.patch
	patches.suse/drm-amd-display-Check-if-modulo-is-0-before-dividing.patch
	patches.suse/drm-radeon-fix-a-possible-null-pointer-dereference.patch
	patches.suse/drm-amd-pm-Fix-missing-thermal-throttler-status.patch
	patches.suse/drm-amdgpu-cs-make-commands-with-0-chunks-illegal-be.patch
	patches.suse/drm-amdgpu-add-beige-goby-PCI-ID.patch
	patches.suse/drm-msm-dp-Always-clear-mask-bits-to-disable-interru.patch
	patches.suse/ALSA-usb-audio-Cancel-pending-work-at-closing-a-MIDI.patch
	patches.suse/ALSA-hda-realtek-Enable-4-speaker-output-for-Dell-XP.patch
	patches.suse/ALSA-hda-realtek-Fix-microphone-noise-on-ASUS-TUF-B5.patch
	patches.suse/ALSA-usb-audio-Optimize-TEAC-clock-quirk.patch
	patches.suse/ASoC-fsl_sai-Fix-FSL_SAI_xDR-xFR-definition.patch
	patches.suse/vdpa-Add-support-for-querying-vendor-statistics.patch
	patches.suse/net-vdpa-Use-readers-writers-semaphore-instead-of-cf.patch
	patches.suse/vdpa-mlx5-Add-support-for-reading-descriptor-statist.patch
	patches.suse/vdpa-mlx5-Use-readers-writers-semaphore-instead-of-m.patch
	patches.suse/vhost-move-the-backend-feature-bits-to-vhost_types.h.patch
	patches.suse/vhost-vdpa-passing-iotlb-to-IOMMU-mapping-helpers.patch
	patches.suse/vhost-vdpa-switch-to-use-vhost-vdpa-specific-IOTLB.patch
	patches.suse/vdpa-introduce-virtqueue-groups.patch
	patches.suse/vdpa-multiple-address-spaces-support.patch
	patches.suse/vdpa-introduce-config-operations-for-associating-ASI.patch
	patches.suse/vhost_iotlb-split-out-IOTLB-initialization.patch
	patches.suse/vhost-support-ASID-in-IOTLB-API.patch
	patches.suse/vhost-vdpa-introduce-asid-based-IOTLB.patch
	patches.suse/vhost-vdpa-introduce-uAPI-to-get-the-number-of-virtq.patch
	patches.suse/vhost-vdpa-introduce-uAPI-to-get-the-number-of-addre.patch
	patches.suse/vhost-vdpa-uAPI-to-get-virtqueue-group-id.patch
	patches.suse/vhost-vdpa-introduce-uAPI-to-set-group-ASID.patch
	patches.suse/vhost-vdpa-support-ASID-based-IOTLB-API.patch
	patches.suse/virtio-pci-Fix-an-error-handling-path-in-vp_modern_p.patch
	patches.suse/virtio-pci-Remove-wrong-address-verification-in-vp_d.patch
	patches.suse/vdpa-vp_vdpa-add-vdpa-tool-support-in-vp_vdpa.patch
	patches.suse/vDPA-ifcvf-fix-uninitialized-config_vector-warning.patch
	patches.suse/vdpasim-allow-to-enable-a-vq-repeatedly.patch
	patches.suse/vhost-vdpa-return-EFAULT-on-copy_to_user-failure.patch
	patches.suse/vdpa-mlx5-Remove-flow-counter-from-steering.patch
	patches.suse/vdpa-mlx5-Add-RX-MAC-VLAN-filter-support.patch
	patches.suse/vdpa-ifcvf-set-pci-driver-data-in-probe.patch
	patches.suse/blk-mq-don-t-touch-tagset-in-blk_mq_get_sq_hctx.patch
	patches.suse/blk-iolatency-Fix-inflight-count-imbalances-and-IO-h.patch
	patches.suse/blk-mq-do-not-update-io_ticks-with-passthrough-reque.patch
	patches.suse/block-fix-bio_clone_blkg_association-to-associate-wi.patch
	patches.suse/md-Don-t-set-mddev-private-to-NULL-in-raid0-pers-fre.patch
	patches.suse/md-fix-double-free-of-io_acct_set-bioset.patch
	patches.suse/0012-bcache-improve-multithreaded-bch_btree_check.patch
	patches.suse/0013-bcache-improve-multithreaded-bch_sectors_dirty_init.patch
	patches.suse/0014-bcache-remove-incremental-dirty-sector-counting-for-.patch
	patches.suse/0015-bcache-avoid-journal-no-space-deadlock-by-reserving-.patch
	patches.suse/0016-bcache-memset-on-stack-variables-in-bch_btree_check-.patch
	patches.suse/0001-md-bcache-check-the-return-value-of-kzalloc-in-detac.patch
	patches.suse/0002-nbd-fix-possible-overflow-on-first_minor-in-nbd_dev_.patch
	patches.suse/0017-bcache-avoid-unnecessary-soft-lockup-in-kworker-upda.patch
	patches.suse/staging-rtl8712-fix-a-potential-memory-leak-in-r871x.patch
	patches.suse/drivers-staging-rtl8723bs-Fix-deadlock-in-rtw_survey.patch
	patches.suse/drivers-staging-rtl8192bs-Fix-deadlock-in-rtw_joinbs.patch
	patches.suse/drivers-staging-rtl8192u-Fix-deadlock-in-ieee80211_b.patch
	patches.suse/drivers-staging-rtl8192e-Fix-deadlock-in-rtllib_beac.patch
	patches.suse/staging-fieldbus-Fix-the-error-handling-path-in-anyb.patch
	patches.suse/staging-rtl8712-fix-uninit-value-in-usb_read8-and-fr.patch
	patches.suse/staging-rtl8712-fix-uninit-value-in-r871xu_drv_init.patch
	patches.suse/tty-synclink_gt-Fix-null-pointer-dereference-in-slgt.patch
	patches.suse/tty-goldfish-Use-tty_port_destroy-to-destroy-port.patch
	patches.suse/tty-Fix-a-possible-resource-leak-in-icom_probe.patch
	patches.suse/tty-serial-owl-Fix-missing-clk_disable_unprepare-in-.patch
	patches.suse/tty-n_tty-Restore-EOF-push-handling-behavior.patch
	patches.suse/serial-atmel-remove-redundant-assignment-in-rs485_co.patch
	patches.suse/serial-8250_aspeed_vuart-Fix-potential-NULL-derefere.patch
	patches.suse/tty-serial-fsl_lpuart-fix-potential-bug-when-using-b.patch
	patches.suse/tty-n_gsm-clean-up-dead-code-in-gsm_queue.patch
	patches.suse/tty-n_gsm-clean-up-implicit-CR-bit-encoding-in-addre.patch
	patches.suse/drivers-tty-serial-Fix-deadlock-in-sa1100_set_termio.patch
	patches.suse/sysrq-do-not-omit-current-cpu-when-showing-backtrace.patch
	patches.suse/serial-8250-core-Remove-unneeded-linux-pm_runtime.h.patch
	patches.suse/serial-8250-pxa-Remove-unneeded-linux-pm_runtime.h.patch
	patches.suse/serial-8250-Fold-EndRun-device-support-into-OxSemi-T.patch
	patches.suse/serial-8250-Export-ICR-access-helpers-for-internal-u.patch
	patches.suse/serial-8250-Add-proper-clock-handling-for-OxSemi-PCI.patch
	patches.suse/serial-sifive-Report-actual-baud-base-rather-than-fi.patch
	patches.suse/serial-pch-don-t-overwrite-xmit-buf-0-by-x_char.patch
	patches.suse/tty-n_gsm-Fix-packet-data-hex-dump-output.patch
	patches.suse/tty-remove-CMSPAR-ifdefs.patch
	patches.suse/serial-meson-acquire-port-lock-in-startup.patch
	patches.suse/serial-msm_serial-disable-interrupts-in-__msm_consol.patch
	patches.suse/serial-8250_fintek-Check-SER_RS485_RTS_-only-with-RS.patch
	patches.suse/serial-cpm_uart-Fix-build-error-without-CONFIG_SERIA.patch
	patches.suse/serial-digicolor-usart-Don-t-allow-CS5-6.patch
	patches.suse/serial-rda-uart-Don-t-allow-CS5-6.patch
	patches.suse/serial-txx9-Don-t-allow-CS5-6.patch
	patches.suse/serial-sh-sci-Don-t-allow-CS5-6.patch
	patches.suse/serial-sifive-Sanitize-CSIZE-and-c_iflag.patch
	patches.suse/serial-st-asc-Sanitize-CSIZE-and-correct-PARENB-for-.patch
	patches.suse/serial-stm32-usart-Correct-CSIZE-bits-and-parity.patch
	patches.suse/usb-usbip-fix-a-refcount-leak-in-stub_probe.patch
	patches.suse/usb-usbip-add-missing-device-lock-on-tweak-configura.patch
	patches.suse/usb-Prepare-cleanup-of-powerpc-s-asm-prom.h.patch
	patches.suse/USB-host-isp116x-check-return-value-after-calling-pl.patch
	patches.suse/USB-storage-karma-fix-rio_karma_init-return.patch
	patches.suse/usb-musb-Fix-missing-of_node_put-in-omap2430_probe.patch
	patches.suse/usb-core-devices-remove-dead-code-under-ifdef-PROC_E.patch
	patches.suse/usb-dwc3-gadget-Replace-list_for_each_entry_safe-if-.patch
	patches.suse/drivers-usb-host-Fix-deadlock-in-oxu_bus_suspend.patch
	patches.suse/usb-dwc3-pci-Fix-pm_runtime_get_sync-error-checking.patch
	patches.suse/USB-hcd-pci-Fully-suspend-across-freeze-thaw-cycle.patch
	patches.suse/usb-typec-mux-Check-dev_set_name-return-value.patch
	patches.suse/usb-dwc2-gadget-don-t-reset-gadget-s-driver-bus.patch
	patches.suse/usb-ehci-omap-drop-unused-ehci_read-function.patch
	patches.suse/usb-dwc3-gadget-Prevent-repeat-pullup.patch
	patches.suse/usb-dwc3-gadget-Refactor-pullup.patch
	patches.suse/usb-dwc3-gadget-Don-t-modify-GEVNTCOUNT-in-pullup.patch
	patches.suse/usb-core-hcd-Add-support-for-deferring-roothub-regis.patch
	patches.suse/xhci-Set-HCD-flag-to-defer-primary-roothub-registrat.patch
	patches.suse/xhci-factor-out-parts-of-xhci_gen_setup.patch
	patches.suse/xhci-prepare-for-operation-w-o-shared-hcd.patch
	patches.suse/usb-host-xhci-plat-create-shared-hcd-after-having-ad.patch
	patches.suse/usb-host-xhci-plat-prepare-operation-w-o-shared-hcd.patch
	patches.suse/usb-host-xhci-plat-omit-shared-hcd-if-either-root-hu.patch
	patches.suse/xhci-use-generic-command-timer-for-stop-endpoint-com.patch
	patches.suse/xhci-prevent-U2-link-power-state-if-Intel-tier-polic.patch
	patches.suse/xhci-Allow-host-runtime-PM-as-default-for-Intel-Alde.patch
	patches.suse/thunderbolt-Use-different-lane-for-second-DisplayPor.patch
	patches.suse/xhci-Don-t-defer-primary-roothub-registration-if-the.patch
	patches.suse/usb-isp1760-Fix-out-of-bounds-array-access.patch
	patches.suse/usb-dwc3-gadget-Move-null-pinter-check-to-proper-pla.patch
	patches.suse/USB-serial-pl2303-fix-type-detection-for-odd-device.patch
	patches.suse/USB-serial-option-add-Quectel-BG95-modem.patch
	patches.suse/USB-new-quirk-for-Dell-Gen-2-devices.patch
	patches.suse/misc-fastrpc-fix-an-incorrect-NULL-check-on-list-ite.patch
	patches.suse/char-xillybus-fix-a-refcount-leak-in-cleanup_dev.patch
	patches.suse/firmware-stratix10-svc-fix-a-missing-check-on-list-i.patch
	patches.suse/VMCI-Add-support-for-ARM64.patch
	patches.suse/misc-rtsx-set-NULL-intfdata-when-probe-fails.patch
	patches.suse/iio-dummy-iio_simple_dummy-check-the-return-value-of.patch
	patches.suse/iio-adc-ad7124-Remove-shift-from-scan_type.patch
	patches.suse/iio-st_sensors-Add-a-local-lock-for-protecting-odr.patch
	patches.suse/iio-adc-stmpe-adc-Fix-wait_for_completion_timeout-re.patch
	patches.suse/iio-proximity-vl53l0x-Fix-return-value-check-of-wait.patch
	patches.suse/iio-adc-sc27xx-fix-read-big-scale-voltage-not-right.patch
	patches.suse/iio-adc-sc27xx-Fine-tune-the-scale-calibration-value.patch
	patches.suse/dt-bindings-phy-uniphier-usb3hs-Fix-incorrect-clock-.patch
	patches.suse/phy-qcom-qmp-fix-struct-clk-leak-on-probe-errors.patch
	patches.suse/phy-qcom-qmp-fix-reset-controller-leak-on-probe-erro.patch
	patches.suse/phy-qcom-qmp-fix-pipe-clock-imbalance-on-power-on-fa.patch
	patches.suse/soundwire-intel-prevent-pm_runtime-resume-prior-to-s.patch
	patches.suse/soundwire-qcom-adjust-autoenumeration-timeout.patch
	patches.suse/extcon-ptn5150-Add-queue-work-sync-before-driver-rel.patch
	patches.suse/extcon-Modify-extcon-device-to-be-created-after-driv.patch
	patches.suse/firmware-dmi-sysfs-Fix-memory-leak-in-dmi_sysfs_regi.patch
	patches.suse/bus-ti-sysc-Fix-warnings-for-unbind-for-serial.patch
	patches.suse/selftests-firmware-Use-smaller-dictionary-for-XZ-com.patch
	patches.suse/selftests-firmware-Fix-the-request_firmware_into_buf.patch
	patches.suse/driver-platform-Add-helper-for-safer-setting-of-driv.patch
	patches.suse/vdpa-Use-helper-for-safer-setting-of-driver_override.patch
	patches.suse/Documentation-dd-Use-ReST-lists-for-return-values-of.patch
	patches.suse/platform-finally-disallow-IRQ0-in-platform_get_irq-a.patch
	patches.suse/export-fix-string-handling-of-namespace-in-EXPORT_SY.patch
	patches.suse/driver-base-fix-UAF-when-driver_attach-failed.patch
	patches.suse/driver-core-fix-deadlock-in-__device_attach.patch
	patches.suse/driver-core-Fix-wait_for_device_probe-deferred_probe.patch
	patches.suse/s390-crypto-fix-scatterwalk_unmap-callers-in-AES-GCM
	patches.suse/s390-perf-obtain-sie_block-from-the-right-address
	patches.suse/s390-mm-use-non-quiescing-sske-for-KVM-switch-to-keyed-guest
	patches.suse/s390-mcck-isolate-SIE-instruction-when-setting-CIF_MCCK_GUEST-flag
	patches.suse/dt-bindings-PCI-xilinx-cpm-Fix-reg-property-order.patch
	patches.suse/regulator-mt6315-regulator-fix-invalid-allowed-mode.patch
	patches.suse/gpio-pca953x-use-the-correct-register-address-to-do-.patch
	patches.suse/gpio-adp5588-Remove-support-for-platform-setup-and-t.patch
	patches.suse/0006-parisc-stifb-Implement-fb_is_primary_device.patch
	patches.suse/0007-parisc-stifb-Keep-track-of-hardware-path-of-graphics.patch
	patches.suse/net-mellanox-fix-open-coded-for_each_set_bit.patch
	patches.suse/qed-rework-qed_rdma_bmap_free.patch
	patches.suse/octeontx2-pf-replace-bitmap_weight-with-bitmap_empty.patch
	patches.suse/qed-replace-bitmap_weight-with-bitmap_empty-in-qed_r.patch
	patches.suse/drm-amd-pm-use-bitmap_-from-to-_arr32-where-appropri.patch
	patches.suse/cifs-fix-potential-double-free-during-failed-mount.patch
	patches.suse/cifs-remove-repeated-debug-message-on-cifs_put_smb_ses-.patch
	patches.suse/cifs-when-extending-a-file-with-falloc-we-should-make-files-not-spa.patch
	patches.suse/cifs-fix-potential-deadlock-in-direct-reclaim.patch
	patches.suse/cifs-do-not-build-smb1ops-if-legacy-support-is-disabled.patch
	patches.suse/cifs-version-operations-for-smb20-unneeded-when-legacy-support-disa.patch
	patches.suse/cifs-update-internal-module-number-096c956b.patch
	patches.suse/cifs-skip-trailing-separators-of-prefix-paths.patch
	patches.suse/cifs-fix-uninitialized-pointer-in-error-case-in-dfs_cache_get_tgt_s.patch
	patches.suse/modpost-fix-removing-numeric-suffixes.patch
	patches.suse/modpost-fix-undefined-behavior-of-is_arm_mapping_sym.patch
	patches.suse/scsi-nvme-fc-Add-new-routine-nvme_fc_io_getuuid.patch
	patches.suse/scsi-lpfc-Commonize-VMID-code-location.patch
	patches.suse/scsi-lpfc-Rework-lpfc_vmid_get_appid-to-be-protocol-.patch
	patches.suse/scsi-lpfc-Add-support-for-VMID-tagging-of-NVMe-I-Os.patch
	patches.suse/scsi-sd-Fix-potential-NULL-pointer-dereference.patch
	patches.suse/scsi-lpfc-Add-support-for-ATTO-Fibre-Channel-devices.patch
	patches.suse/scsi-qla2xxx-Remove-setting-of-req-and-rsp-parameter.patch
	patches.suse/scsi-qla2xxx-Remove-unused-ql_dm_tgt_ex_pct-paramete.patch
	patches.suse/clocksource-drivers-sp804-Avoid-error-on-multiple-in.patch
	patches.suse/clocksource-drivers-oxnas-rps-Fix-irq_of_parse_and_m.patch
	patches.suse/x86-sgx-set-active-memcg-prior-to-shmem-allocation.patch
	patches.suse/x86-kexec-fix-memory-leak-of-elf-header-buffer.patch
	patches.suse/dma-debug-make-things-less-spammy-under-memory-press.patch
	patches.suse/mmc-block-Fix-CQE-recovery-reset-success.patch
	patches.suse/Input-bcm5974-set-missing-URB_NO_TRANSFER_DMA_MAP-ur.patch
	patches.suse/Input-soc_button_array-also-add-Lenovo-Yoga-Tablet2-.patch
	patches.suse/KEYS-trusted-tpm2-Fix-migratable-logic.patch
	patches.suse/KVM-SVM-fix-tsc-scaling-cache-logic.patch
	patches.suse/0001-KVM-x86-do-not-report-a-vCPU-as-preempted-outside-in.patch
	patches.suse/drm-imx-fix-compiler-warning-with-gcc-12.patch
	patches.suse/mellanox-mlx5-avoid-uninitialized-variable-warning-w.patch
	patches.suse/net-phy-dp83867-retrigger-SGMII-AN-when-link-change.patch
	patches.suse/net-ethernet-bgmac-Fix-refcount-leak-in-bcma_mdio_mi.patch
	patches.suse/stmmac-intel-Fix-an-error-handling-path-in-intel_eth.patch
	patches.suse/net-dsa-lantiq_gswip-Fix-refcount-leak-in-gswip_gphy.patch
	patches.suse/net-mlx4_en-Fix-wrong-return-value-on-ioctl-EEPROM-q.patch
	patches.suse/net-mdio-unexport-__init-annotated-mdio_bus_init.patch
	patches.suse/net-xfrm-unexport-__init-annotated-xfrm4_protocol_in.patch
	patches.suse/net-ipv6-unexport-__init-annotated-seg6_hmac_init.patch
	patches.suse/nfc-st21nfca-fix-incorrect-validating-logic-in-EVT_T.patch
	patches.suse/nfc-st21nfca-fix-memory-leaks-in-EVT_TRANSACTION-han.patch
	patches.suse/nfc-st21nfca-fix-incorrect-sizing-calculations-in-EV.patch
	patches.suse/nfc-nfcmrvl-Fix-memory-leak-in-nfcmrvl_play_deferred.patch
	patches.suse/net-ethernet-mtk_eth_soc-fix-misuse-of-mem-alloc-int.patch
	patches.suse/net-openvswitch-fix-misuse-of-the-cached-connection-.patch
	patches.suse/net-altera-Fix-refcount-leak-in-altera_tse_mdio_crea.patch
	patches.suse/net-dsa-mv88e6xxx-use-BMSR_ANEGCOMPLETE-bit-for-fill.patch
	patches.suse/ixgbe-fix-bcast-packets-Rx-on-VF-after-promisc-remov.patch
	patches.suse/ixgbe-fix-unexpected-VLAN-Rx-in-promisc-mode-on-VF.patch
	patches.suse/powerpc-Don-t-select-HAVE_IRQ_EXIT_ON_IRQ_STACK.patch
	patches.suse/powerpc-papr_scm-don-t-requests-stats-with-0-sized-s.patch
	patches.suse/writeback-Fix-inode-i_io_list-not-be-protected-by-in.patch
	patches.suse/xen-unexport-__init-annotated-xen_xlate_map_balloone.patch
	patches.suse/Revert-net-mlx5e-Allow-relaxed-ordering-over-VFs.patch
	patches.suse/net-mlx5e-CT-Fix-cleanup-of-CT-before-cleanup-of-TC-.patch
	patches.suse/net-mlx5-E-Switch-pair-only-capable-devices.patch
	patches.suse/net-mlx5-Rearm-the-FW-tracer-after-each-tracer-event.patch
	patches.suse/net-mlx5-fs-fail-conflicting-actions.patch
	patches.suse/drm-amd-display-Read-Golden-Settings-Table-from-VBIO.patch
	patches.suse/drm-amdgpu-update-VCN-codec-support-for-Yellow-Carp.patch
	patches.suse/drm-amdkfd-Use-mmget_not_zero-in-MMU-notifier.patch
	patches.suse/drm-amdkfd-add-pinned-BOs-to-kfd_bo_list.patch
	patches.suse/drm-bridge-ti-sn65dsi83-Handle-dsi_lanes-0-as-invali.patch
	patches.suse/drm-bridge-analogix_dp-Support-PSR-exit-to-disable-t.patch
	patches.suse/drm-atomic-Force-bridge-self-refresh-exit-on-CRTC-sw.patch
	patches.suse/ALSA-hda-realtek-Fix-for-quirk-to-enable-speaker-out-85743a847cae.patch
	patches.suse/ALSA-usb-audio-Skip-generic-sync-EP-parse-for-second.patch
	patches.suse/ALSA-usb-audio-Set-up-implicit-sync-for-Saffire-6.patch
	patches.suse/ALSA-hda-conexant-Fix-loopback-issue-with-CX20632.patch
	patches.suse/ASoC-nau8822-Add-operation-for-internal-PLL-off-and-.patch
	patches.suse/ASoC-cs42l52-Fix-TLV-scales-for-mixer-controls.patch
	patches.suse/ASoC-cs35l36-Update-digital-volume-TLV.patch
	patches.suse/ASoC-cs53l30-Correct-number-of-volume-levels-on-SX-c.patch
	patches.suse/ASoC-cs42l52-Correct-TLV-for-Bypass-Volume.patch
	patches.suse/ASoC-cs42l56-Correct-typo-in-minimum-level-for-SX-vo.patch
	patches.suse/ASoC-cs42l51-Correct-minimum-value-for-SX-volume-con.patch
	patches.suse/ASoC-wm8962-Fix-suspend-while-playing-music.patch
	patches.suse/ASoC-es8328-Fix-event-generation-for-deemphasis-cont.patch
	patches.suse/ASoC-wm_adsp-Fix-event-generation-for-wm_adsp_fw_put.patch
	patches.suse/ALSA-hda-realtek-Add-HW8326-support.patch
	patches.suse/ALSA-hda-realtek-Add-quirk-for-HP-Dev-One.patch
	patches.suse/ata-libata-core-fix-NULL-pointer-deref-in-ata_host_a.patch
	patches.suse/ata-pata_octeon_cf-Fix-refcount-leak-in-octeon_cf_pr.patch
	patches.suse/ata-libata-transport-fix-dma-pio-xfer-_mode-sysfs-fi.patch
	patches.suse/cpuidle-intel_idle-Fix-CPUIDLE_FLAG_IRQ_ENABLE.patch
	patches.suse/iov_iter-Fix-iter_xarray_get_pages-_alloc.patch
	patches.suse/SUNRPC-Trap-RDMA-segment-overflows.patch
	patches.suse/SUNRPC-Fix-the-calculation-of-xdr-end-in-xdr_get_nex.patch
	patches.suse/iov_iter-fix-build-issue-due-to-possible-type-mis-ma.patch
	patches.suse/vdpa-mlx5-Fix-syntax-errors-in-comments.patch
	patches.suse/virtio-mmio-fix-missing-put_device-when-vm_cmdline_p.patch
	patches.suse/vdpa-mlx5-fix-error-code-for-deleting-vlan.patch
	patches.suse/vdpa-mlx5-clean-up-indenting-in-handle_ctrl_vlan.patch
	patches.suse/vringh-Fix-loop-descriptors-check-in-the-indirect-ca.patch
	patches.suse/vdpa-make-get_vq_group-and-set_group_asid-optional.patch
	patches.suse/scsi-lpfc-Correct-BDE-type-for-XMIT_SEQ64_WQE-in-lpf.patch
	patches.suse/scsi-lpfc-Resolve-some-cleanup-issues-following-abor.patch
	patches.suse/scsi-lpfc-Resolve-some-cleanup-issues-following-SLI-.patch
	patches.suse/scsi-lpfc-Address-NULL-pointer-dereference-after-sta.patch
	patches.suse/scsi-lpfc-Resolve-NULL-ptr-dereference-after-an-ELS-.patch
	patches.suse/scsi-lpfc-Fix-port-stuck-in-bypassed-state-after-LIP.patch
	patches.suse/scsi-lpfc-Add-more-logging-of-cmd-and-cqe-informatio.patch
	patches.suse/scsi-lpfc-Allow-reduced-polling-rate-for-nvme_admin_.patch
	patches.suse/scsi-lpfc-Update-lpfc-version-to-14.2.0.4.patch
	patches.suse/scsi-ipr-Fix-missing-incorrect-resource-cleanup-in-e.patch
	patches.suse/gpio-dwapb-Don-t-print-error-on-EPROBE_DEFER.patch
	patches.suse/cifs-fix-reconnect-on-smb3-mount-types.patch
	patches.suse/scripts-gdb-change-kernel-config-dumping-method.patch
	patches.suse/platform-x86-intel-pmc-Support-Intel-Raptorlake-P.patch
	patches.suse/platform-x86-gigabyte-wmi-Add-Z690M-AORUS-ELITE-AX-D.patch
	patches.suse/platform-x86-gigabyte-wmi-Add-support-for-B450M-DS3H.patch
	patches.suse/0001-Documentation-Add-documentation-for-Processor-MMIO-S.patch
	patches.suse/0002-x86-speculation-mmio-Enumerate-Processor-MMIO-Stale-.patch
	patches.suse/0003-x86-speculation-Add-a-common-function-for-MD_CLEAR-m.patch
	patches.suse/0004-x86-speculation-mmio-Add-mitigation-for-Processor-MM.patch
	patches.suse/0005-x86-bugs-Group-MDS-TAA-Processor-MMIO-Stale-Data-mit.patch
	patches.suse/0006-x86-speculation-mmio-Enable-CPU-Fill-buffer-clearing.patch
	patches.suse/0007-x86-speculation-mmio-Add-sysfs-reporting-for-Process.patch
	patches.suse/0008-x86-speculation-srbds-Update-SRBDS-mitigation-select.patch
	patches.suse/0009-x86-speculation-mmio-Reuse-SRBDS-mitigation-for-SBDS.patch
	patches.suse/0010-KVM-x86-speculation-Disable-Fill-buffer-clear-within.patch
	patches.suse/certs-blacklist_hashes.c-fix-const-confusion-in-cert.patch
	patches.suse/i40e-Fix-adding-ADQ-filter-to-TC0.patch
	patches.suse/i40e-Fix-calculating-the-number-of-queue-pairs.patch
	patches.suse/i40e-Fix-call-trace-in-setup_tx_descriptors.patch
	patches.suse/iavf-Fix-issue-with-MAC-address-of-VF-shown-as-zero.patch
	patches.suse/Documentation-add-description-for-net.sctp.reconf_en.patch
	patches.suse/Documentation-add-description-for-net.sctp.intl_enab.patch
	patches.suse/Documentation-add-description-for-net.sctp.ecn_enabl.patch
	patches.suse/net-hns3-set-port-base-vlan-tbl_sta-to-false-before-.patch
	patches.suse/net-hns3-don-t-push-link-state-to-VF-if-unalive.patch
	patches.suse/octeontx2-vf-Add-support-for-adaptive-interrupt-coal.patch
	patches.suse/mlxsw-spectrum_cnt-Reorder-counter-pools.patch
	patches.suse/net-bgmac-Fix-an-erroneous-kfree-in-bgmac_remove.patch
	patches.suse/ice-Fix-PTP-TX-timestamp-offset-calculation.patch
	patches.suse/ice-Sync-VLAN-filtering-features-for-DVM.patch
	patches.suse/ice-Fix-queue-config-fail-handling.patch
	patches.suse/ice-Fix-memory-corruption-in-VF-driver.patch
	patches.suse/net-usb-ax88179_178a-needs-FLAG_SEND_ZLP.patch
	patches.suse/net-ax25-Fix-deadlock-caused-by-skb_recv_datagram-in.patch
	patches.suse/drm-i915-reset-Fix-error_state_read-ptr-offset-use.patch
	patches.suse/drm-amd-display-Cap-OLED-brightness-per-max-frame-av.patch
	patches.suse/USB-serial-io_ti-add-Agilent-E5805A-support.patch
	patches.suse/USB-serial-option-add-support-for-Cinterion-MV31-wit.patch
	patches.suse/usb-dwc3-gadget-Fix-IN-endpoint-max-packet-size-allo.patch
	patches.suse/usb-dwc2-Fix-memory-leak-in-dwc2_hcd_init.patch
	patches.suse/usb-gadget-lpc32xx_udc-Fix-refcount-leak-in-lpc32xx_.patch
	patches.suse/usb-gadget-u_ether-fix-regression-in-setting-fixed-M.patch
	patches.suse/usb-cdnsp-Fixed-setting-last_trb-incorrectly.patch
	patches.suse/usb-gadget-f_fs-change-ep-status-safe-in-ffs_epfile_.patch
	patches.suse/usb-gadget-f_fs-change-ep-ep-safe-in-ffs_epfile_io.patch
	patches.suse/tty-n_gsm-Debug-output-allocation-must-use-GFP_ATOMI.patch
	patches.suse/tty-goldfish-Fix-free_irq-on-remove.patch
	patches.suse/misc-atmel-ssc-Fix-IRQ-check-in-ssc_probe.patch
	patches.suse/0018-dm-mirror-log-round-up-region-bitmap-size-to-BITS_PE.patch
	patches.suse/init-Initialize-noop_backing_dev_info-early.patch
	patches.suse/0019-block-Fix-handling-of-offline-queues-in-blk_mq_alloc.patch
	patches.suse/clocksource-hyper-v-unexport-__init-annotated-hv_ini.patch
	patches.suse/x86-hyper-v-add-sev-negotiate-protocol-support-in-isolation-vm.patch
	patches.suse/arm64-ftrace-fix-branch-range-checks.patch
	patches.suse/arm64-ftrace-consistently-handle-PLTs.patch
	patches.suse/arm64-mm-Don-t-invalidate-FROM_DEVICE-buffers-at-start-of-DMA-transfer.patch
	patches.suse/pNFS-Don-t-keep-retrying-if-the-server-replied-NFS4E.patch
	patches.suse/pNFS-Avoid-a-live-lock-condition-in-pnfs_update_layo.patch
	patches.suse/ext4-fix-super-block-checksum-incorrect-after-mount.patch
	patches.suse/ext4-fix-bug_on-ext4_mb_use_inode_pa.patch
	patches.suse/ext4-make-variable-count-signed.patch
	patches.suse/ext4-add-reserved-GDT-blocks-check.patch
	patches.suse/i2c-npcm7xx-Add-check-for-platform_driver_register.patch
	patches.suse/i2c-designware-Use-standard-optional-ref-clock-imple.patch
	patches.suse/comedi-vmk80xx-fix-expression-for-tx-buffer-size.patch
	patches.suse/mei-hbm-drop-capability-response-on-early-shutdown.patch
	patches.suse/mei-me-add-raptor-lake-point-S-DID.patch
	patches.suse/bus-fsl-mc-bus-fix-KASAN-use-after-free-in-fsl_mc_bu.patch
	patches.suse/irqchip-gic-realview-Fix-refcount-leak-in-realview_g.patch
	patches.suse/irqchip-gic-v3-Fix-error-handling-in-gic_populate_pp.patch
	patches.suse/irqchip-gic-v3-Fix-refcount-leak-in-gic_populate_ppi.patch
	patches.suse/irqchip-realtek-rtl-Fix-refcount-leak-in-map_interru.patch
	patches.suse/sched-Fix-balance_push-vs-__sched_setscheduler.patch
	patches.suse/faddr2line-Fix-overlapping-text-section-failures-the.patch
	patches.suse/udmabuf-add-back-sanity-check.patch
	patches.suse/mm-slub-add-missing-TID-updates-on-slab-deactivation.patch
	patches.suse/scsi-scsi_debug-Fix-zone-transition-to-full-condition.patch
	patches.suse/scsi-iscsi-Exclude-zero-from-the-endpoint-ID-range.patch
	patches.suse/scsi-ibmvfc-Allocate-free-queue-resource-only-during.patch
	patches.suse/scsi-ibmvfc-Store-vhost-pointer-during-subcrq-alloca.patch
	patches.suse/9p-fix-fid-refcount-leak-in-v9fs_vfs_atomic_open_dot.patch
	patches.suse/9p-fix-fid-refcount-leak-in-v9fs_vfs_get_link.patch
	patches.suse/9p-Fix-refcounting-during-full-path-walks-for-fid-lo.patch
	patches.suse/ALSA-hda-realtek-Add-mute-LED-quirk-for-HP-Omen-lapt.patch
	patches.suse/ALSA-usb-audio-US16x08-Move-overflow-check-before-ar.patch
	patches.suse/ALSA-hda-realtek-ALC897-headset-MIC-no-sound.patch
	patches.suse/ALSA-hda-realtek-Apply-fixup-for-Lenovo-Yoga-Duet-7-.patch
	patches.suse/ALSA-hda-intel-dspcfg-use-SOF-for-UpExtreme-and-UpEx.patch
	patches.suse/ALSA-hda-intel-nhlt-remove-use-of-__func__-in-dev_db.patch
	patches.suse/ALSA-x86-intel_hdmi_audio-enable-pm_runtime-and-set-.patch
	patches.suse/ALSA-x86-intel_hdmi_audio-use-pm_runtime_resume_and_.patch
	patches.suse/ALSA-hda-realtek-Add-quirk-for-Clevo-PD70PNT.patch
	patches.suse/ALSA-hda-conexant-Fix-missing-beep-setup.patch
	patches.suse/ALSA-hda-via-Fix-missing-beep-setup.patch
	patches.suse/ALSA-hda-Fix-discovery-of-i915-graphics-PCI-device.patch
	patches.suse/ALSA-hda-realtek-Add-quirk-for-Clevo-NS50PU.patch
	patches.suse/mmc-sdhci-pci-o2micro-Fix-card-detect-by-dealing-wit.patch
	patches.suse/mmc-mediatek-wait-dma-stop-bit-reset-to-0.patch
	patches.suse/phy-aquantia-Fix-AN-when-higher-speeds-than-1G-are-n.patch
	patches.suse/igb-fix-a-use-after-free-issue-in-igb_clean_tx_ring.patch
	patches.suse/bonding-ARP-monitor-spams-NETDEV_NOTIFY_PEERS-notifi.patch
	patches.suse/0001-ethtool-Fix-get-module-eeprom-fallback.patch
	patches.suse/net-phy-smsc-Disable-Energy-Detect-Power-Down-in-int.patch
	patches.suse/selftests-netfilter-correct-PKTGEN_SCRIPT_PATHS-in-n.patch
	patches.suse/igb-Make-DMA-faster-when-CPU-is-active-on-the-PCIe-l.patch
	patches.suse/ice-ignore-protocol-field-in-GTP-offload.patch
	patches.suse/ice-Fix-switchdev-rules-book-keeping.patch
	patches.suse/ice-ethtool-advertise-1000M-speeds-properly.patch
	patches.suse/ice-ethtool-Prohibit-improper-channel-config-for-DCB.patch
	patches.suse/virtio_net-fix-xdp_rxq_info-bug-after-suspend-resume.patch
	patches.suse/net-openvswitch-fix-parsing-of-nw_proto-for-IPv6-fra.patch
	patches.suse/filemap-Handle-sibling-entries-in-filemap_get_read_b.patch
	patches.suse/tracing-kprobes-Check-whether-get_kretprobe-returns-.patch
	patches.suse/ata-libata-add-qc-flags-in-ata_qc_complete_template-.patch
	patches.suse/drm-sun4i-Fix-crash-during-suspend-after-component-b.patch
	patches.suse/drm-i915-Implement-w-a-22010492432-for-adl-s.patch
	patches.suse/drm-msm-Fix-double-pm_runtime_disable-call.patch
	patches.suse/drm-msm-Switch-ordering-of-runpm-put-vs-devfreq_idle.patch
	patches.suse/drm-msm-use-for_each_sgtable_sg-to-iterate-over-scat.patch
	patches.suse/drm-msm-mdp4-Fix-refcount-leak-in-mdp4_modeset_init_.patch
	patches.suse/drm-msm-dp-check-core_initialized-before-disable-int.patch
	patches.suse/drm-msm-dp-force-link-training-for-display-resolutio.patch
	patches.suse/xen-blkfront-Handle-NULL-gendisk.patch
	patches.suse/x86-xen-Remove-undefined-behavior-in-setup_features.patch
	patches.suse/xen-gntdev-Avoid-blocking-in-unmap_grant_pages.patch
	patches.suse/s390-crash-make-copy_oldmem_page-return-number-of-bytes-copied
	patches.suse/s390-cpumf-Handle-events-cycles-and-instructions-identical
	patches.suse/regmap-irq-Fix-a-bug-in-regmap_irq_enable-for-type_i.patch
	patches.suse/regmap-irq-Fix-offset-index-mismatch-in-read_sub_irq.patch
	patches.suse/gpio-winbond-Fix-error-code-in-winbond_gpio_get.patch
	patches.suse/usb-gadget-Fix-non-unique-driver-names-in-raw-gadget.patch
	patches.suse/dt-bindings-usb-ohci-Increase-the-number-of-PHYs.patch
	patches.suse/dt-bindings-usb-ehci-Increase-the-number-of-PHYs.patch
	patches.suse/usb-typec-wcove-Drop-wrong-dependency-to-INTEL_SOC_P.patch
	patches.suse/USB-serial-option-add-Telit-LE910Cx-0x1250-compositi.patch
	patches.suse/USB-serial-pl2303-add-support-for-more-HXN-G-types.patch
	patches.suse/USB-serial-option-add-Quectel-EM05-G-modem.patch
	patches.suse/USB-serial-option-add-Quectel-RM500K-module-support.patch
	patches.suse/xhci-pci-Allow-host-runtime-PM-as-default-for-Intel-.patch
	patches.suse/xhci-pci-Allow-host-runtime-PM-as-default-for-Intel--8ffdc53a6004.patch
	patches.suse/USB-gadget-Fix-double-free-bug-in-raw_gadget-driver.patch
	patches.suse/usb-chipidea-udc-check-request-status-before-setting.patch
	patches.suse/iio-mma8452-fix-probe-fail-when-device-tree-compatib.patch
	patches.suse/iio-adc-axp288-Override-TS-pin-bias-current-for-some.patch
	patches.suse/iio-magnetometer-yas530-Fix-memchr_inv-misuse.patch
	patches.suse/iio-gyro-mpu3050-Fix-the-error-handling-in-mpu3050_p.patch
	patches.suse/iio-trigger-sysfs-fix-use-after-free-on-remove.patch
	patches.suse/iio-adc-ti-ads131e08-add-missing-fwnode_handle_put-i.patch
	patches.suse/iio-adc-stm32-Fix-ADCs-iteration-in-irq-handler.patch
	patches.suse/iio-adc-stm32-Fix-IRQs-on-STM32F4-by-removing-custom.patch
	patches.suse/iio-afe-rescale-Fix-boolean-logic-bug.patch
	patches.suse/iio-accel-bma180-rearrange-iio-trigger-get-and-regis.patch
	patches.suse/iio-accel-kxcjk-1013-rearrange-iio-trigger-get-and-r.patch
	patches.suse/iio-accel-mxc4005-rearrange-iio-trigger-get-and-regi.patch
	patches.suse/iio-chemical-ccs811-rearrange-iio-trigger-get-and-re.patch
	patches.suse/iio-humidity-hts221-rearrange-iio-trigger-get-and-re.patch
	patches.suse/iio-adc-adi-axi-adc-Fix-refcount-leak-in-adi_axi_adc.patch
	patches.suse/iio-adc-vf610-fix-conversion-mode-sysfs-node-name.patch
	patches.suse/iio-adc-stm32-fix-maximum-clock-rate-for-stm32mp15x.patch
	patches.suse/iio-accel-mma8452-ignore-the-return-value-of-reset-o.patch
	patches.suse/exfat-use-updated-exfat_chain-directly-during-renami.patch
	patches.suse/modpost-fix-section-mismatch-check-for-exported-init.patch
	patches.suse/kbuild-link-vmlinux-only-once-for-CONFIG_TRIM_UNUSED.patch
	patches.suse/powerpc-pseries-wire-up-rng-during-setup_arch.patch
	patches.suse/powerpc-Enable-execve-syscall-exit-tracepoint.patch
	patches.suse/powerpc-rtas-Allow-ibm-platform-dump-RTAS-call-with-.patch
	patches.suse/powerpc-powernv-wire-up-rng-during-setup_arch.patch
	patches.suse/0008-parisc-stifb-Fix-fb_is_primary_device-only-available.patch
	patches.suse/video-fbdev-pxa3xx-gcu-Fix-integer-overflow-in-pxa3x.patch
	patches.suse/ARM-dts-imx7-Move-hsic_phy-power-domain-to-HSIC-PHY-.patch
	patches.suse/ARM-dts-imx6qdl-correct-PU-regulator-ramp-delay.patch
	patches.suse/ARM-Fix-refcount-leak-in-axxia_boot_secondary.patch
	patches.suse/soc-bcm-brcmstb-pm-pm-arm-Fix-refcount-leak-in-brcms.patch
	patches.suse/ARM-cns3xxx-Fix-refcount-leak-in-cns3xxx_init.patch
	patches.suse/arm64-dts-ti-k3-am64-main-Remove-support-for-HS400-s.patch
	patches.suse/ARM-dts-bcm2711-rpi-400-Fix-GPIO-line-names.patch
	patches.suse/ARM-exynos-Fix-refcount-leak-in-exynos_map_pmu.patch
	patches.suse/memory-samsung-exynos5422-dmc-Fix-refcount-leak-in-o.patch
	patches.suse/tick-nohz-unexport-__init-annotated-tick_nohz_full_s.patch
	patches.suse/vdpa-mlx5-Update-Control-VQ-callback-information.patch
	patches.suse/vdpa-mlx5-Initialize-CVQ-vringh-only-once.patch
	patches.suse/virtio-net-fix-race-between-ndo_open-and-virtio_devi.patch
	patches.suse/caif_virtio-fix-race-between-virtio_device_ready-and.patch
	patches.suse/virtio_mmio-Add-missing-PM-calls-to-freeze-restore.patch
	patches.suse/virtio_mmio-Restore-guest-page-size-on-resume.patch
	patches.suse/vhost-vdpa-call-vhost_vdpa_cleanup-during-the-releas.patch
	patches.suse/platform-x86-intel-pmc-Add-Alder-Lake-N-support-to-P.patch
	patches.suse/ACPI-video-Change-how-we-determine-if-brightness-key.patch
	patches.suse/platform-x86-panasonic-laptop-de-obfuscate-button-co.patch
	patches.suse/platform-x86-panasonic-laptop-sort-includes-alphabet.patch
	patches.suse/platform-x86-panasonic-laptop-revert-Resolve-hotkey-.patch
	patches.suse/platform-x86-panasonic-laptop-don-t-report-duplicate.patch
	patches.suse/platform-x86-panasonic-laptop-filter-out-duplicate-v.patch
	patches.suse/platform-x86-hp-wmi-Ignore-Sanitization-Mode-event.patch
	patches.suse/RDMA-qedr-Fix-reporting-QP-timeout-attribute.patch
	patches.suse/linux-dim-Fix-divide-by-0-in-RDMA-DIM.patch
	patches.suse/net-dsa-hirschmann-Add-missing-of_node_get-in-hellcr.patch
	patches.suse/net-dsa-bcm_sf2-force-pause-link-settings.patch
	patches.suse/selftests-net-pass-ipv6_args-to-udpgso_bench-s-IPv6-.patch
	patches.suse/net-dp83822-disable-false-carrier-interrupt.patch
	patches.suse/net-dp83822-disable-rx-error-interrupt.patch
	patches.suse/tunnels-do-not-assume-mac-header-is-set-in-skb_tunne.patch
	patches.suse/epic100-fix-use-after-free-on-rmmod.patch
	patches.suse/net-asix-fix-can-t-send-until-first-packet-is-send-i.patch
	patches.suse/net-usb-asix-do-not-force-pause-frames-support.patch
	patches.suse/net-bonding-fix-possible-NULL-deref-in-rlb-code.patch
	patches.suse/selftests-mptcp-more-stable-diag-tests.patch
	patches.suse/net-ipv6-unexport-__init-annotated-seg6_hmac_net_ini.patch
	patches.suse/nfc-nfcmrvl-Fix-irq_of_parse_and_map-return-value.patch
	patches.suse/NFC-nxp-nci-Don-t-issue-a-zero-length-i2c_master_rea.patch
	patches.suse/NFC-nxp-nci-don-t-print-header-length-mismatch-on-i2.patch
	patches.suse/usbnet-fix-memory-allocation-in-helpers.patch
	patches.suse/net-phy-Don-t-trigger-state-machine-while-in-suspend.patch
	patches.suse/net-phy-ax88772a-fix-lost-pause-advertisement-config.patch
	patches.suse/net-bonding-fix-use-after-free-after-802.3ad-slave-u.patch
	patches.suse/net-usb-ax88179_178a-Fix-packet-receiving.patch
	patches.suse/net-rose-fix-UAF-bugs-caused-by-timer-handler.patch
	patches.suse/drm-i915-gem-add-missing-else.patch
	patches.suse/drm-fourcc-fix-integer-type-usage-in-uapi-header.patch
	patches.suse/drm-amdgpu-To-flush-tlb-for-MMHUB-of-RAVEN-series.patch
	patches.suse/Revert-drm-amdgpu-display-set-vblank_disable_immedia.patch
	patches.suse/dm-raid-fix-KASAN-warning-in-raid5_add_disks.patch
	patches.suse/hwmon-occ-Prevent-power-cap-command-overwriting-poll.patch
	patches.suse/hwmon-ibmaem-don-t-call-platform_device_del-if-platf.patch
	patches.suse/PM-devfreq-exynos-ppmu-Fix-refcount-leak-in-of_get_d.patch
	patches.suse/drivers-cpufreq-Add-missing-of_node_put-in-qoriq-cpu.patch
	patches.suse/cpufreq-pmac32-cpufreq-Fix-refcount-leak-bug.patch
	patches.suse/NFSD-restore-EINVAL-error-translation-in-nfsd_commit.patch
	patches.suse/SUNRPC-Fix-READ_PLUS-crasher.patch
	patches.suse/xfs-use-invalidate_lock-to-check-the-state-of-mmap_l.patch
	patches.suse/xfs-prevent-a-UAF-when-log-IO-errors-race-with-unmou.patch
	patches.suse/soc-ixp4xx-npe-Fix-unused-match-warning.patch
	patches.suse/ARM-at91-pm-use-proper-compatible-for-sama5d2-s-rtc.patch
	patches.suse/ARM-at91-pm-use-proper-compatibles-for-sam9x60-s-rtc.patch
	patches.suse/ARM-dts-at91-sam9x60ek-fix-eeprom-compatible-and-siz.patch
	patches.suse/ARM-dts-at91-sama5d2_icp-fix-eeprom-compatibles.patch
	patches.suse/ARM-at91-fix-soc-detection-for-SAM9X60-SiPs.patch
	patches.suse/ARM-mxs_defconfig-Enable-the-framebuffer.patch
	patches.suse/arm64-dts-imx8mp-evk-correct-mmc-pad-settings.patch
	patches.suse/arm64-dts-imx8mp-evk-correct-the-uart2-pinctl-value.patch
	patches.suse/arm64-dts-imx8mp-evk-correct-gpio-led-pad-settings.patch
	patches.suse/arm64-dts-imx8mp-evk-correct-vbus-pad-settings.patch
	patches.suse/arm64-dts-imx8mp-evk-correct-eqos-pad-settings.patch
	patches.suse/arm64-dts-imx8mp-evk-correct-vbus-pad-settings-95587ecfcf25.patch
	patches.suse/arm64-dts-imx8mp-evk-correct-I2C1-pad-settings.patch
	patches.suse/arm64-dts-imx8mp-evk-correct-I2C3-pad-settings.patch
	patches.suse/arm64-dts-imx8mp-phyboard-pollux-rdk-correct-uart-pa.patch
	patches.suse/arm64-dts-imx8mp-phyboard-pollux-rdk-correct-eqos-pa.patch
	patches.suse/arm64-dts-imx8mp-phyboard-pollux-rdk-correct-i2c2-mm.patch
	patches.suse/ARM-meson-Fix-refcount-leak-in-meson_smp_prepare_cpu.patch
	patches.suse/arm64-dts-qcom-msm8994-Fix-CPU6-7-reg-values.patch
	patches.suse/ARM-dts-stm32-use-the-correct-clock-source-for-CEC-o.patch
	patches.suse/xen-blkfront-fix-leaking-data-in-shared-pages.patch
	patches.suse/xen-netfront-fix-leaking-data-in-shared-pages.patch
	patches.suse/xen-netfront-force-data-bouncing-when-backend-is-unt.patch
	patches.suse/xen-blkfront-force-data-bouncing-when-backend-is-unt.patch
	patches.suse/xen-netfront-restore-__skb_queue_tail-positioning-in.patch
	patches.suse/ALSA-usb-audio-Workarounds-for-Behringer-UMC-204-404.patch
	patches.suse/ALSA-usb-audio-Add-quirks-for-MacroSilicon-MS2100-MS.patch
	patches.suse/ALSA-hda-realtek-Add-quirk-for-Clevo-L140PU.patch
	patches.suse/ALSA-usb-audio-Add-quirk-for-Fiero-SC-01.patch
	patches.suse/ALSA-usb-audio-Add-quirk-for-Fiero-SC-01-fw-v1.0.0.patch
	patches.suse/ASoC-ops-Fix-off-by-one-in-range-control-validation.patch
	patches.suse/ASoC-Realtek-Maxim-SoundWire-codecs-disable-pm_runti.patch
	patches.suse/ASoC-rt711-sdca-sdw-fix-calibrate-mutex-initializati.patch
	patches.suse/ASoC-Intel-sof_sdw-handle-errors-on-card-registratio.patch
	patches.suse/ASoC-rt711-fix-calibrate-mutex-initialization.patch
	patches.suse/ASoC-rt7-sdw-harden-jack_detect_handler.patch
	patches.suse/ASoC-codecs-rt700-rt711-rt711-sdca-initialize-workqu.patch
	patches.suse/ASoC-codecs-rt700-rt711-rt711-sdca-resume-bus-codec-.patch
	patches.suse/ASoC-SOF-Intel-hda-loader-Clarify-the-cl_dsp_init-fl.patch
	patches.suse/ASoC-Remove-unused-hw_write_t-type.patch
	patches.suse/ASoC-wcd938x-Fix-event-generation-for-some-controls.patch
	patches.suse/ASoC-Intel-bytcr_wm5102-Fix-GPIO-related-probe-order.patch
	patches.suse/ASoC-wm5110-Fix-DRE-control.patch
	patches.suse/ASoC-cs35l41-Correct-some-control-names.patch
	patches.suse/ASoC-rt711-sdca-fix-kernel-NULL-pointer-dereference-.patch
	patches.suse/ASoC-dapm-Initialise-kcontrol-data-for-mux-demux-con.patch
	patches.suse/ASoC-cs35l41-Add-ASP-TX3-4-source-to-register-patch.patch
	patches.suse/ASoC-cs47l15-Fix-event-generation-for-low-power-mux-.patch
	patches.suse/ASoC-madera-Fix-event-generation-for-OUT1-demux.patch
	patches.suse/ASoC-madera-Fix-event-generation-for-rate-controls.patch
	patches.suse/irqchip-or1k-pic-Undefine-mask_ack-for-level-trigger.patch
	patches.suse/pinctrl-aspeed-Fix-potential-NULL-dereference-in-asp.patch
	patches.suse/pinctrl-sunxi-a83t-Fix-NAND-function-name-for-some-p.patch
	patches.suse/pinctrl-sunxi-sunxi_pconf_set-use-correct-offset.patch
	patches.suse/i40e-Fix-dropped-jumbo-frames-statistics.patch
	patches.suse/i40e-Fix-VF-s-MAC-Address-change-on-VM.patch
	patches.suse/netfilter-nf_tables-stricter-validation-of-element-d.patch
	patches.suse/ibmvnic-Properly-dispose-of-all-skbs-during-a-failov.patch
	patches.suse/can-bcm-use-call_rcu-instead-of-costly-synchronize_r.patch
	patches.suse/Revert-can-xilinx_can-Limit-CANFD-brp-to-2.patch
	patches.suse/can-gs_usb-gs_usb_open-close-fix-memory-leak.patch
	patches.suse/can-grcan-grcan_probe-remove-extra-of_node_get.patch
	patches.suse/can-m_can-m_can_chip_config-actually-enable-internal.patch
	patches.suse/can-mcp251xfd-mcp251xfd_regmap_crc_read-improve-work.patch
	patches.suse/can-mcp251xfd-mcp251xfd_regmap_crc_read-update-worka.patch
	patches.suse/can-mcp251xfd-mcp251xfd_register_get_dev_id-use-corr.patch
	patches.suse/can-mcp251xfd-mcp251xfd_register_get_dev_id-fix-endi.patch
	patches.suse/selftests-forwarding-fix-flood_unicast_test-when-h2-.patch
	patches.suse/selftests-forwarding-fix-learning_test-when-h1-suppo.patch
	patches.suse/selftests-forwarding-fix-error-message-in-learning_t.patch
	patches.suse/usbnet-fix-memory-leak-in-error-case.patch
	patches.suse/net-rose-fix-UAF-bug-caused-by-rose_t0timer_expiry.patch
	patches.suse/r8169-fix-accessing-unset-transport-header.patch
	patches.suse/fbdev-fbmem-Fix-logo-center-image-dx-issue.patch
	patches.suse/video-of_display_timing.h-include-errno.h.patch
	patches.suse/fbcon-Disallow-setting-font-bigger-than-screen-size.patch
	patches.suse/fbcon-Prevent-that-screen-size-is-smaller-than-font-.patch
	patches.suse/fbmem-Check-virtual-screen-sizes-in-fb_set_var.patch
	patches.suse/iommu-vt-d-Fix-PCI-bus-rescan-device-hot-add
	patches.suse/iommu-vt-d-Fix-RID2PASID-setup-teardown-failure
	patches.suse/memregion-Fix-memregion_free-fallback-definition.patch
	patches.suse/ACPI-CPPC-Only-probe-for-_CPC-if-CPPC-v2-is-acked.patch
	patches.suse/powerpc-powernv-delay-rng-platform-device-creation-u.patch
	patches.suse/i2c-piix4-Fix-a-memory-leak-in-the-EFCH-MMIO-support.patch
	patches.suse/i2c-cadence-Unregister-the-clk-notifier-in-error-pat.patch
	patches.suse/misc-rtsx_usb-fix-use-of-dma-mapped-buffer-for-usb-b.patch
	patches.suse/misc-rtsx_usb-use-separate-command-and-response-buff.patch
	patches.suse/misc-rtsx_usb-set-return-value-in-rsp_buf-alloc-err-.patch
	patches.suse/dmaengine-ti-Fix-refcount-leak-in-ti_dra7_xbar_route.patch
	patches.suse/dmaengine-ti-Add-missing-put_device-in-ti_dra7_xbar_.patch
	patches.suse/dmaengine-imx-sdma-Allow-imx8m-for-imx7-FW-revs.patch
	patches.suse/dmaengine-qcom-bam_dma-fix-runtime-PM-underflow.patch
	patches.suse/dmaengine-at_xdma-handle-errors-of-at_xdmac_alloc_de.patch
	patches.suse/dmaengine-pl330-Fix-lockdep-warning-about-non-static.patch
	patches.suse/dmaengine-lgm-Fix-an-error-handling-path-in-intel_ld.patch
	patches.suse/dt-bindings-dma-allwinner-sun50i-a64-dma-Fix-min-max.patch
	patches.suse/ida-don-t-use-BUG_ON-for-debugging.patch
	patches.suse/fix-race-between-exit_itimers-and-proc-pid-timers.patch
	patches.suse/nilfs2-fix-incorrect-masking-of-permission-flags-for.patch
	patches.suse/x86-kvm-vmx-Make-noinstr-clean.patch
	patches.suse/x86-cpufeatures-Move-RETPOLINE-flags-to-word-11.patch
	patches.suse/x86-retpoline-Cleanup-some-ifdefery.patch
	patches.suse/x86-retpoline-Swizzle-retpoline-thunk.patch
	patches.suse/x86-retpoline-Use-mfunction-return.patch
	patches.suse/x86-Undo-return-thunk-damage.patch
	patches.suse/x86-objtool-Create-.return_sites.patch
	patches.suse/x86-static_call-Use-alternative-RET-encoding.patch
	patches.suse/x86-ftrace-use-alternative-ret-encoding.patch
	patches.suse/x86-bpf-Use-alternative-RET-encoding.patch
	patches.suse/x86-kvm-Fix-SETcc-emulation-for-return-thunks.patch
	patches.suse/x86-vsyscall_emu-64-Don-t-use-RET-in-vsyscall-emulation.patch
	patches.suse/x86-sev-Avoid-using-__x86_return_thunk.patch
	patches.suse/x86-Use-return-thunk-in-asm-code.patch
	patches.suse/objtool-Treat-.text.__x86.-as-noinstr.patch
	patches.suse/x86-Add-magic-AMD-return-thunk.patch
	patches.suse/x86-bugs-Report-AMD-retbleed-vulnerability.patch
	patches.suse/x86-bugs-Add-AMD-retbleed-boot-parameter.patch
	patches.suse/x86-bugs-Enable-STIBP-for-JMP2RET.patch
	patches.suse/x86-bugs-Keep-a-per-CPU-IA32_SPEC_CTRL-value.patch
	patches.suse/x86-entry-Add-kernel-IBRS-implementation.patch
	patches.suse/x86-bugs-Optimize-SPEC_CTRL-MSR-writes.patch
	patches.suse/x86-speculation-Add-spectre_v2-ibrs-option-to-support-Kern.patch
	patches.suse/x86-bugs-Split-spectre_v2_select_mitigation-and-spectre_v2.patch
	patches.suse/x86-bugs-Report-Intel-retbleed-vulnerability.patch
	patches.suse/intel_idle-Disable-IBRS-during-long-idle.patch
	patches.suse/objtool-Update-Retpoline-validation.patch
	patches.suse/x86-xen-Rename-SYS-entry-points.patch
	patches.suse/x86-bugs-Add-retbleed-ibpb.patch
	patches.suse/x86-bugs-Do-IBPB-fallback-check-only-once.patch
	patches.suse/objtool-Add-entry-UNRET-validation.patch
	patches.suse/x86-cpu-amd-Add-Spectral-Chicken.patch
	patches.suse/x86-speculation-Fix-RSB-filling-with-CONFIG_RETPOLINE-n.patch
	patches.suse/x86-speculation-Fix-firmware-entry-SPEC_CTRL-handling.patch
	patches.suse/x86-speculation-Fix-SPEC_CTRL-write-on-SMT-state-change.patch
	patches.suse/x86-speculation-Use-cached-host-SPEC_CTRL-value-for-guest-.patch
	patches.suse/x86-speculation-Remove-x86_spec_ctrl_mask.patch
	patches.suse/objtool-Re-add-UNWIND_HINT_-SAVE_RESTORE.patch
	patches.suse/KVM-VMX-Flatten-__vmx_vcpu_run.patch
	patches.suse/KVM-VMX-Convert-launched-argument-to-flags.patch
	patches.suse/KVM-VMX-Prevent-guest-RSB-poisoning-attacks-with-eIBRS.patch
	patches.suse/KVM-VMX-Fix-IBRS-handling-after-vmexit.patch
	patches.suse/x86-speculation-Fill-RSB-on-vmexit-for-IBRS.patch
	patches.suse/KVM-VMX-Prevent-RSB-underflow-before-vmenter.patch
	patches.suse/x86-common-Stamp-out-the-stepping-madness.patch
	patches.suse/x86-cpu-amd-Enumerate-BTC_NO.patch
	patches.suse/x86-retbleed-add-fine-grained-kconfig-knobs.patch
	patches.suse/x86-bugs-Add-Cannon-lake-to-RETBleed-affected-CPU-list.patch
	patches.suse/x86-bugs-Do-not-enable-IBPB-on-entry-when-IBPB-is-not-supp.patch
	patches.suse/x86-kexec-disable-ret-on-kexec.patch
	patches.suse/x86-speculation-disable-rrsba-behavior.patch
	patches.suse/drm-i915-fix-a-possible-refcount-leak-in-intel_dp_ad.patch
	patches.suse/drm-panfrost-Put-mapping-instead-of-shmem-obj-on-pan.patch
	patches.suse/drm-panfrost-Fix-shrinker-list-corruption-by-madvise.patch
	patches.suse/tracing-histograms-Fix-memory-leak-problem.patch
	patches.suse/tracing-Fix-sleeping-while-atomic-in-kdb-ftdump.patch
	patches.suse/cgroup-Use-separate-src-dst-nodes-when-preloading-css_sets-for-migration.patch
	patches.suse/ASoC-sgtl5000-Fix-noise-on-shutdown-remove.patch
	patches.suse/ASoC-tas2764-Add-post-reset-delays.patch
	patches.suse/ASoC-tas2764-Fix-and-extend-FSYNC-polarity-handling.patch
	patches.suse/ASoC-tas2764-Correct-playback-volume-range.patch
	patches.suse/ASoC-tas2764-Fix-amp-gain-register-offset-default.patch
	patches.suse/ASoC-Intel-Skylake-Correct-the-ssp-rate-discovery-in.patch
	patches.suse/ASoC-Intel-Skylake-Correct-the-handling-of-fmt_confi.patch
	patches.suse/ALSA-hda-realtek-Fix-headset-mic-for-Acer-SF313-51.patch
	patches.suse/ALSA-hda-conexant-Apply-quirk-for-another-HP-ProDesk.patch
	patches.suse/ALSA-hda-Add-fixup-for-Dell-Latitidue-E5430.patch
	patches.suse/ALSA-hda-realtek-Fix-headset-mic-problem-for-a-HP-ma-dbe75d314748.patch
	patches.suse/ALSA-hda-realtek-fix-mute-micmute-LEDs-for-HP-machin.patch
	patches.suse/ALSA-hda-realtek-Fix-headset-mic-problem-for-a-HP-ma-4ba5c853d794.patch
	patches.suse/ALSA-hda-realtek-Enable-the-headset-mic-on-a-Xiaomi-.patch
	patches.suse/ARM-9209-1-Spectre-BHB-avoid-pr_info-every-time-a-CP.patch
	patches.suse/ARM-9210-1-Mark-the-FDT_FIXED-sections-as-shareable.patch
	patches.suse/ARM-9213-1-Print-message-about-disabled-Spectre-work.patch
	patches.suse/ARM-9214-1-alignment-advance-IT-state-after-emulatin.patch
	patches.suse/ima-Fix-a-potential-integer-overflow-in-ima_appraise.patch
	patches.suse/ima-force-signature-verification-when-CONFIG_KEXEC_S.patch
	patches.suse/ima-Fix-potential-memory-leak-in-ima_init_crypto.patch
	patches.suse/net-stmmac-dwc-qos-Disable-split-header-for-Tegra194.patch
	patches.suse/net-ethernet-ti-am65-cpsw-Fix-devlink-port-register-.patch
	patches.suse/net-mlx5-TC-allow-offload-from-uplink-to-other-PF-s-.patch
	patches.suse/net-mlx5-Lag-decouple-FDB-selection-and-shared-FDB.patch
	patches.suse/net-mlx5e-kTLS-Fix-build-time-constant-test-in-TX.patch
	patches.suse/net-mlx5e-kTLS-Fix-build-time-constant-test-in-RX.patch
	patches.suse/net-mlx5e-Fix-enabling-sriov-while-tc-nic-rules-are-.patch
	patches.suse/net-mlx5-Lag-correct-get-the-port-select-mode-str.patch
	patches.suse/net-mlx5e-CT-Use-own-workqueue-instead-of-mlx5e-priv.patch
	patches.suse/net-mlx5e-Fix-capability-check-for-updating-vnic-env.patch
	patches.suse/net-mlx5e-Ring-the-TX-doorbell-on-DMA-errors.patch
	patches.suse/net-sock-tracing-Fix-sock_exceed_buf_limit-not-to-de.patch
	patches.suse/sysctl-Fix-data-races-in-proc_dointvec.patch
	patches.suse/sysctl-Fix-data-races-in-proc_douintvec.patch
	patches.suse/sysctl-Fix-data-races-in-proc_dointvec_minmax.patch
	patches.suse/sysctl-Fix-data-races-in-proc_douintvec_minmax.patch
	patches.suse/sysctl-Fix-data-races-in-proc_doulongvec_minmax.patch
	patches.suse/sysctl-Fix-data-races-in-proc_dointvec_jiffies.patch
	patches.suse/bnxt_en-reclaim-max-resources-if-sriov-enable-fails.patch
	patches.suse/bnxt_en-Fix-bnxt_reinit_after_abort-code-path.patch
	patches.suse/bnxt_en-fix-livepatch-query.patch
	patches.suse/bnxt_en-Fix-and-simplify-XDP-transmit-path.patch
	patches.suse/bnxt_en-Fix-bnxt_refclk_read.patch
	patches.suse/sysctl-Fix-data-races-in-proc_dou8vec_minmax.patch
	patches.suse/sysctl-Fix-data-races-in-proc_dointvec_ms_jiffies.patch
	patches.suse/raw-Fix-a-data-race-around-sysctl_raw_l3mdev_accept.patch
	patches.suse/tcp-Fix-data-races-around-sysctl_tcp_ecn.patch
	patches.suse/net-ftgmac100-Hold-reference-returned-by-of_get_chil.patch
	patches.suse/net-stmmac-fix-leaks-in-probe.patch
	patches.suse/wifi-mac80211_hwsim-set-virtio-device-ready-in-probe.patch
	patches.suse/wifi-mac80211-fix-queue-selection-for-mesh-OCB-inter.patch
	patches.suse/sfc-fix-use-after-free-when-disabling-sriov.patch
	patches.suse/ice-handle-E822-generic-device-ID-in-PLDM-header.patch
	patches.suse/ice-change-devlink-code-to-read-NVM-in-blocks.patch
	patches.suse/sfc-fix-kernel-panic-when-creating-VF.patch
	patches.suse/xen-netback-avoid-entering-xenvif_rx_next_skb-with-a.patch
	patches.suse/drm-i915-gvt-IS_ERR-vs-NULL-bug-in-intel_gvt_update_.patch
	patches.suse/drm-i915-selftests-fix-a-couple-IS_ERR-vs-NULL-tests.patch
	patches.suse/drm-i915-gt-Serialize-GRDOM-access-between-multiple-.patch
	patches.suse/drm-i915-gt-Serialize-TLB-invalidates-with-GT-resets.patch
	patches.suse/drm-amd-display-Ignore-First-MST-Sideband-Message-Re.patch
	patches.suse/drm-amd-display-Only-use-depth-36-bpp-linebuffers-on.patch
	patches.suse/xen-gntdev-Ignore-failure-to-unmap-INVALID_GRANT_HAN.patch
	patches.suse/ACPI-video-Fix-acpi_video_handles_brightness_key_pre.patch
	patches.suse/arm64-dts-rockchip-Assign-RK3399-VDU-clock-rate.patch
	patches.suse/reset-Fix-devm-bulk-optional-exclusive-control-gette.patch
	patches.suse/tee-tee_get_drvdata-fix-description-of-return-value.patch
	patches.suse/ARM-dts-at91-sama5d2-Fix-typo-in-i2s1-node.patch
	patches.suse/ARM-dts-sunxi-Fix-SPI-NOR-campatible-on-Orange-Pi-Ze.patch
	patches.suse/ARM-dts-imx6qdl-ts7970-Fix-ngpio-typo-and-count.patch
	patches.suse/arm64-dts-broadcom-bcm4908-Fix-timer-node-for-BCM490.patch
	patches.suse/arm64-dts-broadcom-bcm4908-Fix-cpu-node-for-smp-boot.patch
	patches.suse/spi-amd-Limit-max-transfer-and-message-size.patch
	patches.suse/kvm-emulate-do-not-adjust-size-of-fastop-and-setcc-subroutines.patch
	patches.suse/efi-x86-use-naked-RET-on-mixed-mode-call-wrapper.patch
	patches.suse/tty-serial-samsung_tty-set-dma-burst_size-to-1.patch
	patches.suse/serial-pl011-UPSTAT_AUTORTS-requires-.throttle-unthr.patch
	patches.suse/serial-stm32-Clear-prev-values-before-setting-RTS-de.patch
	patches.suse/serial-8250-fix-return-error-code-in-serial8250_requ.patch
	patches.suse/serial-8250-Fix-PM-usage_count-for-console-handover.patch
	patches.suse/vt-fix-memory-overlapping-when-deleting-chars-in-the.patch
	patches.suse/tty-extract-tty_flip_buffer_commit-from-tty_flip_buf.patch
	patches.suse/tty-use-new-tty_insert_flip_string_and_push_buffer-i.patch
	patches.suse/usb-dwc3-gadget-Fix-event-pending-check.patch
	patches.suse/usb-typec-add-missing-uevent-when-partner-support-PD.patch
	patches.suse/USB-serial-ftdi_sio-add-Belimo-device-ids.patch
	patches.suse/scsi-megaraid-Clear-READ-queue-map-s-nr_queues.patch
	patches.suse/power-reset-arm-versatile-Fix-refcount-leak-in-versa.patch
	patches.suse/x86-bugs-remove-apostrophe-typo.patch
	patches.suse/RDMA-irdma-Do-not-advertise-1GB-page-size-for-x722.patch
	patches.suse/RDMA-irdma-Fix-sleep-from-invalid-context-BUG.patch
	patches.suse/lockdown-Fix-kexec-lockdown-bypass-with-ima-policy.patch
	patches.suse/watchqueue-make-sure-to-serialize-wqueue-defunct-pro.patch
	patches.suse/watch-queue-remove-spurious-double-semicolon.patch
	patches.suse/mm-Force-TLB-flush-for-PFNMAP-mappings-before-unlink_file_vma.patch
	patches.suse/ip-Fix-data-races-around-sysctl_ip_fwd_update_priori.patch
	patches.suse/net-stmmac-fix-pm-runtime-issue-in-stmmac_dvr_remove.patch
	patches.suse/net-stmmac-fix-unbalanced-ptp-clock-issue-in-suspend.patch
	patches.suse/net-dsa-microchip-ksz_common-Fix-refcount-leak-bug.patch
	patches.suse/e1000e-Enable-GPT-clock-before-sending-message-to-CS.patch
	patches.suse/Revert-e1000e-Fix-possible-HW-unit-hang-after-an-s0i.patch
	patches.suse/igc-Reinstate-IGC_REMOVED-logic-and-implement-it-pro.patch
	patches.suse/net-stmmac-fix-dma-queue-left-shift-overflow-issue.patch
	patches.suse/docs-net-dsa-update-probing-documentation.patch
	patches.suse/docs-net-dsa-document-the-shutdown-behavior.patch
	patches.suse/docs-net-dsa-rename-tag_protocol-to-get_tag_protocol.patch
	patches.suse/docs-net-dsa-add-more-info-about-the-other-arguments.patch
	patches.suse/docs-net-dsa-document-change_tag_protocol.patch
	patches.suse/docs-net-dsa-document-the-teardown-method.patch
	patches.suse/docs-net-dsa-document-port_setup-and-port_teardown.patch
	patches.suse/docs-net-dsa-document-port_fast_age.patch
	patches.suse/docs-net-dsa-remove-port_vlan_dump.patch
	patches.suse/docs-net-dsa-delete-port_mdb_dump.patch
	patches.suse/docs-net-dsa-re-explain-what-port_fdb_dump-actually-.patch
	patches.suse/i40e-Fix-erroneous-adapter-reinitialization-during-r.patch
	patches.suse/ixgbe-Add-locking-to-prevent-panic-when-setting-srio.patch
	patches.suse/net-stmmac-remove-redunctant-disable-xPCS-EEE-call.patch
	patches.suse/0001-be2net-Fix-buffer-overflow-in-be_get_module_eeprom.patch
	patches.suse/net-dsa-sja1105-silent-spi_device_id-warnings.patch
	patches.suse/net-dsa-vitesse-vsc73xx-silent-spi_device_id-warning.patch
	patches.suse/r8152-fix-a-WOL-issue.patch
	patches.suse/Documentation-fix-udp_wmem_min-in-ip-sysctl.rst.patch
	patches.suse/iavf-Fix-VLAN_V2-addition-rejection.patch
	patches.suse/iavf-Disallow-changing-rx-tx-frames-and-rx-tx-frames.patch
	patches.suse/iavf-Fix-handling-of-dummy-receive-descriptors.patch
	patches.suse/iavf-Fix-missing-state-logs.patch
	patches.suse/xfrm-xfrm_policy-fix-a-possible-double-xfrm_pols_put.patch
	patches.suse/ipv4-Fix-data-races-around-sysctl_fib_multipath_hash.patch
	patches.suse/tcp-Fix-data-races-around-sysctl-knobs-related-to-SY.patch
	patches.suse/mlxsw-spectrum_router-Fix-IPv4-nexthop-gateway-indic.patch
	patches.suse/mtd-rawnand-gpmi-Set-WAIT_FOR_READY-timeout-based-on.patch
	patches.suse/drm-amdgpu-Remove-one-duplicated-ef-removal.patch
	patches.suse/drm-ttm-fix-locking-in-vmap-vunmap-TTM-GEM-helpers.patch
	patches.suse/drm-imx-dcss-Add-missing-of_node_put-in-fail-path.patch
	patches.suse/gpio-pca953x-only-use-single-read-write-for-No-AI-mo.patch
	patches.suse/gpio-pca953x-use-the-correct-range-when-do-regmap-sy.patch
	patches.suse/gpio-pca953x-use-the-correct-register-address-when-r.patch
	patches.suse/gpio-gpio-xilinx-Fix-integer-overflow.patch
	patches.suse/i2c-mlxcpld-Fix-register-setting-for-400KHz-frequenc.patch
	patches.suse/i2c-cadence-Change-large-transfer-count-reset-logic-.patch
	patches.suse/spi-bcm2835-bcm2835_spi_handle_err-fix-NULL-pointer-.patch
	patches.suse/spi-spi-rspi-Fix-PIO-fallback-on-RZ-platforms.patch
	patches.suse/lkdtm-disable-return-thunks-in-rodata-c.patch
	patches.suse/sched-deadline-Fix-BUG_ON-condition-for-deboosted-ta.patch
	patches.suse/asm-generic-remove-a-broken-and-needless-ifdef-condi.patch
	patches.suse/watch_queue-Fix-missing-rcu-annotation.patch
	patches.suse/watch_queue-Fix-missing-locking-in-add_watch_to_obje.patch
	patches.suse/net-pcs-xpcs-propagate-xpcs_read-error-to-xpcs_get_s.patch
	patches.suse/net-sungem_phy-Add-of_node_put-for-reference-returne.patch
	patches.suse/Documentation-fix-sctp_wmem-in-ip-sysctl.rst.patch
	patches.suse/macsec-fix-NULL-deref-in-macsec_add_rxsa.patch
	patches.suse/macsec-fix-error-message-in-macsec_add_rxsa-and-_txs.patch
	patches.suse/macsec-limit-replay-window-size-with-XPN.patch
	patches.suse/macsec-always-read-MACSEC_SA_ATTR_PN-as-a-u64.patch
	patches.suse/net-macsec-fix-potential-resource-leak-in-macsec_add.patch
	patches.suse/i40e-Fix-interface-init-with-MSI-interrupts-no-MSI-X.patch
	patches.suse/octeontx2-pf-cn10k-Fix-egress-ratelimit-configuratio.patch
	patches.suse/Bluetooth-L2CAP-Fix-use-after-free-caused-by-l2cap_c.patch
	patches.suse/netfilter-nf_queue-do-not-allow-packet-truncation-be.patch
	patches.suse/virtio-net-fix-the-race-between-refill-work-and-clos.patch
	patches.suse/sfc-disable-softirqs-for-ptp-TX.patch
	patches.suse/ice-Fix-max-VLANs-available-for-VF.patch
	patches.suse/ice-Fix-tunnel-checksum-offload-with-fragmented-traf.patch
	patches.suse/ice-Fix-VSIs-unable-to-share-unicast-MAC.patch
	patches.suse/ice-check-DD-EOF-bits-on-Rx-descriptor-rather-than-E.patch
	patches.suse/ice-do-not-setup-vlan-for-loopback-VSI.patch
	patches.suse/scsi-mpt3sas-Stop-fw-fault-watchdog-work-item-during-system-shutdown.patch
	patches.suse/drm-simpledrm-Fix-return-type-of-simpledrm_simple_di.patch
	patches.suse/nouveau-svm-Fix-to-migrate-all-requested-pages.patch
	patches.suse/page_alloc-fix-invalid-watemark-check-on-a-negative-value.patch
	patches.suse/ARM-9216-1-Fix-MAX_DMA_ADDRESS-overflow.patch
	patches.suse/ARM-findbit-fix-overflowing-offset.patch
	patches.suse/edac-ghes-set-the-dimm-label-unconditionally.patch
	patches.suse/revert-x86-sev-expose-sev_es_ghcb_hv_call-for-use-by-hyperv.patch
	patches.suse/docs-kernel-parameters-Update-descriptions-for-mitig.patch
	patches.suse/x86-fpu-Add-a-helper-to-prepare-AMX-state-for-low-po.patch
	patches.suse/intel_idle-Add-a-new-flag-to-initialize-the-AMX-stat.patch
	patches.suse/arm64-errata-Add-Cortex-A510-to-the-repeat-tlbi-list.patch
	patches.suse/arm64-select-TRACE_IRQFLAGS_NMI_SUPPORT.patch
	patches.suse/arm64-Do-not-forget-syscall-when-starting-a-new-thre.patch
	patches.suse/arm64-fix-oops-in-concurrently-setting-insn_emulatio.patch
	patches.suse/arm64-numa-Don-t-check-node-against-MAX_NUMNODES.patch
	patches.suse/arm64-kasan-Revert-arm64-mte-reset-the-page-tag-in-p.patch
	patches.suse/arm64-cpufeature-Allow-different-PMU-versions-in-ID_.patch
	patches.suse/sched-numa-Initialise-numa_migrate_retry.patch
	patches.suse/sched-numa-Do-not-swap-tasks-between-nodes-when-spare-capacity-is-available.patch
	patches.suse/sched-numa-Apply-imbalance-limitations-consistently.patch
	patches.suse/sched-numa-Adjust-imb_numa_nr-to-a-better-approximation-of-memory-channels.patch
	patches.suse/sched-fair-Consider-CPU-affinity-when-allowing-NUMA-imbalance-in-find_idlest_group.patch
	patches.suse/sched-Allow-newidle-balancing-to-bail-out-of-load_balance.patch
	patches.suse/sched-Fix-the-check-of-nr_running-at-queue-wakelist.patch
	patches.suse/sched-Remove-the-limitation-of-WF_ON_CPU-on-wakelist-if-wakee-cpu-is-idle.patch
	patches.suse/sched-fair-Remove-redundant-word.patch
	patches.suse/sched-Remove-unused-function-group_first_cpu.patch
	patches.suse/sched-fair-Introduce-SIS_UTIL-to-search-idle-CPU-based-on-sum-of-util_avg.patch
	patches.suse/sched-fair-Provide-u64-read-for-32-bits-arch-helper.patch
	patches.suse/sched-fair-Decay-task-PELT-values-during-wakeup-migration.patch
	patches.suse/sched-core-Use-try_cmpxchg-in-set_nr_-and_not-if-_polling.patch
	patches.suse/sched-core-Always-flush-pending-blk_plug.patch
	patches.suse/nohz-full-sched-rt-Fix-missed-tick-reenabling-bug-in-dequeue_task_rt.patch
	patches.suse/locking-lockdep-Fix-lockdep_init_map_-confusion.patch
	patches.suse/ARM-OMAP2-Fix-refcount-leak-in-omapdss_init_of.patch
	patches.suse/ARM-OMAP2-display-Fix-refcount-leak-bug.patch
	patches.suse/ARM-OMAP2-pdata-quirks-Fix-refcount-leak-bug.patch
	patches.suse/ARM-OMAP2-Fix-refcount-leak-in-omap3xxx_prm_late_ini.patch
	patches.suse/cpufreq-zynq-Fix-refcount-leak-in-zynq_get_revision.patch
	patches.suse/ARM-shmobile-rcar-gen2-Increase-refcount-for-new-ref.patch
	patches.suse/ARM-bcm-Fix-refcount-leak-in-bcm_kona_smc_init.patch
	patches.suse/soc-renesas-r8a779a0-sysc-Fix-A2DP1-and-A2CV-2357-PD.patch
	patches.suse/meson-mx-socinfo-Fix-refcount-leak-in-meson_mx_socin.patch
	patches.suse/soc-amlogic-Fix-refcount-leak-in-meson-secure-pwrc.c.patch
	patches.suse/firmware-arm_scpi-Ensure-scpi_info-is-not-assigned-i.patch
	patches.suse/firmware-tegra-bpmp-Do-only-aligned-access-to-IPC-me.patch
	patches.suse/firmware-tegra-Fix-error-check-return-value-of-debug.patch
	patches.suse/soc-fsl-guts-machine-variable-might-be-unset.patch
	patches.suse/soc-qcom-ocmem-Fix-refcount-leak-in-of_get_ocmem.patch
	patches.suse/soc-qcom-aoss-Fix-refcount-leak-in-qmp_cooling_devic.patch
	patches.suse/soc-qcom-Make-QCOM_RPMPD-depend-on-PM.patch
	patches.suse/arm64-dts-renesas-beacon-Fix-regulator-node-names.patch
	patches.suse/arm64-dts-renesas-Fix-thermal-sensors-on-single-zone.patch
	patches.suse/ARM-dts-ast2500-evb-fix-board-compatible.patch
	patches.suse/ARM-dts-ast2600-evb-fix-board-compatible.patch
	patches.suse/ARM-dts-ast2600-evb-a1-fix-board-compatible.patch
	patches.suse/dt-bindings-gpio-zynq-Add-missing-compatible-strings.patch
	patches.suse/arm64-dts-mt8192-Fix-idle-states-nodes-naming-scheme.patch
	patches.suse/arm64-dts-mt8192-Fix-idle-states-entry-method.patch
	patches.suse/arm64-dts-mt7622-fix-BPI-R64-WPS-button.patch
	patches.suse/arm64-dts-allwinner-a64-orangepi-win-Fix-LED-node-na.patch
	patches.suse/arm64-tegra-Mark-BPMP-channels-as-no-memory-wc.patch
	patches.suse/arm64-tegra-Fix-SDMMC1-CD-on-P2888.patch
	patches.suse/ARM-dts-imx7d-colibri-emmc-add-cpu1-supply.patch
	patches.suse/ARM-dts-imx6ul-add-missing-properties-for-sram.patch
	patches.suse/ARM-dts-imx6ul-change-operating-points-to-uint32-mat.patch
	patches.suse/ARM-dts-imx6ul-fix-keypad-compatible.patch
	patches.suse/ARM-dts-imx6ul-fix-csi-node-compatible.patch
	patches.suse/ARM-dts-imx6ul-fix-lcdif-node-compatible.patch
	patches.suse/ARM-dts-imx6ul-fix-qspi-node-compatible.patch
	patches.suse/ARM-dts-qcom-mdm9615-add-missing-PMIC-GPIO-reg.patch
	patches.suse/ARM-dts-qcom-sdx55-Fix-the-IRQ-trigger-type-for-UART.patch
	patches.suse/ARM-dts-qcom-pm8841-add-required-thermal-sensor-cell.patch
	patches.suse/arm64-dts-qcom-msm8916-Fix-typo-in-pronto-remoteproc.patch
	patches.suse/arm64-dts-qcom-ipq8074-fix-NAND-node-name.patch
	patches.suse/arm64-dts-qcom-sm8250-add-missing-PCIe-PHY-clock-cel.patch
	patches.suse/ARM-dts-BCM5301X-Add-DT-for-Meraki-MR26.patch
	patches.suse/arm64-dts-qcom-qcs404-Fix-incorrect-USB2-PHYs-assign.patch
	patches.suse/dt-bindings-arm-qcom-fix-MSM8916-MTP-compatibles.patch
	patches.suse/dt-bindings-arm-qcom-fix-MSM8994-boards-compatibles.patch
	patches.suse/regulator-qcom_smd-Fix-pm8916_pldo-range.patch
	patches.suse/regulator-of-Fix-refcount-leak-bug-in-of_get_regulat.patch
	patches.suse/spi-spi-altera-dfl-Fix-an-error-handling-path.patch
	patches.suse/spi-synquacer-Add-missing-clk_disable_unprepare.patch
	patches.suse/spi-dt-bindings-cadence-add-missing-required.patch
	patches.suse/spi-dt-bindings-zynqmp-qspi-add-missing-required.patch
	patches.suse/spi-Return-deferred-probe-error-when-controller-isn-.patch
	patches.suse/spi-propagate-error-code-to-the-caller-of-acpi_spi_d.patch
	patches.suse/spi-Fix-simplification-of-devm_spi_register_controll.patch
	patches.suse/spi-tegra20-slink-fix-UAF-in-tegra_slink_remove.patch
	patches.suse/pwm-lpc18xx-Fix-period-handling.patch
	patches.suse/hwmon-dell-smm-Add-Dell-XPS-13-7390-to-fan-control-w.patch
	patches.suse/hwmon-drivetemp-Add-module-alias.patch
	patches.suse/hwmon-sht15-Fix-wrong-assumptions-in-device-remove-c.patch
	patches.suse/ACPI-CPPC-Do-not-prevent-CPPC-from-working-in-the-fu.patch
	patches.suse/bus-hisi_lpc-fix-missing-platform_device_put-in-hisi.patch
	patches.suse/ACPI-processor-idle-Annotate-more-functions-to-live-.patch
	patches.suse/ACPI-APEI-Better-fix-to-avoid-spamming-the-console-w.patch
	patches.suse/ACPI-EC-Remove-duplicate-ThinkPad-X1-Carbon-6th-entr.patch
	patches.suse/ACPI-EC-Drop-the-EC_FLAGS_IGNORE_DSDT_GPE-quirk.patch
	patches.suse/ACPI-PM-save-NVS-memory-for-Lenovo-G40-45.patch
	patches.suse/ACPI-LPSS-Fix-missing-check-in-register_device_clock.patch
	patches.suse/ACPI-VIOT-Fix-ACS-setup.patch
	patches.suse/ACPI-video-Force-backlight-native-for-some-TongFang-.patch
	patches.suse/ACPI-video-Shortening-quirk-list-by-identifying-Clev.patch
	patches.suse/Documentation-ACPI-EINJ-Fix-obsolete-example.patch
	patches.suse/PM-hibernate-defer-device-probing-when-resuming-from.patch
	patches.suse/powercap-intel_rapl-Add-support-for-RAPTORLAKE_P.patch
	patches.suse/powercap-RAPL-Add-Power-Limit4-support-for-Alder-Lake-N-and-Raptor-Lake-P.patch
	patches.suse/PM-domains-Ensure-genpd_debugfs_dir-exists-before-re.patch
	patches.suse/Documentation-PM-Drop-pme_interrupt-reference.patch
	patches.suse/thermal-tools-tmon-Include-pthread-and-time-headers-.patch
	patches.suse/Documentation-dm-writecache-Render-status-list-as-li.patch
	patches.suse/selftests-seccomp-Fix-compile-warning-when-CC-clang.patch
	patches.suse/selinux-fix-memleak-in-security_read_state_kernel.patch
	patches.suse/selinux-Add-boundary-check-in-put_entry.patch
	patches.suse/kexec_file-drop-weak-attribute-from-functions.patch
	patches.suse/kexec-drop-weak-attribute-from-functions.patch
	patches.suse/kexec-clean-up-arch_kexec_kernel_verify_sig.patch
	patches.suse/kexec-KEYS-make-the-code-in-bzImage64_verify_sig-gen.patch
	patches.suse/arm64-kexec_file-use-more-system-keyrings-to-verify-.patch
	patches.suse/kexec-KEYS-s390-Make-use-of-built-in-and-secondary-k.patch
	patches.suse/crypto-ccp-Use-kzalloc-for-sev-ioctl-interfaces-to-p.patch
	patches.suse/crypto-sun8i-ss-fix-error-codes-in-allocate_flows.patch
	patches.suse/crypto-sun8i-ss-fix-infinite-loop-in-sun8i_ss_setup_.patch
	patches.suse/crypto-ccp-During-shutdown-check-SEV-data-pointer-be.patch
	patches.suse/crypto-arm64-gcm-Select-AEAD-for-GHASH_ARM64_CE.patch
	patches.suse/crypto-hisilicon-sec-don-t-sleep-when-in-softirq.patch
	patches.suse/crypto-hisilicon-Kunpeng916-crypto-driver-don-t-slee.patch
	patches.suse/crypto-hisilicon-hpre-don-t-use-GFP_KERNEL-to-alloc-.patch
	patches.suse/crypto-inside-secure-Add-missing-MODULE_DEVICE_TABLE.patch
	patches.suse/crypto-hisilicon-sec-fix-auth-key-size-error.patch
	patches.suse/crypto-arm64-poly1305-fix-a-read-out-of-bound.patch
	patches.suse/docs-zh_CN-fix-a-broken-reference.patch
	patches.suse/Documentation-update-watch_queue.rst-references.patch
	patches.suse/Documentation-siphash-Fix-typo-in-the-name-of-offset.patch
	patches.suse/selftests-timers-valid-adjtimex-build-fix-for-newer-.patch
	patches.suse/selftests-timers-clocksource-switch-fix-passing-erro.patch
	patches.suse/btrfs-properly-flag-filesystem-with-btrfs_feature_incompat_big_metadata.patch
	patches.suse/i40e-Add-VF-VLAN-pruning.patch
	patches.suse/iavf-Add-waiting-for-response-from-PF-in-set-mac.patch
	patches.suse/vmxnet3-prepare-for-version-7-changes.patch
	patches.suse/vmxnet3-add-support-for-capability-registers.patch
	patches.suse/vmxnet3-add-support-for-large-passthrough-BAR-regist.patch
	patches.suse/vmxnet3-add-support-for-out-of-order-rx-completion.patch
	patches.suse/vmxnet3-add-command-to-set-ring-buffer-sizes.patch
	patches.suse/vmxnet3-limit-number-of-TXDs-used-for-TSO-packet.patch
	patches.suse/vmxnet3-use-ext1-field-to-indicate-encapsulated-pack.patch
	patches.suse/vmxnet3-update-to-version-7.patch
	patches.suse/devlink-adopt-u64_stats_t.patch
	patches.suse/ice-don-t-set-VF-VLAN-caps-in-switchdev.patch
	patches.suse/ice-remove-VLAN-representor-specific-ops.patch
	patches.suse/ice-remove-u16-arithmetic-in-ice_gnss.patch
	patches.suse/ice-Use-correct-order-for-the-parameters-of-devm_kca.patch
	patches.suse/wifi-rtlwifi-fix-error-codes-in-rtl_debugfs_set_writ.patch
	patches.suse/drivers-ixgbe-export-vf-statistics.patch
	patches.suse/igb-Remove-duplicate-defines.patch
	patches.suse/ixgbe-Fix-typos-in-comments.patch
	patches.suse/drivers-net-ethernet-intel-fix-typos-in-comments.patch
	patches.suse/net-mlx5-Introduce-header-modify-pattern-ICM-propert.patch
	patches.suse/net-mlx5-Manage-ICM-of-type-modify-header-pattern.patch
	patches.suse/RDMA-mlx5-Support-handling-of-modify-header-pattern-.patch
	patches.suse/net-mlx5-Add-IFC-bits-and-enums-for-flow-meter.patch
	patches.suse/net-mlx5-Add-HW-definitions-of-vport-debug-counters.patch
	patches.suse/net-mlx5-Add-support-EXECUTE_ASO-action-for-flow-ent.patch
	patches.suse/net-mlx5-group-fdb-cleanup-to-single-function.patch
	patches.suse/net-mlx5-Remove-not-used-MLX5_CAP_BITS_RW_MASK.patch
	patches.suse/net-mlx5-Add-bits-and-fields-to-support-enhanced-CQE.patch
	patches.suse/i40e-add-xdp-frags-support-to-ndo_xdp_xmit.patch
	patches.suse/msft-hv-2623-net-mana-Add-the-Linux-MANA-PF-driver.patch
	patches.suse/msft-hv-2624-net-mana-Add-support-of-XDP_REDIRECT-action.patch
	patches.suse/mlxsw-Keep-track-of-number-of-allocated-RIFs.patch
	patches.suse/mlxsw-Add-a-resource-describing-number-of-RIFs.patch
	patches.suse/sfc-Fix-typo-in-comment.patch
	patches.suse/sfc-siena-Fix-typo-in-comment.patch
	patches.suse/vmxnet3-disable-overlay-offloads-if-UPT-device-does-.patch
	patches.suse/cxgb4vf-remove-unexpected-word-the.patch
	patches.suse/i40e-Add-support-for-ethtool-s-interface-speed-speed.patch
	patches.suse/i40e-Remove-unnecessary-synchronize_irq-before-free_.patch
	patches.suse/intel-i40e-delete-if-NULL-check-before-dev_kfree_skb.patch
	patches.suse/bnxt-Fix-typo-in-comments.patch
	patches.suse/cxgb4-cxgb4vf-Fix-typo-in-comments.patch
	patches.suse/sfc-siena-fix-repeated-words-in-comments.patch
	patches.suse/i40e-read-the-XDP-program-once-per-NAPI.patch
	patches.suse/usbnet-Fix-linkwatch-use-after-free-on-disconnect.patch
	patches.suse/can-netlink-allow-configuring-of-fixed-bit-rates-wit.patch
	patches.suse/can-Break-loopback-loop-on-loopback-documentation.patch
	patches.suse/can-netlink-allow-configuring-of-fixed-data-bit-rate.patch
	patches.suse/sfc-fix-repeated-words-in-comments.patch
	patches.suse/sfc-falcon-fix-repeated-words-in-comments.patch
	patches.suse/sfc-Split-STATE_READY-in-to-STATE_NET_DOWN-and-STATE.patch
	patches.suse/sfc-Add-a-PROBED-state-for-EF100-VDPA-use.patch
	patches.suse/sfc-Remove-netdev-init-from-efx_init_struct.patch
	patches.suse/sfc-Change-BUG_ON-to-WARN_ON-and-recovery-code.patch
	patches.suse/sfc-Encapsulate-access-to-netdev_priv.patch
	patches.suse/sfc-Separate-efx_nic-memory-from-net_device-memory.patch
	patches.suse/sfc-Move-EF100-efx_nic_type-structs-to-the-end-of-th.patch
	patches.suse/sfc-Unsplit-literal-string.patch
	patches.suse/sfc-replace-function-name-in-string-with-__func__.patch
	patches.suse/sfc-Separate-netdev-probe-remove-from-PCI-probe-remo.patch
	patches.suse/intel-remove-unused-macros.patch
	patches.suse/ixgbe-remove-unexpected-word-the.patch
	patches.suse/igb-remove-unexpected-word-the.patch
	patches.suse/ixgbe-drop-unexpected-word-for-in-comments.patch
	patches.suse/intel-e1000e-fix-repeated-words-in-comments.patch
	patches.suse/intel-i40e-fix-repeated-words-in-comments.patch
	patches.suse/intel-iavf-fix-repeated-words-in-comments.patch
	patches.suse/intel-igb-fix-repeated-words-in-comments.patch
	patches.suse/intel-igbvf-fix-repeated-words-in-comments.patch
	patches.suse/intel-igc-fix-repeated-words-in-comments.patch
	patches.suse/intel-ixgbevf-fix-repeated-words-in-comments.patch
	patches.suse/intel-ice-fix-repeated-words-in-comments.patch
	patches.suse/ethernet-emulex-fix-repeated-words-in-comments.patch
	patches.suse/ice-Add-support-for-double-VLAN-in-switchdev.patch
	patches.suse/ice-Add-support-for-VLAN-TPID-filters-in-switchdev.patch
	patches.suse/ice-switch-dynamically-add-VLAN-headers-to-dummy-pac.patch
	patches.suse/ice-use-eth_broadcast_addr-to-set-broadcast-address.patch
	patches.suse/ice-Remove-unnecessary-NULL-check-before-dev_put.patch
	patches.suse/cxgb4-Fix-typo-in-string.patch
	patches.suse/qlogic-qed-fix-repeated-words-in-comments.patch
	patches.suse/net-mlx5-Delete-ipsec_fs-header-file-as-not-used.patch
	patches.suse/net-mlx5-delete-dead-code-in-mlx5_esw_unlock.patch
	patches.suse/net-mlx5-E-switch-Introduce-flag-to-indicate-if-vpor.patch
	patches.suse/net-mlx5-E-switch-Introduce-flag-to-indicate-if-fdb-.patch
	patches.suse/net-mlx5-E-switch-Remove-dependency-between-sriov-an.patch
	patches.suse/net-mlx5-E-switch-Change-eswitch-mode-only-via-devli.patch
	patches.suse/net-mlx5-Add-support-to-create-SQ-and-CQ-for-ASO.patch
	patches.suse/net-mlx5-Implement-interfaces-to-control-ASO-SQ-and-.patch
	patches.suse/net-mlx5e-Prepare-for-flow-meter-offload-if-hardware.patch
	patches.suse/net-mlx5e-Add-support-to-modify-hardware-flow-meter-.patch
	patches.suse/net-mlx5e-Get-or-put-meter-by-the-index-of-tc-police.patch
	patches.suse/net-mlx5e-Add-generic-macros-to-use-metadata-registe.patch
	patches.suse/net-mlx5e-Add-post-meter-table-for-flow-metering.patch
	patches.suse/net-mlx5e-Add-flow_action-to-parse-state.patch
	patches.suse/net-mlx5e-TC-Support-offloading-police-action.patch
	patches.suse/net-mlx5-fix-32bit-build.patch
	patches.suse/cxgb4-Use-the-bitmap-API-to-allocate-bitmaps.patch
	patches.suse/sfc-siena-Use-the-bitmap-API-to-allocate-bitmaps.patch
	patches.suse/sfc-falcon-Use-the-bitmap-API-to-allocate-bitmaps.patch
	patches.suse/bnxt-Use-the-bitmap-API-to-allocate-bitmaps.patch
	patches.suse/cnic-Use-the-bitmap-API-to-allocate-bitmaps.patch
	patches.suse/qed-Use-the-bitmap-API-to-allocate-bitmaps.patch
	patches.suse/qed-Use-bitmap_empty.patch
	patches.suse/net-mlx5-Remove-devl_unlock-from-mlx5_eswtich_mode_c.patch
	patches.suse/net-mlx5-Use-devl_-API-for-rate-nodes-destroy.patch
	patches.suse/devlink-Remove-unused-function-devlink_rate_nodes_de.patch
	patches.suse/net-mlx5-Use-devl_-API-in-mlx5_esw_offloads_devlink_.patch
	patches.suse/net-mlx5-Use-devl_-API-in-mlx5_esw_devlink_sf_port_r.patch
	patches.suse/devlink-Remove-unused-functions-devlink_rate_leaf_cr.patch
	patches.suse/net-mlx5-Use-devl_-API-in-mlx5e_devlink_port_registe.patch
	patches.suse/net-mlx5-Remove-devl_unlock-from-mlx5_devlink_eswitc.patch
	patches.suse/devlink-Hold-the-instance-lock-in-port_new-port_del-.patch
	patches.suse/igb-add-xdp-frags-support-to-ndo_xdp_xmit.patch
	patches.suse/qlogic-qed-fix-clang-Wformat-warnings.patch
	patches.suse/net-extract-port-range-fields-from-fl_flow_key.patch
	patches.suse/net-devlink-fix-unlocked-vs-locked-functions-descrip.patch
	patches.suse/net-devlink-use-helpers-to-work-with-devlink-lock-mu.patch
	patches.suse/ath10k-do-not-enforce-interrupt-trigger-type.patch
	patches.suse/ath11k-fix-netdev-open-race.patch
	patches.suse/ath11k-Fix-incorrect-debug_mask-mappings.patch
	patches.suse/wifi-iwlegacy-4965-fix-potential-off-by-one-overflow.patch
	patches.suse/wifi-rtw89-8852a-rfk-fix-div-0-exception.patch
	patches.suse/ath9k-fix-use-after-free-in-ath9k_hif_usb_rx_cb.patch
	patches.suse/wifi-mac80211_hwsim-fix-race-condition-in-pending-pa.patch
	patches.suse/wifi-mac80211_hwsim-add-back-erroneously-removed-cas.patch
	patches.suse/net-devlink-make-devlink_dpipe_headers_register-retu.patch
	patches.suse/net-devlink-fix-a-typo-in-function-name-devlink_port.patch
	patches.suse/net-devlink-fix-return-statement-in-devlink_port_new.patch
	patches.suse/net-mlx5-Use-the-bitmap-API-to-allocate-bitmaps.patch
	patches.suse/net-mlx5-Introduce-ifc-bits-for-using-software-vhca-.patch
	patches.suse/net-mlx5-Use-software-VHCA-id-when-it-s-supported.patch
	patches.suse/net-mlx5-Expose-vnic-diagnostic-counters-for-eswitch.patch
	patches.suse/net-mlx5-debugfs-Add-num-of-in-use-FW-command-interf.patch
	patches.suse/net-mlx5-Bridge-refactor-groups-sizes-and-indices.patch
	patches.suse/net-mlx5-Bridge-rename-filter-fg-to-vlan_filter.patch
	patches.suse/net-mlx5-Bridge-extract-VLAN-push-pop-actions-creati.patch
	patches.suse/net-mlx5-Bridge-implement-infrastructure-for-VLAN-pr.patch
	patches.suse/net-mlx5-Bridge-implement-QinQ-support.patch
	patches.suse/net-mlx5e-Removed-useless-code-in-function.patch
	patches.suse/net-mlx5e-configure-meter-in-flow-action.patch
	patches.suse/net-mlx5e-Extend-flower-police-validation.patch
	patches.suse/net-mlx5e-Move-the-LRO-XSK-check-to-mlx5e_fix_featur.patch
	patches.suse/net-mlx5e-Remove-the-duplicating-check-for-striding-.patch
	patches.suse/net-devlink-avoid-false-DEADLOCK-warning-reported-by.patch
	patches.suse/net-devlink-add-unlocked-variants-of-devling_trap-fu.patch
	patches.suse/net-devlink-add-unlocked-variants-of-devlink_resourc.patch
	patches.suse/net-devlink-add-unlocked-variants-of-devlink_sb-func.patch
	patches.suse/net-devlink-add-unlocked-variants-of-devlink_dpipe-f.patch
	patches.suse/mlxsw-convert-driver-to-use-unlocked-devlink-API-dur.patch
	patches.suse/net-devlink-add-unlocked-variants-of-devlink_region_.patch
	patches.suse/netdevsim-convert-driver-to-use-unlocked-devlink-API.patch
	patches.suse/net-devlink-remove-unused-locked-functions.patch
	patches.suse/vmxnet3-Record-queue-number-to-incoming-packets.patch
	patches.suse/ice-Add-EXTTS-feature-to-the-feature-bitmap.patch
	patches.suse/ice-Remove-pci_aer_clear_nonfatal_status-call.patch
	patches.suse/sfc-update-MCDI-protocol-headers.patch
	patches.suse/igc-Lift-TAPRIO-schedule-restriction.patch
	patches.suse/igc-Remove-MSI-X-PBA-Clear-register.patch
	patches.suse/igc-Remove-forced_speed_duplex-value.patch
	patches.suse/can-pch_can-do-not-report-txerr-and-rxerr-during-bus.patch
	patches.suse/can-rcar_can-do-not-report-txerr-and-rxerr-during-bu.patch
	patches.suse/can-sja1000-do-not-report-txerr-and-rxerr-during-bus.patch
	patches.suse/can-hi311x-do-not-report-txerr-and-rxerr-during-bus-.patch
	patches.suse/can-sun4i_can-do-not-report-txerr-and-rxerr-during-b.patch
	patches.suse/can-kvaser_usb_hydra-do-not-report-txerr-and-rxerr-d.patch
	patches.suse/can-kvaser_usb_leaf-do-not-report-txerr-and-rxerr-du.patch
	patches.suse/can-usb_8dev-do-not-report-txerr-and-rxerr-during-bu.patch
	patches.suse/can-error-specify-the-values-of-data-5.7-of-CAN-erro.patch
	patches.suse/vmxnet3-Implement-ethtool-s-get_channels-command.patch
	patches.suse/net-mlx5e-Report-header-data-split-state-through-eth.patch
	patches.suse/net-mlx5e-Fix-mqprio_rl-handling-on-devlink-reload.patch
	patches.suse/net-mlx5e-HTB-reduce-visibility-of-htb-functions.patch
	patches.suse/net-mlx5e-HTB-move-ids-to-selq_params-struct.patch
	patches.suse/net-mlx5e-HTB-move-section-comment-to-the-right-plac.patch
	patches.suse/net-mlx5e-HTB-move-stats-and-max_sqs-to-priv.patch
	patches.suse/net-mlx5e-HTB-hide-and-dynamically-allocate-mlx5e_ht.patch
	patches.suse/net-mlx5e-HTB-remove-priv-from-htb-function-calls.patch
	patches.suse/net-mlx5e-HTB-change-functions-name-to-follow-conven.patch
	patches.suse/net-mlx5e-HTB-move-htb-functions-to-a-new-file.patch
	patches.suse/net-mlx5-Expose-ts_cqe_metadata_size2wqe_counter.patch
	patches.suse/net-mlx5e-Add-resiliency-for-PTP-TX-port-timestamp.patch
	patches.suse/net-mlx5-CT-Remove-warning-of-ignore_flow_level-supp-22df2e93.patch
	patches.suse/can-pch_can-pch_can_error-initialize-errc-before-usi.patch
	patches.suse/sfc-update-EF100-register-descriptions.patch
	patches.suse/sfc-detect-ef100-MAE-admin-privilege-capability-at-p.patch
	patches.suse/sfc-add-skeleton-ef100-VF-representors.patch
	patches.suse/sfc-add-basic-ethtool-ops-to-ef100-reps.patch
	patches.suse/sfc-phys-port-switch-identification-for-ef100-reps.patch
	patches.suse/sfc-determine-representee-m-port-for-EF100-represent.patch
	patches.suse/sfc-support-passing-a-representor-to-the-EF100-TX-pa.patch
	patches.suse/sfc-hook-up-ef100-representor-TX.patch
	patches.suse/sfc-attach-detach-EF100-representors-along-with-thei.patch
	patches.suse/mlxsw-core-Fix-use-after-free-calling-devl_unlock-in.patch
	patches.suse/Bluetooth-btusb-Add-support-of-IMC-Networks-PID-0x35.patch
	patches.suse/Bluetooth-hci_intel-Add-check-for-platform_driver_re.patch
	patches.suse/dt-bindings-bluetooth-broadcom-Add-BCM4349B1-DT-bind.patch
	patches.suse/Bluetooth-hci_bcm-Add-BCM4349B1-variant.patch
	patches.suse/Bluetooth-btusb-Add-Realtek-RTL8852C-support-ID-0x04.patch
	patches.suse/Bluetooth-btusb-Add-Realtek-RTL8852C-support-ID-0x04-893fa8bc9952.patch
	patches.suse/Bluetooth-btusb-Add-Realtek-RTL8852C-support-ID-0x0C.patch
	patches.suse/Bluetooth-btusb-Add-Realtek-RTL8852C-support-ID-0x13.patch
	patches.suse/Bluetooth-btusb-Add-Realtek-RTL8852C-support-ID-0x13-6ad353dfc8ee.patch
	patches.suse/Bluetooth-hci_bcm-Add-DT-compatible-for-CYW55572.patch
	patches.suse/ice-add-i2c-write-command.patch
	patches.suse/ice-add-write-functionality-for-GNSS-TTY.patch
	patches.suse/i40e-Refactor-tc-mqprio-checks.patch
	patches.suse/iavf-Check-for-duplicate-TC-flower-filter-before-par.patch
	patches.suse/wifi-mac80211_hwsim-use-32-bit-skb-cookie.patch
	patches.suse/wifi-mac80211-limit-A-MSDU-subframes-for-client-too.patch
	patches.suse/mt76-mt76x02u-fix-possible-memory-leak-in-__mt76x02u.patch
	patches.suse/mt76-mt7615-do-not-update-pm-stats-in-case-of-error.patch
	patches.suse/mt76-mt7921-fix-aggregation-subframes-setting-to-HE-.patch
	patches.suse/mt76-mt7921-enlarge-maximum-VHT-MPDU-length-to-11454.patch
	patches.suse/mediatek-mt76-mac80211-Fix-missing-of_node_put-in-mt.patch
	patches.suse/mediatek-mt76-eeprom-fix-missing-of_node_put-in-mt76.patch
	patches.suse/wifi-p54-Fix-an-error-handling-path-in-p54spi_probe.patch
	patches.suse/wifi-p54-add-missing-parentheses-in-p54_flush.patch
	patches.suse/wifi-wil6210-debugfs-fix-info-leak-in-wil_write_file.patch
	patches.suse/sfc-falcon-fix-repeated-words-in-comments-63f1b471.patch
	patches.suse/sfc-siena-fix-repeated-words-in-comments-58d8bcd4.patch
	patches.suse/net-devlink-make-sure-that-devlink_try_get-works-wit.patch
	patches.suse/net-devlink-move-net-check-into-devlinks_xa_for_each.patch
	patches.suse/net-devlink-introduce-nested-devlink-entity-for-line.patch
	patches.suse/net-devlink-remove-redundant-net_eq-check-from-sb_po.patch
	patches.suse/flow_dissector-Add-PPPoE-dissectors.patch
	patches.suse/flow_offload-Introduce-flow_match_pppoe.patch
	patches.suse/ice-Add-support-for-PPPoE-hardware-offload.patch
	patches.suse/net-mlx5e-kTLS-Introduce-TLS-specific-create-TIS.patch
	patches.suse/net-mlx5e-kTLS-Take-stats-out-of-OOO-handler.patch
	patches.suse/net-mlx5e-kTLS-Recycle-objects-of-device-offloaded-T.patch
	patches.suse/net-mlx5e-kTLS-Dynamically-re-size-TX-recycling-pool.patch
	patches.suse/devlink-introduce-framework-for-selftests.patch
	patches.suse/bnxt_en-implement-callbacks-for-devlink-selftests.patch
	patches.suse/net-devlink-remove-region-snapshot-ID-tracking-depen.patch
	patches.suse/net-devlink-remove-region-snapshots-list-dependency-.patch
	patches.suse/net-mlx5-Move-fw-reset-unload-to-mlx5_fw_reset_compl.patch
	patches.suse/net-mlx5-Lock-mlx5-devlink-reload-callbacks.patch
	patches.suse/net-mlx4-Use-devl_-API-for-devlink-region-create-des.patch
	patches.suse/net-mlx4-Use-devl_-API-for-devlink-port-register-unr.patch
	patches.suse/net-mlx4-Lock-mlx4-devlink-reload-callback.patch
	patches.suse/net-mlx5-Lock-mlx5-devlink-health-recovery-callback.patch
	patches.suse/devlink-Hold-the-instance-lock-in-health-callbacks.patch
	patches.suse/vmxnet3-do-not-reschedule-napi-for-rx-processing.patch
	patches.suse/wifi-iwlwifi-mvm-fix-double-list_add-at-iwl_mvm_mac_.patch
	patches.suse/wifi-libertas-Fix-possible-refcount-leak-in-if_usb_p.patch
	patches.suse/wifi-rtw88-check-the-return-value-of-alloc_workqueue.patch
	patches.suse/wifi-wil6210-debugfs-fix-uninitialized-variable-use-.patch
	patches.suse/sfc-plumb-ef100-representor-stats.patch
	patches.suse/sfc-ef100-representor-RX-NAPI-poll.patch
	patches.suse/sfc-ef100-representor-RX-top-half.patch
	patches.suse/sfc-determine-wire-m-port-at-EF100-PF-probe-time.patch
	patches.suse/sfc-check-ef100-RX-packets-are-from-the-wire.patch
	patches.suse/sfc-receive-packets-from-EF100-VFs-into-representors.patch
	patches.suse/sfc-insert-default-MAE-rules-to-connect-VFs-to-repre.patch
	patches.suse/sfc-move-table-locking-into-filter_table_-probe-remo.patch
	patches.suse/sfc-use-a-dynamic-m-port-for-representor-RX-and-set-.patch
	patches.suse/sfc-implement-ethtool-get-set-RX-ring-size-for-EF100.patch
	patches.suse/ice-Introduce-enabling-promiscuous-mode-on-multiple-.patch
	patches.suse/ice-Fix-promiscuous-mode-not-turning-off.patch
	patches.suse/ice-compress-branches-in-ice_set_features.patch
	patches.suse/ice-allow-toggling-loopback-mode-via-ndo_set_feature.patch
	patches.suse/net-mlx5-DR-Add-support-for-flow-metering-ASO.patch
	patches.suse/net-mlx5e-TC-Allocate-post-meter-ft-per-rule.patch
	patches.suse/net-mlx5e-Add-red-and-green-counters-for-metering.patch
	patches.suse/net-mlx5e-TC-Separate-get-update-replace-meter-funct.patch
	patches.suse/net-mlx5e-TC-Support-tc-action-api-for-police.patch
	patches.suse/net-mlx5e-Convert-mlx5e_tc_table-member-of-mlx5e_flo.patch
	patches.suse/net-mlx5e-Make-mlx5e_tc_table-private.patch
	patches.suse/net-mlx5e-Allocate-VLAN-and-TC-for-featured-profiles.patch
	patches.suse/net-mlx5e-Convert-mlx5e_flow_steering-member-of-mlx5.patch
	patches.suse/net-mlx5e-Report-flow-steering-errors-with-mdev-err-.patch
	patches.suse/net-mlx5e-Add-mdev-to-flow_steering-struct.patch
	patches.suse/net-mlx5e-Separate-mlx5e_set_rx_mode_work-and-move-c.patch
	patches.suse/net-mlx5e-Split-en_fs-ndo-s-and-move-to-en_main.patch
	patches.suse/net-mlx5e-Move-mlx5e_init_l2_addr-to-en_main.patch
	patches.suse/can-mcp251xfd-mcp251xfd_dump-fix-comment.patch
	patches.suse/net-devlink-convert-reload-command-to-take-implicit-.patch
	patches.suse/ice-implement-adjfine-with-mul_u64_u64_div_u64.patch
	patches.suse/e1000e-remove-unnecessary-range-check-in-e1000e_phc_.patch
	patches.suse/e1000e-convert-.adjfreq-to-.adjfine.patch
	patches.suse/i40e-use-mul_u64_u64_div_u64-for-PTP-frequency-calcu.patch
	patches.suse/i40e-convert-.adjfreq-to-.adjfine.patch
	patches.suse/ixgbe-convert-.adjfreq-to-.adjfine.patch
	patches.suse/igb-convert-.adjfreq-to-.adjfine.patch
	patches.suse/net-rose-fix-netdev-reference-changes.patch
	patches.suse/net-mlx5e-Remove-WARN_ON-when-trying-to-offload-an-u.patch
	patches.suse/net-mlx5e-TC-Fix-post_act-to-not-match-on-in_port-me.patch
	patches.suse/net-mlx5e-Fix-the-value-of-MLX5E_MAX_RQ_NUM_MTTS.patch
	patches.suse/net-mlx5e-xsk-Account-for-XSK-RQ-UMRs-when-calculati.patch
	patches.suse/net-mlx5e-Fix-calculations-related-to-max-MPWQE-size.patch
	patches.suse/net-mlx5e-Modify-slow-path-rules-to-go-to-slow-fdb.patch
	patches.suse/net-mlx5-Adjust-log_max_qp-to-be-18-at-most.patch
	patches.suse/net-mlx5-DR-Fix-SMFS-steering-info-dump-format.patch
	patches.suse/net-mlx5-Fix-driver-use-of-uninitialized-timeout.patch
	patches.suse/iavf-Fix-max_rate-limiting.patch
	patches.suse/iavf-Fix-tc-qdisc-show-listing-too-many-queues.patch
	patches.suse/net-ice-fix-error-NETIF_F_HW_VLAN_CTAG_FILTER-check-.patch
	patches.suse/net-usb-make-USB_RTL8153_ECM-non-user-configurable.patch
	patches.suse/net-mlx5e-xsk-Discard-unaligned-XSK-frames-on-stridi.patch
	patches.suse/i2c-npcm-Remove-own-slave-addresses-2-10.patch
	patches.suse/i2c-npcm-Correct-slave-role-behavior.patch
	patches.suse/i2c-npcm-Capitalize-the-one-line-comment.patch
	patches.suse/i2c-mxs-Silence-a-clang-warning.patch
	patches.suse/i2c-Fix-a-potential-use-after-free.patch
	patches.suse/i2c-cadence-Support-PEC-for-SMBus-block-read.patch
	patches.suse/i2c-mux-gpmux-Add-of_node_put-when-breaking-out-of-l.patch
	patches.suse/media-atmel-atmel-sama7g5-isc-fix-warning-in-configs.patch
	patches.suse/media-tw686x-Register-the-irq-at-the-end-of-probe.patch
	patches.suse/media-imx-jpeg-Correct-some-definition-according-spe.patch
	patches.suse/media-imx-jpeg-Leave-a-blank-space-before-the-config.patch
	patches.suse/media-pvrusb2-fix-memory-leak-in-pvr_probe.patch
	patches.suse/media-imx-jpeg-Disable-slot-interrupt-when-frame-don.patch
	patches.suse/media-hdpvr-fix-error-value-returns-in-hdpvr_read.patch
	patches.suse/media-v4l2-mem2mem-prevent-pollerr-when-last_buffer_.patch
	patches.suse/media-driver-nxp-imx-jpeg-fix-a-unexpected-return-va.patch
	patches.suse/media-tw686x-Fix-memory-leak-in-tw686x_video_init.patch
	patches.suse/media-platform-mtk-mdp-Fix-mdp_ipi_comm-structure-al.patch
	patches.suse/media-PATCH-pci-atomisp_cmd-fix-three-missing-checks.patch
	patches.suse/media-cedrus-h265-Fix-flag-name.patch
	patches.suse/media-cedrus-hevc-Add-check-for-invalid-timestamp.patch
	patches.suse/drm-bridge-tc358767-Make-sure-Refclk-clock-are-enabl.patch
	patches.suse/drm-st7735r-Fix-module-autoloading-for-Okaya-RH12812.patch
	patches.suse/drm-mipi-dbi-align-max_chunk-to-2-in-spi_transfer.patch
	patches.suse/drm-nouveau-fix-another-off-by-one-in-nvbios_addr.patch
	patches.suse/drm-bridge-lt9611uxc-Cancel-only-driver-s-work.patch
	patches.suse/virtio-gpu-fix-a-missing-check-to-avoid-NULL-derefer.patch
	patches.suse/udmabuf-Set-the-DMA-mask-for-the-udmabuf-device-v2.patch
	patches.suse/drm-adv7511-override-i2c-address-of-cec-before-acces.patch
	patches.suse/0009-fbcon-Fix-accelerated-fbdev-scrolling-while-logo-is-.patch
	patches.suse/fbcon-Fix-boundary-checks-for-fbcon-vc-n1-n2-paramet.patch
	patches.suse/drm-bridge-adv7511-Add-check-for-mipi_dsi_driver_reg.patch
	patches.suse/drm-mcde-Fix-refcount-leak-in-mcde_dsi_bind.patch
	patches.suse/drm-doc-Fix-comment-typo.patch
	patches.suse/drm-vc4-drv-Adopt-the-dma-configuration-from-the-HVS.patch
	patches.suse/drm-vc4-plane-Remove-subpixel-positioning-check.patch
	patches.suse/drm-vc4-plane-Fix-margin-calculations-for-the-right-.patch
	patches.suse/drm-vc4-dsi-Correct-DSI-divider-calculations.patch
	patches.suse/drm-vc4-dsi-Correct-pixel-order-for-DSI0.patch
	patches.suse/drm-vc4-dsi-Register-dsi0-as-the-correct-vc4-encoder.patch
	patches.suse/drm-vc4-dsi-Fix-dsi0-interrupt-support.patch
	patches.suse/drm-vc4-dsi-Add-correct-stop-condition-to-vc4_dsi_en.patch
	patches.suse/drm-vc4-hdmi-Disable-audio-if-dmas-property-is-prese.patch
	patches.suse/drm-vc4-hdmi-Reset-HDMI-MISC_CONTROL-register.patch
	patches.suse/drm-vc4-hdmi-Fix-timings-for-interlaced-modes.patch
	patches.suse/drm-vc4-hdmi-Correct-HDMI-timing-registers-for-inter.patch
	patches.suse/Revert-drm-i915-Hold-reference-to-intel_context-over.patch
	patches.suse/drm-radeon-fix-potential-buffer-overflow-in-ni_set_m.patch
	patches.suse/drm-radeon-fix-incorrrect-SPDX-License-Identifiers.patch
	patches.suse/drm-amd-display-Revert-drm-amd-display-turn-DPMS-off.patch
	patches.suse/drm-amd-amd_shared.h-Add-missing-doc-for-PP_GFX_DCS_.patch
	patches.suse/drm-vc4-change-vc4_dma_range_matches-from-a-global-t.patch
	patches.suse/drm-rockchip-vop-Don-t-crash-for-invalid-duplicate_s.patch
	patches.suse/drm-rockchip-Fix-an-error-handling-path-rockchip_dp_.patch
	patches.suse/drm-bridge-sii8620-fix-possible-off-by-one.patch
	patches.suse/drm-tegra-vic-Fix-build-warning-when-CONFIG_PM-n.patch
	patches.suse/drm-mediatek-Modify-dsi-funcs-to-atomic-operations.patch
	patches.suse/drm-mediatek-Separate-poweron-poweroff-from-enable-d.patch
	patches.suse/drm-mediatek-Keep-dsi-as-LP00-before-dcs-cmds-transf.patch
	patches.suse/drm-mediatek-Add-pull-down-MIPI-operation-in-mtk_dsi.patch
	patches.suse/drm-mediatek-dpi-Remove-output-format-of-YUV.patch
	patches.suse/drm-mediatek-dpi-Only-enable-dpi-after-the-bridge-is.patch
	patches.suse/drm-msm-hdmi-enable-core-vcc-core-vdda-supply-for-89.patch
	patches.suse/drm-msm-hdmi-drop-empty-none-regulator-lists.patch
	patches.suse/drm-msm-mdp5-Fix-global-state-lock-backoff.patch
	patches.suse/drm-msm-dpu-Fix-for-non-visible-planes.patch
	patches.suse/drm-exynos-exynos7_drm_decon-free-resources-when-clk.patch
	patches.suse/drm-amdgpu-Check-BO-s-requested-pinning-domains-agai.patch
	patches.suse/drm-nouveau-kms-Fix-failure-path-for-creating-DP-con.patch
	patches.suse/drm-nouveau-acpi-Don-t-print-error-when-we-get-EINPR.patch
	patches.suse/drm-nouveau-Don-t-pm_runtime_put_sync-only-pm_runtim.patch
	patches.suse/drm-amd-display-Enable-building-new-display-engine-w.patch
	patches.suse/drm-amd-display-Avoid-MPC-infinite-loop.patch
	patches.suse/fpga-altera-pr-ip-fix-unsigned-comparison-with-less-.patch
	patches.suse/vboxguest-Do-not-use-devm-for-irq.patch
	patches.suse/misc-rtsx-Fix-an-error-handling-path-in-rtsx_pci_pro.patch
	patches.suse/intel_th-Fix-a-resource-leak-in-an-error-handling-pa.patch
	patches.suse/intel_th-msu-sink-Potential-dereference-of-null-poin.patch
	patches.suse/intel_th-msu-Fix-vmalloced-buffers.patch
	patches.suse/intel_th-pci-Add-Meteor-Lake-P-support.patch
	patches.suse/intel_th-pci-Add-Raptor-Lake-S-PCH-support.patch
	patches.suse/intel_th-pci-Add-Raptor-Lake-S-CPU-support.patch
	patches.suse/habanalabs-gaudi-fix-shift-out-of-bounds.patch
	patches.suse/habanalabs-gaudi-mask-constant-value-before-cast.patch
	patches.suse/iio-accel-bma400-Fix-the-scale-min-and-max-macro-val.patch
	patches.suse/iio-accel-bma400-Reordering-of-header-files.patch
	patches.suse/iio-core-Fix-IIO_ALIGN-and-rename-as-it-was-not-suff.patch
	patches.suse/iio-accel-bma220-Fix-alignment-for-DMA-safety.patch
	patches.suse/iio-accel-sca3000-Fix-alignment-for-DMA-safety.patch
	patches.suse/iio-accel-sca3300-Fix-alignment-for-DMA-safety.patch
	patches.suse/iio-adc-ad7266-Fix-alignment-for-DMA-safety.patch
	patches.suse/iio-adc-ad7292-Fix-alignment-for-DMA-safety.patch
	patches.suse/iio-adc-ad7298-Fix-alignment-for-DMA-safety.patch
	patches.suse/iio-adc-ad7476-Fix-alignment-for-DMA-safety.patch
	patches.suse/iio-adc-ad7766-Fix-alignment-for-DMA-safety.patch
	patches.suse/iio-adc-ad7768-1-Fix-alignment-for-DMA-safety.patch
	patches.suse/iio-adc-ad7887-Fix-alignment-for-DMA-safety.patch
	patches.suse/iio-adc-ad7923-Fix-alignment-for-DMA-safety.patch
	patches.suse/iio-adc-hi8435-Fix-alignment-for-DMA-safety.patch
	patches.suse/iio-adc-ltc2496-Fix-alignment-for-DMA-safety.patch
	patches.suse/iio-adc-ltc2497-Fix-alignment-for-DMA-safety.patch
	patches.suse/iio-adc-max1027-Fix-alignment-for-DMA-safety.patch
	patches.suse/iio-adc-max11100-Fix-alignment-for-DMA-safety.patch
	patches.suse/iio-adc-max1118-Fix-alignment-for-DMA-safety.patch
	patches.suse/iio-adc-max1241-Fix-alignment-for-DMA-safety.patch
	patches.suse/iio-adc-mcp320x-Fix-alignment-for-DMA-safety.patch
	patches.suse/iio-adc-ti-adc0832-Fix-alignment-for-DMA-safety.patch
	patches.suse/iio-adc-ti-adc084s021-Fix-alignment-for-DMA-safety.patch
	patches.suse/iio-adc-ti-adc108s102-Fix-alignment-for-DMA-safety.patch
	patches.suse/iio-adc-ti-adc12138-Fix-alignment-for-DMA-safety.patch
	patches.suse/iio-adc-ti-adc128s052-Fix-alignment-for-DMA-safety.patch
	patches.suse/iio-adc-ti-adc161s626-Fix-alignment-for-DMA-safety.patch
	patches.suse/iio-adc-ti-ads124s08-Fix-alignment-for-DMA-safety.patch
	patches.suse/iio-adc-ti-ads131e08-Fix-alignment-for-DMA-safety.patch
	patches.suse/iio-adc-ti-ads7950-Fix-alignment-for-DMA-safety.patch
	patches.suse/iio-adc-ti-ads8344-Fix-alignment-for-DMA-safety.patch
	patches.suse/iio-adc-ti-ads8688-Fix-alignment-for-DMA-safety.patch
	patches.suse/iio-adc-ti-tlc4541-Fix-alignment-for-DMA-safety.patch
	patches.suse/iio-amplifiers-ad8366-Fix-alignment-for-DMA-safety.patch
	patches.suse/iio-common-ssp-Fix-alignment-for-DMA-safety.patch
	patches.suse/iio-dac-ad5064-Fix-alignment-for-DMA-safety.patch
	patches.suse/iio-dac-ad5360-Fix-alignment-for-DMA-safety.patch
	patches.suse/iio-dac-ad5421-Fix-alignment-for-DMA-safety.patch
	patches.suse/iio-dac-ad5449-Fix-alignment-for-DMA-safety.patch
	patches.suse/iio-dac-ad5504-Fix-alignment-for-DMA-safety.patch
	patches.suse/iio-dac-ad5755-Fix-alignment-for-DMA-safety.patch
	patches.suse/iio-dac-ad5761-Fix-alignment-for-DMA-safety.patch
	patches.suse/iio-dac-ad5764-Fix-alignment-for-DMA-safety.patch
	patches.suse/iio-dac-ad5766-Fix-alignment-for-DMA-safety.patch
	patches.suse/iio-dac-ad5770r-Fix-alignment-for-DMA-safety.patch
	patches.suse/iio-dac-ad5791-Fix-alignment-for-DMA-saftey.patch
	patches.suse/iio-dac-ad7303-Fix-alignment-for-DMA-safety.patch
	patches.suse/iio-dac-ad8801-Fix-alignment-for-DMA-safety.patch
	patches.suse/iio-dac-mcp4922-Fix-alignment-for-DMA-safety.patch
	patches.suse/iio-dac-ti-dac082s085-Fix-alignment-for-DMA-safety.patch
	patches.suse/iio-dac-ti-dac5571-Fix-alignment-for-DMA-safety.patch
	patches.suse/iio-dac-ti-dac7311-Fix-alignment-for-DMA-safety.patch
	patches.suse/iio-dac-ti-dac7612-Fix-alignment-for-DMA-safety.patch
	patches.suse/iio-frequency-ad9523-Fix-alignment-for-DMA-safety.patch
	patches.suse/iio-frequency-adf4350-Fix-alignment-for-DMA-safety.patch
	patches.suse/iio-frequency-adf4371-Fix-alignment-for-DMA-safety.patch
	patches.suse/iio-gyro-adis16080-Fix-alignment-for-DMA-safety.patch
	patches.suse/iio-gyro-adis16130-Fix-alignment-for-DMA-safety.patch
	patches.suse/iio-gyro-adxrs450-Fix-alignment-for-DMA-safety.patch
	patches.suse/iio-gyro-fxas210002c-Fix-alignment-for-DMA-safety.patch
	patches.suse/iio-imu-fxos8700-Fix-alignment-for-DMA-safety.patch
	patches.suse/iio-potentiometer-ad5272-Fix-alignment-for-DMA-safet.patch
	patches.suse/iio-potentiometer-max5481-Fix-alignment-for-DMA-safe.patch
	patches.suse/iio-potentiometer-mcp41010-Fix-alignment-for-DMA-saf.patch
	patches.suse/iio-potentiometer-mcp4131-Fix-alignment-for-DMA-safe.patch
	patches.suse/iio-proximity-as3935-Fix-alignment-for-DMA-safety.patch
	patches.suse/iio-resolver-ad2s1200-Fix-alignment-for-DMA-safety.patch
	patches.suse/iio-resolver-ad2s90-Fix-alignment-for-DMA-safety.patch
	patches.suse/iio-temp-ltc2983-Fix-alignment-for-DMA-safety.patch
	patches.suse/iio-temp-maxim_thermocouple-Fix-alignment-for-DMA-sa.patch
	patches.suse/eeprom-idt_89hpesx-uninitialized-data-in-idt_dbgfs_c.patch
	patches.suse/soundwire-bus_type-fix-remove-and-shutdown-support.patch
	patches.suse/soundwire-qcom-Check-device-status-before-reading-de.patch
	patches.suse/interconnect-imx-fix-max_node_id.patch
	patches.suse/phy-stm32-fix-error-return-in-stm32_usbphyc_phy_init.patch
	patches.suse/iio-fix-iio_format_avail_range-printing-for-none-IIO.patch
	patches.suse/iio-light-isl29028-Fix-the-warning-in-isl29028_remov.patch
	patches.suse/spmi-trace-fix-stack-out-of-bound-access-in-SPMI-tracing-functions.patch
	patches.suse/driver-core-fix-potential-deadlock-in-__driver_attac.patch
	patches.suse/usb-cdns3-fix-use-after-free-at-workaround-2.patch
	patches.suse/usb-cdns3-fix-random-warning-message-when-driver-loa.patch
	patches.suse/usb-host-Fix-refcount-leak-in-ehci_hcd_ppc_of_probe.patch
	patches.suse/usb-ohci-nxp-Fix-refcount-leak-in-ohci_hcd_nxp_probe.patch
	patches.suse/usb-gadget-tegra-xudc-Fix-error-check-in-tegra_xudc_.patch
	patches.suse/usb-xhci-tegra-Fix-error-check.patch
	patches.suse/usb-xhci-mtk-add-support-optional-controller-reset.patch
	patches.suse/usb-gadget-uvc-call-uvc-uvcg_warn-on-completed-statu.patch
	patches.suse/usb-hub-port-add-sysfs-entry-to-switch-port-power.patch
	patches.suse/usb-Avoid-extra-usb-SET_SEL-requests-when-enabling-l.patch
	patches.suse/usb-dwc3-core-Deprecate-GCTL.CORESOFTRESET.patch
	patches.suse/usb-dwc3-qcom-Add-helper-functions-to-enable-disable.patch
	patches.suse/usb-host-ohci-ppc-of-Fix-refcount-leak-bug.patch
	patches.suse/usb-renesas-Fix-refcount-leak-bug.patch
	patches.suse/usb-dwc2-gadget-remove-D-pull-up-while-no-vbus-with-.patch
	patches.suse/usb-core-sysfs-convert-sysfs-snprintf-to-sysfs_emit.patch
	patches.suse/dt-bindings-usb-mtk-xhci-Allow-wakeup-interrupt-name.patch
	patches.suse/usb-host-xhci-use-snprintf-in-xhci_decode_trb.patch
	patches.suse/gadgetfs-ep_io-wait-until-IRQ-finishes.patch
	patches.suse/usb-dwc3-gadget-refactor-dwc3_repare_one_trb.patch
	patches.suse/usb-dwc3-gadget-fix-high-speed-multiplier-setting.patch
	patches.suse/usb-gadget-udc-amd5536-depends-on-HAS_DMA.patch
	patches.suse/usb-aspeed-vhub-Fix-refcount-leak-bug-in-ast_vhub_in.patch
	patches.suse/usb-dwc3-core-Do-not-perform-GCTL_CORE_SOFTRESET-dur.patch
	patches.suse/usb-dwc3-qcom-fix-missing-optional-irq-warnings.patch
	patches.suse/USB-serial-fix-tty-port-initialized-comments.patch
	patches.suse/USB-HCD-Fix-URB-giveback-issue-in-tasklet-function.patch
	patches.suse/usb-core-fix-repeated-words-in-comments.patch
	patches.suse/usb-renesas-xhci-Do-not-print-any-log-while-fw-verif.patch
	patches.suse/usb-cdns3-change-place-of-priv_ep-assignment-in-cdns.patch
	patches.suse/usb-typec-ucsi-Acknowledge-the-GET_ERROR_STATUS-comm.patch
	patches.suse/usb-cdns3-Don-t-use-priv_dev-uninitialized-in-cdns3_.patch
	patches.suse/staging-rtl8192u-Fix-sleep-in-atomic-context-bug-in-.patch
	patches.suse/USB-Follow-up-to-SPDX-identifiers-addition-remove-no.patch
	patches.suse/USB-Follow-up-to-SPDX-GPL-2.0-identifiers-addition-r.patch
	patches.suse/KVM-VMX-Print-VM-instruction-error-as-unsigned.patch
	patches.suse/KVM-SVM-Don-t-BUG-if-userspace-injects-an-interrupt-.patch
	patches.suse/KVM-SVM-Unwind-speculative-RIP-advancement-if-INTn-i.patch
	patches.suse/KVM-nVMX-Snapshot-pre-VM-Enter-BNDCFGS-for-nested_ru.patch
	patches.suse/KVM-nVMX-Snapshot-pre-VM-Enter-DEBUGCTL-for-nested_r.patch
	patches.suse/KVM-x86-Mark-TSS-busy-during-LTR-emulation-_after_-a.patch
	patches.suse/KVM-x86-Set-error-code-to-segment-selector-on-LLDT-L.patch
	patches.suse/KVM-s390-pv-don-t-present-the-ecall-interrupt-twice
	patches.suse/KVM-nVMX-Inject-UD-if-VMXON-is-attempted-with-incomp.patch
	patches.suse/KVM-nVMX-Let-userspace-set-nVMX-MSR-to-any-_host_-su.patch
	patches.suse/KVM-nVMX-Set-UMIP-bit-CR4_FIXED1-MSR-when-emulating-.patch
	patches.suse/selftests-kvm-set-rax-before-vmcall.patch
	patches.suse/HID-wacom-Only-report-rotation-for-art-pen.patch
	patches.suse/HID-wacom-Don-t-register-pad_input-for-touch-switch.patch
	patches.suse/HID-hid-input-add-Surface-Go-battery-quirk.patch
	patches.suse/HID-cp2112-prevent-a-buffer-overflow-in-cp2112_xfer.patch
	patches.suse/HID-multitouch-new-device-class-fix-Lenovo-X12-track.patch
	patches.suse/HID-mcp2221-prevent-a-buffer-overflow-in-mcp_smbus_w.patch
	patches.suse/HID-alps-Declare-U1_UNICORN_LEGACY-support.patch
	patches.suse/HID-amd_sfh-Add-NULL-check-for-hid-device.patch
	patches.suse/HID-amd_sfh-Handle-condition-of-no-sensors.patch
	patches.suse/platform-chrome-cros_ec_proto-don-t-show-MKBP-versio.patch
	patches.suse/platform-chrome-cros_ec-Always-expose-last-resume-re.patch
	patches.suse/platform-x86-pmc_atom-Match-all-Lex-BayTrail-boards-.patch
	patches.suse/platform-olpc-Fix-uninitialized-data-in-debugfs-writ.patch
	patches.suse/pinctrl-intel-Check-against-matching-data-instead-of.patch
	patches.suse/gpio-gpiolib-of-Fix-refcount-bugs-in-of_mm_gpiochip_.patch
	patches.suse/clk-mediatek-reset-Fix-written-reset-bit-offset.patch
	patches.suse/clk-ti-Stop-using-legacy-clkctrl-names-for-omap4-and.patch
	patches.suse/clk-renesas-r9a06g032-Fix-UART-clkgrp-bitsel.patch
	patches.suse/clk-qcom-camcc-sm8250-Fix-halt-on-boot-by-reducing-d.patch
	patches.suse/clk-qcom-clk-krait-unlock-spin-after-mux-completion.patch
	patches.suse/clk-qcom-gcc-msm8939-Add-missing-SYSTEM_MM_NOC_BFDCD.patch
	patches.suse/clk-qcom-gcc-msm8939-Fix-bimc_ddr_clk_src-rcgr-base-.patch
	patches.suse/clk-qcom-gcc-msm8939-Add-missing-system_mm_noc_bfdcd.patch
	patches.suse/clk-qcom-gcc-msm8939-Point-MM-peripherals-to-system_.patch
	patches.suse/clk-qcom-ipq8074-fix-NSS-core-PLL-s.patch
	patches.suse/clk-qcom-ipq8074-SW-workaround-for-UBI32-PLL-lock.patch
	patches.suse/clk-qcom-ipq8074-fix-NSS-port-frequency-tables.patch
	patches.suse/clk-qcom-ipq8074-set-BRANCH_HALT_DELAY-flag-for-UBI-.patch
	patches.suse/clk-qcom-ipq8074-dont-disable-gcc_sleep_clk_src.patch
	patches.suse/clk-qcom-camcc-sdm845-Fix-topology-around-titan_top-.patch
	patches.suse/clk-qcom-camcc-sm8250-Fix-topology-around-titan_top-.patch
	patches.suse/clk-qcom-clk-rcg2-Fail-Duty-Cycle-configuration-if-M.patch
	patches.suse/clk-qcom-clk-rcg2-Make-sure-to-not-write-d-0-to-the-.patch
	patches.suse/clk-qcom-clk-alpha-pll-fix-clk_trion_pll_configure-d.patch
	patches.suse/dt-bindings-clock-qcom-gcc-msm8996-add-more-GCC-cloc.patch
	patches.suse/clk-qcom-gcc-msm8939-Fix-weird-field-spacing-in-ftbl.patch
	patches.suse/dmaengine-stm32-mdma-Remove-dead-code-in-stm32_mdma_.patch
	patches.suse/dmaengine-sf-pdma-Add-multithread-support-for-a-DMA-.patch
	patches.suse/dmaengine-dw-axi-dmac-do-not-print-NULL-LLI-during-e.patch
	patches.suse/dmaengine-dw-axi-dmac-ignore-interrupt-if-no-descrip.patch
	patches.suse/dmaengine-imx-dma-Cast-of_device_get_match_data-with.patch
	patches.suse/dmaengine-sprd-Cleanup-in-.remove-after-pm_runtime_g.patch
	patches.suse/PCI-endpoint-Don-t-stop-controller-when-unbinding-en.patch
	patches.suse/PCI-portdrv-Don-t-disable-AER-reporting-in-get_port_.patch
	patches.suse/PCI-AER-Iterate-over-error-counters-instead-of-error.patch
	patches.suse/PCI-Add-ACS-quirk-for-Broadcom-BCM5750x-NICs.patch
	patches.suse/PCI-aardvark-Fix-reporting-Slot-capabilities-on-emul.patch
	patches.suse/PCI-dwc-Stop-link-on-host_init-errors-and-de-initial.patch
	patches.suse/PCI-dwc-Add-unroll-iATU-space-support-to-dw_pcie_dis.patch
	patches.suse/PCI-dwc-Disable-outbound-windows-only-for-controller.patch
	patches.suse/PCI-dwc-Set-INCREASE_REGION_SIZE-flag-based-on-limit.patch
	patches.suse/PCI-dwc-Deallocate-EPC-memory-on-dw_pcie_ep_init-err.patch
	patches.suse/PCI-dwc-Always-enable-CDM-check-if-snps-enable-cdm-c.patch
	patches.suse/dmaengine-dw-edma-Fix-eDMA-Rd-Wr-channels-and-DMA-di.patch
	patches.suse/phy-samsung-phy-exynos-pcie-sanitize-init-power_on-c.patch
	patches.suse/PCI-ACPI-Guard-ARM64-specific-mcfg_quirks.patch
	patches.suse/PCI-microchip-Fix-refcount-leak-in-mc_pcie_init_irq_.patch
	patches.suse/PCI-qcom-Set-up-rev-2.1.0-PARF_PHY-before-enabling-c.patch
	patches.suse/PCI-qcom-Power-on-PHY-before-IPQ8074-DBI-register-ac.patch
	patches.suse/PCI-tegra194-Fix-PM-error-handling-in-tegra_pcie_con.patch
	patches.suse/PCI-Disable-MSI-for-Tegra234-Root-Ports.patch
	patches.suse/PCI-tegra194-Fix-Root-Port-interrupt-handling.patch
	patches.suse/PCI-tegra194-Fix-link-up-retry-sequence.patch
	patches.suse/mmc-sdhci-of-esdhc-Fix-refcount-leak-in-esdhc_signal.patch
	patches.suse/mmc-mxcmmc-Silence-a-clang-warning.patch
	patches.suse/mmc-renesas_sdhi-Get-the-reset-handle-early-in-the-p.patch
	patches.suse/memstick-ms_block-Fix-some-incorrect-memory-allocati.patch
	patches.suse/memstick-ms_block-Fix-a-memory-leak.patch
	patches.suse/mmc-tmio-avoid-glitches-when-resetting.patch
	patches.suse/mmc-sdhci-of-at91-fix-set_uhs_signaling-rewriting-of.patch
	patches.suse/mmc-block-Add-single-read-for-4k-sector-cards.patch
	patches.suse/mmc-cavium-octeon-Add-of_node_put-when-breaking-out-.patch
	patches.suse/mmc-cavium-thunderx-Add-of_node_put-when-breaking-ou.patch
	patches.suse/scsi-qla2xxx-edif-reduce-initiator-initiator-thrashing.patch
	patches.suse/scsi-qla2xxx-edif-bsg-refactor.patch
	patches.suse/scsi-qla2xxx-edif-wait-for-app-to-ack-on-sess-down.patch
	patches.suse/scsi-qla2xxx-edif-add-bsg-interface-to-read-doorbell-events.patch
	patches.suse/scsi-qla2xxx-edif-fix-potential-stuck-session-in-sa-update.patch
	patches.suse/scsi-qla2xxx-edif-synchronize-npiv-deletion-with-authentication.patch
	patches.suse/scsi-qla2xxx-edif-add-retry-for-els-passthrough.patch
	patches.suse/scsi-qla2xxx-edif-remove-old-doorbell-interface.patch
	patches.suse/scsi-qla2xxx-edif-fix-n2n-discovery-issue-with-secure-target.patch
	patches.suse/scsi-qla2xxx-edif-fix-n2n-login-retry-for-secure-device.patch
	patches.suse/scsi-qla2xxx-update-version-to-10.02.07.500-k.patch
	patches.suse/scsi-qla2xxx-edif-fix-i-o-timeout-due-to-over-subscription.patch
	patches.suse/scsi-qla2xxx-edif-send-logo-for-unexpected-ike-message.patch
	patches.suse/scsi-qla2xxx-edif-reduce-disruption-due-to-multiple-app-start.patch
	patches.suse/scsi-qla2xxx-edif-fix-no-login-after-app-start.patch
	patches.suse/scsi-qla2xxx-edif-tear-down-session-if-keys-have-been-removed.patch
	patches.suse/scsi-qla2xxx-edif-fix-session-thrash.patch
	patches.suse/scsi-qla2xxx-edif-fix-no-logout-on-delete-for-n2n.patch
	patches.suse/scsi-qla2xxx-edif-reduce-n2n-thrashing-at-app_start-time.patch
	patches.suse/scsi-qla2xxx-edif-fix-slow-session-teardown.patch
	patches.suse/scsi-qla2xxx-update-version-to-10.02.07.600-k.patch
	patches.suse/scsi-qla2xxx-fix-excessive-i-o-error-messages-by-default.patch
	patches.suse/scsi-qla2xxx-add-a-new-v2-dport-diagnostic-feature.patch
	patches.suse/scsi-qla2xxx-wind-down-adapter-after-pcie-error.patch
	patches.suse/scsi-qla2xxx-turn-off-multi-queue-for-8g-adapters.patch
	patches.suse/scsi-qla2xxx-fix-crash-due-to-stale-srb-access-around-i-o-timeouts.patch
	patches.suse/scsi-qla2xxx-fix-losing-fcp-2-targets-during-port-perturbation.patch
	patches.suse/scsi-qla2xxx-fix-losing-target-when-it-reappears-during-delete.patch
	patches.suse/scsi-qla2xxx-add-debug-prints-in-the-device-remove-path.patch
	patches.suse/scsi-qla2xxx-fix-losing-fcp-2-targets-on-long-port-disable-with.patch
	patches.suse/scsi-qla2xxx-fix-erroneous-mailbox-timeout-after-pci-error.patch
	patches.suse/scsi-qla2xxx-update-version-to-10.02.07.700-k.patch
	patches.suse/scsi-iscsi-Fix-HW-conn-removal-use-after-free.patch
	patches.suse/scsi-iscsi-Allow-iscsi_if_stop_conn-to-be-called-from-kernel.patch
	patches.suse/scsi-iscsi-Clean-up-bound-endpoints-during-shutdown.patch
	patches.suse/scsi-iscsi-Add-helper-to-remove-a-session-from-the-kernel.patch
	patches.suse/scsi-qedi-Use-QEDI_MODE_NORMAL-for-error-handling.patch
	patches.suse/scsi-iscsi-Fix-session-removal-on-shutdown.patch
	patches.suse/scsi-qla2xxx-Check-correct-variable-in-qla24xx_async.patch
	patches.suse/scsi-lpfc-Fix-uninitialized-cqe-field-in-lpfc_nvme_c.patch
	patches.suse/scsi-lpfc-Prevent-buffer-overflow-crashes-in-debugfs.patch
	patches.suse/scsi-lpfc-Set-PU-field-when-providing-D_ID-in-XMIT_E.patch
	patches.suse/scsi-lpfc-Remove-extra-atomic_inc-on-cmd_pending-in-.patch
	patches.suse/scsi-lpfc-Fix-possible-memory-leak-when-failing-to-i.patch
	patches.suse/scsi-lpfc-Fix-attempted-FA-PWWN-usage-after-feature-.patch
	patches.suse/scsi-lpfc-Fix-lost-NVMe-paths-during-LIF-bounce-stre.patch
	patches.suse/scsi-lpfc-Revert-RSCN_MEMENTO-workaround-for-misbeha.patch
	patches.suse/scsi-lpfc-Refactor-lpfc_nvmet_prep_abort_wqe-into-lp.patch
	patches.suse/scsi-lpfc-Remove-Menlo-Hornet-related-code.patch
	patches.suse/scsi-lpfc-Update-lpfc-version-to-14.2.0.5.patch
	patches.suse/scsi-lpfc-Copyright-updates-for-14.2.0.5-patches.patch
	patches.suse/scsi-smartpqi-Shorten-drive-visibility-after-removal.patch
	patches.suse/scsi-smartpqi-Fix-DMA-direction-for-RAID-requests.patch
	patches.suse/scsi-smartpqi-Add-module-param-to-disable-managed-ints.patch
	patches.suse/scsi-Revert-scsi-qla2xxx-Fix-disk-failure-to-rediscover.patch
	patches.suse/scsi-qla2xxx-Fix-incorrect-display-of-max-frame-size.patch
	patches.suse/scsi-qla2xxx-Zero-undefined-mailbox-IN-registers.patch
	patches.suse/scsi-qla2xxx-Fix-response-queue-handler-reading-stal.patch
	patches.suse/scsi-qla2xxx-edif-Fix-dropped-IKE-message.patch
	patches.suse/scsi-qla2xxx-Fix-imbalance-vha-vref_count.patch
	patches.suse/scsi-qla2xxx-Fix-discovery-issues-in-FC-AL-topology.patch
	patches.suse/scsi-qla2xxx-Fix-sparse-warning-for-dport_data.patch
	patches.suse/scsi-qla2xxx-Update-manufacturer-details.patch
	patches.suse/scsi-qla2xxx-Update-version-to-10.02.07.800-k.patch
	patches.suse/scsi-sg-Allow-waiting-for-commands-to-complete-on-removed-device.patch
	patches.suse/RDMA-mlx5-Add-a-umr-recovery-flow.patch
	patches.suse/RDMA-irdma-Add-2-level-PBLE-support-for-FMR.patch
	patches.suse/RDMA-irdma-Add-AE-source-to-error-log.patch
	patches.suse/RDMA-irdma-Make-CQP-invalid-state-error-non-critical.patch
	patches.suse/RDMA-irdma-Make-resource-distribution-algorithm-more.patch
	patches.suse/RDMA-irdma-Fix-a-window-for-use-after-free.patch
	patches.suse/RDMA-irdma-Fix-VLAN-connection-with-wildcard-address.patch
	patches.suse/RDMA-irdma-Fix-setting-of-QP-context-err_rq_idx_vali.patch
	patches.suse/RDMA-remove-useless-condition-in-siw_create_cq.patch
	patches.suse/RDMA-irdma-Use-the-bitmap-API-to-allocate-bitmaps.patch
	patches.suse/RDMA-qedr-Fix-potential-memory-leak-in-__qedr_alloc_.patch
	patches.suse/RDMA-siw-Fix-duplicated-reported-IW_CM_EVENT_CONNECT.patch
	patches.suse/net-mlx5-Expose-the-ability-to-point-to-any-UID-from.patch
	patches.suse/net-mlx5-fs-expose-flow-table-ID-to-users.patch
	patches.suse/net-mlx5-fs-allow-flow-table-creation-with-a-UID.patch
	patches.suse/RDMA-mlx5-Refactor-get-flow-table-function.patch
	patches.suse/RDMA-mlx5-Expose-steering-anchor-to-userspace.patch
	patches.suse/RDMA-mlx5-Replace-ent-lock-with-xa_lock.patch
	patches.suse/RDMA-mlx5-Replace-cache-list-with-Xarray.patch
	patches.suse/RDMA-mlx5-Store-the-number-of-in_use-cache-mkeys-ins.patch
	patches.suse/RDMA-mlx5-Store-in-the-cache-mkeys-instead-of-mrs.patch
	patches.suse/RDMA-mlx5-Rename-the-mkey-cache-variables-and-functi.patch
	patches.suse/RDMA-mlx5-Add-missing-check-for-return-value-in-get-.patch
	patches.suse/md-unlock-mddev-before-reap-sync_thread-in-action_st.patch
	patches.suse/0001-crypto-add-crypto_has_shash.patch
	patches.suse/0002-crypto-add-crypto_has_kpp.patch
	patches.suse/0003-lib-base64-RFC4648-compliant-base64-encoding.patch
	patches.suse/0004-nvme-add-definitions-for-NVMe-In-Band-authentication.patch
	patches.suse/0005-nvme-fabrics-decode-authentication-required-connect-.patch
	patches.suse/0006-nvme-Implement-In-Band-authentication.patch
	patches.suse/0007-nvme-auth-Diffie-Hellman-key-exchange-support.patch
	patches.suse/0008-nvmet-parse-fabrics-commands-on-io-queues.patch
	patches.suse/0009-nvmet-Implement-basic-In-Band-Authentication.patch
	patches.suse/0010-nvmet-auth-Diffie-Hellman-key-exchange-support.patch
	patches.suse/0011-nvmet-auth-expire-authentication-sessions.patch
	patches.suse/md-raid10-fix-KASAN-warning.patch
	patches.suse/jbd2-fix-outstanding-credits-assert-in-jbd2_journal_.patch
	patches.suse/ext4-recover-csum-seed-of-tmp_inode-after-migrating-.patch
	patches.suse/ext4-check-if-directory-block-is-within-i_size.patch
	patches.suse/ext4-make-sure-ext4_append-always-allocates-new-bloc.patch
	patches.suse/mbcache-don-t-reclaim-used-entries.patch
	patches.suse/mbcache-add-functions-to-delete-entry-if-unused.patch
	patches.suse/ext4-remove-EA-inode-entry-from-mbcache-on-inode-evi.patch
	patches.suse/ext4-unindent-codeblock-in-ext4_xattr_block_set.patch
	patches.suse/ext4-fix-race-when-reusing-xattr-blocks.patch
	patches.suse/jbd2-fix-assertion-jh-b_frozen_data-NULL-failure-whe.patch
	patches.suse/xfs-fix-use-after-free-in-xattr-node-block-inactivat.patch
	patches.suse/ftrace-x86-Add-back-ftrace_expected-assignment.patch
	patches.suse/tracing-Use-a-struct-alignof-to-determine-trace-event-field-alignment.patch
	patches.suse/Input-gscps2-check-return-value-of-ioremap-in-gscps2.patch
	patches.suse/ARM-dts-uniphier-Fix-USB-interrupts-for-PXs2-SoC.patch
	patches.suse/arm64-dts-uniphier-Fix-USB-interrupts-for-PXs3-SoC.patch
	patches.suse/irqchip-tegra-Fix-overflow-implicit-truncation-warni.patch
	patches.suse/drm-meson-Fix-overflow-implicit-truncation-warnings.patch
	patches.suse/mtd-maps-Fix-refcount-leak-in-of_flash_probe_versati.patch
	patches.suse/mtd-maps-Fix-refcount-leak-in-ap_flash_init.patch
	patches.suse/mtd-sm_ftl-Fix-deadlock-caused-by-cancel_work_sync-i.patch
	patches.suse/mtd-partitions-Fix-refcount-leak-in-parse_redboot_of.patch
	patches.suse/mtd-parsers-ofpart-Fix-refcount-leak-in-bcm4908_part.patch
	patches.suse/mtd-st_spi_fsm-Add-a-clk_disable_unprepare-in-.probe.patch
	patches.suse/mtd-dataflash-Add-SPI-ID-table.patch
	patches.suse/mtd-rawnand-meson-Fix-a-potential-double-free-issue.patch
	patches.suse/mtd-rawnand-arasan-Update-NAND-bus-clock-instead-of-.patch
	patches.suse/mtd-rawnand-arasan-Fix-clock-rate-in-NV-DDR.patch
	patches.suse/mtd-spi-nor-fix-spi_nor_spimem_setup_op-call-in-spi_.patch
	patches.suse/mm-memcontrol-fix-potential-oom_lock-recursion-deadlock.patch
	patches.suse/vfio-Clear-the-caps-buf-to-NULL-after-free.patch
	patches.suse/vfio-ccw-Remove-UUID-from-s390-debug-log
	patches.suse/vfio-ccw-Do-not-change-FSM-state-in-subchannel-event
	patches.suse/KEYS-asymmetric-enforce-SM2-signature-use-pkey-algo.patch
	patches.suse/tpm-eventlog-Fix-section-mismatch-for-DEBUG_SECTION_.patch
	patches.suse/ALSA-usb-audio-Support-jack-detection-on-Dell-dock.patch
	patches.suse/ALSA-usb-audio-Turn-off-manual-mode-on-Dell-dock.patch
	patches.suse/ALSA-hda-cs8409-change-cs8409_fixups-v.pins-initiali.patch
	patches.suse/ALSA-usb-audio-Add-endianness-annotations.patch
	patches.suse/ALSA-hda-cs35l41-Fix-comments-wrt-serial-multi-insta.patch
	patches.suse/ALSA-hda-cs35l41-Improve-dev_err_probe-messaging.patch
	patches.suse/ALSA-hda-cs35l41-Don-t-dereference-fwnode-handle.patch
	patches.suse/ALSA-hda-cs35l41-Allow-compilation-test-on-non-ACPI-.patch
	patches.suse/ALSA-hda-cs35l41-Drop-wrong-use-of-ACPI_PTR.patch
	patches.suse/ALSA-hda-cs35l41-Consolidate-selections-under-SND_HD.patch
	patches.suse/ALSA-hda-hda_cs_dsp_ctl-Add-Library-to-support-CS_DS.patch
	patches.suse/ALSA-hda-hda_cs_dsp_ctl-Add-apis-to-write-the-contro.patch
	patches.suse/ALSA-hda-cs35l41-Save-codec-object-inside-component-.patch
	patches.suse/ALSA-hda-cs35l41-Add-initial-DSP-support-and-firmwar.patch
	patches.suse/ALSA-hda-cs35l41-Save-Subsystem-ID-inside-CS35L41-Dr.patch
	patches.suse/ALSA-hda-cs35l41-Support-reading-subsystem-id-from-A.patch
	patches.suse/ALSA-hda-cs35l41-Support-multiple-load-paths-for-fir.patch
	patches.suse/ALSA-hda-cs35l41-Support-Speaker-ID-for-laptops.patch
	patches.suse/ALSA-bcd2000-Fix-a-UAF-bug-on-the-error-path-of-prob.patch
	patches.suse/ASoC-cros_ec_codec-Fix-refcount-leak-in-cros_ec_code.patch
	patches.suse/ASoC-samsung-Fix-error-handling-in-aries_audio_probe.patch
	patches.suse/ASoC-imx-audmux-Silence-a-clang-warning.patch
	patches.suse/ASoC-mt6797-mt6351-Fix-refcount-leak-in-mt6797_mt635.patch
	patches.suse/ASoC-codecs-da7210-add-check-for-i2c_add_driver.patch
	patches.suse/ASoC-cs35l41-Move-cs35l41-exit-hibernate-function-in.patch
	patches.suse/ASoC-cs35l41-Add-common-cs35l41-enter-hibernate-func.patch
	patches.suse/ASoC-cs35l41-Do-not-print-error-when-waking-from-hib.patch
	patches.suse/ASoC-codecs-msm8916-wcd-digital-move-gains-from-SX_T.patch
	patches.suse/ASoC-codecs-wcd9335-move-gains-from-SX_TLV-to-S8_TLV.patch
	patches.suse/ASoC-wm_adsp-Fix-event-for-preloader.patch
	patches.suse/ASoC-cs35l41-Add-support-for-CLSA3541-ACPI-device-ID.patch
	patches.suse/ASoC-samsung-h1940_uda1380-include-proepr-GPIO-consu.patch
	patches.suse/ASoC-samsung-change-gpiod_speaker_power-and-rx1950_a.patch
	patches.suse/ASoC-samsung-change-neo1973_audio-from-a-global-to-s.patch
	patches.suse/ASoC-wm_adsp-Minor-clean-and-redundant-code-removal.patch
	patches.suse/ASoC-qcom-Fix-missing-of_node_put-in-asoc_qcom_lpass.patch
	patches.suse/ASoC-imx-card-Fix-DSD-PDM-mclk-frequency.patch
	patches.suse/ASoC-mt6359-Fix-refcount-leak-bug.patch
	patches.suse/ASoC-rsnd-care-default-case-on-rsnd_ssiu_busif_err_i.patch
	patches.suse/ALSA-hda-cs35l41-Support-Hibernation-during-Suspend.patch
	patches.suse/ALSA-hda-cs35l41-Read-Speaker-Calibration-data-from-.patch
	patches.suse/ALSA-hda-hda_cs_dsp_ctl-Add-fw-id-strings.patch
	patches.suse/ALSA-hda-cs35l41-Add-defaulted-values-into-dsp-bypas.patch
	patches.suse/ALSA-hda-cs35l41-Support-Firmware-switching-and-relo.patch
	patches.suse/ALSA-hda-cs35l41-Add-module-parameter-to-control-fir.patch
	patches.suse/Revert-ALSA-hda-cs35l41-Allow-compilation-test-on-no.patch
	patches.suse/ALSA-usb-audio-Add-quirk-for-Behringer-UMC202HD.patch
	patches.suse/ALSA-hda-realtek-Enable-speaker-and-mute-LEDs-for-HP.patch
	patches.suse/ALSA-hda-cs35l41-Use-the-CS35L41-HDA-internal-define.patch
	patches.suse/ALSA-hda-cs35l41-Support-CLSA0101.patch
	patches.suse/ACPI-scan-Add-CLSA0101-Laptop-Support.patch
	patches.suse/ALSA-core-Add-async-signal-helpers.patch
	patches.suse/ALSA-timer-Use-deferred-fasync-helper.patch
	patches.suse/ALSA-control-Use-deferred-fasync-helper.patch
	patches.suse/ALSA-hda-realtek-Add-quirk-for-Lenovo-Yoga9-14IAP7.patch
	patches.suse/ALSA-hda-realtek-Add-quirk-for-Clevo-NV45PZ.patch
	patches.suse/ACPI-utils-Add-api-to-read-_SUB-from-ACPI.patch
	patches.suse/ASoC-cs35l41-Read-System-Name-from-ACPI-_SUB-to-iden.patch
	patches.suse/ASoC-qcom-q6dsp-Fix-an-off-by-one-in-q6adm_alloc_cop.patch
	patches.suse/ASoC-audio-graph-card-Add-of_node_put-in-fail-path.patch
	patches.suse/ASoC-fsl_asrc-force-cast-the-asrc_format-type.patch
	patches.suse/ASoC-fsl-asoc-card-force-cast-the-asrc_format-type.patch
	patches.suse/ASoC-fsl_easrc-use-snd_pcm_format_t-type-for-sample_.patch
	patches.suse/ASoC-imx-card-use-snd_pcm_format_t-type-for-asrc_for.patch
	patches.suse/firmware-cs_dsp-Add-pre_stop-callback.patch
	patches.suse/firmware-cs_dsp-Add-memory-chunk-helpers.patch
	patches.suse/ASoC-mchp-spdifrx-disable-end-of-block-interrupt-on-.patch
	patches.suse/ASoC-mchp-spdiftx-remove-references-to-mchp_i2s_caps.patch
	patches.suse/ALSA-hda-realtek-Add-quirk-for-HP-Spectre-x360-15-eb.patch
	patches.suse/mfd-t7l66xb-Drop-platform-disable-callback.patch
	patches.suse/mfd-max77620-Fix-refcount-leak-in-max77620_initialis.patch
	patches.suse/Revert-drivers-video-backlight-platform_lcd.c-add-su.patch
	patches.suse/iommu-exynos-Handle-failed-IOMMU-device-registration-properly
	patches.suse/iommu-arm-smmu-qcom_iommu-Add-of_node_put-when-breaking-out-of-l
	patches.suse/iommu-vt-d-Acquiring-lock-in-domain-ID-allocation-helpers
	patches.suse/iommu-vt-d-Use-IDA-interface-to-manage-iommu-sequenc.patch
	patches.suse/iommu-vt-d-Refactor-iommu-information-of-each-domain.patch
	patches.suse/iommu-vt-d-Remove-unnecessary-check-in-intel_iommu_a.patch
	patches.suse/iommu-vt-d-Remove-global-g_iommus-array.patch
	patches.suse/iommu-vt-d-Make-DMAR_UNITS_SUPPORTED-default-1024.patch
	patches.suse/iommu-amd-Simplify-and-Consolidate-Virtual-APIC-AVIC-Enablement
	patches.suse/selftests-powerpc-Skip-energy_scale_info-test-on-old.patch
	patches.suse/powerpc-perf-Optimize-clearing-the-pending-PMI-and-r.patch
	patches.suse/powerpc-pseries-hvcall.h-add-H_WATCHDOG-opcode-H_NOO.patch
	patches.suse/powerpc-pseries-add-FW_FEATURE_WATCHDOG-flag.patch
	patches.suse/powerpc-pseries-register-pseries-wdt-device-with-pla.patch
	patches.suse/watchdog-pseries-wdt-initial-support-for-H_WATCHDOG-.patch
	patches.suse/powerpc-mobility-wait-for-memory-transfer-to-complet.patch
	patches.suse/watchdog-export-lockup_detector_reconfigure.patch
	patches.suse/powerpc-watchdog-introduce-a-NMI-watchdog-s-factor.patch
	patches.suse/powerpc-pseries-mobility-set-NMI-watchdog-factor-dur.patch
	patches.suse/powerpc-powernv-Avoid-crashing-if-rng-is-NULL.patch
	patches.suse/powerpc-powernv-kvm-Use-darn-for-H_RANDOM-on-Power9.patch
	patches.suse/powerpc-powernv-rename-remaining-rng-powernv_-functi.patch
	patches.suse/KVM-PPC-Book3S-HV-Remove-kvmhv_p9_-set-restore-_lpcr.patch
	patches.suse/KVM-PPC-Book3s-HV-Remove-unused-function-kvmppc_bad_.patch
	patches.suse/powerpc-xive-Fix-refcount-leak-in-xive_get_max_prio.patch
	patches.suse/s390-crash-fix-incorrect-number-of-bytes-to-copy-to-user-space
	patches.suse/s390-zcore-fix-race-when-reading-from-hardware-system-area
	patches.suse/scripts-faddr2line-Fix-vmlinux-detection-on-arm64.patch
	patches.suse/sched-core-Do-not-requeue-task-on-CPU-excluded-from-cpus_mask.patch
	patches.suse/video-fbdev-amba-clcd-Fix-refcount-leak-bugs.patch
	patches.suse/video-fbdev-sis-fix-typos-in-SiS_GetModeID.patch
	patches.suse/video-fbdev-arkfb-Fix-a-divide-by-zero-bug-in-ark_se.patch
	patches.suse/video-fbdev-i740fb-Check-the-argument-of-i740_calc_v.patch
	patches.suse/video-fbdev-vt8623fb-Check-the-size-of-screen-before.patch
	patches.suse/video-fbdev-arkfb-Check-the-size-of-screen-before-me.patch
	patches.suse/video-fbdev-s3fb-Check-the-size-of-screen-before-mem.patch
	patches.suse/profiling-fix-shift-too-large-makes-kernel-panic.patch
	patches.suse/lib-list_debug.c-Detect-uninitialized-lists.patch
	patches.suse/kfifo-fix-kfifo_to_user-return-type.patch
	patches.suse/lib-smp_processor_id-fix-imbalanced-instrumentation_.patch
	patches.suse/proc-fix-a-dentry-lock-race-between-release_task-and.patch
	patches.suse/net-ice-fix-initializing-the-bitmap-in-the-switch-co.patch
	patches.suse/iommu-vt-d-avoid-invalid-memory-access-via-node_online-NUMA_NO_N
	patches.suse/x86-olpc-fix-logical-not-is-only-applied-to-the-left.patch
	patches.suse/exfat-Return-ENAMETOOLONG-consistently-for-oversized.patch
	patches.suse/exfat-Define-NLS_NAME_-as-bit-flags-explicitly.patch
	patches.suse/exfat-Expand-exfat_err-and-co-directly-to-pr_-macro.patch
	patches.suse/exfat-Downgrade-ENAMETOOLONG-error-message-to-debug-.patch
	patches.suse/exfat-Drop-superfluous-new-line-for-error-messages.patch
	patches.suse/fuse-limit-nsec.patch
	patches.suse/fuse-ioctl-translate-ENOSYS.patch
	patches.suse/fuse-Remove-the-control-interface-for-virtio-fs.patch
	patches.suse/serial-8250_dw-Store-LSR-into-lsr_saved_flags-in-dw8.patch
	patches.suse/tty-serial-Fix-refcount-leak-bug-in-ucc_uart.c.patch
	patches.suse/tty-n_gsm-fix-user-open-not-possible-at-responder-un.patch
	patches.suse/tty-n_gsm-fix-tty-registration-before-control-channe.patch
	patches.suse/tty-n_gsm-fix-wrong-queuing-behavior-in-gsm_dlci_dat.patch
	patches.suse/tty-n_gsm-fix-missing-timer-to-handle-stalled-links.patch
	patches.suse/tty-n_gsm-fix-non-flow-control-frames-during-mux-flo.patch
	patches.suse/tty-n_gsm-fix-packet-re-transmission-without-open-co.patch
	patches.suse/tty-n_gsm-fix-race-condition-in-gsmld_write.patch
	patches.suse/tty-n_gsm-fix-deadlock-and-link-starvation-in-outgoi.patch
	patches.suse/tty-n_gsm-fix-resource-allocation-order-in-gsm_activ.patch
	patches.suse/serial-8250_fsl-Don-t-report-FE-PE-and-OE-twice.patch
	patches.suse/tty-n_gsm-fix-wrong-T1-retry-count-handling.patch
	patches.suse/tty-n_gsm-fix-DM-command.patch
	patches.suse/tty-n_gsm-fix-flow-control-handling-in-tx-path.patch
	patches.suse/tty-n_gsm-fix-missing-corner-cases-in-gsmld_poll.patch
	patches.suse/tty-8250-Add-support-for-Brainboxes-PX-cards.patch
	patches.suse/serial-8250_bcm7271-Save-restore-RTS-in-suspend-resu.patch
	patches.suse/tty-vt-initialize-unicode-screen-buffer.patch
	patches.suse/tty-serial-fsl_lpuart-correct-the-count-of-break-cha.patch
	patches.suse/serial-mvebu-uart-uart2-error-bits-clearing.patch
	patches.suse/thermal-sysfs-Fix-cooling_device_stats_setup-error-c.patch
	patches.suse/tools-thermal-Fix-possible-path-truncations.patch
	patches.suse/venus-pm_helpers-Fix-warning-in-OPP-during-probe.patch
	patches.suse/watchdog-sp5100_tco-Fix-a-memory-leak-of-EFCH-MMIO-r.patch
	patches.suse/watchdog-armada_37xx_wdt-check-the-return-value-of-d.patch
	patches.suse/rpmsg-char-Add-mutex-protection-for-rpmsg_eptdev_ope.patch
	patches.suse/rpmsg-mtk_rpmsg-Fix-circular-locking-dependency.patch
	patches.suse/rpmsg-qcom_smd-Fix-refcount-leak-in-qcom_smd_parse_e.patch
	patches.suse/remoteproc-k3-r5-Fix-refcount-leak-in-k3_r5_cluster_.patch
	patches.suse/remoteproc-imx_rproc-Fix-refcount-leak-in-imx_rproc_.patch
	patches.suse/remoteproc-qcom-wcnss-Fix-handling-of-IRQs.patch
	patches.suse/remoteproc-qcom-q6v5-mss-add-powerdomains-to-MSM8996.patch
	patches.suse/remoteproc-qcom-pas-Mark-devices-as-wakeup-capable.patch
	patches.suse/remoteproc-qcom-pas-Check-if-coredump-is-enabled.patch
	patches.suse/remoteproc-sysmon-Wait-for-SSCTL-service-to-come-up.patch
	patches.suse/x86-speculation-Add-RSB-VM-Exit-protections.patch
	patches.suse/x86-speculation-Add-LFENCE-to-RSB-fill-sequence.patch
	patches.suse/fs-add-mode_strip_sgid-helper.patch
	patches.suse/fs-Add-missing-umask-strip-in-vfs_tmpfile.patch
	patches.suse/fs-move-S_ISGID-stripping-into-the-vfs_-helpers.patch
	patches.suse/nfsd-eliminate-the-NFSD_FILE_BREAK_-flags.patch
	patches.suse/SUNRPC-Fix-xdr_encode_bool.patch
	patches.suse/lockd-detect-and-reject-lock-arguments-that-overflow.patch
	patches.suse/Revert-scripts-mod-modpost.c-permit-.cranges-secton-.patch
	patches.suse/kbuild-dummy-tools-avoid-tmpdir-leak-in-dummy-gcc.patch
	patches.suse/apparmor-fix-absroot-causing-audited-secids-to-begin.patch
	patches.suse/apparmor-fix-quiet_denied-for-file-rules.patch
	patches.suse/apparmor-Fix-failed-mount-permission-check-error-mes.patch
	patches.suse/apparmor-fix-aa_label_asxprint-return-check.patch
	patches.suse/apparmor-fix-reference-count-leak-in-aa_pivotroot.patch
	patches.suse/apparmor-Fix-memleak-in-aa_simple_write_to_buffer.patch
	patches.suse/apparmor-fix-setting-unconfined-mode-on-a-loaded-pro.patch
	patches.suse/apparmor-fix-overlapping-attachment-computation.patch
	patches.suse/pinctrl-nomadik-Fix-refcount-leak-in-nmk_pinctrl_dt_.patch
	patches.suse/pinctrl-qcom-msm8916-Allow-CAMSS-GP-clocks-to-be-mux.patch
	patches.suse/pinctrl-amd-Don-t-save-restore-interrupt-status-and-.patch
	patches.suse/pinctrl-sunxi-Add-I-O-bias-setting-for-H6-R-PIO.patch
	patches.suse/pinctrl-qcom-sm8250-Fix-PDC-map.patch
	patches.suse/Revert-pNFS-nfs3_set_ds_client-should-set-NFS_CS_NOP.patch
	patches.suse/pNFS-flexfiles-Report-RDMA-connection-errors-to-the-.patch
	patches.suse/NFSv4.1-Don-t-decrease-the-value-of-seq_nr_highest_s.patch
	patches.suse/NFSv4.1-Handle-NFS4ERR_DELAY-replies-to-OP_SEQUENCE-.patch
	patches.suse/sunrpc-fix-expiry-of-auth-creds.patch
	patches.suse/NFSv4-Fix-races-in-the-legacy-idmapper-upcall.patch
	patches.suse/NFSv4.1-RECLAIM_COMPLETE-must-handle-EACCES.patch
	patches.suse/SUNRPC-Reinitialise-the-backchannel-request-buffers-.patch
	patches.suse/Makefile-link-with-z-noexecstack-no-warn-rwx-segment.patch
	patches.suse/x86-link-vdso-and-boot-with-z-noexecstack-no-warn-rw.patch
	patches.suse/Input-exc3000-fix-return-value-check-of-wait_for_com.patch
	patches.suse/Input-i8042-move-__initconst-to-fix-code-styling-war.patch
	patches.suse/Input-i8042-merge-quirk-tables.patch
	patches.suse/Input-i8042-add-TUXEDO-devices-to-i8042-quirk-tables.patch
	patches.suse/Input-i8042-add-additional-TUXEDO-devices-to-i8042-q.patch
	patches.suse/KVM-x86-revalidate-steal-time-cache-if-MSR-value-cha.patch
	patches.suse/KVM-x86-do-not-report-preemption-if-the-steal-time-c.patch
	patches.suse/KVM-X86-avoid-uninitialized-fault.async_page_fault-f.patch
	patches.suse/ceph-use-correct-index-when-encoding-client-supported-features.patch
	patches.suse/ceph-don-t-leak-snap_rwsem-in-handle_cap_grant.patch
	patches.suse/ceph-don-t-truncate-file-in-atomic_open.patch
	patches.suse/ACPI-property-Return-type-of-acpi_add_nondev_subnode.patch
	patches.suse/net-phy-Warn-about-incorrect-mdio_bus_phy_resume-sta.patch
	patches.suse/bnxt_en-Remove-duplicated-include-bnxt_devlink.c.patch
	patches.suse/virtio_net-fix-memory-leak-inside-XPD_TX-with-mergea.patch
	patches.suse/atm-idt77252-fix-use-after-free-bugs-caused-by-tst_t.patch
	patches.suse/s390-qeth-cache-link_info-for-ethtool
	patches.suse/Bluetooth-L2CAP-Fix-l2cap_global_chan_by_psm-regress.patch
	patches.suse/Bluetooth-MGMT-Fixes-build-warnings-with-C-1.patch
	patches.suse/netfilter-nf_tables-do-not-allow-SET_ID-to-refer-to-.patch
	patches.suse/netfilter-nf_tables-do-not-allow-CHAIN_ID-to-refer-t.patch
	patches.suse/netfilter-nf_tables-do-not-allow-RULE_ID-to-refer-to.patch
	patches.suse/geneve-fix-TOS-inheriting-for-ipv4.patch
	patches.suse/geneve-do-not-use-RT_TOS-for-IPv6-flowlabel.patch
	patches.suse/mlx5-do-not-use-RT_TOS-for-IPv6-flowlabel.patch
	patches.suse/can-j1939-j1939_sk_queue_activate_next_locked-replac.patch
	patches.suse/can-ems_usb-fix-clang-s-Wunaligned-access-warning.patch
	patches.suse/can-mcp251x-Fix-race-condition-on-receive-interrupt.patch
	patches.suse/Revert-net-usb-ax88179_178a-needs-FLAG_SEND_ZLP.patch
	patches.suse/vsock-Fix-memory-leak-in-vsock_connect.patch
	patches.suse/vsock-Set-socket-state-back-to-SS_UNCONNECTED-in-vso.patch
	patches.suse/devlink-Fix-use-after-free-after-a-failed-reload.patch
	patches.suse/selftests-forwarding-Fix-failing-tests-with-old-libn.patch
	patches.suse/net_sched-cls_route-remove-from-list-when-handle-is-.patch
	patches.suse/drm-shmem-helper-Add-missing-vunmap-on-error.patch
	patches.suse/drm-gem-Properly-annotate-WW-context-on-drm_gem_lock.patch
	patches.suse/vdpa-mlx5-Use-eth_broadcast_addr-to-assign-broadcast.patch
	patches.suse/vdpa-ifcvf-Fix-spelling-mistake-in-comments.patch
	patches.suse/vdpa-mlx5-Implement-susupend-virtqueue-callback.patch
	patches.suse/vdpa-mlx5-Support-different-address-spaces-for-contr.patch
	patches.suse/vDPA-ifcvf-support-userspace-to-query-features-and-M.patch
	patches.suse/vhost-vdpa-Call-ida_simple_remove-when-failed.patch
	patches.suse/vdpa-Add-suspend-operation.patch
	patches.suse/vhost-vdpa-introduce-SUSPEND-backend-feature-bit.patch
	patches.suse/vhost-vdpa-uAPI-to-suspend-the-device.patch
	patches.suse/vdpa-mlx5-Fix-possible-uninitialized-return-value.patch
	patches.suse/ALSA-hda-realtek-Add-quirk-for-another-Asus-K42JZ-mo.patch
	patches.suse/ALSA-hda-conexant-Add-quirk-for-LENOVO-20149-Noteboo.patch
	patches.suse/ALSA-usb-audio-More-comprehensive-mixer-map-for-ASUS.patch
	patches.suse/ALSA-hda-realtek-Add-a-quirk-for-HP-OMEN-15-8786-mut.patch
	patches.suse/ALSA-hda-cirrus-support-for-iMac-12-1-model.patch
	patches.suse/nvme-fabrics-parse-nvme-connect-Linux-error-codes.patch
	patches.suse/scsi-lpfc-Check-the-return-value-of-alloc_workqueue.patch
	patches.suse/scsi-zfcp-Fix-missing-auto-port-scan-and-thus-missing-target-ports
	patches.suse/NTB-ntb_tool-uninitialized-heap-data-in-tool_fn_writ.patch
	patches.suse/docs-i2c-i2c-sysfs-fix-hyperlinks.patch
	patches.suse/posix-cpu-timers-Cleanup-CPU-timers-before-freeing-t.patch
	patches.suse/xen-blkback-fix-persistent-grants-negotiation.patch
	patches.suse/xen-blkback-Apply-feature_persistent-parameter-when-.patch
	patches.suse/xen-blkfront-Apply-feature_persistent-parameter-when.patch
	patches.suse/xen-xenbus-fix-return-type-in-xenbus_file_read.patch
	patches.suse/regulator-pca9450-Remove-restrictions-for-regulator-.patch
	patches.suse/spi-meson-spicc-add-local-pow2-clock-ops-to-preserve.patch
	patches.suse/net-sunrpc-fix-potential-memory-leaks-in-rpc_sysfs_x.patch
	patches.suse/bnx2x-Fix-comment-typo.patch
	patches.suse/ice-Fix-VSI-rebuild-WARN_ON-check-for-VF.patch
	patches.suse/ice-Fix-call-trace-with-null-VSI-during-VF-reset.patch
	patches.suse/net_sched-cls_route-disallow-handle-of-0.patch
	patches.suse/iavf-Fix-adminq-error-handling.patch
	patches.suse/iavf-Fix-NULL-pointer-dereference-in-iavf_get_link_k.patch
	patches.suse/iavf-Fix-reset-error-handling.patch
	patches.suse/iavf-Fix-deadlock-in-initialization.patch
	patches.suse/i40e-Fix-tunnel-checksum-offload-with-fragmented-tra.patch
	patches.suse/i40e-Fix-to-stop-tx_timeout-recovery-if-GLOBR-fails.patch
	patches.suse/net-mlx5e-Allocate-flow-steering-storage-during-upli.patch
	patches.suse/ice-Fix-double-VLAN-error-when-entering-promisc-mode.patch
	patches.suse/ice-Ignore-EEXIST-when-setting-promisc-mode.patch
	patches.suse/ice-Fix-clearing-of-promisc-mode-with-bridge-over-bo.patch
	patches.suse/ice-Ignore-error-message-when-setting-same-promiscuo.patch
	patches.suse/ice-Fix-VF-not-able-to-send-tagged-traffic-with-no-V.patch
	patches.suse/igb-Add-lock-to-avoid-data-race.patch
	patches.suse/drm-i915-gt-Skip-TLB-invalidations-once-wedged.patch
	patches.suse/drm-nouveau-recognise-GA103.patch
	patches.suse/drm-meson-Fix-refcount-bugs-in-meson_vpu_has_availab.patch
	patches.suse/drm-ttm-Fix-dummy-res-NULL-ptr-deref-bug.patch
	patches.suse/drm-sun4i-dsi-Prevent-underflow-when-computing-packe.patch
	patches.suse/drm-amd-display-Fix-HDMI-VSIF-V3-incorrect-issue.patch
	patches.suse/drm-amd-display-Check-correct-bounds-for-stream-enco.patch
	patches.suse/drm-amd-display-For-stereo-keep-FLIP_ANY_FRAME.patch
	patches.suse/drm-amd-display-clear-optc-underflow-before-turn-off.patch
	patches.suse/drm-amd-pm-add-missing-fini_microcode-interface-for-.patch
	patches.suse/drm-amd-display-Fix-pixel-clock-programming.patch
	patches.suse/drm-amdgpu-Increase-tlb-flush-timeout-for-sriov.patch
	patches.suse/drm-amd-display-avoid-doing-vm_init-multiple-time.patch
	patches.suse/drm-amdgpu-remove-useless-condition-in-amdgpu_job_st.patch
	patches.suse/ALSA-hda-realtek-Add-quirks-for-ASUS-Zenbooks-using-.patch
	patches.suse/ASoC-SOF-debug-Fix-potential-buffer-overflow-by-snpr.patch
	patches.suse/ASoC-tas2770-Set-correct-FSYNC-polarity.patch
	patches.suse/ASoC-tas2770-Allow-mono-streams.patch
	patches.suse/ASoC-tas2770-Drop-conflicting-set_bias_level-power-s.patch
	patches.suse/ASoC-tas2770-Fix-handling-of-mute-unmute.patch
	patches.suse/ASoC-codec-tlv320aic32x4-fix-mono-playback-via-I2S.patch
	patches.suse/ALSA-hda-cs35l41-Clarify-support-for-CSC3551-without.patch
	patches.suse/ALSA-hda-realtek-Add-quirk-for-Lenovo-Yoga7-14IAL7.patch
	patches.suse/platform-x86-serial-multi-instantiate-Add-CLSA0101-L.patch
	patches.suse/ALSA-hda-cs8409-Support-new-Dolphin-Variants.patch
	patches.suse/ALSA-info-Fix-llseek-return-value-when-using-callbac.patch
	patches.suse/ALSA-hda-realtek-Add-quirk-for-Clevo-NS50PU-NS70PU.patch
	patches.suse/mmc-pxamci-Fix-an-error-handling-path-in-pxamci_prob.patch
	patches.suse/mmc-pxamci-Fix-another-error-handling-path-in-pxamci.patch
	patches.suse/mmc-meson-gx-Fix-an-error-handling-path-in-meson_mmc.patch
	patches.suse/ata-libata-eh-Add-missing-command-name.patch
	patches.suse/RDMA-mlx5-Use-the-proper-number-of-ports.patch
	patches.suse/RDMA-cxgb4-fix-accept-failure-due-to-increased-cpl_t.patch
	patches.suse/s390-hypfs-avoid-error-message-under-KVM.patch
	patches.suse/kbuild-fix-the-modules-order-between-drivers-and-lib.patch
	patches.suse/i2c-imx-Make-sure-to-unregister-adapter-on-remove.patch
	patches.suse/ftrace-Fix-NULL-pointer-dereference-in-is_ftrace_trampoline-when-ftrace-is-dead.patch
	patches.suse/tracing-probes-Have-kprobes-and-uprobes-use-COMM-too.patch
	patches.suse/tracing-Have-filter-accept-common_cpu-to-be-consistent.patch
	patches.suse/NFS-Fix-another-fsync-issue-after-a-server-reboot.patch
	patches.suse/NFSv4.2-fix-problems-with-__nfs42_ssc_open.patch
	patches.suse/SUNRPC-RPC-level-errors-should-set-task-tk_rpc_statu.patch
	patches.suse/audit-fix-potential-double-free-on-error-path-from-f.patch
	patches.suse/cgroup-Fix-threadgroup_rwsem-cpus_read_lock-deadlock.patch
	patches.suse/cgroup-Fix-race-condition-at-rebind_subsystems.patch
	patches.suse/cgroup-Add-missing-cpus_read_lock-to-cgroup_attach_task_all.patch
	patches.suse/rose-check-NULL-rose_loopback_neigh-loopback.patch
	patches.suse/r8152-fix-the-units-of-some-registers-for-RTL8156A.patch
	patches.suse/r8152-fix-the-RX-FIFO-settings-when-suspending.patch
	patches.suse/nfc-pn533-Fix-use-after-free-bugs-caused-by-pn532_cm.patch
	patches.suse/net-phy-Don-t-WARN-for-PHY_READY-state-in-mdio_bus_p.patch
	patches.suse/bnxt_en-Use-PAGE_SIZE-to-init-buffer-when-multi-buff.patch
	patches.suse/bnxt_en-set-missing-reload-flag-in-devlink-features.patch
	patches.suse/bnxt_en-fix-NQ-resource-accounting-during-vf-creatio.patch
	patches.suse/bnxt_en-fix-LRO-GRO_HW-features-in-ndo_fix_features-.patch
	patches.suse/ice-xsk-prohibit-usage-of-non-balanced-queue-id.patch
	patches.suse/ice-xsk-use-Rx-ring-s-XDP-ring-when-picking-NAPI-con.patch
	patches.suse/net-mlx5e-Properly-disable-vlan-strip-on-non-UL-reps.patch
	patches.suse/net-mlx5-LAG-fix-logic-over-MLX5_LAG_FLAG_NDEVS_READ.patch
	patches.suse/net-mlx5-Eswitch-Fix-forwarding-decision-to-uplink.patch
	patches.suse/net-mlx5-Disable-irq-when-locking-lag_lock.patch
	patches.suse/net-mlx5-Fix-cmd-error-logging-for-manage-pages-cmd.patch
	patches.suse/net-mlx5-Avoid-false-positive-lockdep-warning-by-add.patch
	patches.suse/net-mlx5e-Fix-wrong-application-of-the-LRO-state.patch
	patches.suse/net-mlx5e-TC-Add-missing-policer-validation.patch
	patches.suse/net-mlx5e-Fix-wrong-tc-flag-used-when-set-hw-tc-offl.patch
	patches.suse/net-mlx5-unlock-on-error-path-in-esw_vfs_changed_eve.patch
	patches.suse/net-mlx5e-kTLS-Use-_safe-iterator-in-mlx5e_tls_priv_.patch
	patches.suse/net-mlx5e-Fix-use-after-free-in-mlx5e_fs_init.patch
	patches.suse/net-mlx5-Unlock-on-error-in-mlx5_sriov_enable.patch
	patches.suse/af_key-Do-not-call-xfrm_probe_algs-in-parallel.patch
	patches.suse/ratelimit-Fix-data-races-in-___ratelimit.patch
	patches.suse/netfilter-nf_tables-disallow-binding-to-already-boun.patch
	patches.suse/ixgbe-stop-resetting-SYSTIME-in-ixgbe_ptp_start_cycl.patch
	patches.suse/i40e-Fix-incorrect-address-type-for-IPv6-flow-rules.patch
	patches.suse/scsi-qla2xxx-Disable-ATIO-interrupt-coalesce-for-qua.patch
	patches.suse/loop-Check-for-overflow-while-configuring-loop.patch
	patches.suse/md-call-__md_stop_writes-in-md_stop.patch
	patches.suse/drm-gem-Fix-GEM-handle-release-errors.patch
	patches.suse/nouveau-explicitly-wait-on-the-fence-in-nouveau_bo_m.patch
	patches.suse/drm-amdgpu-Move-psp_xgmi_terminate-call-from-amdgpu_.patch
	patches.suse/drm-amdgpu-Check-num_gfx_rings-for-gfx-v9_0-rb-setup.patch
	patches.suse/drm-radeon-add-a-force-flush-to-delay-work-when-rade.patch
	patches.suse/drm-amdgpu-mmVM_L2_CNTL3-register-not-initialized-co.patch
	patches.suse/arm64-Fix-match_list-for-erratum-1286807-on-Arm-Cort.patch
	patches.suse/arm64-fix-rodata-full.patch
	patches.suse/fbdev-fb_pm2fb-Avoid-potential-divide-by-zero-error.patch
	patches.suse/fbdev-chipsfb-Add-missing-pci_disable_device-in-chip.patch
	patches.suse/fbdev-fbcon-Properly-revert-changes-when-vc_resize-f.patch
	patches.suse/xen-privcmd-fix-error-exit-of-privcmd_ioctl_dm_op.patch
	patches.suse/s390-fix-double-free-of-GS-and-RI-CBs-on-fork-failure
	patches.suse/s390-mm-do-not-trigger-write-fault-when-vma-does-not-allow-VM_WRITE
	patches.suse/ACPI-processor-Remove-freq-Qos-request-for-all-CPUs.patch
	patches.suse/btrfs-fix-space-cache-corruption-and-potential-doubl.patch
	patches.suse/asm-generic-sections-refactor-memory_intersects.patch
	patches.suse/HID-steam-Prevent-NULL-pointer-dereference-in-steam_.patch
	patches.suse/HID-asus-ROG-NKey-Ignore-portion-of-0x5a-report.patch
	patches.suse/HID-ishtp-hid-clientHID-ishtp-hid-client-Fix-comment.patch
	patches.suse/hid-intel-ish-hid-ishtp-Fix-ishtp-client-sending-dis.patch
	patches.suse/HID-thrustmaster-Add-sparco-wheel-and-fix-array-leng.patch
	patches.suse/HID-AMD_SFH-Add-a-DMI-quirk-entry-for-Chromebooks.patch
	patches.suse/HID-add-Lenovo-Yoga-C630-battery-quirk.patch
	patches.suse/mm-rmap-Fix-anon_vma-degree-ambiguity-leading-to-double-reuse.patch
	patches.suse/ALSA-seq-oss-Fix-data-race-for-max_midi_devs-access.patch
	patches.suse/ALSA-seq-Fix-data-race-at-module-auto-loading.patch
	patches.suse/ALSA-hda-intel-nhlt-Correct-the-handling-of-fmt_conf.patch
	patches.suse/ALSA-hda-realtek-Add-speaker-AMP-init-for-Samsung-la.patch
	patches.suse/ALSA-usb-audio-Add-quirk-for-LH-Labs-Geek-Out-HD-Aud.patch
	patches.suse/wifi-mac80211-Fix-UAF-in-ieee80211_scan_rx.patch
	patches.suse/wifi-mac80211-Don-t-finalize-CSA-in-IBSS-mode-if-sta.patch
	patches.suse/wifi-cfg80211-debugfs-fix-return-type-in-ht40allow_m.patch
	patches.suse/bpf-Don-t-use-tnum_range-on-array-range-checking-for.patch
	patches.suse/Bluetooth-L2CAP-Fix-build-errors-in-some-archs.patch
	patches.suse/tg3-Disable-tg3-device-on-system-reboot-to-avoid-tri.patch
	patches.suse/ieee802154-adf7242-defer-destroy_workqueue-call.patch
	patches.suse/ieee802154-cc2520-add-rc-code-in-cc2520_tx.patch
	patches.suse/ethernet-rocker-fix-sleep-in-atomic-context-bug-in-n.patch
	patches.suse/kcm-fix-strp_init-order-and-cleanup.patch
	patches.suse/platform-x86-pmc_atom-Fix-SLP_TYPx-bitfield-mask.patch
	patches.suse/platform-surface-aggregator_registry-Add-support-for-84b8e403435c.patch
	patches.suse/platform-x86-acer-wmi-Acer-Aspire-One-AOD270-Packard.patch
	patches.suse/musb-fix-USB_MUSB_TUSB6010-dependency.patch
	patches.suse/usb-typec-tcpm-Return-ENOTSUPP-for-power-supply-prop.patch
	patches.suse/usb-storage-Add-ignore-residue-quirk-for-NXP-PN7462A.patch
	patches.suse/usb-dwc3-qcom-fix-use-after-free-on-runtime-PM-wakeu.patch
	patches.suse/usb-typec-intel_pmc_mux-Add-new-ACPI-ID-for-Meteor-L.patch
	patches.suse/usb-dwc3-pci-Add-support-for-Intel-Raptor-Lake.patch
	patches.suse/usb-dwc3-gadget-Avoid-duplicate-requests-to-enable-R.patch
	patches.suse/usb-typec-altmodes-displayport-correct-pin-assignmen.patch
	patches.suse/usb-xhci-mtk-relax-TT-periodic-bandwidth-allocation.patch
	patches.suse/usb-gadget-f_uac2-fix-superspeed-transfer.patch
	patches.suse/USB-cdc-acm-Add-Icom-PMR-F3400-support-0c26-0020.patch
	patches.suse/thunderbolt-Use-the-actual-buffer-in-tb_async_error.patch
	patches.suse/usb-add-quirks-for-Lenovo-OneLink-Dock.patch
	patches.suse/usb-dwc3-disable-USB-core-PHY-management.patch
	patches.suse/usb-gadget-udc-xilinx-replace-memcpy-with-memcpy_toi.patch
	patches.suse/usb-dwc2-fix-wrong-order-of-phy_power_on-and-phy_ini.patch
	patches.suse/USB-core-Prevent-nested-device-reset-calls.patch
	patches.suse/media-mceusb-Use-new-usb_control_msg_-routines.patch
	patches.suse/usb-gadget-mass_storage-Fix-cdrom-data-transfers-on-.patch
	patches.suse/usb-cdns3-fix-incorrect-handling-TRB_SMM-flag-for-IS.patch
	patches.suse/usb-cdns3-fix-issue-with-rearming-ISO-OUT-endpoint.patch
	patches.suse/Revert-usb-add-quirks-for-Lenovo-OneLink-Dock.patch
	patches.suse/USB-serial-option-add-support-for-OPPO-R11-diag-port.patch
	patches.suse/USB-serial-option-add-Quectel-EM060K-modem.patch
	patches.suse/USB-serial-ftdi_sio-add-Omron-CS1W-CIF31-device-id.patch
	patches.suse/USB-serial-option-add-support-for-Cinterion-MV32-WA--8ffe20d08f2c.patch
	patches.suse/USB-serial-cp210x-add-Decagon-UCA-device-id.patch
	patches.suse/USB-serial-ch341-fix-lost-character-on-LCR-updates.patch
	patches.suse/USB-serial-ch341-fix-disabled-rx-timer-on-older-devi.patch
	patches.suse/usb-storage-Add-ASUS-0x0b05-0x1932-to-IGNORE_UAS.patch
	patches.suse/Revert-usb-gadget-udc-xilinx-replace-memcpy-with-mem.patch
	patches.suse/iio-adc-mcp3911-make-use-of-the-sign-bit.patch
	patches.suse/iio-adc-mcp3911-use-correct-formula-for-AD-conversio.patch
	patches.suse/iio-ad7292-Prevent-regulator-double-disable.patch
	patches.suse/misc-fastrpc-fix-memory-corruption-on-probe.patch
	patches.suse/misc-fastrpc-fix-memory-corruption-on-open.patch
	patches.suse/soundwire-qcom-fix-device-status-array-range.patch
	patches.suse/driver-core-Don-t-probe-devices-after-bus_type.match.patch
	patches.suse/drm-i915-reg-Fix-spelling-mistake-Unsupport-Unsuppor.patch
	patches.suse/drm-i915-display-avoid-warnings-when-registering-dua.patch
	patches.suse/drm-amd-amdgpu-skip-ucode-loading-if-ucode_size-0.patch
	patches.suse/drm-msm-dsi-fix-the-inconsistent-indenting.patch
	patches.suse/drm-msm-dp-delete-DP_RECOVERED_CLOCK_OUT_EN-to-fix-t.patch
	patches.suse/drm-msm-dsi-Fix-number-of-regulators-for-msm8996_dsi.patch
	patches.suse/drm-msm-dsi-Fix-number-of-regulators-for-SDM660.patch
	patches.suse/drm-msm-rd-Fix-FIFO-full-deadlock.patch
	patches.suse/drm-i915-fix-null-pointer-dereference.patch
	patches.suse/drm-i915-glk-ECS-Liva-Q2-needs-GLK-HDMI-port-timing-.patch
	patches.suse/drm-i915-Skip-wm-ddb-readout-for-disabled-pipes.patch
	patches.suse/mmc-core-Fix-UHS-I-SD-1.8V-workaround-branch.patch
	patches.suse/mmc-core-Fix-inconsistent-sd3_bus_mode-at-UHS-I-SD-v.patch
	patches.suse/mm-pagewalk-Fix-race-between-unmap-and-page-walker.patch
	patches.suse/hwmon-gpio-fan-Fix-array-out-of-bounds-access.patch
	patches.suse/clk-core-Honor-CLK_OPS_PARENT_ENABLE-for-clk-gate-op.patch
	patches.suse/clk-core-Fix-runtime-PM-sequence-in-clk_core_unprepa.patch
	patches.suse/clk-bcm-rpi-Fix-error-handling-of-raspberrypi_fw_get.patch
	patches.suse/clk-bcm-rpi-Prevent-out-of-bounds-access.patch
	patches.suse/Revert-clk-core-Honor-CLK_OPS_PARENT_ENABLE-for-clk-.patch
	patches.suse/staging-rtl8712-fix-use-after-free-bugs.patch
	patches.suse/vt-Clear-selection-before-changing-the-font.patch
	patches.suse/serial-fsl_lpuart-RS485-RTS-polariy-is-inverse.patch
	patches.suse/tty-serial-lpuart-disable-flow-control-while-waiting.patch
	patches.suse/tty-serial-atmel-Preserve-previous-USART-mode-if-RS4.patch
	patches.suse/tty-n_gsm-add-sanity-check-for-gsm-receive-in-gsm_re.patch
	patches.suse/tty-n_gsm-initialize-more-members-at-gsm_alloc_mux.patch
	patches.suse/tty-n_gsm-replace-kicktimer-with-delayed_work.patch
	patches.suse/tty-n_gsm-avoid-call-of-sleeping-functions-from-atom.patch
	patches.suse/Input-goodix-add-support-for-GT1158.patch
	patches.suse/Input-rk805-pwrkey-fix-module-autoloading.patch
	patches.suse/Input-goodix-add-compatible-string-for-GT1158.patch
	patches.suse/Input-iforce-wake-up-after-clearing-IFORCE_XMIT_RUNN.patch
	patches.suse/Input-iforce-add-support-for-Boeder-Force-Feedback-W.patch
	patches.suse/s390-hugetlb-fix-prepare_hugepage_range-check-for-2-GB-hugepages
	patches.suse/xen-blkback-Advertise-feature-persistent-as-user-req.patch
	patches.suse/xen-blkfront-Advertise-feature-persistent-as-user-re.patch
	patches.suse/xen-blkfront-Cache-feature_persistent-value-before-a.patch
	patches.suse/xen-grants-prevent-integer-overflow-in-gnttab_dma_al.patch
	patches.suse/gpio-mockup-remove-gpio-debugfs-when-remove-device.patch
	patches.suse/gpio-pca953x-Add-mutex_lock-for-regcache-sync-in-PM.patch
	patches.suse/KVM-VMX-Heed-the-msr-argument-in-msr_write_intercept.patch
	patches.suse/powerpc-papr_scm-Fix-nvdimm-event-mappings.patch
	patches.suse/powerpc-papr_scm-Ensure-rc-is-always-initialized-in-.patch
	patches.suse/ARM-dts-imx6qdl-kontron-samx6i-remove-duplicated-nod.patch
	patches.suse/ARM-dts-imx6qdl-kontron-samx6i-fix-spi-flash-compati.patch
	patches.suse/soc-imx-gpcv2-Assert-reset-before-ungating-clock.patch
	patches.suse/soc-brcmstb-pm-arm-Fix-refcount-leak-and-__iomem-lea.patch
	patches.suse/soc-fsl-select-FSL_GUTS-driver-for-DPIO.patch
	patches.suse/ARM-dts-at91-sama5d27_wlsom1-specify-proper-regulato.patch
	patches.suse/ARM-dts-at91-sama5d2_icp-specify-proper-regulator-ou.patch
	patches.suse/ARM-dts-at91-sama5d27_wlsom1-don-t-keep-ldo2-enabled.patch
	patches.suse/ARM-dts-at91-sama5d2_icp-don-t-keep-vdd_other-enable.patch
	patches.suse/efi-libstub-Disable-struct-randomization.patch
	patches.suse/efi-capsule-loader-Fix-use-after-free-in-efi_capsule.patch
	patches.suse/netfilter-nf_conntrack_irc-Fix-forged-IP-logic.patch
	patches.suse/xen-netback-only-remove-hotplug-status-when-the-vif-.patch
	patches.suse/wifi-iwlegacy-4965-corrected-fix-for-potential-off-b.patch
	patches.suse/wifi-mac80211_hwsim-check-length-for-virtio-packets.patch
	patches.suse/net-usb-qmi_wwan-add-Quectel-RM520N.patch
	patches.suse/regulator-core-Clean-up-on-enable-failure.patch
	patches.suse/regulator-pfuze100-Fix-the-global-out-of-bounds-acce.patch
	patches.suse/tracing-hold-caller_addr-to-hardirq_-enable-disable-_ip.patch
	patches.suse/ALSA-usb-audio-Inform-the-delayed-registration-more-.patch
	patches.suse/ALSA-usb-audio-Register-card-again-for-iface-over-de.patch
	patches.suse/ALSA-usb-audio-Split-endpoint-setups-for-hw_params-a.patch
	patches.suse/ALSA-aloop-Fix-random-zeros-in-capture-data-when-usi.patch
	patches.suse/ALSA-hda-sigmatel-Keep-power-up-while-beep-is-enable.patch
	patches.suse/ALSA-pcm-oss-Fix-race-at-SNDCTL_DSP_SYNC.patch
	patches.suse/ALSA-hda-sigmatel-Fix-unused-variable-warning-for-be.patch
	patches.suse/ALSA-hda-tegra-Align-BDL-entry-to-4KB-boundary.patch
	patches.suse/ALSA-usb-audio-Fix-an-out-of-bounds-bug-in-__snd_usb.patch
	patches.suse/ALSA-emu10k1-Fix-out-of-bounds-access-in-snd_emu10k1.patch
	patches.suse/ASoC-cs42l42-Only-report-button-state-if-there-was-a.patch
	patches.suse/ASoC-qcom-sm8250-add-missing-module-owner.patch
	patches.suse/ASoC-mchp-spdiftx-Fix-clang-Wbitfield-constant-conve.patch
	patches.suse/ASoC-nau8824-Fix-semaphore-unbalance-at-error-paths.patch
	patches.suse/vfio-type1-Unpin-zero-pages.patch
	patches.suse/drm-panfrost-devfreq-set-opp-to-the-recommended-one-.patch
	patches.suse/drm-i915-Implement-WaEdpLinkRateDataReload.patch
	patches.suse/nvme-tcp-fix-uaf-when-detecting-digest-errors.patch
	patches.suse/scsi-lpfc-Return-DID_TRANSPORT_DISRUPTED-instead-of-.patch
	patches.suse/scsi-lpfc-Add-missing-destroy_workqueue-in-error-pat.patch
	patches.suse/scsi-mpt3sas-Fix-use-after-free-warning.patch
	patches.suse/hwmon-tps23861-fix-byte-order-in-resistance-register.patch
	patches.suse/dt-bindings-hwmon-mr75203-fix-intel-vm-map-property-.patch
	patches.suse/hwmon-mr75203-fix-VM-sensor-allocation-when-intel-vm.patch
	patches.suse/hwmon-mr75203-update-pvt-v_num-and-vm_num-to-the-act.patch
	patches.suse/hwmon-mr75203-fix-voltage-equation-for-negative-sour.patch
	patches.suse/hwmon-mr75203-fix-multi-channel-voltage-reading.patch
	patches.suse/hwmon-mr75203-enable-polling-for-all-VM-channels.patch
	patches.suse/s390-boot-fix-absolute-zero-lowcore-corruption-on-boot
	patches.suse/s390-smp-enforce-lowcore-protection-on-CPU-restart
	patches.suse/docs-i2c-i2c-topology-fix-incorrect-heading.patch
	patches.suse/kbuild-disable-header-exports-for-UML-in-a-straightf.patch
	patches.suse/NFSv4-Turn-off-open-by-filehandle-and-NFS-re-export-.patch
	patches.suse/NFSv4.2-Update-mode-bits-after-ALLOCATE-and-DEALLOCA.patch
	patches.suse/Revert-SUNRPC-Remove-unreachable-error-condition.patch
	patches.suse/of-fdt-fix-off-by-one-error-in-unflatten_dt_nodes.patch
	patches.suse/of-device-Fix-up-of_dma_configure_id-stub.patch
	patches.suse/drm-amd-pm-disable-BACO-entry-exit-completely-on-sev.patch
	patches.suse/drm-amdgpu-use-dirty-framebuffer-helper.patch
	patches.suse/drm-amd-display-Limit-user-regamma-to-a-valid-value.patch
	patches.suse/drm-amd-display-Reduce-number-of-arguments-of-dml31-.patch
	patches.suse/drm-amd-display-Reduce-number-of-arguments-of-dml31--21485d3da659.patch
	patches.suse/drm-amd-display-Mark-dml30-s-UseMinimumDCFCLK-as-noi.patch
	patches.suse/drm-amdgpu-move-nbio-ih_doorbell_range-into-ih-code-.patch
	patches.suse/drm-amdgpu-move-nbio-sdma_doorbell_range-into-sdma-c.patch
	patches.suse/drm-amdgpu-make-sure-to-init-common-IP-before-gmc.patch
	patches.suse/drm-meson-Correct-OSD1-global-alpha-value.patch
	patches.suse/drm-meson-Fix-OSD1-RGB-to-YCbCr-coefficient.patch
	patches.suse/drm-gma500-Fix-BUG-sleeping-function-called-from-inv.patch
	patches.suse/drm-rockchip-Fix-return-type-of-cdn_dp_connector_mod.patch
	patches.suse/pinctrl-qcom-sc8180x-Fix-gpio_wakeirq_map.patch
	patches.suse/pinctrl-qcom-sc8180x-Fix-wrong-pin-numbers.patch
	patches.suse/pinctrl-sunxi-Fix-name-for-A100-R_PIO.patch
	patches.suse/gpio-mpc8xxx-Fix-support-for-IRQ_TYPE_LEVEL_LOW-flow.patch
	patches.suse/ALSA-hda-Fix-hang-at-HD-audio-codec-unbinding-due-to.patch
	patches.suse/ALSA-hda-add-Intel-5-Series-3400-PCI-DID.patch
	patches.suse/ALSA-hda-tegra-set-depop-delay-for-tegra.patch
	patches.suse/ALSA-hda-realtek-Add-quirk-for-Huawei-WRT-WX9.patch
	patches.suse/ALSA-hda-Fix-Nvidia-dp-infoframe.patch
	patches.suse/ALSA-hda-realtek-Enable-4-speaker-output-Dell-Precis.patch
	patches.suse/ALSA-hda-realtek-Enable-4-speaker-output-Dell-Precis-1885ff13d4c4.patch
	patches.suse/ALSA-hda-realtek-Re-arrange-quirk-table-entries.patch
	patches.suse/ALSA-hda-realtek-Add-pincfg-for-ASUS-G513-HP-jack.patch
	patches.suse/ALSA-hda-realtek-Add-pincfg-for-ASUS-G533Z-HP-jack.patch
	patches.suse/ALSA-hda-realtek-Add-quirk-for-ASUS-GA503R-laptop.patch
	patches.suse/ALSA-hda-realtek-Add-a-quirk-for-HP-OMEN-16-8902-mut.patch
	patches.suse/ALSA-core-Fix-double-free-at-snd_card_new.patch
	patches.suse/Revert-ALSA-usb-audio-Split-endpoint-setups-for-hw_p.patch
	patches.suse/dmaengine-ti-k3-udma-private-Fix-refcount-leak-bug-i.patch
	patches.suse/gpio-mockup-fix-NULL-pointer-dereference-when-removi.patch
	patches.suse/gpiolib-cdev-Set-lineevent_state-irq-after-IRQ-regis.patch
	patches.suse/net-phy-aquantia-wait-for-the-suspend-resume-operati.patch
	patches.suse/msft-hv-2644-net-mana-Add-rmb-after-checking-owner-bits.patch
	patches.suse/batman-adv-Fix-hang-up-with-small-MTU-hard-interface.patch
	patches.suse/wifi-mt76-fix-reading-current-per-tid-starting-seque.patch
	patches.suse/gve-Fix-GFP-flags-when-allocing-pages-8ccac4edc8da.patch
	patches.suse/can-gs_usb-gs_can_open-fix-race-dev-can.state-condit.patch
	patches.suse/selftests-forwarding-add-shebang-for-sch_red.sh.patch
	patches.suse/firmware-arm_scmi-Harden-accesses-to-the-reset-domai.patch
	patches.suse/firmware-arm_scmi-Fix-the-asynchronous-reset-request.patch
	patches.suse/arm64-dts-rockchip-Pull-up-wlan-wake-on-Gru-Bob.patch
	patches.suse/arm64-dts-rockchip-Fix-typo-in-lisense-text-for-PX30.patch
	patches.suse/arm64-dts-rockchip-Set-RK3399-Gru-PCLK_EDP-to-24-MHz.patch
	patches.suse/arm64-dts-rockchip-Remove-enable-active-low-from-rk3.patch
	patches.suse/scsi-qla2xxx-Fix-memory-leak-in-__qlt_24xx_handle_ab.patch
	patches.suse/drm-amdgpu-don-t-register-a-dirty-callback-for-non-a.patch
	patches.suse/drm-mediatek-dsi-Add-atomic-destroy-duplicate-_state.patch
	patches.suse/drm-mediatek-dsi-Move-mtk_dsi_stop-call-back-to-mtk_.patch
	patches.suse/drm-panel-simple-Fix-innolux_g121i1_l01-bus_format.patch
	patches.suse/KVM-x86-Inject-UD-on-emulated-XSETBV-if-XSAVES-isn-t.patch
	patches.suse/USB-core-Fix-RST-error-in-hub.c.patch
	patches.suse/usb-dwc3-core-leave-default-DMA-if-the-controller-do.patch
	patches.suse/thunderbolt-Add-support-for-Intel-Maple-Ridge-single.patch
	patches.suse/media-flexcop-usb-fix-endpoint-type-check.patch
	patches.suse/USB-serial-option-add-Quectel-BG95-0x0203-compositio.patch
	patches.suse/USB-serial-option-add-Quectel-RM520N.patch
	patches.suse/arm64-topology-fix-possible-overflow-in-amu_fie_setu.patch
	patches.suse/workqueue-don-t-skip-lockdep-work-dependency-in-canc.patch
	patches.suse/cgroup-cgroup_get_from_id-must-check-the-looked-up-kn-is-a-directory.patch
	patches.suse/serial-Create-uart_xmit_advance.patch
	patches.suse/serial-tegra-Use-uart_xmit_advance-fixes-icount.tx-a.patch
	patches.suse/serial-tegra-tcu-Use-uart_xmit_advance-fixes-icount..patch
	patches.suse/serial-fsl_lpuart-Reset-prior-to-registration.patch
	patches.suse/Makefile.debug-re-enable-debug-info-for-.S-files.patch
	patches.suse/i2c-imx-If-pm_runtime_get_sync-returned-1-device-acc.patch
	patches.suse/i2c-mlxbf-incorrect-base-address-passed-during-io-wr.patch
	patches.suse/i2c-mlxbf-prevent-stack-overflow-in-mlxbf_i2c_smbus_.patch
	patches.suse/i2c-mlxbf-Fix-frequency-calculation.patch
	patches.suse/ASoC-imx-card-Fix-refcount-issue-with-of_node_put.patch
	patches.suse/ASoC-tas2770-Reinit-regcache-on-reset.patch
	patches.suse/ARM-dts-am33xx-Fix-MMCHS0-dma-properties.patch
	patches.suse/soc-sunxi-sram-Actually-claim-SRAM-regions.patch
	patches.suse/soc-sunxi-sram-Prevent-the-driver-from-being-unbound.patch
	patches.suse/soc-sunxi-sram-Fix-probe-function-ordering-issues.patch
	patches.suse/soc-sunxi-sram-Fix-debugfs-info-for-A64-SRAM-C.patch
	patches.suse/ARM-dts-integrator-Tag-PCI-host-with-device_type.patch
	patches.suse/arm64-dts-qcom-sm8350-fix-UFS-PHY-serdes-size.patch
	patches.suse/reset-imx7-Fix-the-iMX8MP-PCIe-PHY-PERST-support.patch
	patches.suse/mmc-moxart-fix-4-bit-bus-width-and-remove-8-bit-bus-.patch
	patches.suse/Revert-firmware-arm_scmi-Add-clock-management-to-the.patch
	patches.suse/mmc-hsq-Fix-data-stomping-during-mmc-recovery.patch
	patches.suse/libata-add-ATA_HORKAGE_NOLPM-for-Pioneer-BDR-207M-an.patch
	patches.suse/Input-melfas_mip4-fix-return-value-check-in-mip4_pro.patch
	patches.suse/Input-iqs62x-keys-drop-unused-device-node-references.patch
	patches.suse/Input-snvs_pwrkey-fix-SNVS_HPVIDR1-register-address.patch
	patches.suse/usbnet-Fix-memory-leak-in-usbnet_disconnect.patch
	patches.suse/net-phy-Don-t-WARN-for-PHY_UP-state-in-mdio_bus_phy_.patch
	patches.suse/selftests-Fix-the-if-conditions-of-in-test_extra_fil.patch
	patches.suse/net-usb-qmi_wwan-Add-new-usb-id-for-Dell-branded-EM7.patch
	patches.suse/wifi-mac80211-fix-regression-with-non-QoS-drivers.patch
	patches.suse/drm-bridge-lt8912b-add-vsync-hsync.patch
	patches.suse/drm-bridge-lt8912b-set-hdmi-or-dvi-mode.patch
	patches.suse/drm-bridge-lt8912b-fix-corrupted-image-output.patch
	patches.suse/Revert-drm-bridge-analogix-dp-add-panel-prepare-unpr.patch
	patches.suse/drm-i915-gt-Restrict-forced-preemption-to-the-active.patch
	patches.suse/gpio-mvebu-Fix-check-for-pwm-support-on-non-A8K-plat.patch
	patches.suse/clk-ingenic-tcu-Properly-enable-registers-before-acc.patch
	patches.suse/clk-imx-imx6sx-remove-the-SET_RATE_PARENT-flag-for-Q.patch
	patches.suse/clk-iproc-Do-not-rely-on-node-name-for-correct-PLL-s.patch
	patches.suse/media-v4l2-compat-ioctl32.c-zero-buffer-passed-to-v4.patch
	patches.suse/media-dvb_vb2-fix-possible-out-of-bound-access.patch
	patches.suse/media-rkvdec-Disable-H.264-error-detection.patch
	patches.suse/thunderbolt-Explicitly-reset-plug-events-delay-back-.patch
	patches.suse/usb-typec-ucsi-Remove-incorrect-warning.patch
	patches.suse/uas-add-no-uas-quirk-for-Hiksemi-usb_disk.patch
	patches.suse/usb-storage-Add-Hiksemi-USB3-FW-to-IGNORE_UAS.patch
	patches.suse/uas-ignore-UAS-for-Thinkplus-chips.patch
	patches.suse/wifi-rtlwifi-8192de-correct-checking-of-IQK-reload.patch
	patches.suse/wifi-mac80211-allow-bw-change-during-channel-switch-.patch
	patches.suse/net-thunderbolt-Enable-DMA-paths-only-after-rings-ar.patch
	patches.suse/wifi-ath10k-add-peer-map-clean-up-for-peer-delete-in.patch
	patches.suse/wifi-rtl8xxxu-tighten-bounds-checking-in-rtl8xxxu_re.patch
	patches.suse/wifi-rtw88-add-missing-destroy_workqueue-on-error-pa.patch
	patches.suse/can-rx-offload-can_rx_offload_init_queue-fix-typo.patch
	patches.suse/wifi-rtl8xxxu-Fix-skb-misuse-in-TX-queue-selection.patch
	patches.suse/wifi-rtl8xxxu-gen2-Fix-mistake-in-path-B-IQ-calibrat.patch
	patches.suse/wifi-rtl8xxxu-Remove-copy-paste-leftover-in-gen2_upd.patch
	patches.suse/mwifiex-fix-sleep-in-atomic-context-bugs-caused-by-d.patch
	patches.suse/wifi-mt76-sdio-fix-transmitting-packet-hangs.patch
	patches.suse/wifi-mt76-mt7615-add-mt7615_mutex_acquire-release-in.patch
	patches.suse/wifi-mt76-mt7915-do-not-check-state-before-configuri.patch
	patches.suse/wifi-ath11k-fix-number-of-VHT-beamformee-spatial-str.patch
	patches.suse/wifi-rtl8xxxu-Fix-AIFS-written-to-REG_EDCA_-_PARAM.patch
	patches.suse/wifi-rtl8xxxu-Improve-rtl8xxxu_queue_select.patch
	patches.suse/Bluetooth-btusb-mediatek-fix-WMT-failure-during-runt.patch
	patches.suse/Bluetooth-hci_-ldisc-serdev-check-percpu_init_rwsem-.patch
	patches.suse/Bluetooth-hci_core-Fix-not-handling-link-timeouts-pr.patch
	patches.suse/vhost-vsock-Use-kvmalloc-kvfree-for-larger-packets.patch
	patches.suse/eth-alx-take-rtnl_lock-on-resume.patch
	patches.suse/mISDN-fix-use-after-free-bugs-in-l1oip-timer-handler.patch
	patches.suse/net-wwan-iosm-Call-mutex_init-before-locking-it.patch
	patches.suse/i2c-mlxbf-support-lock-mechanism.patch
	patches.suse/hwmon-gsc-hwmon-Call-of_node_get-before-of_find_xxx-.patch
	patches.suse/hwmon-pmbus-mp2888-Fix-sensors-readouts-for-MPS-Mult.patch
	patches.suse/regulator-qcom_rpm-Fix-circular-deferral-regression.patch
	patches.suse/spi-mt7621-Fix-an-error-message-in-mt7621_spi_probe.patch
	patches.suse/spi-qup-add-missing-clk_disable_unprepare-on-error-i.patch
	patches.suse/spi-qup-add-missing-clk_disable_unprepare-on-error-i-494a22765ce4.patch
	patches.suse/spi-meson-spicc-do-not-rely-on-busy-flag-in-pow2-clk.patch
	patches.suse/spi-dw-Fix-PM-disable-depth-imbalance-in-dw_spi_bt1_.patch
	patches.suse/spi-omap100k-Fix-PM-disable-depth-imbalance-in-omap1.patch
	patches.suse/spi-s3c64xx-Fix-large-transfers-with-DMA.patch
	patches.suse/mmc-au1xmmc-Fix-an-error-handling-path-in-au1xmmc_pr.patch
	patches.suse/mmc-wmt-sdmmc-Fix-an-error-handling-path-in-wmt_mci_.patch
	patches.suse/platform-chrome-cros_ec_proto-Update-version-on-GET_.patch
	patches.suse/platform-chrome-fix-double-free-in-chromeos_laptop_p.patch
	patches.suse/platform-chrome-fix-memory-corruption-in-ioctl.patch
	patches.suse/platform-chrome-cros_ec_typec-Correct-alt-mode-index.patch
	patches.suse/platform-x86-asus-wmi-Document-the-dgpu_disable-sysf.patch
	patches.suse/platform-x86-asus-wmi-Document-the-egpu_enable-sysfs.patch
	patches.suse/platform-x86-asus-wmi-Document-the-panel_od-sysfs-at.patch
	patches.suse/platform-x86-msi-laptop-Fix-old-ec-check-for-backlig.patch
	patches.suse/platform-x86-msi-laptop-Fix-resource-cleanup.patch
	patches.suse/drm-bridge-adv7511-fix-CEC-power-down-control-regist.patch
	patches.suse/drm-nouveau-fix-a-use-after-free-in-nouveau_gem_prim.patch
	patches.suse/drm-bridge-Avoid-uninitialized-variable-warning.patch
	patches.suse/drm-mipi-dsi-Detach-devices-when-removing-the-host.patch
	patches.suse/drm-virtio-Unlock-reservations-on-virtio_gpu_object_.patch
	patches.suse/drm-bridge-parade-ps8640-Fix-regulator-supply-order.patch
	patches.suse/drm-udl-Replace-semaphore-with-a-simple-wait-queue.patch
	patches.suse/drm-udl-Sync-pending-URBs-at-suspend-disconnect.patch
	patches.suse/drm-udl-Kill-pending-URBs-at-suspend-and-disconnect.patch
	patches.suse/drm-udl-Replace-BUG_ON-with-WARN_ON.patch
	patches.suse/drm-pl111-Add-of_node_put-when-breaking-out-of-for_e.patch
	patches.suse/drm-msm-Make-.remove-and-.shutdown-HW-shutdown-consi.patch
	patches.suse/drm-fix-drm_mipi_dbi-build-errors.patch
	patches.suse/drm-bridge-megachips-Fix-a-null-pointer-dereference-.patch
	patches.suse/drm-scheduler-quieten-kernel-doc-warnings.patch
	patches.suse/drm-amdgpu-add-missing-pci_disable_device-in-amdgpu_.patch
	patches.suse/dt-bindings-display-msm-dpu-sc7180-add-missing-DPU-o.patch
	patches.suse/dt-bindings-display-msm-dpu-sdm845-add-missing-DPU-o.patch
	patches.suse/drm-msm-dpu-index-dpu_kms-hw_vbif-using-vbif_idx.patch
	patches.suse/drm-msm-dpu-Fix-comment-typo.patch
	patches.suse/drm-msm-dp-Silence-inconsistent-indent-warning.patch
	patches.suse/drm-msm-dp-correct-1.62G-link-rate-at-dp_catalog_ctr.patch
	patches.suse/drm-omap-dss-Fix-refcount-leak-bugs.patch
	patches.suse/drm-udl-Restore-display-mode-on-resume.patch
	patches.suse/drm-udl-Add-reset_resume.patch
	patches.suse/drm-udl-Enable-damage-clipping.patch
	patches.suse/Revert-drm-udl-Kill-pending-URBs-at-suspend-and-disc.patch
	patches.suse/drm-udl-Suppress-error-print-for-EPROTO-at-URB-compl.patch
	patches.suse/drm-udl-Increase-the-default-URB-list-size-to-20.patch
	patches.suse/drm-udl-Drop-unneeded-alignment.patch
	patches.suse/drm-udl-Fix-potential-URB-leaks.patch
	patches.suse/drm-udl-Fix-inconsistent-urbs.count-value-during-udl.patch
	patches.suse/drm-udl-Don-t-re-initialize-stuff-at-retrying-the-UR.patch
	patches.suse/drm-udl-Sync-pending-URBs-at-the-end-of-suspend.patch
	patches.suse/ASoC-wcd9335-fix-order-of-Slimbus-unprepare-disable.patch
	patches.suse/ASoC-wcd934x-fix-order-of-Slimbus-unprepare-disable.patch
	patches.suse/ALSA-asihpi-Remove-useless-code-in-hpi_meter_get_pea.patch
	patches.suse/ALSA-dmaengine-increment-buffer-pointer-atomically.patch
	patches.suse/ALSA-hda-realtek-Add-quirk-for-HP-Zbook-Firefly-14-G.patch
	patches.suse/ALSA-hda-realtek-More-robust-component-matching-for-.patch
	patches.suse/ALSA-usb-audio-Fix-NULL-dererence-at-error-path.patch
	patches.suse/ALSA-usb-audio-Fix-potential-memory-leaks.patch
	patches.suse/ALSA-hda-hdmi-Don-t-skip-notification-handling-durin.patch
	patches.suse/ALSA-hda-Fix-position-reporting-on-Poulsbo.patch
	patches.suse/ASoC-mt6359-fix-tests-for-platform_get_irq-failure.patch
	patches.suse/ASoC-fsl_sai-Remove-unnecessary-FIFO-reset-in-ISR.patch
	patches.suse/ASoC-tas2764-Allow-mono-streams.patch
	patches.suse/ASoC-tas2764-Drop-conflicting-set_bias_level-power-s.patch
	patches.suse/ASoC-tas2764-Fix-mute-unmute.patch
	patches.suse/ASoC-rsnd-Add-check-for-rsnd_mod_power_on.patch
	patches.suse/ASoC-wm_adsp-Handle-optional-legacy-support.patch
	patches.suse/ASoC-eureka-tlv320-Hold-reference-returned-from-of_f.patch
	patches.suse/ASoC-da7219-Fix-an-error-handling-path-in-da7219_reg.patch
	patches.suse/ASoC-codecs-tx-macro-fix-kcontrol-put.patch
	patches.suse/ASoC-wm8997-Fix-PM-disable-depth-imbalance-in-wm8997.patch
	patches.suse/ASoC-wm5110-Fix-PM-disable-depth-imbalance-in-wm5110.patch
	patches.suse/ASoC-wm5102-Fix-PM-disable-depth-imbalance-in-wm5102.patch
	patches.suse/ASoC-mt6660-Fix-PM-disable-depth-imbalance-in-mt6660.patch
	patches.suse/ARM-defconfig-clean-up-multi_v4t-and-multi_v5-config.patch
	patches.suse/ARM-defconfig-drop-CONFIG_SERIAL_OMAP-references.patch
	patches.suse/ARM-defconfig-drop-CONFIG_PTP_1588_CLOCK-y.patch
	patches.suse/ARM-defconfig-drop-CONFIG_USB_FSL_USB2.patch
	patches.suse/memory-pl353-smc-Fix-refcount-leak-bug-in-pl353_smc_.patch
	patches.suse/memory-of-Fix-refcount-leak-bug-in-of_get_ddr_timing.patch
	patches.suse/memory-of-Fix-refcount-leak-bug-in-of_lpddr3_get_ddr.patch
	patches.suse/soc-qcom-smsm-Fix-refcount-leak-bugs-in-qcom_smsm_pr.patch
	patches.suse/soc-qcom-smem_state-Add-refcounting-for-the-state-of.patch
	patches.suse/ARM-dts-imx6qdl-kontron-samx6i-hook-up-DDC-i2c-bus.patch
	patches.suse/arm64-dts-ti-k3-j7200-fix-main-pinmux-range.patch
	patches.suse/arm64-dts-qcom-sc7280-Cleanup-the-lpasscc-node.patch
	patches.suse/ARM-dts-turris-omnia-Fix-mpp26-pin-name-and-comment.patch
	patches.suse/ARM-dts-kirkwood-lsxl-fix-serial-line.patch
	patches.suse/ARM-dts-kirkwood-lsxl-remove-first-ethernet-port.patch
	patches.suse/ARM-dts-armada-38x-Add-gpio-ranges-for-pin-muxing.patch
	patches.suse/ARM-dts-turris-omnia-Add-label-for-wan-port.patch
	patches.suse/ARM-dts-exynos-correct-s5k6a3-reset-polarity-on-Mida.patch
	patches.suse/ARM-dts-exynos-fix-polarity-of-VBUS-GPIO-of-Origen.patch
	patches.suse/ARM-Drop-CMDLINE_-dependency-on-ATAGS.patch
	patches.suse/arm64-ftrace-fix-module-PLTs-with-mcount.patch
	patches.suse/sbitmap-fix-possible-io-hung-due-to-lost-wakeup.patch
	patches.suse/sbitmap-Avoid-leaving-waitqueue-in-invalid-state-in-.patch
	patches.suse/nvme-restrict-management-ioctls-to-admin.patch
	patches.suse/nvme-ensure-subsystem-reset-is-single-threaded.patch
	patches.suse/ata-fix-ata_id_sense_reporting_enabled-and-ata_id_ha.patch
	patches.suse/ata-fix-ata_id_has_devslp.patch
	patches.suse/ata-fix-ata_id_has_ncq_autosense.patch
	patches.suse/ata-fix-ata_id_has_dipm.patch
	patches.suse/media-cedrus-Set-the-platform-driver-data-earlier.patch
	patches.suse/media-cedrus-Fix-endless-loop-in-cedrus_h265_skip_bi.patch
	patches.suse/media-meson-vdec-add-missing-clk_disable_unprepare-o.patch
	patches.suse/media-uvcvideo-Fix-memory-leak-in-uvc_gpio_parse.patch
	patches.suse/media-uvcvideo-Use-entity-get_cur-in-uvc_ctrl_set.patch
	patches.suse/media-xilinx-vipp-Fix-refcount-leak-in-xvip_graph_dm.patch
	patches.suse/hid-hid-logitech-hidpp-avoid-unnecessary-assignments.patch
	patches.suse/HID-multitouch-Add-memory-barriers.patch
	patches.suse/mfd-intel_soc_pmic-Fix-an-error-handling-path-in-int.patch
	patches.suse/mfd-fsl-imx25-Fix-an-error-handling-path-in-mx25_tsa.patch
	patches.suse/mfd-lp8788-Fix-an-error-handling-path-in-lp8788_prob.patch
	patches.suse/mfd-lp8788-Fix-an-error-handling-path-in-lp8788_irq_.patch
	patches.suse/mfd-fsl-imx25-Fix-check-for-platform_get_irq-errors.patch
	patches.suse/mfd-sm501-Add-check-for-platform_driver_register.patch
	patches.suse/HSI-omap_ssi-Fix-refcount-leak-in-ssi_probe.patch
	patches.suse/HSI-omap_ssi_port-Fix-dma_map_sg-error-check.patch
	patches.suse/remoteproc-imx_rproc-Simplify-some-error-message.patch
	patches.suse/mtd-devices-docg3-check-the-return-value-of-devm_ior.patch
	patches.suse/dt-bindings-mtd-intel-lgm-nand-Fix-compatible-string.patch
	patches.suse/dt-bindings-mtd-intel-lgm-nand-Fix-maximum-chip-sele.patch
	patches.suse/mtd-rawnand-intel-Read-the-chip-select-line-from-the.patch
	patches.suse/mtd-rawnand-intel-Remove-undocumented-compatible-str.patch
	patches.suse/mtd-rawnand-intel-Don-t-re-define-NAND_DATA_IFACE_CH.patch
	patches.suse/mtd-rawnand-fsl_elbc-Fix-none-ECC-mode.patch
	patches.suse/mtd-rawnand-meson-fix-bit-map-use-in-meson_nfc_ecc_c.patch
	patches.suse/mtd-rawnand-atmel-Unmap-streaming-DMA-mappings.patch
	patches.suse/scsi-lpfc-Fix-unsolicited-FLOGI-receive-handling-dur.patch
	patches.suse/scsi-lpfc-Fix-null-ndlp-ptr-dereference-in-abnormal-.patch
	patches.suse/scsi-lpfc-Rework-MIB-Rx-Monitor-debug-info-logic.patch
	patches.suse/scsi-lpfc-Add-warning-notification-period-to-CMF_SYN.patch
	patches.suse/scsi-lpfc-Remove-SANDiags-related-code.patch
	patches.suse/scsi-lpfc-Update-lpfc-version-to-14.2.0.6.patch
	patches.suse/scsi-lpfc-Copyright-updates-for-14.2.0.6-patches.patch
	patches.suse/scsi-qla2xxx-remove-unused-del_sess_list-field.patch
	patches.suse/scsi-qla2xxx-remove-unused-qlt_tmr_work.patch
	patches.suse/scsi-qla2xxx-always-wait-for-qlt_sess_work_fn-from.patch
	patches.suse/scsi-qla2xxx-avoid-flush_scheduled_work-usage.patch
	patches.suse/scsi-qla2xxx-log-message-skipping-scsi_scan_host-as.patch
	patches.suse/scsi-qla2xxx-revert-scsi-qla2xxx-fix-response-queue-handler.patch
	patches.suse/scsi-qla2xxx-fix-response-queue-handler-reading-stale-packets.patch
	patches.suse/scsi-qla2xxx-add-debugfs-create-delete-helpers.patch
	patches.suse/scsi-qla2xxx-add-nvme-parameters-support-in-auxiliary-image-status.patch
	patches.suse/scsi-qla2xxx-enhance-driver-tracing-with-separate-tunable-and-more.patch
	patches.suse/scsi-qla2xxx-define-static-symbols.patch
	patches.suse/scsi-qla2xxx-update-version-to-10.02.07.900-k.patch
	patches.suse/scsi-lpfc-remove-the-unneeded-result-variable.patch
	patches.suse/scsi-lpfc-remove-unneeded-result-variable.patch
	patches.suse/scsi-qla2xxx-drop-did_target_failure-use.patch
	patches.suse/scsi-qla2xxx-fix-spelling-mistake-definiton-definition.patch
	patches.suse/scsi-qla2xxx-remove-unused-declarations-for-qla2xxx.patch
	patches.suse/scsi-lpfc-fix-prli_fc4_req-checks-in-prli-handling.patch
	patches.suse/scsi-lpfc-fix-flogi-acc-with-wrong-sid-in-pt2pt-topology.patch
	patches.suse/scsi-lpfc-fix-mbuf-pool-resource-detected-as-busy-at-driver-unload.patch
	patches.suse/scsi-lpfc-add-missing-free-iocb-and-nlp-kref-put-for-early-return.patch
	patches.suse/scsi-lpfc-fix-multiple-nvme-remoteport-registration-calls-for-the.patch
	patches.suse/scsi-lpfc-move-scsi_host_template-outside-dynamically.patch
	patches.suse/scsi-lpfc-update-congestion-mode-logging-for-emulex-san-manager.patch
	patches.suse/scsi-lpfc-rename-mp-bmp-dma-buffers-to-rq-rsp-in-lpfc_fdmi_cmd.patch
	patches.suse/scsi-lpfc-rework-lpfc_fdmi_cmd-routine-for-cleanup-and.patch
	patches.suse/scsi-lpfc-rework-fdmi-attribute-registration-for-unintential.patch
	patches.suse/scsi-lpfc-add-reporting-capability-for-link-degrade-signaling.patch
	patches.suse/scsi-lpfc-fix-various-issues-reported-by-tools.patch
	patches.suse/scsi-lpfc-update-lpfc-version-to-14.2.0.7.patch
	patches.suse/scsi-stex-Properly-zero-out-the-passthrough-command-structure.patch
	patches.suse/dmaengine-hisilicon-Disable-channels-when-unregister.patch
	patches.suse/dmaengine-hisilicon-Fix-CQ-head-update.patch
	patches.suse/dmaengine-hisilicon-Add-multi-thread-support-for-a-D.patch
	patches.suse/dmaengine-mxs-use-platform_driver_register.patch
	patches.suse/dmaengine-ioat-stop-mod_timer-from-resurrecting-dele.patch
	patches.suse/dt-bindings-phy-qcom-qmp-fix-bogus-clock-cells-prope.patch
	patches.suse/dt-bindings-phy-qcom-qmp-usb3-dp-fix-bogus-clock-cel.patch
	patches.suse/phy-amlogic-phy-meson-axg-mipi-pcie-analog-Hold-refe.patch
	patches.suse/phy-qualcomm-call-clk_disable_unprepare-in-the-error.patch
	patches.suse/tty-xilinx_uartps-Fix-the-ignore_status.patch
	patches.suse/drivers-serial-jsm-fix-some-leaks-in-probe.patch
	patches.suse/tty-serial-fsl_lpuart-disable-dma-rx-tx-use-flags-in.patch
	patches.suse/serial-8250-Fix-restoring-termios-speed-after-suspen.patch
	patches.suse/usb-common-debug-Check-non-standard-control-requests.patch
	patches.suse/USB-hcd-pci-Drop-the-unused-id-parameter-from-usb_hc.patch
	patches.suse/USB-xhci-make-xhci_get_endpoint_address-static.patch
	patches.suse/USB-serial-console-move-mutex_unlock-before-usb_seri.patch
	patches.suse/xhci-dbc-Fix-memory-leak-in-xhci_alloc_dbc.patch
	patches.suse/xhci-Don-t-show-warning-for-reinit-on-known-broken-s.patch
	patches.suse/xhci-remove-unused-command-member-from-struct-xhci_h.patch
	patches.suse/xhci-remove-unused-lpm_failed_dev-member-from-struct.patch
	patches.suse/usb-gadget-function-fix-dangling-pnp_string-in-f_pri.patch
	patches.suse/usb-mon-make-mmapped-memory-read-only.patch
	patches.suse/USB-add-RESET_RESUME-quirk-for-NVIDIA-Jetson-devices.patch
	patches.suse/Revert-usb-storage-Add-quirk-for-Samsung-Fit-flash.patch
	patches.suse/usb-mtu3-fix-failed-runtime-suspend-in-host-only-mod.patch
	patches.suse/misc-ocxl-fix-possible-refcount-leak-in-afu_ioctl.patch
	patches.suse/virt-vbox-convert-to-use-dev_groups.patch
	patches.suse/fpga-prevent-integer-overflow-in-dfl_feature_ioctl_s.patch
	patches.suse/iio-adc-at91-sama5d2_adc-fix-AT91_SAMA5D2_MR_TRACKTI.patch
	patches.suse/iio-adc-at91-sama5d2_adc-check-return-status-for-pre.patch
	patches.suse/iio-adc-at91-sama5d2_adc-lock-around-oversampling-an.patch
	patches.suse/iio-adc-at91-sama5d2_adc-disable-prepare-buffer-on-s.patch
	patches.suse/iio-inkern-only-release-the-device-node-when-done-wi.patch
	patches.suse/iio-inkern-fix-return-value-in-devm_of_iio_channel_g.patch
	patches.suse/iio-ABI-Fix-wrong-format-of-differential-capacitance.patch
	patches.suse/iio-magnetometer-yas530-Change-data-type-of-hard_off.patch
	patches.suse/slimbus-qcom-ngd-use-correct-error-in-message-of-pdr.patch
	patches.suse/slimbus-qcom-ngd-cleanup-in-probe-error-path.patch
	patches.suse/firmware-google-Test-spinlock-on-panic-path-to-avoid.patch
	patches.suse/iio-dac-ad5593r-Fix-i2c-read-protocol-requirements.patch
	patches.suse/iio-ltc2497-Fix-reading-conversion-results.patch
	patches.suse/iio-adc-ad7923-fix-channel-readings-for-some-variant.patch
	patches.suse/spmi-pmic-arb-do-not-ack-and-clear-peripheral-interr.patch
	patches.suse/spmi-pmic-arb-correct-duplicate-APID-to-PPID-mapping.patch
	patches.suse/staging-vt6655-fix-some-erroneous-memory-clean-up-lo.patch
	patches.suse/clk-meson-Hold-reference-returned-by-of_get_parent.patch
	patches.suse/clk-oxnas-Hold-reference-returned-by-of_get_parent.patch
	patches.suse/clk-qoriq-Hold-reference-returned-by-of_get_parent.patch
	patches.suse/clk-berlin-Add-of_node_put-for-of_get_parent.patch
	patches.suse/clk-sprd-Hold-reference-returned-by-of_get_parent.patch
	patches.suse/clk-tegra-Fix-refcount-leak-in-tegra210_clock_init.patch
	patches.suse/clk-tegra-Fix-refcount-leak-in-tegra114_clock_init.patch
	patches.suse/clk-tegra20-Fix-refcount-leak-in-tegra20_clock_init.patch
	patches.suse/clk-ti-dra7-atl-Fix-reference-leak-in-of_dra7_atl_cl.patch
	patches.suse/clk-mediatek-mt8183-mfgcfg-Propagate-rate-changes-to.patch
	patches.suse/clk-ast2600-BCLK-comes-from-EPLL.patch
	patches.suse/clk-qcom-gcc-msm8916-use-ARRAY_SIZE-instead-of-speci.patch
	patches.suse/clk-qcom-apss-ipq6018-mark-apcs_alias0_core_clk-as-c.patch
	patches.suse/clk-imx-scu-fix-memleak-on-platform_device_add-fails.patch
	patches.suse/clk-vc5-Fix-5P49V6901-outputs-disabling-when-enablin.patch
	patches.suse/clk-baikal-t1-Fix-invalid-xGMAC-PTP-clock-divider.patch
	patches.suse/clk-baikal-t1-Add-shared-xGMAC-ref-ptp-clocks-intern.patch
	patches.suse/clk-baikal-t1-Add-SATA-internal-ref-clock-buffer.patch
	patches.suse/clk-bcm2835-fix-bcm2835_clock_rate_from_divisor-decl.patch
	patches.suse/mailbox-mpfs-fix-handling-of-the-reg-property.patch
	patches.suse/mailbox-mpfs-account-for-mbox-offsets-while-sending.patch
	patches.suse/mailbox-bcm-ferxrm-mailbox-Fix-error-check-for-dma_m.patch
	patches.suse/KVM-VMX-Inject-PF-on-ENCLS-as-emulated-PF.patch
	patches.suse/Revert-powerpc-rtas-Implement-reentrant-rtas-call.patch
	patches.suse/powerpc-pseries-vas-Pass-hw_cpu_id-to-node-associati.patch
	patches.suse/crypto-sahara-don-t-sleep-when-in-softirq.patch
	patches.suse/crypto-hisilicon-zip-fix-mismatch-in-get-set-sgl_sge.patch
	patches.suse/crypto-qat-fix-default-value-of-WDT-timer.patch
	patches.suse/crypto-akcipher-default-implementation-for-setting-a.patch
	patches.suse/crypto-ccp-Release-dma-channels-before-dmaengine-unr.patch
	patches.suse/crypto-inside-secure-Change-swab-to-swab32.patch
	patches.suse/Revert-crypto-qat-reduce-size-of-mapped-region.patch
	patches.suse/crypto-inside-secure-Replace-generic-aes-with-libaes.patch
	patches.suse/crypto-marvell-octeontx-prevent-integer-overflows.patch
	patches.suse/crypto-cavium-prevent-integer-overflow-loading-firmw.patch
	patches.suse/selftest-tpm2-Add-Client.__del__-to-close-dev-tpm-ha.patch
	patches.suse/dt-bindings-crypto-ti-sa2ul-drop-dma-coherent-proper.patch
	patches.suse/lib-sg_pool-change-module_init-sg_pool_init-to-subsy.patch
	patches.suse/ACPI-APEI-do-not-add-task_work-to-kernel-thread-to-a.patch
	patches.suse/Input-xpad-fix-wireless-360-controller-breaking-afte.patch
	patches.suse/Input-synaptics-rmi4-fix-firmware-update-operations-.patch
	patches.suse/Input-i8042-fix-refount-leak-on-sparc.patch
	patches.suse/pinctrl-armada-37xx-Add-missing-GPIO-only-pins.patch
	patches.suse/pinctrl-armada-37xx-Fix-definitions-for-MPP-pins-20-.patch
	patches.suse/pinctrl-armada-37xx-Checks-for-errors-in-gpio_reques.patch
	patches.suse/pinctrl-microchip-sgpio-Correct-the-fwnode_irq_get-r.patch
	patches.suse/i2c-designware-Fix-handling-of-real-but-unexpected-d.patch
	patches.suse/PCI-ASPM-Ignore-L1-PM-Substates-if-device-lacks-capa.patch
	patches.suse/PCI-ASPM-Correct-LTR_L1.2_THRESHOLD-computation.patch
	patches.suse/PCI-Fix-used_buses-calculation-in-pci_scan_child_bus.patch
	patches.suse/PCI-Sanitise-firmware-BAR-assignments-behind-a-PCI-P.patch
	patches.suse/dt-bindings-PCI-microchip-pcie-host-fix-missing-cloc.patch
	patches.suse/dt-bindings-PCI-microchip-pcie-host-fix-missing-dma-.patch
	patches.suse/PCI-mediatek-gen3-Change-driver-name-to-mtk-pcie-gen.patch

	# netdev/net
	patches.suse/ipv4-Handle-attempt-to-delete-multipath-route-when-f.patch

	########################################################
	# end of sorted patches
	########################################################

	########################################################
	# 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-pseries-mobility-notify-network-peers-after-.patch
	patches.suse/ahci-Add-Intel-Emmitsburg-PCH-RAID-PCI-IDs.patch
	patches.suse/nxp-nci-add-NXP1002-id.patch
	patches.suse/powerpc-kexec_file-Add-KEXEC_SIG-support.patch
	patches.suse/soc-fsl-dpio-fix-qbman-alignment-error-in-the-virtua.patch
	patches.suse/static_call-Use-non-function-types-to-refer-to-the-t.patch
	patches.suse/arm64-implement-support-for-static-call-trampolines.patch
	patches.suse/sched-preempt-Prepare-for-supporting-CONFIG_GENERIC_.patch
	patches.suse/arm64-Implement-IRQ-exit-preemption-static-call-for-.patch
	patches.suse/arm64-Implement-HAVE_PREEMPT_DYNAMIC.patch
	patches.suse/static_call-Fix-tools_headers.patch
	patches.suse/sched-preempt-Tell-about-PREEMPT_DYNAMIC-on-kernel-h.patch
	patches.suse/nvme-consider-also-host_iface-when-checking-ip-options.patch
	patches.suse/netfilter-nf_conntrack_irc-Tighten-matching-on-DCC-m.patch

	patches.suse/nvmet-expose-max-queues-to-configfs.patch
	patches.suse/nvme-tcp-handle-number-of-queue-changes.patch
	patches.suse/nvme-rdma-handle-number-of-queue-changes.patch

	patches.suse/watchdog-wdat_wdt-fix-min-max-timer-value.patch

	patches.suse/ice-Allow-operation-with-reduced-device-MSI-X.patch
	patches.suse/ppc64-kdump-Limit-kdump-base-to-512MB.patch
	patches.suse/media-dvb-core-Fix-UAF-due-to-refcount-races-at-rele.patch

	patches.suse/scsi-core-Add-BLIST_NO_ASK_VPD_SIZE-for-some-VDASD.patch
	patches.suse/fbdev-smscufx-Fix-use-after-free-in-ufx_ops_open.patch
	patches.suse/char-pcmcia-synclink_cs-Fix-use-after-free-in-mgslpc.patch
	patches.suse/misc-sgi-gru-fix-use-after-free-error-in-gru_set_con.patch

	########################################################
	# kbuild/module infrastructure fixes
	########################################################

	# SUSE specific build tweaks
	patches.suse/rpm-kernel-config
	patches.suse/revert-modpost-remove-get_next_text-and-make-grab-release_-file-s.patch
	patches.suse/add-suse-supported-flag.patch
	patches.suse/powerpc-security-mitigation-patching.sh-Support-X-ta.patch
	patches.suse/genksyms-add-override-flag.diff
	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/0001-oracleasm-4.0-compat-changes.patch
	patches.suse/oracleasm-reinstate-bio_map_user_iov-declaration-in-.patch
	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
	patches.suse/readahead-request-tunables.patch
	patches.suse/0002-kernel-smp-make-csdlock-timeout-depend-on-boot-param.patch

	# 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-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

	# ppc-probing: This was introduced for broken firmware on an
	# old machine. Given the installation base, hopefully the
	# firmware has been fixed. If it shows up during validation
	# testing, it can be re-added.
+mgorman	patches.suse/cpufreq-intel_pstate-Allow-unspecified-FADT-profile-to-probe-PPC.patch

	# bnc#1193353
	patches.suse/cpuidle-menu-Bias-selection-of-a-shallower-c-state-when-CPU-idles-for-IO.patch

	########################################################
	# Architecture specific patches
	########################################################

	# x86
	patches.suse/x86-apic-force-bigsmp-apic-on-IBM-EXA3-4.patch

	# s390x
+ptesarik +sp4_needs_review 	patches.suse/s390-sles15sp2-kdump-fix-out-of-memory-with-PCI.patch

	# ppc64
	patches.suse/powerpc-tm-Flip-the-HTM-switch-default-to-disabled.patch

	# ARM
	patches.suse/arm64-select-CPUMASK_OFFSTACK-if-NUMA.patch
	patches.suse/arm64-dts-s32g2-add-USDHC-support.patch
	patches.suse/arm64-set-UXN-on-swapper-page-tables.patch

	########################################################
	# Scheduler
	########################################################
	patches.suse/setuid-dumpable-wrongdir
	patches.suse/perf_timechart_fix_zero_timestamps.patch

	# Restore sysctls with a warning as they are removed upstream
	patches.suse/sched-Temporarily-restore-deprecated-scheduler-sysctls-with-a-warning.patch

	# bsc#1177399, bsc#1180347, bsc#1180141
	patches.suse/intel_idle-Disable-ACPI-_CST-on-Haswell.patch

	# Potential replacements for patches.suse/sched-optimize-latency-defaults-for-throughput.patch
+mgorman	patches.suse/sched-optimize-latency-defaults-for-throughput.patch
	patches.suse/sched-fair-Increase-wakeup_gran-if-current-task-has-not-executed-the-minimum-granularity.patch

	# bnc#1193175
	patches.suse/sched-fair-Revert-update_pick_idlest-Select-group-with-lowest-group_util-when-idle_cpus-are-equal.patch

	########################################################
	# Memory management
	########################################################
	patches.suse/memcg-deprecate-memory.force_empty-knob.patch
	patches.suse/mm-inform-about-enabling-mirrored-memory.patch
	patches.suse/0001-Reserve-64MiB-of-CMA-for-RPi3-s-VC4.patch
	patches.suse/mm-Warn-users-of-node-memory-hot-remove-if-the-memory-ratio-is-a-high-risk.patch
	patches.suse/mm-khugepaged-disable-thp-for-fs.patch

	########################################################
	# Filesystems
	########################################################

	# generic
	patches.suse/vfs-add-super_operations-get_inode_dev
	patches.suse/unsupported-features.patch
	patches.suse/procfs-add-tunable-for-fd-fdinfo-dentry-retention.patch
	patches.suse/fs-Avoid-leaving-freed-inode-on-dirty-list.patch
	patches.suse/mount-warn-only-once-about-timestamp-range-expiratio.patch

	# btrfs
	patches.suse/uapi-add-a-compatibility-layer-between-linux-uio-h-and-glibc
	patches.suse/btrfs-provide-super_operations-get_inode_dev
	patches.suse/btrfs-8447-serialize-subvolume-mounts-with-potentially-mi.patch
	patches.suse/btrfs-8888-add-allow_unsupported-module-parameter.patch
	patches.suse/btrfs-relocation-Work-around-dead-relocation-stage-l.patch

	# ext[2-4]
	patches.suse/ext4-dont-warn-when-enabling-DAX.patch
	patches.suse/ext4-unsupported-features.patch
	patches.suse/ext4-Fix-check-for-block-being-out-of-directory-size.patch

	# XFS
	patches.suse/xfs-remove-experimental-tag-for-dax-support.patch
	patches.suse/xfs-repair-malformed-inode-items-during-log-recovery.patch
	patches.suse/xfs-allow-mount-remount-when-stripe-width-alignment-.patch

	# reiserfs
	patches.suse/reiserfs-add-check-to-detect-corrupted-directory-entry.patch
	patches.suse/reiserfs-don-t-panic-on-bad-directory-entries.patch
	patches.suse/reiserfs-mark-read-write-mode-unsupported.patch

	# NFS
	patches.suse/0001-NFS-flush-out-dirty-data-on-file-fput.patch
	patches.suse/NFS-flush-dirty-data-on-fput-fix.patch
	patches.suse/mvfs-workaround.patch
	patches.suse/nfs-set-acl-perm.patch
	patches.suse/NFSv4.1-bc-request-hold-xprt-ref.patch
	patches.suse/NFS-only-invalidate-dentrys-that-are-clearly-invalid.patch
	patches.suse/MM-reclaim-mustn-t-enter-FS-for-swap-over-NFS.patch
	patches.suse/NFS-do-not-take-i_rwsem-for-swap-IO.patch
	patches.suse/NFS-move-generic_write_checks-call-from-nfs_file_dir.patch
	patches.suse/nfsd-prepare-for-supporting-admin-revocation-of-stat.patch
	patches.suse/nfsd-allow-open-state-ids-to-be-revoked-and-then-fre.patch
	patches.suse/nfsd-allow-lock-state-ids-to-be-revoked-and-then-fre.patch
	patches.suse/nfsd-allow-delegation-state-ids-to-be-revoked-and-th.patch
	patches.suse/nfsd-dont-revoke-v4-0-states.patch
	patches.suse/nfs-access-cache-no-negative.patch

	# other
	patches.suse/pstore_disable_efi_backend_by_default.patch

	########################################################
	# Block layer
	########################################################
	patches.suse/dm-mpath-leastpending-path-update
	patches.suse/dm-table-switch-to-readonly
	patches.suse/dm-mpath-no-partitions-feature
	patches.suse/md-display-timeout-error.patch
	patches.suse/md-raid0-fix-buffer-overflow-at-debug-print.patch

	########################################################
	# Networking core
	########################################################
	patches.suse/NFC-SUSE-specific-brutal-fix-for-runtime-PM.patch

	########################################################
	# BPF
	########################################################
	patches.suse/make-module-BTF-toggleable.patch

	# selftests
	patches.suse/bpf-selftests-adapt-bpf_iter_task_vma-to-got_inode_dev.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
	patches.suse/0001-security-lockdown-expose-a-hook-to-lock-the-kernel-down.patch
	patches.suse/0002-efi-Add-an-EFI_SECURE_BOOT-flag-to-indicate-secure-boot-mode.patch
	patches.suse/0003-efi-Lock-down-the-kernel-if-booted-in-secure-boot-mode.patch
	patches.suse/0004-efi-Lock-down-the-kernel-at-the-integrity-level-if-b.patch
	patches.suse/powerpc-lock-down-kernel-in-secure-boot-mode.patch
	patches.suse/arm64-lock-down-kernel-in-secure-boot-mode.patch
	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
	patches.suse/acpi-Disable-APEI-error-injection-if-the-kernel-is-lockeddown.patch

	# Using the hash in MOKx to blacklist kernel module, FATE#316531
	patches.suse/0001-MODSIGN-do-not-load-mok-when-secure-boot-disabled.patch
	patches.suse/0004-MODSIGN-checking-the-blacklisted-hash-before-loading.patch

	# Hibernation Signature Verification FATE#316350
	patches.suse/0001-security-create-hidden-area-to-keep-sensitive-data.patch
	patches.suse/0002-hibernate-avoid-the-data-in-hidden-area-to-be-snapsh.patch
	patches.suse/0005-efi-generate-secret-key-in-EFI-boot-environment.patch
	patches.suse/0006-efi-allow-user-to-regenerate-secret-key.patch
	patches.suse/0007-PM-hibernate-encrypt-hidden-area.patch
	patches.suse/0008-PM-hibernate-Generate-and-verify-signature-for-snaps.patch
	patches.suse/0009-PM-hibernate-prevent-EFI-secret-key-to-be-regenerate.patch
	patches.suse/0010-PM-hibernate-a-option-to-request-that-snapshot-image.patch
	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
	patches.suse/0001-efi-do-not-automatically-generate-secret-key.patch

	# FIPS
	patches.suse/0001-char-random-wire-up-userspace-interface-to-SP800-90B.patch
	patches.suse/0002-char-random-reinstantiate-DRBGs-once-optimized-sha51.patch
	patches.suse/0001-crypto-implement-downstream-solution-for-disabling-d.patch
	patches.suse/0002-crypto-populate-downstream-list-of-drivers-unapprove.patch
	patches.suse/crypto-ecdh-implement-FIPS-PCT.patch
	patches.suse/crypto-dh-call-dh_init-after-drbg_init-and-jent_mod_.patch
	patches.suse/0003-crypto-dh-optimize-domain-parameter-serialization-fo.patch
	patches.suse/0004-crypto-dh-introduce-RFC-7919-safe-prime-groups.patch
	patches.suse/0005-crypto-testmgr-add-DH-RFC-7919-ffdhe3072-test-vector.patch
	patches.suse/0006-crypto-dh-introduce-RFC-3526-safe-prime-groups.patch
	patches.suse/0007-crypto-testmgr-add-DH-RFC-3526-modp2048-test-vector.patch
	patches.suse/0008-crypto-testmgr-run-only-subset-of-DH-vectors-based-o.patch
	patches.suse/0009-crypto-dh-implement-private-key-generation-primitive.patch
	patches.suse/0010-crypto-dh-introduce-support-for-ephemeral-key-genera.patch
	patches.suse/0011-crypto-dh-introduce-support-for-ephemeral-key-genera.patch
	patches.suse/0012-crypto-dh-introduce-support-for-ephemeral-key-genera.patch
	patches.suse/0013-crypto-testmgr-add-DH-test-vectors-for-key-generatio.patch
	patches.suse/0014-lib-mpi-export-mpi_rshift.patch
	patches.suse/0015-crypto-dh-store-group-id-in-dh-generic-s-dh_ctx.patch
	patches.suse/0016-crypto-dh-calculate-Q-from-P-for-the-full-public-key.patch
	patches.suse/0017-crypto-dh-try-to-match-domain-parameters-to-a-known-.patch
	patches.suse/0018-crypto-dh-accept-only-approved-safe-prime-groups-in-.patch
	patches.suse/crypto-dh-implement-FIPS-PCT.patch
	patches.suse/crypto-xts-restrict-key-lengths-to-approved-values-i.patch
	patches.suse/crypto-seqiv-flag-instantiations-as-fips-compliant.patch
	patches.suse/crypto-testmgr-disable-plain-cbcmac-aes-in-FIPS-mode.patch
	patches.suse/crypto-testmgr-disable-plain-ghash-in-FIPS-mode.patch
	patches.suse/0002-crypto-HMAC---disallow-keys-112-bits-in-FIPS-mode.patch
	patches.suse/crypto-testmgr-enable-ecdsa-in-FIPS-mode.patch

	# NIAP PP_OS
	patches.suse/0001-X.509-Add-CodeSigning-extended-key-usage-parsing.patch
	patches.suse/0002-PKCS-7-Check-codeSigning-EKU-for-kernel-module-and-k.patch
	patches.suse/0003-modsign-Add-codeSigning-EKU-when-generating-X.509-ke.patch
	patches.suse/0004-Documentation-admin-guide-module-signing.rst-add-ope.patch

	########################################################
	# Virtualization
	########################################################
	patches.suse/suse-hv-guest-os-id.patch
	patches.suse/suse-hv-pci-multi-msi-reuse-IRTE.patch
	patches.suse/0001-kvm-Reintroduce-nopvspin-kernel-parameter.patch

	########################################################
	# Other core patches
	########################################################

	########################################################
	# PM
	########################################################
	patches.suse/ACPI-acpi_pad-Do-not-launch-acpi_pad-threads-on-idle-cpus.patch
	patches.suse/thermal-Add-a-sanity-check-for-invalid-state-at-stat.patch
	# Bug 1201308 - Partner-L3: HP Z2 G8 Workstation: supportconfig reboots on systool command
	patches.suse/thermal-int340x_thermal-handle-data_vault-when-the-v.patch
	patches.suse/ACPI-processor-idle-Practically-limit-Dummy-wait-wor.patch

	########################################################
	# DRM / Graphics
	########################################################
	patches.suse/0002-drm-ast-Create-the-driver-for-ASPEED-proprietory-Dis.patch
	patches.suse/0001-firmware-sysfb-Add-parameter-to-enable-sysfb-support.patch

	########################################################
	# Storage
	########################################################

	# SCSI
	patches.suse/scsi-retry-alua-transition-in-progress
	patches.suse/ata-Fix-racy-link-clearance.patch
	patches.suse/fcoe-reduce-max_sectors
	patches.suse/scsi-do-not-print-reservation-conflict-for-TEST-UNIT.patch
	patches.suse/sd-always-retry-READ-CAPACITY-for-ALUA-state-transit.patch
	patches.suse/drivers-base-implement-dev_enable_async_probe.patch
	patches.suse/scsi-add-disable_async_probing-module-argument.patch

	# CD-ROM
	patches.suse/cdrom-add-poll_event_interruptible.patch
	patches.suse/cdrom-factor-out-common-open_for_-code.patch
	patches.suse/cdrom-wait-for-the-tray-to-close.patch
	patches.suse/cdrom-export-autoclose-logic-as-a-separate-function.patch
+hare	patches.suse/bdev-add-open_finish.patch
	patches.suse/scsi-blacklist-add-VMware-ESXi-cdrom-broken-tray-emu.patch
+hare	patches.suse/scsi-sr-wait-for-the-medium-to-become-ready.patch

	# SES Ceph RBD backend for LIO
	patches.suse/rbd-export-some-functions-used-by-lio-rbd-backend.patch
	patches.suse/rbd-move-structs-used-by-lio-rbd-to-new-header.patch
	patches.suse/rbd-add-img_request-done-callback.patch
	patches.suse/rbd-add-lio-specific-data-area.patch
	patches.suse/target-add-rbd-backend.patch
	patches.suse/target-add-lio-rbd-to-makefile-Kconfig.patch
	patches.suse/target-rbd-add-emulate_legacy_capacity-dev-attribute.patch
	patches.suse/target-rbd-conditionally-fix-off-by-one-bug-in-get_b.patch
	patches.suse/target-rbd-fix-unmap-discard-block-size-conversion.patch
	patches.suse/target-rbd-fix-unmap-handling-with-unmap_zeroes_data.patch
	patches.suse/target-rbd-add-WRITE-SAME-support.patch
	patches.suse/rbd-add-rbd_img_fill_cmp_and_write_from_bvecs.patch
	patches.suse/libceph-add-support-for-CMPEXT-compare-extent-reques.patch
	patches.suse/rbd-add-support-for-COMPARE_AND_WRITE-CMPEXT.patch
	patches.suse/target-rbd-support-COMPARE_AND_WRITE.patch
	patches.suse/target-rbd-detect-stripe_unit-SCSI-block-size-misali.patch
	patches.suse/target-disallow-emulate_legacy_capacity-with-RBD-obj.patch

	# NVMe-oF In-band authentication
	patches.suse/0012-nvme-add-TCP-TSAS-definitions.patch
	patches.suse/nvme-auth-retry-command-if-DNR-bit-is-not-set.patch
	patches.suse/nvme-auth-align-to-pre-upstream-FFDHE-implementation.patch

	patches.suse/qla2xxx-add-module_version-back-to-driver.patch
	patches.suse/lpfc-reintroduce-old-irq-probe-logic.patch
	patches.suse/rdma-addr-create-addr_wq-with-wq_mem_reclaim-flag.patch
	patches.suse/rdma-core-create-ib_cm-with-wq_mem_reclaim-flag.patch
	patches.suse/nvme-multipath-skip-not-ready-namespaces-when-revalidating.patch

	# bsc#1198438: introduces a regression, revert it for the time beeing
	patches.suse/revert-scsi-qla2xxx-Changes-to-support-FCP2-Target.patch

	########################################################
	# Networking drivers (wired)
	########################################################
	patches.suse/mlx5-add-parameter-to-disable-enhanced-IPoIB.patch
	patches.suse/lan78xx-Enable-LEDs-and-auto-negotiation.patch
	patches.suse/bsc1170284-ixgbe_dont_check_firmware_errors.patch
	patches.suse/s390-Fix-mlx5-RoCE-throuput-degradtion.patch

	########################################################
	# Wireless networking drivers
	########################################################
	patches.suse/b43-missing-firmware-info.patch
	patches.suse/iwlwifi-module-firmware-ucode-fix.patch
	patches.suse/0001-regulator-mt6360-Add-OF-match-table.patch
	patches.suse/0002-regulator-mt6358-Add-OF-match-table.patch
	patches.suse/0003-regulator-mt6323-Add-OF-match-table.patch
	patches.suse/rtl8188eu-fix-const-dev_addr_fallout.patch

	########################################################
	# USB
	########################################################

	########################################################
	# Input
	########################################################
	patches.suse/Input-synaptics-retry-query-upon-error.patch
	patches.suse/Input-elan_i2c-Add-deny-list-for-Lenovo-Yoga-Slim-7.patch
	patches.suse/Input-i8042-Apply-probe-defer-to-more-ASUS-ZenBook-m.patch

	########################################################
	# Sound
	########################################################
	patches.suse/Revive-usb-audio-Keep-Interface-mixer.patch

	########################################################
	# Other drivers
	########################################################

	#RPi4 firmware drivers
	patches.suse/reset-raspberrypi-don-t-reset-usb-if-already-up.patch
	patches.suse/drm-v3d-add-support-for-bcm2711.patch
	patches.suse/soc-bcm-bcm2835-pm-add-support-for-bcm2711.patch
	patches.suse/drm-vc4-hdmi-Add-debugfs-prefix.patch

	########################################################
	# Debugging
	########################################################
	patches.suse/crasher.patch
	patches.suse/add-product-identifying-information-to-vmcoreinfo.patch

	# Printk
	patches.suse/printk-panic-Avoid-deadlock-in-printk-after-stopping-CPUs-by-NMI.patch

	# Tracing
	patches.suse/0003-Add-external-no-support-as-bad-taint-module.patch

	########################################################
	# Livepatching
	########################################################
	patches.suse/livepatch-mark-the-kernel-unsupported-when-disabling.patch
	patches.suse/livepatch-define-a-macro-for-new-api-identification.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

	########################################################
	# Stable minor numbers
	########################################################
	patches.suse/Linux-5.14.1.patch
	patches.suse/Linux-5.14.2.patch
	patches.suse/Linux-5.14.3.patch
	patches.suse/Linux-5.14.4.patch
	patches.suse/Linux-5.14.5.patch
	patches.suse/Linux-5.14.6.patch
	patches.suse/Linux-5.14.7.patch
	patches.suse/Linux-5.14.8.patch
	patches.suse/Linux-5.14.9.patch
	patches.suse/Linux-5.14.10.patch
	patches.suse/Linux-5.14.11.patch
	patches.suse/Linux-5.14.12.patch
	patches.suse/Linux-5.14.13.patch
	patches.suse/Linux-5.14.14.patch
	patches.suse/Linux-5.14.15.patch
	patches.suse/Linux-5.14.16.patch
	patches.suse/Linux-5.14.17.patch
	patches.suse/Linux-5.14.18.patch
	patches.suse/Linux-5.14.19.patch
	patches.suse/Linux-5.14.20.patch
	patches.suse/Linux-5.14.21.patch

	########################################################
	# SUSE kABI padding
	########################################################
	patches.suse/kabi-arm64-reserve-space-in-cpu_hwcaps-and-cpu_hwcap.patch
	patches.suse/0003-kabi-Add-placeholders-to-a-couple-of-important-struc.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
	patches.suse/0001-kABI-more-hooks-for-PCI-changes.patch
	patches.suse/QAT-add-suse_kabi_padding.patch
	patches.suse/crypto-add-suse_kabi_padding.patch
	patches.suse/fpga-add-kABI-padding.patch
	patches.suse/x86-cpufeatures-add-kabi-padding.patch
	patches.suse/hdaudio-suse-kabi-padding.patch
	patches.suse/asoc-suse-kabi-padding.patch
	patches.suse/arch-arm64-mm_context-t-placeholder.patch
	patches.suse/powerpc-Add-kABI-placeholder-to-struct-pci_controlle.patch
	patches.suse/typeC-Add-kABI-placeholders.patch
	patches.suse/scsi-kabi-add-suse_kabi_padding-to-scsi-template-structs.patch
	patches.suse/drm-Add-kabi-placeholders-to-commonly-used-structs.patch
	patches.suse/kABI-padding-for-qat.patch
	patches.suse/kABI-padding-for-generic-crypto.patch
	patches.suse/kABI-padding-for-bpf.patch
	patches.suse/rfkill-add-kABI-padding.patch

	########################################################
	# kABI consistency patches
	########################################################
	patches.rpmify/BTF-Don-t-break-ABI-when-debuginfo-is-disabled.patch

	########################################################
	# 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.
	########################################################
	patches.suse/arm64-Discard-.note.GNU-stack-section.patch