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-simplify-code-and-axe-the-use-of-a-deprec.patch
	patches.suse/crypto-qat-set-DMA-mask-to-48-bits-for-Gen2.patch
	patches.suse/crypto-qat-disable-AER-if-an-error-occurs-in-probe-f.patch
	patches.suse/crypto-qat-fix-a-typo-in-a-comment.patch
	patches.suse/crypto-qat-use-proper-type-for-vf_mask.patch
	patches.suse/crypto-qat-remove-empty-sriov_configure.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-VF.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-remove-the-unnecessary-get_vintmsk_offset.patch
	patches.suse/crypto-qat-flush-vf-workqueue-at-driver-removal.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-qdio-remove-remaining-tasklet-timer-code
	patches.suse/s390-qdio-remove-unneeded-siga-sync-for-Output-Queue
	patches.suse/s390-qdio-clarify-reporting-of-errors-to-the-drivers
	patches.suse/s390-qdio-remove-unused-macros
	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-qdio-use-absolute-data-address-in-ESTABLISH-ccw
	patches.suse/s390-qdio-remove-unused-sync-after-IRQ-infrastructure
	patches.suse/s390-qdio-clean-up-SIGA-capability-tracking
	patches.suse/s390-qdio-fine-tune-the-queue-sync
	patches.suse/s390-qdio-use-dev_info-in-qdio_print_subchannel_info
	patches.suse/s390-qdio-consolidate-QIB-code
	patches.suse/s390-qdio-remove-unused-support-for-SLIB-parameters
	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-pci-reset-zdev-zbus-on-registration-failure
	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-pci-handle-FH-state-mismatch-only-on-disable
	patches.suse/s390-pci-simplify-CLP-List-PCI-handling
	patches.suse/s390-pci-improve-DMA-translation-init-and-exit
	patches.suse/s390-crypto-fix-all-kernel-doc-warnings-in-vfio_ap_ops.c
	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/perf-amd-uncore-Simplify-code-use-free_percpu-s-built-in-check-for-NULL.patch
	patches.suse/perf-amd-uncore-Clean-up-header-use-use-linux-include-paths-instead-of-asm.patch
	patches.suse/x86-cpu-Add-get_llc_id-helper-function.patch
	patches.suse/perf-amd-uncore-Allow-the-driver-to-be-built-as-a-module.patch
	patches.suse/perf-x86-amd-ibs-Add-bitfield-definitions-in-new-asm-amd-ibs.h-header.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/0012-gpu-Bulk-conversion-to-generic_handle_domain_irq.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/ioprio-move-user-space-relevant-ioprio-bits-to-UAPI-.patch
	patches.suse/MIPS-don-t-include-linux-genhd.h-in-asm-mach-rc32434.patch
	patches.suse/bvec-fix-the-include-guards-for-bvec.h.patch
	patches.suse/bvec-add-a-bvec_kmap_local-helper.patch
	patches.suse/bvec-add-memcpy_-from-to-_bvec-and-memzero_bvec-help.patch
	patches.suse/block-use-memzero_page-in-zero_fill_bio.patch
	patches.suse/rbd-use-memzero_bvec.patch
	patches.suse/dm-writecache-use-bvec_kmap_local-instead-of-bvec_km.patch
	patches.suse/ps3disk-use-memcpy_-from-to-_bvec.patch
	patches.suse/block-remove-bvec_kmap_irq-and-bvec_kunmap_irq.patch
	patches.suse/block-rewrite-bio_copy_data_iter-to-use-bvec_kmap_lo.patch
	patches.suse/block-use-memcpy_to_bvec-in-copy_to_high_bio_irq.patch
	patches.suse/block-use-memcpy_from_bvec-in-bio_copy_kern_endio_re.patch
	patches.suse/block-use-memcpy_from_bvec-in-__blk_queue_bounce.patch
	patches.suse/block-use-bvec_kmap_local-in-t10_pi_type1_-prepare-c.patch
	patches.suse/block-use-bvec_kmap_local-in-bio_integrity_process.patch
	patches.suse/block-assert-the-locking-state-in-delete_partition.patch
	patches.suse/block-unhash-the-whole-device-inode-earlier.patch
	patches.suse/block-allocate-bd_meta_info-later-in-add_partitions.patch
	patches.suse/block-change-the-refcounting-for-partitions.patch
	patches.suse/loop-don-t-grab-a-reference-to-the-block-device.patch
	patches.suse/block-remove-bdgrab.patch
	patches.suse/block-remove-bdput.patch
	patches.suse/block-reduce-stack-usage-in-diskstats_show.patch
	patches.suse/block-use-the-pg-format-specifier-in-printk_all_part.patch
	patches.suse/block-use-the-pg-format-specifier-in-show_partition.patch
	patches.suse/block-simplify-printing-the-device-names-disk_stack_.patch
	patches.suse/block-simplify-disk-name-formatting-in-check_partiti.patch
	patches.suse/block-remove-disk_name.patch
	patches.suse/block-remove-cmdline-parser.c.patch
	patches.suse/block-add-disk-sequence-number.patch
	patches.suse/block-export-the-diskseq-in-uevents.patch
	patches.suse/block-add-ioctl-to-read-the-disk-sequence-number.patch
	patches.suse/block-export-diskseq-in-sysfs.patch
	patches.suse/block-add-a-helper-to-raise-a-media-changed-event.patch
	patches.suse/loop-raise-media_change-event.patch
	patches.suse/block-remove-blk-mq-sysfs-dead-code.patch
	patches.suse/blk-mq-Introduce-the-BLK_MQ_F_NO_SCHED_BY_DEFAULT-fl.patch
	patches.suse/block-make-the-block-holder-code-optional.patch
	patches.suse/block-remove-the-extra-kobject-reference-in-bd_link_.patch
	patches.suse/block-look-up-holders-by-bdev.patch
	patches.suse/block-support-delayed-holder-registration.patch
	patches.suse/dm-cleanup-cleanup_mapped_device.patch
	patches.suse/dm-move-setting-md-type-into-dm_setup_md_queue.patch
	patches.suse/dm-delay-registering-the-gendisk.patch
	patches.suse/block-remove-support-for-delayed-queue-registrations.patch
	patches.suse/mm-hide-laptop_mode_wb_timer-entirely-behind-the-BDI.patch
	patches.suse/block-pass-a-gendisk-to-blk_queue_update_readahead.patch
	patches.suse/block-add-a-queue_has_disk-helper.patch
	patches.suse/block-move-the-bdi-from-the-request_queue-to-the-gen.patch
	patches.suse/block-remove-the-bd_bdi-in-struct-block_device.patch
	patches.suse/block-return-ELEVATOR_DISCARD_MERGE-if-possible.patch
	patches.suse/block-move-some-macros-to-blkdev.h.patch
	patches.suse/mmc-block-let-device_add_disk-create-disk-attributes.patch
	patches.suse/mmc-block-cleanup-gendisk-creation.patch
	patches.suse/nvme-remove-the-GENHD_FL_UP-check-in-nvme_ns_remove.patch
	patches.suse/nvme-replace-the-GENHD_FL_UP-check-in-nvme_mpath_shu.patch
	patches.suse/sx8-use-the-internal-state-machine-to-check-if-del_g.patch
	patches.suse/bcache-add-proper-error-unwinding-in-bcache_device_i.patch
	patches.suse/bcache-move-the-del_gendisk-call-out-of-bcache_devic.patch
	patches.suse/block-remove-GENHD_FL_UP.patch
	patches.suse/block-store-a-gendisk-in-struct-parsed_partitions.patch
	patches.suse/block-pass-a-gendisk-to-bdev_add_partition.patch
	patches.suse/block-pass-a-gendisk-to-bdev_del_partition.patch
	patches.suse/block-pass-a-gendisk-to-bdev_resize_partition.patch
	patches.suse/blk-throtl-optimize-IOPS-throttle-for-large-IO-scena.patch
	patches.suse/block-free-the-extended-dev_t-minor-later.patch
	patches.suse/block-ensure-the-bdi-is-freed-after-inode_detach_wb.patch
	patches.suse/bvec-add-a-bvec_virt-helper.patch
	patches.suse/block-use-bvec_virt-in-bio_integrity_-process-free.patch
	patches.suse/dm-make-EBS-depend-on-HIGHMEM.patch
	patches.suse/dm-ebs-use-bvec_virt.patch
	patches.suse/dm-integrity-use-bvec_virt.patch
	patches.suse/squashfs-use-bvec_virt.patch
	patches.suse/rbd-use-bvec_virt.patch
	patches.suse/virtio_blk-use-bvec_virt.patch
	patches.suse/bcache-use-bvec_virt.patch
	patches.suse/sd-use-bvec_virt.patch
	patches.suse/ubd-use-bvec_virt.patch
	patches.suse/ps3vram-use-bvec_virt.patch
	patches.suse/dasd-use-bvec_virt.patch
	patches.suse/dcssblk-use-bvec_virt.patch
	patches.suse/nvme-use-bvec_virt.patch
	patches.suse/blk-cgroup-refactor-blkcg_print_stat.patch
	patches.suse/blk-cgroup-stop-using-seq_get_buf.patch
	patches.suse/block-unexport-blk_register_queue.patch
	patches.suse/block-bfq-fix-bfq_set_next_ioprio_data.patch
	patches.suse/block-improve-ioprio-class-description-comment.patch
	patches.suse/block-change-ioprio_valid-to-an-inline-function.patch
	patches.suse/block-fix-IOPRIO_PRIO_CLASS-and-IOPRIO_PRIO_VALUE-ma.patch
	patches.suse/block-Introduce-IOPRIO_NR_LEVELS.patch
	patches.suse/block-fix-default-IO-priority-handling.patch
	patches.suse/block-add-back-the-bd_holder_dir-reference-in-bd_lin.patch
	patches.suse/nvme-use-blk_mq_alloc_disk.patch
	patches.suse/st-do-not-allocate-a-gendisk.patch
	patches.suse/sg-do-not-allocate-a-gendisk.patch
	patches.suse/block-cleanup-the-lockdep-handling-in-alloc_disk.patch
	patches.suse/block-remove-alloc_disk-and-alloc_disk_node.patch
	patches.suse/block-remove-the-minors-argument-to-__alloc_disk_nod.patch
	patches.suse/block-pass-a-request_queue-to-__blk_alloc_disk.patch
	patches.suse/block-hold-a-request_queue-reference-for-the-lifetim.patch
	patches.suse/block-add-an-explicit-disk-backpointer-to-the-reques.patch
	patches.suse/block-add-a-sanity-check-for-a-live-disk-in-del_gend.patch
	patches.suse/block-fold-register_disk-into-device_add_disk.patch
	patches.suse/block-call-bdev_add-later-in-device_add_disk.patch
	patches.suse/block-create-the-bdi-link-earlier-in-device_add_disk.patch
	patches.suse/block-call-blk_integrity_add-earlier-in-device_add_d.patch
	patches.suse/block-call-blk_register_queue-earlier-in-device_add_.patch
	patches.suse/block-return-errors-from-blk_integrity_add.patch
	patches.suse/block-return-errors-from-disk_alloc_events.patch
	patches.suse/block-add-error-handling-for-device_add_disk-add_dis.patch
	patches.suse/virtio_blk-add-error-handling-support-for-add_disk.patch
	patches.suse/null_blk-add-error-handling-support-for-add_disk.patch
	patches.suse/block-remove-a-pointless-call-to-MINOR-in-device_add.patch
	patches.suse/block-remove-CONFIG_DEBUG_BLOCK_EXT_DEVT.patch
	patches.suse/bio-fix-page-leak-bio_add_hw_page-failure.patch
	patches.suse/block-Add-alternative_gpt_sector-operation.patch
	patches.suse/partitions-efi-Support-non-standard-GPT-location.patch
	patches.suse/mmc-block-Support-alternative_gpt_sector-operation.patch
	patches.suse/mmc-sdhci-tegra-Enable-MMC_CAP2_ALT_GPT_TEGRA.patch
	patches.suse/block-refine-the-disk_live-check-in-del_gendisk.patch
	patches.suse/block-mark-blkdev_fsync-static.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/block-bfq-cleanup-the-repeated-declaration.patch
	patches.suse/sg-pass-the-device-name-to-blk_trace_setup.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/nbd-refactor-device-removal.patch
	patches.suse/nbd-remove-nbd_del_disk.patch
	patches.suse/nbd-return-the-allocated-nbd_device-from-nbd_dev_add.patch
	patches.suse/nbd-refactor-device-search-and-allocation-in-nbd_gen.patch
	patches.suse/nbd-reduce-the-nbd_index_mutex-scope.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/nvmet-add-set-feature-tracing-support.patch
	patches.suse/nvmet-remove-redundant-assignments-of-variable-statu.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/nvmet-avoid-duplicate-qid-in-connect-cmd.patch
	patches.suse/nvmet-check-that-host-sqsize-does-not-exceed-ctrl-MQ.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/nvme-remove-the-unused-NVME_NS_-enum.patch
	patches.suse/nbd-add-missing-locking-to-the-nbd_dev_add-error-pat.patch
	patches.suse/nbd-reset-NBD-to-NULL-when-restarting-in-nbd_genl_co.patch
	patches.suse/nbd-prevent-IDR-lookups-from-finding-partially-initi.patch
	patches.suse/nbd-set-nbd-index-before-releasing-nbd_index_mutex.patch
	patches.suse/nbd-only-return-usable-devices-from-nbd_find_unused.patch
	patches.suse/nbd-remove-nbd-destroy_complete.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/libata-simplify-ata_scsi_rbuf_fill.patch
	patches.suse/libata-cleanup-device-sleep-capability-detection.patch
	patches.suse/libata-cleanup-ata_dev_configure.patch
	patches.suse/libata-cleanup-NCQ-priority-handling.patch
	patches.suse/libata-fix-ata_read_log_page-warning.patch
	patches.suse/libata-print-feature-list-on-device-scan.patch
	patches.suse/libata-Introduce-ncq_prio_supported-sysfs-sttribute.patch
	patches.suse/docs-sysfs-block-device-improve-ncq_prio_enable-docu.patch
	patches.suse/docs-sysfs-block-device-document-ncq_prio_supported.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-wq-improve-wq_list_add_tail.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_uring-move-req_ref_get-and-friends.patch
	patches.suse/io_uring-remove-req_ref_sub_and_test.patch
	patches.suse/io_uring-remove-submission-references.patch
	patches.suse/io_uring-skip-request-refcounting.patch
	patches.suse/io_uring-optimise-hot-path-of-ltimeout-prep.patch
	patches.suse/io_uring-extract-io_uring_files_cancel-in-io_uring_t.patch
	patches.suse/io_uring-remove-files-pointer-in-cancellation-functi.patch
	patches.suse/io_uring-code-clean-for-completion_lock-in-io_arm_po.patch
	patches.suse/io_uring-correct-__must_hold-annotation.patch
	patches.suse/io_uring-optimise-iowq-refcounting.patch
	patches.suse/io_uring-don-t-inflight-track-linked-timeouts.patch
	patches.suse/io_uring-optimise-initial-ltimeout-refcounting.patch
	patches.suse/io_uring-kill-not-necessary-resubmit-switch.patch
	patches.suse/io_uring-deduplicate-cancellation-code.patch
	patches.suse/io_uring-kill-REQ_F_LTIMEOUT_ACTIVE.patch
	patches.suse/io_uring-simplify-io_prep_linked_timeout.patch
	patches.suse/io_uring-cancel-not-armed-linked-touts-separately.patch
	patches.suse/io_uring-optimise-io_prep_linked_timeout.patch
	patches.suse/io_uring-better-encapsulate-buffer-select-for-rw.patch
	patches.suse/io_uring-reuse-io_req_complete_post.patch
	patches.suse/io_uring-improve-same-wq-polling.patch
	patches.suse/io_uring-fix-io_timeout_remove-locking.patch
	patches.suse/io-wq-move-nr_running-and-worker_refs-out-of-wqe-loc.patch
	patches.suse/io_uring-add-comments-on-why-PF_EXITING-checking-is-.patch
	patches.suse/io_uring-extend-task-put-optimisations.patch
	patches.suse/io_uring-Add-register-support-for-non-4k-PAGE_SIZE.patch
	patches.suse/io_uring-fix-lack-of-protection-for-compl_nr.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-clarifying-comment-for-io_cqring_ev_pos.patch
	patches.suse/io_uring-add-splice_fd_in-checks.patch
	patches.suse/io_uring-flush-completions-for-fallbacks.patch
	patches.suse/io_uring-batch-task-work-locking.patch
	patches.suse/io_uring-IRQ-rw-completion-batching.patch
	patches.suse/io_uring-fix-io_try_cancel_userdata-race-for-iowq.patch
	patches.suse/net-add-accept-helper-not-installing-fd.patch
	patches.suse/io_uring-openat-directly-into-fixed-fd-table.patch
	patches.suse/io_uring-hand-code-io_accept-fd-installing.patch
	patches.suse/io_uring-accept-directly-into-fixed-file-table.patch
	patches.suse/io_uring-don-t-free-request-to-slab.patch
	patches.suse/io_uring-remove-redundant-req_set_fail.patch
	patches.suse/io_uring-fix-failed-linkchain-code-logic.patch
	patches.suse/io_uring-add-task-refs-get-helper.patch
	patches.suse/io_uring-clarify-io_req_task_cancel-locking.patch
	patches.suse/io_uring-add-build-check-for-buf_index-overflows.patch
	patches.suse/io-wq-provide-a-way-to-limit-max-number-of-workers.patch
	patches.suse/io_uring-support-CLOCK_BOOTTIME-REALTIME-for-timeout.patch
	patches.suse/io_uring-keep-ltimeouts-in-a-list.patch
	patches.suse/io_uring-allow-updating-linked-timeouts.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/bio-optimize-initialization-of-a-bio.patch
	patches.suse/fs-add-kiocb-alloc-cache-flag.patch
	patches.suse/bio-add-allocation-cache-abstraction.patch
	patches.suse/block-clear-BIO_PERCPU_CACHE-flag-if-polling-isn-t-s.patch
	patches.suse/io_uring-enable-use-of-bio-alloc-cache.patch
	patches.suse/block-use-the-percpu-bio-cache-in-__blkdev_direct_IO.patch
	patches.suse/block-provide-bio_clear_hipri-helper.patch
	patches.suse/bio-improve-kerneldoc-documentation-for-bio_alloc_ki.patch
	patches.suse/namei-ignore-ERR-NULL-names-in-putname.patch
	patches.suse/namei-change-filename_parentat-calling-conventions.patch
	patches.suse/namei-make-do_mkdirat-take-struct-filename.patch
	patches.suse/namei-make-do_mknodat-take-struct-filename.patch
	patches.suse/namei-make-do_symlinkat-take-struct-filename.patch
	patches.suse/namei-add-getname_uflags.patch
	patches.suse/namei-make-do_linkat-take-struct-filename.patch
	patches.suse/namei-update-do_-helpers-to-return-ints.patch
	patches.suse/io_uring-add-support-for-IORING_OP_MKDIRAT.patch
	patches.suse/io_uring-add-support-for-IORING_OP_SYMLINKAT.patch
	patches.suse/io_uring-add-support-for-IORING_OP_LINKAT.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/block-fix-argument-type-of-bio_trim.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-unnecessary-NULL-check-for-the-new-inod.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-simplify-iomap_readpage_actor.patch
	patches.suse/iomap-simplify-iomap_add_to_ioend.patch
	patches.suse/iomap-support-reading-inline-data-from-non-zero-pos.patch
	patches.suse/iomap-Support-inline-data-with-block-size-page-size.patch
	patches.suse/iomap-Fix-some-typos-and-bad-grammar.patch
	patches.suse/iomap-pass-writeback-errors-to-the-mapping.patch
	patches.suse/iomap-fix-a-trivial-comment-typo-in-trace.h.patch
	patches.suse/iomap-remove-the-iomap-arguments-to-page_-prepare-do.patch
	patches.suse/iomap-mark-the-iomap-argument-to-iomap_sector-const.patch
	patches.suse/iomap-mark-the-iomap-argument-to-iomap_inline_data-c.patch
	patches.suse/iomap-mark-the-iomap-argument-to-iomap_inline_data_v.patch
	patches.suse/fs-mark-the-iomap-argument-to-__block_write_begin_in.patch
	patches.suse/fsdax-mark-the-iomap-argument-to-dax_iomap_sector-as.patch
	patches.suse/iomap-mark-the-iomap-argument-to-iomap_read_inline_d.patch
	patches.suse/iomap-mark-the-iomap-argument-to-iomap_read_page_syn.patch
	patches.suse/iomap-fix-the-iomap_readpage_actor-return-value-for-.patch
	patches.suse/iomap-add-the-new-iomap_iter-model.patch
	patches.suse/iomap-switch-readahead-and-readpage-to-use-iomap_ite.patch
	patches.suse/iomap-switch-iomap_file_buffered_write-to-use-iomap_.patch
	patches.suse/iomap-switch-iomap_file_unshare-to-use-iomap_iter.patch
	patches.suse/iomap-switch-iomap_zero_range-to-use-iomap_iter.patch
	patches.suse/iomap-switch-iomap_page_mkwrite-to-use-iomap_iter.patch
	patches.suse/iomap-switch-__iomap_dio_rw-to-use-iomap_iter.patch
	patches.suse/iomap-switch-iomap_fiemap-to-use-iomap_iter.patch
	patches.suse/iomap-switch-iomap_bmap-to-use-iomap_iter.patch
	patches.suse/iomap-switch-iomap_seek_hole-to-use-iomap_iter.patch
	patches.suse/iomap-switch-iomap_seek_data-to-use-iomap_iter.patch
	patches.suse/iomap-switch-iomap_swapfile_activate-to-use-iomap_it.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-core-Store-pointer-to-bio_crypt_ctx-in-mmc_reque.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/units-Add-SI-metric-prefix-definitions.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/hwmon-intel-m10-bmc-hwmon-add-n5010-sensors.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/0001-dm-writecache-split-up-writecache_map-to-improve-code-readability.patch
	patches.suse/0002-dm-writecache-factor-out-writecache_map_remap_origin.patch
	patches.suse/0003-dm-writecache-further-writecache_map-cleanup.patch
	patches.suse/0004-dm-writecache-report-invalid-return-from-writecache_map-helpers.patch
	patches.suse/0005-dm-writecache-add-event-counters.patch
	patches.suse/dm-ima-measure-data-on-table-load.patch
	patches.suse/dm-ima-measure-data-on-device-resume.patch
	patches.suse/dm-ima-measure-data-on-device-remove.patch
	patches.suse/dm-ima-measure-data-on-table-clear.patch
	patches.suse/dm-ima-measure-data-on-device-rename.patch
	patches.suse/0006-dm-update-target-status-functions-to-support-IMA-measurement.patch
	patches.suse/dm-crypt-Avoid-percpu_counter-spinlock-contention-in.patch
	patches.suse/dm-ima-prefix-dm-table-hashes-in-ima-log-with-hash-a.patch
	patches.suse/dm-ima-add-version-info-to-dm-related-events-in-ima-.patch
	patches.suse/dm-ima-prefix-ima-event-name-related-to-device-mappe.patch
	patches.suse/0007-dm-ima-add-a-warning-in-dm_init-if-duplicate-ima-events-are-not-measured.patch
	patches.suse/0008-dm-ima-update-dm-target-attributes-for-ima-measurements.patch
	patches.suse/0009-dm-crypt-use-in_hardirq-instead-of-deprecated-in_irq.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/bus-mhi-pci-generic-configurable-network-interface-M.patch
	patches.suse/bpf-Add-function-for-XDP-meta-data-length-check.patch
	patches.suse/bpf-Support-input-xdp_md-context-in-BPF_PROG_TEST_RU.patch
	patches.suse/bpf-Support-specifying-ingress-via-xdp_md-context-in.patch
	patches.suse/selftests-bpf-Add-test-for-xdp_md-context-in-BPF_PRO.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/bpf-Tidy-xdp-attach-selftests.patch
	patches.suse/samples-bpf-xdp_redirect_cpu_user-Cpumap-qsize-set-l.patch
	patches.suse/libbpf-Fix-reuse-of-pinned-map-on-older-kernel.patch
	patches.suse/bpf-Sync-tools-include-uapi-linux-bpf.h.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/bpf-Prepare-bpf_prog_put-to-be-called-from-irq-conte.patch
	patches.suse/bpf-Factor-out-bpf_spin_lock-into-helpers.patch
	patches.suse/bpf-Introduce-bpf-timers.patch
	patches.suse/bpf-Add-map-side-support-for-bpf-timers.patch
	patches.suse/bpf-Prevent-pointer-mismatch-in-bpf_timer_init.patch
	patches.suse/bpf-Remember-BTF-of-inner-maps.patch
	patches.suse/bpf-Relax-verifier-recursion-check.patch
	patches.suse/bpf-Implement-verifier-support-for-validation-of-asy.patch
	patches.suse/bpf-Teach-stack-depth-check-about-async-callbacks.patch
	patches.suse/selftests-bpf-Add-bpf_timer-test.patch
	patches.suse/selftests-bpf-Add-a-test-with-bpf_timer-in-inner-map.patch
	patches.suse/bpf-x86-Store-caller-s-ip-in-trampoline-stack.patch
	patches.suse/bpf-Enable-BPF_TRAMP_F_IP_ARG-for-trampolines-with-c.patch
	patches.suse/bpf-Add-bpf_get_func_ip-helper-for-tracing-programs.patch
	patches.suse/bpf-Add-bpf_get_func_ip-helper-for-kprobe-programs.patch
	patches.suse/selftests-bpf-Add-test-for-bpf_get_func_ip-helper.patch
	patches.suse/libbpf-Add-bpf_program__attach_kprobe_opts-function.patch
	patches.suse/libbpf-Allow-specification-of-kprobe-function-offset.patch
	patches.suse/selftests-bpf-Add-test-for-bpf_get_func_ip-in-kprobe.patch
	patches.suse/sock_map-Relax-config-dependency-to-CONFIG_NET.patch
	patches.suse/sock_map-Lift-socket-state-restriction-for-datagram-.patch
	patches.suse/af_unix-Implement-read_sock-for-sockmap.patch
	patches.suse/af_unix-Set-TCP_ESTABLISHED-for-datagram-sockets-too.patch
	patches.suse/af_unix-Add-a-dummy-close-for-sockmap.patch
	patches.suse/af_unix-Implement-psock_update_sk_prot.patch
	patches.suse/af_unix-Implement-unix_dgram_bpf_recvmsg.patch
	patches.suse/selftests-bpf-Factor-out-udp_socketpair.patch
	patches.suse/selftests-bpf-Factor-out-add_to_sockmap.patch
	patches.suse/selftests-bpf-Add-a-test-case-for-unix-sockmap.patch
	patches.suse/selftests-bpf-Add-test-cases-for-redirection-between.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/s390-qeth-clean-up-QETH_PROT_-naming
	patches.suse/s390-qeth-clean-up-device_type-management
	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/tcp-tweak-len-truesize-ratio-for-coalesce-candidates.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/net-phy-Remove-unused-including-linux-version.h.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/bpf-doc-Add-heading-and-example-for-extensions-in-cb.patch
	patches.suse/libbpf-Introduce-btf_custom_path-to-bpf_obj_open_opt.patch
	patches.suse/libbpf-Fix-the-possible-memory-leak-on-error.patch
	patches.suse/selftests-bpf-Switch-existing-selftests-to-using-ope.patch
	patches.suse/libbpf-BTF-dumper-support-for-typed-data.patch
	patches.suse/selftests-bpf-Add-ASSERT_STRNEQ-variant-for-test_pro.patch
	patches.suse/selftests-bpf-Add-dump-type-data-tests-to-btf-dump-t.patch
	patches.suse/libbpf-Clarify-fix-unaligned-data-issues-for-btf-typ.patch
	patches.suse/libbpf-Fix-compilation-errors-on-ppc64le-for-btf-dum.patch
	patches.suse/libbpf-Btf-typed-dump-does-not-need-to-allocate-dump.patch
	patches.suse/libbpf-Fix-removal-of-inner-map-in-bpf_object__creat.patch
	patches.suse/selftests-bpf-Check-inner-map-deletion.patch
	patches.suse/bpf-selftests-Fix-test_maps-now-that-sockmap-support.patch
	patches.suse/selftests-bpf-test_tc_tunnel.sh-nc-Cannot-use-p-and-.patch
	patches.suse/libbpf-Avoid-use-of-__int128-in-typed-dump-display.patch
	patches.suse/selftests-bpf-Add-__int128-specific-tests-for-typed-.patch
	patches.suse/libbpf-Propagate-errors-when-retrieving-enum-value-f.patch
	patches.suse/bpf-Fix-pointer-cast-warning.patch
	patches.suse/bpf-Remove-redundant-intiialization-of-variable-styp.patch
	patches.suse/selftests-bpf-Mute-expected-invalid-map-creation-err.patch
	patches.suse/libbpf-Fix-func-leak-in-attach_kprobe.patch
	patches.suse/libbpf-Allow-decimal-offset-for-kprobes.patch
	patches.suse/libbpf-Export-bpf_program__attach_kprobe_opts-functi.patch
	patches.suse/tcp-seq_file-Avoid-skipping-sk-during-tcp_seek_last_.patch
	patches.suse/tcp-seq_file-Refactor-net-and-family-matching.patch
	patches.suse/bpf-tcp-seq_file-Remove-bpf_seq_afinfo-from-tcp_iter.patch
	patches.suse/tcp-seq_file-Add-listening_get_first.patch
	patches.suse/tcp-seq_file-Replace-listening_hash-with-lhash2.patch
	patches.suse/bpf-tcp-Bpf-iter-batching-and-lock_sock.patch
	patches.suse/bpf-tcp-Support-bpf_-get-set-sockopt-in-bpf-tcp-iter.patch
	patches.suse/bpf-selftest-Test-batching-and-bpf_-get-set-sockopt-.patch
	patches.suse/libbpf-Add-bpf_map__pin_path-function.patch
	patches.suse/selftests-bpf-Document-vmtest.sh-dependencies.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/libbpf-Cleanup-the-layering-between-CORE-and-bpf_pro.patch
	patches.suse/libbpf-Split-bpf_core_apply_relo-into-bpf_program-in.patch
	patches.suse/libbpf-Move-CO-RE-types-into-relo_core.h.patch
	patches.suse/libbpf-Split-CO-RE-logic-into-relo_core.c.patch
	patches.suse/selftests-bpf-Use-ping6-only-if-available-in-tc_redi.patch
	patches.suse/samples-bpf-Fix-tracex7-error-raised-on-the-missing-.patch
	patches.suse/samples-bpf-Add-the-omitted-xdp-samples-to-.gitignor.patch
	patches.suse/libbpf-Fix-comment-typo.patch
	patches.suse/libbpf-Fix-race-when-pinning-maps-in-parallel.patch
	patches.suse/bpf-Increase-supported-cgroup-storage-value-size.patch
	patches.suse/tools-resolve_btfids-Emit-warnings-and-patch-zero-id.patch
	patches.suse/bpf-Emit-better-log-message-if-bpf_iter-ctx-arg-btf_.patch
	patches.suse/libbpf-Return-non-null-error-on-failures-in-libbpf_f.patch
	patches.suse/libbpf-Rename-btf__load-as-btf__load_into_kernel.patch
	patches.suse/libbpf-Rename-btf__get_from_id-as-btf__load_from_ker.patch
	patches.suse/tools-Free-BTF-objects-at-various-locations.patch
	patches.suse/tools-Replace-btf__get_from_id-with-btf__load_from_k.patch
	patches.suse/libbpf-Add-split-BTF-support-for-btf__load_from_kern.patch
	patches.suse/tools-bpftool-Support-dumping-split-BTF-by-id.patch
	patches.suse/libbpf-Add-btf__load_vmlinux_btf-btf__load_module_bt.patch
	patches.suse/unix_bpf-Fix-a-potential-deadlock-in-unix_dgram_bpf_.patch
	patches.suse/tools-bpftool-Slightly-ease-bash-completion-updates.patch
	patches.suse/selftests-bpf-Check-consistency-between-bpftool-sour.patch
	patches.suse/tools-bpftool-Complete-and-synchronise-attach-or-map.patch
	patches.suse/tools-bpftool-Update-and-synchronise-option-list-in-.patch
	patches.suse/selftests-bpf-Update-bpftool-s-consistency-script-fo.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/qlcnic-make-the-array-random_data-static-const-makes-object-smaller.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/bpf-use-skb_expand_head-in-bpf_out_neigh_v4-6.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-Fix-off-by-one-in-tail-call-count-limiting.patch
	patches.suse/bpf-unix-Check-socket-type-in-unix_bpf_update_proto.patch
	patches.suse/bpf-samples-Add-missing-mprog-disable-to-xdp_redirec.patch
	patches.suse/selftests-bpf-Move-netcnt-test-under-test_progs.patch
	patches.suse/selftests-bpf-Fix-bpf-iter-tcp4-test-to-print-correc.patch
	patches.suse/selftests-bpf-Rename-reference_tracking-BPF-programs.patch
	patches.suse/samples-bpf-xdpsock-Make-the-sample-more-useful-outs.patch
	patches.suse/samples-bpf-xdpsock-Remove-forward-declaration-of-ip.patch
	patches.suse/net-bonding-Refactor-bond_xmit_hash-for-use-with-xdp.patch
	patches.suse/net-core-Add-support-for-XDP-redirection-to-slave-de.patch
	patches.suse/net-bonding-Add-XDP-support-to-the-bonding-driver.patch
	patches.suse/bpf-devmap-Exclude-XDP-broadcast-to-master-device.patch
	patches.suse/net-core-Allow-netdev_lower_get_next_private_rcu-in-.patch
	patches.suse/selftests-bpf-Fix-xdp_tx.c-prog-section-name.patch
	patches.suse/selftests-bpf-Add-tests-for-XDP-bonding.patch
	patches.suse/samples-bpf-Add-an-explict-comment-to-handle-nested-.patch
	patches.suse/bpf-tests-Add-BPF_JMP32-test-cases.patch
	patches.suse/bpf-tests-Add-BPF_MOV-tests-for-zero-and-sign-extens.patch
	patches.suse/bpf-tests-Fix-typos-in-test-case-descriptions.patch
	patches.suse/bpf-tests-Add-more-tests-of-ALU32-and-ALU64-bitwise-.patch
	patches.suse/bpf-tests-Add-more-ALU32-tests-for-BPF_LSH-RSH-ARSH.patch
	patches.suse/bpf-tests-Add-more-BPF_LSH-RSH-ARSH-tests-for-ALU64.patch
	patches.suse/bpf-tests-Add-more-ALU64-BPF_MUL-tests.patch
	patches.suse/bpf-tests-Add-tests-for-ALU-operations-implemented-w.patch
	patches.suse/bpf-tests-Add-word-order-tests-for-load-store-of-dou.patch
	patches.suse/bpf-tests-Add-branch-conversion-JIT-test.patch
	patches.suse/bpf-tests-Add-test-for-32-bit-context-pointer-argume.patch
	patches.suse/bpf-tests-Add-tests-for-atomic-operations.patch
	patches.suse/bpf-tests-Add-tests-for-BPF_CMPXCHG.patch
	patches.suse/bpf-tests-Add-tail-call-test-suite.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-in_irq-cleanup.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/s390-net-replace-in_irq-with-in_hardirq
	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-hci_h5-Disable-the-hci_suspend_notifier-fo.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-btrtl-Set-MSFT-opcode-for-RTL8852.patch
	patches.suse/Bluetooth-btrsi-use-non-kernel-doc-comment-for-copyr.patch
	patches.suse/Bluetooth-btusb-Add-support-for-Foxconn-Mediatek-Chi.patch
	patches.suse/Bluetooth-hci_h5-add-WAKEUP_DISABLE-flag.patch
	patches.suse/Bluetooth-hci_h5-btrtl-Maintain-flow-control-if-wake.patch
	patches.suse/Bluetooth-hci_h5-Add-runtime-suspend.patch
	patches.suse/Bluetooth-btusb-Add-valid-le-states-quirk.patch
	patches.suse/Bluetooth-defer-cleanup-of-resources-in-hci_unregist.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-btmrvl_sdio-Remove-all-strcpy-uses.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-HCI-Add-proper-tracking-for-enable-status-.patch
	patches.suse/Bluetooth-Fix-not-generating-RPA-when-required.patch
	patches.suse/Bluetooth-hci_bcm-Fix-kernel-doc-comments.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-serialize-calls-to-sco_sock_-set-clear-_ti.patch
	patches.suse/Bluetooth-switch-to-lock_sock-in-RFCOMM.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-Store-advertising-handle-so-it-can-be-re-e.patch
	patches.suse/Bluetooth-btbcm-add-patch-ram-for-bluetooth.patch
	patches.suse/Bluetooth-Fix-race-condition-in-handling-NOP-command.patch
	patches.suse/Bluetooth-mgmt-Pessimize-compile-time-bounds-check.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/Bluetooth-Fix-return-value-in-hci_dev_do_close.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-radiotap-Use-BIT-instead-of-shifts.patch
	patches.suse/nl80211-add-support-for-BSS-coloring.patch
	patches.suse/mac80211-add-support-for-BSS-color-change.patch
	patches.suse/mac80211-Fix-insufficient-headroom-issue-for-AMSDU.patch
	patches.suse/cfg80211-fix-BSS-color-notify-trace-enum-confusion.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/ath-switch-from-pci_-to-dma_-API.patch
	patches.suse/ath11k-Remove-some-duplicate-code.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/qlcnic-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-Allow-firmware-name-to-be-overridden-by-DT.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-running-of-XDP-bonding-tests.patch
	patches.suse/libbpf-Support-weak-typed-ksyms.patch
	patches.suse/selftests-bpf-Fix-test_core_autosize-on-big-endian-m.patch
	patches.suse/bpf-Allow-bpf_get_netns_cookie-in-BPF_PROG_TYPE_CGRO.patch
	patches.suse/selftests-bpf-Verify-bpf_get_netns_cookie-in-BPF_PRO.patch
	patches.suse/samples-bpf-Define-MAX_ENTRIES-instead-of-a-magic-nu.patch
	patches.suse/bpf-af_unix-Implement-BPF-iterator-for-UNIX-domain-s.patch
	patches.suse/bpf-Support-c-in-bpf_bprintf_prepare.patch
	patches.suse/selftest-bpf-Implement-sample-UNIX-domain-socket-ite.patch
	patches.suse/selftest-bpf-Extend-the-bpf_snprintf-test-for-c.patch
	patches.suse/bpf-tests-Fix-spelling-mistake-shoft-shift.patch
	patches.suse/bpf-Refactor-BPF_PROG_RUN-into-a-function.patch
	patches.suse/bpf-Refactor-BPF_PROG_RUN_ARRAY-family-of-macros-int.patch
	patches.suse/bpf-Refactor-perf_event_set_bpf_prog-to-use-struct-b.patch
	patches.suse/bpf-Implement-minimal-BPF-perf-link.patch
	patches.suse/bpf-Allow-to-specify-user-provided-bpf_cookie-for-BP.patch
	patches.suse/bpf-Add-bpf_get_attach_cookie-BPF-helper-to-access-b.patch
	patches.suse/libbpf-Re-build-libbpf.so-when-libbpf.map-changes.patch
	patches.suse/libbpf-Remove-unused-bpf_link-s-destroy-operation-bu.patch
	patches.suse/libbpf-Use-BPF-perf-link-when-supported-by-kernel.patch
	patches.suse/libbpf-Add-bpf_cookie-support-to-bpf_link_create-API.patch
	patches.suse/libbpf-Add-bpf_cookie-to-perf_event-kprobe-uprobe-an.patch
	patches.suse/selftests-bpf-Test-low-level-perf-BPF-link-API.patch
	patches.suse/selftests-bpf-Extract-uprobe-related-helpers-into-tr.patch
	patches.suse/selftests-bpf-Add-bpf_cookie-selftests-for-high-leve.patch
	patches.suse/libbpf-Add-uprobe-ref-counter-offset-support-for-USD.patch
	patches.suse/selftests-bpf-Add-ref_ctr_offset-selftests.patch
	patches.suse/bpf-Reconfigure-libbpf-docs-to-remove-unversioned-AP.patch
	patches.suse/selftests-bpf-Test-btf__load_vmlinux_btf-btf__load_m.patch
	patches.suse/af_unix-Add-read_sock-for-stream-socket-types.patch
	patches.suse/af_unix-Add-unix_stream_proto-for-sockmap.patch
	patches.suse/selftest-bpf-Add-tests-for-sockmap-with-unix-stream-.patch
	patches.suse/selftest-bpf-Change-udp-to-inet-in-some-function-nam.patch
	patches.suse/selftest-bpf-Add-new-tests-in-sockmap-for-unix-strea.patch
	patches.suse/selftests-bpf-Add-exponential-backoff-to-map_update_.patch
	patches.suse/selftests-bpf-Add-exponential-backoff-to-map_delete_.patch
	patches.suse/selftests-bpf-Skip-loading-bpf_testmod-when-using-l-.patch
	patches.suse/selftests-bpf-Correctly-display-subtest-skip-status.patch
	patches.suse/selftests-bpf-Also-print-test-name-in-subtest-status.patch
	patches.suse/selftests-bpf-Support-glob-matching-for-test-selecto.patch
	patches.suse/selftests-bpf-Replace-CHECK-with-ASSERT_-macros-in-s.patch
	patches.suse/selftests-bpf-Fix-flaky-send_signal-test.patch
	patches.suse/bpf-Remove-redundant-initialization-of-variable-allo.patch
	patches.suse/libbpf-Rename-libbpf-documentation-index-file.patch
	patches.suse/bpf-Allow-bpf_get_netns_cookie-in-BPF_PROG_TYPE_SOCK.patch
	patches.suse/selftests-bpf-Test-for-get_netns_cookie.patch
	patches.suse/bpf-Undo-off-by-one-in-interpreter-tail-call-count-l.patch
	patches.suse/bpf-Fix-NULL-event-prog-pointer-access-in-bpf_overfl.patch
	patches.suse/selftests-bpf-Adding-delay-in-socketmap_listen-to-re.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/bpf-Add-support-for-set-get-socket-options-from-sets.patch
	patches.suse/selftests-bpf-Add-tests-for-set-get-socket-option-fr.patch
	patches.suse/af_unix-Fix-NULL-pointer-bug-in-unix_shutdown.patch
	patches.suse/bpf-Migrate-cgroup_bpf-to-internal-cgroup_bpf_attach.patch
	patches.suse/selftests-bpf-Reduce-flakyness-in-timer_mim.patch
	patches.suse/selftests-bpf-Enlarge-select-timeout-for-test_maps.patch
	patches.suse/selftests-bpf-Make-test_doc_build.sh-work-from-scrip.patch
	patches.suse/selftests-bpf-Add-default-bpftool-built-by-selftests.patch
	patches.suse/selftests-bpf-Add-missing-files-required-by-test_bpf.patch
	patches.suse/selftests-bpf-Exit-with-KSFT_SKIP-if-no-Makefile-fou.patch
	patches.suse/bpf-Allow-bpf_get_netns_cookie-in-BPF_PROG_TYPE_SK_M.patch
	patches.suse/selftests-bpf-Test-for-get_netns_cookie-6cbca1ee.patch
	patches.suse/bpf-Fix-possible-out-of-bound-write-in-narrow-load-h.patch
	patches.suse/samples-bpf-Fix-a-couple-of-warnings.patch
	patches.suse/tools-include-Add-ethtool_drvinfo-definition-to-UAPI.patch
	patches.suse/samples-bpf-Add-basic-infrastructure-for-XDP-samples.patch
	patches.suse/samples-bpf-Add-BPF-support-for-redirect-tracepoint.patch
	patches.suse/samples-bpf-Add-redirect-tracepoint-statistics-suppo.patch
	patches.suse/samples-bpf-Add-BPF-support-for-xdp_exception-tracep.patch
	patches.suse/samples-bpf-Add-xdp_exception-tracepoint-statistics-.patch
	patches.suse/samples-bpf-Add-BPF-support-for-cpumap-tracepoints.patch
	patches.suse/samples-bpf-Add-cpumap-tracepoint-statistics-support.patch
	patches.suse/samples-bpf-Add-BPF-support-for-devmap_xmit-tracepoi.patch
	patches.suse/samples-bpf-Add-devmap_xmit-tracepoint-statistics-su.patch
	patches.suse/samples-bpf-Add-vmlinux.h-generation-support.patch
	patches.suse/samples-bpf-Convert-xdp_monitor_kern.o-to-XDP-sample.patch
	patches.suse/samples-bpf-Convert-xdp_monitor-to-XDP-samples-helpe.patch
	patches.suse/samples-bpf-Convert-xdp_redirect_kern.o-to-XDP-sampl.patch
	patches.suse/samples-bpf-Convert-xdp_redirect-to-XDP-samples-help.patch
	patches.suse/samples-bpf-Convert-xdp_redirect_cpu_kern.o-to-XDP-s.patch
	patches.suse/samples-bpf-Convert-xdp_redirect_cpu-to-XDP-samples-.patch
	patches.suse/samples-bpf-Convert-xdp_redirect_map_kern.o-to-XDP-s.patch
	patches.suse/samples-bpf-Convert-xdp_redirect_map-to-XDP-samples-.patch
	patches.suse/samples-bpf-Convert-xdp_redirect_map_multi_kern.o-to.patch
	patches.suse/samples-bpf-Convert-xdp_redirect_map_multi-to-XDP-sa.patch
	patches.suse/bpf-Add-BTF_ID_LIST_GLOBAL_SINGLE-macro.patch
	patches.suse/bpf-Consolidate-task_struct-BTF_ID-declarations.patch
	patches.suse/bpf-Extend-bpf_base_func_proto-helpers-with-bpf_get_.patch
	patches.suse/bpf-Add-bpf_task_pt_regs-helper.patch
	patches.suse/bpf-selftests-Add-bpf_task_pt_regs-selftest.patch
	patches.suse/selftests-xsk-Remove-color-mode.patch
	patches.suse/selftests-xsk-Remove-the-num_tx_packets-option.patch
	patches.suse/selftests-xsk-Remove-unused-variables.patch
	patches.suse/selftests-xsk-Return-correct-error-codes.patch
	patches.suse/selftests-xsk-Simplify-the-retry-code.patch
	patches.suse/selftests-xsk-Remove-end-of-test-packet.patch
	patches.suse/selftests-xsk-Disassociate-umem-size-with-packets-se.patch
	patches.suse/selftests-xsk-Rename-worker_-functions-that-are-not-.patch
	patches.suse/selftests-xsk-Simplify-packet-validation-in-xsk-test.patch
	patches.suse/selftests-xsk-Validate-tx-stats-on-tx-thread.patch
	patches.suse/selftests-xsk-Decrease-sending-speed.patch
	patches.suse/selftests-xsk-Simplify-cleanup-of-ifobjects.patch
	patches.suse/selftests-xsk-Generate-packet-directly-in-umem.patch
	patches.suse/selftests-xsk-Generate-packets-from-specification.patch
	patches.suse/selftests-xsk-Make-enums-lower-case.patch
	patches.suse/selftests-xsk-Preface-options-with-opt.patch
	patches.suse/bpf-tcp-Allow-bpf-tcp-cc-to-call-bpf_-get-set-sockop.patch
	patches.suse/bpf-selftests-Add-sk_state-to-bpf_tcp_helpers.h.patch
	patches.suse/bpf-selftests-Add-connect_to_fd_opts-to-network_help.patch
	patches.suse/bpf-selftests-Add-dctcp-fallback-test.patch
	patches.suse/bpf-Fix-bpf-next-builds-without-CONFIG_BPF_EVENTS.patch
	patches.suse/selftests-bpf-Reduce-more-flakyness-in-sockmap_liste.patch
	patches.suse/samples-bpf-Fix-uninitialized-variable-in-xdp_redire.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/af_unix-fix-potential-NULL-deref-in-unix_dgram_conne.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/docs-driver-api-fpga-avoid-using-UTF-8-chars.patch
	patches.suse/fpga-fix-spelling-mistakes.patch
	patches.suse/fpga-fpga-bridge-removed-repeated-word.patch
	patches.suse/fpga-dfl-pci-add-device-IDs-for-Silicom-N501x-PAC-ca.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/fpga-fpga-mgr-wrap-the-write_init-op.patch
	patches.suse/fpga-fpga-mgr-make-write_complete-op-optional.patch
	patches.suse/fpga-fpga-mgr-wrap-the-write-op.patch
	patches.suse/fpga-fpga-mgr-wrap-the-status-op.patch
	patches.suse/fpga-fpga-mgr-wrap-the-state-op.patch
	patches.suse/fpga-fpga-mgr-wrap-the-fpga_remove-op.patch
	patches.suse/fpga-fpga-mgr-wrap-the-write_sg-op.patch
	patches.suse/0001-mei-constify-passed-buffers-and-structures.patch
	patches.suse/fpga-dfl-expose-feature-revision-from-struct-dfl_dev.patch
	patches.suse/spi-spi-altera-dfl-support-n5010-feature-revision.patch
	patches.suse/misc-sram-Only-map-reserved-areas-in-Tegra-SYSRAM.patch
	patches.suse/bus-mhi-Add-inbound-buffers-allocation-flag.patch
	patches.suse/bus-mhi-pci_generic-Add-Cinterion-MV31-W-PCIe-to-MHI.patch
	patches.suse/bus-mhi-core-Set-BHI-BHIe-offsets-on-power-up-prepar.patch
	patches.suse/bus-mhi-core-Set-BHI-and-BHIe-pointers-to-NULL-in-cl.patch
	patches.suse/bus-mhi-Add-MMIO-region-length-to-controller-structu.patch
	patches.suse/ath11k-set-register-access-length-for-MHI-driver.patch
	patches.suse/bus-mhi-pci_generic-Set-register-access-length-for-M.patch
	patches.suse/bus-mhi-core-Add-range-checks-for-BHI-and-BHIe.patch
	patches.suse/bus-mhi-core-Replace-DMA-allocation-wrappers-with-or.patch
	patches.suse/bus-mhi-core-Improve-debug-messages-for-power-up.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/Revert-bus-mhi-Add-inbound-buffers-allocation-flag.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-gadget-udc-core-Introduce-check_config-to-verify.patch
	patches.suse/usb-dwc3-Resize-TX-FIFOs-to-meet-EP-bursting-require.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-f_ncm-remove-timer_force_tx-field.patch
	patches.suse/usb-gadget-f_ncm-remove-spurious-boolean-timer_stopp.patch
	patches.suse/usb-gadget-f_ncm-remove-check-for-NULL-skb_tx_data-i.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-dwc3-drd-use-helper-to-get-role-switch-default-m.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-gadget-uvc-make-uvc_num_requests-depend-on-gadge.patch
	patches.suse/usb-gadget-uvc-add-scatter-gather-support.patch
	patches.suse/usb-gadget-uvc-decrease-the-interrupt-load-to-a-quar.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-pxa25x_udc-Constify-static-struct-pxa25x_.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-gadget-remove-unnecessary-AND-operation-when-get.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/usb-gadget-aspeed-Remove-repeated-verbose-license-te.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_audio_ext-fix-kernel-doc.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-soc-pcm-cleanup-cppcheck-warning-at-soc_pcm_app.patch
	patches.suse/ASoC-soc-pcm-cleanup-cppcheck-warning-at-soc_pcm_com.patch
	patches.suse/ASoC-soc-pcm-cleanup-cppcheck-warning-at-soc_get_pla.patch
	patches.suse/ASoC-soc-pcm-cleanup-cppcheck-warning-at-dpcm_be_is_.patch
	patches.suse/ASoC-soc-pcm-cleanup-cppcheck-warning-at-dpcm_runtim.patch
	patches.suse/ASoC-Intel-Fix-spelling-contraction-cant-can-t.patch
	patches.suse/ASoC-soc-core-cleanup-cppcheck-warning-at-snd_soc_se.patch
	patches.suse/ASoC-soc-core-cleanup-cppcheck-warning-at-snd_soc_ge.patch
	patches.suse/ASoC-soc-core-cleanup-cppcheck-warning-at-snd_soc_da.patch
	patches.suse/ASoC-soc-core-cleanup-cppcheck-warning-at-snd_soc_un.patch
	patches.suse/ASoC-soc-core-cleanup-cppcheck-warning-at-snd_soc_ad.patch
	patches.suse/ASoC-soc-core-cleanup-cppcheck-warning-at-snd_soc_of.patch
	patches.suse/ASoC-soc-core-cleanup-cppcheck-warning-at-snd_soc_of-51a3dd58424e.patch
	patches.suse/ASoC-amd-Drop-superfluous-mmap-callbacks.patch
	patches.suse/ASoC-intel-skylake-Drop-superfluous-mmap-callback.patch
	patches.suse/ASoC-soc-topology-cleanup-cppcheck-warning-at-soc_tp.patch
	patches.suse/ASoC-soc-topology-cleanup-cppcheck-warning-at-soc_tp-65a4cfdd6f2b.patch
	patches.suse/ASoC-soc-topology-cleanup-cppcheck-warning-at-soc_tp-e9aa139f95f5.patch
	patches.suse/ASoC-soc-topology-cleanup-cppcheck-warning-at-soc_tp-ea8f6b29b4a5.patch
	patches.suse/ASoC-soc-topology-cleanup-cppcheck-warning-at-snd_so.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-soc-ops-cleanup-cppcheck-warning-at-snd_soc_put.patch
	patches.suse/ASoC-soc-ops-cleanup-cppcheck-warning-at-snd_soc_lim.patch
	patches.suse/ASoC-soc-ops-cleanup-cppcheck-warning-at-snd_soc_get.patch
	patches.suse/ASoC-soc-ops-cleanup-cppcheck-warning-at-snd_soc_put-b285b51018a7.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-soc-dapm-cleanup-cppcheck-warning-at-dapm_wcach.patch
	patches.suse/ASoC-soc-dapm-cleanup-cppcheck-warning-at-dapm_conne.patch
	patches.suse/ASoC-soc-dapm-cleanup-cppcheck-warning-at-dapm_set_m.patch
	patches.suse/ASoC-soc-dapm-cleanup-cppcheck-warning-at-dapm_new_p.patch
	patches.suse/ASoC-soc-dapm-cleanup-cppcheck-warning-at-dapm_new_d.patch
	patches.suse/ASoC-soc-dapm-cleanup-cppcheck-warning-at-dapm_seq_c.patch
	patches.suse/ASoC-soc-dapm-cleanup-cppcheck-warning-at-dapm_seq_r.patch
	patches.suse/ASoC-soc-dapm-cleanup-cppcheck-warning-at-snd_soc_da.patch
	patches.suse/ASoC-soc-dapm-cleanup-cppcheck-warning-at-snd_soc_da-fcb3f196f808.patch
	patches.suse/ASoC-soc-dapm-cleanup-cppcheck-warning-at-snd_soc_da-fd136fdbf4a6.patch
	patches.suse/ASoC-soc-dapm-cleanup-cppcheck-warning-at-snd_soc_da-3dc72e4251d7.patch
	patches.suse/ASoC-soc-dapm-cleanup-cppcheck-warning-at-soc_dapm_d.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-soc-generic-dmaengine-pcm-cleanup-cppcheck-warn.patch
	patches.suse/ASoC-soc-generic-dmaengine-pcm-cleanup-cppcheck-warn-9cec66fa7026.patch
	patches.suse/ASoC-soc-generic-dmaengine-pcm-cleanup-cppcheck-warn-a2659768893b.patch
	patches.suse/ASoC-soc-dai-cleanup-cppcheck-warning-at-snd_soc_dai.patch
	patches.suse/ASoC-soc-dai-cleanup-cppcheck-warning-at-snd_soc_pcm.patch
	patches.suse/ASoC-soc-jack-cleanup-cppcheck-warning-at-snd_soc_ja.patch
	patches.suse/ASoC-soc-jack-cleanup-cppcheck-warning-for-CONFIG_GP.patch
	patches.suse/ASoC-soc-component-cleanup-cppcheck-warning-at-snd_s.patch
	patches.suse/ASoC-soc-ac97-cleanup-cppcheck-warning.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-soc-pcm-test-refcount-before-triggering.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/ASoC-Revert-PCM-trigger-changes.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/0069-drm-bridge-ti-sn65dsi83-Fix-sparse-warnings.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/0078-drm-nouveau-kms-nv50-Add-basic-DPCD-backlight-suppor.patch
	patches.suse/0079-udmabuf-Add-support-for-mapping-hugepages-v4.patch
	patches.suse/0080-drm-doc-document-how-userspace-should-find-out-CRTC-.patch
	patches.suse/0081-drm-panel-db7430-Add-driver-for-Samsung-DB7430.patch
	patches.suse/drm-panfrost-Fix-missing-clk_disable_unprepare-on-er.patch
	patches.suse/0083-drm-Introduce-the-DP-AUX-bus.patch
	patches.suse/0084-drm-panel-panel-simple-Allow-panel-simple-be-a-DP-AU.patch
	patches.suse/0085-drm-panel-panel-simple-Stash-DP-AUX-bus-allow-using-.patch
	patches.suse/0086-drm-bridge-ti-sn65dsi86-Promote-the-AUX-channel-to-i.patch
	patches.suse/0087-drm-bridge-ti-sn65dsi86-Add-support-for-the-DP-AUX-b.patch
	patches.suse/0088-drm-bridge-ti-sn65dsi86-Don-t-read-EDID-blob-over-DD.patch
	patches.suse/0089-drm-bridge-ti-sn65dsi86-Improve-probe-errors-with-de.patch
	patches.suse/0090-drm-vmwgfx-Simplify-devcaps-code.patch
	patches.suse/0091-drm-vmwgfx-Introduce-VMware-mks-guest-stats.patch
	patches.suse/drm-vmwgfx-Fix-subresource-updates-with-new-contexts.patch
	patches.suse/drm-vmwgfx-Fix-some-static-checker-warnings.patch
	patches.suse/0094-drm-vmwgfx-remove-code-that-was-using-physical-page-.patch
	patches.suse/0095-drm-vmwgfx-inline-access-to-the-pages-from-the-piter.patch
	patches.suse/0096-drm-vmwgfx-Refactor-vmw_mksstat_remove_ioctl-to-expe.patch
	patches.suse/0097-drm-vmwgfx-Remove-vmw_chipset.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/0102-drm-doc-document-drm_mode_get_plane.patch
	patches.suse/0103-dma-buf-some-dma_fence_chain-improvements.patch
	patches.suse/0068-dma-buf-add-dma_fence_chain_alloc-free-v3.patch
	patches.suse/0105-drm-dbi-Support-DBI-typec1-read-operations.patch
	patches.suse/0106-drm-panel-s6e63m0-Switch-to-DBI-abstraction-for-SPI.patch
	patches.suse/0107-drm-ast-Add-detect-function-support.patch
	patches.suse/0108-dmabuf-Add-the-capability-to-expose-DMA-BUF-stats-in.patch
	patches.suse/0109-drivers-gpu-add-missing-MODULE_DEVICE_TABLE-in-anx76.patch
	patches.suse/0110-drm-vc4-hdmi-Rely-on-interrupts-to-handle-hotplug.patch
	patches.suse/0111-drm-vmwgfx-Update-device-headers.patch
	patches.suse/0112-drm-vmwgfx-Fix-build-issues-in-mksGuestStats-discove.patch
	patches.suse/0113-fbdev-omap2-use-DEFINE_SPINLOCK-instead-of-spin_lock.patch
	patches.suse/0114-dma-buf-Document-DMA_BUF_IOCTL_SYNC-v3.patch
	patches.suse/drm-bridge-anx7625-Make-hpd-workqueue-freezable.patch
	patches.suse/0116-drm-gma500-oaktrail_lvds-replace-continue-with-break.patch
	patches.suse/0117-drm-bridge-ti-sn65dsi83-Replace-connector-format-pat.patch
	patches.suse/0118-drm-panel-Add-connector_type-and-bus_format-for-AUO-.patch
	patches.suse/0119-drm-panel-Add-connector_type-for-some-EDT-displays.patch
	patches.suse/0120-drm-panel-Add-bus_format-and-bus_flags-for-EDT-ETM04.patch
	patches.suse/0121-drm-bridge-ti-sn65dsi83-Move-LVDS-format-selection-t.patch
	patches.suse/0122-drm-bridge-ti-sn65dsi83-Pass-mode-explicitly-to-help.patch
	patches.suse/0123-drm-bridge-ti-sn65dsi83-Switch-to-atomic-operations.patch
	patches.suse/0124-drm-bridge-ti-sn65dsi83-Retrieve-output-format-from-.patch
	patches.suse/0125-drm-bridge-ti-sn65dsi83-Retrieve-the-display-mode-fr.patch
	patches.suse/0126-drm-amdgpu-unwrap-fence-chains-in-the-explicit-sync-.patch
	patches.suse/0127-drm-amdgpu-rework-dma_resv-handling-v3.patch
	patches.suse/0128-dma-buf-Document-non-dynamic-exporter-expectations-b.patch
	patches.suse/0129-udmabuf-configurable-list_limit-and-size_limit_mb.patch
	patches.suse/0130-drm-virtio-Add-fences-for-Guest-blobs.patch
	patches.suse/0131-drm-virtio-Prepare-resource_flush-to-accept-a-fence.patch
	patches.suse/0132-drm-virtio-Add-the-fence-in-resource_flush-if-presen.patch
	patches.suse/0133-drm-dp_helper-Rework-the-drm_dp_aux-documentation.patch
	patches.suse/0134-drm-dp_helper-Mention-the-concurrency-requirement-hw.patch
	patches.suse/0135-drm-Mention-the-power-state-requirement-on-side-chan.patch
	patches.suse/drm-vc4-hdmi-Set-HD_CTL_WHOLSMP-and-HD_CTL_CHALIGN_S.patch
	patches.suse/0137-drm-vc4-hdmi-Set-HDMI_MAI_FMT.patch
	patches.suse/0138-drm-vc4-hdmi-Set-VC4_HDMI_MAI_CONFIG_FORMAT_REVERSE.patch
	patches.suse/0139-drm-vc4-hdmi-Remove-firmware-logic-for-MAI-threshold.patch
	patches.suse/0140-drm-vc4-hdmi-Register-HDMI-codec.patch
	patches.suse/drm-ttm-Fix-multihop-assert-on-eviction.patch
	patches.suse/0142-drm-ttm-add-TTM_PL_FLAG_TEMPORARY-flag-v3.patch
	patches.suse/0143-drm-amdgpu-user-temporary-GTT-as-bounce-buffer.patch
	patches.suse/0144-ydrm-amdgpu-always-allow-evicting-to-SYSTEM-domain.patch
	patches.suse/0145-drm-amdgpu-switch-gtt_mgr-to-counting-used-pages.patch
	patches.suse/drm-amdgpu-Fix-BUG_ON-assert.patch
	patches.suse/0147-drm-panfrost-Shrink-sched_lock.patch
	patches.suse/0148-drm-panfrost-Use-xarray-and-helpers-for-depedency-tr.patch
	patches.suse/0149-drm-panfrost-Fix-implicit-sync.patch
	patches.suse/drm-panfrost-Make-sure-MMU-context-lifetime-is-not-b.patch
	patches.suse/0151-drm-bridge-ti-sn65dsi86-Make-enable-GPIO-optional.patch
	patches.suse/0152-drm-bridge-ti-sn65dsi86-Use-bitmask-to-store-valid-r.patch
	patches.suse/0153-drm-bridge-ti-sn65dsi86-Wrap-panel-with-panel-bridge.patch
	patches.suse/0154-drm-bridge-ti-sn65dsi86-Group-code-in-sections.patch
	patches.suse/0155-drm-bridge-ti-sn65dsi86-Split-connector-creation-to-.patch
	patches.suse/0156-drm-gem-Tiny-kernel-clarification-for-drm_gem_fence_.patch
	patches.suse/0157-dma-buf-Switch-to-inline-kerneldoc.patch
	patches.suse/0158-dma-buf-Document-dma-buf-implicit-fencing-resv-fenci.patch
	patches.suse/0159-drm-atomic-helper-make-drm_gem_plane_helper_prepare_.patch
	patches.suse/0160-drm-driver-drm_gem_plane_helper_prepare_fb-is-now-th.patch
	patches.suse/0161-drm-armada-Remove-prepare-cleanup_fb-hooks.patch
	patches.suse/0162-drm-vram-helpers-Create-DRM_GEM_VRAM_PLANE_HELPER_FU.patch
	patches.suse/drm-omap-Follow-implicit-fencing-in-prepare_fb.patch
	patches.suse/0164-drm-simple-helper-drm_gem_simple_display_pipe_prepar.patch
	patches.suse/0165-drm-tiny-drm_gem_simple_display_pipe_prepare_fb-is-t.patch
	patches.suse/0166-drm-sched-Declare-entity-idle-only-after-HW-submissi.patch
	patches.suse/0167-drm-amdgpu-Track-IRQ-state-in-local-device-state.patch
	patches.suse/0168-drm-hibmc-Call-drm_irq_uninstall-unconditionally.patch
	patches.suse/0169-drm-radeon-Track-IRQ-state-in-local-device-state.patch
	patches.suse/drm-Don-t-test-for-IRQ-support-in-VBLANK-ioctls.patch
	patches.suse/0171-drm-armada-Don-t-set-struct-drm_device.irq_enabled.patch
	patches.suse/0069-drm-i915-Track-IRQ-state-in-local-device-state.patch
	patches.suse/0173-drm-komeda-Don-t-set-struct-drm_device.irq_enabled.patch
	patches.suse/0174-drm-malidp-Don-t-set-struct-drm_device.irq_enabled.patch
	patches.suse/0175-drm-exynos-Don-t-set-struct-drm_device.irq_enabled.patch
	patches.suse/0176-drm-kirin-Don-t-set-struct-drm_device.irq_enabled.patch
	patches.suse/0177-drm-imx-Don-t-set-struct-drm_device.irq_enabled.patch
	patches.suse/0178-drm-imx-dcss-Don-t-set-struct-drm_device.irq_enabled.patch
	patches.suse/0179-drm-mediatek-Don-t-set-struct-drm_device.irq_enabled.patch
	patches.suse/0180-drm-nouveau-Don-t-set-struct-drm_device.irq_enabled.patch
	patches.suse/0181-drm-omapdrm-Track-IRQ-state-in-local-device-state.patch
	patches.suse/0182-drm-rcar-du-Don-t-set-struct-drm_device.irq_enabled.patch
	patches.suse/0183-drm-rockchip-Don-t-set-struct-drm_device.irq_enabled.patch
	patches.suse/0184-drm-sti-Don-t-set-struct-drm_device.irq_enabled.patch
	patches.suse/0185-drm-stm-Don-t-set-struct-drm_device.irq_enabled.patch
	patches.suse/0186-drm-sun4i-Don-t-set-struct-drm_device.irq_enabled.patch
	patches.suse/0187-drm-tegra-Don-t-set-struct-drm_device.irq_enabled.patch
	patches.suse/0188-drm-tidss-Don-t-use-struct-drm_device.irq_enabled.patch
	patches.suse/0189-drm-vc4-Don-t-set-struct-drm_device.irq_enabled.patch
	patches.suse/0190-drm-vkms-Don-t-set-struct-drm_device.irq_enabled.patch
	patches.suse/0191-drm-vmwgfx-Don-t-set-struct-drm_device.irq_enabled.patch
	patches.suse/0192-drm-xlnx-Don-t-set-struct-drm_device.irq_enabled.patch
	patches.suse/0193-drm-zte-Don-t-set-struct-drm_device.irq_enabled.patch
	patches.suse/0194-drm-sched-Document-what-the-timedout_job-method-shou.patch
	patches.suse/0195-drm-sched-Allow-using-a-dedicated-workqueue-for-the-.patch
	patches.suse/0196-drm-panfrost-Make-run_job-return-an-ERR_PTR-when-app.patch
	patches.suse/0197-drm-panfrost-Get-rid-of-the-unused-JS_STATUS_EVENT_A.patch
	patches.suse/0198-drm-panfrost-Drop-the-pfdev-argument-passed-to-panfr.patch
	patches.suse/0199-drm-panfrost-Do-the-exception-string-translation-usi.patch
	patches.suse/0200-drm-panfrost-Expose-a-helper-to-trigger-a-GPU-reset.patch
	patches.suse/0201-drm-panfrost-Use-a-threaded-IRQ-for-job-interrupts.patch
	patches.suse/0202-drm-panfrost-Simplify-the-reset-serialization-logic.patch
	patches.suse/0203-drm-panfrost-Make-sure-job-interrupts-are-masked-bef.patch
	patches.suse/0204-drm-panfrost-Disable-the-AS-on-unhandled-page-faults.patch
	patches.suse/0205-drm-panfrost-Reset-the-GPU-when-the-AS_ACTIVE-bit-is.patch
	patches.suse/0206-drm-panfrost-Don-t-reset-the-GPU-on-job-faults-unles.patch
	patches.suse/0207-drm-panfrost-Kill-in-flight-jobs-on-FD-close.patch
	patches.suse/0208-drm-panfrost-Queue-jobs-on-the-hardware.patch
	patches.suse/0209-drm-panfrost-Increase-the-AS_ACTIVE-polling-timeout.patch
	patches.suse/0070-drm-aperture-Pass-DRM-driver-structure-instead-of-dr.patch
	patches.suse/0211-drm-vkms-update-the-current-status-of-todo-list.patch
	patches.suse/0212-drm-dbi-Print-errors-for-mipi_dbi_command.patch
	patches.suse/0213-drm-bochs-Move-to-tiny.patch
	patches.suse/0214-drm-bochs-Use-managed-initialization-for-GEM-VRAM-he.patch
	patches.suse/0215-drm-vram-helper-Unexport-drm_vram_helper_-alloc-rele.patch
	patches.suse/0216-drm-mgag200-Don-t-pass-flags-to-drm_dev_register.patch
	patches.suse/0217-drm-mgag200-Inline-mgag200_device_init.patch
	patches.suse/0218-drm-mgag200-Extract-device-type-and-flags-in-mgag200.patch
	patches.suse/0219-drm-mgag200-Constify-LUT-for-programming-bpp.patch
	patches.suse/0220-drm-vgem-Implement-mmap-as-GEM-object-function.patch
	patches.suse/0221-drm-vc4-hdmi-Limit-noise-when-deferring-snd-card-reg.patch
	patches.suse/drm-vc4-Fix-pixel-wrap-issue-with-DVP-teardown.patch
	patches.suse/0223-drm-vkms-replace-macro-in-vkms_release.patch
	patches.suse/0224-drm-qxl-Remove-empty-qxl_gem_prime_mmap.patch
	patches.suse/0225-drm-meson-Convert-to-Linux-IRQ-interfaces.patch
	patches.suse/0226-drm-arm-komeda-Don-t-include-drm_irq.h.patch
	patches.suse/0227-drm-vmwgfx-Convert-to-Linux-IRQ-interfaces.patch
	patches.suse/0228-drm-hisilicon-hibmc-Convert-to-Linux-IRQ-interfaces.patch
	patches.suse/0229-drm-gud-Free-buffers-on-device-removal.patch
	patches.suse/0230-drm-gud-Use-scatter-gather-USB-bulk-transfer.patch
	patches.suse/0231-drm-gud-Add-Raspberry-Pi-Pico-ID.patch
	patches.suse/0232-drm-gud-Add-async_flush-module-parameter.patch
	patches.suse/dma-buf-fix-dma_resv_test_signaled-test_all-handling.patch
	patches.suse/0234-drm-nouveau-always-wait-for-the-exclusive-fence.patch
	patches.suse/0235-drm-vkms-Create-a-debugfs-file-to-get-vkms-config-da.patch
	patches.suse/drm-gma500-Fix-end-of-loop-tests-for-list_for_each_e.patch
	patches.suse/0237-drm-msm-always-wait-for-the-exclusive-fence.patch
	patches.suse/0238-drm-panel-add-basic-DP-AUX-backlight-support.patch
	patches.suse/0239-drm-panel-simple-Support-DP-AUX-backlight.patch
	patches.suse/0240-drm-panel-simple-Support-for-delays-between-GPIO-reg.patch
	patches.suse/0241-drm-panel-simple-Update-validation-warnings-for-eDP-.patch
	patches.suse/0242-drm-panel-simple-Add-Samsung-ATNA33XC20.patch
	patches.suse/drm-panel-Fix-up-DT-bindings-for-Samsung-lms397kf04.patch
	patches.suse/0243-drm-panel-simple-Add-support-for-EDT-ETMV570G2DHU-pa.patch
	patches.suse/0244-drm-panel-simple-Add-support-for-EDT-ETM0350G0DH6-pa.patch
	patches.suse/0245-drm-bridge-nwl-dsi-Drop-unused-nwl_dsi_plat_clk_conf.patch
	patches.suse/0246-drm-panfrost-fix-the-exception-name-always-UNKNOWN.patch
	patches.suse/drm-of-free-the-right-object.patch
	patches.suse/0248-drm-bridge-Mark-deprecated-operations-in-drm_bridge_.patch
	patches.suse/0249-Revert-drm-vgem-Implement-mmap-as-GEM-object-functio.patch
	patches.suse/0250-drm-gem-Export-implementation-of-shadow-plane-helper.patch
	patches.suse/0251-drm-vkms-Inherit-plane-state-from-struct-drm_shadow_.patch
	patches.suse/drm-vkms-Let-shadow-plane-helpers-prepare-the-plane-.patch
	patches.suse/0253-drm-vkms-Use-dma-buf-mapping-from-shadow-plane-state.patch
	patches.suse/0254-drm-dp-Move-panel-DP-AUX-backlight-support-to-drm_dp.patch
	patches.suse/0255-drm-shmem-helper-Align-to-page-size-in-dumb_create.patch
	patches.suse/0256-drm-panel-Add-Innolux-EJ030NA-3.0-320x480-panel.patch
	patches.suse/0257-drm-vc4-hdmi-Drop-devm-interrupt-handler-for-hotplug.patch
	patches.suse/0258-drm-vc4-hdmi-Only-call-into-DRM-framework-if-registe.patch
	patches.suse/0259-drm-vc4-hdmi-Remove-drm_encoder-crtc-usage.patch
	patches.suse/0260-drm-qxl-Convert-to-Linux-IRQ-interfaces.patch
	patches.suse/0261-drm-vbox-Convert-to-Linux-IRQ-interfaces.patch
	patches.suse/0262-drm-omapdrm-Remove-outdated-comment.patch
	patches.suse/drm-of-free-the-iterator-object-on-failure.patch
	patches.suse/0264-drm-panel-simple-Power-the-panel-when-probing-DP-AUX.patch
	patches.suse/0265-drm-dp-For-drm_panel_dp_aux_backlight-init-backlight.patch
	patches.suse/0266-drm-panel-ws2401-Add-driver-for-WideChips-WS2401.patch
	patches.suse/0267-drm-stm-ltdc-Silence-EPROBE_DEFER-till-bridge-attach.patch
	patches.suse/0268-drm-stm-dsi-compute-the-transition-time-from-LP-to-H.patch
	patches.suse/video-fbdev-kyro-fix-a-DoS-bug-by-restricting-user-i.patch
	patches.suse/0270-fbmem-Convert-from-atomic_t-to-refcount_t-on-fb_info.patch
	patches.suse/0271-drm-ingenic-Convert-to-Linux-IRQ-interfaces.patch
	patches.suse/0272-dma-buf-Delete-the-DMA-BUF-attachment-sysfs-statisti.patch
	patches.suse/0273-drm-ast-Zero-is-missing-in-detect-function.patch
	patches.suse/drm-ast-Disable-fast-reset-after-DRAM-initial.patch
	patches.suse/0275-drm-bochs-Fix-missing-pci_disable_device-on-error-in.patch
	patches.suse/0276-dma_buf-remove-dmabuf-sysfs-teardown-before-release.patch
	patches.suse/0277-drm-print-fixup-spelling-in-a-comment.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/0283-drm-v3d-Expose-performance-counters-to-userspace.patch
	patches.suse/0284-vgaarb-remove-VGA_DEFAULT_DEVICE.patch
	patches.suse/0285-vgaarb-remove-vga_conflicts.patch
	patches.suse/0286-vgaarb-move-the-kerneldoc-for-vga_set_legacy_decodin.patch
	patches.suse/0287-vgaarb-cleanup-vgaarb.h.patch
	patches.suse/0288-vgaarb-provide-a-vga_client_unregister-wrapper.patch
	patches.suse/0289-vgaarb-remove-the-unused-irq_set_state-argument-to-v.patch
	patches.suse/0290-vgaarb-don-t-pass-a-cookie-to-vga_client_register.patch
	patches.suse/drivers-firmware-move-x86-Generic-System-Framebuffer.patch
	patches.suse/drivers-firmware-consolidate-EFI-framebuffer-setup-f.patch
	patches.suse/0292-video-fbdev-arcfb-remove-redundant-initialization-of.patch
	patches.suse/0293-video-fbdev-neofb-add-a-check-against-divide-error.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/0294-drm-bridge-make-a-const-array-static-makes-object-sm.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/0297-drm-rcar-du-Shutdown-the-display-on-remove.patch
	patches.suse/0298-drm-bridge-Centralize-error-message-when-bridge-atta.patch
	patches.suse/0299-drm-bridge-dw-hdmi-Attach-to-next-bridge-if-availabl.patch
	patches.suse/0300-drm-rcar-du-lvds-Convert-to-DRM-panel-bridge-helper.patch
	patches.suse/0301-drm-rcar-du-dw-hdmi-Set-output-port-number.patch
	patches.suse/0302-drm-rcar-du-Use-drm_bridge_connector_init-helper.patch
	patches.suse/0303-drm-rcar-du-lvds-Don-t-set-bridge-driver_private-fie.patch
	patches.suse/0304-drm-rcar-du-lvds-Use-dev_err_probe.patch
	patches.suse/0305-drm-panfrost-devfreq-Don-t-display-error-for-EPROBE_.patch
	patches.suse/0306-Documentation-gpu-Mention-the-requirements-for-new-p.patch
	patches.suse/0307-drm-fourcc-Add-modifier-definitions-for-Arm-Fixed-Ra.patch
	patches.suse/0308-drm-hisilicon-hibmc-Remove-variable-priv-from-hibmc_.patch
	patches.suse/0309-drm-gem-Provide-drm_gem_fb_-begin-end-_cpu_access-he.patch
	patches.suse/0310-drm-udl-Use-framebuffer-dma-buf-helpers.patch
	patches.suse/0311-drm-mipi-dbi-Use-framebuffer-dma-buf-helpers.patch
	patches.suse/0312-drm-gud-Use-framebuffer-dma-buf-helpers.patch
	patches.suse/0313-drm-gm12u320-Use-framebuffer-dma-buf-helpers.patch
	patches.suse/0314-drm-repaper-Use-framebuffer-dma-buf-helpers.patch
	patches.suse/0315-drm-st7586-Use-framebuffer-dma-buf-helpers.patch
	patches.suse/0316-drm-shmobile-Convert-to-Linux-IRQ-interfaces.patch
	patches.suse/drm-bridge-nwl-dsi-Avoid-potential-multiplication-ov.patch
	patches.suse/0318-drm-rockchip-dsi-add-own-additional-pclk-handling.patch
	patches.suse/0319-drm-rockchip-dsi-add-ability-to-work-as-a-phy-instea.patch
	patches.suse/0320-drm-document-drm_property_enum.value-for-bitfields.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/0324-drm-panel-simple-Add-support-for-two-more-AUO-panels.patch
	patches.suse/0325-video-ep93xx-Prepare-clock-before-using-it.patch
	patches.suse/0326-drm-dsi-Add-_NO_-to-MIPI_DSI_-flags-disabling-featur.patch
	patches.suse/0327-drm-bridge-dw-mipi-dsi-Find-the-possible-DSI-devices.patch
	patches.suse/drm-prime-fix-comment-on-PRIME-Helpers.patch
	patches.suse/0329-drm-plane-remove-drm_helper_get_plane_damage_clips.patch
	patches.suse/0330-drm-plane-check-that-fb_damage-is-set-up-when-used.patch
	patches.suse/0331-drm-plane-Move-drm_plane_enable_fb_damage_clips-into.patch
	patches.suse/0332-drm-add-logging-for-RMFB-ioctl.patch
	patches.suse/0333-drm-document-DRM_IOCTL_MODE_RMFB.patch
	patches.suse/0334-video-fbdev-ssd1307fb-Propagate-errors-via-ssd1307fb.patch
	patches.suse/0335-video-fbdev-ssd1307fb-Simplify-ssd1307fb_update_disp.patch
	patches.suse/0336-video-fbdev-ssd1307fb-Extract-ssd1307fb_set_-col-pag.patch
	patches.suse/0337-video-fbdev-ssd1307fb-Optimize-screen-updates.patch
	patches.suse/0338-video-fbdev-ssd1307fb-Cache-address-ranges.patch
	patches.suse/drm-mxsfb-Enable-recovery-on-underflow.patch
	patches.suse/drm-mxsfb-Increase-number-of-outstanding-requests-on.patch
	patches.suse/0341-drm-mxsfb-Use-bus_format-from-the-nearest-bridge-if-.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/0344-drm-vmwgfx-Switch-to-using-DRM_IOCTL_DEF_DRV.patch
	patches.suse/0345-drm-vmwgfx-Cleanup-logging.patch
	patches.suse/0346-drm-vmwgfx-Be-a-lot-more-flexible-with-MOB-limits.patch
	patches.suse/0347-drm-vmwgfx-Use-2.19-version-number-to-recognize-mks-.patch
	patches.suse/drm-use-the-lookup-lock-in-drm_is_current_master.patch
	patches.suse/0349-drm-panel-sony-acx424akp-Modernize-backlight-handlin.patch
	patches.suse/0350-drm-clarify-usage-of-drm-leases.patch
	patches.suse/0351-drm-vc4-hdmi-Remove-redundant-variables.patch
	patches.suse/0352-drm-vc4-hdmi-Remove-unused-struct.patch
	patches.suse/0353-drm-msm-Let-fences-read-directly-from-memptrs.patch
	patches.suse/0354-drm-msm-Signal-fences-sooner.patch
	patches.suse/0355-drm-msm-Split-out-devfreq-handling.patch
	patches.suse/0356-drm-msm-Split-out-get_freq-helper.patch
	patches.suse/0357-drm-msm-Devfreq-tuning.patch
	patches.suse/0358-drm-msm-Docs-and-misc-cleanup.patch
	patches.suse/0359-drm-msm-Small-submitqueue-creation-cleanup.patch
	patches.suse/0360-drm-msm-drop-drm_gem_object_put_locked.patch
	patches.suse/0361-drm-Drop-drm_gem_object_put_locked.patch
	patches.suse/0362-drm-msm-submit-Simplify-out-fence-fd-handling.patch
	patches.suse/0363-drm-msm-Consolidate-submit-bo-state.patch
	patches.suse/0364-drm-msm-Track-seqno-fences-by-idr.patch
	patches.suse/0365-drm-msm-Return-ERR_PTR-from-submit_create.patch
	patches.suse/0366-drm-msm-Conversion-to-drm-scheduler.patch
	patches.suse/0367-drm-msm-Drop-submit-bo_list.patch
	patches.suse/0368-drm-msm-Drop-struct_mutex-in-submit-path.patch
	patches.suse/0369-drm-msm-Utilize-gpu-scheduler-priorities.patch
	patches.suse/0370-drm-msm-gem-Mark-active-before-pinning.patch
	patches.suse/0371-drm-amdgpu-add-a-mutex-for-the-smu11-i2c-bus-v2.patch
	patches.suse/0372-drm-amdgpu-pm-rework-i2c-xfers-on-sienna-cichlid-v4.patch
	patches.suse/0373-drm-amdgpu-pm-rework-i2c-xfers-on-arcturus-v5.patch
	patches.suse/0374-drm-amdgpu-pm-add-smu-i2c-implementation-for-navi1x-.patch
	patches.suse/0375-drm-amdgpu-add-new-helper-for-handling-EEPROM-i2c-tr.patch
	patches.suse/0376-drm-amdgpu-ras-switch-ras-eeprom-handling-to-use-gen.patch
	patches.suse/0377-drm-amdgpu-ras-switch-fru-eeprom-handling-to-use-gen.patch
	patches.suse/0378-drm-amdgpu-i2c-subsystem-uses-7-bit-addresses.patch
	patches.suse/0379-drm-amdgpu-add-I2C_CLASS_HWMON-to-SMU-i2c-buses.patch
	patches.suse/0380-drm-amdgpu-rework-smu11-i2c-for-generic-operation.patch
	patches.suse/0381-drm-amdgpu-only-set-restart-on-first-cmd-of-the-smu-.patch
	patches.suse/0382-drm-amdgpu-Remember-to-wait-10ms-for-write-buffer-fl.patch
	patches.suse/0383-dmr-amdgpu-Add-RESTART-handling-also-to-smu_v11_0_i2.patch
	patches.suse/0384-drm-amdgpu-Drop-i-0-restriction-for-issuing-RESTART.patch
	patches.suse/0385-drm-amdgpu-Send-STOP-for-the-last-byte-of-msg-only.patch
	patches.suse/0386-drm-amd-pm-SMU-I2C-Return-number-of-messages-process.patch
	patches.suse/0387-drm-amdgpu-pm-ADD-I2C-quirk-adapter-table.patch
	patches.suse/0388-drm-amdgpu-Fix-Vega20-I2C-to-be-agnostic-v2.patch
	patches.suse/0389-drm-amdgpu-Fixes-to-the-AMDGPU-EEPROM-driver.patch
	patches.suse/0390-drm-amdgpu-EEPROM-respects-I2C-quirks.patch
	patches.suse/0391-drm-amdgpu-I2C-EEPROM-full-memory-addressing.patch
	patches.suse/0392-drm-amdgpu-RAS-and-FRU-now-use-19-bit-I2C-address.patch
	patches.suse/0393-drm-amdgpu-Fix-wrap-around-bugs-in-RAS.patch
	patches.suse/0394-drm-amdgpu-I2C-class-is-HWMON.patch
	patches.suse/0395-drm-amdgpu-RAS-EEPROM-RAS.patch
	patches.suse/0396-drm-amdgpu-Rename-misspelled-function.patch
	patches.suse/0397-drm-amdgpu-RAS-xfer-to-read-write.patch
	patches.suse/0398-drm-amdgpu-EEPROM-add-explicit-read-and-write.patch
	patches.suse/0399-drm-amd-pm-Extend-the-I2C-quirk-table.patch
	patches.suse/0400-drm-amd-pm-Simplify-managed-I2C-transfer-functions.patch
	patches.suse/0401-drm-amdgpu-Fix-width-of-I2C-address.patch
	patches.suse/0402-drm-amdgpu-Return-result-fix-in-RAS.patch
	patches.suse/drm-amdgpu-Fix-amdgpu_ras_eeprom_init.patch
	patches.suse/0404-drm-amdgpu-Simplify-RAS-EEPROM-checksum-calculations.patch
	patches.suse/0405-drm-amdgpu-Use-explicit-cardinality-for-clarity.patch
	patches.suse/0406-drm-amdgpu-Nerf-buff.patch
	patches.suse/0407-drm-amdgpu-Some-renames.patch
	patches.suse/0408-drm-amdgpu-Get-rid-of-test-function.patch
	patches.suse/0409-drm-amdgpu-Optimize-EEPROM-RAS-table-I-O.patch
	patches.suse/0410-drm-amdgpu-RAS-EEPROM-table-is-now-in-debugfs.patch
	patches.suse/0411-drm-amdgpu-fix-64-bit-divide-in-eeprom-code.patch
	patches.suse/drm-amdgpu-Fix-koops-when-accessing-RAS-EEPROM.patch
	patches.suse/0413-drm-amdgpu-Use-a-single-loop.patch
	patches.suse/0414-drm-amdgpu-Correctly-disable-the-I2C-IP-block.patch
	patches.suse/0415-drm-amd-pm-Simplify-managed-I2C-transfer-of-Aldebara.patch
	patches.suse/0001-drm-amdgpu-add-license-to-umc_8_7_0_sh_mask.h.patch
	patches.suse/0417-drm-amdgpu-add-function-to-show-ucode-name-via-id.patch
	patches.suse/0418-drm-amdgpu-add-function-to-show-psp_gfx_cmd-name-via.patch
	patches.suse/0419-drm-amdgpu-show-explicit-name-instead-of-id-in-psp_c.patch
	patches.suse/0420-drm-amdgpu-use-xarray-for-storing-pasid-in-vm.patch
	patches.suse/0421-drm-amdgpu-separate-out-vm-pasid-assignment.patch
	patches.suse/0422-drm-amdkfd-Only-apply-TLB-flush-optimization-on-ALde.patch
	patches.suse/0423-drm-amdgpu-Read-clock-counter-via-MMIO-to-reduce-del.patch
	patches.suse/0424-drm-amd-pm-Add-I2C-quirk-table-to-Aldebaran.patch
	patches.suse/0425-drm-amdgpu-The-I2C-IP-doesn-t-support-0-writes-reads.patch
	patches.suse/0426-drm-amd-display-isolate-link-training-setting-overri.patch
	patches.suse/0427-drm-amd-display-DMUB-Outbound-Interrupt-Process-X86.patch
	patches.suse/0428-drm-amd-display-Add-null-checks.patch
	patches.suse/0429-drm-amd-display-Add-Freesync-HDMI-support-to-DM-with.patch
	patches.suse/0430-drm-amd-display-Adjust-types-and-formatting-for-futu.patch
	patches.suse/0431-drm-amd-display-FW-Promotion-Release-0.0.72.patch
	patches.suse/0432-drm-amd-display-3.2.142.patch
	patches.suse/0433-drm-amd-display-Round-KHz-up-when-calculating-clock-.patch
	patches.suse/0434-drm-amd-display-increase-max-EDID-size-to-2k.patch
	patches.suse/0435-drm-amdgpu-fix-a-signedness-bug-in-__verify_ras_tabl.patch
	patches.suse/0436-drm-amdgpu-Fix-signedness-bug-in-__amdgpu_eeprom_xfe.patch
	patches.suse/0437-drm-amdgpu-unlock-on-error-in-amdgpu_ras_debugfs_tab.patch
	patches.suse/0438-drm-amdgpu-return-EFAULT-if-copy_to_user-fails.patch
	patches.suse/0439-drm-amd-pm-new-SmuMetrics-data-structure-for-Sienna-.patch
	patches.suse/0440-drm-amd-pm-update-the-gpu-metrics-data-retrieving-fo.patch
	patches.suse/0441-drm-amd-pm-bump-DRIVER_IF_VERSION-for-Sienna-Cichlid.patch
	patches.suse/0442-drm-amdgpu-initialize-umc-ras-function.patch
	patches.suse/0443-Revert-drm-amdkfd-Only-apply-TLB-flush-optimization-.patch
	patches.suse/0444-drm-amdgpu-Resolve-bug-in-UMC-6.7-error-offset-calcu.patch
	patches.suse/0445-drm-amdgpu-Switch-to-VRAM-buffer-for-USBC-PD-FW.patch
	patches.suse/0446-drm-amdgpu-Switch-to-LFB-for-USBC-PD-FW-in-psp-v13.patch
	patches.suse/0447-drm-amd-display-avoid-printing-ERROR-for-unknown-CEA.patch
	patches.suse/0448-drm-amdgpu-display-make-a-const-array-common_rates-s.patch
	patches.suse/0449-drm-amdgpu-split-amdgpu_device_access_vram-into-two-.patch
	patches.suse/0450-drm-amdgpu-ttm-replace-duplicate-code-with-exiting-f.patch
	patches.suse/0451-drm-amdgpu-ttm-optimize-vram-access-in-amdgpu_ttm_ac.patch
	patches.suse/0452-drm-amd-display-reset-dpcd_cap.dpcd_rev-for-passive-.patch
	patches.suse/0453-drm-amd-display-Assume-active-upper-layer-owns-the-H.patch
	patches.suse/drm-amd-display-Fix-timer_per_pixel-unit-error.patch
	patches.suse/0455-drm-amd-display-Prevent-Diags-from-entering-S2.patch
	patches.suse/0456-drm-amd-display-log-additional-register-state-for-de.patch
	patches.suse/0457-drm-amd-display-Extend-dmub_cmd_psr_copy_settings_da.patch
	patches.suse/0458-drm-amd-display-remove-compbuf-size-wait.patch
	patches.suse/0459-drm-amd-display-FW-Promotion-Release-0.0.73.patch
	patches.suse/0460-drm-amd-display-3.2.143.patch
	patches.suse/0461-drm-amd-display-add-debug-print-for-DCC-validation-f.patch
	patches.suse/0462-drm-amd-display-Reduce-delay-when-sink-device-not-ab.patch
	patches.suse/0463-drm-amd-display-Add-copyright-notice-to-new-files.patch
	patches.suse/drm-amd-display-Fixed-hardware-power-down-bypass-dur.patch
	patches.suse/0465-drm-amd-display-3.2.144.patch
	patches.suse/0466-drm-amd-display-Enable-eDP-ILR-on-DCN2.1.patch
	patches.suse/0467-drm-amd-display-DCN2X-Prefer-ODM-over-bottom-pipe-to.patch
	patches.suse/0468-drm-amd-display-add-workaround-for-riommu-invalidati.patch
	patches.suse/0469-drm-amd-display-Refine-condition-for-cursor-visibili.patch
	patches.suse/0470-drm-amd-display-FW-Promotion-Release-0.0.75.patch
	patches.suse/0471-drm-amd-display-3.2.145.patch
	patches.suse/0472-drm-amdgpu-Fix-documentaion-for-amdgpu_bo_add_to_sha.patch
	patches.suse/0473-drm-amdgpu-add-psp-command-to-get-num-xgmi-links-bet.patch
	patches.suse/0474-drm-amdkfd-report-xgmi-bandwidth-between-direct-peer.patch
	patches.suse/0475-drm-amdkfd-report-pcie-bandwidth-to-the-kfd.patch
	patches.suse/0476-drm-amdgpu-Change-the-imprecise-function-name.patch
	patches.suse/0477-drm-amdgpu-Add-error-message-when-programing-registe.patch
	patches.suse/drm-amdgpu-Fix-a-printing-message.patch
	patches.suse/0479-drm-amdgpu-Change-a-few-function-names.patch
	patches.suse/0480-drm-amdkfd-Renaming-dqm-packets-to-dqm-packet_mgr.patch
	patches.suse/0481-drm-amdkfd-Set-priv_queue-to-NULL-after-it-is-freed.patch
	patches.suse/0482-drm-amdkfd-Fix-a-concurrency-issue-during-kfd-recove.patch
	patches.suse/drm-amd-amdgpu-Update-debugfs-link_settings-output-l.patch
	patches.suse/0484-drm-amd-amdgpu-Add-a-new-line-to-debugfs-phy_setting.patch
	patches.suse/0485-drm-amdgpu-Fix-documentaion-for-dm_dmub_outbox1_low_.patch
	patches.suse/0486-drm-amdkfd-Update-SMI-throttle-event-bitmask.patch
	patches.suse/0487-drm-amd-amdgpu-consider-kernel-job-always-not-guilty.patch
	patches.suse/0488-drm-amd-amdgpu-add-consistent-PSP-FW-loading-size-ch.patch
	patches.suse/drm-amdgpu-acp-Make-PM-domain-really-work.patch
	patches.suse/0490-drm-amdgpu-increase-size-for-sdma-fw-name-string.patch
	patches.suse/0491-drm-amdgpu-adjust-fw_name-string-length-for-toc.patch
	patches.suse/0492-drm-amdgpu-add-cyan_skillfish-asic-type.patch
	patches.suse/0493-drm-amdgpu-dynamic-initialize-ip-offset-for-cyan_ski.patch
	patches.suse/0494-drm-amdgpu-init-family-name-for-cyan_skillfish.patch
	patches.suse/0495-drm-amdgpu-set-ip-blocks-for-cyan_skillfish.patch
	patches.suse/0496-drm-amdgpu-add-cp-rlc-fw-loading-support-for-cyan_sk.patch
	patches.suse/0497-drm-amdgpu-add-sdma-fw-loading-support-for-cyan_skil.patch
	patches.suse/0498-drm-amdgpu-load-fw-direclty-for-cyan_skillfish.patch
	patches.suse/0499-drm-amdgpu-add-cyan_skillfish-support-in-gmc-v10.patch
	patches.suse/0500-drm-amdgpu-add-cyan_skillfish-support-in-gfx-v10.patch
	patches.suse/0501-drm-amdgpu-add-sdma-v5-golden-settings-for-cyan_skil.patch
	patches.suse/0502-drm-amdgpu-add-gc-v10-golden-settings-for-cyan_skill.patch
	patches.suse/0503-drm-amdkfd-enable-cyan_skillfish-KFD.patch
	patches.suse/0504-drm-amdgpu-add-chip-early-init-for-cyan_skillfish.patch
	patches.suse/0505-drm-amdgpu-add-nbio-support-for-cyan_skillfish.patch
	patches.suse/0506-drm-amdgpu-add-mp-11.0.8-header-for-cyan_skillfish.patch
	patches.suse/0507-drm-amdgpu-add-psp-v11.0.8-driver-for-cyan_skillfish.patch
	patches.suse/0508-drm-amdgpu-init-psp-v11.0.8-function-for-cyan_skillf.patch
	patches.suse/0509-drm-amdgpu-enable-psp-v11.0.8-for-cyan_skillfish.patch
	patches.suse/0510-drm-amdgpu-use-direct-loading-by-default-for-cyan_sk.patch
	patches.suse/0511-drm-amdgpu-add-smu_v11_8_pmfw-header-for-cyan_skilfi.patch
	patches.suse/0512-drm-amdgpu-add-smu_v11_8_ppsmc-header-for-cyan_skilf.patch
	patches.suse/0513-drm-amdgpu-add-smu-interface-header-for-cyan_skilfis.patch
	patches.suse/0514-drm-amdgpu-add-basic-ppt-functions-for-cyan_skilfish.patch
	patches.suse/0515-drm-amdgpu-add-check_fw_version-support-for-cyan_ski.patch
	patches.suse/0516-drm-amdgpu-enable-SMU-for-cyan_skilfish.patch
	patches.suse/0517-drm-amdgpu-add-autoload_supported-check-for-RLC-auto.patch
	patches.suse/0518-drm-amdgpu-add-pci-device-id-for-cyan_skillfish.patch
	patches.suse/drm-amd-pm-Fix-a-bug-communicating-with-the-SMU-v5.patch
	patches.suse/0520-drm-amdgpu-Clear-doorbell-interrupt-status-for-Sienn.patch
	patches.suse/0521-drm-amdgpu-Change-the-imprecise-output.patch
	patches.suse/0522-drm-amdgpu-Add-msix-restore-for-pass-through-mode.patch
	patches.suse/0523-drm-amdgpu-retire-sdma-v5_2-golden-settings-from-dri.patch
	patches.suse/0524-drm-amdgpu-Rename-amdgpu_acpi_is_s0ix_supported.patch
	patches.suse/drm-amd-display-Fix-PSR-command-version.patch
	patches.suse/0526-drm-amd-display-Add-ETW-logging-for-AUX-failures.patch
	patches.suse/0527-drm-amd-display-Add-ETW-log-to-dmub_psr_get_state.patch
	patches.suse/0528-drm-amd-display-Fixed-EdidUtility-build-errors.patch
	patches.suse/0529-drm-amd-display-fix-missing-reg-offset.patch
	patches.suse/0530-drm-amd-display-add-update-authentication-interface.patch
	patches.suse/0531-drm-amd-display-remove-unused-functions.patch
	patches.suse/0532-drm-amd-display-Always-wait-for-update-lock-status.patch
	patches.suse/0533-drm-amd-display-refactor-riommu-invalidation-wa.patch
	patches.suse/0534-drm-amd-display-FW-Promotion-Release-0.0.76.patch
	patches.suse/0535-drm-amd-display-3.2.146.patch
	patches.suse/0536-Revert-Revert-drm-amdkfd-Add-heavy-weight-TLB-flush-.patch
	patches.suse/0537-Revert-Revert-drm-amdgpu-Add-table_freed-parameter-t.patch
	patches.suse/0538-Revert-Revert-drm-amdkfd-Make-TLB-flush-conditional-.patch
	patches.suse/0539-Revert-Revert-drm-amdgpu-Fix-warning-of-Function-par.patch
	patches.suse/0540-Revert-Revert-drm-amdkfd-Add-memory-sync-before-TLB-.patch
	patches.suse/0541-drm-amd-pm-restore-user-customized-OD-settings-prope.patch
	patches.suse/0542-drm-amd-pm-restore-user-customized-OD-settings-prope.patch
	patches.suse/drm-amdgpu-display-add-support-for-multiple-backligh.patch
	patches.suse/0544-drm-amdgpu-remove-the-access-of-xxx_PSP_DEBUG-on-cyc.patch
	patches.suse/0545-drm-amdgpu-Added-latest-PSP-FW-header.patch
	patches.suse/0546-drm-amdgpu-Added-support-for-added-psp-driver-binari.patch
	patches.suse/0547-drm-amdgpu-Consolidated-PSP13-BL-FW-loading.patch
	patches.suse/0548-drm-amdgpu-Added-PSP13-BL-loading-support-for-additi.patch
	patches.suse/drm-amdgpu-adjust-fence-driver-enable-sequence.patch
	patches.suse/0550-drm-amdgpu-enable-psp-front-door-loading-by-default-.patch
	patches.suse/drm-amd-pm-Fix-a-bug-in-semaphore-double-lock.patch
	patches.suse/0552-drm-clean-up-unused-kerneldoc-in-drm_lease.c.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/0556-Revert-drm-panel-simple-Add-Samsung-ATNA33XC20.patch
	patches.suse/0557-Revert-drm-panel-simple-Support-for-delays-between-G.patch
	patches.suse/0558-drm-panel-atna33xc20-Introduce-the-Samsung-ATNA33XC2.patch
	patches.suse/0559-drm-pl111-Remove-unused-including-linux-version.h.patch
	patches.suse/0560-drm-panel-Add-support-for-E-Ink-VB3300-KCA.patch
	patches.suse/0561-DRM-ast-Fixed-coding-style-issues-of-ast_mode.c.patch
	patches.suse/0562-drm-connector-add-ref-to-drm_connector_get-in-iter-d.patch
	patches.suse/0563-drm-Fix-typo-in-comments.patch
	patches.suse/0564-drm-Fix-oops-in-damage-self-tests-by-mocking-damage-.patch
	patches.suse/0565-drm-document-drm_mode_get_property.patch
	patches.suse/0566-drm-Define-DRM_FORMAT_MAX_PLANES.patch
	patches.suse/0567-drm-gem-Provide-drm_gem_fb_-vmap-vunmap.patch
	patches.suse/0568-drm-gem-Clear-mapping-addresses-for-unused-framebuff.patch
	patches.suse/0569-drm-gud-Map-framebuffer-BOs-with-drm_gem_fb_vmap.patch
	patches.suse/0570-drm-vkms-Map-output-framebuffer-BOs-with-drm_gem_fb_.patch
	patches.suse/0571-drm-panel-simple-add-Gopher-2b-LCD-panel.patch
	patches.suse/0572-drm-panel-Add-ilitek-ili9341-panel-driver.patch
	patches.suse/0573-Revert-Revert-drm-amdkfd-Add-heavy-weight-TLB-flush-.patch
	patches.suse/0574-Revert-Revert-drm-amdkfd-Add-memory-sync-before-TLB-.patch
	patches.suse/0575-Revert-Revert-drm-amdkfd-Only-apply-TLB-flush-optimi.patch
	patches.suse/0576-drm-amdkfd-Only-apply-heavy-weight-TLB-flush-on-Alde.patch
	patches.suse/0577-drm-amd-display-Fix-typo-in-comments.patch
	patches.suse/0578-gpu-drm-radeon-Fix-typo-in-comments.patch
	patches.suse/0579-drm-amdgpu-powerplay-smu10-Fix-a-typo-in-error-messa.patch
	patches.suse/0580-drm-amdgpu-Fix-channel_index-table-layout-for-Aldeba.patch
	patches.suse/0581-drm-amd-pm-correct-aldebaran-smu-feature-mapping-FEA.patch
	patches.suse/drm-amdgpu-avoid-over-handle-of-fence-driver-fini-in.patch
	patches.suse/0583-gpu-drm-amd-Remove-duplicated-include-of-drm_drv.h.patch
	patches.suse/0584-drm-amdgpu-create-amdgpu_vkms-v4.patch
	patches.suse/0585-drm-amdgpu-cleanup-dce_virtual.patch
	patches.suse/0586-drm-amdgpu-replace-dce_virtual-with-amdgpu_vkms-v3.patch
	patches.suse/0587-drm-amd-amdgpu-remove-redundant-host-to-psp-cmd-buf-.patch
	patches.suse/0588-drm-amd-display-Remove-redundant-vblank-workqueues-i.patch
	patches.suse/0589-drm-amd-display-Add-check-for-validating-unsupported.patch
	patches.suse/0590-drm-amd-display-Move-specific-DCN2x-code-that-uses-F.patch
	patches.suse/0591-drm-amd-display-Add-control-mechanism-for-FPU.patch
	patches.suse/0592-drm-amd-display-Add-control-mechanism-for-FPU-utiliz.patch
	patches.suse/0593-drm-amd-display-Add-DC_FP-helper-to-check-FPU-state.patch
	patches.suse/0594-drm-amd-display-FW-Promotion-Release-0.0.77.patch
	patches.suse/0595-drm-amd-display-3.2.147.patch
	patches.suse/0596-drm-amd-amdgpu-add-regCP_MEx_INT_STAT_DEBUG-for-Alde.patch
	patches.suse/0597-drm-amdgpu-update-PSP-BL-cmd-IDs.patch
	patches.suse/0598-drm-amdgpu-added-synchronization-for-psp-cmd-buf-acc.patch
	patches.suse/0599-drm-amd-amdgpu-Recovery-vcn-instance-iterate.patch
	patches.suse/0600-drm-amdgpu-Put-MODE-register-in-wave-debug-info.patch
	patches.suse/0601-drm-amdgpu-drop-redundant-null-pointer-checks-in-amd.patch
	patches.suse/0602-drm-amdkfd-Expose-GFXIP-engine-version-to-sysfs.patch
	patches.suse/0603-drm-radeon-Update-pitch-for-page-flip.patch
	patches.suse/0604-DRM-gpu-radeon-Fixed-coding-style-issues.patch
	patches.suse/0605-drm-amdgpu-check-for-allocation-failure-in-amdgpu_vk.patch
	patches.suse/0606-drm-amd-display-Remove-redundant-initialization-of-v.patch
	patches.suse/0607-drm-amdkfd-Allow-querying-SVM-attributes-that-are-cl.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/0650-drm-i915-doc-Include-GuC-ABI-documentation.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/0658-drm-doc-rfc-i915-GuC-submission-DRM-scheduler.patch
	patches.suse/0659-drm-doc-rfc-i915-new-parallel-submission-uAPI-plan.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/0727-drm-i915-Fix-missing-docbook-chapters-for-i915-uapi.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/0868-drm-xlnx-zynqmp_dpsub-Update-dependencies-for-ZynqMP.patch
	patches.suse/drm-xlnx-zynqmp-release-reset-to-DP-controller-befor.patch
	patches.suse/0870-drm-xlnx-zynqmp-Add-zynqmp_disp_layer_is_video-to-si.patch
	patches.suse/0871-drm-xlnx-zynqmp_dpsub-Pass-disp-structure-to-all-int.patch
	patches.suse/0872-drm-xlnx-zynqmp_dpsub-Fix-graphics-layer-blending.patch
	patches.suse/0873-drm-xlnx-zynqmp_dpsub-Add-global-alpha-support.patch
	patches.suse/0874-drm-xlnx-zynqmp_dpsub-Expose-plane-ordering-to-users.patch
	patches.suse/0875-drm-xlnx-zynqmp_disp-Fix-incorrectly-named-enum-zynq.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/0959-locking-lockdep-Provide-lockdep_assert-_once-helpers.patch
	patches.suse/0960-drm-add-lockdep-assert-to-drm_is_current_master_lock.patch
	patches.suse/0961-drm-nouveau-fix-disp.c-build-when-NOUVEAU_BACKLIGHT-.patch
	patches.suse/0962-drm-panel-simple-add-Multi-Innotechnology-MI1010AIT-.patch
	patches.suse/0963-drm-panel-simple-add-LOGIC-Technologies-LTTD80048007.patch
	patches.suse/drm-bridge-it66121-Check-drm_bridge_attach-retval.patch
	patches.suse/0965-drm-bridge-anx7625-Tune-K-value-for-IVO-panel.patch
	patches.suse/drm-mgag200-Select-clock-in-PLL-update-functions.patch
	patches.suse/0967-drm-mgag200-Return-errno-codes-from-PLL-compute-func.patch
	patches.suse/0968-drm-mgag200-Remove-P_ARRAY_SIZE.patch
	patches.suse/0969-drm-mgag200-Split-PLL-setup-into-compute-and-update-.patch
	patches.suse/0970-drm-mgag200-Introduce-separate-variable-for-PLL-S-pa.patch
	patches.suse/0971-drm-mgag200-Store-values-not-bits-in-struct-mgag200_.patch
	patches.suse/0972-drm-mgag200-Split-PLL-compute-functions-by-device-ty.patch
	patches.suse/0973-drm-mgag200-Split-PLL-compute-function-for-G200SE-by.patch
	patches.suse/0974-drm-mgag200-Declare-PLL-clock-constants-static-const.patch
	patches.suse/0975-drm-mgag200-Abstract-pixel-PLL-via-struct-mgag200_pl.patch
	patches.suse/0976-drm-simple-kms-Support-custom-CRTC-state.patch
	patches.suse/0977-drm-mgag200-Introduce-custom-CRTC-state.patch
	patches.suse/0978-drm-mgag200-Compute-PLL-values-during-atomic-check.patch
	patches.suse/0979-drm-gem-Provide-offset-adjusted-framebuffer-BO-mappi.patch
	patches.suse/0980-drm-ast-Use-offset-adjusted-shadow-plane-mappings.patch
	patches.suse/0981-drm-gud-Get-offset-adjusted-mapping-from-drm_gem_fb_.patch
	patches.suse/0982-drm-hyperv-Use-offset-adjusted-shadow-plane-mappings.patch
	patches.suse/0983-drm-mgag200-Use-offset-adjusted-shadow-plane-mapping.patch
	patches.suse/0984-drm-cirrus-Use-offset-adjusted-shadow-plane-mappings.patch
	patches.suse/0985-drm-gm12u320-Use-offset-adjusted-shadow-plane-mappin.patch
	patches.suse/0986-drm-simpledrm-Use-offset-adjusted-shadow-plane-mappi.patch
	patches.suse/0987-drm-udl-Use-offset-adjusted-shadow-plane-mapping.patch
	patches.suse/0988-drm-vbox-Use-offset-adjusted-shadow-plane-mappings.patch
	patches.suse/0989-drm-vkms-Use-offset-adjusted-shadow-plane-mappings-a.patch
	patches.suse/0990-drm-vmwgfx-Remove-the-repeated-declaration.patch
	patches.suse/0991-drm-vmwgfx-Use-list_move_tail-instead-of-list_del-li.patch
	patches.suse/0992-drm-vmwgfx-Use-list_move_tail-instead-of-list_del-li.patch
	patches.suse/drm-vmwgfx-fix-potential-UAF-in-vmwgfx_surface.c.patch
	patches.suse/0994-drm-vmwgfx-Make-use-of-PFN_ALIGN-PFN_UP-helper-macro.patch
	patches.suse/0995-drm-vmwgfx-Replace-vmw_num_pages-with-PFN_UP.patch
	patches.suse/0996-dma-buf-Fix-a-few-typos-in-dma-buf-documentation.patch
	patches.suse/0997-drm-amdgpu-Convert-to-Linux-IRQ-interfaces.patch
	patches.suse/0998-drm-arm-hdlcd-Convert-to-Linux-IRQ-interfaces.patch
	patches.suse/0999-drm-atmel-hlcdc-Convert-to-Linux-IRQ-interfaces.patch
	patches.suse/1000-drm-fsl-dcu-Convert-to-Linux-IRQ-interfaces.patch
	patches.suse/1001-drm-gma500-Convert-to-Linux-IRQ-interfaces.patch
	patches.suse/1002-drm-kmb-Convert-to-Linux-IRQ-interfaces.patch
	patches.suse/1003-drm-msm-Convert-to-Linux-IRQ-interfaces.patch
	patches.suse/1004-drm-mxsfb-Convert-to-Linux-IRQ-interfaces.patch
	patches.suse/1005-drm-radeon-Convert-to-Linux-IRQ-interfaces.patch
	patches.suse/1006-drm-tidss-Convert-to-Linux-IRQ-interfaces.patch
	patches.suse/1007-drm-tilcdc-Convert-to-Linux-IRQ-interfaces.patch
	patches.suse/1008-drm-vc4-Convert-to-Linux-IRQ-interfaces.patch
	patches.suse/1009-drm-Remove-unused-devm_drm_irq_install.patch
	patches.suse/1010-drm-IRQ-midlayer-is-now-legacy.patch
	patches.suse/1011-drm-ingenic-Remove-dead-code.patch
	patches.suse/1012-drm-ingenic-Use-standard-drm_atomic_helper_commit_ta.patch
	patches.suse/1013-udmabuf-fix-general-protection-fault-in-udmabuf_crea.patch
	patches.suse/1014-drm-virtio-set-non-cross-device-blob-uuid_state.patch
	patches.suse/1015-drm-edid-fix-edid-field-name.patch
	patches.suse/1016-drm-bridge-ti-sn65dsi86-Avoid-creating-multiple-conn.patch
	patches.suse/1017-drm-mediatek-Adjust-rdma-fifo-threshold-calculate-fo.patch
	patches.suse/1018-drm-mediatek-Separate-aal-sub-driver.patch
	patches.suse/1019-drm-mediatek-Add-mt8183-aal-support.patch
	patches.suse/1020-drm-mediatek-Implement-mmap-as-GEM-object-function.patch
	patches.suse/1021-drm-mediatek-Add-support-for-main-DDP-path-on-MT8167.patch
	patches.suse/1022-drm-mediatek-Test-component-initialization-earlier-i.patch
	patches.suse/drm-mediatek-Use-mailbox-rx_callback-instead-of-cmdq.patch
	patches.suse/1024-drm-mediatek-Remove-struct-cmdq_client.patch
	patches.suse/1025-drm-mediatek-Detect-CMDQ-execution-timeout.patch
	patches.suse/1026-drm-mediatek-Add-cmdq_handle-in-mtk_crtc.patch
	patches.suse/1027-drm-mediatek-Clear-pending-flag-when-cmdq-packet-is-.patch
	patches.suse/drm-msm-a6xx-Fix-llcc-configuration-for-a660-gpu.patch
	patches.suse/1029-drm-msm-a6xx-Use-rev-to-identify-SKU.patch
	patches.suse/1030-drm-msm-a6xx-Add-support-for-Adreno-7c-Gen-3-gpu.patch
	patches.suse/1031-drm-msm-Add-680-gpu-to-the-adreno-gpu-list.patch
	patches.suse/1032-drm-msm-Implement-mmap-as-GEM-object-function.patch
	patches.suse/1033-drm-msm-Periodically-update-RPTR-shadow.patch
	patches.suse/1034-drm-msm-Use-nvmem_cell_read_variable_le_u32-to-read-.patch
	patches.suse/1035-drm-msm-Use-list_move_tail-instead-of-list_del-list_.patch
	patches.suse/dt-bindings-msm-dsi-add-missing-7nm-bindings.patch
	patches.suse/1036-dt-bindings-msm-dsi-document-phy-type-property-for-7.patch
	patches.suse/1037-drm-msm-dsi-support-CPHY-mode-for-7nm-pll-phy.patch
	patches.suse/1038-drm-msm-dsi-drop-gdsc-regulator-handling.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/1043-drm-msm-dpu-Add-newlines-to-printks.patch
	patches.suse/1044-drm-msm-dsi-phy-use-of_device_get_match_data.patch
	patches.suse/1045-drm-msm-dsi-drop-msm_dsi_phy_get_shared_timings.patch
	patches.suse/1046-drm-msm-dsi-Add-PHY-configuration-for-SC7280.patch
	patches.suse/1047-drm-msm-dsi-Add-DSI-support-for-SC7280.patch
	patches.suse/1048-drm-msm-dsi-update-dsi-register-header-file-for-tpg.patch
	patches.suse/1049-drm-msm-dsi-add-support-for-dsi-test-pattern-generat.patch
	patches.suse/drm-msm-dsi-rename-dual-DSI-to-bonded-DSI.patch
	patches.suse/1051-drm-msm-dsi-add-three-helper-functions.patch
	patches.suse/1052-drm-msm-dpu-support-setting-up-two-independent-DSI-c.patch
	patches.suse/1053-drm-msm-mdp5-move-mdp5_encoder_set_intf_mode-after-m.patch
	patches.suse/1054-drm-msm-dp-stop-calling-set_encoder_mode-callback.patch
	patches.suse/1055-drm-msm-dsi-stop-calling-set_encoder_mode-callback.patch
	patches.suse/1056-drm-msm-kms-drop-set_encoder_mode-callback.patch
	patches.suse/1057-drm-msm-dp-add-logs-across-DP-driver-for-ease-of-deb.patch
	patches.suse/1058-drm-msm-remove-a-repeated-including-of-linux-debugfs.patch
	patches.suse/drm-msm-dsi-Fix-DSI-and-DSI-PHY-regulator-config-fro.patch
	patches.suse/1060-drm-msm-dp-Remove-unused-variable.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/1063-drm-msm-dpu-add-support-for-alpha-blending-propertie.patch
	patches.suse/drm-msm-dpu-make-dpu_hw_ctl_clear_all_blendstages-cl.patch
	patches.suse/1065-drm-msm-Add-adreno_is_a640_family.patch
	patches.suse/1066-drm-msm-Rework-SQE-version-check.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/1073-drm-msm-dp-add-drm-debug-logs-to-dp_pm_resume-suspen.patch
	patches.suse/1074-drm-msm-dsi-add-continuous-clock-support-for-7nm-PHY.patch
	patches.suse/drm-msi-mdp4-populate-priv-kms-in-mdp4_kms_init.patch
	patches.suse/1076-drm-amdgpu-Extend-full-access-wait-time-in-guest.patch
	patches.suse/1077-drm-amd-amdgpu-skip-locking-delayed-work-if-not-init.patch
	patches.suse/drm-amd-display-fix-missing-writeback-disablement-if.patch
	patches.suse/1079-drm-amd-display-refactor-the-codes-to-centralize-the.patch
	patches.suse/1080-drm-amd-display-refactor-the-cursor-programing-codes.patch
	patches.suse/drm-amd-display-fix-incorrect-CM-TF-programming-sequ.patch
	patches.suse/1082-drm-amd-display-Correct-comment-style.patch
	patches.suse/1083-drm-amd-display-Add-AUX-I2C-tracing.patch
	patches.suse/1084-drm-amd-display-add-authentication_complete-in-hdcp-.patch
	patches.suse/1085-drm-amd-display-FW-Promotion-Release-0.0.78.patch
	patches.suse/1086-drm-amd-display-3.2.148.patch
	patches.suse/1087-drm-amd-display-Clear-GPINT-after-DMCUB-has-reset.patch
	patches.suse/1088-drm-amd-display-Increase-timeout-threshold-for-DMCUB.patch
	patches.suse/1089-drm-amd-display-use-do-while-0-for-DC_TRACE_LEVEL_ME.patch
	patches.suse/drm-amdgpu-fix-kernel-doc-warnings-on-non-kernel-doc.patch
	patches.suse/1091-drm-amdgpu-Removed-unnecessary-if-statement.patch
	patches.suse/1092-amdgpu-pm-Replace-navi10-usage-of-sprintf-with-sysfs.patch
	patches.suse/1093-amdgpu-pm-Replace-smu11-usage-of-sprintf-with-sysfs_.patch
	patches.suse/1094-amdgpu-pm-Replace-smu12-13-usage-of-sprintf-with-sys.patch
	patches.suse/1095-amdgpu-pm-Replace-vega10-usage-of-sprintf-with-sysfs.patch
	patches.suse/1096-amdgpu-pm-Replace-vega12-20-usage-of-sprintf-with-sy.patch
	patches.suse/1097-amdgpu-pm-Replace-hwmgr-smu-usage-of-sprintf-with-sy.patch
	patches.suse/1098-amdgpu-pm-Replace-amdgpu_pm-usage-of-sprintf-with-sy.patch
	patches.suse/1099-drm-amd-pm-restore-fan_mode-AMD_FAN_CTRL_NONE-on-res.patch
	patches.suse/1100-drm-amd-pm-graceful-exit-on-restore-fan-mode-failure.patch
	patches.suse/1101-drm-amdkfd-AIP-mGPUs-best-prefetch-location-for-xnac.patch
	patches.suse/1102-drm-amdkfd-CWSR-with-software-scheduler.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/1105-drm-amd-amdgpu-embed-hw_fence-into-amdgpu_job.patch
	patches.suse/1106-drm-amd-pm-correct-DPM_XGMI-VCN_DPM-feature-name.patch
	patches.suse/1107-drm-amd-pm-skip-to-load-smu-microcode-on-sriov-for-a.patch
	patches.suse/1108-drm-amd-pm-change-return-value-in-aldebaran_get_powe.patch
	patches.suse/1109-drm-amd-pm-change-smu-msg-s-attribute-to-allow-worki.patch
	patches.suse/1110-drm-amd-pm-change-pp_dpm_sclk-mclk-fclk-attribute-is.patch
	patches.suse/1111-drm-amdgpu-Add-MB_REQ_MSG_READY_TO_RESET-response-wh.patch
	patches.suse/1112-drm-amd-amdgpu-consolidate-PSP-TA-context.patch
	patches.suse/1113-drm-amd-amdgpu-remove-unnecessary-RAS-context-field.patch
	patches.suse/1114-drm-amd-pm-correct-the-fan-speed-RPM-setting.patch
	patches.suse/1115-drm-amd-pm-record-the-RPM-and-PWM-based-fan-speed-se.patch
	patches.suse/1116-drm-amd-pm-correct-the-fan-speed-PWM-retrieving.patch
	patches.suse/1117-drm-amd-pm-correct-the-fan-speed-RPM-retrieving.patch
	patches.suse/1118-drm-amd-pm-drop-the-unnecessary-intermediate-percent.patch
	patches.suse/1119-drm-amd-pm-drop-unnecessary-manual-mode-check.patch
	patches.suse/1120-drm-amd-pm-correct-the-address-of-Arcturus-fan-relat.patch
	patches.suse/1121-drm-amd-display-Create-dc_sink-when-EDID-fail.patch
	patches.suse/1122-drm-amd-display-Fix-multi-display-support-for-idle-o.patch
	patches.suse/1123-drm-amd-display-Use-vblank-control-events-for-PSR-en.patch
	patches.suse/1124-drm-amd-display-Guard-vblank-wq-flush-with-DCN-guard.patch
	patches.suse/1125-drm-amd-display-FW-Promotion-Release-0.0.79.patch
	patches.suse/1126-drm-amd-display-3.2.149.patch
	patches.suse/1127-drm-radeon-Add-break-to-switch-statement-in-radeonfb.patch
	patches.suse/1128-drm-amdgpu-get-extended-xgmi-topology-data.patch
	patches.suse/1129-drm-amdgpu-correct-MMSCH-1.0-version.patch
	patches.suse/1130-drm-amdgpu-disable-BACO-support-for-699F-C7-polaris1.patch
	patches.suse/1131-drm-amdgpu-increase-max-xgmi-physical-node-for-aldeb.patch
	patches.suse/1132-drm-amd-consolidate-TA-shared-memory-structures.patch
	patches.suse/1133-drm-amd-amdgpu-flush-ttm-delayed-work-before-cancel_.patch
	patches.suse/1134-drm-amd-pm-Fix-spelling-mistake-firwmare-firmware.patch
	patches.suse/1135-drm-amdgpu-remove-obsolete-reference-to-config-CHASH.patch
	patches.suse/1136-drm-amd-pm-a-quick-fix-for-divided-by-zero-error.patch
	patches.suse/1137-drm-etnaviv-add-HWDB-entry-for-GC7000-r6202.patch
	patches.suse/1138-drm-etnaviv-add-clock-gating-workaround-for-GC7000-r.patch
	patches.suse/1139-drm-etnaviv-Implement-mmap-as-GEM-object-function.patch
	patches.suse/1140-gpu-host1x-Add-DMA-fence-implementation.patch
	patches.suse/1141-gpu-host1x-Add-no-recovery-mode.patch
	patches.suse/1142-gpu-host1x-Add-job-release-callback.patch
	patches.suse/1143-gpu-host1x-Add-support-for-syncpoint-waits-in-CDMA-p.patch
	patches.suse/1144-gpu-host1x-Add-option-to-skip-firewall-for-a-job.patch
	patches.suse/1145-drm-tegra-Extract-tegra_gem_lookup.patch
	patches.suse/1146-drm-tegra-Add-new-UAPI-to-header.patch
	patches.suse/1147-drm-tegra-Boot-VIC-during-runtime-PM-resume.patch
	patches.suse/1148-drm-tegra-Allocate-per-engine-channel-in-core-code.patch
	patches.suse/1149-drm-tegra-Implement-new-UAPI.patch
	patches.suse/1150-drm-tegra-Implement-syncpoint-management-UAPI.patch
	patches.suse/1151-drm-tegra-Implement-syncpoint-wait-UAPI.patch
	patches.suse/1152-drm-tegra-Implement-job-submission-part-of-new-UAPI.patch
	patches.suse/1153-drm-tegra-Add-job-firewall.patch
	patches.suse/1154-drm-tegra-Bump-driver-version.patch
	patches.suse/1155-drm-tegra-dc-Support-memory-bandwidth-management.patch
	patches.suse/1156-drm-tegra-dc-Extend-debug-stats-with-total-number-of.patch
	patches.suse/1157-gpu-host1x-debug-Use-dma_addr_t-more-consistently.patch
	patches.suse/1158-gpu-host1x-debug-Dump-only-relevant-parts-of-CDMA-pu.patch
	patches.suse/1159-gpu-host1x-debug-Dump-DMASTART-and-DMAEND-register.patch
	patches.suse/drm-exynos-g2d-fix-missing-unlock-on-error-in-g2d_ru.patch
	patches.suse/1161-drm-exynos-Convert-from-atomic_t-to-refcount_t-on-g2.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/1167-drm-amdgpu-OLAND-clip-the-ref-divider-max-value.patch
	patches.suse/1168-drm-amdkfd-CWSR-with-sw-scheduler-on-Aldebaran-and-A.patch
	patches.suse/1169-drm-amdgpu-switch-from-pci_-to-dma_-API.patch
	patches.suse/1170-drm-radeon-switch-from-pci_-to-dma_-API.patch
	patches.suse/1171-drm-amd-amdgpu-add-name-field-back-to-ras_common_if.patch
	patches.suse/1172-drm-amd-amdgpu-consolidate-PSP-TA-init-shared-buf-fu.patch
	patches.suse/1173-drm-amd-display-Add-Logging-for-HDMI-color-depth-inf.patch
	patches.suse/1174-drm-amdgpu-Add-driver-infrastructure-for-MCA-RAS.patch
	patches.suse/1175-drm-amdgpu-Update-RAS-XGMI-Error-Query.patch
	patches.suse/1176-drm-amdkfd-check-access-permisson-to-restore-retry-f.patch
	patches.suse/drm-amdkfd-map-SVM-range-with-correct-access-permiss.patch
	patches.suse/1178-drm-amdgpu-add-missing-cleanups-for-Polaris12-UVD-VC.patch
	patches.suse/1179-drm-amdgpu-add-missing-cleanups-for-more-ASICs-on-UV.patch
	patches.suse/1180-drm-amdgpu-drop-redundant-cancel_delayed_work_sync-c.patch
	patches.suse/1181-drm-amdgpu-rename-amdgpu_bo_get_preferred_pin_domain.patch
	patches.suse/drm-amdkfd-Account-for-SH-SE-count-when-setting-up-c.patch
	patches.suse/1183-drm-amdgpu-Add-support-for-RAS-XGMI-err-query.patch
	patches.suse/1184-drm-amdgpu-Clear-RAS-interrupt-status-on-aldebaran.patch
	patches.suse/1185-drm-amdgpu-disable-GFX-CGCG-in-aldebaran.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/1188-drm-amd-display-Remove-duplicate-dml-init.patch
	patches.suse/1189-drm-amd-display-Move-AllowDRAMSelfRefreshOrDRAMClock.patch
	patches.suse/sparc64-Add-compile-time-asserts-for-siginfo_t-offsets.patch
	patches.suse/arm-Add-compile-time-asserts-for-siginfo_t-offsets.patch
	patches.suse/arm64-Add-compile-time-asserts-for-siginfo_t-offsets.patch
	patches.suse/signal-sparc-si_trapno-is-only-used-with-SIGILL-ILL_ILLTRP.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/MAINTAINERS-update-arm-pl353-smc.yaml-reference.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/firmware-qcom_scm-Allow-qcom_scm-driver-to-be-loadable-as-a-perm
	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-convert-XLOG_FORCED_SHUTDOWN-to-xlog_is_shutdown.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-Select-netfs-stats-if-fscache-stats-are-enabled.patch
	patches.suse/netfs-Move-cookie-debug-ID-to-struct-netfs_cache_resources.patch
	patches.suse/cachefiles-Use-file_inode-rather-than-accessing-f_inode.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/iommu-return-full-error-code-from-iommu_map_sg-_atomic
	patches.suse/iommu-dma-return-error-code-from-iommu_dma_map_sg
	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-mdev-turn-mdev_init-into-a-subsys_initcall
	patches.suse/vfio-mdev-don-t-warn-if-request-is-not-set
	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/vfio-platform-Use-open_device-instead-of-open-coding-a-refcnt-sc
	patches.suse/vfio-pci-Move-to-the-device-set-infrastructure
	patches.suse/vfio-pci-Change-vfio_pci_try_bus_reset-to-use-the-dev_set
	patches.suse/vfio-pci-Reorganize-VFIO_DEVICE_PCI_HOT_RESET-to-use-the-device-
	patches.suse/vfio-ap-ccw-Fix-open-close-when-multiple-device-FDs-are-open
	patches.suse/0413-vfio-gvt-Fix-open-close-when-multiple-device-FDs-are.patch
	patches.suse/vfio-Remove-struct-vfio_device_ops-open-release
	patches.suse/vfio-platform-reset-Convert-to-SPDX-identifier
	patches.suse/vfio-pci-zdev-Remove-repeated-verbose-license-text
	patches.suse/vfio-type1-Fix-vfio_find_dma_valid-return
	patches.suse/vfio-pci-Rename-vfio_pci.c-to-vfio_pci_core.c
	patches.suse/vfio-pci-Rename-vfio_pci_private.h-to-vfio_pci_core.h
	patches.suse/vfio-pci-Rename-vfio_pci_device-to-vfio_pci_core_device
	patches.suse/vfio-pci-Rename-ops-functions-to-fit-core-namings
	patches.suse/vfio-pci-Include-vfio-header-in-vfio_pci_core.h
	patches.suse/vfio-pci-Split-the-pci_driver-code-out-of-vfio_pci_core.c
	patches.suse/vfio-pci-Move-igd-initialization-to-vfio_pci.c
	patches.suse/vfio-pci-Move-module-parameters-to-vfio_pci.c
	patches.suse/PCI-Add-override_only-field-to-struct-pci_device_id
	patches.suse/PCI-VFIO-Add-override_only-support-for-VFIO-PCI-sub-system
	patches.suse/vfio-Use-select-for-eventfd
	patches.suse/vfio-Use-kconfig-if-XX-endif-blocks-instead-of-repeating-depends
	patches.suse/vfio-pci-Introduce-vfio_pci_core.ko
	patches.suse/s390-vfio-ap-r-w-lock-for-PQAP-interception-handler-function-poi
	patches.suse/s390-vfio-ap-replace-open-coded-locks-for-VFIO_GROUP_NOTIFY_SET_
	patches.suse/vfio-ap_ops-Convert-to-use-vfio_register_group_dev
	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/0920-PM-runtime-add-devm_pm_runtime_enable-helper.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-ufs-Refactor-ufshcd_is_intr_aggr_allowed.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-zfcp-Use-the-proper-SCSI-midlayer-interfaces-for-PI
	patches.suse/scsi-scsi_debug-Remove-dump_sector.patch
	patches.suse/scsi-scsi_debug-Improve-RDPROTECT-WRPROTECT-handling.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-core-Make-scsi_get_lba-return-the-LBA.patch
	patches.suse/scsi-ufs-core-Use-scsi_get_lba-to-get-LBA.patch
	patches.suse/scsi-libsas-Allow-libsas-to-include-SCSI-header-file.patch
	patches.suse/scsi-core-Add-new-flag-BLIST_IGN_MEDIA_CHANGE.patch
	patches.suse/scsi-sd-REQUEST-SENSE-for-BLIST_IGN_MEDIA_CHANGE-dev.patch
	patches.suse/scsi-core-Add-BLIST_IGN_MEDIA_CHANGE-for-Ultra-HS-SD.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-target-Remove-redundant-assignment-to-variable-ret.patch
	patches.suse/scsi-libsas-Drop-BLK_DEV_BSGLIB-selection.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-sr-Consolidate-compat-ioctl-handling.patch
	patches.suse/scsi-sd-Consolidate-compat-ioctl-handling.patch
	patches.suse/scsi-ch-Consolidate-compat-ioctl-handling.patch
	patches.suse/scsi-sg-Consolidate-compat-ioctl-handling.patch
	patches.suse/scsi-core-Remove-scsi_compat_ioctl.patch
	patches.suse/scsi-st-Simplify-ioctl-handling.patch
	patches.suse/scsi-cdrom-Remove-the-call-to-scsi_cmd_blk_ioctl-fro.patch
	patches.suse/scsi-scsi_ioctl-Remove-scsi_cmd_blk_ioctl.patch
	patches.suse/scsi-scsi_ioctl-Remove-scsi_verify_blk_ioctl.patch
	patches.suse/scsi-scsi_ioctl-Call-scsi_cmd_ioctl-from-scsi_ioctl.patch
	patches.suse/scsi-block-Add-a-queue_max_bytes-helper.patch
	patches.suse/scsi-bsg-Decouple-from-scsi_cmd_ioctl.patch
	patches.suse/scsi-bsg-Move-bsg_scsi_ops-to-drivers-scsi.patch
	patches.suse/scsi-scsi_ioctl-Remove-scsi_req_init.patch
	patches.suse/scsi-scsi_ioctl-Move-scsi_command_size_tbl-to-scsi_c.patch
	patches.suse/scsi-scsi_ioctl-Simplify-SCSI-passthrough-permission.patch
	patches.suse/scsi-scsi_ioctl-Move-the-block-layer-SCSI-ioctl-hand.patch
	patches.suse/scsi-core-Rename-CONFIG_BLK_SCSI_REQUEST-to-CONFIG_S.patch
	patches.suse/scsi-scsi_ioctl-Remove-a-very-misleading-comment.patch
	patches.suse/scsi-scsi_ioctl-Consolidate-the-START-STOP-UNIT-hand.patch
	patches.suse/scsi-scsi_ioctl-Factor-SCSI_IOCTL_GET_IDLUN-handling.patch
	patches.suse/scsi-scsi_ioctl-Factor-SG_IO-handling-into-a-helper.patch
	patches.suse/scsi-scsi_ioctl-Unexport-sg_scsi_ioctl.patch
	patches.suse/scsi-sr-cdrom-Move-cdrom_read_cdda_bpc-into-the-sr-d.patch
	patches.suse/scsi-bsg-Simplify-device-registration.patch
	patches.suse/scsi-block-Remove-BLK_SCSI_MAX_CMDS.patch
	patches.suse/scsi-block-Remove-the-remaining-SG_IO-related-fields.patch
	patches.suse/scsi-bsg-Move-the-whole-request-execution-into-the-S.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-ufs-Allow-async-suspend-resume-callbacks.patch
	patches.suse/scsi-bsg-Fix-commands-without-data-transfer-in-scsi_.patch
	patches.suse/scsi-bsg-lib-Fix-commands-without-data-transfer-in-b.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-ufshpb-Introduce-Host-Performance-Buffer-fe.patch
	patches.suse/scsi-ufs-ufshpb-L2P-map-management-for-HPB-read.patch
	patches.suse/scsi-ufs-ufshpb-Prepare-HPB-read-for-cached-sub-regi.patch
	patches.suse/scsi-ufs-ufshpb-Add-HPB-2.0-support.patch
	patches.suse/scsi-ufs-ufshpb-Cache-HPB-Control-mode-on-init.patch
	patches.suse/scsi-ufs-ufshpb-Add-host-control-mode-support-to-rsp.patch
	patches.suse/scsi-ufs-ufshpb-Transform-set_dirty-to-iterate_rgn.patch
	patches.suse/scsi-ufs-ufshpb-Add-reads-counter.patch
	patches.suse/scsi-ufs-ufshpb-Make-eviction-depend-on-region-s-rea.patch
	patches.suse/scsi-ufs-ufshpb-Region-inactivation-in-host-mode.patch
	patches.suse/scsi-ufs-ufshpb-Add-HPB-dev-reset-response.patch
	patches.suse/scsi-ufs-ufshpb-Add-cold-regions-timer.patch
	patches.suse/scsi-ufs-ufshpb-Limit-the-number-of-in-flight-map-re.patch
	patches.suse/scsi-ufs-ufshpb-Do-not-send-umap_all-in-host-control.patch
	patches.suse/scsi-ufs-ufshpb-Add-support-for-host-control-mode.patch
	patches.suse/scsi-ufs-ufshpb-Make-host-mode-parameters-configurab.patch
	patches.suse/scsi-ufs-Fix-memory-corruption-by-ufshcd_read_desc_p.patch
	patches.suse/scsi-ufs-Reduce-power-management-code-duplication.patch
	patches.suse/scsi-ufs-Only-include-power-management-code-if-neces.patch
	patches.suse/scsi-ufs-Rename-the-second-ufshcd_probe_hba-argument.patch
	patches.suse/scsi-ufs-Use-DECLARE_COMPLETION_ONSTACK-where-approp.patch
	patches.suse/scsi-ufs-Remove-ufshcd_valid_tag.patch
	patches.suse/scsi-ufs-Verify-UIC-locking-requirements-at-runtime.patch
	patches.suse/scsi-ufs-Improve-static-type-checking-for-the-host-c.patch
	patches.suse/scsi-ufs-Remove-several-wmb-calls.patch
	patches.suse/scsi-ufs-Inline-ufshcd_outstanding_req_clear.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-Optimize-SCSI-command-processing.patch
	patches.suse/scsi-ufs-Fix-the-SCSI-abort-handler.patch
	patches.suse/scsi-ufs-Request-sense-data-asynchronously.patch
	patches.suse/scsi-ufs-Synchronize-SCSI-and-UFS-error-handling.patch
	patches.suse/scsi-ufs-Retry-aborted-SCSI-commands-instead-of-comp.patch
	patches.suse/scsi-ufs-Add-fault-injection-support.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-ufs-core-Remove-redundant-call-in-ufshcd_add_co.patch
	patches.suse/scsi-ufs-core-Add-L2P-entry-swap-quirk-for-Micron-UF.patch
	patches.suse/scsi-ufs-core-Add-lu_enable-sysfs-node.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-snic-Remove-redundant-assignment-to-variable-re.patch
	patches.suse/scsi-fdomain-Fix-error-return-code-in-fdomain_probe.patch
	patches.suse/scsi-elx-efct-Remove-redundant-initialization-of-var.patch
	patches.suse/scsi-ufs-ufshpb-Remove-redundant-initialization-of-v.patch
	patches.suse/scsi-pm8001-Remove-redundant-initialization-of-varia.patch
	patches.suse/scsi-ufs-ufshpb-Rewind-the-read-timeout-on-every-rea.patch
	patches.suse/scsi-ufs-ufshpb-Use-a-correct-max-multi-chunk.patch
	patches.suse/scsi-ufs-ufshpb-Verify-that-num_inflight_map_req-is-.patch
	patches.suse/scsi-ufs-ufshpb-Do-not-report-victim-error-in-HCM.patch
	patches.suse/scsi-core-Introduce-the-scsi_cmd_to_rq-function.patch
	patches.suse/scsi-core-Use-scsi_cmd_to_rq-instead-of-scsi_cmnd.re.patch
	patches.suse/scsi-sd-Use-scsi_cmd_to_rq-instead-of-scsi_cmnd.requ.patch
	patches.suse/scsi-sr-Use-scsi_cmd_to_rq-instead-of-scsi_cmnd.requ.patch
	patches.suse/scsi-scsi_transport_fc-Use-scsi_cmd_to_rq-instead-of.patch
	patches.suse/scsi-scsi_transport_spi-Use-scsi_cmd_to_rq-instead-o.patch
	patches.suse/scsi-ata-Use-scsi_cmd_to_rq-instead-of-scsi_cmnd.req.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-zfcp-Use-scsi_cmd_to_rq-instead-of-scsi_cmnd.request
	patches.suse/scsi-53c700-Use-scsi_cmd_to_rq-instead-of-scsi_cmnd..patch
	patches.suse/scsi-NCR5380-Use-sc_data_direction-instead-of-rq_dat.patch
	patches.suse/scsi-aacraid-Use-scsi_cmd_to_rq-instead-of-scsi_cmnd.request.patch
	patches.suse/scsi-advansys-Use-scsi_cmd_to_rq-instead-of-scsi_cmn.patch
	patches.suse/scsi-aha1542-Use-scsi_cmd_to_rq-instead-of-scsi_cmnd.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-cxlflash-Use-scsi_cmd_to_rq-instead-of-scsi_cmn.patch
	patches.suse/scsi-dpt_i2o-Use-scsi_cmd_to_rq-instead-of-scsi_cmnd.patch
	patches.suse/scsi-fnic-Use-scsi_cmd_to_rq-instead-of-scsi_cmnd.re.patch
	patches.suse/scsi-hisi_sas-Use-scsi_cmd_to_rq-instead-of-scsi_cmn.patch
	patches.suse/scsi-hpsa-Use-scsi_cmd_to_rq-instead-of-scsi_cmnd.re.patch
	patches.suse/scsi-ibmvfc-Use-scsi_cmd_to_rq-instead-of-scsi_cmnd..patch
	patches.suse/scsi-ibmvscsi-Use-scsi_cmd_to_rq-instead-of-scsi_cmn.patch
	patches.suse/scsi-ips-Use-scsi_cmd_to_rq-instead-of-scsi_cmnd.req.patch
	patches.suse/scsi-libsas-Use-scsi_cmd_to_rq-instead-of-scsi_cmnd..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-mpt3sas-Use-scsi_cmd_to_rq-instead-of-scsi_cmnd.patch
	patches.suse/scsi-mvumi-Use-scsi_cmd_to_rq-instead-of-scsi_cmnd.r.patch
	patches.suse/scsi-myrb-Use-scsi_cmd_to_rq-instead-of-scsi_cmnd.re.patch
	patches.suse/scsi-myrs-Use-scsi_cmd_to_rq-instead-of-scsi_cmnd.re.patch
	patches.suse/scsi-ncr53c8xx-Use-scsi_cmd_to_rq-instead-of-scsi_cm.patch
	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-qla1280-Use-scsi_cmd_to_rq-instead-of-scsi_cmnd.patch
	patches.suse/scsi-qla2xxx-Use-scsi_cmd_to_rq-instead-of-scsi_cmnd.patch
	patches.suse/scsi-qla4xxx-Use-scsi_cmd_to_rq-instead-of-scsi_cmnd.patch
	patches.suse/scsi-qlogicpti-Use-scsi_cmd_to_rq-instead-of-scsi_cm.patch
	patches.suse/scsi-scsi_debug-Use-scsi_cmd_to_rq-instead-of-scsi_c.patch
	patches.suse/scsi-smartpqi-Use-scsi_cmd_to_rq-instead-of-scsi_cmn.patch
	patches.suse/scsi-snic-Use-scsi_cmd_to_rq-instead-of-scsi_cmnd.re.patch
	patches.suse/scsi-stex-Use-scsi_cmd_to_rq-instead-of-scsi_cmnd.re.patch
	patches.suse/scsi-sun3_scsi-Use-scsi_cmd_to_rq-instead-of-scsi_cm.patch
	patches.suse/scsi-sym53c8xx-Use-scsi_cmd_to_rq-instead-of-scsi_cm.patch
	patches.suse/scsi-ufs-Use-scsi_cmd_to_rq-instead-of-scsi_cmnd.req.patch
	patches.suse/scsi-virtio_scsi-Use-scsi_cmd_to_rq-instead-of-scsi_.patch
	patches.suse/scsi-xen-scsifront-Use-scsi_cmd_to_rq-instead-of-scs.patch
	patches.suse/scsi-tcm_loop-Use-scsi_cmd_to_rq-instead-of-scsi_cmn.patch
	patches.suse/scsi-usb-storage-Use-scsi_cmd_to_rq-instead-of-scsi_.patch
	patches.suse/scsi-storvsc-Use-scsi_cmd_to_rq-instead-of-scsi_cmnd.patch
	patches.suse/scsi-ufs-ufshpb-Use-scsi_cmd_to_rq-instead-of-scsi_c.patch
	patches.suse/scsi-core-Remove-the-request-member-from-struct-scsi.patch
	patches.suse/scsi-core-Add-helper-to-return-number-of-logical-blo.patch
	patches.suse/scsi-isci-Use-the-proper-SCSI-midlayer-interfaces-fo.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-wd719-Stop-using-scsi_cmnd.tag.patch
	patches.suse/scsi-fnic-Stop-setting-scsi_cmnd.tag.patch
	patches.suse/scsi-ibmvfc-Stop-using-scsi_cmnd.tag.patch
	patches.suse/scsi-core-Remove-scsi_cmnd.tag.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-sd-Do-not-exit-sd_spinup_disk-quietly.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-qla1280-Stop-using-scsi_cmnd.tag.patch
	patches.suse/scsi-core-Fix-missing-FORCE-for-scsi_devinfo_tbl.c-b.patch
	patches.suse/scsi-ncr53c8xx-Remove-sync_reset-argument-from-ncr_r.patch
	patches.suse/scsi-ncr53c8xx-Complete-all-commands-during-bus-rese.patch
	patches.suse/scsi-ncr53c8xx-Remove-unused-code.patch
	patches.suse/scsi-ufs-ufshpb-Fix-possible-memory-leak.patch
	patches.suse/scsi-core-scsi_ioctl-Fix-error-code-propagation-in-S.patch
	patches.suse/scsi-mpi3mr-Set-up-IRQs-in-resume-path
	patches.suse/scsi-ufs-ufshpb-Fix-typo-in-comments.patch
	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/scsi-ufs-Fix-ufshcd_request_sense_async-for-Samsung-.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-numa-automatically-generate-node-migration-order.patch
	patches.suse/mm-migrate-update-node-demotion-order-on-hotplug-events.patch
	patches.suse/mm-migrate-enable-returning-precise-migrate_pages-success-count.patch
	patches.suse/mm-migrate-demote-pages-during-reclaim.patch
	patches.suse/mm-vmscan-add-page-demotion-counter.patch
	patches.suse/mm-vmscan-add-helper-for-querying-ability-to-age-anonymous-pages.patch
	patches.suse/mm-vmscan-Consider-anonymous-pages-without-swap.patch
	patches.suse/mm-vmscan-never-demote-for-memcg-reclaim.patch
	patches.suse/mm-migrate-add-sysfs-interface-to-enable-reclaim-migration.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-compaction-support-triggering-of-proactive-compac.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-migrate-correct-kernel-doc-notation.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-pseries-vas-Declare-pseries_vas_fault_thread.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/1196-isystem-trim-fixup-stdarg.h-and-other-headers.patch
	patches.suse/1197-isystem-ship-and-use-stdarg.h.patch
	patches.suse/kbuild-Fix-TRIM_UNUSED_KSYMS-with-LTO_CLANG.patch
	patches.suse/kbuild-Fix-no-symbols-warning-when-CONFIG_TRIM_UNUSD.patch
	patches.suse/kbuild-merge-vmlinux_link-between-the-ordinary-link-.patch
	patches.suse/kbuild-do-not-remove-linux-link-in-scripts-link-vmli.patch
	patches.suse/kbuild-merge-vmlinux_link-between-ARCH-um-and-other-.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/NFS-Always-provide-aligned-buffers-to-the-RPC-read-layers.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-Replace-deprecated-CPU-hotplug-functions.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-trace-Update-cmd-string-table-to-decode-sys_bpf.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_uring-fix-queueing-half-created-requests.patch
	patches.suse/io_uring-don-t-submit-half-prepared-drain-request.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-ensure-IORING_REGISTER_IOWQ_MAX_WORKERS-wor.patch
	patches.suse/io_uring-don-t-disable-kiocb_done-CQE-batching.patch
	patches.suse/io_uring-prolong-tctx_task_work-with-flushing.patch
	patches.suse/io_uring-fix-possible-poll-event-lost-in-multi-shot-.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/cdrom-update-uniform-CD-ROM-maintainership-in-MAINTA.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/bio-fix-kerneldoc-documentation-for-bio_alloc_kiocb.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/MAINTAINERS-update-gpio-zynq.yaml-reference.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-intel-m10-bmc-Add-N5010-variant.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/kvm-x86-Set-KVM_MAX_VCPU_ID-to-4-KVM_MAX_VCPUS.patch
	patches.suse/kvm-x86-Increase-MAX_VCPUS-to-1024.patch
	patches.suse/kvm-x86-Increase-KVM_SOFT_MAX_VCPUS-to-710.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/selftests-bpf-Test-XDP-bonding-nest-and-unwind.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/units-add-the-HZ-macros.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-fix-comment-about-short-copies-in-ceph_write_end.patch
	patches.suse/ceph-make-ceph_create_session_msg-a-global-symbol.patch
	patches.suse/ceph-make-iterate_sessions-a-global-symbol.patch
	patches.suse/ceph-flush-mdlog-before-umounting.patch
	patches.suse/ceph-flush-the-mdlog-before-waiting-on-unsafe-reqs.patch
	patches.suse/ceph-remove-some-defunct-forward-declarations.patch
	patches.suse/ceph-add-a-new-vxattr-to-return-auth-mds-for-an-inode.patch
	patches.suse/ceph-cancel-delayed-work-instead-of-flushing-on-mdsc-teardown.patch
	patches.suse/ceph-remove-redundant-initializations-from-mdsc-and-session.patch
	patches.suse/ceph-add-ceph_change_snap_realm-helper.patch
	patches.suse/ceph-print-more-information-when-we-can-t-find-snaprealm.patch
	patches.suse/ceph-reconnect-to-the-export-targets-on-new-mdsmaps.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-don-t-WARN-if-we-re-force-umounting.patch
	patches.suse/ceph-don-t-WARN-if-we-re-forcibly-removing-the-session-caps.patch
	patches.suse/ceph-lockdep-annotations-for-try_nonblocking_invalid.patch
	patches.suse/ceph-drop-the-mdsc_get_session-put_session-dout-messages.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/0010-dm-use-fs_dax_get_by_bdev-instead-of-dax_get_by_host.patch
	patches.suse/cxl-Move-cxl_core-to-new-directory.patch
	patches.suse/cxl-pci-Introduce-cdevm_file_operations.patch
	patches.suse/0001-libnvdimm-labels-Introduce-getters-for-namespace-lab.patch
	patches.suse/0002-libnvdimm-labels-Add-isetcookie-validation-helper.patch
	patches.suse/0003-libnvdimm-labels-Introduce-label-setter-helpers.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/s390-pci-fix-clp_get_state-handling-of-ENODEV
	patches.suse/s390-remove-xpram-device-driver.patch
	patches.suse/scsi-zfcp-fix-kernel-doc-comments
	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/1201-drm-dcn31-fix-boolreturn.cocci-warnings.patch
	patches.suse/drm-amdgpu-Fixes-to-returning-VBIOS-RAS-EEPROM-addre.patch
	patches.suse/1203-drm-amdgpu-Process-any-VBIOS-RAS-EEPROM-address.patch
	patches.suse/1204-drm-amdgpu-correct-comments-in-memory-type-managers.patch
	patches.suse/1205-drm-amdgpu-add-some-additional-RDNA2-PCI-IDs.patch
	patches.suse/1206-drm-amd-amdgpu-Add-ready_to_reset-resp-for-vega10.patch
	patches.suse/1207-drm-amdgpu-reenable-BACO-support-for-699F-C7-polaris.patch
	patches.suse/1208-drm-amd-pm-And-destination-bounds-checking-to-struct.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/1211-drm-amdgpu-show-both-cmd-id-and-name-when-psp-cmd-fa.patch
	patches.suse/drm-amdgpu-Disable-PCIE_DPM-on-Intel-RKL-Platform.patch
	patches.suse/1213-drm-amdgpu-swsmu-fix-spelling-mistake-minimun-minimu.patch
	patches.suse/drm-amd-display-Fix-memory-leak-reported-by-coverity.patch
	patches.suse/1215-drm-amd-display-cleanup-idents-after-a-revert.patch
	patches.suse/1216-drm-amd-display-Initialize-lt_settings-on-instantiat.patch
	patches.suse/1217-drm-amdgpu-Clear-RAS-interrupt-status-on-aldebaran.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/1221-drm-amdgpu-enable-more-pm-sysfs-under-SRIOV-1-VF-mod.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/1224-drm-ttm-Include-pagemap.h-from-ttm_tt.h.patch
	patches.suse/1225-drm-vc4-hdmi-make-vc4_hdmi_codec_pdata-static.patch
	patches.suse/1226-drm-mgag200-Fix-uninitialized-variable-delta.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/1233-dma-buf-DMABUF_SYSFS_STATS-should-depend-on-DMA_SHAR.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/iommu-Clarify-default-domain-Kconfig
	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/nvme-move-nvme_multi_css-into-nvme.h.patch
	patches.suse/nvmet-looks-at-the-passthrough-controller-when-initi.patch
	patches.suse/nvmet-return-bool-from-nvmet_passthru_ctrl-and-nvmet.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/nvme-add-error-handling-support-for-add_disk.patch
	patches.suse/block-split-out-operations-on-block-special-files.patch
	patches.suse/block-move-fs-block_dev.c-to-block-bdev.c.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-wq-fix-cancellation-on-create-worker-failure.patch
	patches.suse/io_uring-fix-missing-mb-before-waitqueue_active.patch
	patches.suse/io_uring-drop-ctx-uring_lock-before-acquiring-sqd-lo.patch
	patches.suse/io-wq-fix-silly-logic-error-in-io_task_work_match.patch
	patches.suse/io-wq-fix-memory-leak-in-create_io_worker.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/namei-Fix-use-after-free-in-kern_path_locked.patch
	patches.suse/rename-__filename_parentat-to-filename_parentat.patch
	patches.suse/namei-Standardize-callers-of-filename_lookup.patch
	patches.suse/namei-Standardize-callers-of-filename_create.patch
	patches.suse/putname-IS_ERR_OR_NULL-is-wrong-here.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-report-Add-tools-arch-x86-include-asm-amd-ibs.h.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/qlcnic-Remove-redundant-initialization-of-variable-ret.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-Relicense-disassembler-as-GPL-2.0-only-OR-BSD-2-.patch
	patches.suse/selftests-bpf-Fix-build-of-task_pt_regs-test-for-arm.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/bpf-selftests-Add-cgroup-v1-net_cls-classid-helpers.patch
	patches.suse/bpf-selftests-Add-test-case-for-mixed-cgroup-v1-v2.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/drm-i915-dp-Use-max-params-for-panels-eDP-1.4.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/1260-drm-amd-display-Add-NULL-checks-for-vblank-workqueue.patch
	patches.suse/1261-drm-amd-display-dc_assert_fp_enabled-assert-only-if-.patch
	patches.suse/1262-drm-amdgpu-fix-sysfs_emit-sysfs_emit_at-warnings-v2.patch
	patches.suse/1263-drm-amdgpu-update-SMU-PPSMC-for-cyan-skilfish.patch
	patches.suse/1264-drm-amdgpu-update-SMU-driver-interface-for-cyan-skil.patch
	patches.suse/1265-drm-amdgpu-add-some-pptable-funcs-for-cyan-skilfish-.patch
	patches.suse/1266-drm-amdgpu-add-manual-sclk-vddc-setting-support-for-.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/1278-drm-amdgpu-Demote-TMZ-unsupported-log-message-from-w.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/1281-drm-amdgpu-display-add-a-proper-license-to-dc_link_d.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/nvme-remove-the-call-to-nvme_update_disk_info-in-nvm.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-wq-code-clean-of-io_wqe_create_worker.patch
	patches.suse/io-wq-fix-potential-race-of-acct-nr_workers.patch
	patches.suse/io-wq-provide-IO_WQ_-constants-for-IORING_REGISTER_I.patch
	patches.suse/io_uring-pin-SQPOLL-data-before-unlocking-ring-lock.patch
	patches.suse/io_uring-fix-missing-sigmask-restore-in-io_cqring_wa.patch
	patches.suse/io_uring-auto-removal-for-direct-open-accept.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/io_uring-move-iopoll-reissue-into-regular-IO-path.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/1282-tgafb-clarify-dependencies.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/1284-Revert-drm-vc4-hdmi-Remove-drm_encoder-crtc-usage.patch
	patches.suse/parisc-Declare-pci_iounmap-parisc-version-only-when-.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/pci_iounmap-2-Electric-Boogaloo-try-to-make-sense-of.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/1286-drm-amd-display-fix-empty-debug-macros.patch
	patches.suse/1287-drm-amdkfd-SVM-map-to-gpus-check-vma-boundary.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/ceph-fix-off-by-one-bugs-in-unsafe_request_wait.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/fpga-dfl-Avoid-reads-to-AFU-CSRs-during-enumeration.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-pci-swiotlb-reduce-visibility-of-symbols
	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/block-hold-invalidate_lock-in-blkdev_fallocate.patch
	patches.suse/io-wq-ensure-we-exit-if-thread-group-is-exiting.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-fix-potential-req-refcount-underflow.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/io_uring-make-OP_CLOSE-consistent-with-direct-open.patch
	patches.suse/scsi-st-Add-missing-break-in-switch-statement-in-st_.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-ufs-ufshpb-Remove-unused-parameters.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-ncr53c8xx-Remove-unused-retrieve_from_waiting_list-function.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-Make-sd_spinup_disk-less-noisy.patch
	patches.suse/scsi-bsg-Fix-device-unregistration.patch
	patches.suse/scsi-ufs-core-Revert-scsi-ufs-Synchronize-SCSI-and-U.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-fas216-Kill-scmd-tag.patch
	patches.suse/scsi-acornscsi-Remove-tagged-queuing-vestiges.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/mm-debug-sync-up-latest-migrate_reason-to-migrate_reason_names.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/vfio-pci-add-missing-identifier-name-in-argument-of-function-pro
	patches.suse/vfio-ap_ops-Add-missed-vfio_uninit_group_dev
	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/MAINTAINERS-fix-update-references-to-stm32-audio-bin.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/1295-drm-tegra-dc-Remove-unused-variables.patch
	patches.suse/1296-drm-tegra-uapi-Fix-wrong-mapping-end-address-in-case.patch
	patches.suse/1297-gpu-host1x-fence-Make-spinlock-static.patch
	patches.suse/1298-gpu-host1x-Plug-potential-memory-leak.patch
	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/1310-drm-exynos-Make-use-of-the-helper-function-devm_plat.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/nvdimm-pmem-fix-creating-the-dax-group.patch
	patches.suse/io-wq-exclusively-gate-signal-based-exit-on-get_sign.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/fscache-Fix-some-kerneldoc-warnings-shown-up-by-W-1.patch
	patches.suse/fscache-Remove-an-unused-static-variable.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/samples-bpf-Fix-vmlinux.h-generation-for-XDP-samples.patch
	patches.suse/samples-bpf-Relicense-bpf_insn.h-as-GPL-2.0-only-OR-.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/unix-Fix-an-issue-in-unix_shutdown-causing-the-other.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/1318-drm-vc4-hdmi-Remove-unused-struct.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/1322-drm-rockchip-Update-crtc-fixup-to-account-for-fracti.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/1327-DRM-delete-DRM-IRQ-legacy-midlayer-docs.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/1335-Documentation-gpu-remove-spurious-in-amdgpu.rst.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/1338-drm-amdkfd-remove-redundant-iommu-cleanup-code.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/1341-drm-amd-display-Skip-override-for-preferred-link-set.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/qcom_scm-hide-Kconfig-symbol
	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-genhd-fix-double-kfree-in-__alloc_disk_node.patch
	patches.suse/block-decode-QUEUE_FLAG_HCTX_ACTIVE-in-debugfs-outpu.patch
	patches.suse/scsi-acornscsi-Remove-scsi_cmd_to_tag-reference.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/af_unix-Rename-UNIX-DGRAM-to-UNIX-to-maintain-backwa.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/1345-drm-msm-Fix-crash-on-dev-file-close.patch
	patches.suse/drm-msm-a6xx-Serialize-GMU-communication.patch
	patches.suse/drm-msm-a6xx-Track-current-ctx-by-seqno.patch
	patches.suse/1348-drm-msm-A-bit-more-docs-cleanup.patch
	patches.suse/1349-drm-msm-One-sched-entity-per-process-per-priority.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/1352-drm-msm-Fix-devfreq-NULL-pointer-dereference-on-a3xx.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/1364-drm-rcar-du-Don-t-create-encoder-for-unconnected-LVD.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/1368-Revert-drm-mediatek-Clear-pending-flag-when-cmdq-pac.patch
	patches.suse/1369-Revert-drm-mediatek-Add-cmdq_handle-in-mtk_crtc.patch
	patches.suse/1370-Revert-drm-mediatek-Detect-CMDQ-execution-timeout.patch
	patches.suse/1371-Revert-drm-mediatek-Remove-struct-cmdq_client.patch
	patches.suse/1372-Revert-drm-mediatek-Use-mailbox-rx_callback-instead-.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/iommu-arm-fix-ARM_SMMU_QCOM-compilation
	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/0011-dm-verity-skip-redundant-verity_handle_err-on-I-O-errors.patch
	patches.suse/0012-dm-clone-make-array-descs-static.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/VDUSE-fix-documentation-underline-warning.patch
	patches.suse/vhost-vdpa-Fix-the-wrong-input-in-config_cb.patch
	patches.suse/io_uring-fix-wrong-condition-to-grab-uring-lock.patch
	patches.suse/block-rnbd-clt-sysfs-fix-a-couple-uninitialized-vari.patch
	patches.suse/nvme-pci-Fix-abort-command-id.patch
	patches.suse/nvme-fix-per-namespace-chardev-deletion.patch
	patches.suse/block-call-submit_bio_checks-under-q_usage_counter.patch
	patches.suse/block-factor-out-a-blk_try_enter_queue-helper.patch
	patches.suse/block-split-bio_queue_enter-from-blk_queue_enter.patch
	patches.suse/block-drain-file-system-I-O-on-del_gendisk.patch
	patches.suse/block-keep-q_usage_counter-in-atomic-mode-after-del_.patch
	patches.suse/kyber-avoid-q-disk-dereferences-in-trace-points.patch
	patches.suse/brd-reduce-the-brd_devices_mutex-scope.patch
	patches.suse/block-warn-when-putting-the-final-reference-on-a-reg.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/mm-migrate-optimize-hotplug-time-demotion-order-updates.patch
	patches.suse/mm-migrate-add-CPU-hotplug-to-demotion-ifdef.patch
	patches.suse/mm-migrate-fix-CPUHP-state-to-update-node-demotion-order.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-s390-Function-documentation-fixes
	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/1379-drm-msm-devfreq-Restrict-idle-clamping-to-a618-for-n.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/1388-Revert-drm-ast-Add-detect-function-support.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/io-wq-max_worker-fixes.patch
	patches.suse/io_uring-apply-max_workers-limit-to-all-future-users.patch
	patches.suse/io_uring-fix-ltimeout-unprep.patch
	patches.suse/io_uring-apply-worker-limits-to-previous-users.patch
	patches.suse/blk-cgroup-blk_cgroup_bio_start-should-use-irq-safe-.patch
	patches.suse/block-fix-incorrect-references-to-disk-objects.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-sd-Fix-crashes-in-sd_resume_runtime.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/scsi-ufs-ufs-pci-Force-a-full-restore-after-suspend-.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/net-Rename-stream_memory_read-to-sock_is_readable.patch
	patches.suse/skmsg-Extract-and-reuse-sk_msg_is_readable.patch
	patches.suse/net-Implement-sock_is_readable-for-UDP-and-AF_UNIX.patch
	patches.suse/selftests-bpf-Use-recv_timeout-instead-of-retries.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/1402-drm-i915-selftests-Properly-reset-mock-object-proper.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/nvdimm-pmem-stop-using-q_usage_count-as-external-pgmap-refcount.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-drain-queue-after-disk-is-removed-from-sysfs.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/scsi-ufs-ufshpb-Remove-HPB2.0-flows.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/mm-don-t-include-linux-blk-cgroup.h-in-linux-writeba.patch
	patches.suse/mm-don-t-include-linux-blk-cgroup.h-in-linux-backing.patch
	patches.suse/mm-don-t-include-linux-blkdev.h-in-linux-backing-dev.patch
	patches.suse/mm-remove-spurious-blkdev.h-includes.patch
	patches.suse/arch-remove-spurious-blkdev.h-includes.patch
	patches.suse/kernel-remove-spurious-blkdev.h-includes.patch
	patches.suse/sched-move-the-linux-blkdev.h-include-out-of-kernel-.patch
	patches.suse/block-remove-the-unused-rq_end_sector-macro.patch
	patches.suse/block-remove-the-unused-blk_queue_state-enum.patch
	patches.suse/block-remove-the-cmd_size-field-from-struct-request_.patch
	patches.suse/block-remove-the-struct-blk_queue_ctx-forward-declar.patch
	patches.suse/block-move-elevator.h-to-block.patch
	patches.suse/block-drop-unused-includes-in-linux-blkdev.h.patch
	patches.suse/0001-block-drop-unused-includes-in-linux-genhd.h.patch
	patches.suse/block-move-a-few-merge-helpers-out-of-linux-blkdev.h.patch
	patches.suse/block-move-integrity-handling-out-of-linux-blkdev.h.patch
	patches.suse/block-move-struct-request-to-blk-mq.h.patch
	patches.suse/block-mq-deadline-Improve-request-accounting-further.patch
	patches.suse/block-mq-deadline-Add-an-invariant-check.patch
	patches.suse/block-mq-deadline-Stop-using-per-CPU-counters.patch
	patches.suse/block-mq-deadline-Prioritize-high-priority-requests.patch
	patches.suse/block-print-the-current-process-in-handle_bad_sector.patch
	patches.suse/blk-mq-Change-rqs-check-in-blk_mq_free_rqs.patch
	patches.suse/block-Rename-BLKDEV_MAX_RQ-BLKDEV_DEFAULT_RQ.patch
	patches.suse/blk-mq-Relocate-shared-sbitmap-resize-in-blk_mq_upda.patch
	patches.suse/blk-mq-Invert-check-in-blk_mq_update_nr_requests.patch
	patches.suse/blk-mq-sched-Rename-blk_mq_sched_alloc_-tags-map_and.patch
	patches.suse/blk-mq-sched-Rename-blk_mq_sched_free_-requests-rqs.patch
	patches.suse/blk-mq-Pass-driver-tags-to-blk_mq_clear_rq_mapping.patch
	patches.suse/blk-mq-Don-t-clear-driver-tags-own-mapping.patch
	patches.suse/blk-mq-Add-blk_mq_tag_update_sched_shared_sbitmap.patch
	patches.suse/blk-mq-Add-blk_mq_alloc_map_and_rqs.patch
	patches.suse/blk-mq-Refactor-and-rename-blk_mq_free_map_and_-requ.patch
	patches.suse/blk-mq-Use-shared-tags-for-shared-sbitmap-support.patch
	patches.suse/blk-mq-Stop-using-pointers-for-blk_mq_tags-bitmap-ta.patch
	patches.suse/blk-mq-Change-shared-sbitmap-naming-to-shared-tags.patch
	patches.suse/block-move-blk-throtl-fast-path-inline.patch
	patches.suse/block-inherit-request-start-time-from-bio-for-BLK_CG.patch
	patches.suse/block-bump-max-plugged-deferred-size-from-16-to-32.patch
	patches.suse/block-pre-allocate-requests-if-plug-is-started-and-i.patch
	patches.suse/blk-mq-cleanup-and-rename-__blk_mq_alloc_request.patch
	patches.suse/blk-mq-cleanup-blk_mq_submit_bio.patch
	patches.suse/block-don-t-dereference-request-after-flush-insertio.patch
	patches.suse/block-unexport-blkdev_ioctl.patch
	patches.suse/block-move-the-blkdev_ioctl-declarations-out-of-blkd.patch
	patches.suse/block-merge-block_ioctl-into-blkdev_ioctl.patch
	patches.suse/block-inline-hot-paths-of-blk_account_io_.patch
	patches.suse/blk-mq-inline-hot-part-of-__blk_mq_sched_restart.patch
	patches.suse/block-remove-BIO_BUG_ON.patch
	patches.suse/block-don-t-include-linux-ioprio.h-in-linux-bio.h.patch
	patches.suse/block-move-bio_mergeable-out-of-bio.h.patch
	patches.suse/block-fold-bio_cur_bytes-into-blk_rq_cur_bytes.patch
	patches.suse/block-move-bio_full-out-of-bio.h.patch
	patches.suse/block-mark-__bio_try_merge_page-static.patch
	patches.suse/block-move-bio_get_-first-last-_bvec-out-of-bio.h.patch
	patches.suse/block-mark-bio_truncate-static.patch
	patches.suse/blk-mq-optimise-end_request-non-stat-path.patch
	patches.suse/sbitmap-add-__sbitmap_queue_get_batch.patch
	patches.suse/block-improve-batched-tag-allocation.patch
	patches.suse/block-remove-redundant-y-from-BLK_CGROUP-dependency.patch
	patches.suse/block-simplify-Kconfig-files.patch
	patches.suse/block-move-menu-Partition-type-to-block-partitions-K.patch
	patches.suse/block-move-CONFIG_BLOCK-guard-to-top-Makefile.patch
	patches.suse/block-only-check-previous-entry-for-plug-merge-attem.patch
	patches.suse/direct-io-remove-blk_poll-support.patch
	patches.suse/block-don-t-try-to-poll-multi-bio-I-Os-in-__blkdev_d.patch
	patches.suse/iomap-don-t-try-to-poll-multi-bio-I-Os-in-__iomap_di.patch
	patches.suse/io_uring-fix-a-layering-violation-in-io_iopoll_req_i.patch
	patches.suse/blk-mq-factor-out-a-blk_qc_to_hctx-helper.patch
	patches.suse/blk-mq-factor-out-a-classic-poll-helper.patch
	patches.suse/blk-mq-remove-blk_qc_t_to_tag-and-blk_qc_t_is_intern.patch
	patches.suse/blk-mq-remove-blk_qc_t_valid.patch
	patches.suse/block-replace-the-spin-argument-to-blk_iopoll-with-a.patch
	patches.suse/io_uring-don-t-sleep-when-polling-for-I-O.patch
	patches.suse/block-rename-REQ_HIPRI-to-REQ_POLLED.patch
	patches.suse/block-use-SLAB_TYPESAFE_BY_RCU-for-the-bio-slab.patch
	patches.suse/block-define-struct-bvec_iter-as-packed.patch
	patches.suse/block-switch-polling-to-be-bio-based.patch
	patches.suse/block-don-t-allow-writing-to-the-poll-queue-attribut.patch
	patches.suse/nvme-multipath-enable-polled-I-O.patch
	patches.suse/block-cache-bdev-in-struct-file-for-raw-bdev-IO.patch
	patches.suse/block-use-flags-instead-of-bit-fields-for-blkdev_dio.patch
	patches.suse/block-handle-fast-path-of-bio-splitting-inline.patch
	patches.suse/block-cache-request-queue-in-bdev.patch
	patches.suse/block-use-bdev_get_queue-in-bdev.c.patch
	patches.suse/block-use-bdev_get_queue-in-bio.c.patch
	patches.suse/block-use-bdev_get_queue-in-blk-core.c.patch
	patches.suse/block-convert-the-rest-of-block-to-bdev_get_queue.patch
	patches.suse/block-don-t-bother-iter-advancing-a-fully-done-bio.patch
	patches.suse/block-remove-useless-caller-argument-to-print_req_er.patch
	patches.suse/block-move-update-request-helpers-into-blk-mq.c.patch
	patches.suse/block-improve-layout-of-struct-request.patch
	patches.suse/block-only-mark-bio-as-tracked-if-it-really-is-track.patch
	patches.suse/block-store-elevator-state-in-request.patch
	patches.suse/block-skip-elevator-fields-init-for-non-elv-queue.patch
	patches.suse/block-blk_mq_rq_ctx_init-cache-ctx-q-hctx.patch
	patches.suse/block-cache-rq_flags-inside-blk_mq_rq_ctx_init.patch
	patches.suse/block-remove-debugfs-blk_mq_ctx-dispatched-merged-co.patch
	patches.suse/block-remove-some-blk_mq_hw_ctx-debugfs-entries.patch
	patches.suse/block-provide-helpers-for-rq_list-manipulation.patch
	patches.suse/block-add-a-struct-io_comp_batch-argument-to-fops-io.patch
	patches.suse/sbitmap-add-helper-to-clear-a-batch-of-tags.patch
	patches.suse/block-add-support-for-blk_mq_end_request_batch.patch
	patches.suse/nvme-add-support-for-batched-completion-of-polled-IO.patch
	patches.suse/io_uring-utilize-the-io-batching-infrastructure-for-.patch
	patches.suse/nvme-wire-up-completion-batching-for-the-IRQ-path.patch
	patches.suse/block-fix-too-broad-elevator-check-in-blk_mq_free_re.patch
	patches.suse/block-move-bdev_read_only-into-the-header.patch
	patches.suse/block-don-t-call-blk_status_to_errno-in-blk_update_r.patch
	patches.suse/block-return-whether-or-not-to-unplug-through-boolea.patch
	patches.suse/block-get-rid-of-plug-list-sorting.patch
	patches.suse/block-move-blk_mq_tag_to_rq-inline.patch
	patches.suse/block-align-blkdev_dio-inlined-bio-to-a-cacheline.patch
	patches.suse/blk-wbt-prevent-NULL-pointer-dereference-in-wb_timer.patch
	patches.suse/block-change-plugging-to-use-a-singly-linked-list.patch
	patches.suse/block-attempt-direct-issue-of-plug-list.patch
	patches.suse/blk-mq-don-t-handle-non-flush-requests-in-blk_insert.patch
	patches.suse/block-inline-fast-path-of-driver-tag-allocation.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-turn-macro-helpers-into-inline-functions.patch
	patches.suse/block-convert-leftovers-to-bdev_get_queue.patch
	patches.suse/block-optimise-req_bio_endio.patch
	patches.suse/block-don-t-bloat-enter_queue-with-percpu_ref.patch
	patches.suse/block-inline-a-part-of-bio_release_pages.patch
	patches.suse/block-remove-inaccurate-requeue-check.patch
	patches.suse/blk-mq-only-flush-requests-from-the-plug-in-blk_mq_s.patch
	patches.suse/blk-mq-move-blk_mq_flush_plug_list-to-block-blk-mq.h.patch
	patches.suse/block-optimise-blk_flush_plug_list.patch
	patches.suse/block-cleanup-the-flush-plug-helpers.patch
	patches.suse/blk-mq-Fix-blk_mq_tagset_busy_iter-for-shared-tags.patch
	patches.suse/block-optimise-boundary-blkdev_read_iter-s-checks.patch
	patches.suse/block-clean-up-blk_mq_submit_bio-merging.patch
	patches.suse/block-convert-fops.c-magic-constants-to-SHIFT_SECTOR.patch
	patches.suse/percpu_ref-percpu_ref_tryget_live-version-holding-RC.patch
	patches.suse/block-kill-extra-rcu-lock-unlock-in-queue-enter.patch
	patches.suse/block-Add-invalidate_disk-helper-to-invalidate-the-g.patch
	patches.suse/loop-Use-invalidate_disk-helper-to-invalidate-gendis.patch
	patches.suse/loop-Remove-the-unnecessary-bdev-checks-and-unused-b.patch
	patches.suse/blk-crypto-fallback-properly-prefix-function-and-str.patch
	patches.suse/blk-crypto-rename-keyslot-manager-files-to-blk-crypt.patch
	patches.suse/blk-crypto-rename-blk_keyslot_manager-to-blk_crypto_.patch
	patches.suse/blk-crypto-update-inline-encryption-documentation.patch
	patches.suse/block-fix-req_bio_endio-append-error-handling.patch
	patches.suse/blk-mq-sched-Don-t-reference-queue-tagset-in-blk_mq_.patch
	patches.suse/sched-make-task_struct-plug-always-defined.patch
	patches.suse/block-add-single-bio-async-direct-IO-helper.patch
	patches.suse/block-refactor-bio_iov_bvec_set.patch
	patches.suse/blk-cgroup-synchronize-blkg-creation-against-policy-.patch
	patches.suse/sbitmap-silence-data-race-warning.patch
	patches.suse/blk-mq-don-t-issue-request-directly-in-case-that-cur.patch
	patches.suse/block-Add-independent-access-ranges-support.patch
	patches.suse/block-avoid-extra-iter-advance-with-async-iocb.patch
	patches.suse/block-kill-unused-polling-bits-in-__blkdev_direct_IO.patch
	patches.suse/block-kill-DIO_MULTI_BIO.patch
	patches.suse/block-add-async-version-of-bio_set_polled.patch
	patches.suse/block-add-rq_flags-to-struct-blk_mq_alloc_data.patch
	patches.suse/block-pass-in-blk_mq_tags-to-blk_mq_rq_ctx_init.patch
	patches.suse/block-prefetch-request-to-be-initialized.patch
	patches.suse/block-re-flow-blk_mq_rq_ctx_init.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/0002-virtio-blk-Use-blk_validate_block_size-to-validate-b.patch
	patches.suse/block-improve-readability-of-blk_mq_end_request_batc.patch
	patches.suse/blk-mq-debugfs-Show-active-requests-per-queue-for-sh.patch
	patches.suse/null_blk-poll-queue-support.patch
	patches.suse/loop-add-error-handling-support-for-add_disk.patch
	patches.suse/nbd-add-error-handling-support-for-add_disk.patch
	patches.suse/aoe-add-error-handling-support-for-add_disk.patch
	patches.suse/n64cart-add-error-handling-support-for-add_disk.patch
	patches.suse/pcd-move-the-identify-buffer-into-pcd_identify.patch
	patches.suse/pcd-cleanup-initialization.patch
	patches.suse/pf-cleanup-initialization.patch
	patches.suse/pd-cleanup-initialization.patch
	patches.suse/pcd-add-error-handling-support-for-add_disk.patch
	patches.suse/pcd-fix-ordering-of-unregister_cdrom.patch
	patches.suse/pcd-capture-errors-on-cdrom_register.patch
	patches.suse/pd-add-error-handling-support-for-add_disk.patch
	patches.suse/mtip32xx-add-error-handling-support-for-add_disk.patch
	patches.suse/pktcdvd-add-error-handling-support-for-add_disk.patch
	patches.suse/block-rsxx-add-error-handling-support-for-add_disk.patch
	patches.suse/block-sx8-add-error-handling-support-for-add_disk.patch
	patches.suse/pf-add-error-handling-support-for-add_disk.patch
	patches.suse/cdrom-gdrom-add-error-handling-support-for-add_disk.patch
	patches.suse/rbd-add-add_disk-error-handling.patch
	patches.suse/block-swim3-add-error-handling-support-for-add_disk.patch
	patches.suse/floppy-fix-add_disk-assumption-on-exit-due-to-new-de.patch
	patches.suse/floppy-use-blk_cleanup_disk.patch
	patches.suse/floppy-fix-calling-platform_device_unregister-on-inv.patch
	patches.suse/floppy-add-error-handling-support-for-add_disk.patch
	patches.suse/amiflop-add-error-handling-support-for-add_disk.patch
	patches.suse/swim-simplify-using-blk_cleanup_disk-on-swim_remove.patch
	patches.suse/swim-add-helper-for-disk-cleanup.patch
	patches.suse/swim-add-a-floppy-registration-bool-which-triggers-d.patch
	patches.suse/swim-add-error-handling-support-for-add_disk.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/block-ataflop-add-error-handling-support-for-add_dis.patch
	patches.suse/xtensa-platforms-iss-simdisk-add-error-handling-supp.patch
	patches.suse/pcd-fix-error-codes-in-pcd_init_unit.patch
	patches.suse/pf-fix-error-codes-in-pf_init_unit.patch
	patches.suse/sx8-fix-an-error-code-in-carm_init_one.patch
	patches.suse/swim3-add-missing-major.h-include.patch
	patches.suse/md-add-error-handling-support-for-add_disk.patch
	patches.suse/md-add-the-bitmap-group-to-the-default-groups-for-th.patch
	patches.suse/md-extend-disks_mutex-coverage.patch
	patches.suse/md-properly-unwind-when-failing-to-add-the-kobject-i.patch
	patches.suse/md-raid1-only-allocate-write-behind-bio-for-WriteMos.patch
	patches.suse/0013-md-raid1-use-rdev-in-raid1_write_request-directly.patch
	patches.suse/0014-md-raid5-call-roundup_pow_of_two-in-raid5_run.patch
	patches.suse/0015-md-remove-unused-argument-from-md_new_event.patch
	patches.suse/md-update-superblock-after-changing-rdev-flags-in-st.patch
	patches.suse/nbd-don-t-handle-response-without-a-corresponding-re.patch
	patches.suse/nbd-make-sure-request-completion-won-t-concurrent.patch
	patches.suse/nbd-check-sock-index-in-nbd_read_stat.patch
	patches.suse/nbd-don-t-start-request-if-nbd_queue_rq-failed.patch
	patches.suse/nbd-clean-up-return-value-checking-of-sock_xmit.patch
	patches.suse/nbd-partition-nbd_read_stat-into-nbd_read_reply-and-.patch
	patches.suse/nbd-fix-uaf-in-nbd_handle_reply.patch
	patches.suse/block-ataflop-fix-breakage-introduced-at-blk-mq-refa.patch
	patches.suse/nvme-move-command-clear-into-the-various-setup-helpe.patch
	patches.suse/nvme-don-t-memset-the-normal-read-write-command.patch
	patches.suse/nbd-Fix-use-after-free-in-pid_show.patch
	patches.suse/nvme-generate-uevent-once-a-multipath-namespace-is-o.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/nvme-rdma-limit-the-maximal-queue-size-for-RDMA-cont.patch
	patches.suse/nvmet-add-get_max_queue_size-op-for-controllers.patch
	patches.suse/nvmet-rdma-implement-get_max_queue_size-controller-o.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/nvmet-use-macro-definition-for-setting-nmic-value.patch
	patches.suse/nvmet-use-macro-definitions-for-setting-cmic-value.patch
	patches.suse/nvme-multipath-add-error-handling-support-for-add_di.patch
	patches.suse/nvme-rdma-fix-error-code-in-nvme_rdma_setup_ctrl.patch
	patches.suse/nvme-pci-clear-shadow-doorbell-memory-on-resets.patch
	patches.suse/nvme-drop-scan_lock-and-always-kick-requeue-list-whe.patch
	patches.suse/nvmet-use-struct_size-over-open-coded-arithmetic.patch
	patches.suse/dm-add-add_disk-error-handling.patch
	patches.suse/bcache-add-error-handling-support-for-add_disk.patch
	patches.suse/xen-blkfront-add-error-handling-support-for-add_disk.patch
	patches.suse/m68k-emu-nfblock-add-error-handling-support-for-add_.patch
	patches.suse/um-drivers-ubd_kern-add-error-handling-support-for-a.patch
	patches.suse/rnbd-add-error-handling-support-for-add_disk.patch
	patches.suse/mtd-add-add_disk-error-handling.patch
	patches.suse/block-remove-support-for-cryptoloop-and-the-xor-tran.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/nvmet-use-flex_array_size-and-struct_size.patch
	patches.suse/block-ataflop-Fix-warning-comparing-pointer-to-0.patch
	patches.suse/null_blk-Fix-handling-of-submit_queues-and-poll_queu.patch
	patches.suse/io_uring-dump-sqe-contents-if-issue-fails.patch
	patches.suse/io-wq-Remove-duplicate-code-in-io_workqueue_create.patch
	patches.suse/io_uring-kill-off-ios_left.patch
	patches.suse/io_uring-inline-io_dismantle_req.patch
	patches.suse/io_uring-inline-linked-part-of-io_req_find_next.patch
	patches.suse/io_uring-dedup-CQE-flushing-non-empty-checks.patch
	patches.suse/io_uring-kill-extra-wake_up_process-in-tw-add.patch
	patches.suse/io_uring-add-more-uring-info-to-fdinfo-for-debug.patch
	patches.suse/io_uring-remove-ctx-referencing-from-complete_post.patch
	patches.suse/io_uring-optimise-io_req_init-sqe-flags-checks.patch
	patches.suse/io_uring-return-boolean-value-for-io_alloc_async_dat.patch
	patches.suse/io_uring-mark-having-different-creds-unlikely.patch
	patches.suse/io_uring-force_nonspin.patch
	patches.suse/io_uring-make-io_do_iopoll-return-number-of-reqs.patch
	patches.suse/io_uring-use-slist-for-completion-batching.patch
	patches.suse/io_uring-remove-allocation-cache-array.patch
	patches.suse/io-wq-add-io_wq_work_node-based-stack.patch
	patches.suse/io_uring-replace-list-with-stack-for-req-caches.patch
	patches.suse/io_uring-split-iopoll-loop.patch
	patches.suse/io_uring-use-single-linked-list-for-iopoll.patch
	patches.suse/io_uring-add-a-helper-for-batch-free.patch
	patches.suse/io_uring-convert-iopoll_completed-to-store_release.patch
	patches.suse/io_uring-optimise-batch-completion.patch
	patches.suse/io_uring-inline-completion-batching-helpers.patch
	patches.suse/io_uring-don-t-pass-tail-into-io_free_batch_list.patch
	patches.suse/io_uring-don-t-pass-state-to-io_submit_state_end.patch
	patches.suse/io_uring-deduplicate-io_queue_sqe-call-sites.patch
	patches.suse/io_uring-remove-drain_active-check-from-hot-path.patch
	patches.suse/io_uring-split-slow-path-from-io_queue_sqe.patch
	patches.suse/io_uring-inline-hot-path-of-__io_queue_sqe.patch
	patches.suse/io_uring-reshuffle-queue_sqe-completion-handling.patch
	patches.suse/io_uring-restructure-submit-sqes-to_submit-checks.patch
	patches.suse/io_uring-kill-off-inflight_entry-field.patch
	patches.suse/io_uring-comment-why-inline-complete-calls-io_clean_.patch
	patches.suse/io_uring-disable-draining-earlier.patch
	patches.suse/io_uring-extra-a-helper-for-drain-init.patch
	patches.suse/io_uring-don-t-return-from-io_drain_req.patch
	patches.suse/io_uring-init-opcode-in-io_init_req.patch
	patches.suse/io_uring-clean-up-buffer-select.patch
	patches.suse/io_uring-add-flag-to-not-fail-link-after-timeout.patch
	patches.suse/io_uring-optimise-kiocb-layout.patch
	patches.suse/io_uring-add-more-likely-unlikely-annotations.patch
	patches.suse/io_uring-delay-req-queueing-into-compl-batch-list.patch
	patches.suse/io_uring-optimise-request-allocation.patch
	patches.suse/io_uring-optimise-INIT_WQ_LIST.patch
	patches.suse/io_uring-don-t-wake-sqpoll-in-io_cqring_ev_posted.patch
	patches.suse/io_uring-merge-CQ-and-poll-waitqueues.patch
	patches.suse/io_uring-optimise-ctx-referencing-by-requests.patch
	patches.suse/io_uring-mark-cold-functions.patch
	patches.suse/io_uring-optimise-io_free_batch_list.patch
	patches.suse/io_uring-control-async_data-with-a-REQ_F-flag.patch
	patches.suse/io_uring-remove-struct-io_completion.patch
	patches.suse/io_uring-inline-io_req_needs_clean.patch
	patches.suse/io_uring-inline-io_poll_complete.patch
	patches.suse/io_uring-correct-fill-events-helpers-types.patch
	patches.suse/io_uring-optimise-plugging.patch
	patches.suse/io_uring-safer-fallback_work-free.patch
	patches.suse/io_uring-reshuffle-io_submit_state-bits.patch
	patches.suse/io_uring-optimise-out-req-opcode-reloading.patch
	patches.suse/io_uring-remove-extra-io_ring_exit_work-wake-up.patch
	patches.suse/io_uring-fix-io_free_batch_list-races.patch
	patches.suse/io_uring-optimise-io_req_set_rsrc_node.patch
	patches.suse/io_uring-optimise-rsrc-referencing.patch
	patches.suse/io_uring-consistent-typing-for-issue_flags.patch
	patches.suse/io_uring-prioritise-read-success-path-over-fails.patch
	patches.suse/io_uring-optimise-rw-comletion-handlers.patch
	patches.suse/io_uring-encapsulate-rw-state.patch
	patches.suse/io_uring-optimise-read-write-iov-state-storing.patch
	patches.suse/io_uring-optimise-io_import_iovec-nonblock-passing.patch
	patches.suse/io_uring-clean-up-io_import_iovec.patch
	patches.suse/io_uring-rearrange-io_read-write.patch
	patches.suse/io_uring-optimise-req-ctx-reloads.patch
	patches.suse/io_uring-kill-io_wq_current_is_worker-in-iopoll.patch
	patches.suse/io_uring-optimise-io_import_iovec-fixed-path.patch
	patches.suse/io_uring-return-iovec-from-__io_import_iovec.patch
	patches.suse/io_uring-optimise-fixed-rw-rsrc-node-setting.patch
	patches.suse/io_uring-clean-io_prep_rw.patch
	patches.suse/fs-io_uring-Prioritise-checking-faster-conditions-fi.patch
	patches.suse/io_uring-arm-poll-for-non-nowait-files.patch
	patches.suse/io_uring-combine-REQ_F_NOWAIT_-READ-WRITE-flags.patch
	patches.suse/io_uring-simplify-io_file_supports_nowait.patch
	patches.suse/io_uring-inform-block-layer-of-how-many-requests-we-.patch
	patches.suse/io_uring-warning-about-unused-but-set-parameter.patch
	patches.suse/io_uring-split-logic-of-force_nonblock.patch
	patches.suse/io_uring-Use-ERR_CAST-instead-of-ERR_PTR-PTR_ERR.patch
	patches.suse/io_uring-implement-async-hybrid-mode-for-pollable-re.patch
	patches.suse/io-wq-use-helper-for-worker-refcounting.patch
	patches.suse/io_uring-clean-io_wq_submit_work-s-main-loop.patch
	patches.suse/io_uring-clean-iowq-submit-work-cancellation.patch
	patches.suse/io_uring-check-if-opcode-needs-poll-first-on-arming.patch
	patches.suse/io_uring-don-t-try-io-wq-polling-if-not-supported.patch
	patches.suse/io_uring-clean-up-timeout-async_data-allocation.patch
	patches.suse/io_uring-kill-unused-param-from-io_file_supports_now.patch
	patches.suse/io_uring-clusterise-ki_flags-access-in-rw_prep.patch
	patches.suse/io_uring-don-t-assign-write-hint-in-the-read-path.patch
	patches.suse/io_uring-harder-fdinfo-sq-cq-ring-iterating.patch
	patches.suse/io-wq-remove-worker-to-owner-tw-dependency.patch
	patches.suse/block-move-the-SECTOR_SIZE-related-definitions-to-bl.patch
	patches.suse/block-add-a-bdev_nr_bytes-helper.patch
	patches.suse/bcache-remove-bdev_sectors.patch
	patches.suse/drbd-use-bdev_nr_sectors-instead-of-open-coding-it.patch
	patches.suse/dm-use-bdev_nr_sectors-and-bdev_nr_bytes-instead-of-.patch
	patches.suse/md-use-bdev_nr_sectors-instead-of-open-coding-it.patch
	patches.suse/nvmet-use-bdev_nr_bytes-instead-of-open-coding-it.patch
	patches.suse/target-iblock-use-bdev_nr_bytes-instead-of-open-codi.patch
	patches.suse/fs-use-bdev_nr_bytes-instead-of-open-coding-it-in-bl.patch
	patches.suse/fs-simplify-init_page_buffers.patch
	patches.suse/affs-use-bdev_nr_sectors-instead-of-open-coding-it.patch
	patches.suse/btrfs-use-bdev_nr_bytes-instead-of-open-coding-it.patch
	patches.suse/cramfs-use-bdev_nr_bytes-instead-of-open-coding-it.patch
	patches.suse/fat-use-bdev_nr_sectors-instead-of-open-coding-it.patch
	patches.suse/hfs-use-bdev_nr_sectors-instead-of-open-coding-it.patch
	patches.suse/hfsplus-use-bdev_nr_sectors-instead-of-open-coding-i.patch
	patches.suse/jfs-use-bdev_nr_bytes-instead-of-open-coding-it.patch
	patches.suse/nfs-blocklayout-use-bdev_nr_bytes-instead-of-open-co.patch
	patches.suse/nilfs2-use-bdev_nr_bytes-instead-of-open-coding-it.patch
	patches.suse/pstore-blk-use-bdev_nr_bytes-instead-of-open-coding-.patch
	patches.suse/reiserfs-use-bdev_nr_bytes-instead-of-open-coding-it.patch
	patches.suse/squashfs-use-bdev_nr_bytes-instead-of-open-coding-it.patch
	patches.suse/block-use-bdev_nr_bytes-instead-of-open-coding-it-in.patch
	patches.suse/block-add-a-sb_bdev_nr_blocks-helper.patch
	patches.suse/ext4-use-sb_bdev_nr_blocks.patch
	patches.suse/jfs-use-sb_bdev_nr_blocks.patch
	patches.suse/ntfs-use-sb_bdev_nr_blocks.patch
	patches.suse/reiserfs-use-sb_bdev_nr_blocks.patch
	patches.suse/udf-use-sb_bdev_nr_blocks.patch
	patches.suse/block-cache-inode-size-in-bdev.patch
	patches.suse/block-ioctl-use-bdev_nr_sectors-and-bdev_nr_bytes.patch
	patches.suse/partitions-efi-use-bdev_nr_bytes-instead-of-open-cod.patch
	patches.suse/partitions-ibm-use-bdev_nr_sectors-instead-of-open-c.patch
	patches.suse/scsi-sd-add-concurrent-positioning-ranges-support.patch
	patches.suse/libata-support-concurrent-positioning-ranges-log.patch
	patches.suse/doc-document-sysfs-queue-independent_access_ranges-a.patch
	patches.suse/doc-Fix-typo-in-request-queue-sysfs-documentation.patch
	patches.suse/cdrom-Remove-redundant-variable-and-its-assignment.patch
	patches.suse/block-add-a-get_unique_id-method.patch
	patches.suse/sd-implement-get_unique_id.patch
	patches.suse/nfsd-blocklayout-use-get_unique_id-instead-of-sendin.patch
	patches.suse/bsg-lib-initialize-the-bsg_job-in-bsg_transport_sg_i.patch
	patches.suse/scsi-add-a-scsi_alloc_request-helper.patch
	patches.suse/block-remove-the-initialize_rq_fn-blk_mq_ops-method.patch
	patches.suse/block-remove-QUEUE_FLAG_SCSI_PASSTHROUGH.patch
	patches.suse/block-remove-blk_-get-put-_request.patch
	patches.suse/usb-remove-res2-argument-from-gadget-code-completion.patch
	patches.suse/fs-get-rid-of-the-res2-iocb-ki_complete-argument.patch
	patches.suse/fs-remove-__sync_filesystem.patch
	patches.suse/block-remove-__sync_blockdev.patch
	patches.suse/xen-blkback-use-sync_blockdev.patch
	patches.suse/btrfs-use-sync_blockdev.patch
	patches.suse/fat-use-sync_blockdev_nowait.patch
	patches.suse/block-simplify-the-block-device-syncing-code.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/MAINTAINERS-update-arm-vic.yaml-reference.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/perf-Add-comment-about-current-state-of-PERF_MEM_LVL_-namespace-and-remove-an-extra-line.patch
	patches.suse/perf-Add-mem_hops-field-in-perf_mem_data_src-structure.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/x86-xen-Make-save_fl-noinstr.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/x86-fpu-Include-vmalloc.h-for-vzalloc.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/x86-sgx-virt-extract-sgx_vepc_remove_page.patch
	patches.suse/x86-sgx-virt-implement-SGX_IOC_VEPC_REMOVE-ioctl.patch
	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/iommu-amd-Use-struct_group-for-memcpy-region
	patches.suse/0007-drm-mga-mga_ioc32-Use-struct_group-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/0008-nouveau-svm-Use-kvcalloc-instead-of-kvzalloc.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/0009-media-i.MX6-Support-16-bit-BT.1120-video-input.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-block-Add-error-handling-support-for-add_disk.patch
	patches.suse/memstick-ms_block-Add-error-handling-support-for-add.patch
	patches.suse/memstick-mspro_block-Add-error-handling-support-for-.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/x86-unwind-Compile-kretprobe-fixup-code-only-if-CONF.patch
	patches.suse/arm64-kprobes-Record-frame-pointer-with-kretprobe-in.patch
	patches.suse/arm64-kprobes-Make-a-frame-pointer-on-__kretprobe_tr.patch
	patches.suse/arm64-Recover-kretprobe-modified-return-address-in-s.patch
	patches.suse/ARM-clang-Do-not-rely-on-lr-register-for-stacktrace.patch
	patches.suse/ARM-kprobes-Make-a-frame-pointer-on-__kretprobe_tram.patch
	patches.suse/ARM-Recover-kretprobe-modified-return-address-in-sta.patch
	patches.suse/tools-latency-collector-Use-correct-size-when-writin.patch
	patches.suse/tracing-doc-Fix-typos-on-the-timerlat-tracer-documen.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-qat-replace-deprecated-MSI-API.patch
	patches.suse/crypto-qat-remove-unmatched-CPU-affinity-to-cluster-.patch
	patches.suse/crypto-qat-free-irqs-only-if-allocated.patch
	patches.suse/crypto-qat-free-irq-in-case-of-failure.patch
	patches.suse/crypto-qat-remove-unneeded-packed-attribute.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-fix-handling-of-VF-to-PF-interrupts.patch
	patches.suse/crypto-qat-remove-duplicated-logic-across-GEN2-drive.patch
	patches.suse/crypto-qat-use-hweight-for-bit-counting.patch
	patches.suse/crypto-qat-make-pfvf-send-message-direction-agnostic.patch
	patches.suse/crypto-qat-move-pfvf-collision-detection-values.patch
	patches.suse/crypto-qat-rename-pfvf-collision-constants.patch
	patches.suse/crypto-qat-add-VF-and-PF-wrappers-to-common-send-fun.patch
	patches.suse/crypto-qat-extract-send-and-wait-from-adf_vf2pf_requ.patch
	patches.suse/crypto-qat-share-adf_enable_pf2vf_comms-from-adf_pf2.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/s390-ctcm-remove-incorrect-kernel-doc-indicators
	patches.suse/s390-lcs-remove-incorrect-kernel-doc-indicators
	patches.suse/s390-netiucv-remove-incorrect-kernel-doc-indicators
	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/bpf-Permit-ingress_ifindex-in-bpf_prog_test_run_xatt.patch
	patches.suse/libbpf-Don-t-crash-on-object-files-with-no-symbol-ta.patch
	patches.suse/libbpf-Change-bpf_object_skeleton-data-field-to-cons.patch
	patches.suse/bpftool-Provide-a-helper-method-for-accessing-skelet.patch
	patches.suse/selftests-bpf-Add-checks-for-X__elf_bytes-skeleton-h.patch
	patches.suse/libbpf-Fix-build-with-latest-gcc-binutils-with-LTO.patch
	patches.suse/libbpf-Add-LIBBPF_DEPRECATED_SINCE-macro-for-schedul.patch
	patches.suse/selftests-xsk-Simplify-xsk-and-umem-arrays.patch
	patches.suse/selftests-xsk-Introduce-type-for-thread-function.patch
	patches.suse/selftests-xsk-Introduce-test-specifications.patch
	patches.suse/selftests-xsk-Move-num_frames-and-frame_headroom-to-.patch
	patches.suse/selftests-xsk-Move-rxqsize-into-xsk_socket_info.patch
	patches.suse/selftests-xsk-Make-frame_size-configurable.patch
	patches.suse/selftests-xsx-Introduce-test-name-in-test-spec.patch
	patches.suse/selftests-xsk-Add-use_poll-to-ifobject.patch
	patches.suse/selftests-xsk-Introduce-rx_on-and-tx_on-in-ifobject.patch
	patches.suse/selftests-xsk-Replace-second_step-global-variable.patch
	patches.suse/selftests-xsk-Specify-number-of-sockets-to-create.patch
	patches.suse/selftests-xsk-Make-xdp_flags-and-bind_flags-local.patch
	patches.suse/selftests-xsx-Make-pthreads-local-scope.patch
	patches.suse/selftests-xsk-Eliminate-MAX_SOCKS-define.patch
	patches.suse/selftests-xsk-Allow-for-invalid-packets.patch
	patches.suse/selftests-xsk-Introduce-replacing-the-default-packet.patch
	patches.suse/selftests-xsk-Add-test-for-unaligned-mode.patch
	patches.suse/selftests-xsk-Eliminate-test-specific-if-statement-i.patch
	patches.suse/selftests-xsk-Add-tests-for-invalid-xsk-descriptors.patch
	patches.suse/selftests-xsk-Add-tests-for-2K-frame-size.patch
	patches.suse/bpf-Add-hardware-timestamp-field-to-__sk_buff.patch
	patches.suse/selftests-bpf-Test-new-__sk_buff-field-hwtstamp.patch
	patches.suse/perf-Enable-branch-record-for-software-events.patch
	patches.suse/bpf-Introduce-helper-bpf_get_branch_snapshot.patch
	patches.suse/selftests-bpf-Add-test-for-bpf_get_branch_snapshot.patch
	patches.suse/bpf-selftests-Replicate-tailcall-limit-test-for-indi.patch
	patches.suse/libbpf-Make-libbpf_version.h-non-auto-generated.patch
	patches.suse/libbpf-Introduce-legacy-kprobe-events-support.patch
	patches.suse/selftests-bpf-Update-selftests-to-always-provide-str.patch
	patches.suse/libbpf-Ensure-BPF-prog-types-are-set-before-relocati.patch
	patches.suse/libbpf-Simplify-BPF-program-auto-attach-code.patch
	patches.suse/libbpf-Minimize-explicit-iterator-of-section-definit.patch
	patches.suse/bpf-x64-Emit-IMUL-instead-of-MUL-for-x86-64.patch
	patches.suse/selftests-bpf-Fix-.gitignore-to-not-ignore-test_prog.patch
	patches.suse/btf-Change-BTF_KIND_-macros-to-enums.patch
	patches.suse/bpf-Support-for-new-btf-kind-BTF_KIND_TAG.patch
	patches.suse/libbpf-Rename-btf_-hash-equal-_int-to-btf_-hash-equa.patch
	patches.suse/libbpf-Add-support-for-BTF_KIND_TAG.patch
	patches.suse/bpftool-Add-support-for-BTF_KIND_TAG.patch
	patches.suse/selftests-bpf-Test-libbpf-API-function-btf__add_tag.patch
	patches.suse/selftests-bpf-Change-NAME_NTH-IS_NAME_NTH-for-BTF_KI.patch
	patches.suse/selftests-bpf-Add-BTF_KIND_TAG-unit-tests.patch
	patches.suse/selftests-bpf-Test-BTF_KIND_TAG-for-deduplication.patch
	patches.suse/selftests-bpf-Add-a-test-with-a-bpf-program-with-btf.patch
	patches.suse/docs-bpf-Add-documentation-for-BTF_KIND_TAG.patch
	patches.suse/selftests-bpf-Skip-btf_tag-test-if-btf_tag-attribute.patch
	patches.suse/libbpf-Add-sphinx-code-documentation-comments.patch
	patches.suse/bpf-Update-bpf_get_smp_processor_id-documentation.patch
	patches.suse/libbpf-Use-pre-setup-sec_def-in-libbpf_find_attach_b.patch
	patches.suse/selftests-bpf-Stop-using-relaxed_core_relocs-which-h.patch
	patches.suse/libbpf-Deprecated-bpf_object_open_opts.relaxed_core_.patch
	patches.suse/libbpf-Allow-skipping-attach_func_name-in-bpf_progra.patch
	patches.suse/selftests-bpf-Switch-fexit_bpf2bpf-selftest-to-set_a.patch
	patches.suse/libbpf-Schedule-open_opts.attach_prog_fd-deprecation.patch
	patches.suse/libbpf-Constify-all-high-level-program-attach-APIs.patch
	patches.suse/selftests-bpf-Fix-a-few-compiler-warnings.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/ibmveth-Use-dma_alloc_coherent-instead-of-kmalloc-dm.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/bpf-Merge-printk-and-seq_printf-VARARG-max-macros.patch
	patches.suse/selftests-bpf-Stop-using-bpf_program__load.patch
	patches.suse/bpf-Add-bpf_trace_vprintk-helper.patch
	patches.suse/libbpf-Modify-bpf_printk-to-choose-helper-based-on-a.patch
	patches.suse/libbpf-Use-static-const-fmt-string-in-__bpf_printk.patch
	patches.suse/bpftool-Only-probe-trace_vprintk-feature-in-full-mod.patch
	patches.suse/selftests-bpf-Migrate-prog_tests-trace_printk-CHECKs.patch
	patches.suse/selftests-bpf-Add-trace_vprintk-test-prog.patch
	patches.suse/bpf-Clarify-data_len-param-in-bpf_snprintf-and-bpf_s.patch
	patches.suse/libbpf-Add-doc-comments-in-libbpf.h-97c140d9.patch
	patches.suse/samples-bpf-Convert-route-table-network-order-fields.patch
	patches.suse/samples-bpf-Convert-ARP-table-network-order-fields-i.patch
	patches.suse/libbpf-Fix-memory-leak-in-legacy-kprobe-attach-logic.patch
	patches.suse/selftests-bpf-Adopt-attach_probe-selftest-to-work-on.patch
	patches.suse/libbpf-Refactor-and-simplify-legacy-kprobe-code.patch
	patches.suse/libbpf-Add-legacy-uprobe-attaching-support.patch
	patches.suse/seltests-bpf-test_tunnel-Use-ip-neigh.patch
	patches.suse/bpf-Document-BPF-licensing.patch
	patches.suse/selftests-bpf-Fix-btf_dump-__int128-test-failure-wit.patch
	patches.suse/bpf-Check-the-other-end-of-slot_type-for-STACK_SPILL.patch
	patches.suse/bpf-Support-8-byte-scalar-spill-and-refill.patch
	patches.suse/bpf-selftest-A-bpf-prog-that-has-a-32bit-scalar-spil.patch
	patches.suse/bpf-selftest-Add-verifier-tests-for-8-byte-scalar-sp.patch
	patches.suse/xsk-Get-rid-of-unused-entry-in-struct-xdp_buff_xsk.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/selftests-xsk-Fix-missing-initialization.patch
	patches.suse/selftests-xsk-Put-the-same-buffer-only-once-in-the-f.patch
	patches.suse/selftests-xsk-Fix-socket-creation-retry.patch
	patches.suse/selftests-xsk-Introduce-pacing-of-traffic.patch
	patches.suse/selftests-xsk-Add-single-packet-test.patch
	patches.suse/selftests-xsk-Change-interleaving-of-packets-in-unal.patch
	patches.suse/selftests-xsk-Add-frame_headroom-test.patch
	patches.suse/libbpf-Ignore-STT_SECTION-symbols-in-maps-section.patch
	patches.suse/bpf-tests-Allow-different-number-of-runs-per-test-ca.patch
	patches.suse/bpf-tests-Reduce-memory-footprint-of-test-suite.patch
	patches.suse/bpf-tests-Add-exhaustive-tests-of-ALU-shift-values.patch
	patches.suse/bpf-tests-Add-exhaustive-tests-of-ALU-operand-magnit.patch
	patches.suse/bpf-tests-Add-exhaustive-tests-of-JMP-operand-magnit.patch
	patches.suse/bpf-tests-Add-staggered-JMP-and-JMP32-tests.patch
	patches.suse/bpf-tests-Add-exhaustive-test-of-LD_IMM64-immediate-.patch
	patches.suse/bpf-tests-Add-test-case-flag-for-verifier-zero-exten.patch
	patches.suse/bpf-tests-Add-JMP-tests-with-small-offsets.patch
	patches.suse/bpf-tests-Add-JMP-tests-with-degenerate-conditional.patch
	patches.suse/bpf-tests-Expand-branch-conversion-JIT-test.patch
	patches.suse/bpf-tests-Add-more-BPF_END-byte-order-conversion-tes.patch
	patches.suse/bpf-tests-Fix-error-in-tail-call-limit-tests.patch
	patches.suse/bpf-tests-Add-tail-call-limit-test-with-external-fun.patch
	patches.suse/libbpf-Add-tc-SEC_DEF-which-is-a-better-name-for-cla.patch
	patches.suse/selftests-bpf-Normalize-XDP-section-names-in-selftes.patch
	patches.suse/selftests-bpf-Switch-SEC-classifier-usage-to-a-stric.patch
	patches.suse/selftests-bpf-Normalize-all-the-rest-SEC-uses.patch
	patches.suse/libbpf-Refactor-internal-sec_def-handling-to-enable-.patch
	patches.suse/libbpf-Reduce-reliance-of-attach_fns-on-sec_def-inte.patch
	patches.suse/libbpf-Refactor-ELF-section-handler-definitions.patch
	patches.suse/libbpf-Complete-SEC-table-unification-for-BPF_APROG_.patch
	patches.suse/libbpf-Add-opt-in-strict-BPF-program-section-name-ha.patch
	patches.suse/selftests-bpf-Switch-sk_lookup-selftests-to-strict-S.patch
	patches.suse/bpftool-Avoid-using-in-generated-code.patch
	patches.suse/bpf-Replace-want-address-users-of-BPF_CAST_CALL-with.patch
	patches.suse/bpf-Replace-callers-of-BPF_CAST_CALL-with-proper-fun.patch
	patches.suse/selftests-bpf-Fix-probe_user-test-failure-with-clang.patch
	patches.suse/xsk-Fix-clang-build-error-in-__xp_alloc.patch
	patches.suse/bpf-selftests-Fix-fd-cleanup-in-get_branch_snapshot.patch
	patches.suse/libbpf-Make-gen_loader-data-aligned.patch
	patches.suse/bpf-Do-not-invoke-the-XDP-dispatcher-for-PROG_RUN-wi.patch
	patches.suse/libbpf-Properly-ignore-STT_SECTION-symbols-in-legacy.patch
	patches.suse/libbpf-Fix-skel_internal.h-to-set-errno-on-loader-re.patch
	patches.suse/selftests-bpf-Use-kselftest-skip-code-for-skipped-te.patch
	patches.suse/bpf-xdp-docs-Correct-some-English-grammar-and-spelli.patch
	patches.suse/bpf-tests-Add-tests-of-BPF_LDX-and-BPF_STX-with-smal.patch
	patches.suse/bpf-tests-Add-zero-extension-checks-in-BPF_ATOMIC-te.patch
	patches.suse/bpf-tests-Add-exhaustive-tests-of-BPF_ATOMIC-magnitu.patch
	patches.suse/bpf-tests-Add-tests-to-check-source-register-zero-ex.patch
	patches.suse/bpf-tests-Add-more-tests-for-ALU-and-ATOMIC-register.patch
	patches.suse/bpf-tests-Minor-restructuring-of-ALU-tests.patch
	patches.suse/bpf-tests-Add-exhaustive-tests-of-ALU-register-combi.patch
	patches.suse/bpf-tests-Add-exhaustive-tests-of-BPF_ATOMIC-registe.patch
	patches.suse/bpf-tests-Add-test-of-ALU-shifts-with-operand-regist.patch
	patches.suse/bpf-tests-Add-test-of-LDX_MEM-with-operand-aliasing.patch
	patches.suse/libbpf-Support-uniform-BTF-defined-key-value-specifi.patch
	patches.suse/selftests-bpf-Use-BTF-defined-key-value-for-map-defi.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-reorganize-functions-from-hci_sock_sendmsg.patch
	patches.suse/Bluetooth-mgmt-Disallow-legacy-MGMT_OP_READ_LOCAL_OO.patch
	patches.suse/Bluetooth-btusb-disable-Intel-link-statistics-teleme.patch
	patches.suse/Bluetooth-btintel-support-link-statistics-telemetry-.patch
	patches.suse/Bluetooth-refactor-set_exp_feature-with-a-feature-ta.patch
	patches.suse/Bluetooth-Support-the-quality-report-events.patch
	patches.suse/Bluetooth-set-quality-report-callback-for-Intel.patch
	patches.suse/Bluetooth-sco-Fix-lock_sock-blockage-by-memcpy_from_.patch
	patches.suse/Bluetooth-Fix-enabling-advertising-for-central-role.patch
	patches.suse/Bluetooth-Fix-using-address-type-from-events.patch
	patches.suse/Bluetooth-Fix-using-RPA-when-address-has-been-resolv.patch
	patches.suse/Bluetooth-btintel-Fix-boot-address.patch
	patches.suse/Bluetooth-btintel-Read-boot-address-irrespective-of-.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-Enumerate-local-supported-codec-and-cache-.patch
	patches.suse/Bluetooth-Add-support-for-Read-Local-Supported-Codec.patch
	patches.suse/Bluetooth-btintel-Read-supported-offload-use-cases.patch
	patches.suse/Bluetooth-Allow-querying-of-supported-offload-codecs.patch
	patches.suse/Bluetooth-btintel-Define-callback-to-fetch-data_path.patch
	patches.suse/Bluetooth-Allow-setting-of-codec-for-HFP-offload-use.patch
	patches.suse/Bluetooth-Add-support-for-HCI_Enhanced_Setup_Synchro.patch
	patches.suse/Bluetooth-Configure-codec-for-HFP-offload-use-case.patch
	patches.suse/Bluetooth-btintel-Define-a-callback-to-fetch-codec-c.patch
	patches.suse/Bluetooth-Add-support-for-msbc-coding-format.patch
	patches.suse/Bluetooth-Add-offload-feature-under-experimental-fla.patch
	patches.suse/Bluetooth-Allow-usb-to-auto-suspend-when-SCO-use-non.patch
	patches.suse/Bluetooth-hci_vhci-Add-support-for-offload-codecs-ov.patch
	patches.suse/Bluetooth-Keep-MSFT-ext-info-throughout-a-hci_dev-s-.patch
	patches.suse/Bluetooth-btintel-Fix-incorrect-out-of-memory-check.patch
	patches.suse/Bluetooth-hci_uart-fix-GPF-in-h5_recv.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-eir-Move-EIR-Adv-Data-functions-to-its-own.patch
	patches.suse/Bluetooth-hci_sock-Add-support-for-BT_-SND-RCV-BUF.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-hci_ldisc-require-CAP_NET_ADMIN-to-attach-.patch
	patches.suse/Bluetooth-btmtkuart-fix-a-memleak-in-mtk_hci_wmt_syn.patch
	patches.suse/Bluetooth-hci_core-Move-all-debugfs-handling-to-hci_.patch
	patches.suse/Bluetooth-hci_h5-Fix-runtime-suspend-issues-on-RTL87.patch
	patches.suse/Bluetooth-hci_h5-directly-return-hci_uart_register_d.patch
	patches.suse/Bluetooth-Fix-Advertisement-Monitor-Suspend-Resume.patch
	patches.suse/Bluetooth-Fix-wrong-opcode-when-LL-privacy-enabled.patch
	patches.suse/Bluetooth-hci_qca-enable-Qualcomm-WCN399x-for-AOSP-e.patch
	patches.suse/Bluetooth-btrtl-enable-Realtek-8822C-8852A-to-suppor.patch
	patches.suse/Bbluetooth-btusb-Add-another-Bluetooth-part-for-Real.patch
	patches.suse/Bluetooth-Fix-handling-of-experimental-feature-for-q.patch
	patches.suse/Bluetooth-Fix-handling-of-experimental-feature-for-c.patch
	patches.suse/Bluetooth-btrtl-Set-VsMsftOpCode-based-on-device-tab.patch
	patches.suse/Bluetooth-btrsi-remove-superfluous-header-files-from.patch
	patches.suse/Bluetooth-Make-use-of-hci_-suspend-resume-_dev-on-su.patch
	patches.suse/Bluetooth-hci_vhci-Add-force_suspend-entry.patch
	patches.suse/Bluetooth-hci_vhci-Add-force_prevent_wake-entry.patch
	patches.suse/Bluetooth-btrtl-Add-support-for-MSFT-extension-to-rt.patch
	patches.suse/Bluetooth-hci_sock-Replace-use-of-memcpy_from_msg-wi.patch
	patches.suse/Bluetooth-btusb-Add-support-for-TP-Link-UB500-Adapte.patch
	patches.suse/Bluetooth-btrtl-Ask-ic_info-to-drop-firmware.patch
	patches.suse/Bluetooth-Rename-driver-.prevent_wake-to-.wakeup.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/ar5512-remove-duplicate-USB-device-ID.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/ath9k-fetch-calibration-data-via-nvmem-subsystem.patch
	patches.suse/ath9k-owl-loader-fetch-pci-init-values-through-nvmem.patch
	patches.suse/ath11k-fix-4-addr-tx-failure-for-AP-and-STA-modes.patch
	patches.suse/ath11k-fix-4addr-multicast-packet-tx.patch
	patches.suse/ath11k-Rename-atf_config-to-flag1-in-target_resource.patch
	patches.suse/ath11k-add-support-in-survey-dump-with-bss_chan_info.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/wcn36xx-Implement-Idle-Mode-Power-Save.patch
	patches.suse/ath11k-move-static-function-ath11k_mac_vdev_setup_sy.patch
	patches.suse/ath11k-add-separate-APIs-for-monitor-mode.patch
	patches.suse/ath11k-monitor-mode-clean-up-to-use-separate-APIs.patch
	patches.suse/ath11k-add-support-for-setting-fixed-HE-rate-gi-ltf.patch
	patches.suse/ath11k-add-support-for-80P80-and-160-MHz-bandwidth.patch
	patches.suse/ath11k-Refactor-spectral-FFT-bin-size.patch
	patches.suse/ath11k-Introduce-spectral-hw-configurable-param.patch
	patches.suse/ath11k-Fix-the-spectral-minimum-FFT-bin-count.patch
	patches.suse/ath11k-Add-spectral-scan-support-for-QCN9074.patch
	patches.suse/ath11k-Wstringop-overread-warning.patch
	patches.suse/ath11k-use-hw_params-to-access-board_size-and-cal_of.patch
	patches.suse/ath11k-clean-up-BDF-download-functions.patch
	patches.suse/ath11k-add-caldata-file-for-multiple-radios.patch
	patches.suse/ath11k-add-caldata-download-support-from-EEPROM.patch
	patches.suse/ath11k-Replace-one-element-array-with-flexible-array.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-Add-support-for-RX-decapsulation-offload.patch
	patches.suse/ath11k-Fix-pktlog-lite-rx-events.patch
	patches.suse/ath11k-Update-pdev-tx-and-rx-firmware-stats.patch
	patches.suse/ath11k-Avoid-reg-rules-update-during-firmware-recove.patch
	patches.suse/ath11k-Avoid-race-during-regd-updates.patch
	patches.suse/ath11k-Add-vdev-start-flag-to-disable-hardware-encry.patch
	patches.suse/ath11k-Assign-free_vdev_map-value-before-ieee80211_r.patch
	patches.suse/ath11k-Fix-crash-during-firmware-recovery-on-reo-cmd.patch
	patches.suse/ath11k-Avoid-No-VIF-found-warning-message.patch
	patches.suse/ath11k-Add-wmi-peer-create-conf-event-in-wmi_tlv_eve.patch
	patches.suse/ath11k-add-channel-2-into-6-GHz-channel-list.patch
	patches.suse/ath11k-fix-packet-drops-due-to-incorrect-6-GHz-freq-.patch
	patches.suse/ath11k-fix-survey-dump-collection-in-6-GHz.patch
	patches.suse/ath11k-re-enable-ht_cap-vht_cap-for-5G-band-for-WCN6.patch
	patches.suse/ath11k-enable-6G-channels-for-WCN6855.patch
	patches.suse/ath11k-copy-cap-info-of-6G-band-under-WMI_HOST_WLAN_.patch
	patches.suse/ath11k-Drop-MSDU-with-length-error-in-DP-rx-path.patch
	patches.suse/ath11k-Fix-inaccessible-debug-registers.patch
	patches.suse/ath11k-Fix-memory-leak-in-ath11k_qmi_driver_event_wo.patch
	patches.suse/ath11k-Rename-macro-ARRAY_TO_STRING-to-PRINT_ARRAY_T.patch
	patches.suse/ath11k-Replace-HTT_DBG_OUT-with-scnprintf.patch
	patches.suse/ath11k-Remove-htt-stats-fixed-size-array-usage.patch
	patches.suse/ath11k-Change-masking-and-shifting-in-htt-stats.patch
	patches.suse/ath11k-add-HTT-stats-support-for-new-stats.patch
	patches.suse/ath11k-add-handler-for-scan-event-WMI_SCAN_EVENT_DEQ.patch
	patches.suse/ath11k-indicate-scan-complete-for-scan-canceled-when.patch
	patches.suse/ath11k-indicate-to-mac80211-scan-complete-with-abort.patch
	patches.suse/ieee80211-Add-new-A-MPDU-factor-macro-for-HE-6-GHz-p.patch
	patches.suse/ath11k-add-6-GHz-params-in-peer-assoc-command.patch
	patches.suse/ath11k-support-SMPS-configuration-for-6-GHz.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/ath11k-fix-m68k-and-xtensa-build-failure-in-ath11k_p.patch
	patches.suse/vsock-Refactor-vsock_-_getsockopt-to-resemble-sock_g.patch
	patches.suse/vsock-Enable-y2038-safe-timeval-for-timeout.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-s390-constify-and-use-eth_hw_addr_set
	patches.suse/net-plip-use-eth_hw_addr_set.patch
	patches.suse/net-sb1000-rionet-use-eth_hw_addr_set.patch
	patches.suse/mac80211-mesh-clean-up-rx_bcn_presp-API.patch
	patches.suse/mac80211-move-CRC-into-struct-ieee802_11_elems.patch
	patches.suse/mac80211-mlme-find-auth-challenge-directly.patch
	patches.suse/mac80211-always-allocate-struct-ieee802_11_elems.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/mac80211-fix-memory-leaks-with-element-parsing.patch
	patches.suse/cfg80211-separate-get-channel-number-from-ies.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-add-option-to-reset-the-wifi-chip-via-debugfs.patch
	patches.suse/ath9k-Fix-potential-interrupt-storm-on-queue-reset.patch
	patches.suse/ath11k-Remove-unused-variable-in-ath11k_dp_rx_mon_me.patch
	patches.suse/ath11k-Fix-spelling-mistake-incompaitiblity-incompat.patch
	patches.suse/ath11k-Remove-redundant-assignment-to-variable-fw_si.patch
	patches.suse/ath11k-Use-kcalloc-instead-of-kzalloc.patch
	patches.suse/ath-dfs_pattern_detector-Fix-possible-null-pointer-d.patch
	patches.suse/ath11k-Handle-MSI-enablement-during-rmmod-and-SSR.patch
	patches.suse/ath11k-Change-number-of-TCL-rings-to-one-for-QCA6390.patch
	patches.suse/ath9k-support-DT-ieee80211-freq-limit-property-to-li.patch
	patches.suse/ath11k-Identify-DFS-channel-when-sending-scan-channe.patch
	patches.suse/ath9k-fix-an-IS_ERR-vs-NULL-check.patch
	patches.suse/ath10k-fix-max-antenna-gain-unit.patch
	patches.suse/ath5k-replace-snprintf-in-show-functions-with-sysfs_.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-mt7921-avoid-unnecessary-spin_lock-spin_unlock-.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-mt7915-fix-calling-mt76_wcid_alloc-with-incorre.patch
	patches.suse/mt76-connac-fix-mt76_connac_gtk_rekey_tlv-usage.patch
	patches.suse/mt76-mt7921-enable-aspm-by-default.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-report-HE-MU-radiotap.patch
	patches.suse/mt76-mt7915-adapt-new-firmware-to-update-BA-winsize-.patch
	patches.suse/mt76-mt7921-add-.set_sar_specs-support.patch
	patches.suse/mt76-mt7915-fix-an-off-by-one-bound-check.patch
	patches.suse/mt76-mt7915-take-RCU-read-lock-when-calling-ieee8021.patch
	patches.suse/mt76-mt7915-cleanup-Wunused-but-set-variable.patch
	patches.suse/mt76-mt7915-report-tx-rate-directly-from-tx-status.patch
	patches.suse/mt76-mt7915-remove-mt7915_sta_stats.patch
	patches.suse/mt76-mt7921-introduce-testmode-support.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-mt7921-Add-mt7922-support.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-mt7921-introduce-mt7921_mcu_set_beacon_filter-u.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/s390-qeth-improve-trace-entries-for-MAC-address-un-registration
	patches.suse/s390-qeth-remove-.do_ioctl-callback-from-driver-discipline
	patches.suse/s390-qeth-move-qdio-s-QAOB-cache-into-qeth
	patches.suse/s390-qeth-clarify-remaining-dev_kfree_skb_any-users
	patches.suse/s390-qeth-don-t-keep-track-of-Input-Queue-count
	patches.suse/s390-qeth-fix-various-format-strings
	patches.suse/s390-qeth-add-__printf-format-attribute-to-qeth_dbf_longtext
	patches.suse/s390-qeth-fix-kernel-doc-comments
	patches.suse/s390-qeth-update-kerneldoc-for-qeth_add_hw_header
	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/tcp-move-inet-rx_dst_ifindex-to-sk-sk_rx_dst_ifindex.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/inet-remove-races-in-inet-6-_getname.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/ath11k-change-return-buffer-manager-for-QCA6390.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/wcn36xx-Enable-hardware-scan-offload-for-5Ghz-band.patch
	patches.suse/wcn36xx-Add-chained-transfer-support-for-AMSDU.patch
	patches.suse/wcn36xx-Treat-repeated-BMPS-entry-fail-as-connection.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/wcn36xx-switch-on-antenna-diversity-feature-bit.patch
	patches.suse/wcn36xx-add-missing-5GHz-channels-136-and-144.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/selftests-mptcp-more-stable-simult_flows-tests.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/bpf-Introduce-BPF-support-for-kernel-module-function.patch
	patches.suse/bpf-Be-conservative-while-processing-invalid-kfunc-c.patch
	patches.suse/bpf-btf-Introduce-helpers-for-dynamic-BTF-set-regist.patch
	patches.suse/tools-Allow-specifying-base-BTF-file-in-resolve_btfi.patch
	patches.suse/bpf-Enable-TCP-congestion-control-kfunc-from-modules.patch
	patches.suse/libbpf-Support-kernel-module-function-calls.patch
	patches.suse/libbpf-Resolve-invalid-weak-kfunc-calls-with-imm-0-o.patch
	patches.suse/libbpf-Update-gen_loader-to-emit-BTF_KIND_FUNC-reloc.patch
	patches.suse/bpf-selftests-Add-selftests-for-module-kfunc-support.patch
	patches.suse/bpf-Avoid-retpoline-for-bpf_for_each_map_elem.patch
	patches.suse/bpf-x64-Save-bytes-for-DIV-by-reducing-reg-copies.patch
	patches.suse/libbpf-Add-API-that-copies-all-BTF-types-from-one-BT.patch
	patches.suse/selftests-bpf-Refactor-btf_write-selftest-to-reuse-B.patch
	patches.suse/selftests-bpf-Test-new-btf__add_btf-API.patch
	patches.suse/bpf-arm-Remove-dummy-bpf_jit_compile-stub.patch
	patches.suse/bpf-Use-pound-instead-of-in-Makefiles.patch
	patches.suse/selftest-bpf-Switch-recursion-test-to-use-htab_map_d.patch
	patches.suse/libbpf-Add-API-documentation-convention-guidelines.patch
	patches.suse/libbpf-Deprecate-bpf_object__unload-API-since-v0.6.patch
	patches.suse/libbpf-Deprecate-bpf_-map-program-__-prev-next-APIs-.patch
	patches.suse/selftests-bpf-Switch-to-new-bpf_object__next_-map-pr.patch
	patches.suse/bpf-x64-Factor-out-emission-of-REX-byte-in-more-case.patch
	patches.suse/bpf-tests-Add-more-LD_IMM64-tests.patch
	patches.suse/selftests-bpf-Skip-the-second-half-of-get_branch_sna.patch
	patches.suse/selftests-bpf-Remove-SEC-version-from-test-progs.patch
	patches.suse/selftests-bpf-Fix-btf_dump-test-under-new-clang.patch
	patches.suse/libbpf-Skip-re-installing-headers-file-if-source-is-.patch
	patches.suse/bpftool-Remove-unused-includes-to-bpf-bpf_gen_intern.patch
	patches.suse/bpftool-Install-libbpf-headers-instead-of-including-.patch
	patches.suse/tools-resolve_btfids-Install-libbpf-headers-when-bui.patch
	patches.suse/tools-runqslower-Install-libbpf-headers-when-buildin.patch
	patches.suse/bpf-preload-Install-libbpf-headers-when-building.patch
	patches.suse/bpf-iterators-Install-libbpf-headers-when-building.patch
	patches.suse/samples-bpf-Update-.gitignore.patch
	patches.suse/samples-bpf-Install-libbpf-headers-when-building.patch
	patches.suse/samples-bpf-Do-not-FORCE-recompile-libbpf.patch
	patches.suse/selftests-bpf-Better-clean-up-for-runqslower-in-test.patch
	patches.suse/bpftool-Add-install-bin-target-to-install-binary-onl.patch
	patches.suse/bpf-Support-writable-context-for-bare-tracepoint.patch
	patches.suse/libbpf-Support-detecting-and-attaching-of-writable-t.patch
	patches.suse/bpf-selftests-Add-test-for-writable-bare-tracepoint.patch
	patches.suse/selftests-bpf-Add-parallelism-to-test_progs.patch
	patches.suse/selftests-bpf-Allow-some-tests-to-be-executed-in-seq.patch
	patches.suse/selftests-bpf-Add-per-worker-cgroup-suffix.patch
	patches.suse/selftests-bpf-Fix-race-condition-in-enable_stats.patch
	patches.suse/selftests-bpf-Make-cgroup_v1v2-use-its-own-port.patch
	patches.suse/selftests-bpf-Adding-pid-filtering-for-atomics-test.patch
	patches.suse/selftests-bpf-Fix-pid-check-in-fexit_sleep-test.patch
	patches.suse/selfetest-bpf-Make-some-tests-serial.patch
	patches.suse/selftests-bpf-Skip-verifier-tests-that-fail-to-load-.patch
	patches.suse/bpf-Rename-BTF_KIND_TAG-to-BTF_KIND_DECL_TAG.patch
	patches.suse/libbpf-Remove-Makefile-warnings-on-out-of-sync-netli.patch
	patches.suse/bpftool-Fix-install-for-libbpf-s-internal-header-s.patch
	patches.suse/bpftool-Do-not-FORCE-build-libbpf.patch
	patches.suse/bpftool-Turn-check-on-zlib-from-a-phony-target-into-.patch
	patches.suse/bpf-Silence-Coverity-warning-for-find_kfunc_desc_btf.patch
	patches.suse/libbpf-Migrate-internal-use-of-bpf_program__get_prog.patch
	patches.suse/bpf-preload-Clean-up-.gitignore-and-clean-files-targ.patch
	patches.suse/selftests-bpf-Remove-duplicated-include-in-cgroup_he.patch
	patches.suse/bpftool-Remove-useless-include-to-perf-sys.h-from-ma.patch
	patches.suse/samples-bpf-Fix-application-of-sizeof-to-pointer.patch
	patches.suse/selftests-bpf-Use-cpu_number-only-on-arches-that-hav.patch
	patches.suse/libbpf-Fix-dumping-big-endian-bitfields.patch
	patches.suse/libbpf-Fix-dumping-non-aligned-__int128.patch
	patches.suse/selftests-bpf-Some-more-atomic-tests.patch
	patches.suse/net-bpf-Switch-over-to-memdup_user.patch
	patches.suse/samples-bpf-Suppress-readelf-stderr-when-probing-for.patch
	patches.suse/bpf-Add-bpf_skc_to_unix_sock-helper.patch
	patches.suse/selftests-bpf-Test-bpf_skc_to_unix_sock-helper.patch
	patches.suse/libbpf-Fix-ptr_is_aligned-usages.patch
	patches.suse/bpf-Add-verified_insns-to-bpf_prog_info-and-fdinfo.patch
	patches.suse/selftests-bpf-Add-verif_stats-test.patch
	patches.suse/selftests-bpf-Fix-perf_buffer-test-on-system-with-of.patch
	patches.suse/selftests-bpf-Fix-possible-online-index-mismatch-in-.patch
	patches.suse/selftests-bpf-Use-nanosleep-tracepoint-in-perf-buffe.patch
	patches.suse/libbpf-Deprecate-btf__finalize_data-and-move-it-into.patch
	patches.suse/libbpf-Extract-ELF-processing-state-into-separate-st.patch
	patches.suse/libbpf-Use-Elf64-specific-types-explicitly-for-deali.patch
	patches.suse/libbpf-Remove-assumptions-about-uniqueness-of-.rodat.patch
	patches.suse/bpftool-Support-multiple-.rodata-.data-internal-maps.patch
	patches.suse/bpftool-Improve-skeleton-generation-for-data-maps-wi.patch
	patches.suse/libbpf-Support-multiple-.rodata.-and-.data.-BPF-maps.patch
	patches.suse/selftests-bpf-Demonstrate-use-of-custom-.rodata-.dat.patch
	patches.suse/libbpf-Simplify-look-up-by-name-of-internal-maps.patch
	patches.suse/selftests-bpf-Switch-to-.bss-.rodata-.data-lookups-f.patch
	patches.suse/libbpf-Fix-the-use-of-aligned-attribute.patch
	patches.suse/selftests-bpf-Make-perf_buffer-selftests-work-on-4.9.patch
	patches.suse/libbpf-Fix-memory-leak-in-btf__dedup.patch
	patches.suse/libbpf-Add-btf__type_cnt-and-btf__raw_data-APIs.patch
	patches.suse/perf-bpf-Switch-to-new-btf__raw_data-API.patch
	patches.suse/tools-resolve_btfids-Switch-to-new-btf__type_cnt-API.patch
	patches.suse/bpftool-Switch-to-new-btf__type_cnt-API.patch
	patches.suse/selftests-bpf-Switch-to-new-btf__type_cnt-btf__raw_d.patch
	patches.suse/bpftool-Avoid-leaking-the-JSON-writer-prepared-for-p.patch
	patches.suse/libbpf-Use-func-name-when-pinning-programs-with-LIBB.patch
	patches.suse/selftests-bpf-Fix-flow-dissector-tests.patch
	patches.suse/bpf-Add-BTF_KIND_DECL_TAG-typedef-support.patch
	patches.suse/selftests-bpf-Add-BTF_KIND_DECL_TAG-typedef-unit-tes.patch
	patches.suse/selftests-bpf-Test-deduplication-for-BTF_KIND_DECL_T.patch
	patches.suse/selftests-bpf-Add-BTF_KIND_DECL_TAG-typedef-example-.patch
	patches.suse/docs-bpf-Update-documentation-for-BTF_KIND_DECL_TAG-.patch
	patches.suse/libbpf-Fix-overflow-in-BTF-sanity-checks.patch
	patches.suse/libbpf-Fix-BTF-header-parsing-checks.patch
	patches.suse/selftests-bpf-Normalize-selftest-entry-points.patch
	patches.suse/selftests-bpf-Support-multiple-tests-per-file.patch
	patches.suse/selftests-bpf-Mark-tc_redirect-selftest-as-serial.patch
	patches.suse/selftests-bpf-Split-out-bpf_verif_scale-selftests-in.patch
	patches.suse/bpftool-Remove-Makefile-dep.-on-LIBBPF-for-LIBBPF_IN.patch
	patches.suse/bpftool-Do-not-expose-and-init-hash-maps-for-pinned-.patch
	patches.suse/bpftool-Switch-to-libbpf-s-hashmap-for-pinned-paths-.patch
	patches.suse/bpftool-Switch-to-libbpf-s-hashmap-for-programs-maps.patch
	patches.suse/bpftool-Switch-to-libbpf-s-hashmap-for-PIDs-names-re.patch
	patches.suse/libbpf-Fix-off-by-one-bug-in-bpf_core_apply_relo.patch
	patches.suse/libbpf-Add-ability-to-fetch-bpf_program-s-underlying.patch
	patches.suse/libbpf-Deprecate-multi-instance-bpf_program-APIs.patch
	patches.suse/libbpf-Deprecate-ambiguously-named-bpf_program__size.patch
	patches.suse/libbpf-Fix-endianness-detection-in-BPF_CORE_READ_BIT.patch
	patches.suse/libbpf-Use-__BYTE_ORDER__.patch
	patches.suse/selftests-bpf-Use-__BYTE_ORDER__.patch
	patches.suse/samples-seccomp-Use-__BYTE_ORDER__.patch
	patches.suse/selftests-seccomp-Use-__BYTE_ORDER__.patch
	patches.suse/selftests-bpf-Fix-test_core_reloc_mods-on-big-endian.patch
	patches.suse/selftests-bpf-Skip-all-serial_test_get_branch_snapsh.patch
	patches.suse/selftests-bpf-Guess-function-end-for-test_get_branch.patch
	patches.suse/libbpf-Deprecate-bpf_objects_list.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/bpf-Use-u64_stats_t-in-struct-bpf_prog_stats.patch
	patches.suse/selfetests-bpf-Update-vmtest.sh-defaults.patch
	patches.suse/selftests-bpf-Fix-attach_probe-in-parallel-mode.patch
	patches.suse/selftests-bpf-Adding-a-namespace-reset-for-tc_redire.patch
	patches.suse/riscv-bpf-Add-BPF-exception-tables.patch
	patches.suse/bpf-tests-Add-module-parameter-test_suite-to-test_bp.patch
	patches.suse/bpf-Add-bloom-filter-map-implementation.patch
	patches.suse/libbpf-Add-map_extra-as-a-per-map-type-extra-flag.patch
	patches.suse/selftests-bpf-Add-bloom-filter-map-test-cases.patch
	patches.suse/bpf-benchs-Add-benchmark-tests-for-bloom-filter-thro.patch
	patches.suse/bpf-benchs-Add-benchmarks-for-comparing-hashmap-look.patch
	patches.suse/bpf-Add-bpf_kallsyms_lookup_name-helper.patch
	patches.suse/libbpf-Add-typeless-ksym-support-to-gen_loader.patch
	patches.suse/libbpf-Add-weak-ksym-support-to-gen_loader.patch
	patches.suse/libbpf-Ensure-that-BPF-syscall-fds-are-never-0-1-or-.patch
	patches.suse/libbpf-Use-O_CLOEXEC-uniformly-when-opening-fds.patch
	patches.suse/selftests-bpf-Add-weak-typeless-ksym-test-for-light-.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-test_txmsg_ingress_parser-error.patch
	patches.suse/selftests-bpf-Add-one-test-for-sockmap-with-strparse.patch
	patches.suse/riscv-bpf-Increase-the-maximum-number-of-iterations.patch
	patches.suse/tools-build-Add-RISC-V-to-HOSTARCH-parsing.patch
	patches.suse/riscv-libbpf-Add-RISC-V-RV64-support-to-bpf_tracing..patch
	patches.suse/selftests-bpf-Fix-broken-riscv-build.patch
	patches.suse/bpf-Factor-out-a-helper-to-prepare-trampoline-for-st.patch
	patches.suse/bpf-Factor-out-helpers-for-ctx-access-checking.patch
	patches.suse/bpf-Add-dummy-BPF-STRUCT_OPS-for-test-purpose.patch
	patches.suse/selftests-bpf-Add-test-cases-for-struct_ops-prog.patch
	patches.suse/bpf-Bloom-filter-map-naming-fixups.patch
	patches.suse/bpf-Add-alignment-padding-for-map_extra-consolidate-.patch
	patches.suse/selftests-bpf-Add-bloom-map-success-test-for-userspa.patch
	patches.suse/bpf-Add-missing-map_delete_elem-method-to-bloom-filt.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/selftests-bpf-Add-a-testcase-for-64-bit-bounds-propa.patch
	patches.suse/kbuild-Unify-options-for-BTF-generation-for-vmlinux-.patch
	patches.suse/libbpf-Deprecate-AF_XDP-support.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/libata-scsi-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-rename-KVM_MAX_VCPU_ID-to-KVM_MAX_VCPU_IDS.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-use-kvfree-in-kvm_arch_free_vm
	patches.suse/0010-KVM-x86-add-config-for-non-kvm-users-of-page-trackin.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-Simplify-SIGP-Set-Arch-handling
	patches.suse/KVM-s390-Add-a-routine-for-setting-userspace-CPU-state
	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/powerpc-kvm-Fix-kvm_use_magic_page.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/afs-Sort-out-symlink-reading.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-fix-perag-reference-leak-on-iteration-race-with-.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/cgroup-bpf-Move-wrapper-for-__cgroup_bpf_-to-kernel-.patch
	patches.suse/ucounts-In-set_cred_ucounts-assume-new-ucounts-is-no.patch
	patches.suse/0012-nouveau-ACPI-Use-the-ACPI_COMPANION-macro-directly.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/0013-drm-i915-dg2-Configure-PCON-in-DP-pre-enable-path.patch
	patches.suse/fbdev-efifb-Release-PCI-device-s-runtime-PM-ref-duri.patch
	patches.suse/0015-drm-i915-mst-use-intel_de_rmw-to-simplify-VC-payload.patch
	patches.suse/0016-drm-i915-dp-pass-crtc_state-to-intel_ddi_dp_level.patch
	patches.suse/0017-drm-i915-dg2-use-existing-mechanisms-for-SNPS-PHY-tr.patch
	patches.suse/0018-drm-i915-dg2-add-SNPS-PHY-translations-for-UHBR-link.patch
	patches.suse/0019-drm-i915-display-Fix-sel-fetch-plane-offset-calculat.patch
	patches.suse/0020-drm-i915-Nuke-ORIGIN_GTT.patch
	patches.suse/0021-drm-i915-irq-reduce-inlines-to-reduce-header-depende.patch
	patches.suse/0022-drm-i915-intel_runtime_pm.h-does-not-actually-need-i.patch
	patches.suse/0023-drm-i915-pm-use-forward-declaration-to-remove-an-inc.patch
	patches.suse/0024-drm-i915-panel-move-intel_panel_use_ssc-out-of-heade.patch
	patches.suse/0025-drm-i915-fdi-move-intel_fdi_link_freq-to-intel_fdi.-.patch
	patches.suse/0026-drm-i915-fbc-Rewrite-the-FBC-tiling-check-a-bit.patch
	patches.suse/0027-drm-i915-fbc-Extract-intel_fbc_update.patch
	patches.suse/0028-drm-i915-fbc-Move-the-recompress-on-activate-to-a-ce.patch
	patches.suse/0029-drm-i915-fbc-Polish-the-skl-FBC-stride-override-hand.patch
	patches.suse/drm-i915-adl_s-Update-ADL-S-PCI-IDs.patch
	patches.suse/0031-drm-i915-dp-use-actual-link-rate-values-in-struct-li.patch
	patches.suse/0032-drm-i915-dp-read-sink-UHBR-rates.patch
	patches.suse/0033-drm-i915-dg2-add-TRANS_DP2_CTL-register-definition.patch
	patches.suse/0034-drm-i915-dg2-add-TRANS_DP2_VFREQHIGH-and-TRANS_DP2_V.patch
	patches.suse/0035-drm-i915-dg2-add-DG2-UHBR-source-rates.patch
	patches.suse/0036-drm-i915-dp-add-max-data-rate-calculation-for-UHBR-r.patch
	patches.suse/0037-drm-i915-fdi-make-intel_fdi_link_freq-return-int.patch
	patches.suse/drm-i915-display-split-out-dpt-out-of-intel_display..patch
	patches.suse/0039-drm-i915-add-HAS_ASYNC_FLIPS-feature-macro.patch
	patches.suse/0040-drm-i915-fb-move-intel_tile_width_bytes-to-intel_fb..patch
	patches.suse/0041-drm-i915-fb-move-intel_fb_align_height-to-intel_fb.c.patch
	patches.suse/0042-drm-i915-fb-move-intel_surf_alignment-to-intel_fb.c.patch
	patches.suse/0043-drm-i915-fb-move-user-framebuffer-stuff-to-intel_fb..patch
	patches.suse/0044-drm-i915-Silence-__iomem-sparse-warn.patch
	patches.suse/0045-drm-i915-Set-output_types-to-EDP-for-vlv-chv-DPLL-fo.patch
	patches.suse/0046-drm-i915-Clean-up-gen2-DPLL-readout.patch
	patches.suse/0047-drm-i915-Extract-ilk_update_pll_dividers.patch
	patches.suse/0048-drm-i915-Constify-struct-dpll-all-over.patch
	patches.suse/0049-drm-i915-Clean-dpll-calling-convention.patch
	patches.suse/0050-drm-i915-Clean-up-variable-names-in-old-dpll-functio.patch
	patches.suse/0051-drm-i915-Remove-the-reg-local-variable.patch
	patches.suse/0052-drm-i915-Program-DPLL-P1-dividers-consistently.patch
	patches.suse/0053-drm-i915-Call-vlv-chv-_prepare_pll-from-vlv-chv-_ena.patch
	patches.suse/0054-drm-i915-Reuse-ilk_needs_fb_cb_tune-for-the-reduced-.patch
	patches.suse/0055-drm-i915-Fold-i9xx_set_pll_dividers-into-i9xx_enable.patch
	patches.suse/0056-drm-i915-Fold-ibx_pch_dpll_prepare-into-ibx_pch_dpll.patch
	patches.suse/0057-drm-i915-Nuke-intel_prepare_shared_dpll.patch
	patches.suse/0058-drm-i915-dg2-Memory-latency-values-from-pcode-must-b.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/0061-drm-i915-panel-mass-rename-functions-to-have-intel_p.patch
	patches.suse/0062-drm-i915-snps-constify-struct-intel_mpllb_state-arra.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/0067-drm-i915-fdi-move-intel_update_fdi_pll_freq-to-intel.patch
	patches.suse/0068-drm-i915-fdi-move-fdi-bc-bifurcation-functions-to-in.patch
	patches.suse/0069-drm-i915-fdi-move-more-FDI-stuff-to-FDI-link-train-h.patch
	patches.suse/0070-drm-i915-fdi-move-fdi-mphy-reset-and-programming-to-.patch
	patches.suse/0071-drm-i915-fdi-convert-BUG-s-to-MISSING_CASE.patch
	patches.suse/0072-drm-i915-remove-unused-i915-active_pipes.patch
	patches.suse/0073-drm-i915-dg2-UHBR-tables-added-for-pll-programming.patch
	patches.suse/0074-drm-i915-display-Drop-PSR-support-from-HSW-and-BDW.patch
	patches.suse/drm-i915-display-Move-DRRS-code-its-own-file.patch
	patches.suse/0076-drm-i915-display-Renaming-DRRS-functions-to-intel_dr.patch
	patches.suse/0077-drm-i915-display-Update-small-joiner-ram-size.patch
	patches.suse/0078-drm-i915-dsi-xelpd-Add-WA-to-program-LP-to-HS-wakeup.patch
	patches.suse/0079-drm-i915-dsi-xelpd-Enable-mipi-dsi-support.patch
	patches.suse/0080-drm-i915-dp-fix-DG2-max-source-rate-check.patch
	patches.suse/0081-drm-i915-debugfs-clean-up-LPSP-status.patch
	patches.suse/0082-drm-i915-debugfs-clean-up-LPSP-capable.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/0095-drm-i915-display-Some-code-improvements-and-code-sty.patch
	patches.suse/0096-drm-i915-display-Share-code-between-intel_drrs_flush.patch
	patches.suse/0097-drm-i915-display-Prepare-DRRS-for-frontbuffer-render.patch
	patches.suse/0098-drm-i915-dsi-wait-for-header-and-payload-credit-avai.patch
	patches.suse/0099-drm-i915-dsi-refine-send-MIPI-DCS-command-sequence.patch
	patches.suse/0100-drm-i915-Get-proper-min-cdclk-if-vDSC-enabled.patch
	patches.suse/0101-drm-i915-dsi-Retrieve-max-brightness-level-from-VBT.patch
	patches.suse/0102-drm-i915-dsi-Read-write-proper-brightness-value-via-.patch
	patches.suse/0103-drm-i915-hdcp-update-cp_irq_count_cached-in-intel_dp.patch
	patches.suse/0104-drm-i915-hdcp-read-RxInfo-once-when-reading-Repeater.patch
	patches.suse/0105-drm-i915-hdcp-reuse-rx_info-for-mst-stream-type1-cap.patch
	patches.suse/0106-drm-i915-Associate-ACPI-connector-nodes-with-connect.patch
	patches.suse/0107-drm-i915-dp-Add-support-for-out-of-bound-hotplug-eve.patch
	patches.suse/0108-drm-displayid-re-align-data-block-macros.patch
	patches.suse/0109-drm-displayid-add-DisplayID-v2.0-data-blocks-and-pri.patch
	patches.suse/0110-drm-edid-abstract-OUI-conversion-to-24-bit-int.patch
	patches.suse/0111-drm-edid-parse-the-DisplayID-v2.0-VESA-vendor-block-.patch
	patches.suse/0112-drm-i915-edp-postpone-MSO-init-until-after-EDID-read.patch
	patches.suse/0113-drm-i915-edp-use-MSO-pixel-overlap-from-DisplayID-da.patch
	patches.suse/0114-drm-i915-dg1-Add-new-PCI-id.patch
	patches.suse/0115-drm-i915-Extract-intel_dp_need_bigjoiner.patch
	patches.suse/0116-drm-i915-Flatten-hsw_crtc_compute_clock.patch
	patches.suse/0117-drm-i915-s-pipe-transcoder-when-dealing-with-PIPECON.patch
	patches.suse/0118-drm-i915-Introduce-with_intel_display_power_if_enabl.patch
	patches.suse/0119-drm-i915-Adjust-intel_dsc_power_domain-calling-conve.patch
	patches.suse/0120-drm-i915-Extract-hsw_panel_transcoders.patch
	patches.suse/0121-drm-i915-dmc-Update-to-DMC-v2.12.patch
	patches.suse/0122-drm-i915-display-adlp-Fix-PSR2_MAN_TRK_CTL_SU_REGION.patch
	patches.suse/0123-drm-i915-display-Wait-at-least-2-frames-before-selec.patch
	patches.suse/0124-drm-i915-display-Workaround-cursor-left-overs-with-P.patch
	patches.suse/0125-drm-i915-display-psr-Use-drm-damage-helpers-to-calcu.patch
	patches.suse/0126-drm-i915-display-adlp-Add-new-PSR2-workarounds.patch
	patches.suse/0127-drm-dp-add-DP-2.0-UHBR-link-rate-and-bw-code-convers.patch
	patches.suse/0128-drm-dp-use-more-of-the-extended-receiver-cap.patch
	patches.suse/0129-drm-dp-add-LTTPR-DP-2.0-DPCD-addresses.patch
	patches.suse/0130-drm-dp-add-helper-for-extracting-adjust-128b-132b-TX.patch
	patches.suse/0131-drm-i915-dg2-add-DG2-TRANS_DDI_FUNC_CTL-DP-2.0-128b-.patch
	patches.suse/0132-drm-i915-dp-add-helper-for-checking-for-UHBR-link-ra.patch
	patches.suse/0133-drm-i915-dp-use-128b-132b-TPS2-for-UHBR-link-rates.patch
	patches.suse/0134-drm-i915-dp-select-128b-132b-channel-encoding-for-UH.patch
	patches.suse/0135-drm-i915-dg2-configure-TRANS_DP2_CTL-for-DP-2.0.patch
	patches.suse/0136-drm-i915-dp-add-HAS_DP20-macro.patch
	patches.suse/0137-drm-i915-dg2-use-128b-132b-transcoder-DDI-mode.patch
	patches.suse/0138-drm-i915-dg2-configure-TRANS_DP2_VFREQ-HIGH-LOW-for-.patch
	patches.suse/0139-drm-i915-display-Add-HDR-mode-helper-function.patch
	patches.suse/0140-drm-i915-s-crtc_state-new_crtc_state-etc.patch
	patches.suse/0141-drm-i915-Use-u8-consistently-for-active_planes-bitma.patch
	patches.suse/0142-drm-i915-Fix-g4x-cxsr-enable-condition.patch
	patches.suse/0143-drm-i915-Apply-WaUse32BppForSRWM-to-elk-as-well-as-c.patch
	patches.suse/0144-drm-i915-Use-tile-block-based-dimensions-for-CCS-ori.patch
	patches.suse/0145-drm-i915-adlp-Require-always-a-power-of-two-sized-CC.patch
	patches.suse/0146-drm-i915-adlp-Assert-that-VMAs-in-DPT-start-at-0.patch
	patches.suse/0147-drm-i915-Follow-a-new-old-platform-check-order-in-in.patch
	patches.suse/0148-drm-i915-adlp-Add-support-for-remapping-CCS-FBs.patch
	patches.suse/0149-drm-i915-display-dmc-Set-DC_STATE_DEBUG_MASK_CORES-a.patch
	patches.suse/0150-drm-i915-display-Match-PSR2-selective-fetch-sequence.patch
	patches.suse/0151-drm-i915-display-Only-keep-PSR-enabled-if-there-is-a.patch
	patches.suse/0152-drm-i915-Fix-HPLL-watermark-readout-for-g4x.patch
	patches.suse/0153-drm-i915-fbc-Rework-cfb-stride-size-calculations.patch
	patches.suse/0154-drm-i915-fbc-Align-FBC-segments-to-512B-on-glk.patch
	patches.suse/0155-drm-i915-fbc-Implement-Wa_16011863758-for-icl.patch
	patches.suse/0156-drm-i915-fbc-Allow-higher-compression-limits-on-FBC1.patch
	patches.suse/0157-drm-i915-display-Fix-the-dsc-check-while-selecting-m.patch
	patches.suse/0158-drm-i915-uncore-split-the-fw-get-function-into-separ.patch
	patches.suse/0159-drm-i915-pm-drop-get_fifo_size-vfunc.patch
	patches.suse/0160-drm-i915-make-update_wm-take-a-dev_priv.patch
	patches.suse/0161-drm-i915-wm-provide-wrappers-around-watermark-vfuncs.patch
	patches.suse/0162-drm-i915-add-wrappers-around-cdclk-vtable-funcs.patch
	patches.suse/0163-drm-i915-display-add-intel_fdi_link_train-wrapper.patch
	patches.suse/0164-drm-i915-split-clock-gating-init-from-display-vtable.patch
	patches.suse/0165-drm-i915-split-watermark-vfuncs-from-display-vtable.patch
	patches.suse/0166-drm-i915-split-color-functions-from-display-vtable.patch
	patches.suse/0167-drm-i915-split-audio-functions-from-display-vtable.patch
	patches.suse/0168-drm-i915-split-cdclk-functions-from-display-vtable.patch
	patches.suse/0169-drm-i915-split-irq-hotplug-function-from-display-vta.patch
	patches.suse/0170-drm-i915-split-fdi-link-training-from-display-vtable.patch
	patches.suse/0171-drm-i915-split-the-dpll-clock-compute-out-from-displ.patch
	patches.suse/0172-drm-i915-constify-fdi-link-training-vtable.patch
	patches.suse/0173-drm-i915-constify-hotplug-function-vtable.patch
	patches.suse/0174-drm-i915-constify-color-function-vtable.patch
	patches.suse/0175-drm-i915-constify-the-audio-function-vtable.patch
	patches.suse/0176-drm-i915-constify-the-dpll-clock-vtable.patch
	patches.suse/0177-drm-i915-constify-the-cdclk-vtable.patch
	patches.suse/0178-drm-i915-drop-unused-function-ptr-and-comments.patch
	patches.suse/0179-drm-i915-constify-display-function-vtable.patch
	patches.suse/0180-drm-i915-constify-clock-gating-init-vtable.patch
	patches.suse/0181-drm-i915-constify-display-wm-vtable.patch
	patches.suse/0182-drm-i915-gen11-Disable-cursor-clock-gating-in-HDR-mo.patch
	patches.suse/0183-drm-i915-adlp-tc-Fix-PHY-connected-check-for-Thunder.patch
	patches.suse/0184-drm-i915-tc-Remove-waiting-for-PHY-complete-during-r.patch
	patches.suse/0185-drm-i915-tc-Check-for-DP-alt-legacy-sinks-before-tak.patch
	patches.suse/0186-drm-i915-tc-Add-use-helpers-to-retrieve-TypeC-port-p.patch
	patches.suse/0187-drm-i915-tc-Don-t-keep-legacy-TypeC-ports-in-connect.patch
	patches.suse/0188-drm-i915-tc-Add-a-mode-for-the-TypeC-PHY-s-disconnec.patch
	patches.suse/0189-drm-i915-tc-Refactor-TC-cold-block-unblock-helpers.patch
	patches.suse/0190-drm-i915-tc-Avoid-using-legacy-AUX-PW-in-TBT-mode.patch
	patches.suse/0191-drm-i915-icl-tc-Remove-the-ICL-special-casing-during.patch
	patches.suse/0192-drm-i915-tc-Fix-TypeC-PHY-connect-disconnect-logic-o.patch
	patches.suse/0193-drm-i915-tc-Drop-extra-TC-cold-blocking-from-intel_t.patch
	patches.suse/0194-drm-i915-tc-Fix-system-hang-on-ADL-P-during-TypeC-PH.patch
	patches.suse/0195-drm-i915-Extract-intel_panel_mode_valid.patch
	patches.suse/0196-drm-i915-Use-intel_panel_mode_valid-for-DSI-LVDS-s-D.patch
	patches.suse/0197-drm-i915-Reject-modes-that-don-t-match-fixed_mode-vr.patch
	patches.suse/0198-drm-i915-Introduce-intel_panel_compute_config.patch
	patches.suse/0199-drm-i915-Reject-user-modes-that-don-t-match-fixed-mo.patch
	patches.suse/0200-drm-i915-Drop-pointless-fixed_mode-checks-from-dsi-c.patch
	patches.suse/0201-drm-i915-Enable-TPS3-4-on-all-platforms-that-support.patch
	patches.suse/0202-drm-i915-fbc-Allow-FBC-with-Yf-tiling.patch
	patches.suse/0203-drm-i915-Pimp-HSW-transcoder-state-readout.patch
	patches.suse/0204-drm-i915-Configure-TRANSCONF-just-the-once-with-bigj.patch
	patches.suse/0205-drm-i915-Add-ww-context-to-intel_dpt_pin-v2.patch
	patches.suse/0206-drm-i915-Clear-leftover-DP-vswing-preemphasis-values.patch
	patches.suse/0207-drm-i915-Call-intel_ddi_init_dp_buf_reg-earlier.patch
	patches.suse/0208-drm-i915-Remove-DP_PORT_EN-stuff-from-link-training-.patch
	patches.suse/0209-drm-i915-Nuke-local-copies-pointers-of-intel_dp-DP.patch
	patches.suse/drm-i915-s-ddi_translations-trans.patch
	patches.suse/0211-drm-i915-display-psr-Handle-plane-and-pipe-restricti.patch
	patches.suse/0212-drm-i915-display-psr-Do-full-fetch-when-handling-mul.patch
	patches.suse/0213-drm-i915-display-Drop-unnecessary-frontbuffer-flushe.patch
	patches.suse/0214-drm-i915-display-Handle-frontbuffer-rendering-when-P.patch
	patches.suse/0215-drm-i915-display-Fix-glitches-when-moving-cursor-wit.patch
	patches.suse/0216-drm-i915-display-adlp-Optimize-PSR2-power-savings-in.patch
	patches.suse/0217-drm-i915-display-adlp-Allow-PSR2-to-be-enabled.patch
	patches.suse/0218-drm-i915-display-Enable-PSR2-selective-fetch-by-defa.patch
	patches.suse/0219-drm-i915-fdi-move-fdi-modeset-asserts-to-intel_fdi.c.patch
	patches.suse/0220-drm-i915-pps-move-pps-panel-modeset-asserts-to-intel.patch
	patches.suse/0221-drm-i915-dpll-move-dpll-modeset-asserts-to-intel_dpl.patch
	patches.suse/0222-drm-i915-dsi-move-dsi-pll-modeset-asserts-to-vlv_dsi.patch
	patches.suse/0223-drm-i915-dsi-pass-struct-mipi_dsi_packet-pointer-not.patch
	patches.suse/0224-drm-i915-dsi-fuse-dsi_send_pkt_payld-and-add_payld_t.patch
	patches.suse/0225-drm-i915-dsi-return-EBUSY-instead-of-1.patch
	patches.suse/0226-drm-i915-hdmi-return-EINVAL-instead-of-1.patch
	patches.suse/0227-drm-i915-drv-return-EIO-instead-of-1.patch
	patches.suse/0228-drm-i915-dram-return-EINVAL-instead-of-1.patch
	patches.suse/0229-drm-i915-fdi-use-EAGAIN-instead-of-local-special-ret.patch
	patches.suse/0002-drm-i915-hdmi-convert-intel_hdmi_to_dev-to-intel_hdm.patch
	patches.suse/0231-drm-i915-debugfs-register-LPSP-capability-on-all-pla.patch
	patches.suse/0232-drm-i915-display-stop-returning-errors-from-debugfs-.patch
	patches.suse/0233-drm-i915-debugfs-pass-intel_connector-to-intel_conne.patch
	patches.suse/0234-drm-i915-Use-standard-form-EDEADLK-check.patch
	patches.suse/0235-drm-i915-Adjust-intel_crtc_compute_config-debug-mess.patch
	patches.suse/0236-drm-i915-Move-WaPruneModeWithIncorrectHsyncOffset-in.patch
	patches.suse/0237-drm-i915-Stop-force-enabling-pipe-bottom-color-gammm.patch
	patches.suse/0238-drm-i915-fix-regression-with-uncore-refactoring.patch
	patches.suse/0239-drm-i915-reg-add-AUD_TCA_DP_2DOT0_CTRL-registers.patch
	patches.suse/0240-drm-i915-Fix-DP-clock-recovery-voltage_tries-handlin.patch
	patches.suse/0241-drm-i915-Introduce-has_iboost.patch
	patches.suse/0242-drm-i915-Introduce-has_buf_trans_select.patch
	patches.suse/0243-drm-i915-Generalize-.set_signal_levels.patch
	patches.suse/0244-drm-i915-Nuke-useless-.set_signal_levels-wrappers.patch
	patches.suse/0245-drm-i915-De-wrapper-bxt_ddi_phy_set_signal_levels.patch
	patches.suse/0246-drm-i915-Hoover-the-level-n_entries-WARN-into-intel_.patch
	patches.suse/0247-drm-i915-Nuke-intel_ddi_hdmi_num_entries.patch
	patches.suse/0248-drm-i915-Pass-the-lane-to-intel_ddi_level.patch
	patches.suse/0249-drm-i915-Prepare-link-training-for-per-lane-drive-se.patch
	patches.suse/0250-drm-i915-Allow-per-lane-drive-settings-with-LTTPRs.patch
	patches.suse/0251-drm-i195-Make-the-async-flip-VT-d-workaround-dynamic.patch
	patches.suse/0252-drm-i915-tc-Delete-bogus-NULL-check-in-intel_ddi_enc.patch
	patches.suse/0253-drm-i915-Tweak-the-DP-max-vswing-reached-condition.patch
	patches.suse/0254-drm-i915-Show-LTTPR-in-the-TPS-debug-print.patch
	patches.suse/0255-drm-i915-Print-the-DP-vswing-adjustment-request.patch
	patches.suse/0256-drm-i915-Pimp-link-training-debug-prints.patch
	patches.suse/0257-drm-i915-Call-intel_dp_dump_link_status-for-CR-failu.patch
	patches.suse/0258-drm-i915-dg2-fix-snps-buf-trans-for-uhbr.patch
	patches.suse/0259-drm-i915-dp-take-LTTPR-into-account-in-128b-132b-rat.patch
	patches.suse/0260-drm-i915-mst-abstract-intel_dp_mst_source_support.patch
	patches.suse/0261-drm-i915-dp-abstract-intel_dp_lane_max_vswing_reache.patch
	patches.suse/0262-drm-i915-dg2-update-link-training-for-128b-132b.patch
	patches.suse/0263-drm-i915-display-move-plane-prepare-cleanup-to-intel.patch
	patches.suse/0264-drm-i915-display-let-intel_plane_uses_fence-be-used-.patch
	patches.suse/0265-drm-i915-display-refactor-out-initial-plane-config-f.patch
	patches.suse/0266-drm-i915-display-refactor-initial-plane-config-to-a-.patch
	patches.suse/0267-drm-i915-display-move-pin-unpin-fb-plane-code-to-a-n.patch
	patches.suse/0268-drm-shmem-helper-Switch-to-vmf_insert_pfn.patch
	patches.suse/0269-drm-shmem-helpers-Allocate-wc-pages-on-x86.patch
	patches.suse/0270-drm-vgem-use-shmem-helpers.patch
	patches.suse/0271-drm-panel-s6d27a1-Add-driver-for-Samsung-S6D27A1-dis.patch
	patches.suse/0272-drm-unexport-drm_ioctl_permit.patch
	patches.suse/0273-drm-fourcc-Add-macros-to-determine-the-modifier-vend.patch
	patches.suse/0274-drm-arm-malidp-Use-fourcc_mod_is_vendor-helper.patch
	patches.suse/0275-drm-tegra-Use-fourcc_mod_is_vendor-helper.patch
	patches.suse/0276-dma-buf-nuke-seqno-fence.patch
	patches.suse/dma-buf-WARN-on-dmabuf-release-with-pending-attachme.patch
	patches.suse/0278-drm-virtio-support-mapping-exported-vram.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/0282-drm-panel-orientation-quirks-Add-quirk-for-the-Chuwi.patch
	patches.suse/0283-drm-Remove-unused-code-to-load-the-non-existing-fbco.patch
	patches.suse/drm-bridge-anx7625-Propagate-errors-from-sp_tx_rst_a.patch
	patches.suse/0285-drm-bridge-anx7625-Propagate-errors-from-sp_tx_edid_.patch
	patches.suse/0286-drm-vmwgfx-unbind-in-vmw_ttm_unpopulate.patch
	patches.suse/0287-drm-amdgpu-unbind-in-amdgpu_ttm_tt_unpopulate.patch
	patches.suse/0288-drm-nouveau-unbind-in-nouveau_ttm_tt_unpopulate.patch
	patches.suse/0289-drm-radeon-unbind-in-radeon_ttm_tt_unpopulate.patch
	patches.suse/0290-drm-ttm-remove-ttm_tt_destroy_common-v2.patch
	patches.suse/0291-drm-r128-switch-from-pci_-to-dma_-API.patch
	patches.suse/0292-drm-panfrost-Use-upper-lower_32_bits-helpers.patch
	patches.suse/0293-drm-rockchip-remove-reference-to-non-existing-config.patch
	patches.suse/0294-drm-v3d-correct-reference-to-config-ARCH_BRCMSTB.patch
	patches.suse/0295-drm-zte-remove-obsolete-DRM-Support-for-ZTE-SoCs.patch
	patches.suse/0296-drm-omap-remove-obsolete-selection-of-OMAP2_DSS-in-c.patch
	patches.suse/0297-drm-bridge-parade-ps8640-Reorg-the-macros.patch
	patches.suse/0298-mm-vmscan-add-sync_shrinkers-function-v3.patch
	patches.suse/0299-drm-ttm-optimize-the-pool-shrinker-a-bit-v2.patch
	patches.suse/0300-GPU-drm-fix-style-errors.patch
	patches.suse/0301-drm-plane-Fix-comment-typo.patch
	patches.suse/0302-drm-sched-Split-drm_sched_job_init.patch
	patches.suse/0303-drm-msm-Improve-drm-sched-point-of-no-return-rules.patch
	patches.suse/0304-drm-sched-Barriers-are-needed-for-entity-last_schedu.patch
	patches.suse/0305-drm-sched-Add-dependency-tracking.patch
	patches.suse/0306-drm-sched-drop-entity-parameter-from-drm_sched_push_.patch
	patches.suse/0307-drm-sched-improve-docs-around-drm_sched_entity.patch
	patches.suse/0308-drm-panfrost-use-scheduler-dependency-tracking.patch
	patches.suse/0309-drm-lima-use-scheduler-dependency-tracking.patch
	patches.suse/0310-drm-v3d-Move-drm_sched_job_init-to-v3d_job_init.patch
	patches.suse/0311-drm-v3d-Use-scheduler-dependency-handling.patch
	patches.suse/0312-drm-msm-Use-scheduler-dependency-handling.patch
	patches.suse/0313-drm-msm-Don-t-break-exclusive-fence-ordering.patch
	patches.suse/0314-dma-resv-Give-the-docs-a-do-over.patch
	patches.suse/0315-drm-ttm-Create-pinned-list.patch
	patches.suse/0316-drm-bridge-anx7625-enable-DSI-EOTP.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/0319-drm-bridge-cdns-Make-use-of-the-helper-function-devm.patch
	patches.suse/0320-drm-adv7511-Convert-to-SPDX-identifier.patch
	patches.suse/0321-drm-vc4-Make-use-of-the-helper-function-devm_platfor.patch
	patches.suse/0322-drm-sun4i-Make-use-of-the-helper-function-devm_platf.patch
	patches.suse/drm-sun4i-Fix-macros-in-sun8i_csc.h.patch
	patches.suse/0324-drm-ttm-Clear-all-DMA-mappings-on-demand.patch
	patches.suse/0325-panfrost-Don-t-cleanup-the-job-if-it-was-successfull.patch
	patches.suse/0326-drm-panfrost-Make-use-of-the-helper-function-devm_pl.patch
	patches.suse/0327-dma-buf-nuke-DMA_FENCE_TRACE-macros-v2.patch
	patches.suse/0328-dma-buf-clarify-dma_fence_ops-wait-documentation.patch
	patches.suse/0329-dma-buf-clarify-dma_fence_add_callback-documentation.patch
	patches.suse/0330-drm-ttm-cleanup-ttm_resource_compat.patch
	patches.suse/0331-drm-Improve-the-output_poll_changed-description.patch
	patches.suse/0332-drm-panel-otm8009a-add-a-60-fps-mode.patch
	patches.suse/0333-drm-sched-Fix-drm_sched_fence_free-so-it-can-be-pass.patch
	patches.suse/0334-drm-mcde-Make-use-of-the-helper-function-devm_platfo.patch
	patches.suse/0335-drm-ttm-remove-the-outdated-kerneldoc-section.patch
	patches.suse/0336-drm-ttm-add-some-general-module-kerneldoc.patch
	patches.suse/0337-drm-ttm-add-kerneldoc-for-enum-ttm_caching.patch
	patches.suse/0338-drm-ttm-enable-TTM-device-object-kerneldoc-v2.patch
	patches.suse/0339-drm-ttm-enable-TTM-resource-object-kerneldoc-v2.patch
	patches.suse/0340-drm-ttm-enable-TTM-placement-kerneldoc.patch
	patches.suse/0341-drm-ttm-enable-TTM-TT-object-kerneldoc-v2.patch
	patches.suse/0342-drm-ttm-enable-TTM-page-pool-kerneldoc.patch
	patches.suse/0343-drm-stm-ltdc-attach-immutable-zpos-property-to-plane.patch
	patches.suse/0344-drm-stm-ltdc-add-layer-alpha-support.patch
	patches.suse/0345-drm-panel-simple-Reorder-logicpd_type_28-mitsubishi_.patch
	patches.suse/0346-drm-document-drm_mode_create_lease-object-requiremen.patch
	patches.suse/0347-drm-panel-orientation-quirks-Add-quirk-for-the-Chuwi.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/0350-drm-ttm-Try-to-check-if-new-ttm-man-out-of-bounds-du.patch
	patches.suse/0351-drm-bridge-Add-a-function-to-abstract-away-panels.patch
	patches.suse/0352-drm-vc4-dpi-Switch-to-devm_drm_of_get_bridge.patch
	patches.suse/0353-drm-vc4-dsi-Switch-to-devm_drm_of_get_bridge.patch
	patches.suse/dma-buf-system_heap-Avoid-warning-on-mid-order-alloc.patch
	patches.suse/0355-drm-qxl-User-page-size-macro-for-qxl-release-bo.patch
	patches.suse/0356-drm-bochs-add-Bochs-PCI-ID-for-Simics-model.patch
	patches.suse/0357-drm-sched-fix-the-bug-of-time-out-calculation-v4.patch
	patches.suse/drm-v3d-fix-wait-for-TMU-write-combiner-flush.patch
	patches.suse/0359-drm-sun4i-dsi-Make-use-of-the-helper-function-dev_er.patch
	patches.suse/0360-drm-sun4i-dw-hdmi-Make-use-of-the-helper-function-de.patch
	patches.suse/virtio-gpu-fix-possible-memory-allocation-failure.patch
	patches.suse/0362-drm-panfrost-Calculate-lock-region-size-correctly.patch
	patches.suse/0363-drm-v3d-fix-sched-job-resources-cleanup-when-a-job-i.patch
	patches.suse/drm-bridge-it66121-Fix-return-value-it66121_probe.patch
	patches.suse/0365-drm-v3d-Make-use-of-the-helper-function-devm_platfor.patch
	patches.suse/0366-panfrost-make-mediatek_mt8183_supplies-and-mediatek_.patch
	patches.suse/0367-drm-panfrost-simplify-getting-.driver_data.patch
	patches.suse/0368-drm-edid-Break-out-reading-block-0-of-the-EDID.patch
	patches.suse/0369-drm-edid-Allow-querying-working-with-the-panel-ID-fr.patch
	patches.suse/0370-drm-edid-Use-new-encoded-panel-id-style-for-quirks-m.patch
	patches.suse/0371-drm-panel-edp-Split-eDP-panels-out-of-panel-simple.patch
	patches.suse/0372-drm-panel-edp-Move-some-wayward-panels-to-the-eDP-dr.patch
	patches.suse/0373-drm-panel-simple-Non-eDP-panels-don-t-need-HPD-handl.patch
	patches.suse/0374-drm-panel-edp-Split-the-delay-structure-out.patch
	patches.suse/0375-drm-panel-edp-Better-describe-eDP-panel-delays.patch
	patches.suse/0376-drm-panel-edp-hpd_reliable-shouldn-t-be-subtraced-fr.patch
	patches.suse/0377-drm-panel-edp-Fix-prepare_to_enable-if-panel-doesn-t.patch
	patches.suse/0378-drm-panel-edp-Don-t-re-read-the-EDID-every-time-we-p.patch
	patches.suse/0379-drm-panel-edp-Implement-generic-edp-panel-s-probed-b.patch
	patches.suse/0380-drm-rockchip-remove-unused-psr_list-_lock.patch
	patches.suse/0381-drm-rockchip-handle-non-platform-devices-in-rockchip.patch
	patches.suse/0382-drm-rockchip-add-DRM_BRIDGE_ATTACH_NO_CONNECTOR-flag.patch
	patches.suse/0383-drm-rockchip-Make-use-of-the-helper-function-devm_pl.patch
	patches.suse/0384-drm-rockchip-dsi-Fix-duplicate-included-linux-phy-ph.patch
	patches.suse/0385-drm-rockchip-dsi-make-hstt_table-static.patch
	patches.suse/0386-drm-rockchip-Check-iommu-itself-instead-of-it-s-pare.patch
	patches.suse/0387-drm-rockchip-remove-of_match_ptr-from-vop_driver_dt_.patch
	patches.suse/0388-drm-rockchip-remove-of_match_ptr-from-analogix-dp-dr.patch
	patches.suse/0389-drm-bridge-Move-devm_drm_of_get_bridge-to-bridge-pan.patch
	patches.suse/0390-drm-Fix-scaling_mode-docs.patch
	patches.suse/0391-drm-amd-display-Add-DP-2.0-Audio-Package-Generator.patch
	patches.suse/0392-drm-amd-display-Add-DP-2.0-HPO-Stream-Encoder.patch
	patches.suse/0393-drm-amd-display-Add-DP-2.0-HPO-Link-Encoder.patch
	patches.suse/0394-drm-amd-display-Add-DP-2.0-DCCG.patch
	patches.suse/0395-drm-amd-display-Add-DP-2.0-BIOS-and-DMUB-Support.patch
	patches.suse/0396-drm-amd-display-Add-DP-2.0-SST-DC-Support.patch
	patches.suse/0397-drm-amd-display-add-missing-ABM-register-offsets.patch
	patches.suse/0398-drm-amd-display-Support-for-DMUB-HPD-interrupt-handl.patch
	patches.suse/drm-amd-display-Set-min-dcfclk-if-pipe-count-is-0.patch
	patches.suse/0400-drm-amd-display-Use-max-target-bpp-override-option.patch
	patches.suse/drm-amd-display-Limit-max-DSC-target-bpp-for-specifi.patch
	patches.suse/0402-drm-amd-display-Add-emulated-sink-support-for-updati.patch
	patches.suse/0403-drm-amd-display-Initialize-GSP1-SDP-header.patch
	patches.suse/drm-amd-display-Update-swizzle-mode-enums.patch
	patches.suse/0405-drm-amd-display-FW-Promotion-Release-0.0.80.patch
	patches.suse/0406-drm-amd-display-3.2.150.patch
	patches.suse/0407-drm-amdgpu-rework-context-priority-handling.patch
	patches.suse/0408-drm-amdgpu-detach-ring-priority-from-gfx-priority.patch
	patches.suse/0409-drm-amd-display-fix-spelling-mistake-alidation-valid.patch
	patches.suse/0410-drm-amd-amdgpu-New-debugfs-interface-for-MMIO-regist.patch
	patches.suse/0411-drm-amd-amdgpu-consolidate-PSP-TA-unload-function.patch
	patches.suse/0412-drm-amd-amdgpu-add-mpio-to-ras-block.patch
	patches.suse/0413-drm-amdgpu-vce-set-the-priority-for-each-ring.patch
	patches.suse/0414-drm-amdgpu-vcn-set-the-priority-for-each-encode-ring.patch
	patches.suse/0415-drm-amdgpu-schedule-vce-vcn-encode-based-on-priority.patch
	patches.suse/0416-drm-amd-pm-Update-navi12-smu-message-mapping-table-i.patch
	patches.suse/0417-drm-amd-display-Fix-unused-initialization-of-pointer.patch
	patches.suse/0418-drm-amdgpu-Create-common-PSP-TA-load-function.patch
	patches.suse/0419-drm-amdgpu-remove-unused-amdgpu_bo_validate.patch
	patches.suse/0420-drm-amdgpu-clean-up-inconsistent-indenting.patch
	patches.suse/0421-drm-amdgpu-sdma-clean-up-identation.patch
	patches.suse/0422-drm-radeon-Prefer-kcalloc-over-open-coded-arithmetic.patch
	patches.suse/0423-drm-radeon-ci_dpm-Remove-redundant-initialization-of.patch
	patches.suse/0424-drm-amd-display-Fix-warning-comparing-pointer-to-0.patch
	patches.suse/0425-drm-amd-display-make-configure_lttpr_mode_transparen.patch
	patches.suse/0426-drm-amdgpu-cleanup-debugfs-for-amdgpu-rings.patch
	patches.suse/0427-drm-amd-amdgpu-Enable-some-sysnodes-for-guest-smi.patch
	patches.suse/0428-drm-amdgpu-refactor-function-to-init-no-psp-fw.patch
	patches.suse/0429-drm-amdgpu-Update-RAS-status-print.patch
	patches.suse/0430-drm-amdgpu-Update-RAS-trigger-error-block-support.patch
	patches.suse/0431-drm-amdgpu-Increase-direct-IB-pool-size.patch
	patches.suse/0432-drm-amd-display-expose-dsc-overhead-bw-in-dc-dsc-hea.patch
	patches.suse/0433-drm-amd-display-Add-DPCD-writes-at-key-points.patch
	patches.suse/0434-drm-amd-display-Fix-system-hang-at-boot.patch
	patches.suse/0435-drm-amd-display-move-bpp-range-decision-in-decide-ds.patch
	patches.suse/0436-drm-amd-display-update-conditions-to-do-dfp-cap-ext-.patch
	patches.suse/drm-amd-display-Add-option-to-defer-works-of-hpd_rx_.patch
	patches.suse/0438-drm-amd-display-Fork-thread-to-offload-work-of-hpd_r.patch
	patches.suse/0439-drm-amd-display-unblock-abm-when-odm-is-enabled-only.patch
	patches.suse/0440-drm-amd-display-Add-flag-to-detect-dpms-force-off-du.patch
	patches.suse/0441-drm-amd-display-Fix-dynamic-link-encoder-access.patch
	patches.suse/0442-drm-amd-display-Fix-false-BAD_FREE-warning-from-Cove.patch
	patches.suse/0443-drm-amd-display-Fix-for-null-pointer-access-for-ddc-.patch
	patches.suse/0444-drm-amd-display-FW-Promotion-Release-0.0.81.patch
	patches.suse/0445-drm-amd-display-Revert-dc-w-a-for-hard-hang-on-HPD-o.patch
	patches.suse/0446-drm-amd-display-3.2.151.patch
	patches.suse/0447-drm-amd-display-Fix-multiple-memory-leaks-reported-b.patch
	patches.suse/drm-amd-display-Revert-Directly-retrain-link-from-de.patch
	patches.suse/0449-drm-amd-display-Add-regamma-degamma-coefficients-and.patch
	patches.suse/0450-drm-amd-display-Apply-w-a-for-hard-hang-on-HPD.patch
	patches.suse/drm-amd-display-Optimize-bandwidth-on-following-fast.patch
	patches.suse/0452-drm-amd-display-Refine-condition-of-cursor-visibilit.patch
	patches.suse/0453-drm-amd-display-Add-periodic-detection-when-zstate-i.patch
	patches.suse/0454-drm-amd-display-FW-Promotion-Release-0.0.82.patch
	patches.suse/0455-drm-amd-display-Correct-degamma-coefficients.patch
	patches.suse/0456-drm-amd-display-3.2.152.patch
	patches.suse/0457-drm-amd-display-Revert-adding-degamma-coefficients.patch
	patches.suse/0458-drm-amd-display-Add-VPG-and-AFMT-low-power-support-f.patch
	patches.suse/0459-drm-amd-display-remove-force_enable_edp_fec-param.patch
	patches.suse/0460-drm-amd-display-Enable-mem-low-power-control-for-DCN.patch
	patches.suse/0461-drm-amdgpu-Get-atomicOps-info-from-Host-for-sriov-se.patch
	patches.suse/0462-drm-amdgpu-move-iommu_resume-before-ip-init-resume.patch
	patches.suse/0463-drm-amdgpu-Unify-PSP-TA-context.patch
	patches.suse/0464-drm-amdgpu-UVD-avoid-memory-allocation-during-IB-tes.patch
	patches.suse/0465-drm-amdgpu-VCE-avoid-memory-allocation-during-IB-tes.patch
	patches.suse/0466-drm-amdgpu-VCN-avoid-memory-allocation-during-IB-tes.patch
	patches.suse/0467-drm-amdgpu-Fix-a-race-of-IB-test.patch
	patches.suse/drm-amdgpu-Drop-inline-from-amdgpu_ras_eeprom_max_re.patch
	patches.suse/0468-drm-amdgpu-Conform-ASD-header-loading-to-generic-TA-.patch
	patches.suse/0469-drm-amdgpu-Update-PSP-TA-unload-function.patch
	patches.suse/0470-drm-amdgpu-Resolve-nBIF-RAS-error-harvesting-bug.patch
	patches.suse/0471-drm-radeon-make-array-encoded_lanes-static.patch
	patches.suse/0472-drm-amd-display-Use-dcc_ind_blk-value-to-set-registe.patch
	patches.suse/0473-drm-amd-display-Handle-GFX10_RBPLUS-modifiers-for-dc.patch
	patches.suse/0474-drm-amd-display-Add-modifiers-capable-of-DCC-image-s.patch
	patches.suse/0475-drm-amd-display-Fix-crash-on-device-remove-driver-un.patch
	patches.suse/0476-drm-amdgpu-Put-drm_dev_enter-exit-outside-hot-codepa.patch
	patches.suse/0477-drm-amdgpu-Fix-uvd-ib-test-timeout-when-use-pre-allo.patch
	patches.suse/0478-drm-amdgpu-Fix-crash-on-device-remove-driver-unload.patch
	patches.suse/drm-amdgpu-Fix-MMIO-access-page-fault.patch
	patches.suse/0480-drm-amdgpu-Fix-resume-failures-when-device-is-gone.patch
	patches.suse/0481-drm-amd-display-Pass-display_pipe_params_st-as-const.patch
	patches.suse/0482-drm-amd-display-Pass-all-structs-in-display_rq_dlg_h.patch
	patches.suse/0483-drm-amd-display-Fix-rest-of-pass-by-value-structs-in.patch
	patches.suse/0484-drm-amd-display-Allocate-structs-needed-by-dcn_bw_ca.patch
	patches.suse/0485-drm-amd-display-Reduce-stack-size-for-dml21_ModeSupp.patch
	patches.suse/0486-drm-amd-display-Extend-w-a-for-hard-hang-on-HPD-to-d.patch
	patches.suse/0487-drm-amd-display-FW-Promotion-Release-0.0.83.patch
	patches.suse/0488-drm-amd-display-3.2.153.patch
	patches.suse/0489-drm-amd-display-Fix-link-training-fallback-logic.patch
	patches.suse/0490-drm-amd-display-Fix-concurrent-dynamic-encoder-assig.patch
	patches.suse/0491-drm-amd-display-Fix-dynamic-encoder-reassignment.patch
	patches.suse/0492-drm-amd-display-Added-power-down-on-boot-for-DCN3.patch
	patches.suse/drm-amd-display-Use-adjusted-DCN301-watermarks.patch
	patches.suse/0494-drm-amd-display-Fix-issue-with-dynamic-bpp-change-fo.patch
	patches.suse/0495-drm-amd-display-Disable-mem-low-power-for-CM-HW-bloc.patch
	patches.suse/0496-drm-amd-display-DIG-mapping-change-is-causing-a-bloc.patch
	patches.suse/0497-drm-amd-display-Creating-a-fw-boot-options-bit-for-a.patch
	patches.suse/drm-amd-display-Fix-null-pointer-dereference-for-enc.patch
	patches.suse/0499-drm-amd-display-FW-Promotion-Release-0.0.84.patch
	patches.suse/0500-drm-amd-display-3.2.154.patch
	patches.suse/0501-drm-amd-display-Fix-wrong-format-specifier-in-amdgpu.patch
	patches.suse/drm-amdgpu-move-amdgpu_virt_release_full_gpu-to-fini.patch
	patches.suse/0503-drm-amdgpu-Updated-RAS-infrastructure.patch
	patches.suse/0504-drm-amdgpu-Consolidate-RAS-cmd-warning-messages.patch
	patches.suse/0505-drm-amdgpu-Remove-all-code-paths-under-the-EAGAIN-pa.patch
	patches.suse/0506-drm-amdgpu-make-soc15_common_ip_funcs-static.patch
	patches.suse/0507-drm-rcar-du-Improve-kernel-log-messages-when-initial.patch
	patches.suse/0508-drm-rcar-du-Set-the-DMA-coherent-mask-for-the-DU-dev.patch
	patches.suse/0509-drm-rcar-du-Allow-importing-non-contiguous-dma-buf-w.patch
	patches.suse/0510-drm-property-Replace-strncpy-with-strscpy_pad.patch
	patches.suse/0511-drm-omap-Use-correct-printk-format-specifiers-for-si.patch
	patches.suse/0512-drm-omap-Cast-pointer-to-integer-without-generating-.patch
	patches.suse/0513-drm-omap-Depend-on-CONFIG_OF.patch
	patches.suse/0514-drm-sti-Use-correct-printk-format-specifiers-for-siz.patch
	patches.suse/0515-drm-shmobile-Make-use-of-the-helper-function-devm_pl.patch
	patches.suse/0516-drm-rcar-du-Make-use-of-the-helper-function-devm_pla.patch
	patches.suse/0517-drm-rcar-du-Sort-the-DU-outputs.patch
	patches.suse/0518-drm-rcar-du-Only-initialise-TVM_TVSYNC-mode-when-sup.patch
	patches.suse/0519-drm-rcar-du-Fix-DIDSR-field-name.patch
	patches.suse/0520-drm-rcar-du-Split-CRTC-IRQ-and-Clock-features.patch
	patches.suse/0521-drm-rcar-du-Add-r8a779a0-device-support.patch
	patches.suse/0522-drm-amdgpu-Update-PSP-TA-Invoke-to-use-common-TA-con.patch
	patches.suse/0523-drm-amdgpu-add-poison-mode-query-for-DF-v2.patch
	patches.suse/0524-drm-amdgpu-add-poison-mode-query-for-UMC.patch
	patches.suse/0525-drm-amdgpu-set-poison-supported-flag-for-RAS-v2.patch
	patches.suse/0526-drm-amdgpu-skip-umc-ras-irq-handling-in-poison-mode-.patch
	patches.suse/0527-drm-amd-display-use-correct-vpg-instance-for-128b-13.patch
	patches.suse/0528-drm-amd-display-FW-Promotion-Release-0.0.85.patch
	patches.suse/0529-drm-amd-display-Don-t-enable-AFMT-for-DP-audio-strea.patch
	patches.suse/0530-drm-amd-display-add-vsync-notify-to-dmub-for-abm-pau.patch
	patches.suse/0531-drm-amd-display-Add-debug-support-to-override-the-Mi.patch
	patches.suse/0532-drm-amd-display-update-cur_lane_setting-to-an-array-.patch
	patches.suse/0533-drm-amd-display-add-function-to-convert-hw-to-dpcd-l.patch
	patches.suse/0534-drm-amd-display-Fix-for-link-encoder-access-for-MST.patch
	patches.suse/0535-drm-amd-display-Fix-MST-link-encoder-availability-ch.patch
	patches.suse/0536-drm-amd-display-Add-PPS-immediate-update-flag-for-DC.patch
	patches.suse/0537-drm-amd-display-Add-an-extra-check-for-dcn10-OPTC-da.patch
	patches.suse/0538-drm-amd-display-FW-Promotion-Release-0.0.86.patch
	patches.suse/0539-drm-amd-display-3.2.155.patch
	patches.suse/0540-drm-amd-display-Replace-referral-of-dal-with-dc.patch
	patches.suse/0541-drm-amd-display-Defer-LUT-memory-powerdown-until-LUT.patch
	patches.suse/0542-drm-amd-display-make-verified-link-cap-not-exceeding.patch
	patches.suse/0543-drm-amd-display-Handle-Y-carry-over-in-VCP-X.Y-calcu.patch
	patches.suse/0544-drm-amd-display-Update-VCP-X.Y-logging-to-improve-us.patch
	patches.suse/0545-drm-amd-amdgpu-Add-missing-mp_11_0_8_sh_mask.h-heade.patch
	patches.suse/drm-amdgpu-fix-warning-for-overflow-check.patch
	patches.suse/drm-amdkfd-fix-resource_size.cocci-warnings.patch
	patches.suse/0548-gpu-amd-replace-open-coded-offsetof-with-builtin.patch
	patches.suse/0549-drm-amd-amdgpu-Validate-ip-discovery-blob.patch
	patches.suse/0550-drm-amdgpu-drm-amdgpu-Handle-IOMMU-enabled-case.patch
	patches.suse/0551-drm-amdgpu-Add-a-UAPI-flag-for-hot-plug-unplug.patch
	patches.suse/0552-drm-amdgpu-add-cyan_skillfish-asic-header-files.patch
	patches.suse/0553-drm-amd-display-add-cyan_skillfish-display-support.patch
	patches.suse/0554-amd-amdkfd-add-ras-page-retirement-handling-for-sq-s.patch
	patches.suse/0555-drm-amd-display-Only-define-DP-2.0-symbols-if-not-al.patch
	patches.suse/0556-drm-amdgpu-resolve-RAS-query-bug.patch
	patches.suse/0557-drm-amdgpu-move-headless-sku-check-into-harvest-func.patch
	patches.suse/0558-drm-amdgpu-add-debugfs-access-to-the-IP-discovery-ta.patch
	patches.suse/0559-drm-amdgpu-store-HW-IP-versions-in-the-driver-struct.patch
	patches.suse/0560-drm-amdgpu-fill-in-IP-versions-from-IP-discovery-tab.patch
	patches.suse/0561-drm-amdgpu-add-XGMI-HWIP.patch
	patches.suse/0562-drm-amdgpu-nv-export-common-IP-functions.patch
	patches.suse/0563-drm-amdgpu-add-initial-IP-enumeration-via-IP-discove.patch
	patches.suse/0564-drm-amdgpu-sdma5.0-convert-to-IP-version-checking.patch
	patches.suse/0565-drm-amdgpu-sdma5.2-convert-to-IP-version-checking.patch
	patches.suse/0566-drm-amdgpu-gfx10-convert-to-IP-version-checking.patch
	patches.suse/0567-drm-amdgpu-filter-out-radeon-PCI-device-IDs.patch
	patches.suse/0568-drm-amdgpu-bind-to-any-0x1002-PCI-diplay-class-devic.patch
	patches.suse/0569-drm-amdgpu-gmc10.0-convert-to-IP-version-checking.patch
	patches.suse/0570-drm-amdgpu-Use-IP-discovery-to-drive-setting-IP-bloc.patch
	patches.suse/0571-drm-amdgpu-drive-nav10-from-the-IP-discovery-table.patch
	patches.suse/0572-drm-amdgpu-gfxhub2.1-convert-to-IP-version-checking.patch
	patches.suse/0573-drm-amdgpu-mmhub2.0-convert-to-IP-version-checking.patch
	patches.suse/0574-drm-amdgpu-mmhub2.1-convert-to-IP-version-checking.patch
	patches.suse/0575-drm-amdgpu-vcn3.0-convert-to-IP-version-checking.patch
	patches.suse/0576-drm-amdgpu-athub2.0-convert-to-IP-version-checking.patch
	patches.suse/0577-drm-amdgpu-athub2.1-convert-to-IP-version-checking.patch
	patches.suse/0578-drm-amdgpu-navi10_ih-convert-to-IP-version-checking.patch
	patches.suse/0579-drm-amdgpu-amdgpu_smu-convert-to-IP-version-checking.patch
	patches.suse/0580-drm-amdgpu-smu11.0-convert-to-IP-version-checking.patch
	patches.suse/0581-drm-amdgpu-navi10_ppt-convert-to-IP-version-checking.patch
	patches.suse/0582-drm-amdgpu-sienna_cichlid_ppt-convert-to-IP-version-.patch
	patches.suse/0583-drm-amdgpu-nv-convert-to-IP-version-checking.patch
	patches.suse/0584-drm-amdgpu-drive-all-navi-asics-from-the-IP-discover.patch
	patches.suse/0585-drm-amdgpu-display-dm-convert-to-IP-version-checking.patch
	patches.suse/0586-drm-amdgpu-add-DCI-HWIP.patch
	patches.suse/0587-drm-amdgpu-soc15-export-common-IP-functions.patch
	patches.suse/0588-drm-amdgpu-add-initial-IP-discovery-support-for-vega.patch
	patches.suse/0589-drm-amdgpu-soc15-get-rev_id-in-soc15_common_early_in.patch
	patches.suse/0590-drm-amdgpu-drive-all-vega-asics-from-the-IP-discover.patch
	patches.suse/0591-drm-amdgpu-default-to-true-in-amdgpu_device_asic_has.patch
	patches.suse/0592-drm-amdgpu-display-dm-convert-RAVEN-to-IP-version-ch.patch
	patches.suse/0593-drm-amdgpu-sdma4.0-convert-to-IP-version-checking.patch
	patches.suse/0594-drm-amdgpu-hdp4.0-convert-to-IP-version-checking.patch
	patches.suse/0595-drm-amdgpu-gfx9.0-convert-to-IP-version-checking.patch
	patches.suse/0596-drm-amdgpu-amdgpu_psp-convert-to-IP-version-checking.patch
	patches.suse/0597-drm-amdgpu-psp_v11.0-convert-to-IP-version-checking.patch
	patches.suse/0598-drm-amdgpu-psp_v13.0-convert-to-IP-version-checking.patch
	patches.suse/0599-drm-amdgpu-pm-smu_v11.0-update-IP-version-checking.patch
	patches.suse/0600-drm-amdgpu-pm-smu_v13.0-convert-IP-version-checking.patch
	patches.suse/0601-drm-amdgpu-pm-amdgpu_smu-convert-more-IP-version-che.patch
	patches.suse/0602-drm-amdgpu-amdgpu_vcn-convert-to-IP-version-checking.patch
	patches.suse/0603-drm-amdgpu-vcn2.5-convert-to-IP-version-checking.patch
	patches.suse/0604-drm-amdgpu-soc15-convert-to-IP-version-checking.patch
	patches.suse/0605-drm-amd-display-fix-error-case-handling.patch
	patches.suse/0606-drm-amdgpu-add-VCN1-hardware-IP.patch
	patches.suse/0607-drm-amdgpu-add-HWID-of-SDMA-instance-2-and-3.patch
	patches.suse/0608-drm-amdgpu-get-VCN-and-SDMA-instances-from-IP-discov.patch
	patches.suse/0609-drm-amdgpu-sdma-remove-manual-instance-setting.patch
	patches.suse/0610-drm-amdgpu-vcn-remove-manual-instance-setting.patch
	patches.suse/0611-drm-amdgpu-get-VCN-harvest-information-from-IP-disco.patch
	patches.suse/0612-drm-amdgpu-ucode-add-default-behavior.patch
	patches.suse/0613-drm-amdgpu-add-new-asic_type-for-IP-discovery.patch
	patches.suse/0614-drm-amdgpu-set-CHIP_IP_DISCOVERY-as-the-asic-type-by.patch
	patches.suse/0615-drm-amdgpu-convert-IP-version-array-to-include-insta.patch
	patches.suse/0616-drm-amdgpu-clean-up-set-IP-function.patch
	patches.suse/0617-drm-amdgpu-add-support-for-SRIOV-in-IP-discovery-pat.patch
	patches.suse/0618-drm-amdkfd-clean-up-parameters-in-kgd2kfd_probe.patch
	patches.suse/0619-drm-amdkfd-convert-kfd_device.c-to-use-GC-IP-version.patch
	patches.suse/0620-drm-amdgpu-add-an-option-to-override-IP-discovery-ta.patch
	patches.suse/0621-drm-amdgpu-jpeg2-move-jpeg2-shared-macro-to-header-f.patch
	patches.suse/0622-drm-amdgpu-jpeg-add-jpeg2.6-start-end.patch
	patches.suse/0623-drm-amdgpu-consolidate-case-statements.patch
	patches.suse/0624-drm-amdgpu-remove-some-repeated-includings.patch
	patches.suse/0625-drm-amdgpu-display-fold-DRM_AMD_DC_DCN201-into-DRM_A.patch
	patches.suse/0626-drm-amd-display-Prevent-using-DMUB-rptr-that-is-out-.patch
	patches.suse/0627-drm-amdgpu-gmc9-convert-to-IP-version-checking.patch
	patches.suse/0628-drm-amdgpu-init-iommu-after-amdkfd-device-init.patch
	patches.suse/drm-amdgpu-revert-Add-autodump-debugfs-node-for-gpu-.patch
	patches.suse/0630-drm-amdgpu-print-warning-and-taint-kernel-if-lockup-.patch
	patches.suse/0631-drm-amd-display-Re-arrange-FPU-code-structure-for-dc.patch
	patches.suse/0632-drm-amd-display-Added-root-clock-optimization-flags.patch
	patches.suse/0633-drm-amd-display-FW-Promotion-Release-0.0.87.patch
	patches.suse/0634-drm-amd-display-3.2.156.patch
	patches.suse/0635-drm-amd-display-Add-helper-for-blanking-all-dp-displ.patch
	patches.suse/0636-drm-amd-display-Fix-concurrent-dynamic-encoder-assig.patch
	patches.suse/0637-drm-amd-display-Fix-error-in-dmesg-at-boot.patch
	patches.suse/0638-drm-amd-display-fix-DCC-settings-for-DCN3.patch
	patches.suse/0639-drm-amd-display-Update-link-encoder-object-creation.patch
	patches.suse/0640-drm-amd-display-USB4-DPIA-enumeration-and-AUX-Tunnel.patch
	patches.suse/0641-drm-amd-display-Support-for-DMUB-HPD-and-HPD-RX-inte.patch
	patches.suse/0642-drm-amd-display-Set-DPIA-link-endpoint-type.patch
	patches.suse/0643-drm-amd-display-Stub-out-DPIA-link-training-call.patch
	patches.suse/0644-drm-amd-display-Add-stub-to-get-DPIA-tunneling-devic.patch
	patches.suse/0645-drm-amd-display-Skip-DPCD-read-for-DPTX-to-DPIA-hop.patch
	patches.suse/0646-drm-amd-display-Train-DPIA-links-with-fallback.patch
	patches.suse/0647-drm-amd-display-Implement-DPIA-training-loop.patch
	patches.suse/0648-drm-amd-display-Implement-DPIA-link-configuration.patch
	patches.suse/0649-drm-amd-display-Implement-DPIA-clock-recovery-phase.patch
	patches.suse/0650-drm-amd-display-Implement-DPIA-equalisation-phase.patch
	patches.suse/0651-drm-amd-display-Implement-end-of-training-for-hop-in.patch
	patches.suse/0652-drm-amd-display-Support-for-SET_CONFIG-processing-wi.patch
	patches.suse/0653-drm-amd-display-Read-USB4-DP-tunneling-data-from-DPC.patch
	patches.suse/0654-drm-amd-display-Add-dpia-debug-options.patch
	patches.suse/0655-drm-amd-display-Support-for-SET_CONFIG-processing-wi.patch
	patches.suse/0656-drm-amd-display-Fix-DIG_HPD_SELECT-for-USB4-display-.patch
	patches.suse/0657-drm-amd-display-Add-debug-flags-for-USB4-DP-link-tra.patch
	patches.suse/0658-drm-amd-display-Fix-for-access-for-ddc-pin-and-aux-e.patch
	patches.suse/0659-drm-amd-display-Deadlock-HPD-Status-Crash-Bug-Fix.patch
	patches.suse/0660-drm-amd-display-Fix-USB4-Aux-via-DMUB-terminate-unex.patch
	patches.suse/0661-drm-amd-display-USB4-bring-up-set-correct-address.patch
	patches.suse/0662-drm-amdgpu-return-early-if-debugfs-is-not-initialize.patch
	patches.suse/x86-mce-amd-export-smca_get_bank_type-symbol.patch
	patches.suse/0664-drm-amdgpu-Register-MCE-notifier-for-Aldebaran-RAS.patch
	patches.suse/0665-drm-amd-display-Add-120Hz-support-for-freesync-video.patch
	patches.suse/drm-amdgpu-unify-BO-evicting-method-in-amdgpu_ttm.patch
	patches.suse/0667-drm-amdgpu-discovery-add-missing-case-for-SMU-11.0.5.patch
	patches.suse/0668-drm-amd-display-Remove-redundant-initialization-of-v.patch
	patches.suse/0669-drm-amdgpu-add-missing-case-for-HDP-for-renoir.patch
	patches.suse/0670-drm-amd-display-Fix-Werror-when-building.patch
	patches.suse/drm-amdkfd-rm-BO-resv-on-validation-to-avoid-deadloc.patch
	patches.suse/0672-drm-amdgpu-use-adev_to_drm-for-consistency-when-acce.patch
	patches.suse/0673-drm-amd-display-remove-duplicate-include-in-dcn201_c.patch
	patches.suse/0674-drm-amd-display-fix-duplicated-inclusion.patch
	patches.suse/0675-lib-devres-Add-managed-arch_phys_wc_add.patch
	patches.suse/0676-lib-devres-Add-managed-arch_io_reserve_memtype_wc.patch
	patches.suse/0677-drm-ast-Use-managed-interfaces-for-framebuffer-write.patch
	patches.suse/0678-drm-mgag200-Use-managed-interfaces-for-framebuffer-w.patch
	patches.suse/0679-drm-vboxvideo-Use-managed-interfaces-for-framebuffer.patch
	patches.suse/0680-drm-gma500-Replace-references-to-dev_private-with-he.patch
	patches.suse/0681-drm-gma500-Disable-PCI-device-during-shutdown.patch
	patches.suse/0682-drm-gma500-Embed-struct-drm_device-in-struct-drm_psb.patch
	patches.suse/0683-drm-gma500-Remove-dev_priv-branch-from-unload-functi.patch
	patches.suse/0684-drm-gma500-Managed-device-release.patch
	patches.suse/0685-drm-bridge-parade-ps8640-Use-regmap-APIs.patch
	patches.suse/0686-drm-bridge-parade-ps8640-Add-support-for-AUX-channel.patch
	patches.suse/0687-drm-bridge-Add-documentation-sections.patch
	patches.suse/0688-drm-bridge-Document-the-probe-issue-with-MIPI-DSI-br.patch
	patches.suse/0689-drm-mipi-dsi-Create-devm-device-registration.patch
	patches.suse/0690-drm-mipi-dsi-Create-devm-device-attachment.patch
	patches.suse/0691-drm-gma500-Fix-wrong-pointer-passed-to-PTR_ERR.patch
	patches.suse/0692-drm-edid-Fix-EDID-quirk-compile-error-on-older-compi.patch
	patches.suse/0693-drm-print-Add-deprecation-notes-to-DRM_.-functions.patch
	patches.suse/0694-drm-edid-Fix-drm_edid_encode_panel_id-kerneldoc-warn.patch
	patches.suse/0696-drm-msm-allow-compile_test-on-ARM.patch
	patches.suse/0697-drm-probe-helper-Document-drm_helper_hpd_irq_event-r.patch
	patches.suse/0698-drm-probe-helper-Create-a-HPD-IRQ-event-helper-for-a.patch
	patches.suse/0699-drm-vc4-hdmi-Actually-check-for-the-connector-status.patch
	patches.suse/0700-drm-panel-boe-tv101wum-nl6-Support-enabling-a-3.3V-r.patch
	patches.suse/0701-drm-panel-support-for-BOE-and-INX-video-mode-panel.patch
	patches.suse/0704-virtio-gpu-api-multiple-context-types-with-explicit-.patch
	patches.suse/0702-drm-virtgpu-api-create-context-init-feature.patch
	patches.suse/0703-drm-virtio-implement-context-init-track-valid-capabi.patch
	patches.suse/0705-drm-virtio-implement-context-init-probe-for-feature.patch
	patches.suse/0706-drm-virtio-implement-context-init-support-init-ioctl.patch
	patches.suse/0707-drm-virtio-implement-context-init-track-ring_idx-emi.patch
	patches.suse/0708-drm-virtio-implement-context-init-plumb-base_fence_c.patch
	patches.suse/0709-drm-virtio-implement-context-init-stop-using-drv-con.patch
	patches.suse/0710-drm-virtio-implement-context-init-allocate-an-array-.patch
	patches.suse/0711-drm-virtio-implement-context-init-handle-VIRTGPU_CON.patch
	patches.suse/0712-drm-virtio-implement-context-init-add-virtio_gpu_fen.patch
	patches.suse/0713-drm-virtio-implement-context-init-advertise-feature-.patch
	patches.suse/drm-ttm-stop-calling-tt_swapin-in-vm_access.patch
	patches.suse/0715-drm-ttm-stop-setting-page-index-for-the-ttm_tt.patch
	patches.suse/0716-drm-ttm-move-ttm_tt_-add-clear-_mapping-into-amdgpu.patch
	patches.suse/0717-drm-ttm-remove-TTM_PAGE_FLAG_NO_RETRY.patch
	patches.suse/0718-drm-ttm-s-FLAG_SG-FLAG_EXTERNAL.patch
	patches.suse/0719-drm-ttm-add-some-kernel-doc-for-TTM_TT_FLAG_.patch
	patches.suse/0720-drm-ttm-add-TTM_TT_FLAG_EXTERNAL_MAPPABLE.patch
	patches.suse/0721-drm-bridge-Add-stubs-for-devm_drm_of_get_bridge-when.patch
	patches.suse/0722-drm-dp-Add-Additional-DP2-Headers.patch
	patches.suse/0723-dma-buf-fix-and-rework-dma_buf_poll-v7.patch
	patches.suse/drm-fb_helper-fix-CONFIG_FB-dependency.patch
	patches.suse/0725-drm-lease-allow-empty-leases.patch
	patches.suse/0726-drm-cleanup-drm_modeset_lock_all_ctx-DRM_MODESET_LOC.patch
	patches.suse/0727-drm-i915-cleanup-drm_modeset_lock_all_ctx-DRM_MODESE.patch
	patches.suse/0728-drm-msm-cleanup-drm_modeset_lock_all_ctx-DRM_MODESET.patch
	patches.suse/0729-drm-cleanup-drm_modeset_lock_all-DRM_MODESET_LOCK_AL.patch
	patches.suse/0730-drm-vmwgfx-cleanup-drm_modeset_lock_all-DRM_MODESET_.patch
	patches.suse/0731-drm-tegra-cleanup-drm_modeset_lock_all-DRM_MODESET_L.patch
	patches.suse/0732-drm-shmobile-cleanup-drm_modeset_lock_all-DRM_MODESE.patch
	patches.suse/0733-drm-radeon-cleanup-drm_modeset_lock_all-DRM_MODESET_.patch
	patches.suse/0734-drm-omapdrm-cleanup-drm_modeset_lock_all-DRM_MODESET.patch
	patches.suse/0735-drm-nouveau-cleanup-drm_modeset_lock_all-DRM_MODESET.patch
	patches.suse/0736-drm-msm-cleanup-drm_modeset_lock_all-DRM_MODESET_LOC.patch
	patches.suse/0737-drm-i915-cleanup-drm_modeset_lock_all-DRM_MODESET_LO.patch
	patches.suse/0738-drm-i915-cleanup-drm_modeset_lock_all-DRM_MODESET_LO.patch
	patches.suse/0739-drm-gma500-cleanup-drm_modeset_lock_all-DRM_MODESET_.patch
	patches.suse/0740-drm-amd-cleanup-drm_modeset_lock_all-DRM_MODESET_LOC.patch
	patches.suse/0741-drm-cleanup-remove-drm_modeset_-un-lock_all.patch
	patches.suse/0742-doc-drm-remove-TODO-entry-regarding-DRM_MODSET_LOCK_.patch
	patches.suse/0743-drm-bridge-ti-sn65dsi86-Implement-bridge-mode_valid.patch
	patches.suse/0744-drm-v3d-decouple-adding-job-dependencies-steps-from-.patch
	patches.suse/0745-drm-v3d-alloc-and-init-job-in-one-shot.patch
	patches.suse/0746-drm-v3d-add-generic-ioctl-extension.patch
	patches.suse/0747-drm-v3d-add-multiple-syncobjs-support.patch
	patches.suse/0748-drm-fourcc-Add-R8-to-drm_format_info.patch
	patches.suse/0749-drm-format-helper-Add-drm_fb_xrgb8888_to_rgb332.patch
	patches.suse/0750-drm-format-helper-Add-drm_fb_xrgb8888_to_rgb888.patch
	patches.suse/0751-drm-gud-Add-GUD_PIXEL_FORMAT_R8.patch
	patches.suse/0752-drm-gud-Add-GUD_PIXEL_FORMAT_RGB332.patch
	patches.suse/0753-drm-gud-Add-GUD_PIXEL_FORMAT_RGB888.patch
	patches.suse/0754-Revert-drm-cleanup-remove-drm_modeset_-un-lock_all.patch
	patches.suse/0755-Revert-drm-amd-cleanup-drm_modeset_lock_all-DRM_MODE.patch
	patches.suse/0756-Revert-drm-gma500-cleanup-drm_modeset_lock_all-DRM_M.patch
	patches.suse/0757-Revert-drm-i915-cleanup-drm_modeset_lock_all-DRM_MOD.patch
	patches.suse/0758-Revert-drm-i915-cleanup-drm_modeset_lock_all-DRM_MOD.patch
	patches.suse/0759-Revert-drm-msm-cleanup-drm_modeset_lock_all-DRM_MODE.patch
	patches.suse/0760-Revert-drm-nouveau-cleanup-drm_modeset_lock_all-DRM_.patch
	patches.suse/0761-Revert-drm-omapdrm-cleanup-drm_modeset_lock_all-DRM_.patch
	patches.suse/0762-Revert-drm-radeon-cleanup-drm_modeset_lock_all-DRM_M.patch
	patches.suse/0763-Revert-drm-shmobile-cleanup-drm_modeset_lock_all-DRM.patch
	patches.suse/0764-Revert-drm-tegra-cleanup-drm_modeset_lock_all-DRM_MO.patch
	patches.suse/0765-Revert-drm-vmwgfx-cleanup-drm_modeset_lock_all-DRM_M.patch
	patches.suse/0766-Revert-drm-cleanup-drm_modeset_lock_all-DRM_MODESET_.patch
	patches.suse/0767-Revert-drm-msm-cleanup-drm_modeset_lock_all_ctx-DRM_.patch
	patches.suse/0768-Revert-drm-i915-cleanup-drm_modeset_lock_all_ctx-DRM.patch
	patches.suse/0769-Revert-drm-cleanup-drm_modeset_lock_all_ctx-DRM_MODE.patch
	patches.suse/0770-drm-edid-Fix-crash-with-zero-invalid-EDID.patch
	patches.suse/0771-dma-buf-add-dma_resv_for_each_fence_unlocked-v8.patch
	patches.suse/0772-dma-buf-use-new-iterator-in-dma_resv_copy_fences.patch
	patches.suse/0773-dma-buf-use-new-iterator-in-dma_resv_get_fences-v3.patch
	patches.suse/0774-dma-buf-use-new-iterator-in-dma_resv_wait_timeout.patch
	patches.suse/0775-dma-buf-use-new-iterator-in-dma_resv_test_signaled.patch
	patches.suse/0776-drm-bridge-dw-hdmi-cec-Make-use-of-the-helper-functi.patch
	patches.suse/drm-i915-Disable-bonding-on-gen12-platforms.patch
	patches.suse/0778-drm-i915-correct-name-of-GT-forcewake-domain-in-erro.patch
	patches.suse/0779-drm-i915-Re-use-gen11-forcewake-read-functions-on-ge.patch
	patches.suse/0780-drm-i915-Make-shadow-tables-range-based.patch
	patches.suse/0781-drm-i915-gen11-Update-shadowed-register-table.patch
	patches.suse/0782-drm-i915-gen12-Update-shadowed-register-table.patch
	patches.suse/0783-drm-i915-xehp-Xe_HP-shadowed-registers-are-a-strict-.patch
	patches.suse/0784-drm-i915-xehp-Loop-over-all-gslices-for-INSTDONE-pro.patch
	patches.suse/0785-drm-i915-dg2-Report-INSTDONE_GEOM-values-in-error-st.patch
	patches.suse/0786-drm-i915-xehpsdv-Add-compute-DSS-type.patch
	patches.suse/0787-drm-i915-Use-locked-access-to-ctx-engines-in-set_pri.patch
	patches.suse/0788-drm-i915-xehpsdv-factor-out-function-to-read-RP_STAT.patch
	patches.suse/0789-drm-i915-xehpsdv-Read-correct-RP_STATE_CAP-register.patch
	patches.suse/0790-drm-i915-Add-pci-ids-and-uapi-for-DG1.patch
	patches.suse/0791-drm-i915-dg2-Maintain-backward-compatible-nested-bat.patch
	patches.suse/0792-drm-i915-Ditch-the-i915_gem_ww_ctx-loop-member.patch
	patches.suse/0793-drm-i915-buddy-add-some-pretty-printing.patch
	patches.suse/0794-drm-i915-debugfs-hook-up-ttm_resource_manager_debug.patch
	patches.suse/0795-drm-i915-dg1-remove-__maybe_unused-leftover.patch
	patches.suse/0796-drm-i915-s-0-NULL.patch
	patches.suse/0797-drm-i915-selftests-Increase-timeout-in-i915_gem_cont.patch
	patches.suse/0798-drm-i915-dg2-Add-new-LRI-reg-offsets.patch
	patches.suse/0799-drm-i915-ttm-Reorganize-the-ttm-move-code-somewhat.patch
	patches.suse/0800-drm-ttm-drm-i915-Update-ttm_move_memcpy-for-async-us.patch
	patches.suse/0801-drm-i915-pci-rename-functions-to-have-i915_pci-prefi.patch
	patches.suse/0802-drm-i915-Ensure-wa_init_finish-is-called-for-ctx-wor.patch
	patches.suse/0803-drm-i915-Actually-delete-gpu-reloc-selftests.patch
	patches.suse/0804-drm-i915-gt-Add-support-of-mocs-propagation.patch
	patches.suse/0805-drm-i915-gt-Set-CMD_CCTL-to-UC-for-Gen12-Onward.patch
	patches.suse/0806-drm-i915-gt-Set-BLIT_CCTL-reg-to-un-cached.patch
	patches.suse/0807-drm-i915-gt-Initialize-unused-MOCS-entries-with-devi.patch
	patches.suse/0808-drm-i915-gt-Initialize-L3CC-table-in-mocs-init.patch
	patches.suse/0809-drm-i915-Release-i915_gem_context-from-a-worker.patch
	patches.suse/0001-drm-i915-Keep-gem-ctx-vm-alive-until-the-final-put.patch
	patches.suse/0811-drm-i915-Drop-code-to-handle-set-vm-races-from-execb.patch
	patches.suse/0812-drm-i915-Rename-i915_gem_context_get_vm_rcu-to-i915_.patch
	patches.suse/0813-drm-i915-Use-i915_gem_context_get_eb_vm-in-ctx_getpa.patch
	patches.suse/0814-drm-i915-Add-i915_gem_context_is_full_ppgtt.patch
	patches.suse/0815-drm-i915-Use-i915_gem_context_get_eb_vm-in-intel_con.patch
	patches.suse/0816-drm-i915-Drop-__rcu-from-gem_context-vm.patch
	patches.suse/0817-drm-i915-use-xa_lock-unlock-for-fpriv-vm_xa-lookups.patch
	patches.suse/0818-drm-i915-Stop-rcu-support-for-i915_address_space.patch
	patches.suse/drm-i915-adl_s-Remove-require_force_probe-protection.patch
	patches.suse/0820-drm-i915-gt-Add-separate-MOCS-table-for-Gen12-device.patch
	patches.suse/0821-drm-i915-gtt-add-some-flushing-for-the-64K-GTT-path.patch
	patches.suse/0822-drm-i915-selftests-fixup-igt_shrink_thp.patch
	patches.suse/0823-drm-i915-clean-up-inconsistent-indenting.patch
	patches.suse/0824-drm-i915-Use-Transparent-Hugepages-when-IOMMU-is-ena.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/0829-drm-i915-guc-Process-all-G2H-message-at-once-in-work.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/0835-drm-i915-selftests-Add-initial-GuC-selftest-for-scru.patch
	patches.suse/drm-i915-guc-Take-context-ref-when-cancelling-reques.patch
	patches.suse/0837-drm-i915-guc-Don-t-touch-guc_state.sched_state-witho.patch
	patches.suse/drm-i915-guc-Reset-LRC-descriptor-if-register-return.patch
	patches.suse/0839-drm-i915-guc-Release-submit-fence-from-an-irq_work.patch
	patches.suse/0840-drm-i915-guc-Move-guc_blocked-fence-to-struct-guc_st.patch
	patches.suse/0841-drm-i915-guc-Rework-and-simplify-locking.patch
	patches.suse/0842-drm-i915-guc-Proper-xarray-usage-for-contexts_lookup.patch
	patches.suse/0843-drm-i915-guc-Drop-pin-count-check-trick-between-sche.patch
	patches.suse/0844-drm-i915-guc-Move-GuC-priority-fields-in-context-und.patch
	patches.suse/0845-drm-i915-guc-Move-fields-protected-by-guc-contexts_l.patch
	patches.suse/0846-drm-i915-guc-Drop-guc_active-move-everything-into-gu.patch
	patches.suse/0847-drm-i915-guc-Add-GuC-kernel-doc.patch
	patches.suse/0848-drm-i915-xehpsdv-Define-MOCS-table-for-XeHP-SDV.patch
	patches.suse/0849-drm-i915-dg2-Define-MOCS-table-for-DG2.patch
	patches.suse/0850-drm-i915-Add-mmap-lock-around-vma_lookup-in-the-mman.patch
	patches.suse/0851-drm-i915-Mark-GPU-wedging-on-driver-unregister-unrec.patch
	patches.suse/0852-drm-i915-rename-debugfs_gt-files.patch
	patches.suse/0853-drm-i915-rename-debugfs_engines-files.patch
	patches.suse/0854-drm-i915-rename-debugfs_gt_pm-files.patch
	patches.suse/0855-drm-i915-deduplicate-frequency-dump-on-debugfs.patch
	patches.suse/0856-drm-i915-Make-wa-list-per-gt.patch
	patches.suse/0857-drm-i915-gt-Add-intel_-as-prefix-in-set_mocs_index.patch
	patches.suse/0858-drm-i915-Do-not-define-vma-on-stack.patch
	patches.suse/0859-drm-i915-guc-put-all-guc-objects-in-lmem-when-availa.patch
	patches.suse/0860-drm-i915-guc-Add-DG1-GuC-HuC-firmware-defs.patch
	patches.suse/0861-drm-i915-guc-Enable-GuC-submission-by-default-on-DG1.patch
	patches.suse/0862-drm-i915-Take-pinning-into-account-in-__i915_gem_obj.patch
	patches.suse/0863-drm-i915-xehp-Check-new-fuse-bits-for-SFC-availabili.patch
	patches.suse/0864-drm-i915-Check-SFC-fusing-before-recording-dumping-S.patch
	patches.suse/0865-drm-i915-uncore-Convert-gen6-gen7-read-operations-to.patch
	patches.suse/0866-drm-i915-uncore-Associate-shadow-table-with-uncore.patch
	patches.suse/0867-drm-i915-uncore-Replace-gen8-write-functions-with-ge.patch
	patches.suse/0868-drm-i915-uncore-Drop-gen11-gen12-mmio-write-handlers.patch
	patches.suse/0869-drm-i915-uncore-Drop-gen11-mmio-read-handlers.patch
	patches.suse/0870-drm-i915-dg2-Add-DG2-specific-shadow-register-table.patch
	patches.suse/0871-drm-i915-debugfs-Do-not-report-currently-active-engi.patch
	patches.suse/0872-drm-i915-uncore-fwtable-read-handlers-are-now-used-o.patch
	patches.suse/0873-drm-i915-gem-Fix-a-lockdep-warning-the-__i915_gem_is.patch
	patches.suse/0874-drm-i915-ttm-Implement-a-function-to-copy-the-conten.patch
	patches.suse/0875-drm-i915-gem-Implement-a-function-to-process-all-gem.patch
	patches.suse/0876-drm-i915-gt-Increase-suspend-timeout.patch
	patches.suse/0877-drm-i915-Implement-LMEM-backup-and-restore-for-suspe.patch
	patches.suse/0878-drm-i915-gt-Register-the-migrate-contexts-with-their.patch
	patches.suse/0879-drm-i915-Don-t-back-up-pinned-LMEM-context-images-an.patch
	patches.suse/0880-drm-i915-Reduce-the-number-of-objects-subject-to-mem.patch
	patches.suse/0881-drm-i915-selftests-exercise-shmem_writeback-with-THP.patch
	patches.suse/0882-drm-i915-Flush-buffer-pools-on-driver-remove.patch
	patches.suse/0883-drm-i915-Use-direction-definition-DMA_BIDIRECTIONAL-.patch
	patches.suse/0884-drm-i915-ttm-Rework-object-initialization-slightly.patch
	patches.suse/0885-drm-i915-Use-fixed-offset-for-PTEs-location.patch
	patches.suse/0886-drm-i915-guc-Verify-result-from-CTB-de-register-acti.patch
	patches.suse/0887-drm-i915-guc-Print-error-name-on-CTB-de-registration.patch
	patches.suse/0888-drm-i915-guc-Print-error-name-on-CTB-send-failure.patch
	patches.suse/0889-drm-i915-guc-Move-and-improve-error-message-for-miss.patch
	patches.suse/0890-drm-i915-pxp-Define-PXP-component-interface.patch
	patches.suse/0002-mei-pxp-export-pavp-client-to-me-client-bus.patch
	patches.suse/0891-drm-i915-pxp-define-PXP-device-flag-and-kconfig.patch
	patches.suse/0892-drm-i915-pxp-allocate-a-vcs-context-for-pxp-usage.patch
	patches.suse/0893-drm-i915-pxp-Implement-funcs-to-create-the-TEE-chann.patch
	patches.suse/0894-drm-i915-pxp-set-KCR-reg-init.patch
	patches.suse/0895-drm-i915-pxp-Create-the-arbitrary-session-after-boot.patch
	patches.suse/0896-drm-i915-pxp-Implement-arb-session-teardown.patch
	patches.suse/0897-drm-i915-pxp-Implement-PXP-irq-handler.patch
	patches.suse/0898-drm-i915-pxp-interfaces-for-using-protected-objects.patch
	patches.suse/0899-drm-i915-pxp-start-the-arb-session-on-demand.patch
	patches.suse/0900-drm-i915-pxp-Enable-PXP-power-management.patch
	patches.suse/0901-drm-i915-pxp-Add-plane-decryption-support.patch
	patches.suse/0902-drm-i915-pxp-black-pixels-on-pxp-disabled.patch
	patches.suse/0903-drm-i915-pxp-add-pxp-debugfs.patch
	patches.suse/0904-drm-i915-pxp-add-PXP-documentation.patch
	patches.suse/0905-drm-i915-pxp-enable-PXP-for-integrated-Gen12.patch
	patches.suse/0906-drm-i915-Clean-up-disabled-warnings.patch
	patches.suse/0907-drm-i915-Handle-Intel-igfx-Intel-dgfx-hybrid-graphic.patch
	patches.suse/0908-drm-i915-remove-IS_ACTIVE.patch
	patches.suse/0909-drm-i915-display-remove-unused-intel-mid.h-include.patch
	patches.suse/0910-drm-i915-split-out-vlv-sideband-to-a-separate-file.patch
	patches.suse/0911-drm-i915-bios-gracefully-disable-dual-eDP-for-now.patch
	patches.suse/0912-drm-i915-split-out-intel_pcode.-ch-to-separate-file.patch
	patches.suse/0913-drm-i915-rename-intel_sideband.-ch-to-intel_sbi.-ch.patch
	patches.suse/0914-drm-i915-Remove-pointless-extra-namespace-from-dkl-s.patch
	patches.suse/0915-drm-i915-Shrink-icl_mg-tgl_dkl-_phy_ddi_buf_trans.patch
	patches.suse/0916-drm-i915-Use-standard-form-terminating-condition-for.patch
	patches.suse/0917-drm-i915-Remove-dead-DKL_TX_LOADGEN_SHARING_PMD_DISA.patch
	patches.suse/0918-drm-i915-Extract-icl_combo_phy_loadgen_select.patch
	patches.suse/0919-drm-i915-Add-all-per-lane-register-definitions-for-i.patch
	patches.suse/0920-drm-i915-Fix-oops-on-platforms-w-o-hpd-support.patch
	patches.suse/0921-drm-i915-uapi-Add-comment-clarifying-purpose-of-I915.patch
	patches.suse/0922-drm-i915-Clean-up-PXP-Kconfig-info.patch
	patches.suse/0923-drm-i915-gt-include-tsc.h-where-used.patch
	patches.suse/0924-drm-i915-gt-add-asm-cacheflush.h-for-use-of-clflush.patch
	patches.suse/0925-drm-i915-Stop-using-I915_TILING_-in-client-blit-self.patch
	patches.suse/0926-drm-i915-gt-move-remaining-debugfs-interfaces-into-g.patch
	patches.suse/0927-drm-i915-guc-Move-GuC-guc_id-allocation-under-submis.patch
	patches.suse/0928-drm-i915-guc-Take-GT-PM-ref-when-deregistering-conte.patch
	patches.suse/0929-drm-i915-guc-Take-engine-PM-when-a-context-is-pinned.patch
	patches.suse/0930-drm-i915-guc-Don-t-call-switch_to_kernel_context-wit.patch
	patches.suse/0931-drm-i915-Add-logical-engine-mapping.patch
	patches.suse/0932-drm-i915-Expose-logical-engine-instance-to-user.patch
	patches.suse/0933-drm-i915-guc-Introduce-context-parent-child-relation.patch
	patches.suse/0934-drm-i915-guc-Add-multi-lrc-context-registration.patch
	patches.suse/0935-drm-i915-guc-Ensure-GuC-schedule-operations-do-not-o.patch
	patches.suse/0936-drm-i915-guc-Assign-contexts-in-parent-child-relatio.patch
	patches.suse/0937-drm-i915-guc-Implement-parallel-context-pin-unpin-fu.patch
	patches.suse/0938-drm-i915-guc-Implement-multi-lrc-submission.patch
	patches.suse/0939-drm-i915-guc-Insert-submit-fences-between-requests-i.patch
	patches.suse/0940-drm-i915-guc-Implement-multi-lrc-reset.patch
	patches.suse/0941-drm-i915-guc-Update-debugfs-for-GuC-multi-lrc.patch
	patches.suse/0942-drm-i915-guc-Connect-UAPI-to-GuC-multi-lrc-interface.patch
	patches.suse/0943-drm-i915-doc-Update-parallel-submit-doc-to-point-to-.patch
	patches.suse/0944-drm-i915-guc-Add-basic-GuC-multi-lrc-selftest.patch
	patches.suse/0945-drm-i915-guc-Implement-no-mid-batch-preemption-for-m.patch
	patches.suse/0946-drm-i915-Multi-BB-execbuf.patch
	patches.suse/0947-drm-i915-guc-Handle-errors-in-multi-lrc-requests.patch
	patches.suse/0948-drm-i915-Make-request-conflict-tracking-understand-p.patch
	patches.suse/0949-drm-i915-Update-I915_GEM_BUSY-IOCTL-to-understand-co.patch
	patches.suse/0950-drm-i915-Enable-multi-bb-execbuf.patch
	patches.suse/drm-i915-Replace-the-unconditional-clflush-with-drm_.patch
	patches.suse/0952-drm-i915-selftests-remove-duplicate-include-in-mock_.patch
	patches.suse/0953-drm-i915-mark-dmabuf-objects-as-ALLOC_USER.patch
	patches.suse/0954-drm-i915-mark-userptr-objects-as-ALLOC_USER.patch
	patches.suse/0955-drm-i915-extract-bypass-llc-check-into-helper.patch
	patches.suse/0956-drm-i915-dmabuf-add-paranoid-flush-on-acquire.patch
	patches.suse/0957-drm-i915-userptr-add-paranoid-flush-on-acquire.patch
	patches.suse/0958-drm-i915-shmem-ensure-flush-during-swap-in-on-non-LL.patch
	patches.suse/0959-drm-i915-expand-on-the-kernel-doc-for-cache_dirty.patch
	patches.suse/0960-drm-i915-mark-up-internal-objects-with-start_cpu_wri.patch
	patches.suse/0961-drm-i915-selftests-mark-up-hugepages-object-with-sta.patch
	patches.suse/0962-drm-amdgpu-query-default-sclk-from-smu-for-cyan_skil.patch
	patches.suse/0963-drm-amdgpu-nbio7.4-don-t-use-GPU_HDP_FLUSH-bit-12.patch
	patches.suse/0964-drm-amdgpu-nbio2.3-don-t-use-GPU_HDP_FLUSH-bit-12.patch
	patches.suse/drm-amdkfd-avoid-conflicting-address-mappings.patch
	patches.suse/drm-amdkfd-export-svm_range_list_lock_and_flush_work.patch
	patches.suse/drm-amdkfd-fix-KFDSVMRangeTest.PartialUnmapSysMemTest-fails.patch
	patches.suse/amd-amdkfd-remove-svms-declaration-to-avoid-werror.patch
	patches.suse/0969-amd-display-check-cursor-plane-matches-underlying-pl.patch
	patches.suse/0970-drm-amdgpu-enable-display-for-cyan-skillfish.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/0974-drm-amdgpu-Enable-RAS-error-injection-after-mode2-re.patch
	patches.suse/0975-drm-amdgpu-Fix-RAS-page-retirement-with-mode2-reset-.patch
	patches.suse/0976-amdgpu-pm-v2-add-limit_type-to-pptable_funcs-set_pow.patch
	patches.suse/drm-amd-pm-Fix-incorrect-power-limit-readback-in-smu.patch
	patches.suse/drm-amdkfd-ratelimited-svm-debug-messages.patch
	patches.suse/drm-amdkfd-handle-svm-partial-migration-cpages-0.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/0982-drm-amdgpu-smu11-fix-firmware-version-check-for-vang.patch
	patches.suse/drm-amdkfd-unregistered-svm-range-not-overlap-with-TTM-range.patch
	patches.suse/0984-drm-amdgpu-swsmu-fix-is_support_sw_smu-for-VEGA20.patch
	patches.suse/0985-drm-amdgpu-psp-add-some-missing-cases-to-psp_check_p.patch
	patches.suse/drm-amdkfd-Fix-an-inappropriate-error-handling-in-al.patch
	patches.suse/0987-drm-amdgpu-load-PSP-RL-in-resume-path.patch
	patches.suse/0988-drm-amdkfd-map-gpu-hive-id-to-xgmi-connected-cpu.patch
	patches.suse/0989-drm-amd-amdgpu-Do-irq_fini_hw-after-ip_fini_early.patch
	patches.suse/0990-drm-amd-display-Fully-switch-to-dmub-for-all-dcn21-a.patch
	patches.suse/0991-drm-amd-display-Disable-dpp-root-clock-when-not-bein.patch
	patches.suse/0992-drm-amd-display-Clear-encoder-assignment-for-copied-.patch
	patches.suse/0993-drm-amd-display-Do-not-skip-link-training-on-DP-quic.patch
	patches.suse/0994-drm-amd-display-add-DP2.0-debug-option-to-set-MST_EN.patch
	patches.suse/0995-drm-amd-display-Clean-Up-VPG-Low-Mem-Power.patch
	patches.suse/0996-drm-amd-display-do-not-compare-integers-of-different.patch
	patches.suse/0997-drm-amd-display-correct-apg-audio-channel-enable-gol.patch
	patches.suse/0998-drm-amd-display-Validate-plane-rects-before-use.patch
	patches.suse/0999-drm-amd-display-Removed-power-down-on-boot-from-DCN3.patch
	patches.suse/1000-drm-amd-display-Fix-DP2-SE-and-LE-SYMCLK-selection-f.patch
	patches.suse/1001-drm-amd-display-Add-missing-PSR-state.patch
	patches.suse/1002-drm-amd-display-Disable-dsc-root-clock-when-not-bein.patch
	patches.suse/1003-drm-amd-display-Disable-dpstreamclk-symclk32_se-and-.patch
	patches.suse/1004-drm-amd-display-Removed-z10-save-after-dsc-disable.patch
	patches.suse/1005-drm-amd-display-Disable-hdmistream-and-hdmichar-cloc.patch
	patches.suse/1006-drm-amd-display-Change-initializer-to-single-brace.patch
	patches.suse/1007-drm-amd-display-3.2.157.patch
	patches.suse/1008-drm-amd-display-Add-bios-parser-support-for-latest-f.patch
	patches.suse/1009-drm-amd-display-FW-Promotion-Release-0.0.88.patch
	patches.suse/1010-Revert-drm-amd-display-Fix-error-in-dmesg-at-boot.patch
	patches.suse/1011-Revert-drm-amd-display-Add-helper-for-blanking-all-d.patch
	patches.suse/1012-drm-amdgpu-centralize-checking-for-RAS-TA-status.patch
	patches.suse/1013-drm-amdgpu-output-warning-for-unsupported-ras-error-.patch
	patches.suse/1014-drm-amdgpu-discovery-parse-hw_id_name-for-SDMA-insta.patch
	patches.suse/1015-drm-amdgpu-support-B0-B1-external-revision-id-for-ye.patch
	patches.suse/1016-drm-amdgpu-replace-snprintf-in-show-functions-with-s.patch
	patches.suse/drm-amdgpu-pm-properly-handle-sclk-for-profiling-mod.patch
	patches.suse/1018-drm-amdgpu-gfx10-fix-typo-in-gfx_v10_0_update_gfx_cl.patch
	patches.suse/1019-drm-amdkfd-protect-hawaii_device_info-with-CONFIG_DR.patch
	patches.suse/1020-drm-amdkfd-protect-raven_device_info-with-KFD_SUPPOR.patch
	patches.suse/1021-drm-amdgpu-drop-soc15_set_ip_blocks.patch
	patches.suse/1022-drm-amdgpu-drop-nv_set_ip_blocks.patch
	patches.suse/1023-drm-amdgpu-drop-navi-reg-init-functions.patch
	patches.suse/1024-drm-amdgpu-Clarify-error-when-hitting-bad-page-thres.patch
	patches.suse/1025-drm-amd-pm-Enable-GPU-metrics-for-One-VF-mode.patch
	patches.suse/1026-drm-amdgpu-remove-grbm-cam-index-data-operations-for.patch
	patches.suse/1027-drm-amd-amdgpu-add-dummy_page_addr-to-sriov-msg.patch
	patches.suse/drm-amdkfd-clarify-the-origin-of-cpages-returned-by-migration-functions.patch
	patches.suse/drm-amdkfd-debug-message-to-count-successfully-migrated-pages.patch
	patches.suse/1030-drm-amdgpu-vcn3.0-handle-harvesting-in-firmware-setu.patch
	patches.suse/1031-drm-amdgpu-Consolidate-VCN-firmware-setup-code.patch
	patches.suse/1032-drm-amdgpu-vcn2.0-remove-intermediate-variable.patch
	patches.suse/1033-drm-amdgpu-vcn3.0-remove-intermediate-variable.patch
	patches.suse/1034-drm-amdgpu-Workaround-harvesting-info-for-some-navy-.patch
	patches.suse/1035-drm-amdgpu-swsmu-handle-VCN-harvesting-for-VCN-SMU-s.patch
	patches.suse/1036-drm-amdgpu-smu11.0-add-missing-IP-version-check.patch
	patches.suse/1037-drm-amdgpu-nbio7.4-use-original-HDP_FLUSH-bits.patch
	patches.suse/1038-drm-amd-pm-Disable-fan-control-if-not-supported.patch
	patches.suse/amd-display-remove-ChromeOS-workaround.patch
	patches.suse/1040-drm-Remove-slot-checks-in-dp-mst-topology-during-com.patch
	patches.suse/1041-drm-Update-MST-First-Link-Slot-Information-Based-on-.patch
	patches.suse/1042-drm-amd-display-Add-DP-2.0-MST-DC-Support.patch
	patches.suse/1043-drm-amd-display-Add-DP-2.0-MST-DM-Support.patch
	patches.suse/1044-drm-amdgpu-display-fix-build-when-CONFIG_DRM_AMD_DC_.patch
	patches.suse/1045-drm-msm-dpu-squash-dpu_core_irq-into-dpu_hw_interrup.patch
	patches.suse/1046-drm-msm-dpu-don-t-clear-IRQ-register-twice.patch
	patches.suse/1047-drm-msm-dpu-merge-struct-dpu_irq-into-struct-dpu_hw_.patch
	patches.suse/1048-drm-msm-Change-dpu_crtc_get_vblank_counter-to-use-vs.patch
	patches.suse/1049-drm-msm-remove-unneeded-variable.patch
	patches.suse/1050-drm-msm-Remove-initialization-of-static-variables.patch
	patches.suse/1051-drm-msm-dsi-Use-division-result-from-div_u64_rem-in-.patch
	patches.suse/1052-drm-msm-hdmi-Constify-static-structs.patch
	patches.suse/1053-drm-msm-dsi-Support-NO_CONNECTOR-bridges.patch
	patches.suse/1054-drm-msm-dpu-Remove-some-nonsense.patch
	patches.suse/1055-drm-msm-dp-Remove-redundant-initialization-of-variab.patch
	patches.suse/drm-msm-prevent-NULL-dereference-in-msm_gpu_crashsta.patch
	patches.suse/1057-drm-msm-fix-warning-using-plain-integer-as-NULL-poin.patch
	patches.suse/1058-drm-msm-mdp4-Remove-redundant-null-check-before-clk_.patch
	patches.suse/1059-drm-msm-dsi-Remove-redundant-null-check-before-clk_p.patch
	patches.suse/1060-drm-msm-mdp5-Remove-redundant-null-check-before-clk_.patch
	patches.suse/1061-drm-msm-delete-conversion-from-bool-value-to-bool-re.patch
	patches.suse/1062-drm-msm-adreno-use-DEFINE_DEBUGFS_ATTRIBUTE-with-deb.patch
	patches.suse/1063-drm-Use-IS_ERR-instead-of-IS_ERR_OR_NULL.patch
	patches.suse/1064-drm-msm-dsi-Add-phy-configuration-for-MSM8953.patch
	patches.suse/1065-drm-msm-mdp5-Add-configuration-for-MDP-v1.16.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/1069-drm-msm-dp-Use-devres-for-ioremap.patch
	patches.suse/1070-drm-msm-dp-Refactor-ioremap-wrapper.patch
	patches.suse/1071-drm-msm-dp-Store-each-subblock-in-the-io-region.patch
	patches.suse/1072-drm-msm-dp-Allow-sub-regions-to-be-specified-in-DT.patch
	patches.suse/1073-drm-msm-Add-hrtimer-kthread_work-helper.patch
	patches.suse/1074-drm-msm-devfreq-Add-1ms-delay-before-clamping-freq.patch
	patches.suse/1075-drm-msm-dsi-use-bulk-clk-API.patch
	patches.suse/1076-drm-msm-a6xx-correct-cx_debugbus_read-arguments.patch
	patches.suse/1077-drm-msm-dp-Use-the-connector-passed-to-dp_debug_get.patch
	patches.suse/1078-drm-msm-dp-Simplify-the-dp_debug-debugfs-show-functi.patch
	patches.suse/1079-drm-Remove-redundant-flush_workqueue-calls.patch
	patches.suse/1080-drm-msm-unlock-on-error-in-get_sched_entity.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/1083-drm-msm-dp-Remove-global-g_dp_display-variable.patch
	patches.suse/drm-msm-dp-Modify-prototype-of-encoder-based-API.patch
	patches.suse/1085-drm-msm-dp-Allow-specifying-connector_type-per-contr.patch
	patches.suse/1086-drm-msm-dp-Allow-attaching-a-drm_panel.patch
	patches.suse/1087-drm-msm-dp-Support-up-to-3-DP-controllers.patch
	patches.suse/1088-drm-msm-Fix-missing-include-files-in-msm_gem.c.patch
	patches.suse/1089-drm-msm-Fix-missing-include-files-in-msm_gem_shrinke.patch
	patches.suse/1090-drm-msm-hdmi-use-bulk-regulator-API.patch
	patches.suse/1091-drm-msm-dpu-Add-CRC-support-for-DPU.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/1094-drm-msm-dpu-Remove-impossible-NULL-check.patch
	patches.suse/1095-drm-msm-dpu-Remove-dynamic-allocation-from-atomic-co.patch
	patches.suse/1096-drm-msm-dpu-Remove-commit-and-its-uses-in-dpu_crtc_s.patch
	patches.suse/1097-drm-msm-dp-fix-missing-include.patch
	patches.suse/1098-drm-Add-R10-and-R12-FourCC.patch
	patches.suse/1099-drm-amdgpu-Warn-when-bad-pages-approaches-90-thresho.patch
	patches.suse/1100-drm-amdgpu-Add-kernel-parameter-support-for-ignoring.patch
	patches.suse/1101-drm-amdkfd-restore-userptr-ignore-bad-address-error.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/1104-drm-amdgpu-Update-TA-version-output-in-driver.patch
	patches.suse/1105-drm-amdgpu-skip-GPRs-init-for-some-CU-settings-on-AL.patch
	patches.suse/1106-drm-amdkfd-Add-an-optional-argument-into-update-queu.patch
	patches.suse/1107-drm-amdkfd-Remove-cu-mask-from-struct-queue_properti.patch
	patches.suse/1108-drm-amdgpu-remove-GPRs-init-for-ALDEBARAN-in-gpu-res.patch
	patches.suse/drm-amdgpu-display-add-quirk-handling-for-stutter-mo.patch
	patches.suse/1110-drm-amdgpu-pm-look-up-current_level-for-asics-withou.patch
	patches.suse/1111-drm-amd-display-Align-bw-context-with-hw-config-when.patch
	patches.suse/drm-amd-display-dcn20_resource_construct-reduce-scop.patch
	patches.suse/1113-drm-amd-display-Get-ceiling-for-v_total-calc.patch
	patches.suse/1114-drm-amd-display-dc_link_set_psr_allow_active-refacto.patch
	patches.suse/1115-drm-amd-display-Add-support-for-USB4-on-C20-PHY-for-.patch
	patches.suse/1116-drm-amd-display-move-FPU-associated-DSC-code-to-DML-.patch
	patches.suse/1117-drm-amd-display-fix-a-crash-on-USB4-over-C20-PHY.patch
	patches.suse/1118-drm-amd-display-Set-i2c-memory-to-light-sleep-during.patch
	patches.suse/1119-drm-amd-display-Defer-GAMCOR-and-DSCL-power-down-seq.patch
	patches.suse/1120-drm-amd-display-clean-up-dcn31-revision-check.patch
	patches.suse/1121-drm-amd-display-restyle-dcn31-resource-header-inline.patch
	patches.suse/1122-drm-amd-display-Implement-fixed-DP-drive-settings.patch
	patches.suse/1123-drm-amd-display-Add-comment-for-preferred_training_s.patch
	patches.suse/1124-drm-amd-display-Handle-I2C-over-AUX-write-channel-st.patch
	patches.suse/1125-drm-amd-display-FW-Promotion-Release-0.0.89.patch
	patches.suse/1126-drm-amd-display-3.2.158.patch
	patches.suse/1127-drm-amd-display-Fix-3DLUT-skipped-programming.patch
	patches.suse/1128-drm-amd-display-set-Layout-properly-for-8ch-audio-at.patch
	patches.suse/1129-drm-amd-display-allow-windowed-mpo-odm.patch
	patches.suse/1130-drm-amd-display-Remove-unused-macros.patch
	patches.suse/1131-drm-amd-display-FW-Promotion-Release-0.0.90.patch
	patches.suse/1132-drm-amd-display-3.2.159.patch
	patches.suse/drm-amd-display-Manually-adjust-strobe-for-DCN303.patch
	patches.suse/1134-drm-amd-display-Set-phy_mux_sel-bit-in-dmub-scratch-.patch
	patches.suse/1135-drm-amd-display-Add-workaround-flag-for-EDID-read-on.patch
	patches.suse/1136-drm-amd-display-FEC-configuration-for-dpia-links.patch
	patches.suse/1137-drm-amd-display-FEC-configuration-for-dpia-links-in-.patch
	patches.suse/1138-drm-amd-display-adopt-DP2.0-LT-SCR-revision-8.patch
	patches.suse/1139-drm-amd-display-implement-decide-lane-settings.patch
	patches.suse/1140-drm-amd-display-decouple-hw_lane_settings-from-dpcd_.patch
	patches.suse/1141-drm-amd-display-add-two-lane-settings-training-optio.patch
	patches.suse/1142-drm-amd-display-fix-link-training-regression-for-1-o.patch
	patches.suse/1143-drm-amd-display-move-FPU-associated-DCN301-code-to-D.patch
	patches.suse/1144-drm-amd-display-Fix-USB4-hot-plug-crash-issue.patch
	patches.suse/1145-drm-amd-display-Enable-dpia-in-dmub-only-for-DCN31-B.patch
	patches.suse/1146-drm-amdgpu-UAPI-rearrange-header-to-better-align-rel.patch
	patches.suse/1147-drm-amdgpu-discovery-add-UVD-VCN-IP-instance-info-fo.patch
	patches.suse/1148-drm-amdgpu-discovery-add-SDMA-IP-instance-info-for-s.patch
	patches.suse/1149-drm-amd-display-MST-support-for-DPIA.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/ASoC-Intel-Move-soc_intel_is_foo-helpers-to-a-generi.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/block-add-documentation-for-inflight.patch
	patches.suse/docs-f2fs-fix-text-alignment.patch
	patches.suse/scripts-documentation-file-ref-check-fix-bpf-selftes.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-amd-acp-declare-and-add-prefix-to-bt_uart_enabl.patch
	patches.suse/ASoC-soc-topology-Move-template-info-print-soc_tplg_.patch
	patches.suse/ASoC-SOF-core-allow-module-parameter-to-override-dma.patch
	patches.suse/ASoC-ti-rename-CONFIG_SND_SOC_DM365_VOICE_CODEC_MODU.patch
	patches.suse/ASoC-rt5682s-Add-driver-for-ALC5682I-VS-codec.patch
	patches.suse/ASoC-fsl_rpmsg-add-soc-specific-data-structure.patch
	patches.suse/ASoC-SOF-control-fix-a-typo-in-put-operations-for-kc.patch
	patches.suse/ASoC-SOF-Handle-control-change-notification-from-fir.patch
	patches.suse/ASoC-rt1011-add-i2s-reference-control-for-rt1011.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-SOF-loader-load_firmware-callback-is-mandatory-.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-Intel-sof_rt5682-support-ALC5682I-VS-codec.patch
	patches.suse/ASoC-intel-sof_rt5682-support-jsl_rt5682s_rt1015p-bo.patch
	patches.suse/ASoC-intel-sof_rt5682-support-jsl_rt5682s_rt1015-boa.patch
	patches.suse/ASoC-intel-sof_rt5682-support-jsl_rt5682s_mx98360a-b.patch
	patches.suse/ASoC-SOF-Intel-hda-dsp-Declare-locally-used-function.patch
	patches.suse/ASoC-SOF-Intel-hda-Remove-boot_firmware-skl-and-iccm.patch
	patches.suse/ASoC-SOF-Intel-hda-Relocate-inline-definitions-from-.patch
	patches.suse/ASoC-SOF-intel-Do-no-initialize-resindex_dma_base.patch
	patches.suse/ASoC-SOF-Drop-resindex_dma_base-dma_engine-dma_size-.patch
	patches.suse/ASoC-SOF-Intel-bdw-Set-the-mailbox-offset-directly-i.patch
	patches.suse/ASoC-SOF-ipc-Remove-snd_sof_dsp_mailbox_init.patch
	patches.suse/ASoC-SOF-imx-Do-not-initialize-the-snd_sof_dsp_ops.r.patch
	patches.suse/ASoC-SOF-loader-No-need-to-export-snd_sof_fw_parse_e.patch
	patches.suse/ASoC-SOF-core-Do-not-use-bar-as-parameter-for-block_.patch
	patches.suse/ASoC-SOF-debug-Add-generic-API-and-ops-for-DSP-regio.patch
	patches.suse/ASoC-SOF-imx-Provide-debugfs_add_region_item-ops-for.patch
	patches.suse/ASoC-SOF-Intel-Provide-debugfs_add_region_item-ops-f.patch
	patches.suse/ASoC-SOF-loader-Use-the-generic-ops-for-region-debug.patch
	patches.suse/ASoC-SOF-debug-No-need-to-export-the-snd_sof_debugfs.patch
	patches.suse/ASoC-SOF-core-Move-probe-work-related-code-under-a-s.patch
	patches.suse/ASoC-cs42l42-Minor-fix-all-errors-reported-by-checkp.patch
	patches.suse/ASoC-SOF-imx8m-add-SAI1-info.patch
	patches.suse/misc-cs35l41-Remove-unused-pdn-variable.patch
	patches.suse/ASoC-cs35l41-Binding-fixes.patch
	patches.suse/ASoC-SOF-ipc-Add-probe-message-logging-to-ipc_log_he.patch
	patches.suse/ASoC-SOF-pcm-Remove-non-existent-CONFIG_SND_SOC_SOF_.patch
	patches.suse/ASoC-SOF-compress-move-and-export-sof_probe_compr_op.patch
	patches.suse/ASoC-SOF-probe-Merge-and-clean-up-the-probe-and-comp.patch
	patches.suse/ASoC-SOF-Intel-Rename-hda-compress.c-to-hda-probes.c.patch
	patches.suse/ASoC-SOF-sof-probes-Correct-the-function-names-used-.patch
	patches.suse/ASoC-cs42l42-Implement-Manual-Type-detection-as-fall.patch
	patches.suse/ASoC-SOF-ipc-Remove-redundant-error-check-from-sof_i.patch
	patches.suse/ASoC-SOF-Rename-sof_arch_ops-to-dsp_arch_ops.patch
	patches.suse/ASoC-SOF-ipc-Clarify-the-parameter-name-for-ipc_trac.patch
	patches.suse/ASoC-SOF-ipc-Print-0x-prefix-for-errors-in-ipc_trace.patch
	patches.suse/ASoC-rt5682s-make-rt5682s_aif2_dai_ops-and-rt5682s_s.patch
	patches.suse/ASoC-SOF-Remove-struct-sof_ops_table-and-sof_get_ops.patch
	patches.suse/ASoC-Intel-boards-Update-to-modern-clocking-terminol.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-soc-component-Convert-the-mark_module-to-void.patch
	patches.suse/ASoC-compress-component-Use-module_get_when_open-put.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-codecs-Fix-spelling-mistake-Unsupport-Unsupport.patch
	patches.suse/ASoC-dmaengine-Introduce-module-option-prealloc_buff.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-SOF-Intel-hda-stream-Print-stream-name-on-STREA.patch
	patches.suse/ASoC-SOF-pm-fix-a-stale-comment.patch
	patches.suse/ASoC-SOF-imx-add-header-file-for-ops.patch
	patches.suse/ASoC-SOF-add-error-handling-to-snd_sof_ipc_msg_data.patch
	patches.suse/ASoC-SOF-prefix-some-terse-and-cryptic-dev_dbg-with-.patch
	patches.suse/ASoC-SOF-ipc-Make-the-error-prints-consistent-in-tx_.patch
	patches.suse/ASoC-intel-sof_rt5682-update-platform-device-name-fo.patch
	patches.suse/ASoC-rt5682s-Remove-the-volatile-SW-reset-register-f.patch
	patches.suse/ASoC-rt5682s-Use-dev_dbg-instead-of-pr_debug.patch
	patches.suse/ASoC-rt5682s-Revise-the-macro-RT5682S_PLLB_SRC_MASK.patch
	patches.suse/ASoC-SOF-Change-SND_SOC_SOF_TOPLEVEL-from-config-to-.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-soc-component-Remove-conditional-definition-of-.patch
	patches.suse/ASoC-Intel-sof_rt5682-Add-support-for-max98360a-spea.patch
	patches.suse/ASoC-rt5682s-Enable-ASRC-auto-disable-to-fix-pop-dur.patch
	patches.suse/ASoC-rt5682s-Fix-HP-noise-caused-by-SAR-mode-switch-.patch
	patches.suse/ASoC-fsl_spdif-implement-bypass-mode-from-in-to-out.patch
	patches.suse/ASoC-topology-change-the-complete-op-in-snd_soc_tplg.patch
	patches.suse/ASoC-SOF-control-Add-access-field-in-struct-snd_sof_.patch
	patches.suse/ASoC-SOF-topology-Add-new-token-for-dynamic-pipeline.patch
	patches.suse/ASoC-SOF-sof-audio-add-helpers-for-widgets-kcontrols.patch
	patches.suse/AsoC-dapm-export-a-couple-of-functions.patch
	patches.suse/ASoC-SOF-Add-new-fields-to-snd_sof_route.patch
	patches.suse/ASoC-SOF-restore-kcontrols-for-widget-during-set-up.patch
	patches.suse/ASoC-SOF-Don-t-set-up-widgets-during-topology-parsin.patch
	patches.suse/ASoC-SOF-Introduce-widget-use_count.patch
	patches.suse/ASoC-SOF-Intel-hda-make-sure-DAI-widget-is-set-up-be.patch
	patches.suse/ASoC-SOF-Add-support-for-dynamic-pipelines.patch
	patches.suse/ASoC-SOF-topology-Add-kernel-parameter-for-topology-.patch
	patches.suse/ASoC-nau8821-new-driver.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-Fix-NAU8824_JACK_LOGIC-define.patch
	patches.suse/ASoC-nau8824-Add-DMI-quirk-mechanism-for-active-high.patch
	patches.suse/ASoC-nau8824-Add-a-nau8824_components-helper.patch
	patches.suse/ASoC-Intel-cht_bsw_nau8824-Set-card.components-strin.patch
	patches.suse/ASoC-amd-acp-rt5645-Constify-static-snd_soc_ops.patch
	patches.suse/ASoC-SOF-OF-Add-fw_path-and-tplg_path-parameters.patch
	patches.suse/ASoC-SOF-topology-show-clks_control-value-in-dynamic.patch
	patches.suse/ASoC-SOF-topology-allow-for-dynamic-pipelines-overri.patch
	patches.suse/ASoC-SOF-topology-return-error-if-sof_connect_dai_wi.patch
	patches.suse/ASoC-SOF-dai-mirror-group_id-definition-added-in-fir.patch
	patches.suse/ASoC-SOF-dai-include-new-flags-for-DAI_CONFIG.patch
	patches.suse/ASoC-SOF-Intel-hda-add-new-flags-for-DAI_CONFIG.patch
	patches.suse/ASoC-SOF-dai-intel-add-SOF_DAI_INTEL_SSP_CLKCTRL_MCL.patch
	patches.suse/ASoC-SOF-Intel-hda-dai-improve-SSP-DAI-handling-for-.patch
	patches.suse/ASoC-Intel-soc-acpi-apl-glk-tgl-add-entry-for-device.patch
	patches.suse/ALSA-intel-dsp-config-add-quirk-for-APL-GLK-TGL-devi.patch
	patches.suse/ASoC-Intel-add-machine-driver-for-SOF-ES8336.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-SOF-pipelines-Harmonize-all-functions-to-use-st.patch
	patches.suse/ASoC-rt5682s-Fix-hp-pop-produced-immediately-after-r.patch
	patches.suse/ASoC-soc-pcm-restore-mixer-functionality.patch
	patches.suse/ASoC-SOF-core-debug-force-all-processing-on-primary-.patch
	patches.suse/ASoC-SOF-debug-Swap-the-dsp_dump-and-ipc_dump-sequen.patch
	patches.suse/ASoC-SOF-ipc-and-dsp-dump-Add-markers-for-better-vis.patch
	patches.suse/ASoC-SOF-Print-the-dbg_dump-and-ipc_dump-once-to-red.patch
	patches.suse/ASoC-SOF-loader-Print-the-DSP-dump-if-boot-fails.patch
	patches.suse/ASoC-SOF-intel-atom-No-need-to-do-a-DSP-dump-in-atom.patch
	patches.suse/ASoC-SOF-debug-ops-Move-the-IPC-and-DSP-dump-functio.patch
	patches.suse/ASoC-SOF-debug-Add-SOF_DBG_DUMP_OPTIONAL-flag-for-DS.patch
	patches.suse/ASoC-SOF-intel-hda-loader-Use-snd_sof_dsp_dbg_dump-f.patch
	patches.suse/ASoC-SOF-Drop-SOF_DBG_DUMP_FORCE_ERR_LEVEL-and-sof_d.patch
	patches.suse/ASoC-SOF-debug-Print-out-the-fw_state-along-with-the.patch
	patches.suse/ASoC-SOF-ipc-Re-enable-dumps-after-successful-IPC-tx.patch
	patches.suse/ASoC-SOF-ops-Force-DSP-panic-dumps-to-be-printed.patch
	patches.suse/ASoC-SOF-Introduce-macro-to-set-the-firmware-state.patch
	patches.suse/ASoC-SOF-intel-hda-Drop-error-prefix-from-error-dump.patch
	patches.suse/ASoC-SOF-core-Clean-up-snd_sof_get_status-prints.patch
	patches.suse/ASoC-SOF-loader-Drop-SOF_DBG_DUMP_REGS-flag-when-fir.patch
	patches.suse/ASoC-SOF-Intel-hda-loader-Drop-SOF_DBG_DUMP_REGS-fla.patch
	patches.suse/ASoC-SOF-Intel-hda-Dump-registers-and-stack-when-SOF.patch
	patches.suse/ASoC-SOF-Introduce-snd_sof_mailbox_read-snd_sof_mail.patch
	patches.suse/ASoC-SOF-Make-Intel-IPC-stream-ops-generic.patch
	patches.suse/ASoC-SOF-imx-Use-newly-introduced-generic-IPC-stream.patch
	patches.suse/ASoC-SOF-Introduce-fragment-elapsed-notification-API.patch
	patches.suse/ASoC-SOF-prepare-code-to-allocate-IPC-messages-in-fw.patch
	patches.suse/ASoC-amd-Kconfig-Select-fch-clock-support-with-machi.patch
	patches.suse/ASoC-Intel-bytcr_rt5640-Get-platform-data-via-dev_ge.patch
	patches.suse/ASoC-Intel-bytcr_rt5640-Use-temporary-variable-for-s.patch
	patches.suse/ASoC-Intel-bytcr_rt5640-use-devm_clk_get_optional-fo.patch
	patches.suse/ASoC-Intel-bytcr_rt5640-Utilize-dev_err_probe-to-avo.patch
	patches.suse/ASoC-Intel-bytcr_rt5651-Get-platform-data-via-dev_ge.patch
	patches.suse/ASoC-Intel-bytcr_rt5651-Use-temporary-variable-for-s.patch
	patches.suse/ASoC-Intel-bytcr_rt5651-use-devm_clk_get_optional-fo.patch
	patches.suse/ASoC-Intel-bytcr_rt5651-Utilize-dev_err_probe-to-avo.patch
	patches.suse/ASoC-rt1011-Fix-I2S-Reference-enum-control-caused-er.patch
	patches.suse/ASoC-amd-vangogh-constify-static-struct-snd_soc_dai_.patch
	patches.suse/ASoC-rt1011-Fix-I2S-Reference-enum-control.patch
	patches.suse/ASoC-rt5682-fix-a-little-pop-while-playback.patch
	patches.suse/ASoc-amd-create-platform-device-for-VG-machine-drive.patch
	patches.suse/ASoC-amd-add-vangogh-machine-driver.patch
	patches.suse/ASoC-amd-enable-vangogh-platform-machine-driver-buil.patch
	patches.suse/ASoC-soc-component-improve-error-reporting-for-regis.patch
	patches.suse/ASoC-soc-pcm-tidyup-soc_pcm_hw_clean-step1.patch
	patches.suse/ASoC-soc-pcm-tidyup-soc_pcm_hw_clean-step2.patch
	patches.suse/ASoC-soc-component-add-snd_soc_component_is_codec.patch
	patches.suse/ASoC-soc-core-tidyup-empty-function.patch
	patches.suse/ASoC-soc-core-accept-zero-format-at-snd_soc_runtime_.patch
	patches.suse/ASoC-cs42l42-Remove-unused-runtime_suspend-runtime_r.patch
	patches.suse/ASoC-rt5682s-Downsizing-the-DAC-volume-scale.patch
	patches.suse/ASoC-amd-add-Yellow-Carp-ACP6x-IP-register-header.patch
	patches.suse/ASoC-amd-add-Yellow-Carp-ACP-PCI-driver.patch
	patches.suse/ASoC-amd-add-acp6x-init-de-init-functions.patch
	patches.suse/ASoC-amd-add-platform-devices-for-acp6x-pdm-driver-a.patch
	patches.suse/ASoC-amd-add-acp6x-pdm-platform-driver.patch
	patches.suse/ASoC-amd-add-acp6x-irq-handler.patch
	patches.suse/ASoC-amd-add-acp6x-pdm-driver-dma-ops.patch
	patches.suse/ASoC-amd-add-acp6x-pci-driver-pm-ops.patch
	patches.suse/ASoC-amd-add-acp6x-pdm-driver-pm-ops.patch
	patches.suse/ASoC-amd-enable-Yellow-carp-acp6x-drivers-build.patch
	patches.suse/ASoC-amd-create-platform-device-for-acp6x-machine-dr.patch
	patches.suse/ASoC-amd-add-YC-machine-driver-using-dmic.patch
	patches.suse/ASoC-amd-enable-Yellow-Carp-platform-machine-driver-.patch
	patches.suse/ASoC-amd-Add-common-framework-to-support-I2S-on-ACP-.patch
	patches.suse/ASoC-amd-acp-Add-I2S-support-on-Renoir-platform.patch
	patches.suse/ASoC-amd-acp-Add-callback-for-machine-driver-on-ACP.patch
	patches.suse/ASoC-amd-acp-Add-generic-machine-driver-support-for-.patch
	patches.suse/ASoC-amd-acp-Add-legacy-sound-card-support-for-Chrom.patch
	patches.suse/ASoC-amd-acp-Add-SOF-audio-support-on-Chrome-board.patch
	patches.suse/ASoC-amd-acp-Add-support-for-Maxim-amplifier-codec.patch
	patches.suse/ASoC-amd-acp-Add-support-for-RT5682-VS-codec.patch
	patches.suse/ASoC-amd-acp-Add-acp_machine-struct-for-renoir-platf.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-fix-unmet-dependency-on-GPIOLIB-for-SND_SOC_MAX.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-amd-acp-Wrap-AMD-Audio-ACP-components-in-SND_SO.patch
	patches.suse/ASoC-amd-acp-SND_SOC_AMD_-LEGACY_MACH-SOF_MACH-shoul.patch
	patches.suse/ASoC-amd-acp-SND_SOC_AMD_ACP_COMMON-should-depend-on.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-amd-acp-Fix-return-value-check-in-acp_machine_s.patch
	patches.suse/ASoC-Intel-soc-acpi-add-entry-for-ESSX8336-on-JSL.patch
	patches.suse/ASoC-rt5682-i2c-Use-devm_clk_get_optional-for-option.patch
	patches.suse/ASoC-topology-handle-endianness-warning.patch
	patches.suse/ASoC-rt5682s-use-static-qualifier.patch
	patches.suse/ASoC-nau8821-fix-kernel-doc.patch
	patches.suse/ASoC-nau8825-add-set_jack-coponment-support.patch
	patches.suse/ASoC-nau8825-add-clock-management-for-power-saving.patch
	patches.suse/ASoC-amd-acp-fix-Kconfig-dependencies.patch
	patches.suse/ASoC-fix-unmet-dependencies-on-GPIOLIB-for-SND_SOC_D.patch
	patches.suse/ASoC-Intel-glk_rt5682_max98357a-support-ALC5682I-VS-.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-amd-acp-select-CONFIG_SND_SOC_ACPI.patch
	patches.suse/ASoC-rsnd-Fix-an-error-handling-path-in-rsnd_node_co.patch
	patches.suse/ASoC-core-Remove-invalid-snd_soc_component_set_jack-.patch
	patches.suse/ASoC-topology-Add-header-payload_size-verification.patch
	patches.suse/ASoC-topology-Check-for-dapm-widget-completeness.patch
	patches.suse/ASoC-topology-Use-correct-device-for-prints.patch
	patches.suse/ASoC-topology-Change-topology-device-to-card-device.patch
	patches.suse/ASoC-Stop-dummy-from-overriding-hwparams.patch
	patches.suse/ASoC-soc-acpi-add-comp_ids-field-for-machine-driver-.patch
	patches.suse/ASoC-Intel-sof_rt5682-detect-codec-variant-in-probe-.patch
	patches.suse/ASoC-Intel-sof_rt5682-use-comp_ids-to-enumerate-rt56.patch
	patches.suse/ASoC-Intel-soc-acpi-byt-shrink-tables-using-compatib.patch
	patches.suse/ASoC-Intel-soc-acpi-cht-shrink-tables-using-compatib.patch
	patches.suse/ASoC-Intel-soc-acpi-use-const-for-all-uses-of-snd_so.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/1151-dma-buf-Fix-pin-callback-comment.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/vfio-Move-vfio_iommu_group_get-to-vfio_register_group_dev
	patches.suse/vfio-factor-out-a-vfio_iommu_driver_allowed-helper
	patches.suse/vfio-remove-the-iommudata-check-in-vfio_noiommu_attach_group
	patches.suse/vfio-factor-out-a-vfio_group_find_or_alloc-helper
	patches.suse/vfio-refactor-noiommu-group-creation
	patches.suse/vfio-remove-the-iommudata-hack-for-noiommu-groups
	patches.suse/vfio-simplify-iommu-group-allocation-for-mediated-devices
	patches.suse/vfio-remove-unused-method-from-vfio_iommu_driver_ops
	patches.suse/vfio-move-the-vfio_iommu_driver_ops-interface-out-of-linux-vfio.
	patches.suse/vfio-remove-the-unused-mdev-iommu-hook
	patches.suse/vfio-clean-up-the-check-for-mediated-device-in-vfio_iommu_type1
	patches.suse/vfio-spapr_tce-reject-mediated-devices
	patches.suse/vfio-iommu_type1-initialize-pgsize_bitmap-in-open
	patches.suse/vfio-iommu_type1-remove-the-external-domain
	patches.suse/vfio-iommu_type1-remove-IS_IOMMU_CAP_DOMAIN_IN_CONTAINER
	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-pci-Add-OpRegion-2.0-Extended-VBT-support
	patches.suse/vfio-Delete-vfio_get-put_group-from-vfio_iommu_group_notifier
	patches.suse/vfio-Do-not-open-code-the-group-list-search-in-vfio_create_group
	patches.suse/vfio-Don-t-leak-a-group-reference-if-the-group-already-exists
	patches.suse/vfio-Use-a-refcount_t-instead-of-a-kref-in-the-vfio_group
	patches.suse/vfio-Use-cdev_device_add-instead-of-device_create
	patches.suse/vfio-ccw-Remove-unneeded-GFP_DMA
	patches.suse/vfio-ccw-Use-functions-for-alloc-free-of-the-vfio_ccw_private
	patches.suse/vfio-ccw-Pass-vfio_ccw_private-not-mdev_device-to-various-functi
	patches.suse/vfio-ccw-Convert-to-use-vfio_register_emulated_iommu_dev
	patches.suse/virtio-blk-avoid-preallocating-big-SGL-for-data.patch
	patches.suse/virtio-blk-add-num_request_queues-module-parameter.patch
	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/virtio-blk-validate-num_queues-during-probe.patch
	patches.suse/virtio-scsi-don-t-let-virtio-core-to-validate-used-b.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/0752-soc-mediatek-mmsys-add-comp-OVL_2L2-POSTMASK-RDMA4.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-dwc3-reference-clock-period-configuration.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-gadget-udc-core-Use-pr_fmt-to-prefix-messages.patch
	patches.suse/usb-gadget-udc-core-Print-error-code-in-usb_gadget_p.patch
	patches.suse/usb-core-config-Change-sizeof-struct-.-to-sizeof.patch
	patches.suse/USB-gadget-udc-Remove-some-dead-code.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-consistently-use-define-for-headerlen.patch
	patches.suse/usb-gadget-uvc-rename-function-to-be-more-consistent.patch
	patches.suse/usb-gadget-uvc-test-if-ep-desc-is-valid-on-ep_queue.patch
	patches.suse/usb-gadget-uvc-only-schedule-stream-in-streaming-sta.patch
	patches.suse/usb-gadget-uvc-only-pump-video-data-if-necessary.patch
	patches.suse/usb-musb-Balance-list-entry-in-musb_gadget_queue.patch
	patches.suse/USB-chipidea-fix-interrupt-deadlock.patch
	patches.suse/usb-dwc3-gadget-Skip-resizing-EP-s-TX-FIFO-if-alread.patch
	patches.suse/usb-gadget-uvc-use-on-returned-header-len-in-video_e.patch
	patches.suse/usb-gadget-uvc-implement-dwPresentationTime-and-scrS.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-udc-core-Revise-comments-for-USB-ep-enabl.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/0003-mei-Remove-usage-of-the-deprecated-pci-dma-compat.h-.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/soundwire-qcom-add-debugfs-entry-for-soundwire-regis.patch
	patches.suse/1153-dma-buf-move-dma-buf-symbols-into-the-DMA_BUF-module.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/1154-fix-for-dma-buf-move-dma-buf-symbols-into-the-DMA_BU.patch
	patches.suse/extcon-usbc-tusb320-Add-support-for-mode-setting-and.patch
	patches.suse/extcon-usbc-tusb320-Add-support-for-TUSB320L.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-dart-Use-kmemdup-instead-of-kzalloc-and-memcpy
	patches.suse/iommu-dart-Initialize-DART_STREAMS_ENABLE
	patches.suse/iommu-mediatek-Fix-out-of-range-warning-with-clang.patch
	patches.suse/dt-bindings-iommu-renesas-ipmmu-vmsa-add-r8a779a0-support
	patches.suse/iommu-ipmmu-vmsa-Add-support-for-r8a779a0
	patches.suse/iommu-dart-Clean-up-IOVA-cookie-crumbs
	patches.suse/iommu-dma-Unexport-IOVA-cookie-management
	patches.suse/iommu-ipmmu-vmsa-Hook-up-r8a77980-DT-matching-code
	patches.suse/iommu-arm-smmu-v3-Stop-pre-zeroing-batch-commands-in-arm_smmu_at
	patches.suse/iommu-arm-smmu-v3-Properly-handle-the-return-value-of-arm_smmu_c
	patches.suse/dt-bindings-arm-smmu-Add-compatible-for-SM6350-SoC
	patches.suse/iommu-arm-smmu-qcom-Add-SM6350-SMMU-compatible
	patches.suse/dt-bindings-arm-smmu-Add-compatible-for-QCM2290-SoC
	patches.suse/iommu-arm-smmu-qcom-Add-compatible-for-QCM2290
	patches.suse/iommu-arm-smmu-qcom-Request-direct-mapping-for-modem-device
	patches.suse/iommu-tegra-smmu-Use-devm_bitmap_zalloc-when-applicable
	patches.suse/iommu-dma-Fix-incorrect-error-return-on-iommu-deferred-attach
	patches.suse/iommu-amd-Use-report_iommu_fault
	patches.suse/iommu-vt-d-Do-not-falsely-log-intel_iommu-is-unsuppo.patch
	patches.suse/iommu-vt-d-Dump-DMAR-translation-structure-when-DMA-fault-occurs
	patches.suse/iommu-vt-d-Remove-duplicate-identity-domain-flag
	patches.suse/iommu-vt-d-Check-FL-and-SL-capability-sanity-in-scalable-mode
	patches.suse/iommu-vt-d-Use-second-level-for-GPA-HPA-translation
	patches.suse/iommu-vt-d-Delete-dev_has_feat-callback
	patches.suse/iommu-vt-d-Clean-up-unused-PASID-updating-functions
	patches.suse/iommu-vt-d-Avoid-duplicate-removing-in-__domain_mapping
	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/iommu-dma-Use-kvcalloc-instead-of-kvzalloc
	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-Refactor-the-code-definition-of-perf-reg-extended-mask.patch
	patches.suse/powerpc-perf-Expose-instruction-and-data-address-registers-as-part-of-extended-regs.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-Use-managed-PCI-functions.patch
	patches.suse/scsi-hisi_sas-Increase-debugfs_dump_index-after-dump-is-completed.patch
	patches.suse/scsi-libiscsi-Move-ehwait-initialization-to-iscsi_se.patch
	patches.suse/scsi-pm80xx-Fix-incorrect-port-value-when-registering-a-device.patch
	patches.suse/scsi-pm80xx-Fix-lockup-in-outbound-queue-management
	patches.suse/scsi-pm80xx-Correct-inbound-and-outbound-queue-logging.patch
	patches.suse/scsi-pm80xx-Fix-memory-leak-during-rmmod.patch
	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-ufs-ufs-qcom-Remove-unneeded-variable-err.patch
	patches.suse/scsi-ufs-ufshpb-Use-proper-power-management-API.patch
	patches.suse/scsi-ufs-ufs-mediatek-Change-dbg-select-by-check-IP-.patch
	patches.suse/scsi-ufs-core-Probe-for-temperature-notification-sup.patch
	patches.suse/scsi-ufs-core-Add-temperature-notification-exception.patch
	patches.suse/scsi-dc395-Fix-error-case-unwinding
	patches.suse/scsi-lpfc-Fix-mailbox-command-failure-during-driver-initialization.patch
	patches.suse/scsi-ufs-exynos-Unify-naming.patch
	patches.suse/scsi-lpfc-Return-NULL-rather-than-a-plain-0-integer.patch
	patches.suse/scsi-ufs-core-SCSI_UFS_HWMON-depends-on-HWMON-y.patch
	patches.suse/scsi-lpfc-Add-support-for-optional-PLDV-handling.patch
	patches.suse/scsi-ufs-core-Export-hibern8-entry-and-exit-function.patch
	patches.suse/scsi-ufs-ufs-qcom-Enter-and-exit-hibern8-during-cloc.patch
	patches.suse/scsi-core-Delete-scsi_-get-free-_host_dev.patch
	patches.suse/scsi-core-Fix-scsi_mode_sense-buffer-length-handling.patch
	patches.suse/scsi-core-Fix-scsi_mode_select-buffer-length-handlin.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-Fix-NULL-pointer-dereference.patch
	patches.suse/scsi-ufs-core-Fix-ufshcd_probe_hba-prototype-to-match-the-definition.patch
	patches.suse/scsi-ufs-core-Remove-return-statement-in-void-functi.patch
	patches.suse/scsi-ufs-core-Retry-START_STOP-on-UNIT_ATTENTION
	patches.suse/scsi-ufs-core-Stop-clearing-UNIT-ATTENTIONS
	patches.suse/scsi-ufs-core-Do-not-exit-ufshcd_reset_and_restore-u.patch
	patches.suse/scsi-ufs-core-Do-not-exit-ufshcd_err_handler-unless-.patch
	patches.suse/scsi-advansys-Fix-kernel-pointer-leak.patch
	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-Replace-open-coded-check-with-dev_is_expander.patch
	patches.suse/scsi-pm80xx-Fix-misleading-log-statement-in-pm8001_mpi_get_nvmd_resp
	patches.suse/scsi-mpi3mr-Clean-up-mpi3mr_print_ioc_info.patch
	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-ufs-mediatek-Support-vops-pre-suspend-to-disabl.patch
	patches.suse/scsi-ufs-core-Fix-synchronization-between-scsi_unjam.patch
	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-core-pm-Rely-on-the-device-driver-core-for-asyn.patch
	patches.suse/scsi-sd-Rename-sd_resume-into-sd_resume_system.patch
	patches.suse/scsi-core-pm-Only-runtime-resume-if-necessary.patch
	patches.suse/scsi-core-Use-a-structure-member-to-track-the-SCSI-command-submitter.patch
	patches.suse/scsi-core-Rename-scsi_mq_done-into-scsi_done-and-export-it.patch
	patches.suse/scsi-ata-Call-scsi_done-directly.patch
	patches.suse/scsi-firewire-sbp2-Call-scsi_done-directly.patch
	patches.suse/scsi-ib_srp-Call-scsi_done-directly.patch
	patches.suse/scsi-message-fusion-Call-scsi_done-directly.patch
	patches.suse/scsi-zfcp_scsi-Call-scsi_done-directly.patch
	patches.suse/scsi-3w-9xxx-Call-scsi_done-directly.patch
	patches.suse/scsi-3w-sas-Call-scsi_done-directly.patch
	patches.suse/scsi-3w-xxxx-Call-scsi_done-directly.patch
	patches.suse/scsi-53c700-Call-scsi_done-directly.patch
	patches.suse/scsi-BusLogic-Call-scsi_done-directly.patch
	patches.suse/scsi-NCR5380-Call-scsi_done-directly.patch
	patches.suse/scsi-a100u2w-Call-scsi_done-directly.patch
	patches.suse/scsi-aacraid-Introduce-aac_scsi_done.patch
	patches.suse/scsi-aacraid-Call-scsi_done-directly.patch
	patches.suse/scsi-acornscsi-Call-scsi_done-directly.patch
	patches.suse/scsi-advansys-Call-scsi_done-directly.patch
	patches.suse/scsi-aha152x-Call-scsi_done-directly.patch
	patches.suse/scsi-aha1542-Call-scsi_done-directly.patch
	patches.suse/scsi-aic7xxx-Call-scsi_done-directly.patch
	patches.suse/scsi-arcmsr-Call-scsi_done-directly.patch
	patches.suse/scsi-atp870u-Call-scsi_done-directly.patch
	patches.suse/scsi-bfa-Call-scsi_done-directly.patch
	patches.suse/scsi-bnx2fc-Call-scsi_done-directly.patch
	patches.suse/scsi-csiostor-Call-scsi_done-directly.patch
	patches.suse/scsi-cxlflash-Call-scsi_done-directly.patch
	patches.suse/scsi-dc395x-Call-scsi_done-directly.patch
	patches.suse/scsi-dpt_i2o-Call-scsi_done-directly.patch
	patches.suse/scsi-esas2r-Call-scsi_done-directly.patch
	patches.suse/scsi-esp_scsi-Call-scsi_done-directly.patch
	patches.suse/scsi-fas216-Introduce-struct-fas216_cmd_priv.patch
	patches.suse/scsi-fas216-Stop-using-scsi_cmnd.scsi_done.patch
	patches.suse/scsi-fdomain-Call-scsi_done-directly.patch
	patches.suse/scsi-fnic-Call-scsi_done-directly.patch
	patches.suse/scsi-hpsa-Call-scsi_done-directly.patch
	patches.suse/scsi-hptiop-Call-scsi_done-directly.patch
	patches.suse/scsi-ibmvscsi-Call-scsi_done-directly.patch
	patches.suse/scsi-imm-Call-scsi_done-directly.patch
	patches.suse/scsi-initio-Call-scsi_done-directly.patch
	patches.suse/scsi-ipr-Call-scsi_done-directly.patch
	patches.suse/scsi-ips-Call-scsi_done-directly.patch
	patches.suse/scsi-libfc-Call-scsi_done-directly.patch
	patches.suse/scsi-libiscsi-Call-scsi_done-directly.patch
	patches.suse/scsi-libsas-Call-scsi_done-directly.patch
	patches.suse/scsi-lpfc-Call-scsi_done-directly.patch
	patches.suse/scsi-mac53c94-Call-scsi_done-directly.patch
	patches.suse/scsi-megaraid_mbox-Call-scsi_done-directly.patch
	patches.suse/scsi-megaraid_sas-Call-scsi_done-directly.patch
	patches.suse/scsi-megaraid-Call-scsi_done-directly.patch
	patches.suse/scsi-mesh-Call-scsi_done-directly.patch
	patches.suse/scsi-mpi3mr-Call-scsi_done-directly.patch
	patches.suse/scsi-mpt3sas-Call-scsi_done-directly.patch
	patches.suse/scsi-mvumi-Call-scsi_done-directly.patch
	patches.suse/scsi-myrb-Call-scsi_done-directly.patch
	patches.suse/scsi-myrs-Call-scsi_done-directly.patch
	patches.suse/scsi-ncr53c8xx-Call-scsi_done-directly.patch
	patches.suse/scsi-nsp32-Call-scsi_done-directly.patch
	patches.suse/scsi-pcmcia-Call-scsi_done-directly.patch
	patches.suse/scsi-pmcraid-Call-scsi_done-directly.patch
	patches.suse/scsi-ppa-Call-scsi_done-directly.patch
	patches.suse/scsi-ps3rom-Call-scsi_done-directly.patch
	patches.suse/scsi-qedf-Call-scsi_done-directly.patch
	patches.suse/scsi-qla1280-Call-scsi_done-directly.patch
	patches.suse/scsi-qla2xxx-Call-scsi_done-directly.patch
	patches.suse/scsi-qla4xxx-Call-scsi_done-directly.patch
	patches.suse/scsi-qlogicfas408-Call-scsi_done-directly.patch
	patches.suse/scsi-qlogicpti-Call-scsi_done-directly.patch
	patches.suse/scsi-scsi_debug-Call-scsi_done-directly.patch
	patches.suse/scsi-smartpqi-Call-scsi_done-directly.patch
	patches.suse/scsi-snic-Call-scsi_done-directly.patch
	patches.suse/scsi-stex-Call-scsi_done-directly.patch
	patches.suse/scsi-storvsc_drv-Call-scsi_done-directly.patch
	patches.suse/scsi-sym53c8xx_2-Call-scsi_done-directly.patch
	patches.suse/scsi-ufs-Call-scsi_done-directly.patch
	patches.suse/scsi-virtio_scsi-Call-scsi_done-directly.patch
	patches.suse/scsi-vmw_pvscsi-Call-scsi_done-directly.patch
	patches.suse/scsi-wd33c93-Call-scsi_done-directly.patch
	patches.suse/scsi-wd719x-Call-scsi_done-directly.patch
	patches.suse/scsi-xen-scsifront-Call-scsi_done-directly.patch
	patches.suse/scsi-staging-rts5208-Call-scsi_done-directly.patch
	patches.suse/scsi-staging-unisys-visorhba-Call-scsi_done-directly.patch
	patches.suse/scsi-target-tcm_loop-Call-scsi_done-directly.patch
	patches.suse/scsi-usb-Call-scsi_done-directly.patch
	patches.suse/scsi-core-Call-scsi_done-directly.patch
	patches.suse/scsi-isci-Remove-a-declaration.patch
	patches.suse/scsi-fas216-Introduce-the-function-fas216_queue_command_internal.patch
	patches.suse/scsi-core-Remove-the-done-argument-from-SCSI-queuecommand_lck-functions.patch
	patches.suse/scsi-core-Register-sysfs-attributes-earlier.patch
	patches.suse/scsi-ata-Switch-to-attribute-groups.patch
	patches.suse/scsi-firewire-sbp2-Switch-to-attribute-groups.patch
	patches.suse/scsi-RDMA-srp-Switch-to-attribute-groups.patch
	patches.suse/scsi-message-fusion-Switch-to-attribute-groups.patch
	patches.suse/scsi-zfcp-Switch-to-attribute-groups.patch
	patches.suse/scsi-3w-9xxx-Switch-to-attribute-groups.patch
	patches.suse/scsi-3w-sas-Switch-to-attribute-groups.patch
	patches.suse/scsi-3w-xxxx-Switch-to-attribute-groups.patch
	patches.suse/scsi-53c700-Switch-to-attribute-groups.patch
	patches.suse/scsi-aacraid-Switch-to-attribute-groups.patch
	patches.suse/scsi-arcmsr-Switch-to-attribute-groups.patch
	patches.suse/scsi-be2iscsi-Switch-to-attribute-groups.patch
	patches.suse/scsi-bfa-Switch-to-attribute-groups.patch
	patches.suse/scsi-bnx2fc-Switch-to-attribute-groups.patch
	patches.suse/scsi-bnx2i-Switch-to-attribute-groups.patch
	patches.suse/scsi-csiostor-Switch-to-attribute-groups.patch
	patches.suse/scsi-cxlflash-Switch-to-attribute-groups.patch
	patches.suse/scsi-fnic-Switch-to-attribute-groups.patch
	patches.suse/scsi-hisi_sas-Switch-to-attribute-groups.patch
	patches.suse/scsi-hpsa-Switch-to-attribute-groups.patch
	patches.suse/scsi-hptiop-Switch-to-attribute-groups.patch
	patches.suse/scsi-ibmvscsi-Switch-to-attribute-groups.patch
	patches.suse/scsi-ibmvfc-Switch-to-attribute-groups.patch
	patches.suse/scsi-ipr-Switch-to-attribute-groups.patch
	patches.suse/scsi-isci-Switch-to-attribute-groups.patch
	patches.suse/scsi-lpfc-Switch-to-attribute-groups.patch
	patches.suse/scsi-megaraid_mbox-Switch-to-attribute-groups.patch
	patches.suse/scsi-megaraid_sas-Switch-to-attribute-groups.patch
	patches.suse/scsi-mpt3sas-Switch-to-attribute-groups.patch
	patches.suse/scsi-mvsas-Switch-to-attribute-groups.patch
	patches.suse/scsi-myrb-Switch-to-attribute-groups.patch
	patches.suse/scsi-myrs-Switch-to-attribute-groups.patch
	patches.suse/scsi-ncr53c8xx-Switch-to-attribute-groups.patch
	patches.suse/scsi-sym53c500_cs-Switch-to-attribute-groups.patch
	patches.suse/scsi-pm8001-Switch-to-attribute-groups.patch
	patches.suse/scsi-pmcraid-Switch-to-attribute-groups.patch
	patches.suse/scsi-qedf-Switch-to-attribute-groups.patch
	patches.suse/scsi-qedi-Switch-to-attribute-groups.patch
	patches.suse/scsi-qla2xxx-remove-a-declaration.patch
	patches.suse/scsi-qla2xxx-Switch-to-attribute-groups.patch
	patches.suse/scsi-qla4xxx-Switch-to-attribute-groups.patch
	patches.suse/scsi-smartpqi-Switch-to-attribute-groups.patch
	patches.suse/scsi-snic-Switch-to-attribute-groups.patch
	patches.suse/scsi-staging-unisys-Remove-the-shost_attrs-member.patch
	patches.suse/scsi-usb-Switch-to-attribute-groups.patch
	patches.suse/scsi-core-Remove-two-host-template-members-that-are-.patch
	patches.suse/scsi-sd-Print-write-through-due-to-no-caching-mode-p.patch
	patches.suse/scsi-mpi3mr-Use-scnprintf-instead-of-snprintf.patch
	patches.suse/scsi-ibmvscsi-Use-GFP_KERNEL-with-dma_alloc_coherent.patch
	patches.suse/scsi-fcoe-Use-netif_is_bond_master-instead-of-open-c.patch
	patches.suse/scsi-3w-xxx-Remove-redundant-initialization-of-varia.patch
	patches.suse/scsi-scsi_debug-Fix-out-of-bound-read-in-resp_readcap16.patch
	patches.suse/scsi-scsi_debug-Fix-out-of-bound-read-in-resp_report_tgtpgs.patch
	patches.suse/scsi-target-cxgbit-Increase-max-DataSegmentLength.patch
	patches.suse/scsi-target-cxgbit-Enable-Delayed-ACK.patch
	patches.suse/scsi-ufs-ufs-mediatek-Introduce-default-delay-for-re.patch
	patches.suse/scsi-ufs-ufs-mediatek-Fix-build-error-caused-by-use-.patch
	patches.suse/scsi-ufs-ufs-mediatek-Fix-wrong-location-for-ref-clk.patch
	patches.suse/scsi-sd-Add-error-handling-support-for-add_disk.patch
	patches.suse/scsi-sr-Add-error-handling-support-for-add_disk.patch
	patches.suse/scsi-aha1542-Use-memcpy_-from-to-_bvec.patch
	patches.suse/scsi-target-core-Stop-using-bdevname.patch
	patches.suse/scsi-scsi_transport_sas-Add-22.5-Gbps-link-rate-defi.patch
	patches.suse/scsi-mpt3sas-Make-mpt3sas_dev_attrs-static.patch
	patches.suse/scsi-ufs-mediatek-Avoid-sched_clock-misuse.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-debug_vm_pgtable-don-t-use-__P000-directly.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/0001-memcg-kmem-further-deprecate-kmem.limit_in_bytes.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-make-generic-arch_is_kernel_initmem_freed-do-what.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.c-fix-Wunused-but-set-variable-warning.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/mm-migrate-de-duplicate-migrate_reason-strings.patch
	patches.suse/mm-migrate-make-demotion-knob-depend-on-migration.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-rmap.c-avoid-double-faults-migrating-device-private-pages.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/scsi-message-fusion-Remove-unused-mpt_pci-driver-.pr.patch
	patches.suse/crypto-qat-simplify-adf_enable_aer.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-block-dcssblk-add-error-handling-support-for-ad.patch
	patches.suse/s390-ap-Fix-hanging-ioctl-caused-by-orphaned-replies.patch
	patches.suse/s390-zcrypt-rework-of-debug-feature-messages
	patches.suse/s390-vfio-ap-s390-crypto-fix-all-kernel-doc-warnings
	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/module-change-to-print-useful-messages-from-elf_validity_check.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-powerpc-Refactor-the-code-definition-of-perf-reg-extended-mask-in-tools-side-header-file.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/i2c-i801-Add-support-for-Intel-Ice-Lake-PCH-N.patch
	patches.suse/0004-libnvdimm-labels-Add-uuid-helpers.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/1157-backlight-Propagate-errors-from-get_brightness.patch
	patches.suse/1158-video-backlight-ili9320-Make-ili9320_remove-return-v.patch
	patches.suse/mm-hugetlb-remove-mlock-ulimit-for-SHM_HUGETLB.patch
	patches.suse/0721-kernel.h-split-out-container_of-and-typeof_member-ma.patch
	patches.suse/include-linux-delay.h-replace-kernel.h-with-the-nece.patch
	patches.suse/1159-lib-stackdepot-add-helper-to-print-stack-entries.patch
	patches.suse/1160-lib-stackdepot-add-helper-to-print-stack-entries-int.patch
	patches.suse/0957-include-linux-string_helpers.h-add-linux-string.h-fo.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/fscache_cookie_enabled-check-cookie-is-valid-before-accessing-it.patch
	patches.suse/9p-Convert-to-using-the-netfs-helper-lib-to-do-reads-and-caching.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/0016-dm-introduce-audit-event-module-for-device-mapper.patch
	patches.suse/0017-dm-integrity-log-audit-events-for-dm-integrity-target.patch
	patches.suse/0018-dm-crypt-log-aead-integrity-violations-to-audit-subsystem.patch
	patches.suse/0019-dm-Remove-redundant-flush_workqueue-calls.patch
	patches.suse/0020-dm-integrity-use-bvec_kmap_local-in-integrity_metadata.patch
	patches.suse/0021-dm-integrity-use-bvec_kmap_local-in-__journal_read_write.patch
	patches.suse/0022-dm-log-writes-use-memcpy_from_bvec-in-log_writes_map.patch
	patches.suse/0023-dm-verity-use-bvec_kmap_local-in-verity_for_bv_block.patch
	patches.suse/0024-dm-crypt-Make-use-of-the-helper-macro-kthread_run.patch
	patches.suse/0025-dm-writecache-Make-use-of-the-helper-macro-kthread_run.patch
	patches.suse/0026-dm-make-workqueue-names-device-specific.patch
	patches.suse/0027-dm-table-log-table-creation-error-code.patch
	patches.suse/io_uring-clean-up-io_queue_sqe_arm_apoll.patch
	patches.suse/io-wq-fix-max-workers-not-correctly-set-on-multi-nod.patch
	patches.suse/io_uring-remove-redundant-assignment-to-ret-in-io_re.patch
	patches.suse/io_uring-remove-dead-sqe-store.patch
	patches.suse/io_uring-honour-zeroes-as-io-wq-worker-limits.patch
	patches.suse/block-add-a-loff_t-cast-to-bdev_nr_bytes.patch
	patches.suse/block-use-new-bdev_nr_bytes-helper-for-blkdev_-read-.patch
	patches.suse/blk-mq-fix-redundant-check-of-e-expression.patch
	patches.suse/block-assign-correct-tag-before-doing-prefetch-of-re.patch
	patches.suse/block-replace-always-false-argument-with-false.patch
	patches.suse/dm-don-t-stop-request-queue-after-the-dm-device-is-s.patch
	patches.suse/block-move-RQF_ELV-setting-into-allocators.patch
	patches.suse/blk-mq-only-try-to-run-plug-merge-if-request-has-sam.patch
	patches.suse/blk-mq-add-RQF_ELV-debug-entry.patch
	patches.suse/blk-mq-update-hctx-nr_active-in-blk_mq_end_request_b.patch
	patches.suse/block-have-plug-stored-requests-hold-references-to-t.patch
	patches.suse/block-split-request-allocation-components-into-helpe.patch
	patches.suse/block-make-bio_queue_enter-fast-path-available-inlin.patch
	patches.suse/block-move-queue-enter-logic-into-blk_mq_submit_bio.patch
	patches.suse/block-ensure-cached-plug-request-matches-the-current.patch
	patches.suse/block-fix-device_add_disk-kobject_create_and_add-err.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/zram-add-error-handling-support-for-add_disk.patch
	patches.suse/ps3disk-add-error-handling-support-for-add_disk.patch
	patches.suse/ps3vram-add-error-handling-support-for-add_disk.patch
	patches.suse/block-brd-add-error-handling-support-for-add_disk.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/0003-nbd-Fix-incorrect-error-handle-when-first_minor-is-i.patch
	patches.suse/0028-md-bitmap-don-t-set-max_write_behind-if-there-is-no-write-mostly-device.patch
	patches.suse/0029-raid5-ppl-use-swap-to-make-code-cleaner.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/nvdimm-btt-use-goto-error-labels-on-btt_blk_init.patch
	patches.suse/nvdimm-btt-add-error-handling-support-for-add_disk.patch
	patches.suse/nvdimm-pmem-cleanup-the-disk-if-pmem_release_disk-is-yet-assigned.patch
	patches.suse/nvdimm-pmem-use-add_disk-error-handling.patch
	patches.suse/z2ram-add-error-handling-support-for-add_disk.patch
	patches.suse/block-sunvdc-add-error-handling-support-for-add_disk.patch
	patches.suse/mtd-ubi-block-add-error-handling-support-for-add_dis.patch
	patches.suse/ataflop-remove-ataflop_probe_lock-mutex.patch
	patches.suse/block-update-__register_blkdev-probe-documentation.patch
	patches.suse/ataflop-address-add_disk-error-handling-on-probe.patch
	patches.suse/floppy-address-add_disk-error-handling-on-probe.patch
	patches.suse/ataflop-Add-missing-semicolon-to-return-statement.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-Remove-unnecessary-TRACE_DEFINE_ENUM-s.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/ipvs-autoload-ipvs-on-genl-access.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/libfs-Move-shmem_exchange-to-simple_rename_exchange.patch
	patches.suse/libfs-Support-RENAME_EXCHANGE-in-simple_rename.patch
	patches.suse/selftests-bpf-Convert-test_bpffs-to-ASSERT-macros.patch
	patches.suse/selftests-bpf-Test-RENAME_EXCHANGE-and-RENAME_NOREPL.patch
	patches.suse/selftests-bpf-Make-netcnt-selftests-serial-to-avoid-.patch
	patches.suse/bpf-Do-not-reject-when-the-stack-read-size-is-differ.patch
	patches.suse/selftests-bpf-Verifier-test-on-refill-from-a-smaller.patch
	patches.suse/selftests-net-Fix-reuseport_bpf_numa-by-skipping-una.patch
	patches.suse/bpftool-Install-libbpf-headers-for-the-bootstrap-ver.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/riscv-bpf-Fix-RV32-broken-build-and-silence-RV64-war.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-selftest-Trigger-a-DCE-on-the-whole-subprog.patch
	patches.suse/bpf-sockmap-Use-stricter-sk-state-checks-in-sk_looku.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/mm-migrate.c-remove-MIGRATE_PFN_LOCKED.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/libata-add-horkage-for-missing-Identify-Device-log.patch
	patches.suse/libata-libahci-declare-ahci_shost_attr_group-as-stat.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/1164-drm-connector-refer-to-CTA-861-G-in-the-content-type.patch
	patches.suse/1165-dma-buf-add-dma_resv_for_each_fence-v3.patch
	patches.suse/1166-dma-buf-use-the-new-iterator-in-dma_buf_debug_show.patch
	patches.suse/1167-dma-buf-use-the-new-iterator-in-dma_resv_poll.patch
	patches.suse/1168-drm-ttm-use-the-new-iterator-in-ttm_bo_flush_all_fen.patch
	patches.suse/1169-drm-scheduler-use-new-iterator-in-drm_sched_job_add_.patch
	patches.suse/1170-drm-i915-use-the-new-iterator-in-i915_request_await_.patch
	patches.suse/1171-drm-use-new-iterator-in-drm_gem_fence_array_add_impl.patch
	patches.suse/1172-drm-bridge-ti-sn65dsi83-Implement-.detach-callback.patch
	patches.suse/1173-drm-panel-panel-simple-add-LOGIC-Technologies-LTTD80.patch
	patches.suse/1174-drm-panel-Add-support-for-Sharp-LS060T1SX01-panel.patch
	patches.suse/1175-Revert-drm-panel-Add-support-for-Sharp-LS060T1SX01-p.patch
	patches.suse/1176-fbdev-fbmem-Fix-double-free-of-fb_info-pixmap.addr.patch
	patches.suse/1177-drm-bridge-lvds-codec-Add-support-for-LVDS-data-mapp.patch
	patches.suse/1178-drm-panel-Add-support-for-Sharp-LS060T1SX01-panel.patch
	patches.suse/1179-drm-virtio-fix-the-missed-drm_gem_object_put-in-virt.patch
	patches.suse/1180-drm-nouveau-nvenc-remove-duplicate-include-in-base.c.patch
	patches.suse/1181-drm-nouveau-mmu-drop-unneeded-assignment-in-the-nvkm.patch
	patches.suse/1182-drm-nouveau-mmu-gp100-drop-unneeded-assignment-in-th.patch
	patches.suse/1183-drm-nouveau-gem-remove-redundant-semi-colon.patch
	patches.suse/1184-drm-nouveau-nouveau_bo-Remove-unused-variables-dev.patch
	patches.suse/1185-dma-resv-Fix-dma_resv_get_fences-and-dma_resv_copy_f.patch
	patches.suse/1186-drm-panel-s6e63m0-Make-s6e63m0_remove-return-void.patch
	patches.suse/drm-connector-fix-all-kernel-doc-warnings.patch
	patches.suse/1188-drm-v3d-fix-copy_from_user-error-codes.patch
	patches.suse/1189-drm-bridge-nwl-dsi-Add-atomic_get_input_bus_fmts.patch
	patches.suse/1190-drm-panel-mantix-Add-media-bus-format.patch
	patches.suse/1191-drm-panel-st7703-Add-media-bus-format.patch
	patches.suse/1192-drm-mxsfb-Print-failed-bus-format-in-hex.patch
	patches.suse/1193-drm-mxsfb-Set-fallback-bus-format-when-the-bridge-do.patch
	patches.suse/1194-drm-nouveau-mmu-gp100-remove-unused-variable.patch
	patches.suse/1195-drm-ttm_bo_api-update-the-description-for-placement-.patch
	patches.suse/1196-drm-locking-add-backtrace-for-locking-contended-lock.patch
	patches.suse/1198-drm-amd-amdgpu-fix-bad-job-hw_fence-use-after-free-i.patch
	patches.suse/1199-drm-amdgpu-use-correct-register-mask-to-extract-fiel.patch
	patches.suse/drm-amdkfd-Fix-SVM_ATTR_PREFERRED_LOC.patch
	patches.suse/drm-amdkfd-Avoid-thrashing-of-stack-and-heap.patch
	patches.suse/drm-amdkfd-Handle-incomplete-migration-to-system-memory.patch
	patches.suse/1203-drm-amdgpu-Convert-SMU-version-to-decimal-in-debugfs.patch
	patches.suse/1204-drm-amdkfd-update-gfx-target-version-for-Renoir.patch
	patches.suse/1205-drm-amdgpu-pm-drop-pp_power_profile_mode-support-for.patch
	patches.suse/1206-drm-amd-pm-Add-missing-mutex-for-pp_get_power_profil.patch
	patches.suse/1207-drm-amd-pm-Adjust-returns-when-power_profile_mode-is.patch
	patches.suse/1208-drm-amdgpu-pm-Don-t-show-pp_power_profile_mode-for-u.patch
	patches.suse/drm-amd-display-Look-at-firmware-version-to-determin.patch
	patches.suse/1210-drm-amdgpu-update-RLC_PG_DELAY_3-Value-to-200us-for-.patch
	patches.suse/1211-drm-amd-display-dsc-engine-not-disabled-after-unplug.patch
	patches.suse/1212-drm-amd-display-Fix-dcn10_log_hubp_states-printf-for.patch
	patches.suse/1213-drm-amd-display-Fix-dummy-p-state-hang-on-monitors-w.patch
	patches.suse/1214-drm-amd-display-avoid-link-loss-short-pulse-stuck-th.patch
	patches.suse/1215-drm-amd-display-Fix-bpc-calculation-for-specific-enc.patch
	patches.suse/1216-drm-amd-display-Force-disable-planes-on-any-pipe-spl.patch
	patches.suse/1217-drm-amd-display-Clear-encoder-assignments-when-state.patch
	patches.suse/1218-drm-amd-display-fix-register-write-sequence-for-LINK.patch
	patches.suse/1219-drm-amd-display-Added-HPO-HW-control-shutdown-suppor.patch
	patches.suse/1220-drm-amd-display-Add-MPC-meory-shutdown-support.patch
	patches.suse/1221-drm-amd-display-Added-new-DMUB-boot-option-for-power.patch
	patches.suse/1222-drm-amd-display-add-condition-check-for-dmub-notific.patch
	patches.suse/1223-drm-amd-display-FW-Promotion-Release-0.0.91.patch
	patches.suse/1224-drm-amd-display-3.2.160.patch
	patches.suse/1225-dma-buf-poll-Get-a-file-reference-for-outstanding-fe.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/1228-Revert-drm-i915-bios-gracefully-disable-dual-eDP-for.patch
	patches.suse/1229-drm-i915-cdclk-put-the-cdclk-vtables-in-const-data.patch
	patches.suse/1230-drm-i915-guc-Fix-recursive-lock-in-GuC-submission.patch
	patches.suse/1231-drm-i915-dp-fix-integer-overflow-in-128b-132b-data-r.patch
	patches.suse/1232-drm-i915-dmabuf-fix-broken-build.patch
	patches.suse/1233-drm-i915-Extend-the-async-flip-VT-d-w-a-to-skl-bxt.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/1237-drm-i915-adlp-fb-Prevent-the-mapping-of-redundant-tr.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/1242-drm-virtio-Fix-NULL-dereference-error-in-virtio_gpu_.patch
	patches.suse/1243-drm-locking-fix-__stack_depot_-name-conflict.patch
	patches.suse/1244-drm-amd-display-Don-t-allow-partial-copy_from_user.patch
	patches.suse/drm-amdkfd-avoid-recursive-lock-in-migrations-back-t.patch
	patches.suse/1246-drm-amdgpu-Make-sure-to-reserve-BOs-before-adding-or.patch
	patches.suse/1247-drm-amdgpu-powerplay-fix-sysfs_emit-sysfs_emit_at-ha.patch
	patches.suse/1248-drm-amd-amdgpu-Avoid-writing-GMC-registers-under-sri.patch
	patches.suse/1249-drm-amd-amdgpu-Fix-csb.bo-pin_count-leak-on-gfx-9.patch
	patches.suse/1250-drm-amd-pm-Correct-DPMS-disable-IP-version-check.patch
	patches.suse/1251-drm-amdgpu-correct-xgmi-ras-error-count-reset.patch
	patches.suse/1252-drm-amdgpu-correctly-toggle-gfx-on-off-around-RLC_SP.patch
	patches.suse/1253-drm-amd-amdkfd-Don-t-sent-command-to-HWS-on-kfd-rese.patch
	patches.suse/1254-drm-amdgpu-Fix-dangling-kfd_bo-pointer-for-shared-BO.patch
	patches.suse/1255-drm-amdgpu-fix-SI-handling-in-amdgpu_device_asic_has.patch
	patches.suse/1256-drm-amdgpu-fix-uvd-crash-on-Polaris12-during-driver-.patch
	patches.suse/1257-drm-amd-amdgpu-fix-the-kfd-pre_reset-sequence-in-sri.patch
	patches.suse/1258-drm-amd-display-fix-exit-from-amdgpu_dm_atomic_check.patch
	patches.suse/1259-drm-amdkfd-lower-the-VAs-base-offset-to-8KB.patch
	patches.suse/1260-drm-amdkfd-Fix-retry-fault-drain-race-conditions.patch
	patches.suse/1261-drm-amd-display-Add-comment-where-CONFIG_DRM_AMD_DC_.patch
	patches.suse/1262-drm-amd-display-Don-t-lock-connection_mutex-for-DMUB.patch
	patches.suse/1263-drm-amd-display-Add-callbacks-for-DMUB-HPD-IRQ-notif.patch
	patches.suse/1264-drm-amd-display-reject-both-non-zero-src_x-and-src_y.patch
	patches.suse/1265-drm-amdgpu-drop-jpeg-IP-initialization-in-SRIOV-case.patch
	patches.suse/1266-drm-amdgpu-add-missed-support-for-UVD-IP_VERSION-3-0.patch
	patches.suse/1267-dma-buf-acquire-name-lock-before-read-write-dma_buf..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/1274-drm-ttm-Double-check-mem_type-of-BO-while-eviction.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-ufs-Revert-Retry-aborted-SCSI-commands-instead-.patch
	patches.suse/scsi-ufs-core-Improve-source-code-comments.patch
	patches.suse/scsi-ufs-core-Improve-static-type-checking.patch
	patches.suse/scsi-ufs-core-Log-error-handler-activity.patch
	patches.suse/scsi-ufs-core-Export-ufshcd_schedule_eh_work.patch
	patches.suse/scsi-ufs-core-Make-it-easier-to-add-new-debugfs-attr.patch
	patches.suse/scsi-ufs-core-Add-debugfs-attributes-for-triggering-.patch
	patches.suse/scsi-ufs-core-Remove-three-superfluous-casts.patch
	patches.suse/scsi-ufs-core-Add-a-compile-time-structure-size-chec.patch
	patches.suse/scsi-ufs-core-Micro-optimize-ufshcd_map_sg.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-Fix-early-registration-of-sysfs-attributes.patch
	patches.suse/scsi-ufs-Add-quirk-to-handle-broken-UIC-command.patch
	patches.suse/scsi-ufs-Add-quirk-to-enable-host-controller-without.patch
	patches.suse/scsi-ufs-ufs-exynos-Change-pclk-available-max-value.patch
	patches.suse/scsi-ufs-ufs-exynos-Simplify-drv_data-retrieval.patch
	patches.suse/scsi-ufs-ufs-exynos-Add-refclkout_stop-control.patch
	patches.suse/scsi-ufs-ufs-exynos-Add-setup_clocks-callback.patch
	patches.suse/scsi-ufs-ufs-exynos-Support-custom-version-of-ufs_hb.patch
	patches.suse/scsi-ufs-ufs-exynos-Add-EXYNOS_UFS_OPT_SKIP_CONFIG_P.patch
	patches.suse/scsi-ufs-ufs-exynos-Factor-out-priv-data-init.patch
	patches.suse/scsi-ufs-ufs-exynos-Add-pre-post_hce_enable-drv-call.patch
	patches.suse/scsi-ufs-ufs-exynos-Support-ExynosAuto-v9-UFS.patch
	patches.suse/scsi-ufs-ufs-exynos-Multi-host-configuration-for-Exy.patch
	patches.suse/scsi-ufs-ufs-exynos-Introduce-ExynosAuto-v9-virtual-.patch
	patches.suse/scsi-sr-Remove-duplicate-assignment.patch
	patches.suse/scsi-bsg-Fix-errno-when-scsi_bsg_register_queue-fail.patch
	patches.suse/scsi-core-Avoid-leaving-shost-last_reset-with-stale-value-if-EH-does-not-run
	patches.suse/scsi-ufs-ufshpb-Properly-handle-max-single-cmd.patch
	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-pci-refresh-function-handle-in-iomap
	patches.suse/s390-pci-implement-reset_slot-for-hotplug-slot
	patches.suse/PCI-Export-pci_dev_lock
	patches.suse/s390-pci-implement-minimal-PCI-error-recovery
	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-Drop-arbitrary-KVM_SOFT_MAX_VCPUS.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/ceph-convert-to-noop_direct_IO.patch
	patches.suse/libceph-drop-monmap-and-err-initialization.patch
	patches.suse/ceph-enable-async-dirops-by-default.patch
	patches.suse/ceph-print-inode-numbers-instead-of-pointer-values.patch
	patches.suse/ceph-don-t-use-ESTALE-as-special-return-code-in-try_get_cap_refs.patch
	patches.suse/ceph-drop-private-list-from-remove_session_caps_cb.patch
	patches.suse/ceph-fix-auth-cap-handling-logic-in-remove_session_caps_cb.patch
	patches.suse/ceph-refactor-remove_session_caps_cb.patch
	patches.suse/ceph-shut-down-access-to-inode-when-async-create-fails.patch
	patches.suse/ceph-just-use-ci-i_version-for-fscache-aux-info.patch
	patches.suse/ceph-don-t-rely-on-error_string-to-validate-blocklisted-session.patch
	patches.suse/ceph-ignore-the-truncate-when-size-won-t-change-with-Fx-caps-issued.patch
	patches.suse/ceph-fix-mdsmap-decode-when-there-are-MDS-s-beyond-max_mds.patch
	patches.suse/ceph-shut-down-mount-on-bad-mdsmap-or-fsmap-decode.patch
	patches.suse/ceph-properly-handle-statfs-on-multifs-setups.patch
	patches.suse/ceph-return-the-real-size-read-when-it-hits-EOF.patch
	patches.suse/ceph-split-metric-debugfs-file-into-several-files.patch
	patches.suse/ceph-clean-up-metrics-data-structures-to-reduce-code-duplication.patch
	patches.suse/libceph-ceph-move-ceph_osdc_copy_from-into-cephfs-code.patch
	patches.suse/ceph-add-a-new-metric-to-keep-track-of-remote-object-copies.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-use-enum-type-for-blk_mq_alloc_data-rq_flags.patch
	patches.suse/block-add-__must_check-for-add_disk-callers.patch
	patches.suse/block-fix-kerneldoc-for-disk_register_independent_ac.patch
	patches.suse/blk-mq-don-t-grab-q_usage_counter-in-blk_mq_sched_bi.patch
	patches.suse/blk-mq-rename-blk_attempt_bio_merge.patch
	patches.suse/block-Hold-invalidate_lock-in-BLKRESETZONE-ioctl.patch
	patches.suse/blkcg-Remove-extra-blkcg_bio_issue_init.patch
	patches.suse/blk-mq-fix-filesystem-I-O-request-allocation.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/libbpf-update-index.rst-reference.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/KVM-x86-Cap-KVM_CAP_NR_VCPUS-by-KVM_CAP_MAX_VCPUS.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-inner-map-state-pruning-regression.patch
	patches.suse/selftests-bpf-Check-map-in-map-pruning.patch
	patches.suse/samples-bpf-Fix-summary-per-sec-stats-in-xdp_sample_.patch
	patches.suse/tools-runqslower-Fix-cross-build.patch
	patches.suse/samples-bpf-Fix-incorrect-use-of-strlen-in-xdp_redir.patch
	patches.suse/libbpf-Perform-map-fd-cleanup-for-gen_loader-in-case.patch
	patches.suse/bpf-Forbid-bpf_ktime_get_coarse_ns-and-bpf_timer_-in.patch
	patches.suse/selftests-bpf-Add-tests-for-restricted-helpers.patch
	patches.suse/samples-bpf-Fix-build-error-due-to-isystem-removal.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/1279-drm-scheduler-fix-drm_sched_job_add_implicit_depende.patch
	patches.suse/1280-drm-scheduler-fix-drm_sched_job_add_implicit_depende.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/1283-drm-i915-dsi-xelpd-Fix-the-bit-mask-for-wakeup-GB.patch
	patches.suse/1284-drm-i915-guc-fix-NULL-vs-IS_ERR-checking.patch
	patches.suse/1285-drm-amd-pm-Enhanced-reporting-also-for-a-stuck-comma.patch
	patches.suse/1286-drm-amdgpu-add-error-print-when-failing-to-add-IP-bl.patch
	patches.suse/drm-amd-pm-avoid-duplicate-powergate-ungate-setting.patch
	patches.suse/1288-drm-amd-pm-Remove-artificial-freq-level-on-Navi1x.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/1291-drm-amd-pm-add-GFXCLK-SCLK-clocks-level-print-suppor.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-iscsi-Unblock-session-then-wake-up-error-handler.patch
	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-libata-improve-ata_read_log_page-error-message.patch
	patches.suse/ata-libata-add-missing-ata_identify_page_supported-calls.patch
	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/ata-libata-sata-Declare-ata_ncq_sdev_attrs-static.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/block-fix-missing-queue-put-in-error-path.patch
	patches.suse/blk-mq-cancel-blk-mq-dispatch-work-in-both-blk_clean.patch
	patches.suse/Revert-mark-pstore-blk-as-broken.patch
	patches.suse/block-avoid-to-quiesce-queue-in-elevator_init_mq.patch
	patches.suse/0004-blk-cgroup-fix-missing-put-device-in-error-path-from.patch
	patches.suse/blk-mq-don-t-insert-FUA-request-with-data-into-sched.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/x86-perf-Fix-snapshot_branch_stack-warning-in-VM.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-control-Fix-variable-type-in-snd_sof_refres.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-Intel-sof_sdw-Add-support-for-SKU-0AF3-product.patch
	patches.suse/ASoC-Intel-soc-acpi-add-SKU-0AF3-SoundWire-configura.patch
	patches.suse/ASoC-Intel-sof_sdw-Add-support-for-SKU-0B00-and-0B01.patch
	patches.suse/ASoC-Intel-sof_sdw-Add-support-for-SKU-0B11-product.patch
	patches.suse/ASoC-Intel-sof_sdw-Add-support-for-SKU-0B13-product.patch
	patches.suse/ASoC-Intel-soc-acpi-add-SKU-0B13-SoundWire-configura.patch
	patches.suse/ASoC-Intel-sof_sdw-Add-support-for-SKU-0B29-product.patch
	patches.suse/ASoC-Intel-soc-acpi-add-SKU-0B29-SoundWire-configura.patch
	patches.suse/ASoC-Intel-sof_sdw-Add-support-for-SKU-0B12-product.patch
	patches.suse/ASoC-rt1011-revert-I2S-Reference-to-SOC_ENUM_EXT.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-SOF-build-compression-interface-into-snd_sof.ko.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/io_uring-fix-missed-comment-from-task_file-rename.patch
	patches.suse/io_uring-correct-link-list-traversal-locking.patch
	patches.suse/block-avoid-to-touch-unloaded-module-instance-when-o.patch
	patches.suse/nvmet-tcp-fix-a-race-condition-between-release_queue.patch
	patches.suse/nvmet-tcp-add-an-helper-to-free-the-cmd-buffers.patch
	patches.suse/nvmet-tcp-fix-memory-leak-when-performing-a-controll.patch
	patches.suse/nvmet-tcp-fix-incomplete-data-digest-send.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/nvme-fix-write-zeroes-pi.patch
	patches.suse/nvmet-use-IOCB_NOWAIT-only-if-the-filesystem-support.patch
	patches.suse/block-fix-parameter-not-described-warning.patch
	patches.suse/1294-drm-amdgpu-Fix-MMIO-HDP-flush-on-SRIOV.patch
	patches.suse/1295-drm-amdgpu-Fix-double-free-of-dmabuf.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/1298-drm-amd-display-Reset-link-encoder-assignments-for-G.patch
	patches.suse/1299-drm-amd-display-Fixed-DSC-would-not-PG-after-removin.patch
	patches.suse/1300-drm-amdgpu-move-kfd-post_reset-out-of-reset_sriov-fu.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/1304-drm-amdkfd-process-exit-and-retry-fault-race.patch
	patches.suse/1305-drm-amdkfd-handle-VMA-remove-race.patch
	patches.suse/1306-drm-amdkfd-simplify-drain-retry-fault.patch
	patches.suse/1307-drm-amdgpu-enable-Navi-48-bit-IH-timestamp-counter.patch
	patches.suse/1308-drm-amdgpu-enable-Navi-retry-fault-wptr-overflow.patch
	patches.suse/1309-drm-amdgpu-fix-byteorder-error-in-amdgpu-discovery.patch
	patches.suse/1310-drm-amdgpu-Skip-ASPM-programming-on-aldebaran.patch
	patches.suse/1311-drm-amdgpu-pm-fix-powerplay-OD-interface.patch
	patches.suse/1312-drm-amd-display-update-bios-scratch-when-setting-bac.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/1317-drm-i915-gt-Hold-RPM-wakelock-during-PXP-suspend.patch
	patches.suse/arm64-ftrace-use-HAVE_FUNCTION_GRAPH_RET_ADDR_PTR.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/1318-xen-add-not_essential-flag-to-struct-xenbus_driver.patch
	patches.suse/1319-xen-flag-xen_drm_front-to-be-not-essential-for-syste.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/af_unix-fix-regression-in-read-after-shutdown.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/net-sched-sch_ets-don-t-peek-at-classes-beyond-nband.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-ufs-ufshpb-Fix-warning-in-ufshpb_set_hpb_read_t.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-ufs-ufs-mediatek-Add-put_device-after-of_find_d.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/block-call-rq_qos_done-before-ref-check-in-batch-com.patch
	patches.suse/zram-only-make-zram_wb_devops-for-CONFIG_ZRAM_WRITEB.patch
	patches.suse/io_uring-fail-cancellation-for-EXITING-tasks.patch
	patches.suse/io_uring-fix-link-traversal-locking.patch
	patches.suse/io_uring-fix-soft-lockup-when-call-__io_remove_buffe.patch
	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-an-unbalanced-rcu_read_lock-rcu_read_unlock
	patches.suse/iommu-vt-d-fix-unmap_pages-support
	patches.suse/locking-rwsem-Make-handoff-bit-handling-more-consist.patch
	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/Revert-virtio-scsi-don-t-let-virtio-core-to-validate.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/KVM-VMX-clear-vmx_x86_ops.sync_pir_to_irr-if-APICv-i.patch
	patches.suse/KVM-fix-avic_set_running-for-preemptable-kernels.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-soc-acpi-Set-mach-id-field-on-comp_ids-matches.patch
	patches.suse/ASoC-rk817-Add-module-alias-for-rk817-codec.patch
	patches.suse/ASoC-Intel-soc-acpi-add-entry-for-ESSX8336-on-CML.patch
	patches.suse/ASoC-cs35l41-Set-the-max-SPI-speed-for-the-whole-dev.patch
	patches.suse/ASoC-SOF-hda-reset-DAI-widget-before-reconfiguring-i.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/1321-drm-msm-devfreq-Fix-OPP-refcnt-leak.patch
	patches.suse/1322-drm-msm-Fix-mmap-to-include-VM_IO-and-VM_DONTDUMP.patch
	patches.suse/1323-drm-msm-Fix-wait_fence-submitqueue-leak.patch
	patches.suse/1324-drm-msm-Restore-error-return-on-invalid-fence.patch
	patches.suse/1325-drm-msm-Make-a6xx_gpu_set_freq-static.patch
	patches.suse/1326-drm-msm-Demote-debug-message.patch
	patches.suse/1327-drm-msm-Fix-null-ptr-access-msm_ioctl_gem_submit.patch
	patches.suse/1328-drm-msm-a6xx-Fix-uinitialized-use-of-gpu_scid.patch
	patches.suse/1329-drm-msm-gpu-Fix-idle_work-time.patch
	patches.suse/1330-drm-msm-gpu-Fix-check-for-devices-without-devfreq.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/1334-drm-msm-fix-building-without-CONFIG_COMMON_CLK.patch
	patches.suse/1335-drm-amdgpu-sriov-vcn-add-new-vcn-ip-revision-check-c.patch
	patches.suse/1336-drm-amdgpu-cancel-the-correct-hrtimer-on-exit.patch
	patches.suse/drm-amdgpu-check-atomic-flag-to-differeniate-with-le.patch
	patches.suse/1338-drm-amdgpu-fix-the-missed-handling-for-SDMA2-and-SDM.patch
	patches.suse/1339-drm-amdgpu-Don-t-halt-RLC-on-GFX-suspend.patch
	patches.suse/drm-amd-display-Allow-DSC-on-supported-MST-branch-de.patch
	patches.suse/1341-drm-amd-display-Clear-DPCD-lane-settings-after-repea.patch
	patches.suse/drm-amd-display-Fix-for-the-no-Audio-bug-with-Tiled-.patch
	patches.suse/1343-drm-amd-display-Add-work-around-for-tunneled-MST.patch
	patches.suse/1344-drm-amdkfd-set-r-0-explicitly-before-goto.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/1347-drm-amdgpu-adjust-the-kfd-reset-sequence-in-reset-sr.patch
	patches.suse/drm-amdkfd-process_info-lock-not-needed-for-svm.patch
	patches.suse/1349-drm-virtgpu-api-define-a-dummy-fence-signaled-event.patch
	patches.suse/1350-drm-virtio-use-drm_poll-.-instead-of-virtio_gpu_poll.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/ata-replace-snprintf-in-show-functions-with-sysfs_emit.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/vfio-remove-all-kernel-doc-notation
	patches.suse/vfio-pci-Fix-OpRegion-read
	patches.suse/scsi-lpfc-Fix-non-recovery-of-remote-ports-following.patch
	patches.suse/scsi-ufs-ufs-pci-Add-support-for-Intel-ADL.patch
	patches.suse/io-wq-don-t-retry-task_work-creation-failure-on-fata.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-x86-mmu-Retry-page-fault-if-root-is-invalidated-.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/platform-x86-intel-hid-add-quirk-to-support-Surface-.patch
	patches.suse/netfs-Fix-lockdep-warning-from-taking-sb_writers-whilst-holding-mmap_lock.patch
	patches.suse/netfs-fix-parameter-of-cleanup.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/bpf-sockmap-Attach-map-progs-to-psock-early-for-feat.patch
	patches.suse/bpf-sockmap-Re-evaluate-proto-ops-when-psock-is-remo.patch
	patches.suse/Documentation-locking-locktypes-Update-migrate_disab.patch
	patches.suse/bpf-Make-sure-bpf_disable_instrumentation-is-safe-vs.patch
	patches.suse/bpf-Make-CONFIG_DEBUG_INFO_BTF-depend-upon-CONFIG_BP.patch
	patches.suse/bpf-Fix-bpf_check_mod_kfunc_call-for-built-in-module.patch
	patches.suse/tools-resolve_btfids-Skip-unresolved-symbol-warning-.patch
	patches.suse/treewide-Add-missing-includes-masked-by-cgroup-bpf-d.patch
	patches.suse/bpf-Fix-the-off-by-two-error-in-range-markings.patch
	patches.suse/bpf-Add-selftests-to-cover-packet-access-corner-case.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-sched-fq_pie-prevent-dismantle-issue.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/1363-drm-ttm-fix-ttm_bo_swapout.patch
	patches.suse/drm-syncobj-Deal-with-signalled-fences-in-drm_syncob.patch
	patches.suse/1365-drm-i915-Fix-error-pointer-dereference-in-i915_gem_d.patch
	patches.suse/1366-drm-i915-gen11-Moving-WAs-to-icl_gt_workarounds_init.patch
	patches.suse/drm-amd-display-Fix-DPIA-outbox-timeout-after-S3-S4-.patch
	patches.suse/1368-drm-amd-display-prevent-reading-unitialized-links.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-rt5682s-Fix-crash-due-to-out-of-scope-stack-var.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-amd-fix-uninitialized-variable-in-snd_acp6x_pro.patch
	patches.suse/ASoC-SOF-Intel-Retry-codec-probing-if-it-fails.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/timers-implement-usleep_idle_range.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/io-wq-remove-spurious-bit-clear-on-task_work-additio.patch
	patches.suse/io_uring-ensure-task_work-gets-run-as-part-of-cancel.patch
	patches.suse/io-wq-check-for-wq-exit-after-adding-new-worker-task.patch
	patches.suse/block-fix-single-bio-async-DIO-error-handling.patch
	patches.suse/nvme-show-subsys-nqn-for-duplicate-cntlids.patch
	patches.suse/nvme-disable-namespace-access-for-unsupported-metada.patch
	patches.suse/nvme-report-write-pointer-for-a-full-zone-as-zone-st.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/nvmet-tcp-fix-possible-list-corruption-for-unexpecte.patch
	patches.suse/md-fix-update-super-1.0-on-rdev-size-change.patch
	patches.suse/0030-md-fix-double-free-of-mddev-private-in-autorun_array.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-qedi-Fix-cmd_cleanup_cmpl-counter-mismatch-issu.patch
	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-i_size-variable-in-ceph_sync_read.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/0001-dm-btree-remove-fix-use-after-free-in-rebalance_chil.patch
	patches.suse/0031-dm-integrity-fix-data-corruption-due-to-improper-use-of-bvec_kmap_local.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-sched-sch_ets-don-t-remove-idle-classes-from-the.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-incorrect-state-pruning-for-8B-spill-fill.patch
	patches.suse/selftests-bpf-Tests-for-state-pruning-with-u32-spill.patch
	patches.suse/selftests-bpf-Fix-OOB-write-in-test_verifier.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-Fix-extable-fixup-offset.patch
	patches.suse/bpf-Fix-extable-address-check.patch
	patches.suse/selftest-bpf-Add-a-test-that-reads-various-addresses.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/1378-drm-amdgpu-correct-the-wrong-cached-state-for-GMC-on.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/io-wq-drop-wqe-lock-before-creating-new-worker.patch
	patches.suse/iocost-Fix-divide-by-zero-on-donation-from-low-hweig.patch
	patches.suse/block-reduce-kblockd_mod_delayed_work_on-CPU-consump.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/scsi-pm8001-Fix-phys_to_virt-usage-on-dma_addr_t.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/Revert-block-reduce-kblockd_mod_delayed_work_on-CPU-.patch
	patches.suse/KVM-x86-Drop-guest-CPUID-check-for-host-initiated-wr.patch
	patches.suse/KVM-x86-Retry-page-fault-if-MMU-reload-is-pending-an.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/KVM-x86-mmu-Don-t-advance-iterator-after-restart-due.patch
	patches.suse/KVM-x86-Always-set-kvm_run-if_flag.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/io_uring-zero-iocb-ki_pos-for-stream-file-types.patch
	patches.suse/drm-mediatek-hdmi-Perform-NULL-pointer-check-for-mtk.patch
	patches.suse/1381-drm-i915-guc-Use-correct-context-lock-when-callig-cl.patch
	patches.suse/1382-drm-i915-guc-Only-assign-guc_id.id-when-stealing-guc.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/efi-Move-efifb_setup_from_dmi-prototype-from-arch-he.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/usb-typec-ucsi-Only-check-the-contract-if-there-is-a.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/xsk-Initialise-xskb-free_list_node.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/1383-drm-i915-Fix-possible-uninitialized-variable-in-para.patch
	patches.suse/1384-drm-i915-Increment-composite-fence-seqno.patch
	patches.suse/1385-drm-amdgpu-introduce-new-amdgpu_fence-object-to-indi.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/1389-drm-amdgpu-fix-runpm-documentation.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/1393-drm-amdgpu-no-DC-support-for-headless-chips.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/1398-drm-amd-display-Fix-USB4-null-pointer-dereference-in.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-libiscsi-Fix-UAF-in-iscsi_conn_get_param-iscsi_conn_teardown.patch
	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/bpf-selftests-Fix-spelling-mistake-tained-tainted.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/mmc-sdhci-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/dt-bindings-iommu-apple-dart-Add-power-domains-property
	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/dt-bindings-Update-headers-for-Tegra234.patch
	patches.suse/dt-bindings-memory-tegra-Add-Tegra234-support.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/arch-Remove-leftovers-from-prism54-wireless-driver.patch
	patches.suse/drivers-perf-Add-LLC-TAD-perf-counter-support.patch
	patches.suse/x86-perf-Move-RDPMC-event-flag-to-a-common-definition.patch
	patches.suse/drivers-perf-marvell_cn10k-fix-an-IS_ERR-vs-NULL-check.patch
	patches.suse/arm64-Simplify-checking-for-populated-DT.patch
	patches.suse/asm-generic-introduce-io_stop_wc-and-add-implementat.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/arm64-atomics-format-whitespace-consistently.patch
	patches.suse/s390-crypto-add-SIMD-implementation-for-ChaCha20
	patches.suse/s390-cio-remove-uevent-suppress-from-cio-driver
	patches.suse/s390-qdio-remove-QDIO_SBAL_SIZE-macro
	patches.suse/s390-qdio-improve-handling-of-CIWs
	patches.suse/s390-qdio-avoid-allocating-the-qdio_irq-with-GFP_DMA
	patches.suse/s390-qdio-clean-up-access-to-queue-in-qdio_handle_activate_check
	patches.suse/s390-qdio-clarify-handler-logic-for-qdio_handle_activate_check
	patches.suse/s390-qdio-split-qdio_inspect_queue
	patches.suse/s390-qdio-split-do_QDIO
	patches.suse/s390-pci-use-physical-addresses-in-DMA-tables
	patches.suse/s390-qdio-remove-unneeded-sanity-check-in-qdio_do_sqbs
	patches.suse/s390-qdio-clarify-logical-vs-absolute-in-QIB-s-kerneldoc
	patches.suse/s390-vfio-ap-add-status-attribute-to-AP-queue-device-s-sysfs-dir
	patches.suse/s390-ap-add-missing-virt_to_phys-address-conversion
	patches.suse/s390-zcrypt-CCA-control-CPRB-sending
	patches.suse/s390-mm-fix-2KB-pgtable-release-race.patch
	patches.suse/s390-crypto-fix-compile-error-for-ChaCha20-module
	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/x86-insn-eval-Handle-insn_get_opcode-failure.patch
	patches.suse/x86-insn-eval-Introduce-insn_get_modrm_reg_ptr.patch
	patches.suse/x86-insn-eval-Introduce-insn_decode_mmio.patch
	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/0007-drm-connector-Add-support-for-privacy-screen-propert.patch
	patches.suse/0008-drm-Add-privacy-screen-class-v4.patch
	patches.suse/0009-drm-privacy-screen-Add-X86-specific-arch-init-code.patch
	patches.suse/0010-drm-privacy-screen-Add-notifier-support-v2.patch
	patches.suse/0011-drm-connector-Add-a-drm_connector-privacy-screen-hel.patch
	patches.suse/0012-video-omapfb-Fix-fall-through-warning-for-Clang.patch
	patches.suse/0013-drm-panel-simple-Add-support-for-the-Innolux-G070Y2-.patch
	patches.suse/drm-bridge-display-connector-fix-an-uninitialized-po.patch
	patches.suse/0015-drm-of-Add-drm_of_lvds_get_data_mapping.patch
	patches.suse/0016-drm-panel-simple-Add-Vivax-TPC-9150-panel-v6.patch
	patches.suse/drm-fix-null-ptr-deref-in-drm_dev_init_release.patch
	patches.suse/0018-drm-panel-Add-JDI-R63452-MIPI-DSI-panel-driver.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/0022-drm-panel-nt36672a-Removed-extra-whitespace.patch
	patches.suse/0023-drm-panel-ej030na-Make-use-of-the-helper-function-de.patch
	patches.suse/0024-drm-panel-fy07024di26a30d-Make-use-of-the-helper-fun.patch
	patches.suse/0025-drm-panel-ili9881c-Make-use-of-the-helper-function-d.patch
	patches.suse/0026-drm-panel-k101-im2ba02-Make-use-of-the-helper-functi.patch
	patches.suse/0027-drm-panel-ls037v7dw01-Make-use-of-the-helper-functio.patch
	patches.suse/0028-drm-panel-nt39016-Make-use-of-the-helper-function-de.patch
	patches.suse/0029-drm-panel-s6e63j0x03-Make-use-of-the-helper-function.patch
	patches.suse/0030-drm-panel-sofef00-Make-use-of-the-helper-function-de.patch
	patches.suse/0031-drm-panel-td043mtea1-Make-use-of-the-helper-function.patch
	patches.suse/0032-drm-panel-xpp055c272-Make-use-of-the-helper-function.patch
	patches.suse/0033-drm-panel-y030xx067a-Make-use-of-the-helper-function.patch
	patches.suse/0034-drm-bridge-synopsys-dw-hdmi-also-allow-interlace-on-.patch
	patches.suse/0035-drm-panel-dsi-cm-replace-snprintf-in-show-functions-.patch
	patches.suse/0036-drm-tiny-add-driver-for-newhaven-1.8-128160EF.patch
	patches.suse/0037-drm-tiny-ili9163-fix-build.patch
	patches.suse/0038-video-fbdev-replace-snprintf-in-show-functions-with-.patch
	patches.suse/0039-video-omapfb-replace-snprintf-in-show-functions-with.patch
	patches.suse/0040-drm-panel-ilitek-ili9881d-add-support-for-Wanchanglo.patch
	patches.suse/0041-drm-panel-ilitek-ili9881c-Make-gpio-reset-optional.patch
	patches.suse/0042-drm-bridge-ti-sn65dsi83-Optimize-reset-line-toggling.patch
	patches.suse/0043-drm-panel-Add-driver-for-Novatek-NT35950-DSI-DriverI.patch
	patches.suse/0044-drm-panel-Add-BOE-BF060Y8M-AJ0-5.99-AMOLED-panel-dri.patch
	patches.suse/0045-drm-panel-Add-Sony-Tulip-Truly-NT35521-driver.patch
	patches.suse/0046-drm-v3d-nullify-pointer-se-with-a-NULL.patch
	patches.suse/0047-drm-rockchip-vop-Add-timeout-for-DSP-hold.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/0052-dma-buf-Update-obsoluted-comments-on-dma_buf_vmap-vu.patch
	patches.suse/0053-drm-gma500-Move-helpers-for-struct-gtt_range-from-gt.patch
	patches.suse/0054-drm-gma500-Use-to_gtt_range-everywhere.patch
	patches.suse/0055-drm-gma500-Reimplement-psb_gem_create.patch
	patches.suse/0056-drm-gma500-Allocate-GTT-ranges-in-stolen-memory-with.patch
	patches.suse/0057-drm-gma500-Rename-psb_gtt_-pin-unpin-to-psb_gem_-pin.patch
	patches.suse/0058-drm-gma500-Inline-psb_gtt_attach_pages-and-psb_gtt_d.patch
	patches.suse/0059-drm-gma500-Inline-psb_gtt_-alloc-free-_range-into-rs.patch
	patches.suse/0060-drm-gma500-Set-page-caching-flags-in-GEM-pin-unpin.patch
	patches.suse/0061-drm-gma500-Rewrite-GTT-page-insert-remove-without-st.patch
	patches.suse/0062-drm-gma500-Rename-struct-gtt_range-to-struct-psb_gem.patch
	patches.suse/0063-drm-bridge-tc358768-Enable-reference-clock.patch
	patches.suse/0064-drm-bridge-tc358768-Support-pulse-mode.patch
	patches.suse/0065-drm-bridge-tc358768-Calculate-video-start-delay.patch
	patches.suse/0066-drm-bridge-tc358768-Disable-non-continuous-clock-mod.patch
	patches.suse/0067-drm-bridge-tc358768-Correct-BTACNTRL1-programming.patch
	patches.suse/0068-drm-dp-add-helpers-to-read-link-training-delays.patch
	patches.suse/0069-drm-dp-reuse-the-8b-10b-link-training-delay-helpers.patch
	patches.suse/0070-drm-amdgpu-use-new-iterator-in-amdgpu_vm_prt_fini.patch
	patches.suse/0071-drm-msm-use-new-iterator-in-msm_gem_describe.patch
	patches.suse/0072-drm-radeon-use-new-iterator-in-radeon_sync_resv.patch
	patches.suse/0073-drm-gma500-Remove-generic-DRM-drivers-in-probe-funct.patch
	patches.suse/0074-drm-sun4i-virtual-CMA-addresses-are-not-needed.patch
	patches.suse/0075-drm-rockchip-Implement-mmap-as-GEM-object-function.patch
	patches.suse/0076-dma-buf-fix-kerneldoc-for-renamed-members.patch
	patches.suse/0077-drm-nouveau-use-the-new-iterator-in-nouveau_fence_sy.patch
	patches.suse/0078-dma-buf-add-dma_resv-selftest-v4.patch
	patches.suse/0079-drm-amdgpu-use-the-new-iterator-in-amdgpu_sync_resv.patch
	patches.suse/0080-drm-amdgpu-use-new-iterator-in-amdgpu_ttm_bo_evictio.patch
	patches.suse/0081-drm-Build-drm_irq.o-only-if-CONFIG_DRM_LEGACY-has-be.patch
	patches.suse/0082-drm-Link-several-object-files-into-drm_kms_helper.ko.patch
	patches.suse/0083-drm-Move-GEM-memory-managers-into-modules.patch
	patches.suse/0084-drm-use-new-iterator-in-drm_gem_plane_helper_prepare.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/0092-drm-vc4-hdmi-Warn-if-we-access-the-controller-while-.patch
	patches.suse/drm-vc4-crtc-Make-sure-the-HDMI-controller-is-powere.patch
	patches.suse/0094-drm-panel-ilitek-ili9881c-Read-panel-orientation.patch
	patches.suse/0095-drm-panel-make-sharp_ls055d1sx04-static.patch
	patches.suse/0096-drm-panel-novatek-nt35950-remove-unneeded-semicolon.patch
	patches.suse/0097-dma-buf-st-fix-error-handling-in-test_get_fences.patch
	patches.suse/0098-drm-etnaviv-use-new-iterator-in-etnaviv_gem_describe.patch
	patches.suse/0099-drm-etnaviv-replace-dma_resv_get_excl_unlocked.patch
	patches.suse/0101-pwm-Introduce-single-PWM-of_xlate-function.patch
	patches.suse/0100-drm-bridge-ti-sn65dsi86-Use-regmap_bulk_write-API.patch
	patches.suse/0102-drm-bridge-ti-sn65dsi86-Implement-the-pwm_chip.patch
	patches.suse/0103-drm-Link-CMA-framebuffer-helpers-into-KMS-helper-lib.patch
	patches.suse/0104-drm-bridge-adv7533-Switch-to-devm-MIPI-DSI-helpers.patch
	patches.suse/0105-drm-bridge-adv7511-Register-and-attach-our-DSI-devic.patch
	patches.suse/0106-drm-bridge-anx7625-Switch-to-devm-MIPI-DSI-helpers.patch
	patches.suse/0107-drm-bridge-anx7625-Register-and-attach-our-DSI-devic.patch
	patches.suse/0108-drm-bridge-lt8912b-Switch-to-devm-MIPI-DSI-helpers.patch
	patches.suse/0109-drm-bridge-lt8912b-Register-and-attach-our-DSI-devic.patch
	patches.suse/0110-drm-bridge-lt9611-Switch-to-devm-MIPI-DSI-helpers.patch
	patches.suse/0111-drm-bridge-lt9611-Register-and-attach-our-DSI-device.patch
	patches.suse/0112-drm-bridge-lt9611uxc-Switch-to-devm-MIPI-DSI-helpers.patch
	patches.suse/0113-drm-bridge-lt9611uxc-Register-and-attach-our-DSI-dev.patch
	patches.suse/0114-drm-bridge-ps8640-Switch-to-devm-MIPI-DSI-helpers.patch
	patches.suse/0115-drm-bridge-ps8640-Register-and-attach-our-DSI-device.patch
	patches.suse/0116-drm-bridge-sn65dsi83-Fix-bridge-removal.patch
	patches.suse/0117-drm-bridge-sn65dsi83-Switch-to-devm-MIPI-DSI-helpers.patch
	patches.suse/0118-drm-bridge-sn65dsi83-Register-and-attach-our-DSI-dev.patch
	patches.suse/0119-drm-bridge-sn65dsi86-Switch-to-devm-MIPI-DSI-helpers.patch
	patches.suse/0120-drm-bridge-sn65dsi86-Register-and-attach-our-DSI-dev.patch
	patches.suse/0121-drm-bridge-tc358775-Switch-to-devm-MIPI-DSI-helpers.patch
	patches.suse/0122-drm-bridge-tc358775-Register-and-attach-our-DSI-devi.patch
	patches.suse/0123-drm-kirin-dsi-Adjust-probe-order.patch
	patches.suse/0124-drm-msm-dsi-Adjust-probe-order.patch
	patches.suse/0125-drm-kmb-Enable-support-for-framebuffer-console.patch
	patches.suse/0126-dma-buf-remove-restriction-of-IOCTL-DMA_BUF_SET_NAME.patch
	patches.suse/0127-drm-bridge-sn65dsi86-ti_sn65dsi86_read_u16-__maybe_u.patch
	patches.suse/0128-drm-virtio-fix-potential-integer-overflow-on-shift-o.patch
	patches.suse/0129-drm-virtio-fix-another-potential-integer-overflow-on.patch
	patches.suse/0130-drm-nouveau-use-the-new-interator-in-nv50_wndw_prepa.patch
	patches.suse/0131-drm-import-DMA_BUF-module-namespace.patch
	patches.suse/0132-drm-ingenic-Simplify-code-by-using-hwdescs-array.patch
	patches.suse/0133-drm-ingenic-Add-support-for-private-objects.patch
	patches.suse/0134-drm-ingenic-Move-IPU-scale-settings-to-private-state.patch
	patches.suse/0135-drm-ingenic-Set-DMA-descriptor-chain-register-when-s.patch
	patches.suse/0136-drm-ingenic-Upload-palette-before-frame.patch
	patches.suse/0137-drm-ingenic-Attach-bridge-chain-to-encoders.patch
	patches.suse/0138-drm-ingenic-Remove-bogus-register-write.patch
	patches.suse/0139-drm-sched-Avoid-lockdep-spalt-on-killing-a-processes.patch
	patches.suse/0140-drm-sysfs-introduce-drm_sysfs_connector_hotplug_even.patch
	patches.suse/0141-drm-probe-helper-add-drm_kms_helper_connector_hotplu.patch
	patches.suse/0142-drm-connector-use-drm_sysfs_connector_hotplug_event.patch
	patches.suse/0143-amdgpu-use-drm_kms_helper_connector_hotplug_event.patch
	patches.suse/0144-drm-probe-helper-use-drm_kms_helper_connector_hotplu.patch
	patches.suse/0145-i915-display-dp-send-a-more-fine-grained-link-status.patch
	patches.suse/0146-drm-etnaviv-stop-getting-the-excl-fence-separately-h.patch
	patches.suse/0147-drm-radeon-use-dma_resv_wait_timeout-instead-of-manu.patch
	patches.suse/0148-drm-vc4-hdmi-Remove-the-DDC-probing-for-status-detec.patch
	patches.suse/drm-vc4-hdmi-Fix-HPD-GPIO-detection.patch
	patches.suse/0150-drm-vc4-Make-vc4_crtc_get_encoder-public.patch
	patches.suse/0151-drm-vc4-crtc-Add-encoder-to-vc4_crtc_config_pv-proto.patch
	patches.suse/0152-drm-vc4-crtc-Rework-the-encoder-retrieval-code-again.patch
	patches.suse/0153-drm-vc4-crtc-Add-some-logging.patch
	patches.suse/0154-drm-vc4-Leverage-the-load-tracker-on-the-BCM2711.patch
	patches.suse/0155-drm-vc4-hdmi-Raise-the-maximum-clock-rate.patch
	patches.suse/drm-vc4-hdmi-Enable-the-scrambler-on-reconnection.patch
	patches.suse/0157-drm-vc4-Increase-the-core-clock-based-on-HVS-load.patch
	patches.suse/0158-drm-bridge-anx7625-fix-not-correct-return-value.patch
	patches.suse/0159-drm-bridge-anx7625-add-MIPI-DPI-input-feature.patch
	patches.suse/0160-drm-bridge-anx7625-add-HDMI-audio-function.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/0165-drm-vc4-hdmi-Add-a-spinlock-to-protect-register-acce.patch
	patches.suse/0166-drm-vc4-hdmi-Use-a-mutex-to-prevent-concurrent-frame.patch
	patches.suse/0167-drm-vc4-hdmi-Prevent-access-to-crtc-state-outside-of.patch
	patches.suse/0168-drm-vc4-hdmi-Check-the-device-state-in-prepare.patch
	patches.suse/0169-drm-vc4-hdmi-Introduce-an-output_enabled-flag.patch
	patches.suse/0170-drm-vc4-hdmi-Introduce-a-scdc_enabled-flag.patch
	patches.suse/drm-lima-fix-warning-when-CONFIG_DEBUG_SG-y-CONFIG_D.patch
	patches.suse/0172-drm-omapdrm-Convert-to-SPDX-identifier.patch
	patches.suse/0173-drm-omap-dss-Make-use-of-the-helper-macro-SET_RUNTIM.patch
	patches.suse/0174-drm-omap-Make-use-of-the-helper-function-devm_platfo.patch
	patches.suse/0175-drm-omap-increase-DSS5-max-tv-pclk-to-192MHz.patch
	patches.suse/0176-drm-tidss-Make-use-of-the-helper-macro-SET_RUNTIME_P.patch
	patches.suse/drm-ttm-Put-BO-in-its-memory-manager-s-lru-list.patch
	patches.suse/0178-dma-buf-add-dma_fence_describe-and-dma_resv_describe.patch
	patches.suse/0179-drm-msm-use-the-new-dma_resv_describe.patch
	patches.suse/0180-drm-etnaviv-use-dma_resv_describe.patch
	patches.suse/0181-drm-xen-Implement-mmap-as-GEM-object-function.patch
	patches.suse/0182-drm-Update-documentation-and-TODO-of-gem_prime_mmap-.patch
	patches.suse/0183-drm-format-helper-Export-drm_fb_clip_offset.patch
	patches.suse/0184-drm-format-helper-Rework-format-helper-memcpy-functi.patch
	patches.suse/0185-drm-format-helper-Add-destination-buffer-pitch-to-dr.patch
	patches.suse/0186-drm-format-helper-Rework-format-helper-conversion-fu.patch
	patches.suse/0187-drm-format-helper-Streamline-blit-helper-interface.patch
	patches.suse/0188-drm-fb-helper-Allocate-shadow-buffer-of-surface-heig.patch
	patches.suse/0189-drm-simpledrm-Enable-FB_DAMAGE_CLIPS-property.patch
	patches.suse/0190-drm-simpledrm-Support-virtual-screen-sizes.patch
	patches.suse/0191-drm-Clarify-semantics-of-struct-drm_mode_config.-min.patch
	patches.suse/0192-drm-bridge-parade-ps8640-Enable-runtime-power-manage.patch
	patches.suse/0193-drm-bridge-parade-ps8640-Populate-devices-on-aux-bus.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/0196-drm-meson-remove-useless-recursive-components-matchi.patch
	patches.suse/drm-meson-split-out-encoder-from-meson_dw_hdmi.patch
	patches.suse/0198-drm-meson-encoder_hdmi-switch-to-bridge-DRM_BRIDGE_A.patch
	patches.suse/0199-drm-meson-rename-venc_cvbs-to-encoder_cvbs.patch
	patches.suse/0200-drm-meson-encoder_cvbs-switch-to-bridge-with-ATTACH_.patch
	patches.suse/0201-drm-nouveau-kms-nv50-Use-drm_dbg_kms-in-crc.c.patch
	patches.suse/0202-drm-nouveau-kms-nv50-Check-vbl-count-after-CRC-conte.patch
	patches.suse/0203-drm-nouveau-kms-nv140-Use-hard-coded-wndws-or-core-c.patch
	patches.suse/0204-drm-nouveau-kms-nvd9-nv138-Fix-CRC-calculation-for-t.patch
	patches.suse/0205-drm-nouveau-kms-nv140-Add-CRC-methods-to-gv100_disp_.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/0208-drm-nouveau-core-client-Mark-nvkm_uclient_sclass-wit.patch
	patches.suse/0209-drm-nouveau-bios-init-A-typo-fix.patch
	patches.suse/0210-drm-nouveau-kms-nv50-Correct-size-checks-for-cursors.patch
	patches.suse/0211-drm-nouveau-Remove-unused-variable-ret.patch
	patches.suse/0212-drm-nouveau-kms-nv50-Use-NV_ATOMIC-in-nv50_head_atom.patch
	patches.suse/0213-drm-nouveau-kms-nv50-Always-validate-LUTs-in-nv50_he.patch
	patches.suse/0214-nouveau-nvkm-subdev-devinit-mcp89.c-Unneeded-variabl.patch
	patches.suse/drm-nouveau-kms-nv04-use-vzalloc-for-nv04_display.patch
	patches.suse/0216-drm-nouveau-device-use-snprintf-to-replace-strncpy-t.patch
	patches.suse/0217-drm-nouveau-dispnv50-headc57d-Make-local-function-he.patch
	patches.suse/0218-drm-nouveau-fifo-make-tu102_fifo_runlist-static.patch
	patches.suse/0219-drm-nouveau-kms-nv50-Remove-several-set-but-not-used.patch
	patches.suse/0220-drm-nouveau-kms-delete-an-useless-function-call-in-n.patch
	patches.suse/0221-drm-nouveau-set-RGB-quantization-range-to-FULL.patch
	patches.suse/0222-drm-shmem-helper-Unexport-drm_gem_shmem_create_with_.patch
	patches.suse/0223-drm-shmem-helper-Export-dedicated-wrappers-for-GEM-o.patch
	patches.suse/0224-drm-shmem-helper-Pass-GEM-shmem-object-in-public-int.patch
	patches.suse/0225-drm-i915-use-the-new-iterator-in-i915_gem_busy_ioctl.patch
	patches.suse/0226-drm-i915-use-new-iterator-in-i915_gem_object_wait_pr.patch
	patches.suse/0227-drm-i915-use-the-new-iterator-in-i915_sw_fence_await.patch
	patches.suse/0228-drm-i915-use-new-cursor-in-intel_prepare_plane_fb-v2.patch
	patches.suse/0229-drm-i915-Fix-i915_request-fence-wait-semantics.patch
	patches.suse/0230-drm-i915-use-new-iterator-in-i915_gem_object_wait_re.patch
	patches.suse/0231-drm-amdgpu-stop-getting-excl-fence-separately.patch
	patches.suse/0232-dma-buf-nuke-dma_resv_get_excl_unlocked.patch
	patches.suse/0233-drm-bridge-parade-ps8640-Fix-additional-suspend-resu.patch
	patches.suse/0234-gpu-drm-panel-edp-Fix-edp_panel_entry-documentation.patch
	patches.suse/0235-drm-nouveau-kms-nv50-Explicitly-check-DPCD-backlight.patch
	patches.suse/drm-dp-Don-t-read-back-backlight-mode-in-drm_edp_bac.patch
	patches.suse/0237-drm-dp-drm-i915-Add-support-for-VESA-backlights-usin.patch
	patches.suse/0238-drm-i915-Clarify-probing-order-in-intel_dp_aux_init_.patch
	patches.suse/drm-i915-Avoid-bitwise-vs-logical-OR-warning-in-snb_.patch
	patches.suse/0240-drm-i915-Move-the-pxp-plane-state-computation.patch
	patches.suse/0241-drm-i915-Fix-up-skl_program_plane-pxp-stuff.patch
	patches.suse/0242-drm-i915-Remove-the-drm_dbg-from-the-vblank-evade-cr.patch
	patches.suse/0243-drm-i915-Rename-intel_load_plane_csc_black.patch
	patches.suse/drm-i915-Clean-up-bonding-debug-message.patch
	patches.suse/0245-drm-i915-Don-t-propagate-the-gen-split-confusion-fur.patch
	patches.suse/0246-drm-i915-Move-PCH-refclock-stuff-into-its-own-file.patch
	patches.suse/0247-drm-i915-Move-PCH-modeset-code-to-its-own-file.patch
	patches.suse/0248-drm-i915-Clean-up-the-ilk-lpt-_pch_enable-calling-co.patch
	patches.suse/0249-drm-i915-Move-LPT-PCH-readout-code.patch
	patches.suse/0250-drm-i915-Extract-ilk_pch_get_config.patch
	patches.suse/0251-drm-i915-Move-iCLKIP-readout-to-the-pch-code.patch
	patches.suse/0252-drm-i915-Introduce-ilk_pch_disable-and-ilk_pch_post_.patch
	patches.suse/0253-drm-i915-Move-intel_ddi_fdi_post_disable-to-fdi-code.patch
	patches.suse/0254-drm-i915-Introduce-lpt_pch_disable.patch
	patches.suse/0255-drm-i915-dp-use-new-link-training-delay-helpers.patch
	patches.suse/0256-drm-i915-dp-Ensure-sink-link-max-lane-count-values-a.patch
	patches.suse/0257-drm-i915-dp-Sanitize-sink-rate-DPCD-register-values.patch
	patches.suse/0258-drm-i915-dp-Sanitize-link-common-rate-array-lookups.patch
	patches.suse/0259-drm-i915-display-Rename-POWER_DOMAIN_DPLL_DC_OFF-to-.patch
	patches.suse/0260-drm-i915-display-Add-warn_on-in-intel_psr_pause.patch
	patches.suse/0261-drm-i915-Add-a-table-with-a-descriptor-for-all-i915-.patch
	patches.suse/0262-drm-i915-Move-intel_get_format_info-to-intel_fb.c.patch
	patches.suse/0263-drm-i915-Add-tiling-attribute-to-the-modifier-descri.patch
	patches.suse/0264-drm-i915-Simplify-the-modifier-check-for-interlaced-.patch
	patches.suse/0265-drm-i915-Unexport-is_semiplanar_uv_plane.patch
	patches.suse/0266-drm-i915-Move-intel_format_info_is_yuv_semiplanar-to.patch
	patches.suse/0267-drm-i915-Add-a-platform-independent-way-to-get-the-R.patch
	patches.suse/0268-drm-i915-Handle-CCS-CC-planes-separately-from-CCS-AU.patch
	patches.suse/0269-drm-i915-Add-a-platform-independent-way-to-check-for.patch
	patches.suse/0270-drm-i915-Move-is_ccs_modifier-to-intel_fb.c.patch
	patches.suse/0271-drm-i915-Add-functions-to-check-for-RC-CCS-CC-and-MC.patch
	patches.suse/0272-drm-i915-Move-function-prototypes-to-the-correct-hea.patch
	patches.suse/0273-drm-i915-hdmi-Split-intel_hdmi_bpc_possible-to-sourc.patch
	patches.suse/0274-drm-i915-hdmi-Introduce-intel_hdmi_is_ycbr420.patch
	patches.suse/0275-drm-i915-hdmi-Introduce-intel_hdmi_tmds_clock.patch
	patches.suse/0276-drm-i915-hdmi-Unify-4-2-0-also-logic-between-.mode_v.patch
	patches.suse/0277-drm-i915-hdmi-Extract-intel_hdmi_output_format.patch
	patches.suse/0278-drm-i915-remove-CNL-leftover.patch
	patches.suse/0279-drm-Small-optimization-to-intel_dp_mst_atomic_master.patch
	patches.suse/0280-drm-i915-display-Wait-PSR2-get-out-of-deep-sleep-to-.patch
	patches.suse/0281-drm-i915-abstraction-for-iosf-to-compile-on-all-arch.patch
	patches.suse/0282-drm-i915-psr-Disable-PSR-before-modesets-turn-off-al.patch
	patches.suse/Revert-drm-i915-display-Disable-audio-DRRS-and-PSR-b.patch
	patches.suse/0284-drm-i915-Disable-all-planes-before-modesetting-any-p.patch
	patches.suse/0285-drm-i915-Introduce-intel_master_crtc.patch
	patches.suse/0286-drm-i915-Simplify-intel_crtc_copy_uapi_to_hw_state_n.patch
	patches.suse/0287-drm-i915-Split-PPS-write-from-DSC-enable.patch
	patches.suse/0288-drm-i915-Perform-correct-cpu_transcoder-readout-for-.patch
	patches.suse/0289-drm-i915-Reduce-bigjoiner-special-casing.patch
	patches.suse/0290-drm-i915-Nuke-PIPE_CONFIG_QUIRK_BIGJOINER_SLAVE.patch
	patches.suse/0291-drm-i915-dsc-demote-noisy-drm_info-to-drm_kms_dbg.patch
	patches.suse/0292-drm-i915-adlp-Extend-PSR2-support-in-transcoder-B.patch
	patches.suse/0293-drm-i915-Fix-icl-combo-phy-static-lane-power-down-se.patch
	patches.suse/0294-drm-i915-fb-Don-t-report-MC-CCS-plane-capability-on-.patch
	patches.suse/0295-drm-i915-fb-Don-t-store-bitmasks-in-the-intel_plane_.patch
	patches.suse/0296-drm-i915-fb-Fold-modifier-CCS-type-tiling-attribute-.patch
	patches.suse/0297-drm-i915-display-Add-initial-selective-fetch-support.patch
	patches.suse/0298-Revert-drm-i915-display-psr-Do-full-fetch-when-handl.patch
	patches.suse/0299-drm-i915-adlp-Implement-workaround-16013190616.patch
	patches.suse/0300-i915-display-dmc-Add-Support-for-PipeC-and-PipeD-DMC.patch
	patches.suse/0301-drm-i915-Don-t-request-GMBUS-to-generate-irqs-when-c.patch
	patches.suse/0302-drm-i915-display-Check-async-flip-state-of-every-crt.patch
	patches.suse/0303-drm-i915-display-program-audio-CDCLK-TS-for-keepaliv.patch
	patches.suse/0304-drm-i915-fb-Factor-out-functions-to-remap-contiguous.patch
	patches.suse/0305-drm-i915-adlp-fb-Fix-remapping-of-linear-CCS-AUX-sur.patch
	patches.suse/0306-drm-i915-fb-Rename-i915_color_plane_view-stride-to-m.patch
	patches.suse/0307-drm-i915-adlp-fb-Remove-restriction-on-semiplanar-UV.patch
	patches.suse/0308-drm-i915-adlp-fb-Remove-restriction-on-CCS-AUX-plane.patch
	patches.suse/0309-drm-i915-Factor-out-i915_ggtt_suspend_vm-i915_ggtt_r.patch
	patches.suse/0310-drm-i915-Restore-memory-mapping-for-DPT-FBs-across-s.patch
	patches.suse/0311-drm-i915-Fix-comment-about-modeset-parameters.patch
	patches.suse/0312-drm-i915-Stop-using-group-access-when-progrmming-icl.patch
	patches.suse/0313-drm-i915-Query-the-vswing-levels-per-lane-for-icl-co.patch
	patches.suse/0314-drm-i915-Query-the-vswing-levels-per-lane-for-icl-mg.patch
	patches.suse/0315-drm-i915-Query-the-vswing-levels-per-lane-for-tgl-dk.patch
	patches.suse/0316-drm-i915-Query-the-vswing-levels-per-lane-for-snps-p.patch
	patches.suse/0317-drm-i915-Enable-per-lane-drive-settings-for-icl.patch
	patches.suse/0318-drm-i915-Use-intel_de_rmw-for-tgl-dkl-phy-programmin.patch
	patches.suse/0319-drm-i915-Use-intel_de_rmw-for-icl-mg-phy-programming.patch
	patches.suse/0320-drm-i915-Use-intel_de_rmw-for-icl-combo-phy-programm.patch
	patches.suse/0321-drm-i915-Reject-planar-formats-when-doing-async-flip.patch
	patches.suse/0322-drm-i915-Fix-async-flip-with-decryption-and-or-DPT.patch
	patches.suse/0323-drm-i915-Fix-up-the-sprite-namespacing.patch
	patches.suse/0324-drm-i915-Split-update_plane-into-update_noarm-update.patch
	patches.suse/0325-drm-i915-Split-skl-plane-update-into-noarm-arm-pair.patch
	patches.suse/0326-drm-i915-Split-pre-skl-primary-plane-update-into-noa.patch
	patches.suse/0327-drm-i915-Split-g4x-sprite-plane-update-into-noarm-ar.patch
	patches.suse/0328-drm-i915-Split-ivb-sprite-plane-update-into-noarm-ar.patch
	patches.suse/0329-drm-i915-Split-vlv-chv-sprite-plane-update-into-noar.patch
	patches.suse/drm-i915-Update-memory-bandwidth-formulae.patch
	patches.suse/0331-drm-i915-audio-group-audio-under-anonymous-struct-in.patch
	patches.suse/0332-drm-i915-audio-name-the-audio-sub-struct-in-drm_i915.patch
	patches.suse/0333-drm-i915-audio-define-the-audio-struct-separately-fr.patch
	patches.suse/0334-drm-i915-audio-move-intel_audio_funcs-internal-to-in.patch
	patches.suse/0335-drm-i915-audio-rename-intel_init_audio_hooks-to-inte.patch
	patches.suse/0336-drm-i915-display-adlp-Disable-underrun-recovery.patch
	patches.suse/drm-i915-Fix-Memory-BW-formulae-for-ADL-P.patch
	patches.suse/0338-drm-i915-dsi-disable-lpdt-if-it-is-not-enabled.patch
	patches.suse/0339-drm-i915-Do-vrr-push-before-sampling-the-frame-count.patch
	patches.suse/0340-drm-i915-Use-vblank-workers-for-gamma-updates.patch
	patches.suse/0341-drm-i915-Use-unlocked-register-accesses-for-LUT-load.patch
	patches.suse/0342-drm-i915-Call-intel_update_active_dpll-for-both-bigj.patch
	patches.suse/0343-drm-i915-pin-delete-duplicate-check-in-intel_pin_and.patch
	patches.suse/0344-drm-i915-dp-Optimize-the-FRL-configuration-for-HDMI2.patch
	patches.suse/0345-drm-i915-dp-For-PCON-TMDS-mode-set-only-the-relavant.patch
	patches.suse/0346-drm-i915-dsi-transmit-brightness-command-in-HS-state.patch
	patches.suse/0347-drm-i915-fbc-Extract-snb_fbc_program_fence.patch
	patches.suse/0348-drm-i915-fbc-Extract-skl-glk-_fbc_program_cfb_stride.patch
	patches.suse/0349-drm-i915-fbc-Just-use-params-fence_y_offset-always.patch
	patches.suse/0350-drm-i915-fbc-Introduce-intel_fbc_is_compressing.patch
	patches.suse/0351-drm-i915-fbc-Extract-helpers-to-compute-FBC-control-.patch
	patches.suse/0352-drm-i915-fbc-Introduce-intel_fbc_funcs.patch
	patches.suse/0353-drm-i915-fbc-Introduce-.nuke-vfunc.patch
	patches.suse/0354-drm-i915-fbc-s-gen7-ivb.patch
	patches.suse/0355-drm-i915-fbc-Introduce-.program_cfb-vfunc.patch
	patches.suse/0356-drm-i915-fbc-Introduce-intel_fbc_set_false_color.patch
	patches.suse/0357-drm-i915-fbc-Nuke-BDW_FBC_COMP_SEG_MASK.patch
	patches.suse/0358-drm-i915-fbc-Clean-up-all-register-defines.patch
	patches.suse/0359-drm-i915-fbc-Finish-polishing-FBC1-registers.patch
	patches.suse/0360-drm-i915-Relocate-FBC_LLC_READ_CTRL.patch
	patches.suse/0361-drm-i915-fbc-s-dev_priv-i915.patch
	patches.suse/0362-drm-i915-fbc-Start-passing-around-intel_fbc.patch
	patches.suse/0363-drm-1915-fbc-Replace-plane-has_fbc-with-a-pointer-to.patch
	patches.suse/0364-drm-i915-psr-Fix-PSR2-handling-of-multiplanar-format.patch
	patches.suse/0365-drm-i915-make-array-states-static-const.patch
	patches.suse/0366-drm-i915-dsi-xelpd-Add-DSI-transcoder-support.patch
	patches.suse/0367-drm-i915-dsi-xelpd-Disable-DC-states-in-Video-mode.patch
	patches.suse/0368-drm-i915-include-intel-gtt.h-only-where-needed.patch
	patches.suse/0369-agp-intel-gtt-Replace-kernel.h-with-the-necessary-in.patch
	patches.suse/0370-agp-intel-gtt-reduce-intel-gtt-dependencies-more.patch
	patches.suse/0371-drm-i915-fbc-fix-the-FBC-kernel-doc-warnings.patch
	patches.suse/0372-drm-i915-Disable-D3Cold-in-s2idle-and-runtime-pm.patch
	patches.suse/0373-drm-i915-driver-rename-i915_drv.c-to-i915_driver.c.patch
	patches.suse/0374-drm-i915-driver-rename-driver-to-i915_drm_driver.patch
	patches.suse/0375-drm-i915-driver-add-i915_driver_-prefix-to-functions.patch
	patches.suse/0376-drm-i915-Fix-fastsets-on-TypeC-ports-following-a-non.patch
	patches.suse/0377-drm-i915-vlv_dsi-Double-pixelclock-on-read-back-for-.patch
	patches.suse/0378-drm-i915-Move-vrr-push-after-the-frame-counter-sampl.patch
	patches.suse/0379-drm-i915-Do-vblank-evasion-correctly-if-vrr-push-has.patch
	patches.suse/0380-drm-i915-Fix-framestart_delay-commens-in-VRR-code.patch
	patches.suse/0381-drm-i915-Declare-.-de-gamma_lut_tests-for-icl.patch
	patches.suse/0382-drm-i915-Disable-DSB-usage-for-now.patch
	patches.suse/0383-drm-i915-Extend-VRR-platform-support-to-Gen-11.patch
	patches.suse/0384-drm-i915-Clean-up-FPGA_DBG-CLAIM_ER-bits.patch
	patches.suse/0385-drm-i915-Clean-up-DPINVGTT-VLV_DPFLIPSTAT-bits.patch
	patches.suse/0386-drm-i915-Clean-up-CRC-register-defines.patch
	patches.suse/0387-drm-i915-drop-intel_display.h-include-from-intel_ddi.patch
	patches.suse/0388-drm-i915-drop-intel_display.h-include-from-intel_dpl.patch
	patches.suse/0389-drm-i915-debugfs-move-debug-printing-to-intel_displa.patch
	patches.suse/0390-drm-i915-move-structs-from-intel_display_power.h-to-.patch
	patches.suse/0391-drm-i915-drop-intel_display.h-include-from-intel_dis.patch
	patches.suse/0392-drm-i915-pxp-fix-includes-for-headers-in-include-drm.patch
	patches.suse/0393-drm-i915-dg2-Implement-WM0-cursor-WA-for-DG2.patch
	patches.suse/0394-drm-i915-rpm-Enable-runtime-pm-autosuspend-by-defaul.patch
	patches.suse/0395-drm-i915-dg2-Tile-4-plane-format-support.patch
	patches.suse/0396-drm-i915-dsi-split-out-intel_dsi_vbt.h.patch
	patches.suse/0397-drm-i915-dsi-split-out-vlv_dsi_pll.h.patch
	patches.suse/0398-drm-i915-dsi-split-out-vlv_dsi.h.patch
	patches.suse/0399-drm-i915-dsi-split-out-icl_dsi.h.patch
	patches.suse/0400-Revert-drm-i915-dg2-Tile-4-plane-format-support.patch
	patches.suse/0401-drm-i915-Fix-DPT-suspend-resume-on-HAS_DISPLAY-platf.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/0404-drm-amdgpu-partially-revert-svm-bo-enable_signal-cal.patch
	patches.suse/0405-drm-ttm-correct-ttm_range_manager-kernel-doc-notatio.patch
	patches.suse/drm-bridge-anx7625-Fix-edid_read-break-case-in-sp_tx.patch
	patches.suse/0407-drm-bridge-anx7625-fix-an-error-code-in-anx7625_regi.patch
	patches.suse/drm-bridge-megachips-Ensure-both-bridges-are-probed-.patch
	patches.suse/0409-drm-get-rid-of-DRM_DEBUG_-log-calls-in-drm-core-file.patch
	patches.suse/0410-drm-Don-t-print-messages-if-drivers-are-disabled-due.patch
	patches.suse/0411-drm-vboxvideo-Drop-CONFIG_VGA_CONSOLE-guard-to-call-.patch
	patches.suse/0412-drm-Move-nomodeset-kernel-parameter-to-the-DRM-subsy.patch
	patches.suse/0413-drm-Decouple-nomodeset-from-CONFIG_VGA_CONSOLE.patch
	patches.suse/0414-drm-Fix-build-error-caused-by-missing-drm_nomodeset..patch
	patches.suse/0415-drm-amdkfd-add-amdgpu_device-entry-to-kfd_dev.patch
	patches.suse/0416-drm-amdkfd-replace-kgd_dev-in-static-gfx-v7-funcs.patch
	patches.suse/0417-drm-amdkfd-replace-kgd_dev-in-static-gfx-v8-funcs.patch
	patches.suse/0418-drm-amdkfd-replace-kgd_dev-in-static-gfx-v9-funcs.patch
	patches.suse/0419-drm-amdkfd-replace-kgd_dev-in-static-gfx-v10-funcs.patch
	patches.suse/0420-drm-amdkfd-replace-kgd_dev-in-static-gfx-v10_3-funcs.patch
	patches.suse/0421-drm-amdkfd-replace-kgd_dev-in-hqd-mqd-kfd2kgd-funcs.patch
	patches.suse/0422-drm-amdkfd-replace-kgd_dev-in-various-kfd2kgd-funcs.patch
	patches.suse/0423-drm-amdkfd-replace-kgd_dev-in-various-amgpu_amdkfd-f.patch
	patches.suse/0424-drm-amdkfd-replace-kgd_dev-in-get-amdgpu_amdkfd-func.patch
	patches.suse/0425-drm-amdkfd-replace-kgd_dev-in-gpuvm-amdgpu_amdkfd-fu.patch
	patches.suse/0426-drm-amdkfd-replace-remove-remaining-kgd_dev-referenc.patch
	patches.suse/0427-drm-amdkfd-remove-kgd_dev-declaration-and-initializa.patch
	patches.suse/0428-drm-amdgpu-use-generic-fb-helpers-instead-of-setting.patch
	patches.suse/0429-drm-amdkfd-Add-sysfs-bitfields-and-enums-to-uAPI.patch
	patches.suse/0430-drm-amdgpu-remove-unnecessary-checks.patch
	patches.suse/0431-drm-amdgpu-return-early-on-error-while-setting-bar0-.patch
	patches.suse/0432-drm-amd-display-remove-unnecessary-conditional-opera.patch
	patches.suse/0433-drm-amd-display-Add-helper-for-blanking-all-dp-displ.patch
	patches.suse/0434-drm-amd-display-Pass-panel-inst-to-a-PSR-command.patch
	patches.suse/0435-drm-amd-display-remove-dmcub_support-cap-dependency.patch
	patches.suse/0436-drm-amd-display-Use-link_enc_cfg-API-for-queries.patch
	patches.suse/0437-drm-amd-display-Fix-detection-of-aligned-DMUB-firmwa.patch
	patches.suse/0438-drm-amd-display-bring-dcn31-clk-mgr-in-line-with-oth.patch
	patches.suse/0439-drm-amd-display-clean-up-some-formats-and-log.patch
	patches.suse/0440-drm-amd-display-use-link_rate_set-above-DPCD-1.3-152.patch
	patches.suse/0441-drm-amd-display-fix-stale-info-in-link-encoder-assig.patch
	patches.suse/0442-drm-amd-display-retain-release-stream-pointer-in-lin.patch
	patches.suse/0443-drm-amd-display-Fix-Coverity-Issues.patch
	patches.suse/0444-drm-amd-display-Add-hpd-pending-flag-to-indicate-det.patch
	patches.suse/0445-drm-amd-display-Adjust-code-indentation.patch
	patches.suse/0446-drm-amd-display-3.2.161.patch
	patches.suse/0447-drm-amd-display-To-support-sending-TPS3-pattern-when.patch
	patches.suse/0448-drm-amd-display-Query-all-entries-in-assignment-tabl.patch
	patches.suse/0449-drm-amd-display-Initialise-encoder-assignment-when-i.patch
	patches.suse/0450-drm-amd-display-Wait-for-ACK-for-INBOX0-HW-Lock.patch
	patches.suse/0451-drm-amd-display-log-amdgpu_dm_atomic_check-failure-c.patch
	patches.suse/0452-drm-amdkfd-replace-trivial-funcs-with-direct-access.patch
	patches.suse/0453-drm-radeon-correct-indentation.patch
	patches.suse/0454-drm-amdgpu-remove-unneeded-variable.patch
	patches.suse/0455-drm-amdkfd-convert-KFD_IS_SOC-to-IP-version-checking.patch
	patches.suse/0456-drm-amdkfd-convert-switches-to-IP-version-checking.patch
	patches.suse/0457-drm-amdkfd-convert-misc-checks-to-IP-version-checkin.patch
	patches.suse/0458-drm-amdkfd-replace-asic_family-with-asic_type.patch
	patches.suse/0459-drm-amd-display-Drop-config-guard-for-DC_LOG_DP2.patch
	patches.suse/0460-drm-amd-display-Reduce-dmesg-error-to-a-debug-print.patch
	patches.suse/0461-drm-amdgpu-Update-BO-memory-accounting-to-rely-on-al.patch
	patches.suse/0462-drm-amdgpu-Pin-MMIO-DOORBELL-BO-s-in-GTT-domain.patch
	patches.suse/0463-drm-amd-display-Secondary-display-goes-blank-on-Non-.patch
	patches.suse/0464-drm-amd-display-Only-flush-delta-from-last-command-e.patch
	patches.suse/0465-drm-amd-display-Revert-changes-for-MPO-underflow.patch
	patches.suse/0466-drm-amd-display-set-MSA-vsp-hsp-to-0-for-positive-po.patch
	patches.suse/0467-drm-amd-display-Code-change-for-DML-isolation.patch
	patches.suse/0468-drm-amd-display-Reset-fifo-after-enable-otg.patch
	patches.suse/0469-drm-amd-display-Fix-LTTPR-not-Enabled.patch
	patches.suse/0470-drm-amd-display-Enable-DSC-over-eDP.patch
	patches.suse/0471-drm-amd-display-Fix-eDP-will-flash-when-boot-to-OS.patch
	patches.suse/0472-drm-amd-display-Visual-Confirm-Bar-Height-Adjust.patch
	patches.suse/0473-drm-amd-display-FW-Promotion-Release-0.0.92.patch
	patches.suse/0474-drm-amd-display-FW-Promotion-Release-0.0.93.patch
	patches.suse/0475-drm-amd-display-fixed-the-DSC-power-off-sequence-dur.patch
	patches.suse/0476-drm-amd-display-3.2.162.patch
	patches.suse/0477-drm-amd-display-Revert-retain-release-stream-pointer.patch
	patches.suse/0478-drm-amdgpu-support-new-mode-1-reset-interface-v2.patch
	patches.suse/0479-drm-amdgpu-Add-recovery_lock-to-save-bad-pages-funct.patch
	patches.suse/0480-drm-amd-display-Clean-up-some-inconsistent-indenting.patch
	patches.suse/0481-drm-amd-display-fix-cond_no_effect.cocci-warnings.patch
	patches.suse/0482-drm-amd-amdgpu-remove-useless-break-after-return.patch
	patches.suse/0483-drm-amd-amdgpu-cleanup-the-code-style-a-bit.patch
	patches.suse/0484-drm-amd-display-remove-no-need-NULL-check-before-kfr.patch
	patches.suse/0485-drm-amd-display-cleanup-the-code-a-bit.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/0488-drm-amd-pm-Update-smu-driver-interface-for-aldebaran.patch
	patches.suse/0489-drm-amdgpu-add-new-query-interface-for-umc-block-v2.patch
	patches.suse/0490-drm-amd-pm-add-message-smu-to-get-ecc_table-v2.patch
	patches.suse/0491-drm-amdgpu-query-umc-error-info-from-ecc_table-v2.patch
	patches.suse/0492-drm-amdkfd-Retrieve-SDMA-numbers-from-amdgpu.patch
	patches.suse/0493-drm-amdgpu-pm-clean-up-some-inconsistent-indenting.patch
	patches.suse/0494-drm-amd-pm-Add-STB-accessors-interface.patch
	patches.suse/0495-drm-amd-pm-Add-STB-support-in-sienna_cichlid.patch
	patches.suse/0496-drm-amd-pm-Add-debugfs-info-for-STB.patch
	patches.suse/0497-drm-amdkfd-Remove-unused-entries-in-table.patch
	patches.suse/0498-drm-amd-display-based-on-flag-reset-z10-function-poi.patch
	patches.suse/0499-drm-amd-display-Run-full-global-validation-in-dc_com.patch
	patches.suse/0500-drm-amd-display-enable-seamless-boot-for-DCN301.patch
	patches.suse/0501-drm-amd-display-fixed-an-error-related-to-4-2-0-4-2-.patch
	patches.suse/0502-drm-amd-display-Rename-dcn_validate_bandwidth-to-dcn.patch
	patches.suse/0503-drm-amd-display-retain-release-at-proper-places-in-l.patch
	patches.suse/0504-drm-amd-display-fix-accidental-casting-enum-to-bool.patch
	patches.suse/0505-drm-amd-display-Display-object-info-table-changes.patch
	patches.suse/0506-drm-amd-display-Fix-ODM-combine-issue-with-fast-boot.patch
	patches.suse/drm-amd-display-add-else-to-avoid-double-destroy-clk.patch
	patches.suse/0508-drm-amd-display-FW-Promotion-Release-0.0.94.patch
	patches.suse/0509-drm-amd-display-3.2.163.patch
	patches.suse/0510-drm-amdgpu-move-kfd-post_reset-out-of-reset_sriov-fu.patch
	patches.suse/0511-drm-amdgpu-Declare-Unpin-BO-api-as-static.patch
	patches.suse/0512-drm-amdgpu-update-the-domain-flags-for-dumb-buffer-c.patch
	patches.suse/0513-drm-amd-pm-Add-debug-prints.patch
	patches.suse/0514-drm-amd-pm-Sienna-Print-failed-BTC.patch
	patches.suse/0515-drm-amd-pm-Print-the-error-on-command-submission.patch
	patches.suse/0516-drm-amd-pm-add-new-fields-for-Sienna-Cichlid.patch
	patches.suse/drm-amdgpu-display-Only-set-vblank_disable_immediate.patch
	patches.suse/0518-drm-rcar-stop-using-imply-for-dependencies.patch
	patches.suse/drm-rcar-du-Fix-CRTC-timings-when-CMM-is-used.patch
	patches.suse/0520-drm-rcar-du-Add-DSI-support-to-rcar_du_output_name.patch
	patches.suse/0521-drm-rcar-du-crtc-Support-external-DSI-dot-clock.patch
	patches.suse/0522-drm-rcar-du-Add-R-Car-DSI-driver.patch
	patches.suse/0523-drm-tidss-Fix-warning-unused-variable-tidss_pm_ops.patch
	patches.suse/0524-drm-ttm-Don-t-include-drm_hashtab.h.patch
	patches.suse/0525-drm-vmwgfx-Copy-DRM-hash-table-code-into-driver.patch
	patches.suse/0526-drm-Declare-hashtable-as-legacy.patch
	patches.suse/0527-drm-cma-helper-Move-driver-and-file-ops-to-the-end-o.patch
	patches.suse/0528-drm-cma-helper-Export-dedicated-wrappers-for-GEM-obj.patch
	patches.suse/0529-drm-cma-helper-Pass-GEM-CMA-object-in-public-interfa.patch
	patches.suse/0530-drm-mipi-dbi-Remove-dependency-on-GEM-CMA-helper-lib.patch
	patches.suse/0531-drm-Remove-CONFIG_DRM_KMS_CMA_HELPER-option.patch
	patches.suse/0532-lontium-lt9611-check-a-different-register-bit-for-HD.patch
	patches.suse/0533-drm-qxl-use-iterator-instead-of-dma_resv_shared_list.patch
	patches.suse/0534-drm-i915-Remove-dma_resv_prune.patch
	patches.suse/0535-drm-ttm-stop-pruning-fences-after-wait.patch
	patches.suse/0536-dma-buf-make-fence-mandatory-for-dma_resv_add_excl_f.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/0540-drm-vmwgfx-Introduce-a-new-placement-for-MOB-page-ta.patch
	patches.suse/0541-drm-vmwgfx-Switch-the-internal-BO-s-to-ttm_bo_type_k.patch
	patches.suse/0542-drm-ttm-Clarify-that-the-TTM_PL_SYSTEM-is-under-TTMs.patch
	patches.suse/0543-drm-Return-error-codes-from-struct-drm_driver.gem_cr.patch
	patches.suse/0544-drm-fsl-dcu-select-CONFIG_DRM_GEM_CMA_HELPER.patch
	patches.suse/0545-drm-aspeed-select-CONFIG_DRM_GEM_CMA_HELPER.patch
	patches.suse/0546-drm-rockchip-use-generic-fbdev-setup.patch
	patches.suse/0547-drm-rockchip-pass-0-to-drm_fbdev_generic_setup.patch
	patches.suse/0548-drm-panel-Update-Boe-tv110c9m-and-Inx-hj110iz-initia.patch
	patches.suse/0549-drm-bridge-parade-ps8640-Add-backpointer-to-drm_devi.patch
	patches.suse/0550-drm-omapdrm-Export-correct-scatterlist-for-TILER-bac.patch
	patches.suse/0551-drm-omap-add-sanity-plane-state-check.patch
	patches.suse/0552-drm-omap-Add-ability-to-check-if-requested-plane-mod.patch
	patches.suse/0553-drm-omap-Add-ovl-checking-funcs-to-dispc_ops.patch
	patches.suse/0554-drm-omap-introduce-omap_hw_overlay.patch
	patches.suse/0555-drm-omap-omap_plane-subclass-drm_plane_state.patch
	patches.suse/0556-drm-omap-Add-global-state-as-a-private-atomic-object.patch
	patches.suse/0557-drm-omap-dynamically-assign-hw-overlays-to-planes.patch
	patches.suse/0558-drm-omap-add-plane_atomic_print_state-support.patch
	patches.suse/0559-drm-omap-Add-a-right-overlay-to-plane-state.patch
	patches.suse/0560-omapdrm-dss-mark-runtime-PM-functions-__maybe_unused.patch
	patches.suse/0561-drm-bridge-sn65dsi86-defer-if-there-is-no-dsi-host.patch
	patches.suse/0562-drm-i915-gem-Break-out-some-shmem-backend-utils.patch
	patches.suse/0563-drm-i915-ttm-add-tt-shmem-backend.patch
	patches.suse/0564-drm-i915-gtt-drop-unneeded-make_unshrinkable.patch
	patches.suse/0565-drm-i915-drop-unneeded-make_unshrinkable-in-free_obj.patch
	patches.suse/0566-drm-i915-add-some-kernel-doc-for-shrink_pin-and-frie.patch
	patches.suse/0567-drm-i915-ttm-move-shrinker-management-into-adjust_lr.patch
	patches.suse/0568-drm-i915-ttm-use-cached-system-pages-when-evicting-l.patch
	patches.suse/0569-drm-i915-ttm-enable-shmem-tt-backend.patch
	patches.suse/0570-drm-i915-selftests-Increase-timeout-in-requests-perf.patch
	patches.suse/0571-drm-i915-selftests-Update-live.evict-to-wait-on-requ.patch
	patches.suse/0572-drm-i915-selftests-Fix-inconsistent-IS_ERR-and-PTR_E.patch
	patches.suse/0573-drm-i915-Use-ERR_CAST-instead-of-ERR_PTR-PTR_ERR.patch
	patches.suse/0574-drm-i915-pmu-Add-a-name-to-the-execlists-stats.patch
	patches.suse/0575-drm-i915-pmu-Connect-engine-busyness-stats-from-GuC-.patch
	patches.suse/0576-drm-i915-gtt-flush-the-scratch-page.patch
	patches.suse/0577-drm-i915-gtt-stop-caching-the-scratch-page.patch
	patches.suse/0578-drm-i915-Remove-some-dead-struct-fwd-decl-from-i915_.patch
	patches.suse/0579-drm-i915-Enable-WaProgramMgsrForCorrectSliceSpecific.patch
	patches.suse/0580-drm-i915-Introduce-refcounted-sg-tables.patch
	patches.suse/0581-drm-i915-clflush-fixup-handling-of-cache_dirty.patch
	patches.suse/0582-drm-i915-clflush-disallow-on-discrete.patch
	patches.suse/0583-drm-i915-move-cpu_write_needs_clflush.patch
	patches.suse/0584-drm-i915-stop-setting-cache_dirty-on-discrete.patch
	patches.suse/0585-drm-i915-dmabuf-drop-the-flush-on-discrete.patch
	patches.suse/0586-drm-i915-Add-struct-to-hold-IP-version.patch
	patches.suse/0587-drm-i915-Track-media-IP-stepping-separated-from-GT.patch
	patches.suse/0588-drm-i915-Rename-GT_STEP-to-GRAPHICS_STEP.patch
	patches.suse/0589-drm-i915-guc-slpc-Define-and-initialize-boost-freque.patch
	patches.suse/0590-drm-i915-guc-slpc-Add-waitboost-functionality-for-SL.patch
	patches.suse/0591-drm-i915-guc-slpc-Update-boost-sysfs-hooks-for-SLPC.patch
	patches.suse/0592-drm-i915-fixup-dma_fence_wait-usage.patch
	patches.suse/0593-drm-i915-ttm-Reorganize-the-ttm-move-code.patch
	patches.suse/0594-drm-i915-ttm-Failsafe-migration-blits.patch
	patches.suse/0595-drm-i915-Remove-gen6_ppgtt_unpin_all.patch
	patches.suse/0596-drm-i915-selftests-Rework-context-handling-in-hugepa.patch
	patches.suse/0597-drm-i915-resets-Don-t-set-test-for-per-engine-reset-.patch
	patches.suse/0598-drm-i915-guc-Refcount-context-during-error-capture.patch
	patches.suse/0599-drm-i915-gem-Fix-gem_madvise-for-ttm-shmem-objects.patch
	patches.suse/0600-drm-i915-selftests-Use-clear_and_wake_up_bit-for-the.patch
	patches.suse/0601-drm-i915-rework-some-irq-functions-to-take-intel_gt-.patch
	patches.suse/0602-drm-i915-split-general-MMIO-setup-from-per-GT-uncore.patch
	patches.suse/0603-drm-i915-ttm-Fix-illegal-addition-to-shrinker-list.patch
	patches.suse/0604-drm-i915-xehpsdv-Add-initial-workarounds.patch
	patches.suse/0605-drm-i915-dg2-Add-initial-gt-ctx-engine-workarounds.patch
	patches.suse/0606-drm-i915-dg2-Program-recommended-HW-settings.patch
	patches.suse/0607-drm-i915-guc-slpc-Check-GuC-status-before-freq-boost.patch
	patches.suse/0608-drm-i915-Don-t-read-query-SSEU-for-non-existent-slic.patch
	patches.suse/0609-drm-i915-Skip-error-capture-when-wedged-on-init.patch
	patches.suse/0610-drm-i915-move-the-pre_pin-earlier.patch
	patches.suse/0611-drm-i915-Create-a-dummy-object-for-gen6-ppgtt.patch
	patches.suse/0612-drm-i915-Create-a-full-object-for-mock_ring-v2.patch
	patches.suse/0613-drm-i915-vma-is-always-backed-by-an-object.patch
	patches.suse/0614-drm-i915-Remove-resv-from-i915_vma.patch
	patches.suse/0615-drm-i915-Drain-the-ttm-delayed-workqueue-too.patch
	patches.suse/0616-drm-i915-pmu-Avoid-with_intel_runtime_pm-within-spin.patch
	patches.suse/0617-drm-i915-ttm-Fix-error-code-in-i915_ttm_eviction_val.patch
	patches.suse/0618-drm-i915-gem-placate-scripts-kernel-doc.patch
	patches.suse/0619-drm-i915-ttm-fixup-build-failure.patch
	patches.suse/0620-drm-i915-pmu-Increase-the-live_engine_busy_stats-sam.patch
	patches.suse/0621-drm-i915-Add-support-for-moving-fence-waiting.patch
	patches.suse/0622-drm-i915-ttm-Move-the-i915_gem_obj_copy_ttm-function.patch
	patches.suse/0623-drm-i915-ttm-Drop-region-reference-counting.patch
	patches.suse/0624-drm-i915-ttm-Correctly-handle-waiting-for-gpu-when-s.patch
	patches.suse/0625-drm-i915-ttm-Implement-asynchronous-TTM-moves.patch
	patches.suse/0626-drm-i915-ttm-Update-i915_gem_obj_copy_ttm-to-be-asyn.patch
	patches.suse/0627-drm-i915-Avoid-allocating-a-page-array-for-the-gpu-c.patch
	patches.suse/0628-drm-i915-Use-__GFP_KSWAPD_RECLAIM-in-the-capture-cod.patch
	patches.suse/0629-drm-i915-gemfs-don-t-mark-huge_opt-as-static.patch
	patches.suse/dma_fence_array-Fix-PENDING_ERROR-leak-in-dma_fence_.patch
	patches.suse/0631-drm-i915-pmu-Fix-synchronization-of-PMU-callback-wit.patch
	patches.suse/0632-drm-i915-Drop-stealing-of-bits-from-i915_sw_fence-fu.patch
	patches.suse/0633-drm-i915-Use-per-device-iommu-check.patch
	patches.suse/0634-drm-i915-gem-Fix-a-NULL-pointer-dereference-in-igt_r.patch
	patches.suse/0635-drm-i915-Update-error-capture-code-to-avoid-using-th.patch
	patches.suse/0636-drm-i915-Add-workaround-numbers-to-GEN7_COMMON_SLICE.patch
	patches.suse/0637-drm-i915-dg2-Add-Wa_16011777198.patch
	patches.suse/0638-drm-i915-dg2-Add-Wa_16013000631.patch
	patches.suse/0639-drm-i915-Introduce-new-macros-for-i915-PTE.patch
	patches.suse/0640-drm-i915-selftests-Follow-up-on-increase-timeout-in-.patch
	patches.suse/0641-drm-i915-migrate-don-t-check-the-scratch-page.patch
	patches.suse/0642-drm-i915-migrate-fix-offset-calculation.patch
	patches.suse/0643-drm-i915-migrate-fix-length-calculation.patch
	patches.suse/0644-drm-i915-selftests-handle-object-rounding.patch
	patches.suse/0645-drm-i915-gt-Use-hw_engine_masks-as-reset_domains.patch
	patches.suse/0646-drm-i915-display-add-intel_crtc_wait_for_next_vblank.patch
	patches.suse/0647-drm-i915-crtc-rename-intel_get_crtc_for_pipe-to-inte.patch
	patches.suse/0648-drm-i915-crtc-rename-intel_get_crtc_for_plane-to-int.patch
	patches.suse/0649-drm-i915-display-remove-intel_wait_for_vblank.patch
	patches.suse/0650-drm-i915-Add-PLANE_CUS_CTL-restriction-in-max_width.patch
	patches.suse/0651-drm-i915-dg2-s-DISP_STEPPING-DISPLAY_STEPPING.patch
	patches.suse/0652-drm-i915-dg2-Add-Wa_14010547955.patch
	patches.suse/0653-drm-i915-dg2-extend-Wa_1409120013-to-DG2.patch
	patches.suse/0654-drm-i915-selftest-Disable-IRQ-for-timestamp-calculat.patch
	patches.suse/0655-drm-i915-crtc-un-inline-some-crtc-functions-and-move.patch
	patches.suse/0656-drm-i915-fb-move-intel_fb_uses_dpt-to-intel_fb.c-and.patch
	patches.suse/0657-drm-i915-split-out-intel_pm_types.h.patch
	patches.suse/0658-drm-i915-move-enum-hpd_pin-to-intel_display.h.patch
	patches.suse/0659-drm-i915-display-convert-dp_to_i915-to-a-macro.patch
	patches.suse/0660-drm-i915-display-stop-including-i915_drv.h-from-inte.patch
	patches.suse/0661-drm-i915-Get-rid-of-the-64bit-PLANE_CC_VAL-mmio.patch
	patches.suse/0662-drm-i915-Rename-plane-YUV-order-bits.patch
	patches.suse/0663-drm-i915-Rename-PLANE_CUS_CTL-Y-plane-bits.patch
	patches.suse/0664-drm-i915-fbc-Eliminate-racy-intel_fbc_is_active-usag.patch
	patches.suse/0665-drm-i915-fbc-Pass-whole-plane-state-to-intel_fbc_min.patch
	patches.suse/0666-drm-i915-fbc-Nuke-lots-of-crap-from-intel_fbc_state_.patch
	patches.suse/0667-drm-i915-fbc-Relocate-intel_fbc_override_cfb_stride.patch
	patches.suse/0668-drm-i915-fbc-Nuke-more-FBC-state.patch
	patches.suse/0669-drm-i915-fbc-Reuse-the-same-struct-for-the-cache-and.patch
	patches.suse/0670-drm-i915-fbc-Pass-around-FBC-instance-instead-of-crt.patch
	patches.suse/0671-drm-i915-fbc-Track-FBC-usage-per-plane.patch
	patches.suse/0672-drm-i915-fbc-Flatten-__intel_fbc_pre_update.patch
	patches.suse/0673-drm-i915-fbc-Pass-i915-instead-of-FBC-instance-to-FB.patch
	patches.suse/0674-drm-i915-fbc-Move-FBC-debugfs-stuff-into-intel_fbc.c.patch
	patches.suse/0675-drm-i915-fbc-Introduce-intel_fbc_add_plane.patch
	patches.suse/0676-drm-i915-fbc-Allocate-intel_fbc-dynamically.patch
	patches.suse/0677-drm-i915-fbc-Move-stuff-from-intel_fbc_can_enable-in.patch
	patches.suse/0678-drm-i915-fbc-Disable-FBC-fully-on-FIFO-underrun.patch
	patches.suse/0679-drm-i915-fbc-Nuke-state_cache.patch
	patches.suse/0680-drm-i915-fbc-Move-plane-pointer-into-intel_fbc_state.patch
	patches.suse/0681-drm-i915-fbc-s-parms-fbc_state.patch
	patches.suse/0682-drm-i915-fbc-No-FBC-double-wide-pipe.patch
	patches.suse/0683-drm-i915-fbc-Pimp-the-FBC-debugfs-output.patch
	patches.suse/0684-drm-i915-Get-rid-of-the-sizes-are-0-based-stuff.patch
	patches.suse/0685-drm-i915-adl_p-Add-ddc-pin-mapping.patch
	patches.suse/0686-drm-i915-adlp-Remove-require_force_probe-protection.patch
	patches.suse/0687-drm-i915-dmc-Change-max-DMC-FW-size-on-ADL-P.patch
	patches.suse/0688-drm-i915-xelpd-Enable-Pipe-color-support-for-D13-pla.patch
	patches.suse/0689-drm-i915-xelpd-Enable-Pipe-Degamma.patch
	patches.suse/0690-drm-i915-xelpd-Add-Pipe-Color-Lut-caps-to-platform-c.patch
	patches.suse/0691-drm-i915-snps-use-div32-version-of-MPLLB-word-clock-.patch
	patches.suse/0692-drm-i915-ddi-add-use_edp_hobl-and-use_edp_low_vswing.patch
	patches.suse/0693-drm-i915-display-dg2-Introduce-CD-clock-squashing-ta.patch
	patches.suse/0694-drm-i915-display-dg2-Sanitize-CD-clock.patch
	patches.suse/0695-drm-i915-display-dg2-Set-CD-clock-squashing-register.patch
	patches.suse/0696-drm-i915-display-dg2-Read-CD-clock-from-squasher-tab.patch
	patches.suse/0697-drm-i915-Allow-cdclk-squasher-to-be-reconfigured-liv.patch
	patches.suse/0698-drm-i915-rpl-s-Add-PCI-IDS-for-Raptor-Lake-S.patch
	patches.suse/0699-drm-i915-rpl-s-Add-PCH-Support-for-Raptor-Lake-S.patch
	patches.suse/0700-drm-i915-rpl-s-Enable-guc-submission-by-default.patch
	patches.suse/0701-drm-i915-Skip-remap_io_mapping-for-non-x86-platforms.patch
	patches.suse/0702-drm-i915-dmc-Update-DMC-to-v2.14-on-ADL-P.patch
	patches.suse/0703-drm-i915-trace-clean-up-boilerplate-organization.patch
	patches.suse/0704-drm-i915-trace-split-out-display-trace-to-a-separate.patch
	patches.suse/0705-drm-i915-Nuke-pipe-plane-_to_crtc_mapping.patch
	patches.suse/0706-drm-i915-Relocate-intel_crtc_for_plane.patch
	patches.suse/0707-drm-i915-s-intel_get_first_crtc-intel_first_crtc.patch
	patches.suse/0708-drm-i915-Add-intel_modeset_probe_defer-helper.patch
	patches.suse/0709-drm-i915-Add-privacy-screen-support-v3.patch
	patches.suse/0710-drm-i915-reset-include-intel_display.h-instead-of-in.patch
	patches.suse/0711-drm-i915-active-remove-useless-i915_utils.h-include.patch
	patches.suse/0712-drm-i915-psr-avoid-intel_frontbuffer.h-include-with-.patch
	patches.suse/0713-drm-i915-fbc-avoid-intel_frontbuffer.h-include-with-.patch
	patches.suse/0714-drm-i915-fb-reduce-include-dependencies.patch
	patches.suse/0715-drm-i915-pxp-un-inline-intel_pxp_is_enabled.patch
	patches.suse/0716-drm-i915-pxp-remove-useless-includes.patch
	patches.suse/0717-drm-i915-cdclk-move-intel_atomic_check_cdclk-to-inte.patch
	patches.suse/0718-drm-i915-cdclk-hide-struct-intel_cdclk_vals.patch
	patches.suse/0719-drm-i915-Move-pipe-transcoder-abox-masks-under-intel.patch
	patches.suse/0720-drm-i915-Fix-implicit-use-of-struct-pci_dev.patch
	patches.suse/0722-drm-Replace-kernel.h-with-the-necessary-inclusions.patch
	patches.suse/0723-drm-amdgpu-don-t-skip-runtime-pm-get-on-A-A-config.patch
	patches.suse/0724-drm-vmwgfx-Remove-the-dedicated-memory-accounting.patch
	patches.suse/0725-drm-vmwgfx-Add-a-debug-callback-to-mobid-resource-ma.patch
	patches.suse/0726-drm-vmwgfx-Stop-hardcoding-the-PCI-ID.patch
	patches.suse/0727-drm-vmwgfx-Implement-DRIVER_GEM.patch
	patches.suse/0728-drm-vmwgfx-Implement-create_handle-on-drm_framebuffe.patch
	patches.suse/0729-drm-vmwgfx-Update-device-headers-for-GL43.patch
	patches.suse/0730-drm-vmwgfx-support-SVGA_3D_CMD_DX_DEFINE_RASTERIZER_.patch
	patches.suse/0731-drm-vmwgfx-support-64-UAVs.patch
	patches.suse/0732-drm-vmwgfx-Allow-checking-for-gl43-contexts.patch
	patches.suse/0733-drm-vmwgfx-add-support-for-updating-only-offsets-of-.patch
	patches.suse/0734-drm-vmwgfx-Remove-usage-of-MOBFMT_RANGE.patch
	patches.suse/0735-drm-vmwgfx-Bump-the-minor-version.patch
	patches.suse/0736-drm-sprd-add-Unisoc-s-drm-kms-master.patch
	patches.suse/0737-drm-sprd-add-Unisoc-s-drm-display-controller-driver.patch
	patches.suse/0738-drm-sprd-add-Unisoc-s-drm-mipi-dsi-dphy-driver.patch
	patches.suse/0739-drm-document-DRM_IOCTL_MODE_GETFB2.patch
	patches.suse/0740-drm-bridge-lvds-codec-Add-support-for-pixel-data-sam.patch
	patches.suse/0741-drm-panel-simple-Add-Team-Source-Display-TST043015CM.patch
	patches.suse/0742-of-Move-simple-framebuffer-device-handling-from-simp.patch
	patches.suse/0743-drm-format-helper-Add-drm_fb_xrgb8888_to_xrgb2101010.patch
	patches.suse/0744-drm-simpledrm-Add-AX-RGB2101010-formats.patch
	patches.suse/drm-fourcc-Add-packed-10bit-YUV-4-2-0-format.patch
	patches.suse/0746-drm-vc4-plane-Add-support-for-DRM_FORMAT_P030.patch
	patches.suse/0747-drm-vc4-plane-Add-support-for-YUV-color-encodings-an.patch
	patches.suse/0748-drm-ast-Handle-failed-I2C-initialization-gracefully.patch
	patches.suse/0749-drm-ast-Convert-I2C-code-to-managed-cleanup.patch
	patches.suse/0750-drm-ast-Move-I2C-code-into-separate-source-file.patch
	patches.suse/drm-bridge-ti-sn65dsi86-Set-max-register-for-regmap.patch
	patches.suse/0753-drm-mediatek-Add-component-OVL_2L2.patch
	patches.suse/0754-drm-mediatek-Add-component-POSTMASK.patch
	patches.suse/0755-drm-mediatek-Add-component-RDMA4.patch
	patches.suse/0756-drm-mediatek-Add-support-for-Mediatek-SoC-MT8192.patch
	patches.suse/0757-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/0760-drm-mediatek-Add-cmdq_handle-in-mtk_crtc.patch
	patches.suse/0761-drm-mediatek-Add-mbox_free_channel-in-mtk_drm_crtc_d.patch
	patches.suse/0762-drm-mediatek-Clear-pending-flag-when-cmdq-packet-is-.patch
	patches.suse/0763-drm-mediatek-Remove-unused-define-in-mtk_drm_ddp_com.patch
	patches.suse/0764-drm-mediatek-Rename-the-define-of-register-offset.patch
	patches.suse/0765-drm-mediatek-Adjust-to-the-alphabetic-order-for-medi.patch
	patches.suse/0766-drm-mediatek-Set-the-default-value-of-rotation-to-DR.patch
	patches.suse/0767-drm-amd-display-Fix-warning-comparing-pointer-to-0.patch
	patches.suse/0768-drm-amd-display-fix-application-of-sizeof-to-pointer.patch
	patches.suse/0769-drm-amdkfd-Use-bitmap_zalloc-when-applicable.patch
	patches.suse/0770-drm-amdkfd-Slighly-optimize-init_doorbell_bitmap.patch
	patches.suse/0771-drm-amdgpu-fix-vkms-crtc-settings.patch
	patches.suse/0772-drm-amd-pm-Add-warning-for-unexpected-PG-requests.patch
	patches.suse/0773-drm-amdgpu-fix-disable-ras-feature-failed-when-unloa.patch
	patches.suse/0774-drm-amdgpu-handle-IH-ring1-overflow.patch
	patches.suse/0775-amdgpu-pm-Create-shared-array-of-power-profile-name-.patch
	patches.suse/0776-amdgpu-pm-Modify-implmentations-of-get_power_profile.patch
	patches.suse/0777-drm-amdgpu-declare-static-function-to-fix-compiler-w.patch
	patches.suse/0778-drm-amdgpu-Use-MAX_HWIP-instead-of-HW_ID_MAX.patch
	patches.suse/0779-drm-amd-display-Add-DP-HDMI-FRL-PCON-SST-Support-in-.patch
	patches.suse/0780-drm-amd-display-Add-DP-HDMI-FRL-PCON-Support-in-DC.patch
	patches.suse/0781-drm-amd-display-Enable-P010-for-DCN3x-ASICs.patch
	patches.suse/0782-drm-amd-display-add-hdmi-disable-debug-check.patch
	patches.suse/0783-drm-amd-display-Fix-for-otg-synchronization-logic.patch
	patches.suse/0784-drm-amd-display-add-function-for-eDP-and-backlight-p.patch
	patches.suse/0785-drm-amd-display-Fix-dual-eDP-abnormal-display-issue.patch
	patches.suse/0786-drm-amd-display-PSR-panel-capability-debugfs.patch
	patches.suse/0787-drm-amd-display-Add-vendor-specific-LTTPR-workaround.patch
	patches.suse/0788-drm-amd-display-Skip-vendor-specific-LTTPR-w-a-outsi.patch
	patches.suse/0789-drm-amd-display-Add-force-detile-buffer-size-debug-f.patch
	patches.suse/0790-drm-amd-display-Add-16ms-AUX-RD-interval-W-A-for-spe.patch
	patches.suse/0791-drm-amd-display-FW-Promotion-Release-0.0.95.patch
	patches.suse/0792-drm-amd-display-3.2.164.patch
	patches.suse/0793-drm-amdgpu-adjust-the-kfd-reset-sequence-in-reset-sr.patch
	patches.suse/0794-drm-amdkfd-replace-asic_name-with-amdgpu_asic_name.patch
	patches.suse/0795-drm-amdkfd-add-kfd_device_info_init-function.patch
	patches.suse/0796-drm-amdkfd-remove-hardcoded-device_info-structs.patch
	patches.suse/0797-drm-amdkfd-err_pin_bo-path-leaks-kfd_bo_list.patch
	patches.suse/0798-drm-amdgpu-update-fw_load_type-module-parameter-doc-.patch
	patches.suse/0799-drm-amdgpu-skip-query-ecc-info-in-gpu-recovery.patch
	patches.suse/0800-drm-amdgpu-handle-SRIOV-VCN-revision-parsing.patch
	patches.suse/drm-amdgpu-Fix-a-NULL-pointer-dereference-in-amdgpu_.patch
	patches.suse/0802-drm-amd-display-Use-oriented-source-size-when-checki.patch
	patches.suse/drm-radeon-radeon_kms-Fix-a-NULL-pointer-dereference.patch
	patches.suse/0804-drm-amdkfd-Correct-the-value-of-the-no_atomic_fw_ver.patch
	patches.suse/0805-drm-amdgpu-only-skip-get-ecc-info-for-aldebaran.patch
	patches.suse/0806-drm-amd-display-Apply-LTTPR-workarounds-to-non-trans.patch
	patches.suse/0807-drm-amd-display-Add-W-A-for-PHY-tests-with-certain-L.patch
	patches.suse/0808-drm-amd-display-Prevent-PSR-disable-reenable-in-HPD-.patch
	patches.suse/0809-drm-amd-display-Added-Check-For-dc-res_pool.patch
	patches.suse/drm-amd-display-Fix-bug-in-debugfs-crc_win_update-en.patch
	patches.suse/0811-drm-amd-display-Move-link_enc-init-logic-to-DC.patch
	patches.suse/0812-drm-amd-display-Adding-dpia-debug-bits-for-hpd-delay.patch
	patches.suse/0813-drm-amd-display-Rename-a-struct-field-to-describe-a-.patch
	patches.suse/0814-drm-amd-display-add-a-debug-option-to-force-dp2-lt-f.patch
	patches.suse/0815-drm-amd-display-FW-Promotion-Release-0.0.96.patch
	patches.suse/0816-drm-amd-display-Query-DMCUB-for-dp-alt-status.patch
	patches.suse/0817-drm-amd-display-Reduce-stack-usage.patch
	patches.suse/0818-drm-amdgpu-drop-the-critial-WARN_ON-in-amdgpu_vkms.patch
	patches.suse/0819-drm-amdgpu-free-vkms_output-after-use.patch
	patches.suse/0820-drm-amdgpu-skip-umc-ras-error-count-harvest.patch
	patches.suse/drm-amd-display-Fix-out-of-bounds-access-on-DNC31-st.patch
	patches.suse/0822-drm-amdgpu-update-drm_display_info-correctly-when-th.patch
	patches.suse/0823-drm-amdgpu-use-drm_edid_get_monitor_name-instead-of-.patch
	patches.suse/0824-drm-amdgpu-replace-drm_detect_hdmi_monitor-with-drm_.patch
	patches.suse/0825-drm-amd-display-Add-Debugfs-Entry-to-Force-in-SST-Se.patch
	patches.suse/0826-drm-amdgpu-enable-RAS-poison-flag-when-GPU-is-connec.patch
	patches.suse/0827-drm-amd-display-Add-feature-flags-to-disable-LTTPR.patch
	patches.suse/0828-drm-amdgpu-skip-reset-other-device-in-the-same-hive-.patch
	patches.suse/0829-drm-amdgpu-added-PSP-XGMI-initialization-for-SRIOV-V.patch
	patches.suse/0830-drm-amdgpu-recover-XGMI-topology-for-SRIOV-VF-after-.patch
	patches.suse/0831-drm-amdgpu-extended-waiting-SRIOV-VF-reset-completio.patch
	patches.suse/0832-drm-amd-Mark-IP_BASE-definition-as-__maybe_unused.patch
	patches.suse/0833-drm-amd-fix-improper-docstring-syntax.patch
	patches.suse/0834-drm-amdgpu-fix-function-scopes.patch
	patches.suse/0835-drm-amdkfd-fix-function-scopes.patch
	patches.suse/0836-drm-amd-append-missing-includes.patch
	patches.suse/0837-drm-amdgpu-fix-location-of-prototype-for-amdgpu_kms_.patch
	patches.suse/0838-drm-amdgpu-Handle-fault-with-same-timestamp.patch
	patches.suse/0839-drm-amdkfd-Fix-error-handling-in-svm_range_add.patch
	patches.suse/0840-drm-amdkfd-Fix-svm_range_is_same_attrs.patch
	patches.suse/0841-drm-amdkfd-Don-t-split-unchanged-SVM-ranges.patch
	patches.suse/0842-drm-amdkfd-Make-KFD-support-on-Hawaii-experimental.patch
	patches.suse/0843-drm-amdgpu-remove-power-on-off-SDMA-in-SMU-hw_init-f.patch
	patches.suse/0844-drm-amdgpu-only-hw-fini-SMU-fisrt-for-ASICs-need-tha.patch
	patches.suse/0845-drm-amdkfd-add-Navi2x-to-GWS-init-conditions.patch
	patches.suse/0846-drm-amdgpu-disable-default-navi2x-co-op-kernel-suppo.patch
	patches.suse/0847-drm-amdgpu-add-modifiers-in-amdgpu_vkms_plane_init.patch
	patches.suse/0848-drm-amdgpu-fix-incorrect-VCN-revision-in-SRIOV.patch
	patches.suse/0849-drm-amdgpu-add-helper-to-load-ip_discovery-binary-fr.patch
	patches.suse/0850-drm-amdgpu-rename-discovery_read_binary-helper.patch
	patches.suse/0851-drm-amdgpu-add-helper-to-verify-ip-discovery-binary-.patch
	patches.suse/0852-drm-amdgpu-read-and-authenticate-ip-discovery-binary.patch
	patches.suse/0853-drm-amdgpu-check-df_funcs-and-its-callback-pointers.patch
	patches.suse/0854-drm-amdgpu-introduce-a-kind-of-halt-state-for-amdgpu.patch
	patches.suse/0855-drm-amdgpu-add-support-for-SMU-debug-option.patch
	patches.suse/0856-Documentation-gpu-Reorganize-DC-documentation.patch
	patches.suse/0857-Documentation-gpu-Document-amdgpu_dm_visual_confirm-.patch
	patches.suse/0858-Documentation-gpu-Document-pipe-split-visual-confirm.patch
	patches.suse/0859-Documentation-gpu-How-to-collect-DTN-log.patch
	patches.suse/0860-Documentation-gpu-Add-basic-overview-of-DC-pipeline.patch
	patches.suse/0861-Documentation-gpu-Add-amdgpu-and-dc-glossary.patch
	patches.suse/0862-drm-amdgpu-Detect-if-amdgpu-in-IOMMU-direct-map-mode.patch
	patches.suse/0863-drm-amdgpu-Reduce-SG-bo-memory-usage-for-mGPUs.patch
	patches.suse/0864-drm-amd-add-some-extra-checks-that-is_dig_enabled-is.patch
	patches.suse/0865-drm-amd-move-variable-to-local-scope.patch
	patches.suse/0866-drm-amdgpu-fix-amdgpu_ras_mca_query_error_status-sco.patch
	patches.suse/0867-drm-amdgpu-remove-unnecessary-variables.patch
	patches.suse/0868-drm-amdgpu-re-format-file-header-comments.patch
	patches.suse/0869-drm-amd-display-Reduce-stack-size-for-dml31_ModeSupp.patch
	patches.suse/0870-drm-amd-display-Reduce-stack-size-for-dml31-UseMinim.patch
	patches.suse/0871-drm-amd-display-fix-function-scopes.patch
	patches.suse/0872-drivers-amd-pm-drop-statement-to-print-FW-version-fo.patch
	patches.suse/0873-Documentation-gpu-split-amdgpu-index-for-readability.patch
	patches.suse/0874-drm-amdgpu-remove-unneeded-variable.patch
	patches.suse/0875-drm-amd-display-Add-debugfs-entry-for-ILR.patch
	patches.suse/0876-drm-amd-display-Add-src-ext-ID-info-for-dummy-servic.patch
	patches.suse/0877-drm-amd-display-parse-and-check-PSR-SU-caps.patch
	patches.suse/0878-drm-amd-display-Force-det-buf-size-to-192KB-with-3-s.patch
	patches.suse/0879-drm-amd-display-FW-Promotion-Release-0.0.97.patch
	patches.suse/0880-drm-amd-display-ODM-MPO-window-on-only-one-half-of-O.patch
	patches.suse/0881-drm-amd-display-implement-dc_mode_memclk.patch
	patches.suse/0882-drm-amd-display-3.2.166.patch
	patches.suse/0883-drm-amdgpu-SRIOV-flr_work-should-use-down_write.patch
	patches.suse/0884-drm-amdgpu-move-smu_debug_mask-to-a-more-proper-plac.patch
	patches.suse/0885-drm-amdgpu-use-adev_to_drm-to-get-drm_device-pointer.patch
	patches.suse/0886-drm-amd-pm-Skip-power-state-allocation.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/0889-Documentation-gpu-include-description-of-AMDGPU-hard.patch
	patches.suse/0890-Documentation-gpu-include-description-of-some-of-the.patch
	patches.suse/0891-amdgpu-fix-some-kernel-doc-markup.patch
	patches.suse/0892-amdgpu-fix-some-comment-typos.patch
	patches.suse/0893-drm-radeon-Fix-syntax-errors-in-comments.patch
	patches.suse/0894-drm-tegra-Implement-correct-DMA-BUF-semantics.patch
	patches.suse/0895-drm-tegra-Implement-buffer-object-cache.patch
	patches.suse/0896-drm-tegra-Do-not-reference-tegra_plane_funcs-directl.patch
	patches.suse/0897-drm-tegra-Propagate-errors-from-drm_gem_plane_helper.patch
	patches.suse/0898-drm-tegra-Support-asynchronous-commits-for-cursor.patch
	patches.suse/0899-drm-tegra-Add-NVDEC-driver.patch
	patches.suse/0900-drm-tegra-Bump-VIC-NVDEC-clock-rates-to-Fmax.patch
	patches.suse/0901-drm-tegra-dc-rgb-Move-PCLK-shifter-programming-to-CR.patch
	patches.suse/gpu-host1x-Drop-excess-kernel-doc-entry-key.patch
	patches.suse/gpu-host1x-select-CONFIG_DMA_SHARED_BUFFER.patch
	patches.suse/drm-tegra-gr2d-Explicitly-control-module-reset.patch
	patches.suse/0905-drm-tegra-vic-Use-autosuspend.patch
	patches.suse/0906-drm-tegra-Remove-duplicate-struct-declaration.patch
	patches.suse/0907-drm-tegra-dc-rgb-Allow-changing-PLLD-rate-on-Tegra30.patch
	patches.suse/0908-drm-tegra-Mark-nvdec_writel-as-inline.patch
	patches.suse/0909-drm-tegra-Mark-nvdec-PM-functions-as-__maybe_unused.patch
	patches.suse/0910-drm-tegra-hdmi-Unwind-tegra_hdmi_init-errors.patch
	patches.suse/0911-drm-tegra-hdmi-Register-audio-CODEC-on-Tegra20.patch
	patches.suse/drm-tegra-vic-Fix-DMA-API-misuse.patch
	patches.suse/0913-gpu-host1x-Add-missing-DMA-API-include.patch
	patches.suse/0914-drm-tegra-vic-Handle-tegra_drm_alloc-failure.patch
	patches.suse/0916-gpu-host1x-Add-initial-runtime-PM-and-OPP-support.patch
	patches.suse/0917-gpu-host1x-Add-host1x_channel_stop.patch
	patches.suse/0918-drm-tegra-submit-Add-missing-pm_runtime_mark_last_bu.patch
	patches.suse/0919-drm-tegra-dc-Support-OPP-and-SoC-core-voltage-scalin.patch
	patches.suse/0921-drm-tegra-hdmi-Add-OPP-support.patch
	patches.suse/0922-drm-tegra-gr2d-Support-generic-power-domain-and-runt.patch
	patches.suse/0923-drm-tegra-gr3d-Support-generic-power-domain-and-runt.patch
	patches.suse/0924-drm-tegra-vic-Stop-channel-on-suspend.patch
	patches.suse/0925-drm-tegra-nvdec-Stop-channel-on-suspend.patch
	patches.suse/0926-drm-tegra-submit-Remove-pm_runtime_enabled-checks.patch
	patches.suse/0927-drm-tegra-Consolidate-runtime-PM-management-of-older.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/0930-drm-exynos-Replace-legacy-gpio-interface-for-gpiod-i.patch
	patches.suse/0931-drm-exynos-Implement-mmap-as-GEM-object-function.patch
	patches.suse/0932-drm-exynos-remove-useless-type-conversion.patch
	patches.suse/0933-drm-exynos-drop-the-use-of-label-from-exynos_dsi_reg.patch
	patches.suse/0934-drm-etnaviv-use-PLATFORM_DEVID_NONE.patch
	patches.suse/0935-drm-etnaviv-fix-dma-configuration-of-the-virtual-dev.patch
	patches.suse/0936-drm-etnaviv-use-a-32-bit-mask-as-coherent-DMA-mask.patch
	patches.suse/0937-drm-etnaviv-constify-static-struct-cooling_ops.patch
	patches.suse/drm-etnaviv-limit-submit-sizes.patch
	patches.suse/drm-etnaviv-consider-completed-fence-seqno-in-hang-c.patch
	patches.suse/0940-drm-i915-Add-has_64k_pages-flag.patch
	patches.suse/0941-drm-i915-xehpsdv-set-min-page-size-to-64K.patch
	patches.suse/0942-drm-i915-gtt-xehpsdv-move-scratch-page-to-system-mem.patch
	patches.suse/0943-drm-i915-enforce-min-page-size-for-scratch.patch
	patches.suse/0944-drm-i915-pmu-Wait-longer-for-busyness-data-to-be-ava.patch
	patches.suse/0945-drm-i915-pmu-Fix-wakeref-leak-in-PMU-busyness-during.patch
	patches.suse/0946-drm-i915-uc-Allow-platforms-to-have-GuC-but-not-HuC.patch
	patches.suse/0947-drm-i915-guc-Don-t-go-bang-in-GuC-log-if-no-GuC.patch
	patches.suse/0948-drm-i915-Don-t-disable-interrupts-and-pretend-a-lock.patch
	patches.suse/0949-drm-i915-Fix-coredump-of-perma-pinned-vmas.patch
	patches.suse/drm-i915-uc-correctly-track-uc_fw-init-failure.patch
	patches.suse/0951-drm-i915-uc-Prepare-for-different-firmware-key-sizes.patch
	patches.suse/0952-drm-i915-guc-support-bigger-RSA-keys.patch
	patches.suse/0953-drm-i915-Don-t-leak-the-capture-list-items.patch
	patches.suse/0954-drm-i915-Exclude-reserved-stolen-from-driver-use.patch
	patches.suse/0955-drm-i915-Sanitycheck-device-iomem-on-probe.patch
	patches.suse/0956-drm-i915-Test-all-device-memory-on-probing.patch
	patches.suse/0957-drm-i915-ttm-fix-large-buffer-population-trucation.patch
	patches.suse/0958-drm-i915-debugfs-add-noreclaim-annotations.patch
	patches.suse/0959-drm-i915-replace-X86_FEATURE_PAT-with-pat_enabled.patch
	patches.suse/0960-drm-i915-guc-Remove-racey-GEM_BUG_ON.patch
	patches.suse/0961-drm-i915-guc-Don-t-hog-IRQs-when-destroying-contexts.patch
	patches.suse/0962-drm-i915-guc-Add-extra-debug-on-CT-deadlock.patch
	patches.suse/0963-drm-i915-guc-Kick-G2H-tasklet-if-no-credits.patch
	patches.suse/0964-drm-i915-guc-Selftest-for-stealing-of-guc-ids.patch
	patches.suse/0965-drm-i915-Store-backpointer-to-GT-in-uncore.patch
	patches.suse/0966-drm-i915-Introduce-to_gt-helper.patch
	patches.suse/0967-drm-i915-display-Use-to_gt-helper.patch
	patches.suse/0968-drm-i915-gt-Use-to_gt-helper.patch
	patches.suse/0969-drm-i915-gem-Use-to_gt-helper.patch
	patches.suse/0970-drm-i915-gvt-Use-to_gt-helper.patch
	patches.suse/0971-drm-i915-selftests-Use-to_gt-helper.patch
	patches.suse/0972-drm-i915-pxp-Use-to_gt-helper.patch
	patches.suse/0973-drm-i915-Use-to_gt-helper.patch
	patches.suse/0974-drm-i915-Rename-i915-gt-to-i915-gt0.patch
	patches.suse/0975-drm-i915-Remove-unused-bits-of-i915_vma-active-api.patch
	patches.suse/0976-drm-i915-Change-shrink-ordering-to-use-locking-aroun.patch
	patches.suse/0977-drm-i915-Remove-pages_mutex-and-intel_gtt-vma_ops.se.patch
	patches.suse/0978-drm-i915-Take-object-lock-in-i915_ggtt_pin-if-ww-is-.patch
	patches.suse/0979-drm-i915-Force-ww-lock-for-i915_gem_object_ggtt_pin_.patch
	patches.suse/0980-drm-i915-Ensure-gem_contexts-selftests-work-with-unb.patch
	patches.suse/0981-drm-i915-Ensure-i915_vma-tests-do-not-get-ENOSPC-wit.patch
	patches.suse/0982-drm-i915-guc-Speed-up-GuC-log-dumps.patch
	patches.suse/0983-drm-i915-guc-Increase-GuC-log-size-for-CONFIG_DEBUG_.patch
	patches.suse/0984-drm-i915-guc-Flag-an-error-if-an-engine-reset-fails.patch
	patches.suse/0985-drm-i915-Trylock-the-object-when-shrinking.patch
	patches.suse/0986-drm-i915-Require-object-lock-when-freeing-pages-duri.patch
	patches.suse/0987-drm-i915-Add-ww-ctx-to-i915_gem_object_trylock.patch
	patches.suse/0988-drm-i915-guc-Request-RP0-before-loading-firmware.patch
	patches.suse/0989-drm-i915-Avoid-using-the-i915_fence_array-when-colle.patch
	patches.suse/0990-drm-i915-remove-questionable-fence-optimization-duri.patch
	patches.suse/0991-drm-i915-Break-out-the-i915_deps-utility.patch
	patches.suse/drm-i915-Require-the-vm-mutex-for-i915_vma_bind.patch
	patches.suse/0993-drm-i915-Use-trylock-instead-of-blocking-lock-for-__.patch
	patches.suse/0994-drm-vmwgfx-Fix-a-size_t-long-int-format-specifier-mi.patch
	patches.suse/drm-vmwgfx-Remove-explicit-transparent-hugepages-sup.patch
	patches.suse/0002-drm-vmwgfx-Remove-unused-compile-options.patch
	patches.suse/0997-drm-vmwgfx-Fix-possible-usage-of-an-uninitialized-va.patch
	patches.suse/0998-drm-msm-dpu-move-LUT-levels-out-of-QOS-config.patch
	patches.suse/0999-drm-msm-dpu-remove-pipe_qos_cfg-from-struct-dpu_plan.patch
	patches.suse/1000-drm-msm-dpu-drop-pipe_name-from-struct-dpu_plane.patch
	patches.suse/1001-drm-msm-dpu-remove-stage_cfg-from-struct-dpu_crtc.patch
	patches.suse/1002-drm-msm-dpu-move-dpu_hw_pipe_cfg-out-of-struct-dpu_p.patch
	patches.suse/1003-drm-msm-dpu-drop-dpu_csc_cfg-from-dpu_plane.patch
	patches.suse/1004-drm-msm-dpu-remove-dpu_hw_pipe_cdp_cfg-from-dpu_plan.patch
	patches.suse/1005-drm-msm-dpu-don-t-cache-pipe-cap-features-in-dpu_pla.patch
	patches.suse/1006-drm-msm-dpu-don-t-cache-pipe-cap-sblk-in-dpu_plane.patch
	patches.suse/1007-drm-msm-mdp5-drop-eDP-support.patch
	patches.suse/1008-drm-msm-edp-drop-old-eDP-support.patch
	patches.suse/1009-drm-msm-dsi-untangle-cphy-setting-from-the-src-pll-s.patch
	patches.suse/1010-drm-msm-dsi-stop-setting-clock-parents-manually.patch
	patches.suse/1011-drm-msm-dp-Add-DP-controllers-for-sc7280.patch
	patches.suse/1012-drm-dp-Add-macro-to-check-max_downspread-capability.patch
	patches.suse/1013-drm-msm-dp-Enable-downspread-for-supported-DP-sinks.patch
	patches.suse/1014-drm-msm-dp-Enable-ASSR-for-supported-DP-sinks.patch
	patches.suse/1015-drm-msm-mdp5-drop-vdd-regulator.patch
	patches.suse/1016-drm-msm-Remove-unnecessary-struct_mutex.patch
	patches.suse/1017-drm-msm-Drop-priv-lastctx.patch
	patches.suse/1018-drm-msm-Remove-struct_mutex-usage.patch
	patches.suse/1019-drm-msm-Handle-fence-rollover.patch
	patches.suse/1020-drm-msm-Add-debugfs-to-disable-hw-err-handling.patch
	patches.suse/1021-drm-msm-adreno-Name-the-shadow-buffer.patch
	patches.suse/1022-drm-msm-Increase-gpu-boost-interval.patch
	patches.suse/1024-drm-msm-gpu-Respect-PM-QoS-constraints.patch
	patches.suse/1025-drm-msm-a6xx-Capture-gmu-log-in-devcoredump.patch
	patches.suse/1026-drm-msm-gpu-Add-some-WARN_ON-s.patch
	patches.suse/1027-drm-msm-gpu-Make-a6xx_get_gmu_log-more-generic.patch
	patches.suse/1028-drm-msm-gpu-Also-snapshot-GMU-HFI-buffer.patch
	patches.suse/1029-drm-msm-gpu-Snapshot-GMU-debug-buffer.patch
	patches.suse/1030-drm-msm-gpu-Add-a-comment-in-a6xx_gmu_init.patch
	patches.suse/1031-drm-msm-gpu-Name-GMU-bos.patch
	patches.suse/1032-drm-msm-dp-Drop-now-unused-hpd_high-member.patch
	patches.suse/1033-drm-msm-dpu-Add-more-of-the-INTF-interrupt-regions.patch
	patches.suse/1034-drm-msm-use-compatible-lists-to-find-mdp-node.patch
	patches.suse/1035-drm-msm-Allocate-msm_drm_private-early-and-pass-it-a.patch
	patches.suse/1036-drm-msm-Initialize-MDSS-irq-domain-at-probe-time.patch
	patches.suse/1037-drm-msm-dp-Add-qcom-sc7280-dp-to-support-display-por.patch
	patches.suse/1038-drm-msm-gpu-Don-t-allow-zero-fence_id.patch
	patches.suse/1039-drm-msm-dpu_kms-Re-order-dpu-includes.patch
	patches.suse/1040-drm-msm-dpu-Remove-useless-checks-in-dpu_encoder.patch
	patches.suse/1041-drm-msm-dpu-Remove-encoder-enable-hack.patch
	patches.suse/1042-drm-msm-dp-Re-order-dp_audio_put-in-deinit_sub_modul.patch
	patches.suse/1043-drm-msm-dpu-remove-node-from-list-before-freeing-the.patch
	patches.suse/drm-msm-dp-displayPort-driver-need-algorithm-rationa.patch
	patches.suse/1045-drm-msm-dpu-removed-logically-dead-code.patch
	patches.suse/1046-drm-msm-hdmi-switch-to-drm_bridge_connector.patch
	patches.suse/1047-drm-msm-dp-employ-bridge-mechanism-for-display-enabl.patch
	patches.suse/1048-drm-msm-dpu-drop-scaler-config-from-plane-state.patch
	patches.suse/1049-drm-msm-dpu-drop-pe-argument-from-_dpu_hw_sspp_setup.patch
	patches.suse/1050-drm-msm-dpu-simplify-DPU_SSPP-features-checks.patch
	patches.suse/1051-drm-msm-dpu-fix-CDP-setup-to-account-for-multirect-i.patch
	patches.suse/1052-drm-msm-dsi-fix-initialization-in-the-bonded-DSI-cas.patch
	patches.suse/1053-drm-msm-disp-dpu1-set-default-group-ID-for-CTL.patch
	patches.suse/drm-msm-dp-dp_link_parse_sink_count-return-immediate.patch
	patches.suse/1055-drm-msm-a6xx-Skip-crashdumper-state-if-GPU-needs_hw_.patch
	patches.suse/1056-drm-msm-dpu-move-disable_danger-out-of-plane-subdir.patch
	patches.suse/drm-msm-dpu-fix-safe-status-debugfs-file.patch
	patches.suse/1058-drm-msm-dpu-make-danger_status-safe_status-readable.patch
	patches.suse/1059-drm-msm-dpu-drop-plane-s-default_scaling-debugfs-fil.patch
	patches.suse/1060-drm-msm-dpu-stop-manually-removing-debugfs-files-for.patch
	patches.suse/1061-drm-msm-dpu-stop-manually-removing-debugfs-files-for.patch
	patches.suse/1062-drm-msm-dpu-simplify-DPU-s-regset32-code.patch
	patches.suse/1063-drm-msm-dp-Fix-double-free-on-error-in-msm_dp_bridge.patch
	patches.suse/1064-drm-msm-dpu-add-dpu_crtc_atomic_print_state.patch
	patches.suse/1065-drm-msm-dpu-add-dpu_plane_atomic_print_state.patch
	patches.suse/1066-drm-msm-disp-Tweak-display-snapshot-to-match-gpu-sna.patch
	patches.suse/1067-drm-msm-disp-Export-helper-for-capturing-snapshot.patch
	patches.suse/1068-drm-msm-debugfs-Add-display-kms-state-snapshot.patch
	patches.suse/1069-drm-msm-Don-t-use-autosuspend-for-display.patch
	patches.suse/1070-drm-msm-dp-remove-unneeded-variable.patch
	patches.suse/1071-drm-msm-dpu-move-SSPP-debugfs-support-from-plane-to-.patch
	patches.suse/1072-drm-msm-dpu-add-layer-mixer-register-dump-to-dpu-sna.patch
	patches.suse/1073-drm-msm-a5xx-Add-support-for-Adreno-506-GPU.patch
	patches.suse/1074-drm-msm-a5xx-Fix-missing-CP_PROTECT-for-SMMU-on-A540.patch
	patches.suse/1075-drm-i915-fbc-Remember-to-update-FBC-state-even-when-.patch
	patches.suse/1076-drivers-amd-pm-smu13-use-local-variable-adev.patch
	patches.suse/1077-drm-amdkfd-fix-svm_bo-release-invalid-wait-context-w.patch
	patches.suse/1078-drm-amd-pm-restore-SMU-version-print-statement-for-d.patch
	patches.suse/1079-drm-amdkfd-use-max-and-min-to-make-code-cleaner.patch
	patches.suse/drm-amdgpu-Separate-vf2pf-work-item-init-from-virt-d.patch
	patches.suse/1081-drm-amdgpu-clean-up-some-leftovers-from-bring-up.patch
	patches.suse/1082-drm-amd-display-Fix-warning-comparing-pointer-to-0.patch
	patches.suse/1083-drm-amdgpu-Filter-security-violation-registers.patch
	patches.suse/1084-drm-amdgpu-Add-_SOC15_IP_NO_KIQ-macro-definitions.patch
	patches.suse/1085-drm-amdgpu-Modify-indirect-register-access-for-gmc_v.patch
	patches.suse/1086-drm-amdgpu-Modify-indirect-register-access-for-amdkf.patch
	patches.suse/1087-drm-amdgpu-get-xgmi-info-before-ip_init.patch
	patches.suse/1088-drm-amdgpu-Modify-indirect-register-access-for-gfx9-.patch
	patches.suse/1089-drm-amdgpu-add-gpu-reset-control-for-umc-page-retire.patch
	patches.suse/1090-drm-amdkfd-add-reset-parameter-for-unmap-queues.patch
	patches.suse/1091-drm-amdkfd-add-reset-queue-function-for-RAS-poison-v.patch
	patches.suse/1092-drm-amdkfd-reset-queue-which-consumes-RAS-poison-v2.patch
	patches.suse/1093-drm-amdgpu-Don-t-inherit-GEM-object-VMAs-in-child-pr.patch
	patches.suse/1094-drm-amdgpu-Send-Message-to-SMU-on-aldebaran-passthro.patch
	patches.suse/drm-amdgpu-fixup-bad-vram-size-on-gmc-v8.patch
	patches.suse/1096-drm-amdgpu-Call-amdgpu_device_unmap_mmio-if-device-i.patch
	patches.suse/1097-drm-amdgpu-Remove-the-redundant-code-of-psp-bootload.patch
	patches.suse/1098-drm-amdgpu-Increase-potential-product_name-to-64-cha.patch
	patches.suse/1099-drm-amdgpu-Enable-unique_id-for-Aldebaran.patch
	patches.suse/1100-drm-amdgpu-Only-overwrite-serial-if-field-is-empty.patch
	patches.suse/1101-drm-amdgpu-Access-the-FRU-on-Aldebaran.patch
	patches.suse/1102-drm-amdkfd-correct-sdma-queue-number-in-kfd-device-i.patch
	patches.suse/1103-drm-amdgpu-Check-the-memory-can-be-accesssed-by-ttm_.patch
	patches.suse/1104-drm-amd-display-Limit-max-link-cap-with-LTTPR-caps.patch
	patches.suse/1105-drm-amd-display-Refactor-vendor-specific-link-traini.patch
	patches.suse/1106-drm-amd-display-Block-z-states-when-stutter-period-e.patch
	patches.suse/1107-drm-amd-display-Fix-check-for-null-function-ptr.patch
	patches.suse/1108-drm-amd-display-Remove-CR-AUX-RD-Interval-limit-for-.patch
	patches.suse/1109-drm-amd-display-Changed-pipe-split-policy-to-allow-f.patch
	patches.suse/1110-drm-amd-display-Add-reg-defs-for-DCN303.patch
	patches.suse/1111-drm-amd-display-Undo-ODM-combine.patch
	patches.suse/1112-drm-amd-display-FW-Promotion-Release-0.0.98.patch
	patches.suse/1113-drm-amd-display-3.2.167.patch
	patches.suse/1114-drm-amd-display-define-link-res-and-make-it-accessib.patch
	patches.suse/1115-drm-amd-display-populate-link-res-in-both-detection-.patch
	patches.suse/1116-drm-amd-display-access-hpo-dp-link-encoder-only-thro.patch
	patches.suse/1117-drm-amd-display-support-dynamic-HPO-DP-link-encoder-.patch
	patches.suse/1118-drm-amd-display-get-and-restore-link-res-map.patch
	patches.suse/1119-drm-amdgpu-drop-redundant-semicolon.patch
	patches.suse/1120-drm-amdgpu-save-error-count-in-RAS-poison-handler.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/1123-drm-amd-display-fix-dereference-before-NULL-check.patch
	patches.suse/1124-Revert-drm-amd-display-Fix-for-otg-synchronization-l.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/bpftool-Migrate-1-err-checks-of-libbpf-fn-calls.patch
	patches.suse/bpftool-Use-bpf_obj_get_info_by_fd-directly.patch
	patches.suse/libbpf-Detect-corrupted-ELF-symbols-section.patch
	patches.suse/libbpf-Improve-sanity-checking-during-BTF-fix-up.patch
	patches.suse/libbpf-Validate-that-.BTF-and-.BTF.ext-sections-cont.patch
	patches.suse/libbpf-Fix-section-counting-logic.patch
	patches.suse/libbpf-Improve-ELF-relo-sanitization.patch
	patches.suse/libbpf-Deprecate-bpf_program__load-API.patch
	patches.suse/libbpf-Fix-non-C89-loop-variable-declaration-in-gen_.patch
	patches.suse/libbpf-Rename-DECLARE_LIBBPF_OPTS-into-LIBBPF_OPTS.patch
	patches.suse/libbpf-Pass-number-of-prog-load-attempts-explicitly.patch
	patches.suse/libbpf-Unify-low-level-BPF_PROG_LOAD-APIs-into-bpf_p.patch
	patches.suse/libbpf-Remove-internal-use-of-deprecated-bpf_prog_lo.patch
	patches.suse/libbpf-Stop-using-to-be-deprecated-APIs.patch
	patches.suse/bpftool-Stop-using-deprecated-bpf_load_program.patch
	patches.suse/libbpf-Remove-deprecation-attribute-from-struct-bpf_.patch
	patches.suse/selftests-bpf-Fix-non-strict-SEC-program-sections.patch
	patches.suse/selftests-bpf-Convert-legacy-prog-load-APIs-to-bpf_p.patch
	patches.suse/selftests-bpf-Merge-test_stub.c-into-testing_helpers.patch
	patches.suse/selftests-bpf-Use-explicit-bpf_prog_test_load-calls-.patch
	patches.suse/selftests-bpf-Use-explicit-bpf_test_load_program-hel.patch
	patches.suse/selftests-bpf-Pass-sanitizer-flags-to-linker-through.patch
	patches.suse/libbpf-Free-up-resources-used-by-inner-map-definitio.patch
	patches.suse/selftests-bpf-Fix-memory-leaks-in-btf_type_c_dump-he.patch
	patches.suse/selftests-bpf-Free-per-cpu-values-array-in-bpf_iter-.patch
	patches.suse/selftests-bpf-Free-inner-strings-index-in-btf-selfte.patch
	patches.suse/selftests-bpf-Clean-up-btf-and-btf_dump-in-dump_data.patch
	patches.suse/selftests-bpf-Avoid-duplicate-btf__parse-call.patch
	patches.suse/selftests-bpf-Destroy-XDP-link-correctly.patch
	patches.suse/selftests-bpf-Fix-bpf_object-leak-in-skb_ctx-selftes.patch
	patches.suse/bpf-Introduce-helper-bpf_find_vma.patch
	patches.suse/selftests-bpf-Add-tests-for-bpf_find_vma.patch
	patches.suse/selftests-bpf-Add-exception-handling-selftests-for-t.patch
	patches.suse/libbpf-Compile-using-std-gnu89.patch
	patches.suse/bpftool-Fix-SPDX-tag-for-Makefiles-and-.gitignore.patch
	patches.suse/bpf-Add-ingress_ifindex-to-bpf_sk_lookup.patch
	patches.suse/selftests-bpf-Add-tests-for-accessing-ingress_ifinde.patch
	patches.suse/libbpf-Add-ability-to-get-set-per-program-load-flags.patch
	patches.suse/selftests-bpf-Fix-bpf_prog_test_load-logic-to-pass-e.patch
	patches.suse/bpftool-Normalize-compile-rules-to-specify-output-fi.patch
	patches.suse/selftests-bpf-Minor-cleanups-and-normalization-of-Ma.patch
	patches.suse/libbpf-Turn-btf_dedup_opts-into-OPTS-based-struct.patch
	patches.suse/libbpf-Ensure-btf_dump__new-and-btf_dump_opts-are-fu.patch
	patches.suse/libbpf-Make-perf_buffer__new-use-OPTS-based-interfac.patch
	patches.suse/selftests-bpf-Migrate-all-deprecated-perf_buffer-use.patch
	patches.suse/selftests-bpf-Update-btf_dump__new-uses-to-v1.0-vari.patch
	patches.suse/tools-runqslower-Update-perf_buffer__new-calls.patch
	patches.suse/bpftool-Update-btf_dump__new-and-perf_buffer__new_ra.patch
	patches.suse/bpf-Support-BTF_KIND_TYPE_TAG-for-btf_type_tag-attri.patch
	patches.suse/libbpf-Support-BTF_KIND_TYPE_TAG.patch
	patches.suse/bpftool-Support-BTF_KIND_TYPE_TAG.patch
	patches.suse/selftests-bpf-Test-libbpf-API-function-btf__add_type.patch
	patches.suse/selftests-bpf-Add-BTF_KIND_TYPE_TAG-unit-tests.patch
	patches.suse/selftests-bpf-Test-BTF_KIND_DECL_TAG-for-deduplicati.patch
	patches.suse/selftests-bpf-Rename-progs-tag.c-to-progs-btf_decl_t.patch
	patches.suse/selftests-bpf-Add-a-C-test-for-btf_type_tag.patch
	patches.suse/selftests-bpf-Clarify-llvm-dependency-with-btf_tag-s.patch
	patches.suse/docs-bpf-Update-documentation-for-BTF_KIND_TYPE_TAG-.patch
	patches.suse/bpftool-Enable-libbpf-s-strict-mode-by-default.patch
	patches.suse/bpf-Extend-BTF_ID_LIST_GLOBAL-with-parameter-for-num.patch
	patches.suse/bpf-Introduce-btf_tracing_ids.patch
	patches.suse/selftests-bpf-Fix-an-unused-but-set-variable-compile.patch
	patches.suse/selftests-bpf-Fix-a-tautological-constant-out-of-ran.patch
	patches.suse/bpftool-Fix-memory-leak-in-prog_dump.patch
	patches.suse/bpftool-Remove-inclusion-of-utilities.mak-from-Makef.patch
	patches.suse/bpftool-Fix-indent-in-option-lists-in-the-documentat.patch
	patches.suse/bpftool-Update-the-lists-of-names-for-maps-and-prog-.patch
	patches.suse/bpftool-Fix-mixed-indentation-in-documentation.patch
	patches.suse/bpftool-Use-libbpf_get_error-to-check-error.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-hci_vhci-Fix-calling-hci_-suspend-resume-_-d16e6d19.patch
	patches.suse/Bluetooth-Fix-handling-of-SUSPEND_DISCONNECTING.patch
	patches.suse/Bluetooth-Read-codec-capabilities-only-if-supported.patch
	patches.suse/Bluetooth-hci_vhci-Fix-to-set-the-force_wakeup-value.patch
	patches.suse/Bluetooth-mgmt-Fix-Experimental-Feature-Changed-even.patch
	patches.suse/Bluetooth-hci_sock-purge-socket-queues-in-the-destru.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-btintel-Fix-bdaddress-comparison-with-garb.patch
	patches.suse/Bluetooth-Fix-memory-leak-of-hci-device.patch
	patches.suse/Bluetooth-btusb-fix-memory-leak-in-btusb_mtk_submit_.patch
	patches.suse/Bluetooth-vhci-Add-support-for-setting-msft_opcode-a.patch
	patches.suse/Bluetooth-virtio_bt-fix-memory-leak-in-virtbt_rx_han.patch
	patches.suse/Bluetooth-btsdio-Do-not-bind-to-non-removable-BCM434.patch
	patches.suse/Bluetooth-vhci-Fix-checking-of-msft_opcode.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-hci_bcm-Remove-duplicated-entry-in-OF-tabl.patch
	patches.suse/Bluetooth-mediatek-add-BT_MTK-module.patch
	patches.suse/Bluetooth-btmtksido-rely-on-BT_MTK-module.patch
	patches.suse/Bluetooth-btmtksdio-add-.set_bdaddr-support.patch
	patches.suse/Bluetooth-btmtksdio-explicitly-set-WHISR-as-write-1-.patch
	patches.suse/Bluetooth-btmtksdio-move-interrupt-service-to-work.patch
	patches.suse/Bluetooth-btmtksdio-update-register-CSDIOCSR-operati.patch
	patches.suse/Bluetooth-btmtksdio-use-register-CRPLR-to-read-packe.patch
	patches.suse/Bluetooth-btmtksdio-transmit-packet-according-to-sta.patch
	patches.suse/mmc-add-MT7921-SDIO-identifiers-for-MediaTek-Bluetoo.patch
	patches.suse/Bluetooth-btmtksdio-add-MT7921s-Bluetooth-support.patch
	patches.suse/Bluetooth-Fix-removing-adv-when-processing-cmd-compl.patch
	patches.suse/Bluetooth-Add-helper-for-serialized-HCI-command-exec.patch
	patches.suse/Bluetooth-hci_sync-Make-use-of-hci_cmd_sync_queue-se.patch
	patches.suse/Bluetooth-hci_sync-Make-use-of-hci_cmd_sync_queue-se-cba6b758.patch
	patches.suse/Bluetooth-hci_sync-Make-use-of-hci_cmd_sync_queue-se-e8907f76.patch
	patches.suse/Bluetooth-hci_sync-Enable-advertising-when-LL-privac.patch
	patches.suse/Bluetooth-hci_sync-Rework-background-scan.patch
	patches.suse/Bluetooth-hci_sync-Convert-MGMT_SET_POWERED.patch
	patches.suse/Bluetooth-hci_sync-Convert-MGMT_OP_START_DISCOVERY.patch
	patches.suse/Bluetooth-hci_sync-Convert-MGMT_OP_SET_FAST_CONNECTA.patch
	patches.suse/Bluetooth-hci_sync-Enable-synch-d-set_bredr.patch
	patches.suse/Bluetooth-hci_sync-Convert-MGMT_OP_GET_CONN_INFO.patch
	patches.suse/Bluetooth-hci_sync-Convert-MGMT_OP_SET_SECURE_CONN.patch
	patches.suse/Bluetooth-hci_sync-Convert-MGMT_OP_GET_CLOCK_INFO.patch
	patches.suse/Bluetooth-hci_sync-Convert-MGMT_OP_SET_LE.patch
	patches.suse/Bluetooth-hci_sync-Convert-MGMT_OP_READ_LOCAL_OOB_DA.patch
	patches.suse/Bluetooth-hci_sync-Convert-MGMT_OP_READ_LOCAL_OOB_EX.patch
	patches.suse/Bluetooth-hci_sync-Convert-MGMT_OP_SET_LOCAL_NAME.patch
	patches.suse/Bluetooth-hci_sync-Convert-MGMT_OP_SET_PHY_CONFIGURA.patch
	patches.suse/Bluetooth-hci_sync-Convert-MGMT_OP_SET_ADVERTISING.patch
	patches.suse/Bluetooth-hci_sync-Convert-adv_expire.patch
	patches.suse/Bluetooth-hci_sync-Convert-MGMT_OP_SSP.patch
	patches.suse/Bluetooth-hci_sync-Rework-init-stages.patch
	patches.suse/Bluetooth-hci_sync-Rework-hci_suspend_notifier.patch
	patches.suse/Bluetooth-btusb-Add-support-using-different-nvm-for-.patch
	patches.suse/Bluetooth-hci_sync-Fix-missing-static-warnings.patch
	patches.suse/Bluetooth-hci_sync-Fix-not-setting-adv-set-duration.patch
	patches.suse/Bluetooth-Add-struct-of-reading-AOSP-vendor-capabili.patch
	patches.suse/Bluetooth-aosp-Support-AOSP-Bluetooth-Quality-Report.patch
	patches.suse/Bluetooth-hci_h4-Fix-padding-calculation-error-withi.patch
	patches.suse/Bluetooth-stop-proccessing-malicious-adv-data.patch
	patches.suse/Bluetooth-fix-uninitialized-variables-notify_evt.patch
	patches.suse/Bluetooth-Don-t-initialize-msft-aosp-when-using-user.patch
	patches.suse/Bluetooth-btmrvl_main-repair-a-non-kernel-doc-commen.patch
	patches.suse/Bluetooth-hci_sync-Convert-MGMT_OP_SET_DISCOVERABLE-.patch
	patches.suse/Bluetooth-hci_sync-Convert-MGMT_OP_SET_CONNECTABLE-t.patch
	patches.suse/Bluetooth-hci_request-Remove-bg_scan_update-work.patch
	patches.suse/Bluetooth-Ignore-HCI_ERROR_CANCELLED_BY_HOST-on-adv-.patch
	patches.suse/Bluetooth-Attempt-to-clear-HCI_LE_ADV-on-adv-set-ter.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/s390-qeth-allocate-RX-queue-at-probe-time
	patches.suse/s390-ctcm-fix-format-string
	patches.suse/s390-ctcm-add-__printf-format-attribute-to-ctcm_dbf_longtext
	patches.suse/s390-lcs-add-braces-around-empty-function-body
	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/pcmcia-hide-the-MAC-address-helpers-if-NET.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/skbuff-Move-conditional-preprocessor-directives-out-.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/af_unix-Use-offsetof-instead-of-sizeof.patch
	patches.suse/af_unix-Pass-struct-sock-to-unix_autobind.patch
	patches.suse/af_unix-Factorise-unix_find_other-based-on-address-t.patch
	patches.suse/af_unix-Return-an-error-as-a-pointer-in-unix_find_ot.patch
	patches.suse/af_unix-Cut-unix_validate_addr-out-of-unix_mkname.patch
	patches.suse/af_unix-Copy-unix_mkname-into-unix_find_-bsd-abstrac.patch
	patches.suse/af_unix-Remove-unix_mkname.patch
	patches.suse/af_unix-Allocate-unix_address-in-unix_bind_-bsd-abst.patch
	patches.suse/af_unix-Remove-UNIX_ABSTRACT-macro-and-test-sun_path.patch
	patches.suse/af_unix-Add-helpers-to-calculate-hashes.patch
	patches.suse/af_unix-Save-hash-in-sk_hash.patch
	patches.suse/af_unix-Replace-the-big-lock-with-small-locks.patch
	patches.suse/af_unix-Relax-race-in-unix_autobind.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/net-smc-add-net-device-tracker-to-struct-smc_pnetent.patch
	patches.suse/ath11k-set-correct-NL80211_FEATURE_DYNAMIC_SMPS-for-.patch
	patches.suse/ath10k-fetch-pre-calibration-data-via-nvmem-subsyste.patch
	patches.suse/wcn36xx-add-debug-prints-for-sw_scan-start-complete.patch
	patches.suse/wcn36xx-implement-flush-op-to-speed-up-connected-sca.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/ath9k-use-swap-to-make-code-cleaner.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/ath11k-convert-ath11k_wmi_pdev_set_ps_mode-to-use-en.patch
	patches.suse/ath11k-enable-802.11-power-save-mode-in-station-mode.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-Clear-auth-flag-only-for-actual-association-i.patch
	patches.suse/ath11k-fix-fw-crash-due-to-peer-get-authorized-befor.patch
	patches.suse/ath11k-fix-error-routine-when-fallback-of-add-interf.patch
	patches.suse/ath11k-avoid-unnecessary-BH-disable-lock-in-STA-kick.patch
	patches.suse/ath11k-fix-DMA-memory-free-in-CE-pipe-cleanup.patch
	patches.suse/ath11k-Fix-unused-but-set-parameter-error.patch
	patches.suse/ath11k-fix-firmware-crash-during-channel-switch.patch
	patches.suse/ath11k-disable-unused-CE8-interrupts-for-ipq8074.patch
	patches.suse/ath11k-allocate-dst-ring-descriptors-from-cacheable-.patch
	patches.suse/ath11k-modify-dp_rx-desc-access-wrapper-calls-inline.patch
	patches.suse/ath11k-avoid-additional-access-to-ath11k_hal_srng_ds.patch
	patches.suse/ath11k-avoid-active-pdev-check-for-each-msdu.patch
	patches.suse/ath11k-remove-usage-quota-while-processing-rx-packet.patch
	patches.suse/ath11k-add-branch-predictors-in-process_rx.patch
	patches.suse/ath11k-allocate-HAL_WBM2SW_RELEASE-ring-from-cacheab.patch
	patches.suse/ath11k-remove-mod-operator-in-dst-ring-processing.patch
	patches.suse/ath11k-avoid-while-loop-in-ring-selection-of-tx-comp.patch
	patches.suse/ath11k-add-branch-predictors-in-dp_tx-path.patch
	patches.suse/ath11k-avoid-unnecessary-lock-contention-in-tx_compl.patch
	patches.suse/ath11k-enable-IEEE80211_VHT_EXT_NSS_BW_CAPABLE-if-NS.patch
	patches.suse/ath11k-remove-return-for-empty-tx-bitrate-in-mac_op_.patch
	patches.suse/ath11k-fix-the-value-of-msecs_to_jiffies-in-ath11k_d.patch
	patches.suse/ath11k-move-peer-delete-after-vdev-stop-of-station-f.patch
	patches.suse/ath11k-fix-FCS_ERR-flag-in-radio-tap-header.patch
	patches.suse/ath11k-send-proper-txpower-and-maxregpower-values-to.patch
	patches.suse/ath11k-Increment-pending_mgmt_tx-count-before-tx-sen.patch
	patches.suse/ath11k-Fix-ETSI-regd-with-weather-radar-overlap.patch
	patches.suse/ath11k-Disabling-credit-flow-for-WMI-path.patch
	patches.suse/ath11k-use-cache-line-aligned-buffers-for-dbring.patch
	patches.suse/ath11k-Add-missing-qmi_txn_cancel.patch
	patches.suse/ath11k-add-trace-log-support.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-add-support-for-BSS-color-change.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/ath11k-add-hw_param-for-wakeup_mhi.patch
	patches.suse/ath9k-fix-intr_txqs-setting.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/0004-mei-bus-add-client-dma-interface.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/s390-qeth-split-up-L2-netdev_ops
	patches.suse/s390-qeth-don-t-offer-.ndo_bridge_-ops-for-OSA-devices
	patches.suse/s390-qeth-fine-tune-.ndo_select_queue
	patches.suse/s390-qeth-remove-check-for-packing-mode-in-qeth_check_outbound_queue
	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/bpftool-Add-current-libbpf_strict-mode-to-version-ou.patch
	patches.suse/libbpf-Fix-a-couple-of-missed-btf_type_tag-handling-.patch
	patches.suse/selftests-bpf-Add-a-dedup-selftest-with-equivalent-s.patch
	patches.suse/bpftool-Add-SPDX-tags-to-RST-documentation-files.patch
	patches.suse/bpftool-Update-doc-use-susbtitutions-and-test_bpftoo.patch
	patches.suse/selftests-bpf-Configure-dir-paths-via-env-in-test_bp.patch
	patches.suse/bpf-Change-value-of-MAX_TAIL_CALL_CNT-from-32-to-33.patch
	patches.suse/selftests-bpf-Add-uprobe-triggering-overhead-benchma.patch
	patches.suse/selftests-bpf-Move-summary-line-after-the-error-logs.patch
	patches.suse/selftests-bpf-Variable-naming-fix.patch
	patches.suse/selftests-bpf-Mark-variable-as-static.patch
	patches.suse/bpf-docs-Change-underline-in-btf-to-match-style-guid.patch
	patches.suse/bpf-docs-Rename-bpf_lsm.rst-to-prog_lsm.rst.patch
	patches.suse/bpf-docs-Fix-ordering-of-bpf-documentation.patch
	patches.suse/selftests-bpf-Fix-xdpxceiver-failures-for-no-hugepag.patch
	patches.suse/selfetests-bpf-Adapt-vmtest.sh-to-s390-libbpf-CI-cha.patch
	patches.suse/libbpf-Add-runtime-APIs-to-query-libbpf-version.patch
	patches.suse/libbpf-Accommodate-DWARF-compiler-bug-with-duplicate.patch
	patches.suse/selftests-bpf-Add-btf_dedup-case-with-duplicated-str.patch
	patches.suse/libbpf-Change-bpf_program__set_extra_flags-to-bpf_pr.patch
	patches.suse/selftests-bpf-Fix-trivial-typo.patch
	patches.suse/libbpf-Load-global-data-maps-lazily-on-legacy-kernel.patch
	patches.suse/selftests-bpf-Mix-legacy-maps-and-modern-vars-BPF-in.patch
	patches.suse/libbpf-Unify-low-level-map-creation-APIs-w-new-bpf_m.patch
	patches.suse/libbpf-Use-bpf_map_create-consistently-internally.patch
	patches.suse/libbpf-Prevent-deprecation-warnings-in-xsk.c.patch
	patches.suse/selftests-bpf-Migrate-selftests-to-bpf_map_create.patch
	patches.suse/tools-resolve_btf_ids-Close-ELF-file-on-error.patch
	patches.suse/libbpf-Fix-potential-misaligned-memory-access-in-btf.patch
	patches.suse/libbpf-Don-t-call-libc-APIs-with-NULL-pointers.patch
	patches.suse/libbpf-Fix-glob_syms-memory-leak-in-bpf_linker.patch
	patches.suse/libbpf-Fix-using-invalidated-memory-in-bpf_linker.patch
	patches.suse/selftests-bpf-Fix-UBSan-complaint-about-signed-__int.patch
	patches.suse/selftests-bpf-Fix-possible-NULL-passed-to-memcpy-wit.patch
	patches.suse/selftests-bpf-Prevent-misaligned-memory-access-in-ge.patch
	patches.suse/selftests-bpf-Fix-misaligned-memory-access-in-queue_.patch
	patches.suse/selftests-bpf-Prevent-out-of-bounds-stack-access-in-.patch
	patches.suse/selftests-bpf-Fix-misaligned-memory-accesses-in-xdp_.patch
	patches.suse/selftests-bpf-Fix-misaligned-accesses-in-xdp-and-xdp.patch
	patches.suse/bpf-mips-Fix-build-errors-about-__NR_bpf-undeclared.patch
	patches.suse/libbpf-Support-static-initialization-of-BPF_MAP_TYPE.patch
	patches.suse/selftests-bpf-Test-BPF_MAP_TYPE_PROG_ARRAY-static-in.patch
	patches.suse/libbpf-Silence-uninitialized-warning-error-in-btf_du.patch
	patches.suse/libbpf-Remove-duplicate-assignments.patch
	patches.suse/x86-bpf-Cleanup-the-top-of-file-header-in-bpf_jit_co.patch
	patches.suse/bpf-Remove-a-redundant-comment-on-bpf_prog_free.patch
	patches.suse/bpf-docs-Prune-all-references-to-internal-BPF.patch
	patches.suse/bpf-docs-Move-handling-of-maps-to-Documentation-bpf-.patch
	patches.suse/bpf-docs-Split-general-purpose-eBPF-documentation-ou.patch
	patches.suse/bpf-Add-bpf_loop-helper.patch
	patches.suse/selftests-bpf-Add-bpf_loop-test.patch
	patches.suse/selftests-bpf-Measure-bpf_loop-verifier-performance.patch
	patches.suse/selftest-bpf-benchs-Add-bpf_loop-benchmark.patch
	patches.suse/bpf-Change-bpf_kallsyms_lookup_name-size-type-to-ARG.patch
	patches.suse/libbpf-Avoid-double-stores-for-success-failure-case-.patch
	patches.suse/libbpf-Avoid-reload-of-imm-for-weak-unresolved-repea.patch
	patches.suse/bpf-Clean-up-bpf_verifier_vlog-for-BPF_LOG_KERNEL-lo.patch
	patches.suse/samples-bpf-Fix-conflicting-types-in-fds_example.patch
	patches.suse/libbpf-Replace-btf__type_by_id-with-btf_type_by_id.patch
	patches.suse/bpf-Rename-btf_member-accessors.patch
	patches.suse/bpf-Prepare-relo_core.c-for-kernel-duty.patch
	patches.suse/bpf-Define-enum-bpf_core_relo_kind-as-uapi.patch
	patches.suse/bpf-Pass-a-set-of-bpf_core_relo-s-to-prog_load-comma.patch
	patches.suse/bpf-Adjust-BTF-log-size-limit.patch
	patches.suse/libbpf-Cleanup-struct-bpf_core_cand.patch
	patches.suse/bpf-Add-bpf_core_add_cands-and-wire-it-into-bpf_core.patch
	patches.suse/libbpf-Use-CO-RE-in-the-kernel-in-light-skeleton.patch
	patches.suse/libbpf-Support-init-of-inner-maps-in-light-skeleton.patch
	patches.suse/libbpf-Clean-gen_loader-s-attach-kind.patch
	patches.suse/selftests-bpf-Add-lskel-version-of-kfunc-test.patch
	patches.suse/selftests-bpf-Improve-inner_map-test-coverage.patch
	patches.suse/selftests-bpf-Convert-map_ptr_kern-test-to-use-light.patch
	patches.suse/selftests-bpf-Additional-test-for-CO-RE-in-the-kerne.patch
	patches.suse/selftests-bpf-Revert-CO-RE-removal-in-test_ksyms_wea.patch
	patches.suse/selftests-bpf-Add-CO-RE-relocations-to-verifier-scal.patch
	patches.suse/selftests-bpf-Build-testing_helpers.o-out-of-tree.patch
	patches.suse/selftests-bpf-Update-test-names-for-xchg-and-cmpxchg.patch
	patches.suse/libbpf-Use-__u32-fields-in-bpf_map_create_opts.patch
	patches.suse/libbpf-Add-API-to-get-set-log_level-at-per-program-l.patch
	patches.suse/bpftool-Migrate-off-of-deprecated-bpf_create_map_xat.patch
	patches.suse/selftests-bpf-Remove-recently-reintroduced-legacy-bt.patch
	patches.suse/selftests-bpf-Mute-xdpxceiver.c-s-deprecation-warnin.patch
	patches.suse/selftests-bpf-Remove-all-the-uses-of-deprecated-bpf_.patch
	patches.suse/samples-bpf-Clean-up-samples-bpf-build-failes.patch
	patches.suse/samples-bpf-Get-rid-of-deprecated-libbpf-API-uses.patch
	patches.suse/libbpf-Deprecate-bpf_prog_load_xattr-API.patch
	patches.suse/libbpf-Reduce-bpf_core_apply_relo_insn-stack-usage.patch
	patches.suse/bpf-Fix-the-test_task_vma-selftest-to-support-output.patch
	patches.suse/bpf-Disallow-BPF_LOG_KERNEL-log-level-for-bpf-BPF_BTF_LOAD.patch
	patches.suse/bpftool-Add-debug-mode-for-gen_loader.patch
	patches.suse/bpf-Remove-config-check-to-enable-bpf-support-for-branch-records.patch
	patches.suse/libbpf-Fix-trivial-typo.patch
	patches.suse/libbpf-Add-doc-comments-in-libbpf.h.patch
	patches.suse/bpf-Silence-purge_cand_cache-build-warning.patch
	patches.suse/samples-bpf-Fix-xdp_sample_user.o-linking-with-Clang.patch
	patches.suse/samples-bpf-Fix-unknown-warning-group-build-warning-.patch
	patches.suse/selftests-bpf-Fix-a-compilation-warning.patch
	patches.suse/bpf-Remove-redundant-assignment-to-pointer-t.patch
	patches.suse/samples-bpf-Remove-unneeded-variable.patch
	patches.suse/libbpf-Fix-bpf_prog_load-log_buf-logic-for-log_level.patch
	patches.suse/libbpf-Add-OPTS-based-bpf_btf_load-API.patch
	patches.suse/libbpf-Allow-passing-preallocated-log_buf-when-loadi.patch
	patches.suse/libbpf-Allow-passing-user-log-setting-through-bpf_ob.patch
	patches.suse/libbpf-Improve-logging-around-BPF-program-loading.patch
	patches.suse/libbpf-Preserve-kernel-error-code-and-remove-kprobe-.patch
	patches.suse/libbpf-Add-per-program-log-buffer-setter-and-getter.patch
	patches.suse/libbpf-Deprecate-bpf_object__load_xattr.patch
	patches.suse/selftests-bpf-Replace-all-uses-of-bpf_load_btf-with-.patch
	patches.suse/selftests-bpf-Add-test-for-libbpf-s-custom-log_buf-b.patch
	patches.suse/selftests-bpf-Remove-the-only-use-of-deprecated-bpf_.patch
	patches.suse/bpftool-Switch-bpf_object__load_xattr-to-bpf_object_.patch
	patches.suse/libbpf-Fix-typo-in-btf__dedup-LIBBPF_0.0.2-definitio.patch
	patches.suse/libbpf-Add-bool-skipped-to-struct-bpf_map.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/ipvs-remove-unused-variable-for-ip_vs_new_dest.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-get-msi_data-again-after-request_irq-is-calle.patch
	patches.suse/ath11k-add-CE-and-ext-IRQ-flag-to-indicate-irq_handl.patch
	patches.suse/ath11k-use-ATH11K_PCI_IRQ_DP_OFFSET-for-DP-IRQ.patch
	patches.suse/ath11k-refactor-multiple-MSI-vector-implementation.patch
	patches.suse/ath11k-add-support-one-MSI-vector.patch
	patches.suse/ath11k-do-not-restore-ASPM-in-case-of-single-MSI-vec.patch
	patches.suse/ath11k-Set-IRQ-affinity-to-CPU0-in-case-of-one-MSI-v.patch
	patches.suse/ath11k-change-to-treat-alpha-code-na-as-world-wide-r.patch
	patches.suse/ath11k-calculate-the-correct-NSS-of-peer-for-HE-capa.patch
	patches.suse/ath11k-fix-read-fail-for-htt_stats-and-htt_peer_stat.patch
	patches.suse/ath11k-skip-sending-vdev-down-for-channel-switch.patch
	patches.suse/ath11k-add-read-variant-from-SMBIOS-for-download-boa.patch
	patches.suse/ath11k-Fix-mon-status-ring-rx-tlv-processing.patch
	patches.suse/Revert-ath11k-add-read-variant-from-SMBIOS-for-downl.patch
	patches.suse/ath11k-Fix-spelling-mistake-detetction-detection.patch
	patches.suse/ath11k-Use-memset_startat-for-clearing-queue-descrip.patch
	patches.suse/ath11k-Use-host-CE-parameters-for-CE-interrupts-conf.patch
	patches.suse/wcn36xx-Use-correct-SSN-for-ADD-BA-request.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/ath9k-switch-to-rate-table-based-lookup.patch
	patches.suse/ath11k-add-support-for-WCN6855-hw2.1.patch
	patches.suse/ath11k-Fix-QMI-file-type-enum-value.patch
	patches.suse/ath11k-change-to-use-dynamic-memory-for-channel-list.patch
	patches.suse/ath11k-avoid-deadlock-by-change-ieee80211_queue_work.patch
	patches.suse/ath11k-add-configure-country-code-for-QCA6390-and-WC.patch
	patches.suse/ath11k-add-11d-scan-offload-support.patch
	patches.suse/wcn36xx-Fix-max-channels-retrieval.patch
	patches.suse/carl9170-Use-the-bitmap-API-when-applicable.patch
	patches.suse/ath11k-add-wait-operation-for-tx-management-packets-.patch
	patches.suse/ath-regdom-extend-South-Korea-regulatory-domain-supp.patch
	patches.suse/ath10k-Fix-tx-hanging.patch
	patches.suse/ath10k-fix-scan-abort-when-duration-is-set-for-hw-sc.patch
	patches.suse/ath11k-Fix-buffer-overflow-when-scanning-with-extrai.patch
	patches.suse/ath11k-enable-IEEE80211_HW_SINGLE_SCAN_ON_ALL_BANDS-.patch
	patches.suse/ath6kl-Use-struct_group-to-avoid-size-mismatched-cas.patch
	patches.suse/ath11k-Add-htt-cmd-to-enable-full-monitor-mode.patch
	patches.suse/ath11k-add-software-monitor-ring-descriptor-for-full.patch
	patches.suse/ath11k-Process-full-monitor-mode-rx-support.patch
	patches.suse/ath11k-add-spectral-CFR-buffer-validation-support.patch
	patches.suse/ath10k-drop-beacon-and-probe-response-which-leak-fro.patch
	patches.suse/ath10k-htt-remove-array-of-flexible-structures.patch
	patches.suse/ath10k-wmi-remove-array-of-flexible-structures.patch
	patches.suse/ath11k-support-MAC-address-randomization-in-scan.patch
	patches.suse/ath11k-set-DTIM-policy-to-stick-mode-for-station-int.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/ath11k-add-ab-to-TARGET_NUM_VDEVS-co.patch
	patches.suse/ath11k-Change-qcn9074-fw-to-operate-in-mode-2.patch
	patches.suse/ath11k-Use-reserved-host-DDR-addresses-from-DT-for-P.patch
	patches.suse/wcn36xx-Fix-beacon-filter-structure-definitions.patch
	patches.suse/wcn36xx-Fix-physical-location-of-beacon-filter-comme.patch
	patches.suse/wcn36xx-Implement-beacon-filtering.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/mac80211-Use-memset_after-to-clear-tx-status.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/codel-remove-unnecessary-sock.h-include.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/flow_offload-fix-suspicious-RCU-usage-when-offloadin.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/ath5k-switch-to-rate-table-based-lookup.patch
	patches.suse/ath11k-report-rssi-of-each-chain-to-mac80211-for-QCA.patch
	patches.suse/ath11k-add-signal-report-to-mac80211-for-QCA6390-and.patch
	patches.suse/ath11k-fix-warning-of-RCU-usage-for-ath11k_mac_get_a.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-report-tx-bitrate-for-iw-wlan-station-dump.patch
	patches.suse/ath11k-add-support-for-hardware-rfkill-for-QCA6390.patch
	patches.suse/ath11k-add-regdb.bin-download-for-regdb-offload.patch
	patches.suse/ath10k-replace-strlcpy-with-strscpy.patch
	patches.suse/ath11k-Fix-napi-related-hang.patch
	patches.suse/ath11k-add-support-of-firmware-logging-for-WCN6855.patch
	patches.suse/ath11k-Fix-unexpected-return-buffer-manager-error-fo.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-btmtksdio-add-support-of-processing-firmwa.patch
	patches.suse/Bluetooth-btmtksdio-drop-the-unnecessary-variable-cr.patch
	patches.suse/Bluetooth-btusb-Add-one-more-Bluetooth-part-for-the-.patch
	patches.suse/Bluetooth-btusb-re-definition-for-board_id-in-struct.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-HCI-Fix-definition-of-hci_rp_read_stored_l.patch
	patches.suse/Bluetooth-HCI-Fix-definition-of-hci_rp_delete_stored.patch
	patches.suse/Bluetooth-Send-device-found-event-on-name-resolve-fa.patch
	patches.suse/Bluetooth-Limit-duration-of-Remote-Name-Resolve.patch
	patches.suse/Bluetooth-Reset-more-state-when-cancelling-a-sync-co.patch
	patches.suse/Bluetooth-Add-hci_cmd_sync_cancel-to-public-API.patch
	patches.suse/Bluetooth-hci_core-Cancel-sync-command-if-sending-a-.patch
	patches.suse/Bluetooth-btusb-Cancel-sync-commands-for-certain-URB.patch
	patches.suse/Bluetooth-btmtksdio-handle-runtime-pm-only-when-sdio.patch
	patches.suse/Bluetooth-btmtksdio-fix-resume-failure.patch
	patches.suse/skbuff-introduce-skb_pull_data.patch
	patches.suse/Bluetooth-HCI-Use-skb_pull_data-to-parse-BR-EDR-even.patch
	patches.suse/Bluetooth-HCI-Use-skb_pull_data-to-parse-Command-Com.patch
	patches.suse/Bluetooth-HCI-Use-skb_pull_data-to-parse-Number-of-C.patch
	patches.suse/Bluetooth-HCI-Use-skb_pull_data-to-parse-Inquiry-Res.patch
	patches.suse/Bluetooth-HCI-Use-skb_pull_data-to-parse-Inquiry-Res-8d08d324.patch
	patches.suse/Bluetooth-HCI-Use-skb_pull_data-to-parse-Extended-In.patch
	patches.suse/Bluetooth-HCI-Use-skb_pull_data-to-parse-LE-Metaeven.patch
	patches.suse/Bluetooth-HCI-Use-skb_pull_data-to-parse-LE-Advertis.patch
	patches.suse/Bluetooth-HCI-Use-skb_pull_data-to-parse-LE-Ext-Adve.patch
	patches.suse/Bluetooth-HCI-Use-skb_pull_data-to-parse-LE-Direct-A.patch
	patches.suse/Bluetooth-hci_event-Use-of-a-function-table-to-handl.patch
	patches.suse/Bluetooth-hci_event-Use-of-a-function-table-to-handl-95118dd4.patch
	patches.suse/Bluetooth-hci_event-Use-of-a-function-table-to-handl-c8992cff.patch
	patches.suse/Bluetooth-hci_event-Use-of-a-function-table-to-handl-147306cc.patch
	patches.suse/Bluetooth-btusb-Add-one-more-Bluetooth-part-for-WCN6.patch
	patches.suse/Bluetooth-btmtksdio-enable-msft-opcode.patch
	patches.suse/Bluetooth-btmtksdio-enable-AOSP-extension-for-MT7921.patch
	patches.suse/Bluetooth-add-quirk-disabling-LE-Read-Transmit-Power.patch
	patches.suse/Bluetooth-btbcm-disable-read-tx-power-for-some-Macs-.patch
	patches.suse/Bluetooth-MGMT-Use-hci_dev_test_and_-set-clear-_flag.patch
	patches.suse/Bluetooth-hci_core-Rework-hci_conn_params-flags.patch
	patches.suse/Bluetooth-btusb-Add-support-for-queuing-during-polli.patch
	patches.suse/Bluetooth-Introduce-HCI_CONN_FLAG_DEVICE_PRIVACY-dev.patch
	patches.suse/Bluetooth-hci_sync-Set-Privacy-Mode-when-updating-th.patch
	patches.suse/Bluetooth-msft-Fix-compilation-when-CONFIG_BT_MSFTEX.patch
	patches.suse/Bluetooth-btusb-Handle-download_firmware-failure-cas.patch
	patches.suse/Bluetooth-btusb-Return-error-code-when-getting-patch.patch
	patches.suse/Bluetooth-mgmt-Introduce-mgmt_alloc_skb-and-mgmt_sen.patch
	patches.suse/Bluetooth-mgmt-Make-use-of-mgmt_send_event_skb-in-MG.patch
	patches.suse/Bluetooth-mgmt-Make-use-of-mgmt_send_event_skb-in-MG-e9674143.patch
	patches.suse/Bluetooth-hci_sync-Fix-not-always-pausing-advertisin.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-hci_sync-Push-sync-command-cancellation-to.patch
	patches.suse/Bluetooth-hci_event-Use-skb_pull_data-when-processin.patch
	patches.suse/Bluetooth-hci_sync-Add-hci_le_create_conn_sync.patch
	patches.suse/Bluetooth-hci_sync-Add-support-for-waiting-specific-.patch
	patches.suse/Bluetooth-hci_sync-Wait-for-proper-events-when-conne.patch
	patches.suse/Bluetooth-hci_sync-Add-check-simultaneous-roles-supp.patch
	patches.suse/Bluetooth-MGMT-Fix-LE-simultaneous-roles-UUID-if-not.patch
	patches.suse/Bluetooth-vhci-Set-HCI_QUIRK_VALID_LE_STATES.patch
	patches.suse/Bluetooth-MGMT-Fix-spelling-mistake-simultanous-simu.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-smc-Use-the-bitmap-API-when-applicable.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/libbpf-Fix-gen_loader-assumption-on-number-of-progra.patch
	patches.suse/bpf-Add-bpf_strncmp-helper.patch
	patches.suse/selftests-bpf-Fix-checkpatch-error-on-empty-function.patch
	patches.suse/selftests-bpf-Add-benchmark-for-bpf_strncmp-helper.patch
	patches.suse/selftests-bpf-Add-test-cases-for-bpf_strncmp.patch
	patches.suse/bpf-Use-kmemdup-to-replace-kmalloc-memcpy.patch
	patches.suse/bpf-Silence-coverity-false-positive-warning.patch
	patches.suse/selftests-bpf-Remove-last-bpf_create_map_xattr-from-.patch
	patches.suse/libbpf-Don-t-validate-TYPE_ID-relo-s-original-imm-va.patch
	patches.suse/bpf-Allow-access-to-int-pointer-arguments-in-tracing.patch
	patches.suse/selftests-bpf-Add-test-to-access-int-ptr-argument-in.patch
	patches.suse/bpf-x64-Replace-some-stack_size-usage-with-offset-va.patch
	patches.suse/bpf-Add-get_func_-arg-ret-arg_cnt-helpers.patch
	patches.suse/selftests-bpf-Add-tests-for-get_func_-arg-ret-arg_cn.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/selftests-bpf-Fix-segfault-in-bpf_tcp_ca.patch
	patches.suse/libbpf-Add-doc-comments-for-bpf_program__-un-pin.patch
	patches.suse/xsk-Wipe-out-dead-zero_copy_allocator-declarations.patch
	patches.suse/libbpf-Fix-potential-uninit-memory-read.patch
	patches.suse/libbpf-Add-sane-strncpy-alternative-and-use-it-inter.patch
	patches.suse/libbpf-Auto-bump-RLIMIT_MEMLOCK-if-kernel-needs-it-f.patch
	patches.suse/selftests-bpf-Remove-explicit-setrlimit-RLIMIT_MEMLO.patch
	patches.suse/selftests-bpf-Stop-using-bpf_object__find_program_by.patch
	patches.suse/samples-bpf-Stop-using-bpf_object__find_program_by_t.patch
	patches.suse/tools-perf-Stop-using-bpf_object__find_program_by_ti.patch
	patches.suse/libbpf-Mark-bpf_object__find_program_by_title-API-de.patch
	patches.suse/libbpf-Avoid-reading-past-ELF-data-section-end-when-.patch
	patches.suse/tools-Help-cross-building-with-clang.patch
	patches.suse/tools-resolve_btfids-Support-cross-building-the-kern.patch
	patches.suse/tools-libbpf-Enable-cross-building-with-clang.patch
	patches.suse/bpftool-Enable-cross-building-with-clang.patch
	patches.suse/tools-runqslower-Enable-cross-building-with-clang.patch
	patches.suse/selftests-bpf-Enable-cross-building-with-clang.patch
	patches.suse/add-includes-masked-by-cgroup-bpf-dependency.patch
	patches.suse/add-missing-bpf-cgroup.h-includes.patch
	patches.suse/bpf-Remove-the-cgroup-bpf-header-dependecy.patch
	patches.suse/bpf-Only-print-scratched-registers-and-stack-slots-t.patch
	patches.suse/bpf-Right-align-verifier-states-in-verifier-logs.patch
	patches.suse/Only-output-backtracking-information-in-log-level-2.patch
	patches.suse/libbpf-Rework-feature-probing-APIs.patch
	patches.suse/selftests-bpf-Add-libbpf-feature-probing-API-selftes.patch
	patches.suse/bpftool-Reimplement-large-insn-size-limit-feature-pr.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/bpf-Extend-kfunc-with-PTR_TO_CTX-PTR_TO_MEM-argument.patch
	patches.suse/selftests-bpf-Correct-the-INDEX-address-in-vmtest.sh.patch
	patches.suse/bpf-Use-struct_size-helper.patch
	patches.suse/bpftool-Enable-line-buffering-for-stdout.patch
	patches.suse/libbpf-Do-not-use-btf_dump__new-macro-in-C-mode.patch
	patches.suse/selftests-bpf-Add-btf_dump__new-to-test_cpp.patch
	patches.suse/libbpf-Normalize-PT_REGS_xxx-macro-definitions.patch
	patches.suse/libbpf-Use-100-character-limit-to-make-bpf_tracing.h.patch
	patches.suse/libbpf-Improve-LINUX_VERSION_CODE-detection.patch
	patches.suse/net-Don-t-include-filter.h-from-net-sock.h.patch
	patches.suse/bpf-Add-missing-map_get_next_key-method-to-bloom-fil.patch
	patches.suse/bpf-Allow-bpf_local_storage-to-be-used-by-sleepable-.patch
	patches.suse/bpf-selftests-Update-local-storage-selftest-for-slee.patch
	patches.suse/net-Add-includes-masked-by-netdevice.h-including-uap.patch
	patches.suse/bpf-Invert-the-dependency-between-bpf-netns.h-and-ne.patch
	patches.suse/bpf-docs-Fix-verifier-references.patch
	patches.suse/bpf-docs-Split-the-comparism-to-classic-BPF-from-ins.patch
	patches.suse/bpf-docs-Generate-nicer-tables-for-instruction-encod.patch
	patches.suse/bpf-docs-Move-the-packet-access-instructions-last-in.patch
	patches.suse/bpf-Fix-typo-in-a-comment-in-bpf-lpm_trie.patch
	patches.suse/net-smc-Introduce-net-namespace-support-for-linkgrou.patch
	patches.suse/net-smc-Add-netlink-net-namespace-support.patch
	patches.suse/net-smc-Print-net-namespace-in-log.patch
	patches.suse/net-smc-Add-net-namespace-for-tracepoints.patch
	patches.suse/net-smc-Introduce-TCP-ULP-support.patch
	patches.suse/net-smc-remove-redundant-re-assignment-of-pointer-link
	patches.suse/net-smc-add-comments-for-smc_link_-usable-sendable.patch
	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/can-kvaser_usb-make-use-of-units.h-in-assignment-of-.patch
	patches.suse/can-do-not-increase-rx-statistics-when-generating-a-.patch
	patches.suse/can-kvaser_usb-do-not-increase-tx-statistics-when-se.patch
	patches.suse/can-do-not-increase-rx_bytes-statistics-for-RTR-fram.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/bpftool-Refactor-misc.-feature-probe.patch
	patches.suse/bpftool-Probe-for-bounded-loop-support.patch
	patches.suse/bpftool-Probe-for-instruction-set-extensions.patch
	patches.suse/bpf-selftests-Fix-namespace-mount-setup-in-tc_redire.patch
	patches.suse/bpf-arm64-Use-emit_addr_mov_i64-for-BPF_PSEUDO_FUNC.patch
	patches.suse/bpf-sockmap-Fix-return-codes-from-tcp_bpf_recvmsg_pa.patch
	patches.suse/bpf-sockmap-Fix-double-bpf_prog_put-on-error-case-in.patch
	patches.suse/bpf-Don-t-promote-bogus-looking-registers-after-null.patch
	patches.suse/bpf-selftests-Add-verifier-test-for-mem_or_null-regi.patch
	patches.suse/bpf-docs-Add-a-setion-to-explain-the-basic-instructi.patch
	patches.suse/bpf-docs-Add-subsections-for-ALU-and-JMP-instruction.patch
	patches.suse/bpf-docs-Document-the-opcode-classes.patch
	patches.suse/bpf-docs-Fully-document-the-ALU-opcodes.patch
	patches.suse/bpf-docs-Fully-document-the-JMP-opcodes.patch
	patches.suse/bpf-docs-Fully-document-the-JMP-mode-modifiers.patch
	patches.suse/bpf-Fix-verifier-support-for-validation-of-async-cal.patch
	patches.suse/bpf-Fix-SO_RCVBUF-SO_SNDBUF-handling-in-_bpf_setsock.patch
	patches.suse/bpf-Add-SO_RCVBUF-SO_SNDBUF-in-_bpf_getsockopt.patch
	patches.suse/libbpf-Deprecate-bpf_perf_event_read_simple-API.patch
	patches.suse/libbpf-Use-probe_name-for-legacy-kprobe.patch
	patches.suse/libbpf-Support-repeated-legacy-kprobes-on-same-funct.patch
	patches.suse/libbpf-1.0-Deprecate-bpf_map__is_offload_neutral.patch
	patches.suse/libbpf-1.0-Deprecate-bpf_object__find_map_by_offset-.patch
	patches.suse/samples-bpf-xdpsock-Add-VLAN-support-for-Tx-only-ope.patch
	patches.suse/samples-bpf-xdpsock-Add-Dest-and-Src-MAC-setting-for.patch
	patches.suse/samples-bpf-xdpsock-Add-clockid-selection-support.patch
	patches.suse/samples-bpf-xdpsock-Add-cyclic-TX-operation-capabili.patch
	patches.suse/samples-bpf-xdpsock-Add-sched-policy-and-priority-su.patch
	patches.suse/samples-bpf-xdpsock-Add-time-out-for-cleaning-Tx.patch
	patches.suse/samples-bpf-xdpsock-Add-timestamp-for-Tx-only-operat.patch
	patches.suse/xdp-Allow-registering-memory-model-without-rxq-refer.patch
	patches.suse/page_pool-Add-callback-to-init-pages-when-they-are-a.patch
	patches.suse/page_pool-Store-the-XDP-mem-id.patch
	patches.suse/xdp-Move-conversion-to-xdp_frame-out-of-map-function.patch
	patches.suse/xdp-Add-xdp_do_redirect_frame-for-pre-computed-xdp_f.patch
	patches.suse/selftests-bpf-Don-t-rely-on-preserving-volatile-in-P.patch
	patches.suse/libbpf-Add-documentation-for-bpf_map-batch-operation.patch
	patches.suse/bpf-selftests-Test-bpf_d_path-on-rdonly_mem.patch
	patches.suse/net-bpf-Handle-return-value-of-BPF_CGROUP_RUN_PROG_I.patch
	patches.suse/bpf-selftests-Use-C99-initializers-in-test_sock.c.patch
	patches.suse/bpf-selftests-Add-bind-retry-for-post_bind-4-6.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-btbcm-disable-read-tx-power-for-MacBook-Ai.patch
	patches.suse/Bluetooth-hci_event-Rework-hci_inquiry_result_with_r.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-btqca-sequential-validation.patch
	patches.suse/Bluetooth-L2CAP-uninitialized-variables-in-l2cap_soc.patch
	patches.suse/Bluetooth-hci_sock-fix-endian-bug-in-hci_sock_setsoc.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/qlcnic-Simplify-DMA-setting.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/mmc-sdhci-acpi-Remove-special-handling-for-GPD-win-p.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/x86-cpufeatures-Add-AMD-Collaborative-Processor-Perf.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-core-Redefine-pm_ptr-macro.patch
	patches.suse/PM-core-Add-new-_PM_OPS-macros-deprecate-old-ones.patch
	patches.suse/PM-runtime-Capture-device-status-before-disabling-ru.patch
	patches.suse/PM-runtime-Add-safety-net-to-supplier-device-release.patch
	patches.suse/mmc-jz4740-Use-the-new-PM-macros.patch
	patches.suse/mmc-mxc-Use-the-new-PM-macros.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/locktorture-rcutorture-torture-Always-log-error-mess.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-do-not-handle-PFVF-sources-for-qat_4xxx.patch
	patches.suse/crypto-qat-fix-undetected-PFVF-timeout-in-ACK-loop.patch
	patches.suse/crypto-qat-refactor-PF-top-half-for-PFVF.patch
	patches.suse/crypto-qat-move-vf2pf-interrupt-helpers.patch
	patches.suse/crypto-qat-move-VF-message-handler-to-adf_vf2pf_msg..patch
	patches.suse/crypto-qat-move-interrupt-code-out-of-the-PFVF-handl.patch
	patches.suse/crypto-qat-change-PFVF-ACK-behaviour.patch
	patches.suse/crypto-qat-re-enable-interrupts-for-legacy-PFVF-mess.patch
	patches.suse/crypto-qat-split-PFVF-message-decoding-from-handling.patch
	patches.suse/crypto-qat-handle-retries-due-to-collisions-in-adf_i.patch
	patches.suse/crypto-qat-relocate-PFVF-PF-related-logic.patch
	patches.suse/crypto-qat-relocate-PFVF-VF-related-logic.patch
	patches.suse/crypto-qat-relocate-PFVF-disabled-function.patch
	patches.suse/crypto-qat-add-pfvf_ops.patch
	patches.suse/crypto-qat-differentiate-between-pf2vf-and-vf2pf-off.patch
	patches.suse/crypto-qat-abstract-PFVF-send-function.patch
	patches.suse/crypto-qat-abstract-PFVF-receive-logic.patch
	patches.suse/crypto-qat-reorganize-PFVF-code.patch
	patches.suse/crypto-qat-reorganize-PFVF-protocol-definitions.patch
	patches.suse/crypto-qat-use-enums-for-PFVF-protocol-codes.patch
	patches.suse/crypto-qat-pass-the-PF2VF-responses-back-to-the-call.patch
	patches.suse/crypto-qat-refactor-pfvf-version-request-messages.patch
	patches.suse/crypto-qat-do-not-rely-on-min-version.patch
	patches.suse/crypto-qat-fix-VF-IDs-in-PFVF-log-messages.patch
	patches.suse/crypto-qat-improve-logging-of-PFVF-messages.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-hisilicon-qm-fix-deadlock-for-remove-driver.patch
	patches.suse/hwrng-cn10k-Add-random-number-generator-support.patch
	patches.suse/crypto-octeontx2-Use-swap-instead-of-swap_engines.patch
	patches.suse/crypto-qat-get-compression-extended-capabilities.patch
	patches.suse/crypto-qat-set-CIPHER-capability-for-QAT-GEN2.patch
	patches.suse/crypto-qat-set-COMPRESSION-capability-for-QAT-GEN2.patch
	patches.suse/crypto-qat-extend-crypto-capability-detection-for-4x.patch
	patches.suse/crypto-qat-support-the-reset-of-ring-pairs-on-PF.patch
	patches.suse/crypto-qat-add-the-adf_get_pmisc_base-helper-functio.patch
	patches.suse/crypto-qat-make-PFVF-message-construction-direction-.patch
	patches.suse/crypto-qat-make-PFVF-send-and-receive-direction-agno.patch
	patches.suse/crypto-qat-set-PFVF_MSGORIGIN-just-before-sending.patch
	patches.suse/crypto-qat-abstract-PFVF-messages-with-struct-pfvf_m.patch
	patches.suse/crypto-qat-leverage-bitfield.h-utils-for-PFVF-messag.patch
	patches.suse/crypto-qat-leverage-read_poll_timeout-in-PFVF-send.patch
	patches.suse/crypto-qat-improve-the-ACK-timings-in-PFVF-send.patch
	patches.suse/crypto-qat-store-the-PFVF-protocol-version-of-the-en.patch
	patches.suse/crypto-qat-store-the-ring-to-service-mapping.patch
	patches.suse/crypto-qat-introduce-support-for-PFVF-block-messages.patch
	patches.suse/crypto-qat-exchange-device-capabilities-over-PFVF.patch
	patches.suse/crypto-qat-support-fast-ACKs-in-the-PFVF-protocol.patch
	patches.suse/crypto-qat-exchange-ring-to-service-mappings-over-PF.patch
	patches.suse/crypto-qat-config-VFs-based-on-ring-to-svc-mapping.patch
	patches.suse/crypto-qat-add-PFVF-support-to-the-GEN4-host-driver.patch
	patches.suse/crypto-qat-add-PFVF-support-to-enable-the-reset-of-r.patch
	patches.suse/crypto-qat-allow-detection-of-dc-capabilities-for-4x.patch
	patches.suse/crypto-qat-add-support-for-compression-for-4xxx.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/crypto-qat-fix-definition-of-ring-reset-results.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/1125-backlight-lp855x-Move-device_config-setting-out-of-l.patch
	patches.suse/1126-backlight-lp855x-Add-dev-helper-variable-to-lp855x_p.patch
	patches.suse/1127-backlight-lp855x-Add-support-ACPI-enumeration.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/1133-backlight-qcom-wled-Remove-unnecessary-4th-default-s.patch
	patches.suse/1134-backlight-qcom-wled-Provide-enabled_strings-default-.patch
	patches.suse/1135-backlight-qcom-wled-Remove-unnecessary-double-whites.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/gpiolib-improve-coding-style-for-local-variables.patch
	patches.suse/gpiolib-check-the-ngpios-property-in-core-gpiolib-co.patch
	patches.suse/gpio-aspeed-Convert-aspeed_gpio.lock-to-raw_spinlock.patch
	patches.suse/dt-bindings-gpio-Add-Tegra234-support.patch
	patches.suse/gpio-tegra186-Add-support-for-Tegra234.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/fs-add-is_idmapped_mnt-helper.patch
	patches.suse/btrfs-fix-deadlock-between-quota-enable-and-other-qu.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-send-remove-unused-found_type-parameter-to-loo.patch
	patches.suse/btrfs-send-remove-unused-type-parameter-to-iterate_i.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/include-linux-efi.h-Remove-unneeded-whitespaces-befo.patch
	patches.suse/efi-libstub-add-prototype-of-efi_tcg2_protocol-hash_.patch
	patches.suse/efi-libstub-x86-mixed-increase-supported-argument-co.patch
	patches.suse/efi-libstub-consolidate-initrd-handling-across-archi.patch
	patches.suse/efi-libstub-measure-loaded-initrd-info-into-the-TPM.patch
	patches.suse/efi-use-default_groups-in-kobj_type.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/futex-Ensure-futex_atomic_cmpxchg_inatomic-is-presen.patch
	patches.suse/futex-Remove-futex_cmpxchg-detection.patch
	patches.suse/futex-Fix-sparc32-m68k-nds32-build-regression.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/lockdep-Remove-softirq-accounting-on-PREEMPT_RT.patch
	patches.suse/lockdep-selftests-Avoid-using-local_lock_-acquire-re.patch
	patches.suse/lockdep-selftests-Unbalanced-migrate_disable-rcu_rea.patch
	patches.suse/lockdep-selftests-Skip-the-softirq-related-tests-on-.patch
	patches.suse/lockdep-selftests-Adapt-ww-tests-for-PREEMPT_RT.patch
	patches.suse/locking-Make-owner_on_cpu-into-linux-sched.h.patch
	patches.suse/futex-Fix-additional-regressions.patch
	patches.suse/io_uring-simplify-reissue-in-kiocb_done.patch
	patches.suse/io_uring-improve-send-recv-error-handling.patch
	patches.suse/io_uring-clean-__io_import_iovec.patch
	patches.suse/io_uring-improve-argument-types-of-kiocb_done.patch
	patches.suse/io_uring-clean-cqe-filling-functions.patch
	patches.suse/io_uring-add-option-to-skip-CQE-posting.patch
	patches.suse/io_uring-don-t-spinlock-when-not-posting-CQEs.patch
	patches.suse/io_uring-disable-drain-with-cqe-skip.patch
	patches.suse/io_uring-fix-no-lock-protection-for-ctx-cq_extra.patch
	patches.suse/io_uring-better-to-use-REQ_F_IO_DRAIN-for-req-flags.patch
	patches.suse/io_uring-validate-timespec-for-timeout-removals.patch
	patches.suse/io_uring-move-up-io_put_kbuf-and-io_put_rw_kbuf.patch
	patches.suse/io_uring-simplify-selected-buf-handling.patch
	patches.suse/io_uring-tweak-iopoll-CQE_SKIP-event-counting.patch
	patches.suse/io_uring-reuse-io_req_task_complete-for-timeouts.patch
	patches.suse/io-wq-add-helper-to-merge-two-wq_lists.patch
	patches.suse/io_uring-add-a-priority-tw-list-for-irq-completion-w.patch
	patches.suse/io_uring-add-helper-for-task-work-execution-code.patch
	patches.suse/io_uring-split-io_req_complete_post-and-add-a-helper.patch
	patches.suse/io_uring-batch-completion-in-prior_task_list.patch
	patches.suse/io_uring-code-clean-for-some-ctx-usage.patch
	patches.suse/io_uring-remove-double-poll-on-poll-update.patch
	patches.suse/io_uring-refactor-poll-update.patch
	patches.suse/io_uring-move-common-poll-bits.patch
	patches.suse/io_uring-kill-poll-linking-optimisation.patch
	patches.suse/io_uring-poll-rework.patch
	patches.suse/io_uring-single-shot-poll-removal-optimisation.patch
	patches.suse/io_uring-use-completion-batching-for-poll-rem-upd.patch
	patches.suse/io_uring-remove-unused-function-parameter.patch
	patches.suse/io_uring-remove-redundant-tab-space.patch
	patches.suse/io_uring-fix-not-released-cached-task-refs.patch
	patches.suse/block-move-blk_rq_err_bytes-to-scsi.patch
	patches.suse/block-remove-rq_flush_dcache_pages.patch
	patches.suse/block-remove-blk-exec.c.patch
	patches.suse/blk-mq-move-blk_mq_flush_plug_list.patch
	patches.suse/block-move-request-based-cloning-helpers-to-blk-mq.c.patch
	patches.suse/block-move-blk_rq_init-to-blk-mq.c.patch
	patches.suse/block-move-blk_steal_bios-to-blk-mq.c.patch
	patches.suse/block-move-blk_account_io_-start-done-to-blk-mq.c.patch
	patches.suse/block-move-blk_dump_rq_flags-to-blk-mq.c.patch
	patches.suse/block-move-blk_print_req_error-to-blk-mq.c.patch
	patches.suse/block-don-t-include-blk-mq-headers-in-blk-core.c.patch
	patches.suse/block-move-GENHD_FL_NATIVE_CAPACITY-to-disk-state.patch
	patches.suse/block-move-GENHD_FL_BLOCK_EVENTS_ON_EXCL_WRITE-to-di.patch
	patches.suse/block-remove-GENHD_FL_CD.patch
	patches.suse/block-remove-a-dead-check-in-show_partition.patch
	patches.suse/block-merge-disk_scan_partitions-and-blkdev_reread_p.patch
	patches.suse/block-rename-GENHD_FL_NO_PART_SCAN-to-GENHD_FL_NO_PA.patch
	patches.suse/block-remove-the-GENHD_FL_HIDDEN-check-in-blkdev_get.patch
	patches.suse/null_blk-don-t-suppress-partitioning-information.patch
	patches.suse/mmc-don-t-set-GENHD_FL_SUPPRESS_PARTITION_INFO.patch
	patches.suse/block-remove-GENHD_FL_SUPPRESS_PARTITION_INFO.patch
	patches.suse/block-remove-GENHD_FL_EXT_DEVT.patch
	patches.suse/block-don-t-set-GENHD_FL_NO_PART-for-hidden-gendisks.patch
	patches.suse/block-cleanup-the-GENHD_FL_-definitions.patch
	patches.suse/sr-set-GENHD_FL_REMOVABLE-earlier.patch
	patches.suse/blk-mq-simplify-the-plug-handling-in-blk_mq_submit_b.patch
	patches.suse/blk-mq-move-more-plug-handling-from-blk_mq_submit_bi.patch
	patches.suse/blk-ioprio-don-t-set-bio-priority-if-not-needed.patch
	patches.suse/block-only-allocate-poll_stats-if-there-s-a-user-of-.patch
	patches.suse/block-move-io_context-creation-into-where-it-s-neede.patch
	patches.suse/blk_mq-remove-repeated-includes.patch
	patches.suse/block-move-blk_get_flush_queue-to-blk-flush.c.patch
	patches.suse/block-remove-elevator_exit.patch
	patches.suse/block-remove-the-e-argument-to-elevator_exit.patch
	patches.suse/block-don-t-include-blk-mq-sched.h-in-blk.h.patch
	patches.suse/block-don-t-include-blk-mq.h-in-blk.h.patch
	patches.suse/block-don-t-include-linux-blk-mq.h-in-blk.h.patch
	patches.suse/block-don-t-include-linux-idr.h-in-blk.h.patch
	patches.suse/block-don-t-include-linux-part_stat.h-in-blk.h.patch
	patches.suse/blk-mq-cleanup-request-allocation.patch
	patches.suse/blk-crypto-remove-blk_crypto_unregister.patch
	patches.suse/blk-mq-Add-blk_mq_complete_request_direct.patch
	patches.suse/mmc-core-Use-blk_mq_complete_request_direct.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-Provide-helper-to-generate-bfqq-name.patch
	patches.suse/bfq-Log-waker-detections.patch
	patches.suse/bfq-Do-not-let-waker-requests-skip-proper-accounting.patch
	patches.suse/blk-mq-use-bio-bi_opf-after-bio-is-checked.patch
	patches.suse/RDMA-qib-rename-copy_io-to-qib_copy_io.patch
	patches.suse/fork-move-copy_io-to-block-blk-ioc.c.patch
	patches.suse/bfq-simplify-bfq_bic_lookup.patch
	patches.suse/bfq-use-bfq_bic_lookup-in-bfq_limit_depth.patch
	patches.suse/Revert-block-Provide-blk_mq_sched_get_icq.patch
	patches.suse/block-mark-put_io_context_active-static.patch
	patches.suse/block-move-blk_mq_sched_assign_ioc-to-blk-ioc.c.patch
	patches.suse/block-move-the-remaining-elv.icq-handling-to-the-I-O.patch
	patches.suse/block-remove-get_io_context_active.patch
	patches.suse/block-factor-out-a-alloc_io_context-helper.patch
	patches.suse/block-use-alloc_io_context-in-__copy_io.patch
	patches.suse/block-return-the-io_context-from-create_task_io_cont.patch
	patches.suse/block-simplify-ioc_create_icq.patch
	patches.suse/block-simplify-ioc_lookup_icq.patch
	patches.suse/block-Remove-redundant-initialization-of-variable-re.patch
	patches.suse/mtd_blkdevs-remove-the-sector-out-of-range-check-in-.patch
	patches.suse/block-don-t-check-rq_disk-in-merges.patch
	patches.suse/block-remove-the-rq_disk-field-in-struct-request.patch
	patches.suse/block-remove-the-gendisk-argument-to-blk_execute_rq.patch
	patches.suse/scsi-remove-the-gendisk-argument-to-scsi_ioctl.patch
	patches.suse/block-Fix-fsync-always-failed-if-once-failed.patch
	patches.suse/blk-mq-check-q-poll_stat-in-queue_poll_stat_show.patch
	patches.suse/block-get-rid-of-useless-goto-and-label-in-blk_mq_ge.patch
	patches.suse/block-fix-double-bio-queue-when-merging-in-cached-re.patch
	patches.suse/mm-move-filemap_range_needs_writeback-into-header.patch
	patches.suse/block-move-direct_IO-into-our-own-read_iter-handler.patch
	patches.suse/block-switch-to-atomic_t-for-request-references.patch
	patches.suse/blk-mq-remove-hctx_lock-and-hctx_unlock.patch
	patches.suse/blk-mq-move-srcu-from-blk_mq_hw_ctx-to-request_queue.patch
	patches.suse/blk-mq-pass-request-queue-to-blk_mq_run_dispatch_ops.patch
	patches.suse/blk-mq-run-dispatch-lock-once-in-case-of-issuing-fro.patch
	patches.suse/blk-mq-don-t-run-might_sleep-if-the-operation-needn-.patch
	patches.suse/blk-mq-don-t-use-plug-mq_list-q-directly-in-blk_mq_r.patch
	patches.suse/blk-mq-Drop-busy_iter_fn-blk_mq_hw_ctx-argument.patch
	patches.suse/blk-mq-Delete-busy_iter_fn.patch
	patches.suse/blk-mq-Optimise-blk_mq_queue_tag_busy_iter-for-share.patch
	patches.suse/mtd_blkdevs-don-t-scan-partitions-for-plain-mtdblock.patch
	patches.suse/block-make-queue-stat-accounting-a-reference.patch
	patches.suse/block-add-completion-handler-for-fast-path.patch
	patches.suse/block-use-singly-linked-list-for-bio-cache.patch
	patches.suse/block-add-mq_ops-queue_rqs-hook.patch
	patches.suse/nvme-split-command-copy-into-a-helper.patch
	patches.suse/nvme-separate-command-prep-and-issue.patch
	patches.suse/nvme-add-support-for-mq_ops-queue_rqs.patch
	patches.suse/block-remove-the-nr_task-field-from-struct-io_contex.patch
	patches.suse/block-simplify-struct-io_context-refcounting.patch
	patches.suse/block-refactor-put_iocontext_active.patch
	patches.suse/block-remove-the-NULL-ioc-check-in-put_io_context.patch
	patches.suse/block-refactor-put_io_context.patch
	patches.suse/block-cleanup-ioc_clear_queue.patch
	patches.suse/block-move-set_task_ioprio-to-blk-ioc.c.patch
	patches.suse/block-fold-get_task_io_context-into-set_task_ioprio.patch
	patches.suse/block-open-code-create_task_io_context-in-set_task_i.patch
	patches.suse/block-fold-create_task_io_context-into-ioc_find_get_.patch
	patches.suse/block-only-build-the-icq-tracking-code-when-needed.patch
	patches.suse/blktrace-switch-trace-spinlock-to-a-raw-spinlock.patch
	patches.suse/blk-mq-blk-mq-check-quiesce-state-before-queue_rqs.patch
	patches.suse/block-fix-error-in-handling-dead-task-for-ioprio-set.patch
	patches.suse/block-call-blk_exit_queue-before-freeing-q-stats.patch
	patches.suse/block-fix-error-unwinding-in-device_add_disk.patch
	patches.suse/block-use-unsigned-long-for-blk_validate_block_size.patch
	patches.suse/block-check-minor-range-in-device_add_disk.patch
	patches.suse/bio.h-fix-kernel-doc-warnings.patch
	patches.suse/block-remove-unnecessary-trailing.patch
	patches.suse/block-drop-needless-assignment-in-set_task_ioprio.patch
	patches.suse/block-move-rq_list-macros-to-blk-mq.h.patch
	patches.suse/block-introduce-rq_list_for_each_safe-macro.patch
	patches.suse/block-introduce-rq_list_move.patch
	patches.suse/nvme-pci-fix-queue_rqs-list-splitting.patch
	patches.suse/block-fix-old-style-declaration.patch
	patches.suse/block-don-t-protect-submit_bio_checks-by-q_usage_cou.patch
	patches.suse/null_blk-allow-zero-poll-queues.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/block-null_blk-batched-complete-poll-requests.patch
	patches.suse/pktdvd-stop-using-bdi-congestion-framework.patch
	patches.suse/null_blk-cast-command-status-to-integer.patch
	patches.suse/mtip32xx-remove-pointless-drvdata-checking.patch
	patches.suse/mtip32xx-remove-pointless-drvdata-lookups.patch
	patches.suse/mtip32xx-convert-to-generic-power-management.patch
	patches.suse/rsxx-Drop-PCI-legacy-power-management.patch
	patches.suse/block-remove-the-rsxx-driver.patch
	patches.suse/block-null_blk-only-set-set-nr_maps-as-3-if-active-p.patch
	patches.suse/nvme-fabrics-print-out-valid-arguments-when-reading-.patch
	patches.suse/nvme-increment-request-genctr-on-completion.patch
	patches.suse/nvme-drop-unused-variable-ctrl-in-nvme_setup_cmd.patch
	patches.suse/nvme-add-iopolicy-module-parameter.patch
	patches.suse/pktcdvd-convert-to-use-attribute-groups.patch
	patches.suse/md-raid5-play-nice-with-PREEMPT_RT.patch
	patches.suse/0032-md-drop-queue-limitation-for-RAID1-and-RAID10.patch
	patches.suse/0033-md-add-support-for-REQ_NOWAIT.patch
	patches.suse/0034-md-raid1-add-nowait-support.patch
	patches.suse/0035-md-raid10-add-nowait-support.patch
	patches.suse/0036-md-raid456-add-nowait-support.patch
	patches.suse/0037-md-fix-spelling-of-its.patch
	patches.suse/0038-lib-raid6-Use-strict-priority-ranking-for-pq-gen-benchmarking.patch
	patches.suse/md-Move-alloc-free-acct-bioset-in-to-personality.patch
	patches.suse/0039-md-use-default_groups-in-kobj_type.patch
	patches.suse/0040-dm-btree-spine-remove-extra-node_check-function-declaration.patch
	patches.suse/0041-dm-btree-spine-eliminate-duplicate-le32_to_cpu-in-node_check.patch
	patches.suse/0042-dm-btree-remove-change-a-bunch-of-BUG_ON-calls-to-proper-errors.patch
	patches.suse/0043-dm-btree-add-a-defensive-bounds-check-to-insert_at.patch
	patches.suse/0044-dm-space-map-common-add-bounds-check-to-sm_ll_lookup_bitmap.patch
	patches.suse/0045-dm-integrity-Use-struct_group-to-zero-struct-journal_sector.patch
	patches.suse/0046-dm-sysfs-use-default_groups-in-kobj_type.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/soundwire-intel-Use-auxiliary_device-driver-data-hel.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/1137-kobject-remove-kset-from-struct-kset_uevent_ops-call.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-Remove-redundant-flush_workqueue-calls.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/usb-dwc3-gadget-Support-Multi-Stream-Transfer.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/usb-dwc3-Drop-unneeded-calls-to-platform_get_resourc.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/fscache-cachefiles-Disable-configuration.patch
	patches.suse/cachefiles-Delete-the-cachefiles-driver-pending-rewrite.patch
	patches.suse/fscache-Remove-the-contents-of-the-fscache-driver-pending-rewrite.patch
	patches.suse/netfs-Display-the-netfs-inode-number-in-the-netfs_read-tracepoint.patch
	patches.suse/netfs-Pass-a-flag-to-prepare_write-to-say-if-there-s-no-alloc-d-space.patch
	patches.suse/fscache-Introduce-new-driver.patch
	patches.suse/fscache-Implement-a-hash-function.patch
	patches.suse/fscache-Implement-cache-registration.patch
	patches.suse/fscache-Implement-volume-registration.patch
	patches.suse/fscache-Implement-cookie-registration.patch
	patches.suse/fscache-Implement-cache-level-access-helpers.patch
	patches.suse/fscache-Implement-volume-level-access-helpers.patch
	patches.suse/fscache-Implement-cookie-level-access-helpers.patch
	patches.suse/fscache-Implement-functions-add-remove-a-cache.patch
	patches.suse/fscache-Provide-and-use-cache-methods-to-lookup-create-free-a-volume.patch
	patches.suse/fscache-Add-a-function-for-a-cache-backend-to-note-an-I-O-error.patch
	patches.suse/fscache-Implement-simple-cookie-state-machine.patch
	patches.suse/fscache-Implement-cookie-user-counting-and-resource-pinning.patch
	patches.suse/fscache-Implement-cookie-invalidation.patch
	patches.suse/fscache-Provide-a-means-to-begin-an-operation.patch
	patches.suse/fscache-Count-data-storage-objects-in-a-cache.patch
	patches.suse/fscache-Provide-read-write-stat-counters-for-the-cache.patch
	patches.suse/fscache-Provide-a-function-to-let-the-netfs-update-its-coherency-data.patch
	patches.suse/netfs-Pass-more-information-on-how-to-deal-with-a-hole-in-the-cache.patch
	patches.suse/fscache-Implement-raw-I-O-interface.patch
	patches.suse/fscache-Implement-higher-level-write-I-O-interface.patch
	patches.suse/vfs-fscache-Implement-pinning-of-cache-usage-for-writeback.patch
	patches.suse/fscache-Provide-a-function-to-note-the-release-of-a-page.patch
	patches.suse/fscache-Provide-a-function-to-resize-a-cookie.patch
	patches.suse/cachefiles-Introduce-rewritten-driver.patch
	patches.suse/cachefiles-Define-structs.patch
	patches.suse/cachefiles-Add-some-error-injection-support.patch
	patches.suse/cachefiles-Add-a-couple-of-tracepoints-for-logging-errors.patch
	patches.suse/cachefiles-Add-cache-error-reporting-macro.patch
	patches.suse/cachefiles-Add-security-derivation.patch
	patches.suse/cachefiles-Register-a-miscdev-and-parse-commands-over-it.patch
	patches.suse/cachefiles-Provide-a-function-to-check-how-much-space-there-is.patch
	patches.suse/vfs-cachefiles-Mark-a-backing-file-in-use-with-an-inode-flag.patch
	patches.suse/cachefiles-Implement-a-function-to-get-create-a-directory-in-the-cache.patch
	patches.suse/cachefiles-Implement-cache-registration-and-withdrawal.patch
	patches.suse/cachefiles-Implement-volume-support.patch
	patches.suse/cachefiles-Add-tracepoints-for-calls-to-the-VFS.patch
	patches.suse/cachefiles-Implement-object-lifecycle-funcs.patch
	patches.suse/cachefiles-Implement-key-to-filename-encoding.patch
	patches.suse/cachefiles-Implement-metadata-coherency-data-storage-in-xattrs.patch
	patches.suse/cachefiles-Mark-a-backing-file-in-use-with-an-inode-flag.patch
	patches.suse/cachefiles-Implement-culling-daemon-commands.patch
	patches.suse/cachefiles-Implement-backing-file-wrangling.patch
	patches.suse/cachefiles-Implement-begin-and-end-I-O-operation.patch
	patches.suse/cachefiles-Implement-cookie-resize-for-truncate.patch
	patches.suse/cachefiles-Implement-the-I-O-routines.patch
	patches.suse/fscache-cachefiles-Store-the-volume-coherency-data.patch
	patches.suse/cachefiles-Allow-cachefiles-to-actually-function.patch
	patches.suse/fscache-cachefiles-Display-stats-of-no-space-events.patch
	patches.suse/fscache-cachefiles-Display-stat-of-culling-events.patch
	patches.suse/afs-Convert-afs-to-use-the-new-fscache-API.patch
	patches.suse/afs-Copy-local-writes-to-the-cache-when-writing-to-the-server.patch
	patches.suse/afs-Skip-truncation-on-the-server-of-data-we-haven-t-written-yet.patch
	patches.suse/9p-Use-fscache-indexing-rewrite-and-reenable-caching.patch
	patches.suse/9p-Copy-local-writes-to-the-cache-when-writing-to-the-server.patch
	patches.suse/nfs-Convert-to-new-fscache-volume-cookie-API.patch
	patches.suse/nfs-Implement-cache-I-O-by-accessing-the-cache-directly.patch
	patches.suse/ceph-conversion-to-new-fscache-API.patch
	patches.suse/ceph-add-fscache-writeback-support.patch
	patches.suse/fscache-Add-a-tracepoint-for-cookie-use-unuse.patch
	patches.suse/9p-afs-ceph-nfs-Use-current_is_kswapd-rather-than-gfpflags_allow_blocking.patch
	patches.suse/0047-dm-fix-alloc_dax-error-handling-in-alloc_dev.patch
	patches.suse/0048-dm-make-the-DAX-support-depend-on-CONFIG_FS_DAX.patch
	patches.suse/0049-dm-linear-add-a-linear_dax_pgoff-helper.patch
	patches.suse/0050-dm-log-writes-add-a-log_writes_dax_pgoff-helper.patch
	patches.suse/0051-dm-stripe-add-a-stripe_dax_pgoff-helper.patch
	patches.suse/memremap-remove-support-for-external-pgmap-refcounts.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/dt-bindings-arm-smmu-Add-compatible-for-the-SDX55-SoC
	patches.suse/iommu-arm-smmu-qcom-fix-ttbr0-read
	patches.suse/dt-bindings-arm-smmu-Add-compatible-for-SM8450-SoC
	patches.suse/iommu-arm-smmu-impl-Add-SM8450-qcom-iommu-implementation
	patches.suse/iommu-arm-smmu-v3-Constify-arm_smmu_mmu_notifier_ops
	patches.suse/iommu-io-pgtable-arm-v7s-add-error-handle-for-page-table-allocation-failure
	patches.suse/Revert-iommu-arm-smmu-v3-Decrease-the-queue-size-of-evtq-and-pri
	patches.suse/iommu-virtio-Add-definitions-for-VIRTIO_IOMMU_F_BYPASS_CONFIG
	patches.suse/iommu-virtio-Support-bypass-domains
	patches.suse/iommu-virtio-Sort-reserved-regions
	patches.suse/iommu-virtio-Pass-end-address-to-viommu_add_mapping
	patches.suse/iommu-virtio-Support-identity-mapped-domains
	patches.suse/iommu-virtio-Fix-typo-in-a-comment
	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-amd-Fix-typo-in-glues-together-in-comment
	patches.suse/iommu-vt-d-Use-correctly-sized-arguments-for-bit-field
	patches.suse/iommu-vt-d-Remove-unused-macros
	patches.suse/iommu-vt-d-Use-bitmap_zalloc-when-applicable
	patches.suse/iommu-vt-d-Drop-duplicate-check-in-dma_pte_free_pagetable
	patches.suse/iommu-vt-d-Remove-unused-dma_to_mm_pfn-function
	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-Move-fast-alloc-size-roundup-into-alloc_iova_fast
	patches.suse/iommu-iova-fix-race-between-fq-timeout-and-teardown
	patches.suse/iommu-iova-Squash-entry_dtor-abstraction
	patches.suse/iommu-iova-Squash-flush_cb-abstraction
	patches.suse/iommu-amd-Simplify-pagetable-freeing
	patches.suse/iommu-amd-Use-put_pages_list
	patches.suse/iommu-vt-d-Use-put_pages_list
	patches.suse/iommu-iova-Consolidate-flush-queue-code
	patches.suse/iommu-iova-Move-flush-queue-code-to-iommu-dma
	patches.suse/iommu-Move-flush-queue-data-into-iommu_dma_cookie
	patches.suse/iommu-iova-Temporarily-include-dma-mapping.h-from-iova.h
	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/x86-extable-Extend-extable-functionality.patch
	patches.suse/x86-futex-Remove-.fixup-usage.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/scsi-megaraid_sas-Use-irq_set_affinity_and_hint.patch
	patches.suse/scsi-mpt3sas-Use-irq_set_affinity_and_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-ocrdma-Use-helper-function-to-set-GUIDs.patch
	patches.suse/RDMA-hns-Validate-the-pkey-index.patch
	patches.suse/RDMA-cxgb4-Use-helper-function-to-set-GUIDs.patch
	patches.suse/RDMA-rxe-Replace-irqsave-locks-with-bh-locks.patch
	patches.suse/RDMA-rxe-Cleanup-rxe_pool_entry.patch
	patches.suse/RDMA-rxe-Copy-setup-parameters-into-rxe_pool.patch
	patches.suse/RDMA-rxe-Save-object-pointer-in-pool-element.patch
	patches.suse/RDMA-rxe-Remove-include-rxe_loc.h-from-rxe_pool.c.patch
	patches.suse/RDMA-rxe-Remove-some-defines-from-rxe_pool.h.patch
	patches.suse/RDMA-hns-Replace-tab-with-space-in-the-right-side-co.patch
	patches.suse/RDMA-hns-Correct-the-type-of-variables-participating.patch
	patches.suse/RDMA-hns-Remove-magic-number.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-ocrdma-Use-bitmap_zalloc-when-applicable.patch
	patches.suse/RDMA-ocrdma-Simplify-code-in-ocrdma_search_mmap.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-ocrdma-Remove-unneeded-variable.patch
	patches.suse/RDMA-rxe-Remove-redundant-err-variable.patch
	patches.suse/RDMA-rxe-Remove-the-unused-xmit_errors-member.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-rxe-Fix-indentations-and-operators-sytle.patch
	patches.suse/RDMA-mad-Delete-duplicated-init_query_mad-functions.patch
	patches.suse/RDMA-rxe-Delete-deprecated-module-parameters-interfa.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-rxe-Use-the-standard-method-to-produce-udp-sour.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-core-Simplify-control-flow-in-scmd_eh_abort_han.patch
	patches.suse/scsi-core-Remove-Scsi_Host.shost_dev_attr_groups.patch
	patches.suse/scsi-core-Use-eh_timeout-for-START-STOP-UNIT.patch
	patches.suse/scsi-pm80xx-Apply-byte-mask-for-phy-ID-in-mpi_phy_start_resp.patch
	patches.suse/scsi-pm80xx-Do-not-check-the-address-of-value-for-NULL.patch
	patches.suse/scsi-pm80xx-Update-WARN_ON-check-in-pm8001_mpi_build_cmd
	patches.suse/scsi-pm80xx-Use-bitmap_zalloc-for-tags-bitmap-allocation.patch
	patches.suse/scsi-pm80xx-Add-tracepoints.patch
	patches.suse/scsi-pm80xx-Add-pm80xx_mpi_build_cmd-tracepoint.patch
	patches.suse/scsi-ufs-Wrap-Universal-Flash-Storage-drivers-in-SCS.patch
	patches.suse/scsi-ufs-Fix-double-space-in-SCSI_UFS_HWMON-descript.patch
	patches.suse/scsi-ufs-Let-devices-remain-runtime-suspended-during.patch
	patches.suse/scsi-qedi-Remove-set-but-unused-page-variable.patch
	patches.suse/scsi-core-Suppress-a-kernel-doc-warning.patch
	patches.suse/scsi-core-Declare-scsi_scan_type-static.patch
	patches.suse/scsi-core-Show-SCMD_LAST-in-text-form
	patches.suse/scsi-a100u2w-Fix-a-kernel-doc-warning.patch
	patches.suse/scsi-atp870u-Fix-a-kernel-doc-warning.patch
	patches.suse/scsi-bfa-Declare-bfad_im_vport_attrs-static.patch
	patches.suse/scsi-dc395x-Fix-a-kernel-doc-warning.patch
	patches.suse/scsi-initio-Fix-a-kernel-doc-warning.patch
	patches.suse/scsi-megaraid-Fix-a-kernel-doc-warning.patch
	patches.suse/scsi-pm8001-Fix-kernel-doc-warnings
	patches.suse/scsi-pmcraid-Fix-a-kernel-doc-warning.patch
	patches.suse/scsi-Remove-superfluous-include-linux-async.h-direct.patch
	patches.suse/scsi-sd_zbc-Simplify-zone-full-condition-check.patch
	patches.suse/scsi-sd_zbc-Clean-up-sd_zbc_parse_report-setting-of-.patch
	patches.suse/scsi-qedi-Fix-SYSFS_FLAG_FW_SEL_BOOT-formatting.patch
	patches.suse/scsi-core-Fix-scsi_device_max_queue_depth.patch
	patches.suse/scsi-ufs-Rename-a-function-argument.patch
	patches.suse/scsi-ufs-Remove-is_rpmb_wlun.patch
	patches.suse/scsi-ufs-Remove-the-sdev_rpmb-member.patch
	patches.suse/scsi-ufs-Remove-dead-code.patch
	patches.suse/scsi-ufs-Fix-race-conditions-related-to-driver-data
	patches.suse/scsi-ufs-Remove-ufshcd_any_tag_in_use.patch
	patches.suse/scsi-ufs-Rework-ufshcd_change_queue_depth.patch
	patches.suse/scsi-ufs-Fix-a-deadlock-in-the-error-handler.patch
	patches.suse/scsi-ufs-Remove-hba-cmd_queue.patch
	patches.suse/scsi-ufs-Remove-the-update_scaling-local-variable.patch
	patches.suse/scsi-ufs-Introduce-ufshcd_release_scsi_cmd.patch
	patches.suse/scsi-ufs-Fix-a-kernel-crash-during-shutdown.patch
	patches.suse/scsi-ufs-Stop-using-the-clock-scaling-lock-in-the-er.patch
	patches.suse/scsi-ufs-Optimize-the-command-queueing-code.patch
	patches.suse/scsi-ufs-Implement-polling-support.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/scsi-hpsa-Remove-an-unused-variable-in-hpsa_update_s.patch
	patches.suse/qla2xxx-synchronize-rport-dev_loss_tmo-setting.patch
	patches.suse/scsi-ufs-core-Fix-deadlock-issue-in-ufshcd_wait_for_.patch
	patches.suse/scsi-hisi_sas-Start-delivery-hisi_sas_task_exec-directly.patch
	patches.suse/scsi-hisi_sas-Pass-abort-structure-for-internal-abort.patch
	patches.suse/scsi-hisi_sas-Factor-out-task-prep-and-delivery-code.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/scsi-sr-Don-t-use-GFP_DMA.patch
	patches.suse/scsi-pmcraid-Don-t-use-GFP_DMA-in-pmcraid_alloc_sglist.patch
	patches.suse/scsi-mpi3mr-Add-debug-APIs-based-on-logging_level-bits.patch
	patches.suse/scsi-mpi3mr-Replace-spin_lock-with-spin_lock_irqsave.patch
	patches.suse/scsi-mpi3mr-Don-t-reset-IOC-if-cmnds-flush-with-reset-status.patch
	patches.suse/scsi-mpi3mr-Update-MPI3-headers-part1.patch
	patches.suse/scsi-mpi3mr-Update-MPI3-headers-part2.patch
	patches.suse/scsi-mpi3mr-Add-support-for-PCIe-Managed-Switch-SES-device.patch
	patches.suse/scsi-mpi3mr-Do-access-status-validation-before-adding-devices.patch
	patches.suse/scsi-mpi3mr-Increase-internal-cmnds-timeout-to-60s.patch
	patches.suse/scsi-mpi3mr-Handle-unaligned-PLL-in-unmap-cmnds.patch
	patches.suse/scsi-mpi3mr-Display-IOC-firmware-package-version.patch
	patches.suse/scsi-mpi3mr-Fault-IOC-when-internal-command-gets-timeout.patch
	patches.suse/scsi-mpi3mr-Code-refactor-of-IOC-init-part1.patch
	patches.suse/scsi-mpi3mr-Code-refactor-of-IOC-init-part2.patch
	patches.suse/scsi-mpi3mr-Handle-offline-FW-activation-in-graceful-manner.patch
	patches.suse/scsi-mpi3mr-Add-IOC-reinit-function.patch
	patches.suse/scsi-mpi3mr-Detect-async-reset-that-occurred-in-firmware.patch
	patches.suse/scsi-mpi3mr-Gracefully-handle-online-FW-update-operation.patch
	patches.suse/scsi-mpi3mr-Add-Event-acknowledgment-logic.patch
	patches.suse/scsi-mpi3mr-Support-Prepare-for-Reset-event.patch
	patches.suse/scsi-mpi3mr-Print-cable-mngnt-and-temp-threshold-events.patch
	patches.suse/scsi-mpi3mr-Add-io_uring-interface-support-in-I-O-polled-mode.patch
	patches.suse/scsi-mpi3mr-Use-TM-response-codes-from-MPI3-headers.patch
	patches.suse/scsi-mpi3mr-Enhanced-Task-Management-Support-Reply-handling.patch
	patches.suse/scsi-mpi3mr-Fixes-around-reply-request-queues.patch
	patches.suse/scsi-mpi3mr-Bump-driver-version-to-8.0.0.61.0.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-memalloc-Unify-x86-SG-buffer-handling-take-3.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-hda-Fill-gaps-in-NHLT-endpoint-interface.patch
	patches.suse/ALSA-hda-Simplify-DMIC-in-NHLT-check.patch
	patches.suse/ASoC-Intel-Skylake-Use-NHLT-API-to-search-for-blob.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-oss-remove-useless-NULL-check-before-kfree.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-pcm-comment-about-relation-between-msbits-hw-pa.patch
	patches.suse/ALSA-uapi-use-C90-comment-style-instead-of-C99-style.patch
	patches.suse/ALSA-ASoC-hda-move-rename-snd_hdac_ext_stop_streams-.patch
	patches.suse/ALSA-HDA-hdac_ext_stream-use-consistent-prefixes-for.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-SOF-IPC-Add-new-IPC-command-to-free-trace-DMA.patch
	patches.suse/ASoC-SOF-IPC-update-ipc_log_header.patch
	patches.suse/ASoC-SOF-trace-send-DMA_TRACE_FREE-IPC-during-releas.patch
	patches.suse/ASoC-intel-sof_sdw-return-the-original-error-number.patch
	patches.suse/ASoC-Intel-sof_sdw-fix-jack-detection-on-HP-Spectre-.patch
	patches.suse/ASoC-Intel-sof_sdw-add-SKU-for-Dell-Latitude-9520.patch
	patches.suse/ASoC-intel-sof_sdw-rename-be_index-link_id-to-link_i.patch
	patches.suse/ASoC-intel-sof_sdw-Use-a-fixed-DAI-link-id-for-AMP.patch
	patches.suse/ASoC-intel-sof_sdw-move-DMIC-link-id-overwrite-to-cr.patch
	patches.suse/ASoC-intel-sof_sdw-remove-SOF_RT715_DAI_ID_FIX-quirk.patch
	patches.suse/ASoC-intel-sof_sdw-remove-sof_sdw_mic_codec_mockup_i.patch
	patches.suse/ASoC-intel-sof_sdw-remove-get_next_be_id.patch
	patches.suse/ASoC-intel-sof_sdw-add-link-adr-order-check.patch
	patches.suse/ASoC-dt-bindings-cs42l42-Convert-binding-to-yaml.patch
	patches.suse/ASoC-cs35l41-DSP-Support.patch
	patches.suse/ASoC-Intel-add-sof-nau8825-machine-driver.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-SOF-core-Unregister-machine-driver-before-IPC-a.patch
	patches.suse/ASoC-SOF-i.MX-simplify-Kconfig.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-SOF-utils-Add-generic-function-to-get-the-reply.patch
	patches.suse/ASoC-SOF-imx-Use-the-generic-helper-to-get-the-reply.patch
	patches.suse/ASoC-SOF-intel-Use-the-generic-helper-to-get-the-rep.patch
	patches.suse/ASoC-SOF-debug-Add-support-for-IPC-message-injection.patch
	patches.suse/ASoC-SOF-amd-Add-Renoir-ACP-HW-support.patch
	patches.suse/ASoC-SOF-amd-Add-helper-callbacks-for-ACP-s-DMA-conf.patch
	patches.suse/ASoC-SOF-amd-Add-fw-loader-and-renoir-dsp-ops-to-loa.patch
	patches.suse/ASoC-SOF-amd-Add-IPC-support-for-ACP-IP-block.patch
	patches.suse/ASoC-SOF-amd-Add-dai-driver-dsp-ops-callback-for-Ren.patch
	patches.suse/ASoC-SOF-amd-Add-PCM-stream-callback-for-Renoir-dai-.patch
	patches.suse/ASoC-amd-Add-module-to-determine-ACP-configuration.patch
	patches.suse/ASoC-SOF-amd-Add-machine-driver-dsp-ops-for-Renoir-p.patch
	patches.suse/ASoC-SOF-amd-Add-Renoir-PCI-driver-interface.patch
	patches.suse/ASoC-amd-acp-config-Remove-legacy-acpi-based-machine.patch
	patches.suse/ASoC-SOF-topology-Add-support-for-AMD-ACP-DAIs.patch
	patches.suse/ASoC-SOF-amd-Add-trace-logger-support.patch
	patches.suse/ASoC-SOF-amd-Add-support-for-SOF-firmware-authentica.patch
	patches.suse/ASoC-SOF-mediatek-Add-mt8195-hardware-support.patch
	patches.suse/ASoC-SOF-tokens-add-token-for-Mediatek-AFE.patch
	patches.suse/ASoC-SOF-topology-Add-support-for-Mediatek-AFE-DAI.patch
	patches.suse/ASoC-SOF-mediatek-Add-fw-loader-and-mt8195-dsp-ops-t.patch
	patches.suse/ASoC-SOF-Add-mt8195-device-descriptor.patch
	patches.suse/ASoC-SOF-mediatek-Add-dai-driver-dsp-ops-callback-fo.patch
	patches.suse/ASoC-SOF-mediatek-Add-mt8195-dsp-clock-support.patch
	patches.suse/ASoC-SOF-mediatek-Add-DSP-system-PM-callback-for-mt8.patch
	patches.suse/ASoC-SOF-sof-pci-dev-use-community-key-on-all-Up-boa.patch
	patches.suse/ASoC-cs42l42-Report-initial-jack-state.patch
	patches.suse/ASoC-SOF-Intel-hda-expose-get_chip_info.patch
	patches.suse/ASoC-SOF-Introduce-num_cores-and-ref-count-per-core.patch
	patches.suse/ASoC-SOF-Add-ops-for-core_get-and-core_put.patch
	patches.suse/ASoC-SOF-Intel-TGL-set-core_get-put-ops.patch
	patches.suse/ASoC-SOF-Intel-CNL-ICL-APL-set-core_get-core_put-ops.patch
	patches.suse/ASoC-SOF-topology-remove-sof_load_pipeline_ipc.patch
	patches.suse/ASoC-SOF-free-widgets-in-sof_tear_down_pipelines-for.patch
	patches.suse/ASoC-SOF-hda-don-t-use-the-core-op-for-power-up-powe.patch
	patches.suse/ASoC-SOF-add-support-for-dynamic-pipelines-with-mult.patch
	patches.suse/ASoC-SOF-Intel-hda-free-DAI-widget-during-stop-and-s.patch
	patches.suse/ASoC-SOF-imx-Add-code-to-manage-DSP-related-clocks.patch
	patches.suse/ASoC-SOF-imx8-Add-runtime-PM-System-PM-support.patch
	patches.suse/ASoC-SOF-imx8m-Add-runtime-PM-System-PM-support.patch
	patches.suse/ASoC-SOF-imx8m-Implement-DSP-start.patch
	patches.suse/ASoC-SOF-imx8m-Implement-reset-callback.patch
	patches.suse/ASoC-SOF-sof-audio-setup-sched-widgets-during-pipeli.patch
	patches.suse/ASoC-SOF-topology-don-t-use-list_for_each_entry_reve.patch
	patches.suse/ASoC-SOF-handle-paused-streams-during-system-suspend.patch
	patches.suse/ALSA-pcm-unconditionally-check-if-appl_ptr-is-in-0.b.patch
	patches.suse/ALSA-pcm-introduce-INFO_NO_REWINDS-flag.patch
	patches.suse/ASoC-SOF-pcm-add-.ack-callback-support.patch
	patches.suse/ASoC-SOF-Intel-add-.ack-support-for-HDaudio-platform.patch
	patches.suse/ASoC-SOF-mediatek-Add-missing-of_node_put-in-platfor.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-rt5640-Add-the-binding-include-file-for-the-HDA.patch
	patches.suse/ASoC-rt5640-Add-the-HDA-header-support.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/ASoC-SOF-mediatek-Use-pR-pa-to-print-resources-physi.patch
	patches.suse/ASoC-SOF-Intel-hda-clear-stream-before-freeing-the-D.patch
	patches.suse/ASoC-SOF-Intel-hda-Add-a-helper-function-for-stream-.patch
	patches.suse/ASoC-SOF-Intel-hda-reset-stream-before-coupling-host.patch
	patches.suse/ASoC-SOF-pcm-invoke-platform-hw_free-for-STOP-SUSPEN.patch
	patches.suse/ASoC-SOF-call-platform-hw_free-for-paused-streams-du.patch
	patches.suse/ASoC-SOF-Add-a-helper-for-freeing-PCM-stream.patch
	patches.suse/ASoC-SOF-pcm-move-the-check-for-prepared-flag.patch
	patches.suse/ASoC-SOF-align-the-hw_free-sequence-with-stop.patch
	patches.suse/ASoC-SOF-IPC-dai-Expand-DAI_CONFIG-IPC-flags.patch
	patches.suse/ASoC-SOF-Intel-hda-send-DAI_CONFIG-IPC-during-pause.patch
	patches.suse/ASoC-soc-dai-update-snd_soc_dai_delay-to-snd_soc_pcm.patch
	patches.suse/ASoC-soc-component-add-snd_soc_pcm_component_delay.patch
	patches.suse/ASoC-amd-acp-pcm-dma-add-.delay-support.patch
	patches.suse/ASoC-intel-sst-mfld-platform-pcm-add-.delay-support.patch
	patches.suse/ASoC-soc-pcm-tidyup-soc_pcm_pointer-s-delay-update-m.patch
	patches.suse/ASoC-Intel-hda_dsp_common-don-t-multiline-PCM-topolo.patch
	patches.suse/ASoC-intel-boards-bytcht-Constify-static-snd_soc_ops.patch
	patches.suse/firmware-cs_dsp-Move-lockdep-asserts-to-avoid-potent.patch
	patches.suse/ASoC-Intel-boards-add-max98390-2-4-speakers-support.patch
	patches.suse/ASoC-rt5640-Fix-the-wrong-state-of-the-JD-in-the-HDA.patch
	patches.suse/ASoC-amd-Fix-dependency-for-SPI-master.patch
	patches.suse/ASoC-cs35l41-Fix-undefined-reference-to-core-functio.patch
	patches.suse/ASoC-SOF-Intel-fix-build-issue-related-to-CODEC_PROB.patch
	patches.suse/ASoC-amd-acp6x-pdm-dma-Constify-static-snd_soc_dai_o.patch
	patches.suse/ASoC-Intel-boards-add-static-qualifiers-for-max98390.patch
	patches.suse/ASoC-rt5682s-add-delay-time-to-fix-pop-sound-issue.patch
	patches.suse/ASoC-Intel-sof_rt5682-Move-rt1015-speaker-amp-to-com.patch
	patches.suse/ASoC-AMD-acp-config-fix-missing-dependency-on-SND_SO.patch
	patches.suse/ASoC-amd-Convert-to-new-style-DAI-format-definitions.patch
	patches.suse/ASoC-SOF-Intel-ICL-move-ICL-specific-ops-to-icl.c.patch
	patches.suse/ASoC-SOF-Intel-hda-stream-limit-PROCEN-workaround.patch
	patches.suse/ASoC-SOF-Intel-hda-ctrl-apply-symmetry-for-DPIB.patch
	patches.suse/ASoC-SOF-hda-stream-only-enable-DPIB-if-needed.patch
	patches.suse/ASoC-SOF-Intel-hda-add-quirks-for-HDAudio-DMA-positi.patch
	patches.suse/ASoC-SOF-Intel-hda-dai-remove-unused-fields.patch
	patches.suse/ASoC-SOF-Intel-add-comment-on-JasperLake-support.patch
	patches.suse/ASoC-SOF-Remove-pm_runtime_put_autosuspend-for-SOF-O.patch
	patches.suse/ASoC-SOF-sof-probes-Constify-sof_probe_compr_ops.patch
	patches.suse/ASoC-soc-pcm-use-GFP_ATOMIC-for-dpcm-structure.patch
	patches.suse/ASoC-soc-pcm-align-BE-atomicity-with-that-of-the-FE.patch
	patches.suse/ASoC-soc-pcm-Fix-and-cleanup-DPCM-locking.patch
	patches.suse/ASoC-soc-pcm-serialize-BE-triggers.patch
	patches.suse/ASoC-soc-pcm-test-refcount-before-triggering-848aedfdc6ba.patch
	patches.suse/ASoC-soc-pcm-fix-BE-handling-of-PAUSE_RELEASE.patch
	patches.suse/ASoC-SOF-OF-Avoid-reverse-module-dependency.patch
	patches.suse/ASoC-rt5663-Handle-device_property_read_u32_array-er.patch
	patches.suse/ASoC-AMD-fix-depend-select-mistake-on-SND_AMD_ACP_CO.patch
	patches.suse/ASoC-SOF-ipc-Rename-send-parameter-in-snd_sof_ipc_se.patch
	patches.suse/ASoC-SOF-Drop-ipc_cmd-parameter-for-snd_sof_ipc_set_.patch
	patches.suse/ASoC-SOF-topology-Set-control_data-cmd-alongside-sco.patch
	patches.suse/ASoC-SOF-Drop-ctrl_cmd-parameter-for-snd_sof_ipc_set.patch
	patches.suse/ASoC-SOF-sof-audio-Drop-the-cmd-member-from-struct-s.patch
	patches.suse/ASoC-SOF-control-Do-not-handle-control-notification-.patch
	patches.suse/ASoC-SOF-Drop-ctrl_type-parameter-for-snd_sof_ipc_se.patch
	patches.suse/ASoC-SOF-topology-read-back-control-data-from-DSP.patch
	patches.suse/ASoC-SOF-Kconfig-Make-the-SOF_DEVELOPER_SUPPORT-depe.patch
	patches.suse/ASoC-SOF-pcm-remove-support-for-RESUME-trigger.patch
	patches.suse/ASoC-SOF-Intel-hda-remove-support-for-RESUME-trigger.patch
	patches.suse/ASoC-SOF-Intel-hda-remove-support-for-RESUME-in-plat.patch
	patches.suse/ASoC-SOF-avoid-casting-const-attribute-away.patch
	patches.suse/ASoC-SOF-ipc-Add-null-pointer-check-for-substream-ru.patch
	patches.suse/ipc-debug-Add-shared-memory-heap-to-memory-scan.patch
	patches.suse/ASoC-tegra20-spdif-stop-setting-slave_id.patch
	patches.suse/ASoC-dai_dma-remove-slave_id-field.patch
	patches.suse/dmaengine-pxa-mmp-stop-referencing-config-slave_id.patch
	patches.suse/1138-dmaengine-xilinx_dpdma-stop-using-slave_id-field.patch
	patches.suse/ASoC-Intel-catpt-Test-dmaengine_submit-result-before.patch
	patches.suse/ASoC-Intel-catpt-Reduce-size-of-catpt_component_open.patch
	patches.suse/ASoC-Intel-catpt-Streamline-locals-declaration-for-P.patch
	patches.suse/ASoC-fsl-Use-dev_err_probe-helper.patch
	patches.suse/ASoC-samsung-Use-dev_err_probe-helper.patch
	patches.suse/ASoC-amd-acp-config-Enable-SOF-audio-for-Google-chro.patch
	patches.suse/ASoC-amd-acp-config-Update-sof_tplg_filename-for-SOF.patch
	patches.suse/ASoC-SOF-AMD-simplify-return-status-handling.patch
	patches.suse/ASoC-amd-acp-Remove-duplicate-dependency-in-Kconfig.patch
	patches.suse/ASoC-SOF-ops-Use-dev_warn-if-the-panic-offsets-diffe.patch
	patches.suse/ASoC-SOF-Intel-hda-loader-Avoid-re-defining-the-HDA_.patch
	patches.suse/ASoC-SOF-core-Add-simple-wrapper-to-check-flags-in-s.patch
	patches.suse/ASoC-SOF-Use-sof_debug_check_flag-instead-of-sof_cor.patch
	patches.suse/ASoC-SOF-Add-non_recoverable-parameter-to-snd_sof_ds.patch
	patches.suse/ASoC-SOF-Add-a-message-parameter-to-snd_sof_dsp_dbg_.patch
	patches.suse/ASoC-SOF-Introduce-new-firmware-state-SOF_FW_CRASHED.patch
	patches.suse/ASoC-SOF-Introduce-new-firmware-state-SOF_FW_BOOT_RE.patch
	patches.suse/ASoC-SOF-Move-the-definition-of-enum-snd_sof_fw_stat.patch
	patches.suse/ASoC-SOF-Rename-enum-snd_sof_fw_state-to-enum-sof_fw.patch
	patches.suse/ASoC-SOF-ipc-Only-allow-sending-of-an-IPC-in-SOF_FW_.patch
	patches.suse/ASoC-SOF-Set-SOF_FW_BOOT_FAILED-in-case-we-have-fail.patch
	patches.suse/ASoC-SOF-pm-Force-DSP-off-on-suspend-in-BOOT_FAILED-.patch
	patches.suse/ASoc-SOF-core-Update-the-FW-boot-state-transition-di.patch
	patches.suse/ASoC-SOF-ops-Always-print-DSP-Panic-message-but-use-.patch
	patches.suse/ASoC-SOF-dsp_arch_ops-add-kernel-log-level-parameter.patch
	patches.suse/ASoC-SOF-Rename-snd_sof_get_status-and-add-kernel-lo.patch
	patches.suse/ASoC-SOF-Add-clarifying-comments-for-sof_core_debug-.patch
	patches.suse/ASoC-SOF-debug-Use-DEBUG-log-level-for-optional-prin.patch
	patches.suse/ASoC-SOF-Intel-hda-Use-DEBUG-log-level-for-optional-.patch
	patches.suse/ASoC-mediatek-mt8192-mt6359-fix-device_node-leak.patch
	patches.suse/ASoC-core-Add-snd_soc_of_parse_pin_switches-from-sim.patch
	patches.suse/ASoC-mediatek-mt8173-fix-device_node-leak.patch
	patches.suse/ASoC-mediatek-mt8183-fix-device_node-leak.patch
	patches.suse/ASoC-amd-acp-Power-on-off-the-speaker-enable-gpio-pi.patch
	patches.suse/ASOC-SOF-Intel-use-snd_soc_dai_get_widget.patch
	patches.suse/ASoC-soundwire-intel-simplify-callbacks-for-params-h.patch
	patches.suse/soundwire-intel-improve-suspend-flows.patch
	patches.suse/ASoC-SoundWire-dai-expand-stream-concept-beyond-Soun.patch
	patches.suse/ASoC-Intel-SOF-use-set_stream-instead-of-set_tdm_slo.patch
	patches.suse/soundwire-intel-remove-unnecessary-init.patch
	patches.suse/soundwire-intel-remove-PDM-support.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-rt5682-Register-wclk-with-its-parent_hws-instea.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-rt5640-Fix-possible-NULL-pointer-deref-on-resum.patch
	patches.suse/ASoC-rt5640-Change-jack_work-to-a-delayed_work.patch
	patches.suse/ASoC-rt5640-Allow-snd_soc_component_set_jack-to-over.patch
	patches.suse/ASoC-rt5640-Add-support-for-boards-with-an-external-.patch
	patches.suse/ASoC-Intel-bytcr_rt5640-Support-retrieving-the-codec.patch
	patches.suse/ASoC-Intel-bytcr_rt5640-Add-support-for-external-GPI.patch
	patches.suse/ASoC-fsl_asrc-refine-the-check-of-available-clock-di.patch
	patches.suse/ASoC-topology-Fix-typo.patch
	patches.suse/ASoC-amd-acp-acp-mach-Change-default-RT1019-amp-dev-.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/ALSA-hda-intel-dsp-config-add-JasperLake-support.patch
	patches.suse/ALSA-hda-intel-dsp-config-reorder-the-config-table.patch
	patches.suse/powerpc-powernv-add-missing-of_node_put.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/bpf-powerpc-Remove-unused-SEEN_STACK.patch
	patches.suse/bpf-powerpc-Remove-extra_pass-from-bpf_jit_build_bod.patch
	patches.suse/bpf-powerpc-refactor-JIT-compiler-code.patch
	patches.suse/powerpc-ppc-opcode-introduce-PPC_RAW_BRANCH-macro.patch
	patches.suse/bpf-ppc64-Add-BPF_PROBE_MEM-support-for-JIT.patch
	patches.suse/bpf-ppc64-Access-only-if-addr-is-kernel-address.patch
	patches.suse/bpf-ppc32-Add-BPF_PROBE_MEM-support-for-JIT.patch
	patches.suse/bpf-ppc32-Access-only-if-addr-is-kernel-address.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/powerpc-Rename-PPC_NATIVE-to-PPC_HASH_MMU_NATIVE.patch
	patches.suse/powerpc-pseries-Stop-selecting-PPC_HASH_MMU_NATIVE.patch
	patches.suse/powerpc-64s-Move-and-rename-do_bad_slb_fault-as-it-i.patch
	patches.suse/powerpc-pseries-lparcfg-don-t-include-slb_size-line-.patch
	patches.suse/powerpc-64s-Make-flush_and_reload_slb-a-no-op-when-r.patch
	patches.suse/powerpc-64s-Rename-hash_hugetlbpage.c-to-hugetlbpage.patch
	patches.suse/powerpc-64-pcpu-setup-avoid-reading-mmu_linear_psize.patch
	patches.suse/powerpc-make-memremap_compat_align-64s-only.patch
	patches.suse/powerpc-64s-Make-hash-MMU-support-configurable.patch
	patches.suse/powerpc-64s-Move-hash-MMU-support-code-under-CONFIG_.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/perf-Add-new-macros-for-mem_hops-field.patch
	patches.suse/powerpc-perf-Add-encodings-to-represent-data-based-on-newer-composite-PERF_MEM_LVLNUM-fields.patch
	patches.suse/powerpc-perf-Add-data-source-encodings-for-power10-platform.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-perf-Add-__init-attribute-to-eligible-functions.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/0005-mei-Remove-some-dead-code.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/misc-sram-Add-compatible-string-for-Tegra234-SYSRAM.patch
	patches.suse/bus-mhi-pci_generic-Add-new-device-ID-support-for-T9.patch
	patches.suse/bus-mhi-pci_generic-Graceful-shutdown-on-freeze.patch
	patches.suse/bus-mhi-core-Use-macros-for-execution-environment-fe.patch
	patches.suse/bus-mhi-core-Minor-style-and-comment-fixes.patch
	patches.suse/bus-mhi-pci_generic-Simplify-code-and-axe-the-use-of.patch
	patches.suse/bus-mhi-core-Fix-reading-wake_capable-channel-config.patch
	patches.suse/bus-mhi-core-Fix-race-while-handling-SYS_ERR-at-powe.patch
	patches.suse/bus-mhi-core-Add-an-API-for-auto-queueing-buffers-fo.patch
	patches.suse/bus-mhi-core-Use-correctly-sized-arguments-for-bit-f.patch
	patches.suse/bus-mhi-pci_generic-Introduce-Sierra-EM919X-support.patch
	patches.suse/fpga-mgr-Use-standard-dev_release-for-class-driver.patch
	patches.suse/fpga-bridge-Use-standard-dev_release-for-class-drive.patch
	patches.suse/fpga-region-Use-standard-dev_release-for-class-drive.patch
	patches.suse/fpga-stratix10-soc-Do-not-use-ret-uninitialized-in-s.patch
	patches.suse/fpga-region-fix-kernel-doc.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-ms5611-Simplify-IO-callback-parameters.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/0006-mei-add-POWERING_DOWN-into-device-state-print.patch
	patches.suse/0007-mei-cleanup-status-before-client-dma-setup-call.patch
	patches.suse/soundwire-qcom-remove-redundant-version-number-read.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-i801-Improve-handling-of-chip-specific-feature-d.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-page_alloc-split-prep_compound_page-into-head-and-tail-subparts.patch
	patches.suse/mm-page_alloc-refactor-memmap_init_zone_device-page-init.patch
	patches.suse/mm-memremap-add-ZONE_DEVICE-support-for-compound-pages.patch
	patches.suse/mm-shmem-don-t-truncate-page-if-memory-failure-happens-v2.patch
	patches.suse/mm-pagealloc-sysctl-change-watermark_scale_factor-max-limit-to-30.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/mm-migrate-fix-the-return-value-of-migrate_pages.patch
	patches.suse/mm-migrate-correct-the-hugetlb-migration-stats.patch
	patches.suse/mm-compaction-fix-the-migration-stats-in-trace_mm_compaction_migratepages.patch
	patches.suse/mm-migrate-support-multiple-target-nodes-demotion.patch
	patches.suse/mm-migrate-add-more-comments-for-selecting-target-node-randomly.patch
	patches.suse/mm-migrate-move-node-demotion-code-to-near-its-user.patch
	patches.suse/mm-migrate-remove-redundant-variables-used-in-a-for-loop.patch
	patches.suse/mm-hmm.c-allow-VM_MIXEDMAP-to-work-with-hmm_range_fault.patch
	patches.suse/1139-drm-i915-pxp-Hold-RPM-wakelock-during-PXP-unbind.patch
	patches.suse/drm-i915-don-t-call-free_mmap_offset-when-purging.patch
	patches.suse/1141-drm-i915-ttm-only-fault-WILLNEED-objects.patch
	patches.suse/drm-i915-ttm-add-unmap_virtual-callback.patch
	patches.suse/drm-i915-ttm-ensure-we-unmap-when-purging.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/0004-drm-ttm-fix-compilation-on-ARCH-um.patch
	patches.suse/1145-drm-fix-error-found-in-some-cases-after-the-patch-d1.patch
	patches.suse/1146-drm-mipi-dbi-Fix-source-buffer-address-in-mipi_dbi_b.patch
	patches.suse/1147-drm-amdkfd-enable-sdma-ecc-interrupt-event-can-be-ha.patch
	patches.suse/1148-drm-amdgpu-add-dummy-event6-for-vega10.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/1151-drm-amd-display-Fix-underflow-for-fused-display-pipe.patch
	patches.suse/1152-drm-amd-display-unhard-code-link-to-phy-idx-mapping-.patch
	patches.suse/drm-amd-display-Don-t-reinitialize-DMCUB-on-s0ix-res.patch
	patches.suse/1154-drm-amd-display-Add-check-for-forced_clocks-debug-op.patch
	patches.suse/1155-drm-amd-display-introduce-mpo-detection-flags.patch
	patches.suse/1156-drm-amd-display-Add-version-check-before-using-DP-al.patch
	patches.suse/1157-drm-amdgpu-Clear-garbage-data-in-err_data-before-usa.patch
	patches.suse/drm-amd-display-explicitly-set-is_dsc_supported-to-f.patch
	patches.suse/1159-drm-amdgpu-Enable-second-VCN-for-certain-Navy-Flound.patch
	patches.suse/1160-drm-amdgpu-Unmap-MMIO-mappings-when-device-is-not-un.patch
	patches.suse/1161-drm-amdgpu-do-not-pass-ttm_resource_manager-to-gtt_m.patch
	patches.suse/drm-amdkfd-remove-unused-function.patch
	patches.suse/1163-drm-amdgpu-do-not-pass-ttm_resource_manager-to-vram_.patch
	patches.suse/1164-drm-amdgpu-recover-gart-table-at-resume.patch
	patches.suse/1165-drm-amd-amdgpu-Add-pcie-indirect-support-to-amdgpu_m.patch
	patches.suse/1166-drm-amdgpu-use-default_groups-in-kobj_type.patch
	patches.suse/1167-drm-amdkfd-use-default_groups-in-kobj_type.patch
	patches.suse/drm-amd-display-reset-dcn31-SMU-mailbox-on-failures.patch
	patches.suse/1169-Revert-drm-amdgpu-Don-t-inherit-GEM-object-VMAs-in-c.patch
	patches.suse/1170-drm-amd-display-invalid-parameter-check-in-dmub_hpd_.patch
	patches.suse/drm-amdkfd-Check-for-null-pointer-after-calling-kmem.patch
	patches.suse/1330-drm-amdkfd-make-SPDX-License-expression-more-sound.patch
	patches.suse/1172-drm-amdkfd-Use-prange-list-head-for-insert_list.patch
	patches.suse/1173-drm-amdkfd-Use-prange-update_list-head-for-remove_li.patch
	patches.suse/1174-drm-amdgpu-not-return-error-on-the-init_apu_flags.patch
	patches.suse/1175-drm-amdgpu-use-spin_lock_irqsave-to-avoid-deadlock-b.patch
	patches.suse/1176-drm-amd-pm-only-send-GmiPwrDnControl-msg-on-master-d.patch
	patches.suse/1177-drm-amdgpu-Use-correct-VIEWPORT_DIMENSION-for-DCN2.patch
	patches.suse/1178-drm-amdkfd-Fix-DQM-asserts-on-Hawaii.patch
	patches.suse/1179-drm-amdkfd-Fix-ASIC-name-typos.patch
	patches.suse/9p-only-copy-valid-iattrs-in-9P2000.L-setattr-implem.patch
	patches.suse/9p-fix-enodata-when-reading-growing-file.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/PCI-tegra194-Rename-tegra_pcie_dw-to-tegra194_pcie.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-Move-wiping-of-the-kvm-vcpus-array-to-common-cod.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-s390-gaccess-Refactor-gpa-and-length-calculation
	patches.suse/KVM-s390-gaccess-Refactor-access-address-range-check
	patches.suse/KVM-s390-gaccess-Cleanup-access-to-guest-pages
	patches.suse/s390-uv-Add-offset-comments-to-UV-query-struct-and-fix-naming
	patches.suse/KVM-s390-Clarify-SIGP-orders-versus-STOP-RESTART
	patches.suse/KVM-arm64-Drop-unused-workaround_flags-vcpu-field.patch
	patches.suse/selftests-KVM-sev_migrate_tests-Fix-sev_ioctl.patch
	patches.suse/KVM-x86-pmu-Refactoring-find_arch_event-to-pmc_perf_.patch
	patches.suse/KVM-x86-pmu-Add-pmc-intr-to-refactor-kvm_perf_overfl.patch
	patches.suse/KVM-x86-Update-vPMCs-when-retiring-instructions.patch
	patches.suse/KVM-x86-Update-vPMCs-when-retiring-branch-instructio.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/tools-headers-cpufeatures-Sync-with-the-kernel-sourc.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/PM-core-Remove-static-qualifier-in-DEFINE_SIMPLE_DEV.patch
	patches.suse/PM-core-Add-EXPORT-_GPL-_SIMPLE_DEV_PM_OPS-macros.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/1180-virtio-wrap-config-reset-calls.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/ata-libata-sata-use-sysfs_emit.patch
	patches.suse/ata-libata-scsi-use-sysfs_emit.patch
	patches.suse/ata-libata-use-min-to-make-code-cleaner.patch
	patches.suse/ata-libata-remove-pointless-debugging-messages.patch
	patches.suse/ata-libata-whitespace-cleanup.patch
	patches.suse/ata-libata-Add-ata_port_classify-helper.patch
	patches.suse/ata-libata-move-ata_dump_id-to-dynamic-debugging.patch
	patches.suse/ata-libata-sanitize-ATA_HORKAGE_DUMP_ID.patch
	patches.suse/ata-libata-add-reset-tracepoints.patch
	patches.suse/ata-libata-add-qc_prep-tracepoint.patch
	patches.suse/ata-libata-tracepoints-for-bus-master-DMA.patch
	patches.suse/ata-libata-sff-tracepoints-for-HSM-state-machine.patch
	patches.suse/ata-libata-scsi-drop-DPRINTK-calls-for-cdb-translation.patch
	patches.suse/ata-libata-add-tracepoints-for-ATA-error-handling.patch
	patches.suse/ata-libata-move-ata_-port-link-dev-_dbg-to-standard-pr_XXX-macros.patch
	patches.suse/ata-libata-revamp-ata_get_cmd_descript.patch
	patches.suse/ata-libata-move-DPRINTK-to-ata-debugging.patch
	patches.suse/ata-sata_mv-kill-port-argument-in-mv_dump_all_regs.patch
	patches.suse/ata-sata_mv-replace-DPRINTK-with-dynamic-debugging.patch
	patches.suse/ata-pata_octeon_cf-remove-DPRINTK-macro-in-interrupt-context.patch
	patches.suse/ata-pdc_adma-Remove-DPRINTK-call.patch
	patches.suse/ata-sata_fsl-move-DPRINTK-to-ata-debugging.patch
	patches.suse/ata-sata_rcar-replace-DPRINTK-with-ata_port_dbg.patch
	patches.suse/ata-sata_qstor-replace-DPRINTK-with-dev_dbg.patch
	patches.suse/ata-pata_pdc2027x-Replace-PDPRINTK-with-standard-ata-logging.patch
	patches.suse/ata-libata-remove-pointless-VPRINTK-calls.patch
	patches.suse/ata-ahci-Drop-pointless-VPRINTK-calls-and-convert-the-remaining-ones.patch
	patches.suse/ata-pdc_adma-Drop-pointless-VPRINTK-calls-and-remove-disabled-NCQ-debugging.patch
	patches.suse/ata-pata_octeon_cf-Drop-pointless-VPRINTK-calls-and-convert-the-remaining-one.patch
	patches.suse/ata-pata_via-Drop-pointless-VPRINTK-calls.patch
	patches.suse/ata-sata_promise-Drop-pointless-VPRINTK-calls-and-convert-the-remaining-ones.patch
	patches.suse/ata-sata_qstor-Drop-pointless-VPRINTK-calls.patch
	patches.suse/ata-sata_rcar-Drop-pointless-VPRINTK-calls.patch
	patches.suse/ata-sata_inic162x-Drop-pointless-VPRINTK-calls.patch
	patches.suse/ata-sata_mv-Drop-pointless-VPRINTK-call-and-convert-the-remaining-one.patch
	patches.suse/ata-sata_nv-drop-pointless-VPRINTK-calls-and-convert-remaining-ones.patch
	patches.suse/ata-sata_fsl-convert-VPRINTK-calls-to-ata_port_dbg.patch
	patches.suse/ata-sata_sil-Drop-pointless-VPRINTK-calls.patch
	patches.suse/ata-sata_sx4-Drop-pointless-VPRINTK-calls-and-convert-the-remaining-ones.patch
	patches.suse/ata-libata-drop-ata_msg_error-and-ata_msg_intr.patch
	patches.suse/ata-libata-drop-ata_msg_ctl.patch
	patches.suse/ata-libata-drop-ata_msg_malloc.patch
	patches.suse/ata-libata-drop-ata_msg_warn.patch
	patches.suse/ata-libata-drop-ata_msg_probe.patch
	patches.suse/ata-libata-drop-ata_msg_info.patch
	patches.suse/ata-libata-drop-ata_msg_drv.patch
	patches.suse/ata-libata-remove-debug-compilation-switches.patch
	patches.suse/ata-libata-scsi-rework-ata_dump_status-to-avoid-using-pr_cont.patch
	patches.suse/ata-fix-read_id-ata-port-operation-interface.patch
	patches.suse/ata-libata-scsi-simplify-__ata_scsi_queuecmd.patch
	patches.suse/ata-libata-Rename-link-flag-ATA_LFLAG_NO_DB_DELAY.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-idxd-change-bandwidth-token-to-read-buffer.patch
	patches.suse/dmaengine-idxd-deprecate-token-sysfs-attributes-for-.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/samples-bpf-test_overhead_kprobe_kern-replace-bpf_pr.patch
	patches.suse/tools-bpf-bpftool-skeleton-replace-bpf_probe_read_ke.patch
	patches.suse/list-introduce-list_is_head-helper-and-re-use-it-in-.patch
	patches.suse/hash.h-remove-unused-define-directive.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-smc-fix-possible-NULL-deref-in-smc_pnet_add_eth.patch
	patches.suse/net-bonding-fix-bond_xmit_broadcast-return-value-err.patch
	patches.suse/net-smc-Resolve-the-race-between-link-group-access-a.patch
	patches.suse/net-smc-Introduce-a-new-conn-lgr-validity-check-help.patch
	patches.suse/net-smc-Resolve-the-race-between-SMC-R-link-access-a.patch
	patches.suse/net_sched-restore-mpu-xxx-handling.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-Fix-mount-source-show-for-bpffs.patch
	patches.suse/xdp-check-prog-type-before-updating-BPF-link.patch
	patches.suse/bpf-selftests-convert-xdp_link-test-to-ASSERT_-macro.patch
	patches.suse/bpf-selftests-Add-check-for-updating-XDP-bpf_link-wi.patch
	patches.suse/bpf-Fix-incorrect-integer-literal-used-for-marking-s.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-Fix-ringbuf-memory-type-confusion-when-passing-t.patch
	patches.suse/bpf-selftests-Add-various-ringbuf-tests-with-invalid.patch
	patches.suse/bpf-selftests-Add-ringbuf-memory-type-confusion-test.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-pci-Resolve-sparse-endian-warnings-in-IGD-support
	patches.suse/vfio-iommu_type1-replace-kfree-with-kvfree.patch
	patches.suse/libceph-generalize-addr-ip-parsing-based-on-delimiter.patch
	patches.suse/libceph-rename-parse_fsid-to-ceph_parse_fsid-and-export.patch
	patches.suse/ceph-new-device-mount-syntax.patch
	patches.suse/ceph-record-updated-mon_addr-on-remount.patch
	patches.suse/ceph-mount-syntax-module-parameter.patch
	patches.suse/ceph-Fix-incorrect-statfs-report-for-small-quota.patch
	patches.suse/rbd-make-const-pointer-spaces-a-static-const-array.patch
	patches.suse/ceph-drop-send-metrics-debug-message.patch
	patches.suse/ceph-don-t-check-for-quotas-on-MDS-stray-dirs.patch
	patches.suse/ceph-add-new-nopagecache-option.patch
	patches.suse/ceph-remove-redundant-Lsx-caps-check.patch
	patches.suse/ceph-move-CEPH_SUPER_MAGIC-definition-to-magic.h.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/s390-uaccess-introduce-bit-field-for-OAC-specifier
	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/1182-drm-i915-display-adlp-Implement-new-step-in-the-TC-v.patch
	patches.suse/1183-drm-amdgpu-Enable-recovery-on-yellow-carp.patch
	patches.suse/1184-drm-amdgpu-invert-the-logic-in-amdgpu_device_should_.patch
	patches.suse/drm-amdgpu-don-t-do-resets-on-APUs-which-don-t-suppo.patch
	patches.suse/1186-drm-amdgpu-Fix-rejecting-Tahiti-GPUs.patch
	patches.suse/1187-drm-amdgpu-drop-flags-check-for-CHIP_IP_DISCOVERY.patch
	patches.suse/1188-drm-amd-display-Revert-W-A-for-hard-hangs-on-DCN20-D.patch
	patches.suse/1189-drm-amdgpu-apply-vcn-harvest-quirk.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/io_uring-Remove-unused-function-req_ref_put.patch
	patches.suse/io_uring-fix-UAF-due-to-missing-POLLFREE-handling.patch
	patches.suse/io-wq-remove-useless-work-argument-to-__io_worker_bu.patch
	patches.suse/io-wq-make-io_worker-lock-a-raw-spinlock.patch
	patches.suse/io-wq-invoke-work-cancelation-with-wqe-lock-held.patch
	patches.suse/io-wq-perform-both-unstarted-and-started-work-cancel.patch
	patches.suse/io-wq-add-intermediate-work-step-between-pending-lis.patch
	patches.suse/io_uring-perform-poll-removal-even-if-async-work-rem.patch
	patches.suse/io-wq-delete-dead-lock-shuffling-code.patch
	patches.suse/blk-mq-fix-tag_get-wait-task-can-t-be-awakened.patch
	patches.suse/brd-remove-brd_devices_mutex-mutex.patch
	patches.suse/block-Remove-unnecessary-variable-assignment.patch
	patches.suse/block-cleanup-q-srcu.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/asm-generic-Add-missing-brackets-for-io_stop_wc-macr.patch
	patches.suse/KVM-x86-pmu-Fix-available_event_types-check-for-REF_.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-core-Fix-scsi_mode_select-interface.patch
	patches.suse/scsi-mpt3sas-Update-persistent-trigger-pages-from-sy.patch
	patches.suse/scsi-mpi3mr-Fix-some-spelling-mistakes.patch
	patches.suse/scsi-mpi3mr-Fix-formatting-problems-in-some-kernel-doc-comments.patch
	patches.suse/scsi-pm80xx-Port-reset-timeout-error-handling-correction.patch
	patches.suse/scsi-hisi_sas-Remove-unused-variable-and-check-in-hisi_sas_send_ata_reset_each_phy
	patches.suse/scsi-megaraid-Avoid-mismatched-storage-type-sizes.patch
	patches.suse/scsi-ufs-Modify-Tactive-time-setting-conditions.patch
	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/fscache-Fix-the-volume-collision-wait-condition.patch
	patches.suse/cachefiles-Calculate-the-blockshift-in-terms-of-bytes-not-pages.patch
	patches.suse/cachefiles-set-default-tag-name-if-it-s-unspecified.patch
	patches.suse/cachefiles-Make-some-tracepoint-adjustments.patch
	patches.suse/cachefiles-Trace-active-mark-failure.patch
	patches.suse/cachefiles-Explain-checks-in-a-comment.patch
	patches.suse/cachefiles-Check-that-the-backing-filesystem-supports-tmpfiles.patch
	patches.suse/fscache-Add-a-comment-explaining-how-page-release-optimisation-works.patch
	patches.suse/netfs-Make-ops-init_rreq-optional.patch
	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/cifs-Support-fscache-indexing-rewrite.patch
	patches.suse/smb3-send-NTLMSSP-version-information.patch
	patches.suse/cifs-update-internal-module-number.patch
	patches.suse/mm-migrate.c-rework-migration_entry_wait-to-not-take-a-pageref.patch
	patches.suse/sysctl-add-a-new-register_sysctl_init-interface.patch
	patches.suse/sysctl-move-some-boundary-constants-from-sysctl.c-to.patch
	patches.suse/1192-i915-simplify-subdirectory-registration-with-registe.patch
	patches.suse/firmware_loader-move-firmware-sysctl-to-its-own-file.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/1193-lib-stackdepot-allow-optional-init-and-stack_table-a.patch
	patches.suse/bitops-protect-find_first_-zero-_bit-properly.patch
	patches.suse/1194-Replace-for_each_-_bit_from-with-for_each_-_bit-wher.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-lbr-Support-LBR-format-V7.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/bpf-Guard-against-accessing-NULL-pt_regs-in-bpf_get_.patch
	patches.suse/powerpc32-bpf-Fix-codegen-for-bpf-to-bpf-calls.patch
	patches.suse/powerpc-bpf-Update-ldimm64-instructions-during-extra.patch
	patches.suse/tools-bpf-Rename-struct-event-to-avoid-naming-confli.patch
	patches.suse/powerpc64-bpf-Limit-ldbrx-to-processors-compliant-wi.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/1196-drm-privacy-screen-honor-acpi-off-in-detect_thinkpad.patch
	patches.suse/1232-drm-msm-remove-variable-set-but-not-used.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/1239-drm-msm-gpu-Wait-for-idle-before-suspending.patch
	patches.suse/1240-drm-msm-gpu-Cancel-idle-boost-work-on-suspend.patch
	patches.suse/drm-etnaviv-relax-submit-size-limits.patch
	patches.suse/1242-drm-amd-display-Fix-for-otg-synchronization-logic.patch
	patches.suse/drm-amd-display-Correct-MPC-split-policy-for-DCN301.patch
	patches.suse/1244-drm-amd-display-change-FIFO-reset-condition-to-embed.patch
	patches.suse/1245-drm-amdgpu-filter-out-radeon-secondary-ids-as-well.patch
	patches.suse/1246-drm-amdgpu-display-adjust-msleep-limit-in-dp_wait_fo.patch
	patches.suse/1247-drm-amdgpu-display-use-msleep-rather-than-udelay-for.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/1250-drm-amd-display-Wrap-dcn301_calculate_wm_and_dlg-for.patch
	patches.suse/1251-drm-amdgpu-display-Remove-t_srx_delay_us.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-put-the-requests-sessions-when-it-fails-to-alloc-memory.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-uaccess-fix-compile-error
	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-x86-Forcibly-leave-nested-virt-when-SMM-state-is.patch
	patches.suse/KVM-selftests-Don-t-skip-L2-s-VMCALL-in-SMM-test-for.patch
	patches.suse/KVM-x86-Keep-MSR_IA32_XSS-unchanged-for-INIT.patch
	patches.suse/KVM-x86-Update-vCPU-s-runtime-CPUID-on-write-to-MSR_.patch
	patches.suse/KVM-x86-Sync-the-states-size-with-the-XCR0-IA32_XSS-.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-ufs-ufshcd-pltfrm-Check-the-return-value-of-devm_kstrdup.patch
	patches.suse/scsi-qedf-Add-stag_work-to-all-the-vports.patch
	patches.suse/scsi-qedf-Fix-refcount-issue-when-LOGO-is-received-during-TMF.patch
	patches.suse/scsi-qedf-Change-context-reset-messages-to-ratelimited.patch
	patches.suse/scsi-pm8001-Fix-bogus-FW-crash-for-maxcpus-1.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/scsi-ufs-Use-generic-error-code-in-ufshcd_set_dev_pwr_mode.patch
	patches.suse/scsi-ufs-Treat-link-loss-as-fatal-error.patch
	patches.suse/scsi-myrs-Fix-crash-in-error-case.patch
	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/io_uring-fix-bug-in-slow-unregistering-of-nodes.patch
	patches.suse/io_uring-remove-unused-argument-from-io_rsrc_node_al.patch
	patches.suse/block-fix-memory-leak-in-disk_register_independent_a.patch
	patches.suse/blk-mq-fix-missing-blk_account_io_done-in-error-path.patch
	patches.suse/nvme-pci-add-the-IGNORE_DEV_SUBNQN-quirk-for-Intel-P.patch
	patches.suse/nvme-fabrics-remove-the-unneeded-ret-variable-in-nvm.patch
	patches.suse/blk-mq-Fix-wrong-wakeup-batch-configuration-which-wi.patch
	patches.suse/0005-block-add-bio_start_io_acct_time-to-control-start_ti.patch
	patches.suse/0002-dm-revert-partial-fix-for-redundant-bio-based-IO-acc.patch
	patches.suse/0003-dm-properly-fix-redundant-bio-based-IO-accounting.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-Only-attempt-to-link-USB-ports-if-there-is.patch
	patches.suse/usb-typec-Don-t-try-to-register-component-master-wit.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-smc-Forward-wakeup-to-smc-socket-waitqueue-after-fallback
	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/Partially-revert-net-smc-Add-netlink-net-namespace-s.patch
	patches.suse/bpf-Fix-renaming-task_getsecid_subj-current_getsecid.patch
	patches.suse/bpf-Fix-possible-race-in-inc_misses_counter.patch
	patches.suse/tools-headers-UAPI-remove-stale-lirc.h.patch
	patches.suse/bpf-Use-VM_MAP-instead-of-VM_ALLOC-for-ringbuf.patch
	patches.suse/tools-resolve_btfids-Do-not-print-any-commands-when-.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-Transition-from-readpages-to-readahead.patch
	patches.suse/netfs-cachefiles-Add-a-method-to-query-presence-of-data-in-the-cache.patch
	patches.suse/cifs-Implement-cache-I-O-by-accessing-the-cache-directly.patch
	patches.suse/cifs-Fix-the-readahead-conversion-to-manage-the-batch-when-reading-from-cache.patch
	patches.suse/cifs-fix-workstation_name-for-multiuser-mounts.patch
	patches.suse/libceph-make-recv-path-in-secure-mode-work-the-same-as-send-path.patch
	patches.suse/libceph-optionally-use-bounce-buffer-on-recv-path-in-crc-mode.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/1254-drm-amd-Warn-users-about-potential-s0ix-problems.patch
	patches.suse/1255-drm-amd-add-support-to-check-whether-the-system-is-s.patch
	patches.suse/1256-drm-amd-Only-run-s3-or-s0ix-if-system-is-configured-.patch
	patches.suse/1257-drm-amdgpu-fix-a-potential-GPU-hang-on-cyan-skillfis.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/1260-drm-amd-display-revert-Reset-fifo-after-enable-otg.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/1203-drm-mxsfb-Fix-NULL-pointer-dereference.patch
	patches.suse/1264-drm-i915-Allocate-intel_engine_coredump_alloc-with-A.patch
	patches.suse/1265-drm-i915-Lock-timeline-mutex-directly-in-error-path-.patch
	patches.suse/drm-i915-overlay-Prevent-divide-by-zero-bugs-in-scal.patch
	patches.suse/1267-drm-i915-pmu-Use-PM-timestamp-instead-of-RING-TIMEST.patch
	patches.suse/drm-i915-adlp-Fix-TypeC-PHY-ready-status-readout.patch
	patches.suse/1269-drm-i915-pmu-Fix-KMD-and-GuC-race-on-accessing-busyn.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-Replace-acpi_bus_get_device.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-amd-acp-mach-Fix-Left-and-Right-rt1019-amp-devi.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/ASoC-soc-pcm-Fix-DPCM-lockdep-warning-due-to-nested-.patch
	patches.suse/ASoC-soc-pcm-Move-debugfs-removal-out-of-spinlock.patch
	patches.suse/ASoC-ops-Check-for-negative-values-before-reading-th.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-Fix-some-W-1-warnings
	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/ata-libata-core-Introduce-ATA_HORKAGE_NO_LOG_DIR-horkage.patch
	patches.suse/block-fix-DIO-handling-regressions-in-blkdev_read_it.patch
	patches.suse/0052-md-fix-NULL-pointer-deref-with-nowait-but-no-mddev-queue.patch
	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-pm80xx-Fix-double-completion-for-SATA-devices.patch
	patches.suse/scsi-bnx2fc-Make-bnx2fc_recv_frame-mp-safe
	patches.suse/scsi-core-Reallocate-device-s-budget-map-on-queue-depth-change.patch
	patches.suse/scsi-pm8001-Fix-warning-for-undescribed-param-in-process_one_iomb.patch
	patches.suse/scsi-pm8001-Fix-use-after-free-for-aborted-TMF-sas_task.patch
	patches.suse/scsi-pm8001-Fix-use-after-free-for-aborted-SSP-STP-sas_task.patch
	patches.suse/scsi-hisi_sas-Fix-setting-of-hisi_sas_slot.is_internal.patch
	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/x86-Xen-streamline-and-fix-PV-CPU-enumeration.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/ata-libata-core-Fix-ata_dev_config_cpr.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-smc-fix-ref_tracker-issue-in-smc_pnet_add.patch
	patches.suse/net-smc-use-GFP_ATOMIC-allocation-in-smc_pnet_add_et.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/1204-fbdev-fbmem-Fix-the-implicit-type-casting.patch
	patches.suse/1205-drm-vc4-hdmi-Ensure-we-don-t-use-2711-HPD-registers-.patch
	patches.suse/1206-drm-vc4-hdmi-Don-t-try-disabling-SCDC-on-Pi0-3.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/1209-drm-vc4-crtc-Fix-redundant-variable-assignment.patch
	patches.suse/1210-drm-privacy-screen-Fix-sphinx-warning.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/1270-drm-i915-Fix-oops-due-to-missing-stack-depot.patch
	patches.suse/drm-i915-Disable-DRRS-on-IVB-HSW-port-A.patch
	patches.suse/1272-drm-i915-ttm-Return-some-errors-instead-of-trying-me.patch
	patches.suse/1273-drm-i915-Fix-header-test-for-CONFIG_X86.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/1278-drm-amdgpu-add-utcl2_harvest-to-gc-10.3.1.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/1281-drm-amd-display-keep-eDP-Vdd-on-when-eDP-stream-is-a.patch
	patches.suse/drm-amd-pm-fix-hwmon-node-of-power1_label-create-iss.patch
	patches.suse/1283-drm-amdgpu-display-change-pipe-policy-for-DCN-2.0.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/io_uring-Clean-up-a-false-positive-warning-from-GCC-.patch
	patches.suse/mm-io_uring-allow-oom-killer-from-io_uring_setup.patch
	patches.suse/nvme-add-nvme_complete_req-tracepoint-for-batched-co.patch
	patches.suse/nvme-tcp-fix-bogus-request-completion-when-failing-t.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-core-Unregister-device-on-component_add-failure.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/bus-mhi-pci_generic-Add-mru_default-for-Foxconn-SDX5.patch
	patches.suse/bus-mhi-pci_generic-Add-mru_default-for-Cinterion-MV.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-2526-Drivers-hv-vmbus-Rework-use-of-DMA_BIT_MASK-64.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-nSVM-fix-potential-NULL-derefernce-on-nested.patch
	patches.suse/KVM-x86-nSVM-mark-vmcb01-as-dirty-when-restoring-SMM.patch
	patches.suse/KVM-x86-nSVM-nVMX-set-nested_run_pending-on-VM-entry.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-Don-t-truncate-the-PerfEvtSeln-MSR-when-.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/net-smc-Avoid-overwriting-the-copies-of-clcsock-callback-functions
	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-sched-limit-TC_ACT_REPEAT-loops.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/1285-drm-mediatek-mtk_dsi-Avoid-EPROBE_DEFER-loop-with-ex.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/1296-drm-i915-fbc-Fix-the-plane-end-Y-offset-check.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-amd-acp-Set-gpio_spkr_en-to-None-for-max-speake.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-rt5682s-do-not-block-workqueue-if-card-is-unbou.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-Add-handling-for-zone-append-command-in-blk_co.patch
	patches.suse/block-map-add-__GFP_ZERO-flag-for-alloc_page-in-function-bio_copy_kern
	patches.suse/block-fix-surprise-removal-for-drivers-calling-blk_s.patch
	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/scsi-ufs-core-Fix-divide-by-zero-in-ufshcd_map_queue.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/io_uring-don-t-convert-to-jiffies-for-waiting-on-tim.patch
	patches.suse/io_uring-disallow-modification-of-rsrc_data-during-q.patch
	patches.suse/block-clear-iocb-private-in-blkdev_bio_end_io_async.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/nvme-tcp-send-H2CData-PDUs-based-on-MAXH2CDATA.patch
	patches.suse/bpf-Do-not-try-bpf_msg_push_data-with-len-0.patch
	patches.suse/bpf-Fix-crash-due-to-incorrect-copy_map_value.patch
	patches.suse/selftests-bpf-Add-test-for-bpf_timer-overwriting-cra.patch
	patches.suse/bpf-Emit-bpf_timer-in-vmlinux-BTF.patch
	patches.suse/bpf-Fix-a-bpf_timer-initialization-issue.patch
	patches.suse/selftests-bpf-Check-bpf_msg_push_data-return-value.patch
	patches.suse/bpf-Fix-crash-due-to-out-of-bounds-access-into-reg2b.patch
	patches.suse/bpf-Add-schedule-points-in-batch-ops.patch
	patches.suse/drivers-hamradio-6pack-fix-UAF-bug-caused-by-mod_tim.patch
	patches.suse/net-sched-act_ct-Fix-flow-table-lookup-after-ct-clea.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-sched-avoid-newline-at-end-of-message-in-NL_SET_.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-Add-KVM_CAP_ENABLE_CAP-to-x86.patch
	patches.suse/KVM-x86-mmu-make-apf-token-non-zero-to-fix-bug.patch
	patches.suse/1216-drm-vc4-hdmi-Unregister-codec-device-on-unbind.patch
	patches.suse/drm-vc4-crtc-Fix-runtime_pm-reference-counting.patch
	patches.suse/1218-drm-imx-dcss-i.MX8MQ-DCSS-select-DRM_GEM_CMA_HELPER.patch
	patches.suse/1219-drm-radeon-fix-variable-type.patch
	patches.suse/drm-edid-Always-set-RGB444.patch
	patches.suse/1297-gpu-host1x-Fix-hang-on-Tegra186.patch
	patches.suse/1298-gpu-host1x-Always-return-syncpoint-value-when-waitin.patch
	patches.suse/1299-drm-tegra-Fix-cast-to-restricted-__le32.patch
	patches.suse/1300-drm-tegra-dpaux-Populate-AUX-bus.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/1306-drm-amd-display-Fix-stream-link_enc-unassigned-durin.patch
	patches.suse/drm-amdgpu-do-not-enable-asic-reset-for-raven2.patch
	patches.suse/1308-Revert-drm-amdgpu-add-modifiers-in-amdgpu_vkms_plane.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/1312-drm-i915-Disconnect-PHYs-left-connected-by-BIOS-on-d.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-hci_core-Fix-leaking-sent_cmd-skb.patch
	patches.suse/Bluetooth-fix-data-races-in-smp_unregister-smp_del_c.patch
	patches.suse/Bluetooth-Fix-bt_skb_sendmmsg-not-allocating-partial.patch
	patches.suse/Bluetooth-assign-len-after-null-check.patch
	patches.suse/Bluetooth-hci_sync-Fix-hci_update_accept_list_sync.patch
	patches.suse/Bluetooth-hci_sync-Fix-not-using-conn_timeout.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/net-smc-Fix-cleanup-when-register-ULP-fails.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/Bluetooth-Fix-not-checking-MGMT-cmd-pending-queue.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/bpf-sockmap-Do-not-ignore-orig_len-parameter.patch
	patches.suse/tcp-make-tcp_read_sock-more-robust.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/cachefiles-Fix-incorrect-length-to-fallocate.patch
	patches.suse/pinctrl-sunxi-Use-unique-lockdep-classes-for-IRQs.patch
	patches.suse/1316-drm-exynos-exynos7_drm_decon-Use-platform_get_irq_by.patch
	patches.suse/1317-drm-exynos-mixer-Use-platform_get_irq-to-get-the-int.patch
	patches.suse/1318-drm-exynos-exynos_drm_fimd-Use-platform_get_irq_byna.patch
	patches.suse/1319-drm-exynos-fimc-Use-platform_get_irq-to-get-the-inte.patch
	patches.suse/1320-drm-exynos-gsc-Use-platform_get_irq-to-get-the-inter.patch
	patches.suse/1321-drm-exynos-Don-t-fail-if-no-TE-gpio-is-defined-for-D.patch
	patches.suse/1322-drm-exynos-Search-for-TE-gpio-in-DSI-panel-s-node.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/1222-drm-arm-arm-hdlcd-select-DRM_GEM_CMA_HELPER.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/powerpc-64s-Fix-build-failure-when-CONFIG_PPC_64S_HA.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/block-fix-blk_mq_attempt_bio_merge-and-rq_qos_thrott.patch
	patches.suse/Bluetooth-hci_core-Fix-unbalanced-unlock-in-set_devi.patch
	patches.suse/Bluetooth-hci_sync-Fix-not-processing-all-entries-on.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/1326-drm-i915-psr-Set-SF-Partial-Frame-Enable-also-on-ful.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/cachefiles-Fix-volume-coherency-attribute.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/1327-drm-panel-Select-DRM_DP_HELPER-for-DRM_PANEL_EDP.patch
	patches.suse/tools-headers-cpufeatures-Sync-with-the-kernel-sources-ec9d50ac.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/Revert-ath10k-drop-beacon-and-probe-response-which-l.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/1225-drm-mgag200-Fix-PLL-setup-for-g200wb-and-g200ew.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/1328-drm-Don-t-make-DRM_PANEL_BRIDGE-dependent-on-DRM_KMS.patch
	patches.suse/block-release-rq-qos-structures-for-queue-without-di.patch
	patches.suse/nvmet-revert-nvmet-make-discovery-NQN-configurable.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/scsi-fnic-Finish-scsi_cmnd-before-dropping-the-spinl.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/efi-mokvar-move-up-init-order.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-move-AARCH64_BREAK_FAULT-into-insn-def.h.patch
	patches.suse/arm64-insn-add-encoders-for-atomic-operations.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-Consolidate-TCR_EL1-fields.patch
	patches.suse/arm64-mm-avoid-fixmap-race-condition-when-create-pud.patch
	patches.suse/perf-marvell_cn10k-Fix-unused-variable-warning-when-W-1-and-CONFIG_OF-n.patch
	patches.suse/dt-bindings-perf-marvell-cn10k-ddr-performance-monitor.patch
	patches.suse/perf-marvell-CN10k-DDR-performance-monitor-support.patch
	patches.suse/perf-marvell-cn10k-DDR-perfmon-event-overflow-handling.patch
	patches.suse/perf-marvell-cn10k-DDR-perf-event-core-ownership.patch
	patches.suse/perf-marvell-Fix-CONFIG_OF-build-for-CN10K-DDR-PMU-driver.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/x86-insn-Add-AMX-instructions-to-the-x86-instruction-decoder.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/video-fbdev-stifb-Implement-the-stifb_fillrect-funct.patch
	patches.suse/Documentation-locking-locktypes-Fix-PREEMPT_RT-_bh-d.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/cpuidle-intel_idle-Drop-redundant-backslash-at-line-.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/thermal-int340x-Update-OS-policy-capability-handshak.patch
	patches.suse/x86-Documentation-Describe-the-Intel-Hardware-Feedba.patch
	patches.suse/x86-cpu-Add-definitions-for-the-Intel-Hardware-Feedb.patch
	patches.suse/thermal-intel-hfi-Minimally-initialize-the-Hardware-.patch
	patches.suse/thermal-intel-hfi-Handle-CPU-hotplug-events.patch
	patches.suse/thermal-intel-hfi-Enable-notification-interrupt.patch
	patches.suse/thermal-netlink-Add-a-new-event-to-notify-CPU-capabi.patch
	patches.suse/thermal-intel-hfi-Notify-user-space-for-HFI-events.patch
	patches.suse/thermal-netlink-Fix-parameter-type-of-thermal_genl_c.patch
	patches.suse/thermal-intel-hfi-INTEL_HFI_THERMAL-depends-on-NET.patch
	patches.suse/random-remove-outdated-INT_MAX-6-check-in-urandom_re.patch
	patches.suse/random-zero-buffer-after-reading-entropy-from-usersp.patch
	patches.suse/random-remove-useless-header-comment.patch
	patches.suse/crypto-qat-fix-a-signedness-bug-in-get_service_enabl.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-qat-fix-access-to-PFVF-interrupt-registers-fo.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-qat-add-misc-workqueue.patch
	patches.suse/crypto-qat-move-and-rename-GEN4-error-register-defin.patch
	patches.suse/crypto-qat-enable-power-management-for-QAT-GEN4.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/crypto-qat-remove-unneeded-assignment.patch
	patches.suse/crypto-qat-fix-initialization-of-pfvf-cap_msg-struct.patch
	patches.suse/crypto-qat-fix-initialization-of-pfvf-rts_map_msg-st.patch
	patches.suse/hwrng-nomadik-Change-clk_disable-to-clk_disable_unpr.patch
	patches.suse/io_uring-remove-trace-for-eventfd.patch
	patches.suse/io_uring-avoid-ring-quiesce-while-registering-unregi.patch
	patches.suse/io_uring-avoid-ring-quiesce-while-registering-async-.patch
	patches.suse/io_uring-avoid-ring-quiesce-while-registering-restri.patch
	patches.suse/io_uring-remove-ring-quiesce-for-io_uring_register.patch
	patches.suse/io_uring-Fix-use-of-uninitialized-ret-in-io_eventfd_.patch
	patches.suse/io-wq-decouple-work_list-protection-from-the-big-wqe.patch
	patches.suse/io-wq-reduce-acct-lock-crossing-functions-lock-unloc.patch
	patches.suse/io-wq-use-IO_WQ_ACCT_NR-rather-than-hardcoded-number.patch
	patches.suse/io-uring-add-__fill_cqe-function.patch
	patches.suse/io-uring-Make-tracepoints-consistent.patch
	patches.suse/io_uring-Remove-unneeded-test-in-io_run_task_work_si.patch
	patches.suse/io_uring-remove-duplicated-calls-to-io_kiocb_ppos.patch
	patches.suse/io_uring-update-kiocb-ki_pos-at-execution-time.patch
	patches.suse/io_uring-do-not-recalculate-ppos-unnecessarily.patch
	patches.suse/io_uring-documentation-fixup.patch
	patches.suse/io_uring-add-support-for-registering-ring-file-descr.patch
	patches.suse/io_uring-speedup-provided-buffer-handling.patch
	patches.suse/io_uring-add-support-for-IORING_OP_MSG_RING-command.patch
	patches.suse/io_uring-minor-io_cqring_wait-optimization.patch
	patches.suse/io_uring-retry-early-for-reads-if-we-can-poll.patch
	patches.suse/io_uring-ensure-reads-re-import-for-selected-buffers.patch
	patches.suse/io_uring-recycle-provided-buffers-if-request-goes-as.patch
	patches.suse/io_uring-allow-submissions-to-continue-on-error.patch
	patches.suse/io_uring-remove-duplicated-member-check-for-io_msg_r.patch
	patches.suse/io_uring-recycle-apoll_poll-entries.patch
	patches.suse/io_uring-make-tracing-format-consistent.patch
	patches.suse/io_uring-move-req-poll_refs-into-previous-struct-hol.patch
	patches.suse/io_uring-cache-req-apoll-events-in-req-cflags.patch
	patches.suse/io_uring-cache-poll-double-poll-state-with-a-request.patch
	patches.suse/io_uring-normilise-naming-for-fill_cqe.patch
	patches.suse/io_uring-refactor-timeout-cancellation-cqe-posting.patch
	patches.suse/io_uring-extend-provided-buf-return-to-fails.patch
	patches.suse/io_uring-fix-provided-buffer-return-on-failure-for-k.patch
	patches.suse/io_uring-remove-extra-barrier-for-non-sqpoll-iopoll.patch
	patches.suse/io_uring-shuffle-io_eventfd_signal-bits-around.patch
	patches.suse/io_uring-thin-down-io_commit_cqring.patch
	patches.suse/io_uring-fold-evfd-signalling-under-a-slower-path.patch
	patches.suse/io_uring-manage-provided-buffers-strictly-ordered.patch
	patches.suse/io_uring-don-t-check-unrelated-req-open.how-in-accep.patch
	patches.suse/io_uring-terminate-manual-loop-iterator-loop-correct.patch
	patches.suse/io-uring-Make-statx-API-stable.patch
	patches.suse/block-deprecate-autoloading-based-on-dev_t.patch
	patches.suse/block-move-disk_-block-unblock-flush-_events-to-blk..patch
	patches.suse/block-move-blk_drop_partitions-to-blk.h.patch
	patches.suse/block-remove-genhd.h.patch
	patches.suse/fs-remove-mpage_alloc.patch
	patches.suse/nilfs2-remove-nilfs_alloc_seg_bio.patch
	patches.suse/nfs-blocklayout-remove-bl_alloc_init_bio.patch
	patches.suse/dm-bio_alloc-can-t-fail-if-it-is-allowed-to-sleep.patch
	patches.suse/dm-crypt-remove-clone_init.patch
	patches.suse/dm-snap-use-blkdev_issue_flush-instead-of-open-codin.patch
	patches.suse/dm-thin-use-blkdev_issue_flush-instead-of-open-codin.patch
	patches.suse/drbd-bio_alloc-can-t-fail-if-it-is-allow-to-sleep.patch
	patches.suse/rnbd-srv-simplify-bio-mapping-in-process_rdma.patch
	patches.suse/rnbd-srv-remove-struct-rnbd_dev_blk_io.patch
	patches.suse/xen-blkback-bio_alloc-can-t-fail-if-it-is-allow-to-s.patch
	patches.suse/block-move-blk_next_bio-to-bio.c.patch
	patches.suse/block-pass-a-block_device-and-opf-to-blk_next_bio.patch
	patches.suse/block-pass-a-block_device-and-opf-to-bio_alloc_biose.patch
	patches.suse/block-pass-a-block_device-and-opf-to-bio_alloc_kiocb.patch
	patches.suse/block-pass-a-block_device-and-opf-to-bio_alloc.patch
	patches.suse/block-pass-a-block_device-and-opf-to-bio_init.patch
	patches.suse/block-pass-a-block_device-and-opf-to-bio_reset.patch
	patches.suse/block-remove-blk_needs_flush_plug.patch
	patches.suse/block-check-that-there-is-a-plug-in-blk_flush_plug.patch
	patches.suse/block-fix-the-kerneldoc-for-bio_end_io_acct.patch
	patches.suse/block-introduce-BLK_STS_OFFLINE.patch
	patches.suse/block-return-ENODEV-for-BLK_STS_OFFLINE.patch
	patches.suse/scsi-use-BLK_STS_OFFLINE-for-not-fully-online-device.patch
	patches.suse/block-call-bio_associate_blkg-from-bio_reset.patch
	patches.suse/dm-add-a-clone_to_tio-helper.patch
	patches.suse/dm-fold-clone_bio-into-__clone_and_map_data_bio.patch
	patches.suse/dm-fold-__send_duplicate_bios-into-__clone_and_map_s.patch
	patches.suse/dm-move-cloning-the-bio-into-alloc_tio.patch
	patches.suse/dm-pass-the-bio-instead-of-tio-to-__map_bio.patch
	patches.suse/dm-retun-the-clone-bio-from-alloc_tio.patch
	patches.suse/dm-simplify-the-single-bio-fast-path-in-__send_dupli.patch
	patches.suse/dm-cache-remove-__remap_to_origin_clear_discard.patch
	patches.suse/block-clone-crypto-and-integrity-data-in-__bio_clone.patch
	patches.suse/dm-use-bio_clone_fast-in-alloc_io-alloc_tio.patch
	patches.suse/block-initialize-the-target-bio-in-__bio_clone_fast.patch
	patches.suse/block-pass-a-block_device-to-bio_clone_fast.patch
	patches.suse/lib-sbitmap-kill-depth-from-sbitmap_word.patch
	patches.suse/sbitmap-Delete-old-sbitmap_queue_get_shallow.patch
	patches.suse/block-introduce-block_rq_error-tracepoint.patch
	patches.suse/block-remove-THROTL_IOPS_MAX.patch
	patches.suse/block-move-initialization-of-q-blkg_list-into-blkcg_.patch
	patches.suse/block-partition-include-linux-blk-cgroup.h.patch
	patches.suse/blk-lib-don-t-check-bdev_get_queue-NULL-check.patch
	patches.suse/blk-cgroup-set-blkg-iostat-after-percpu-stat-aggrega.patch
	patches.suse/blk-mq-make-the-blk-mq-stacking-code-optional.patch
	patches.suse/blk-mq-fold-blk_cloned_rq_check_limits-into-blk_inse.patch
	patches.suse/blk-mq-remove-the-request_queue-argument-to-blk_inse.patch
	patches.suse/dm-remove-useless-code-from-dm_dispatch_clone_reques.patch
	patches.suse/dm-remove-dm_dispatch_clone_request.patch
	patches.suse/block-move-submit_bio_checks-into-submit_bio_noacct.patch
	patches.suse/block-move-blk_crypto_bio_prep-out-of-blk-mq.c.patch
	patches.suse/block-don-t-declare-submit_bio_checks-in-local-heade.patch
	patches.suse/block-don-t-check-bio-in-blk_throtl_dispatch_work_fn.patch
	patches.suse/block-merge-submit_bio_checks-into-submit_bio_noacct.patch
	patches.suse/block-throttle-split-bio-in-case-of-iops-limit.patch
	patches.suse/block-don-t-try-to-throttle-split-bio-if-iops-limit-.patch
	patches.suse/block-revert-4f1e9630afe6-blk-throtl-optimize-IOPS-t.patch
	patches.suse/block-add-a-free_disk-method.patch
	patches.suse/memstick-ms_block-simplify-refcounting.patch
	patches.suse/memstick-mspro_block-fix-handling-of-read-only-devic.patch
	patches.suse/memstick-mspro_block-simplify-refcounting.patch
	patches.suse/virtio_blk-simplify-refcounting.patch
	patches.suse/blk-mq-avoid-extending-delays-of-active-hctx-from-bl.patch
	patches.suse/block-bfq_wf2q-correct-weight-to-ioprio.patch
	patches.suse/block-bfq-cleanup-bfq_bfqq_to_bfqg.patch
	patches.suse/block-bfq-avoid-moving-bfqq-to-it-s-parent-bfqg.patch
	patches.suse/block-bfq-don-t-move-oom_bfqq.patch
	patches.suse/block-update-io_ticks-when-io-hang.patch
	patches.suse/block-default-BLOCK_LEGACY_AUTOLOAD-to-y.patch
	patches.suse/block-remove-redundant-semicolon.patch
	patches.suse/block-simplify-calling-convention-of-elv_unregister_.patch
	patches.suse/block-don-t-delete-queue-kobject-before-its-children.patch
	patches.suse/blk-crypto-show-crypto-capabilities-in-sysfs.patch
	patches.suse/bfq-fix-use-after-free-in-bfq_dispatch_request.patch
	patches.suse/block-fix-and-cleanup-bio_check_ro.patch
	patches.suse/block-remove-handle_bad_sector.patch
	patches.suse/pktcdvd-remove-a-pointless-debug-check-in-pkt_submit.patch
	patches.suse/0053-dm-crypt-stop-using-bio_devname.patch
	patches.suse/0054-dm-integrity-stop-using-bio_devname.patch
	patches.suse/md-multipath-stop-using-bio_devname.patch
	patches.suse/raid1-stop-using-bio_devname.patch
	patches.suse/raid5-ppl-stop-using-bio_devname.patch
	patches.suse/ext4-stop-using-bio_devname.patch
	patches.suse/Revert-Revert-block-bfq-honor-already-setup-queue-me.patch
	patches.suse/blk-mq-figure-out-correct-numa-node-for-hw-queue.patch
	patches.suse/blk-mq-simplify-reallocation-of-hw-ctxs-a-bit.patch
	patches.suse/blk-mq-reconfigure-poll-after-queue-map-is-changed.patch
	patches.suse/block-mtip32xx-don-t-touch-q-queue_hw_ctx.patch
	patches.suse/blk-mq-prepare-for-implementing-hctx-table-via-xarra.patch
	patches.suse/blk-mq-manage-hctx-map-via-xarray.patch
	patches.suse/blk-mq-do-not-include-passthrough-requests-in-I-O-ac.patch
	patches.suse/blk-mq-handle-already-freed-tags-gracefully-in-blk_m.patch
	patches.suse/scsi-don-t-use-disk-private_data-to-find-the-scsi_dr.patch
	patches.suse/sd-rename-the-scsi_disk.dev-field.patch
	patches.suse/sd-call-sd_zbc_release_disk-before-releasing-the-scs.patch
	patches.suse/sd-delay-calling-free_opal_dev.patch
	patches.suse/sd-implement-free_disk-to-simplify-refcounting.patch
	patches.suse/sr-implement-free_disk-to-simplify-refcounting.patch
	patches.suse/block-move-blkcg-initialization-destroy-into-disk-al.patch
	patches.suse/block-don-t-remove-hctx-debugfs-dir-from-blk_mq_exit.patch
	patches.suse/block-move-q_usage_counter-release-into-blk_queue_re.patch
	patches.suse/block-move-blk_exit_queue-into-disk_release.patch
	patches.suse/block-do-more-work-in-elevator_exit.patch
	patches.suse/block-move-rq_qos_exit-into-disk_release.patch
	patches.suse/block-ensure-plug-merging-checks-the-correct-queue-a.patch
	patches.suse/block-flush-plug-based-on-hardware-and-software-queu.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-bfq-iosched-Fix-spelling-mistake-tenative-tent.patch
	patches.suse/block-limit-request-dispatch-loop-duration.patch
	patches.suse/block-avoid-use-after-free-on-throttle-data.patch
	patches.suse/block-let-blkcg_gq-grab-request-queue-s-refcnt.patch
	patches.suse/block-cancel-all-throttled-bios-in-del_gendisk.patch
	patches.suse/null_blk-fix-return-value-from-null_add_dev.patch
	patches.suse/loop-use-sysfs_emit-in-the-sysfs-xxx-show.patch
	patches.suse/null_blk-remove-hardcoded-alloc_cmd-parameter.patch
	patches.suse/null_blk-remove-hardcoded-null_alloc_page-param.patch
	patches.suse/null_blk-null_alloc_page-cleanup.patch
	patches.suse/nvme-core-remove-unnecessary-semicolon.patch
	patches.suse/nvme-core-remove-unnecessary-function-parameter.patch
	patches.suse/nvme-fabrics-use-unsigned-int-type.patch
	patches.suse/nvme-fabrics-use-unsigned-int-type-0801a4b6.patch
	patches.suse/nvme-fabrics-use-consistent-zeroout-pattern.patch
	patches.suse/nvme-fabrics-remove-unnecessary-braces-for-case.patch
	patches.suse/nvmet-use-i_size_read-to-set-size-for-file-ns.patch
	patches.suse/nvmet-allow-bdev-in-buffered_io-mode.patch
	patches.suse/nvme-replace-ida_simple-get-remove-with-the-simler-i.patch
	patches.suse/nvme-fc-replace-ida_simple-get-remove-with-the-simle.patch
	patches.suse/nvmet-replace-ida_simple-get-remove-with-the-simler-.patch
	patches.suse/nvmet-fc-replace-ida_simple-get-remove-with-the-siml.patch
	patches.suse/nvmet-rdma-replace-ida_simple-get-remove-with-the-si.patch
	patches.suse/nvmet-tcp-replace-ida_simple-get-remove-with-the-sim.patch
	patches.suse/nvme-rdma-add-helpers-for-mapping-unmapping-request.patch
	patches.suse/nvme-add-a-helper-to-initialize-connect_q.patch
	patches.suse/nvme-add-verbose-error-logging.patch
	patches.suse/nvme-add-vectored-io-support-for-user-passthrough.patch
	patches.suse/nvme-send-uevent-on-connection-up.patch
	patches.suse/nvme-expose-cntrltype-and-dctype-through-sysfs.patch
	patches.suse/nvme-explicitly-set-non-error-for-directives.patch
	patches.suse/nvme-remove-nssa-from-struct-nvme_ctrl.patch
	patches.suse/nvme-cleanup-__nvme_check_ids.patch
	patches.suse/nvme-fix-the-check-for-duplicate-unique-identifiers.patch
	patches.suse/nvme-check-for-duplicate-identifiers-earlier.patch
	patches.suse/nvme-check-that-EUI-GUID-UUID-are-globally-unique.patch
	patches.suse/0003-bcache-fixup-multiple-threads-crash.patch
	patches.suse/0055-md-raid1-raid10-drop-pending_cnt.patch
	patches.suse/lib-raid6-test-fix-multiple-definition-linking-error.patch
	patches.suse/0056-md-use-msleep-in-md_notify_reboot.patch
	patches.suse/0057-raid5-ppl-fully-initialize-the-bio-in-ppl_new_iounit.patch
	patches.suse/0058-raid5-cache-fully-initialize-flush_bio-when-needed.patch
	patches.suse/0059-raid5-cache-statically-allocate-the-recovery-ra-bio.patch
	patches.suse/0060-raid5-initialize-the-stripe_head-embeeded-bios-as-needed.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/nvme-multipath-call-bio_io_error-in-nvme_ns_head_sub.patch
	patches.suse/nvme-tcp-don-t-initialize-ret-variable.patch
	patches.suse/nvme-tcp-don-t-fold-the-line.patch
	patches.suse/nvme-tcp-lockdep-annotate-in-kernel-sockets.patch
	patches.suse/nvmet-fc-fix-kernel-doc-warning-for-nvmet_fc_registe.patch
	patches.suse/nvmet-fc-fix-kernel-doc-warning-for-nvmet_fc_unregis.patch
	patches.suse/nvmet-rdma-fix-kernel-doc-warning-for-nvmet_rdma_dev.patch
	patches.suse/nvmet-don-t-fold-lines.patch
	patches.suse/nvmet-use-snprintf-with-PAGE_SIZE-in-configfs.patch
	patches.suse/nvmet-move-the-call-to-nvmet_ns_changed-out-of-nvmet.patch
	patches.suse/nvme-cleanup-how-disk-disk_name-is-assigned.patch
	patches.suse/nvme-remove-nvme_alloc_request-and-nvme_alloc_reques.patch
	patches.suse/nvme-warn-about-shared-namespaces-without-CONFIG_NVM.patch
	patches.suse/mpage-pass-the-operation-to-bio_alloc.patch
	patches.suse/ext4-pass-the-operation-to-bio_alloc.patch
	patches.suse/nilfs2-pass-the-operation-to-bio_alloc.patch
	patches.suse/f2fs-don-t-pass-a-bio-to-f2fs_target_device.patch
	patches.suse/f2fs-pass-the-bio-operation-to-bio_alloc_bioset.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/mtd-spi-nor-intel-spi-Disable-write-protection-only-.patch
	patches.suse/spi-pxa2xx-Add-support-for-Intel-Raptor-Lake-PCH-S.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/pstore-Don-t-use-semaphores-in-always-atomic-context.patch
	patches.suse/overflow-Implement-size_t-saturating-arithmetic-help.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/selinux-allow-FIOCLEX-and-FIONCLEX-with-policy-capab.patch
	patches.suse/cifs-fix-handlecache-and-multiuser.patch
	patches.suse/cifs-truncate-the-inode-and-mapping-when-we-simulate-fcollapse.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/btrfs-remove-write-and-wait-of-struct-walk_control.patch
	patches.suse/btrfs-don-t-log-unnecessary-boundary-keys-when-loggi.patch
	patches.suse/btrfs-put-initial-index-value-of-a-directory-in-a-co.patch
	patches.suse/btrfs-stop-copying-old-dir-items-when-logging-a-dire.patch
	patches.suse/btrfs-stop-trying-to-log-subdirectories-created-in-p.patch
	patches.suse/btrfs-add-helper-to-delete-a-dir-entry-from-a-log-tr.patch
	patches.suse/btrfs-pass-the-dentry-to-btrfs_log_new_name-instead-.patch
	patches.suse/btrfs-avoid-logging-all-directory-changes-during-ren.patch
	patches.suse/btrfs-stop-doing-unnecessary-log-updates-during-a-re.patch
	patches.suse/btrfs-avoid-inode-logging-during-rename-and-link-whe.patch
	patches.suse/btrfs-use-single-variable-to-track-return-value-at-b.patch
	patches.suse/btrfs-remove-useless-path-release-in-the-fast-fsync-.patch
	patches.suse/btrfs-prepare-extents-to-be-logged-before-locking-a-.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-Enable-PEBS-format-5.patch
	patches.suse/KVM-x86-use-the-KVM-side-max-supported-fixed-counter.patch
	patches.suse/perf-x86-intel-Increase-max-number-of-the-fixed-counters.patch
	patches.suse/perf-x86-intel-uncore-Make-uncore_discovery-clean-for-64-bit-addresses.patch
	patches.suse/perf-Add-irq-and-exception-return-branch-types.patch
	patches.suse/locking-lockdep-Avoid-potential-access-of-invalid-me.patch
	patches.suse/locking-Add-missing-__sched-attributes.patch
	patches.suse/atomics-Fix-atomic64_-read_acquire-set_release-fallb.patch
	patches.suse/locking-local_lock-Make-the-empty-local_lock_-functi.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-topology-Remove-redundant-variable-and-fix-inc.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-remove-unneeded-local-variable-follflags.patch
	patches.suse/mm-migrate-fix-establishing-demotion-target.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/NUMA-Balancing-add-page-promotion-counter.patch
	patches.suse/NUMA-balancing-optimize-page-placement-for-memory-tiering-system.patch
	patches.suse/memory-tiering-skip-to-scan-fast-memory.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/mm-only-re-generate-demotion-targets-when-a-numa-node-changes-its-N_CPU-state.patch
	patches.suse/mm-remove-a-pointless-CONFIG_ZONE_DEVICE-check-in-memremap_pages.patch
	patches.suse/mm-remove-the-__KERNEL__-guard-from-linux-mm.h.patch
	patches.suse/mm-remove-pointless-includes-from-linux-hmm.h.patch
	patches.suse/mm-move-free_devmap_managed_page-to-memremap.c.patch
	patches.suse/mm-simplify-freeing-of-devmap-managed-pages.patch
	patches.suse/mm-don-t-include-linux-memremap.h-in-linux-mm.h.patch
	patches.suse/mm-remove-the-extra-ZONE_DEVICE-struct-page-refcount.patch
	patches.suse/fsdax-depend-on-ZONE_DEVICE-FS_DAX_LIMITED.patch
	patches.suse/mm-generalize-the-pgmap-based-page_free-infrastructure.patch
	patches.suse/mm-refactor-check_and_migrate_movable_pages.patch
	patches.suse/mm-refactor-the-ZONE_DEVICE-handling-in-migrate_vma_insert_page.patch
	patches.suse/mm-refactor-the-ZONE_DEVICE-handling-in-migrate_vma_pages.patch
	patches.suse/mm-move-the-migrate_vma_-device-migration-code-into-its-own-file.patch
	patches.suse/mm-build-migrate_vma_-for-all-configs-with-ZONE_DEVICE-support.patch
	patches.suse/printk-use-atomic-updates-for-klogd-work.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/selftests-set-the-BUILD-variable-to-absolute-path.patch
	patches.suse/list-test-Add-a-test-for-list_is_head.patch
	patches.suse/ata-libata-scsi-Cleanup-ata_get_xlat_func.patch
	patches.suse/ata-libata-scsi-Simplify-ata_scsi_mode_select_xlat.patch
	patches.suse/ata-libata-scsi-Simplify-scsi_XX_lba_len.patch
	patches.suse/ata-libata-acpi-kill-ata_acpi_on_suspend.patch
	patches.suse/ata-libata-ata_-sff-std-_prereset-always-return-0.patch
	patches.suse/ata-libata-make-ata_host_suspend-void.patch
	patches.suse/ata-libata-sff-make-ata_devchk-return-bool.patch
	patches.suse/ata-libata-sff-make-ata_resources_present-return-bool.patch
	patches.suse/ata-libata-sff-refactor-ata_sff_set_devctl.patch
	patches.suse/ata-libata-sff-refactor-ata_sff_altstatus.patch
	patches.suse/ata-libata-scsi-use-switch-statements-to-check-SCSI-command-codes.patch
	patches.suse/ata-add-use-ata_taskfile-error-status-fields.patch
	patches.suse/ata-libata-sff-use-switch-statement-in-ata_sff_dev_classify.patch
	patches.suse/mmc-sdhci-tegra-Enable-wake-on-SD-card-event.patch
	patches.suse/mmc-sdhci-tegra-Use-of_device_get_match_data-helper.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/0005-video-fbdev-aty128fb-make-some-arrays-static-const.patch
	patches.suse/0006-video-fbdev-imxfb-Check-for-null-res-pointer.patch
	patches.suse/0007-backlight-lm3630a_bl-Remove-redundant-flush_workqueu.patch
	patches.suse/0008-video-fbdev-omapfb-Remove-redundant-flush_workqueue-.patch
	patches.suse/0009-video-fbdev-omapfb-use-default_groups-in-kobj_type.patch
	patches.suse/0010-video-fbdev-mach64_ct-remove-redundant-res-variable.patch
	patches.suse/0011-backlight-qcom-wled-Add-PM6150L-compatible.patch
	patches.suse/0012-video-fbdev-mb862xx-remove-redundant-assignment-to-p.patch
	patches.suse/video-fbdev-matroxfb-set-maxvram-of-vbG200eW-to-the-.patch
	patches.suse/0014-video-fbdev-sis-use-swap-to-make-code-cleaner.patch
	patches.suse/0015-video-fbdev-ocfb-add-const-to-of_device_id.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/0018-video-fbdev-s3c-fb-drop-unneeded-MODULE_ALIAS.patch
	patches.suse/0019-video-fbdev-via-Fix-spelling-mistake-bellow-below.patch
	patches.suse/video-fbdev-nvidiafb-Use-strscpy-to-prevent-buffer-o.patch
	patches.suse/0021-video-fbdev-au1200fb-Make-use-of-dma_mmap_coherent.patch
	patches.suse/video-fbdev-w100fb-Reset-global-state.patch
	patches.suse/0023-video-fbdev-atyfb-Remove-assigned-but-never-used-var.patch
	patches.suse/0024-video-fbdev-asiliantfb-remove-redundant-assignment-t.patch
	patches.suse/0025-video-fbdev-omapfb-panel-lgphilips-lb035q02-Make-use.patch
	patches.suse/0026-video-fbdev-omapfb-lcd_ams_delta-Make-use-of-the-hel.patch
	patches.suse/0027-video-fbdev-omapfb-panel-sharp-ls037v7dw01-Make-use-.patch
	patches.suse/0028-video-fbdev-omapfb-panel-tpo-td043mtea1-Make-use-of-.patch
	patches.suse/0029-video-fbdev-da8xx-fb-Make-use-of-the-helper-function.patch
	patches.suse/0030-video-fbdev-pxa168fb-Make-use-of-the-helper-function.patch
	patches.suse/0031-video-fbdev-pxa3xx-gcu-Make-use-of-the-helper-functi.patch
	patches.suse/0032-video-fbdev-ssd1307fb-Make-use-of-the-helper-functio.patch
	patches.suse/0033-video-fbdev-s3c-fb-Make-use-of-the-helper-function-d.patch
	patches.suse/0034-video-fbdev-mmp-Make-use-of-the-helper-function-dev_.patch
	patches.suse/video-fbdev-cirrusfb-check-pixclock-to-avoid-divide-.patch
	patches.suse/0036-video-fbmem-use-swap-to-make-code-cleaner-in-fb_rota.patch
	patches.suse/video-fbdev-omapfb-acx565akm-replace-snprintf-with-s.patch
	patches.suse/0038-video-fbdev-savagefb-make-a-variable-local.patch
	patches.suse/video-fbdev-atmel_lcdfb-fix-an-error-code-in-atmel_l.patch
	patches.suse/0040-video-fbdev-pxa168fb-Initialize-pointers-with-NULL-a.patch
	patches.suse/video-fbdev-fbcvt.c-fix-printing-in-fb_cvt_print_nam.patch
	patches.suse/0042-video-fbdev-pxa168fb-Remove-unnecessary-print-functi.patch
	patches.suse/0043-video-fbdev-pxa3xx-gcu-Remove-unnecessary-print-func.patch
	patches.suse/0044-video-fbdev-Fix-wrong-file-path-for-pvr2fb.c-in-Kcon.patch
	patches.suse/0045-video-fbdev-s3c-fb-Use-platform_get_irq-to-get-the-i.patch
	patches.suse/0046-video-fbdev-omapfb-Use-sysfs_emit-instead-of-snprint.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/0050-video-fbdev-atari-Fix-TT-High-video-mode.patch
	patches.suse/0051-video-fbdev-atari-Convert-to-standard-round_up-helpe.patch
	patches.suse/0052-video-fbdev-atari-Remove-unused-atafb_setcolreg.patch
	patches.suse/video-fbdev-atari-Atari-2-bpp-STe-palette-bugfix.patch
	patches.suse/0054-video-fbdev-au1100fb-Spelling-s-palette-palette.patch
	patches.suse/0055-video-fbdev-via-check-the-return-value-of-kstrdup.patch
	patches.suse/video-fbdev-sm712fb-Fix-crash-in-smtcfb_read.patch
	patches.suse/0057-video-fbdev-s3c-fb-fix-platform_get_irq.cocci-warnin.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/0060-video-fbdev-offb-fix-warning-comparing-pointer-to-0.patch
	patches.suse/0061-video-fbdev-kyro-make-read-only-array-ODValues-stati.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-meson-vdec-potential-dereference-of-null-point.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-probe_defer-for-smi-larb
	patches.suse/media-iommu-mediatek-Add-device_link-between-the-con.patch
	patches.suse/0062-media-drm-mediatek-Add-pm-runtime-support-for-ovl-an.patch
	patches.suse/0063-media-drm-mediatek-Get-rid-of-mtk_smi_larb_get-put.patch
	patches.suse/0064-media-v4l2-fwnode-Move-bus-config-structure-to-v4l2_.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/0065-media-v4l2-mediabus-Use-structures-to-describe-bus-c.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-amd-vangogh-refactor-i2s-master-mode-clock-sequ.patch
	patches.suse/ASoC-amd-vg-update-platform-clock-control-sequence.patch
	patches.suse/ASoC-amd-vg-apply-sample-bits-pcm-constraint.patch
	patches.suse/ASoC-amd-vg-update-acp-init-and-deinit-sequence.patch
	patches.suse/ASoC-Intel-soc-acpi-byt-Add-new-WM5102-ACPI-HID.patch
	patches.suse/ASoC-rt5682s-Fix-the-wrong-jack-type-detected.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-usb-audio-scarlett2-Use-struct_size-helper-in-s.patch
	patches.suse/ALSA-usb-audio-remove-redundant-assignment-to-variab.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/ALSA-cleanup-double-word-in-comment.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-hdmi-add-keep-alive-support-for-ADL-P-and-D.patch
	patches.suse/ALSA-hda-Add-snd_hdac_ext_bus_link_at-helper.patch
	patches.suse/ALSA-hda-Update-and-expose-snd_hda_codec_device_init.patch
	patches.suse/ALSA-hda-Update-and-expose-codec-register-procedures.patch
	patches.suse/ALSA-hda-Expose-codec-cleanup-and-power-save-functio.patch
	patches.suse/ALSA-hda-tegra-Add-Tegra234-hda-driver-support.patch
	patches.suse/ALSA-hda-tegra-Hardcode-GCAP-ISS-value-on-T234.patch
	patches.suse/ALSA-hda-tegra-Update-scratch-reg.-communication.patch
	patches.suse/ALSA-spi-Add-check-for-clk_enable.patch
	patches.suse/ALSA-scarlett2-Split-scarlett2_config_items-into-3-s.patch
	patches.suse/ALSA-scarlett2-Add-support-for-the-internal-standalo.patch
	patches.suse/ALSA-hda-Add-AlderLake-PS-variant-PCI-ID.patch
	patches.suse/ALSA-hda-i915-avoid-hung-task-timeout-in-i915-wait.patch
	patches.suse/ALSA-seq-oss-use-kzalloc.patch
	patches.suse/ALSA-seq-oss-fix-typo.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/ALSA-core-Fix-typo-in-PCM-Timer-Interface-help.patch
	patches.suse/ALSA-oss-Release-temporary-buffers-upon-errors.patch
	patches.suse/ASoC-soc-generic-dmaengine-pcm-separate-max_buffer_s.patch
	patches.suse/ASoC-amd-sof-mach-Add-support-for-RT5682S-and-RT1019.patch
	patches.suse/ASoC-Intel-sof_rt5682-add-512FS-MCLK-clock-configura.patch
	patches.suse/ASoC-codecs-Check-for-error-pointer-after-calling-de.patch
	patches.suse/ASoC-topology-Remove-superfluous-error-prints.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-SOF-add-_D3_PERSISTENT-flag-to-fw_ready-message.patch
	patches.suse/ASoC-SOF-Intel-use-inclusive-language-for-SSP-clocks.patch
	patches.suse/ASoC-SOF-Intel-hda-loader-add-SSP-helper.patch
	patches.suse/ASoC-SOF-Intel-hda-loader-add-IMR-restore-support.patch
	patches.suse/ASoC-SOF-add-flag-to-disable-IMR-restore-to-sof_debu.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-SOF-Intel-Compare-sdw-adr-directly.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-Intel-sof_rt5682-add-support-for-systems-withou.patch
	patches.suse/ASoC-Intel-sof_rt5682-Add-support-for-platform-witho.patch
	patches.suse/ASoC-SOF-Intel-hda-Remove-link-assignment-limitation.patch
	patches.suse/ASoC-SOF-trace-Simplify-count-adjustment-in-trace_re.patch
	patches.suse/ASoC-tegra-Update-AHUB-driver-for-Tegra234.patch
	patches.suse/0066-drm-rockchip-cdn-dp-Support-HDMI-codec-plug-change-c.patch
	patches.suse/ASoC-SOF-Intel-cnl-Use-pm_gate-hdr.cmd-in-cnl_compac.patch
	patches.suse/ASoC-SOF-ipc-Drop-header-parameter-from-sof_ipc_tx_m.patch
	patches.suse/ASoC-SOF-ipc-Do-not-allocate-buffer-for-msg_data.patch
	patches.suse/ASoC-amd-acp-Add-generic-support-for-PDM-controller-.patch
	patches.suse/ASoC-amd-acp-Add-PDM-controller-based-dmic-dai-for-R.patch
	patches.suse/ASoC-amd-acp-Add-generic-PCI-driver-module-for-ACP-d.patch
	patches.suse/ASoC-amd-acp-Add-ACP-init-deinit-callback-for-Renoir.patch
	patches.suse/ASoC-amd-acp-acp-legacy-Add-DMIC-dai-link-support-fo.patch
	patches.suse/ASoC-amd-renoir-Add-check-for-acp-configuration-flag.patch
	patches.suse/ASoC-madera-Add-dependencies-on-MFD.patch
	patches.suse/ASoC-SOF-compr-Add-compress-ops-implementation.patch
	patches.suse/ASoC-SOF-intel-hda-trace-Pass-the-dma-buffer-pointer.patch
	patches.suse/ASoC-SOF-dma-trace-Pass-pointer-to-params_ext-struct.patch
	patches.suse/ASoC-SOF-Intel-hdac_ext_stream-consistent-prefixes-f.patch
	patches.suse/ASoC-rt5640-Remove-the-sysclk-and-sysclk_src-checkin.patch
	patches.suse/ASoC-SOF-Drop-unused-DSP-power-states-D3_HOT-and-D3_.patch
	patches.suse/ASoC-SOF-Move-the-definition-of-enum-sof_dsp_power_s.patch
	patches.suse/ASoC-SOF-ipc-Read-and-pass-the-whole-message-to-hand.patch
	patches.suse/ASoC-SOF-Split-up-utils.c-into-sof-utils-and-iomem-u.patch
	patches.suse/ASoC-SOF-Introduce-IPC-SOF-client-support.patch
	patches.suse/ASoC-SOF-sof-client-Add-support-for-clients-not-mana.patch
	patches.suse/ASoC-SOF-Convert-the-generic-IPC-flood-test-into-SOF.patch
	patches.suse/ASoC-SOF-Convert-the-generic-IPC-message-injector-in.patch
	patches.suse/ASoC-SOF-Convert-the-generic-probe-support-to-SOF-cl.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-Intel-bytcr_wm5102-use-GFP_KERNEL.patch
	patches.suse/ASoC-SOF-compr-Mark-snd_compress_ops-static.patch
	patches.suse/ASoC-SOF-Makefile-Fix-randconfig-sof-client-build-wh.patch
	patches.suse/ASoC-soc-core-skip-zero-num_dai-component-in-searchi.patch
	patches.suse/ASoC-SOF-core-unregister-clients-and-machine-drivers.patch
	patches.suse/ASoC-SOF-Replace-zero-length-array-with-flexible-arr.patch
	patches.suse/ASoC-Intel-sof_es8336-add-quirk-for-Huawei-D15-2021.patch
	patches.suse/ASoC-SOF-Intel-Add-topology-overwrite-for-Felwinter.patch
	patches.suse/ASoC-SOF-pcm-Add-compress_ops-for-SOF-platform-compo.patch
	patches.suse/ASoC-amd-acp-Change-card-name-for-Guybrush-Machine.patch
	patches.suse/ASoC-amd-acp-legacy-Add-legacy-card-support-for-new-.patch
	patches.suse/ASoC-amd-acp-Add-DMIC-machine-driver-ops.patch
	patches.suse/ASoC-SOF-Declare-sof_compress_ops-in-sof-priv.h.patch
	patches.suse/ASoC-amd-Use-platform_get_irq_byname-to-get-the-inte.patch
	patches.suse/ASoC-SOF-sof-priv-Drop-duplicate-sof_compressed_ops-.patch
	patches.suse/ASoC-rt5663-check-the-return-value-of-devm_kzalloc-i.patch
	patches.suse/ASoC-acp-check-the-return-value-of-devm_kzalloc-in-a.patch
	patches.suse/ASoC-amd-pcm-dma-Use-platform_get_irq-to-get-the-int.patch
	patches.suse/ASoC-amd-vg-fix-for-pm-resume-callback-sequence.patch
	patches.suse/ASoC-amd-vg-update-DAI-link-name.patch
	patches.suse/ASoC-amd-vg-remove-warnings-and-errors-pointed-out-b.patch
	patches.suse/ASoC-amd-vangogh-fix-uninitialized-symbol-warning-in.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-amd-use-asoc_substream_to_rtd.patch
	patches.suse/ASoC-dwc-i2s-Handle-errors-for-clk_enable.patch
	patches.suse/ASoC-soc-generic-dmaengine-pcm-set-period_bytes_min-.patch
	patches.suse/ASoC-soc-compress-prevent-the-potentially-use-of-nul.patch
	patches.suse/ASoC-soc-acpi-remove-sof_fw_filename.patch
	patches.suse/ASoC-Intel-boards-fix-spelling-in-comments.patch
	patches.suse/ASoC-Intel-add-RT1308-I2S-machine-driver-and-HDMI-in.patch
	patches.suse/ASoC-Intel-boards-create-sof-realtek-common-module.patch
	patches.suse/ASoC-Intel-sof_rt1308-move-rt1308-code-to-common-mod.patch
	patches.suse/ASoC-Intel-cirrus-common-support-cs35l41-amplifier.patch
	patches.suse/ASoC-Intel-sof_ssp_amp-rename-driver-and-support-cs3.patch
	patches.suse/ASoC-Intel-soc-acpi-add-entries-in-ADL-match-table.patch
	patches.suse/ASoC-hdac_hda-Avoid-unexpected-match-when-pcm_name-i.patch
	patches.suse/ASoC-amd-acp-Fix-signedness-bug-in-renoir_audio_prob.patch
	patches.suse/ASoC-amd-pcm-dma-Fix-signedness-bug-in-acp_pdm_audio.patch
	patches.suse/ASoC-amd-pcm-dma-Fix-signedness-bug-in-acp3x_audio_p.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-rt5682s-Stabilize-the-combo-jack-detection.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-amd-vg-fix-signedness-bug-in-acp5x_audio_probe.patch
	patches.suse/ASoC-Intel-boards-remove-explicit-dependency-on-GPIO.patch
	patches.suse/ASoC-Intel-boards-add-GPIOLIB-dependency-where-misse.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-SOF-amd-acp-pcm-Take-buffer-information-directl.patch
	patches.suse/ASoC-SOF-amd-Do-not-set-ipc_pcm_params-ops-as-it-is-.patch
	patches.suse/ASoC-SOF-amd-Flush-cache-after-ATU_BASE_ADDR_GRP-reg.patch
	patches.suse/ASoC-SOF-amd-Use-semaphore-register-to-synchronize-i.patch
	patches.suse/ASoC-SOF-amd-Move-group-register-configuration-to-ac.patch
	patches.suse/ASoC-SOF-amd-Increase-ACP_HW_SEM_RETRY_COUNT-value.patch
	patches.suse/ASoC-SOF-fix-32-signed-bit-overflow.patch
	patches.suse/ASoC-SOF-debug-clarify-operator-precedence.patch
	patches.suse/ASoC-SOF-Intel-hda-clarify-operator-precedence.patch
	patches.suse/ASoC-atmel-Fix-error-handling-in-snd_proto_probe.patch
	patches.suse/ASoC-Intel-catpt-use-asoc_substream_to_rtd.patch
	patches.suse/ASoC-amd-acp5x-pcm-dma-Fix-signedness-bug.patch
	patches.suse/ASoC-amd-acp3x-Fix-signedness-bug-in-acp3x.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-remove-snd_sof_pipeline_find.patch
	patches.suse/ASoC-SOF-simplify-snd_sof_device_remove.patch
	patches.suse/ASoC-SOF-set-swidget-s-core-for-scheduler-widget.patch
	patches.suse/ASoC-SOF-sof-audio-removed-unused-function.patch
	patches.suse/ASoC-SOF-topology-remove-redundant-code.patch
	patches.suse/ASoC-SOF-topology-remove-redundant-code-in-sof_link_.patch
	patches.suse/ASoC-SOF-topology-Drop-the-size-parameter-from-struc.patch
	patches.suse/ASoC-SOF-topology-Modify-the-get_token-op-for-string.patch
	patches.suse/ASoC-SOF-topology-expose-some-get_token-ops.patch
	patches.suse/ASoC-SOF-change-comp_dai-to-a-pointer-in-struct-snd_.patch
	patches.suse/ASoC-Intel-boards-fix-randconfig-issue.patch
	patches.suse/ASoC-SOF-amd-Remove-unneeded-semicolon.patch
	patches.suse/ASoC-SOF-amd-Remove-unneeded-semicolon-5af07dad6964.patch
	patches.suse/ASoC-SOF-ipc-msg-injector-Use-devm_kzalloc-for-the-r.patch
	patches.suse/ASoC-soc-acpi-fix-kernel-doc-descriptor.patch
	patches.suse/ASoC-soc-acpi-add-information-on-I2S-TDM-link-mask.patch
	patches.suse/ASoC-SOF-Intel-hda-retrieve-DMIC-number-for-I2S-boar.patch
	patches.suse/ALSA-intel-nhlt-add-helper-to-detect-SSP-link-mask.patch
	patches.suse/ASoC-SOF-Intel-hda-report-SSP-link-mask-to-machine-d.patch
	patches.suse/ASoC-Intel-soc-acpi-quirk-topology-filename-dynamica.patch
	patches.suse/ALSA-intel-dsp-config-add-more-ACPI-HIDs-for-ES83x6-.patch
	patches.suse/ASoC-Intel-soc-acpi-add-more-ACPI-HIDs-for-ES83x6-de.patch
	patches.suse/ALSA-intel-dspconfig-add-ES8336-support-for-CNL.patch
	patches.suse/ASoC-Intel-soc-acpi-add-ESSX8336-support-on-Cannon-L.patch
	patches.suse/ASoC-Intel-sof_es8336-make-gpio-optional.patch
	patches.suse/ASoC-Intel-sof_es8336-get-codec-device-with-ACPI-ins.patch
	patches.suse/ASoC-Intel-Revert-ASoC-Intel-sof_es8336-add-quirk-fo.patch
	patches.suse/ASoC-Intel-sof_es8336-use-NHLT-information-to-set-dm.patch
	patches.suse/ASoC-Intel-sof_es8336-log-all-quirks.patch
	patches.suse/ASoC-Intel-sof_es8336-move-comment-to-the-right-plac.patch
	patches.suse/ASoC-Intel-sof_es8336-add-support-for-JD-inverted-qu.patch
	patches.suse/ASoC-Intel-sof_es8336-extend-machine-driver-to-suppo.patch
	patches.suse/ASoC-Intel-sof_es8336-add-cfg-dmics-component-for-UC.patch
	patches.suse/ASoC-Intel-bytcht_es8316-move-comment-to-the-right-p.patch
	patches.suse/ASoC-SOF-make-struct-snd_sof_widget-IPC-agnostic.patch
	patches.suse/ASoC-SOF-topology-make-sof_route_load-IPC-agnostic.patch
	patches.suse/ASoC-SOF-Add-a-tuples-array-to-struct-snd_sof_widget.patch
	patches.suse/ASoC-SOF-topology-Modify-signature-for-token-parsing.patch
	patches.suse/ASoC-SOF-topology-Rename-arguments-in-sof_parse_toke.patch
	patches.suse/ASoC-SOF-topology-Rename-arguments-in-sof_parse_toke-5f8333f62fca.patch
	patches.suse/ASoC-SOF-make-struct-snd_sof_dai-IPC-agnostic.patch
	patches.suse/ASoC-SOF-move-definition-of-snd_sof_ipc-to-header-fi.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/ALSA-hda-Add-helper-macros-for-DSP-capable-devices.patch
	patches.suse/ASoC-Export-DAI-register-and-widget-ctor-and-dctor-f.patch
	patches.suse/ASoC-Intel-Introduce-AVS-driver.patch
	patches.suse/ASoC-Intel-avs-Inter-process-communication.patch
	patches.suse/ASoC-Intel-avs-Add-code-loading-requests.patch
	patches.suse/ASoC-Intel-avs-Add-pipeline-management-requests.patch
	patches.suse/ASoC-Intel-avs-Add-module-management-requests.patch
	patches.suse/ASoC-Intel-avs-Add-power-management-requests.patch
	patches.suse/ASoC-Intel-avs-Add-ROM-requests.patch
	patches.suse/ASoC-Intel-avs-Add-basefw-runtime-parameter-requests.patch
	patches.suse/ASoC-Intel-avs-Firmware-resources-management-utiliti.patch
	patches.suse/ASoC-Intel-avs-Declare-module-configuration-types.patch
	patches.suse/ASoC-Intel-avs-Dynamic-firmware-resources-management.patch
	patches.suse/ASoC-Intel-avs-General-code-loading-flow.patch
	patches.suse/ASoC-Intel-avs-Implement-CLDMA-transfer.patch
	patches.suse/ASoC-Intel-avs-Code-loading-over-CLDMA.patch
	patches.suse/ASoC-Intel-avs-Code-loading-over-HDA.patch
	patches.suse/ASoC-SOF-Intel-enable-DMI-L1-for-playback-streams.patch
	patches.suse/ASoC-SOF-compress-fix-null-check-after-dereference.patch
	patches.suse/ASoC-SOF-trace-Use-proper-DMA-direction-for-the-trac.patch
	patches.suse/ASoC-SOF-Intel-add-topology-overwrite-for-Taniks.patch
	patches.suse/ASoC-Intel-soc-acpi-Add-entry-for-rt711-sdca-sdw-in-.patch
	patches.suse/ASoC-SOF-sof-priv-Remove-stale-snd_sof_ipc_stream_pc.patch
	patches.suse/ASoC-SOF-Make-pcm_hw_params-snd_sof_dsp_ops-callback.patch
	patches.suse/ASoC-SOF-pcm-Remove-sof_pcm_dsp_params-wrapper.patch
	patches.suse/ASoC-SOF-Introduce-optional-callback-to-configure-st.patch
	patches.suse/ASoC-SOF-Mark-snd_sof_dsp_ops.ipc_pcm_params-callbac.patch
	patches.suse/ASoC-SOF-stream-ipc-Add-sof_set_stream_data_offset.patch
	patches.suse/ASoC-SOF-Intel-hda-ipc-Add-hda_set_stream_data_offse.patch
	patches.suse/ASoC-SOF-Intel-Convert-to-use-the-generic-set_stream.patch
	patches.suse/ASoC-SOF-imx-Convert-to-use-the-generic-set_stream_d.patch
	patches.suse/ASoC-SOF-Remove-ipc_pcm_params-ops.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-rt1308-sdw-get-calibration-params-after-power-o.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/ASoC-SOF-Introduce-struct-snd_sof_dai_link.patch
	patches.suse/ASoC-SOF-IPC-Introduce-IPC-ops.patch
	patches.suse/ASoC-SOF-topology-Add-helper-function-for-processing.patch
	patches.suse/ASoC-SOF-Introduce-IPC3-ops.patch
	patches.suse/ASoC-SOF-topology-Make-scheduler-widget-parsing-IPC-.patch
	patches.suse/ASoC-SOF-topology-Make-buffer-widget-parsing-IPC-agn.patch
	patches.suse/ASoC-SOF-topology-Make-pga-widget-parsing-IPC-agnost.patch
	patches.suse/ASoC-SOF-topology-Make-mixer-widget-parsing-IPC-agno.patch
	patches.suse/ASoC-SOF-topology-Make-mux-demux-widget-parsing-IPC-.patch
	patches.suse/ASoC-SOF-topology-Make-src-widget-parsing-IPC-agnost.patch
	patches.suse/ASoC-SOF-topology-Make-asrc-widget-parsing-IPC-agnos.patch
	patches.suse/ASoC-SOF-topology-Make-siggen-widget-parsing-IPC-agn.patch
	patches.suse/ASoC-SOF-topology-Make-effect-widget-parsing-IPC-agn.patch
	patches.suse/ASoC-SOF-topology-Make-route-setup-IPC-agnostic.patch
	patches.suse/ASoC-SOF-topology-Make-DAI-widget-parsing-IPC-agnost.patch
	patches.suse/ASoC-SOF-topology-Make-control-parsing-IPC-agnostic.patch
	patches.suse/ASoC-SOF-topology-Make-widget-binding-IPC-agnostic.patch
	patches.suse/ASoC-SOF-topology-remove-snd_sof_complete_pipeline.patch
	patches.suse/ASoC-SOF-topology-Use-kmemdup-to-replace-kzalloc-mem.patch
	patches.suse/ASoC-SOF-set-up-scheduler-widget-before-all-other-wi.patch
	patches.suse/ASoC-SOF-Make-sof_widget_setup-free-IPC-agnostic.patch
	patches.suse/ASoC-SOF-Make-sof_suspend-resume-IPC-agnostic.patch
	patches.suse/ASoC-SOF-Introduce-IPC-ops-for-kcontrol-IO.patch
	patches.suse/ASoC-SOF-Add-IPC3-topology-control-ops.patch
	patches.suse/ASoC-SOF-Add-volume_get-put-IPC3-ops.patch
	patches.suse/ASoC-SOF-Add-switch-get-put-IPC3-ops.patch
	patches.suse/ASoC-SOF-Add-enum_get-put-control-ops-for-IPC3.patch
	patches.suse/ASoC-SOF-Add-bytes_get-put-control-IPC-ops-for-IPC3.patch
	patches.suse/ASoC-SOF-Add-bytes_ext-control-IPC-ops-for-IPC3.patch
	patches.suse/ASoC-SOF-Introduce-IPC-specific-PCM-ops.patch
	patches.suse/ASoC-SOF-pcm-expose-the-sof_pcm_setup_connected_widg.patch
	patches.suse/ASoC-SOF-Introduce-IPC3-PCM-hw_free-op.patch
	patches.suse/ASoC-SOF-Define-hw_params-PCM-op-for-IPC3.patch
	patches.suse/ASoC-SOF-Add-trigger-PCM-op-for-IPC3.patch
	patches.suse/ASoC-SOF-Add-dai_link_fixup-PCM-op-for-IPC3.patch
	patches.suse/ASoC-SOF-expose-sof_route_setup.patch
	patches.suse/ASoC-SOF-topology-Add-ops-for-setting-up-and-tearing.patch
	patches.suse/ASoC-SOF-Add-a-new-dai_get_clk-topology-IPC-op.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/0067-nds32-Remove-the-architecture.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/soc-tegra-pmc-Add-Tegra234-wake-events.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/dt-bindings-Add-headers-for-Tegra234-I2C.patch
	patches.suse/dt-bindings-Add-headers-for-Tegra234-PWM.patch
	patches.suse/dt-bindings-Add-Tegra234-APE-support.patch
	patches.suse/dt-bindings-Add-HDA-support-for-Tegra234.patch
	patches.suse/dt-bindings-Add-Tegra234-PCIe-clocks-and-resets.patch
	patches.suse/dt-bindings-power-Add-Tegra234-PCIe-power-domains.patch
	patches.suse/dt-bindings-memory-Add-Tegra234-PCIe-memory.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/treewide-Replace-zero-length-arrays-with-flexible-array-members.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/s390-uaccess-Add-copy_from-to_user_key-functions
	patches.suse/KVM-s390-Honor-storage-keys-when-accessing-guest-memory
	patches.suse/KVM-s390-handle_tprot-Honor-storage-keys
	patches.suse/KVM-s390-selftests-Test-TEST-PROTECTION-emulation
	patches.suse/KVM-s390-Add-optional-storage-key-checking-to-MEMOP-IOCTL
	patches.suse/KVM-s390-Add-vm-IOCTL-for-key-checked-guest-absolute-memory-access
	patches.suse/KVM-s390-Rename-existing-vcpu-memop-functions
	patches.suse/KVM-s390-Add-capability-for-storage-key-extension-of-MEM_OP-IOCTL
	patches.suse/KVM-s390-Update-api-documentation-for-memop-ioctl
	patches.suse/selftests-kvm-Check-whether-SIDA-memop-fails-for-normal-guests
	patches.suse/KVM-s390-Clarify-key-argument-for-MEM_OP-in-api-docs
	patches.suse/KVM-s390-Add-missing-vm-MEM_OP-size-check
	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/KVM-SVM-Exit-to-userspace-on-ENOMEM-EFAULT-GHCB-erro.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-x86-mmu-Fix-wrong-misleading-comments-in-TDP-MMU.patch
	patches.suse/KVM-x86-mmu-WARN-if-old-_or_-new-SPTE-is-REMOVED-in-.patch
	patches.suse/kvm-svm-allow-avic-support-on-system-w-physical-apic-id-255
	patches.suse/KVM-s390-pv-make-use-of-ultravisor-AIV-support
	patches.suse/KVM-s390x-fix-SCK-locking
	patches.suse/KVM-s390-selftests-Split-memop-tests
	patches.suse/KVM-s390-selftests-Add-macro-as-abstraction-for-MEM_OP
	patches.suse/KVM-s390-selftests-Add-named-stages-for-memop-test
	patches.suse/KVM-s390-selftests-Add-more-copy-memop-tests
	patches.suse/KVM-s390-selftests-Add-error-memop-tests
	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/vfio-Have-the-core-code-decode-the-VFIO_DEVICE_FEATURE-ioctl
	patches.suse/vfio-Define-device-migration-protocol-v2
	patches.suse/vfio-Extend-the-device-migration-protocol-with-RUNNING_P2P
	patches.suse/vfio-Remove-migration-protocol-v1-documentation
	patches.suse/vfio-mlx5-Expose-migration-commands-over-mlx5-device
	patches.suse/vfio-mlx5-Implement-vfio_pci-driver-for-mlx5-devices
	patches.suse/vfio-pci-Expose-vfio_pci_core_aer_err_detected
	patches.suse/vfio-mlx5-Use-its-own-PCI-reset_done-error-handler
	patches.suse/vfio-pci-fix-memory-leak-during-D3hot-to-D0-transition
	patches.suse/vfio-pci-wake-up-devices-around-reset-functions
	patches.suse/vfio-pci-Stub-vfio_pci_vga_rw-when-CONFIG_VFIO_PCI_VGA
	patches.suse/PCI-IOV-Fix-wrong-kernel-doc-identifier.patch
	patches.suse/vfio-mlx5-Fix-to-not-use-0-as-NULL-pointer
	patches.suse/crypto-hisilicon-qm-Move-the-QM-header-to-include-li.patch
	patches.suse/crypto-hisilicon-qm-Move-few-definitions-to-common-h.patch
	patches.suse/hisi_acc_qm-Move-VF-PCI-device-IDs-to-common-header.patch
	patches.suse/hisi_acc_vfio_pci-add-new-vfio_pci-driver-for-HiSilicon-ACC-devi
	patches.suse/hisi_acc_vfio_pci-Restrict-access-to-VF-dev-BAR2-migration-regio
	patches.suse/hisi_acc_vfio_pci-Add-helper-to-retrieve-the-struct-.patch
	patches.suse/crypto-hisilicon-qm-Set-the-VF-QM-state-register.patch
	patches.suse/hisi_acc_vfio_pci-Add-support-for-VFIO-live-migration
	patches.suse/hisi_acc_vfio_pci-Use-its-own-PCI-reset_done-error-handler
	patches.suse/vfio-pci-Provide-reviewers-and-acceptance-criteria-for-variant-d
	patches.suse/libbpf-Use-IS_ERR_OR_NULL-in-hashmap__free.patch
	patches.suse/bpftool-Fix-error-check-when-calling-hashmap__new.patch
	patches.suse/libbpf-Rename-bpf_prog_attach_xattr-to-bpf_prog_atta.patch
	patches.suse/selftests-bpf-Change-bpf_prog_attach_xattr-to-bpf_pr.patch
	patches.suse/libbpf-Fix-possible-NULL-pointer-dereference-when-de.patch
	patches.suse/bpftool-Only-set-obj-skeleton-on-complete-success.patch
	patches.suse/samples-bpf-Stop-using-bpf_map__def-API.patch
	patches.suse/bpftool-Stop-using-bpf_map__def-API.patch
	patches.suse/selftests-bpf-Stop-using-bpf_map__def-API.patch
	patches.suse/libbpf-Deprecate-bpf_map__def-API.patch
	patches.suse/bpf-scripts-Raise-an-exception-if-the-correct-number.patch
	patches.suse/tools-resolve_btfids-Build-with-host-flags.patch
	patches.suse/test-selftests-Remove-unused-various-in-sockmap_verd.patch
	patches.suse/bpf-Fix-UAF-due-to-race-between-btf_try_get_module-a.patch
	patches.suse/bpf-Populate-kfunc-BTF-ID-sets-in-struct-btf.patch
	patches.suse/bpf-Remove-check_kfunc_call-callback-and-old-kfunc-B.patch
	patches.suse/bpf-Introduce-mem-size-argument-pair-support-for-kfu.patch
	patches.suse/bpf-Add-reference-tracking-support-to-kfunc.patch
	patches.suse/net-netfilter-Add-unstable-CT-lookup-helpers-for-XDP.patch
	patches.suse/selftests-bpf-Add-test-for-unstable-CT-lookup-API.patch
	patches.suse/selftests-bpf-Add-test_verifier-support-to-fixup-kfu.patch
	patches.suse/selftests-bpf-Extend-kfunc-selftests.patch
	patches.suse/selftests-bpf-Add-test-for-race-in-btf_try_get_modul.patch
	patches.suse/af_unix-Refactor-unix_next_socket.patch
	patches.suse/bpf-af_unix-Use-batching-algorithm-in-bpf-unix-iter.patch
	patches.suse/bpf-Support-bpf_-get-set-sockopt-in-bpf-unix-iter.patch
	patches.suse/selftest-bpf-Test-batching-and-bpf_-get-set-sockopt-.patch
	patches.suse/selftest-bpf-Fix-a-stale-comment.patch
	patches.suse/libbpf-Define-BTF_KIND_-constants-in-btf.h-to-avoid-.patch
	patches.suse/bpftool-Adding-support-for-BTF-program-names.patch
	patches.suse/uapi-bpf-Add-missing-description-and-returns-for-hel.patch
	patches.suse/bpf-scripts-Make-description-and-returns-section-for.patch
	patches.suse/bpf-scripts-Raise-an-exception-if-the-correct-number-0ba3929e.patch
	patches.suse/libbpf-Improve-btf__add_btf-with-an-additional-hashm.patch
	patches.suse/bpf-Make-BPF_PROG_RUN_ARRAY-return-err-instead-of-al.patch
	patches.suse/bpf-Move-getsockopt-retval-to-struct-bpf_cg_run_ctx.patch
	patches.suse/bpf-Add-cgroup-helpers-bpf_-get-set-_retval-to-get-s.patch
	patches.suse/selftests-bpf-Test-bpf_-get-set-_retval-behavior-wit.patch
	patches.suse/selftests-bpf-Update-sockopt_sk-test-to-the-use-bpf_.patch
	patches.suse/bpf-selftests-Get-rid-of-CHECK-macro-in-xdp_adjust_t.patch
	patches.suse/bpf-selftests-Get-rid-of-CHECK-macro-in-xdp_bpf2bpf..patch
	patches.suse/selftests-bpf-Fix-bind-on-used-port.patch
	patches.suse/selftests-bpf-Do-not-fail-build-if-CONFIG_NF_CONNTRA.patch
	patches.suse/selftests-bpf-fail-build-on-compilation-warning.patch
	patches.suse/selftests-bpf-convert-remaining-legacy-map-definitio.patch
	patches.suse/libbpf-deprecate-legacy-BPF-map-definitions.patch
	patches.suse/docs-bpf-update-BPF-map-definition-example.patch
	patches.suse/libbpf-streamline-low-level-XDP-APIs.patch
	patches.suse/bpftool-use-new-API-for-attaching-XDP-program.patch
	patches.suse/selftests-bpf-switch-to-new-libbpf-XDP-APIs.patch
	patches.suse/samples-bpf-adapt-samples-bpf-to-bpf_xdp_xxx-APIs.patch
	patches.suse/bpf-support-BPF_PROG_QUERY-for-progs-attached-to-soc.patch
	patches.suse/selftests-bpf-test-BPF_PROG_QUERY-for-progs-attached.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-mvneta-update-frags-bit-before-passing-the-xdp-b.patch
	patches.suse/net-mvneta-simplify-mvneta_swbm_add_rx_fragment-mana.patch
	patches.suse/net-xdp-add-xdp_update_skb_shared_info-utility-routi.patch
	patches.suse/net-marvell-rely-on-xdp_update_skb_shared_info-utili.patch
	patches.suse/xdp-add-frags-support-to-xdp_return_-buff-frame.patch
	patches.suse/net-mvneta-add-frags-support-to-XDP_TX.patch
	patches.suse/bpf-introduce-BPF_F_XDP_HAS_FRAGS-flag-in-prog_flags.patch
	patches.suse/net-mvneta-enable-jumbo-frames-if-the-loaded-XDP-pro.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/bpf-add-frags-support-to-xdp-copy-helpers.patch
	patches.suse/bpf-move-user_size-out-of-bpf_test_init.patch
	patches.suse/bpf-introduce-frags-support-to-bpf_prog_test_run_xdp.patch
	patches.suse/bpf-test_run-add-xdp_shared_info-pointer-in-bpf_test.patch
	patches.suse/bpf-selftests-update-xdp_adjust_tail-selftest-to-inc.patch
	patches.suse/libbpf-Add-SEC-name-for-xdp-frags-programs.patch
	patches.suse/bpf-generalise-tail-call-map-compatibility-check.patch
	patches.suse/net-xdp-introduce-bpf_xdp_pointer-utility-routine.patch
	patches.suse/bpf-selftests-introduce-bpf_xdp_-load-store-_bytes-s.patch
	patches.suse/bpf-selftests-add-CPUMAP-DEVMAP-selftests-for-xdp-fr.patch
	patches.suse/xdp-disable-XDP_REDIRECT-for-xdp-frags.patch
	patches.suse/bpf-Fix-flexible_array.cocci-warnings.patch
	patches.suse/selftests-xsk-Fix-rx_full-stats-test.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-hci_sync-Fix-compilation-warning.patch
	patches.suse/Bluetooth-btmtksdio-rename-btsdio_mtk_reg_read.patch
	patches.suse/Bluetooth-mt7921s-Support-wake-on-bluetooth.patch
	patches.suse/Bluetooth-mt7921s-Enable-SCO-over-I2S.patch
	patches.suse/Bluetooth-btmtksdio-move-struct-reg_read_cmd-to-comm.patch
	patches.suse/Bluetooth-btmtksdio-clean-up-inconsistent-error-mess.patch
	patches.suse/Bluetooth-hci_sync-unlock-on-error-in-hci_inquiry_re-c07ba878.patch
	patches.suse/Bluetooth-fix-null-ptr-deref-on-hci_sync_conn_comple-3afee211.patch
	patches.suse/Bluetooth-msft-Handle-MSFT-Monitor-Device-Event-3368aa35.patch
	patches.suse/Bluetooth-mgmt-Add-MGMT-Adv-Monitor-Device-Found-Los-8d7f1677.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-Remove-kernel-doc-style-comment-block-a86974f7.patch
	patches.suse/Bluetooth-hci_serdev-call-init_rwsem-before-p-open.patch
	patches.suse/Bluetooth-mt7921s-fix-firmware-coredump-retrieve-2fc967cc.patch
	patches.suse/Bluetooth-btmtksdio-refactor-btmtksdio_runtime_-susp-c7e301d7.patch
	patches.suse/Bluetooth-mt7921s-fix-bus-hang-with-wrong-privilege-752aea58.patch
	patches.suse/Bluetooth-mt7921s-fix-btmtksdio_-drv-fw-_pmctrl-01ecc177.patch
	patches.suse/Bluetooth-btmtksdio-lower-log-level-in-btmtksdio_run-095519de.patch
	patches.suse/Bluetooth-btmtksdio-run-sleep-mode-by-default-e98aa38c.patch
	patches.suse/Bluetooth-btmtksdio-mask-out-interrupt-status-db3f1f9b.patch
	patches.suse/Bluetooth-msft-fix-null-pointer-deref-on-msft_monito-5201d23c.patch
	patches.suse/Bluetooth-hci_event-Ignore-multiple-conn-complete-ev-d5ebaa7c.patch
	patches.suse/Bluetooth-hci_core-Rate-limit-the-logging-of-invalid-2d4b37b6.patch
	patches.suse/Bluetooth-hci_event-Fix-HCI_EV_VENDOR-max_len-314d8cd2.patch
	patches.suse/Bluetooth-btrtl-Add-support-for-RTL8822C-hci_ver-0x0-b050c5bb.patch
	patches.suse/Bluetooth-hci_h5-Add-power-reset-via-gpio-in-h5_btrt-adce573b.patch
	patches.suse/Bluetooth-hci_sync-Fix-queuing-commands-when-HCI_UNR-0b94f265.patch
	patches.suse/Bluetooth-Increment-management-interface-revision-91cb4c19.patch
	patches.suse/selftests-net-timestamping-Fix-bind_phc-check.patch
	patches.suse/txhash-Make-rethinking-txhash-behavior-configurable-.patch
	patches.suse/txhash-Add-socket-option-to-control-TX-hash-rethink-.patch
	patches.suse/txhash-Add-txrehash-sysctl-description.patch
	patches.suse/bpf-Add-SO_TXREHASH-setsockopt.patch
	patches.suse/net-smc-Send-directly-when-TCP_CORK-is-cleared
	patches.suse/net-smc-Remove-corked-dealyed-work.patch
	patches.suse/net-smc-Cork-when-sendpage-with-MSG_SENDPAGE_NOTLAST.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/skmsg-convert-struct-sk_msg_sg-copy-to-a-bitmap.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/bpf-Add-support-for-bpf-iterator-programs-to-use-sle.patch
	patches.suse/bpf-Add-bpf_copy_from_user_task-helper.patch
	patches.suse/libbpf-Add-iter.s-section-for-sleepable-bpf-iterator.patch
	patches.suse/selftests-bpf-Add-test-for-sleepable-bpf-iterator-pr.patch
	patches.suse/libbpf-Mark-bpf_object__open_buffer-API-deprecated.patch
	patches.suse/libbpf-Mark-bpf_object__open_xattr-deprecated.patch
	patches.suse/selftests-bpf-Extract-syscall-wrapper.patch
	patches.suse/libbpf-Fix-the-incorrect-register-read-for-syscalls-.patch
	patches.suse/selftests-bpf-Add-a-test-to-confirm-PT_REGS_PARM4_SY.patch
	patches.suse/libbpf-hide-and-discourage-inconsistently-named-gett.patch
	patches.suse/libbpf-deprecate-bpf_map__resize.patch
	patches.suse/libbpf-deprecate-bpf_program__is_-type-and-bpf_progr.patch
	patches.suse/bpftool-use-preferred-setters-getters-instead-of-dep.patch
	patches.suse/selftests-bpf-use-preferred-setter-getter-APIs-inste.patch
	patches.suse/samples-bpf-use-preferred-getters-setters-instead-of.patch
	patches.suse/selftests-bpf-Less-strict-size-check-in-sockopt_sk.patch
	patches.suse/bpf-fix-register_btf_kfunc_id_set-for-CONFIG_DEBUG_I.patch
	patches.suse/selftests-bpf-Fix-a-clang-compilation-error.patch
	patches.suse/selftests-bpf-fix-uprobe-offset-calculation-in-selft.patch
	patches.suse/bpf-remove-unused-static-inlines.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/selftests-xsk-Fix-bpf_res-cleanup-test.patch
	patches.suse/selftests-bpf-fix-a-clang-compilation-error.patch
	patches.suse/cgroup-bpf-fast-path-skb-BPF-filtering.patch
	patches.suse/compiler_types-define-__user-as-__attribute__-btf_ty.patch
	patches.suse/bpf-reject-program-if-a-__user-tagged-memory-accesse.patch
	patches.suse/selftests-bpf-rename-btf_decl_tag.c-to-test_btf_decl.patch
	patches.suse/selftests-bpf-add-a-selftest-with-__user-tag.patch
	patches.suse/selftests-bpf-specify-pahole-version-requirement-for.patch
	patches.suse/docs-bpf-clarify-how-btf_type_tag-gets-encoded-in-th.patch
	patches.suse/bpf-x86-Remove-unnecessary-handling-of-BPF_SUB-atomi.patch
	patches.suse/selftests-bpf-test_xdp_redirect_multi-use-temp-netns.patch
	patches.suse/selftests-bpf-test_xdp_veth-use-temp-netns-for-testi.patch
	patches.suse/selftests-bpf-test_xdp_vlan-use-temp-netns-for-testi.patch
	patches.suse/selftests-bpf-test_lwt_seg6local-use-temp-netns-for-.patch
	patches.suse/selftests-bpf-test_tcp_check_syncookie-use-temp-netn.patch
	patches.suse/selftests-bpf-test_xdp_meta-use-temp-netns-for-testi.patch
	patches.suse/selftests-bpf-test_xdp_redirect-use-temp-netns-for-t.patch
	patches.suse/bpf-Make-dst_port-field-in-struct-bpf_sock-16-bit-wi.patch
	patches.suse/selftests-bpf-Extend-verifier-and-bpf_sock-tests-for.patch
	patches.suse/bpf-make-bpf_copy_from_user_task-gpl-only.patch
	patches.suse/libbpf-Deprecate-btf_ext-rec_size-APIs.patch
	patches.suse/libbpf-Deprecate-xdp_cpumap-xdp_devmap-and-classifie.patch
	patches.suse/selftests-bpf-Update-cpumap-devmap-sec_name.patch
	patches.suse/samples-bpf-Update-cpumap-devmap-sec_name.patch
	patches.suse/libbpf-Add-support-for-bpf-iter-in-light-skeleton.patch
	patches.suse/libbpf-Open-code-low-level-bpf-commands.patch
	patches.suse/libbpf-Open-code-raw_tp_open-and-link_create-command.patch
	patches.suse/bpf-Remove-unnecessary-setrlimit-from-bpf-preload.patch
	patches.suse/bpf-Convert-bpf-preload-to-light-skeleton.patch
	patches.suse/bpf-Open-code-obj_get_info_by_fd-in-bpf-preload.patch
	patches.suse/bpf-Drop-libbpf-libelf-libz-dependency-from-bpf-prel.patch
	patches.suse/kbuild-Add-CONFIG_PAHOLE_VERSION.patch
	patches.suse/scripts-pahole-flags.sh-Use-pahole-version.sh.patch
	patches.suse/selftests-bpf-Migrate-from-bpf_prog_test_run.patch
	patches.suse/selftests-bpf-Migrate-from-bpf_prog_test_run_xattr.patch
	patches.suse/bpftool-Migrate-from-bpf_prog_test_run_xattr.patch
	patches.suse/libbpf-Deprecate-bpf_prog_test_run_xattr-and-bpf_pro.patch
	patches.suse/libbpf-Stop-using-deprecated-bpf_map__is_offload_neu.patch
	patches.suse/bpftool-Stop-supporting-BPF-offload-enabled-feature-.patch
	patches.suse/bpftool-Fix-uninit-variable-compilation-warning.patch
	patches.suse/selftests-bpf-Remove-usage-of-deprecated-feature-pro.patch
	patches.suse/samples-bpf-Get-rid-of-bpf_prog_load_xattr-use.patch
	patches.suse/bpf-docs-Document-the-byte-swapping-instructions.patch
	patches.suse/bpf-docs-Better-document-the-regular-load-and-store-.patch
	patches.suse/bpf-docs-Better-document-the-legacy-packet-access-in.patch
	patches.suse/bpf-docs-Better-document-the-extended-instruction-fo.patch
	patches.suse/bpf-docs-Better-document-the-atomic-instructions.patch
	patches.suse/bpf-test_run-Fix-OOB-access-in-bpf_prog_test_run_xdp.patch
	patches.suse/libbpf-Deprecate-priv-set_priv-storage.patch
	patches.suse/bpf-Fix-a-btf-decl_tag-bug-when-tagging-a-function.patch
	patches.suse/selftests-bpf-Add-a-selftest-for-invalid-func-btf-wi.patch
	patches.suse/libbpf-Deprecate-forgotten-btf__get_map_kv_tids.patch
	patches.suse/bpf-arm64-Enable-kfunc-call.patch
	patches.suse/bpf-Implement-bpf_core_types_are_compat.patch
	patches.suse/selftests-bpf-Test-bpf_core_types_are_compat-functio.patch
	patches.suse/libbpf-Fix-build-issue-with-llvm-readelf.patch
	patches.suse/selftests-bpf-Use-__se_-prefix-on-architectures-with.patch
	patches.suse/selftests-bpf-Fix-tests-to-use-arch-dependent-syscal.patch
	patches.suse/libbpf-Remove-mode-check-in-libbpf_set_strict_mode.patch
	patches.suse/bpftool-Fix-strict-mode-calculation.patch
	patches.suse/selftests-bpf-Fix-strict-mode-calculation.patch
	patches.suse/x86-Kconfig-Select-HAVE_ARCH_HUGE_VMALLOC-with-HAVE_.patch
	patches.suse/bpf-Use-bytes-instead-of-pages-for-bpf_jit_-charge-u.patch
	patches.suse/bpf-Use-size-instead-of-pages-in-bpf_binary_header.patch
	patches.suse/bpf-Use-prog-jited_len-in-bpf_prog_ksym_set_addr.patch
	patches.suse/x86-alternative-Introduce-text_poke_copy.patch
	patches.suse/bpf-Introduce-bpf_arch_text_copy.patch
	patches.suse/bpf-Introduce-bpf_prog_pack-allocator.patch
	patches.suse/bpf-Introduce-bpf_jit_binary_pack_-alloc-finalize-fr.patch
	patches.suse/bpf-x86_64-Use-bpf_jit_binary_pack_alloc.patch
	patches.suse/bpf-test_run-Fix-overflow-in-xdp-frags-parsing.patch
	patches.suse/bpf-test_run-Fix-overflow-in-bpf_test_finish-frags-p.patch
	patches.suse/bpf-x86_64-Fail-gracefully-on-bpf_jit_binary_pack_fi.patch
	patches.suse/selftests-bpf-Do-not-export-subtest-as-standalone-te.patch
	patches.suse/libbpf-Fix-signedness-bug-in-btf_dump_array_data.patch
	patches.suse/bpf-Fix-leftover-header-pages-in-sparc-and-powerpc-c.patch
	patches.suse/bpf-Fix-bpf_prog_pack-build-HPAGE_PMD_SIZE.patch
	patches.suse/selftests-bpf-Fix-an-endianness-issue-in-bpf_syscall.patch
	patches.suse/libbpf-Add-PT_REGS_SYSCALL_REGS-macro.patch
	patches.suse/selftests-bpf-Use-PT_REGS_SYSCALL_REGS-in-bpf_syscal.patch
	patches.suse/libbpf-Fix-accessing-syscall-arguments-on-powerpc.patch
	patches.suse/libbpf-Fix-riscv-register-names.patch
	patches.suse/libbpf-Fix-accessing-syscall-arguments-on-riscv.patch
	patches.suse/selftests-bpf-Skip-test_bpf_syscall_macro-s-syscall_.patch
	patches.suse/libbpf-Allow-overriding-PT_REGS_PARM1-_CORE-_SYSCALL.patch
	patches.suse/libbpf-Fix-accessing-the-first-syscall-argument-on-a.patch
	patches.suse/libbpf-Fix-accessing-the-first-syscall-argument-on-s.patch
	patches.suse/libbpf-Add-BPF_KPROBE_SYSCALL-macro.patch
	patches.suse/selftests-bpf-Test-BPF_KPROBE_SYSCALL-macro.patch
	patches.suse/libbpf-Fix-compilation-warning-due-to-mismatched-pri.patch
	patches.suse/bpf-Make-remote_port-field-in-struct-bpf_sk_lookup-1.patch
	patches.suse/selftests-bpf-Cover-4-byte-load-from-remote_port-in-.patch
	patches.suse/tcp-Don-t-acquire-inet_listen_hashbucket-lock-with-d.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/net-smc-Make-smc_tcp_listen_work-independent.patch
	patches.suse/net-smc-Limit-backlog-connections.patch
	patches.suse/net-smc-Limit-SMC-visits-when-handshake-workqueue-co.patch
	patches.suse/net-smc-Dynamic-control-handshake-limitation-by-sock.patch
	patches.suse/net-smc-Add-global-configure-for-handshake-limitatio.patch
	patches.suse/ath11k-add-missing-of_node_put-to-avoid-leak.patch
	patches.suse/ath10k-fix-memory-overwrite-of-the-WoWLAN-wakeup-pac.patch
	patches.suse/ath11k-fix-workqueue-not-getting-destroyed-after-rmm.patch
	patches.suse/ath11k-Refactor-the-fallback-routine-when-peer-creat.patch
	patches.suse/ath11k-add-LDPC-FEC-type-in-802.11-radiotap-header.patch
	patches.suse/ath11k-free-peer-for-station-when-disconnect-from-AP.patch
	patches.suse/ath5k-fix-OOB-in-ath5k_eeprom_read_pcal_info_5111.patch
	patches.suse/ath11k-enable-RX-PPDU-stats-in-monitor-co-exist-mode.patch
	patches.suse/ath11k-move-function-ath11k_dp_rx_process_mon_status.patch
	patches.suse/ath11k-fix-error-code-in-ath11k_qmi_assign_target_me.patch
	patches.suse/ath5k-remove-unused-ah_txq_isr_qtrig-member-from-str.patch
	patches.suse/ath5k-remove-unused-ah_txq_isr_qcburn-member-from-st.patch
	patches.suse/ath5k-remove-unused-ah_txq_isr_qcborn-member-from-st.patch
	patches.suse/ath5k-remove-unused-ah_txq_isr_txurn-member-from-str.patch
	patches.suse/ath5k-fix-ah_txq_isr_txok_all-setting.patch
	patches.suse/ath10k-Use-platform_get_irq-to-get-the-interrupt.patch
	patches.suse/ath-dfs_pattern_detector-Avoid-open-coded-arithmetic.patch
	patches.suse/ath11k-Reconfigure-hardware-rate-for-WCN6855-after-v.patch
	patches.suse/ath9k-remove-redundant-status-variable.patch
	patches.suse/wcn36xx-Use-platform_get_irq_byname-to-get-the-inter.patch
	patches.suse/ath10k-abstract-htt_rx_desc-structure.patch
	patches.suse/wcn36xx-Implement-get_snr.patch
	patches.suse/wcn36xx-Track-the-band-and-channel-we-are-tuned-to.patch
	patches.suse/wcn36xx-Track-SNR-and-RSSI-for-each-RX-frame.patch
	patches.suse/wcn36xx-Add-SNR-reporting-via-get_survey.patch
	patches.suse/ath9k_htc-fix-uninit-value-bugs.patch
	patches.suse/ath11k-set-WMI_PEER_40MHZ-while-peer-assoc-for-6-GHz.patch
	patches.suse/ath11k-avoid-firmware-crash-when-reg-set-for-QCA6390.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/mac80211-limit-bandwidth-in-HE-capabilities.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/mac80211-fix-struct-ieee80211_tx_info-size.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-mt7915-fix-ht-mcs-in-mt7915_mac_add_txs_skb.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-stop-the-radar-detector-after-leaving-dfs-chann.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/net-smc-Add-comment-for-smc_tx_pending.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-smc-return-ETIMEDOUT-when-smc_connect_clc-timeou.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/bpf-Extend-sys_bpf-commands-for-bpf_syscall-programs.patch
	patches.suse/libbpf-Prepare-light-skeleton-for-the-kernel.patch
	patches.suse/bpftool-Generalize-light-skeleton-generation.patch
	patches.suse/bpf-Update-iterators.lskel.h.patch
	patches.suse/bpf-Convert-bpf_preload.ko-to-use-light-skeleton.patch
	patches.suse/selftest-bpf-Check-invalid-length-in-test_xdp_update.patch
	patches.suse/bpf-Fix-bpf_prog_pack-build-for-ppc64_defconfig.patch
	patches.suse/bpftool-Add-libbpf-s-version-number-to-bpftool-versi.patch
	patches.suse/bpftool-Update-versioning-scheme-align-on-libbpf-s-v.patch
	patches.suse/libbpf-Fix-libbpf.map-inheritance-chain-for-LIBBPF_0.patch
	patches.suse/libbpf-Use-dynamically-allocated-buffer-when-receivi.patch
	patches.suse/bpftool-Fix-the-error-when-lookup-in-no-btf-maps.patch
	patches.suse/selftests-bpf-Fix-GCC11-compiler-warnings-in-O2-mode.patch
	patches.suse/bpftool-Add-C-specific-open-load-etc-skeleton-wrappe.patch
	patches.suse/selftests-bpf-Add-Skeleton-templated-wrapper-as-an-e.patch
	patches.suse/bpf-Reject-kfunc-calls-that-overflow-insn-imm.patch
	patches.suse/libbpf-Split-bpf_core_apply_relo.patch
	patches.suse/libbpf-Expose-bpf_core_-add-free-_cands-to-bpftool.patch
	patches.suse/bpftool-Add-gen-min_core_btf-command.patch
	patches.suse/bpftool-Implement-gen-min_core_btf-logic.patch
	patches.suse/bpftool-Implement-btfgen_get_btf.patch
	patches.suse/bpftool-Gen-min_core_btf-explanation-and-examples.patch
	patches.suse/selftests-bpf-Test-bpftool-gen-min_core_btf.patch
	patches.suse/bpftool-Fix-pretty-print-dump-for-maps-without-BTF-l.patch
	patches.suse/bpftool-Fix-C-additions-to-skeleton.patch
	patches.suse/libbpf-Fix-memleak-in-libbpf_netlink_recv.patch
	patches.suse/selftests-bpf-Fix-vmtest.sh-to-launch-smp-vm.patch
	patches.suse/selftests-bpf-Fix-crash-in-core_reloc-when-bpftool-b.patch
	patches.suse/bpf-bpf_prog_pack-Set-proper-size-before-freeing-ro_.patch
	patches.suse/selftests-mptcp-add-csum-mib-check-for-mptcp_connect.patch
	patches.suse/s390-qeth-Remove-redundant-flush_workqueue-calls
	patches.suse/net-ibmvnic-Cleanup-workaround-doing-an-EOI-after-pa.patch
	patches.suse/ipv6-annotate-some-data-races-around-sk-sk_prot.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/net-smc-unlock-on-error-paths-in-__smc_setsockopt.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/s390-net-sort-out-physical-vs-virtual-pointers-usage
	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/net-smc-Call-trace_smc_tx_sendmsg-when-data-corked.patch
	patches.suse/net-qlcnic-use-time_is_before_jiffies-instead-of-open-coding-it.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/net-smc-add-sysctl-interface-for-SMC.patch
	patches.suse/net-smc-add-autocorking-support.patch
	patches.suse/net-smc-add-sysctl-for-autocorking.patch
	patches.suse/net-smc-send-directly-on-setting-TCP_NODELAY
	patches.suse/net-smc-correct-settings-of-RMB-window-update-limit.patch
	patches.suse/net-smc-don-t-req_notify-until-all-CQEs-drained.patch
	patches.suse/net-smc-don-t-send-in-the-BH-context-if-sock_owned_b.patch
	patches.suse/net-smc-fix-different-types-in-min.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_offload-improve-extack-msg-for-user-when-adding.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/net-Add-skb-mono_delivery_time-to-distinguish-mono-d.patch
	patches.suse/net-Add-skb_clear_tstamp-to-keep-the-mono-delivery_t.patch
	patches.suse/net-Handle-delivery_time-in-skb-tstamp-during-networ.patch
	patches.suse/net-Clear-mono_delivery_time-bit-in-__skb_tstamp_tx.patch
	patches.suse/net-Set-skb-mono_delivery_time-and-clear-it-after-sc.patch
	patches.suse/net-ip-Handle-delivery_time-in-ip-defrag.patch
	patches.suse/net-ipv6-Handle-delivery_time-in-ipv6-defrag.patch
	patches.suse/net-ipv6-Get-rcv-timestamp-if-needed-when-handling-h.patch
	patches.suse/bpf-Keep-the-rcv-timestamp-behavior-for-the-existing.patch
	patches.suse/bpf-Add-__sk_buff-delivery_time_type-and-bpf_skb_set.patch
	patches.suse/bpf-selftests-test-skb-tstamp-in-redirect_neigh.patch
	patches.suse/net-smc-fix-document-build-WARNING-from-smc-sysctl.r.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-Call-maybe_wait_bpf_programs-only-once-from-gene.patch
	patches.suse/selftests-bpf-Fix-a-clang-deprecated-declarations-co.patch
	patches.suse/bpf-Initialize-ret-to-0-inside-btf_populate_kfunc_se.patch
	patches.suse/selftests-bpf-Fix-btfgen-tests.patch
	patches.suse/selftests-bpf-Add-test-for-reg2btf_ids-out-of-bounds.patch
	patches.suse/libbpf-Remove-redundant-check-in-btf_fixup_datasec.patch
	patches.suse/scripts-pahole-flags.sh-Parse-DWARF-and-generate-BTF.patch
	patches.suse/bpftool-Remove-usage-of-reallocarray.patch
	patches.suse/libbpf-Simplify-the-find_elf_sec_sz-function.patch
	patches.suse/bpf-Cleanup-comments.patch
	patches.suse/bpftool-Bpf-skeletons-assert-type-sizes.patch
	patches.suse/bpf-Fix-issue-with-bpf-preload-module-taking-over-st.patch
	patches.suse/bpf-arm64-Call-build_prologue-first-in-first-JIT-pas.patch
	patches.suse/bpf-arm64-Feed-byte-offset-into-bpf-line-info.patch
	patches.suse/bpf-Add-config-to-allow-loading-modules-with-BTF-mis.patch
	patches.suse/bpftool-Remove-redundant-slashes.patch
	patches.suse/bpf-arm64-Support-more-atomic-operations.patch
	patches.suse/bpf-selftests-Use-raw_tp-program-for-atomic-test.patch
	patches.suse/libbpf-Fix-BPF_MAP_TYPE_PERF_EVENT_ARRAY-auto-pinnin.patch
	patches.suse/bpf-Cache-the-last-valid-build_id.patch
	patches.suse/bpf-docs-Add-a-missing-colon-in-verifier.rst.patch
	patches.suse/bpf-Add-some-description-about-BPF_JIT_ALWAYS_ON-in-.patch
	patches.suse/libbpf-Skip-forward-declaration-when-counting-duplic.patch
	patches.suse/selftests-bpf-Update-btf_dump-case-for-conflicting-n.patch
	patches.suse/bpf-test_run-Fix-overflow-in-XDP-frags-bpf_test_fini.patch
	patches.suse/x86-Disable-HAVE_ARCH_HUGE_VMALLOC-on-32-bit-x86.patch
	patches.suse/bpf-x86-Set-header-size-properly-before-freeing-it.patch
	patches.suse/libbpf-Add-a-check-to-ensure-that-page_cnt-is-non-ze.patch
	patches.suse/bpf-Small-BPF-verifier-log-improvements.patch
	patches.suse/Bluetooth-mgmt-Replace-zero-length-array-with-flexib-3a031814.patch
	patches.suse/Bluetooth-hci_sync-fix-undefined-return-of-hci_disco-8cd3c55c.patch
	patches.suse/Bluetooth-mgmt-Remove-unneeded-variable-a6fbb2bf.patch
	patches.suse/Bluetooth-Fix-skb-allocation-in-mgmt_remote_name-mgm-ba17bb62.patch
	patches.suse/Bluetooth-Improve-skb-handling-in-mgmt_device_connec-c2b2a1a7.patch
	patches.suse/Bluetooth-btusb-Add-support-for-Intel-Madison-Peak-M-2ca57c80.patch
	patches.suse/Bluetooth-btusb-add-support-for-LG-LGSBWAC02-MT7663B-467e98cd.patch
	patches.suse/Bluetooth-btusb-Improve-stability-for-QCA-devices-599ece4f.patch
	patches.suse/Bluetooth-6lowpan-No-need-to-clear-memory-twice-f1b8eea0.patch
	patches.suse/Bluetooth-make-array-bt_uuid_any-static-const-e616fec6.patch
	patches.suse/Bluetooth-mt7921s-support-bluetooth-reset-mechanism-8fafe702.patch
	patches.suse/Bluetooth-mediatek-fix-the-conflict-between-mtk-and--e4412654.patch
	patches.suse/Bluetooth-Fix-not-checking-for-valid-hdev-on-bt_dev_.patch
	patches.suse/Bluetooth-btusb-Make-use-of-of-BIT-macro-to-declare--f95fd5f3.patch
	patches.suse/Bluetooth-hci_event-Add-missing-locking-on-hdev-in-h-728abc01.patch
	patches.suse/Bluetooth-move-adv_instance_cnt-read-within-the-devi-4bd80d7a.patch
	patches.suse/Bluetooth-btusb-Add-a-new-PID-VID-13d3-3567-for-MT79-c5e25bb5.patch
	patches.suse/Bluetooth-btmtksdio-Fix-kernel-oops-when-sdio-suspen-eb3f0517.patch
	patches.suse/Bluetooth-use-memset-avoid-memory-leaks.patch
	patches.suse/Bluetooth-hci_bcm-add-BCM43430A0-BCM43430A1-01da346c.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/Revert-net-smc-don-t-req_notify-until-all-CQEs-drain.patch
	patches.suse/wireless-Atheros-Use-netif_rx.patch
	patches.suse/bluetooth-Use-netif_rx-d33d0dc9.patch
	patches.suse/net-smc-fix-compile-warning-for-smc_sysctl.patch
	patches.suse/ice-xsk-fix-GCC-version-checking-against-pragma-unro.patch
	patches.suse/net-phy-exported-the-genphy_read_master_slave-functi.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-smc-fix-Wmissing-prototypes-warning-when-CONFIG_.patch
	patches.suse/tcp-adjust-TSO-packet-sizes-based-on-min_rtt.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-Rename-ath11k_ahb_ext_irq_config.patch
	patches.suse/ath11k-fix-kernel-panic-during-unload-load-ath11k-mo.patch
	patches.suse/ath11k-Fix-uninitialized-symbol-rx_buf_sz.patch
	patches.suse/ath11k-Fix-missing-rx_desc_get_ldpc_support-in-wcn68.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/ath11k-Add-debugfs-interface-to-configure-firmware-d.patch
	patches.suse/ath11k-add-WMI-calls-to-manually-add-del-pause-resum.patch
	patches.suse/ath11k-add-debugfs-for-TWT-debug-calls.patch
	patches.suse/wcn36xx-clean-up-some-inconsistent-indenting.patch
	patches.suse/wcn36xx-Uninitialized-variable-in-wcn36xx_change_opc.patch
	patches.suse/ath11k-fix-uninitialized-rate_idx-in-ath11k_dp_tx_up.patch
	patches.suse/ath11k-fix-WARN_ON-during-ath11k_mac_update_vif_chan.patch
	patches.suse/ath11k-fix-radar-detection-in-160-Mhz.patch
	patches.suse/ath11k-fix-destination-monitor-ring-out-of-sync.patch
	patches.suse/wcn36xx-use-struct_size-over-open-coded-arithmetic.patch
	patches.suse/ath11k-add-ath11k_qmi_free_resource-for-recovery.patch
	patches.suse/ath11k-fix-invalid-m3-buffer-address.patch
	patches.suse/ath11k-configure-RDDM-size-to-mhi-for-recovery-by-fi.patch
	patches.suse/ath9k-use-hw_random-API-instead-of-directly-dumping-.patch
	patches.suse/ath10k-Replace-zero-length-array-with-flexible-array.patch
	patches.suse/ath11k-Replace-zero-length-arrays-with-flexible-arra.patch
	patches.suse/ath6kl-Replace-zero-length-arrays-with-flexible-arra.patch
	patches.suse/ath-Replace-zero-length-arrays-with-flexible-array-m.patch
	patches.suse/ath11k-Invalidate-cached-reo-ring-entry-before-acces.patch
	patches.suse/ath11k-Handle-failure-in-qmi-firmware-ready.patch
	patches.suse/ath11k-Fix-frames-flush-failure-caused-by-deadlock.patch
	patches.suse/ath11k-switch-to-using-ieee80211_tx_status_ext.patch
	patches.suse/ath11k-decode-HE-status-tlv.patch
	patches.suse/ath11k-translate-HE-status-to-radiotap-format.patch
	patches.suse/ath11k-add-dbring-debug-support.patch
	patches.suse/carl9170-Replace-zero-length-arrays-with-flexible-ar.patch
	patches.suse/ath10k-fix-pointer-arithmetic-error-in-trace-call.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/ath6kl-wmi-Replace-one-element-array-with-flexible-a.patch
	patches.suse/ath6kl-wmi-Replace-one-element-array-with-flexible-a-56f1257fdcc0.patch
	patches.suse/ath6kl-wmi-Replace-one-element-array-with-flexible-a-3c5e6994eea3.patch
	patches.suse/ath6kl-wmi-Replace-one-element-array-with-flexible-a-dfb0203939b1.patch
	patches.suse/ath6kl-wmi-Replace-one-element-array-with-flexible-a-5140df50e655.patch
	patches.suse/ath6kl-wmi-Replace-one-element-array-with-flexible-a-0dff6f05a9dc.patch
	patches.suse/ath9k-make-array-voice_priority-static-const.patch
	patches.suse/ath6kl-add-device-ID-for-WLU5150-D81.patch
	patches.suse/ath11k-remove-unneeded-flush_workqueue.patch
	patches.suse/ath10k-Fix-error-handling-in-ath10k_setup_msa_resour.patch
	patches.suse/carl9170-replace-GFP_ATOMIC-in-ampdu_action-it-can-s.patch
	patches.suse/carl9170-devres-ing-hwrng_register-usage.patch
	patches.suse/carl9170-devres-ing-input_allocate_device.patch
	patches.suse/carl9170-replace-bitmap_zalloc-with-devm_bitmap_zall.patch
	patches.suse/carl9170-devres-ar-survey_info.patch
	patches.suse/mac80211-fix-potential-double-free-on-mesh-join.patch
	patches.suse/mac80211-Add-support-to-trigger-sta-disconnect-on-ha.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/mac80211-always-have-ieee80211_sta_restart.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/qlcnic-remove-redundant-assignment-to-variable-index.patch
	patches.suse/Bluetooth-mgmt-remove-redundant-assignment-to-variab-0ca8794a.patch
	patches.suse/Bluetooth-btusb-Add-missing-Chicony-device-for-Realt.patch
	patches.suse/Bluetooth-btmtkuart-rely-on-BT_MTK-module-f5c3f989.patch
	patches.suse/Bluetooth-btmtkuart-add-.set_bdaddr-support-3640e7f4.patch
	patches.suse/Bluetooth-btmtkuart-fix-the-conflict-between-mtk-and-6ac034a7.patch
	patches.suse/Bluetooth-hci_sync-Add-a-new-quirk-to-skip-HCI_FLT_C-0eaecfb2.patch
	patches.suse/Bluetooth-btusb-Use-quirk-to-skip-HCI_FLT_CLEAR_ALL--b3cf94c8.patch
	patches.suse/Bluetooth-Fix-use-after-free-in-hci_send_acl.patch
	patches.suse/Bluetooth-hci_uart-add-missing-NULL-check-in-h5_enqu-32cb08e9.patch
	patches.suse/Bluetooth-btrtl-Add-support-for-RTL8852B-18e8055c.patch
	patches.suse/Bluetooth-Don-t-assign-twice-the-same-value-1f667e15.patch
	patches.suse/Bluetooth-fix-incorrect-nonblock-bitmask-in-bt_sock_-da891217.patch
	patches.suse/Bluetooth-msft-Clear-tracked-devices-on-resume-37b63c68.patch
	patches.suse/Bluetooth-Send-AdvMonitor-Dev-Found-for-all-matched--ff39fc1b.patch
	patches.suse/Bluetooth-call-hci_le_conn_failed-with-hdev-lock-in-.patch
	patches.suse/Bluetooth-btmtkuart-fix-error-handling-in-mtk_hci_wm-a76d269a.patch
	patches.suse/Bluetooth-btmtksdio-Fix-kernel-oops-in-btmtksdio_int.patch
	patches.suse/Bluetooth-mt7921s-Set-HCI_QUIRK_VALID_LE_STATES-546ff98e.patch
	patches.suse/Bluetooth-mt7921s-Add-.get_data_path_id-d786105e.patch
	patches.suse/Bluetooth-mt7921s-Add-.btmtk_get_codec_config_data-f41b91fa.patch
	patches.suse/Bluetooth-mt7921s-Add-WBS-support-5ad80cfc.patch
	patches.suse/Bluetooth-hci_bcm-Add-the-Asus-TF103C-to-the-bcm_bro-27e8527e.patch
	patches.suse/Bluetooth-bcm203x-remove-superfluous-header-files-520e31a9.patch
	patches.suse/Bluetooth-ath3k-remove-superfluous-header-files-726c0eb7.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/ar5523-fix-typo-to-short-too-short.patch
	patches.suse/s390-ctcm-fix-typo-length-to-short-length-too-short
	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/libbpf-Allow-BPF-program-auto-attach-handlers-to-bai.patch
	patches.suse/libbpf-Support-custom-SEC-handlers.patch
	patches.suse/selftests-bpf-Add-custom-SEC-handling-selftest.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-Harden-register-offset-checks-for-release-helper.patch
	patches.suse/compiler-clang.h-Add-__diag-infrastructure-for-clang.patch
	patches.suse/compiler_types.h-Add-unified-__diag_ignore_all-for-G.patch
	patches.suse/bpf-Replace-__diag_ignore-with-unified-__diag_ignore.patch
	patches.suse/selftests-bpf-Add-tests-for-kfunc-register-offset-ch.patch
	patches.suse/bpf-Fix-checking-PTR_TO_BTF_ID-in-check_mem_access.patch
	patches.suse/compiler_types-Define-__percpu-as-__attribute__-btf_.patch
	patches.suse/bpf-Reject-programs-that-try-to-load-__percpu-memory.patch
	patches.suse/selftests-bpf-Add-a-test-for-btf_type_tag-percpu.patch
	patches.suse/libbpf-Unmap-rings-when-umem-deleted.patch
	patches.suse/bpf-Replace-strncpy-with-strscpy.patch
	patches.suse/libbpf-Fix-array_size.cocci-warning.patch
	patches.suse/bpf-Remove-redundant-slash.patch
	patches.suse/bpf-docs-Update-vmtest-docs-for-static-linking.patch
	patches.suse/bpf-docs-Update-list-of-architectures-supported.patch
	patches.suse/bpf-Determine-buf_info-inside-check_buffer_access.patch
	patches.suse/selftests-bpf-Make-test_lwt_ip_encap-more-stable-and.patch
	patches.suse/Improve-perf-related-BPF-tests-sample_freq-issue.patch
	patches.suse/Improve-send_signal-BPF-test-stability.patch
	patches.suse/Improve-stability-of-find_vma-BPF-test.patch
	patches.suse/bpf-Add-live-packet-mode-for-XDP-in-BPF_PROG_RUN.patch
	patches.suse/Documentation-bpf-Add-documentation-for-BPF_PROG_RUN.patch
	patches.suse/libbpf-Support-batch_size-option-to-bpf_prog_test_ru.patch
	patches.suse/selftests-bpf-Move-open_netns-and-close_netns-into-n.patch
	patches.suse/selftests-bpf-Add-selftest-for-XDP_REDIRECT-in-BPF_P.patch
	patches.suse/bpftool-Restore-support-for-BPF-offload-enabled-feat.patch
	patches.suse/bpf-Initialise-retval-in-bpf_prog_test_run_xdp.patch
	patches.suse/bpf-test_run-Use-kvfree-for-memory-allocated-with-kv.patch
	patches.suse/bpf-net-Remove-TC_AT_INGRESS_OFFSET-and-SKB_MONO_DEL.patch
	patches.suse/bpf-Simplify-insn-rewrite-on-BPF_READ-__sk_buff-tsta.patch
	patches.suse/bpf-Simplify-insn-rewrite-on-BPF_WRITE-__sk_buff-tst.patch
	patches.suse/bpf-Remove-BPF_SKB_DELIVERY_TIME_NONE-and-rename-s-d.patch
	patches.suse/bpf-selftests-Update-tests-after-s-delivery_time-tst.patch
	patches.suse/bpf-Fix-comment-for-helper-bpf_current_task_under_cg.patch
	patches.suse/bpf-Use-offsetofend-to-simplify-macro-definition.patch
	patches.suse/bpftool-Ensure-bytes_memlock-json-output-is-correct.patch
	patches.suse/ima-Fix-documentation-related-warnings-in-ima_main.c.patch
	patches.suse/ima-Always-return-a-file-measurement-in-ima_file_has.patch
	patches.suse/bpf-lsm-Introduce-new-helper-bpf_ima_file_hash.patch
	patches.suse/selftests-bpf-Move-sample-generation-code-to-ima_tes.patch
	patches.suse/selftests-bpf-Add-test-for-bpf_ima_file_hash.patch
	patches.suse/selftests-bpf-Check-if-the-digest-is-refreshed-after.patch
	patches.suse/bpf-lsm-Make-bpf_lsm_kernel_read_file-as-sleepable.patch
	patches.suse/selftests-bpf-Add-test-for-bpf_lsm_kernel_read_file.patch
	patches.suse/selftests-bpf-Check-that-bpf_kernel_read_file-denies.patch
	patches.suse/bpf-test_run-Fix-packet-size-check-for-live-packet-m.patch
	patches.suse/selftests-bpf-Add-a-test-for-maximum-packet-size-in-.patch
	patches.suse/selftests-bpf-Fix-a-clang-compilation-error-for-send.patch
	patches.suse/bpf-sockmap-Fix-memleak-in-sk_psock_queue_msg.patch
	patches.suse/bpf-sockmap-Fix-memleak-in-tcp_bpf_sendmsg-while-sk-.patch
	patches.suse/bpf-sockmap-Fix-more-uncharged-while-msg-has-more_da.patch
	patches.suse/bpf-sockmap-Fix-double-uncharge-the-mem-of-sk_msg.patch
	patches.suse/samples-bpf-xdpsock-Fix-race-when-running-for-fix-du.patch
	patches.suse/selftests-bpf-Clean-up-array_size.cocci-warnings.patch
	patches.suse/bpftool-Add-bpf_cookie-to-link-output.patch
	patches.suse/bpftool-man-Add-missing-top-level-docs.patch
	patches.suse/bpf-selftests-Add-helpers-to-directly-use-the-capget.patch
	patches.suse/bpf-selftests-Remove-libcap-usage-from-test_verifier.patch
	patches.suse/bpf-selftests-Remove-libcap-usage-from-test_progs.patch
	patches.suse/bpf-x86-Fall-back-to-interpreter-mode-when-extra-pas.patch
	patches.suse/bpf-Fix-net.core.bpf_jit_harden-race.patch
	patches.suse/selftests-bpf-Test-subprog-jit-when-toggle-bpf_jit_h.patch
	patches.suse/net-veth-Account-total-xdp_frame-len-running-ndo_xdp.patch
	patches.suse/selftests-bpf-Fix-tunnel-remote-IP-comments.patch
	patches.suse/ftrace-Add-ftrace_set_filter_ips-function.patch
	patches.suse/fprobe-Add-ftrace-based-probe-APIs.patch
	patches.suse/rethook-Add-a-generic-return-hook.patch
	patches.suse/rethook-x86-Add-rethook-x86-implementation.patch
	patches.suse/arm64-rethook-Add-arm64-rethook-implementation.patch
	patches.suse/powerpc-Add-rethook-support.patch
	patches.suse/ARM-rethook-Add-rethook-arm-implementation.patch
	patches.suse/fprobe-Add-exit_handler-support.patch
	patches.suse/fprobe-Add-sample-program-for-fprobe.patch
	patches.suse/fprobe-Introduce-FPROBE_FL_KPROBE_SHARED-flag-for-fp.patch
	patches.suse/docs-fprobe-Add-fprobe-description-to-ftrace-use.rst.patch
	patches.suse/fprobe-Add-a-selftest-for-fprobe.patch
	patches.suse/lib-sort-Add-priv-pointer-to-swap-function.patch
	patches.suse/kallsyms-Skip-the-name-search-for-empty-string.patch
	patches.suse/bpf-Add-multi-kprobe-link.patch
	patches.suse/bpf-Add-bpf_get_func_ip-kprobe-helper-for-multi-kpro.patch
	patches.suse/bpf-Add-support-to-inline-bpf_get_func_ip-helper-on-.patch
	patches.suse/bpf-Add-cookie-support-to-programs-attached-with-kpr.patch
	patches.suse/libbpf-Add-libbpf_kallsyms_parse-function.patch
	patches.suse/libbpf-Add-bpf_link_create-support-for-multi-kprobes.patch
	patches.suse/libbpf-Add-bpf_program__attach_kprobe_multi_opts-fun.patch
	patches.suse/selftests-bpf-Add-kprobe_multi-attach-test.patch
	patches.suse/selftests-bpf-Add-kprobe_multi-bpf_cookie-test.patch
	patches.suse/selftests-bpf-Add-attach-test-for-bpf_program__attac.patch
	patches.suse/selftests-bpf-Add-cookie-test-for-bpf_program__attac.patch
	patches.suse/libbpf-.text-routines-are-subprograms-in-strict-mode.patch
	patches.suse/libbpf-Init-btf_-key-value-_type_id-on-internal-map-.patch
	patches.suse/libbpf-Add-subskeleton-scaffolding.patch
	patches.suse/bpftool-Add-support-for-subskeletons.patch
	patches.suse/selftests-bpf-Test-subskeleton-functionality.patch
	patches.suse/selftests-bpf-Fix-error-reporting-from-sock_fields-p.patch
	patches.suse/selftests-bpf-Check-dst_port-only-on-the-client-sock.patch
	patches.suse/selftests-bpf-Use-constants-for-socket-states-in-soc.patch
	patches.suse/selftests-bpf-Fix-test-for-4-byte-load-from-dst_port.patch
	patches.suse/bpftool-Add-BPF_TRACE_KPROBE_MULTI-to-attach-type-na.patch
	patches.suse/bpf-Factor-out-fd-returning-from-bpf_btf_find_by_nam.patch
	patches.suse/bpf-Always-raise-reference-in-btf_get_module_btf.patch
	patches.suse/libbpf-Avoid-NULL-deref-when-initializing-map-BTF-in.patch
	patches.suse/bpf-Enable-non-atomic-allocations-in-local-storage.patch
	patches.suse/selftests-bpf-Test-for-associating-multiple-elements.patch
	patches.suse/bpf-Treat-bpf_sk_lookup-remote_port-as-a-2-byte-fiel.patch
	patches.suse/selftests-bpf-Fix-u8-narrow-load-checks-for-bpf_sk_l.patch
	patches.suse/selftests-bpf-Fix-test-for-4-byte-load-from-remote_p.patch
	patches.suse/bpf-Select-proper-size-for-bpf_prog_pack.patch
	patches.suse/bpf-Adjust-BPF-stack-helper-functions-to-accommodate.patch
	patches.suse/selftests-bpf-Test-skipping-stacktrace.patch
	patches.suse/bpf-Check-for-NULL-return-from-bpf_get_btf_vmlinux.patch
	patches.suse/selftests-bpf-test_lirc_mode2.sh-Exit-with-proper-co.patch
	patches.suse/bpf-Simplify-check-in-btf_parse_hdr.patch
	patches.suse/bpf-Fix-kprobe_multi-return-probe-backtrace.patch
	patches.suse/bpftool-Fix-print-error-when-show-bpf-map.patch
	patches.suse/libbpf-Close-fd-in-bpf_object__reuse_map.patch
	patches.suse/bpf-arm-Fix-various-typos-in-comments.patch
	patches.suse/bpf-Fix-warning-for-cast-from-restricted-gfp_t-in-ve.patch
	patches.suse/bpf-Fix-bpf_prog_pack-for-multi-node-setup.patch
	patches.suse/bpf-Fix-bpf_prog_pack-when-PMU_SIZE-is-not-defined.patch
	patches.suse/bpftool-Fix-a-bug-in-subskeleton-code-generation.patch
	patches.suse/selftests-bpf-Fix-kprobe_multi-test.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/net-sched-fix-incorrect-vlan_push_eth-dest-field.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/xsk-Fix-race-at-socket-teardown.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/0069-drm-tilcdc-add-const-to-of_device_id.patch
	patches.suse/0070-drm-ingenic-prepare-ingenic-drm-for-later-addition-o.patch
	patches.suse/0071-drm-ingenic-Add-support-for-JZ4780-and-HDMI-output.patch
	patches.suse/0072-drm-nouveau-disp-remove-some-remnant-of-a-rework.patch
	patches.suse/0073-drm-nouveau-disp-dp-explicitly-control-scrambling-wh.patch
	patches.suse/0074-drm-nouveau-disp-dp-generate-supported-link-rates-ta.patch
	patches.suse/0075-drm-nouveau-disp-dp-add-support-for-tps4.patch
	patches.suse/0076-drm-nouveau-disp-dp-fixup-cr-eq-delays-for-1.4.patch
	patches.suse/0077-drm-nouveau-disp-dp-add-support-for-lttprs.patch
	patches.suse/0078-drm-nouveau-disp-dp-add-support-for-hbr3.patch
	patches.suse/0079-drm-nouveau-disp-dp-add-support-for-eDP-link-rates.patch
	patches.suse/0080-mock-a-drm_plane-in-igt_check_plane_state-to-make-th.patch
	patches.suse/0081-drm-bridge-ti-sn65dsi83-Make-enable-GPIO-optional.patch
	patches.suse/0082-drm-bridge-ti-sn65dsi83-Add-vcc-supply-regulator-sup.patch
	patches.suse/0083-drm-dbi-Use-a-static-inline-stub-for-mipi_dbi_debugf.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/0087-drm-stm-dsi-move-lane-capability-detection-in-probe.patch
	patches.suse/0088-drm-bridge-synopsys-dsi-extend-the-prototype-of-mode.patch
	patches.suse/0089-drm-stm-dsi-provide-the-implementation-of-mode_valid.patch
	patches.suse/0090-drm-bridge-chipone-icn6211-Switch-to-atomic-operatio.patch
	patches.suse/0091-drm-bridge-chipone-icn6211-Add-mode_set-API.patch
	patches.suse/drm-bridge-Fix-free-wrong-object-in-sii8620_init_rcp.patch
	patches.suse/0093-drm-stm-remove-conflicting-framebuffers.patch
	patches.suse/0094-drm-stm-ltdc-support-of-new-hardware-version.patch
	patches.suse/0095-drm-bridge-anx7625-Check-GPIO-description-to-avoid-c.patch
	patches.suse/0096-drm-bridge-anx7625-Fix-null-vs-IS_ERR-checking-in-an.patch
	patches.suse/0097-drm-exynos-dsi-Convert-to-bridge-driver.patch
	patches.suse/0098-drm-exynos-dsi-Add-mode_set-function.patch
	patches.suse/0099-drm-bridge-parade-ps8640-Link-device-to-ensure-suspe.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/0102-drm-plane-Make-format_mod_supported-truly-optional.patch
	patches.suse/0103-drm-plane-Fix-typo-in-format_mod_supported-documenta.patch
	patches.suse/0104-drm-panel-Update-Boe-tv110c9m-initial-code.patch
	patches.suse/0001-drm-ast-Enable-the-supporting-of-wide-screen-on-AST2.patch
	patches.suse/0106-drm-omapdrm-Fix-implicit-dma_buf-fencing.patch
	patches.suse/0107-drm-bridge-tc358775-Fix-for-dual-link-LVDS.patch
	patches.suse/0108-drm-vkms-refactor-overlay-plane-creation.patch
	patches.suse/0109-drm-vkms-add-support-for-multiple-overlay-planes.patch
	patches.suse/0110-drm-vkms-drop-Multiple-overlay-planes-TODO.patch
	patches.suse/0111-drm-bridge-anx7625-Add-bridge-helper-atomic-conversi.patch
	patches.suse/0112-drm-bridge-anx7625-add-HDCP-support.patch
	patches.suse/0113-drm-bridge-anx7625-add-audio-codec-.get_eld-support.patch
	patches.suse/drm-bridge-adv7511-Fix-ADV7535-HPD-enablement.patch
	patches.suse/0115-drm-privacy_screen-Add-drvdata-in-drm_privacy_screen.patch
	patches.suse/0116-drm-privacy_screen_x86-Add-entry-for-ChromeOS-privac.patch
	patches.suse/0117-drm-panfrost-Update-create_bo-flags-comment.patch
	patches.suse/0118-dma-buf-map-Fix-dot-vs-comma-in-example.patch
	patches.suse/0120-firmware-raspberrypi-Add-RPI_FIRMWARE_NOTIFY_DISPLAY.patch
	patches.suse/0119-drm-vc4-Support-nomodeset.patch
	patches.suse/0121-drm-vc4-Remove-conflicting-framebuffers-before-calli.patch
	patches.suse/0122-drm-vc4-Notify-the-firmware-when-DRM-is-in-charge.patch
	patches.suse/0123-drm-dp-note-that-DPCD-0x2002-0x2003-match-0x200-0x20.patch
	patches.suse/0124-drm-mst-use-DP_GET_SINK_COUNT-for-sink-count-in-ESI.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/0127-drm-gma500-remove-redundant-ret-variable.patch
	patches.suse/0128-Revert-drm-exynos-dsi-Convert-to-bridge-driver.patch
	patches.suse/0129-drm-bridge-adv7533-make-array-clock_div_by_lanes-sta.patch
	patches.suse/0130-drm-bridge-nwl-dsi-Drop-panel_bridge-from-nwl_dsi.patch
	patches.suse/0131-video-vga16fb-Fix-logic-that-checks-for-the-display-.patch
	patches.suse/drm-panfrost-Check-for-error-num-after-setting-mask.patch
	patches.suse/0133-drm-panfrost-Remove-features-meant-for-userspace.patch
	patches.suse/0134-drm-panfrost-Merge-some-feature-lists.patch
	patches.suse/0135-drm-stm-ltdc-switch-to-regmap.patch
	patches.suse/0136-drm-stm-ltdc-add-YCbCr-422-output-support.patch
	patches.suse/0137-drm-stm-ltdc-add-per-plane-update-support.patch
	patches.suse/0138-drm-stm-ltdc-add-support-of-flexible-pixel-formats.patch
	patches.suse/0139-drm-stm-ltdc-add-support-of-ycbcr-pixel-formats.patch
	patches.suse/0140-drm-stm-ltdc-Drop-format_mod_supported-function.patch
	patches.suse/0141-drm-bridge-dw-mipi-dsi-Switch-to-atomic-operations.patch
	patches.suse/locking-rwsem-drop-redundant-semicolon-of-down_write.patch
	patches.suse/0142-drm-bridge-it66121-Remove-redundant-check.patch
	patches.suse/0143-drm-vc4-remove-redundant-assignment-of-variable-size.patch
	patches.suse/0144-video-fbdev-s3c-fb-remove-redundant-initialization-o.patch
	patches.suse/0145-drm-panfrost-initial-dual-core-group-GPUs-support.patch
	patches.suse/0146-drm-bridge-sii902x-add-support-for-DRM_BRIDGE_ATTACH.patch
	patches.suse/0147-drm-dp_mst-Remove-trailing-whitespace.patch
	patches.suse/0148-drm-dp-Move-DP-declarations-into-separate-header-fil.patch
	patches.suse/0149-drm-dp-Move-DisplayPort-helpers-into-separate-helper.patch
	patches.suse/0150-drm-dp-Move-public-DisplayPort-headers-into-dp.patch
	patches.suse/0151-drm-dp-Move-DisplayPort-AUX-bus-helpers-into-dp.patch
	patches.suse/0152-drm-bridge-anx7625-Return-EPROBE_DEFER-if-the-dsi-ho.patch
	patches.suse/udmabuf-validate-ubuf-pagecount.patch
	patches.suse/drm-virtio-Ensure-that-objs-is-not-NULL-in-virtio_gp.patch
	patches.suse/0155-drm-move-the-buddy-allocator-from-i915-into-common-d.patch
	patches.suse/0156-drm-amdgpu-remove-excl-as-shared-workarounds.patch
	patches.suse/0157-dma-buf-drop-excl_fence-parameter-from-dma_resv_get_.patch
	patches.suse/0158-drm-selftests-Select-DRM_DP_HELPER.patch
	patches.suse/0159-drm-msm-Fix-include-statements-for-DisplayPort.patch
	patches.suse/0160-drm-bridge-Remove-extra-device-acquisition-method-of.patch
	patches.suse/mgag200-fix-memmapsl-configuration-in-GCTL6-register.patch
	patches.suse/0001-drm-ast-Create-threshold-values-for-AST2600.patch
	patches.suse/0163-drm-doc-Fix-TTM-acronym.patch
	patches.suse/drm-selftests-test-drm_dp_mst_helper-Fix-memory-leak.patch
	patches.suse/0165-drm-Provide-PCI-module-init-macros.patch
	patches.suse/0166-drm-ast-Replace-module-init-boiler-plate-code-with-D.patch
	patches.suse/0167-drm-bochs-Replace-module-init-boiler-plate-code-with.patch
	patches.suse/0168-drm-cirrus-Replace-module-init-boiler-plate-code-wit.patch
	patches.suse/0169-drm-hisilicon-hibmc-Replace-module-initialization-wi.patch
	patches.suse/0170-drm-Provide-platform-module-init-macro.patch
	patches.suse/0171-drm-imx-dcss-Replace-module-initialization-with-DRM-.patch
	patches.suse/0172-drm-komeda-Replace-module-initialization-with-DRM-he.patch
	patches.suse/0173-drm-arm-hdlcd-Replace-module-initialization-with-DRM.patch
	patches.suse/0174-drm-malidp-Replace-module-initialization-with-DRM-he.patch
	patches.suse/0175-drm-locking-fix-drm_modeset_acquire_ctx-kernel-doc.patch
	patches.suse/0176-drm-Update-docs-after-moving-DisplayPort-helpers-aro.patch
	patches.suse/0177-drm-radeon-use-ttm_resource_manager_debug.patch
	patches.suse/0178-drm-amdgpu-use-ttm_resource_manager_debug.patch
	patches.suse/0179-drm-edid-support-Microsoft-extension-for-HMDs-and-sp.patch
	patches.suse/0180-drm-edid-remove-non_desktop-quirk-for-HPN-3515-and-L.patch
	patches.suse/0181-drm-edid-improve-non-desktop-quirk-logging.patch
	patches.suse/0182-drm-gma-Remove-calls-to-kmap.patch
	patches.suse/0183-drm-docs-Document-where-the-C8-color-lut-is-stored.patch
	patches.suse/0184-drm-edid-Rename-drm_hdmi_avi_infoframe_colorspace-to.patch
	patches.suse/drm-edid-Don-t-clear-formats-if-using-deep-color.patch
	patches.suse/0186-drm-edid-Split-deep-color-modes-between-RGB-and-YUV4.patch
	patches.suse/0001-drm-connector-Fix-typo-in-output-format.patch
	patches.suse/0188-drm-vc4-hdmi-Add-full-range-RGB-helper.patch
	patches.suse/0189-drm-vc4-hdmi-Use-full-range-helper-in-csc-functions.patch
	patches.suse/0190-drm-vc4-hdmi-Move-XBAR-setup-to-csc_setup.patch
	patches.suse/0191-drm-vc4-hdmi-Replace-CSC_CTL-hardcoded-value-by-defi.patch
	patches.suse/0192-drm-vc4-hdmi-Define-colorspace-matrices.patch
	patches.suse/0193-drm-vc4-hdmi-Change-CSC-callback-prototype.patch
	patches.suse/0194-drm-edid-Support-type-7-timings.patch
	patches.suse/drm-nouveau-acr-Fix-undefined-behavior-in-nvkm_acr_h.patch
	patches.suse/0196-drm-ttm-add-ttm_resource_fini-v2.patch
	patches.suse/0197-drm-ttm-add-back-a-reference-to-the-bdev-to-the-res-.patch
	patches.suse/0198-drm-ttm-add-a-weak-BO-reference-to-the-resource-v3.patch
	patches.suse/0199-gpu-drm-panel-edp-Add-panels-planned-for-sc7180-trog.patch
	patches.suse/0200-fbdev-Hot-unplug-firmware-fb-devices-on-forced-remov.patch
	patches.suse/1695-drivers-firmware-Don-t-mark-as-busy-the-simple-frame.patch
	patches.suse/0201-drm-simpledrm-Request-memory-region-in-driver.patch
	patches.suse/0202-fbdev-simplefb-Request-memory-region-in-driver.patch
	patches.suse/0203-drm-Add-TODO-item-for-requesting-memory-regions.patch
	patches.suse/0204-drm-mxsfb-Shutdown-the-display-on-remove.patch
	patches.suse/0205-drm-mxsfb-Shutdown-the-display-on-system-shutdown.patch
	patches.suse/0206-drm-panel-simple-add-Multi-Inno-Technology-MI0700S4T.patch
	patches.suse/0207-drm-i915-cdclk-turn-around-i915_drv.h-and-intel_cdcl.patch
	patches.suse/0208-drm-i915-cdclk-move-struct-intel_cdclk_funcs-to-inte.patch
	patches.suse/0209-drm-i915-fbc-Parametrize-FBC-register-offsets.patch
	patches.suse/0210-drm-i915-fbc-Loop-through-FBC-instances-in-various-p.patch
	patches.suse/0211-drm-i915-fbc-Introduce-device-info-fbc_mask.patch
	patches.suse/0212-drm-i915-fbc-Register-per-crtc-debugfs-files.patch
	patches.suse/0213-drm-i915-backlight-Make-ext_pwm_disable_backlight-ca.patch
	patches.suse/0214-drm-i915-Remove-unused-intel_gmbus_set_speed-functio.patch
	patches.suse/0215-drm-i915-dg1-Read-OPROM-via-SPI-controller.patch
	patches.suse/0216-drm-i915-adl-n-Enable-ADL-N-platform.patch
	patches.suse/0217-drm-Always-include-the-debugfs-dentry-in-drm_crtc.patch
	patches.suse/0218-drm-i915-bios-fix-slab-out-of-bounds-access.patch
	patches.suse/0219-drm-i915-dsi-Drop-double-check-ACPI-companion-device.patch
	patches.suse/0220-drm-i915-opregion-add-support-for-mailbox-5-EDID.patch
	patches.suse/drm-Add-orientation-quirk-for-GPD-Win-Max.patch
	patches.suse/0222-drm-i915-stop-including-i915_irq.h-from-i915_drv.h.patch
	patches.suse/0223-drm-i915-Fix-possible-NULL-pointer-dereferences-in-i.patch
	patches.suse/0224-drm-i915-split-out-i915_getparam.h-from-i915_drv.h.patch
	patches.suse/0225-drm-i915-split-out-i915_cmd_parser.h-from-i915_drv.h.patch
	patches.suse/0226-drm-i915-split-out-i915_gem_evict.h-from-i915_drv.h.patch
	patches.suse/0227-drm-i915-split-out-gem-i915_gem_userptr.h-from-i915_.patch
	patches.suse/0228-drm-i915-split-out-gem-i915_gem_tiling.h-from-i915_d.patch
	patches.suse/0229-drm-i915-split-out-PCI-config-space-registers-from-i.patch
	patches.suse/0230-drm-i915-split-out-vlv-sideband-registers-from-i915_.patch
	patches.suse/0231-drm-i915-snps-vswing-value-refined-for-SNPS-phys.patch
	patches.suse/0232-drm-i915-Use-parameterized-GPR-register-definitions-.patch
	patches.suse/0233-drm-i915-Parameterize-PWRCTX_MAXCNT.patch
	patches.suse/0234-drm-i915-Parameterize-ECOSKPD.patch
	patches.suse/0235-drm-i915-Use-RING_PSMI_CTL-rather-than-per-engine-ma.patch
	patches.suse/0236-drm-i915-Replace-GFX_MODE_GEN7-with-RING_MODE_GEN7.patch
	patches.suse/0237-drm-i915-Introduce-i915_reg_defs.h.patch
	patches.suse/0238-drm-i915-gt-Move-engine-registers-to-their-own-heade.patch
	patches.suse/0239-drm-i915-Move-SNPS-PHY-registers-to-their-own-header.patch
	patches.suse/0240-drm-i915-Move-combo-PHY-registers-to-their-own-heade.patch
	patches.suse/0241-drm-i915-Move-TC-PHY-registers-to-their-own-header.patch
	patches.suse/0242-drm-i915-Drop-unused-_PORT3-and-_PORT4-TC-phy-regist.patch
	patches.suse/0243-drm-i915-gvt-Use-list_entry-to-access-list-members.patch
	patches.suse/0244-drm-i915-gvt-Fix-cmd-parser-error-for-Passmark9.patch
	patches.suse/0245-drm-i915-gvt-Constify-intel_gvt_gtt_gma_ops.patch
	patches.suse/0246-drm-i915-gvt-Constify-intel_gvt_gtt_pte_ops.patch
	patches.suse/0247-drm-i915-gvt-Constify-intel_gvt_irq_ops.patch
	patches.suse/0248-drm-i915-gvt-Constify-intel_gvt_sched_policy_ops.patch
	patches.suse/0249-drm-i915-gvt-Constify-gvt_mmio_block.patch
	patches.suse/0250-drm-i915-gvt-Constify-cmd_interrupt_events.patch
	patches.suse/0251-drm-i915-gvt-Constify-formats.patch
	patches.suse/0252-drm-i915-gvt-Constify-gtt_type_table_entry.patch
	patches.suse/0253-drm-i915-gvt-Constify-vgpu_types.patch
	patches.suse/0254-drm-i915-dp-make-intel_dp_pack_aux-static-again.patch
	patches.suse/0255-drm-i915-pcode-rename-sandybridge_pcode_-to-snb_pcod.patch
	patches.suse/0256-drm-i915-psr-remove-unused-lines_to_wait-vbt-info.patch
	patches.suse/0257-drm-i915-Sipmplify-PLANE_STRIDE-masking.patch
	patches.suse/0258-drm-i915-Use-REG_BIT-co.-for-universal-plane-bits.patch
	patches.suse/0259-drm-i915-Clean-up-ivb-sprite-plane-registers.patch
	patches.suse/0260-drm-i915-Clean-up-g4x-sprite-plane-registers.patch
	patches.suse/0261-drm-i915-Clean-up-cursor-registers.patch
	patches.suse/0262-drm-i915-Extract-skl_plane_aux_dist.patch
	patches.suse/0263-drm-i915-Declutter-color-key-register-stuff.patch
	patches.suse/0264-drm-i915-Nuke-pointless-middle-men-for-skl-plane-pro.patch
	patches.suse/0265-drm-i915-dpll-make-intel_shared_dpll_funcs-internal-.patch
	patches.suse/0266-drm-i915-Remove-zombie-async-flip-vt-d-w-a.patch
	patches.suse/0267-drm-i915-bios-Introduce-has_ddi_port_info.patch
	patches.suse/0268-drm-i915-bios-Use-i915-vbt.ports-on-CHV.patch
	patches.suse/0269-drm-i915-bios-Use-i915-vbt.ports-for-all-g4x.patch
	patches.suse/0270-drm-i915-bios-Throw-out-the-has_ddi_port_info-codepa.patch
	patches.suse/0271-drm-i915-bios-Nuke-DEVICE_TYPE_DP_DUAL_MODE_BITS.patch
	patches.suse/0272-drm-i915-hdmi-Ignore-DP-TMDS-clock-limit-for-native-.patch
	patches.suse/0273-drm-i915-Clean-up-vlv-chv-sprite-plane-registers.patch
	patches.suse/0274-drm-i915-dmc-Eliminate-remnant-GEN-n-references.patch
	patches.suse/0275-drm-i915-split-out-i915_reg_read_ioctl-to-i915_ioctl.patch
	patches.suse/0276-drm-i915-mst-fix-intel_dp_mst_hpd_irq-indentation.patch
	patches.suse/0277-drm-i915-mst-abstract-intel_dp_ack_sink_irq_esi.patch
	patches.suse/0278-drm-i915-mst-debug-log-4-bytes-of-ESI-right-after-re.patch
	patches.suse/0279-drm-i915-mst-abstract-handling-of-link-status-in-DP-.patch
	patches.suse/0280-drm-i915-mst-read-link-status-only-when-requested-by.patch
	patches.suse/0281-drm-i915-mst-ack-sink-irq-ESI-for-link-status-change.patch
	patches.suse/0282-drm-i915-mst-only-ack-the-ESI-we-actually-handled.patch
	patches.suse/0283-drm-i915-Clean-up-pre-skl-primary-plane-registers.patch
	patches.suse/0284-drm-i915-hdmi-Clean-up-TMDS-clock-limit-exceeding-us.patch
	patches.suse/0285-drm-i915-Nuke-dg2_ddi_pre_enable_dp.patch
	patches.suse/0286-drm-i915-nuke-local-versions-of-WARN_ON-WARN_ON_ONCE.patch
	patches.suse/0287-drm-i915-snps-convert-to-drm-device-based-logging.patch
	patches.suse/0288-drm-i915-pps-convert-to-drm-device-based-logging.patch
	patches.suse/0289-drm-i915-hotplug-convert-to-drm-device-based-logging.patch
	patches.suse/0290-drm-i915-dp-convert-to-drm-device-based-logging.patch
	patches.suse/0291-drm-i915-plane-convert-to-drm-device-based-logging-a.patch
	patches.suse/0292-drm-i915-sprite-convert-to-drm-device-based-logging.patch
	patches.suse/0293-drm-i915-lspcon-convert-to-drm-device-based-logging.patch
	patches.suse/0294-drm-i915-cdclk-update-intel_dump_cdclk_config-loggin.patch
	patches.suse/0295-drm-i915-cdclk-convert-to-drm-device-based-logging.patch
	patches.suse/0296-drm-i915-Introduce-ilk_pch_pre_enable.patch
	patches.suse/0297-drm-i915-Pass-plane-to-watermark-calculation-functio.patch
	patches.suse/0298-drm-i915-Introduce-do_async_flip-flag-to-intel_plane.patch
	patches.suse/0299-drm-i915-Use-wm0-only-during-async-flips-for-DG2.patch
	patches.suse/0300-drm-i915-Don-t-allocate-extra-ddb-during-async-flip-.patch
	patches.suse/0301-drm-i915-Skip-dsc-readout-if-the-transcoder-is-disab.patch
	patches.suse/0302-drm-i915-Simplify-intel_dsc_source_support.patch
	patches.suse/0303-drm-i915-Use-per-device-debugs-for-bigjoiner-stuff.patch
	patches.suse/0304-drm-i915-Extract-hsw_configure_cpu_transcoder.patch
	patches.suse/0305-drm-i915-Move-dsc-joiner-enable-into-hsw_crtc_enable.patch
	patches.suse/0306-drm-i915-Fix-up-pixel_rate-vs.-clock-confusion-in-wm.patch
	patches.suse/0307-drm-i915-Use-the-correct-plane-source-width-in-water.patch
	patches.suse/0308-drm-i915-Use-single_enabled_crtc-in-i9xx_update_wm.patch
	patches.suse/0309-drm-i915-Bump-DSL-linemask-to-20-bits.patch
	patches.suse/0310-drm-i915-Clean-up-PIPEMISC-register-defines.patch
	patches.suse/0311-drm-i915-Clean-up-SKL_BOTTOM_COLOR-defines.patch
	patches.suse/0312-drm-i915-Clean-up-PIPECONF-bit-defines.patch
	patches.suse/0313-drm-i915-Clean-up-PCH_TRANSCONF-TRANS_DP_CTL-bit-def.patch
	patches.suse/0314-drm-i915-Clean-up-PIPESRC-defines.patch
	patches.suse/0315-drm-i915-Extract-intel_-get-set-_m_n.patch
	patches.suse/0316-drm-i915-Clean-up-M-N-register-defines.patch
	patches.suse/0317-drm-i915-s-gmch_-m-n-data_-m-n.patch
	patches.suse/0318-drm-i915-Move-drrs-hardware-bit-frobbing-to-small-he.patch
	patches.suse/0319-drm-i915-Enable-rpm-wakeref-tracking-whether-runtime.patch
	patches.suse/0320-drm-i915-Nuke-intel_dp_set_m_n.patch
	patches.suse/0321-drm-i915-Nuke-intel_dp_get_m_n.patch
	patches.suse/0322-drm-i915-Nuke-ilk_get_fdi_m_n_config.patch
	patches.suse/0323-drm-i915-Split-intel_cpu_transcoder_set_m_n-into-M1-.patch
	patches.suse/0324-drm-i915-Split-intel_cpu_transcoder_get_m_n-into-M1-.patch
	patches.suse/0325-drm-i915-Pass-crtc-cpu_transcoder-to-intel_cpu_trans.patch
	patches.suse/0326-drm-i915-Move-PCH-transcoder-M-N-setup-into-the-PCH-.patch
	patches.suse/0327-drm-i915-Move-M-N-setup-to-a-more-logical-place-on-d.patch
	patches.suse/0328-drm-i915-Extract-i9xx-ilk-_configure_cpu_transcoder.patch
	patches.suse/0329-drm-i915-Extract-can_enable_drrs.patch
	patches.suse/0330-drm-i915-Fix-transcoder_has_m2_n2.patch
	patches.suse/0331-drm-i915-Clear-DP-M2-N2-when-not-doing-DRRS.patch
	patches.suse/0332-drm-i915-Program-pch-transcoder-m2-n2.patch
	patches.suse/0333-drm-i915-Dump-dp_m2_n2-always.patch
	patches.suse/0334-drm-i915-Always-check-dp_m2_n2-on-pre-bdw.patch
	patches.suse/0335-drm-i915-Document-BDW-DRRS-M-N-programming-requireme.patch
	patches.suse/0336-drm-i915-s-GRAPHICS_VER-DISPLAY_VER-where-appropriat.patch
	patches.suse/0337-drm-i915-vga-switch-to-use-VGA-definitions-from-vide.patch
	patches.suse/0338-drm-i915-remove-VGA-register-definitions.patch
	patches.suse/0339-drm-i915-perf-Move-OA-regs-to-their-own-header.patch
	patches.suse/0340-drm-i915-perf-Express-OA-register-ranges-with-i915_r.patch
	patches.suse/0341-drm-i915-Parameterize-R_PWR_CLK_STATE-register-defin.patch
	patches.suse/0342-drm-i915-Parameterize-MI_PREDICATE-registers.patch
	patches.suse/0343-drm-i915-Move-GT-registers-to-their-own-header-file.patch
	patches.suse/0344-drm-i915-Only-include-i915_reg.h-from-.c-files.patch
	patches.suse/0345-drm-i915-Move-more-GT-registers-to-their-own-header-.patch
	patches.suse/0346-drm-i915-Do-not-spam-log-with-missing-arch-support.patch
	patches.suse/0347-drm-i915-Disable-unused-power-wells-left-enabled-by-.patch
	patches.suse/0348-drm-i915-Fix-trailing-semicolon.patch
	patches.suse/0349-dma-buf-map-Rename-to-iosys-map.patch
	patches.suse/0350-drm-amdgpu-swsmu-make-sienna-cichlid-function-static.patch
	patches.suse/0351-drm-amd-display-Enable-Freesync-Video-Mode-by-defaul.patch
	patches.suse/0352-drm-radeon-use-kernel-is_power_of_2-rather-than-loca.patch
	patches.suse/0353-drm-amd-pm-do-not-expose-implementation-details-to-o.patch
	patches.suse/0354-drm-amd-pm-do-not-expose-power-implementation-detail.patch
	patches.suse/0355-drm-amd-pm-do-not-expose-power-implementation-detail.patch
	patches.suse/0356-drm-amd-pm-do-not-expose-those-APIs-used-internally-.patch
	patches.suse/0357-drm-amd-pm-do-not-expose-those-APIs-used-internally-.patch
	patches.suse/0358-drm-amd-pm-do-not-expose-the-API-used-internally-onl.patch
	patches.suse/0359-drm-amd-pm-create-a-new-holder-for-those-APIs-used-o.patch
	patches.suse/0360-drm-amd-pm-move-pp_force_state_enabled-member-to-amd.patch
	patches.suse/0361-drm-amd-pm-optimize-the-amdgpu_pm_compute_clocks-imp.patch
	patches.suse/0362-drm-amd-pm-move-those-code-piece-used-by-Stoney-only.patch
	patches.suse/0363-drm-amd-pm-drop-redundant-or-unused-APIs-and-data-st.patch
	patches.suse/0364-drm-amd-pm-do-not-expose-the-smu_context-structure-u.patch
	patches.suse/0365-drm-amd-pm-relocate-the-power-related-headers.patch
	patches.suse/0366-drm-amd-pm-drop-unnecessary-gfxoff-controls.patch
	patches.suse/0367-drm-amd-pm-revise-the-performance-level-setting-APIs.patch
	patches.suse/0368-drm-amd-pm-unified-lock-protections-in-amdgpu_dpm.c.patch
	patches.suse/0369-drm-amdgpu-wrap-those-atombios-APIs-used-by-SI-under.patch
	patches.suse/0370-drm-amd-pm-drop-those-unrealistic-thermal_type-check.patch
	patches.suse/0371-drm-amdgpu-pm-move-additional-logic-into-amdgpu_dpm_.patch
	patches.suse/0372-drm-amd-pm-correct-the-checks-for-fan-attributes-sup.patch
	patches.suse/0373-drm-amdgpu-Unify-ras-block-interface-for-each-ras-bl.patch
	patches.suse/0374-drm-amdgpu-Modify-the-compilation-failed-problem-whe.patch
	patches.suse/0375-drm-amdgpu-Modify-gfx-block-to-fit-for-the-unified-r.patch
	patches.suse/0376-drm-amdgpu-Modify-xgmi-block-to-fit-for-the-unified-.patch
	patches.suse/0377-drm-amdgpu-Modify-hdp-block-to-fit-for-the-unified-r.patch
	patches.suse/0378-drm-amdgpu-Modify-mmhub-block-to-fit-for-the-unified.patch
	patches.suse/0379-drm-amdgpu-Modify-nbio-block-to-fit-for-the-unified-.patch
	patches.suse/0380-drm-amdgpu-Modify-umc-block-to-fit-for-the-unified-r.patch
	patches.suse/0381-drm-amdgpu-Modify-sdma-block-to-fit-for-the-unified-.patch
	patches.suse/0382-drm-amdgpu-Modify-mca-block-to-fit-for-the-unified-r.patch
	patches.suse/0383-drm-amdgpu-Adjust-error-inject-function-code-style-i.patch
	patches.suse/0384-drm-amdgpu-Removed-redundant-ras-code.patch
	patches.suse/0385-drm-amdgpu-improve-debug-VRAM-access-performance-usi.patch
	patches.suse/0386-drm-amdgpu-cleanup-ttm-debug-sdma-vram-access-functi.patch
	patches.suse/0387-drm-amdkfd-Fix-indentation-on-switch-statement.patch
	patches.suse/0388-drm-amdgpu-Add-interface-to-load-SRIOV-cap-FW.patch
	patches.suse/0389-drm-amdgpu-Add-ras-supported-check-for-register_ras_.patch
	patches.suse/0390-drm-amdgpu-No-longer-insert-ras-blocks-into-ras_list.patch
	patches.suse/0391-drm-amdgpu-remove-unneeded-semicolon.patch
	patches.suse/0392-drm-amdgpu-clean-up-some-inconsistent-indenting.patch
	patches.suse/0393-drm-amdgpu-Use-ARRAY_SIZE-to-get-array-length.patch
	patches.suse/0394-drm-amdgpu-fix-compile-warning-for-ras_block_match_d.patch
	patches.suse/0395-drm-amd-pm-fix-null-ptr-access.patch
	patches.suse/0396-drm-amd-pm-Replace-one-element-array-with-flexible-a.patch
	patches.suse/0397-drm-amd-display-Remove-redundant-initialization-of-d.patch
	patches.suse/0398-drm-amd-pm-Update-smu-driver-interface-for-sienna-ci.patch
	patches.suse/0399-drm-amdgpu-add-new-query-interface-for-umc_v8_7-bloc.patch
	patches.suse/0400-drm-amd-pm-add-message-smu-to-get-ecc_table.patch
	patches.suse/0401-drm-amdgpu-handle-denied-inject-error-into-critical-.patch
	patches.suse/0402-drm-amdgpu-drop-redundant-check-of-ip-discovery_bin.patch
	patches.suse/0403-drm-amdgpu-Fix-the-code-style-warnings-in-amdgpu_ras.patch
	patches.suse/0404-drm-amdgpu-Fix-the-code-style-warnings-in-gfx.patch
	patches.suse/0405-drm-amdgpu-Fix-the-code-style-warnings-in-gmc.patch
	patches.suse/0406-drm-amdgpu-Fix-the-code-style-warnings-in-sdma.patch
	patches.suse/0407-drm-amdgpu-Fix-the-code-style-warnings-in-hdp-xgmi-m.patch
	patches.suse/0408-drm-amd-pm-Enable-sysfs-required-by-rocm-smi-tool-fo.patch
	patches.suse/0409-drm-amd-display-Disabled-seamless-boots-on-DP-and-re.patch
	patches.suse/0410-drm-amd-display-adjust-bit-comparison-to-be-more-typ.patch
	patches.suse/0411-drm-amd-display-support-new-PMFW-interface-to-disabl.patch
	patches.suse/0412-drm-amd-display-3.2.168.patch
	patches.suse/0413-drm-amd-display-move-FPU-associated-DCN302-code-to-D.patch
	patches.suse/0414-drm-amd-display-modify-SMU_TIMEOUT-macro.patch
	patches.suse/0415-drm-amd-display-DCEFCLK-DS-on-CLK-init.patch
	patches.suse/0416-drm-amd-display-Fix-black-screen-issue-on-memory-clo.patch
	patches.suse/0417-drm-amd-display-update-dml-to-rev.99-and-smu-clk_tab.patch
	patches.suse/drm-amd-display-Add-signal-type-check-when-verify-st.patch
	patches.suse/0419-drm-amd-display-FW-Promotion-Release-0.0.100.0.patch
	patches.suse/0420-drm-amd-display-3.2.169.patch
	patches.suse/0421-drm-amd-display-move-calcs-folder-into-DML.patch
	patches.suse/0422-drm-amdgpu-Add-missing-pm_runtime_put_autosuspend.patch
	patches.suse/0423-drm-radeon-fix-UVD-suspend-error.patch
	patches.suse/0424-amdgpu-amdgpu_psp-remove-unneeded-ret-variable.patch
	patches.suse/0425-drm-amdgpu-add-vram-check-function-for-GMC.patch
	patches.suse/0426-drm-amdgpu-modify-a-pair-of-functions-for-the-pcie-p.patch
	patches.suse/0427-drm-amdgpu-Remove-repeated-calls.patch
	patches.suse/0428-drm-amdgpu-remove-unused-variable.patch
	patches.suse/0429-drm-amdgpu-remove-unused-variable-warning.patch
	patches.suse/0430-drm-amdgpu-remove-gart.ready-flag.patch
	patches.suse/0431-drm-amdgpu-fix-broken-debug-sdma-vram-access-functio.patch
	patches.suse/0432-drm-amdkfd-enable-heavy-weight-TLB-flush-on-Arcturus.patch
	patches.suse/0433-drm-amdgpu-fix-convert-bad-page-retiremt.patch
	patches.suse/0434-drm-amdgpu-fix-the-page-fault-caused-by-uninitialize.patch
	patches.suse/0435-drm-amdgpu-Disable-FRU-EEPROM-access-for-SRIOV.patch
	patches.suse/0436-drm-amd-Fix-MSB-of-SMU-version-printing.patch
	patches.suse/0437-drm-amdgpu-enable-amdgpu_dc-module-parameter.patch
	patches.suse/drm-amdgpu-suppress-the-warning-about-enum-value-AMD.patch
	patches.suse/0439-drm-amd-pm-drop-unneeded-lock-protection-smu-mutex.patch
	patches.suse/0440-drm-amd-pm-drop-unneeded-vcn-jpeg_gate_lock.patch
	patches.suse/0441-drm-amd-pm-drop-unneeded-smu-metrics_lock.patch
	patches.suse/0442-drm-amd-pm-drop-unneeded-smu-sensor_lock.patch
	patches.suse/0443-drm-amd-pm-drop-unneeded-smu_baco-mutex.patch
	patches.suse/0444-drm-amd-pm-drop-unneeded-feature-mutex.patch
	patches.suse/0445-drm-amd-pm-drop-unneeded-hwmgr-smu_lock.patch
	patches.suse/0446-drm-amd-display-Not-to-call-dpcd_set_source_specific.patch
	patches.suse/0447-drm-amdgpu-drop-WARN_ON-in-amdgpu_gart_bind-unbind.patch
	patches.suse/0448-drm-amd-pm-use-dev_-to-print-output-in-multiple-GPUs.patch
	patches.suse/drm-amd-amdgpu-amdgpu_cs-fix-refcount-leak-of-a-dma_.patch
	patches.suse/0450-drm-amd-pm-remove-useless-if.patch
	patches.suse/drm-amd-display-Fix-memory-leak.patch
	patches.suse/0452-drm-amd-display-clean-up-some-inconsistent-indenting.patch
	patches.suse/0453-drm-amdgpu-add-helper-to-query-rlcg-reg-access-flag.patch
	patches.suse/0454-drm-amdgpu-switch-to-get_rlcg_reg_access_flag-for-gf.patch
	patches.suse/0455-drm-amdgpu-switch-to-get_rlcg_reg_access_flag-for-gf.patch
	patches.suse/0456-drm-amdgpu-add-structures-for-rlcg-indirect-reg-acce.patch
	patches.suse/0457-drm-amdgpu-init-rlcg_reg_access_ctrl-for-gfx9.patch
	patches.suse/0458-drm-amdgpu-init-rlcg_reg_access_ctrl-for-gfx10.patch
	patches.suse/0459-drm-amdgpu-add-helper-for-rlcg-indirect-reg-access.patch
	patches.suse/0460-drm-amdgpu-switch-to-amdgpu_sriov_rreg-wreg.patch
	patches.suse/0461-drm-amdgpu-retire-rlc-callbacks-sriov_rreg-wreg.patch
	patches.suse/0462-drm-amdgpu-switch-to-common-helper-to-read-bios-from.patch
	patches.suse/0463-drm-amdgpu-fix-channel-index-mapping-for-SIENNA_CICH.patch
	patches.suse/0464-drm-amdgpu-Move-xgmi-ras-initialization-from-.late_i.patch
	patches.suse/0465-Revert-drm-amdgpu-No-longer-insert-ras-blocks-into-r.patch
	patches.suse/0466-drm-amd-pm-add-get_dpm_ultimate_freq-function-for-cy.patch
	patches.suse/0467-drm-amd-pm-use-existing-fini_smc_tables-function-for.patch
	patches.suse/0468-drm-amd-display-factor-out-dp-detection-link-trainin.patch
	patches.suse/0469-drm-amd-display-Add-work-around-to-enforce-TBT3-comp.patch
	patches.suse/0470-drm-amd-display-Drop-DCN-for-DP2.x-logic.patch
	patches.suse/0471-drm-amd-display-abstract-encoder-related-hwseq-acros.patch
	patches.suse/0472-drm-amd-display-add-more-link_hwss-types-and-method-.patch
	patches.suse/0473-drm-amd-display-rename-dc_link_hwss-struct-to-link_h.patch
	patches.suse/0474-drm-amd-display-fix-a-coding-error-causing-set-throt.patch
	patches.suse/0475-drm-amd-display-Don-t-update-drm-connector-when-read.patch
	patches.suse/0476-drm-amd-display-add-protection-in-link-encoder-match.patch
	patches.suse/0477-drm-amd-display-do-not-compare-integers-of-different.patch
	patches.suse/0478-drm-amd-display-Driver-support-for-MCLK-query-tool.patch
	patches.suse/0479-drm-amd-display-Change-error-to-warning-when-hpd-rem.patch
	patches.suse/0480-drm-amd-display-Only-set-PSR-version-when-valid.patch
	patches.suse/0481-drm-amd-display-Change-return-type-of-dm_helpers_dp_.patch
	patches.suse/drm-amd-display-Use-PSR-version-selected-during-set_.patch
	patches.suse/0483-drm-amd-display-Add-Cable-ID-support-for-native-DP.patch
	patches.suse/0484-drm-amd-display-Add-Synaptics-Fifo-Reset-Workaround.patch
	patches.suse/0485-drm-amd-display-Retrieve-MST-Downstream-Port-Status.patch
	patches.suse/0486-drm-amd-display-Add-DSC-Enable-for-Synaptics-Hub.patch
	patches.suse/0487-drm-amd-display-Support-synchronized-indirect-reg-ac.patch
	patches.suse/0488-drm-amd-display-remove-PHY-repeater-count-check-for-.patch
	patches.suse/0489-drm-amd-display-Update-VSC-HDR-infoPacket-on-TF-chan.patch
	patches.suse/0490-drm-amd-display-FW-Promotion-Release-0.0.101.0.patch
	patches.suse/0491-drm-amd-display-Reset-preferred-training-settings-im.patch
	patches.suse/0492-drm-amd-display-3.2.170.patch
	patches.suse/0493-drm-amd-display-Remove-unnecessary-function-definiti.patch
	patches.suse/0494-drm-amd-display-allow-set-dp-drive-setting-when-stre.patch
	patches.suse/0495-drm-amd-display-Fix-disabling-dccg-clocks.patch
	patches.suse/0496-drm-amd-display-Disable-physym-clock.patch
	patches.suse/0497-drm-amd-display-fix-zstate-allow-interface-to-PMFW.patch
	patches.suse/0498-drm-amd-display-add-debug-option-for-z9-disable-inte.patch
	patches.suse/0499-drm-amd-display-Call-dc_stream_release-for-remove-li.patch
	patches.suse/0500-drm-amdgpu-pm-smu7-drop-message-about-VI-performance.patch
	patches.suse/0501-drm-amdgpu-set-APU-flag-based-on-IP-discovery-table.patch
	patches.suse/0502-drm-amdgpu-move-PX-checking-into-amdgpu_device_ip_ea.patch
	patches.suse/0503-drm-amdgpu-move-runtime-pm-init-after-drm-and-fbdev-.patch
	patches.suse/0504-drm-amdgpu-handle-BACO-synchronization-with-secondar.patch
	patches.suse/0505-drm-amdgpu-convert-amdgpu_display_supported_domains-.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/0508-drm-radeon-remove-redundant-assignment-to-reg.patch
	patches.suse/0509-drm-amd-display-don-t-use-for-non-kernel-doc-comment.patch
	patches.suse/0510-drm-amdgpu-convert-to-NBIO-IP-version-checking.patch
	patches.suse/0511-drm-amdgpu-convert-to-UVD-IP-version-checking.patch
	patches.suse/0512-drm-amd-display-convert-to-DCE-IP-version-checking.patch
	patches.suse/0513-drm-amdgpu-add-determine-passthrough-under-arm64.patch
	patches.suse/0514-drm-amdkfd-enable-heavy-weight-TLB-flush-on-Vega20.patch
	patches.suse/drm-amdkfd-Don-t-take-process-mutex-for-svm-ioctls.patch
	patches.suse/0516-drm-amdkfd-Ensure-mm-remain-valid-in-svm-deferred_li.patch
	patches.suse/0517-drm-amdkfd-svm-range-restore-work-deadlock-when-proc.patch
	patches.suse/0518-drm-amd-display-Add-Missing-HPO-Stream-Encoder-Funct.patch
	patches.suse/0519-drm-amd-pm-fix-the-deadlock-observed-on-performance_.patch
	patches.suse/0520-drm-amdgpu-Fix-an-error-message-in-rmmod.patch
	patches.suse/0521-drm-amdgpu-Wipe-all-VRAM-on-free-when-RAS-is-enabled.patch
	patches.suse/0522-drm-amdgpu-add-umc_fill_error_record-to-make-code-mo.patch
	patches.suse/0523-drm-amdgpu-increase-bad-page-number-for-umc-ras-quer.patch
	patches.suse/0524-drm-amdgpu-update-algorithm-of-umc-address-conversio.patch
	patches.suse/0525-drm-amdgpu-get-hash-bit-for-CH4-in-umc-channel-index.patch
	patches.suse/0526-drm-amd-display-Fix-unused-variable-warning.patch
	patches.suse/0527-drm-amdgpu-convert-code-name-to-ip-version-for-athub.patch
	patches.suse/0528-drm-amdgpu-add-1.3.1-2.4.0-athub-CG-support.patch
	patches.suse/0529-drm-amd-Expose-the-FRU-SMU-I2C-bus.patch
	patches.suse/0530-drm-amd-Enable-FRU-EEPROM-for-Sienna-Cichlid.patch
	patches.suse/0531-drm-amdgpu-swsmu-i2c-return-an-error-if-the-SMU-is-n.patch
	patches.suse/0532-drm-amdgpu-UAPI-add-new-CTX-OP-to-get-set-stable-pst.patch
	patches.suse/0533-drm-amdgpu-bump-driver-version-for-new-CTX-OP-to-set.patch
	patches.suse/0534-drm-amd-amdgpu-fix-spelling-mistake-disbale-disable.patch
	patches.suse/0535-drm-amdgpu-Wrong-order-for-config-and-counter_id-par.patch
	patches.suse/0536-drm-amd-Only-run-s3-or-s0ix-if-system-is-configured-.patch
	patches.suse/0537-drm-amdgpu-remove-duplicate-include-in-amdgpu_device.patch
	patches.suse/0538-drm-amd-pm-remove-duplicate-include-in-arcturus_ppt..patch
	patches.suse/0539-drm-amd-display-fix-spelling-mistake-synatpics-synap.patch
	patches.suse/0540-drm-amdkfd-Fix-variable-set-but-not-used-warning.patch
	patches.suse/0541-drm-amdgpu-Add-judgement-to-avoid-infinite-loop.patch
	patches.suse/0542-drm-amdgpu-Fix-uninitialized-variable-use-warning.patch
	patches.suse/0543-drm-amdgpu-drop-flood-print-in-rlcg-reg-access-funct.patch
	patches.suse/0544-drm-amd-display-Add-link-enc-null-ptr-check-for-cabl.patch
	patches.suse/0545-drm-amd-display-Improve-dce_aux_transfer_with_retrie.patch
	patches.suse/0546-drm-amd-display-add-infoframe-update-sequence-debug-.patch
	patches.suse/0547-drm-amd-display-add-setup-reset-stream-encoder-to-li.patch
	patches.suse/0548-drm-amd-display-refactor-destructive-verify-link-cap.patch
	patches.suse/0549-drm-amd-display-add-enable-disable-dp-link-output-to.patch
	patches.suse/0550-drm-amd-display-add-set-dp-link-test-pattern-to-link.patch
	patches.suse/0551-drm-amd-display-add-set-dp-lane-settings-to-link_hws.patch
	patches.suse/0552-drm-amd-display-temporarly-move-non-link_hwss-code-t.patch
	patches.suse/0553-drm-amd-display-move-get_link_hwss-to-dc_resource.patch
	patches.suse/0554-drm-amd-display-move-link_hwss-to-link-folder-and-br.patch
	patches.suse/0555-drm-amd-display-FW-Promotion-Release-0.0.102.0.patch
	patches.suse/0556-drm-amd-display-3.2.171.patch
	patches.suse/0557-drm-amd-display-Trigger-DP2-Sequence-With-Uncertifie.patch
	patches.suse/0558-drm-amd-display-clean-up-some-inconsistent-indenting.patch
	patches.suse/0559-drm-amdgpu-lower-BUG_ON-into-WARN_ON-for-AMDGPU_PL_P.patch
	patches.suse/0560-drm-amdgpu-rework-GART-copy-window-handling.patch
	patches.suse/0561-drm-amdgpu-restructure-amdgpu_fill_buffer-v2.patch
	patches.suse/0562-drm-amd-avoid-suspend-on-dGPUs-w-s2idle-support-when.patch
	patches.suse/0563-drm-amdgpu-limit-the-number-of-dst-address-in-trace.patch
	patches.suse/0564-amdgpu-pm-Implement-new-API-function-emit-that-accep.patch
	patches.suse/0565-drm-amd-display-Use-NULL-pointer-instead-of-plain-in.patch
	patches.suse/0566-drm-amdgpu-add-some-lockdep-checks-to-the-VM-code.patch
	patches.suse/0567-drm-amdgpu-rename-amdgpu_vm_bo_rmv-to-_del.patch
	patches.suse/0568-drm-amdgpu-Print-once-if-RAS-unsupported.patch
	patches.suse/0569-drm-amdkfd-CRIU-Introduce-Checkpoint-Restore-APIs.patch
	patches.suse/0570-drm-amdkfd-CRIU-Implement-KFD-process_info-ioctl.patch
	patches.suse/0571-drm-amdkfd-CRIU-Implement-KFD-checkpoint-ioctl.patch
	patches.suse/0572-drm-amdkfd-CRIU-Implement-KFD-restore-ioctl.patch
	patches.suse/0573-drm-amdkfd-CRIU-Implement-KFD-resume-ioctl.patch
	patches.suse/0574-drm-amdkfd-CRIU-Implement-KFD-unpause-operation.patch
	patches.suse/0575-drm-amdkfd-CRIU-add-queues-support.patch
	patches.suse/0576-drm-amdkfd-CRIU-restore-queue-ids.patch
	patches.suse/0577-drm-amdkfd-CRIU-restore-sdma-id-for-queues.patch
	patches.suse/0578-drm-amdkfd-CRIU-restore-queue-doorbell-id.patch
	patches.suse/0579-drm-amdkfd-CRIU-checkpoint-and-restore-queue-mqds.patch
	patches.suse/0580-drm-amdkfd-CRIU-checkpoint-and-restore-queue-control.patch
	patches.suse/0581-drm-amdkfd-CRIU-checkpoint-and-restore-events.patch
	patches.suse/0582-drm-amdkfd-CRIU-implement-gpu_id-remapping.patch
	patches.suse/0583-drm-amdkfd-CRIU-export-BOs-as-prime-dmabuf-objects.patch
	patches.suse/0584-drm-amdkfd-CRIU-checkpoint-and-restore-xnack-mode.patch
	patches.suse/0585-drm-amdkfd-CRIU-allow-external-mm-for-svm-ranges.patch
	patches.suse/0586-drm-amdkfd-use-user_gpu_id-for-svm-ranges.patch
	patches.suse/0587-drm-amdkfd-CRIU-Discover-svm-ranges.patch
	patches.suse/0588-drm-amdkfd-CRIU-Save-Shared-Virtual-Memory-ranges.patch
	patches.suse/0589-drm-amdkfd-CRIU-prepare-for-svm-resume.patch
	patches.suse/0590-drm-amdkfd-CRIU-resume-shared-virtual-memory-ranges.patch
	patches.suse/0591-drm-amdkfd-Bump-up-KFD-API-version-for-CRIU.patch
	patches.suse/0592-drm-amdgpu-Nerf-buff-to-buf.patch
	patches.suse/0593-drm-amdgpu-Don-t-offset-by-2-in-FRU-EEPROM.patch
	patches.suse/0594-drm-amdgpu-Prevent-random-memory-access-in-FRU-code.patch
	patches.suse/drm-amdgpu-Fix-recursive-locking-warning.patch
	patches.suse/0596-drm-amdgpu-Set-FRU-bus-for-Aldebaran-and-Vega-20.patch
	patches.suse/0597-drm-amdgpu-Fixed-the-defect-of-soft-lock-caused-by-i.patch
	patches.suse/0598-Revert-drm-amdgpu-Add-judgement-to-avoid-infinite-lo.patch
	patches.suse/0599-drm-amdgpu-fix-list-add-issue-in-vram-reserve.patch
	patches.suse/0600-drm-amdgpu-check-the-GART-table-before-invalidating-.patch
	patches.suse/0601-drm-amd-pm-correct-the-way-for-retrieving-enabled-pp.patch
	patches.suse/0602-drm-amd-pm-unify-the-interface-for-retrieving-enable.patch
	patches.suse/0603-drm-amd-pm-update-the-data-type-for-retrieving-enabl.patch
	patches.suse/0604-drm-amd-pm-correct-the-usage-for-supported-member-of.patch
	patches.suse/0605-drm-amd-pm-drop-the-cache-for-enabled-ppfeatures.patch
	patches.suse/0606-drm-amd-pm-avoid-consecutive-retrieving-for-enabled-.patch
	patches.suse/0607-drm-amd-pm-revise-the-implementation-of-smu_cmn_disa.patch
	patches.suse/0608-drm-amd-display-Fix-for-variable-may-be-used-uniniti.patch
	patches.suse/0609-drm-amd-display-limit-unbounded-requesting-to-5k.patch
	patches.suse/0610-drm-amd-display-remove-static-from-optc31_set_drr.patch
	patches.suse/0611-drm-amdgpu-display-dc-do-blocked-MST-topology-discov.patch
	patches.suse/0612-drm-amd-display-change-fastboot-timing-validation.patch
	patches.suse/0613-drm-amd-display-Fix-DP-LT-sequence-on-EQ-fail.patch
	patches.suse/0614-drm-amd-display-FW-Promotion-Release-0.0.103.0.patch
	patches.suse/0615-drm-amd-display-3.2.172.patch
	patches.suse/0616-drm-amd-display-handle-null-link-encoder.patch
	patches.suse/0617-drm-amdgpu-move-lockdep-assert-to-the-right-place.patch
	patches.suse/0618-drm-amdgpu-reserve-the-pd-while-cleaning-up-PRTs.patch
	patches.suse/0619-drm-amd-pm-fix-error-handling.patch
	patches.suse/0620-drm-amd-pm-add-missing-prototypes-to-amdgpu_dpm_inte.patch
	patches.suse/0621-drm-amdgpu-drop-experimental-flag-on-aldebaran.patch
	patches.suse/0622-drm-amdgpu-add-missing-license-to-dpcs_3_0_0-headers.patch
	patches.suse/0623-drm-amdgpu-move-dpcs_3_0_0-headers-from-dcn-to-dpcs.patch
	patches.suse/0624-drm-amdgpu-move-dpcs_3_0_3-headers-from-dcn-to-dpcs.patch
	patches.suse/0625-drm-amdkfd-rename-kfd_process_vm_fault-to-kfd_dqm_ev.patch
	patches.suse/0626-drm-amdkfd-use-unmap-all-queues-for-poison-consumpti.patch
	patches.suse/0627-drm-amd-pm-drm-amd-pm-disable-GetPptLimit-message-in.patch
	patches.suse/0628-drm-amdkfd-Fix-TLB-flushing-in-KFD-SVM-with-no-HWS.patch
	patches.suse/0629-drm-amdkfd-Remove-unused-old-debugger-implementation.patch
	patches.suse/0630-drm-amdkfd-Consolidate-MQD-manager-functions.patch
	patches.suse/0631-drm-radeon-uvd-Fix-forgotten-unmap-buffer-objects.patch
	patches.suse/0632-drm-amd-amdgpu-amdgpu_uvd-Fix-forgotten-unmap-buffer.patch
	patches.suse/0633-drm-amd-pm-correct-hwmon-power-label-name.patch
	patches.suse/0634-drm-amdgpu-fix-gmc-init-fail-in-sriov-mode.patch
	patches.suse/0635-drm-amd-pm-fix-enabled-features-retrieving-on-Renoir.patch
	patches.suse/0636-drm-amdkfd-CRIU-fix-a-NULL-vs-IS_ERR-check.patch
	patches.suse/0637-drm-amdkfd-CRIU-return-EFAULT-for-copy_to_user-failu.patch
	patches.suse/0638-drm-amdkfd-fix-freeing-an-unset-pointer.patch
	patches.suse/0639-drm-amd-display-extend-dcn201-support.patch
	patches.suse/0640-drm-amdkfd-fix-loop-error-handling.patch
	patches.suse/0641-drm-amdgpu-add-support-for-GC-10.1.4.patch
	patches.suse/0642-drm-amdgpu-loose-check-for-umc-poison-mode.patch
	patches.suse/0643-amdgpu-pm-Implement-emit_clk_levels-for-navi10.patch
	patches.suse/0644-amdgpu-pm-Add-emit_clock_levels-calls.patch
	patches.suse/0645-drm-amd-pm-fulfill-the-support-for-DriverSmuConfig-t.patch
	patches.suse/0646-drm-amdgpu-Reset-OOB-table-error-count-info.patch
	patches.suse/0647-drm-amdgpu-remove-ctx-lock.patch
	patches.suse/0648-drm-amdgpu-adjust-register-address-calculation.patch
	patches.suse/0649-drm-amdkfd-CRIU-fix-extra-whitespace-and-block-comme.patch
	patches.suse/0650-drm-amdkfd-Fix-prototype-warning-for-get_process_num.patch
	patches.suse/0651-drm-amdkfd-replace-err-by-dbg-print-at-svm-vram-migr.patch
	patches.suse/0652-drm-amdgpu-Fix-some-kerneldoc-warnings.patch
	patches.suse/0653-drm-amdgpu-Show-IP-discovery-in-sysfs.patch
	patches.suse/0654-drm-amdkfd-update-SPDX-license-header.patch
	patches.suse/0655-drm-amdkfd-Fix-leftover-errors-and-warnings.patch
	patches.suse/0656-drm-amdgpu-Fix-a-kerneldoc-warning.patch
	patches.suse/0657-drm-amdgpu-no-rlcg-legacy-read-in-SRIOV-case.patch
	patches.suse/0658-drm-amdgpu-Optimize-xxx_ras_late_init-xxx_ras_late_f.patch
	patches.suse/0659-drm-amdgpu-Optimize-amdgpu_gfx_ras_late_init-amdgpu_.patch
	patches.suse/0660-drm-amdgpu-Optimize-amdgpu_hdp_ras_late_init-amdgpu_.patch
	patches.suse/0661-drm-amdgpu-Optimize-amdgpu_mca_ras_late_init-amdgpu_.patch
	patches.suse/0662-drm-amdgpu-Optimize-amdgpu_mmhub_ras_late_init-amdgp.patch
	patches.suse/0663-drm-amdgpu-Optimize-amdgpu_nbio_ras_late_init-amdgpu.patch
	patches.suse/0664-drm-amdgpu-Optimize-amdgpu_sdma_ras_late_init-amdgpu.patch
	patches.suse/0665-drm-amdgpu-Optimize-amdgpu_umc_ras_late_init-amdgpu_.patch
	patches.suse/0666-drm-amdgpu-Optimize-amdgpu_xgmi_ras_late_init-amdgpu.patch
	patches.suse/0667-drm-amdgpu-Optimize-operating-sysfs-and-interrupt-fu.patch
	patches.suse/0668-drm-amdgpu-Merge-amdgpu_ras_late_init-amdgpu_ras_lat.patch
	patches.suse/0669-drm-amdgpu-print-more-error-info.patch
	patches.suse/0670-drm-amdgpu-Handle-the-GPU-recovery-failure-in-SRIOV-.patch
	patches.suse/0671-drm-amdkfd-remove-unneeded-unmap-single-queue-option.patch
	patches.suse/0672-drm-amdkfd-navi2x-requires-extended-engines-to-map-a.patch
	patches.suse/0673-drm-amd-display-reset-lane-settings-after-each-PHY-r.patch
	patches.suse/0674-drm-amdgpu-check-return-status-before-using-stable_p.patch
	patches.suse/0675-drm-amdgpu-sdma5.2-Adjust-the-name-string-for-firmwa.patch
	patches.suse/0676-drm-amd-pm-correct-the-default-DriverSmuConfig-table.patch
	patches.suse/drm-amd-pm-enable-pm-sysfs-write-for-one-VF-mode.patch
	patches.suse/0678-drm-amd-pm-fulfill-Navi1x-implementations-for-Driver.patch
	patches.suse/0679-drm-amd-pm-fulfill-Sienna_Cichlid-implementations-fo.patch
	patches.suse/0680-drm-amd-display-Fix-for-dmub-outbox-notification-ena.patch
	patches.suse/0681-drm-amd-display-dsc-mst-re-compute-pbn-for-changes-o.patch
	patches.suse/0682-drm-amd-display-make-sure-pipe-power-gating-reach-re.patch
	patches.suse/0683-drm-amdgpu-Add-harvest-to-IP-discovery-sysfs.patch
	patches.suse/0684-drm-amd-display-enable-z9-denial-interface-by-defaul.patch
	patches.suse/drm-amd-display-Add-affected-crtcs-to-atomic-state-f.patch
	patches.suse/0686-drm-amd-display-FW-Promotion-Release-0.0.104.0.patch
	patches.suse/0687-drm-amd-display-3.2.173.patch
	patches.suse/0688-drm-amd-display-add-dsc-mst-stream-pbn-log-for-debug.patch
	patches.suse/0689-drm-amdgpu-Fix-wait-for-RLCG-command-completion.patch
	patches.suse/0690-drm-amd-display-Add-dsc-pre-validation-in-atomic-che.patch
	patches.suse/0691-drm-amdkfd-Replace-zero-length-array-with-flexible-a.patch
	patches.suse/0692-drm-amdkfd-add-return-value-check-for-queue-eviction.patch
	patches.suse/0693-drm-amdgpu-make-cyan-skillfish-support-code-more-con.patch
	patches.suse/0694-drm-amdgpu-discovery-add-nbio-sw-func-for-7.5.1-nbio.patch
	patches.suse/0695-drm-amd-smu7-downgrade-voltage-error-to-info.patch
	patches.suse/0696-drm-amdgpu-discovery-Add-13.0.9-SMUIO-block.patch
	patches.suse/0697-drm-amdgpu-discovery-set-sw-common-init-for-GC-10.3..patch
	patches.suse/0698-drm-amdgpu-set-new-revision-id-for-10.3.7-GC.patch
	patches.suse/0699-drm-amdgpu-update-vcn-jpeg-PG-flags-for-VCN-3.1.1.patch
	patches.suse/0700-drm-amdgpu-gmc10-add-support-for-GC-10.3.7.patch
	patches.suse/0701-drm-amdgpu-psp-Add-support-for-MP0-13.0.8.patch
	patches.suse/0702-drm-amd-pm-Add-support-for-MP1-13.0.8.patch
	patches.suse/0703-drm-amdgpu-sdma5.2-add-support-for-SDMA-5.2.7.patch
	patches.suse/0704-drm-amdkfd-Replace-zero-length-array-with-flexible-a.patch
	patches.suse/0705-drm-amdgpu-gfx10-Add-GC-10.3.7-Support.patch
	patches.suse/0706-drm-amd-include-Add-register-headers-for-DCN-3.1.6.patch
	patches.suse/0707-drm-amd-include-Add-MP-13.0.8-register-headers.patch
	patches.suse/0708-drm-amd-display-configure-dc-hw-resource-for-DCN-3.1.patch
	patches.suse/0709-drm-amd-display-Add-DMUB-support-for-DCN316.patch
	patches.suse/0710-drm-amd-display-Add-DCN316-resource-and-SMU-clock-ma.patch
	patches.suse/0711-drm-amdgpu-discovery-Add-sw-DM-function-for-3.1.6-DC.patch
	patches.suse/0712-drm-amdgpu-Modify-.ras_late_init-function-pointer-pa.patch
	patches.suse/0713-drm-amdgpu-Remove-redundant-calls-of-ras_late_init-i.patch
	patches.suse/0714-drm-amdgpu-Remove-redundant-calls-of-ras_late_init-i.patch
	patches.suse/0715-drm-amdgpu-Remove-redundant-calls-of-ras_late_init-i.patch
	patches.suse/0716-drm-amdgpu-Optimize-xxx_ras_late_init-function-of-ea.patch
	patches.suse/0717-drm-amdgpu-define-amdgpu_ras_late_init-to-call-all-r.patch
	patches.suse/0718-drm-amdgpu-Remove-redundant-.ras_late_init-initializ.patch
	patches.suse/0719-drm-amdgpu-Fix-ARM-compilation-warning.patch
	patches.suse/0720-drm-amd-Refactor-amdgpu_aspm-to-be-evaluated-per-dev.patch
	patches.suse/0721-drm-amd-Use-amdgpu_device_should_use_aspm-on-navi-um.patch
	patches.suse/0722-drm-amd-amdgpu-Add-APU-flag-to-gca_config-debugfs-da.patch
	patches.suse/0723-drm-amdgpu-Dynamically-initialize-IP-instance-attrib.patch
	patches.suse/0011-drm-amdgpu-fix-amdgpu_ras_block_late_init-error-hand.patch
	patches.suse/0725-drm-amdgpu-smu11.5-restore-cclks-in-vangogh_set_perf.patch
	patches.suse/0726-drm-amdgpu-add-nv-common-init-for-gc-10.3.6.patch
	patches.suse/0727-drm-amdgpu-add-Clock-and-Power-Gating-support-for-gc.patch
	patches.suse/0728-drm-amdgpu-add-support-for-gmc10-for-gc-10.3.6.patch
	patches.suse/0729-drm-amdgpu-add-gc-10.3.6-support.patch
	patches.suse/0730-drm-amdkfd-Use-proper-enum-in-pm_unmap_queues_v9.patch
	patches.suse/0731-drm-i915-group-i915_drv.h-forward-declarations-toget.patch
	patches.suse/0732-drm-i915-color-hide-struct-intel_color_funcs.patch
	patches.suse/0733-drm-i915-hpd-hide-struct-intel_hotplug_funcs.patch
	patches.suse/0734-drm-i915-fdi-hide-struct-intel_fdi_funcs.patch
	patches.suse/0735-drm-i915-dpll-add-intel_dpll_crtc_compute_clock.patch
	patches.suse/0736-drm-i915-dpll-hide-struct-intel_dpll_funcs.patch
	patches.suse/0737-drm-i915-pm-hide-struct-drm_i915_clock_gating_funcs.patch
	patches.suse/0738-drm-i915-Move-vblank-waits-out-from-IPS-code.patch
	patches.suse/0739-drm-i915-Change-IPS-calling-convention.patch
	patches.suse/0740-drm-i915-Hoover-the-IPS-enable-disable-calls-into-th.patch
	patches.suse/0741-drm-i915-Move-the-IPS-code-to-its-own-file.patch
	patches.suse/0742-drm-i915-Extract-hsw_ips_get_config.patch
	patches.suse/0743-drm-i915-Fix-IPS-disable-in-intel_plane_disable_noat.patch
	patches.suse/0744-drm-i915-move-intel_hws_csb_write_index-out-of-i915_.patch
	patches.suse/0745-drm-i915-move-the-DRIVER_-macros-to-i915_driver.-ch.patch
	patches.suse/0746-drm-i915-opregion-abstract-the-check-for-valid-swsci.patch
	patches.suse/0747-drm-i915-opregion-early-exit-from-encoder-notify-if-.patch
	patches.suse/0748-drm-i915-opregion-handle-SWSCI-Mailbox-2-obsoletion.patch
	patches.suse/0749-drm-i915-opregion-debug-log-about-Mailbox-2-for-back.patch
	patches.suse/0750-drm-dp-add-drm_dp_128b132b_read_aux_rd_interval.patch
	patches.suse/0751-drm-dp-add-128b-132b-link-status-helpers-from-DP-2.0.patch
	patches.suse/0752-drm-dp-add-some-new-DPCD-macros-from-DP-2.0-E11.patch
	patches.suse/0753-drm-i915-dp-move-intel_dp_prepare_link_train-call.patch
	patches.suse/0754-drm-i915-dp-rewrite-DP-2.0-128b-132b-link-training-b.patch
	patches.suse/0755-drm-i915-dp-add-128b-132b-support-to-link-status-che.patch
	patches.suse/0756-drm-i915-mst-update-slot-information-for-128b-132b.patch
	patches.suse/0757-drm-i915-split-out-i915_gem_internal.h-from-i915_drv.patch
	patches.suse/0758-drm-i915-remove-leftover-i915_gem_pm.h-declarations-.patch
	patches.suse/0759-drm-i915-selftests-Disable-runtime-pm-wakeref-tracki.patch
	patches.suse/0760-drm-i915-split-out-gem-i915_gem_dmabuf.h-from-i915_d.patch
	patches.suse/0761-drm-i915-split-out-gem-i915_gem_create.h-from-i915_d.patch
	patches.suse/0762-drm-i915-Drop-pointless-dev_priv-argument.patch
	patches.suse/0763-drm-i915-Extract-skl_ddb_entry_init.patch
	patches.suse/0764-drm-i915-Fix-plane-relative_data_rate-calculation.patch
	patches.suse/0765-drm-i915-Introduce-skl_plane_ddb_iter.patch
	patches.suse/0766-drm-i915-Extract-skl_allocate_plane_ddb.patch
	patches.suse/0767-drm-i915-Extract-skl_crtc_calc_dbuf_bw.patch
	patches.suse/0768-drm-i915-hdmi-Simplify-intel_hdmi_mode_clock_valid.patch
	patches.suse/0769-drm-i915-dp-Reuse-intel_hdmi_tmds_clock.patch
	patches.suse/0770-drm-i915-Flag-crtc-scaling_filter-changes-as-modeset.patch
	patches.suse/0771-drm-i915-Fix-bigjoiner-state-copy-fails.patch
	patches.suse/0772-drm-i915-Remove-weird-code-from-intel_atomic_check_b.patch
	patches.suse/0773-drm-i915-Clean-up-the-bigjoiner-state-copy-logic.patch
	patches.suse/0774-drm-i915-Nuke-some-dead-code.patch
	patches.suse/0775-drm-i915-split-out-gem-i915_gem_domain.h-from-i915_d.patch
	patches.suse/0776-drm-i915-move-i915_cache_level_str-static-in-i915_de.patch
	patches.suse/0777-drm-i915-move-i915_gem_vm_lookup-where-it-s-used.patch
	patches.suse/0778-drm-i915-move-i915_reset_count-i915_reset_engine_cou.patch
	patches.suse/0779-drm-i915-split-out-i915_file_private.h-from-i915_drv.patch
	patches.suse/0780-drm-i915-don-t-include-drm_cache.h-in-i915_drv.h.patch
	patches.suse/0781-drm-i915-include-shmem_fs.h-only-where-needed.patch
	patches.suse/0782-drm-i915-include-some-drm-headers-only-where-needed.patch
	patches.suse/0783-drm-i915-axe-lots-of-unnecessary-includes-from-i915_.patch
	patches.suse/0784-drm-i915-fix-drm_i915.h-include-grouping-and-sorting.patch
	patches.suse/0785-drm-i915-dg1-Update-DMC_DEBUG3-register.patch
	patches.suse/0786-drm-i915-Introduce-intel_crtc_is_bigjoiner_-slave-ma.patch
	patches.suse/0787-drm-i915-Convert-for_each_intel_crtc_mask-to-take-a-.patch
	patches.suse/0788-drm-i915-Use-for_each_intel_crtc_in_pipe_mask-more.patch
	patches.suse/0789-drm-i915-Return-both-master-and-slave-pipes-from-ena.patch
	patches.suse/0790-drm-i915-Change-bigjoiner-state-tracking-to-use-the-.patch
	patches.suse/0791-drm-i915-Move-intel_plane_atomic_calc_changes-co.-ou.patch
	patches.suse/0792-drm-i915-Introduce-scaled_planes-bitmask.patch
	patches.suse/0793-drm-i915-Use-active-scaled-_planes-to-compute-ilk-wa.patch
	patches.suse/0794-drm-i915-Add-REG_GENMASK64-and-REG_FIELD_GET64.patch
	patches.suse/0795-drm-i915-Unconfuse-pre-icl-vs.-icl-intel_sagv_-pre-p.patch
	patches.suse/0796-drm-i915-gt-Drop-duplicate-register-definition-for-V.patch
	patches.suse/0797-drm-i915-gt-Move-SFC-lock-bits-to-intel_engine_regs..patch
	patches.suse/0798-drm-i915-gt-Use-parameterized-RING_MI_MODE.patch
	patches.suse/0799-drm-i915-gt-Cleanup-spacing-of-intel_gt_regs.h.patch
	patches.suse/0800-drm-i915-gt-Use-consistent-offset-notation-in-intel_.patch
	patches.suse/0801-drm-i915-gt-Order-GT-registers-by-MMIO-offset.patch
	patches.suse/0802-drm-i915-Define-MCH-registers-relative-to-MCHBAR_MIR.patch
	patches.suse/0803-drm-i915-Move-MCHBAR-registers-to-their-own-header.patch
	patches.suse/0804-drm-i915-Add-missing-intel_mchbar_regs.h.patch
	patches.suse/0805-drm-i915-gvt-include-drm_edid.h-for-drm_edid_block_v.patch
	patches.suse/0806-drm-i915-fix-build-issue-when-using-clang.patch
	patches.suse/0807-drm-i915-fbdev-add-intel_fbdev_framebuffer-helper.patch
	patches.suse/0808-drm-i915-fbdev-hide-struct-intel_fbdev-in-intel_fbde.patch
	patches.suse/0809-drm-i915-lrc-move-lrc_get_runtime-to-intel_lrc.c.patch
	patches.suse/0810-drm-i915-lrc-replace-include-with-forward-declaratio.patch
	patches.suse/0811-drm-i915-Clean-up-SSKPD-MLTR-defines.patch
	patches.suse/0812-drm-i915-Introduce-intel_crtc_planes_update_arm.patch
	patches.suse/0813-drm-i915-Polish-ilk-wm-register-bits.patch
	patches.suse/0814-drm-i915-dp-remove-accidental-static-on-what-should-.patch
	patches.suse/0815-drm-i915-display-tgl-Implement-new-PLL-programming-s.patch
	patches.suse/0816-drm-i915-display-Group-PSR2-prog-sequences-and-worka.patch
	patches.suse/0817-drm-i915-display-Implement-Wa_16013835468.patch
	patches.suse/0818-drm-i915-Move-PIPE_CHICKEN-RMW-out-from-the-vblank-e.patch
	patches.suse/0819-drm-i915-Make-the-pipe-output-CSC-register-writes-lo.patch
	patches.suse/0820-drm-i915-Make-the-CHV-CGM-CSC-register-writes-lockle.patch
	patches.suse/0821-drm-i915-Drop-pointless-i830-PIPECONF-read.patch
	patches.suse/0822-drm-i915-Split-pre-icl-vs.-icl-SAGV-hooks-apart.patch
	patches.suse/0823-drm-i915-Pimp-icl-sagv-pre-post-update.patch
	patches.suse/0824-drm-i915-Fix-for-PHY_MISC_TC1-offset.patch
	patches.suse/0825-drm-i915-dg2-Drop-38.4-MHz-MPLLB-tables.patch
	patches.suse/0826-drm-i915-dg2-Enable-5th-port.patch
	patches.suse/0827-iosys-map-Add-offset-to-iosys_map_memcpy_to.patch
	patches.suse/0828-iosys-map-Add-a-few-more-helpers.patch
	patches.suse/0829-drm-i915-dsi-disassociate-VBT-video-transfer-mode-fr.patch
	patches.suse/0830-drm-i915-dsi-add-separate-init-timer-mask-definition.patch
	patches.suse/0831-drm-i915-reg-split-out-vlv_dsi_regs.h-and-vlv_dsi_pl.patch
	patches.suse/0832-drm-i915-reg-split-out-icl_dsi_regs.h.patch
	patches.suse/0833-drm-i915-pxp-prefer-forward-declaration-over-include.patch
	patches.suse/0834-drm-i915-adlp-Add-TypeC-PHY-TBT-DP-alt-legacy-mode-s.patch
	patches.suse/0835-drm-i915-display-vrr-Reset-VRR-capable-property-on-a.patch
	patches.suse/0836-drm-i915-adl-n-Add-PCH-Support-for-Alder-Lake-N.patch
	patches.suse/0837-Revert-drm-i915-display-vrr-Reset-VRR-capable-proper.patch
	patches.suse/0838-drm-i915-Dump-the-crtc-hw-state-always.patch
	patches.suse/0839-drm-i915-Dump-hw.enable-and-pipe_mode.patch
	patches.suse/0840-drm-i915-Remove-odd-any_ms-true-assignment.patch
	patches.suse/0841-drm-i915-Properly-clear-crtc-state-when-disabling-it.patch
	patches.suse/0842-drm-i915-Extract-icl_qgv_points_mask.patch
	patches.suse/0843-drm-i915-Extract-intel_bw_check_data_rate.patch
	patches.suse/0844-drm-i915-guc-Report-error-on-invalid-reset-notificat.patch
	patches.suse/0845-drm-i915-execlists-Weak-parallel-submission-support-.patch
	patches.suse/0846-drm-i915-guc-Check-for-wedged-before-doing-stuff.patch
	patches.suse/0847-drm-i915-gem-Use-local-pointer-ttm-for-__i915_ttm_mo.patch
	patches.suse/0848-drm-i915-gt-Use-to_gt-helper-for-GGTT-accesses.patch
	patches.suse/0849-drm-i915-Use-to_gt-helper-for-GGTT-accesses.patch
	patches.suse/0850-drm-i915-gem-Use-to_gt-helper-for-GGTT-accesses.patch
	patches.suse/0851-drm-i915-display-Use-to_gt-helper-for-GGTT-accesses.patch
	patches.suse/0852-drm-i915-selftests-Use-to_gt-helper-for-GGTT-accesse.patch
	patches.suse/0853-drm-i915-Remove-unused-i915-ggtt.patch
	patches.suse/0854-drm-i915-remove-writeback-hook.patch
	patches.suse/0855-drm-i915-clean-up-shrinker_release_pages.patch
	patches.suse/0856-drm-i915-Initial-introduction-of-vma-resources.patch
	patches.suse/0857-drm-i915-Use-the-vma-resource-as-argument-for-gtt-bi.patch
	patches.suse/0858-drm-i915-Don-t-pin-the-object-pages-during-pending-v.patch
	patches.suse/0859-drm-i915-Use-vma-resources-for-async-unbinding.patch
	patches.suse/0860-drm-i915-Asynchronous-migration-selftest.patch
	patches.suse/0861-drm-i915-Use-struct-vma_resource-instead-of-struct-v.patch
	patches.suse/0862-drm-i915-guc-Temporarily-bump-the-GuC-load-timeout.patch
	patches.suse/0863-drm-i915-guc-Update-to-GuC-version-69.0.3.patch
	patches.suse/0864-drm-i915-guc-Improve-GuC-loading-status-check-error-.patch
	patches.suse/0865-i915-make-array-flex_regs-static-const.patch
	patches.suse/0866-drm-i915-Call-i915_gem_evict_vm-in-vm_fault_gtt-to-p.patch
	patches.suse/0867-drm-i915-Add-locking-to-i915_gem_evict_vm-v3.patch
	patches.suse/0868-drm-i915-Add-object-locking-to-i915_gem_evict_for_no.patch
	patches.suse/0869-drm-i915-Add-i915_vma_unbind_unlocked-and-take-obj-l.patch
	patches.suse/0870-drm-i915-Remove-support-for-unlocked-i915_vma-unbind.patch
	patches.suse/0871-drm-i915-Remove-short-term-pins-from-execbuf-v6.patch
	patches.suse/0872-drm-i915-selftests-Add-a-cancel-request-selftest-tha.patch
	patches.suse/0873-drm-i915-guc-Remove-hacks-for-reset-and-schedule-dis.patch
	patches.suse/0874-drm-i915-guc-Add-work-queue-to-trigger-a-GT-reset.patch
	patches.suse/0875-drm-i915-guc-Flush-G2H-handler-during-a-GT-reset.patch
	patches.suse/0876-drm-i915-fix-header-file-inclusion-for-might_alloc.patch
	patches.suse/0877-drm-i915-dg2-Add-Wa_18018781329.patch
	patches.suse/0878-drm-i915-guc-Ensure-multi-lrc-fini-breadcrumb-math-i.patch
	patches.suse/0879-drm-i915-selftests-Use-less-in-contexts-steal-guc-id.patch
	patches.suse/0880-drm-i915-guc-Use-struct_size-helper-in-kmalloc.patch
	patches.suse/0881-drm-i915-Fix-vma-resource-freeing.patch
	patches.suse/0882-drm-i915-rpl-s-Add-stepping-info.patch
	patches.suse/0883-drm-i915-wopcm-Handle-pre-programmed-WOPCM-registers.patch
	patches.suse/0884-drm-i915-guc-Update-guc-shim-control-programming-on-.patch
	patches.suse/0885-drm-i915-delete-shadow-ret-variable.patch
	patches.suse/drm-i915-Fix-a-race-between-vma-object-destruction-a.patch
	patches.suse/0887-drm-i915-Lock-dpt_obj-around-set_cache_level-v2.patch
	patches.suse/0888-drm-i915-Allow-dead-vm-to-unbind-vma-s-without-lock.patch
	patches.suse/0889-drm-i915-dg2-Add-Wa_14015227452.patch
	patches.suse/0890-drm-i915-dg2-s-engine-i915-i915-for-engine-workaroun.patch
	patches.suse/0891-drm-i915-Introduce-G12-subplatform-of-DG2.patch
	patches.suse/0892-drm-i915-guc-Prepare-for-error-propagation.patch
	patches.suse/0893-drm-i915-guc-Use-a-single-pass-to-calculate-regset.patch
	patches.suse/0894-drm-i915-dg2-Add-Wa_22011450934.patch
	patches.suse/0895-drm-i915-align-the-plane_vma-to-min_page_size-of-sto.patch
	patches.suse/0896-drm-i915-More-gt-idling-time-with-guc-submission.patch
	patches.suse/drm-i915-dg2-Add-Wa_22011100796.patch
	patches.suse/0898-drm-hisilicon-hibmc-Allow-to-be-built-if-COMPILE_TES.patch
	patches.suse/0899-drm-mgag200-Replace-module-init-boiler-plate-code-wi.patch
	patches.suse/0900-drm-qxl-Move-ioctl-array-next-to-its-only-user.patch
	patches.suse/0901-drm-qxl-Replace-module-init-boiler-plate-code-with-D.patch
	patches.suse/0902-drm-vboxvideo-Replace-module-init-boiler-plate-code-.patch
	patches.suse/0903-drm-vmwgfx-Replace-module-init-boiler-plate-code-wit.patch
	patches.suse/0904-drm-aspeed-Use-drm_module_platform_driver-to-registe.patch
	patches.suse/0905-drm-atmel-hlcdc-Use-drm_module_platform_driver-to-re.patch
	patches.suse/0906-drm-fsl-dcu-Use-drm_module_platform_driver-to-regist.patch
	patches.suse/0907-drm-hisilicon-kirin-Use-drm_module_platform_driver-t.patch
	patches.suse/0908-drm-kmb-Use-drm_module_platform_driver-to-register-t.patch
	patches.suse/0909-drm-meson-Use-drm_module_platform_driver-to-register.patch
	patches.suse/0910-drm-mxsfb-Use-drm_module_platform_driver-to-register.patch
	patches.suse/0911-drm-shmobile-Use-drm_module_platform_driver-to-regis.patch
	patches.suse/0912-drm-stm-Use-drm_module_platform_driver-to-register-t.patch
	patches.suse/0913-drm-sun4i-Use-drm_module_platform_driver-to-register.patch
	patches.suse/0914-drm-tidss-Use-drm_module_platform_driver-to-register.patch
	patches.suse/0915-drm-arc-Use-drm_module_platform_driver-to-register-t.patch
	patches.suse/0916-drm-tve200-Use-drm_module_platform_driver-to-registe.patch
	patches.suse/0917-drm-xlnx-Use-drm_module_platform_driver-to-register-.patch
	patches.suse/0918-drm-armada-Add-support-for-the-nomodeset-kernel-para.patch
	patches.suse/0919-drm-exynos-Add-support-for-the-nomodeset-kernel-para.patch
	patches.suse/0920-drm-gma500-Add-support-for-the-nomodeset-kernel-para.patch
	patches.suse/0921-drm-hyperv-Add-support-for-the-nomodeset-kernel-para.patch
	patches.suse/0922-drm-imx-Add-support-for-the-nomodeset-kernel-paramet.patch
	patches.suse/0923-drm-ingenic-Add-support-for-the-nomodeset-kernel-par.patch
	patches.suse/0924-drm-mcde-Add-support-for-the-nomodeset-kernel-parame.patch
	patches.suse/0925-drm-mediatek-Add-support-for-the-nomodeset-kernel-pa.patch
	patches.suse/0926-drm-msm-Add-support-for-the-nomodeset-kernel-paramet.patch
	patches.suse/0927-drm-omap-Add-support-for-the-nomodeset-kernel-parame.patch
	patches.suse/0928-drm-rcar-du-Add-support-for-the-nomodeset-kernel-par.patch
	patches.suse/0929-drm-rockchip-Add-support-for-the-nomodeset-kernel-pa.patch
	patches.suse/0930-drm-sprd-Add-support-for-the-nomodeset-kernel-parame.patch
	patches.suse/0931-drm-sti-Add-support-for-the-nomodeset-kernel-paramet.patch
	patches.suse/0932-drm-tegra-Add-support-for-the-nomodeset-kernel-param.patch
	patches.suse/0933-drm-tilcdc-Add-support-for-the-nomodeset-kernel-para.patch
	patches.suse/0934-drm-xen-Add-support-for-the-nomodeset-kernel-paramet.patch
	patches.suse/drm-bridge-Add-missing-pm_runtime_put_sync.patch
	patches.suse/0936-drm-bridge-lt9611-Fix-an-error-handling-path-in-lt96.patch
	patches.suse/0937-drm-introduce-fb_modifiers_not_supported-flag-in-mod.patch
	patches.suse/0938-drm-add-support-modifiers-for-drivers-whose-planes-o.patch
	patches.suse/0939-drm-remove-allow_fb_modifiers.patch
	patches.suse/0940-dma-resv-some-doc-polish-for-iterators.patch
	patches.suse/0941-drm-v3d-fix-missing-unlock.patch
	patches.suse/0942-drm-bridge-add-it6505-driver.patch
	patches.suse/0943-drm-panel-edp-Allow-querying-the-detected-panel-via-.patch
	patches.suse/0944-Revert-drm-panel-edp-Allow-querying-the-detected-pan.patch
	patches.suse/drm-fb-helper-Mark-screen-buffers-in-system-memory-w.patch
	patches.suse/0946-drm-edid-Clear-EDID-Deep-Color-Modes-in-drm_reset_di.patch
	patches.suse/0947-drm-vc4-hdmi-Simplify-the-connector-state-retrieval.patch
	patches.suse/0948-drm-vmwgfx-remove-vmw_wait_dma_fence.patch
	patches.suse/0949-drm-mxsfb-Use-dev_err_probe-helper.patch
	patches.suse/0950-drm-connector-Fix-typo-in-documentation.patch
	patches.suse/0951-drm-Stop-spamming-log-with-drm_cache-message.patch
	patches.suse/0952-drm-document-struct-drm_mode_fb_cmd2.patch
	patches.suse/0953-drm-sprd-remove-allow_fb_modifiers-setting.patch
	patches.suse/0954-drm-privacy-screen-Fix-sphinx-warning.patch
	patches.suse/lib-string_helpers-Consolidate-string-helpers-implem.patch
	patches.suse/0955-drm-amd-display-Use-str_yes_no.patch
	patches.suse/0956-drm-gem-Sort-includes-alphabetically.patch
	patches.suse/0959-drm-Convert-open-coded-yes-no-strings-to-yesno.patch
	patches.suse/0960-dma-buf-consolidate-dma_fence-subclass-checking.patch
	patches.suse/0961-dma-buf-warn-about-dma_fence_array-container-rules-v.patch
	patches.suse/0962-dma-buf-Warn-about-dma_fence_chain-container-rules-v.patch
	patches.suse/0963-dma-buf-warn-about-containers-in-dma_resv-object.patch
	patches.suse/0964-dma-buf-add-dma_fence_chain_contained-helper.patch
	patches.suse/0965-drm-amdgpu-use-dma_fence_chain_contained.patch
	patches.suse/0966-drm-ast-Fail-if-connector-initialization-fails.patch
	patches.suse/0967-drm-ast-Move-connector-mode_valid-function-to-CRTC.patch
	patches.suse/0968-drm-ast-Remove-AST_TX_ITE66121-constant.patch
	patches.suse/0969-drm-ast-Remove-unused-value-dp501_maxclk.patch
	patches.suse/0970-drm-ast-Rename-struct-ast_connector-to-struct-ast_vg.patch
	patches.suse/0971-drm-ast-Initialize-encoder-and-connector-for-VGA-in-.patch
	patches.suse/0972-drm-ast-Read-encoder-possible-CRTC-mask-from-drm_crt.patch
	patches.suse/0973-drm-ast-Move-DP501-based-connector-code-into-separat.patch
	patches.suse/0974-drm-ast-Move-SIL164-based-connector-code-into-separa.patch
	patches.suse/0975-nouveau-svm-Use-struct_size-helper-in-nouveau_pfns_m.patch
	patches.suse/0976-drm-nouveau-backlight-Fix-LVDS-backlight-detection-o.patch
	patches.suse/drm-nouveau-backlight-Just-set-all-backlight-types-a.patch
	patches.suse/0978-drm-amdgpu-Introduce-reset-domain.patch
	patches.suse/0979-drm-amdgpu-Move-scheduler-init-to-after-XGMI-is-read.patch
	patches.suse/0980-drm-amdgpu-Serialize-non-TDR-gpu-recovery-with-TDRs.patch
	patches.suse/0981-drm-amd-virt-For-SRIOV-send-GPU-reset-directly-to-TD.patch
	patches.suse/0982-drm-amdgpu-Drop-hive-in_reset.patch
	patches.suse/0983-drm-amdgpu-Drop-concurrent-GPU-reset-protection-for-.patch
	patches.suse/0984-drm-amdgpu-Rework-reset-domain-to-be-refcounted.patch
	patches.suse/0985-drm-amdgpu-Move-reset-sem-into-reset_domain.patch
	patches.suse/0986-drm-amdgpu-Move-in_gpu_reset-into-reset_domain.patch
	patches.suse/0987-drm-amdgpu-Rework-amdgpu_device_lock_adev.patch
	patches.suse/0988-drm-amdgpu-Revert-drm-amdgpu-annotate-a-false-positi.patch
	patches.suse/0989-drm-amdgpu-Fix-compile-error.patch
	patches.suse/0990-drm-fb-helper-Fix-clip-rectangle-height.patch
	patches.suse/0991-drm-fb-helper-Fix-vertical-damage-clipping.patch
	patches.suse/0992-drm-fb-helper-Calculate-damaged-area-in-separate-hel.patch
	patches.suse/0993-drm-fb-helper-Clip-damage-area-to-written-memory-ran.patch
	patches.suse/0994-drm-fb-helper-Clip-damage-area-horizontally.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/0997-drm-panfrost-Handle-IDVS_GROUP_SIZE-feature.patch
	patches.suse/0998-drm-amdgpu-Fix-htmldoc-warning.patch
	patches.suse/0999-drm-lima-avoid-error-task-dump-attempt-when-not-enab.patch
	patches.suse/1000-drm-gem-shmem-Set-vm_ops-in-static-initializer.patch
	patches.suse/1001-drm-gem-shmem-Don-t-store-mmap-ed-buffers-in-core-du.patch
	patches.suse/1002-drm-ingenic-Fix-support-for-JZ4780-HDMI-output.patch
	patches.suse/1003-drm-bridge-anx7625-send-DPCD-command-to-downstream.patch
	patches.suse/1004-drm-bridge-anx7625-Convert-to-use-devm_kzalloc.patch
	patches.suse/1005-drm-bridge-anx7625-Support-reading-edid-through-aux-.patch
	patches.suse/1006-drm-ttm-fix-resource-manager-size-type-and-descripti.patch
	patches.suse/1007-drm-ttm-add-common-accounting-to-the-resource-mgr-v3.patch
	patches.suse/1008-drm-sprd-remove-the-selected-DRM_KMS_CMA_HELPER-in-k.patch
	patches.suse/1009-drm-sprd-fix-potential-NULL-dereference.patch
	patches.suse/1010-drm-sprd-check-the-platform_get_resource-return-valu.patch
	patches.suse/1011-drm-amdgpu-remove-GTT-accounting-v2.patch
	patches.suse/1012-drm-amdgpu-remove-PL_PREEMPT-accounting.patch
	patches.suse/1013-drm-amdgpu-remove-VRAM-accounting-v2.patch
	patches.suse/drm-bridge-anx7625-Fix-overflow-issue-on-reading-EDI.patch
	patches.suse/1015-drm-radeon-remove-resource-accounting-v2.patch
	patches.suse/1016-drm-bridge-ti-sn65dsi86-Use-drm_bridge_connector.patch
	patches.suse/1017-drm-Plumb-debugfs_init-through-to-panels.patch
	patches.suse/1018-drm-panel-edp-Allow-querying-the-detected-panel-via-.patch
	patches.suse/1019-drm-vc4-Use-of_device_get_match_data.patch
	patches.suse/1020-drm-modes-Fix-drm_mode_copy-docs.patch
	patches.suse/1021-drm-format-helper-Add-drm_fb_xrgb8888_to_gray8_line.patch
	patches.suse/1022-drm-format-helper-Add-drm_fb_xrgb8888_to_mono_revers.patch
	patches.suse/1023-drm-Add-driver-for-Solomon-SSD130x-OLED-displays.patch
	patches.suse/1024-drm-solomon-Add-SSD130x-OLED-displays-I2C-support.patch
	patches.suse/1025-fbdev-defio-Early-out-if-page-is-already-enlisted.patch
	patches.suse/1026-fbdev-Don-t-sort-deferred-I-O-pages-by-default.patch
	patches.suse/1027-drm-panel-edp-Add-eDP-sharp-panel-support.patch
	patches.suse/1028-drm-panel-Rename-Sony-ACX424-to-Novatek-NT35560.patch
	patches.suse/1029-drm-panel-nt35560-Support-more-panel-IDs.patch
	patches.suse/1030-drm-panel-nt35560-Support-also-ACX424AKM.patch
	patches.suse/1031-drm-vc4-Use-drm_mode_copy.patch
	patches.suse/1032-drm-improve-drm_buddy_alloc-function.patch
	patches.suse/1033-drm-implement-top-down-allocation-method.patch
	patches.suse/1034-drm-implement-a-method-to-free-unused-pages.patch
	patches.suse/1035-drm-sched-Add-device-pointer-to-drm_gpu_scheduler.patch
	patches.suse/1036-drm-selftests-Move-i915-buddy-selftests-into-drm.patch
	patches.suse/1037-drm-selftests-add-drm-buddy-alloc-limit-testcase.patch
	patches.suse/1038-drm-selftests-add-drm-buddy-alloc-range-testcase.patch
	patches.suse/1039-drm-selftests-add-drm-buddy-optimistic-testcase.patch
	patches.suse/1040-drm-selftests-add-drm-buddy-pessimistic-testcase.patch
	patches.suse/1041-drm-selftests-add-drm-buddy-smoke-testcase.patch
	patches.suse/1042-drm-selftests-add-drm-buddy-pathological-testcase.patch
	patches.suse/drm-mediatek-Allow-commands-to-be-sent-during-video-.patch
	patches.suse/1044-drm-mediatek-Add-wait_for_event-for-crtc-disable-by-.patch
	patches.suse/1045-drm-amdgpu-add-support-for-sdma-5.2.6.patch
	patches.suse/1046-drm-amdgpu-vcn-add-vcn-support-for-vcn-3.1.2.patch
	patches.suse/1047-drm-amdgpu-enable-vcn-pg-and-cg-for-vcn-3.1.2.patch
	patches.suse/1048-drm-amdgpu-add-support-for-nbio-7.3.0.patch
	patches.suse/1049-drm-amdgpu-add-smuio-support-for-smuio-13.0.10.patch
	patches.suse/1050-drm-amdgpu-add-support-for-psp-13.0.5.patch
	patches.suse/1051-drm-admgpu-pm-add-smu-13.0.5-driver-interface-header.patch
	patches.suse/1052-drm-amd-pm-update-smc-message-sequence-for-smu-13.0..patch
	patches.suse/1053-drm-amd-pm-add-smu_v13_0_5_ppt-implementation.patch
	patches.suse/1054-drm-amdgpu-add-mp-13.0.5-header-files.patch
	patches.suse/1055-drm-amd-include-add-DCN-3.1.5-registers.patch
	patches.suse/1056-drm-amd-display-Add-DCN315-family-information.patch
	patches.suse/1057-drm-amd-display-Add-DCN315-CLK_MGR.patch
	patches.suse/1058-drm-amd-display-Add-DCN315-GPIO.patch
	patches.suse/1059-drm-amd-display-Add-DCN315-IRQ.patch
	patches.suse/1060-drm-amd-display-Add-DCN315-DMUB.patch
	patches.suse/1061-drm-amd-display-Add-DCN315-Resource.patch
	patches.suse/1062-drm-amd-display-Add-DCN315-Command-Table-Helper.patch
	patches.suse/1063-drm-amd-display-Add-DCN315-blocks-to-Makefile.patch
	patches.suse/1064-drm-amd-display-Add-DCN315-CORE.patch
	patches.suse/1065-drm-amd-display-Add-DCN315-DM-Support.patch
	patches.suse/1066-drm-amdgpu-add-dm-ip-block-for-dcn-3.1.5.patch
	patches.suse/1067-drm-amdkfd-Drop-IH-ring-overflow-message-to-dbg.patch
	patches.suse/1068-drm-amdkfd-Fix-criu_restore_bo-error-handling.patch
	patches.suse/1069-drm-amdgpu-enable-TMZ-option-for-onwards-asic.patch
	patches.suse/1070-drm-amd-pm-validate-SMU-feature-enable-message-for-g.patch
	patches.suse/1071-drm-amdgpu-read-harvest-bit-per-IP-data-on-legacy-GP.patch
	patches.suse/1072-drm-amdgpu-Fix-typo-in-whether-in-comment.patch
	patches.suse/drm-amdkfd-make-CRAT-table-missing-message-informati.patch
	patches.suse/1074-drm-amdgpu-benchmark-use-dev_info-rather-than-DRM-ma.patch
	patches.suse/1075-drm-amdgpu-plumb-error-handling-though-amdgpu_benchm.patch
	patches.suse/1076-drm-amdgpu-print-the-selected-benchmark-test-in-the-.patch
	patches.suse/1077-drm-amdgpu-add-a-benchmark-mutex.patch
	patches.suse/1078-drm-amdkfd-Fix-for-possible-integer-overflow.patch
	patches.suse/1079-drm-amdkfd-Use-real-device-for-messages.patch
	patches.suse/1080-drm-amdgpu-expose-benchmarks-via-debugfs.patch
	patches.suse/1081-drm-amdgpu-drop-benchmark-module-parameter.patch
	patches.suse/1082-drm-amdgpu-drop-testing-module-parameter.patch
	patches.suse/1083-drm-amdgpu-display-split-dmcu-and-gpuvm-handling-log.patch
	patches.suse/1084-drm-amdgpu-derive-GTT-display-support-from-DM.patch
	patches.suse/1085-drm-amdgpu-use-kernel-BO-API-for-benchmark-buffer-ma.patch
	patches.suse/1086-drm-amdgpu-use-ktime-rather-than-jiffies-for-benchma.patch
	patches.suse/1087-drm-amdgpu-Change-amdgpu_ras_block_late_init_default.patch
	patches.suse/1088-drm-amdgpu-Remove-unused-get_umc_v8_7_channel_index-.patch
	patches.suse/1089-drm-amd-display-Remove-unused-temp-variable.patch
	patches.suse/1090-drm-amd-display-Remove-unused-dcn316_smu_set_voltage.patch
	patches.suse/drm-amd-display-Remove-vupdate_int_entry-definition.patch
	patches.suse/1092-drm-amd-display-Remove-unused-dmub_outbox_irq_info_f.patch
	patches.suse/1093-drm-amd-display-Remove-unused-variable.patch
	patches.suse/1094-drm-amd-display-Add-missing-prototypes-to-dcn201_ini.patch
	patches.suse/1095-drm-amd-display-Turn-global-functions-into-static-fu.patch
	patches.suse/1096-drm-amd-display-lock-un-lock-cursor-if-odm-pipe-spli.patch
	patches.suse/1097-drm-amd-display-Set-compbuf-size-to-min-at-prep-prev.patch
	patches.suse/1098-drm-amd-display-Refactor-PSR-DPCD-caps-detection.patch
	patches.suse/1099-drm-amd-display-Fix-wrong-resolution-with-DP-VGA-ada.patch
	patches.suse/1100-drm-amd-display-Ignore-Transitional-Invalid-Link-Rat.patch
	patches.suse/1101-drm-amd-display-clear-remote-dc_sink-when-stop-mst.patch
	patches.suse/1102-drm-amd-display-add-cable-ID-support-for-usb-c-conne.patch
	patches.suse/1103-drm-amd-display-Refactor-fixed-VS-logic-for-non-tran.patch
	patches.suse/1104-drm-amd-display-add-debug-option-to-bypass-ssinfo-fr.patch
	patches.suse/1105-drm-amd-display-3.2.174.patch
	patches.suse/1106-drm-amdkfd-Print-bdf-in-peer-map-failure-message.patch
	patches.suse/1107-drm-amdgpu-Fixed-warning-reported-by-kernel-test-rob.patch
	patches.suse/1108-drm-amdgpu-add-mode2-reset-support-for-smu-13.0.5.patch
	patches.suse/1109-drm-amd-pm-Fix-missing-prototype-warning.patch
	patches.suse/1110-drm-amdgpu-nv-enable-gfx10.3.7-clock-gating-support.patch
	patches.suse/1111-drm-amdgpu-nv-set-mode2-reset-for-MP1-13.0.8.patch
	patches.suse/1112-drm-amdgpu-add-debugfs-for-reset-registers-list.patch
	patches.suse/1113-drm-amdgpu-add-reset-register-dump-trace-on-GPU.patch
	patches.suse/1114-drm-amd-display-limit-unbounded-requesting-to-5k.patch
	patches.suse/1115-drm-amd-display-revert-populating-dcn315-clk-table-b.patch
	patches.suse/1116-drm-amd-display-Set-compbuf-size-to-min-at-prep-prev.patch
	patches.suse/1117-drm-amd-display-increasing-DRAM-BW-percent-for-DCN31.patch
	patches.suse/1118-drm-amdgpu-fix-typo-in-amdgpu_discovery.c.patch
	patches.suse/1119-amdgpu-pm-Disable-managing-hwmon-sysfs-attributes-fo.patch
	patches.suse/1120-drm-amdgpu-config-HDP_MISC_CNTL.READ_BUFFER_WATERMAR.patch
	patches.suse/1121-drm-amd-pm-fix-mode2-reset-fail-for-smu-13.0.5.patch
	patches.suse/1122-drm-amdgpu-Add-use_xgmi_p2p-module-parameter.patch
	patches.suse/1123-drm-amdgpu-Exclude-PCI-reset-method-for-now.patch
	patches.suse/1124-drm-amd-display-Fix-DC-definition-of-PMFW-Pstate-tab.patch
	patches.suse/1125-drm-amd-display-Adjust-functions-documentation.patch
	patches.suse/1126-drm-amd-display-Add-conditional-around-function.patch
	patches.suse/1127-drm-amd-display-Use-NULL-instead-of-0.patch
	patches.suse/1128-drm-amd-display-Turn-functions-into-static.patch
	patches.suse/1129-drm-amd-pm-refine-smu-13.0.5-pp-table-code.patch
	patches.suse/1130-drm-amdgpu-add-gfxoff-support-for-smu-13.0.5.patch
	patches.suse/1131-drm-tegra-Use-dev_err_probe.patch
	patches.suse/drm-tegra-Fix-reference-leak-in-tegra_dsi_ganged_pro.patch
	patches.suse/1133-drm-tegra-dpaux-Remove-unneeded-variable.patch
	patches.suse/1134-gpu-host1x-Fix-an-error-handling-path-in-host1x_prob.patch
	patches.suse/gpu-host1x-Fix-a-memory-leak-in-host1x_remove.patch
	patches.suse/1136-drm-tegra-Fix-planar-formats-on-Tegra186-and-later.patch
	patches.suse/1137-drm-tegra-Support-semi-planar-formats-on-Tegra114.patch
	patches.suse/1138-drm-tegra-Support-YVYU-VYUY-and-YU24-formats.patch
	patches.suse/1139-drm-rcar-du-lvds-Add-r8a77961-support.patch
	patches.suse/1140-drm-rcar-du-Drop-LVDS-device-tree-backward-compatibi.patch
	patches.suse/1141-drm-rcar-du-Don-t-select-VSP1-sink-on-Gen3.patch
	patches.suse/1142-drm-rcar-du-Don-t-restart-group-when-enabling-plane-.patch
	patches.suse/drm-simpledrm-Add-panel-orientation-property-on-non-.patch
	patches.suse/1144-drm-repaper-Use-format-helper-for-xrgb8888-to-monoch.patch
	patches.suse/1145-drm-nouveau-Remove-the-unused-header-file-nvif-list..patch
	patches.suse/1146-drm-dp-Fix-off-by-one-in-register-cache-size.patch
	patches.suse/0014-drm-dp-Fix-OOB-read-when-handling-Post-Cursor2-regis.patch
	patches.suse/1148-drm-stm-Avoid-using-val-uninitialized-in-ltdc_set_yc.patch
	patches.suse/1149-drm-stm-ltdc-add-support-for-CRC-hashing-feature.patch
	patches.suse/1150-drm-of-Lookup-if-child-node-has-panel-or-bridge.patch
	patches.suse/1151-drm-omap-plane-Fix-zpos-initial-value-mismatch.patch
	patches.suse/1152-drm-object-Add-drm_object_property_get_default_value.patch
	patches.suse/1153-drm-object-Add-default-zpos-value-at-reset.patch
	patches.suse/1154-drm-msm-mdp5-Remove-redundant-zpos-initialisation.patch
	patches.suse/1155-drm-nouveau-kms-Remove-redundant-zpos-initialisation.patch
	patches.suse/1156-drm-omap-plane-Remove-redundant-zpos-initialisation.patch
	patches.suse/1157-drm-rcar-plane-Remove-redundant-zpos-initialisation.patch
	patches.suse/1158-drm-sti-plane-Remove-redundant-zpos-initialisation.patch
	patches.suse/1159-drm-sun4i-layer-Remove-redundant-zpos-initialisation.patch
	patches.suse/1160-drm-object-Add-default-color-encoding-and-range-valu.patch
	patches.suse/1161-drm-omap-plane-Remove-redundant-color-encoding-and-r.patch
	patches.suse/1162-drm-todo-Update-panic-handling-todo.patch
	patches.suse/1163-drm-modes-Remove-trailing-whitespace.patch
	patches.suse/1164-drm-modes-Add-of_get_drm_panel_display_mode.patch
	patches.suse/1165-drm-mipi-dbi-Add-driver_private-member-to-struct-mip.patch
	patches.suse/1166-drm-tiny-Add-MIPI-DBI-compatible-SPI-driver.patch
	patches.suse/drm-bridge-cdns-dsi-Make-sure-to-to-create-proper-al.patch
	patches.suse/1168-drm-panel-simple-Initialize-bpc-in-RK101II01D-CT-pan.patch
	patches.suse/1169-drm-bridge-it6505-Fix-the-read-buffer-array-bound.patch
	patches.suse/1170-drm-bridge-anx7625-Fix-release-wrong-workqueue.patch
	patches.suse/1171-drm-bridge-chipone-icn6211-switch-to-devm_drm_of_get.patch
	patches.suse/1172-drm-v3d-centralize-error-handling-when-init-schedule.patch
	patches.suse/1173-drm-bridge-Clear-the-DP_AUX_I2C_MOT-bit-passed-in-au.patch
	patches.suse/1174-drm-bridge-nwl-dsi-Remove-superfluous-write-to-NWL_D.patch
	patches.suse/1175-drm-panfrost-cleanup-comments.patch
	patches.suse/1176-fbdev-Improve-performance-of-sys_fillrect.patch
	patches.suse/1177-fbdev-Improve-performance-of-sys_imageblit.patch
	patches.suse/1178-fbdev-Remove-trailing-whitespaces-from-cfbimgblt.c.patch
	patches.suse/1179-fbdev-Improve-performance-of-cfb_imageblit.patch
	patches.suse/1180-drm-Add-TODO-item-for-optimizing-format-helpers.patch
	patches.suse/1181-drm-aspeed-Update-INTR_STS-handling.patch
	patches.suse/1182-drm-aspeed-Add-AST2600-chip-support.patch
	patches.suse/1183-drm-ssd130x-remove-redundant-initialization-of-point.patch
	patches.suse/1184-drm-i915-perf-Skip-the-i915_perf_init-for-dg2.patch
	patches.suse/1185-drm-i915-dg2-Move-misplaced-ctx-gt-wa-s-to-engine-wa.patch
	patches.suse/1186-drm-i915-Kill-the-fake-lmem-support.patch
	patches.suse/1187-drm-i915-add-needs_compact_pt-flag.patch
	patches.suse/1188-drm-i915-enforce-min-GTT-alignment-for-discrete-card.patch
	patches.suse/1189-drm-i915-support-64K-GTT-pages-for-discrete-cards.patch
	patches.suse/1190-drm-i915-add-gtt-misalignment-test.patch
	patches.suse/1191-drm-i915-gtt-allow-overriding-the-pt-alignment.patch
	patches.suse/1192-drm-i915-gtt-add-xehpsdv_ppgtt_insert_entry.patch
	patches.suse/1193-drm-i915-migrate-add-acceleration-support-for-DG2.patch
	patches.suse/1194-drm-i915-uapi-document-behaviour-for-DG2-64K-support.patch
	patches.suse/1195-drm-i915-xehpsdv-Add-has_flat_ccs-to-device-info.patch
	patches.suse/1196-drm-i915-lmem-Enable-lmem-for-platforms-with-Flat-CC.patch
	patches.suse/1197-drm-i915-gt-use-get_reset_domain-helper.patch
	patches.suse/1198-drm-i915-guc-slpc-Use-wrapper-for-reading-RP_STATE_C.patch
	patches.suse/1199-drm-i915-tgl-Simply-subplatform-detection.patch
	patches.suse/1200-drm-i915-rps-tgl-Remove-RPS-interrupt-support.patch
	patches.suse/1201-drm-i915-Check-stolen-memory-size-before-calling-drm.patch
	patches.suse/1202-drm-i915-ttm-fixup-the-mock_bo.patch
	patches.suse/1203-drm-i915-dg2-add-Wa_14014947963.patch
	patches.suse/1204-drm-i915-gt-Add-helper-for-shmem-copy-to-iosys_map.patch
	patches.suse/1205-drm-i915-guc-Keep-iosys_map-of-ads_blob-around.patch
	patches.suse/1206-drm-i915-guc-Add-read-write-helpers-for-ADS-blob.patch
	patches.suse/1207-drm-i915-guc-Convert-golden-context-init-to-iosys_ma.patch
	patches.suse/1208-drm-i915-guc-Convert-policies-update-to-iosys_map.patch
	patches.suse/1209-drm-i915-guc-Convert-engine-record-to-iosys_map.patch
	patches.suse/1210-drm-i915-guc-Convert-guc_ads_private_data_reset-to-i.patch
	patches.suse/1211-drm-i915-guc-Convert-golden-context-prep-to-iosys_ma.patch
	patches.suse/1212-drm-i915-guc-Replace-check-for-golden-context-size.patch
	patches.suse/1213-drm-i915-guc-Convert-mapping-table-to-iosys_map.patch
	patches.suse/1214-drm-i915-guc-Convert-capture-list-to-iosys_map.patch
	patches.suse/1215-drm-i915-guc-Convert-guc_mmio_reg_state_init-to-iosy.patch
	patches.suse/1216-drm-i915-guc-Convert-__guc_ads_init-to-iosys_map.patch
	patches.suse/1217-drm-i915-guc-Remove-plain-ads_blob-pointer.patch
	patches.suse/1218-drm-i915-apply-PM_EARLY-for-non-GTT-mappable-objects.patch
	patches.suse/1219-drm-i915-add-io_size-plumbing.patch
	patches.suse/1220-drm-i915-ttm-require-mappable-by-default.patch
	patches.suse/1221-drm-i915-add-I915_BO_ALLOC_GPU_ONLY.patch
	patches.suse/1222-drm-i915-buddy-track-available-visible-size.patch
	patches.suse/1223-drm-i915-buddy-adjust-res-start.patch
	patches.suse/1224-drm-i915-buddy-tweak-2big-check.patch
	patches.suse/1225-drm-i915-selftests-mock-test-io_size.patch
	patches.suse/1226-drm-i915-Clarify-vma-lifetime.patch
	patches.suse/1227-drm-i915-ttm-make-eviction-mappable-aware.patch
	patches.suse/1228-drm-i915-ttm-mappable-migration-on-fault.patch
	patches.suse/1229-drm-i915-selftests-handle-allocation-failures.patch
	patches.suse/1230-drm-i915-selftests-exercise-mmap-migration.patch
	patches.suse/1231-drm-i915-guc-Fix-flag-query-helper-function-to-not-m.patch
	patches.suse/1232-drm-i915-guc-Initialize-GuC-submission-locks-and-que.patch
	patches.suse/1233-drm-i915-guc-Do-not-complain-about-stale-reset-notif.patch
	patches.suse/1234-drm-i915-Depend-on-PREEMPT_RT.patch
	patches.suse/1235-drm-i915-xehp-Define-compute-class-and-engine.patch
	patches.suse/1236-drm-i915-xehp-CCS-shares-the-render-reset-domain.patch
	patches.suse/1237-drm-i915-xehp-Add-Compute-CS-IRQ-handlers.patch
	patches.suse/1238-drm-i915-xehp-compute-engine-pipe_control.patch
	patches.suse/1239-drm-i915-xehp-CCS-should-use-RCS-setup-functions.patch
	patches.suse/1240-drm-i915-Move-context-descriptor-fields-to-intel_lrc.patch
	patches.suse/1241-drm-i915-xehp-Define-context-scheduling-attributes-i.patch
	patches.suse/1242-drm-i915-xehp-Enable-ccs-dual-ctx-in-RCU_MODE.patch
	patches.suse/1243-drm-i915-xehp-guc-enable-compute-engine-inside-GuC.patch
	patches.suse/1244-drm-i915-xehp-Don-t-support-parallel-submission-on-c.patch
	patches.suse/1245-drm-i915-xehp-handle-fused-off-CCS-engines.patch
	patches.suse/1246-drm-i915-xehp-Add-compute-workarounds.patch
	patches.suse/1247-drm-i915-xehpsdv-Move-render-compute-engine-reset-do.patch
	patches.suse/1248-drm-msm-dpu1-Add-DMA2-DMA3-clock-control-to-enum.patch
	patches.suse/1249-drm-msm-dpu1-Add-MSM8998-to-hw-catalog.patch
	patches.suse/1250-drm-msm-dpu-clean-up-some-inconsistent-indenting.patch
	patches.suse/1251-drm-msm-dpu-Remove-set-but-unused-variables.patch
	patches.suse/1252-drm-msm-dpu-Update-the-comment-style.patch
	patches.suse/1253-drm-msm-dpu-Update-function-parameter-documentation.patch
	patches.suse/1254-drm-msm-populate-intf_audio_select-base-on-hardware-.patch
	patches.suse/1255-drm-msm-dpu-drop-unused-lm_max_width-from-RM.patch
	patches.suse/drm-msm-dpu-add-DSPP-blocks-teardown.patch
	patches.suse/1257-drm-msm-dpu-get-INTF-blocks-directly-rather-than-thr.patch
	patches.suse/1258-drm-msm-dpu-stop-embedding-dpu_hw_blk-into-dpu_hw_in.patch
	patches.suse/1259-drm-msm-dpu-fix-error-handling-in-dpu_rm_init.patch
	patches.suse/1260-drm-msm-dpu-Add-INTF_5-interrupts.patch
	patches.suse/1261-drm-msm-dpu-Add-SC8180x-to-hw-catalog.patch
	patches.suse/1262-drm-msm-dpu-Only-create-debugfs-for-PRIMARY-minor.patch
	patches.suse/1263-drm-msm-dpu-drop-unused-access-macros.patch
	patches.suse/drm-msm-dpu-fix-dp-audio-condition.patch
	patches.suse/1265-drm-msm-move-struct-msm_display_info-to-dpu-driver.patch
	patches.suse/1266-drm-msm-dpu-remove-msm_dp-cached-in-dpu_encoder_virt.patch
	patches.suse/1267-drm-msm-dpu-drop-bus_scaling_client-field.patch
	patches.suse/1268-drm-msm-dpu-encoder-drop-unused-mode_fixup-callback.patch
	patches.suse/1269-drm-msm-dpu-switch-dpu_encoder-to-use-atomic_mode_se.patch
	patches.suse/1270-drm-msm-dpu-pull-connector-from-dpu_encoder_phys-to-.patch
	patches.suse/1271-drm-msm-dpu-simplify-clocks-handling.patch
	patches.suse/1272-drm-msm-dpu-Add-a-function-to-retrieve-the-current-C.patch
	patches.suse/1273-drm-msm-dpu-Fix-timeout-issues-on-command-mode-panel.patch
	patches.suse/1274-drm-msm-add-support-for-QCM2290-MDSS.patch
	patches.suse/1275-drm-msm-dpu-wire-up-MSM8998-s-DSPP-blocks.patch
	patches.suse/1276-drm-msm-replace-DEFINE_SIMPLE_ATTRIBUTE-with-DEFINE_.patch
	patches.suse/1277-drm-msm-drop-register-logging-support.patch
	patches.suse/1278-drm-msm-drop-dbgname-argument-from-msm_ioremap.patch
	patches.suse/1279-drm-msm-move-msm_readl-_writel-to-msm_drv.h.patch
	patches.suse/1280-drm-msm-reduce-usage-of-round_pixclk-callback.patch
	patches.suse/1281-drm-msm-rd-Add-chip-id.patch
	patches.suse/1282-drm-msm-move-utility-functions-from-msm_drv.c.patch
	patches.suse/1283-drm-msm-dp-Move-debugfs-files-into-subdirectory.patch
	patches.suse/1284-drm-msm-dp-Add-sc8180x-DP-controllers.patch
	patches.suse/1285-drm-msm-dp-Simplify-dp_debug_init-and-dp_debug_get.patch
	patches.suse/1286-drm-msm-dp-Add-DisplayPort-controller-for-SM8350.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/1289-drm-msm-dp-add-support-of-tps4-training-pattern-4-fo.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/1292-drm-msm-dp-add-connector-type-to-enhance-debug-messa.patch
	patches.suse/1293-drm-msm-dp-enhance-debug-info-related-to-dp-phy.patch
	patches.suse/1294-drm-msm-dp-fix-panel-bridge-attachment.patch
	patches.suse/1295-drm-msm-dp-support-attaching-bridges-to-the-DP-encod.patch
	patches.suse/1296-drm-msm-dp-support-finding-next-bridge-even-for-DP-i.patch
	patches.suse/drm-msm-dsi-Use-ref-fw-clock-instead-of-global-name-.patch
	patches.suse/1298-drm-msm-dsi-Add-dsi-phy-tuning-configuration-support.patch
	patches.suse/1299-drm-msm-dsi-Add-10nm-dsi-phy-tuning-configuration-su.patch
	patches.suse/drm-msm-dsi-Remove-spurious-IRQF_ONESHOT-flag.patch
	patches.suse/1301-drm-msm-dsi-move-DSI-host-powerup-to-modeset-time.patch
	patches.suse/1302-drm-msm-dsi-phy-fix-7nm-v4.0-settings-for-C-PHY-mode.patch
	patches.suse/drm-msm-hdmi-Remove-spurious-IRQF_ONESHOT-flag.patch
	patches.suse/1304-drm-replace-bitmap_weight-with-bitmap_empty-where-ap.patch
	patches.suse/1305-drm-msm-gpu-Add-ctx-to-get_param.patch
	patches.suse/1306-drm-msm-gpu-Track-global-faults-per-address-space.patch
	patches.suse/1307-drm-msm-dsi-Allow-to-specify-dsi-config-as-pdata.patch
	patches.suse/1308-drm-msm-dsi-Add-support-for-qcm2290-dsi-controller.patch
	patches.suse/drm-msm-Avoid-dirtyfb-stalls-on-video-mode-displays-.patch
	patches.suse/1310-drm-msm-Use-generic-name-for-gpu-resources.patch
	patches.suse/1311-drm-msm-adreno-Generate-name-from-chipid-for-7c3.patch
	patches.suse/1312-drm-msm-a6xx-Add-support-for-7c3-SKUs.patch
	patches.suse/1313-drm-msm-adreno-Expose-speedbin-to-userspace.patch
	patches.suse/1314-drm-exynos-fimd-add-BGR-support-for-exynos4-5.patch
	patches.suse/1315-drm-msm-Update-generated-headers.patch
	patches.suse/1316-drm-msm-Add-SET_PARAM-ioctl.patch
	patches.suse/1317-drm-msm-Add-SYSPROF-param-v2.patch
	patches.suse/1318-drm-msm-a6xx-Zap-counters-across-context-switch.patch
	patches.suse/1319-drm-msm-Add-MSM_SUBMIT_FENCE_SN_IN.patch
	patches.suse/drm-msm-a6xx-Fix-missing-ARRAY_SIZE-check.patch
	patches.suse/drm-msm-Fix-dirtyfb-refcounting.patch
	patches.suse/1322-drm-msm-adreno-fix-cast-in-adreno_get_param.patch
	patches.suse/1323-drm-msm-gpu-Fix-crash-on-devices-without-devfreq-sup.patch
	patches.suse/1324-drm-amd-display-Don-t-fill-up-the-logs.patch
	patches.suse/1325-gpu-amd-vega10_hwmgr-fix-inappropriate-private-varia.patch
	patches.suse/1326-Revert-drm-amdkfd-process_info-lock-not-needed-for-s.patch
	patches.suse/1327-drm-amdkfd-Correct-SMI-event-read-size.patch
	patches.suse/1328-drm-amdkfd-Add-SMI-add-event-helper.patch
	patches.suse/1329-drm-amd-display-Remove-invalid-RDPCS-Programming-in-.patch
	patches.suse/1330-drm-amd-display-Make-functional-resource-functions-n.patch
	patches.suse/1331-drm-amd-display-Reset-VIC-if-HDMI_VIC-is-present.patch
	patches.suse/1332-drm-amdgpu-Fix-realloc-of-ptr.patch
	patches.suse/1333-drm-amd-display-Add-frame-alternate-3D-restrict-HW-p.patch
	patches.suse/1334-drm-amd-display-Adding-a-dc_debug-option-and-dmub-se.patch
	patches.suse/1335-drm-amdgpu-Modify-.ras_fini-function-pointer-paramet.patch
	patches.suse/1336-drm-amdgpu-Optimize-xxx_ras_fini-function-of-each-ra.patch
	patches.suse/1337-drm-amdgpu-centrally-calls-the-.ras_fini-function-of.patch
	patches.suse/1338-drm-amdgpu-Remove-redundant-calls-of-amdgpu_ras_bloc.patch
	patches.suse/1339-drm-amdgpu-Remove-redundant-calls-of-amdgpu_ras_bloc.patch
	patches.suse/1340-drm-amdgpu-Remove-redundant-calls-of-amdgpu_ras_bloc.patch
	patches.suse/1341-drm-amdgpu-Remove-redundant-calls-of-amdgpu_ras_bloc.patch
	patches.suse/1342-drm-amdgpu-Remove-redundant-calls-of-amdgpu_ras_bloc.patch
	patches.suse/1343-drm-amdgpu-Remove-redundant-calls-of-amdgpu_ras_bloc.patch
	patches.suse/1344-drm-amdgpu-Remove-redundant-calls-of-amdgpu_ras_bloc.patch
	patches.suse/1345-drm-amdgpu-Remove-redundant-calls-of-amdgpu_ras_bloc.patch
	patches.suse/1346-drm-amdgpu-Remove-redundant-.ras_fini-initialization.patch
	patches.suse/1347-drm-amdgpu-move-amdgpu_gmc_noretry_set-after-ip_vers.patch
	patches.suse/1348-drm-amdgpu-convert-code-name-to-ip-version-for-noret.patch
	patches.suse/1349-drm-amdgpu-Fix-sigsev-when-accessing-MMIO-on-hot-unp.patch
	patches.suse/1350-drm-amdgpu-Bump-minor-version-for-hot-plug-tests-ena.patch
	patches.suse/1351-drm-amdgpu-Move-CAP-firmware-loading-to-the-beginnin.patch
	patches.suse/1352-drm-amdgpu-enable-gfx-clock-gating-control-for-GC-10.patch
	patches.suse/1353-drm-amdgpu-nv-enable-clock-gating-for-GC-10.3.7-subb.patch
	patches.suse/1354-drm-amdgpu-enable-gfx-power-gating-for-GC-10.3.7.patch
	patches.suse/1355-drm-amdgpu-enable-gfxoff-routine-for-GC-10.3.7.patch
	patches.suse/1356-drm-amd-pm-new-v3-SmuMetrics-data-structure-for-Sien.patch
	patches.suse/1357-drm-amd-display-Modify-plane-removal-sequence-to-avo.patch
	patches.suse/1358-drm-amdgpu-Use-IP-versions-in-convert_tiling_flags_t.patch
	patches.suse/1359-drm-amdgpu-remove-unused-gpu_info-firmwares.patch
	patches.suse/1360-drm-amdgpu-gfx10-drop-unused-cyan-skillfish-firmware.patch
	patches.suse/1361-drm-amdgpu-sdma5-drop-unused-cyan-skillfish-firmware.patch
	patches.suse/1362-drm-amdgpu-remove-redundant-null-check.patch
	patches.suse/1363-drm-amd-display-Pass-HostVM-enable-flag-into-DCN3.1-.patch
	patches.suse/1364-drm-amd-display-Program-OPP-before-ODM.patch
	patches.suse/1365-drm-amd-display-Refactor-fixed-VS-w-a-for-PHY-tests.patch
	patches.suse/1366-drm-amd-display-Pass-deep-sleep-disabled-allow-info-.patch
	patches.suse/1367-drm-amd-display-refine-the-EDID-override.patch
	patches.suse/1368-drm-amd-display-FW-Promotion-Release-0.0.106.0.patch
	patches.suse/1369-drm-amd-display-add-verify_link_cap-back-for-hdmi.patch
	patches.suse/1370-drm-amd-display-3.2.175.patch
	patches.suse/1371-drm-amdgpu-Refactor-mode2-reset-logic-for-v13.0.2.patch
	patches.suse/1372-drm-amdgpu-Set-correct-DMA-mask-for-aldebaran.patch
	patches.suse/1373-drm-amdgpu-Add-DFC-CAP-support-for-aldebaran.patch
	patches.suse/1374-drm-amdgpu-vcn-Update-fw-shared-data-structure.patch
	patches.suse/1375-drm-amdgpu-vcn-Add-vcn-firmware-log.patch
	patches.suse/1376-drm-amdkfd-judge-get_atc_vmid_pasid_mapping_info-bef.patch
	patches.suse/1377-drm-amdkfd-implement-get_atc_vmid_pasid_mapping_info.patch
	patches.suse/1378-drm-amdgpu-install-ctx-entities-with-cmpxchg.patch
	patches.suse/1379-drm-amd-amdgpu-set-disabled-vcn-to-no_schduler.patch
	patches.suse/1380-drm-amdgpu-header-cleanup.patch
	patches.suse/1381-drm-amdgpu-use-job-and-ib-structures-directly-in-CS-.patch
	patches.suse/1382-drm-amdgpu-properly-embed-the-IBs-into-the-job.patch
	patches.suse/1383-drm-amdgpu-initialize-the-vmid_wait-with-the-stub-fe.patch
	patches.suse/1384-drm-amdkfd-Add-format-attribute-to-kfd_smi_event_add.patch
	patches.suse/1385-drm-amdkfd-bail-out-early-if-no-get_atc_vmid_pasid_m.patch
	patches.suse/1386-drm-amdgpu-fix-a-wrong-ib-reference.patch
	patches.suse/1387-drm-i915-Avoid-negative-shift-due-to-bigjoiner_pipes.patch
	patches.suse/1388-drm-i915-Don-t-skip-ddb-allocation-if-data_rate-0.patch
	patches.suse/1389-drm-i915-Check-async-flip-capability-early-on.patch
	patches.suse/1390-drm-i915-Fix-the-async-flip-wm0-ddb-optimization.patch
	patches.suse/1391-drm-i915-gvt-add-the-missing-mdev-attribute-name.patch
	patches.suse/1392-drm-i915-gtt-reduce-overzealous-alignment-constraint.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/1395-drm-i915-display-Do-not-re-enable-PSR-after-it-was-m.patch
	patches.suse/1396-drm-amdgpu-Disable-baco-dummy-mode.patch
	patches.suse/1397-drm-amdgpu-change-registers-in-error-checking-for-sm.patch
	patches.suse/1398-drm-amd-display-add-debug-option-to-bypass-ssinfo-fr.patch
	patches.suse/1399-drm-amd-display-fix-deep-color-ratio.patch
	patches.suse/1400-drm-amd-display-cleaning-up-smu_if-to-add-future-fle.patch
	patches.suse/1401-drm-amd-display-fix-the-clock-source-contruct-for-dc.patch
	patches.suse/1402-drm-amd-display-Clean-up-fixed-VS-PHY-test-w-a-funct.patch
	patches.suse/1403-drm-amd-display-Add-minimal-pipe-split-transition-st.patch
	patches.suse/1404-drm-amd-display-Release-AUX-engine-after-failed-acqu.patch
	patches.suse/1405-drm-amd-display-move-FPU-associated-DCN303-code-to-D.patch
	patches.suse/1406-drm-amd-display-Add-link-dp-trace-support.patch
	patches.suse/1407-drm-amd-display-merge-two-duplicated-clock_source_cr.patch
	patches.suse/1408-drm-amd-display-add-gamut-coefficient-set-A-and-B.patch
	patches.suse/1409-drm-amd-display-disable-HPD-SW-timer-for-passive-don.patch
	patches.suse/1410-drm-amd-display-handle-DP2.0-RX-with-UHBR20-but-not-.patch
	patches.suse/1411-drm-amd-display-enable-dcn315-316-s0i2-support.patch
	patches.suse/1412-drm-amd-display-FW-Promotion-Release-0.0.107.0.patch
	patches.suse/1413-drm-amd-display-3.2.176.patch
	patches.suse/1414-drm-amd-display-Add-NULL-check.patch
	patches.suse/1415-drm-amd-display-Fix-double-free-during-GPU-reset-on-.patch
	patches.suse/1416-drm-amd-display-Fix-compile-error-from-TO_CLK_MGR_IN.patch
	patches.suse/1417-drm-amd-display-move-FPU-related-code-from-dcn20-to-.patch
	patches.suse/1418-drm-amd-display-move-FPU-operations-from-dcn21-to-dm.patch
	patches.suse/1419-drm-amd-display-move-FPU-code-from-dcn10-to-dml-dcn1.patch
	patches.suse/1420-drm-amd-pm-add-send-bad-channel-info-function.patch
	patches.suse/1421-drm-amdgpu-message-smu-to-update-bad-channel-info.patch
	patches.suse/1422-drm-amd-pm-Send-message-when-resp-status-is-0xFC.patch
	patches.suse/1423-drm-amd-display-fix-dp-kvm-can-t-light-up.patch
	patches.suse/1424-drm-amdkfd-CRIU-remove-sync-and-TLB-flush-on-restore.patch
	patches.suse/1425-drm-amdkfd-CRIU-Refactor-restore-BO-function.patch
	patches.suse/1426-drm-amdkfd-CRIU-export-dmabuf-handles-for-GTT-BOs.patch
	patches.suse/drm-amd-display-Add-pstate-verification-and-recovery.patch
	patches.suse/1428-drm-amdgpu-display-enable-scatter-gather-display-for.patch
	patches.suse/1429-drm-amdgpu-fix-aldebaran-xgmi-topology-for-vf.patch
	patches.suse/1430-drm-amdgpu-drop-xmgi23-error-query-reset-support.patch
	patches.suse/1431-drm-amd-pm-use-pm-mutex-to-protect-ecc-info-table.patch
	patches.suse/1432-drm-amdgpu-only-check-for-_PR3-on-dGPUs.patch
	patches.suse/1433-drm-amd-fix-gfx-hang-on-renoir-in-IGT-reload-test.patch
	patches.suse/1434-drm-amdgpu-Move-reset-domain-init-before-calling-RRE.patch
	patches.suse/1435-drm-amd-display-Add-I2C-escape-to-support-query-devi.patch
	patches.suse/1436-drm-amd-display-Add-function-to-get-the-pipe-from-th.patch
	patches.suse/1437-drm-amd-display-Fix-a-few-parts-in-debugfs-entry.patch
	patches.suse/1438-drm-amd-display-Update-engine-ddc.patch
	patches.suse/1439-drm-amd-display-Block-zstate-when-more-than-one-plan.patch
	patches.suse/1440-drm-amd-display-Add-new-enum-for-EDID-status.patch
	patches.suse/1441-drm-amd-display-Retry-when-fail-reading-lane-status-.patch
	patches.suse/1442-drm-amd-display-Add-null-pointer-filter.patch
	patches.suse/1443-drm-amd-display-Wait-for-hubp-read-line-for-Pollock.patch
	patches.suse/1444-drm-amd-display-Add-save-restore-PANEL_PWRSEQ_REF_DI.patch
	patches.suse/1445-drm-amd-display-FW-Promotion-Release-0.0.108.0.patch
	patches.suse/1446-drm-amd-display-3.2.177.patch
	patches.suse/1447-drm-amdgpu-fixed-the-warnings-reported-by-kernel-tes.patch
	patches.suse/1448-drm-amdgpu-only-allow-secure-submission-on-rings-whi.patch
	patches.suse/1449-drm-amdgpu-vcn-fix-vcn-ring-test-failure-in-igt-relo.patch
	patches.suse/1450-drm-amdkfd-evict-svm-bo-worker-handle-error.patch
	patches.suse/1451-drm-amdgpu-Merge-get_reserved_allocation-to-get_vbio.patch
	patches.suse/1452-drm-amdgpu-Add-stolen-reserved-memory-for-MI25-SRIOV.patch
	patches.suse/1453-drm-amd-pm-fix-typos-in-comments.patch
	patches.suse/1454-drm-amdgpu-fix-typos-in-comments.patch
	patches.suse/1455-drm-amdgpu-dc-fix-typos-in-comments.patch
	patches.suse/1456-drm-amd-pm-fix-indenting-in-__smu_cmn_reg_print_erro.patch
	patches.suse/1457-drm-amdgpu-Remove-pointless-on-stack-mode-copies.patch
	patches.suse/1458-drm-amdgpu-Use-ternary-operator-in-vcn_v1_0_start.patch
	patches.suse/1459-drm-radeon-Use-drm_mode_copy.patch
	patches.suse/1460-drm-amdgpu-Use-drm_mode_copy.patch
	patches.suse/xfs-use-setattr_copy-to-set-vfs-inode-attributes.patch
	patches.suse/xfs-reserve-quota-for-dir-expansion-when-linking-unl.patch
	patches.suse/xfs-reserve-quota-for-target-dir-expansion-when-rena.patch
	patches.suse/ceph-switch-netfs-read-ops-to-use-rreq-inode-instead-of-rreq-mapping-host.patch
	patches.suse/ceph-make-ceph_netfs_issue_op-handle-inlined-data.patch
	patches.suse/ceph-uninline-the-data-on-a-file-opened-for-writing.patch
	patches.suse/ceph-eliminate-req-r_wait_for_completion-from-ceph_mds_request.patch
	patches.suse/ceph-wait-for-async-create-reply-before-sending-any-cap-messages.patch
	patches.suse/ceph-wake-waiters-after-failed-async-create.patch
	patches.suse/ceph-fail-the-request-directly-if-handle_reply-gets-an-ESTALE.patch
	patches.suse/ceph-fix-comments-mentioning-i_mutex.patch
	patches.suse/libceph-drop-else-branches-in-prepare_read_data-_cont.patch
	patches.suse/ceph-add-getvxattr-op.patch
	patches.suse/ceph-move-to-a-dedicated-slabcache-for-ceph_cap_snap.patch
	patches.suse/ceph-zero-the-dir_entries-memory-when-allocating-it.patch
	patches.suse/ceph-do-not-update-snapshot-context-when-there-is-no-new-snapshot.patch
	patches.suse/ceph-eliminate-the-recursion-when-rebuilding-the-snap-context.patch
	patches.suse/ceph-remove-incorrect-and-unused-CEPH_INO_DOTDOT-macro.patch
	patches.suse/ceph-do-not-release-the-global-snaprealm-until-unmounting.patch
	patches.suse/ceph-allocate-capsnap-memory-outside-of-ceph_queue_cap_snap.patch
	patches.suse/ceph-misc-fix-for-code-style-and-logs.patch
	patches.suse/ceph-fix-inode-reference-leakage-in-ceph_get_snapdir.patch
	patches.suse/ceph-assign-the-ci-only-when-the-inode-isn-t-NULL.patch
	patches.suse/ceph-use-ktime_to_timespec64-rather-than-jiffies_to_timespec64.patch
	patches.suse/ceph-track-average-r-w-m-latency.patch
	patches.suse/ceph-include-average-stdev-r-w-m-latency-in-mds-metrics.patch
	patches.suse/ceph-use-tracked-average-r-w-m-latencies-to-display-metrics-in-debugfs.patch
	patches.suse/ceph-uninitialized-variable-in-debug-output.patch
	patches.suse/ceph-fix-memory-leak-in-ceph_readdir-when-note_last_dentry-returns-error.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-rxe-Delete-useless-module.h-include.patch
	patches.suse/RDMA-rxe-Move-rxe_mcast_add-delete-to-rxe_mcast.c.patch
	patches.suse/RDMA-rxe-Move-rxe_mcast_attach-detach-to-rxe_mcast.c.patch
	patches.suse/RDMA-rxe-Rename-rxe_mc_grp-and-rxe_mc_elem.patch
	patches.suse/RDMA-rxe-Enforce-IBA-o10-2.2.3.patch
	patches.suse/RDMA-rxe-Remove-rxe_drop_all_macst_groups.patch
	patches.suse/RDMA-rxe-Remove-qp-grp_lock-and-qp-grp_list.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/RDMA-rxe-Revert-changes-from-irqsave-to-bh-locks.patch
	patches.suse/RDMA-rxe-Move-mcg_lock-to-rxe.patch
	patches.suse/RDMA-rxe-Use-kzmalloc-kfree-for-mca.patch
	patches.suse/RDMA-rxe-Replace-grp-by-mcg-mce-by-mca.patch
	patches.suse/RDMA-rxe-Replace-int-num_qp-by-atomic_t-qp_num.patch
	patches.suse/RDMA-rxe-Replace-pool-key-by-rxe-mcg_tree.patch
	patches.suse/RDMA-rxe-Remove-key-ed-object-support.patch
	patches.suse/RDMA-rxe-Remove-mcg-from-rxe-pools.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-rxe-Warn-if-mcast-memory-is-not-freed.patch
	patches.suse/RDMA-rxe-Collect-mca-init-code-in-a-subroutine.patch
	patches.suse/RDMA-rxe-Collect-cleanup-mca-code-in-a-subroutine.patch
	patches.suse/RDMA-rxe-Cleanup-rxe_mcast.c.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/RDMA-rxe-Remove-useless-argument-for-update_state.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-rxe-Replace-mr-by-rkey-in-responder-resources.patch
	patches.suse/RDMA-rxe-Reverse-the-sense-of-RXE_POOL_NO_ALLOC.patch
	patches.suse/RDMA-rxe-Delete-_locked-APIs-for-pool-objects.patch
	patches.suse/RDMA-rxe-Replace-obj-by-elem-in-declaration.patch
	patches.suse/RDMA-rxe-Move-max_elem-into-rxe_type_info.patch
	patches.suse/RDMA-rxe-Shorten-pool-names-in-rxe_pool.c.patch
	patches.suse/RDMA-rxe-Replace-red-black-trees-by-xarrays.patch
	patches.suse/RDMA-rxe-Use-standard-names-for-ref-counting.patch
	patches.suse/RDMA-nldev-Prevent-underflow-in-nldev_stat_set_count.patch
	patches.suse/0004-dm-interlock-pending-dm_io-and-dm_wait_for_bios_comp.patch
	patches.suse/0005-dm-fix-double-accounting-of-flush-with-data.patch
	patches.suse/0061-dm-stats-fix-too-short-end-duration_ns-when-using-precise_timestamps.patch
	patches.suse/0062-dm-eliminate-copying-of-dm_io-fields-in-dm_io_dec_pending.patch
	patches.suse/0063-dm-reorder-members-in-mapped_device-struct.patch
	patches.suse/0064-dm-rename-split-functions.patch
	patches.suse/0065-dm-fold-__clone_and_map_data_bio-into-__split_and_process_bio.patch
	patches.suse/0066-dm-refactor-dm_split_and_process_bio-a-bit.patch
	patches.suse/0067-dm-reduce-code-duplication-in-__map_bio.patch
	patches.suse/0068-dm-remove-impossible-BUG_ON-in-__send_empty_flush.patch
	patches.suse/0069-dm-remove-unused-mapped_device-argument-from-free_tio.patch
	patches.suse/0070-dm-remove-legacy-code-only-needed-before-submit_bio-recursion.patch
	patches.suse/0071-dm-record-old_sector-in-dm_target_io-before-calling-map-function.patch
	patches.suse/0072-dm-move-duplicate-code-from-callers-of-alloc_tio-into-alloc_tio.patch
	patches.suse/0073-dm-reduce-dm_io-and-dm_target_io-struct-sizes.patch
	patches.suse/0074-dm-flag-clones-created-by-__send_duplicate_bios.patch
	patches.suse/0075-dm-add-dm_submit_bio_remap-interface.patch
	patches.suse/0076-dm-crypt-use-dm_submit_bio_remap.patch
	patches.suse/0077-dm-delay-use-dm_submit_bio_remap.patch
	patches.suse/0078-dm-cache-policy-smq-make-static-read-only-array-table-const.patch
	patches.suse/0079-dm-ima-fix-wrong-length-calculation-for-no_data-string.patch
	patches.suse/0080-dm-cleanup-double-word-in-comment.patch
	patches.suse/0081-dm-ioctl-prevent-potential-spectre-v1-gadget.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/0082-dm-thin-use-time_is_before_jiffies-instead-of-open-coding-it.patch
	patches.suse/0083-dm-thin-metadata-remove-unused-dm_thin_remove_block-and-__remove.patch
	patches.suse/0084-dm-io-remove-stale-comment-block-for-dm_io.patch
	patches.suse/0085-dm-requeue-IO-if-mapping-table-not-yet-available.patch
	patches.suse/0086-dm-remove-unnecessary-local-variables-in-__bind.patch
	patches.suse/0087-dm-zoned-remove-the-name-field-in-struct-dmz_dev.patch
	patches.suse/0088-dm-stop-using-bdevname.patch
	patches.suse/0089-dm-mpath-use-DMINFO-instead-of-printk-with-KERN_INFO.patch
	patches.suse/block-add-poll_bio-to-block_device_operations.patch
	patches.suse/0090-dm-support-bio-polling.patch
	patches.suse/0091-dm-add-WARN_ON_ONCE-to-dm_submit_bio_remap.patch
	patches.suse/0092-dm-thin-use-dm_submit_bio_remap.patch
	patches.suse/0093-dm-simplify-dm_sumbit_bio_remap-interface.patch
	patches.suse/0094-dm-cache-use-dm_submit_bio_remap.patch
	patches.suse/0095-dm-factor-out-dm_io_complete.patch
	patches.suse/0096-dm-return-void-from-__send_empty_flush.patch
	patches.suse/0097-dm-switch-dm_io-booleans-over-to-proper-flags.patch
	patches.suse/0098-dm-switch-dm_target_io-booleans-over-to-proper-flags.patch
	patches.suse/0099-dm-reduce-size-of-dm_io-and-dm_target_io-structs.patch
	patches.suse/0100-dm-consolidate-spinlocks-in-dm_io-struct.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-ufs-Add-checking-lifetime-attribute-for-WriteBo.patch
	patches.suse/scsi-bnx2fc-Fix-typo-in-comments.patch
	patches.suse/scsi-bnx2fc-Make-use-of-the-helper-macro-kthread_run.patch
	patches.suse/scsi-mvsas-Replace-snprintf-with-sysfs_emit.patch
	patches.suse/scsi-bfa-Replace-snprintf-with-sysfs_emit.patch
	patches.suse/scsi-qedi-Remove-redundant-flush_workqueue-calls.patch
	patches.suse/scsi-lpfc-Remove-redundant-flush_workqueue-call.patch
	patches.suse/scsi-core-Make-access_state-sysfs-attribute-always-v.patch
	patches.suse/scsi-core-Add-scsi_done_direct-for-immediate-complet.patch
	patches.suse/scsi-usb-storage-Complete-the-SCSI-request-directly.patch
	patches.suse/scsi-mpt3sas-Convert-to-flexible-arrays.patch
	patches.suse/scsi-smartpqi-Fix-rmmod-stack-trace.patch
	patches.suse/scsi-smartpqi-Add-PCI-IDs
	patches.suse/scsi-smartpqi-Enable-SATA-NCQ-priority-in-sysfs.patch
	patches.suse/scsi-smartpqi-Eliminate-drive-spin-down-on-warm-boot.patch
	patches.suse/scsi-smartpqi-Quickly-propagate-path-failures-to-SCS.patch
	patches.suse/scsi-smartpqi-Fix-a-name-typo-and-cleanup-code.patch
	patches.suse/scsi-smartpqi-Fix-a-typo-in-func-pqi_aio_submit_io.patch
	patches.suse/scsi-smartpqi-Resolve-delay-issue-with-PQI_HZ-value.patch
	patches.suse/scsi-smartpqi-Avoid-drive-spin-down-during-suspend.patch
	patches.suse/scsi-smartpqi-Update-volume-size-after-expansion.patch
	patches.suse/scsi-smartpqi-Fix-kdump-issue-when-controller-is-locked-up.patch
	patches.suse/scsi-smartpqi-Speed-up-RAID-10-sequential-reads.patch
	patches.suse/scsi-smartpqi-Expose-SAS-address-for-SATA-drives.patch
	patches.suse/scsi-smartpqi-Fix-NUMA-node-not-updated-during-init.patch
	patches.suse/scsi-smartpqi-Fix-BUILD_BUG_ON-statements.patch
	patches.suse/scsi-smartpqi-Fix-hibernate-and-suspend.patch
	patches.suse/scsi-smartpqi-Fix-lsscsi-t-SAS-addresses.patch
	patches.suse/scsi-smartpqi-Update-version-to-2.1.14-035.patch
	patches.suse/scsi-qla2xxx-Add-qla2x00_async_done-for-async-routin.patch
	patches.suse/scsi-ibmvscsis-Silence-Warray-bounds-warning.patch
	patches.suse/scsi-pm8001-Clean-up-inconsistent-indenting.patch
	patches.suse/scsi-qla2xxx-Remove-unused-qla_sess_op_cmd_list-from.patch
	patches.suse/scsi-isci-Drop-SAS_TASK_AT_INITIATOR-check-in-isci_task_abort_task.patch
	patches.suse/scsi-libsas-Drop-SAS_TASK_AT_INITIATOR.patch
	patches.suse/scsi-smartpqi-Fix-unused-variable-pqi_pm_ops-for-cla.patch
	patches.suse/scsi-message-fusion-Use-GFP_KERNEL.patch
	patches.suse/scsi-Remove-unused-member-cmd_pool-for-structure-scs.patch
	patches.suse/scsi-mpi3mr-Fix-deadlock-while-canceling-the-fw-event.patch
	patches.suse/scsi-mpi3mr-Fix-printing-of-pending-I-O-count.patch
	patches.suse/scsi-mpi3mr-Update-MPI3-headers.patch
	patches.suse/scsi-mpi3mr-Fix-hibernation-issue.patch
	patches.suse/scsi-mpi3mr-Fix-cmnd-getting-marked-as-in-use-forever.patch
	patches.suse/scsi-mpi3mr-Fix-reporting-of-actual-data-transfer-size.patch
	patches.suse/scsi-mpi3mr-Update-the-copyright-year.patch
	patches.suse/scsi-mpi3mr-Fix-memory-leaks.patch
	patches.suse/scsi-mpi3mr-Bump-driver-version-to-8.0.0.68.0.patch
	patches.suse/scsi-libsas-Delete-lldd_clear_aca-callback.patch
	patches.suse/scsi-libsas-Move-SMP-task-handlers-to-core.patch
	patches.suse/scsi-libsas-Add-struct-sas_tmf_task.patch
	patches.suse/scsi-libsas-Add-sas_task.tmf.patch
	patches.suse/scsi-libsas-Add-sas_execute_tmf.patch
	patches.suse/scsi-libsas-Add-sas_execute_ssp_tmf.patch
	patches.suse/scsi-libsas-Add-TMF-handler-exec-complete-callback.patch
	patches.suse/scsi-libsas-Add-TMF-handler-aborted-callback.patch
	patches.suse/scsi-libsas-Add-sas_abort_task_set.patch
	patches.suse/scsi-libsas-Add-sas_clear_task_set.patch
	patches.suse/scsi-libsas-Add-sas_lu_reset.patch
	patches.suse/scsi-libsas-Add-sas_query_task.patch
	patches.suse/scsi-libsas-Add-sas_abort_task.patch
	patches.suse/scsi-libsas-Add-sas_execute_ata_cmd.patch
	patches.suse/scsi-ips-Remove-an-unreachable-statement.patch
	patches.suse/scsi-ips-Change-the-return-type-of-ips_release-into-.patch
	patches.suse/scsi-ips-Use-true-and-false-instead-of-TRUE-and-FALS.patch
	patches.suse/scsi-nsp_cs-Change-the-return-type-of-two-functions-.patch
	patches.suse/scsi-nsp_cs-Use-true-and-false-instead-of-TRUE-and-F.patch
	patches.suse/scsi-Remove-drivers-scsi-scsi.h.patch
	patches.suse/scsi-NCR5380-Remove-the-NCR5380_CMD_SIZE-macro.patch
	patches.suse/scsi-NCR5380-Add-SCp-members-to-struct-NCR5380_cmd.patch
	patches.suse/scsi-arm-Rename-arm-scsi.h-into-arm-arm_scsi.h.patch
	patches.suse/scsi-arm-Move-the-SCSI-pointer-to-private-command-da.patch
	patches.suse/scsi-53c700-Stop-clearing-SCSI-pointer-fields.patch
	patches.suse/scsi-aacraid-Move-the-SCSI-pointer-to-private-command-data.patch
	patches.suse/scsi-advansys-Move-the-SCSI-pointer-to-private-comma.patch
	patches.suse/scsi-aha1542-Remove-a-set-but-not-used-array.patch
	patches.suse/scsi-aha152x-Move-the-SCSI-pointer-to-private-comman.patch
	patches.suse/scsi-bfa-Stop-using-the-SCSI-pointer.patch
	patches.suse/scsi-csio-Stop-using-the-SCSI-pointer.patch
	patches.suse/scsi-dc395x-Stop-using-the-SCSI-pointer.patch
	patches.suse/scsi-esp_scsi-Stop-using-the-SCSI-pointer.patch
	patches.suse/scsi-fdomain-Move-the-SCSI-pointer-to-private-comman.patch
	patches.suse/scsi-fnic-Fix-a-tracing-statement.patch
	patches.suse/scsi-fnic-Stop-using-the-SCSI-pointer.patch
	patches.suse/scsi-hptiop-Stop-using-the-SCSI-pointer.patch
	patches.suse/scsi-imm-Move-the-SCSI-pointer-to-private-command-da.patch
	patches.suse/scsi-iscsi-Stop-using-the-SCSI-pointer.patch
	patches.suse/scsi-initio-Stop-using-the-SCSI-pointer.patch
	patches.suse/scsi-libfc-Stop-using-the-SCSI-pointer.patch
	patches.suse/scsi-bnx2fc-Stop-using-the-SCSI-pointer.patch
	patches.suse/scsi-qedf-Stop-using-the-SCSI-pointer.patch
	patches.suse/scsi-mac53c94-Fix-a-set-but-not-used-compiler-warnin.patch
	patches.suse/scsi-mac53c94-Move-the-SCSI-pointer-to-private-comma.patch
	patches.suse/scsi-megaraid-Stop-using-the-SCSI-pointer.patch
	patches.suse/scsi-megasas-Stop-using-the-SCSI-pointer.patch
	patches.suse/scsi-mesh-Move-the-SCSI-pointer-to-private-command-d.patch
	patches.suse/scsi-mvsas-Fix-a-set-but-not-used-warning.patch
	patches.suse/scsi-mvumi-Stop-using-the-SCSI-pointer.patch
	patches.suse/scsi-nsp32-Stop-using-the-SCSI-pointer.patch
	patches.suse/scsi-nsp_cs-Move-the-SCSI-pointer-to-private-command.patch
	patches.suse/scsi-sym53c500_cs-Move-the-SCSI-pointer-to-private-c.patch
	patches.suse/scsi-ppa-Move-the-SCSI-pointer-to-private-command-da.patch
	patches.suse/scsi-qla1280-Move-the-SCSI-pointer-to-private-comman.patch
	patches.suse/scsi-qla2xxx-Stop-using-the-SCSI-pointer.patch
	patches.suse/scsi-smartpqi-Stop-using-the-SCSI-pointer.patch
	patches.suse/scsi-sym53c8xx_2-Move-the-SCSI-pointer-to-private-co.patch
	patches.suse/scsi-usb-Stop-using-the-SCSI-pointer.patch
	patches.suse/scsi-wd719x-Stop-using-the-SCSI-pointer.patch
	patches.suse/scsi-wd33c93-Move-the-SCSI-pointer-to-private-comman.patch
	patches.suse/scsi-zalon-Stop-using-the-SCSI-pointer.patch
	patches.suse/scsi-core-Remove-struct-scsi_pointer-from-struct-scs.patch
	patches.suse/scsi-ufs-core-Remove-wlun_dev_to_hba.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-mpi3mr-Fix-flushing-WQ_MEM_RECLAIM-events-warning.patch
	patches.suse/scsi-cxlflash-Query-write_zeroes-limit-for-zeroing.patch
	patches.suse/scsi-drbd-Remove-WRITE_SAME-support.patch
	patches.suse/scsi-rnbd-Remove-WRITE_SAME-support.patch
	patches.suse/scsi-sd-Remove-WRITE_SAME-support.patch
	patches.suse/scsi-md-Remove-WRITE_SAME-support.patch
	patches.suse/scsi-dm-Remove-WRITE_SAME-support.patch
	patches.suse/scsi-block-Remove-REQ_OP_WRITE_SAME-support.patch
	patches.suse/scsi-libsas-Fix-sas_ata_qc_issue-handling-of-NCQ-NON-DATA-commands.patch
	patches.suse/scsi-pm8001-Fix-__iomem-pointer-use-in-pm8001_phy_control.patch
	patches.suse/scsi-pm8001-Fix-pm8001_update_flash-local-variable-type.patch
	patches.suse/scsi-pm8001-Fix-command-initialization-in-pm80XX_send_read_log.patch
	patches.suse/scsi-pm8001-Fix-pm80xx_pci_mem_copy-interface.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-use-of-struct-set_phy_profile_req-fields.patch
	patches.suse/scsi-pm8001-Remove-local-variable-in-pm8001_pci_resume.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-pm8001-Fix-pm8001_tag_alloc-failures-handling.patch
	patches.suse/scsi-pm8001-Fix-pm8001_mpi_task_abort_resp.patch
	patches.suse/scsi-pm8001-Fix-tag-values-handling.patch
	patches.suse/scsi-pm8001-Fix-task-leak-in-pm8001_send_abort_all.patch
	patches.suse/scsi-pm8001-Fix-tag-leaks-on-error.patch
	patches.suse/scsi-pm8001-Fix-memory-leak-in-pm8001_chip_fw_flash_update_req.patch
	patches.suse/scsi-pm8001-Cleanup-pm8001_exec_internal_task_abort.patch
	patches.suse/scsi-pm8001-Simplify-pm8001_get_ncq_tag.patch
	patches.suse/scsi-pm8001-Introduce-ccb-alloc-free-helpers.patch
	patches.suse/scsi-pm8001-Simplify-pm8001_mpi_build_cmd-interface.patch
	patches.suse/scsi-pm8001-Simplify-pm8001_task_exec.patch
	patches.suse/scsi-pm8001-Simplify-pm8001_ccb_task_free.patch
	patches.suse/scsi-pm8001-Improve-pm80XX_send_abort_all.patch
	patches.suse/scsi-pm8001-Fix-pm8001_info-message-format.patch
	patches.suse/scsi-core-docs-Update-notes-about-scsi_times_out.patch
	patches.suse/scsi-mesh-Stop-using-struct-scsi_pointer.patch
	patches.suse/scsi-mac53c94-Stop-using-struct-scsi_pointer.patch
	patches.suse/scsi-pm80xx-Handle-non-fatal-errors.patch
	patches.suse/scsi-aha152x-Fix-aha152x_setup-__setup-handler-return-value.patch
	patches.suse/scsi-qla4xxx-Remove-unneeded-variable.patch
	patches.suse/scsi-hisi_sas-Change-permission-of-parameter-prot_mask.patch
	patches.suse/scsi-hisi_sas-Free-irq-vectors-in-order-for-v3-HW.patch
	patches.suse/scsi-hisi_sas-Limit-users-changing-debugfs-BIST-count-value.patch
	patches.suse/scsi-target-pscsi-Remove-struct-pscsi_plugin_task.patch
	patches.suse/scsi-core-Don-t-memset-the-entire-scsi_cmnd-in-scsi_init_command.patch
	patches.suse/scsi-core-Remove-the-cmd-field-from-struct-scsi_request.patch
	patches.suse/scsi-core-Remove-the-sense-and-sense_len-fields-from.patch
	patches.suse/scsi-core-Move-the-resid_len-field-from-struct-scsi_.patch
	patches.suse/scsi-core-Move-the-result-field-from-struct-scsi_req.patch
	patches.suse/scsi-core-Remove-struct-scsi_request.patch
	patches.suse/scsi-core-Remove-scsi-scsi_request.h.patch
	patches.suse/scsi-scsi_transport_fc-Fix-FPIN-Link-Integrity-statistics-counters.patch
	patches.suse/scsi-iscsi-Fix-recovery-and-unblocking-race.patch
	patches.suse/scsi-iscsi-Speed-up-session-unblocking-and-removal.patch
	patches.suse/scsi-iscsi-Remove-iscsi_scan_finished.patch
	patches.suse/scsi-iscsi-ql4xxx-Use-per-session-workqueue-for-unbi.patch
	patches.suse/scsi-iscsi-Use-the-session-workqueue-for-recovery.patch
	patches.suse/scsi-iscsi-Drop-temp-workq_name.patch
	patches.suse/scsi-wd719x-Return-proper-error-code-when-dma_set_ma.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-libfc-Fix-use-after-free-in-fc_exch_abts_resp.patch
	patches.suse/scsi-mpt3sas-Remove-scsi_dma_map-error-messages.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-libsas-Add-sas_execute_internal_abort_single.patch
	patches.suse/scsi-libsas-Add-sas_execute_internal_abort_dev.patch
	patches.suse/scsi-pm8001-Use-libsas-internal-abort-support.patch
	patches.suse/scsi-hisi_sas-Use-libsas-internal-abort-support.patch
	patches.suse/scsi-target-Add-iscsi-cpus_allowed_list-in-configfs.patch
	patches.suse/scsi-aacraid-Clean-up-some-inconsistent-indenting.patch
	patches.suse/scsi-megasas-Clean-up-some-inconsistent-indenting.patch
	patches.suse/scsi-core-Remove-unreachable-code-warning.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/scsi-bsg-Drop-needless-assignment-in-scsi_bsg_sg_io_.patch
	patches.suse/scsi-scsi_ioctl-Drop-needless-assignment-in-sg_io.patch
	patches.suse/iommu-mediatek-Remove-for_each_m4u-in-tlb_sync_all
	patches.suse/iommu-mediatek-Always-check-runtime-PM-status-in-tlb-flush-range
	patches.suse/iommu-mediatek-Remove-the-power-status-checking-in-tlb-flush-all
	patches.suse/iommu-mediatek-Add-tlb_lock-in-tlb_flush_all
	patches.suse/iommu-mediatek-Always-tlb_flush_all-when-each-PM-resume
	patches.suse/iommu-msm-Use-standard-driver-registration
	patches.suse/iommu-msm-Simplify-with-dev_err_probe
	patches.suse/iommu-ipmmu-vmsa-Check-for-error-num-after-setting-mask
	patches.suse/dt-bindings-iommu-renesas-ipmmu-vmsa-add-r8a779f0-support
	patches.suse/iommu-ipmmu-vmsa-Add-support-for-R-Car-Gen4
	patches.suse/iommu-rockchip-Use-standard-driver-registration
	patches.suse/iommu-arm-smmu-v3-Avoid-open-coded-arithmetic-in-memory-allocati
	patches.suse/iommu-arm-smmu-v3-Simplify-memory-allocation
	patches.suse/iommu-arm-smmu-Add-missing-pm_runtime_disable-in-qcom_iommu_devi
	patches.suse/iommu-arm-smmu-v3-fix-event-handling-soft-lockup
	patches.suse/iommu-arm-smmu-Account-for-PMU-interrupts
	patches.suse/iommu-vtd-Replace-acpi_bus_get_device
	patches.suse/iommu-Remove-trivial-ops-capable-implementations
	patches.suse/iommu-iova-Separate-out-rcache-init
	patches.suse/iommu-vt-d-Remove-guest-pasid-related-callbacks
	patches.suse/iommu-Remove-guest-pasid-related-interfaces-and-definitions
	patches.suse/iommu-vt-d-Remove-aux-domain-related-callbacks
	patches.suse/iommu-Remove-aux-domain-related-interfaces-and-iommu_ops
	patches.suse/iommu-Remove-apply_resv_region
	patches.suse/drm-nouveau-device-Get-right-pgsize_bitmap-of-iommu_domain
	patches.suse/iommu-Use-right-way-to-retrieve-iommu_ops.patch
	patches.suse/iommu-Remove-unused-argument-in-is_attach_deferred
	patches.suse/iommu-Split-struct-iommu_ops
	patches.suse/iommu-iova-Improve-32-bit-free-space-estimate
	patches.suse/iommu-vt-d-Remove-intel_iommu-domains
	patches.suse/iommu-vt-d-Remove-finding-domain-in-dmar_insert_one_dev_info
	patches.suse/iommu-vt-d-Remove-iova_cache_get-put
	patches.suse/iommu-vt-d-Remove-domain-and-devinfo-mempool
	patches.suse/iommu-vt-d-Remove-DEFER_DEVICE_DOMAIN_INFO
	patches.suse/iommu-vt-d-Remove-unnecessary-includes
	patches.suse/iommu-vt-d-Remove-unnecessary-prototypes
	patches.suse/iommu-vt-d-Fix-indentation-of-goto-labels
	patches.suse/iommu-vt-d-Move-intel_iommu_ops-to-header-file
	patches.suse/iommu-vt-d-Add-missing-__init-for-rmrr_sanity_check
	patches.suse/iommu-vt-d-Remove-unused-function-intel_svm_capable
	patches.suse/iommu-vt-d-Enable-ATS-for-the-devices-in-SATC-table
	patches.suse/iommu-amd-Improve-error-handling-for-amd_iommu_init_pci
	patches.suse/iommu-amd-Call-memunmap-in-error-path
	patches.suse/iommu-amd-Clean-up-function-declarations
	patches.suse/iommu-amd-Remove-unused-struct-fault.devid
	patches.suse/iommu-amd-Improve-amd_iommu_v2_exit
	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-papr_scm-Implement-initial-support-for-injec.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-vfio-ap-introduces-s390-kernel-debug-feature-for-vfio_ap-de
	patches.suse/s390-vfio-ap-add-s390dbf-logging-to-the-handle_pqap-function
	patches.suse/s390-vfio-ap-add-s390dbf-logging-to-the-vfio_ap_irq_enable-funct
	patches.suse/s390-ap-driver-callback-to-indicate-resource-in-use
	patches.suse/s390-ap-notify-drivers-on-config-changed-and-scan-complete-callb
	patches.suse/s390-smp-sort-out-physical-vs-virtual-pointers-usage
	patches.suse/s390-ap-zcrypt-debug-feature-improvements
	patches.suse/s390-zcrypt-CEX8S-exploitation-support
	patches.suse/s390-zcrypt-handle-checkstopped-cards-with-new-state
	patches.suse/s390-zcrypt-Support-CPRB-minor-version-T7
	patches.suse/s390-zcrypt-change-reply-buffer-size-offering
	patches.suse/s390-zcrypt-Provide-target-domain-for-EP11-cprbs-to-scheduling-function
	patches.suse/s390-airq-use-DMA-memory-for-summary-indicators
	patches.suse/mm-generalize-ARCH_HAS_FILTER_PGPROT.patch
	patches.suse/mm-fix-race-between-MADV_FREE-reclaim-and-blkdev-direct-IO-read.patch
	patches.suse/Kbuild-add-Wno-shift-negative-value-where-Wextra-is-.patch
	patches.suse/Kbuild-use-Wdeclaration-after-statement.patch
	patches.suse/Kbuild-move-to-std-gnu11.patch
	patches.suse/Kbuild-use-std-gnu11-for-KBUILD_USERCFLAGS.patch
	patches.suse/platform-x86-Replace-acpi_bus_get_device.patch
	patches.suse/platform-surface-surface3-wmi-Simplify-resource-mana.patch
	patches.suse/platform-x86-Add-Intel-Software-Defined-Silicon-driv.patch
	patches.suse/0001_AMD_HSMP-x86-Add-AMD-system-management-interface.patch
	patches.suse/0002_AMD_HSMP-Documentation-Add-x86-amd_hsmp-driver.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/gpiolib-make-struct-comments-into-real-kernel-docs.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/1463-PCI-VGA-Move-vgaarb-to-drivers-pci.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-intel-lpss-Add-Intel-Raptor-Lake-PCH-S-PCI-IDs.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/1464-backlight-pwm_bl-Avoid-open-coded-arithmetic-in-memo.patch
	patches.suse/1465-backlight-backlight-Slighly-simplify-devm_of_find_ba.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/1469-drm-i915-Fix-renamed-struct-field.patch
	patches.suse/1470-drm-ttm-Fix-a-kernel-oops-due-to-an-invalid-read.patch
	patches.suse/1471-drm-selftest-plane_helper-Put-test-structures-in-sta.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/1474-fbdev-Fix-sys_imageblit-for-arbitrary-image-widths.patch
	patches.suse/1475-fbdev-Fix-cfb_imageblit-for-arbitrary-image-widths.patch
	patches.suse/ext2-correct-max-file-size-computing.patch
	patches.suse/dt-bindings-Improve-phandle-array-schemas
	patches.suse/scripts-dtc-Call-pkg-config-POSIXly-correct.patch
	patches.suse/nvme-remove-support-or-stream-based-temperature-hint.patch
	patches.suse/block-remove-the-per-bio-request-write-hint.patch
	patches.suse/fs-do-not-pass-__GFP_HIGHMEM-to-bio_alloc-in-do_mpag.patch
	patches.suse/block-support-pi-with-extended-metadata.patch
	patches.suse/nvme-allow-integrity-on-extended-metadata-formats.patch
	patches.suse/asm-generic-introduce-be48-unaligned-accessors.patch
	patches.suse/linux-kernel-introduce-lower_48_bits-function.patch
	patches.suse/lib-add-rocksoft-model-crc64.patch
	patches.suse/crypto-add-rocksoft-64b-crc-guard-tag-framework.patch
	patches.suse/block-add-pi-for-extended-integrity.patch
	patches.suse/nvme-add-support-for-enhanced-metadata.patch
	patches.suse/crypto-fix-crc64-testmgr-digest-byte-order.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-i801-Add-support-for-Intel-Raptor-Lake-PCH-S.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-dwc3-drd-Add-support-for-usb-conn-gpio-based-usb.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-dwc3-Get-clocks-individually.patch
	patches.suse/usb-dwc3-Calculate-REFCLKPER-based-on-reference-cloc.patch
	patches.suse/usb-dwc3-Program-GFLADJ.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/usb-dwc3-drd-Don-t-check-against-CONFIG_OF.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-typec-Factor-out-non-PD-fwnode-properties.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/thunderbolt-Remove-useless-DMA-32-fallback-configura.patch
	patches.suse/thunderbolt-Disable-LTTPR-on-Intel-Titan-Ridge.patch
	patches.suse/thunderbolt-Add-missing-device-ID-to-tb_switch_is_al.patch
	patches.suse/thunderbolt-Add-internal-xHCI-connect-flows-for-Thun.patch
	patches.suse/thunderbolt-Replace-acpi_bus_get_device.patch
	patches.suse/thunderbolt-Retry-DROM-reads-for-more-failure-scenar.patch
	patches.suse/thunderbolt-Do-not-resume-routers-if-UID-is-not-set.patch
	patches.suse/thunderbolt-Do-not-make-DROM-read-success-compulsory.patch
	patches.suse/thunderbolt-Clarify-register-definitions-for-tb_cap_.patch
	patches.suse/dt-bindings-usb-hcd-correct-usb-device-path.patch
	patches.suse/usb-dwc3-imx8mp-rename-iomem-base-pointer.patch
	patches.suse/usb-dwc3-core-do-not-use-3.0-clock-when-operating-in.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-dwc3-pci-Add-support-for-Intel-Alder-Lake.patch
	patches.suse/usb-gadget-udc-core-remove-usage-of-list-iterator-pa.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/objtool-efi-Update-__efi64_thunk-annotation.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/x86-objtool-Move-the-ASM_REACHABLE-annotation-to-obj.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-alderlake-Add-Raptor-Lake-S-ACPI-ID.patch
	patches.suse/pinctrl-alderlake-Add-Intel-Alder-Lake-N-pin-control.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/0008-mei-me-Use-dma_set_mask_and_coherent-and-simplify-co.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/nvmem-core-Check-input-parameter-for-NULL-in-nvmem_u.patch
	patches.suse/thunderbolt-Drop-duplicate-NULL-checks-around-nvmem_.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/0009-mei-me-avoid-link-reset-on-shutdown.patch
	patches.suse/0010-mei-me-fix-reset-policy-on-read-error-in-interrupt.patch
	patches.suse/0011-mei-do-not-overwrite-state-on-hw-start.patch
	patches.suse/mmc-rtsx-Fix-build-errors-warnings-for-unused-variab.patch
	patches.suse/fpga-dfl-pci-Remove-usage-of-the-deprecated-pci-dma-.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-bus-add-dev_warn-messages-to-track-UNATTAC.patch
	patches.suse/soundwire-intel-fix-wrong-register-name-in-intel_shi.patch
	patches.suse/soundwire-Replace-acpi_bus_get_device.patch
	patches.suse/soundwire-stream-remove-unused-parameter-in-sdw_stre.patch
	patches.suse/soundwire-stream-add-slave-runtime-to-list-earlier.patch
	patches.suse/soundwire-stream-simplify-check-on-port-range.patch
	patches.suse/soundwire-stream-add-alloc-config-free-helpers-for-p.patch
	patches.suse/soundwire-stream-split-port-allocation-and-configura.patch
	patches.suse/soundwire-stream-split-alloc-and-config-in-two-funct.patch
	patches.suse/soundwire-stream-add-slave-prefix-for-port-range-che.patch
	patches.suse/soundwire-stream-group-sdw_port-and-sdw_master-slave.patch
	patches.suse/soundwire-stream-simplify-sdw_alloc_master_rt.patch
	patches.suse/soundwire-stream-split-sdw_alloc_master_rt-in-alloc-.patch
	patches.suse/soundwire-stream-move-sdw_alloc_slave_rt-before-mast.patch
	patches.suse/soundwire-stream-split-sdw_alloc_slave_rt-in-alloc-a.patch
	patches.suse/soundwire-stream-group-sdw_stream_-functions.patch
	patches.suse/soundwire-stream-rename-and-move-master-slave_rt_fre.patch
	patches.suse/soundwire-stream-move-list-addition-to-sdw_slave_all.patch
	patches.suse/soundwire-stream-separate-alloc-and-config-within-sd.patch
	patches.suse/soundwire-stream-introduce-sdw_slave_rt_find-helper.patch
	patches.suse/soundwire-stream-sdw_stream_add_-functions-can-be-ca.patch
	patches.suse/soundwire-stream-make-enable-disable-deprepare-idemp.patch
	patches.suse/soundwire-qcom-add-runtime-pm-support.patch
	patches.suse/soundwire-qcom-add-in-band-wake-up-interrupt-support.patch
	patches.suse/soundwire-qcom-constify-static-struct-qcom_swrm_data.patch
	patches.suse/soundwire-qcom-use-__maybe_unused-for-swrm_runtime_r.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/bus-mhi-pci_generic-Add-mru_default-for-Quectel-EM1x.patch
	patches.suse/bus-mhi-Fix-pm_state-conversion-to-string.patch
	patches.suse/bus-mhi-Fix-MHI-DMA-structure-endianness.patch
	patches.suse/bus-mhi-Move-host-MHI-code-to-host-directory.patch
	patches.suse/bus-mhi-Use-bitfield-operations-for-register-read-an.patch
	patches.suse/bus-mhi-Use-bitfield-operations-for-handling-DWORDs-.patch
	patches.suse/bus-mhi-Cleanup-the-register-definitions-used-in-hea.patch
	patches.suse/bus-mhi-host-Rename-struct-mhi_tre-to-struct-mhi_rin.patch
	patches.suse/bus-mhi-Move-common-MHI-definitions-out-of-host-dire.patch
	patches.suse/bus-mhi-Make-mhi_state_str-array-static-inline-and-m.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/1477-drm-komeda-Make-use-of-the-helper-component_compare_.patch
	patches.suse/1478-drm-armada-Make-use-of-the-helper-component_compare_.patch
	patches.suse/1479-drm-etnaviv-Make-use-of-the-helper-component_compare.patch
	patches.suse/1480-drm-hirin-Make-use-of-the-helper-component_compare_o.patch
	patches.suse/1481-drm-ingenic-Make-use-of-the-helper-component_compare.patch
	patches.suse/1482-drm-mediatek-Make-use-of-the-helper-component_compar.patch
	patches.suse/1483-drm-meson-Make-use-of-the-helper-component_compare_o.patch
	patches.suse/1484-drm-msm-Make-use-of-the-helper-component_compare_of.patch
	patches.suse/1485-drm-sprd-Make-use-of-the-helper-component_compare_of.patch
	patches.suse/1486-drm-sti-Make-use-of-the-helper-component_compare_of.patch
	patches.suse/1487-drm-sun4i-Make-use-of-the-helper-component_compare_o.patch
	patches.suse/1488-drm-rockchip-Make-use-of-the-helper-component_compar.patch
	patches.suse/1489-drm-exynos-Make-use-of-the-helper-component_compare_.patch
	patches.suse/1490-drm-mcde-Make-use-of-the-helper-component_compare_de.patch
	patches.suse/1491-drm-omap-dss-Make-use-of-the-helper-component_compar.patch
	patches.suse/1492-drm-vc4-Make-use-of-the-helper-component_compare_dev.patch
	patches.suse/1493-drm-of-Make-use-of-the-helper-component_release_of.patch
	patches.suse/iommu-mediatek-Make-use-of-the-helper-component_compare-release_
	patches.suse/1494-video-omapfb-dss-Make-use-of-the-helper-component_co.patch
	patches.suse/ALSA-hda-realtek-Make-use-of-the-helper-component_co.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-delay-xen_hvm_init_time_ops-if-kdump-is-boot-on-.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/net-smc-fix-a-memory-leak-in-smc_sysctl_net_exit.patch
	patches.suse/net-sched-act_ct-fix-ref-leak-when-switching-zones.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/net-smc-Send-out-the-remaining-data-in-sndbuf-before.patch
	patches.suse/task_work-Remove-unnecessary-include-from-posix_time.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/0005-nvdimm-region-Fix-default-alignment-for-small-region.patch
	patches.suse/0006-nvdimm-blk-Delete-the-block-aperture-window-driver.patch
	patches.suse/0007-nvdimm-namespace-Delete-blk-namespace-consideration-.patch
	patches.suse/0008-nvdimm-namespace-Delete-nd_namespace_blk.patch
	patches.suse/0009-ACPI-NFIT-Remove-block-aperture-support.patch
	patches.suse/0010-nvdimm-region-Delete-nd_blk_region-infrastructure.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/0011-nvdimm-blk-Fix-title-level.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/bpf-bpftool-Add-unprivileged_bpf_disabled-check-agai.patch
	patches.suse/bpf-Sync-comments-for-bpf_get_stack.patch
	patches.suse/bpf-Fix-maximum-permitted-number-of-arguments-check.patch
	patches.suse/selftests-bpf-fix-selftest-after-random-Urandom_read.patch
	patches.suse/bpftool-Fix-generated-code-in-codegen_asserts.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/selftests-bpf-Fix-clang-compilation-errors.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/fscache-export-fscache_end_operation.patch
	patches.suse/netfs-Generate-enums-from-trace-symbol-mapping-lists.patch
	patches.suse/netfs-Rename-netfs_read_-request-to-netfs_io_-request.patch
	patches.suse/netfs-Finish-off-rename-of-netfs_read_request-to-netfs_io_request.patch
	patches.suse/netfs-Split-netfs_io_-object-handling-out.patch
	patches.suse/netfs-Adjust-the-netfs_rreq-tracepoint-slightly.patch
	patches.suse/netfs-Trace-refcounting-on-the-netfs_io_request-struct.patch
	patches.suse/netfs-Trace-refcounting-on-the-netfs_io_subrequest-struct.patch
	patches.suse/netfs-Adjust-the-netfs_failure-tracepoint-to-indicate-non-subreq-lines.patch
	patches.suse/netfs-Refactor-arguments-for-netfs_alloc_read_request.patch
	patches.suse/netfs-Change-init_request-to-return-an-error-code.patch
	patches.suse/ceph-Make-ceph_init_request-check-caps-on-readahead.patch
	patches.suse/netfs-Add-a-netfs-inode-context.patch
	patches.suse/netfs-Add-a-function-to-consolidate-beginning-a-read.patch
	patches.suse/netfs-Prepare-to-split-read_helper.c.patch
	patches.suse/netfs-Rename-read_helper.c-to-io.c.patch
	patches.suse/netfs-Split-fs-netfs-read_helper.c.patch
	patches.suse/netfs-Split-some-core-bits-out-into-their-own-file.patch
	patches.suse/netfs-Keep-track-of-the-actual-remote-file-size.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/s390-zcrypt-Add-admask-to-zcdn
	patches.suse/s390-zcrypt-Filter-admin-CPRBs-on-custom-devices
	patches.suse/s390-vfio-ap-fix-kernel-doc-and-signature-of-group-notifier-func
	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/0101-dm-ioctl-log-an-error-if-the-ioctl-structure-is-corrupted.patch
	patches.suse/0006-dm-integrity-set-journal-entry-unused-when-shrinking.patch
	patches.suse/0102-dm-fix-dm_io-and-dm_target_io-flags-race-condition-on-Alpha.patch
	patches.suse/0103-dm-fix-bio-polling-to-handle-possibile-BLK_STS_AGAIN.patch
	patches.suse/io_uring-recycle-provided-before-arming-poll.patch
	patches.suse/io_uring-ensure-that-fsnotify-is-always-called.patch
	patches.suse/io_uring-fix-memory-ordering-when-SQPOLL-thread-goes.patch
	patches.suse/io_uring-remove-poll-entry-from-list-when-canceling-.patch
	patches.suse/io_uring-bump-poll-refs-to-full-31-bits.patch
	patches.suse/io_uring-fix-assuming-triggered-poll-waitqueue-is-th.patch
	patches.suse/io_uring-don-t-recycle-provided-buffer-if-punted-to-.patch
	patches.suse/io_uring-ensure-recv-and-recvmsg-handle-MSG_WAITALL-.patch
	patches.suse/io_uring-add-flag-for-disabling-provided-buffer-recy.patch
	patches.suse/io_uring-remove-IORING_CQE_F_MSG.patch
	patches.suse/io_uring-fix-async-accept-on-O_NONBLOCK-sockets.patch
	patches.suse/io_uring-improve-task-work-cache-utilization.patch
	patches.suse/io_uring-enable-EPOLLEXCLUSIVE-for-accept-poll.patch
	patches.suse/io_uring-improve-req-fields-comments.patch
	patches.suse/io_uring-fix-invalid-flags-for-io_put_kbuf.patch
	patches.suse/io_uring-fix-put_kbuf-without-proper-locking.patch
	patches.suse/io_uring-fix-memory-leak-of-uid-in-files-registratio.patch
	patches.suse/io_uring-fail-links-if-msg-ring-doesn-t-succeeed.patch
	patches.suse/io_uring-defer-msg-ring-file-validity-check-until-co.patch
	patches.suse/block-avoid-calling-blkg_free-in-atomic-context.patch
	patches.suse/block-restore-the-old-set_task_ioprio-behaviour-wrt-.patch
	patches.suse/block-Fix-the-maximum-minor-value-is-blk_alloc_ext_m.patch
	patches.suse/block-use-dedicated-list-iterator-variable.patch
	patches.suse/blk-wbt-remove-wbt_track-stub.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-the-read-only-state-for-zoned-namespaces-wi.patch
	patches.suse/nvme-pci-expose-use_threaded_interrupts-read-only-in.patch
	patches.suse/nvme-pci-add-quirks-for-Samsung-X5-SSDs.patch
	patches.suse/nvmet-use-a-private-workqueue-instead-of-the-system-.patch
	patches.suse/nvmet-remove-redundant-assignment-after-left-shift.patch
	patches.suse/nvme-allow-duplicate-NSIDs-for-private-namespaces.patch
	patches.suse/nvme-fix-RCU-hole-that-allowed-for-endless-looping-i.patch
	patches.suse/nvme-multipath-fix-hang-when-disk-goes-live-over-rec.patch
	patches.suse/loop-fix-ioctl-calls-using-compat_loop_info.patch
	patches.suse/drbd-fix-potential-silent-data-corruption.patch
	patches.suse/drbd-remove-usage-of-list-iterator-variable-after-loop.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-Split-trace-include-file.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-x86-pmu-Use-different-raw-event-masks-for-AMD-an.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-pmu-Fix-and-isolate-TSX-specific-performance.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/perf-beauty-Update-copy-of-linux-socket.h-with-the-k.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/btrfs-prevent-subvol-with-swapfile-from-being-delete.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-libata-sff-Fix-compilation-warning-in-ata_sff_lost_interrupt.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/random-check-for-signals-every-PAGE_SIZE-chunk-of-de.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/bpftool-Explicit-errno-handling-in-skeletons.patch
	patches.suse/bpf-Fix-sparse-warnings-in-kprobe_multi_resolve_syms.patch
	patches.suse/selftests-bpf-Fix-warning-comparing-pointer-to-0.patch
	patches.suse/bpf-Resolve-to-prog-aux-dst_prog-type-only-for-BPF_P.patch
	patches.suse/bpf-selftests-Test-fentry-tracing-a-struct_ops-progr.patch
	patches.suse/bpf-Support-dual-stack-sockets-in-bpf_tcp_check_sync.patch
	patches.suse/bpf-Adjust-bpf_tcp_check_syncookie-selftest-to-test-.patch
	patches.suse/0001-drivers-net-slip-fix-NPD-bug-in-sl_tx_timeout.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/1496-drm-amdgpu-prevent-memory-wipe-in-suspend-shutdown-s.patch
	patches.suse/drm-amdgpu-conduct-a-proper-cleanup-of-PDB-bo.patch
	patches.suse/1498-drm-amdgpu-pm-fix-the-Stable-pstate-Test-in-amdgpu_t.patch
	patches.suse/drm-amdgpu-fix-off-by-one-in-amdgpu_gfx_kiq_acquire.patch
	patches.suse/1500-drm-amdgpu-gmc-use-PCI-BARs-for-APUs-in-passthrough.patch
	patches.suse/1501-drm-amdgpu-add-workarounds-for-VCN-TMZ-issue-on-CHIP.patch
	patches.suse/1502-drm-amdgpu-pm-add-asic-smu-support-check.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/1505-drm-amd-display-Reduce-stack-size.patch
	patches.suse/drm-amd-display-FEC-check-in-timing-validation.patch
	patches.suse/1507-drm-amd-display-Add-fSMC_MSG_SetDtbClk-support.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/1510-drm-amd-display-Add-support-for-zstate-during-extend.patch
	patches.suse/1511-drm-amd-display-remove-destructive-verify-link-for-T.patch
	patches.suse/drm-amdkfd-Fix-Incorrect-VMIDs-passed-to-HWS.patch
	patches.suse/1513-drm-amdkfd-Check-use_xgmi_p2p-before-reporting-hive_.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/1516-drm-amdgpu-add-more-cases-to-noretry-1.patch
	patches.suse/1517-drm-amdgpu-set-noretry-1-for-gc-10.3.6.patch
	patches.suse/1518-drm-amdgpu-set-noretry-1-for-GFX-10.3.4.patch
	patches.suse/1519-drm-amdgpu-set-noretry-for-gfx-10.3.7.patch
	patches.suse/1520-drm-amdgpu-gfx10-enable-gfx1037-clock-counter-retrie.patch
	patches.suse/1521-drm-panel-ili9341-fix-optional-regulator-handling.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/1526-drm-amdgpu-vcn3-send-smu-interface-type.patch
	patches.suse/1528-drm-amd-display-Correct-Slice-reset-calculation.patch
	patches.suse/1529-drm-amd-display-Remove-redundant-dsc-power-gating-fr.patch
	patches.suse/drm-amd-display-Enable-power-gating-before-init_pipe.patch
	patches.suse/1531-drm-amd-display-Clear-optc-false-state-when-disable-.patch
	patches.suse/1532-drm-amd-display-Add-work-around-for-AUX-failure-on-w.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/1536-drm-amdgpu-fix-incorrect-GCR_GENERAL_CNTL-address.patch
	patches.suse/1537-drm-amdgpu-Sync-up-header-and-implementation-to-use-.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/1541-drm-amd-display-remove-assert-for-odm-transition-cas.patch
	patches.suse/1542-drm-amd-display-Add-configuration-options-for-AUX-wa.patch
	patches.suse/drm-amdgpu-display-change-pipe-policy-for-DCN-2.1.patch
	patches.suse/1544-drm-amd-display-update-dcn315-clock-table-read.patch
	patches.suse/drm-amdgpu-smu10-fix-SoC-fclk-units-in-auto-mode.patch
	patches.suse/1546-dma-buf-Add-dma_fence_array_for_each-v2.patch
	patches.suse/1547-dma-buf-add-dma_fence_unwrap-v2.patch
	patches.suse/1548-dma-buf-sync-file-fix-warning-about-fence-containers.patch
	patches.suse/1549-dma-buf-sync-file-fix-logic-error-in-new-fence-merge.patch
	patches.suse/1550-dma-buf-handle-empty-dma_fence_arrays-gracefully.patch
	patches.suse/1551-drm-of-Properly-try-all-possible-cases-for-bridge-pa.patch
	patches.suse/drm-nouveau-pmu-Add-missing-callbacks-for-Tegra-devi.patch
	patches.suse/1553-fbdev-Fix-unregistering-of-framebuffers-without-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/mmc-core-improve-API-to-make-clear-mmc_hw_reset-is-f.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-don-t-check-req-file-in-io_fsync_prep.patch
	patches.suse/io_uring-defer-splice-tee-file-validity-check-until-.patch
	patches.suse/io_uring-move-read-write-file-prep-state-into-actual.patch
	patches.suse/io_uring-propagate-issue_flags-state-down-to-file-as.patch
	patches.suse/io_uring-defer-file-assignment.patch
	patches.suse/io_uring-drop-the-old-style-inflight-file-tracking.patch
	patches.suse/io_uring-implement-compat-handling-for-IORING_REGIST.patch
	patches.suse/io_uring-nospec-index-for-tags-on-files-update.patch
	patches.suse/io_uring-don-t-touch-scm_fp_list-after-queueing-skb.patch
	patches.suse/io_uring-zero-tag-on-rsrc-removal.patch
	patches.suse/io_uring-use-nospec-annotation-for-more-indexes.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/drbd-set-QUEUE_FLAG_STABLE_WRITES.patch
	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-ufs-core-Remove-unused-field-in-struct-ufs_hba.patch
	patches.suse/scsi-core-scsi_logging-Fix-a-BUG.patch
	patches.suse/scsi-pmcraid-Remove-the-PMCRAID_PASSTHROUGH_IOCTL-ioctl-implementation.patch
	patches.suse/scsi-sr-Fix-typo-in-CDROM-CLOSETRAY-EJECT-handling.patch
	patches.suse/scsi-ibmvscsis-Increase-INITIAL_SRP_LIMIT-to-1024.patch
	patches.suse/scsi-aha152x-Stop-using-struct-scsi_pointer.patch
	patches.suse/scsi-core-Fix-sbitmap-depth-in-scsi_realloc_sdev_budget_map.patch
	patches.suse/scsi-isci-Fix-spelling-mistake-doesnt-doesn-t.patch
	patches.suse/scsi-virtio-scsi-Eliminate-anonymous-module_init-module_exit
	patches.suse/scsi-core-sysfs-Remove-comments-that-conflict-with-t.patch
	patches.suse/scsi-ufs-qcom-Drop-custom-Android-boot-parameters.patch
	patches.suse/scsi-aic7xxx-Use-standard-PCI-subsystem-subdevice-de.patch
	patches.suse/scsi-zorro7xx-Fix-a-resource-leak-in-zorro7xx_remove_one
	patches.suse/scsi-bnx2fc-Fix-spelling-mistake-mis-match-mismatch.patch
	patches.suse/scsi-bnx2i-Fix-spelling-mistake-mis-match-mismatch.patch
	patches.suse/scsi-mpt3sas-Fix-mpt3sas_check_same_4gb_region-kdoc-.patch
	patches.suse/scsi-ufs-ufs-pci-Add-support-for-Intel-MTL.patch
	patches.suse/scsi-sym53c500_cs-Stop-using-struct-scsi_pointer.patch
	patches.suse/scsi-mpt3sas-Fail-reset-operation-if-config-request-timed-out.patch
	patches.suse/scsi-sd-sd_read_cpr-requires-VPD-pages.patch
	patches.suse/scsi-mvsas-Add-PCI-ID-of-RocketRaid-2640.patch
	patches.suse/scsi-message-fusion-Remove-redundant-variable-dmp.patch
	patches.suse/scsi-sd-Clean-up-gendisk-if-device_add_disk-failed.patch
	patches.suse/scsi-ufs-ufshpb-Fix-a-NULL-check-on-list-iterator.patch
	patches.suse/scsi-megaraid_sas-Target-with-invalid-LUN-ID-is-deleted-during-scan.patch
	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-Add-Intel-Raptor-Lake-support.patch
	patches.suse/perf-x86-cstate-Add-Raptor-Lake-support.patch
	patches.suse/perf-x86-msr-Add-Raptor-Lake-CPU-support.patch
	patches.suse/perf-x86-uncore-Add-Raptor-Lake-uncore-support.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-64-Fix-build-failure-with-allyesconfig-in-bo.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/cachefiles-unmark-inode-in-use-in-error-path.patch
	patches.suse/cachefiles-Fix-KASAN-slab-out-of-bounds-in-cachefiles_set_volume_xattr.patch
	patches.suse/fscache-Remove-the-cookie-parameter-from-fscache_clear_page_bits.patch
	patches.suse/fscache-Move-fscache_cookies_seq_ops-specific-code-under-CONFIG_PROC_FS.patch
	patches.suse/fscache-Use-wrapper-fscache_set_cache_state-directly-when-relinquishing.patch
	patches.suse/fscache-remove-FSCACHE_OLD_API-Kconfig-option.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-memalloc-Add-fallback-SG-buffer-allocations-for.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-sched-fix-initialization-order-when-updating-cha.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-sched-taprio-Check-if-socket-flags-are-valid.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/net-smc-Fix-af_ops-of-child-socket-pointing-to-relea.patch
	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/Revert-ath11k-mesh-add-support-for-256-bitmap-in-blo.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/vfio-pci-Fix-vf_token-mechanism-when-device-specific-VF-drivers-
	patches.suse/1554-drm-i915-Sunset-igpu-legacy-mmap-support-based-on-GR.patch
	patches.suse/1555-drm-msm-gpu-Rename-runtime-suspend-resume-functions.patch
	patches.suse/1556-drm-msm-gpu-Park-scheduler-threads-for-system-suspen.patch
	patches.suse/1557-drm-msm-gpu-Remove-mutex-from-wait_event-condition.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/1560-drm-msm-dpu-Use-indexed-array-initializer-to-prevent.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/1563-drm-msm-Stop-using-iommu_present.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/1567-drm-msm-gpu-Avoid-Wunused-function-with-CONFIG_PM_SL.patch
	patches.suse/drm-amd-display-don-t-ignore-alpha-property-on-pre-m.patch
	patches.suse/1569-drm-amdgpu-fix-VCN-3.1.2-firmware-name.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/1572-drm-amd-display-remove-dtbclk_ss-compensation-for-dc.patch
	patches.suse/testing-selftests-mqueue-Fix-mq_perf_tests-to-free-t.patch
	patches.suse/io_uring-flag-the-fact-that-linked-file-assignment-i.patch
	patches.suse/io_uring-io_kiocb_update_pos-should-not-touch-file-f.patch
	patches.suse/io_uring-move-apoll-events-cache.patch
	patches.suse/io_uring-stop-using-io_wq_work-as-an-fd-placeholder.patch
	patches.suse/io_uring-fix-assign-file-locking-issue.patch
	patches.suse/io_uring-move-io_uring_rsrc_update2-validation.patch
	patches.suse/io_uring-verify-that-resv2-is-0-in-io_uring_rsrc_upd.patch
	patches.suse/io_uring-verify-resv-is-0-in-ringfd-register-unregis.patch
	patches.suse/io_uring-verify-pad-field-is-0-in-io_get_ext_arg.patch
	patches.suse/io_uring-use-right-issue_flags-for-splice-tee.patch
	patches.suse/io_uring-fix-poll-file-assign-deadlock.patch
	patches.suse/io_uring-fix-poll-error-reporting.patch
	patches.suse/io_uring-abort-file-assignment-prior-to-assigning-cr.patch
	patches.suse/block-move-lower_48_bits-to-block.patch
	patches.suse/asm-generic-fix-__get_unaligned_be48-on-32-bit-platf.patch
	patches.suse/block-fix-offset-size-check-in-bio_trim.patch
	patches.suse/block-null_blk-end-timed-out-poll-request.patch
	patches.suse/block-compat_ioctl-fix-range-check-in-BLKGETSIZE.patch
	patches.suse/block-don-t-print-I-O-error-warning-for-dead-disks.patch
	patches.suse/nvme-don-t-print-verbose-errors-for-internal-passthr.patch
	patches.suse/nvme-add-a-quirk-to-disable-namespace-identifiers.patch
	patches.suse/nvme-pci-disable-namespace-identifiers-for-the-MAXIO.patch
	patches.suse/nvme-pci-disable-namespace-identifiers-for-Qemu-cont.patch
	patches.suse/0006-dm-integrity-fix-memory-corruption-when-tag_size-is-.patch
	patches.suse/0008-dm-mpath-only-use-ktime_get_ns-in-historical-selecto.patch
	patches.suse/0104-dm-zone-fix-NULL-pointer-dereference-in-dm_zone_map_bio.patch
	patches.suse/0105-dm-allow-dm_accept_partial_bio-for-dm_io-without-duplicate-bios.patch
	patches.suse/0106-dm-fix-bio-length-of-empty-flush.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-Merge-suspend-fields.patch
	patches.suse/scsi-iscsi-Fix-NOP-handling-during-conn-recovery.patch
	patches.suse/scsi-qedi-Fix-failed-disconnect-handling.patch
	patches.suse/random-allow-partial-reads-if-later-user-copies-fail.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/tick-nohz-Use-WARN_ON_ONCE-to-prevent-console-satura.patch
	patches.suse/tick-sched-Fix-non-kernel-doc-comment.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/net-smc-Fix-sock-leak-when-release-after-smc_shutdown
	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/net-sched-cls_u32-fix-possible-leak-in-u32_init_knod.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/1573-drm-i915-display-vrr-Reset-VRR-capable-property-on-a.patch
	patches.suse/drm-i915-display-psr-Unset-enable_psr2_sel_fetch-if-.patch
	patches.suse/1575-drm-msm-Revert-drm-msm-Stop-using-iommu_present.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-hdmi-add-HDMI-codec-VID-for-Raptorlake-P.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/codecs-rt5682s-fix-an-incorrect-NULL-check-on-list-i.patch
	patches.suse/ASoC-SOF-topology-Fix-memory-leak-of-scontrol-name.patch
	patches.suse/ASoC-soc-pcm-use-GFP_KERNEL-when-the-code-is-sleepab.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-soc-core-add-debugfs_prefix-member-to-snd_soc_c.patch
	patches.suse/ASoC-Intel-sof_rt5682-Add-support-for-max98360a-spea-fcd1e39cca6e.patch
	patches.suse/ASoC-rt711-5682-check-if-bus-is-active-before-deferr.patch
	patches.suse/ASoC-SOF-topology-cleanup-dailinks-on-widget-unload.patch
	patches.suse/ASoC-SOF-topology-Fix-memory-leak-in-sof_control_loa.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/ASoC-Intel-sof_es8336-simplify-speaker-gpio-naming.patch
	patches.suse/ASoC-Intel-sof_es8336-support-a-separate-gpio-to-con.patch
	patches.suse/ASoC-Intel-sof_es8336-add-a-quirk-for-headset-at-mic.patch
	patches.suse/ASoC-Intel-sof_es8336-Add-a-quirk-for-Huawei-Mateboo.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-x86-pmu-Update-AMD-PMC-sample-period-to-fix-gues.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/io_uring-free-iovec-if-file-assignment-fails.patch
	patches.suse/io_uring-fix-leaks-on-IOPOLL-and-CQE_SKIP.patch
	patches.suse/Input-omap4-keypad-fix-pm_runtime_get_sync-error-che.patch
	patches.suse/1576-drm-radeon-fix-logic-inversion-in-radeon_sync_resv.patch
	patches.suse/drm-panel-raspberrypi-touchscreen-Avoid-NULL-deref-i.patch
	patches.suse/drm-panel-raspberrypi-touchscreen-Initialise-the-bri.patch
	patches.suse/1579-drm-vc4-Fix-build-error-when-CONFIG_DRM_VC4-y-CONFIG.patch
	patches.suse/1580-drm-vmwgfx-Fix-gem-refcounting-and-memory-evictions.patch
	patches.suse/drm-vc4-Use-pm_runtime_resume_and_get-to-fix-pm_runt.patch
	patches.suse/1582-Revert-drm-of-Properly-try-all-possible-cases-for-br.patch
	patches.suse/1583-Revert-drm-of-Lookup-if-child-node-has-panel-or-brid.patch
	patches.suse/1584-drm-amdgpu-partial-revert-remove-ctx-lock-v2.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/perf-x86-cstate-Add-SAPPHIRERAPIDS_X-CPU-support.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/1585-video-fbdev-of-display_timing-Remove-a-redundant-zer.patch
	patches.suse/0002-video-fbdev-udlfb-properly-check-endpoint-type.patch
	patches.suse/1587-video-fbdev-pxafb-use-if-else-instead.patch
	patches.suse/1588-video-fbdev-sis-fix-potential-NULL-dereference-in-si.patch
	patches.suse/1589-linux-fb.h-Spelling-s-palette-palette.patch
	patches.suse/1590-video-fbdev-pm2fb-Fix-a-kernel-doc-formatting-issue.patch
	patches.suse/1591-video-fbdev-aty-matrox-.-Prepare-cleanup-of-powerpc-.patch
	patches.suse/1592-video-fbdev-omap-Make-it-CCF-clk-API-compatible.patch
	patches.suse/1593-video-fbdev-imxfb-Fix-missing-of_node_put-in-imxfb_p.patch
	patches.suse/1594-video-fbdev-neofb-Fix-the-check-of-var-pixclock.patch
	patches.suse/1595-video-fbdev-kyro-Error-out-if-lineclock-equals-zero.patch
	patches.suse/1596-video-fbdev-vt8623fb-Error-out-if-pixclock-equals-ze.patch
	patches.suse/1597-video-fbdev-tridentfb-Error-out-if-pixclock-equals-z.patch
	patches.suse/1598-video-fbdev-arkfb-Error-out-if-pixclock-equals-zero.patch
	patches.suse/1599-video-fbdev-s3fb-Error-out-if-pixclock-equals-zero.patch
	patches.suse/1600-video-fbdev-i740fb-use-memset_io-to-clear-screen.patch
	patches.suse/video-fbdev-i740fb-Error-out-if-pixclock-equals-zero.patch
	patches.suse/1602-video-fbdev-sh_mobile_lcdcfb-Remove-sh_mobile_lcdc_c.patch
	patches.suse/1603-video-fbdev-mmp-replace-usage-of-found-with-dedicate.patch
	patches.suse/1604-video-fbdev-clps711x-fb-Use-syscon_regmap_lookup_by_.patch
	patches.suse/pinctrl-alderlake-Fix-register-offsets-for-ADL-N-var.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/intel_idle-Fix-the-preferred_cstates-module-paramete.patch
	patches.suse/intel_idle-Fix-SPR-C6-optimization.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/ipvs-correctly-print-the-memory-size-of-ip_vs_conn_t.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-smc-Only-save-the-original-clcsock-callback-functions
	patches.suse/net-smc-Fix-slab-out-of-bounds-issue-in-fallback
	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/xsk-Fix-l2fwd-for-copy-mode-busy-poll-combo.patch
	patches.suse/bpf-Fix-release-of-page_pool-in-BPF_PROG_RUN-in-test.patch
	patches.suse/bpf-lwt-Fix-crash-when-using-bpf_skb_set_tunnel_key-.patch
	patches.suse/xsk-Fix-possible-crash-when-multiple-sockets-are-cre.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/Bluetooth-hci_event-Fix-checking-for-invalid-handle--c86cc5a3.patch
	patches.suse/Bluetooth-hci_event-Fix-creating-hci_conn-object-on--aef2aa4f.patch
	patches.suse/Bluetooth-hci_sync-Cleanup-hci_conn-if-it-cannot-be--9b3628d7.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/1606-drm-i915-Fix-DISP_POS_Y-and-DISP_HEIGHT-defines.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/1609-drm-i915-fbc-Consult-hw.crtc-instead-of-uapi.crtc.patch
	patches.suse/0020-drm-amdkfd-Fix-GWS-queue-count.patch
	patches.suse/1611-drm-amdkfd-CRIU-add-support-for-GWS-queues.patch
	patches.suse/1612-drm-amdgpu-don-t-runtime-suspend-if-there-are-displa.patch
	patches.suse/0021-drm-amd-display-Fix-memory-leak-in-dcn21_clock_sourc.patch
	patches.suse/1614-drm-amd-pm-fix-the-deadlock-issue-observed-on-SI.patch
	patches.suse/1615-drm-amdgpu-keep-mmhub-clock-gating-being-enabled-dur.patch
	patches.suse/libceph-disambiguate-cluster-pool-full-log-message.patch
	patches.suse/ceph-get-snap_rwsem-read-lock-in-handle_cap_export-for-ceph_add_cap.patch
	patches.suse/ceph-remove-incorrect-session-state-check.patch
	patches.suse/ceph-fix-possible-NULL-pointer-dereference-for-req-r_session.patch
	patches.suse/io_uring-check-reserved-fields-for-send-sendmsg.patch
	patches.suse/io_uring-check-reserved-fields-for-recv-recvmsg.patch
	patches.suse/io_uring-fix-uninitialized-field-in-rw-io_kiocb.patch
	patches.suse/io_uring-check-that-data-field-is-0-in-ringfd-unregi.patch
	patches.suse/0009-iocost-don-t-reset-the-inuse-weight-of-under-weighte.patch
	patches.suse/Revert-block-inherit-request-start-time-from-bio-for.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/usb-dwc3-fix-backwards-compat-with-rockchip-devices.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/bus-mhi-host-pci_generic-Add-missing-poweroff-PM-cal.patch
	patches.suse/bus-mhi-host-pci_generic-Flush-recovery-worker-durin.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/btrfs-export-a-helper-for-compression-hard-check.patch
	patches.suse/btrfs-do-not-allow-compression-on-nodatacow-files.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/iommu-Make-sysfs-robust-for-non-API-groups
	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-Fix-lockdep-issue-in-vm-memop
	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/1618-fbdev-Make-fb_release-return-ENODEV-if-fbdev-was-unr.patch
	patches.suse/1619-drm-bridge-ite-it6505-add-missing-Kconfig-option-sel.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-rxe-Fix-Replace-mr-by-rkey-in-responder-resourc.patch
	patches.suse/RDMA-irdma-Fix-deadlock-in-irdma_cleanup_cm_core.patch
	patches.suse/RDMA-rxe-Recheck-the-MR-in-when-generating-a-READ-re.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/RDMA-rxe-Do-not-call-dev_mc_add-del-under-a-spinlock.patch
	patches.suse/RDMA-rxe-Change-mcg_lock-to-a-_bh-lock.patch
	patches.suse/KVM-x86-svm-Account-for-family-17h-event-renumbering.patch
	patches.suse/kvm-x86-cpuid-Only-provide-CPUID-leaf-0xA-if-host-ha.patch
	patches.suse/KVM-SEV-Mark-nested-locking-of-vcpu-lock.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/btrfs-fix-assertion-failure-when-logging-directory-k.patch
	patches.suse/io_uring-assign-non-fixed-early-for-async-work.patch
	patches.suse/Revert-block-release-rq-qos-structures-for-queue-wit.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/selftests-net-add-UDP-GRO-fraglist-bpf-self-tests.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/net-atlantic-fix-frag-0-not-initialized.patch
	patches.suse/net-atlantic-reduce-scope-of-is_rsc_complete.patch
	patches.suse/net-atlantic-add-check-for-MAX_SKB_FRAGS.patch
	patches.suse/net-atlantic-verify-hw_head_-lies-within-TX-buffer-r.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/1623-drm-amd-display-undo-clearing-of-z10-related-functio.patch
	patches.suse/Revert-drm-amd-pm-keep-the-BACO-feature-enabled-for-.patch
	patches.suse/1625-drm-amdgpu-ctx-only-reset-stable-pstate-if-the-user-.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-scsi_dh_alua-Properly-handle-the-ALUA-transitioning-state.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/1629-Revert-fbdev-Make-fb_release-return-ENODEV-if-fbdev-.patch
	patches.suse/1630-fbdev-Prevent-possible-use-after-free-in-fb_release.patch
	patches.suse/1631-fbdev-simplefb-Cleanup-fb_info-in-.fb_destroy-rather.patch
	patches.suse/1632-fbdev-efifb-Cleanup-fb_info-in-.fb_destroy-rather-th.patch
	patches.suse/1633-fbdev-vesafb-Cleanup-fb_info-in-.fb_destroy-rather-t.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/1636-fbdev-efifb-Fix-a-use-after-free-due-early-fb_info-c.patch
	patches.suse/1637-dma-buf-call-dma_buf_stats_setup-after-dmabuf-is-in-.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-xhci-mtk-fix-fs-isoc-s-transfer-error.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/thermal-int340x-Mode-setting-with-new-OS-handshake.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/io_uring-don-t-attempt-to-IOPOLL-for-MSG_RING-reques.patch
	patches.suse/block-mq-deadline-Set-the-fifo_time-member-also-if-i.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/libceph-fix-misleading-ceph_osdc_cancel_request-comment.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/1639-drm-amd-Don-t-reset-dGPUs-if-the-system-is-going-to-.patch
	patches.suse/1640-dma-buf-ensure-unique-directory-name-for-dmabuf-stat.patch
	patches.suse/dma-buf-fix-use-of-DMA_BUF_SET_NAME_-A-B-in-userspac.patch
	patches.suse/1642-drm-dp-mst-fix-a-possible-memory-leak-in-fetch_monit.patch
	patches.suse/drm-i915-dmc-Add-MMIO-range-restrictions.patch
	patches.suse/1644-i915-guc-reset-Make-__guc_reset_context-aware-of-gui.patch
	patches.suse/1645-drm-i915-Use-i915_gem_object_ggtt_pin_ww-for-reloc_i.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/scsi-ufs-core-Fix-referencing-invalid-rsp-field.patch
	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-Allow-to-enable-EFI-runtime-services-by-default-.patch
	patches.suse/efi-Save-location-of-EFI-confidential-computing-area.patch
	patches.suse/virt-Add-efi_secret-module-to-expose-confidential-co.patch
	patches.suse/efi-Register-efi_secret-platform-device-if-EFI-secre.patch
	patches.suse/docs-security-Add-secrets-coco-documentation.patch
	patches.suse/efi-Add-missing-prototype-for-efi_capsule_setup_info.patch
	patches.suse/efi-libstub-declare-DXE-services-table.patch
	patches.suse/efi-libstub-ensure-allocated-memory-to-be-executable.patch
	patches.suse/efi-x86-Set-the-NX-compatibility-flag-in-the-PE-head.patch
	patches.suse/efi-libstub-pass-image-handle-to-handle_kernel_image.patch
	patches.suse/efi-arm64-libstub-run-image-in-place-if-randomized-b.patch
	patches.suse/efi-stub-prefer-mirrored-memory-for-randomized-alloc.patch
	patches.suse/io_uring-small-optimisation-of-tctx_task_work.patch
	patches.suse/io_uring-remove-extra-ifs-around-io_commit_cqring.patch
	patches.suse/io_uring-refactor-io_req_find_next.patch
	patches.suse/io_uring-optimise-io_free_batch_list-.patch
	patches.suse/io_uring-move-poll-recycling-later-in-compl-flushing.patch
	patches.suse/io_uring-clean-up-io_queue_next.patch
	patches.suse/io_uring-split-off-IOPOLL-argument-verifiction.patch
	patches.suse/io_uring-pre-calculate-syscall-iopolling-decision.patch
	patches.suse/io_uring-optimise-mutex-locking-for-submit-iopoll.patch
	patches.suse/io_uring-cleanup-conditional-submit-locking.patch
	patches.suse/io_uring-partially-uninline-io_put_task.patch
	patches.suse/io_uring-silence-io_for_each_link-warning.patch
	patches.suse/io_uring-refactor-io_req_add_compl_list.patch
	patches.suse/io_uring-move-finish_wait-outside-of-loop-in-cqring_.patch
	patches.suse/io_uring-don-t-scm-account-for-non-af_unix-sockets.patch
	patches.suse/io_uring-uniform-SCM-accounting.patch
	patches.suse/io_uring-refactor-__io_sqe_files_scm.patch
	patches.suse/io_uring-don-t-pass-around-fixed-index-for-scm.patch
	patches.suse/io_uring-deduplicate-SCM-accounting.patch
	patches.suse/io_uring-rename-io_sqe_file_register.patch
	patches.suse/io_uring-explicitly-keep-a-CQE-in-io_kiocb.patch
	patches.suse/io_uring-memcpy-CQE-from-req.patch
	patches.suse/io_uring-shrink-final-link-flush.patch
	patches.suse/io_uring-inline-io_flush_cached_reqs.patch
	patches.suse/io_uring-helper-for-empty-req-cache-checks.patch
	patches.suse/io_uring-add-helper-to-return-req-to-cache-list.patch
	patches.suse/io_uring-optimise-submission-loop-invariant.patch
	patches.suse/io_uring-optimise-submission-left-counting.patch
	patches.suse/io_uring-optimise-io_get_cqe.patch
	patches.suse/io_uring-clean-poll-tw-PF_EXITING-handling.patch
	patches.suse/io_uring-minor-refactoring-for-some-tw-handlers.patch
	patches.suse/io_uring-kill-io_put_req_deferred.patch
	patches.suse/io_uring-inline-io_free_req.patch
	patches.suse/io_uring-helper-for-prep-queuing-linked-timeouts.patch
	patches.suse/io_uring-inline-io_queue_sqe.patch
	patches.suse/io_uring-rename-io_queue_async_work.patch
	patches.suse/io_uring-refactor-io_queue_sqe.patch
	patches.suse/io_uring-introduce-IO_REQ_LINK_FLAGS.patch
	patches.suse/io_uring-refactor-lazy-link-fail.patch
	patches.suse/io_uring-refactor-io_submit_sqe.patch
	patches.suse/io_uring-inline-io_req_complete_fail_submit.patch
	patches.suse/io_uring-add-data_race-annotations.patch
	patches.suse/io_uring-use-right-helpers-for-file-assign-locking.patch
	patches.suse/io_uring-refactor-io_assign_file-error-path.patch
	patches.suse/io_uring-store-rsrc-node-in-req-instead-of-refs.patch
	patches.suse/io_uring-add-a-helper-for-putting-rsrc-nodes.patch
	patches.suse/io_uring-kill-ctx-arg-from-io_req_put_rsrc.patch
	patches.suse/io_uring-store-SCM-state-in-io_fixed_file-file_ptr.patch
	patches.suse/io_uring-move-timeout-locking-in-io_timeout_cancel.patch
	patches.suse/io_uring-refactor-io_disarm_next-locking.patch
	patches.suse/io_uring-remove-dead-poll_only-argument-to-io_poll_c.patch
	patches.suse/io_uring-pass-in-struct-io_cancel_data-consistently.patch
	patches.suse/io_uring-add-support-for-IORING_ASYNC_CANCEL_ALL.patch
	patches.suse/io_uring-allow-IORING_OP_ASYNC_CANCEL-with-fd-key.patch
	patches.suse/io_uring-add-support-for-IORING_ASYNC_CANCEL_ANY.patch
	patches.suse/io_uring-support-MSG_WAITALL-for-IORING_OP_SEND-MSG.patch
	patches.suse/io_uring-allow-re-poll-if-we-made-progress.patch
	patches.suse/io_uring-add-trace-support-for-CQE-overflow.patch
	patches.suse/io_uring-trace-cqe-overflows.patch
	patches.suse/io_uring-rework-io_uring_enter-to-simplify-return-va.patch
	patches.suse/io_uring-use-constants-for-cq_overflow-bitfield.patch
	patches.suse/io_uring-return-an-error-when-cqe-is-dropped.patch
	patches.suse/io_uring-fix-compile-warning-for-32-bit-builds.patch
	patches.suse/io_uring-serialize-ctx-rings-sq_flags-with-atomic_or.patch
	patches.suse/io_uring-replace-smp_mb-with-smp_mb__after_atomic-in.patch
	patches.suse/io_uring-check-IOPOLL-ioprio-support-upfront.patch
	patches.suse/io_uring-add-POLL_FIRST-support-for-send-sendmsg-and.patch
	patches.suse/io_uring-use-sr-vs-req-sr_msg-consistently.patch
	patches.suse/io_uring-kill-io_recv_buffer_select-wrapper.patch
	patches.suse/io_uring-make-io_buffer_select-return-the-user-addre.patch
	patches.suse/io_uring-kill-io_rw_buffer_select-wrapper.patch
	patches.suse/io_uring-ignore-buf_index-if-REQ_F_BUFFER_SELECT-isn.patch
	patches.suse/io_uring-always-use-req-buf_index-for-the-provided-b.patch
	patches.suse/io_uring-get-rid-of-hashed-provided-buffer-groups.patch
	patches.suse/io_uring-never-call-io_buffer_select-for-a-buffer-re.patch
	patches.suse/io_uring-abstract-out-provided-buffer-list-selection.patch
	patches.suse/io_uring-move-provided-and-fixed-buffers-into-the-sa.patch
	patches.suse/io_uring-move-provided-buffer-state-closer-to-submit.patch
	patches.suse/io_uring-eliminate-the-need-to-track-provided-buffer.patch
	patches.suse/io_uring-don-t-clear-req-kbuf-when-buffer-selection-.patch
	patches.suse/io_uring-track-fixed-files-with-a-bitmap.patch
	patches.suse/io_uring-add-basic-fixed-file-allocator.patch
	patches.suse/io_uring-allow-allocated-fixed-files-for-openat-open.patch
	patches.suse/io_uring-allow-allocated-fixed-files-for-accept.patch
	patches.suse/io_uring-bump-max-direct-descriptor-count-to-1M.patch
	patches.suse/io_uring-add-flag-for-allocating-a-fully-sparse-dire.patch
	patches.suse/io_uring-avoid-io-wq-EAGAIN-looping-for-IOPOLL.patch
	patches.suse/io_uring-only-wake-when-the-correct-events-are-set.patch
	patches.suse/io_uring-add-IORING_ACCEPT_MULTISHOT-for-accept.patch
	patches.suse/io_uring-add-REQ_F_APOLL_MULTISHOT-for-requests.patch
	patches.suse/io_uring-let-fast-poll-support-multishot.patch
	patches.suse/io_uring-implement-multishot-mode-for-accept.patch
	patches.suse/io_uring-fix-locking-state-for-empty-buffer-group.patch
	patches.suse/io_uring-add-buffer-selection-support-to-IORING_OP_N.patch
	patches.suse/io_uring-add-io_pin_pages-helper.patch
	patches.suse/io_uring-add-support-for-ring-mapped-supplied-buffer.patch
	patches.suse/io_uring-use-a-rwf_t-for-io_rw.flags.patch
	patches.suse/io_uring-don-t-use-ERR_PTR-for-user-pointers.patch
	patches.suse/io_uring-drop-a-spurious-inline-on-a-forward-declara.patch
	patches.suse/io_uring-make-apoll_events-a-__poll_t.patch
	patches.suse/io_uring-consistently-use-the-EPOLL-defines.patch
	patches.suse/io_uring-use-rcu_dereference-in-io_close.patch
	patches.suse/io_uring-add-fully-sparse-buffer-registration.patch
	patches.suse/io_uring-initialize-io_buffer_list-head-when-shared-.patch
	patches.suse/io_uring-disallow-mixed-provided-buffer-group-regist.patch
	patches.suse/io_uring-fix-incorrect-__kernel_rwf_t-cast.patch
	patches.suse/io_uring-cleanup-error-handling-around-io_req_comple.patch
	patches.suse/io_uring-add-type-to-op-enum.patch
	patches.suse/io_uring-add-io_uring_get_opcode.patch
	patches.suse/io_uring-rename-op-opcode.patch
	patches.suse/io_uring-use-the-text-representation-of-ops-in-trace.patch
	patches.suse/io_uring-add-support-for-128-byte-SQEs.patch
	patches.suse/io_uring-support-CQE32-in-io_uring_cqe.patch
	patches.suse/io_uring-store-add.-return-values-for-CQE32.patch
	patches.suse/io_uring-change-ring-size-calculation-for-CQE32.patch
	patches.suse/io_uring-add-CQE32-setup-processing.patch
	patches.suse/io_uring-add-CQE32-completion-processing.patch
	patches.suse/io_uring-modify-io_get_cqe-for-CQE32.patch
	patches.suse/io_uring-flush-completions-for-CQE32.patch
	patches.suse/io_uring-overflow-processing-for-CQE32.patch
	patches.suse/io_uring-add-tracing-for-additional-CQE32-fields.patch
	patches.suse/io_uring-support-CQE32-in-proc-info.patch
	patches.suse/io_uring-enable-CQE32.patch
	patches.suse/io_uring-support-CQE32-for-nop-operation.patch
	patches.suse/fs-io_uring-add-infrastructure-for-uring-cmd.patch
	patches.suse/nvme-refactor-nvme_submit_user_cmd.patch
	patches.suse/nvme-wire-up-uring-cmd-support-for-io-passthru-on-ch.patch
	patches.suse/nvme-add-vectored-io-support-for-uring-cmd.patch
	patches.suse/nvme-helper-for-uring-passthrough-checks.patch
	patches.suse/nvme-enable-uring-passthrough-for-admin-commands.patch
	patches.suse/io_uring-cleanup-handling-of-the-two-task_work-lists.patch
	patches.suse/fs-writeback-writeback_sb_inodes-Recalculate-wrote-a.patch
	patches.suse/block-allow-using-the-per-cpu-bio-cache-from-bio_all.patch
	patches.suse/block-allow-use-of-per-cpu-bio-alloc-cache-by-block-.patch
	patches.suse/btrfs-simplify-flush_bio-handling.patch
	patches.suse/squashfs-always-use-bio_kmalloc-in-squashfs_bio_read.patch
	patches.suse/target-pscsi-remove-pscsi_get_bio.patch
	patches.suse/block-turn-bio_kmalloc-into-a-simple-kmalloc-wrapper.patch
	patches.suse/pktcdvd-stop-using-bio_reset.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/target-remove-an-incorrect-unmap-zeroes-data-deducti.patch
	patches.suse/target-pass-a-block_device-to-target_configure_unmap.patch
	patches.suse/target-fix-discard-alignment-on-partitions.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/drbd-cleanup-decide_on_discard_support.patch
	patches.suse/mm-use-bdev_is_zoned-in-claim_swapfile.patch
	patches.suse/block-add-a-bdev_nonrot-helper.patch
	patches.suse/block-add-a-bdev_write_cache-helper.patch
	patches.suse/block-add-a-bdev_fua-helper.patch
	patches.suse/block-add-a-bdev_stable_writes-helper.patch
	patches.suse/block-add-a-bdev_max_zone_append_sectors-helper.patch
	patches.suse/block-use-bdev_alignment_offset-in-part_alignment_of.patch
	patches.suse/block-use-bdev_alignment_offset-in-disk_alignment_of.patch
	patches.suse/block-move-bdev_alignment_offset-and-queue_limit_ali.patch
	patches.suse/block-remove-queue_discard_alignment.patch
	patches.suse/block-use-bdev_discard_alignment-in-part_discard_ali.patch
	patches.suse/block-move-bdev-queue_limit-_discard_alignment-out-o.patch
	patches.suse/block-refactor-discard-bio-size-limiting.patch
	patches.suse/block-add-a-bdev_max_discard_sectors-helper.patch
	patches.suse/block-remove-QUEUE_FLAG_DISCARD.patch
	patches.suse/block-add-a-bdev_discard_granularity-helper.patch
	patches.suse/block-decouple-REQ_OP_SECURE_ERASE-from-REQ_OP_DISCA.patch
	patches.suse/direct-io-remove-random-prefetches.patch
	patches.suse/block-change-exported-IO-accounting-interface-from-g.patch
	patches.suse/block-badblocks-Remove-redundant-assignments.patch
	patches.suse/block-blk-map-Remove-redundant-assignment.patch
	patches.suse/block-partitions-acorn-Remove-redundant-assignments.patch
	patches.suse/block-partitions-atari-Remove-redundant-assignment.patch
	patches.suse/block-partitions-ldm-Remove-redundant-assignments.patch
	patches.suse/block-ignore-RWF_HIPRI-hint-for-sync-dio.patch
	patches.suse/blk-cgroup-remove-__bio_blkcg.patch
	patches.suse/nvme-fc-don-t-support-the-appid-attribute-without-CO.patch
	patches.suse/nvme-fc-fold-t-fc_update_appid-into-fc_appid_store.patch
	patches.suse/blk-cgroup-move-blkcg_-get-set-_fc_appid-out-of-line.patch
	patches.suse/blk-cgroup-move-blk_cgroup_congested-out-line.patch
	patches.suse/blk-cgroup-move-blkcg_-pin-unpin-_online-out-of-line.patch
	patches.suse/blk-cgroup-move-struct-blkcg-to-block-blk-cgroup.h.patch
	patches.suse/blktrace-cleanup-the-__trace_note_message-interface.patch
	patches.suse/blk-cgroup-replace-bio_blkcg-with-bio_blkcg_css.patch
	patches.suse/blk-cgroup-remove-pointless-CONFIG_BLOCK-ifdefs.patch
	patches.suse/blk-cgroup-remove-unneeded-includes-from-linux-blk-c.patch
	patches.suse/blk-cgroup-move-blkcg_css-to-blk-cgroup.c.patch
	patches.suse/blk-cgroup-cleanup-blk_cgroup_congested.patch
	patches.suse/blk-cgroup-cleanup-blkcg_maybe_throttle_current.patch
	patches.suse/kthread-unexport-kthread_blkcg.patch
	patches.suse/block-remove-superfluous-calls-to-blkcg_bio_issue_in.patch
	patches.suse/block-allow-passing-a-NULL-bdev-to-bio_alloc_clone-b.patch
	patches.suse/block-improve-the-error-message-from-bio_check_eod.patch
	patches.suse/blk-iocost-combine-local_stat-and-desc_stat-to-stat.patch
	patches.suse/block-reorder-the-REQ_-flags.patch
	patches.suse/block-Fix-the-bio.bi_opf-comment.patch
	patches.suse/block-cleanup-the-VM-accounting-in-submit_bio.patch
	patches.suse/block-bfq-protect-bfqd-queued-by-bfqd-lock.patch
	patches.suse/block-bfq-make-bfq_has_work-more-accurate.patch
	patches.suse/blk-cgroup-always-terminate-io.stat-lines.patch
	patches.suse/blk-cgroup-Remove-unnecessary-rcu_read_lock-unlock.patch
	patches.suse/blk-throttle-Set-BIO_THROTTLED-when-bio-has-been-thr.patch
	patches.suse/blk-cgroup-delete-rcu_read_lock_held-WARN_ON_ONCE.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/bfq-Remove-superfluous-conversion-from-RQ_BIC.patch
	patches.suse/bfq-Remove-bfq_requeue_request_body.patch
	patches.suse/blk-mq-fix-typo-in-comment.patch
	patches.suse/drbd-fix-duplicate-array-initializer
	patches.suse/nbd-use-the-correct-block_device-in-nbd_bdev_reset.patch
	patches.suse/zram-cleanup-reset_store.patch
	patches.suse/zram-cleanup-zram_remove.patch
	patches.suse/block-add-a-disk_openers-helper.patch
	patches.suse/block-turn-bdev-bd_openers-into-an-atomic_t.patch
	patches.suse/block-rnbd-clt-Avoid-flush_workqueue-system_long_wq-.patch
	patches.suse/null-blk-save-memory-footprint-for-struct-nullb_cmd.patch
	patches.suse/0107-md-Set-MD_BROKEN-for-RAID1-and-RAID10.patch
	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/0108-md-replace-deprecated-strlcpy-remove-duplicated-line.patch
	patches.suse/0109-md-raid5-Cleanup-setup_conf-error-returns.patch
	patches.suse/0110-md-raid5-Un-nest-struct-raid5_percpu-definition.patch
	patches.suse/0111-md-raid5-Add-__rcu-annotation-to-struct-disk_info.patch
	patches.suse/0112-md-raid5-Annotate-rdev-replacement-accesses-when-nr_pending-is-elevated.patch
	patches.suse/0113-md-raid5-Annotate-rdev-replacement-access-when-mddev_lock-is-held.patch
	patches.suse/0114-md-raid5-ppl-Annotate-with-rcu_dereference_protected.patch
	patches.suse/0115-md-raid5-Annotate-functions-that-hold-device_lock-with-__must_hold.patch
	patches.suse/md-raid0-Ignore-RAID0-layout-if-the-second-zone-has-.patch
	patches.suse/0116-md-Replace-role-magic-numbers-with-defined-constants.patch
	patches.suse/ubd-don-t-set-the-discard_alignment-queue-limit.patch
	patches.suse/nbd-don-t-set-the-discard_alignment-queue-limit.patch
	patches.suse/null_blk-don-t-set-the-discard_alignment-queue-limit.patch
	patches.suse/virtio_blk-fix-the-discard_granularity-and-discard_a.patch
	patches.suse/dm-zoned-don-t-set-the-discard_alignment-queue-limit.patch
	patches.suse/raid5-don-t-set-the-discard_alignment-queue-limit.patch
	patches.suse/dasd-don-t-set-the-discard_alignment-queue-limit.patch
	patches.suse/loop-remove-a-spurious-clear-of-discard_alignment.patch
	patches.suse/nvme-remove-a-spurious-clear-of-discard_alignment.patch
	patches.suse/rnbd-srv-use-bdev_discard_alignment.patch
	patches.suse/xen-blkback-use-bdev_discard_alignment.patch
	patches.suse/block-null_blk-Fix-code-style-issues.patch
	patches.suse/block-null_blk-Cleanup-device-creation-and-deletion.patch
	patches.suse/block-null_blk-Cleanup-messages.patch
	patches.suse/block-null_blk-Improve-device-creation-with-configfs.patch
	patches.suse/nbd-Fix-hung-on-disconnect-request-if-socket-is-clos.patch
	patches.suse/nvme-fix-interpretation-of-DMRSL.patch
	patches.suse/nvme-set-dma-alignment-to-dword.patch
	patches.suse/nvme-add-missing-status-values-to-verbose-logging.patch
	patches.suse/nvme-remove-unneeded-include-from-constants-file.patch
	patches.suse/nvme-mark-internal-passthru-request-RQF_QUIET.patch
	patches.suse/nvme-pci-fix-a-NULL-pointer-dereference-in-nvme_allo.patch
	patches.suse/nvme-pci-harden-drive-presence-detect-in-nvme_dev_di.patch
	patches.suse/nvme-fabrics-add-a-request-timeout-helper.patch
	patches.suse/nvme-add-support-for-TP4084-Time-to-Ready-Enhancemen.patch
	patches.suse/nvme-set-non-mdts-limits-in-nvme_scan_work.patch
	patches.suse/libata-Improve-ATA-queued-command-allocation.patch
	patches.suse/ata-libata-core-fix-parameter-type-in-ata_xfer_mode2shift.patch
	patches.suse/ata-libata-core-replace-its-with-it-is.patch
	patches.suse/ata-libata-core-cleanup-ata_device_blacklist.patch
	patches.suse/ata-libata-core-Refactor-force_tbl-definition.patch
	patches.suse/ata-libata-core-Improve-link-flags-forced-settings.patch
	patches.suse/ata-libata-core-Allow-forcing-most-horkage-flags.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/timers-Initialize-base-next_expiry_recalc-in-timers_.patch
	patches.suse/timers-Simplify-calc_index.patch
	patches.suse/timers-Move-timer-sysctl-into-the-timer-code.patch
	patches.suse/clocksource-Replace-cpumask_weight-with-cpumask_empt.patch
	patches.suse/timers-Provide-a-better-debugobjects-hint-for-delaye.patch
	patches.suse/efi-cper-Add-a-cper_mem_err_status_str-to-decode-err.patch
	patches.suse/EDAC-ghes-Unify-CPER-memory-error-location-reporting.patch
	patches.suse/efi-cper-Reformat-CPER-memory-error-location-to-more.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/x86-sev-Remove-duplicated-assignment-to-variable-inf.patch
	patches.suse/x86-sev-Annotate-stack-change-in-the-VC-handler.patch
	patches.suse/x86-tdx-Detect-running-as-a-TDX-guest-in-early-boot.patch
	patches.suse/x86-tdx-Provide-common-base-for-SEAMCALL-and-TDCALL-.patch
	patches.suse/x86-tdx-Add-__tdx_module_call-and-__tdx_hypercall-he.patch
	patches.suse/x86-tdx-Extend-the-confidential-computing-API-to-sup.patch
	patches.suse/x86-tdx-Exclude-shared-bit-from-__PHYSICAL_MASK.patch
	patches.suse/x86-traps-Refactor-exc_general_protection.patch
	patches.suse/x86-traps-Add-VE-support-for-TDX-guest.patch
	patches.suse/x86-tdx-Add-HLT-support-for-TDX-guests.patch
	patches.suse/x86-tdx-Add-MSR-support-for-TDX-guests.patch
	patches.suse/x86-tdx-Handle-CPUID-via-VE.patch
	patches.suse/x86-tdx-Handle-in-kernel-MMIO.patch
	patches.suse/x86-tdx-Detect-TDX-at-early-kernel-decompression-tim.patch
	patches.suse/x86-Adjust-types-used-in-port-I-O-helpers.patch
	patches.suse/x86-Consolidate-port-I-O-helpers.patch
	patches.suse/x86-boot-Port-I-O-Allow-to-hook-up-alternative-helpe.patch
	patches.suse/x86-boot-Port-I-O-Add-decompression-time-support-for.patch
	patches.suse/x86-tdx-Port-I-O-Add-runtime-hypercalls.patch
	patches.suse/x86-tdx-Port-I-O-Add-early-boot-support.patch
	patches.suse/x86-tdx-Wire-up-KVM-hypercalls.patch
	patches.suse/x86-boot-Add-a-trampoline-for-booting-APs-via-firmwa.patch
	patches.suse/x86-acpi-x86-boot-Add-multiprocessor-wake-up-support.patch
	patches.suse/x86-boot-Set-CR0.NE-early-and-keep-it-set-during-the.patch
	patches.suse/x86-boot-Avoid-VE-during-boot-for-TDX-platforms.patch
	patches.suse/x86-topology-Disable-CPU-online-offline-control-for-.patch
	patches.suse/x86-tdx-Make-pages-shared-in-ioremap.patch
	patches.suse/x86-mm-cpa-Add-support-for-TDX-shared-memory.patch
	patches.suse/x86-mm-Make-DMA-memory-shared-for-TD-guest.patch
	patches.suse/x86-tdx-ioapic-Add-shared-bit-for-IOAPIC-base-addres.patch
	patches.suse/ACPICA-Avoid-cache-flush-inside-virtual-machines.patch
	patches.suse/Documentation-x86-Document-TDX-kernel-architecture.patch
	patches.suse/x86-kaslr-Fix-build-warning-in-KASLR-code-in-boot-st.patch
	patches.suse/x86-mm-Fix-spacing-within-memory-encryption-features.patch
	patches.suse/x86-tdx-Annotate-a-noreturn-function.patch
	patches.suse/x86-tdx-Fix-RETs-in-TDX-asm.patch
	patches.suse/x86-speculation-Add-missing-prototype-for-unpriv_ebp.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/x86-split_lock-Enable-the-split-lock-feature-on-Rapt.patch
	patches.suse/0003_AMD_HSMP-Add-protocol-version-5-messages.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/0001-xen-drm-switch-xen_drm_front-to-use-INVALID_GRANT_RE.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-vfio-ap-remove-superfluous-MODULE_DEVICE_TABLE-declaration
	patches.suse/entry-Rename-arch_check_user_regs-to-arch_enter_from_user_mode
	patches.suse/s390-pai-add-support-for-cryptography-counters
	patches.suse/s390-stp-clock_delta-should-be-signed
	patches.suse/s390-cpumf-add-new-extended-counter-set-for-IBM-z16
	patches.suse/perf-marvell_cn10k-Fix-tad_pmu_event_init-to-check-pmu-type-first.patch
	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/locking-rwsem-No-need-to-check-for-handoff-bit-if-wa.patch
	patches.suse/locking-rwsem-Conditionally-wake-waiters-in-reader-w.patch
	patches.suse/locking-rwsem-Always-try-to-wake-waiters-in-out_nolo.patch
	patches.suse/locking-qrwlock-Change-queue-rwlock-to-queued-rwlock.patch
	patches.suse/scripts-faddr2line-Fix-overlapping-text-section-fail.patch
	patches.suse/perf-core-Add-perf_clear_branch_entry_bitfields-helper.patch
	patches.suse/x86-cpufeatures-Add-AMD-Fam19h-Branch-Sampling-feature.patch
	patches.suse/perf-x86-amd-Add-AMD-Fam19h-Branch-Sampling-support.patch
	patches.suse/perf-x86-amd-Add-branch-brs-helper-event-for-Fam19h-BRS.patch
	patches.suse/perf-x86-amd-Enable-branch-sampling-priv-level-filtering.patch
	patches.suse/perf-x86-amd-Add-AMD-branch-sampling-period-adjustment.patch
	patches.suse/perf-x86-amd-Make-Zen3-branch-sampling-opt-in.patch
	patches.suse/ACPI-Add-perf-low-power-callback.patch
	patches.suse/perf-x86-amd-Add-idle-hooks-for-branch-sampling.patch
	patches.suse/perf-x86-Unify-format-of-events-sysfs-show.patch
	patches.suse/signal-Deliver-SIGTRAP-on-perf-event-asynchronously-if-blocked.patch
	patches.suse/x86-cpufeatures-Add-PerfMonV2-feature-bit.patch
	patches.suse/x86-msr-Add-PerfCntrGlobal-registers.patch
	patches.suse/perf-x86-amd-core-Detect-PerfMonV2-support.patch
	patches.suse/perf-x86-amd-core-Detect-available-counters.patch
	patches.suse/perf-x86-amd-core-Add-PerfMonV2-counter-control.patch
	patches.suse/perf-x86-amd-core-Add-PerfMonV2-overflow-handling.patch
	patches.suse/perf-amd-ibs-Use-interrupt-regs-ip-for-stack-unwinding.patch
	patches.suse/perf-x86-Add-new-Alder-Lake-and-Raptor-Lake-support.patch
	patches.suse/perf-x86-msr-Add-new-Alder-Lake-and-Raptor-Lake-support.patch
	patches.suse/perf-x86-cstate-Add-new-Alder-Lake-and-Raptor-Lake-support.patch
	patches.suse/perf-x86-uncore-Clean-up-uncore_pci_ids.patch
	patches.suse/perf-x86-uncore-Add-new-Alder-Lake-and-Raptor-Lake-support.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/perf-ibs-Fix-comment.patch
	patches.suse/perf-x86-amd-Remove-unused-variable-hwc.patch
	patches.suse/perf-x86-amd-Fix-AMD-BRS-period-adjustment.patch
	patches.suse/perf-x86-amd-Run-AMD-BRS-code-only-on-supported-hw.patch
	patches.suse/perf-x86-amd-core-Fix-reloading-events-for-SVM.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-convert-to-using-fops-read_iter.patch
	patches.suse/random-convert-to-using-fops-write_iter.patch
	patches.suse/random-wire-up-fops-splice_-read-write-_iter.patch
	patches.suse/fscrypt-factor-out-fscrypt_policy_to_key_spec.patch
	patches.suse/fscrypt-add-new-helper-functions-for-test_dummy_encryption.patch
	patches.suse/netfs-Eliminate-Clang-randstruct-warning.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-introduce-hwmon_sanitize_name.patch
	patches.suse/hwmon-intel-m10-bmc-hwmon-use-devm_hwmon_sanitize_na.patch
	patches.suse/lib-add-generic-polynomial-calculation.patch
	patches.suse/hwmon-pmbus-Check-PEC-support-before-reading-other-r.patch
	patches.suse/mtd-parsers-bcm47xxpart-print-correct-offset-on-read.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/mmc-sdhci-brcmstb-Re-organize-flags.patch
	patches.suse/mmc-sdhci-brcmstb-Enable-Clock-Gating-to-save-power.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-utils-include-UUID-in-_DSM-evaluation-warning.patch
	patches.suse/ACPICA-Add-support-for-the-Windows-11-_OSI-string.patch
	patches.suse/ACPICA-Add-the-subtable-CFMWS-to-the-CEDT-table.patch
	patches.suse/ACPICA-iASL-NHLT-Treat-Terminator-as-specific_config.patch
	patches.suse/ACPICA-iASL-NHLT-Fix-parsing-undocumented-bytes-at-t.patch
	patches.suse/ACPICA-iASL-NHLT-Rename-linux-specific-strucures-to-.patch
	patches.suse/ACPICA-Add-new-ACPI-6.4-semantics-to-the-Load-operat.patch
	patches.suse/ACPICA-Add-new-ACPI-6.4-semantics-for-LoadTable-oper.patch
	patches.suse/ACPICA-Clean-up-double-word-in-comment.patch
	patches.suse/ACPICA-Update-copyright-notices-to-the-year-2022.patch
	patches.suse/ACPICA-Removed-some-tabs-and-comments.patch
	patches.suse/ACPICA-Headers-Replace-zero-length-array-with-flexib.patch
	patches.suse/ACPICA-executer-exsystem-Add-units-to-time-variable-.patch
	patches.suse/ACPICA-Add-support-for-ARM-Performance-Monitoring-Un.patch
	patches.suse/ACPICA-executer-exsystem-Inform-users-about-ACPI-spe.patch
	patches.suse/ACPICA-executer-exsystem-Warn-about-sleeps-greater-t.patch
	patches.suse/ACPICA-iASL-MADT-Add-OEM-defined-subtable.patch
	patches.suse/ACPICA-executer-exsystem-Fix-some-typo-mistakes.patch
	patches.suse/ACPICA-IORT-Updates-for-revision-E.d.patch
	patches.suse/ACPICA-exsystem.c-Use-ACPI_FORMAT_UINT64-for-64-bit-.patch
	patches.suse/ACPICA-Update-version-to-20220331.patch
	patches.suse/Revert-ACPICA-executer-exsystem-Warn-about-sleeps-gr.patch
	patches.suse/ACPI-PM-Convert-debug-message-in-acpi_device_get_pow.patch
	patches.suse/ACPI-PM-Change-pr_fmt-in-device_pm.c.patch
	patches.suse/ACPI-PM-Unify-debug-messages-in-acpi_device_set_powe.patch
	patches.suse/ACPI-PM-Always-print-final-debug-message-in-acpi_dev.patch
	patches.suse/ACPI-PM-Block-ASUS-B1400CEAE-from-suspend-to-idle-by.patch
	patches.suse/ACPI-bus-Introduce-acpi_dev_for_each_child.patch
	patches.suse/ACPI-PM-Introduce-acpi_dev_power_up_children_with_ad.patch
	patches.suse/PCI-ACPI-PM-Power-up-devices-in-D3cold-before-scanni.patch
	patches.suse/ACPI-bus-Avoid-non-ACPI-device-objects-in-walks-over.patch
	patches.suse/ACPI-sysfs-Fix-BERT-error-region-memory-mapping.patch
	patches.suse/ACPI-SPCR-Add-support-for-NVIDIA-16550-compatible-po.patch
	patches.suse/ACPI-BGRT-use-static-for-BGRT_SHOW-kobj_attribute-de.patch
	patches.suse/ACPI-AGDI-Fix-missing-prototype-warning-for-acpi_agd.patch
	patches.suse/ACPI-APEI-Fix-missing-ERST-record-id.patch
	patches.suse/ACPI-APEI-EINJ-Refuse-to-inject-into-the-zero-page.patch
	patches.suse/ACPI-DPTF-Correct-description-of-INT3407-INT3532-att.patch
	patches.suse/ACPI-DPTF-Add-support-for-high-frequency-impedance-n.patch
	patches.suse/x86-ACPI-Make-mp_config_acpi_gsi-a-void-function.patch
	patches.suse/PM-devfreq-rk3399_dmc-Disable-edev-on-remove.patch
	patches.suse/x86-ACPI-Preserve-ACPI-table-override-during-hiberna.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/intel_idle-Add-AlderLake-support.patch
	patches.suse/cpufreq-intel_pstate-Handle-no_turbo-in-frequency-in.patch
	patches.suse/cpufreq-intel_pstate-Support-Sapphire-Rapids-OOB-mod.patch
	patches.suse/ACPI-CPPC-Check-_OSC-for-flexible-address-space.patch
	patches.suse/ACPI-bus-Set-CPPC-_OSC-bits-for-all-and-when-CPPC_LI.patch
	patches.suse/ACPI-CPPC-Assume-no-transition-latency-if-no-PCCT.patch
	patches.suse/cpufreq-CPPC-Enable-fast_switch.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/device-property-Convert-device_-dma_supported-get_dm.patch
	patches.suse/ACPI-property-Move-acpi_fwnode_device_get_match_data.patch
	patches.suse/device-property-Add-irq_get-to-fwnode-operation.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/cachefiles-extract-write-routine.patch
	patches.suse/cachefiles-notify-the-user-daemon-when-looking-up-cookie.patch
	patches.suse/cachefiles-unbind-cachefiles-gracefully-in-on-demand-mode.patch
	patches.suse/cachefiles-notify-the-user-daemon-when-withdrawing-cookie.patch
	patches.suse/cachefiles-implement-on-demand-read.patch
	patches.suse/cachefiles-enable-on-demand-read-mode.patch
	patches.suse/cachefiles-add-tracepoints-for-on-demand-read-mode.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/ext4-only-allow-test_dummy_encryption-when-supported.patch
	patches.suse/iomap-iomap_write_failed-fix.patch
	patches.suse/printk-add-missing-memory-barrier-to-wake_up_klogd.patch
	patches.suse/printk-wake-waiters-for-safe-and-NMI-contexts.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/tcp-add-accessors-to-read-set-tp-snd_cwnd.patch
	patches.suse/bnx2x-Fix-undefined-behavior-due-to-shift-overflowin.patch
	patches.suse/msft-hv-2567-net-hyperv-remove-use-of-bpf_op_t.patch
	patches.suse/sfc-Stop-using-iommu_present.patch
	patches.suse/qed-remove-an-unneed-NULL-check-on-list-iterator.patch
	patches.suse/msft-hv-2568-hv_netvsc-Print-value-of-invalid-ID-in-netvsc_send_-.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/net-sched-matchall-Take-verbose-flag-into-account-wh.patch
	patches.suse/net-sched-flower-Take-verbose-flag-into-account-when.patch
	patches.suse/net-sched-act_api-Add-extack-to-offload_act_setup-ca.patch
	patches.suse/net-sched-act_police-Add-extack-messages-for-offload.patch
	patches.suse/sfc-use-hardware-tx-timestamps-for-more-than-PTP.patch
	patches.suse/arm64-insn-Add-ldr-str-with-immediate-offset.patch
	patches.suse/bpf-arm64-Optimize-BPF-store-load-using-arm64-str-ld.patch
	patches.suse/bpf-arm64-Adjust-the-offset-of-str-ldr-immediate-to-.patch
	patches.suse/bpf-tests-Add-tests-for-BPF_LDX-BPF_STX-with-differe.patch
	patches.suse/bpf-tests-Add-load-store-test-case-for-tail-call.patch
	patches.suse/bpf-Use-swap-instead-of-open-coding-it.patch
	patches.suse/selftests-bpf-Remove-unused-variable-from-bpf_sk_ass.patch
	patches.suse/bpf-Remove-redundant-assignment-to-smap-map.value_si.patch
	patches.suse/bpf-test_offload.py-Skip-base-maps-without-names.patch
	patches.suse/bpf-Replace-usage-of-supported-with-dedicated-list-i.patch
	patches.suse/selftests-bpf-Fix-vfs_link-kprobe-definition.patch
	patches.suse/selftests-bpf-Return-true-false-not-1-0-from-bool-fu.patch
	patches.suse/selftests-bpf-Fix-cd_flavor_subdir-of-test_progs.patch
	patches.suse/bpf-Correct-the-comment-for-BTF-kind-bitfield.patch
	patches.suse/samples-bpf-Convert-xdp_router_ipv4-to-XDP-samples-h.patch
	patches.suse/libbpf-auto-resolve-programs-libraries-when-necessar.patch
	patches.suse/libbpf-Support-function-name-based-attach-uprobes.patch
	patches.suse/libbpf-Add-auto-attach-for-uprobes-based-on-section-.patch
	patches.suse/selftests-bpf-Add-tests-for-u-ret-probe-attach-by-na.patch
	patches.suse/selftests-bpf-Add-tests-for-uprobe-auto-attach-via-s.patch
	patches.suse/libbpf-Don-t-return-EINVAL-if-hdr_len-offsetofend-co.patch
	patches.suse/sample-bpf-syscall_tp_user-Print-result-of-verify_ma.patch
	patches.suse/samples-bpf-Fix-linking-xdp_router_ipv4-after-migrat.patch
	patches.suse/selftests-bpf-Fix-parsing-of-prog-types-in-UAPI-hdr-.patch
	patches.suse/bpftool-Add-syscall-prog-type.patch
	patches.suse/bpftool-Add-missing-link-types.patch
	patches.suse/bpftool-Handle-libbpf_probe_prog_type-errors.patch
	patches.suse/selftests-bpf-Define-SYS_NANOSLEEP_KPROBE_NAME-for-a.patch
	patches.suse/libbpf-Support-Debian-in-resolve_full_path.patch
	patches.suse/libbpf-Add-BPF-side-of-USDT-support.patch
	patches.suse/libbpf-Wire-up-USDT-API-and-bpf_link-integration.patch
	patches.suse/libbpf-Add-USDT-notes-parsing-and-resolution-logic.patch
	patches.suse/libbpf-Wire-up-spec-management-and-other-arch-indepe.patch
	patches.suse/libbpf-Add-x86-specific-USDT-arg-spec-parsing-logic.patch
	patches.suse/selftests-bpf-Add-basic-USDT-selftests.patch
	patches.suse/selftests-bpf-Add-urandom_read-shared-lib-and-USDTs.patch
	patches.suse/bpf-arm64-Sign-return-address-for-JITed-code.patch
	patches.suse/selftests-bpf-Fix-file-descriptor-leak-in-load_kalls.patch
	patches.suse/selftests-bpf-Fix-issues-in-parse_num_list.patch
	patches.suse/libbpf-Fix-spelling-mistake-libaries-libraries.patch
	patches.suse/selftests-bpf-Use-bpf_num_possible_cpus-in-per-cpu-m.patch
	patches.suse/bpf-Do-write-access-check-for-kfunc-and-global-func.patch
	patches.suse/bpf-Check-PTR_TO_MEM-MEM_RDONLY-in-check_helper_mem_.patch
	patches.suse/bpf-Reject-writes-for-PTR_TO_MAP_KEY-in-check_helper.patch
	patches.suse/selftests-bpf-Test-passing-rdonly-mem-to-global-func.patch
	patches.suse/selftests-bpf-Test-for-writes-to-map-key-from-BPF-he.patch
	patches.suse/libbpf-Improve-library-identification-for-uprobe-bin.patch
	patches.suse/libbpf-Improve-string-parsing-for-uprobe-auto-attach.patch
	patches.suse/selftests-bpf-Uprobe-tests-should-verify-param-retur.patch
	patches.suse/libbpf-Potential-NULL-dereference-in-usdt_manager_at.patch
	patches.suse/libbpf-Fix-use-ifdef-instead-of-if-to-avoid-compiler.patch
	patches.suse/libbpf-Minor-style-improvements-in-USDT-code.patch
	patches.suse/libbpf-Make-BPF-side-of-USDT-support-work-on-big-end.patch
	patches.suse/libbpf-Add-s390-specific-USDT-arg-spec-parsing-logic.patch
	patches.suse/libbpf-Use-strlcpy-in-path-resolution-fallback-logic.patch
	patches.suse/libbpf-Allow-WEAK-and-GLOBAL-bindings-during-BTF-fix.patch
	patches.suse/samples-bpf-Move-routes-monitor-in-xdp_router_ipv4-i.patch
	patches.suse/libbpf-Don-t-error-out-on-CO-RE-relos-for-overriden-.patch
	patches.suse/libbpf-Use-weak-hidden-modifier-for-USDT-BPF-side-AP.patch
	patches.suse/selftests-bpf-Add-CO-RE-relos-into-linked_funcs-self.patch
	patches.suse/selftests-bpf-Fix-return-value-checks-in-perf_event_.patch
	patches.suse/bpf-Fix-excessive-memory-allocation-in-stack_map_all.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/ibmvnic-rename-local-variable-index-to-bufidx.patch
	patches.suse/ibmvnic-define-map_rxpool_buf_to_ltb.patch
	patches.suse/ibmvnic-define-map_txpool_buf_to_ltb.patch
	patches.suse/ibmvnic-convert-rxpool-ltb-to-a-set-of-ltbs.patch
	patches.suse/ibmvnic-Allow-multiple-ltbs-in-rxpool-ltb_set.patch
	patches.suse/ibmvnic-Allow-multiple-ltbs-in-txpool-ltb_set.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/ar5523-Use-kzalloc-instead-of-kmalloc-memset.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/libbpf-Add-ARC-support-to-bpf_tracing.h.patch
	patches.suse/selftests-bpf-Improve-by-name-subtest-selection-logi.patch
	patches.suse/libbpf-Fix-a-bug-with-checking-bpf_probe_read_kernel.patch
	patches.suse/samples-bpf-Use-libbpf-1.0-API-mode-instead-of-RLIMI.patch
	patches.suse/selftests-bpf-Use-libbpf-1.0-API-mode-instead-of-RLI.patch
	patches.suse/bpftool-Use-libbpf-1.0-API-mode-instead-of-RLIMIT_ME.patch
	patches.suse/tools-runqslower-Use-libbpf-1.0-API-mode-instead-of-.patch
	patches.suse/riscv-bpf-Implement-more-atomic-operations-for-RV64.patch
	patches.suse/selftests-bpf-Drop-duplicate-max-min-definitions.patch
	patches.suse/bpf-Remove-redundant-assignment-to-meta.seq-in-__tas.patch
	patches.suse/libbpf-Usdt-aarch64-arg-parsing-support.patch
	patches.suse/bpf-Move-BPF-sysctls-from-kernel-sysctl.c-to-BPF-cor.patch
	patches.suse/bpf-Remove-unnecessary-type-castings.patch
	patches.suse/xsk-Improve-xdp_do_redirect-error-codes.patch
	patches.suse/xsk-Diversify-return-codes-in-xsk_rcv_check.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/xsk-Drop-ternary-operator-from-xskq_cons_has_entries.patch
	patches.suse/selftests-bpf-Refactor-prog_tests-logging-and-test-e.patch
	patches.suse/bpf-Move-rcu-lock-management-out-of-BPF_PROG_RUN-rou.patch
	patches.suse/selftests-bpf-Limit-unroll_count-for-pyperf600-test.patch
	patches.suse/selftests-bpf-Workaround-a-verifier-issue-for-test-e.patch
	patches.suse/libbpf-Support-opting-out-from-autoloading-BPF-progr.patch
	patches.suse/selftests-bpf-Use-non-autoloaded-programs-in-few-tes.patch
	patches.suse/bpf-Ensure-type-tags-precede-modifiers-in-BTF.patch
	patches.suse/selftests-bpf-Add-tests-for-type-tag-order-validatio.patch
	patches.suse/bpf-Fix-usage-of-trace-RCU-in-local-storage.patch
	patches.suse/libbpf-Fix-usdt_cookie-being-cast-to-32-bits.patch
	patches.suse/libbpf-Support-riscv-USDT-argument-parsing-logic.patch
	patches.suse/bpf-Enlarge-offset-check-value-to-INT_MAX-in-bpf_skb.patch
	patches.suse/net-Change-skb_ensure_writable-s-write_len-param-to-.patch
	patches.suse/selftests-bpf-Add-test-for-skb_load_bytes.patch
	patches.suse/samples-bpf-Reduce-the-sampling-interval-in-xdp1_use.patch
	patches.suse/libbpf-Add-error-returns-to-two-API-functions.patch
	patches.suse/libbpf-Update-API-functions-usage-to-check-error.patch
	patches.suse/libbpf-Add-documentation-to-API-functions.patch
	patches.suse/bpf-Make-btf_find_field-more-generic.patch
	patches.suse/bpf-Move-check_ptr_off_reg-before-check_map_access.patch
	patches.suse/ixgbe-xsk-Get-rid-of-redundant-fallthrough.patch
	patches.suse/i40e-xsk-Get-rid-of-redundant-fallthrough.patch
	patches.suse/selftests-bpf-Fix-attach-tests-retcode-checks.patch
	patches.suse/selftests-bpf-Fix-prog_tests-uprobe_autoattach-compi.patch
	patches.suse/selftests-bpf-Fix-map-tests-errno-checks.patch
	patches.suse/libbpf-Remove-redundant-non-null-checks-on-obj_elf.patch
	patches.suse/libbpf-Improve-libbpf-API-documentation-link-positio.patch
	patches.suse/bpf-Allow-attach-TRACING-programs-through-LINK_CREAT.patch
	patches.suse/libbpf-Teach-bpf_link_create-to-fallback-to-bpf_raw_.patch
	patches.suse/selftests-bpf-Switch-fexit_stress-to-bpf_link_create.patch
	patches.suse/libbpf-Remove-unnecessary-type-cast.patch
	patches.suse/bpftool-musl-compat-Replace-nftw-with-FTW_ACTIONRETV.patch
	patches.suse/bpftool-musl-compat-Replace-sys-fcntl.h-by-fcntl.h.patch
	patches.suse/bpf-Use-bpf_prog_run_array_cg_flags-everywhere.patch
	patches.suse/bpf-Allow-storing-unreferenced-kptr-in-map.patch
	patches.suse/bpf-Tag-argument-to-be-released-in-bpf_func_proto.patch
	patches.suse/bpf-Allow-storing-referenced-kptr-in-map.patch
	patches.suse/bpf-Prevent-escaping-of-kptr-loaded-from-maps.patch
	patches.suse/bpf-Adapt-copy_map_value-for-multiple-offset-case.patch
	patches.suse/bpf-Populate-pairs-of-btf_id-and-destructor-kfunc-in.patch
	patches.suse/bpf-Wire-up-freeing-of-referenced-kptr.patch
	patches.suse/bpf-Teach-verifier-about-kptr_get-kfunc-helpers.patch
	patches.suse/bpf-Make-BTF-type-match-stricter-for-release-argumen.patch
	patches.suse/libbpf-Add-kptr-type-tag-macros-to-bpf_helpers.h.patch
	patches.suse/selftests-bpf-Add-C-tests-for-kptr.patch
	patches.suse/selftests-bpf-Add-verifier-tests-for-kptr.patch
	patches.suse/selftests-bpf-Add-test-for-strict-BTF-type-check.patch
	patches.suse/bpf-Compute-map_btf_id-during-build-time.patch
	patches.suse/libbpf-Fix-anonymous-type-check-in-CO-RE-logic.patch
	patches.suse/libbpf-Drop-unhelpful-program-too-large-guess.patch
	patches.suse/libbpf-Fix-logic-for-finding-matching-program-for-CO.patch
	patches.suse/libbpf-Avoid-joining-.BTF.ext-data-with-BPF-programs.patch
	patches.suse/selftests-bpf-Add-CO-RE-relos-and-SEC-.-to-linked_fu.patch
	patches.suse/libbpf-Record-subprog-resolved-CO-RE-relocations-unc.patch
	patches.suse/libbpf-Refactor-CO-RE-relo-human-description-formatt.patch
	patches.suse/libbpf-Simplify-bpf_core_parse_spec-signature.patch
	patches.suse/libbpf-Fix-up-verifier-log-for-unguarded-failed-CO-R.patch
	patches.suse/selftests-bpf-Add-libbpf-s-log-fixup-logic-selftests.patch
	patches.suse/eth-benet-remove-a-copy-of-the-NAPI_POLL_WEIGHT-defi.patch
	patches.suse/qeth-remove-a-copy-of-the-NAPI_POLL_WEIGHT-define
	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-Add-basic-WoW-functionalities.patch
	patches.suse/ath11k-Add-WoW-net-detect-functionality.patch
	patches.suse/ath11k-implement-hardware-data-filter.patch
	patches.suse/ath11k-purge-rx-pktlog-when-entering-WoW.patch
	patches.suse/ath11k-support-ARP-and-NS-offload.patch
	patches.suse/ath11k-support-GTK-rekey-offload.patch
	patches.suse/ath9k-Use-platform_get_irq-to-get-the-interrupt.patch
	patches.suse/ath6kl-fix-typos-in-comments.patch
	patches.suse/ath10k-Trigger-sta-disconnect-on-hardware-restart.patch
	patches.suse/ath10k-Use-of_device_get_match_data-helper.patch
	patches.suse/ath11k-Refactor-the-peer-delete.patch
	patches.suse/ath11k-change-fw-build-id-format-in-driver-init-log.patch
	patches.suse/ath11k-acquire-ab-base_lock-in-unassign-when-finding.patch
	patches.suse/ath11k-remove-unused-ATH11K_BD_IE_BOARD_EXT.patch
	patches.suse/ath11k-disable-regdb-support-for-QCA6390.patch
	patches.suse/ath11k-add-support-for-device-recovery-for-QCA6390-W.patch
	patches.suse/ath11k-add-synchronization-operation-between-reconfi.patch
	patches.suse/ath11k-Add-hw-restart-option-to-simulate_fw_crash.patch
	patches.suse/ath11k-fix-the-warning-of-dev_wake-in-mhi_pm_disable.patch
	patches.suse/ath11k-enable-PLATFORM_CAP_PCIE_GLOBAL_RESET-QMI-hos.patch
	patches.suse/ath11k-add-fallback-board-name-without-variant-while.patch
	patches.suse/ath11k-add-read-variant-from-SMBIOS-for-download-boa-9d97114d2220.patch
	patches.suse/ath11k-Add-peer-rhash-table-support.patch
	patches.suse/ath9k-make-ATH_SREV-macros-more-consistent.patch
	patches.suse/ath9k-split-set11nRateFlags-and-set11nChainSel.patch
	patches.suse/ath9k-use-AR9300_MAX_CHAINS-when-appropriate.patch
	patches.suse/ath9k-fix-ar9003_get_eepmisc.patch
	patches.suse/ath9k-refactor-ar9003_hw_spur_mitigate_ofdm.patch
	patches.suse/ath9k-add-functions-to-get-paprd-rate-mask.patch
	patches.suse/ath11k-store-and-send-country-code-to-firmware-after.patch
	patches.suse/wcn36xx-Implement-tx_rate-reporting.patch
	patches.suse/ath11k-add-support-to-search-regdb-data-in-board-2.b.patch
	patches.suse/ath11k-reduce-the-wait-time-of-11d-scan-and-hw-scan-.patch
	patches.suse/ath10k-add-support-for-MSDU-IDs-for-USB-devices.patch
	patches.suse/ath10k-enable-napi-on-RX-path-for-usb.patch
	patches.suse/ath9k-make-is2ghz-consistent-in-ar9003_eeprom.patch
	patches.suse/wcn36xx-Improve-readability-of-wcn36xx_caps_name.patch
	patches.suse/ath11k-PCI-changes-to-support-WCN6750.patch
	patches.suse/ath11k-Refactor-PCI-code-to-support-WCN6750.patch
	patches.suse/ath11k-Choose-MSI-config-based-on-HW-revision.patch
	patches.suse/ath11k-Refactor-MSI-logic-to-support-WCN6750.patch
	patches.suse/ath11k-Remove-core-PCI-references-from-PCI-common-co.patch
	patches.suse/ath11k-Change-max-no-of-active-probe-SSID-and-BSSID-.patch
	patches.suse/ath11k-Remove-unnecessary-delay-in-ath11k_core_suspe.patch
	patches.suse/ath11k-fix-driver-initialization-failure-with-WoW-un.patch
	patches.suse/ath11k-mhi-remove-state-machine.patch
	patches.suse/ath11k-mhi-add-error-handling-for-suspend-and-resume.patch
	patches.suse/ath11k-mhi-remove-unnecessary-goto-from-ath11k_mhi_s.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/mac80211-introduce-BSS-color-collision-detection.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-fix-ath_get_rate_txpower-to-respect-the-rate-l.patch
	patches.suse/ath11k-Fix-spelling-mistake-reseting-resetting.patch
	patches.suse/wcn36xx-clean-up-some-inconsistent-indenting-2578171ff85e.patch
	patches.suse/ath9k-Remove-unnecessary-print-function-dev_err.patch
	patches.suse/ath11k-add-support-for-extended-wmi-service-bit.patch
	patches.suse/ath11k-Add-support-for-SAR.patch
	patches.suse/ath11k-fix-missing-unlock-on-error-in-ath11k_wow_op_.patch
	patches.suse/ath11k-Fix-build-warning-without-CONFIG_IPV6.patch
	patches.suse/wil6210-use-pm_runtime_resume_and_get-instead-of-pm_.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-Do-not-put-HW-in-DBS-mode-for-WCN6750.patch
	patches.suse/ath11k-WMI-changes-to-support-WCN6750.patch
	patches.suse/ath11k-Update-WBM-idle-ring-HP-after-FW-mode-on.patch
	patches.suse/ath11k-disable-spectral-scan-during-spectral-deinit.patch
	patches.suse/ath11k-read-country-code-from-SMBIOS-for-WCN6855-QCA.patch
	patches.suse/ath10k-simplify-if-if-to-if-else.patch
	patches.suse/wil6210-simplify-if-if-to-if-else.patch
	patches.suse/ath9k-hif_usb-simplify-if-if-to-if-else.patch
	patches.suse/ath10k-skip-ath10k_halt-during-suspend-for-driver-st.patch
	patches.suse/ath11k-Don-t-use-GFP_KERNEL-in-atomic-context.patch
	patches.suse/ath11k-fix-warning-of-not-found-station-for-bssid-in.patch
	patches.suse/ath11k-change-management-tx-queue-to-avoid-connectio.patch
	patches.suse/ath11k-Move-parameters-in-bus_params-to-hw_params.patch
	patches.suse/ath11k-Add-HW-params-for-WCN6750.patch
	patches.suse/ath11k-Add-register-access-logic-for-WCN6750.patch
	patches.suse/ath11k-Fetch-device-information-via-QMI-for-WCN6750.patch
	patches.suse/ath11k-Add-QMI-changes-for-WCN6750.patch
	patches.suse/ath11k-HAL-changes-to-support-WCN6750.patch
	patches.suse/ath11k-Datapath-changes-to-support-WCN6750.patch
	patches.suse/ath11k-Add-support-for-WCN6750-device.patch
	patches.suse/ath10k-remove-a-copy-of-the-NAPI_POLL_WEIGHT-define.patch
	patches.suse/wil6210-use-NAPI_POLL_WEIGHT-for-napi-budget.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/net-switch-to-netif_napi_add_tx.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/rtnetlink-add-extack-support-in-fdb-del-handlers.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-Don-t-reset-PHY-behind-PHY-driver-s-.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/net_sched-em_meta-add-READ_ONCE-in-var_sk_bound_if.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/nl80211-don-t-hold-RTNL-in-color-change-request.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/wil6210-switch-to-netif_napi_add_tx.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-Add-support-for-targets-without-trustzone.patch
	patches.suse/ath10k-support-bus-and-device-specific-API-1-BDF-sel.patch
	patches.suse/ath11k-Fix-RX-de-fragmentation-issue-on-WCN6750.patch
	patches.suse/ath11k-reset-11d-state-in-process-of-recovery.patch
	patches.suse/ath11k-Handle-keepalive-during-WoWLAN-suspend-and-re.patch
	patches.suse/ath11k-Implement-remain-on-channel-support.patch
	patches.suse/ath11k-Don-t-check-arvif-is_started-before-sending-m.patch
	patches.suse/ath11k-Designating-channel-frequency-when-sending-ma.patch
	patches.suse/wil6210-remove-freq-debugfs.patch
	patches.suse/ath11k-Reuse-the-available-memory-after-firmware-rel.patch
	patches.suse/ath11k-remove-redundant-assignment-to-variables-vht_.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-usb-r8152-Add-in-new-Devices-that-are-supported-.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-ath9k-silence-array-bounds-warning-on-GCC-12.patch
	patches.suse/wifi-rtlwifi-remove-always-true-condition-pointed-ou.patch
	patches.suse/wifi-ath6k-silence-false-positive-Wno-dangling-point.patch
	patches.suse/wifi-carl9170-silence-a-GCC-12-Warray-bounds-warning.patch
	patches.suse/Bluetooth-btbcm-Support-per-board-firmware-variants.patch
	patches.suse/Bluetooth-mt7921s-Fix-the-incorrect-pointer-check.patch
	patches.suse/Bluetooth-fix-dangling-sco_conn-and-use-after-free-i.patch
	patches.suse/Bluetooth-Keep-MGMT-pending-queue-ordered-FIFO.patch
	patches.suse/Bluetooth-btintel-Constify-static-struct-regmap_bus.patch
	patches.suse/Bluetooth-hci_qca-Use-del_timer_sync-before-freeing.patch
	patches.suse/Bluetooth-HCI-Add-HCI_QUIRK_BROKEN_ENHANCED_SETUP_SY.patch
	patches.suse/Bluetooth-Print-broken-quirks.patch
	patches.suse/Bluetooth-btusb-Set-HCI_QUIRK_BROKEN_ENHANCED_SETUP_.patch
	patches.suse/Bluetooth-btrtl-Add-support-for-RTL8852C.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/Bluetooth-protect-le-accept-and-resolv-lists-with-hd.patch
	patches.suse/Bluetooth-btusb-add-support-for-Qualcomm-WCN785x.patch
	patches.suse/Bluetooth-core-Fix-missing-power_on-work-cancel-on-H.patch
	patches.suse/Bluetooth-btusb-Set-HCI_QUIRK_BROKEN_ERR_DATA_REPORT.patch
	patches.suse/Bluetooth-btusb-Add-0x0bda-0x8771-Realtek-8761BUV-de.patch
	patches.suse/Bluetooth-btusb-Add-a-new-PID-VID-0489-e0c8-for-MT79.patch
	patches.suse/Bluetooth-btbcm-Add-entry-for-BCM4373A0-UART-Bluetoo.patch
	patches.suse/Bluetooth-btmtksdio-fix-use-after-free-at-btmtksdio_.patch
	patches.suse/Bluetooth-btmtksdio-fix-possible-FW-initialization-f.patch
	patches.suse/Bluetooth-btmtksdio-fix-the-reset-takes-too-long.patch
	patches.suse/Bluetooth-MGMT-Add-conditions-for-setting-HCI_CONN_F.patch
	patches.suse/Bluetooth-hci_sync-Fix-attempting-to-suspend-with-un.patch
	patches.suse/Bluetooth-eir-Add-helpers-for-managing-service-data.patch
	patches.suse/Bluetooth-hci_sync-use-hci_skb_event-helper.patch
	patches.suse/bpf-selftests-Add-granular-subtest-output-for-prog_t.patch
	patches.suse/samples-bpf-Detach-xdp-prog-when-program-exits-unexp.patch
	patches.suse/bpf-docs-Remove-duplicated-word-instructions.patch
	patches.suse/bpf-docs-BPF_FROM_BE-exists-as-alias-for-BPF_TO_BE.patch
	patches.suse/bpf-docs-Fix-typo-respetively-to-respectively.patch
	patches.suse/bpf-sockmap-Call-skb_linearize-only-when-required-in.patch
	patches.suse/libbpf-Allow-incomplete-basic-tracing-SEC-definition.patch
	patches.suse/libbpf-Support-target-less-SEC-definitions-for-BTF-b.patch
	patches.suse/selftests-bpf-Use-target-less-SEC-definitions-in-var.patch
	patches.suse/libbpf-Append-.-in-fixed-up-log-if-CO-RE-spec-is-tru.patch
	patches.suse/libbpf-Use-libbpf_mem_ensure-when-allocating-new-map.patch
	patches.suse/libbpf-Allow-to-opt-out-from-creating-BPF-maps.patch
	patches.suse/selftests-bpf-Test-bpf_map__set_autocreate-and-relat.patch
	patches.suse/selftests-bpf-Fix-two-memory-leaks-in-prog_tests.patch
	patches.suse/selftests-bpf-Prevent-skeleton-generation-race.patch
	patches.suse/libbpf-Make-__kptr-and-__kptr_ref-unconditionally-us.patch
	patches.suse/libbpf-Improve-usability-of-field-based-CO-RE-helper.patch
	patches.suse/selftests-bpf-Use-both-syntaxes-for-field-based-CO-R.patch
	patches.suse/libbpf-Complete-field-based-CO-RE-helpers-with-field.patch
	patches.suse/selftests-bpf-Add-bpf_core_field_offset-tests.patch
	patches.suse/libbpf-Provide-barrier-and-barrier_var-in-bpf_helper.patch
	patches.suse/libbpf-Automatically-fix-up-BPF_MAP_TYPE_RINGBUF-siz.patch
	patches.suse/selftests-bpf-Test-libbpf-s-ringbuf-size-fix-up-logi.patch
	patches.suse/bpftool-Adjust-for-error-codes-from-libbpf-probes.patch
	patches.suse/bpftool-Output-message-if-no-helpers-found-in-featur.patch
	patches.suse/samples-bpf-Don-t-fail-for-a-missing-VMLINUX_BTF-whe.patch
	patches.suse/bpftool-Declare-generator-name.patch
	patches.suse/bpf-Remove-unused-parameter-from-find_kfunc_desc_btf.patch
	patches.suse/bpf-Print-some-info-if-disable-bpf_jit_enable-failed.patch
	patches.suse/bpf-Extend-batch-operations-for-map-in-map-bpf-maps.patch
	patches.suse/selftests-bpf-Handle-batch-operations-for-map-in-map.patch
	patches.suse/bpftool-bpf_link_get_from_fd-support-for-LSM-program.patch
	patches.suse/bpf-Add-source-ip-in-struct-bpf_tunnel_key.patch
	patches.suse/selftests-bpf-Move-vxlan-tunnel-testcases-to-test_pr.patch
	patches.suse/selftests-bpf-Replace-bpf_trace_printk-in-tunnel-ker.patch
	patches.suse/bpf-Add-bpf_link-iterator.patch
	patches.suse/selftests-bpf-Fix-result-check-for-test_bpf_hash_map.patch
	patches.suse/selftests-bpf-Use-ASSERT_-instead-of-CHECK.patch
	patches.suse/selftests-bpf-Add-bpf-link-iter-test.patch
	patches.suse/kallsyms-Make-kallsyms_on_each_symbol-generally-avai.patch
	patches.suse/ftrace-Add-ftrace_lookup_symbols-function.patch
	patches.suse/fprobe-Resolve-symbols-with-ftrace_lookup_symbols.patch
	patches.suse/bpf-Resolve-symbols-with-ftrace_lookup_symbols-for-k.patch
	patches.suse/selftests-bpf-Add-attach-bench-test.patch
	patches.suse/bpf-x86-Generate-trampolines-from-bpf_tramp_links.patch
	patches.suse/bpf-x86-Create-bpf_tramp_run_ctx-on-the-caller-threa.patch
	patches.suse/bpf-x86-Attach-a-cookie-to-fentry-fexit-fmod_ret-lsm.patch
	patches.suse/libbpf-Assign-cookies-to-links-in-libbpf.patch
	patches.suse/selftest-bpf-The-test-cases-of-BPF-cookie-for-fentry.patch
	patches.suse/libbpf-Clean-up-ringbuf-size-adjustment-implementati.patch
	patches.suse/libbpf-Add-bpf_program__set_insns-function.patch
	patches.suse/selftests-xsk-cleanup-bash-scripts.patch
	patches.suse/selftests-xsk-do-not-send-zero-length-packets.patch
	patches.suse/selftests-xsk-run-all-tests-for-busy-poll.patch
	patches.suse/selftests-xsk-fix-reporting-of-failed-tests.patch
	patches.suse/selftests-xsk-add-timeout-to-tests.patch
	patches.suse/selftests-xsk-cleanup-veth-pair-at-ctrl-c.patch
	patches.suse/selftests-xsk-introduce-validation-functions.patch
	patches.suse/selftests-xsk-make-the-stats-tests-normal-tests.patch
	patches.suse/selftests-xsk-make-stat-tests-not-spin-on-getsockopt.patch
	patches.suse/selftests-bpf-Enable-CONFIG_FPROBE-for-self-tests.patch
	patches.suse/selftests-bpf-fix-a-few-clang-compilation-errors.patch
	patches.suse/bpf-Fix-sparse-warning-for-bpf_kptr_xchg_proto.patch
	patches.suse/bpf-Prepare-prog_test_struct-kfuncs-for-runtime-test.patch
	patches.suse/selftests-bpf-Add-negative-C-tests-for-kptrs.patch
	patches.suse/selftests-bpf-Add-tests-for-kptr_ref-refcounting.patch
	patches.suse/bpf-add-bpf_map_lookup_percpu_elem-for-percpu-map.patch
	patches.suse/selftests-bpf-add-test-case-for-bpf_map_lookup_percp.patch
	patches.suse/selftests-bpf-make-fexit_stress-test-run-in-serial-m.patch
	patches.suse/bpf-Fix-potential-array-overflow-in-bpf_trampoline_g.patch
	patches.suse/bpf-Fix-combination-of-jit-blinding-and-pointers-to-.patch
	patches.suse/selftests-bpf-Check-combination-of-jit-blinding-and-.patch
	patches.suse/libbpf-Add-safer-high-level-wrappers-for-map-operati.patch
	patches.suse/selftests-bpf-Convert-some-selftests-to-high-level-B.patch
	patches.suse/selftests-bpf-Fix-usdt_400-test-case.patch
	patches.suse/bpf-Add-MEM_UNINIT-as-a-bpf_type_flag.patch
	patches.suse/bpftool-Use-sysfs-vmlinux-when-dumping-BTF-by-ID.patch
	patches.suse/libbpf-fix-memory-leak-in-attach_tp-for-target-less-.patch
	patches.suse/selftests-bpf-Fix-building-bpf-selftests-statically.patch
	patches.suse/selftests-bpf-Add-missed-ima_setup.sh-in-Makefile.patch
	patches.suse/libbpf-fix-up-global-symbol-counting-logic.patch
	patches.suse/libbpf-start-1.0-development-cycle.patch
	patches.suse/libbpf-remove-bpf_create_map-APIs.patch
	patches.suse/selftests-bpf-Fix-some-bugs-in-map_lookup_percpu_ele.patch
	patches.suse/bpf-Add-bpf_skc_to_mptcp_sock_proto.patch
	patches.suse/selftests-bpf-Enable-CONFIG_IKCONFIG_PROC-in-config.patch
	patches.suse/selftests-bpf-Add-MPTCP-test-base.patch
	patches.suse/selftests-bpf-Test-bpf_skc_to_mptcp_sock.patch
	patches.suse/selftests-bpf-Verify-token-of-struct-mptcp_sock.patch
	patches.suse/selftests-bpf-Verify-ca_name-of-struct-mptcp_sock.patch
	patches.suse/selftests-bpf-Verify-first-of-struct-mptcp_sock.patch
	patches.suse/selftests-bpf-Add-missing-trampoline-program-type-to.patch
	patches.suse/selftests-bpf-Fix-subtest-number-formatting-in-test_.patch
	patches.suse/selftests-bpf-Remove-filtered-subtests-from-output.patch
	patches.suse/bpf-Allow-kfunc-in-tracing-and-syscall-programs.patch
	patches.suse/bpf-refine-kernel.unprivileged_bpf_disabled-behaviou.patch
	patches.suse/selftests-bpf-add-tests-verifying-unprivileged-bpf-b.patch
	patches.suse/libbpf-Fix-typo-in-comment.patch
	patches.suse/s390-bpf-Fix-typo-in-comment.patch
	patches.suse/selftests-bpf-fix-btf_dump-btf_dump-due-to-recent-cl.patch
	patches.suse/selftests-bpf-Fix-spelling-mistake-unpriviliged-unpr.patch
	patches.suse/bpf-Fill-new-bpf_prog_pack-with-illegal-instructions.patch
	patches.suse/x86-alternative-Introduce-text_poke_set.patch
	patches.suse/bpf-Introduce-bpf_arch_text_invalidate-for-bpf_prog_.patch
	patches.suse/bpf-Suppress-passing-zero-to-PTR_ERR-warning.patch
	patches.suse/bpf-Add-verifier-support-for-dynptrs.patch
	patches.suse/bpf-Add-bpf_dynptr_from_mem-for-local-dynptrs.patch
	patches.suse/bpf-Dynptr-support-for-ring-buffers.patch
	patches.suse/bpf-Add-bpf_dynptr_read-and-bpf_dynptr_write.patch
	patches.suse/bpf-Add-dynptr-data-slices.patch
	patches.suse/selftests-bpf-Dynptr-tests.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/msft-hv-2609-hv_netvsc-Fix-potential-dereference-of-NULL-pointer.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/net-smc-fix-listen-processing-for-SMC-Rv2.patch
	patches.suse/Bluetooth-hci_conn-Fix-hci_connect_le_sync.patch
	patches.suse/ath6kl-Use-cc-disable-warning-to-disable-Wdangling-p.patch
	patches.suse/scsi-fcoe-Fix-Wstringop-overflow-warnings-in-fcoe_wwn_from_mac.patch
	patches.suse/0002-drm-amd-display-Fix-Wstringop-overflow-warnings-in-d.patch
	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-iommu-arm-smmu-v3-make-PRI-IRQ-optional
	patches.suse/0004-drm-nouveau-instmem-fix-uninitialized_var.cocci-warn.patch
	patches.suse/0005-drm-selftests-fix-a-shift-out-of-bounds-bug.patch
	patches.suse/0006-drm-bridge_connector-enable-HPD-by-default-if-suppor.patch
	patches.suse/0007-sysfb-Make-config-option-dependencies-explicit.patch
	patches.suse/0008-sysfb-Enable-boot-time-VESA-graphic-mode-selection.patch
	patches.suse/efifb-Remove-redundant-efifb_setup_from_dmi-stub.patch
	patches.suse/0009-drm-Drop-commas-after-SoC-match-table-sentinels.patch
	patches.suse/0010-drm-selftests-missing-error-code-in-igt_buddy_alloc_.patch
	patches.suse/0011-drm-omap-fix-NULL-but-dereferenced-coccicheck-error.patch
	patches.suse/0012-drm-komeda-plane-switch-to-plane-reset-helper.patch
	patches.suse/0013-drm-komeda-plane-Remove-redundant-zpos-initialisatio.patch
	patches.suse/0014-drm-komeda-plane-Remove-redundant-color-encoding-and.patch
	patches.suse/0015-drm-bridge-nxp-ptn3460-switch-to-devm_drm_of_get_bri.patch
	patches.suse/0016-drm-bridge-parade-ps8622-switch-to-devm_drm_of_get_b.patch
	patches.suse/0017-drm-bridge-parade-ps8640-switch-to-devm_drm_of_get_b.patch
	patches.suse/0018-drm-bridge-tc358762-switch-to-devm_drm_of_get_bridge.patch
	patches.suse/0019-drm-bridge-tc358775-switch-to-devm_drm_of_get_bridge.patch
	patches.suse/0020-drm-bridge-ti-sn65dsi83-switch-to-devm_drm_of_get_br.patch
	patches.suse/0021-drm-doc-pull-in-drm_buddy.c.patch
	patches.suse/dt-bindings-display-sitronix-st7735r-Fix-backlight-i.patch
	patches.suse/0022-drm-dsi-transfer-DSI-HS-packets-ending-at-the-same-t.patch
	patches.suse/0023-drm-mediatek-implement-the-DSI-HS-packets-aligned.patch
	patches.suse/0024-drm-bridge-anx7625-config-hs-packets-end-aligned-to-.patch
	patches.suse/0025-drm-bridge-anx7625-check-the-return-on-anx7625_aux_t.patch
	patches.suse/0026-drm-bridge-ti-sn65dsi86-switch-to-devm_drm_of_get_br.patch
	patches.suse/0027-drm-ssd130x-Fix-COM-scan-direction-register-mask.patch
	patches.suse/0028-drm-ssd130x-Always-apply-segment-remap-setting.patch
	patches.suse/0029-drm-bridge-anx7625-switch-to-devm_drm_of_get_bridge.patch
	patches.suse/drm-bridge-analogix_dp-Grab-runtime-PM-reference-for.patch
	patches.suse/0031-drm-bridge-analogix_dp-Enable-autosuspend.patch
	patches.suse/0032-drm-vmwgfx-Add-support-for-CursorMob-and-CursorBypas.patch
	patches.suse/0033-drm-vmwgfx-Cleanup-multimon-initialization-code.patch
	patches.suse/0034-drm-vmwgfx-Print-capabilities-early-during-the-initi.patch
	patches.suse/0035-drm-vmwgfx-Allow-querying-of-the-SVGA-PCI-id-from-th.patch
	patches.suse/0036-drm-vmwgfx-Implement-MSI-MSI-X-support-for-IRQs.patch
	patches.suse/0037-drm-vmwgfx-Stop-using-surface-dma-commands-on-most-c.patch
	patches.suse/0038-drm-Add-drm_mode_init.patch
	patches.suse/0039-drm-bridge-Use-drm_mode_copy.patch
	patches.suse/0040-drm-imx-Use-drm_mode_duplicate.patch
	patches.suse/0041-drm-panel-Use-drm_mode_duplicate.patch
	patches.suse/drm-blend-fix-typo-in-the-comment.patch
	patches.suse/0043-drm-solomon-Make-DRM_SSD130X-depends-on-MMU.patch
	patches.suse/0044-drm-gma500-Remove-struct-psb_gem_object.npage.patch
	patches.suse/0045-drm-gma500-Acquire-reservation-lock-for-GEM-objects.patch
	patches.suse/0046-drm-gma500-Move-GTT-locking-into-GTT-helpers.patch
	patches.suse/0047-drm-gma500-Remove-struct-psb_gtt.sem-sempahore.patch
	patches.suse/0048-drm-gma500-Move-GTT-setup-and-restoration-into-helpe.patch
	patches.suse/0049-drm-gma500-Move-GTT-resume-logic-out-of-psb_gtt_init.patch
	patches.suse/0050-drm-gma500-Cleanup-GTT-uninit-and-error-handling.patch
	patches.suse/0051-drm-gma500-Split-GTT-init-resume-fini-into-GTT-and-G.patch
	patches.suse/0052-drm-gma500-Inline-psb_gtt_restore.patch
	patches.suse/0053-drm-gma500-Move-GEM-memory-management-functions-to-g.patch
	patches.suse/0054-drm-gma500-Move-GTT-enable-and-disable-code-into-hel.patch
	patches.suse/0055-drm-gma500-Move-GTT-memory-range-setup-into-helper.patch
	patches.suse/0056-drm-nouveau-Fix-spelling-mistake-endianess-endiannes.patch
	patches.suse/0057-drm-doc-Clarify-what-ioctls-can-be-used-on-render-no.patch
	patches.suse/0058-drm-format-helper-Rename-drm_fb_xrgb8888_to_mono_rev.patch
	patches.suse/0059-drm-format-helper-Fix-XRGB888-to-monochrome-conversi.patch
	patches.suse/0060-drm-ssd130x-Fix-rectangle-updates.patch
	patches.suse/0061-drm-ssd130x-Reduce-temporary-buffer-sizes.patch
	patches.suse/0062-drm-vc4-add-tracepoints-for-CL-submissions.patch
	patches.suse/0063-drm-gma500-Remove-unused-declarations-and-other-cruf.patch
	patches.suse/0064-drm-gma500-Move-gma_intel_crtc_funcs-into-gma_displa.patch
	patches.suse/0065-drm-gma500-Don-t-store-crtc_funcs-in-psb_ops.patch
	patches.suse/0066-drm-gma500-Cosmetic-cleanup-of-irq-code.patch
	patches.suse/0067-drm-panel-edp-add-LQ140M1JW46-edp-panel-entry.patch
	patches.suse/0068-fbdev-defio-fix-the-pagelist-corruption.patch
	patches.suse/0069-drm-vmwgfx-Fix-an-invalid-read.patch
	patches.suse/0070-drm-vmwgfx-Fix-mob-cursor-allocation-race.patch
	patches.suse/drm-vmwgfx-validate-the-screen-formats.patch
	patches.suse/0072-drm-gma500-Use-drm_mode_copy.patch
	patches.suse/0073-drm-tilcdc-Use-drm_mode_copy.patch
	patches.suse/0074-drm-gma500-Use-managed-drmm_mode_config_init.patch
	patches.suse/0075-drm-gma500-Uninstall-interrupts-on-driver-removal.patch
	patches.suse/0076-drm-gma500-Make-use-of-the-drm-connector-iterator.patch
	patches.suse/0077-drm-gma500-gma500-don-t-register-non-hotpluggable-co.patch
	patches.suse/0078-drm-gma500-Free-the-correct-connector-allocation.patch
	patches.suse/0079-drm-gma500-Declare-a-few-functions-static.patch
	patches.suse/0080-drm-gma500-Add-crtc-prefix-to-vblank-functions.patch
	patches.suse/drm-bridge-it66121-Fix-the-register-page-length.patch
	patches.suse/0082-drm-bridge-it66121-Add-audio-support.patch
	patches.suse/0084-drm-etnaviv-stop-using-dma_resv_excl_fence-v2.patch
	patches.suse/0083-RDMA-use-dma_resv_wait-instead-of-extracting-the-fen.patch
	patches.suse/0085-dma-buf-add-dma_resv_replace_fences-v2.patch
	patches.suse/0086-dma-buf-finally-make-the-dma_resv_list-private-v2.patch
	patches.suse/0087-drm-bridge-it6505-Fix-build-error.patch
	patches.suse/0088-drm-vc4-hdmi-Rename-pixel_rate-variable.patch
	patches.suse/0089-drm-vc4-hdmi-Move-clock-validation-to-its-own-functi.patch
	patches.suse/0090-drm-vc4-hdmi-Move-clock-calculation-into-its-own-fun.patch
	patches.suse/0091-drm-vc4-hdmi-Take-the-sink-maximum-TMDS-clock-into-a.patch
	patches.suse/0092-drm-vc4-hdmi-Take-bpp-into-account-for-the-scrambler.patch
	patches.suse/0093-drm-vc4-hdmi-Always-try-to-have-the-highest-bpc.patch
	patches.suse/0094-drm-vc4-hdmi-Support-HDMI-YUV-output.patch
	patches.suse/drm-virtio-fix-NULL-pointer-dereference-in-virtio_gp.patch
	patches.suse/0096-drm-virtio-Remove-restriction-of-non-zero-blob_flags.patch
	patches.suse/0097-drm-qxl-fix-qxl-can-t-use-in-arm64.patch
	patches.suse/0098-drm-omapdrm-simplify-omap_gem_pin.patch
	patches.suse/0099-drm-omapdrm-Support-exporting-of-non-contiguous-GEM-.patch
	patches.suse/0100-drm-omapdrm-Do-no-allocate-non-scanout-GEMs-through-.patch
	patches.suse/0101-drm-bridge-anx7625-Set-downstream-sink-into-normal-s.patch
	patches.suse/0102-drm-sched-Fix-htmldoc-warning.patch
	patches.suse/0103-drm-ttm-move-the-LRU-into-resource-handling-v4.patch
	patches.suse/0104-drm-ttm-add-resource-iterator-v4.patch
	patches.suse/0105-drm-ttm-allow-bulk-moves-for-all-domains.patch
	patches.suse/drm-nouveau-kms-nv50-atom-fix-an-incorrect-NULL-chec.patch
	patches.suse/0107-drm-ttm-de-inline-ttm_bo_pin-unpin.patch
	patches.suse/0108-drm-ttm-rework-bulk-move-handling-v5.patch
	patches.suse/0109-drm-amdgpu-drop-amdgpu_gtt_node.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/0112-drm-edid-don-t-modify-EDID-while-parsing.patch
	patches.suse/0113-drm-edid-fix-reduced-blanking-support-check.patch
	patches.suse/0114-drm-edid-pass-a-timing-pointer-to-is_display_descrip.patch
	patches.suse/0115-drm-edid-pass-a-timing-pointer-to-is_detailed_timing.patch
	patches.suse/0116-drm-edid-use-struct-detailed_timing-member-access-in.patch
	patches.suse/0117-drm-edid-use-struct-detailed_timing-member-access-in.patch
	patches.suse/0118-drm-edid-constify-struct-detailed_timing-in-lower-le.patch
	patches.suse/0119-drm-edid-constify-struct-detailed_timing-in-parsing-.patch
	patches.suse/0120-drm-edid-constify-struct-edid-passed-to-detailed-blo.patch
	patches.suse/0121-drm-edid-constify-struct-edid-passed-around-in-callb.patch
	patches.suse/0122-drm-edid-add-more-general-struct-edid-constness-in-t.patch
	patches.suse/0123-drm-edid-split-drm_add_edid_modes-to-two.patch
	patches.suse/0124-drm-panel-edp-Add-AUO-B133UAN01.patch
	patches.suse/0125-drm-panel-edp-Fix-AUO-B133UAN01-panel-id.patch
	patches.suse/0126-drm-atomic-Print-the-state-every-non-blocking-commit.patch
	patches.suse/0127-drm-atomic-Add-atomic_print_state-to-private-objects.patch
	patches.suse/0128-drm-vc4-Constify-private-state-accessors.patch
	patches.suse/0129-drm-vc4-Implement-atomic_print_state-for-HVS-channel.patch
	patches.suse/drm-edid-fix-invalid-EDID-extension-block-filtering.patch
	patches.suse/0131-drm-bridge-anx7625-add-missing-destroy_workqueue-in-.patch
	patches.suse/drm-bridge-adv7511-clean-up-CEC-adapter-when-probe-f.patch
	patches.suse/0133-drm-bridge-tc358767-Change-tc_-prefix-to-tc_edp_-for.patch
	patches.suse/0134-drm-bridge-tc358767-Convert-to-atomic-ops.patch
	patches.suse/0135-drm-bridge-tc358767-Implement-atomic_check-callback.patch
	patches.suse/drm-bridge-tc358767-Move-e-DP-bridge-endpoint-parsin.patch
	patches.suse/0137-drm-bridge-tc358767-Wrap-e-DP-aux-I2C-registration-i.patch
	patches.suse/0138-drm-bridge-tc358767-Move-bridge-ops-setup-into-tc_pr.patch
	patches.suse/0139-drm-bridge-tc358767-Detect-bridge-mode-from-connecte.patch
	patches.suse/0140-drm-bridge-tc358767-Split-tc_set_video_mode-into-com.patch
	patches.suse/0141-drm-bridge-tc358767-Add-DSI-to-DPI-mode-support.patch
	patches.suse/0142-drm-bridge-tc358764-Use-drm-panel_bridge-API.patch
	patches.suse/0143-drm-bridge-panel-Reset-the-connector-state-pointer.patch
	patches.suse/0144-exynos-drm-dsi-Attach-in_bridge-in-MIC-driver.patch
	patches.suse/0145-drm-exynos-dsi-Use-drm-panel_bridge-API.patch
	patches.suse/0146-drm-exynos-dsi-Convert-to-bridge-driver.patch
	patches.suse/0147-drm-exynos-dsi-Switch-to-atomic-funcs.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/0150-drm-bridge-icn6211-Add-HS-VS-DE-polarity-handling.patch
	patches.suse/0151-drm-bridge-icn6211-Add-generic-DSI-to-DPI-PLL-config.patch
	patches.suse/0152-drm-bridge-icn6211-Use-DSI-burst-mode-without-EoT-an.patch
	patches.suse/0153-drm-bridge-icn6211-Disable-DPI-color-swap.patch
	patches.suse/0154-drm-bridge-icn6211-Set-SYS_CTRL_1-to-value-used-in-e.patch
	patches.suse/0155-drm-bridge-icn6211-Implement-atomic_get_input_bus_fm.patch
	patches.suse/0156-drm-bridge-icn6211-Add-I2C-configuration-support.patch
	patches.suse/0157-drm-bridge-icn6211-Rework-ICN6211_DSI-to-chipone_wri.patch
	patches.suse/0158-drm-bridge-icn6211-Read-and-validate-chip-IDs-before.patch
	patches.suse/0159-drm-bridge-ti-sn65dsi83-Check-link-status-register-a.patch
	patches.suse/0160-drm-bridge-lt9611-Switch-to-atomic-operations.patch
	patches.suse/0161-drm-bridge-lt9611-Add-atomic_get_input_bus_fmts.patch
	patches.suse/0162-Revert-drm-bridge-dw-mipi-dsi-Find-the-possible-DSI-.patch
	patches.suse/0163-drm-bridge-nwl-dsi-Switch-to-devm_drm_of_get_bridge.patch
	patches.suse/0164-drm-bridge-dw-mipi-dsi-Switch-to-devm_drm_of_get_bri.patch
	patches.suse/0165-drm-bridge-mcde_dsi-Switch-to-devm_drm_of_get_bridge.patch
	patches.suse/0166-dma-buf-drop-the-DAG-approach-for-the-dma_resv-objec.patch
	patches.suse/0167-drm-edid-use-struct-edid-in-drm_do_get_edid.patch
	patches.suse/0168-drm-edid-clean-up-EDID-block-checksum-functions.patch
	patches.suse/0169-drm-edid-add-edid_block_tag-helper-to-get-the-EDID-e.patch
	patches.suse/0170-drm-edid-make-drm_edid_header_is_valid-accept-void-p.patch
	patches.suse/0171-drm-edid-clean-up-edid_is_zero.patch
	patches.suse/0172-drm-edid-split-out-edid_header_fix.patch
	patches.suse/0173-drm-edid-split-drm_edid_block_valid-to-check-and-act.patch
	patches.suse/0174-drm-edid-use-a-better-variable-name-for-EDID-block-r.patch
	patches.suse/0175-drm-edid-simplify-block-check-when-filtering-invalid.patch
	patches.suse/0176-drm-edid-split-out-invalid-block-filtering-to-a-sepa.patch
	patches.suse/0177-drm-edid-track-invalid-blocks-in-drm_do_get_edid.patch
	patches.suse/0178-drm-edid-reduce-magic-when-updating-the-EDID-block-c.patch
	patches.suse/0179-drm-ttm-Add-a-parameter-to-add-extra-pages-into-ttm_.patch
	patches.suse/0180-drivers-dma-buf-dma-buf.c-fix-a-typo.patch
	patches.suse/0181-dma-buf-add-dma_resv_get_singleton-v2.patch
	patches.suse/0182-drm-vmwgfx-stop-using-dma_resv_excl_fence-v2.patch
	patches.suse/0183-drm-radeon-stop-using-dma_resv_excl_fence.patch
	patches.suse/0184-drm-amdgpu-use-dma_resv_for_each_fence-for-CS-workar.patch
	patches.suse/0185-drm-atomic-helper-support-more-than-one-write-fence-.patch
	patches.suse/0186-drm-amdgpu-use-dma_resv_get_singleton-in-amdgpu_pasi.patch
	patches.suse/0187-drm-bridge-mcde_dsi-Drop-explicit-bridge-remove.patch
	patches.suse/0188-drm-bridge-nwl-dsi-Drop-the-drm_of_panel_bridge_remo.patch
	patches.suse/0189-drm-etnaviv-Use-scheduler-dependency-handling.patch
	patches.suse/0190-drm-gem-Delete-gem-array-fencing-helpers.patch
	patches.suse/0191-drm-sched-Check-locking-in-drm_sched_job_add_implici.patch
	patches.suse/0192-drm-fix-a-kernel-doc-typo.patch
	patches.suse/0193-drm-format_helper-fix-a-kernel-doc-typo.patch
	patches.suse/drm-nouveau-clk-Fix-an-incorrect-NULL-check-on-list-.patch
	patches.suse/0195-drm-nouveau-stop-using-dma_resv_excl_fence.patch
	patches.suse/0196-dma-buf-finally-make-dma_resv_excl_fence-private-v2.patch
	patches.suse/0197-drm-nouveau-support-more-than-one-write-fence-in-fen.patch
	patches.suse/0198-drm-ingenic-Add-ingenic_drm_bridge_atomic_enable-and.patch
	patches.suse/0199-drm-panel-Add-panel-driver-for-NewVision-NV3052C-bas.patch
	patches.suse/0200-drm-panel-innolux-ej030na-and-abt-y030xx067a-add-.en.patch
	patches.suse/0201-drm-bridge-icn6211-Fix-DSI-to-DPI-PLL-configuration.patch
	patches.suse/0202-drm-bridge-icn6211-Mark-module-exit-callback-with-__.patch
	patches.suse/0203-drm-gma500-fix-a-missing-break-in-psb_intel_crtc_mod.patch
	patches.suse/0204-drm-bridge-icn6211-Drop-I2C-module-owner-assignment.patch
	patches.suse/0205-drm-vc4-Add-logging-and-comments.patch
	patches.suse/0206-drm-vc4-hdmi-Remove-clock-rate-initialization.patch
	patches.suse/0207-drm-vc4-kms-Take-old-state-core-clock-rate-into-acco.patch
	patches.suse/drm-vc4-hvs-Fix-frame-count-register-readout.patch
	patches.suse/0209-drm-vc4-hvs-Store-channel-in-variable.patch
	patches.suse/0210-drm-vc4-hvs-Remove-dlist-setup-duplication.patch
	patches.suse/0211-drm-vc4-hvs-Move-the-dlist-setup-to-its-own-function.patch
	patches.suse/0212-drm-vc4-kms-Ignore-atomic_flush-if-we-re-disabled.patch
	patches.suse/0213-drm-vc4-hvs-Use-pointer-to-HVS-in-HVS_READ-and-HVS_W.patch
	patches.suse/0214-drm-drm_modeset_helper_vtables.h-fix-a-typo.patch
	patches.suse/0215-dma-buf-drivers-make-reserving-a-shared-slot-mandato.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/0218-drm-sti-fix-spelling-mistake-rejec-rejection.patch
	patches.suse/0219-drm-sti-fix-typos-in-comments.patch
	patches.suse/0220-dma-buf-add-enum-dma_resv_usage-v4.patch
	patches.suse/0221-dma-buf-specify-usage-while-adding-fences-to-dma_res.patch
	patches.suse/0222-dma-buf-drm-amdgpu-remove-dma_resv-workaround.patch
	patches.suse/0223-dma-buf-add-DMA_RESV_USAGE_KERNEL-v3.patch
	patches.suse/0224-drm-amdgpu-use-DMA_RESV_USAGE_KERNEL.patch
	patches.suse/0225-drm-radeon-use-DMA_RESV_USAGE_KERNEL.patch
	patches.suse/0226-dma-buf-add-DMA_RESV_USAGE_BOOKKEEP-v3.patch
	patches.suse/0227-dma-buf-wait-for-map-to-complete-for-static-attachme.patch
	patches.suse/0228-drm-i915-drop-bo-moving-dependency.patch
	patches.suse/0229-drm-ttm-remove-bo-moving.patch
	patches.suse/0230-dma-buf-drop-seq-count-based-update.patch
	patches.suse/0231-drm-ssd130x-Support-page-addressing-mode.patch
	patches.suse/0232-drm-ssd130x-Add-support-for-SINO-WEALTH-SH1106.patch
	patches.suse/0233-drm-vc4-Use-newer-fence-API-properly-to-fix-build-er.patch
	patches.suse/0234-fbcon-delete-a-few-unneeded-forward-decl.patch
	patches.suse/0236-fbcon-Introduce-wrapper-for-console-fb_info-lookup.patch
	patches.suse/0237-fbcon-delete-delayed-loading-code.patch
	patches.suse/0238-fbdev-sysfs-Fix-locking.patch
	patches.suse/0239-fbcon-Use-delayed-work-for-cursor.patch
	patches.suse/0240-fbcon-Replace-FBCON_FLAGS_INIT-with-a-boolean.patch
	patches.suse/0241-fb-Delete-fb_info-queue.patch
	patches.suse/0242-fbcon-Extract-fbcon_open-release-helpers.patch
	patches.suse/0243-fbcon-Ditch-error-handling-for-con2fb_release_oldinf.patch
	patches.suse/0244-fbcon-move-more-common-code-into-fb_open.patch
	patches.suse/0245-fbcon-use-lock_fb_info-in-fbcon_open-release.patch
	patches.suse/fbcon-Consistently-protect-deferred_takeover-with-co.patch
	patches.suse/0247-fbcon-Move-console_lock-for-register-unlink-unregist.patch
	patches.suse/0248-fbcon-Move-more-code-into-fbcon_release.patch
	patches.suse/0249-fbcon-untangle-fbcon_exit.patch
	patches.suse/0250-fbcon-Maintain-a-private-array-of-fb_info.patch
	patches.suse/0251-drm-i915-fix-broken-build.patch
	patches.suse/0252-drm-amdgpu-add-drm-buddy-support-to-amdgpu.patch
	patches.suse/0253-drm-i915-fix-i915_gem_object_wait_moving_fence.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/0257-drm-vc4-kms-Store-channel-in-local-variable.patch
	patches.suse/0258-drm-vc4-kms-Warn-if-we-have-an-incompatible-muxing-s.patch
	patches.suse/0259-drm-vc4-kms-Improve-logging.patch
	patches.suse/0260-drm-add-a-check-to-verify-the-size-alignment.patch
	patches.suse/0261-drm-ttm-fix-logic-inversion-in-ttm_eu_reserve_buffer.patch
	patches.suse/0262-drm-bridge-display-connector-add-ddc-en-gpio-support.patch
	patches.suse/0263-drm-ingenic-Implement-proper-.atomic_get_input_bus_f.patch
	patches.suse/0264-drm-ingenic-Add-dw-hdmi-driver-specialization-for-jz.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/0267-drm-arm-malidp-Stop-using-iommu_present.patch
	patches.suse/drm-mali-dp-potential-dereference-of-null-pointer.patch
	patches.suse/0269-drm-Use-drm_mode_init-for-on-stack-modes.patch
	patches.suse/0270-drm-Use-drm_mode_copy.patch
	patches.suse/0271-drm-ttm-stop-passing-NULL-fence-in-ttm_bo_move_sync_.patch
	patches.suse/0272-fbcon-use-min-to-make-code-cleaner.patch
	patches.suse/0273-drm-ttm-fixup-ttm_bo_add_move_fence-v2.patch
	patches.suse/0274-drm-ttm-fix-kerneldoc-for-ttm_lru_bulk_move.patch
	patches.suse/0275-drm-bridge-icn6211-Convert-to-regmap.patch
	patches.suse/0276-drm-panel-lvds-Simplify-mode-parsing.patch
	patches.suse/0277-drm-panel-lvds-Use-bus_flags-from-DT-panel-timing-pr.patch
	patches.suse/0278-fbcon-Fix-delayed-takeover-locking.patch
	patches.suse/0279-drm-edid-convert-edid_is_zero-to-edid_block_is_zero-.patch
	patches.suse/0280-drm-edid-have-edid_block_check-detect-blocks-that-ar.patch
	patches.suse/0281-drm-edid-refactor-EDID-block-status-printing.patch
	patches.suse/0282-drm-edid-add-a-helper-to-log-dump-an-EDID-block.patch
	patches.suse/0283-drm-edid-pass-struct-edid-to-connector_bad_edid.patch
	patches.suse/0284-drm-edid-add-typedef-for-block-read-function.patch
	patches.suse/0285-drm-edid-abstract-an-EDID-block-read-helper.patch
	patches.suse/0286-drm-edid-use-EDID-block-read-helper-in-drm_do_get_ed.patch
	patches.suse/0287-drm-edid-convert-extension-block-read-to-EDID-block-.patch
	patches.suse/0288-drm-edid-drop-extra-local-var.patch
	patches.suse/0289-drm-edid-add-single-point-of-return-to-drm_do_get_ed.patch
	patches.suse/0290-drm-edid-add-EDID-block-count-and-size-helpers.patch
	patches.suse/0291-drm-dp-Factor-out-a-function-to-probe-a-DPCD-address.patch
	patches.suse/0292-fbcon-replace-snprintf-in-show-functions-with-sysfs_.patch
	patches.suse/0293-video-fbdev-fbmem-fix-pointer-reference-to-null-devi.patch
	patches.suse/0294-Revert-video-fbdev-fbmem-fix-pointer-reference-to-nu.patch
	patches.suse/0295-drm-nouveau-change-base917c_format-from-global-to-st.patch
	patches.suse/0296-drm-nouveau-gr-gf100-change-gf108_gr_fwif-from-globa.patch
	patches.suse/0297-drm-i915-Introduce-new-Tile-4-format.patch
	patches.suse/0298-drm-i915-dg2-Tile-4-plane-format-support.patch
	patches.suse/0299-drm-i915-Optimize-icl-universal-plane-programming.patch
	patches.suse/0300-drm-i915-Make-skl-universal-plane-registers-unlocked.patch
	patches.suse/0301-drm-i915-Make-cursor-plane-registers-unlocked.patch
	patches.suse/0302-drm-i915-Make-most-pre-skl-primary-plane-registers-u.patch
	patches.suse/0303-drm-i915-Make-pre-skl-sprite-plane-registers-unlocke.patch
	patches.suse/0304-drm-i915-dg2-Skip-output-init-on-PHY-calibration-fai.patch
	patches.suse/0305-drm-i915-dmc-Do-not-try-loading-wrong-DMC-version.patch
	patches.suse/0306-drm-i915-Fix-cursor-coordinates-on-bigjoiner-slave.patch
	patches.suse/0307-drm-i915-Remove-nop-bigjoiner-state-copy.patch
	patches.suse/0308-drm-i915-Rename-variables-in-intel_crtc_compute_conf.patch
	patches.suse/0309-drm-i915-Extract-intel_splitter_adjust_timings.patch
	patches.suse/0310-drm-i915-Extract-intel_bigjoiner_adjust_timings.patch
	patches.suse/0311-drm-i915-Extract-intel_crtc_compute_pipe_src.patch
	patches.suse/0312-drm-i915-Extract-intel_crtc_compute_pipe_mode.patch
	patches.suse/0313-drm-i915-Fix-MSO-vs.-bigjoiner-timings-confusion.patch
	patches.suse/0314-drm-i915-wm-use-REG_FIELD_-PREP-GET-for-PLANE_WM_BLO.patch
	patches.suse/0315-drm-i915-Fix-the-VDSC_PW2-power-domain-enum-value.patch
	patches.suse/0316-drm-i915-Sanitize-open-coded-power-well-enable-disab.patch
	patches.suse/0317-drm-i915-Remove-redundant-state-verification-during-.patch
	patches.suse/0318-drm-i915-Move-i915_power_well_regs-struct-into-i915_.patch
	patches.suse/0319-drm-i915-Move-power-well-get-put-enable-disable-func.patch
	patches.suse/0320-drm-i915-Add-function-to-call-a-power-well-s-sync_hw.patch
	patches.suse/0321-drm-i915-Add-functions-to-get-a-power-well-s-state-n.patch
	patches.suse/0322-drm-i915-Move-intel_display_power_well_is_enabled-to.patch
	patches.suse/0323-drm-i915-make-a-handful-of-read-only-arrays-static-c.patch
	patches.suse/0324-drm-i915-Use-str_yes_no.patch
	patches.suse/0325-drm-i915-Use-str_enable_disable.patch
	patches.suse/0326-drm-i915-Use-str_enabled_disabled.patch
	patches.suse/0327-drm-i915-Use-str_on_off.patch
	patches.suse/iommu-vt-d-Add-RPLS-to-quirk-list-to-skip-TE-disabling
	patches.suse/0328-drm-i915-display-adlp-Remove-code-related-to-underru.patch
	patches.suse/0329-drm-i915-update-new-TMDS-clock-setting-defined-by-VB.patch
	patches.suse/0330-drm-i915-display-Allow-users-to-disable-PSR2.patch
	patches.suse/0331-drm-i915-dg2-Use-I915_BO_ALLOC_CONTIGUOUS-flag-for-D.patch
	patches.suse/0332-drm-i915-Pimp-async-flip-debugs.patch
	patches.suse/0333-drm-i915-adl-n-Add-stepping-info.patch
	patches.suse/0334-drm-i915-gmbus-combine-gmbus-pin-lookups-to-one-func.patch
	patches.suse/0335-drm-i915-gmbus-reduce-gmbus-pin-lookups-in-gmbus-set.patch
	patches.suse/0336-drm-i915-gmbus-pass-gpio-reg-to-intel_gpio_setup.patch
	patches.suse/0337-drm-i915-gmbus-alloc-intel_gmbus-dynamically.patch
	patches.suse/0338-drm-i915-include-linux-highmem.h-and-linux-swap.h-wh.patch
	patches.suse/0339-drm-i915-dmc-Update-DMC-to-v2.16-on-ADL-P.patch
	patches.suse/0340-drm-i915-Move-framestart_delay-to-crtc_state.patch
	patches.suse/0341-drm-i915-Remove-framestart_delay-sanitation.patch
	patches.suse/0342-drm-i915-Relocate-ibx-pch-port-sanitation-code.patch
	patches.suse/0343-drm-i915-Relocate-a-few-more-pch-transcoder-bits.patch
	patches.suse/0344-drm-i915-Nuke-skl_wrpll_context_init.patch
	patches.suse/0345-drm-i915-Move-a-bunch-of-stuff-into-rodata-from-the-.patch
	patches.suse/0346-drm-i915-Clean-up-some-struct-array-initializers.patch
	patches.suse/0347-drm-i915-Remove-bxt-m2_frac_en.patch
	patches.suse/0348-drm-i915-Use-designated-initializers-for-bxt_dp_clk_.patch
	patches.suse/0349-drm-i915-Start-tracking-PIPESRC-as-a-drm_rect.patch
	patches.suse/0350-drm-i915-Eliminate-bigjoiner-boolean.patch
	patches.suse/0351-drm-i915-Use-bigjoiner_pipes-more.patch
	patches.suse/0352-drm-i915-gmbus-move-some-local-bus-variables-within-.patch
	patches.suse/0353-drm-i915-gmbus-use-to_intel_gmbus-instead-of-open-co.patch
	patches.suse/0354-drm-i915-dsi-use-min_t-to-make-code-cleaner.patch
	patches.suse/0355-drm-i915-Remove-leftover-cnl-SAGV-block-time.patch
	patches.suse/0356-drm-i915-Make-the-PIPESRC-rect-relative-to-the-entir.patch
	patches.suse/0357-drm-i915-Store-the-5-target-clock-in-struct-dpll-on-.patch
	patches.suse/0358-drm-i915-Remove-redundant-wrong-comments.patch
	patches.suse/0359-drm-i915-Clean-up-bxt-glk-PLL-registers.patch
	patches.suse/0360-drm-i915-Store-the-m2-divider-as-a-whole-in-bxt_clk_.patch
	patches.suse/0361-drm-i915-Replace-bxt_clk_div-with-struct-dpll.patch
	patches.suse/0362-drm-i915-Replace-hand-rolled-bxt-vco-calculation-wit.patch
	patches.suse/0363-drm-i915-Populate-bxt-glk-DPLL-clock-limits-a-bit-mo.patch
	patches.suse/0364-drm-i915-Remove-struct-dp_link_dpll.patch
	patches.suse/0365-drm-i915-Fix-up-some-DRRS-type-checks.patch
	patches.suse/0366-drm-i915-Constify-intel_drrs_init-args.patch
	patches.suse/0367-drm-i915-Pimp-DRRS-debugs.patch
	patches.suse/0368-drm-i915-Read-DRRS-MSA-timing-delay-from-VBT.patch
	patches.suse/0369-drm-i915-Program-MSA-timing-delay-on-ilk-snb-ivb.patch
	patches.suse/0370-drm-i915-Polish-drrs-type-enum.patch
	patches.suse/0371-drm-i915-Clean-up-DRRS-refresh-rate-enum.patch
	patches.suse/0372-drm-i915-Rename-PIPECONF-refresh-select-bits.patch
	patches.suse/0373-x86-gpu-include-drm-i915_pciids.h-directly-in-early-.patch
	patches.suse/0374-drm-i915-display-adlp-Update-eDP-voltage-swing-table.patch
	patches.suse/0375-drm-i915-dsi-Pass-fixed_mode-to-_dsi_add_properties.patch
	patches.suse/0376-drm-i915-sdvo-Pass-the-requesed-mode-to-intel_sdvo_c.patch
	patches.suse/0377-drm-i915-lvds-Pass-fixed_mode-to-compute_is_dual_lin.patch
	patches.suse/0378-drm-i915-Simplify-intel_panel_info.patch
	patches.suse/0379-drm-i915-Nuke-dev_priv-drrs.type.patch
	patches.suse/0380-drm-i915-Introduce-intel_panel_-fixed-downclock-_mod.patch
	patches.suse/0381-drm-i915-Introduce-intel_panel_get_modes.patch
	patches.suse/0382-drm-i915-Introduce-intel_panel_preferred_fixed_mode.patch
	patches.suse/0383-drm-i915-Introduce-intel_panel_drrs_type.patch
	patches.suse/0384-drm-i915-Introduce-intel_drrs_type_str.patch
	patches.suse/0385-drm-i915-Eliminate-the-intel_dp-dependency-from-DRRS.patch
	patches.suse/0386-drm-i915-Stash-DRRS-state-under-intel_crtc.patch
	patches.suse/0387-drm-i915-Move-DRRS-enable-disable-higher-up.patch
	patches.suse/0388-drm-i915-Enable-eDP-DRRS-on-ilk-snb-port-A.patch
	patches.suse/0389-drm-i915-Implement-static-DRRS.patch
	patches.suse/0390-drm-i915-Convert-fixed_mode-downclock_mode-into-a-li.patch
	patches.suse/0391-drm-i915-Use-drm_mode_copy.patch
	patches.suse/0392-drm-i915-Put-the-downclock_mode-check-back-into-can_.patch
	patches.suse/0393-drm-i915-Add-missing-tab-to-DRRS-debugfs.patch
	patches.suse/0394-drm-i915-Fix-DRRS-frontbuffer_bits-handling.patch
	patches.suse/0395-drm-i915-Determine-DRRS-frontbuffer_bits-ahead-of-ti.patch
	patches.suse/0396-drm-i915-Don-t-cancel-schedule-drrs-work-if-the-pipe.patch
	patches.suse/0397-drm-i915-Schedule-DRRS-work-from-intel_drrs_enable.patch
	patches.suse/0398-drm-i915-Do-DRRS-disable-enable-during-pre-post_plan.patch
	patches.suse/0399-drm-i915-Deal-with-bigjoiner-vs.-DRRS.patch
	patches.suse/0400-drm-i915-move-i915_gem_object_needs_bit17_swizzle-to.patch
	patches.suse/0401-drm-i915-include-uapi-drm-i915_drm.h-directly-where-.patch
	patches.suse/0402-drm-i915-Rework-SAGV-block-time-probing.patch
	patches.suse/0403-drm-i915-Probe-whether-SAGV-works-on-pre-icl.patch
	patches.suse/0404-drm-i915-Reject-excessive-SAGV-block-time.patch
	patches.suse/0405-drm-i915-Rename-pre-icl-SAGV-enable-disable-function.patch
	patches.suse/0406-drm-i915-Unconfuses-QGV-vs.-PSF-point-masks.patch
	patches.suse/0407-drm-i915-Rename-QGV-request-response-bits.patch
	patches.suse/0408-drm-i915-sdvo-prefer-__packed-over-__attribute__-pac.patch
	patches.suse/0409-drm-i915-display-adlp-More-voltage-swing-table-updat.patch
	patches.suse/0410-drm-i915-Tweak-plane-ddb-allocation-tracking.patch
	patches.suse/0411-drm-i915-Split-plane-data_rate-into-data_rate-data_r.patch
	patches.suse/0412-drm-i915-Pre-calculate-plane-relative-data-rate.patch
	patches.suse/0413-drm-i915-Remove-total-and-uv_total-from-ddb-allocati.patch
	patches.suse/0414-drm-i915-Nuke-intel_bw_calc_min_cdclk.patch
	patches.suse/0415-drm-i915-Round-up-when-calculating-display-bandwidth.patch
	patches.suse/0416-drm-i915-Properly-write-lock-bw_state-when-it-change.patch
	patches.suse/0417-drm-i915-Fix-DBUF-bandwidth-vs.-cdclk-handling.patch
	patches.suse/0418-drm-i915-Add-maximum-pipe-read-bandwidth-checks.patch
	patches.suse/0419-drm-i915-s-enable-active-for-DRRS.patch
	patches.suse/0420-drm-i915-display-Remove-check-for-low-voltage-sku-fo.patch
	patches.suse/0421-drm-i915-intel_combo_phy-Print-I-O-voltage-info.patch
	patches.suse/0422-drm-i915-display-Extend-DP-HDR-support-to-hsw.patch
	patches.suse/0423-drm-i915-Add-a-DP1.2-compatible-way-to-read-LTTPR-ca.patch
	patches.suse/0424-docs-gpu-i915.rst-Fix-DRRS-documentation.patch
	patches.suse/0425-drm-i915-Remove-locks-around-skl-scaler-programming.patch
	patches.suse/0426-drm-i915-Make-ilk-pfit-regiser-unlocked.patch
	patches.suse/0427-drm-i915-Split-color_commit-into-noarm-arm-pair.patch
	patches.suse/0428-drm-i915-Split-pipe-output-CSC-programming-to-noarm-.patch
	patches.suse/0429-drm-i915-Pass-intel_connector-to-intel_panel_-init-f.patch
	patches.suse/0430-drm-i915-Use-DRM_MODE_FMT-DRM_MODE_ARG.patch
	patches.suse/0431-drm-i915-Extract-intel_edp_add_properties.patch
	patches.suse/0432-drm-i915-Use-intel_panel_preferred_fixed_mode-more.patch
	patches.suse/0433-drm-i915-Rename-intel_panel_vbt_fixed_mode.patch
	patches.suse/0434-drm-i915-Extract-intel_panel_vbt_sdvo_fixed_mode.patch
	patches.suse/0435-drm-i915-Extract-intel_panel_encoder_fixed_mode.patch
	patches.suse/0436-drm-i915-Use-intel_panel_edid_fixed_mode-for-sdvo.patch
	patches.suse/0437-drm-i915-Change-SDVO-fixed-mode-handling.patch
	patches.suse/0438-drm-i915-Add-RPL-S-PCI-IDs.patch
	patches.suse/0439-drm-i915-ats-m-add-ATS-M-platform-info.patch
	patches.suse/0440-drm-i915-dmc-simplify-intel_dmc_load_program-conditi.patch
	patches.suse/0441-drm-i915-dmc-move-assert_dmc_loaded-to-intel_dmc.c.patch
	patches.suse/0442-drm-i915-dmc-move-dmc-debugfs-to-intel_dmc.c.patch
	patches.suse/0443-drm-i915-dmc-fix-i915_reg_t-usage.patch
	patches.suse/0444-drm-i915-Move-intel_vtd_active-and-run_as_guest-to-i.patch
	patches.suse/0445-drm-i915-audio-unify-audio-codec-enable-disable-debu.patch
	patches.suse/0446-drm-i915-audio-move-has_audio-checks-to-within-codec.patch
	patches.suse/0447-drm-i915-dp-make-DSC-usage-logging-actually-useful.patch
	patches.suse/0448-drm-i915-display-tgl-Set-default-values-for-all-regi.patch
	patches.suse/0449-drm-i915-display-adlp-Adjust-MBUS-DBOX-BW-and-B-cred.patch
	patches.suse/0450-drm-i915-display-adlp-Fix-programing-of-PIPE_MBUS_DB.patch
	patches.suse/0451-drm-i915-Handle-the-DG2-max-bw-properly.patch
	patches.suse/0452-drm-i915-dmc-abstract-GPU-error-state-dump.patch
	patches.suse/0453-drm-i915-dmc-hide-DMC-version-macros.patch
	patches.suse/0454-drm-i915-dmc-split-out-dmc-registers-to-a-separate-f.patch
	patches.suse/0455-drm-i915-display-Add-HAS_MBUS_JOINING.patch
	patches.suse/0456-drm-i915-Extract-intel_edp_has_drrs.patch
	patches.suse/0457-drm-i915-Put-fixed-modes-directly-onto-the-panel-s-f.patch
	patches.suse/0458-drm-i915-Refactor-non-EDID-fixed-mode-duplication.patch
	patches.suse/0459-drm-i915-Nuke-intel_drrs_init.patch
	patches.suse/0460-drm-i915-Combine-the-EDID-fixed_mode-downclock_mode-.patch
	patches.suse/0461-drm-i915-Stop-duplicating-the-EDID-fixed-downclock-m.patch
	patches.suse/0462-drm-i915-Allow-an-arbitrary-number-of-downclock-mode.patch
	patches.suse/0463-drm-i915-Allow-higher-refresh-rate-alternate-fixed-m.patch
	patches.suse/0464-drm-i915-Move-intel_drrs_compute_config-into-intel_d.patch
	patches.suse/0465-drm-i915-Allow-static-DRRS-on-all-eDP-ports.patch
	patches.suse/0466-drm-i915-Allow-static-DRRS-on-LVDS.patch
	patches.suse/0467-drm-i915-Use-drm_connector_attach_hdr_output_metadat.patch
	patches.suse/0468-drm-i915-Remove-dead-members-from-dev_priv.patch
	patches.suse/0469-drm-i915-bios-Extract-struct-lvds_lfp_data_ptr_table.patch
	patches.suse/0470-drm-i915-dp-Extract-intel_dp_tmds_clock_valid.patch
	patches.suse/0471-drm-i915-dp-Respect-the-sink-s-max-TMDS-clock-when-d.patch
	patches.suse/0472-drm-i915-dp-Extract-intel_dp_has_audio.patch
	patches.suse/0473-drm-i915-dp-s-intel_dp_hdmi_ycbcr420-intel_dp_is_ycb.patch
	patches.suse/0474-drm-i915-dp-Reorder-intel_dp_compute_config-a-bit.patch
	patches.suse/0475-drm-i915-dp-Pass-around-intel_connector-rather-than-.patch
	patches.suse/0476-drm-i915-dp-Make-intel_dp_output_format-usable-for-4.patch
	patches.suse/0477-drm-i915-dp-Rework-HDMI-DFP-TMDS-clock-handling.patch
	patches.suse/0478-drm-i915-dp-Add-support-for-4-2-0-also-modes-for-DP.patch
	patches.suse/0479-drm-i915-dp-Duplicate-native-HDMI-TMDS-clock-limit-h.patch
	patches.suse/0480-drm-i915-dp-Fix-DFP-rgb-ycbcr-conversion-matrix.patch
	patches.suse/0481-drm-i915-dsb-modified-to-drm_info-in-dsb_prepare.patch
	patches.suse/0482-drm-i915-pmu-Drop-redundant-IS_VALLEYVIEW-check-in-_.patch
	patches.suse/0483-drm-i915-display-psr-Set-partial-frame-enable-when-f.patch
	patches.suse/0484-drm-i915-display-psr-Lock-and-unlock-PSR-around-pipe.patch
	patches.suse/0485-drm-i915-display-psr-Use-continuos-full-frame-to-han.patch
	patches.suse/0486-drm-i915-Split-i915_run_as_guest-into-x86-and-non-x8.patch
	patches.suse/0487-drm-i915-adlp-Fix-register-corruption-after-DDI-cloc.patch
	patches.suse/0488-drm-i915-uncore-Warn-on-previous-unclaimed-accesses.patch
	patches.suse/0489-drm-i915-display-Fix-warnings-about-PSR-lock-not-hel.patch
	patches.suse/0490-drm-i915-uncore-Warn-only-if-unclaimed-access-remain.patch
	patches.suse/0491-drm-i915-Fix-skl_pcode_try_request-function.patch
	patches.suse/0492-drm-i915-Swap-ret-and-status-returned-from-skl_pcode.patch
	patches.suse/0493-drm-i915-dg2-Do-not-explode-on-phy-calibration-error.patch
	patches.suse/0494-drm-i915-bios-Use-the-cached-BDB-version.patch
	patches.suse/0495-drm-i915-bios-Make-copies-of-VBT-data-blocks.patch
	patches.suse/0496-drm-i915-bios-Use-the-copy-of-the-LFP-data-table-alw.patch
	patches.suse/0497-drm-i915-bios-Validate-LFP-data-table-pointers.patch
	patches.suse/0498-drm-i915-bios-Trust-the-LFP-data-pointers.patch
	patches.suse/0499-drm-i915-bios-Validate-the-panel_name-table.patch
	patches.suse/0500-drm-fourcc-Introduce-format-modifiers-for-DG2-render.patch
	patches.suse/0501-drm-i915-dg2-Add-support-for-DG2-render-and-media-co.patch
	patches.suse/0502-drm-fourcc-Introduce-format-modifier-for-DG2-clear-c.patch
	patches.suse/0503-drm-i915-dg2-Add-support-for-DG2-clear-color-compres.patch
	patches.suse/0504-drm-i915-fbc-Eliminate-possible_framebuffer_bits.patch
	patches.suse/0505-drm-i915-fbc-Streamline-frontbuffer-busy-bits-handli.patch
	patches.suse/0506-drm-i915-fbc-Skip-nuke-when-flip-is-pending.patch
	patches.suse/0507-drm-i915-Remove-remaining-locks-from-i9xx-plane-udpa.patch
	patches.suse/0508-drm-i915-fbc-Remove-intel_fbc_global_disable.patch
	patches.suse/0509-drm-i915-fbc-Introduce-intel_fbc_sanitize.patch
	patches.suse/0510-drm-i915-fbc-Call-intel_fbc_activate-directly-from-f.patch
	patches.suse/0511-drm-tidss-Soft-Reset-DISPC-on-startup.patch
	patches.suse/0512-drm-bridge-anx7625-Fill-in-empty-ELD-when-no-connect.patch
	patches.suse/0513-drm-bridge-lt9211-Add-Lontium-LT9211-bridge-driver.patch
	patches.suse/0514-drm-bridge-adv7511-Enable-DRM_BRIDGE_OP_HPD-based-on.patch
	patches.suse/0515-drm-bridge-panel-Register-connector-if-DRM-device-is.patch
	patches.suse/0516-drm-bridge-dw_hdmi-default-enable-workaround-to-clea.patch
	patches.suse/0517-drm-bridge-dw_hdmi-Enable-GCP-only-for-Deep-Color.patch
	patches.suse/0518-drm-bridge-dw_hdmi-add-reset-function-for-PHY-GEN1.patch
	patches.suse/0519-drm-bridge-dw_hdmi-Audio-Add-General-Parallel-Audio-.patch
	patches.suse/0520-drm-bridge-anx7625-Use-uint8-for-lane-swing-arrays.patch
	patches.suse/0521-drm-bridge-icn6211-Add-DSI-lane-count-DT-property-pa.patch
	patches.suse/0522-drm-gma500-fix-a-potential-repeat-execution-in-psb_d.patch
	patches.suse/0523-of-Create-platform-devices-for-OF-framebuffers.patch
	patches.suse/0524-fbdev-Warn-in-hot-unplug-workaround-for-framebuffers.patch
	patches.suse/0525-drm-solomon-Add-ssd130x-new-compatible-strings-and-d.patch
	patches.suse/0526-drm-solomon-Move-device-info-from-ssd130x-i2c-to-the.patch
	patches.suse/0527-drm-solomon-Add-SSD130x-OLED-displays-SPI-support.patch
	patches.suse/0528-drm-ttm-Add-common-debugfs-code-for-resource-manager.patch
	patches.suse/0529-drm-vmwgfx-Add-debugfs-entries-for-various-ttm-resou.patch
	patches.suse/0530-drm-amdgpu-Use-TTM-builtin-resource-manager-debugfs-.patch
	patches.suse/0531-drm-qxl-Use-TTM-builtin-resource-manager-debugfs-cod.patch
	patches.suse/0532-drm-radeon-Use-TTM-builtin-resource-manager-debugfs-.patch
	patches.suse/0533-drm-amdgpu-make-amdgpu_display_framebuffer_init-stat.patch
	patches.suse/0534-drm-amdgpu-drop-amdgpu_display_gem_fb_init.patch
	patches.suse/0535-drm-amdgpu-make-amdgpu_display_gem_fb_verify_and_ini.patch
	patches.suse/0536-drm-amdkfd-refine-event_interrupt_poison_consumption.patch
	patches.suse/0537-drm-amdkfd-replace-source_id-with-client_id-for-RAS-.patch
	patches.suse/0538-drm-amdgpu-add-UTCL2-RAS-poison-query-for-Aldebaran-.patch
	patches.suse/0539-drm-amdkfd-add-RAS-poison-consumption-handling-for-U.patch
	patches.suse/0540-drm-amdgpu-Fix-spelling-mistake-regiser-register.patch
	patches.suse/0541-drm-amdgpu-drop-redundant-check-of-harvest-info.patch
	patches.suse/0542-drm-amd-display-Fix-HDCP-SEND-AKI-INIT-error.patch
	patches.suse/0543-drm-amdkfd-print-unmap-queue-status-for-RAS-poison-c.patch
	patches.suse/0544-drm-amd-display-FW-Promotion-Release-0.0.109.0.patch
	patches.suse/0545-drm-amd-display-3.2.178.patch
	patches.suse/0546-drm-amd-display-move-FPU-related-code-from-dcn31-to-.patch
	patches.suse/0547-drm-amd-display-move-FPU-related-code-from-dcn315-to.patch
	patches.suse/0548-drm-amd-display-move-FPU-related-code-from-dcn316-to.patch
	patches.suse/0549-drm-amdgpu-move-VM-PDEs-to-idle-after-update.patch
	patches.suse/0550-drm-amdgpu-separate-VM-PT-handling-into-amdgpu_vm_pt.patch
	patches.suse/0551-drm-amdgpu-simplify-VM-update-tracking-a-bit.patch
	patches.suse/0552-drm-amdgpu-rework-TLB-flushing.patch
	patches.suse/0553-drm-amdkfd-start-using-tlb_seq-from-the-VM-subsystem.patch
	patches.suse/0554-drm-amdkfd-use-tlb_seq-from-the-VM-subsystem-for-SVM.patch
	patches.suse/0555-drm-amdgpu-remove-table_freed-param-from-the-VM-code.patch
	patches.suse/0556-amdgpu-pm-Add-new-hwmgr-API-function-emit_clock_leve.patch
	patches.suse/0557-amdgpu-pm-Implement-emit_clk_levels-for-vega10.patch
	patches.suse/0558-drm-amd-pm-Check-feature-support-using-IP-version.patch
	patches.suse/0559-drm-amdgpu-Re-classify-some-log-messages-in-commit-p.patch
	patches.suse/drm-amd-vcn-fix-an-error-msg-on-vcn-3.0.patch
	patches.suse/0560-drm-amdgpu-Add-vcn-and-jpeg-ras-support-flag.patch
	patches.suse/0561-drm-amdgpu-vcn-Add-vcn-ras-support.patch
	patches.suse/0562-drm-amdgpu-jpeg-Add-jpeg-block-ras-support.patch
	patches.suse/0563-drm-amdgpu-vcn-Add-vcn-and-jpeg-ver-2.6-ras-register.patch
	patches.suse/0564-drm-amdgpu-vcn-Add-VCN-ras-error-query-support.patch
	patches.suse/0565-drm-amdgpu-jpeg-Add-jpeg-ras-error-query-support.patch
	patches.suse/0566-drm-amd-display-Create-underflow-interrupt-IRQ-type.patch
	patches.suse/0567-drm-amd-display-Remove-SW-w-a-for-HDCP-1.4-1A-07-fai.patch
	patches.suse/0568-drm-amd-display-Set-fec-register-init-value.patch
	patches.suse/0569-drm-amd-display-Enable-3-plane-MPO-for-DCN31.patch
	patches.suse/0570-drm-amd-display-Power-down-hardware-if-timer-not-tri.patch
	patches.suse/0571-drm-amd-display-Add-support-for-USBC-connector.patch
	patches.suse/0572-drm-amd-display-Update-LTTPR-UHBR-link-rate-support-.patch
	patches.suse/0573-drm-amd-display-FW-Promotion-Release-0.0.110.0.patch
	patches.suse/0574-drm-amd-display-3.2.179.patch
	patches.suse/0575-drm-amd-display-Fix-pointer-dereferenced-before-chec.patch
	patches.suse/0576-drm-amdgpu-Correct-unlocked-update-fence-handling.patch
	patches.suse/0577-drm-amdgpu-Add-tlb_cb-for-unlocked-update.patch
	patches.suse/0578-drm-amd-display-Fix-pointer-dereferenced-before-chec.patch
	patches.suse/drm-amd-display-DCN3.1-don-t-mark-as-kernel-doc.patch
	patches.suse/0580-drm-amdgpu-fix-some-kerneldoc-in-the-VM-code-v2.patch
	patches.suse/0581-drm-amdgpu-fix-incorrect-size-printing-in-error-msg.patch
	patches.suse/0582-drm-amdkfd-Use-atomic64_t-type-for-pdd-tlb_seq.patch
	patches.suse/0583-drm-amdgpu-Use-switch-case-for-unique_id.patch
	patches.suse/0584-drm-amdgpu-Add-UNIQUE_ID-to-MetricsMember_t.patch
	patches.suse/0585-drm-amdgpu-Use-metrics-data-function-to-get-unique_i.patch
	patches.suse/0586-drm-amdgpu-Add-unique_id-support-for-sienna-cichlid.patch
	patches.suse/0587-drm-amd-display-detach-fpu-operations-from-dcn10_val.patch
	patches.suse/0588-drm-amd-display-remove-DC_FP_-wrapper-from-dml-folde.patch
	patches.suse/0589-drm-amdgpu-Fix-unique_id-references-for-Sienna-Cichl.patch
	patches.suse/drm-amd-display-Fix-by-adding-FPU-protection-for-dcn.patch
	patches.suse/0590-drm-amdgpu-fix-TLB-flushing-during-eviction.patch
	patches.suse/0591-amdgpu-pm-Enable-sysfs-nodes-for-vclk-and-dclk-for-N.patch
	patches.suse/0592-drm-amd-display-Fix-unused-but-set-variable-warning.patch
	patches.suse/0593-drm-amdgpu-vcn-Remove-unneeded-semicolon.patch
	patches.suse/0001-drm-amdgpu-don-t-use-BACO-for-reset-in-S3.patch
	patches.suse/0594-drm-amdgpu-Flush-TLB-after-mapping-for-VG20-XGMI.patch
	patches.suse/0595-drm-amd-display-Add-flip-interval-workaround.patch
	patches.suse/0596-drm-amd-display-Remove-underflow-IRQ-type.patch
	patches.suse/0597-drm-amd-display-add-support-for-handling-128b-132b-l.patch
	patches.suse/0598-drm-amd-display-revert-Power-down-hardware-if-timer-.patch
	patches.suse/0599-drm-amd-display-extract-set-stream-attribute-to-link.patch
	patches.suse/0600-drm-amd-display-Enable-3-plane-for-DCN-3.0-and-3.02.patch
	patches.suse/0601-drm-amd-display-fix-missing-prototypes-warning.patch
	patches.suse/0602-drm-amd-display-3.2.180.patch
	patches.suse/0603-drm-amd-display-Move-link_trace-for-edp-to-dp_trace.patch
	patches.suse/0604-drm-amd-display-Check-for-invalid-input-params-when-.patch
	patches.suse/0605-drm-amd-display-FW-Promotion-Release-0.0.111.0.patch
	patches.suse/0606-drm-amdkfd-Add-missing-NULL-check-in-svm_range_map_t.patch
	patches.suse/0607-drm-radeon-simplify-if-if-to-if-else.patch
	patches.suse/0608-drm-radeon-change-si_default_state-table-from-global.patch
	patches.suse/0609-drm-amdgpu-Remove-leftover-igp_lane_info.patch
	patches.suse/0610-drm-amd-dc-remove-duplicate-include.patch
	patches.suse/0611-drm-amdkfd-Improve-concurrency-of-event-handling.patch
	patches.suse/0612-drm-amd-display-cleanup-extern-usage-in-function-def.patch
	patches.suse/0613-drm-amdkfd-Fix-NULL-pointer-dereference.patch
	patches.suse/0614-drm-amd-amdgpu-Only-reserve-vram-for-firmware-with-v.patch
	patches.suse/0615-drm-amdgpu-expand-cg_flags-from-u32-to-u64.patch
	patches.suse/0616-drm-amdgpu-Use-flexible-array-member.patch
	patches.suse/0617-drm-amdkfd-Handle-drain-retry-fault-race-with-XNACK-.patch
	patches.suse/0618-drm-amd-amdgpu-Fix-asm-hypervisor.h-build-error.patch
	patches.suse/0619-drm-amd-amdgpu-Update-debugfs-GCA-data.patch
	patches.suse/0620-drm-radeon-change-cayman_default_state-table-from-gl.patch
	patches.suse/0621-drm-amdgpu-Fix-incorrect-enum-type.patch
	patches.suse/0622-drm-amd-display-fix-64-bit-divide-in-freesync-code.patch
	patches.suse/0623-drm-amdgpu-add-umc-query-error-status-function.patch
	patches.suse/0624-drm-amd-display-do-not-wait-for-mpc-idle-if-tg-is-di.patch
	patches.suse/drm-amd-display-Disabling-Z10-on-DCN31.patch
	patches.suse/0626-drm-amd-display-Disallow-entering-PSR-when-panel-is-.patch
	patches.suse/0627-drm-radeon-remove-r600_blit_shaders.-c-h.patch
	patches.suse/0628-drm-amd-display-Disable-FEC-if-DSC-not-supported-for.patch
	patches.suse/0629-drm-amd-display-Fix-crash-on-setting-VRR-with-no-dis.patch
	patches.suse/0630-drm-amd-display-ensure-PSR-force_static-flag-can-alw.patch
	patches.suse/0631-drm-amd-display-Power-down-hardware-if-timer-not-tri.patch
	patches.suse/0632-drm-amd-display-Insert-pulling-smu-busy-status-befor.patch
	patches.suse/0633-drm-amd-display-Always-update-DPPCLK_DTO-when-clock-.patch
	patches.suse/0634-drm-amd-display-Add-odm-seamless-boot-support.patch
	patches.suse/0635-drm-amd-display-add-DCN30-support-FEC-init.patch
	patches.suse/0636-drm-amd-display-Fix-inconsistent-timestamp-type.patch
	patches.suse/0637-drm-amd-display-Add-dtb-clock-to-dc_clocks.patch
	patches.suse/0638-drm-amd-display-expose-skip_detection_link_training-.patch
	patches.suse/0639-drm-amdkfd-Asynchronously-free-events.patch
	patches.suse/0640-drm-amd-display-Select-correct-DTO-source.patch
	patches.suse/0641-drm-amd-display-3.2.181.patch
	patches.suse/0642-drm-add-PSR2-support-and-capability-definition-as-pe.patch
	patches.suse/0643-drm-amd-display-implement-shared-PSR-SU-sink-validat.patch
	patches.suse/0644-drm-amd-display-extract-update-stream-allocation-to-.patch
	patches.suse/0645-drm-amdkfd-shrink-bitmap-size-in-struct-svm_validate.patch
	patches.suse/0646-drm-amd-amdgpu-Not-request-init-data-for-MS_HYPERV-w.patch
	patches.suse/0647-drm-amdkfd-Cleanup-IO-links-during-KFD-device-remova.patch
	patches.suse/0648-drm-amdkfd-potential-NULL-dereference-in-kfd_set-res.patch
	patches.suse/0649-drm-amdgpu-Fix-one-use-after-free-of-VM.patch
	patches.suse/0650-Revert-drm-amd-display-Pass-HostVM-enable-flag-into-.patch
	patches.suse/0651-drm-amdkfd-fix-race-condition-in-kfd_wait_on_events.patch
	patches.suse/0652-drm-amd-amdgpu-Remove-static-from-variable-in-RLCG-R.patch
	patches.suse/0653-drm-amdkfd-move-kfd_flush_tlb_after_unmap-into-kfd_p.patch
	patches.suse/0654-drm-amdkfd-only-allow-heavy-weight-TLB-flush-on-some.patch
	patches.suse/0655-drm-amdgpu-pm-fix-the-null-pointer-while-the-smu-is-.patch
	patches.suse/0656-amdgpu-pm-Clarify-documentation-of-error-handling-in.patch
	patches.suse/0657-drm-amd-display-make-hubp1_wait_pipe_read_start-stat.patch
	patches.suse/0658-drm-amd-pm-fix-double-free-in-si_parse_power_table.patch
	patches.suse/0659-drm-amd-display-add-virtual_setup_stream_attribute-d.patch
	patches.suse/0660-drm-radeon-kms-change-evergreen_default_state-table-.patch
	patches.suse/0661-Documentation-gpu-Add-entries-to-amdgpu-glossary.patch
	patches.suse/0662-drm-amdgpu-Use-indirect-buffer-and-save-response-sta.patch
	patches.suse/0663-drm-amdgpu-Add-debugfs-TA-load-unload-invoke-support.patch
	patches.suse/0664-Revert-drm-amdkfd-only-allow-heavy-weight-TLB-flush-.patch
	patches.suse/0665-drm-amd-display-Remove-useless-code.patch
	patches.suse/0666-drm-amdgpu-display-make-hubp31_program_extended_blan.patch
	patches.suse/0667-drm-amd-amdgpu-Update-MIT-license-in-SRIOV-msg-heade.patch
	patches.suse/0668-drm-amd-amdgpu-Properly-indent-PF2VF-header.patch
	patches.suse/0669-drm-amd-amdgpu-Update-PF2VF-header.patch
	patches.suse/0670-drm-i915-guc-Do-not-conflate-lrc_desc-with-GuC-id-fo.patch
	patches.suse/0671-drm-i915-guc-Add-an-explicit-submission_initialized-.patch
	patches.suse/0672-drm-i915-guc-Better-name-for-context-id-limit.patch
	patches.suse/0673-drm-i915-guc-Split-guc_lrc_desc_pin-apart.patch
	patches.suse/0674-drm-i915-guc-Move-lrc-desc-setup-to-where-it-is-need.patch
	patches.suse/0675-drm-i915-guc-Rename-desc_idx-to-ctx_id.patch
	patches.suse/0676-drm-i915-guc-Drop-obsolete-H2G-definitions.patch
	patches.suse/0677-drm-i915-guc-Fix-potential-invalid-pointer-dereferen.patch
	patches.suse/0678-drm-i915-xehp-Support-platforms-with-CCS-engines-but.patch
	patches.suse/0679-drm-i915-Add-RCS-mask-to-GuC-ADS-params.patch
	patches.suse/0680-drm-i915-dmabuf-Update-dma_buf_ops.unmap_dma_buf-cal.patch
	patches.suse/0681-drm-i915-dmabuf-Fix-prime_mmap-to-work-when-using-LM.patch
	patches.suse/0682-drm-i915-Remove-the-vm-open-count.patch
	patches.suse/0683-drm-i915-Remove-the-vma-refcount.patch
	patches.suse/0684-drm-i915-gem-Remove-some-unnecessary-code.patch
	patches.suse/0685-drm-i915-fbdev-fixup-setting-screen_size.patch
	patches.suse/0686-drm-i915-limit-the-async-bind-to-bind_async_flags.patch
	patches.suse/0687-drm-i915-stop-checking-for-NULL-vma-obj.patch
	patches.suse/0688-drm-i915-opportunistically-apply-ALLOC_CONTIGIOUS.patch
	patches.suse/0689-drm-i915-xehp-Drop-aux-table-invalidation-on-FlatCCS.patch
	patches.suse/0690-drm-i915-gt-Remove-GEN12_SFC_DONE_MAX-from-register-.patch
	patches.suse/0691-drm-i915-sseu-Don-t-overallocate-subslice-storage.patch
	patches.suse/0692-drm-i915-xehp-Update-topology-dumps-for-Xe_HP.patch
	patches.suse/0693-drm-i915-Reduce-stack-usage-in-debugfs-due-to-SSEU.patch
	patches.suse/0694-drm-i915-Report-steering-details-in-debugfs.patch
	patches.suse/0695-drm-i915-guc-add-steering-info-to-GuC-register-save-.patch
	patches.suse/0696-drm-i915-Add-support-for-steered-register-writes.patch
	patches.suse/0697-drm-i915-lmem-don-t-treat-small-BAR-as-an-error.patch
	patches.suse/0698-drm-i915-stolen-don-t-treat-small-BAR-as-an-error.patch
	patches.suse/0699-drm-i915-stolen-consider-I915_BO_ALLOC_GPU_ONLY.patch
	patches.suse/0700-drm-i915-add-i915_gem_object_create_region_at.patch
	patches.suse/0701-drm-i915-ttm-wire-up-the-object-offset.patch
	patches.suse/0702-drm-i915-display-Check-mappable-aperture-when-pinnin.patch
	patches.suse/0703-drm-i915-fixup-the-initial-fb-base-on-DGFX.patch
	patches.suse/0704-drm-i915-guc-Add-fetch-of-hwconfig-blob.patch
	patches.suse/0705-drm-i915-uapi-Add-query-for-hwconfig-blob.patch
	patches.suse/0706-drm-i915-dg2-Add-preemption-changes-for-Wa_140151417.patch
	patches.suse/0707-drm-i915-Add-logical-mapping-for-video-decode-engine.patch
	patches.suse/0708-drm-i915-Rename-INTEL_REGION_LMEM-with-INTEL_REGION_.patch
	patches.suse/0709-drm-i915-gt-add-gt_is_root-helper.patch
	patches.suse/0710-drm-i915-Prepare-for-multiple-GTs.patch
	patches.suse/0711-drm-i915-gt-create-per-tile-sysfs-interface.patch
	patches.suse/0712-drm-i915-gt-Create-per-tile-RC6-sysfs-interface.patch
	patches.suse/0713-drm-i915-gt-Create-per-tile-RPS-sysfs-interfaces.patch
	patches.suse/0714-drm-i915-gt-Add-sysfs-throttle-frequency-interfaces.patch
	patches.suse/0715-drm-i915-gem-Don-t-evict-unmappable-VMAs-when-pinnin.patch
	patches.suse/0716-drm-i915-debugfs-Do-not-return-0-if-there-is-nothing.patch
	patches.suse/0717-drm-i915-gt-fix-i915_reg_t-initialization.patch
	patches.suse/0718-drm-i915-gt-Re-work-intel_write_status_page.patch
	patches.suse/0719-drm-i915-gt-Drop-invalidate_csb_entries.patch
	patches.suse/0720-drm-i915-gt-Re-work-reset_csb.patch
	patches.suse/0721-drm-i915-Re-work-clflush_write32.patch
	patches.suse/0722-drm-i915-gt-replace-cache_clflush_range.patch
	patches.suse/0723-drm-i915-guc-Update-GuC-ADS-size-for-error-capture-l.patch
	patches.suse/0724-drm-i915-guc-Add-XE_LP-static-registers-for-GuC-erro.patch
	patches.suse/0725-drm-i915-guc-Add-XE_LP-steered-register-lists-suppor.patch
	patches.suse/0726-drm-i915-guc-Add-DG2-registers-for-GuC-error-state-c.patch
	patches.suse/0727-drm-i915-guc-Add-Gen9-registers-for-GuC-error-state-.patch
	patches.suse/0728-drm-i915-guc-Add-GuC-s-error-state-capture-output-st.patch
	patches.suse/0729-drm-i915-guc-Update-GuC-log-relay-function-names.patch
	patches.suse/0730-drm-i915-guc-Add-capture-region-into-intel_guc_log.patch
	patches.suse/0731-drm-i915-guc-Check-sizing-of-guc_capture-output.patch
	patches.suse/0732-drm-i915-guc-Extract-GuC-error-capture-lists-on-G2H-.patch
	patches.suse/0733-drm-i915-guc-Pre-allocate-output-nodes-for-extractio.patch
	patches.suse/0734-drm-i915-guc-Plumb-GuC-capture-into-gpu_coredump.patch
	patches.suse/0735-drm-i915-guc-Print-the-GuC-error-capture-output-regi.patch
	patches.suse/0736-drm-i915-uapi-Document-DRM_I915_QUERY_HWCONFIG_BLOB.patch
	patches.suse/0737-drm-i915-guc-Correctly-free-guc-capture-struct-on-er.patch
	patches.suse/0738-drm-i915-add-lmem_size-modparam.patch
	patches.suse/0739-drm-i915-avoid-concurrent-writes-to-aux_inv.patch
	patches.suse/0740-drm-i915-ttm-limit-where-we-apply-TTM_PL_FLAG_CONTIG.patch
	patches.suse/0741-drm-i915-migrate-move-the-sanity-check.patch
	patches.suse/0742-drm-i915-dg2-Add-Wa_22014226127.patch
	patches.suse/0743-drm-i915-Explicitly-track-DRM-clients.patch
	patches.suse/0744-drm-i915-Make-GEM-contexts-track-DRM-clients.patch
	patches.suse/0745-drm-i915-Track-runtime-spent-in-closed-and-unreachab.patch
	patches.suse/0746-drm-i915-Track-all-user-contexts-per-client.patch
	patches.suse/0747-drm-i915-Track-context-current-active-time.patch
	patches.suse/0748-drm-Document-fdinfo-format-specification.patch
	patches.suse/0749-drm-i915-Count-engine-instances-per-uabi-class.patch
	patches.suse/0750-drm-i915-Expose-client-engine-utilisation-via-fdinfo.patch
	patches.suse/0751-drm-i915-Fixup-kerneldoc-in-struct-i915_gem_context.patch
	patches.suse/0752-drm-i915-gt-Split-intel-gtt-functions-by-arch.patch
	patches.suse/0753-drm-i915-Require-INTEL_GTT-to-depend-on-X86.patch
	patches.suse/0754-drm-i915-selftests-handle-more-rounding.patch
	patches.suse/0755-drm-i915-rps-Centralize-computation-of-freq-caps.patch
	patches.suse/0756-drm-i915-gt-use-engine-instance-directly-for-offset.patch
	patches.suse/0757-drm-i915-gt-Use-XY_FAST_COLOR_BLT-to-clear-obj-on-gr.patch
	patches.suse/0758-drm-i915-gt-Optimize-the-migration-and-clear-loop.patch
	patches.suse/0759-drm-i915-gt-Pass-the-EINVAL-when-emit_pte-doesn-t-up.patch
	patches.suse/0760-drm-i915-gt-Clear-compress-metadata-for-Flat-ccs-obj.patch
	patches.suse/0761-drm-i915-selftest_migrate-Consider-the-possible-roun.patch
	patches.suse/0762-drm-i915-selftest_migrate-Check-CCS-meta-data-clear.patch
	patches.suse/0763-drm-i915-gem-Add-extra-pages-in-ttm_tt-for-ccs-data.patch
	patches.suse/0764-drm-i915-migrate-Evict-and-restore-the-flatccs-capab.patch
	patches.suse/0765-drm-i915-guc-Update-to-GuC-version-70.1.1.patch
	patches.suse/0766-drm-i915-doc-Convert-drm_i915_query_topology_info-co.patch
	patches.suse/0767-drm-i915-doc-Convert-perf-UAPI-comments-to-kerneldoc.patch
	patches.suse/0768-drm-i915-doc-Link-query-items-to-their-uapi-structs.patch
	patches.suse/0769-drm-i915-uapi-Add-DRM_I915_QUERY_GEOMETRY_SUBSLICES.patch
	patches.suse/0770-drm-i915-guc-slpc-Use-i915_probe_error-instead-of-dr.patch
	patches.suse/0771-drm-i915-Don-t-show-engine-information-in-fdinfo-wit.patch
	patches.suse/0772-drm-i915-hwconfig-Add-DG2-support.patch
	patches.suse/0773-drm-i915-Add-Wa_22011802037-force-cs-halt.patch
	patches.suse/0774-drm-i915-guc-Enable-Wa_22011802037-for-gen12-GuC-bas.patch
	patches.suse/0775-drm-i915-guc-Enable-GuC-based-workarounds-for-DG2.patch
	patches.suse/0776-drm-i915-guc-Apply-Wa_16011777198.patch
	patches.suse/0777-drm-i915-dg2-Enable-Wa_14014475959-RCS-CCS-context-e.patch
	patches.suse/0778-drm-i915-dg2-Enable-Wa_22012727170-Wa_22012727685.patch
	patches.suse/0779-drm-i915-dg2-Add-workaround-18019627453.patch
	patches.suse/0780-drm-i915-consider-min_page_size-when-migrating.patch
	patches.suse/0781-drm-i915-buddy-sanity-check-the-size.patch
	patches.suse/0782-drm-i915-selftests-fixup-min_alignment-usage.patch
	patches.suse/0783-drm-i915-selftests-tweak-the-misaligned_case.patch
	patches.suse/0784-drm-i915-gsc-add-gsc-as-a-mei-auxiliary-device.patch
	patches.suse/0012-mei-add-support-for-graphics-system-controller-gsc-d.patch
	patches.suse/0013-mei-gsc-setup-char-driver-alive-in-spite-of-firmware.patch
	patches.suse/0014-mei-gsc-add-runtime-pm-handlers.patch
	patches.suse/0015-mei-gsc-retrieve-the-firmware-version.patch
	patches.suse/0785-drm-i915-dg2-add-gsc-with-special-gsc-bar-offsets.patch
	patches.suse/0786-drm-vc4-hdmi-Replace-drm_detect_hdmi_monitor-with-is.patch
	patches.suse/0787-drm-vc4-hdmi-Remove-vc4_hdmi_encoder.patch
	patches.suse/0788-drm-amdgpu-remove-pointless-ttm_eu-usage-from-vkms.patch
	patches.suse/0789-drm-amdgpu-remove-pointless-ttm_eu-usage-from-DM.patch
	patches.suse/drm-bridge-Fix-error-handling-in-analogix_dp_probe.patch
	patches.suse/0791-drm-ttm-use-kvcalloc-instead-of-kvmalloc_array-in-tt.patch
	patches.suse/0792-drm-bridge-dw_hdmi-Audio-fix-returnvar.cocci-warning.patch
	patches.suse/0793-drm-sun4i-hdmi-Replace-drm_detect_hdmi_monitor-with-.patch
	patches.suse/0794-drm-doc-Add-sections-about-tiny-drivers-and-external.patch
	patches.suse/0795-drm-bridge-Fix-it6505-Kconfig-DRM_DP_AUX_BUS-depende.patch
	patches.suse/0796-drm-nouveau-gsp-change-gv100_gsp-from-global-to-stat.patch
	patches.suse/0797-drm-vmwgfx-Reserve-fence-slots-on-buffer-objects-in-.patch
	patches.suse/0798-drm-panel-simple-Add-DataImage-FG040346DSSWBG04-pane.patch
	patches.suse/0799-drm-modes-Make-width-mm-height-mm-check-in-of_get_dr.patch
	patches.suse/0800-drm-panel-lvds-Drop-now-redundant-width-mm-and-heigh.patch
	patches.suse/drm-panel-simple-Add-missing-bus-flags-for-Innolux-G.patch
	patches.suse/0802-drm-tilcdc-fix-typos-in-comment.patch
	patches.suse/0803-drm-Put-related-statements-next-to-each-other-in-Mak.patch
	patches.suse/0804-drm-Rename-dp-to-display.patch
	patches.suse/0805-drm-display-Introduce-a-DRM-display-helper-module.patch
	patches.suse/0806-drm-display-Split-DisplayPort-header-into-core-and-h.patch
	patches.suse/0807-drm-display-Move-DSC-header-and-helpers-into-display.patch
	patches.suse/0808-drm-display-Move-HDCP-helpers-into-display-helper-mo.patch
	patches.suse/0809-drm-display-Move-HDMI-helpers-into-display-helper-mo.patch
	patches.suse/0810-drm-display-Move-SCDC-helpers-into-display-helper-li.patch
	patches.suse/0811-drm-mxsfb-Wrap-FIFO-reset-and-comments-into-mxsfb_re.patch
	patches.suse/0812-drm-mxsfb-Replace-mxsfb_get_fb_paddr-with-drm_fb_cma.patch
	patches.suse/0813-drm-mxsfb-Factor-out-mxsfb_set_mode.patch
	patches.suse/0814-drm-mxsfb-Reorder-mxsfb_crtc_mode_set_nofb.patch
	patches.suse/0815-drm-mxsfb-Obtain-bus-flags-from-bridge-state.patch
	patches.suse/0816-drm-ssd130x-Make-ssd130x_remove-return-void.patch
	patches.suse/0817-drm-bridge-tc358762-drop-connector-field.patch
	patches.suse/0818-drm-sun4i-hdmi-Use-more-portable-I-O-helpers.patch
	patches.suse/0819-drm-sun4i-Allow-building-the-driver-on-RISC-V.patch
	patches.suse/0820-sun4i-drm-engine-Add-mode_set-callback.patch
	patches.suse/0821-sun4i-drm-backend-use-mode_set-engine-callback.patch
	patches.suse/0822-sun4i-drm-sun8i-use-mode_set-engine-callback.patch
	patches.suse/0823-drm-sun4i-Allow-VI-layers-to-be-primary-planes.patch
	patches.suse/0824-drm-sun4i-csc-Add-support-for-the-new-MMIO-layout.patch
	patches.suse/0825-drm-sun4i-Add-support-for-D1-mixers.patch
	patches.suse/0826-drm-sun4i-Add-support-for-D1-TCON-TOP.patch
	patches.suse/0827-drm-sun4i-Add-support-for-D1-TCONs.patch
	patches.suse/0828-drm-sun4i-Add-compatible-for-D1-display-engine.patch
	patches.suse/0829-drm-v3d-Fix-null-pointer-dereference-of-pointer-perf.patch
	patches.suse/0830-drm-nouveau-kms-gv100-use-static-for-gv100_disp_core.patch
	patches.suse/0831-drm-nouveau-disp-gv100-make-gv100_disp_wimm-static.patch
	patches.suse/0832-drm-nouveau-disp-gv100-make-gv100_disp_wndw-and-gv10.patch
	patches.suse/0833-drm-nouveau-devinit-nva3-fix-returnvar.cocci-warning.patch
	patches.suse/0834-drm-sched-use-DECLARE_EVENT_CLASS.patch
	patches.suse/0835-drm-sched-use-__string-in-tracepoints.patch
	patches.suse/0836-drm-format-helper-Print-warning-on-missing-format-co.patch
	patches.suse/0837-drm-format-helper-Add-RGB888-to-XRGB8888-conversion.patch
	patches.suse/0838-drm-format-helper-Add-RGB565-to-XRGB8888-conversion.patch
	patches.suse/0839-drm-amdgpu-fix-drm-next-merge-fallout.patch
	patches.suse/drm-amdkfd-use-kvcalloc-instead-of-kvmalloc-in-kfd_migrate.patch
	patches.suse/0841-drm-amdgpu-add-RAS-poison-creation-handler-v2.patch
	patches.suse/0842-drm-amdgpu-add-RAS-poison-consumption-handler-v2.patch
	patches.suse/0843-drm-amdgpu-add-RAS-fatal-error-interrupt-handler.patch
	patches.suse/0844-drm-amdgpu-Ta-fw-needs-to-be-loaded-for-SRIOV-aldeba.patch
	patches.suse/0845-drm-amdgpu-Remove-useless-kfree.patch
	patches.suse/0846-drm-amdkfd-Ignore-bogus-signals-from-MEC-efficiently.patch
	patches.suse/0847-drm-amd-display-Insert-smu-busy-status-before-sendin.patch
	patches.suse/0848-drm-amd-display-Fix-HDCP-QUERY-Error-for-eDP-and-Til.patch
	patches.suse/0849-drm-amd-display-3.2.182.patch
	patches.suse/0850-drm-amd-display-update-dcn315-clk-table-read.patch
	patches.suse/0851-drm-amd-display-Add-Audio-readback-registers.patch
	patches.suse/0852-drm-amd-display-Reset-cached-PSR-parameters-after-hi.patch
	patches.suse/0853-drm-amd-display-Don-t-pass-HostVM-by-default-on-DCN3.patch
	patches.suse/0854-drm-amd-display-read-PSR-SU-cap-DPCD-for-specific-pa.patch
	patches.suse/0855-drm-amd-display-Remove-ddc-write-and-read-size-check.patch
	patches.suse/0856-drm-amd-display-Maintain-current-link-settings-in-li.patch
	patches.suse/0857-drm-amd-display-Remove-unused-integer.patch
	patches.suse/0858-drm-amd-display-Keep-track-of-DSC-packed-PPS.patch
	patches.suse/0859-drm-amd-display-3.2.183.patch
	patches.suse/0860-drm-amdkfd-Add-SVM-range-mapped_to_gpu-flag.patch
	patches.suse/0861-drm-amdkfd-Update-mapping-if-range-attributes-change.patch
	patches.suse/0862-drm-amd-display-fix-non-kernel-doc-comment-warnings.patch
	patches.suse/0863-drm-radeon-change-cik_default_state-table-from-globa.patch
	patches.suse/0864-drm-radeon-change-cac_weights_-to-static.patch
	patches.suse/drm-amdgpu-sdma-Fix-incorrect-calculations-of-the-wp.patch
	patches.suse/0866-drm-amdgpu-sdma-Remove-redundant-lower_32_bits-calls.patch
	patches.suse/0867-drm-amdgpu-Fix-out-of-bound-access-for-gfx_v10_0_rin.patch
	patches.suse/0868-drm-amdgpu-display-Make-dcn31_set_low_power_state-st.patch
	patches.suse/0869-drm-amd-display-fix-if-else-warning.patch
	patches.suse/0870-drm-amd-add-dc-feature-mask-flags-for-PSR-allow-smu-.patch
	patches.suse/0871-gpu-drm-radeon-Fix-typo-in-comments.patch
	patches.suse/0872-drm-amdgpu-debugfs-fix-error-codes-in-write-function.patch
	patches.suse/0873-drm-amdgpu-debugfs-fix-NULL-dereference-in-ta_if_inv.patch
	patches.suse/0874-drm-amdgpu-fix-typo.patch
	patches.suse/0875-drm-amd-Fix-spelling-typo-in-comment.patch
	patches.suse/0876-drm-amd-display-protect-remaining-FPU-code-calls-on-.patch
	patches.suse/0877-drm-amdkfd-Use-bitmap_zalloc-when-applicable.patch
	patches.suse/0878-drm-amdkfd-Use-non-atomic-bitmap-functions-when-poss.patch
	patches.suse/0879-drm-amdkfd-Fix-updating-IO-links-during-device-remov.patch
	patches.suse/0880-drm-amdkfd-Fix-circular-lock-dependency-warning.patch
	patches.suse/0881-drm-amd-pm-fix-the-compile-warning.patch
	patches.suse/0882-drm-amdgpu-increase-HWIP-MAX-INSTANCE.patch
	patches.suse/0883-drm-amdgpu-add-function-to-decode-ip-version.patch
	patches.suse/0884-drm-amdgpu-update-latest-IP-discovery-table-structur.patch
	patches.suse/0885-drm-amdgpu-discovery-populate-additional-GC-info.patch
	patches.suse/0886-drm-amdgpu-disable-runtime-pm-on-several-sienna-cich.patch
	patches.suse/0887-drm-amdgpu-discovery-fix-byteswapping-in-gc-info-par.patch
	patches.suse/0888-drm-amdgpu-store-the-mall-size-in-the-gmc-structure.patch
	patches.suse/0889-drm-amdgpu-discovery-store-the-number-of-UMC-IPs-on-.patch
	patches.suse/0890-drm-amdgpu-discovery-handle-UMC-harvesting-in-IP-dis.patch
	patches.suse/0891-drm-amdgpu-discovery-add-a-function-to-get-the-mall_.patch
	patches.suse/0892-drm-amdgpu-discovery-add-additional-validation.patch
	patches.suse/0893-drm-amdgpu-discovery-add-a-function-to-parse-the-vcn.patch
	patches.suse/0894-drm-amdgpu-discovery-move-all-table-parsing-into-amd.patch
	patches.suse/0895-drm-amdgpu-add-helper-to-execute-atomfirmware-asic_i.patch
	patches.suse/0896-drm-amdgpu-switch-to-atomfirmware_asic_init.patch
	patches.suse/0897-drm-amdgpu-add-vram_info-v3_0-structure.patch
	patches.suse/0898-drm-amdgpu-support-query-vram_info-v3_0.patch
	patches.suse/0899-drm-amdgpu-add-atom_gfx_info_v3_0-structure.patch
	patches.suse/0900-drm-amdgpu-update-gc-info-from-bios-table.patch
	patches.suse/0901-drm-amdgpu-update-query-ref-clk-from-bios.patch
	patches.suse/0902-drm-amdgpu-add-mp-v13_0_0-ip-headers-v7.patch
	patches.suse/0903-drm-amdgpu-add-gc-v11_0_0-ip-headers-v11.patch
	patches.suse/0904-drm-amdgpu-add-nbio-callback-to-query-rom-offset.patch
	patches.suse/0905-drm-amdgpu-add-new-write-field-for-soc21.patch
	patches.suse/0906-drm-amdgpu-add-soc21-common-ip-block-v2.patch
	patches.suse/0907-drm-amdgpu-Fix-build-warning-for-TA-debugfs-interfac.patch
	patches.suse/0908-drm-amdgpu-Free-user-pages-if-amdgpu_cs_parser_bos-f.patch
	patches.suse/0909-gpu-ipu-v3-image-convert-use-swap.patch
	patches.suse/0910-drm-imx-imx-tve-Make-use-of-the-helper-function-devm.patch
	patches.suse/0911-drm-imx-make-static-read-only-array-channel_offsets-.patch
	patches.suse/0912-drm-imx-ipuv3-plane-Remove-redundant-zpos-initialisa.patch
	patches.suse/0913-drm-imx-ipuv3-plane-Remove-redundant-color-encoding-.patch
	patches.suse/0914-drm-i915-dg2-Define-GuC-firmware-version-for-DG2.patch
	patches.suse/0915-drm-i915-pmu-Use-existing-uncore-helper-to-read-gpm_.patch
	patches.suse/0916-drm-i915-uapi-Add-kerneldoc-for-engine-class-enum.patch
	patches.suse/0917-drm-i915-xehp-Add-register-for-compute-engine-s-MMIO.patch
	patches.suse/0918-drm-i915-xehp-Add-compute-engine-ABI.patch
	patches.suse/0919-drm-i915-Xe_HP-SDV-and-DG2-have-up-to-4-CCS-engines.patch
	patches.suse/0920-drm-i915-xehpsdv-dg1-tgl-Fix-issue-with-LRI-relative.patch
	patches.suse/0921-drm-i915-selftests-Skip-poisoning-SET_PREDICATE_RESU.patch
	patches.suse/0922-drm-i915-gt-Clear-SET_PREDICATE_RESULT-prior-to-exec.patch
	patches.suse/0923-drm-i915-gt-optimize-the-ccs_sz-calculation-per-chun.patch
	patches.suse/0924-drm-i915-gt-Document-the-eviction-of-the-Flat-CCS-ob.patch
	patches.suse/0925-drm-i915-remove-superfluous-string-helper-include.patch
	patches.suse/0926-drm-i915-Fix-assert-in-i915_ggtt_pin.patch
	patches.suse/0927-drm-i915-pvc-add-initial-Ponte-Vecchio-definitions.patch
	patches.suse/0928-drm-i915-use-IOMEM_ERR_PTR-directly.patch
	patches.suse/0929-malidp-Fix-NULL-vs-IS_ERR-checking.patch
	patches.suse/drm-plane-Move-range-check-for-format_count-earlier.patch
	patches.suse/0931-drm-dp_mst-Lower-down-debug-info-level-when-receive-.patch
	patches.suse/0932-drm-display-Select-DP-helper-for-DRM_DP_AUX_CHARDEV-.patch
	patches.suse/0933-drm-edid-fix-kernel-doc-parameter-name-mismatches.patch
	patches.suse/0934-drm-edid-drop-kernel-doc-for-static-functions.patch
	patches.suse/drm-bridge-tc358767-Fix-e-DP-bridge-endpoint-parsing.patch
	patches.suse/0936-drm-sun4i-dsi-delete-unnecessary-IS_ERR-checks.patch
	patches.suse/0937-drm-vc4-simplify-the-return-expression-of-vc4_prepar.patch
	patches.suse/0938-drm-vc4-simplify-the-return-expression-of-vc4_grab_b.patch
	patches.suse/0939-drm-nouveau-simplify-the-return-expression-of-nouvea.patch
	patches.suse/0940-drm-panel-simple-Add-Startek-KD070WVFPA043-C069A-pan.patch
	patches.suse/0941-drm-handle-kernel-fences-in-drm_gem_plane_helper_pre.patch
	patches.suse/0942-drm-nouveau-use-drm_gem_plane_helper_prepare_fb.patch
	patches.suse/drm-panel-panel-simple-Fix-proper-bpc-for-AM-1280800.patch
	patches.suse/0944-drm-bridge-it6505-Send-DPCD-SET_POWER-to-downstream.patch
	patches.suse/0945-drm-bridge-adv7511-enable-CEC-support-for-ADV7535.patch
	patches.suse/0946-drm-bridge-adv7511-use-non-legacy-mode-for-CEC-RX.patch
	patches.suse/0947-drm-bridge-ldb-Implement-simple-Freescale-i.MX8MP-LD.patch
	patches.suse/0948-drm-bridge-tfp410-Make-tfp410_fini-return-void.patch
	patches.suse/drm-rockchip-vop-fix-possible-null-ptr-deref-in-vop_.patch
	patches.suse/0950-drm-rockchip-Refactor-IOMMU-initialisation.patch
	patches.suse/0951-drm-rockchip-cdn-dp-change-rk3399_cdn_dp-from-global.patch
	patches.suse/0952-drm-rockchip-inno_hdmi-Replace-drm_detect_hdmi_monit.patch
	patches.suse/0953-drm-rockchip-rk3066_hdmi-Replace-drm_detect_hdmi_mon.patch
	patches.suse/0954-drm-rockchip-Support-YUV-formats-with-U-V-swapped.patch
	patches.suse/0955-drm-rockchip-Embed-drm_encoder-into-rockchip_decoder.patch
	patches.suse/0956-drm-rockchip-Add-crtc_endpoint_id-to-rockchip_encode.patch
	patches.suse/0957-drm-rockchip-dw_hdmi-rename-vpll-clock-to-reference-.patch
	patches.suse/0958-drm-rockchip-dw_hdmi-add-rk3568-support.patch
	patches.suse/0959-drm-rockchip-dw_hdmi-add-regulator-support.patch
	patches.suse/0960-drm-ast-Create-the-driver-for-ASPEED-proprietory-Dis.patch
	patches.suse/0961-fbdev-Put-mmap-for-deferred-I-O-into-drivers.patch
	patches.suse/0962-fbdev-Track-deferred-I-O-pages-in-pageref-struct.patch
	patches.suse/0963-fbdev-Refactor-implementation-of-page_mkwrite.patch
	patches.suse/0964-fbdev-Rename-pagelist-to-pagereflist-for-deferred-I-.patch
	patches.suse/0965-fbdev-Use-pageref-offset-for-deferred-I-O-writeback.patch
	patches.suse/0966-drm-simpledrm-Use-fbdev-defaults-for-shadow-bufferin.patch
	patches.suse/0967-dma-buf-sync_file-cleanup-fence-merging-a-bit.patch
	patches.suse/0968-drm-rockchip-Make-VOP-driver-optional.patch
	patches.suse/0969-drm-fix-typo-in-comment.patch
	patches.suse/0970-drm-etnaviv-avoid-cleaning-up-sched_job-when-submit-.patch
	patches.suse/0971-Revert-drm-bridge-mcde_dsi-Drop-explicit-bridge-remo.patch
	patches.suse/0972-Revert-drm-bridge-mcde_dsi-Switch-to-devm_drm_of_get.patch
	patches.suse/0973-drm-exynos-dsi-Use-child-panel-or-bridge-find-helper.patch
	patches.suse/0974-drm-nouveau-devinit-fix-returnvar.cocci-warnings.patch
	patches.suse/drm-nouveau-subdev-bus-Ratelimit-logging-for-fault-e.patch
	patches.suse/0976-drm-nouveau-remove-trace_dma_fence_emit.patch
	patches.suse/0977-drm-mxsfb-Implement-LCDIF-scanout-CRC32-support.patch
	patches.suse/0978-drm-bridge-tc358767-Fix-DP-bridge-mode-detection-fro.patch
	patches.suse/0979-drm-format-helper-Implement-drm_fb_swab-with-per-lin.patch
	patches.suse/0980-drm-format-helper-Remove-optional-byte-swap-from-lin.patch
	patches.suse/0981-drm-format-helper-Unify-the-parameters-of-all-per-li.patch
	patches.suse/0982-drm-format-helper-Share-implementation-among-convers.patch
	patches.suse/0983-drm-Add-DRM-managed-mutex_init.patch
	patches.suse/0984-drm-ast-Protect-concurrent-access-to-I-O-registers-w.patch
	patches.suse/0985-drm-mgag200-Protect-concurrent-access-to-I-O-registe.patch
	patches.suse/0986-drm-simplify-the-return-expression-of-ast_drm_resume.patch
	patches.suse/0987-drm-todo-Add-entry-for-using-kunit-in-the-subsystem.patch
	patches.suse/0988-drm-qxl-add-drm_gem_plane_helper_prepare_fb.patch
	patches.suse/0989-drm-mediatek-mtk_drm_plane-Use-kmalloc-in-mtk_plane_.patch
	patches.suse/0990-drm-mediatek-mtk_drm_crtc-Use-kmalloc-in-mtk_drm_crt.patch
	patches.suse/0005-drm-mediatek-Add-vblank-register-unregister-callback.patch
	patches.suse/0992-drm-mediatek-Fix-DPI-component-detection-for-MT8192.patch
	patches.suse/drm-mediatek-Fix-mtk_cec_mask.patch
	patches.suse/0994-drm-mediatek-Add-display-support-for-MT8186.patch
	patches.suse/drm-mediatek-dpi-Use-mt8183-output-formats-for-mt819.patch
	patches.suse/0996-drm-mediatek-Add-lut-diff-flag-for-new-gamma-hardwar.patch
	patches.suse/0997-drm-mediatek-mtk_dsi-Remove-unnecessary-print-functi.patch
	patches.suse/0998-drm-i915-display-psr-Clear-more-PSR-state-during-dis.patch
	patches.suse/0999-drm-i915-rpl-p-Add-PCI-IDs.patch
	patches.suse/1000-drm-i915-program-wm-blocks-to-at-least-blocks-requir.patch
	patches.suse/1001-drm-i915-Program-i830-DPLL-FP-register-later.patch
	patches.suse/1002-drm-i915-display-Add-workaround-22014263786.patch
	patches.suse/1003-drm-i915-Move-per-platform-power-well-hooks-to-intel.patch
	patches.suse/1004-drm-i915-Unexport-the-for_each_power_well-macros.patch
	patches.suse/1005-drm-i915-Move-the-power-domain-well-mappings-to-inte.patch
	patches.suse/1006-drm-i915-Move-the-dg2-fixed_enable_delay-power-well-.patch
	patches.suse/1007-drm-i915-Move-the-HSW-power-well-flags-to-a-common-b.patch
	patches.suse/1008-drm-i915-Rename-the-power-domain-names-to-end-with-p.patch
	patches.suse/1009-drm-i915-Sanitize-the-power-well-names.patch
	patches.suse/1010-drm-i915-Convert-the-power-well-descriptor-domain-ma.patch
	patches.suse/1011-drm-i915-Convert-the-u64-power-well-domains-mask-to-.patch
	patches.suse/1012-drm-i915-Simplify-power-well-definitions-by-adding-p.patch
	patches.suse/1013-drm-i915-Allow-platforms-to-share-power-well-descrip.patch
	patches.suse/1014-drm-i915-Simplify-the-DG1-power-well-descriptors.patch
	patches.suse/1015-drm-i915-Sanitize-the-ADL-S-power-well-definition.patch
	patches.suse/1016-drm-i915-Sanitize-the-port-DDI-AUX-power-domain-mapp.patch
	patches.suse/1017-drm-i915-Remove-the-aliasing-of-power-domain-enum-va.patch
	patches.suse/1018-drm-i915-Remove-the-ICL-specific-TBT-power-domains.patch
	patches.suse/1019-drm-i915-Remove-duplicate-DDI-AUX-power-domain-mappi.patch
	patches.suse/1020-drm-i915-Remove-the-XELPD-specific-AUX-and-DDI-power.patch
	patches.suse/1021-drm-i915-Fixup-merge-of-the-power-well-refactor-patc.patch
	patches.suse/1022-i915-gvt-Separate-the-MMIO-tracking-table-from-GVT-g.patch
	patches.suse/1023-i915-gvt-Save-the-initial-HW-state-snapshot-in-i915.patch
	patches.suse/1024-i915-gvt-Use-the-initial-HW-state-snapshot-saved-in-.patch
	patches.suse/1025-drm-i915-gvt-fix-trace-TRACE_INCLUDE_PATH.patch
	patches.suse/1026-drm-i915-gvt-better-align-the-Makefile-with-i915-Mak.patch
	patches.suse/1027-drm-i915-gvt-remove-module-refcounting-in-intel_gvt_.patch
	patches.suse/1028-drm-i915-gvt-remove-enum-hypervisor_type.patch
	patches.suse/1029-drm-i915-gvt-rename-intel_vgpu_ops-to-intel_vgpu_mde.patch
	patches.suse/1030-drm-i915-gvt-move-the-gvt-code-into-kvmgt.ko.patch
	patches.suse/1031-drm-i915-gvt-remove-intel_gvt_ops.patch
	patches.suse/1032-drm-i915-gvt-remove-the-map_gfn_to_mfn-and-set_trap_.patch
	patches.suse/1033-drm-i915-gvt-remove-the-unused-from_virt_to_mfn-op.patch
	patches.suse/1034-drm-i915-gvt-merge-struct-kvmgt_vdev-into-struct-int.patch
	patches.suse/1035-drm-i915-gvt-merge-struct-kvmgt_guest_info-into-stru.patch
	patches.suse/1036-drm-i915-gvt-remove-vgpu-handle.patch
	patches.suse/1037-drm-i915-gvt-devirtualize-read-write-_gpa.patch
	patches.suse/1038-drm-i915-gvt-devirtualize-get-put-_vfio_device.patch
	patches.suse/1039-drm-i915-gvt-devirtualize-set_edid-and-set_opregion.patch
	patches.suse/1040-drm-i915-gvt-devirtualize-detach_vgpu.patch
	patches.suse/1041-drm-i915-gvt-devirtualize-inject_msi.patch
	patches.suse/1042-drm-i915-gvt-devirtualize-is_valid_gfn.patch
	patches.suse/1043-drm-i915-gvt-devirtualize-gfn_to_mfn.patch
	patches.suse/1044-drm-i915-gvt-devirtualize-enable-disable-_page_track.patch
	patches.suse/1045-drm-i915-gvt-devirtualize-dma_-un-map_guest_page.patch
	patches.suse/1046-drm-i915-gvt-devirtualize-dma_pin_guest_page.patch
	patches.suse/1047-drm-i915-gvt-remove-struct-intel_gvt_mpt.patch
	patches.suse/1048-drm-i915-gvt-remove-the-extra-vfio_device-refcountin.patch
	patches.suse/1049-drm-i915-gvt-streamline-intel_vgpu_create.patch
	patches.suse/1050-drm-i915-gvt-pass-a-struct-intel_vgpu-to-the-vfio-re.patch
	patches.suse/1051-drm-i915-gvt-remove-kvmgt_guest_-init-exit.patch
	patches.suse/1052-drm-i915-gvt-convert-to-use-vfio_register_emulated_i.patch
	patches.suse/1053-drm-i915-gvt-merge-gvt.c-into-kvmgvt.c.patch
	patches.suse/vfio-mdev-Remove-vfio_mdev.c
	patches.suse/vfio-mdev-Remove-mdev_parent_ops-dev_attr_groups
	patches.suse/vfio-mdev-Remove-mdev_parent_ops
	patches.suse/vfio-mdev-Use-the-driver-core-to-create-the-remove-file
	patches.suse/vfio-mdev-Remove-mdev-drvdata
	patches.suse/1055-drm-i915-fbc-s-false-0.patch
	patches.suse/1056-drm-i915-Make-.get_dplls-return-int.patch
	patches.suse/1057-drm-i915-Pass-dev_priv-to-intel_shared_dpll_init.patch
	patches.suse/1058-drm-i915-Remove-pointless-dpll_funcs-checks.patch
	patches.suse/1059-drm-i915-Adjust-.crtc_compute_clock-calling-conventi.patch
	patches.suse/1060-drm-i915-Move-stuff-into-intel_dpll_crtc_compute_clo.patch
	patches.suse/1061-drm-i915-Move-the-dpll_hw_state-clearing-to-intel_dp.patch
	patches.suse/1062-drm-i915-Clear-the-dpll_hw_state-when-disabling-a-pi.patch
	patches.suse/1063-drm-i915-Split-out-dg2_crtc_compute_clock.patch
	patches.suse/1064-drm-i915-Add-crtc-.crtc_get_shared_dpll.patch
	patches.suse/1065-drm-i915-gvt-Add-missing-symbol-export.patch
	patches.suse/1066-drm-i915-dp-Add-workaround-for-spurious-AUX-timeouts.patch
	patches.suse/1067-drm-i915-Add-first-set-of-DG2-PCI-IDs.patch
	patches.suse/1068-drm-i915-gvt-Make-intel_gvt_match_device-static.patch
	patches.suse/1069-drm-i915-gvt-Fix-the-compiling-error-when-CONFIG_DRM.patch
	patches.suse/1070-i915-gvt-Fix-NULL-pointer-dereference-in-init_mmio_b.patch
	patches.suse/1071-drm-i915-move-tons-of-power-well-initializers-to-rod.patch
	patches.suse/1072-drm-i915-warn-about-missing-get_buf_trans-initializa.patch
	patches.suse/1073-drm-i915-Use-drm_mode_init-for-on-stack-modes.patch
	patches.suse/1074-drm-i915-bios-Reorder-panel-DTD-parsing.patch
	patches.suse/1075-drm-i915-bios-Generate-LFP-data-table-pointers-if-th.patch
	patches.suse/1076-drm-i915-bios-Get-access-to-the-tail-end-of-the-LFP-.patch
	patches.suse/1077-drm-i915-bios-Document-the-mess-around-the-LFP-data-.patch
	patches.suse/1078-drm-i915-bios-Assume-panel_type-0-if-the-VBT-has-bog.patch
	patches.suse/1079-drm-i915-bios-Extract-get_panel_type.patch
	patches.suse/1080-drm-i915-bios-Refactor-panel_type-code.patch
	patches.suse/1081-drm-i915-bios-Parse-the-seamless-DRRS-min-refresh-ra.patch
	patches.suse/1082-drm-i915-Respect-VBT-seamless-DRRS-min-refresh-rate.patch
	patches.suse/1083-drm-fourcc-Add-QCOM-tiled-modifiers.patch
	patches.suse/1084-drm-msm-Remove-unused-field-in-submit.patch
	patches.suse/1085-drm-msm-Add-support-for-pointer-params.patch
	patches.suse/1086-drm-msm-Split-out-helper-to-get-comm-cmdline.patch
	patches.suse/1087-drm-msm-Add-a-way-to-override-processes-comm-cmdline.patch
	patches.suse/1088-drm-msm-gem-Move-prototypes.patch
	patches.suse/1089-drm-msm-gpu-Drop-duplicate-fence-counter.patch
	patches.suse/1090-drm-msm-gem-Convert-some-missed-GEM_WARN_ON-s.patch
	patches.suse/1091-drm-msm-gem-Split-out-inuse-helper.patch
	patches.suse/1092-drm-msm-gem-Drop-PAGE_SHIFT-for-address-space-mm.patch
	patches.suse/1093-drm-msm-Drop-msm_gem_iova.patch
	patches.suse/1094-drm-msm-gem-Rework-vma-lookup-and-pin.patch
	patches.suse/1095-drm-msm-gem-Split-vma-lookup-and-pin.patch
	patches.suse/1096-drm-msm-gem-Add-fenced-vma-unpin.patch
	patches.suse/1097-drm-msm-Add-a-way-for-userspace-to-allocate-GPU-iova.patch
	patches.suse/1098-drm-msm-remove-explicit-devfreq-status-reset.patch
	patches.suse/1099-drm-msm-simplify-gpu_busy-callback.patch
	patches.suse/1100-drm-msm-return-the-average-load-over-the-polling-per.patch
	patches.suse/1101-drm-msm-unify-MDSS-drivers.patch
	patches.suse/1102-drm-msm-remove-extra-indirection-for-msm_mdss.patch
	patches.suse/1103-drm-msm-split-the-main-platform-driver.patch
	patches.suse/1104-drm-msm-stop-using-device-s-match-data-pointer.patch
	patches.suse/1105-drm-msm-allow-compile-time-selection-of-driver-compo.patch
	patches.suse/1106-drm-msm-make-mdp5-dpu-devices-master-components.patch
	patches.suse/0008-drm-msm-properly-add-and-remove-internal-bridges.patch
	patches.suse/1108-drm-msm-dpu-remove-manual-destruction-of-DRM-objects.patch
	patches.suse/1109-drm-msm-loop-over-encoders-using-drm_for_each_encode.patch
	patches.suse/1110-drm-msm-don-t-store-created-planes-connectors-and-en.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/1113-drm-msm-dpu-replace-BIT-x-with-correspond-marco-defi.patch
	patches.suse/1114-drm-msm-dpu-revise-timing-engine-programming-to-supp.patch
	patches.suse/1115-drm-msm-dp-enable-widebus-feature-for-display-port.patch
	patches.suse/1116-drm-msm-dsi-add-support-for-dsc-data.patch
	patches.suse/1117-drm-msm-dsi-Pass-DSC-params-to-drm_panel.patch
	patches.suse/1118-drm-msm-disp-dpu1-Add-support-for-DSC.patch
	patches.suse/1119-drm-msm-disp-dpu1-Add-support-for-DSC-in-pingpong-bl.patch
	patches.suse/1120-drm-msm-disp-dpu1-Add-DSC-for-SDM845-to-hw_catalog.patch
	patches.suse/1121-drm-msm-disp-dpu1-Add-DSC-support-in-hw_ctl.patch
	patches.suse/1122-drm-msm-disp-dpu1-Add-support-for-DSC-in-encoder.patch
	patches.suse/1123-drm-msm-dpu-don-t-use-merge_3d-if-DSC-merge-topology.patch
	patches.suse/1124-drm-msm-Add-missing-num_dspp-field-documentation.patch
	patches.suse/1125-drm-msm-disp-dpu1-Add-support-for-DSC-in-topology.patch
	patches.suse/1126-drm-msm-disp-dpu1-Add-DSC-support-in-RM.patch
	patches.suse/1127-drm-msm-dsi-add-mode-valid-callback-for-dsi_mgr.patch
	patches.suse/1128-drm-msm-Update-generated-headers.patch
	patches.suse/1129-drm-msm-dsi-Add-support-for-DSC-configuration.patch
	patches.suse/1130-drm-msm-remove-unused-hotplug-and-edid-macros-from-m.patch
	patches.suse/1131-drm-msm-change-msm_sched_ops-from-global-to-static.patch
	patches.suse/1132-drm-msm-dpu-remove-extra-wrappers-around-dpu_core_ir.patch
	patches.suse/1133-drm-msm-dpu-remove-always-true-argument-of-dpu_core_.patch
	patches.suse/1134-drm-msm-dpu-allow-just-single-IRQ-callback.patch
	patches.suse/1135-drm-msm-dpu-get-rid-of-dpu_encoder_helper_-un-regist.patch
	patches.suse/1136-drm-msm-dpu-remove-struct-dpu_encoder_irq.patch
	patches.suse/1137-drm-msm-dpu-pass-irq-to-dpu_encoder_helper_wait_for_.patch
	patches.suse/1138-drm-msm-dpu-document-INTF_EDP-INTF_DP-difference.patch
	patches.suse/1139-drm-msm-dpu-drop-INTF_TYPE_MAX-symbol.patch
	patches.suse/1140-drm-msm-dpu-drop-obsolete-INTF_EDP-comment.patch
	patches.suse/1141-drm-msm-dpu-drop-INTF_EDP-from-interface-type-condit.patch
	patches.suse/1142-drm-msm-dpu-Bind-pingpong-block-to-intf-on-active-ct.patch
	patches.suse/1143-drm-msm-disp-dpu1-add-inline-function-to-validate-fo.patch
	patches.suse/1144-drm-msm-disp-dpu1-add-inline-rotation-support-for-sc.patch
	patches.suse/1145-drm-msm-dpu-Issue-MDSS-reset-during-initialization.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/1148-drm-allow-passing-possible_crtcs-to-drm_writeback_co.patch
	patches.suse/1149-drm-introduce-drm_writeback_connector_init_with_enco.patch
	patches.suse/1150-drm-msm-dpu-add-writeback-blocks-to-the-sm8250-DPU-c.patch
	patches.suse/1151-drm-msm-dpu-add-reset_intf_cfg-operation-for-dpu_hw_.patch
	patches.suse/1152-drm-msm-dpu-rename-dpu_hw_pipe_cdp_cfg-to-dpu_hw_cdp.patch
	patches.suse/1153-drm-msm-dpu-add-dpu_hw_wb-abstraction-for-writeback-.patch
	patches.suse/1154-drm-msm-dpu-add-writeback-blocks-to-DPU-RM.patch
	patches.suse/1155-drm-msm-dpu-add-changes-to-support-writeback-in-hw_c.patch
	patches.suse/1156-drm-msm-dpu-add-an-API-to-reset-the-encoder-related-.patch
	patches.suse/1157-drm-msm-dpu-make-changes-to-dpu_encoder-to-support-v.patch
	patches.suse/1158-drm-msm-dpu-add-encoder-operations-to-prepare-cleanu.patch
	patches.suse/1159-drm-msm-dpu-move-_dpu_plane_get_qos_lut-to-dpu_hw_ut.patch
	patches.suse/1160-drm-msm-dpu-introduce-the-dpu_encoder_phys_-for-writ.patch
	patches.suse/1161-drm-msm-dpu-add-the-writeback-connector-layer.patch
	patches.suse/1162-drm-msm-dpu-initialize-dpu-encoder-and-connector-for.patch
	patches.suse/1163-drm-msm-dpu-gracefully-handle-null-fb-commits-for-wr.patch
	patches.suse/1164-drm-msm-dpu-add-writeback-blocks-to-the-display-snap.patch
	patches.suse/1165-drm-msm-dpu-add-wb_idx-to-existing-DRM-prints-in-dpu.patch
	patches.suse/1166-drm-msm-dpu-add-wb_idx-to-DRM-traces-in-dpu_encoder.patch
	patches.suse/1167-drm-msm-dp-replace-dp_connector-with-drm_bridge_conn.patch
	patches.suse/1168-drm-msm-dp-remove-extra-wrappers-and-public-function.patch
	patches.suse/1169-drm-msm-dp-replace-DRM_DEBUG_DP-marco-with-drm_dbg_d.patch
	patches.suse/1170-drm-msm-dp-drop-dp_mode-argument-from-dp_panel_get_m.patch
	patches.suse/1171-drm-msm-dp-simplify-dp_connector_get_modes.patch
	patches.suse/1172-drm-msm-dp-remove-max_pclk_khz-field-from-dp_panel-d.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/1176-drm-msm-dp-Add-eDP-support-via-aux_bus.patch
	patches.suse/1177-drm-msm-select-DRM_DP_AUX_BUS-for-the-AUX-bus-suppor.patch
	patches.suse/1178-drm-msm-dp-Support-only-IRQ_HPD-and-REPLUG-interrupt.patch
	patches.suse/1179-drm-msm-dp-wait-for-hpd-high-before-aux-transaction.patch
	patches.suse/1180-drm-msm-dp-Support-the-eDP-modes-given-by-panel.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/1186-drm-msm-mdp5-Eliminate-useless-code.patch
	patches.suse/drm-msm-fix-error-check-return-value-of-irq_of_parse.patch
	patches.suse/1188-drm-msm-fix-returnvar.cocci-warning.patch
	patches.suse/1189-drm-msm-dpu-remove-unused-refcount-for-encoder_phys_.patch
	patches.suse/0013-drm-msm-disp-dpu1-set-mdp-clk-to-the-maximum-frequen.patch
	patches.suse/1191-drm-msm-dpu-Clean-up-CRC-debug-logs.patch
	patches.suse/1192-drm-msm-dsi-use-RMW-cycles-in-dsi_update_dsc_timing.patch
	patches.suse/drm-msm-add-missing-include-to-msm_drv.c.patch
	patches.suse/1194-drm-msm-drop-old-eDP-block-support-again.patch
	patches.suse/1195-drm-msm-Fix-null-pointer-dereferences-without-iommu.patch
	patches.suse/1196-drm-msm-dpu-add-missing-break-statement-for-update_p.patch
	patches.suse/1197-drm-msm-dpu-don-t-access-mode-pointer-before-it-is-s.patch
	patches.suse/1198-drm-msm-disp-dpu1-avoid-clearing-hw-interrupts-if-hw.patch
	patches.suse/1199-drm-msm-disp-dpu1-Properly-sort-qcm2290_dpu_caps.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/1205-drm-msm-Fix-shutdown.patch
	patches.suse/1206-drm-msm-dsi-pll_7nm-remove-unsupported-dividers-for-.patch
	patches.suse/1207-drm-msm-Limit-command-submission-when-no-IOMMU.patch
	patches.suse/1208-drm-msm-dpu-remove-NULL-ness-check-in-dpu_hw_intr_de.patch
	patches.suse/1209-gpu-host1x-Fix-a-kernel-doc-warning.patch
	patches.suse/1210-gpu-host1x-Do-not-use-mapping-cache-for-job-submissi.patch
	patches.suse/1211-gpu-host1x-Show-all-allocated-syncpts-via-debugfs.patch
	patches.suse/1212-drm-tegra-vic-Fix-unused-function-warnings.patch
	patches.suse/1213-drm-tegra-gem-Do-not-try-to-dereference-ERR_PTR.patch
	patches.suse/drm-etnaviv-check-for-reaped-mapping-in-etnaviv_iomm.patch
	patches.suse/1215-drm-etnaviv-move-MMU-context-ref-unref-into-map-unma.patch
	patches.suse/1216-drm-etnaviv-move-flush_seq-increment-into-etnaviv_io.patch
	patches.suse/1217-drm-etnaviv-reap-idle-softpin-mappings-when-necessar.patch
	patches.suse/1218-drm-amdgpu-discovery-add-soc21-common-Support.patch
	patches.suse/1219-drm-amdgpu-add-nbio-v4_3_0-ip-headers-v6.patch
	patches.suse/1220-drm-amdgpu-add-nbio-v4_3_0-ip-block-v2.patch
	patches.suse/1221-drm-amdgpu-discovery-add-NBIO-4.3-Support.patch
	patches.suse/1222-drm-amdgpu-add-osssys-v6_0_0-ip-headers-v4.patch
	patches.suse/1223-drm-amdgpu-add-soc21-ih-clientid-definition.patch
	patches.suse/1224-drm-amd-smu-Increace-dpm-level-count-only-for-smu-v1.patch
	patches.suse/1225-drm-amdgpu-add-ih-v6_0-ip-block-v2.patch
	patches.suse/1226-drm-amdgpu-discovery-add-IH-v6.patch
	patches.suse/1227-drm-amdgpu-simplify-the-return-expression-of-iceland.patch
	patches.suse/1228-drm-amdgpu-simplify-the-return-expression-of-navi10_.patch
	patches.suse/1229-gpu-drm-radeon-Fix-spelling-typo-in-comments.patch
	patches.suse/1230-drm-amdgpu-add-hdp-v6_0_0-ip-headers-v4.patch
	patches.suse/1231-drm-amdgpu-Free-user-pages-if-kvmalloc_array-fails.patch
	patches.suse/1232-drm-amdgpu-add-hdp-version-6-functions.patch
	patches.suse/1233-drm-amdgpu-discovery-add-HDP-v6.patch
	patches.suse/1234-drm-amdgpu-Remove-trailing-space.patch
	patches.suse/1235-drm-amdgpu-add-smuio-v13_0_6-ip-headers-v4.patch
	patches.suse/1236-drm-amdgpu-add-smuio-v13_0_6-support.patch
	patches.suse/1237-drm-amdgpu-psp-move-PSP-memory-alloc-from-hw_init-to.patch
	patches.suse/1238-drm-amdgpu-init-smuio-v13_0_6-callbacks.patch
	patches.suse/1239-drm-amd-pm-Disable-fan-control-if-not-supported.patch
	patches.suse/1240-drm-amdgpu-psp-drop-load-unload-init_shared_buf-wrap.patch
	patches.suse/1241-drm-amdgpu-psp-fix-memory-leak-in-terminate-function.patch
	patches.suse/1242-drm-amdgpu-psp-move-shared-buffer-frees-into-single-.patch
	patches.suse/1243-drm-amdgpu-psp-deallocate-memory-when-psp_load_fw-fa.patch
	patches.suse/1244-drm-amdgpu-support-print-psp-v2_0-hdr-debug-informat.patch
	patches.suse/1245-drm-amdgpu-extend-PSP-GFX-FW-type.patch
	patches.suse/1246-drm-amdgpu-add-support-for-spl-fw-load-on-psp-v13.patch
	patches.suse/1247-drm-amdgpu-support-psp-v13_0_0-microcode-init.patch
	patches.suse/1248-drm-amdgpu-rework-psp-firmware-name.patch
	patches.suse/1249-drm-amdgpu-add-tracking-for-the-enablement-of-SCPM.patch
	patches.suse/1250-drm-amdgpu-discovery-Enable-PSP-for-PSP-13.0.0.patch
	patches.suse/1251-drm-amdgpu-add-athub-v3_0_0-ip-headers-v6.patch
	patches.suse/1252-drm-amdgpu-add-athub-v3_0-ip-block.patch
	patches.suse/1253-drm-amdgpu-add-gfxhub-v3_0-ip-block.patch
	patches.suse/1254-drm-amdgpu-add-mmhub-v3_0_0-ip-headers-v6.patch
	patches.suse/1255-drm-amdgpu-add-mmhub-v3_0-ip-block.patch
	patches.suse/1256-drm-amdgpu-save-the-setting-of-VM_CONTEXT_CNTL.patch
	patches.suse/1257-drm-amdgpu-add-gmc-v11_0-ip-block-v3.patch
	patches.suse/1258-drm-amdgpu-discovery-add-GMC-11.0-Support.patch
	patches.suse/1259-drm-amdgpu-add-updated-smu_info-structures.patch
	patches.suse/1260-drm-amdgpu-query-core-refclk-from-bios-for-smu-v13.patch
	patches.suse/1261-drm-amd-pm-enable-pp_dpm_vclk-dclk-sysfs-interface-s.patch
	patches.suse/1262-drm-amd-pm-fix-NULL-pointer-issue-of-amdgpu_smu_stb_.patch
	patches.suse/1263-drm-amd-pm-move-bootup-values-retrieving-to-sw_init.patch
	patches.suse/1264-drm-amd-pm-correct-the-way-for-retrieving-bootup-clo.patch
	patches.suse/1265-drm-amd-pm-update-the-hw-initialization-sequence-aro.patch
	patches.suse/1266-drm-amdgpu-enable-pptable-ucode-loading.patch
	patches.suse/1267-drm-amd-pm-enable-SCPM-support-for-SMU.patch
	patches.suse/1268-drm-amd-pm-correct-SMU-OverridePcieParameters-relate.patch
	patches.suse/1269-drm-amd-pm-enable-the-support-for-retrieving-combo-p.patch
	patches.suse/1270-drm-amd-smu-add-smu-v13_0-header-files.patch
	patches.suse/1271-drm-amd-smu-Update-SMU13-support-for-SMU-13.0.0.patch
	patches.suse/1272-drm-amdgpu-soc21-enable-ATHUB-and-MMHUB-PG.patch
	patches.suse/1273-drm-amdgpu-discovery-Enable-SMU-for-SMU-13.0.0.patch
	patches.suse/1274-drm-amd-display-Fix-null-pointer-exception-while-loa.patch
	patches.suse/drm-amdgpu-ucode-Remove-firmware-load-type-check-in-.patch
	patches.suse/1276-drm-amdgpu-add-GC-v11_0_0-family-id.patch
	patches.suse/1277-drm-amdgpu-discovery-Set-GC-family-for-GC-11.0-IP.patch
	patches.suse/1278-drm-amdgpu-add-soc21-chip-enum-header-v8.patch
	patches.suse/1279-drm-amdgpu-add-gfx11-clearstate-header.patch
	patches.suse/1280-drm-amdgpu-add-gfx11-mqd-structures.patch
	patches.suse/1281-drm-amdgpu-add-irq-src-id-for-GFX11.patch
	patches.suse/1282-drm-amdgpu-add-gfx-firmware-header-v2_0.patch
	patches.suse/1283-drm-amdgpu-support-rlc-v2_3-ucode-struct.patch
	patches.suse/1284-drm-amdgpu-add-FGCG-support.patch
	patches.suse/1285-drm-amdgpu-add-rlc-TOC-header-file-for-soc21-v2.patch
	patches.suse/1286-drm-amdgpu-add-imu-fw-structure.patch
	patches.suse/1287-drm-amdgpu-define-MQD-abstract-layer-for-hw-ip.patch
	patches.suse/1288-drm-amdgpu-add-helper-function-to-initialize-mqd-fro.patch
	patches.suse/1289-drm-amdgpu-add-the-per-context-meta-data-v3.patch
	patches.suse/1290-drm-amdgpu-add-mes-ctx-data-in-amdgpu_ring.patch
	patches.suse/1291-drm-amdgpu-define-ring-structure-to-access-rptr-wptr.patch
	patches.suse/1292-drm-amdgpu-use-ring-structure-to-access-rptr-wptr-v2.patch
	patches.suse/1293-drm-amdgpu-initialize-finalize-the-ring-for-mes-queu.patch
	patches.suse/1294-drm-amdgpu-assign-the-cpu-gpu-address-of-fence-from-.patch
	patches.suse/1295-drm-amdgpu-gfx10-implement-mqd-functions-of-gfx-comp.patch
	patches.suse/1296-drm-amdgpu-gfx10-use-per-ctx-CSA-for-ce-metadata.patch
	patches.suse/1297-drm-amdgpu-gfx10-use-per-ctx-CSA-for-de-metadata.patch
	patches.suse/1298-drm-amdgpu-gfx10-associate-mes-queue-id-with-fence-v.patch
	patches.suse/1299-drm-amdgpu-gfx10-inherit-vmid-from-mqd.patch
	patches.suse/1300-drm-amdgpu-gfx10-use-INVALIDATE_TLBS-to-invalidate-T.patch
	patches.suse/1301-drm-amdgpu-gmc10-skip-emitting-pasid-mapping-packet.patch
	patches.suse/1302-drm-amdgpu-use-the-whole-doorbell-space-for-mes.patch
	patches.suse/1303-drm-amdgpu-update-mes-process-gang-queue-definitions.patch
	patches.suse/1304-drm-amdgpu-add-mes_kiq-module-parameter-v2.patch
	patches.suse/1305-drm-amdgpu-allocate-doorbell-index-for-mes-kiq.patch
	patches.suse/1306-drm-amdgpu-mes-extend-mes-framework-to-support-multi.patch
	patches.suse/1307-drm-amdgpu-gfx10-add-mes-queue-fence-handling.patch
	patches.suse/1308-drm-amdgpu-gfx10-add-mes-support-for-gfx-ib-test.patch
	patches.suse/1309-drm-amdgpu-don-t-use-kiq-to-flush-gpu-tlb-if-mes-ena.patch
	patches.suse/1310-drm-amdgpu-sdma-use-per-ctx-sdma-csa-address-for-mes.patch
	patches.suse/1311-drm-amdgpu-sdma5.2-initialize-sdma-mqd.patch
	patches.suse/1312-drm-amdgpu-sdma5.2-associate-mes-queue-id-with-fence.patch
	patches.suse/1313-drm-amdgpu-sdma5.2-add-mes-queue-fence-handling.patch
	patches.suse/1314-drm-amdgpu-sdma5.2-add-mes-support-for-sdma-ring-tes.patch
	patches.suse/1315-drm-amdgpu-sdma5.2-add-mes-support-for-sdma-ib-test.patch
	patches.suse/1316-drm-amdgpu-sdma5-initialize-sdma-mqd.patch
	patches.suse/1317-drm-amdgpu-sdma5-associate-mes-queue-id-with-fence.patch
	patches.suse/1318-drm-amdgpu-sdma5-add-mes-queue-fence-handling.patch
	patches.suse/1319-drm-amdgpu-sdma5-add-mes-support-for-sdma-ring-test.patch
	patches.suse/1320-drm-amdgpu-sdma5-add-mes-support-for-sdma-ib-test.patch
	patches.suse/1321-drm-amdgpu-add-mes-kiq-PSP-GFX-FW-type.patch
	patches.suse/1322-drm-amdgpu-mes-add-mes-kiq-callback.patch
	patches.suse/1323-drm-amdgpu-add-mes-kiq-frontdoor-loading-support.patch
	patches.suse/1324-drm-amdgpu-enable-mes-kiq-N-1-test-on-sienna-cichlid.patch
	patches.suse/1325-drm-amdgpu-mes-manage-mes-doorbell-allocation.patch
	patches.suse/1326-drm-amdgpu-add-mes-queue-id-mask-v2.patch
	patches.suse/1327-drm-amdgpu-mes-initialize-finalize-common-mes-struct.patch
	patches.suse/1328-drm-amdgpu-mes-relocate-status_fence-slot-allocation.patch
	patches.suse/1329-drm-amdgpu-mes10.1-call-general-mes-initialization.patch
	patches.suse/1330-drm-amdgpu-mes10.1-add-delay-after-mes-engine-enable.patch
	patches.suse/1331-drm-amdgpu-mes10.1-implement-the-suspend-resume-rout.patch
	patches.suse/1332-drm-amdgpu-mes-implement-creating-mes-process-v2.patch
	patches.suse/1333-drm-amdgpu-mes-implement-destroying-mes-process.patch
	patches.suse/1334-drm-amdgpu-mes-implement-adding-mes-gang.patch
	patches.suse/1335-drm-amdgpu-mes-implement-removing-mes-gang.patch
	patches.suse/1336-drm-amdgpu-mes-implement-suspending-all-gangs.patch
	patches.suse/1337-drm-amdgpu-mes-implement-resuming-all-gangs.patch
	patches.suse/1338-drm-amdgpu-mes-initialize-mqd-from-queue-properties.patch
	patches.suse/1339-drm-amdgpu-mes-implement-adding-mes-queue.patch
	patches.suse/1340-drm-amdgpu-mes-implement-removing-mes-queue.patch
	patches.suse/1341-drm-amdgpu-mes-add-helper-function-to-convert-ring-t.patch
	patches.suse/1342-drm-amdgpu-mes-add-helper-function-to-get-the-ctx-me.patch
	patches.suse/1343-drm-amdgpu-mes-use-ring-for-kernel-queue-submission.patch
	patches.suse/1344-drm-amdgpu-mes-implement-removing-mes-ring.patch
	patches.suse/1345-drm-amdgpu-mes-add-helper-functions-to-alloc-free-ct.patch
	patches.suse/1346-drm-amdgpu-skip-kfd-routines-when-mes-enabled.patch
	patches.suse/1347-drm-amdgpu-Enable-KFD-with-MES-enabled.patch
	patches.suse/1348-drm-amdgpu-skip-some-checking-for-mes-queue-ib-submi.patch
	patches.suse/1349-drm-amdgpu-skip-kiq-ib-tests-if-mes-enabled.patch
	patches.suse/1350-drm-amdgpu-skip-gds-switch-for-mes-queue.patch
	patches.suse/1351-drm-amdgpu-kiq-takes-charge-of-all-queues.patch
	patches.suse/1352-drm-amdgpu-mes-map-ctx-metadata-for-mes-self-test.patch
	patches.suse/1353-drm-amdgpu-mes-create-gang-and-queues-for-mes-self-t.patch
	patches.suse/1354-drm-amdgpu-mes-add-ring-ib-test-for-mes-self-test.patch
	patches.suse/1355-drm-amdgpu-mes-implement-mes-self-test.patch
	patches.suse/1356-drm-amdgpu-mes10.1-add-mes-self-test-in-late-init.patch
	patches.suse/1357-drm-amdgpu-mes-fix-vm-csa-update-issue.patch
	patches.suse/1358-drm-amdgpu-mes-disable-mes-sdma-queue-test.patch
	patches.suse/1359-drm-amdgpu-mes-Update-the-doorbell-function-signatur.patch
	patches.suse/1360-drm-amdgpu-support-RLCP-firmware-front-door-load.patch
	patches.suse/1361-drm-amdgpu-support-RLCV-firmware-front-door-load.patch
	patches.suse/1362-drm-amdgpu-support-for-new-SDMA-front-door-load.patch
	patches.suse/1363-drm-amdgpu-add-new-CP_MES-ucode-ids.patch
	patches.suse/1364-drm-amdgpu-support-IMU-front-door-load.patch
	patches.suse/1365-drm-amdgpu-add-convert-for-new-gfx-type.patch
	patches.suse/1366-drm-amdgpu-init-SDMA-v6-microcode-with-PSP-load-type.patch
	patches.suse/1367-drm-amdgpu-extend-the-show-ucode-name-function.patch
	patches.suse/1368-drm-amdgpu-gfx-refine-fw-hdr-check-fuction.patch
	patches.suse/1369-drm-amd-amdgpu-adjust-the-fw-load-type-list.patch
	patches.suse/1370-drm-amdgpu-correct-cp-doorbell-range.patch
	patches.suse/1371-drm-amd-amdgpu-add-more-fw-load-type-to-fit-new-ASIC.patch
	patches.suse/1372-drm-amdgpu-fix-the-fw-size-for-sdma.patch
	patches.suse/1373-drm-amdgpu-discovery-handle-AMDGPU_FW_LOAD_RLC_BACKD.patch
	patches.suse/1374-drm-amdgpu-renovate-sdma-fw-struct.patch
	patches.suse/1375-drm-amdgpu-support-RS64-CP-fw-front-door-load.patch
	patches.suse/1376-drm-amdgpu-add-mes-unmap-legacy-queue-routine.patch
	patches.suse/1377-drm-amdgpu-support-imu-for-gfx11.patch
	patches.suse/1378-drm-amdgpu-mes11-initiate-mes-v11-support.patch
	patches.suse/1379-drm-amdgpu-add-init-support-for-GFX11-v2.patch
	patches.suse/1380-drm-amdkfd-add-helper-to-generate-cache-info-from-gf.patch
	patches.suse/1381-drm-amdkfd-Add-KFD-support-for-soc21-v3.patch
	patches.suse/1382-drm-amdgpu-enable-GFX-CGCG-CGLS-for-GC11.0.0.patch
	patches.suse/1383-drm-amdgpu-enable-fgcg-for-soc21.patch
	patches.suse/1384-drm-amdgpu-enable-GENERIC0_INT-for-gfx-compute-pipes.patch
	patches.suse/1385-drm-amdgpu-gfx10-enable-kiq-to-map-mes-ring.patch
	patches.suse/1386-drm-amdgpu-gfx11-enable-kiq-to-map-mes-ring.patch
	patches.suse/1387-drm-amdgpu-discovery-add-GFX-11.0-Support.patch
	patches.suse/1388-drm-amdgpu-discovery-add-MES11-support.patch
	patches.suse/1389-drm-amd-display-Make-OPTC3-function-accessible-to-ot.patch
	patches.suse/1390-drm-amd-display-Add-Connection-Manager-boot-option.patch
	patches.suse/1391-Revert-drm-amd-display-Reset-cached-PSR-parameters-a.patch
	patches.suse/1392-drm-amd-display-Remove-outdated-register-for-dcn3.patch
	patches.suse/1393-drm-amd-display-Add-new-DSC-interface-to-disconnect-.patch
	patches.suse/1394-drm-amd-display-Clean-up-pixel-format-types.patch
	patches.suse/1395-drm-amd-display-FW-Promotion-Release-0.0.115.0.patch
	patches.suse/1396-drm-amd-display-3.2.184.patch
	patches.suse/1397-drm-amdgpu-add-sdma-v6_0_0-pkt-header-v3.patch
	patches.suse/1398-drm-amdgpu-add-initial-support-for-sdma-v6.0.patch
	patches.suse/1399-drm-amdgpu-discovery-add-SDMA-v6_0-ip-block.patch
	patches.suse/1400-drm-amdgpu-add-vcn-4_0_0-header-files-v7.patch
	patches.suse/1401-drm-amdgpu-make-software-ring-functions-reuseable-fo.patch
	patches.suse/1402-drm-amdgpu-move-out-asic-specific-definition-from-co.patch
	patches.suse/1403-drm-amdgpu-add-irq-sources-for-vcn-v4_0.patch
	patches.suse/1404-drm-amdgpu-add-VCN4-ip-block-support.patch
	patches.suse/1405-drm-amdgpu-jpeg-add-jpeg-support-for-VCN4_0_0.patch
	patches.suse/1406-drm-amdgpu-enable-VCN4-PG-and-CG-for-VCN4_0_0.patch
	patches.suse/1407-drm-amdgpu-jpeg-enable-JPEG-PG-and-CG-for-VCN4_0_0.patch
	patches.suse/1408-drm-amdgpu-vcn-enable-vcn4-dpg-mode.patch
	patches.suse/1409-drm-amdgpu-add-vcn_4_0_0-video-codec-query.patch
	patches.suse/1410-drm-amdgpu-discovery-add-VCN-4.0-Support.patch
	patches.suse/1411-drm-amdgpu-gfx11-remove-some-register-fields-that-no.patch
	patches.suse/1412-Revert-drm-amdgpu-disable-runpm-if-we-are-the-primar.patch
	patches.suse/1413-Revert-fbdev-fbmem-add-a-helper-to-determine-if-an-a.patch
	patches.suse/1414-drm-amdgpu-gfx11-Add-missing-break.patch
	patches.suse/1415-drm-amdgpu-gfx10-Avoid-uninitialised-variable-index.patch
	patches.suse/1416-drm-amdgpu-gfx11-Avoid-uninitialised-variable-index.patch
	patches.suse/1417-drm-amdgpu-simplify-the-return-expression.patch
	patches.suse/1418-drm-amdgpu-simplify-the-return-expression-of-vega10_.patch
	patches.suse/1419-drm-amd-pm-enable-power-limit-retrieving-and-setting.patch
	patches.suse/1420-drm-amd-pm-enable-ac-dc-switching-for-SMU-13.0.0.patch
	patches.suse/1421-drm-amd-pm-enable-power-profile-setting-for-SMU-13.0.patch
	patches.suse/1422-drm-amd-pm-enable-RunDcBtc-support-for-SMU-13.0.0.patch
	patches.suse/1423-drm-amd-pm-enable-ppfeature-mask-setting-for-SMU-13..patch
	patches.suse/1424-drm-amd-pm-enable-PMLOG-support-for-SMU-13.0.0.patch
	patches.suse/1425-drm-amd-pm-enable-df-cstate-feature-for-SMU-13.0.0.patch
	patches.suse/1426-drm-amdgpu-enable-more-GFX-clockgating-features-for-.patch
	patches.suse/1427-drm-amd-pm-support-more-DPM-features-for-SMU-13.0.0.patch
	patches.suse/1428-drm-amd-pm-enable-deep-sleep-features-control-for-SM.patch
	patches.suse/1429-drm-amd-pm-enable-gfx-ulv-feature-control-for-SMU-13.patch
	patches.suse/1430-drm-amd-pm-enable-more-dpm-features-to-pair-with-PMF.patch
	patches.suse/1431-drm-amdgpu-enable-MGCG-and-LS-for-ATHUB-3.0.patch
	patches.suse/1432-drm-amdgpu-enable-MGCG-and-LS-for-MMHUB-3.0.patch
	patches.suse/1433-drm-amdgpu-enable-clock-gating-for-IH-6.0.patch
	patches.suse/1434-drm-amdgpu-enable-clock-gating-for-HDP-6.0.patch
	patches.suse/1435-drm-amdgpu-add-soc21-support-for-GC-11.0.2.patch
	patches.suse/1436-drm-amdgpu-discovery-add-soc21-support-for-GC-11.0.2.patch
	patches.suse/1437-drm-amdgpu-add-support-for-ATHUB-3.0.2.patch
	patches.suse/1438-drm-amdgpu-discovery-add-ih6-support-for-IH-6.0.2.patch
	patches.suse/1439-drm-amdgpu-discovery-add-smu13-support-for-MP1-13.0..patch
	patches.suse/1440-drm-amdgpu-discovery-add-nbio-4.3-support-for-NBIO-4.patch
	patches.suse/1441-drm-amdgpu-discovery-add-hdp6-support-for-HDP-6.0.1.patch
	patches.suse/1442-drm-amdgpu-discovery-add-SMUIO_13_0_8-func-support.patch
	patches.suse/1443-drm-amdgpu-add-mmhub-v3_0_2-ip-headers.patch
	patches.suse/1444-drm-amdgpu-add-mmhub-v3_0_2-ip-callback-functions.patch
	patches.suse/1445-drm-amdgpu-split-mmhub-v3_0_2-callbacks-from-mmhub-v.patch
	patches.suse/1446-drm-amdgpu-add-UMC-8.11.0-support.patch
	patches.suse/1447-drm-amdgpu-add-GMC11-support-for-GC-11.0.2.patch
	patches.suse/1448-drm-amdgpu-discovery-add-gmc11-support-for-GC-11.0.2.patch
	patches.suse/1449-drm-amdgpu-psp13-add-support-for-MP0-13.0.7.patch
	patches.suse/1450-drm-amdgpu-discovery-add-psp13-support-for-PSP-13.0..patch
	patches.suse/1451-drm-amdgpu-add-VCN4_0_4-firmware.patch
	patches.suse/1452-drm-amdgpu-jpeg-enable-JPEG-CG-for-VCN4_0_4.patch
	patches.suse/1453-drm-amdgpu-jpeg-enable-JPEG-PG-for-VCN4_0_4.patch
	patches.suse/1454-drm-amdgpu-vcn-enable-VCN-CG-for-VCN4_0_4.patch
	patches.suse/1455-drm-amdgpu-vcn-enable-VCN-PG-for-VCN4_0_4.patch
	patches.suse/1456-drm-amdgpu-vcn-enable-VCN-DPG-mode-for-VCN4_0_4.patch
	patches.suse/1457-drm-amdgpu-Enable-vcn-v4_0_4-sram.patch
	patches.suse/1458-drm-amdgpu-discovery-enable-vcn-jpeg-v4_0_4.patch
	patches.suse/1459-drm-amdgpu-add-sdma-6.0.2-firware-support.patch
	patches.suse/1460-drm-amdkfd-add-asic-support-for-SDMA-6.0.2.patch
	patches.suse/1461-drm-amdgpu-discovery-add-sdma6-support-for-SDMA-6.0..patch
	patches.suse/1462-drm-amdgpu-add-mes-11-firmware-for-mes-11.0.2.patch
	patches.suse/1463-drm-amdgpu-discovery-add-mes11-support-for-GC-11.0.2.patch
	patches.suse/1464-drm-amdgpu-add-gc-v11_0_2-imu-firmware.patch
	patches.suse/1465-drm-amdgpu-add-initial-GC-11.0.2-support.patch
	patches.suse/1466-drm-amdkfd-add-asic-support-for-GC-11.0.2.patch
	patches.suse/1467-drm-amdgpu-update-rlc-ram-for-gc-v11_0_2.patch
	patches.suse/1468-drm-amdgpu-discovery-add-gfx11-support-for-GC-11.0.2.patch
	patches.suse/1469-drm-amdgpu-discovery-set-family-for-GC-11.0.2.patch
	patches.suse/1470-drm-amdgpu-enable-cgcg-and-cgls-for-GC-11_0_2.patch
	patches.suse/1471-drm-amd-pm-add-SMU_13_0_7-PMFW-headers.patch
	patches.suse/1472-drm-amdgpu-swsmu-add-smu-13.0.7-firmware.patch
	patches.suse/1473-drm-amd-pm-add-SMU_13_0_7-ppt_funcs-for-SMU_13_0_7.patch
	patches.suse/1474-drm-amd-pm-add-get-enable-mask-function-for-smu-v13_.patch
	patches.suse/1475-drm-amd-pm-support-power-on-off-vcn-jpeg-in-smu-v13_.patch
	patches.suse/1476-drm-amd-pm-add-features-to-smu_v13_0_7.patch
	patches.suse/1477-drm-amd-pm-add-mvdd-and-vddio-scaling-in-smu_v13_0_7.patch
	patches.suse/1478-drm-amd-pm-enable-link-dpm-and-link-ds-on-smu_v13_0_.patch
	patches.suse/1479-drm-amd-pm-enable-mp0-vcn-dcn-dpm-on-smu_v13_0_7.patch
	patches.suse/1480-drm-amd-pm-enable-fclk-vcn-ds-and-df-cstate-for-smu_.patch
	patches.suse/1481-drm-amd-pm-enable-platform-features-for-smu_v13_0_7.patch
	patches.suse/1482-drm-amd-pm-add-SCPM-support-in-smu-v13_0_7.patch
	patches.suse/1483-drm-amd-pm-update-the-features-for-smu_v13_0_7.patch
	patches.suse/1484-drm-amd-pm-pp_dpm_-interface-for-smu_v13_0_7.patch
	patches.suse/1485-drm-amd-pm-add-UMD-Pstate-clock-settings-for-smu_v13.patch
	patches.suse/1486-drm-amd-pm-enable-pp_dpm_vclk-dclk-interface-for-smu.patch
	patches.suse/1487-drm-amd-pm-port-the-fan-interface-to-smu_v13_0_7.patch
	patches.suse/1488-drm-amd-pm-add-the-pg_flag-for-athub-and-mmhub-pg-on.patch
	patches.suse/1489-drm-amd-soc21-enable-mmhub-and-athub-power-gating.patch
	patches.suse/1490-drm-amd-pm-enable-gfx-ds-for-smu_v13_0_7.patch
	patches.suse/1491-drm-amd-pm-enable-gfx-pcc-and-soc-cg-on-smu_v13_0_7.patch
	patches.suse/1492-drm-amd-pm-pp_dpm_sclk-change-for-smu_v13_0_7.patch
	patches.suse/1493-drm-amd-pm-enable-workload-type-change-on-smu_v13_0_.patch
	patches.suse/1494-drm-amd-pm-enable-pmlog-support-for-smu_v13_0_7.patch
	patches.suse/1495-drm-amd-pm-change-the-soft-pptable-id-for-smu_v13_0_.patch
	patches.suse/1496-drm-amd-pm-report-preDS-gfxclk-on-smu_v13_0_7.patch
	patches.suse/1497-drm-amdgpu-handle-asics-with-1-SDMA-instance.patch
	patches.suse/1498-drm-amdgpu-skip-the-new-gc-doorbell-function-for-som.patch
	patches.suse/1499-drm-amdgpu-add-nbio-v7_7_0-ip-headers.patch
	patches.suse/1500-drm-amdgpu-add-pcie-port-function-helpers-for-SOC21.patch
	patches.suse/1501-drm-amdgpu-add-the-files-of-NBIO-v7.7-block.patch
	patches.suse/1502-drm-admgpu-discovery-add-NBIO-v7.7-into-the-IP-disco.patch
	patches.suse/1503-drm-amdgpu-add-hdp-v5_2_1-ip-headers.patch
	patches.suse/1504-drm-amdgpu-add-the-files-of-HDP-v5.2-block.patch
	patches.suse/1505-drm-amdgpu-discovery-add-HDP-v5.2.1-into-the-IP-disc.patch
	patches.suse/1506-drm-amdgpu-add-mmhub-support-for-MMHUB-3.0.1.patch
	patches.suse/1507-drm-amdgpu-add-soc21-common-ip-block-support-for-GC-.patch
	patches.suse/1508-drm-amdgpu-discovery-enable-soc21-common-for-GC-11.0.patch
	patches.suse/1509-drm-amdgpu-add-gmc-v11-support-for-GC-11.0.1.patch
	patches.suse/1510-drm-amdgpu-discovery-enable-gmc-v11-for-GC-11.0.1.patch
	patches.suse/1511-drm-amdgpu-discovery-enable-ih-v6-for-OSS-6.0.1.patch
	patches.suse/1512-drm-amdgpu-discovery-add-PSP-v13.0.4-into-the-IP-dis.patch
	patches.suse/1513-drm-amdgpu-add-sdma-support-for-sdma-6.0.1.patch
	patches.suse/1514-drm-amdgpu-discovery-enable-sdma-v6-for-SDMA-6.0.1.patch
	patches.suse/1515-drm-amdgpu-add-GC-11.0.1-family-id.patch
	patches.suse/1516-drm-amdgpu-set-GC-11.0.1-family.patch
	patches.suse/1517-drm-amdgpu-discovery-set-flag-for-GC-11.0.1.patch
	patches.suse/1518-drm-amdgpu-add-gfx-support-for-GC-11.0.1.patch
	patches.suse/1519-drm-amdgpu-add-GC-v11.0.1-into-mes-v11.patch
	patches.suse/1520-drm-amdkfd-add-GC-11.0.1-KFD-support.patch
	patches.suse/1521-drm-amdgpu-enable-imu-firmware-for-GC-11.0.1.patch
	patches.suse/1522-drm-amdgpu-discovery-enable-gfx-v11-for-GC-11.0.1.patch
	patches.suse/1523-drm-amdgpu-discovery-enable-mes-support-for-GC-v11.0.patch
	patches.suse/1524-drm-amdgpu-flush-delete-wq-after-wait-fence.patch
	patches.suse/1525-drm-amdgpu-simplify-nv-and-soc21-read_register-funct.patch
	patches.suse/1526-drm-amdgpu-nuke-dynamic-gfx-scratch-reg-allocation.patch
	patches.suse/1527-drm-amdgpu-vcn-add-common-vcn-sofware-ring-decode.patch
	patches.suse/1528-drm-amdgpu-vcn3-replace-ip-based-software-ring-decod.patch
	patches.suse/1529-drm-amdgpu-vcn4-replace-ip-based-software-ring-decod.patch
	patches.suse/1530-drm-amdgpu-gfx11-remove-unneeded-semicolon.patch
	patches.suse/1531-drm-amdkfd-Return-true-false-not-1-0-from-bool-funct.patch
	patches.suse/1532-drm-amd-psp-Add-C2P-registers-to-mp_13_0_2-header.patch
	patches.suse/1533-drm-amdgpu-psp-Add-VBIOS-flash-handler.patch
	patches.suse/1534-drm-amdgpu-psp-Add-vbflash-sysfs-interface-support.patch
	patches.suse/1535-drm-amdgpu-add-sysfs-to-shows-psp-vbflash-status.patch
	patches.suse/1536-drm-amd-pm-enable-lclk-dpm-ds-and-BACO-features-for-.patch
	patches.suse/1537-drm-amd-pm-enable-BACO-support-for-SMU-13.0.0.patch
	patches.suse/1538-drm-amd-pm-enable-UCLK-DPM-for-SMU-13.0.0.patch
	patches.suse/1539-drm-amd-pm-correct-the-check-for-current-link-status.patch
	patches.suse/1540-drm-amd-pm-correct-the-way-for-retrieving-current-uc.patch
	patches.suse/1541-drm-amd-pm-correct-the-way-for-retrieving-current-fc.patch
	patches.suse/1542-drm-amd-pm-enable-FCLK-DPM-support-for-SMU-13.0.0.patch
	patches.suse/1543-drm-amd-pm-disable-the-gfxoff-feature-temporarily-fo.patch
	patches.suse/1544-drm-amd-pm-disable-ac-dc-on-smu_v13_0_7.patch
	patches.suse/1545-drm-amd-pm-enable-gfxoff-control-on-smu_v13_0_7.patch
	patches.suse/1546-drm-amdgpu-Disable-SDMA-WPTR_POLL_ENABLE-for-sdma_v6.patch
	patches.suse/1547-drm-amdkfd-Update-event_interrupt_isr_v11-return.patch
	patches.suse/1548-drm-amdgpu-Implement-get_vmid_pasid_mapping-for-gfx1.patch
	patches.suse/1549-drm-amdgpu-psp-Return-failure-when-firmware-failed-t.patch
	patches.suse/1550-drm-amdgpu-make-smu_v13_0_7_check_fw_status-static.patch
	patches.suse/1551-drm-amdgpu-mes-fix-format-specifier-for-size_t.patch
	patches.suse/1552-drm-amdgpu-gfx11-unlock-on-error-in-gfx_v11_0_kiq_re.patch
	patches.suse/1553-drm-amdgpu-add-lsdma-v6_0_0-ip-headers.patch
	patches.suse/1554-drm-amdgpu-add-lsdma-block.patch
	patches.suse/1555-drm-amdgpu-support-mem-copy-for-LSDMA.patch
	patches.suse/1556-drm-amdgpu-support-fill-mem-for-LSDMA.patch
	patches.suse/1557-drm-amdgpu-add-LSDMA-block-for-LSDMA-v6.0.0.patch
	patches.suse/1558-drm-amdgpu-add-LSDMA-block-for-LSDMA-v6.0.2.patch
	patches.suse/1559-drm-amdgpu-support-memory-power-gating-for-lsdma.patch
	patches.suse/1560-drm-amdgpu-support-memory-power-gating-for-lsdma-6.0.patch
	patches.suse/1561-drm-amd-display-Refactor-LTTPR-cap-retrieval.patch
	patches.suse/1562-drm-amd-display-Reset-cached-PSR-parameters-after-hi.patch
	patches.suse/1563-drm-amd-display-move-definition-of-dc_flip_addrs-str.patch
	patches.suse/1564-drm-amd-display-do-not-disable-an-invalid-irq-source.patch
	patches.suse/1565-drm-amd-display-do-not-calculate-DP2.0-SST-payload-w.patch
	patches.suse/1566-drm-amd-display-do-not-wait-for-vblank-during-pipe-p.patch
	patches.suse/1567-drm-amd-display-remove-redundant-CONFIG_DRM_AMD_DC_D.patch
	patches.suse/1568-drm-amd-display-remove-redundant-CONFIG_DRM_AMD_DC_D.patch
	patches.suse/1569-drm-amd-display-remove-redundant-CONFIG_DRM_AMD_DC_D.patch
	patches.suse/1570-drm-amdgpu-enable-RAS-IH-for-poison-consumption.patch
	patches.suse/1571-drm-amdgpu-refine-RAS-poison-consumption-handler.patch
	patches.suse/1572-drm-amd-display-remove-redundant-CONFIG_DRM_AMD_DC_D.patch
	patches.suse/1573-drm-amd-display-remove-redundant-CONFIG_DRM_AMD_DC_D.patch
	patches.suse/1574-drm-amdgpu-jpeg-add-jpeg-ras-poison-consumption-hand.patch
	patches.suse/1575-drm-amdgpu-vcn-Add-vcn-ras-poison-consumption-event-.patch
	patches.suse/1576-drm-amd-pm-suppress-compile-warning-about-possible-u.patch
	patches.suse/1577-drm-amd-display-remove-redundant-CONFIG_DRM_AMD_DC_D.patch
	patches.suse/1578-amdgpu-pm-Disallow-managing-power-profiles-on-SRIOV-.patch
	patches.suse/1579-drm-amdgpu-vcn-include-header-for-vcn_dec_sw_ring_em.patch
	patches.suse/1580-drm-amd-display-remove-unnecessary-else-by-CONFIG_DR.patch
	patches.suse/1582-drm-amd-display-3.2.185.patch
	patches.suse/1583-drm-amdgpu-vm-flush-needed-after-updating-PDEs.patch
	patches.suse/1584-drm-amdgpu-Remove-duplicated-argument-in-vcn_v4_0.patch
	patches.suse/1585-drm-amdgpu-clean-up-some-inconsistent-indenting.patch
	patches.suse/1586-drm-amd-pm-add-smu-pp_feature_mask-callback-for-smu_.patch
	patches.suse/1587-drm-amd-pm-support-ss-metrics-read-for-smu11.patch
	patches.suse/1588-drm-amd-pm-add-smu-feature-map-support-for-smu_v13_0.patch
	patches.suse/1589-drm-amd-pm-add-smu-feature-map-support-for-smu_v13_0.patch
	patches.suse/1590-drm-amd-pm-add-smu-power_limit-callback-for-smu_v13_.patch
	patches.suse/1591-drm-amdgpu-Ensure-the-DMA-engine-is-deactivated-duri.patch
	patches.suse/1592-drm-amdkfd-allocate-MMIO-DOORBELL-BOs-with-AMDGPU_GE.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/1595-drm-amdgpu-gfx11-fix-me-field-handling-in-map_queue-.patch
	patches.suse/1596-drm-amdgpu-gfx11-fix-mes-mqd-settings.patch
	patches.suse/1597-drm-amdgpu-pm-add-smu-v13.0.4-driver-SMU-if-headers.patch
	patches.suse/1598-drm-amdgpu-pm-add-EnableGfxImu-message-dummy-map-for.patch
	patches.suse/1599-drm-amdgpu-pm-add-some-common-ppt-functions-for-SMU-.patch
	patches.suse/1600-drm-amdgpu-pm-add-swsmu-ppt-implementation-for-SMU-I.patch
	patches.suse/1601-drm-amdgpu-pm-enable-swsmu-for-SMU-IP-v13.0.4.patch
	patches.suse/1602-drm-amdgpu-pm-add-GFXOFF-control-IP-version-check-fo.patch
	patches.suse/1603-drm-amdgpu-discovery-add-SMU-v13.0.4-into-the-IP-dis.patch
	patches.suse/1604-drm-amdgpu-Move-mutex_init-smu-message_lock-to-smu_e.patch
	patches.suse/1605-drm-amdkfd-Fix-static-checker-warning-on-MES-queue-t.patch
	patches.suse/1606-drm-amd-display-clean-up-some-inconsistent-indenting.patch
	patches.suse/1607-drm-amd-pm-consistent-approach-for-smartshift.patch
	patches.suse/1608-drm-amdgpu-Unmap-legacy-queue-when-MES-is-enabled.patch
	patches.suse/1609-drm-msm-dsi-don-t-powerup-at-modeset-time-for-parade.patch
	patches.suse/drm-msm-a6xx-Fix-refcount-leak-in-a6xx_gpu_init.patch
	patches.suse/1611-drm-msm-Fix-fb-plane-offset-calculation.patch
	patches.suse/drm-msm-fix-possible-memory-leak-in-mdp5_crtc_cursor.patch
	patches.suse/1613-drm-msm-dpu-limit-writeback-modes-according-to-max_l.patch
	patches.suse/1614-drm-msm-don-t-free-the-IRQ-if-it-was-not-requested.patch
	patches.suse/1615-drm-msm-dpu-add-DRM_MODE_ROTATE_180-back-to-supporte.patch
	patches.suse/drm-msm-dpu-handle-pm_runtime_get_sync-errors-in-bin.patch
	patches.suse/1617-drm-i915-gt-Fix-build-error-without-CONFIG_PM.patch
	patches.suse/1618-drm-i915-Fix-mixing-different-enum-types-warnings-in.patch
	patches.suse/drm-i915-Fix-CFI-violation-with-show_dynamic_id.patch
	patches.suse/1620-drm-i915-audio-fix-audio-code-enable-disable-pipe-lo.patch
	patches.suse/1621-drm-i915-gt-Fix-use-of-static-in-macro-mismatch.patch
	patches.suse/1622-drm-i915-reg-fix-undefined-behavior-due-to-shift-ove.patch
	patches.suse/1623-drm-i915-uc-Fix-undefined-behavior-due-to-shift-over.patch
	patches.suse/drm-i915-dsi-fix-VBT-send-packet-port-selection-for-.patch
	patches.suse/ALSA-hda-Jack-detection-poll-in-suspend-state.patch
	patches.suse/ALSA-hda-tegra-Enable-Jack-poll-for-tegra.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/ALSA-seq-replace-ternary-operator-with-max.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-SOF-topology-use-new-sound-control-LED-layer.patch
	patches.suse/ASoC-Introduce-snd_soc_of_get_dai_link_cpus.patch
	patches.suse/ASoC-intel-atom-Remove-superfluous-flush_scheduled_w.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-SOF-ipc3-topology-Set-scontrol-priv-to-NULL-aft.patch
	patches.suse/ASoC-rt5682s-Separate-the-regulator-consumer-control.patch
	patches.suse/ASoC-Intel-catpt-Drop-redundant-enum-constant.patch
	patches.suse/ASoC-SOF-Intel-hda-loader-Use-local-snd_dma_buffer.patch
	patches.suse/ASoC-SOF-Remove-dmab-and-dmab_bdl-from-snd_sof_dev-s.patch
	patches.suse/ASoC-SOF-ipc-Add-max_payload_size-field-in-struct-sn.patch
	patches.suse/ASoC-SOF-ipc-Use-ipc-max_payload_size-for-message-re.patch
	patches.suse/ASoC-SOF-Drop-support-for-mapped-control-data.patch
	patches.suse/ASoC-SOF-extend-the-interface-to-stop-DMA-trace.patch
	patches.suse/ASoC-SOF-disable-dma-trace-in-s0ix.patch
	patches.suse/ASoC-SOF-ipc-Use-msg-reply_data-directly-in-snd_sof_.patch
	patches.suse/ASoC-SOF-Drop-header-parameter-from-tx_message-API.patch
	patches.suse/ASoC-SOF-Remove-header-from-struct-snd_sof_ipc_msg.patch
	patches.suse/ASoC-SOF-Remove-redundant-return-statements.patch
	patches.suse/ASoC-topology-Use-for-loop-instead-of-while.patch
	patches.suse/ASoC-topology-Remove-unnecessary-looping.patch
	patches.suse/ASoC-topology-Return-bool-instead-of-int.patch
	patches.suse/ASoC-topology-Rename-SOC_TPLG_PASS_MIXER-to-_CONTROL.patch
	patches.suse/ASoC-topology-Correct-error-message.patch
	patches.suse/ASoC-topology-Rename-soc_tplg_init_kcontrol-function.patch
	patches.suse/ASoC-tegra-AHUB-routes-for-ASRC-module.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-soc.h-Add-SOC_SINGLE_S_TLV-macro.patch
	patches.suse/ASoC-soc-utils-Add-helper-to-calculate-BCLK-from-TDM.patch
	patches.suse/ASoC-Intel-boards-Use-temporary-variable-for-struct-.patch
	patches.suse/ASoC-rt-use-simple-i2c-probe-function.patch
	patches.suse/ASoC-SOF-topology-Avoid-open-coded-arithmetic-in-mem.patch
	patches.suse/ASoC-SOF-OF-Add-shutdown-callback-for-SOF-OF-device.patch
	patches.suse/ASoC-SOF-mediatek-mt8195-add-shutdown-callback.patch
	patches.suse/ASoC-amd-yc-add-new-YC-platform-varaint-support.patch
	patches.suse/ASoC-amd-Add-driver-data-to-acp6x-machine-driver.patch
	patches.suse/ASoC-amd-Add-support-for-enabling-DMIC-on-acp6x-via-.patch
	patches.suse/ASoC-SOF-Add-helper-function-to-prepare-and-send-an-.patch
	patches.suse/ASoC-SOF-Add-high-level-IPC-IO-callback-definitions-.patch
	patches.suse/ASoC-SOF-ipc3-Implement-the-tx_msg-IPC-ops.patch
	patches.suse/ASoC-SOF-ipc3-Use-sof_ipc3_tx_msg-internally-for-mes.patch
	patches.suse/ASoC-SOF-ipc3-Implement-the-set_get_data-IPC-ops.patch
	patches.suse/ASoC-SOF-ipc3-Implement-the-get_reply-IPC-ops.patch
	patches.suse/ASoC-SOF-ipc3-Implement-rx_msg-IPC-ops.patch
	patches.suse/ASoC-SOF-ipc-Separate-the-ops-checks-by-functions-to.patch
	patches.suse/ASoC-SOF-ipc-Add-check-for-mandatory-IPC-message-han.patch
	patches.suse/ASoC-SOF-ipc-Use-the-get_reply-ops-in-snd_sof_ipc_ge.patch
	patches.suse/ASoC-SOF-ipc-Switch-over-to-use-the-tx_msg-and-set_g.patch
	patches.suse/ASoC-SOF-ipc-Switch-over-to-use-the-rx_msg-ops.patch
	patches.suse/ASoC-SOF-Add-widget_kcontrol_setup-control-ops-for-I.patch
	patches.suse/ASoC-SOF-sof-audio-Use-the-widget_kcontrol_setup-ops.patch
	patches.suse/ASoC-SOF-ipc-Move-the-ipc_set_get_comp_data-local-to.patch
	patches.suse/ASoC-SOF-Intel-Check-the-bar-size-before-remapping.patch
	patches.suse/ASoC-soc-card-Create-jack-kcontrol-without-pins.patch
	patches.suse/ASoC-SOF-Kconfig-Make-SND_SOC_SOF_HDA_PROBES-tristat.patch
	patches.suse/ASoC-Intel-avs-Declare-vendor-tokens.patch
	patches.suse/ASoC-Intel-avs-Add-topology-parsing-infrastructure.patch
	patches.suse/ASoC-Intel-avs-Parse-module-extension-tuples.patch
	patches.suse/ASoC-Intel-avs-Parse-pplcfg-and-binding-tuples.patch
	patches.suse/ASoC-Intel-avs-Parse-pipeline-and-module-tuples.patch
	patches.suse/ASoC-Intel-avs-Parse-path-and-path-templates-tuples.patch
	patches.suse/ASoC-Intel-avs-Add-topology-loading-operations.patch
	patches.suse/ASoC-Intel-avs-Support-link_mask-formatted-string.patch
	patches.suse/ASoC-Intel-avs-Declare-path-and-its-components.patch
	patches.suse/ASoC-Intel-avs-Path-creation-and-freeing.patch
	patches.suse/ASoC-Intel-avs-Path-state-management.patch
	patches.suse/ASoC-Intel-avs-Arm-paths-after-creating-them.patch
	patches.suse/ASoC-Intel-avs-Prepare-modules-before-bindings-them.patch
	patches.suse/ASoC-Intel-avs-Configure-modules-according-to-their-.patch
	patches.suse/ASoC-SOF-add-definitions-for-different-IPC-types.patch
	patches.suse/ASoC-SOF-add-path-indirection-to-each-IPC-type.patch
	patches.suse/ASoC-SOF-add-default-IPC-capability-and-file-paths.patch
	patches.suse/ASoC-SOF-add-IPC-dependent-file-names.patch
	patches.suse/ASoC-SOF-sof-pci-dev-add-parameter-to-override-firmw.patch
	patches.suse/ASoC-SOF-sof-pci-dev-add-parameter-to-override-topol.patch
	patches.suse/ASoC-SOF-sof-audio-preserve-topology-filename-overri.patch
	patches.suse/ASoC-SOF-remove-const-qualifier-for-struct-snd_sof_d.patch
	patches.suse/ASoC-SOF-Intel-hda-use-common-ops-across-platforms.patch
	patches.suse/ASoC-SOF-Intel-move-HDA_CL_STREAM_FORMAT-definition-.patch
	patches.suse/ASoC-SOF-Intel-hda-use-BIT-macros-for-consistency.patch
	patches.suse/ASoC-SOF-Intel-hda-define-check_ipc_irq-op.patch
	patches.suse/ASoC-SOF-Intel-hda-Define-rom_status_reg-in-sof_inte.patch
	patches.suse/ASoC-SOF-Intel-hda-expose-some-codeloader-functions.patch
	patches.suse/ASoC-SOF-Intel-add-IP-identifier.patch
	patches.suse/ASoC-soc-pcm-improve-BE-transition-for-PAUSE_RELEASE.patch
	patches.suse/ASoC-soc-pcm-improve-BE-transition-for-TRIGGER_START.patch
	patches.suse/ASoC-amd-acp-Add-pm-ops-callback-in-machine-driver.patch
	patches.suse/ASoC-SOF-using-pm_runtime_resume_and_get-to-simplify.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-Intel-sof_ssp_amp-remove-set-but-not-used-warni.patch
	patches.suse/ASoC-SOF-amd-Add-psp_mbox_ready-and-psp_send_cmd-cal.patch
	patches.suse/ASoC-SOF-amd-Use-dedicated-MBOX-for-ACP-and-PSP-comm.patch
	patches.suse/ASoC-SOF-sof-audio-remove-useless-assignment.patch
	patches.suse/ASoC-SOF-topology-Check-w-sname-validity-once-in-sof.patch
	patches.suse/ASoC-SOF-Intel-hda-simplify-NHLT-handling.patch
	patches.suse/ASoC-SOF-Intel-hda-Revisit-IMR-boot-sequence.patch
	patches.suse/ASoC-soc-core-remove-always-false-path.patch
	patches.suse/ASoC-SOF-sof-pci-dev-don-t-use-the-community-key-on-.patch
	patches.suse/ASOC-SOF-pci-add-ipc_type-override-for-Intel-IPC4-te.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-avs-Enable-AVS-driver-only-on-x86-platfor.patch
	patches.suse/ASoC-Intel-avs-Depend-on-SND_INTEL_DSP_CONFIG.patch
	patches.suse/ASoC-SOF-mediatek-Add-mt8186-hardware-support.patch
	patches.suse/ASoC-SOF-mediatek-Add-mt8186-sof-fw-loader-and-dsp-o.patch
	patches.suse/ASoC-SOF-mediatek-Add-mt8186-dsp-clock-support.patch
	patches.suse/ASoC-SOF-mediatek-Add-DSP-system-PM-callback-for-mt8-0e0b83cc7ec7.patch
	patches.suse/ASoC-soc.h-Introduce-SOC_DOUBLE_R_S_EXT_TLV-macro.patch
	patches.suse/ASoC-soc.h-Add-SOC_SINGLE_S_EXT_TLV-macro.patch
	patches.suse/ASoC-SOF-ipc3-Add-local-implementation-for-handling-.patch
	patches.suse/ASoC-SOF-Do-not-check-for-the-fw_ready-callback.patch
	patches.suse/ASoC-SOF-amd-Do-not-set-fw_ready-callback.patch
	patches.suse/ASoC-SOF-imx-Do-not-set-fw_ready-callback.patch
	patches.suse/ASoC-SOF-Intel-Do-not-set-fw_ready-callback.patch
	patches.suse/ASoC-SOF-loader-Remove-the-old-fw_ready-related-code.patch
	patches.suse/ASoC-SOF-remove-incorrect-clearing-of-prepared-flag.patch
	patches.suse/ASoC-SOF-Intel-Add-IPC-specific-dai-ops-for-IPC3.patch
	patches.suse/ASOC-SOF-Intel-hda-dai-consistent-naming-for-HDA-DAI.patch
	patches.suse/ASoC-SOF-Intel-hda-dai-simplify-hda_dai_widget_updat.patch
	patches.suse/ASoC-SOF-Intel-hda-dai-use-snd_soc_dai_get_widget-he.patch
	patches.suse/ASoC-SOF-Intel-hda-dai-split-link-DMA-and-dai-operat.patch
	patches.suse/ASoC-SOF-Intel-hda-dai-regroup-dai-and-link-DMA-oper.patch
	patches.suse/ASoC-SOF-sof-audio-flag-errors-on-pipeline-teardown.patch
	patches.suse/ASOC-SOF-Intel-hda-dai-add-hda_dai_hw_free_ipc-helpe.patch
	patches.suse/ASoC-SOF-Intel-hda-dai-move-code-to-deal-with-hda-da.patch
	patches.suse/ASoC-SOF-Intel-hda-dai-improve-suspend-case.patch
	patches.suse/ASoC-SOF-Intel-hda-dai-reset-dma_data-and-release-st.patch
	patches.suse/ASoC-SOF-Intel-add-helper-for-link-DMA-cleanups.patch
	patches.suse/ASoC-SOF-Intel-hda-dai-protect-hw_params-against-suc.patch
	patches.suse/ASoC-Intel-atom-use-pm_runtime_resume_and_get.patch
	patches.suse/ASoC-SOF-Intel-Do-not-wrongly-assume-positive-return.patch
	patches.suse/ASoC-SOF-bump-SOF_ABI_MINOR.patch
	patches.suse/ASoC-SOF-mediatek-mt8195-change-ipc-timeout-as-1-sec.patch
	patches.suse/ALSA-hda-intel-nhlt-Move-structs-out-of-define-block.patch
	patches.suse/ASoC-Intel-avs-Drop-direct-ACPI-dependency.patch
	patches.suse/ASoC-SOF-mediatek-Fix-allyesconfig-build-error.patch
	patches.suse/ASoC-SOF-control-use-pm_runtime_resume_and_get.patch
	patches.suse/ASoC-SOF-debug-use-pm_runtime_resume_and_get.patch
	patches.suse/ASoC-SOF-sof-client-ipc-msg-injector-use-pm_runtime_.patch
	patches.suse/ASoC-Intel-bytcr_rt5640-Add-quirk-for-the-HP-Pro-Tab.patch
	patches.suse/ASoC-SOF-sof-pci-dev-fix-missing-pci_release_regions.patch
	patches.suse/ASoC-SOF-Introduce-IPC-dependent-ops-for-firmware-ha.patch
	patches.suse/ASoC-SOF-ipc3-loader-Implement-firmware-parsing-and-.patch
	patches.suse/ASoC-SOF-ipc-Add-check-for-fw_loader-ops.patch
	patches.suse/ASoC-SOF-loader-Switch-to-use-the-fw_loader-ops.patch
	patches.suse/ASoC-SOF-amd-renoir-Do-not-set-the-load_module-ops.patch
	patches.suse/ASoC-SOF-imx-Do-not-set-the-load_module-ops.patch
	patches.suse/ASoC-SOF-Intel-bdw-byt-pci-tng-Do-not-set-the-load_m.patch
	patches.suse/ASoC-SOF-mediatek-mt8195-Do-not-set-the-load_module-.patch
	patches.suse/ASoC-SOF-loader-Remove-snd_sof_parse_module_memcpy-a.patch
	patches.suse/ASoC-SOF-loader-Call-optional-query_fw_configuration.patch
	patches.suse/ASoC-SOF-Add-a-new-op-to-set-up-volume-table.patch
	patches.suse/ASoC-SOF-sof-audio-reset-route-status-before-freeing.patch
	patches.suse/ASoC-SOF-sof-audio-Set-up-widgets-from-source-to-sin.patch
	patches.suse/ASoC-SOF-pcm-Move-the-call-to-snd_sof_pcm_platform_h.patch
	patches.suse/ASoC-SOF-expose-a-couple-of-functions.patch
	patches.suse/ASoC-SOF-Add-a-route_free-op-in-struct-sof_ipc_tplg_.patch
	patches.suse/ASoC-SOF-Add-two-new-fields-to-struct-snd_sof_widget.patch
	patches.suse/ASoC-SOF-pcm-remove-unnecessary-function-declaration.patch
	patches.suse/ASoC-SOF-topology-Skip-parsing-DAI-link-tokens-if-no.patch
	patches.suse/ASoC-SOF-clarify-use-of-widget-complete-flag.patch
	patches.suse/ASoC-SOF-Add-a-prepare-op-to-IPC-topology-widget-ops.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-SOF-ipc3-topology-Correct-get_control_data-for-.patch
	patches.suse/ASoC-SOF-ipc3-Remove-the-ipc3-ops.h-header-file.patch
	patches.suse/ASoC-soc-generic-dmaengine-pcm-Use-default-config-wh.patch
	patches.suse/ASoC-SOF-Add-rx_data-pointer-to-snd_sof_ipc_msg-stru.patch
	patches.suse/ASoC-SOF-Add-initial-header-file-for-ipc4.patch
	patches.suse/ASoC-SOF-ipc4-Add-support-for-mandatory-message-hand.patch
	patches.suse/ASoC-SOF-trace-The-dtrace-is-only-available-with-SOF.patch
	patches.suse/ASoC-SOF-sof-client-Add-API-to-get-the-maximum-IPC-p.patch
	patches.suse/ASoC-SOF-ipc-msg-injector-Query-the-maximum-IPC-payl.patch
	patches.suse/ASoC-SOF-sof-client-probes-Query-the-maximum-IPC-pay.patch
	patches.suse/ASoC-SOF-sof-client-Add-API-to-get-the-ipc_type.patch
	patches.suse/ASoC-SOF-sof-client-Add-support-IPC4-message-sending.patch
	patches.suse/ASoC-SOF-ipc-msg-injector-Separate-the-message-sendi.patch
	patches.suse/ASoC-SOF-ipc-msg-injector-Add-support-for-IPC4-messa.patch
	patches.suse/ASoC-SOF-sof-client-IPC-flood-test-can-only-work-wit.patch
	patches.suse/ASoC-soc-component-Add-comment-for-the-endianness-fl.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-hdac_hda-Add-endianness-flag-in-snd_soc_compone.patch
	patches.suse/ASoC-cs35l41-Add-endianness-flag-in-snd_soc_componen.patch
	patches.suse/ASoC-rt1019-Add-endianness-flag-in-snd_soc_component.patch
	patches.suse/ASoC-tscs454-Add-endianness-flag-in-snd_soc_componen.patch
	patches.suse/ASoC-rt700-Add-endianness-flag-in-snd_soc_component_.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-rt715-Add-endianness-flag-in-snd_soc_component_.patch
	patches.suse/ASoC-rt715-sdca-Add-endianness-flag-in-snd_soc_compo.patch
	patches.suse/ASoC-rt1308-sdw-Add-endianness-flag-in-snd_soc_compo.patch
	patches.suse/ASoC-rt1316-sdw-Add-endianness-flag-in-snd_soc_compo.patch
	patches.suse/ASoC-codecs-rt715-sdca-remove-useless-assignment-of-.patch
	patches.suse/ASoC-SOF-ipc-introduce-cont_update_posn-in-sof_ipc_s.patch
	patches.suse/ASoC-Intel-sof_rt5682-Add-support-for-adl_rt1019_rt5.patch
	patches.suse/ASoC-Intel-sof_ssp_amp-fix-no-DMIC-BE-Link-on-Chrome.patch
	patches.suse/ASoC-Intel-sof_ssp_amp-enable-capture-stream-from-cs.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-rt5645-Fix-the-error-handling-of-rt5645_i2c_pro.patch
	patches.suse/ASoC-samsung-Fix-refcount-leak-in-aries_audio_probe.patch
	patches.suse/ASoC-SOF-amd-add-missing-platform_device_unregister-.patch
	patches.suse/ASoC-SOF-Intel-HDA-Set-IPC4-specific-DSP-ops-for-CaV.patch
	patches.suse/ASoC-SOF-Add-IPC4-private-header.patch
	patches.suse/ASoC-SOF-Add-header-for-IPC4-manifest.patch
	patches.suse/ASoC-SOF-IPC4-Add-FW-loader-ops.patch
	patches.suse/ASoC-SOF-Intel-HDA-Set-up-sof_ipc4_fw_data-for-IPC4.patch
	patches.suse/ASoC-amd-vangogh-Remove-duplicate-include-files.patch
	patches.suse/ASoC-ti-j721e-evm-Fix-refcount-leak-in-j721e_soc_pro.patch
	patches.suse/ASoC-core-Correct-spelling-fliped-flipped.patch
	patches.suse/ASoC-core-Pass-legacy_dai_naming-flag-directly.patch
	patches.suse/ASoC-soc-component-Update-handling-to-component-dela.patch
	patches.suse/ASoC-rt5645-Fix-errorenous-cleanup-order.patch
	patches.suse/ASoC-SOF-mediatek-Add-ipc-support-for-mt8195.patch
	patches.suse/ASoC-SOF-mediatek-Add-mt8186-ipc-support.patch
	patches.suse/ASoC-SOF-ipc-msg-injector-Cap-the-rmaining-to-count-.patch
	patches.suse/ASoC-Intel-avs-Account-for-libraries-when-booting-ba.patch
	patches.suse/ASoC-Intel-avs-Generic-soc-component-driver.patch
	patches.suse/ASoC-Intel-avs-Generic-PCM-FE-operations.patch
	patches.suse/ASoC-Intel-avs-non-HDA-PCM-BE-operations.patch
	patches.suse/ASoC-Intel-avs-HDA-PCM-BE-operations.patch
	patches.suse/ASoC-Intel-avs-Coredump-and-recovery-flow.patch
	patches.suse/ASoC-Intel-avs-Prepare-for-firmware-tracing.patch
	patches.suse/ASoC-Intel-avs-D0ix-power-state-support.patch
	patches.suse/ASoC-Intel-avs-Event-tracing.patch
	patches.suse/ASoC-Intel-avs-Replace-link_mask-usage-with-i2s_link.patch
	patches.suse/ASoC-Intel-avs-Machine-board-registration.patch
	patches.suse/ASoC-Intel-avs-PCI-driver-implementation.patch
	patches.suse/ASoC-Intel-avs-Power-management.patch
	patches.suse/ASoC-Intel-avs-SKL-based-platforms-support.patch
	patches.suse/ASoC-Intel-avs-APL-based-platforms-support.patch
	patches.suse/ASoC-SOF-mediatek-remove-duplicate-include-in-mt8195.patch
	patches.suse/ASoC-SOF-sof-client-ipc-flood-test-use-pm_runtime_re.patch
	patches.suse/ASoC-wm2000-fix-missing-clk_disable_unprepare-on-err.patch
	patches.suse/ASoC-amd-acp-Set-Speaker-enable-disable-pin-through-.patch
	patches.suse/ASoC-amd-acp-Set-Speaker-enable-disable-pin-through--17572892e3be.patch
	patches.suse/ASoC-max98357a-remove-dependency-on-GPIOLIB.patch
	patches.suse/ASoC-rt1015p-remove-dependency-on-GPIOLIB.patch
	patches.suse/ASoC-SOF-mediatek-Add-mediatek-common-debug-dump.patch
	patches.suse/ASoC-SOF-mediatek-Add-mt8195-debug-dump.patch
	patches.suse/ASoC-rt1308-sdw-add-the-default-value-of-register-0x.patch
	patches.suse/ASoC-max98090-Move-check-for-invalid-values-before-c.patch
	patches.suse/ASoC-SOF-Introduce-IPC-independent-ops-for-firmware-.patch
	patches.suse/ASoC-SOF-Rename-dtrace_is_supported-flag-to-fw_trace.patch
	patches.suse/ASoC-SOF-Clone-the-trace-code-to-ipc3-dtrace-as-fw_t.patch
	patches.suse/ASoC-SOF-Switch-to-IPC-generic-firmware-tracing.patch
	patches.suse/ASoC-SOF-ipc3-dtrace-Move-host-ops-wrappers-from-gen.patch
	patches.suse/ASoC-SOF-Modify-the-host-trace_init-parameter-list-t.patch
	patches.suse/ASoC-SOF-Introduce-opaque-storage-of-private-data-fo.patch
	patches.suse/ASoC-SOF-ipc3-dtrace-Move-dtrace-related-variables-l.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-ufs-ufshcd-pltfrm-Simplify-pdev-dev-usage.patch
	patches.suse/scsi-vmw_pvscsi-No-need-to-clear-memory-after-a-dma_.patch
	patches.suse/scsi-megaraid_sas-Remove-unnecessary-memset.patch
	patches.suse/scsi-ufs-core-Remove-redundant-HPB-unmap.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-pmcraid-Remove-unneeded-semicolon.patch
	patches.suse/scsi-fcoe-Simplify-if-if-to-if-else.patch
	patches.suse/scsi-core-Increase-max-device-queue_depth-to-4096.patch
	patches.suse/scsi-qla2xxx-Remove-free_sg-command-flag.patch
	patches.suse/scsi-mpt3sas-Fix-_ctl_set_task_mid-TaskMID-check.patch
	patches.suse/scsi-mpt3sas-Fix-writel-use.patch
	patches.suse/scsi-mpt3sas-Fix-ioc-base_readl-use.patch
	patches.suse/scsi-mpt3sas-Fix-event-callback-log_code-value-handl.patch
	patches.suse/scsi-mpt3sas-Fix-adapter-replyPostRegisterIndex-decl.patch
	patches.suse/scsi-iscsi-Fix-harmless-double-shift-bug.patch
	patches.suse/scsi-ufs-core-Increase-fDeviceInit-poll-frequency.patch
	patches.suse/scsi-ufs-Fix-a-spelling-error-in-a-source-code-comme.patch
	patches.suse/scsi-ufs-Declare-ufshcd_wait_for_register-static.patch
	patches.suse/scsi-ufs-Remove-superfluous-boolean-conversions.patch
	patches.suse/scsi-ufs-Simplify-statements-that-return-a-boolean.patch
	patches.suse/scsi-ufs-Remove-ufshcd_lrb.sense_bufflen.patch
	patches.suse/scsi-ufs-Remove-ufshcd_lrb.sense_buffer.patch
	patches.suse/scsi-ufs-Use-get_unaligned_be16-instead-of-be16_to_c.patch
	patches.suse/scsi-ufs-Remove-the-UFS_FIX-and-END_FIX-macros.patch
	patches.suse/scsi-ufs-Rename-struct-ufs_dev_fix-into-ufs_dev_quir.patch
	patches.suse/scsi-ufs-Declare-the-quirks-array-const.patch
	patches.suse/scsi-ufs-Invert-the-return-value-of-ufshcd_is_hba_ac.patch
	patches.suse/scsi-ufs-Remove-unused-constants-and-code.patch
	patches.suse/scsi-ufs-Switch-to-aggregate-initialization.patch
	patches.suse/scsi-ufs-Make-the-config_scaling_param-calls-type-sa.patch
	patches.suse/scsi-ufs-Remove-the-driver-version.patch
	patches.suse/scsi-ufs-Rename-sdev_ufs_device-into-ufs_device_wlun.patch
	patches.suse/scsi-ufs-Use-an-SPDX-license-identifier-in-the-Kconf.patch
	patches.suse/scsi-ufs-Remove-paths-from-source-code-comments.patch
	patches.suse/scsi-ufs-Remove-the-TRUE-and-FALSE-definitions.patch
	patches.suse/scsi-ufs-Remove-locking-from-around-single-register-.patch
	patches.suse/scsi-ufs-Introduce-ufshcd_clkgate_delay_set.patch
	patches.suse/scsi-ufs-qcom-Fix-ufs_qcom_resume
	patches.suse/scsi-ufs-Remove-unnecessary-ufshcd-crypto.h-include-.patch
	patches.suse/scsi-ufs-Fix-kernel-doc-syntax-in-ufshcd.h.patch
	patches.suse/scsi-ufs-Minimize-include-directives.patch
	patches.suse/scsi-ufs-Split-the-ufshcd.h-header-file.patch
	patches.suse/scsi-ufs-Move-the-struct-ufs_ref_clk-definition.patch
	patches.suse/scsi-ufs-Move-the-ufs_is_valid_unit_desc_lun-definit.patch
	patches.suse/scsi-sd-sd_zbc-Improve-source-code-documentation.patch
	patches.suse/scsi-sd-sd_zbc-Verify-that-the-zone-size-is-a-power-.patch
	patches.suse/scsi-sd-sd_zbc-Use-logical-blocks-as-unit-when-query.patch
	patches.suse/scsi-sd-sd_zbc-Introduce-struct-zoned_disk_info.patch
	patches.suse/scsi-sd-sd_zbc-Return-early-in-sd_zbc_check_zoned_ch.patch
	patches.suse/scsi-sd-sd_zbc-Hide-gap-zones.patch
	patches.suse/scsi-aacraid-Fix-undefined-behavior-due-to-shift-overflowing-the-constant.patch
	patches.suse/scsi-mac53c94-Fix-warning-comparing-pointer-to-0.patch
	patches.suse/scsi-fnic-Remove-redundant-NULL-check.patch
	patches.suse/scsi-bfa-Remove-redundant-NULL-check.patch
	patches.suse/scsi-aha1542-Remove-unneeded-semicolon.patch
	patches.suse/scsi-message-fusion-Remove-unused-variable-retval.patch
	patches.suse/scsi-ipr-Directly-return-instead-of-using-local-ret-.patch
	patches.suse/scsi-qedf-Remove-unnecessary-code.patch
	patches.suse/scsi-bfa-Remove-unneeded-flush_workqueue.patch
	patches.suse/scsi-qla2xxx-Remove-unneeded-flush_workqueue.patch
	patches.suse/scsi-fnic-Remove-unneeded-flush_workqueue.patch
	patches.suse/scsi-lpfc-Remove-unneeded-variable-a346f28a.patch
	patches.suse/scsi-core-Refine-how-we-set-tag_set-NUMA-node.patch
	patches.suse/scsi-ufs-core-Exclude-UECxx-from-SFR-dump-list
	patches.suse/scsi-ufs-core-Remove-duplicate-include-in-ufshcd.patch
	patches.suse/scsi-qedf-Remove-an-unneeded-NULL-check-on-list-iter.patch
	patches.suse/scsi-dc395x-Fix-a-missing-check-on-list-iterator
	patches.suse/scsi-qla2xxx-edif-Remove-unneeded-variable.patch
	patches.suse/scsi-megaraid-Fix-error-check-return-value-of-register_chrdev.patch
	patches.suse/scsi-ufs-Use-pm_runtime_resume_and_get-instead-of-pm_runtime_get_sync.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-core-Pick-suitable-allocation-length-in-scsi_re.patch
	patches.suse/scsi-core-Cache-VPD-pages-b0-b1-b2.patch
	patches.suse/scsi-core-Do-not-truncate-INQUIRY-data-on-modern-dev.patch
	patches.suse/scsi-sd-Use-cached-ATA-Information-VPD-page.patch
	patches.suse/scsi-sd-Switch-to-using-scsi_device-VPD-pages.patch
	patches.suse/scsi-sd-Optimal-I-O-size-should-be-a-multiple-of-rep.patch
	patches.suse/scsi-sd-Reorganize-DIF-DIX-code-to-avoid-calling-rev.patch
	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-sr-Add-memory-allocation-failure-handling-for-g.patch
	patches.suse/scsi-mpi3mr-Add-bsg-device-support.patch
	patches.suse/scsi-mpi3mr-Add-support-for-driver-commands.patch
	patches.suse/scsi-mpi3mr-Move-data-structures-definitions-from-MPI-headers-to-uapi-header.patch
	patches.suse/scsi-mpi3mr-Add-support-for-MPT-commands.patch
	patches.suse/scsi-mpi3mr-Add-support-for-PEL-commands.patch
	patches.suse/scsi-mpi3mr-Expose-adapter-state-to-sysfs.patch
	patches.suse/scsi-mpi3mr-Add-support-for-NVMe-passthrough.patch
	patches.suse/scsi-mpi3mr-Update-driver-version-to-8.0.0.69.0.patch
	patches.suse/scsi-ufs-qcom-Fix-acquiring-the-optional-reset-contr.patch
	patches.suse/scsi-ufs-qcom-Simplify-handling-of-devm_phy_get.patch
	patches.suse/scsi-ufs-qcom-Add-a-readl-to-make-sure-ref_clk-gets-enabled
	patches.suse/scsi-ufs-core-Remove-redundant-wmb-in-ufshcd_send_co.patch
	patches.suse/scsi-ufs-qcom-Enable-RPM_AUTOSUSPEND-for-runtime-PM.patch
	patches.suse/scsi-ufs-ufshpb-Merge-ufshpb_reset-and-ufshpb_reset_.patch
	patches.suse/scsi-ufs-ufshpb-Remove-enum-initialization-value.patch
	patches.suse/scsi-ufs-ufshpb-Clean-up-the-handler-when-device-res.patch
	patches.suse/scsi-ufs-ufshpb-Change-sysfs-node-hpb_stats-rb_-pref.patch
	patches.suse/scsi-ufs-ufshpb-Add-handing-of-device-reset-regions-.patch
	patches.suse/scsi-ufs-ufshpb-Clean-up-ufshpb_suspend-resume.patch
	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-mpi3mr-Increase-I-O-timeout-value-to-60s.patch
	patches.suse/scsi-mpi3mr-Hidden-drives-not-removed-during-soft-reset.patch
	patches.suse/scsi-mpi3mr-Return-I-Os-to-an-unrecoverable-HBA-with-DID_ERROR.patch
	patches.suse/scsi-target-iscsi-Rename-iscsi_cmd-to-iscsit_cmd.patch
	patches.suse/scsi-target-iscsi-Rename-iscsi_conn-to-iscsit_conn.patch
	patches.suse/scsi-fcoe-Add-a-local_lock-to-fcoe_percpu.patch
	patches.suse/scsi-fcoe-Use-per-CPU-API-to-update-per-CPU-statistics.patch
	patches.suse/scsi-libfc-Remove-get_cpu-semantics-in-fc_exch_em_al.patch
	patches.suse/scsi-bnx2fc-Avoid-using-get_cpu-in-bnx2fc_cmd_alloc.patch
	patches.suse/scsi-mpi3mr-Fix-a-NULL-vs-IS_ERR-bug-in-mpi3mr_bsg_init.patch
	patches.suse/scsi-ipr-Use-kobj_to_dev.patch
	patches.suse/scsi-mpt3sas-Fix-junk-chars-displayed-while-printing.patch
	patches.suse/scsi-mpt3sas-Update-driver-version-to-42.100.00.00.patch
	patches.suse/scsi-hisi_sas-Fix-rescan-after-deleting-a-disk
	patches.suse/scsi-mpi3mr-Return-error-if-dma_alloc_coherent-fails.patch
	patches.suse/scsi-megaraid_sas-Remove-redundant-memset-statement.patch
	patches.suse/scsi-mpi3mr-Add-shost-related-sysfs-attributes.patch
	patches.suse/scsi-mpi3mr-Add-target-device-related-sysfs-attributes.patch
	patches.suse/scsi-fnic-Replace-DMA-mask-of-64-bits-with-47-bits
	patches.suse/scsi-hisi_sas-Fix-memory-ordering-in-hisi_sas_task_deliver.patch
	patches.suse/scsi-qedf-Remove-redundant-variable-op.patch
	patches.suse/scsi-dpt_i2o-Drop-redundant-spinlock-initialization.patch
	patches.suse/x86-remove-the-IOMMU-table-infrastructure
	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-QSPI-controllers-on-Tegra234.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/dt-bindings-iommu-Add-Apple-SART-DMA-address-filter
	patches.suse/soc-tegra-pmc-Update-Tegra234-reset-sources.patch
	patches.suse/soc-ti-ti_sci_pm_domains-Check-for-null-return-of-de.patch
	patches.suse/soc-ti-knav_qmss_queue-Use-pm_runtime_resume_and_get.patch
	patches.suse/memory-tegra-Add-Tegra234-support.patch
	patches.suse/memory-tegra-Add-APE-memory-clients-for-Tegra234.patch
	patches.suse/memory-tegra-Add-memory-controller-channels-support.patch
	patches.suse/memory-tegra-Add-MC-error-logging-on-Tegra186-onward.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/1626-video-fbdev-omapfb-lcd_ams_delta-fix-unused-variable.patch
	patches.suse/1627-ARM-omap1-innovator-pass-lcd-control-address-as-pdat.patch
	patches.suse/1628-ARM-omap1-move-lcd_dma-code-into-omapfb-driver.patch
	patches.suse/1629-fbdev-omap-pass-irqs-as-resource.patch
	patches.suse/ARM-omap1-ams-delta-remove-camera-leftovers.patch
	patches.suse/ARM-OMAP1-clock-Fix-UART-rate-reporting-algorithm.patch
	patches.suse/scripts-dummy-tools-add-pahole.patch
	patches.suse/drivers-base-node.c-fix-compaction-sysfs-file-leak.patch
	patches.suse/mm-migration-remove-unneeded-local-variable-mapping_locked.patch
	patches.suse/mm-migration-remove-unneeded-local-variable-page_lru.patch
	patches.suse/mm-migration-use-helper-function-vma_lookup-in-add_page_for_migration.patch
	patches.suse/mm-migration-use-helper-macro-min-in-do_pages_stat.patch
	patches.suse/mm-migration-avoid-unneeded-nodemask_t-initialization.patch
	patches.suse/mm-migration-remove-some-duplicated-codes-in-migrate_pages.patch
	patches.suse/mm-migration-fix-potential-page-refcounts-leak-in-migrate_pages.patch
	patches.suse/mm-migration-fix-potential-invalid-node-access-for-reclaim-based-migration.patch
	patches.suse/mm-migration-fix-possible-do_pages_stat_array-racing-with-memory-offline.patch
	patches.suse/mm-migrate-simplify-the-refcount-validation-when-migrating-hugetlb-mapping.patch
	patches.suse/mm-untangle-config-dependencies-for-demote-on-reclaim.patch
	patches.suse/dax-fix-cache-flush-on-PMD-mapped-pages.patch
	patches.suse/mm-debug_vm_pgtable-drop-protection_map-usage.patch
	patches.suse/mm-mmap-clarify-protection_map-indices.patch
	patches.suse/mm-mmap-add-new-config-ARCH_HAS_VM_GET_PAGE_PROT.patch
	patches.suse/powerpc-mm-enable-ARCH_HAS_VM_GET_PAGE_PROT.patch
	patches.suse/arm64-mm-enable-ARCH_HAS_VM_GET_PAGE_PROT.patch
	patches.suse/x86-mm-enable-ARCH_HAS_VM_GET_PAGE_PROT.patch
	patches.suse/mm-mmap-drop-arch_filter_pgprot.patch
	patches.suse/mm-mmap-drop-arch_vm_get_page_pgprot.patch
	patches.suse/drivers-base-memory-fix-an-unlikely-reference-counti.patch
	patches.suse/0001-memcg-introduce-per-memcg-reclaim-interface.patch
	patches.suse/0002-selftests-cgroup-return-errno-from-cg_read-cg_write-.patch
	patches.suse/0003-selftests-cgroup-fix-alloc_anon_noexit-instantly-fre.patch
	patches.suse/0004-selftests-cgroup-add-a-selftest-for-memory.reclaim.patch
	patches.suse/1630-mmap-locking-API-fix-missed-mmap_sem-references-in-c.patch
	patches.suse/mm-convert-sysfs-input-to-bool-using-kstrtobool.patch
	patches.suse/Revert-mm-vmscan-never-demote-for-memcg-reclaim.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/Kconfig-Add-option-for-asm-goto-w-tied-outputs-to-wo.patch
	patches.suse/x86-uaccess-Implement-macros-for-CMPXCHG-on-user-add.patch
	patches.suse/KVM-x86-Use-__try_cmpxchg_user-to-update-guest-PTE-A.patch
	patches.suse/KVM-x86-Use-__try_cmpxchg_user-to-emulate-atomic-acc.patch
	patches.suse/0001-x86-cpufeatures-Add-virtual-TSC_AUX-feature-bit.patch
	patches.suse/0002-KVM-SEV-ES-Use-V_TSC_AUX-if-available-instead-of-RDT.patch
	patches.suse/KVM-x86-avoid-loading-a-vCPU-after-.vm_destroy-was-c.patch
	patches.suse/drivers-s390-char-Add-Ultravisor-io-device
	patches.suse/KVM-s390-Don-t-indicate-suppression-on-dirtying-failing-memop
	patches.suse/KVM-s390-selftest-Test-suppression-indication-on-key-prot-exception
	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/gpiolib-Get-rid-of-redundant-else.patch
	patches.suse/mailbox-tegra-hsp-Add-tegra_hsp_sm_ops.patch
	patches.suse/dt-bindings-tegra186-hsp-add-type-for-shared-mailbox.patch
	patches.suse/mailbox-tegra-hsp-Add-128-bit-shared-mailbox-support.patch
	patches.suse/module-fix-e_shstrndx-.sh_size-0-OOB-access.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-rxe-Remove-type-2A-memory-window-capability.patch
	patches.suse/RDMA-rxe-Remove-mc_grp_pool-from-struct-rxe_dev.patch
	patches.suse/RDMA-rxe-Remove-support-for-SMI-QPs-from-rdma_rxe.patch
	patches.suse/RDMA-rxe-Remove-reliable-datagram-support.patch
	patches.suse/RDMA-hns-Remove-unnecessary-check-for-the-sgid_attr-.patch
	patches.suse/RDMA-rxe-Generate-a-completion-for-unsupported-inval.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-rxe-Remove-useless-parameters-for-update_state.patch
	patches.suse/RDMA-rxe-Replace-paylen-by-payload.patch
	patches.suse/RDMA-hns-Add-the-detection-for-CMDQ-status-in-the-de.patch
	patches.suse/RDMA-hns-Remove-the-num_cqc_timer-variable.patch
	patches.suse/RDMA-rxe-Optimize-the-mr-pool-struct.patch
	patches.suse/RDMA-rxe-Skip-adjusting-remote-addr-for-write-in-ret.patch
	patches.suse/RDMA-rxe-Remove-IB_SRQ_INIT_MASK.patch
	patches.suse/RDMA-rxe-Add-rxe_srq_cleanup.patch
	patches.suse/RDMA-rxe-Check-rxe_get-return-value.patch
	patches.suse/RDMA-rxe-Move-qp-cleanup-code-to-rxe_qp_do_cleanup.patch
	patches.suse/RDMA-rxe-Move-mr-cleanup-code-to-rxe_mr_cleanup.patch
	patches.suse/RDMA-rxe-Move-mw-cleanup-code-to-rxe_mw_cleanup.patch
	patches.suse/RDMA-rxe-Enforce-IBA-C11-17.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-hns-Use-hr_reg_xxx-instead-of-remaining-roce_se.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/RDMA-rxe-Fix-an-error-handling-path-in-rxe_get_mcg.patch
	patches.suse/RDMA-hfi1-Prevent-use-of-lock-before-it-is-initializ.patch
	patches.suse/RDMA-hfi1-Prevent-panic-when-SDMA-is-disabled.patch
	patches.suse/RDMA-hfi1-Fix-potential-integer-multiplication-overf.patch
	patches.suse/0117-dm-conditionally-enable-BIOSET_PERCPU_CACHE-for-dm_io-bioset.patch
	patches.suse/0118-dm-factor-out-dm_io_set_error-and-__dm_io_dec_pending.patch
	patches.suse/0119-dm-simplify-dm_io-access-in-dm_split_and_process_bio.patch
	patches.suse/0120-dm-simplify-dm_start_io_acct.patch
	patches.suse/0121-dm-mark-various-branches-unlikely.patch
	patches.suse/0122-dm-add-local-variables-to-clone_endio-and-__map_bio.patch
	patches.suse/0123-dm-move-hot-dm_io-members-to-same-cacheline-as-dm_target_io.patch
	patches.suse/0124-dm-introduce-dm_-get-put-_live_table_bio-called-from-dm_submit_bio.patch
	patches.suse/0125-dm-conditionally-enable-branching-for-less-used-features.patch
	patches.suse/0126-dm-simplify-basic-targets.patch
	patches.suse/0127-dm-use-bio_sectors-in-dm_aceept_partial_bio.patch
	patches.suse/0128-dm-don-t-pass-bio-to-__dm_start_io_acct-and-dm_end_io_acct.patch
	patches.suse/0129-dm-pass-dm_io-instance-to-dm_io_acct-directly.patch
	patches.suse/0130-dm-switch-to-bdev-based-IO-accounting-interfaces.patch
	patches.suse/0131-dm-improve-bio-splitting-and-associated-IO-accounting.patch
	patches.suse/0132-dm-don-t-grab-target-io-reference-in-dm_zone_map_bio.patch
	patches.suse/0133-dm-improve-dm_io-reference-counting.patch
	patches.suse/0134-dm-put-all-polled-dm_io-instances-into-a-single-list.patch
	patches.suse/0135-dm-simplify-bio-based-IO-accounting-further.patch
	patches.suse/0136-dm-improve-abnormal-bio-processing.patch
	patches.suse/0007-dm-stats-add-cond_resched-when-looping-over-entries.patch
	patches.suse/0010-dm-integrity-fix-error-code-in-dm_integrity_ctr.patch
	patches.suse/0008-dm-crypt-make-printing-of-the-key-constant-time.patch
	patches.suse/0137-dm-mpath-provide-high-resolution-timer-to-HST-for-bio-based.patch
	patches.suse/0138-dm-cache-metadata-remove-unnecessary-variable-in-__dump_mapping.patch
	patches.suse/0139-dm-pass-NULL-bdev-to-bio_alloc_clone.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/mm-fix-is_pinnable_page-against-a-cma-page.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-Define-pci_restore_standard_config-only-for-C.patch
	patches.suse/PCI-PM-Power-up-all-devices-during-runtime-resume.patch
	patches.suse/x86-PCI-Eliminate-remove_e820_regions-common-subexpr.patch
	patches.suse/x86-Log-resource-clipping-for-E820-regions.patch
	patches.suse/x86-PCI-Clip-only-host-bridge-windows-for-E820-regio.patch
	patches.suse/x86-PCI-Add-kernel-cmdline-options-to-use-ignore-E82.patch
	patches.suse/x86-PCI-Disable-E820-reserved-region-clipping-via-qu.patch
	patches.suse/x86-PCI-Disable-E820-reserved-region-clipping-starti.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-tegra194-Remove-unnecessary-MSI-enable-reg-save-.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/acpi-nfit-rely-on-mce-misc-to-determine-poison-granu.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-cache-the-dirents-for-entries-in-a-cached-directory.patch
	patches.suse/cifs-fix-ntlmssp-on-old-servers.patch
	patches.suse/smb3-remove-unneeded-null-check-in-cifs_readdir.patch
	patches.suse/crypto-x86-eliminate-anonymous-module_init-module_ex.patch
	patches.suse/crypto-qat-stop-using-iommu_present.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-qat-set-COMPRESSION-capability-for-DH895XCC.patch
	patches.suse/crypto-qat-fix-ETR-sources-enabled-by-default-on-GEN.patch
	patches.suse/crypto-qat-remove-unneeded-braces.patch
	patches.suse/crypto-qat-remove-unused-PFVF-stubs.patch
	patches.suse/crypto-qat-remove-unnecessary-tests-to-detect-PFVF-s.patch
	patches.suse/crypto-qat-add-missing-restarting-event-notification.patch
	patches.suse/crypto-qat-add-check-for-invalid-PFVF-protocol-versi.patch
	patches.suse/crypto-qat-test-PFVF-registers-for-spurious-interrup.patch
	patches.suse/crypto-qat-fix-wording-and-formatting-in-code-commen.patch
	patches.suse/crypto-qat-fix-off-by-one-error-in-PFVF-debug-print.patch
	patches.suse/crypto-qat-rework-the-VF2PF-interrupt-handling-logic.patch
	patches.suse/crypto-qat-leverage-the-GEN2-VF-mask-definiton.patch
	patches.suse/crypto-qat-replace-disable_vf2pf_interrupts.patch
	patches.suse/crypto-qat-use-u32-variables-in-all-GEN4-pfvf_ops.patch
	patches.suse/crypto-qat-remove-line-wrapping-for-pfvf_ops-functio.patch
	patches.suse/hwrng-cn10k-Optimize-cn10k_rng_read.patch
	patches.suse/hwrng-cn10k-Make-check_rng_health-return-an-error-code.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-qat-Fix-unsigned-function-returning-negative-.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-use-pre-allocated-buffers-in-datapath.patch
	patches.suse/crypto-qat-refactor-submission-logic.patch
	patches.suse/crypto-qat-add-backlog-mechanism.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/crypto-qat-add-param-check-for-RSA.patch
	patches.suse/crypto-qat-add-param-check-for-DH.patch
	patches.suse/crypto-qat-honor-CRYPTO_TFM_REQ_MAY_SLEEP-flag.patch
	patches.suse/crypto-qat-re-enable-registration-of-algorithms.patch
	patches.suse/crypto-qat-add-support-for-401xx-devices.patch
	patches.suse/hwrng-omap3-rom-fix-using-wrong-clk_disable-in-omap_.patch
	patches.suse/PCI-ACPI-add-a-helper-for-retrieving-_OSC-Control-DW.patch
	patches.suse/PCI-ACPI-Prefer-CXL-_OSC-instead-of-PCIe-_OSC-for-CX.patch
	patches.suse/PCI-ACPI-negotiate-CXL-_OSC.patch
	patches.suse/ACPI-NFIT-Drop-nfit_device_lock.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-fadump-align-destination-address-to-pagesize.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-2573-Drivers-hv-vmbus-Add-VMbus-IMC-device-to-unsupported.patch
	patches.suse/msft-hv-2574-PCI-hv-Fix-multi-MSI-to-allow-more-than-one-MSI-vect.patch
	patches.suse/drivers-hv-vmbus-fix-handling-of-messages-with-trans.patch
	patches.suse/pci-hv-Use-vmbus_requestor-to-generate-transaction-i.patch
	patches.suse/drivers-hv-vmbus-introduce-vmbus_sendpacket_getid.patch
	patches.suse/drivers-hv-vmbus-introduce-vmbus_request_addr_match.patch
	patches.suse/drivers-hv-vmbus-introduce-lock-unlock-_requestor.patch
	patches.suse/pci-hv-fix-synchronization-between-channel-callback-.patch
	patches.suse/msft-hv-2581-hv_sock-Check-hv_pkt_iter_first_raw-s-return-value.patch
	patches.suse/msft-hv-2582-hv_sock-Copy-packets-sent-by-Hyper-V-out-of-the-ring.patch
	patches.suse/msft-hv-2583-hv_sock-Add-validation-for-untrusted-Hyper-V-values.patch
	patches.suse/msft-hv-2584-Drivers-hv-vmbus-Accept-hv_sock-offers-in-isolated-g.patch
	patches.suse/msft-hv-2585-Drivers-hv-vmbus-Refactor-the-ring-buffer-iterator-f.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/1631-drm-hyperv-Add-error-message-for-fb-size-greater-tha.patch
	patches.suse/msft-hv-2597-x86-hyperv-Disable-hardlockup-detector-by-default-in.patch
	patches.suse/1632-video-hyperv_fb-Remove-support-for-Hyper-V-2008-and-.patch
	patches.suse/1633-drm-hyperv-Remove-support-for-Hyper-V-2008-and-2008R.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/msft-hv-2604-PCI-hv-Add-validation-for-untrusted-Hyper-V-values.patch
	patches.suse/pci-hv-fix-synchronization-between-channel-callback-hv_pci_bus_exit.patch
	patches.suse/msft-hv-2611-Drivers-hv-vmbus-fix-typo-in-comment.patch
	patches.suse/msft-hv-2613-hv_balloon-Fix-balloon_probe-and-balloon_remove-erro.patch
	patches.suse/1634-drm-fix-EDID-struct-for-old-ARM-OABI-format.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-don-t-load-pasid-config-until-needed.patch
	patches.suse/dmaengine-tegra-Add-tegra-gpcdma-driver.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-tegra-Remove-unused-including-linux-versio.patch
	patches.suse/dmaengine-tegra-Use-platform_get_irq-to-get-IRQ-reso.patch
	patches.suse/dmaengine-idxd-Fix-the-error-handling-path-in-idxd_c.patch
	patches.suse/dmaengine-idxd-Separate-user-and-kernel-pasid-enabli.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-tegra-Fix-build-error-without-IOMMU_API.patch
	patches.suse/dmaengine-stm32-mdma-remove-GISR1-register.patch
	patches.suse/dmaengine-stm32-mdma-fix-chan-initialization-in-stm3.patch
	patches.suse/dmaengine-tegra-Fix-uninitialized-variable-usage.patch
	patches.suse/dmaengine-tegra-Remove-unused-switch-case.patch
	patches.suse/MIPS-Loongson-Use-hwmon_device_register_with_groups-.patch
	patches.suse/ACPI-DPTF-Support-Meteor-Lake.patch
	patches.suse/ACPI-glue-Rearrange-find_child_checks.patch
	patches.suse/ACPI-processor-idle-Expose-max_cstate-nocst-bm_check.patch
	patches.suse/ACPI-CPPC-fix-typo-in-comment.patch
	patches.suse/ACPI-battery-Make-not-charging-the-default-on-no-cha.patch
	patches.suse/ACPI-video-improve-PM-notifer-callback.patch
	patches.suse/ACPI-clean-up-white-space-in-a-few-places-for-consis.patch
	patches.suse/cpufreq-tegra194-add-soc-data-to-support-multiple-so.patch
	patches.suse/cpufreq-tegra194-Add-support-for-Tegra234.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/1635-parisc-video-fbdev-stifb-Add-sti_dump_font-to-dump-S.patch
	patches.suse/1636-video-fbdev-hyperv_fb-Allow-resolutions-with-size-64.patch
	patches.suse/video-fbdev-clcdfb-Fix-refcount-leak-in-clcdfb_of_vr.patch
	patches.suse/1638-video-fbdev-omapfb-simplify-the-return-expression-of.patch
	patches.suse/1639-video-fbdev-omapfb-simplify-the-return-expression-of.patch
	patches.suse/video-fbdev-pxa3xx-gcu-release-the-resources-correct.patch
	patches.suse/1641-video-fbdev-xen-remove-setting-of-transp-parameter.patch
	patches.suse/1642-video-fbdev-radeon-Fix-spelling-typo-in-comment.patch
	patches.suse/1643-video-fbdev-vesafb-Fix-a-use-after-free-due-early-fb.patch
	patches.suse/1644-video-fbdev-omap-Add-prototype-for-hwa742_update_win.patch
	patches.suse/dt-bindings-mediatek-mt8195-Add-binding-for-MM-IOMMU
	patches.suse/dt-bindings-mediatek-mt8195-Add-binding-for-infra-IOMMU
	patches.suse/dt-bindings-mediatek-mt8186-Add-binding-for-MM-iommu
	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-Add-mutex-for-data-in-the-mtk_iommu_domain
	patches.suse/iommu-mediatek-Adapt-sharing-and-non-sharing-pgtable-case
	patches.suse/iommu-mediatek-Add-12G-16G-support-for-multi-domains
	patches.suse/iommu-mediatek-Add-a-flag-DCM_DISABLE
	patches.suse/iommu-mediatek-Add-a-flag-STD_AXI_MODE
	patches.suse/iommu-mediatek-Remove-the-granule-in-the-tlb-flush
	patches.suse/iommu-mediatek-Always-enable-output-PA-over-32bits-in-isr
	patches.suse/iommu-mediatek-Add-SUB_COMMON_3BITS-flag
	patches.suse/iommu-mediatek-Add-IOMMU_TYPE-flag
	patches.suse/iommu-mediatek-Contain-MM-IOMMU-flow-with-the-MM-TYPE
	patches.suse/iommu-mediatek-Adjust-device-link-when-it-is-sub-common
	patches.suse/iommu-mediatek-Allow-IOMMU_DOMAIN_UNMANAGED-for-PCIe-VFIO
	patches.suse/iommu-mediatek-Add-a-PM_CLK_AO-flag-for-infra-iommu
	patches.suse/iommu-mediatek-Add-infra-iommu-support
	patches.suse/iommu-mediatek-Add-PCIe-support
	patches.suse/iommu-mediatek-Add-mt8195-support
	patches.suse/iommu-mediatek-Only-adjust-code-about-register-base
	patches.suse/iommu-mediatek-Just-move-code-position-in-hw_init
	patches.suse/iommu-mediatek-Separate-mtk_iommu_data-for-v1-and-v2
	patches.suse/iommu-mediatek-Remove-mtk_iommu.h
	patches.suse/iommu-mediatek-v1-Just-rename-mtk_iommu-to-mtk_iommu_v1
	patches.suse/iommu-mediatek-Add-mtk_iommu_bank_data-structure
	patches.suse/iommu-mediatek-Initialise-bank-HW-for-each-a-bank
	patches.suse/iommu-mediatek-Change-the-domid-to-iova_region_id
	patches.suse/iommu-mediatek-Get-the-proper-bankid-for-multi-banks
	patches.suse/iommu-mediatek-Initialise-Remove-for-multi-bank-dev
	patches.suse/iommu-mediatek-Backup-restore-regsiters-for-multi-banks
	patches.suse/iommu-mediatek-mt8195-Enable-multi-banks-for-infra-iommu
	patches.suse/iommu-mediatek-Add-mt8186-iommu-support
	patches.suse/iommu-mediatek-Fix-NULL-pointer-dereference-when-printing-dev_na
	patches.suse/iommu-msm-Add-a-check-for-the-return-of-kzalloc
	patches.suse/iommu-msm-Fix-an-incorrect-NULL-check-on-list-iterator
	patches.suse/dt-bindings-arm-smmu-Add-binding-for-SDX65-SMMU
	patches.suse/iommu-arm-smmu-fix-possible-null-ptr-deref-in-arm_smmu_device_pr
	patches.suse/iommu-arm-smmu-v3-check-return-value-after-calling-platform_get_
	patches.suse/iommu-arm-smmu-v3-sva-Fix-mm-use-after-free
	patches.suse/dt-bindings-arm-smmu-Add-compatible-for-Qualcomm-SC8280XP
	patches.suse/iommu-arm-smmu-qcom-Add-SC8280XP-support
	patches.suse/dt-bindings-arm-smmu-Document-nvidia-memory-controller-property
	patches.suse/dt-bindings-arm-smmu-Add-compatible-for-Tegra234-SOC
	patches.suse/iommu-arm-smmu-Support-Tegra234-SMMU.patch
	patches.suse/iommu-arm-smmu-Force-identity-domains-for-legacy-binding
	patches.suse/iommu-fsl_pamu-Prepare-cleanup-of-powerpc-s-asm-prom.h
	patches.suse/iommu-amd-Enable-swiotlb-in-all-cases
	patches.suse/dma-iommu-Check-that-swiotlb-is-active-before-trying-to-use-it
	patches.suse/iommu-Introduce-device_iommu_capable.patch
	patches.suse/iommu-Add-capability-for-pre-boot-DMA-protection.patch
	patches.suse/thunderbolt-Make-iommu_dma_protection-more-accurate.patch
	patches.suse/iommu-amd-Indicate-whether-DMA-remap-support-is-enabled
	patches.suse/dt-bindings-iommu-Drop-client-node-in-examples
	patches.suse/iommu-Introduce-the-domain-op-enforce_cache_coherency
	patches.suse/vfio-Move-the-Intel-no-snoop-control-off-of-IOMMU_CACHE
	patches.suse/iommu-Redefine-IOMMU_CAP_CACHE_COHERENCY-as-the-cap-flag-for-IOM
	patches.suse/vfio-Require-that-devices-support-DMA-cache-coherence
	patches.suse/iommu-dma-Fix-iova-map-result-check-bug
	patches.suse/iommu-dma-Explicitly-sort-PCI-DMA-windows
	patches.suse/iommu-vt-d-Remove-unneeded-validity-check-on-dev
	patches.suse/iommu-vt-d-Change-return-type-of-dmar_insert_one_dev_info
	patches.suse/iommu-vt-d-Fold-dmar_insert_one_dev_info-into-its-caller
	patches.suse/iommu-vt-d-Size-Page-Request-Queue-to-avoid-overflow-condition
	patches.suse/iommu-vt-d-Block-force-snoop-domain-attaching-if-no-SC-support
	patches.suse/iommu-vt-d-Check-domain-force_snooping-against-attached-devices
	patches.suse/iommu-vt-d-Remove-domain_update_iommu_snooping
	patches.suse/iommu-vt-d-Remove-hard-coding-PGSNP-bit-in-PASID-entries
	patches.suse/iommu-amd-Do-not-call-sleep-while-holding-spinlock
	patches.suse/iommu-amd-Remove-redundant-check
	patches.suse/iommu-amd-Increase-timeout-waiting-for-GA-log-enablement
	patches.suse/iommu-Add-DMA-ownership-management-interfaces
	patches.suse/driver-core-Add-dma_cleanup-callback-in-bus_type
	patches.suse/amba-Stop-sharing-platform_dma_configure
	patches.suse/bus-platform-amba-fsl-mc-PCI-Add-device-DMA-ownership-management
	patches.suse/PCI-pci_stub-Set-driver_managed_dma
	patches.suse/PCI-portdrv-Set-driver_managed_dma
	patches.suse/vfio-Set-DMA-ownership-for-VFIO-devices
	patches.suse/vfio-Remove-use-of-vfio_group_viable
	patches.suse/vfio-Delete-the-unbound_list
	patches.suse/vfio-Remove-iommu-group-notifier
	patches.suse/iommu-Remove-iommu-group-changes-notifier
	patches.suse/iommu-iommu_group_claim_dma_owner-must-always-assign-a-domain
	patches.suse/iommu-s390-Tolerate-repeat-attach_dev-calls
	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/vfio-mlx5-Manage-the-VF-attach-detach-callback-from-the-PF
	patches.suse/vfio-mlx5-Refactor-to-enable-VFs-migration-in-parallel
	patches.suse/vfio-mlx5-Run-the-SAVE-state-command-in-an-async-mode
	patches.suse/vfio-Stop-using-iommu_present
	patches.suse/vfio-Make-vfio_-un-register_notifier-accept-a-vfio_device
	patches.suse/vfio-ccw-Remove-mdev-from-struct-channel_program
	patches.suse/vfio-mdev-Pass-in-a-struct-vfio_device-to-vfio_pin-unpin_pages
	patches.suse/vfio-mdev-Pass-in-a-struct-vfio_device-to-vfio_dma_rw
	patches.suse/drm-i915-gvt-Change-from-vfio_group_-un-pin_pages-to-vfio_-un-pi
	patches.suse/vfio-Remove-dead-code
	patches.suse/vfio-Remove-calls-to-vfio_group_add_container_user
	patches.suse/vfio-pci-Have-all-VFIO-PCI-drivers-store-the-vfio_pci_core_devic
	patches.suse/vfio-pci-Remove-vfio_device_get_from_dev
	patches.suse/vfio-Delete-container_q
	patches.suse/kvm-vfio-Move-KVM_DEV_VFIO_GROUP_-ioctls-into-functions
	patches.suse/kvm-vfio-Store-the-struct-file-in-the-kvm_vfio_group
	patches.suse/vfio-Change-vfio_external_user_iommu_id-to-vfio_file_iommu_group
	patches.suse/vfio-Remove-vfio_external_group_match_file
	patches.suse/vfio-Change-vfio_external_check_extension-to-vfio_file_enforced_
	patches.suse/vfio-Change-vfio_group_set_kvm-to-vfio_file_set_kvm
	patches.suse/kvm-vfio-Remove-vfio_group-from-kvm
	patches.suse/vfio-pci-Use-the-struct-file-as-the-handle-not-the-vfio_group
	patches.suse/include-uapi-linux-vfio.h-Fix-trivial-typo-_IORW-should-be-_IOWR
	patches.suse/vfio-Add-missing-locking-for-struct-vfio_group-kvm
	patches.suse/vfio-Change-struct-vfio_group-opened-from-an-atomic-to-bool
	patches.suse/vfio-Split-up-vfio_group_get_device_fd
	patches.suse/vfio-Fully-lock-struct-vfio_group-container
	patches.suse/vfio-Simplify-the-life-cycle-of-the-group-FD
	patches.suse/vfio-Change-struct-vfio_group-container_users-to-a-non-atomic-in
	patches.suse/vfio-pci-Invalidate-mmaps-and-block-the-access-in-D3hot-power-st
	patches.suse/vfio-pci-Change-the-PF-power-state-to-D0-before-enabling-VFs
	patches.suse/vfio-pci-Virtualize-PME-related-registers-bits-and-initialize-to
	patches.suse/vfio-pci-Move-the-unused-device-into-low-power-state-with-runtim
	patches.suse/vfio-Do-not-manipulate-iommu-dma_owner-for-fake-iommu-groups
	patches.suse/vfio-pci-Add-driver_managed_dma-to-the-new-vfio_pci-drivers
	patches.suse/vfio-remove-VFIO_GROUP_NOTIFY_SET_KVM
	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/0140-dm-table-fix-dm_table_supports_poll-to-return-false-if-no-data-devices.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/xfs-fix-xfs_ifree-error-handling-to-not-leak-perag-r.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/ceph-allow-ceph.dir.rctime-xattr-to-be-updatable.patch
	patches.suse/ceph-remove-unused-CEPH_MDS_LEASE_RELEASE-related-code.patch
	patches.suse/ceph-stop-forwarding-the-request-when-exceeding-256-times.patch
	patches.suse/ceph-stop-retrying-the-request-when-exceeding-256-times.patch
	patches.suse/ceph-update-the-dlease-for-the-hashed-dentry-when-removing.patch
	patches.suse/ceph-use-dedicated-list-iterator-variable.patch
	patches.suse/ceph-replace-usage-of-found-with-dedicated-list-iterator-variable.patch
	patches.suse/ceph-no-need-to-invalidate-the-fscache-twice.patch
	patches.suse/ceph-fix-statx-AT_STATX_DONT_SYNC-vs-AT_STATX_FORCE_SYNC-check.patch
	patches.suse/libceph-use-swap-macro-instead-of-taking-tmp-variable.patch
	patches.suse/ceph-rename-unsafe_request_wait.patch
	patches.suse/ceph-flush-the-mdlog-for-filesystem-sync.patch
	patches.suse/ceph-disable-updating-the-atime-since-cephfs-won-t-maintain-it.patch
	patches.suse/ceph-try-to-choose-the-auth-MDS-if-possible-for-getattr.patch
	patches.suse/ceph-redirty-the-page-for-writepage-on-failure.patch
	patches.suse/ceph-fix-possible-deadlock-when-holding-Fwb-to-get-inline_data.patch
	patches.suse/ceph-fix-statfs-for-subdir-mounts.patch
	patches.suse/ceph-try-to-queue-a-writeback-if-revoking-fails.patch
	patches.suse/ceph-remove-redundant-variable-ino.patch
	patches.suse/ceph-switch-TASK_INTERRUPTIBLE-to-TASK_KILLABLE.patch
	patches.suse/ceph-fix-decoding-of-client-session-messages-flags.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-sched-fixed-barrier-to-prevent-skbuff-sticking-i.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/selftests-bpf-fix-stacktrace_build_id-with-missing-k.patch
	patches.suse/bpf-Fix-probe-read-error-in-___bpf_prog_run.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/xen-netback-fix-incorrect-usage-of-RING_HAS_UNCONSUM.patch
	patches.suse/net-sched-add-barrier-to-fix-packet-stuck-problem-fo.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/macsec-fix-UAF-bug-for-real_dev.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/1645-ARM-pxa-split-up-mach-hardware.h.patch
	patches.suse/1646-ARM-pxa-stop-using-mach-bitfield.h.patch
	patches.suse/1647-ARM-pxa-move-regs-lcd.h-into-driver.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/1648-drm-amd-display-Update-link-training-fallback-behavi.patch
	patches.suse/1649-drm-amd-display-Query-DPIA-HPD-status.patch
	patches.suse/1650-drm-amd-display-Clean-up-code-in-dc.patch
	patches.suse/1651-drm-amd-display-clear-request-when-release-aux-engin.patch
	patches.suse/drm-amd-display-Check-if-modulo-is-0-before-dividing.patch
	patches.suse/1653-drm-amd-display-Allow-individual-control-of-eDP-hotp.patch
	patches.suse/1654-drm-amd-display-Check-zero-planes-for-OTG-disable-W-.patch
	patches.suse/1655-drm-amd-display-Move-FPU-associated-DCN30-code-to-DM.patch
	patches.suse/1656-drm-amd-display-Fic-incorrect-pipe-being-used-for-cl.patch
	patches.suse/1657-Revert-drm-amd-display-Refactor-LTTPR-cap-retrieval.patch
	patches.suse/1658-drm-amd-display-3.2.186.patch
	patches.suse/1659-drm-amdgpu-Clean-up-of-initializing-doorbells-for-gf.patch
	patches.suse/1660-drm-amdkfd-simplify-cpu-hive-assignment.patch
	patches.suse/1661-drm-amdgpu-cleanup-ctx-implementation.patch
	patches.suse/1662-drm-amdgpu-Set-CP_HQD_PQ_CONTROL.RPTR_BLOCK_SIZE-cor.patch
	patches.suse/1663-drm-amdgpu-gfx10-rework-KIQ-programming.patch
	patches.suse/drm-radeon-fix-a-possible-null-pointer-dereference.patch
	patches.suse/1665-drm-amd-pm-fix-a-potential-gpu_metrics_table-memory-.patch
	patches.suse/1666-drm-amd-pm-enable-more-dpm-features-for-SMU-13.0.0.patch
	patches.suse/1667-drm-amd-pm-skip-dpm-disablement-on-suspend-for-SMU-1.patch
	patches.suse/1668-drm-amd-pm-update-SMU-13.0.0-driver_if-header.patch
	patches.suse/1669-drm-amd-pm-correct-the-softpptable-ids-used-for-SMU-.patch
	patches.suse/1670-drm-amd-pm-enable-more-dpm-features-for-SMU-13.0.0.patch
	patches.suse/1671-drm-amd-pm-enable-memory-temp-reading-for-SMU-13.0.0.patch
	patches.suse/1672-drm-amdgpu-pm-smu_v13_0_4-delete-duplicate-condition.patch
	patches.suse/1673-drm-amdgpu-support-ras-on-SRIOV.patch
	patches.suse/1674-drm-amdgpu-move-amdgpu_gmc_tmz_set-after-ip_version-.patch
	patches.suse/1675-drm-amdgpu-change-code-name-to-ip-version-for-tmz-se.patch
	patches.suse/1676-drm-amdgpu-add-support-of-tmz-for-GC-10.3.7.patch
	patches.suse/drm-amd-pm-Fix-missing-thermal-throttler-status.patch
	patches.suse/1678-drm-amd-display-Add-HDMI_ACP_SEND-register.patch
	patches.suse/1679-drm-amdkfd-port-cwsr-trap-handler-from-dkms-branch.patch
	patches.suse/1680-drm-amdkfd-Add-gfx11-trap-handler.patch
	patches.suse/1681-drm-amd-pm-correct-the-metrics-version-for-SMU-11.0..patch
	patches.suse/1682-drm-amdgpu-suppress-some-compile-warnings.patch
	patches.suse/1683-drm-amdgpu-Off-by-one-in-dm_dmub_outbox1_low_irq.patch
	patches.suse/1684-drm-amd-display-add-Coverage-blend-mode-for-overlay-.patch
	patches.suse/1685-drm-amdgpu-discovery-validate-VCN-and-SDMA-instances.patch
	patches.suse/1686-drm-amdgpu-clean-up-asd-on-the-ta_firmware_header_v2.patch
	patches.suse/1687-drm-amdgpu-Resolve-pcie_bif-RAS-recovery-bug.patch
	patches.suse/1688-drm-amdgpu-differentiate-between-LP-and-non-LP-DDR-m.patch
	patches.suse/drm-amdgpu-cs-make-commands-with-0-chunks-illegal-be.patch
	patches.suse/1690-drm-amdgpu-gfx-fix-typos-in-comments.patch
	patches.suse/1691-drm-amdkfd-fix-typo-in-comment.patch
	patches.suse/1692-drm-amd-pm-Return-auto-perf-level-if-unsupported.patch
	patches.suse/drm-amdgpu-add-beige-goby-PCI-ID.patch
	patches.suse/1694-drm-amdgpu-add-AMDGPU_GEM_CREATE_DISCARDABLE.patch
	patches.suse/1695-drm-amdgpu-add-AMDGPU_VM_NOALLOC-v2.patch
	patches.suse/1696-drm-amdgpu-bump-minor-version-number.patch
	patches.suse/1697-drm-amdgpu-Convert-to-common-fdinfo-format-v5.patch
	patches.suse/1698-drm-amdgpu-add-drm-client-id-to-fdinfo-v2.patch
	patches.suse/drm-msm-dp-Always-clear-mask-bits-to-disable-interru.patch
	patches.suse/1700-drm-msm-disp-dpu1-remove-superfluous-init.patch
	patches.suse/1701-drm-msm-dpu-Remove-unused-code.patch
	patches.suse/1702-drm-msm-dpu-Fix-pointer-dereferenced-before-checking.patch
	patches.suse/1703-drm-msm-dpu-Move-min-BW-request-and-full-BW-disable-.patch
	patches.suse/gpu-host1x-Add-context-bus.patch
	patches.suse/ALSA-usb-audio-Add-mixer-mapping-for-Gigabyte-B450-5.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-via-Delete-does-not-require-return.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-soc-pcm-fix-BE-transition-for-TRIGGER_START.patch
	patches.suse/ASoC-fsl_sai-Fix-FSL_SAI_xDR-xFR-definition.patch
	patches.suse/ASoC-SOF-amd-Fixed-Build-error.patch
	patches.suse/ASoC-rt5640-Do-not-manipulate-pin-Platform-Clock-if-.patch
	patches.suse/ASoC-Intel-common-fix-typo-for-tplg-naming.patch
	patches.suse/ASoC-Intel-avs-Fix-build-error-on-arc-m68k-and-sparc.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/virtio-blk-support-polling-I-O.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/io_uring-make-timeout-prep-handlers-consistent-with-.patch
	patches.suse/io_uring-make-prep-and-issue-side-of-req-handlers-na.patch
	patches.suse/io_uring-add-io_op_defs-def-pointer-in-req-init-and-.patch
	patches.suse/io_uring-unify-calling-convention-for-async-prep-han.patch
	patches.suse/io_uring-move-shutdown-under-the-general-net-section.patch
	patches.suse/io_uring-fix-a-memory-leak-of-buffer-group-list-on-e.patch
	patches.suse/io_uring-ensure-fput-called-correspondingly-when-dir.patch
	patches.suse/io_uring-defer-alloc_hint-update-to-io_file_bitmap_s.patch
	patches.suse/io_uring-let-IORING_OP_FILES_UPDATE-support-choosing.patch
	patches.suse/io_uring-fix-deadlock-on-iowq-file-slot-alloc.patch
	patches.suse/io_uring-reinstate-the-inflight-tracking.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/block-take-destination-bvec-offsets-into-account-in-.patch
	patches.suse/block-document-BLK_STS_AGAIN-usage.patch
	patches.suse/block-use-bio_queue_enter-instead-of-blk_queue_enter.patch
	patches.suse/block-make-bioset_exit-fully-resilient-against-being.patch
	patches.suse/blk-mq-do-not-update-io_ticks-with-passthrough-reque.patch
	patches.suse/block-remove-useless-BUG_ON-in-blk_mq_put_tag.patch
	patches.suse/block-fix-bio_clone_blkg_association-to-associate-wi.patch
	patches.suse/block-Fix-potential-deadlock-in-blk_ia_range_sysfs_s.patch
	patches.suse/blk-mq-remove-the-done-argument-to-blk_execute_rq_nowait.patch
	patches.suse/0141-md-protect-md_unregister_thread-from-reentrancy.patch
	patches.suse/0142-md-remove-most-calls-to-bdevname.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/nbd-call-genl_unregister_family-first-in-nbd_cleanup.patch
	patches.suse/nbd-fix-race-between-nbd_alloc_config-and-module-rem.patch
	patches.suse/nbd-don-t-clear-NBD_CMD_INFLIGHT-flag-if-request-is-.patch
	patches.suse/nbd-fix-io-hung-while-disconnecting-device.patch
	patches.suse/0002-nbd-fix-possible-overflow-on-first_minor-in-nbd_dev_.patch
	patches.suse/nbd-use-pr_err-to-output-error-message.patch
	patches.suse/0017-bcache-avoid-unnecessary-soft-lockup-in-kworker-upda.patch
	patches.suse/nvme-pci-disable-namespace-identifiers-for-the-MAXIO-70ce3455.patch
	patches.suse/nvme-set-controller-enable-bit-in-a-separate-write.patch
	patches.suse/nvmet-fix-typo-in-comment.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-core-move-RS485-configuration-tasks-from-driv.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-gadget-uvc-rework-uvcg_queue_next_buffer-to-uvcg.patch
	patches.suse/usb-gadget-uvc-giveback-vb2-buffer-on-req-complete.patch
	patches.suse/usb-gadget-uvc-improve-sg-exit-condition.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-dwc3-Fix-three-doc-build-warnings.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-EP-clear-halt-leading-to-clearing-of-delaye.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-ucsi-add-a-common-function-ucsi_unregister.patch
	patches.suse/usb-typec-ucsi-Wait-for-the-USB-role-switches.patch
	patches.suse/usb-typec-mux-Check-dev_set_name-return-value.patch
	patches.suse/USB-gadget-Rename-usb_gadget_probe_driver.patch
	patches.suse/USB-gadget-Register-udc-before-gadget.patch
	patches.suse/USB-gadget-Fix-mistakes-in-UDC-core-kerneldoc.patch
	patches.suse/USB-gadget-Add-a-new-bus-for-gadgets.patch
	patches.suse/usb-dwc2-gadget-don-t-reset-gadget-s-driver-bus.patch
	patches.suse/USB-gadget-Fix-return-of-EBUSY.patch
	patches.suse/usb-ehci-omap-drop-unused-ehci_read-function.patch
	patches.suse/usb-dwc3-host-Stop-setting-the-ACPI-companion.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-gadget-Add-ID-numbers-to-gadget-names.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-Replace-usage-of-found-with-dedicated-li.patch
	patches.suse/thunderbolt-Use-decimal-number-with-port-numbers.patch
	patches.suse/thunderbolt-Dump-path-config-space-entries-during-di.patch
	patches.suse/thunderbolt-Use-different-lane-for-second-DisplayPor.patch
	patches.suse/0016-misc-mei-Add-NULL-check-to-component-match-callback-.patch
	patches.suse/thunderbolt-Link-USB4-ports-to-their-USB-Type-C-conn.patch
	patches.suse/thunderbolt-Add-debug-logging-when-lane-is-enabled-d.patch
	patches.suse/thunderbolt-Move-tb_port_state-prototype-to-correct-.patch
	patches.suse/thunderbolt-Split-setting-link-width-and-lane-bondin.patch
	patches.suse/thunderbolt-Ignore-port-locked-error-in-tb_port_wait.patch
	patches.suse/thunderbolt-Add-support-for-XDomain-lane-bonding.patch
	patches.suse/thunderbolt-Fix-buffer-allocation-of-devices-with-no.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/lkdtm-bugs-Check-for-the-NULL-pointer-after-calling-.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/uio-dfl-add-HSSI-subsystem-feature-id.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/0002-phy-Add-LVDS-configuration-options.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-qcom-fix-an-error-message-in-swrm_wait_for.patch
	patches.suse/soundwire-stream-Fix-error-return-code-in-do_bank_sw.patch
	patches.suse/soundwire-qcom-Add-compatible-name-for-v1.6.0.patch
	patches.suse/soundwire-cadence-recheck-device0-attachment-after-s.patch
	patches.suse/soundwire-intel-prevent-pm_runtime-resume-prior-to-s.patch
	patches.suse/soundwire-intel-disable-WAKEEN-in-pm_runtime-resume.patch
	patches.suse/soundwire-bus-pm_runtime_request_resume-on-periphera.patch
	patches.suse/soundwire-qcom-return-error-when-pm_runtime_get_sync.patch
	patches.suse/soundwire-bus-use-pm_runtime_resume_and_get.patch
	patches.suse/soundwire-cadence-use-pm_runtime_resume_and_get.patch
	patches.suse/soundwire-intel-use-pm_runtime_resume_and_get.patch
	patches.suse/soundwire-qcom-use-pm_runtime_resume_and_get.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/fpga-fix-for-coding-style-issues.patch
	patches.suse/fpga-fpga-mgr-fix-kernel-doc-warnings.patch
	patches.suse/fpga-fpga-region-fix-kernel-doc-formatting-issues.patch
	patches.suse/fpga-dfl-check-feature-type-before-parse-irq-info.patch
	patches.suse/Documentation-fpga-dfl-add-link-address-of-feature-i.patch
	patches.suse/fpga-dfl-Allow-Port-to-be-linked-to-FME-s-DFL.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/msft-hv-2572-hv-Use-driver_set_override-instead-of-open-coding.patch
	patches.suse/vdpa-Use-helper-for-safer-setting-of-driver_override.patch
	patches.suse/firmware_loader-Clear-data-and-size-in-fw_free_paged.patch
	patches.suse/firmware_loader-Check-fw_state_is_done-in-loading_st.patch
	patches.suse/firmware_loader-Split-sysfs-support-from-fallback.patch
	patches.suse/firmware_loader-Add-firmware-upload-support.patch
	patches.suse/firmware_loader-Add-sysfs-nodes-to-monitor-fw_upload.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/firmware_loader-Fix-configs-for-sysfs-split.patch
	patches.suse/firmware_loader-Move-definitions-from-sysfs_upload.h.patch
	patches.suse/firmware_loader-describe-module-parameter-of-firmwar.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/efi-x86-libstub-Make-DXE-calls-mixed-mode-safe.patch
	patches.suse/efi-clean-up-Kconfig-dependencies-on-CONFIG_EFI.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/1705-LoongArch-Add-writecombine-support-for-drm.patch
	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/1708-drm-i915-pmu-replace-cpumask_weight-with-cpumask_emp.patch
	patches.suse/drm-amd-pm-use-bitmap_-from-to-_arr32-where-appropri.patch
	patches.suse/bitmap-Fix-return-values-to-be-unsigned.patch
	patches.suse/nodemask-Fix-return-values-to-be-unsigned.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/io_uring_enter-don-t-leave-f.flags-uninitialized.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-ufs-Split-the-drivers-scsi-ufs-directory.patch
	patches.suse/msft-hv-2610-scsi-storvsc-Fix-typo-in-comment.patch
	patches.suse/scsi-qedf-Fix-typo-in-comment.patch
	patches.suse/scsi-smartpqi-Fix-typo-in-comment.patch
	patches.suse/scsi-pmcraid-Fix-typo-in-comment.patch
	patches.suse/scsi-ufs-ufshcd-Delete-unnecessary-NULL-check.patch
	patches.suse/scsi-sd-Don-t-call-blk_cleanup_disk-in-sd_probe.patch
	patches.suse/scsi-core-Unexport-scsi_bus_type.patch
	patches.suse/scsi-myrb-Fix-up-null-pointer-access-on-myrb_cleanup.patch
	patches.suse/scsi-mpi3mr-Rework-mrioc-bsg_device-model-to-fix-warnings.patch
	patches.suse/scsi-sd-Fix-potential-NULL-pointer-dereference.patch
	patches.suse/scsi-sd_zbc-Prevent-zone-information-memory-leak.patch
	patches.suse/scsi-core-Return-BLK_STS_TRANSPORT-for-ALUA-transiti.patch
	patches.suse/scsi-lpfc-Add-support-for-ATTO-Fibre-Channel-devices.patch
	patches.suse/scsi-mpi3mr-Fix-kernel-doc.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-Fix-all-occurences-of-the-the-the-typo.patch
	patches.suse/x86-microcode-Rip-out-the-OLD_INTERFACE.patch
	patches.suse/x86-microcode-Default-disable-late-loading.patch
	patches.suse/x86-microcode-Taint-and-warn-on-late-loading.patch
	patches.suse/x86-microcode-Remove-unnecessary-perf-callback.patch
	patches.suse/x86-sgx-set-active-memcg-prior-to-shmem-allocation.patch
	patches.suse/bluetooth-don-t-use-bitmaps-for-random-flag-accesses.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/selftests-net-fix-bpf-build-error.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/bpf-arm64-Clear-prog-jited_len-along-prog-jited.patch
	patches.suse/bpf-Use-safer-kvmalloc_array-where-possible.patch
	patches.suse/bpf-Fix-calling-global-functions-from-BPF_PROG_TYPE_.patch
	patches.suse/selftests-bpf-Add-selftest-for-calling-global-functi.patch
	patches.suse/xsk-Fix-handling-of-invalid-descriptors-in-XSK-TX-ba.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/dt-bindings-Add-xen-grant-dma-IOMMU-description-for-xen-grant-DM
	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/1712-drm-amd-display-revert-Blank-eDP-on-disable-enable-d.patch
	patches.suse/1713-drm-amd-display-Pass-the-new-context-into-disable-OT.patch
	patches.suse/1714-drm-amd-display-Wait-DMCUB-to-idle-state-before-rese.patch
	patches.suse/1715-drm-amd-display-Fix-DMUB-outbox-trace-in-S4-4465.patch
	patches.suse/1716-drm-amd-display-Don-t-clear-ref_dtbclk-value.patch
	patches.suse/1717-drm-amd-display-Fix-possible-infinite-loop-in-DP-LT-.patch
	patches.suse/1718-drm-amd-display-3.2.187.patch
	patches.suse/1719-drm-amdgpu-make-program_imu_rlc_ram-static.patch
	patches.suse/drm-amdgpu-update-VCN-codec-support-for-Yellow-Carp.patch
	patches.suse/1721-drm-amdgpu-fix-aper_base-for-APU.patch
	patches.suse/1722-drm-amdgpu-fix-a-missing-break-in-gfx_v11_0_handle_p.patch
	patches.suse/1723-drm-amdgpu-make-gfx_v11_0_rlc_stop-static.patch
	patches.suse/1724-drm-amd-display-remove-stale-config-guards.patch
	patches.suse/1725-drm-amdgpu-fix-ras-supported-check.patch
	patches.suse/1726-drm-amdgpu-Resolve-RAS-GFX-error-count-issue-after-c.patch
	patches.suse/drm-amdkfd-Use-mmget_not_zero-in-MMU-notifier.patch
	patches.suse/1728-drm-amdkfd-Add-GC-10.3.6-and-10.3.7-KFD-definitions.patch
	patches.suse/1729-drm-amdgpu-enable-tmz-by-default-for-GC-10.3.7.patch
	patches.suse/1730-drm-amdgpu-Update-PDEs-flush-TLB-if-PTB-PDB-moved.patch
	patches.suse/drm-amdkfd-add-pinned-BOs-to-kfd_bo_list.patch
	patches.suse/1732-drm-amdkfd-Fix-partial-migration-bugs.patch
	patches.suse/1733-drm-amd-pm-suppress-compile-warnings-about-possible-.patch
	patches.suse/1734-drm-amdgpu-suppress-the-compile-warning-about-64-bit.patch
	patches.suse/1735-Revert-drm-amdgpu-Ensure-the-DMA-engine-is-deactivat.patch
	patches.suse/1736-Revert-drm-amd-display-Pass-the-new-context-into-dis.patch
	patches.suse/1737-drm-amdgpu-Add-MODE-register-to-wave-debug-info-in-g.patch
	patches.suse/1738-drm-amdkfd-Fix-fw-version-for-10.3.6.patch
	patches.suse/1739-drm-amdgpu-fix-limiting-AV1-to-the-first-instance-on.patch
	patches.suse/1740-drm-amdgpu-always-flush-the-TLB-on-gfx8.patch
	patches.suse/1741-drm-amdgpu-jpeg2-Add-jpeg-vmid-update-under-IB-submi.patch
	patches.suse/1742-drm-amdgpu-mes-only-invalid-prime-icache-when-finish.patch
	patches.suse/drm-bridge-ti-sn65dsi83-Handle-dsi_lanes-0-as-invali.patch
	patches.suse/1744-drm-panfrost-Job-should-reference-MMU-not-file_priv.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/1747-drm-ast-Support-multiple-outputs.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-MTL-add-HD-Audio-PCI-ID-and-HDMI-codec-vend.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-Intel-cirrus-common-fix-incorrect-channel-mappi.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-SOF-Fix-potential-NULL-pointer-dereference.patch
	patches.suse/ASoC-SOF-ipc-msg-injector-Propagate-write-errors-cor.patch
	patches.suse/ASoC-SOF-ipc-msg-injector-Fix-reversed-if-statement.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/libata-fix-reading-concurrent-positioning-ranges-log.patch
	patches.suse/libata-fix-translation-of-concurrent-positioning-ranges.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/netfs-Rename-the-netfs_io_request-cleanup-op-and-give-it-an-op-pointer.patch
	patches.suse/0143-dm-fix-bio_set-allocation.patch
	patches.suse/0144-dm-fix-zoned-locking-imbalance-due-to-needless-check-in-clone_endio.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-sd-Fix-interpretation-of-VPD-B9h-length.patch
	patches.suse/scsi-vmw_pvscsi-Expand-vcpuHint-to-16-bits.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-mpt3sas-Fix-out-of-bounds-compiler-warning.patch
	patches.suse/scsi-ipr-Fix-missing-incorrect-resource-cleanup-in-error-case.patch
	patches.suse/scsi-pmcraid-Fix-missing-resource-cleanup-in-error-case.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/cifs-return-errors-during-session-setup-during-reconnects.patch
	patches.suse/cifs-populate-empty-hostnames-for-extra-channels.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/1748-drm-atomic-fix-warning-of-unused-variable.patch
	patches.suse/1749-drm-ttm-fix-missing-NULL-check-in-ttm_device_swapout.patch
	patches.suse/1750-drm-ttm-fix-bulk-move-handling-v2.patch
	patches.suse/drm-i915-reset-Fix-error_state_read-ptr-offset-use.patch
	patches.suse/1752-drm-i915-gt-Fix-memory-leaks-in-per-gt-sysfs.patch
	patches.suse/1753-drm-i915-Individualize-fences-before-adding-to-dma_r.patch
	patches.suse/1754-drm-i915-uc-remove-accidental-static-from-a-local-va.patch
	patches.suse/1755-drm-amdgpu-Fix-GTT-size-reporting-in-amdgpu_ioctl.patch
	patches.suse/drm-amd-display-Cap-OLED-brightness-per-max-frame-av.patch
	patches.suse/1757-drm-exynos-fix-IS_ERR-vs-NULL-check-in-probe.patch
	patches.suse/1758-drm-exynos-mic-Rework-initialization.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/xhci-Fix-null-pointer-dereference-in-resume-if-xhci-.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/0145-dm-fix-race-in-dm_start_io_acct.patch
	patches.suse/0146-dm-fix-use-after-free-in-dm_put_live_table_bio.patch
	patches.suse/0147-dm-fix-narrow-race-for-REQ_NOWAIT-bios-being-issued-despite-no-support.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/io_uring-fix-index-calculation.patch
	patches.suse/io_uring-fix-types-in-provided-buffer-ring.patch
	patches.suse/io_uring-limit-size-of-provided-buffer-ring.patch
	patches.suse/io_uring-fix-races-with-file-table-unregister.patch
	patches.suse/io_uring-fix-races-with-buffer-table-unregister.patch
	patches.suse/io_uring-fix-not-locked-access-to-fixed-buf-table.patch
	patches.suse/io_uring-openclose-fix-bug-of-closing-wrong-fixed-fi.patch
	patches.suse/io_uring-kbuf-fix-bug-of-not-consuming-ring-buffer-i.patch
	patches.suse/io_uring-fix-double-unlock-for-pbuf-select.patch
	patches.suse/Revert-io_uring-support-CQE32-for-nop-operation.patch
	patches.suse/Revert-io_uring-add-buffer-selection-support-to-IORI.patch
	patches.suse/io_uring-remove-IORING_CLOSE_FD_AND_FILE_SLOT.patch
	patches.suse/io_uring-get-rid-of-__io_fill_cqe-32-_req.patch
	patches.suse/io_uring-unite-fill_cqe-and-the-32B-version.patch
	patches.suse/io_uring-fill-extra-big-cqe-fields-from-req.patch
	patches.suse/io_uring-fix-extra-1-2-misuse.patch
	patches.suse/io_uring-remove-__io_fill_cqe-helper.patch
	patches.suse/io_uring-make-io_fill_cqe_aux-honour-CQE32.patch
	patches.suse/io_uring-commit-non-pollable-provided-mapped-buffers.patch
	patches.suse/io_uring-do-not-use-prio-task_work_add-in-uring_cmd.patch
	patches.suse/io_uring-recycle-provided-buffer-if-we-punt-to-io-wq.patch
	patches.suse/nvme-add-device-name-to-warning-in-uuid_show.patch
	patches.suse/nvme-add-bug-report-info-for-global-duplicate-id.patch
	patches.suse/nvme-pci-add-trouble-shooting-steps-for-timeouts.patch
	patches.suse/nvme-pci-add-NVME_QUIRK_BOGUS_NID-for-ADATA-XPG-GAMM.patch
	patches.suse/nvme-pci-phison-e12-has-bogus-namespace-ids.patch
	patches.suse/nvme-pci-smi-has-bogus-namespace-ids.patch
	patches.suse/nvme-pci-sk-hynix-p31-has-bogus-namespace-ids.patch
	patches.suse/nvme-pci-avoid-the-deepest-sleep-state-on-ZHITAI-TiP.patch
	patches.suse/nvme-pci-disable-write-zeros-support-on-UMIC-and-Sam.patch
	patches.suse/0148-md-raid5-ppl-Fix-argument-order-in-bio_alloc_bioset.patch
	patches.suse/0019-block-Fix-handling-of-offline-queues-in-blk_mq_alloc.patch
	patches.suse/blk-mq-protect-q-elevator-by-sysfs_lock-in-blk_mq_el.patch
	patches.suse/blk-mq-avoid-to-touch-q-elevator-without-any-protect.patch
	patches.suse/blk-mq-don-t-clear-flush_rq-from-tags-rqs.patch
	patches.suse/block-bfq-Enable-I-O-statistics.patch
	patches.suse/msft-hv-2618-Drivers-hv-Fix-syntax-errors-in-comments.patch
	patches.suse/clocksource-hyper-v-unexport-__init-annotated-hv_ini.patch
	patches.suse/msft-hv-2620-HID-hyperv-Correctly-access-fields-declared-as-__le1.patch
	patches.suse/msft-hv-2621-Drivers-hv-vmbus-Release-cpu-lock-in-error-case.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/x86-PCI-Revert-x86-PCI-Clip-only-host-bridge-windows.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/smb3-add-trace-point-for-SMB2_set_eof.patch
	patches.suse/cifs-when-a-channel-is-not-found-for-server-log-its-connection-id.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/0017-mei-me-set-internal-pg-flag-to-off-on-hardware-reset.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/x86-tdx-Fix-early-VE-handling.patch
	patches.suse/x86-tdx-Clarify-RIP-adjustments-in-VE-handler.patch
	patches.suse/x86-tdx-Handle-load_unaligned_zeropad-page-cross-to-.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-ufs-Simplify-ufshcd_clear_cmd.patch
	patches.suse/scsi-ufs-Support-clearing-multiple-commands-at-once.patch
	patches.suse/scsi-ufs-Fix-a-race-between-the-interrupt-handler-an.patch
	patches.suse/msft-hv-2625-scsi-storvsc-Correct-reporting-of-Hyper-V-I-O-size-l.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/efi-sysfb_efi-remove-unnecessary-asm-efi.h-include.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/9p-fix-EBADF-errors-in-cached-mode.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-memalloc-Drop-x86-specific-hack-for-WC-allocati.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/xsk-Fix-generic-transmit-when-completion-queue-reser.patch
	patches.suse/bpf-Fix-request_sock-leak-in-sk-lookup-helpers.patch
	patches.suse/bpf-Limit-maximum-modifier-chain-length-in-btf_check.patch
	patches.suse/bpf-x86-Fix-tail-call-count-offset-calculation-on-bp.patch
	patches.suse/selftests-bpf-Test-tail-call-counting-with-bpf2bpf-a.patch
	patches.suse/selftests-bpf-Shuffle-cookies-symbols-in-kprobe-mult.patch
	patches.suse/ftrace-Keep-address-offset-in-ftrace_lookup_symbols.patch
	patches.suse/bpf-Force-cookies-array-to-follow-symbols-sorting.patch
	patches.suse/selftest-bpf-Fix-kprobe_multi-bench-test.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-sched-sch_netem-Fix-arithmetic-in-netem_dump-for.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/sock-redo-the-psock-vs-ULP-protection-check.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/tracing-Simplify-conditional-compilation-code-in-tracing_set_tracer.patch
	patches.suse/io_uring-mark-reissue-requests-with-REQ_F_PARTIAL_IO.patch
	patches.suse/io_uring-fix-merge-error-in-checking-send-recv-addr2.patch
	patches.suse/io_uring-fix-req-apoll_events.patch
	patches.suse/io_uring-fail-links-when-poll-fails.patch
	patches.suse/io_uring-fix-wrong-arm_poll-error-handling.patch
	patches.suse/io_uring-fix-double-poll-leak-on-repolling.patch
	patches.suse/io_uring-move-io_uring_get_opcode-out-of-TP_printk.patch
	patches.suse/io_uring-use-original-request-task-for-inflight-trac.patch
	patches.suse/block-disable-the-elevator-int-del_gendisk.patch
	patches.suse/block-serialize-all-debugfs-operations-using-q-debug.patch
	patches.suse/block-remove-per-disk-debugfs-files-in-blk_unregiste.patch
	patches.suse/block-freeze-the-queue-earlier-in-del_gendisk.patch
	patches.suse/nvme-add-a-bogus-subsystem-NQN-quirk-for-Micron-MTFD.patch
	patches.suse/nvme-move-the-Samsung-X5-quirk-entry-to-the-core-qui.patch
	patches.suse/ata-libata-add-qc-flags-in-ata_qc_complete_template-.patch
	patches.suse/0009-dm-era-commit-metadata-in-postsuspend-after-worker-s.patch
	patches.suse/0149-dm-do-not-return-early-from-dm_io_complete-if-BLK_STS_AGAIN-without-polling.patch
	patches.suse/0150-dm-fix-BLK_STS_DM_REQUEUE-handling-when-dm_io-represents-split-bio.patch
	patches.suse/0010-dm-mirror-log-clear-log-bits-up-to-BITS_PER_LONG-bou.patch
	patches.suse/1760-drm-amdgpu-Adjust-logic-around-GTT-size-v3.patch
	patches.suse/1761-drm-amd-Revert-drm-amd-display-keep-eDP-Vdd-on-when-.patch
	patches.suse/1762-drm-amd-display-Fix-DC-warning-at-driver-load.patch
	patches.suse/1763-drm-amd-display-Fix-typo-in-override_lane_settings.patch
	patches.suse/1764-amd-display-dc-Fix-COLOR_ENCODING-and-COLOR_RANGE-do.patch
	patches.suse/1765-drm-sun4i-dw-hdmi-Fix-ddc-en-GPIO-consumer-conflict.patch
	patches.suse/drm-sun4i-Fix-crash-during-suspend-after-component-b.patch
	patches.suse/1767-drm-vc4-plane-Prevent-async-update-if-we-don-t-have-.patch
	patches.suse/1768-drm-vc4-Consolidate-Hardware-Revision-Check.patch
	patches.suse/1769-drm-vc4-bo-Rename-vc4_dumb_create.patch
	patches.suse/1770-drm-vc4-bo-Split-out-Dumb-buffers-fixup.patch
	patches.suse/1771-drm-vc4-drv-Register-a-different-driver-on-BCM2711.patch
	patches.suse/1772-drm-vc4-kms-Register-a-different-drm_mode_config_fun.patch
	patches.suse/1773-drm-vc4-plane-Register-a-different-drm_plane_helper_.patch
	patches.suse/1774-drm-vc4-drv-Skip-BO-Backend-Initialization-on-BCM271.patch
	patches.suse/1775-drm-vc4-crtc-Use-an-union-to-store-the-page-flip-cal.patch
	patches.suse/1776-drm-vc4-crtc-Move-the-BO-handling-out-of-common-page.patch
	patches.suse/1777-drm-vc4-crtc-Move-the-BO-Handling-out-of-Common-Page.patch
	patches.suse/1778-drm-vc4-crtc-Don-t-call-into-BO-Handling-on-Async-Pa.patch
	patches.suse/1779-drm-vc4-crtc-Fix-out-of-order-frames-during-asynchro.patch
	patches.suse/1780-drm-vc4-Warn-if-some-v3d-code-is-run-on-BCM2711.patch
	patches.suse/1781-drm-panel-orientation-quirks-Add-quirk-for-Aya-Neo-N.patch
	patches.suse/1782-drm-vc4-hdmi-Fixed-possible-integer-overflow.patch
	patches.suse/1783-drm-sun4i-Add-DMA-mask-and-segment-size.patch
	patches.suse/1784-drm-vc4-fix-error-code-in-vc4_check_tex_size.patch
	patches.suse/1785-drm-sun4i-Return-if-frontend-is-not-present.patch
	patches.suse/drm-i915-Implement-w-a-22010492432-for-adl-s.patch
	patches.suse/1787-drm-i915-fdinfo-Don-t-show-engine-classes-not-presen.patch
	patches.suse/1788-drm-i915-display-Re-add-check-for-low-voltage-sku-fo.patch
	patches.suse/1789-drm-msm-Ensure-mmap-offset-is-initialized.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/1793-drm-msm-gem-Separate-object-and-vma-unpin.patch
	patches.suse/1794-drm-msm-gem-Drop-early-returns-in-close-purge-vma.patch
	patches.suse/1795-drm-msm-Drop-update_fences.patch
	patches.suse/1796-drm-msm-Don-t-overwrite-hw-fence-in-hw_init.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/1799-drm-msm-dpu-limit-wb-modes-based-on-max_mixer_width.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/1801-drm-xen-Add-missing-VM_DONTEXPAND-flag-in-mmap-callb.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/s390-pai-Prevent-invalid-event-number-for-pai_crypto-PMU
	patches.suse/s390-pai-Fix-multiple-concurrent-event-installation
	patches.suse/iommu-ipmmu-vmsa-Fix-compatible-for-rcar-gen4
	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-gadget-uvc-fix-list-double-add-in-uvcg_video_pum.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/smb3-fix-empty-netname-context-on-secondary-channels.patch
	patches.suse/smb3-use-netname-when-available-on-secondary-channels.patch
	patches.suse/cifs-change-iface_list-from-array-to-sorted-linked-list.patch
	patches.suse/cifs-during-reconnect-update-interface-if-necessary.patch
	patches.suse/cifs-periodically-query-network-interfaces-from-server.patch
	patches.suse/cifs-avoid-deadlocks-while-updating-iface.patch
	patches.suse/cifs-update-cifs_ses-ip_addr-after-failover.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/1803-video-fbdev-skeletonfb-Fix-syntax-errors-in-comments.patch
	patches.suse/1804-video-fbdev-intelfb-Use-aperture-size-from-pci_resou.patch
	patches.suse/1805-video-fbdev-intelfb-Initialize-value-of-stolen-size.patch
	patches.suse/1806-video-fbdev-cirrusfb-Remove-useless-reference-to-PCI.patch
	patches.suse/1807-video-fbdev-skeletonfb-Convert-to-generic-power-mana.patch
	patches.suse/video-fbdev-pxa3xx-gcu-Fix-integer-overflow-in-pxa3x.patch
	patches.suse/1809-video-fbdev-au1100fb-Drop-unnecessary-NULL-ptr-check.patch
	patches.suse/1810-video-fbdev-simplefb-Check-before-clk_put-not-needed.patch
	patches.suse/1811-video-fbdev-omapfb-Align-in-comment.patch
	patches.suse/1812-video-fbdev-omap-Remove-duplicate-the-in-comment.patch
	patches.suse/tools-headers-cpufeatures-Sync-with-the-kernel-sources.patch
	patches.suse/mm-re-allow-pinning-of-zero-pfns.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/RDMA-cm-Fix-memory-leak-in-ib_cm_insert_listen.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/selftests-bpf-Test-sockmap-update-when-socket-has-UL.patch
	patches.suse/net-dp83822-disable-false-carrier-interrupt.patch
	patches.suse/net-dp83822-disable-rx-error-interrupt.patch
	patches.suse/net-fix-IFF_TX_SKB_NO_LINEAR-definition.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/1813-drm-msm-dpu-Increment-vsync_cnt-before-waking-up-use.patch
	patches.suse/1814-drm-msm-dp-reset-drm_dev-to-NULL-at-dp_display_unbin.patch
	patches.suse/1815-drm-msm-dpu-Fix-variable-dereferenced-before-check.patch
	patches.suse/1816-drm-msm-gem-Fix-error-return-on-fence-id-alloc-fail.patch
	patches.suse/drm-i915-gem-add-missing-else.patch
	patches.suse/1818-drm-i915-dgfx-Disable-d3cold-at-gfx-root-port.patch
	patches.suse/1819-drm-i915-tweak-the-ordering-in-cpu_write_needs_clflu.patch
	patches.suse/1820-drm-amdgpu-fix-adev-variable-used-in-amdgpu_device_g.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/1824-drm-vc4-perfmon-Fix-variable-dereferenced-before-che.patch
	patches.suse/1827-firmware-sysfb-Make-sysfb_create_simplefb-return-a-p.patch
	patches.suse/1828-firmware-sysfb-Add-sysfb_disable-helper-function.patch
	patches.suse/1829-fbdev-Disable-sysfb-device-registration-when-removin.patch
	patches.suse/scsi-hisi_sas-Limit-max-hw-sectors-for-v3-HW.patch
	patches.suse/nvmet-tcp-fix-regression-in-data_digest-calculation.patch
	patches.suse/nvme-tcp-always-fail-a-request-when-sending-it-faile.patch
	patches.suse/nvme-pci-add-NVME_QUIRK_BOGUS_NID-for-ADATA-XPG-SX60.patch
	patches.suse/nvme-fix-regression-when-disconnect-a-recovering-ctr.patch
	patches.suse/nvmet-add-a-clear_ids-attribute-for-passthru-targets.patch
	patches.suse/nvme-pci-add-NVME_QUIRK_BOGUS_NID-for-ADATA-IM2P33F8.patch
	patches.suse/io_uring-keep-sendrecv-flags-in-ioprio.patch
	patches.suse/io_uring-fix-provided-buffer-import.patch
	patches.suse/0011-dm-raid-fix-accesses-beyond-end-of-raid-member-array.patch
	patches.suse/0151-dm-raid-fix-KASAN-warning-in-raid5_remove_disk.patch
	patches.suse/dm-raid-fix-KASAN-warning-in-raid5_add_disks.patch
	patches.suse/ceph-wait-on-async-create-before-checking-caps-for-syncfs.patch
	patches.suse/s390-qdio-Fix-spelling-mistake
	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/powerpc-xive-spapr-correct-bitmap-allocation-size.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-dsp-Expose-hda_dsp_core_power_up.patch
	patches.suse/ASoC-SOF-Intel-hda-loader-Make-sure-that-the-fw-load.patch
	patches.suse/ASoC-SOF-Intel-hda-loader-Clarify-the-cl_dsp_init-fl.patch
	patches.suse/ASoC-SOF-ipc3-topology-Move-and-correct-size-checks-.patch
	patches.suse/ASoC-Intel-avs-Fix-parsing-UUIDs-in-topology.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-SOF-mediatek-Fix-error-code-in-probe.patch
	patches.suse/ASoC-SOF-Intel-hda-Fix-compressed-stream-position-tr.patch
	patches.suse/ASoC-SOF-pm-add-explicit-behavior-for-ACPI-S1-and-S2.patch
	patches.suse/ASoC-SOF-pm-add-definitions-for-S4-and-S5-states.patch
	patches.suse/ASoC-SOF-Intel-disable-IMR-boot-when-resuming-from-A.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/xsk-Clear-page-contiguity-bit-when-unmapping-pool.patch
	patches.suse/bpf-Fix-incorrect-verifier-simulation-around-jmp32-s.patch
	patches.suse/bpf-Fix-insufficient-bounds-propagation-from-adjust_.patch
	patches.suse/bpf-selftests-Add-verifier-test-case-for-imm-0-umin-.patch
	patches.suse/bpf-selftests-Add-verifier-test-case-for-jmp32-s-jeq.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-kvaser_usb-replace-run-time-checks-with-struct-k.patch
	patches.suse/can-kvaser_usb-kvaser_usb_leaf-fix-CAN-clock-frequen.patch
	patches.suse/can-kvaser_usb-kvaser_usb_leaf-fix-bittiming-limits.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/Bluetooth-core-Fix-deadlock-on-hci_power_on_sync.patch
	patches.suse/net-sched-act_police-allow-continue-action-offload.patch
	patches.suse/net-mlx5e-Fix-matchall-police-parameters-validation.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/1835-fbcon-Use-fbcon_info_from_console-in-fbcon_modechang.patch
	patches.suse/io_uring-explicit-sqe-padding-for-ioctl-commands.patch
	patches.suse/nvme-pci-phison-e16-has-bogus-namespace-ids.patch
	patches.suse/nvme-use-struct-group-for-generic-command-dwords.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/PM-runtime-Redefine-pm_runtime_release_supplier.patch
	patches.suse/ACPI-CPPC-Only-probe-for-_CPC-if-CPPC-v2-is-acked.patch
	patches.suse/ACPI-CPPC-Don-t-require-_OSC-if-X86_FEATURE_CPPC-is-.patch
	patches.suse/fscache-Fix-if-condition-in-fscache_wait_on_volume_collision.patch
	patches.suse/fscache-Introduce-fscache_cookie_is_dropped.patch
	patches.suse/cachefiles-narrow-the-scope-of-flushed-requests-when-releasing-fd.patch
	patches.suse/fscache-Fix-invalidation-lookup-race.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/x86-compressed-64-Add-identity-mappings-for-setup_da.patch
	patches.suse/x86-boot-Fix-the-setup-data-types-max-limit.patch
	patches.suse/io_uring-check-that-we-have-a-file-table-when-alloca.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-idxd-force-wq-context-cleanup-on-device-di.patch
	patches.suse/dmaengine-at_xdma-handle-errors-of-at_xdmac_alloc_de.patch
	patches.suse/dmaengine-idxd-Only-call-idxd_enable_system_pasid-if.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/1836-drm-aperture-Run-fbdev-removal-before-internal-helpe.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/vfio-Move-IOMMU_CAP_CACHE_COHERENCY-test-to-after-we-know-we-hav
	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/1837-drm-amdgpu-keep-fbdev-buffers-pinned-during-suspend.patch
	patches.suse/1838-drm-amdgpu-display-disable-prefer_shadow-for-generic.patch
	patches.suse/drm-i915-fix-a-possible-refcount-leak-in-intel_dp_ad.patch
	patches.suse/1840-drm-i915-guc-ADL-N-should-use-the-same-GuC-FW-as-ADL.patch
	patches.suse/1841-drm-i915-Fix-vm-use-after-free-in-vma-destruction.patch
	patches.suse/1842-drm-panel-orientation-quirks-Add-quirk-for-the-Lenov.patch
	patches.suse/1843-drm-bridge-fsl-ldb-Fix-mode-clock-rate-validation.patch
	patches.suse/1844-drm-bridge-fsl-ldb-Enable-split-mode-for-LVDS-dual-l.patch
	patches.suse/1845-drm-bridge-fsl-ldb-Drop-DE-signal-polarity-inversion.patch
	patches.suse/1846-drm-rockchip-Detach-from-ARM-DMA-domain-in-attach_de.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/1849-dma-buf-Fix-one-use-after-free-of-fence.patch
	patches.suse/1850-drm-ssd130x-Fix-pre-charge-period-setting.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/1851-amdgpu-disable-powerpc-support-for-the-newer-display.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-sof_rt5682-fix-out-of-bounds-array-access.patch
	patches.suse/ASoC-rt5640-Fix-the-wrong-state-of-JD1-and-JD2.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/cifs-fix-race-condition-with-delayed-threads.patch
	patches.suse/cifs-remove-unnecessary-locking-of-chan_lock-while-freeing-session.patch
	patches.suse/smb3-workaround-negprot-bug-in-some-Samba-servers.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/bpf-Make-sure-mac_header-was-set-before-using-it.patch
	patches.suse/bpf-Add-flags-arg-to-bpf_dynptr_read-and-bpf_dynptr_.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-add-gfp_t-parameter-to-ieeee80211_obss.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/seg6-bpf-fix-skb-checksum-in-bpf_push_seg6_encap.patch
	patches.suse/sfc-fix-kernel-panic-when-creating-VF.patch
	patches.suse/net-atlantic-remove-deep-parameter-on-suspend-resume.patch
	patches.suse/net-atlantic-remove-aq_nic_deinit-when-resume.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/1855-drm-i915-ttm-fix-sg_table-construction.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/1858-drm-i915-gem-Look-for-waitboosting-across-the-whole-.patch
	patches.suse/1859-drm-i915-selftests-fix-subtraction-overflow-bug.patch
	patches.suse/drm-amd-display-Ignore-First-MST-Sideband-Message-Re.patch
	patches.suse/1861-drm-amdkfd-correct-the-MEC-atomic-support-firmware-c.patch
	patches.suse/drm-amd-display-Only-use-depth-36-bpp-linebuffers-on.patch
	patches.suse/1863-drm-amd-pm-Prevent-divide-by-zero.patch
	patches.suse/1864-drm-amd-display-correct-check-of-coverage-blend-mode.patch
	patches.suse/1865-drm-amd-display-Ensure-valid-event-timestamp-for-cur.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/netfs-do-not-unlock-and-put-the-folio-twice.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/ACPI-CPPC-Fix-enabling-CPPC-on-AMD-systems-with-shar.patch
	patches.suse/s390-ap-fix-error-handling-in-__verify_queue_reservations
	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/nvme-pci-fix-freeze-accounting-for-error-handling.patch
	patches.suse/nvme-fix-block-device-naming-collision.patch
	patches.suse/scsi-megaraid-Clear-READ-queue-map-s-nr_queues.patch
	patches.suse/scsi-pm80xx-Fix-Unknown-max-min-linkrate.patch
	patches.suse/scsi-pm80xx-Set-stopped-phy-s-linkrate-to-Disabled.patch
	patches.suse/power-reset-arm-versatile-Fix-refcount-leak-in-versa.patch
	patches.suse/x86-bugs-remove-apostrophe-typo.patch
	patches.suse/1866-drm-i915-ttm-fix-32b-build.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/tcp-Fix-data-races-around-keepalive-sysctl-knobs.patch
	patches.suse/tcp-Fix-data-races-around-sysctl_tcp_syncookies.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/net-sched-cls_api-Fix-flow-action-initialization.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/1867-drm-i915-guc-Support-programming-the-EU-priority-in-.patch
	patches.suse/1868-drm-i915-guc-support-v69-in-parallel-to-v70.patch
	patches.suse/1869-drm-amd-display-Fix-new-dmub-notification-enabling-i.patch
	patches.suse/drm-amdgpu-Remove-one-duplicated-ef-removal.patch
	patches.suse/1871-drm-amdgpu-Protect-the-amdgpu_bo_list-list-with-a-mu.patch
	patches.suse/1872-drm-scheduler-Don-t-kill-jobs-in-interrupt-context.patch
	patches.suse/drm-ttm-fix-locking-in-vmap-vunmap-TTM-GEM-helpers.patch
	patches.suse/1874-drm-panel-edp-Fix-variable-typo-when-saving-hpd-abse.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/0152-md-raid5-missing-error-code-in-setup_conf.patch
	patches.suse/io_uring-fix-free-of-unallocated-buffer-list.patch
	patches.suse/io_uring-do-not-recycle-buffer-in-READV.patch
	patches.suse/ACPI-CPPC-Don-t-require-flexible-address-space-if-X8.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/perf-x86-intel-lbr-Fix-unchecked-MSR-access-error-on-HSW.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/tcp-Fix-a-data-race-around-sysctl_tcp_tso_rtt_log.patch
	patches.suse/Documentation-fix-sctp_wmem-in-ip-sysctl.rst.patch
	patches.suse/nfp-bpf-Fix-typo-the-the-in-comment.patch
	patches.suse/s390-qeth-Fix-typo-the-the-in-comment
	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/octeontx2-pf-Fix-UDP-TCP-src-and-dst-port-tc-filters.patch
	patches.suse/Bluetooth-mgmt-Fix-double-free-on-error-path.patch
	patches.suse/Bluetooth-Always-set-event-mask-on-suspend.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/1876-drm-i915-reset-Add-additional-steps-for-Wa_220118020.patch
	patches.suse/1877-drm-amdgpu-Re-enable-DCN-for-64-bit-powerpc.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/nvme-pci-Crucial-P2-has-bogus-namespace-ids.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/locking-rwsem-Allow-slowpath-writer-to-ignore-handof.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-errata-Remove-AES-hwcap-for-COMPAT-tasks.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/perf-marvell_cn10k-Remove-useless-license-text-when-SPDX-License-Identifier-is-already-used.patch
	patches.suse/perf-marvell_cn10k-Fix-TAD-PMU-register-offset.patch
	patches.suse/drivers-perf-hisi-Add-description-for-HNS3-PMU-drive.patch
	patches.suse/drivers-perf-hisi-add-driver-for-HNS3-PMU.patch
	patches.suse/docs-perf-Include-hns3-pmu.rst-in-toctree-to-fix-htm.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/sched-core-Fix-the-bug-that-task-won-t-enqueue-into-.patch
	patches.suse/locking-lockdep-Fix-lockdep_init_map_-confusion.patch
	patches.suse/x86-events-intel-ds-Enable-large-PEBS-for-PERF_SAMPLE_WEIGHT_TYPE.patch
	patches.suse/perf-x86-amd-uncore-Use-dynamic-events-array.patch
	patches.suse/perf-x86-amd-uncore-Use-attr_update-for-format-attributes.patch
	patches.suse/perf-x86-amd-uncore-Detect-available-DF-counters.patch
	patches.suse/perf-x86-amd-uncore-Add-PerfMonV2-DF-event-format.patch
	patches.suse/perf-x86-amd-uncore-Add-PerfMonV2-RDPMC-assignments.patch
	patches.suse/perf-core-Add-a-new-read-format-to-get-a-number-of-lost-samples.patch
	patches.suse/perf-x86-intel-Fix-PEBS-memory-access-info-encoding-for-ADL.patch
	patches.suse/perf-x86-intel-Fix-PEBS-data-source-encoding-for-ADL.patch
	patches.suse/perf-x86-ibs-Add-new-IBS-register-bits-into-header.patch
	patches.suse/clocksource-Add-Tegra186-timers-support.patch
	patches.suse/clocksource-drivers-timer-tegra186-Add-support-for-T.patch
	patches.suse/APCI-irq-Add-support-for-multiple-GSI-domains.patch
	patches.suse/ACPI-irq-Allow-acpi_gsi_to_irq-to-have-an-arch-speci.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/dt-bindings-Add-headers-for-Tegra234-GPCDMA.patch
	patches.suse/dt-bindings-power-Add-Tegra234-MGBE-power-domains.patch
	patches.suse/dt-bindings-Add-Tegra234-MGBE-clocks-and-resets.patch
	patches.suse/dt-bindings-memory-Add-Tegra234-MGBE-memory-clients.patch
	patches.suse/memory-tegra-Add-MGBE-memory-clients-for-Tegra234.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/dt-bindings-Add-headers-for-Host1x-and-VIC-on-Tegra2.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-tegra210-quad-Multi-cs-support.patch
	patches.suse/spi-dt-bindings-Add-compatible-for-Tegra241-QSPI.patch
	patches.suse/spi-synquacer-Add-missing-clk_disable_unprepare.patch
	patches.suse/spi-pxa2xx-Add-support-for-Intel-Meteor-Lake-P.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/ACPI-glue-Use-acpi_dev_for_each_child.patch
	patches.suse/ACPI-glue-Introduce-acpi_dev_has_children.patch
	patches.suse/ACPI-glue-Introduce-acpi_find_child_by_adr.patch
	patches.suse/thunderbolt-ACPI-Replace-tb_acpi_find_port-with-acpi.patch
	patches.suse/USB-ACPI-Replace-usb_acpi_find_port-with-acpi_find_c.patch
	patches.suse/ACPI-container-Use-acpi_dev_for_each_child.patch
	patches.suse/ACPI-property-Use-acpi_dev_for_each_child-for-child-.patch
	patches.suse/ACPI-bus-Export-acpi_dev_for_each_child-to-modules.patch
	patches.suse/ACPI-video-Use-acpi_dev_for_each_child.patch
	patches.suse/ACPI-bus-Introduce-acpi_dev_for_each_child_reverse.patch
	patches.suse/ACPI-scan-Walk-ACPI-device-s-children-using-driver-c.patch
	patches.suse/platform-x86-thinkpad_acpi-Use-acpi_dev_for_each_chi.patch
	patches.suse/soundwire-Use-acpi_dev_for_each_child.patch
	patches.suse/ACPI-MMC-PM-Unify-fixing-up-device-power.patch
	patches.suse/mfd-core-Use-acpi_dev_for_each_child.patch
	patches.suse/ACPI-bus-Drop-redundant-check-in-acpi_device_remove.patch
	patches.suse/ACPI-bus-Drop-driver-member-of-struct-acpi_device.patch
	patches.suse/bus-hisi_lpc-fix-missing-platform_device_put-in-hisi.patch
	patches.suse/hisi_lpc-Use-acpi_dev_for_each_child.patch
	patches.suse/ACPI-bus-Drop-unused-list-heads-from-struct-acpi_dev.patch
	patches.suse/ACPI-processor-idle-Annotate-more-functions-to-live-.patch
	patches.suse/ACPI-processor-Split-out-thermal-initialization-from.patch
	patches.suse/ACPI-processor-Drop-leftover-acpi_processor_get_limi.patch
	patches.suse/ACPI-APEI-Fix-double-word-in-a-comment.patch
	patches.suse/ACPI-APEI-Better-fix-to-avoid-spamming-the-console-w.patch
	patches.suse/ACPI-APEI-Fix-_EINJ-vs-EFI_MEMORY_SP.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-EC-Re-use-boot_ec-when-possible-even-when-EC_FL.patch
	patches.suse/ACPI-EC-Drop-unused-ident-initializers-from-dmi_syst.patch
	patches.suse/ACPI-PM-save-NVS-memory-for-Lenovo-G40-45.patch
	patches.suse/ACPI-PM-s2idle-Add-support-for-upcoming-AMD-uPEP-HID.patch
	patches.suse/Revert-ACPI-PM-LPIT-Register-sysfs-attributes-based-.patch
	patches.suse/ACPI-PM-s2idle-Use-LPS0-idle-if-ACPI_FADT_LOW_POWER_.patch
	patches.suse/ACPI-PM-x86-Print-messages-regarding-LPS0-idle-suppo.patch
	patches.suse/ACPI-LPSS-Fix-missing-check-in-register_device_clock.patch
	patches.suse/ACPI-VIOT-Fix-ACS-setup.patch
	patches.suse/ACPI-resource-skip-IRQ-override-on-AMD-Zen-platforms.patch
	patches.suse/ACPI-video-Drop-X86-dependency-from-Kconfig.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/ACPI-video-Use-native-backlight-on-Dell-Inspiron-N40.patch
	patches.suse/ACPI-PCI-Remove-useless-NULL-pointer-checks.patch
	patches.suse/Documentation-ACPI-EINJ-Fix-obsolete-example.patch
	patches.suse/intel_idle-make-SPR-C1-and-C1E-be-independent.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/0153-block-factor-out-a-chunk_size_left-helper.patch
	patches.suse/0154-dm-open-code-blk_max_size_offset-in-max_io_len.patch
	patches.suse/0155-block-replace-blkdev_nr_zones-with-bdev_nr_zones.patch
	patches.suse/nvmet-use-bdev-based-helpers-in-nvmet_bdev_zone_mgmt.patch
	patches.suse/0156-dm-zoned-cleanup-dmz_fixup_devices.patch
	patches.suse/0006-blk-mq-don-t-create-hctx-debugfs-dir-until-q-debugfs.patch
	patches.suse/0007-blktrace-Trace-remapped-requests-correctly.patch
	patches.suse/0157-dm-unexport-dm_get_reserved_rq_based_ios.patch
	patches.suse/0158-dm-refactor-dm_md_mempool-allocation.patch
	patches.suse/0159-dm-improve-BLK_STS_DM_REQUEUE-and-BLK_STS_AGAIN-handling.patch
	patches.suse/0160-dm-add-dm_bio_rewind-API-to-DM-core.patch
	patches.suse/0161-dm-add-two-stage-requeue-mechanism.patch
	patches.suse/0162-dm-table-remove-dm_table_get_num_targets-wrapper.patch
	patches.suse/0163-dm-table-audit-all-dm_table_get_target-callers.patch
	patches.suse/0164-dm-table-rename-dm_target-variable-in-dm_table_add_target.patch
	patches.suse/0165-dm-verity-fix-checkpatch-close-brace-error.patch
	patches.suse/0166-dm-cache-fix-typo-in-2-comment-blocks.patch
	patches.suse/0167-dm-raid-remove-redundant-the-in-parse_raid_params-comment.patch
	patches.suse/0168-dm-snapshot-fix-typo-in-snapshot_map-comment.patch
	patches.suse/Documentation-dm-writecache-Render-status-list-as-li.patch
	patches.suse/0169-dm-writecache-set-a-default-MAX_WRITEBACK_JOBS.patch
	patches.suse/0170-dm-kcopyd-use-__GFP_HIGHMEM-when-allocating-pages.patch
	patches.suse/0171-dm-writecache-return-void-from-functions.patch
	patches.suse/0172-dm-writecache-count-number-of-blocks-read-not-number-of-read-bios.patch
	patches.suse/0173-dm-writecache-count-number-of-blocks-written-not-number-of-write-bios.patch
	patches.suse/0174-dm-writecache-count-number-of-blocks-discarded-not-number-of-discard-bios.patch
	patches.suse/0012-dm-thin-fix-use-after-free-crash-in-dm_sm_register_t.patch
	patches.suse/0013-dm-return-early-from-dm_pr_call-if-DM-device-is-susp.patch
	patches.suse/0175-dm-Allow-dm_call_pr-to-be-used-for-path-searches.patch
	patches.suse/0176-dm-Start-pr_reserve-from-the-same-starting-path.patch
	patches.suse/0177-dm-Fix-PR-release-handling-for-non-All-Registrants.patch
	patches.suse/0178-dm-Start-pr_preempt-from-the-same-starting-path.patch
	patches.suse/0179-dm-raid-fix-address-sanitizer-warning-in-raid_status.patch
	patches.suse/0180-dm-raid-fix-address-sanitizer-warning-in-raid_resume.patch
	patches.suse/0181-dm-fix-dm-raid-crash-if-md_handle_request-splits-bio.patch
	patches.suse/selftests-seccomp-Fix-compile-warning-when-CC-clang.patch
	patches.suse/0182-dm-Add-verity-helpers-for-LoadPin.patch
	patches.suse/0183-dm-verity-loadpin-Drop-use-of-dm_table_get_num_targets.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-qat-replace-get_current_node-with-numa_node_i.patch
	patches.suse/crypto-qat-Removes-the-x86-dependency-on-the-QAT-dri.patch
	patches.suse/crypto-arm64-gcm-Select-AEAD-for-GHASH_ARM64_CE.patch
	patches.suse/crypto-qat-expose-device-state-through-sysfs-for-4xx.patch
	patches.suse/crypto-qat-change-behaviour-of-adf_cfg_add_key_value.patch
	patches.suse/crypto-qat-relocate-and-rename-adf_sriov_prepare_res.patch
	patches.suse/crypto-qat-expose-device-config-through-sysfs-for-4x.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-filesystems-update-netfs-api.rst-reference.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/vfio-do-not-set-FMODE_LSEEK-flag
	patches.suse/efi-Make-code-to-find-mirrored-memory-ranges-generic.patch
	patches.suse/efi-Correct-comment-on-efi_memmap_alloc.patch
	patches.suse/efi-avoid-efivars-layer-when-loading-SSDTs-from-vari.patch
	patches.suse/efi-efibc-avoid-efivar-API-for-setting-variables.patch
	patches.suse/media-atomisp_gmin_platform-stop-abusing-efivar-API.patch
	patches.suse/iwlwifi-Switch-to-proper-EFI-variable-store-interfac.patch
	patches.suse/brcmfmac-Switch-to-appropriate-helper-to-load-EFI-va.patch
	patches.suse/Input-applespi-avoid-efivars-API-and-invoke-EFI-serv.patch
	patches.suse/pstore-Add-priv-field-to-pstore_record-for-backend-s.patch
	patches.suse/efi-vars-Don-t-drop-lock-in-the-middle-of-efivar_ini.patch
	patches.suse/efi-vars-Add-thin-wrapper-around-EFI-get-set-variabl.patch
	patches.suse/efi-pstore-Omit-efivars-caching-EFI-varstore-access-.patch
	patches.suse/efi-vars-Use-locking-version-to-iterate-over-efivars.patch
	patches.suse/efi-vars-Drop-__efivar_entry_iter-helper-which-is-no.patch
	patches.suse/drivers-fix-typo-in-firmware-efi-memmap.c.patch
	patches.suse/efi-Simplify-arch_efi_call_virt-macro.patch
	patches.suse/ACPI-PRM-Change-handler_addr-type-to-void-pointer.patch
	patches.suse/ACPI-Enable-Platform-Runtime-Mechanism-PRM-support-o.patch
	patches.suse/ACPI-Move-PRM-config-option-under-the-main-ACPI-conf.patch
	patches.suse/efi-vars-Remove-deprecated-efivars-sysfs-interface.patch
	patches.suse/efi-vars-Switch-to-new-wrapper-layer.patch
	patches.suse/efi-vars-Move-efivar-caching-layer-into-efivarfs.patch
	patches.suse/btrfs-send-use-boolean-types-for-current-inode-statu.patch
	patches.suse/btrfs-properly-flag-filesystem-with-btrfs_feature_incompat_big_metadata.patch
	patches.suse/btrfs-send-introduce-recorded_ref_alloc-and-recorded.patch
	patches.suse/btrfs-send-fix-sending-link-commands-for-existing-fi.patch
	patches.suse/btrfs-send-always-use-the-rbtree-based-inode-ref-man.patch
	patches.suse/btrfs-join-running-log-transaction-when-logging-new-.patch
	patches.suse/ata-libata-core-fix-sloppy-typing-in-ata_id_n_sectors.patch
	patches.suse/ata-libata-core-get-rid-of-else-branches-in-ata_id_n_sectors.patch
	patches.suse/ata-make-transfer-mode-masks-unsigned-int.patch
	patches.suse/ata-libata-core-make-ata_exec_internal_sg-static.patch
	patches.suse/ata-libata-eh-fix-sloppy-result-type-of-ata_eh_nr_in_flight.patch
	patches.suse/ata-libata-core-fix-sloppy-parameter-type-in-ata_exec_internal-_sg.patch
	patches.suse/ata-libata-eh-fix-sloppy-result-type-of-ata_internal_cmd_timeout.patch
	patches.suse/ata-libata-scsi-fix-result-type-of-ata_ioc32.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/ethernet-Remove-vf-rate-limit-check-for-drivers.patch
	patches.suse/net-smsc95xx-add-support-for-Microchip-EVB-LAN8670-U.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/net-phy-add-support-to-get-Master-Slave-configuratio.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/net-phy-mxl-gpy-add-temperature-sensor.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-m_can-fix-typo-prescalar-prescaler.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/net-atlantic-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/octeontx2-af-fix-operand-size-in-bitwise-operation.patch
	patches.suse/qlogic-qed-fix-repeated-words-in-comments.patch
	patches.suse/net-add-skb_-inner_-tcp_all_headers-helpers.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/octeontx2-af-Don-t-reset-previous-pfc-config.patch
	patches.suse/octeontx2-Modify-mbox-request-and-response-structure.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/octeontx2-af-Skip-CGX-RPM-probe-incase-of-zero-lmac-.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/net-phy-mxl-gpy-fix-version-reporting.patch
	patches.suse/net-phy-mxl-gpy-cache-PHY-firmware-version.patch
	patches.suse/net-phy-mxl-gpy-rename-the-FW-type-field-name.patch
	patches.suse/net-phy-mxl-gpy-print-firmware-in-human-readable-for.patch
	patches.suse/ath10k-do-not-enforce-interrupt-trigger-type.patch
	patches.suse/ath11k-Fix-warning-on-variable-sar-dereference-befor.patch
	patches.suse/ath11k-Init-hw_params-before-setting-up-AHB-resource.patch
	patches.suse/ath11k-fix-netdev-open-race.patch
	patches.suse/ath11k-fix-IRQ-affinity-warning-on-shutdown.patch
	patches.suse/ath11k-fix-missing-skb-drop-on-htc_tx_completion-err.patch
	patches.suse/ath11k-Fix-incorrect-debug_mask-mappings.patch
	patches.suse/ath11k-Avoid-REO-CMD-failed-prints-during-firmware-r.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/octeontx2-af-Limit-link-bringup-time-at-firmware.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/octeontx2-af-Set-NIX-link-credits-based-on-max-LMAC.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_qca-Return-wakeup-for-qca_wakeup.patch
	patches.suse/Bluetooth-hci_bcm-Add-support-for-FW-loading-in-auto.patch
	patches.suse/Bluetooth-clear-the-temporary-linkkey-in-hci_conn_cl.patch
	patches.suse/Bluetooth-hci_intel-Add-check-for-platform_driver_re.patch
	patches.suse/Bluetooth-When-HCI-work-queue-is-drained-only-queue-.patch
	patches.suse/Bluetooth-Fix-index-added-after-unregister.patch
	patches.suse/Bluetooth-Unregister-suspend-with-userchannel.patch
	patches.suse/dt-bindings-bluetooth-broadcom-Add-BCM4349B1-DT-bind.patch
	patches.suse/Bluetooth-hci_bcm-Add-BCM4349B1-variant.patch
	patches.suse/Bluetooth-fix-an-error-code-in-hci_register_dev.patch
	patches.suse/Bluetooth-use-memset-avoid-memory-leaks-a5133fe8.patch
	patches.suse/Bluetooth-eir-Fix-using-strlen-with-hdev-dev_name-sh.patch
	patches.suse/Bluetooth-HCI-Fix-not-always-setting-Scan-Response-A.patch
	patches.suse/Bluetooth-mgmt-Fix-refresh-cached-connection-info.patch
	patches.suse/Bluetooth-btmtksdio-Add-in-band-wakeup-support.patch
	patches.suse/Bluetooth-hci_sync-Fix-resuming-scan-after-suspend-r.patch
	patches.suse/Bluetooth-Collect-kcov-coverage-from-hci_rx_work.patch
	patches.suse/Bluetooth-hci_sync-Fix-not-updating-privacy_mode.patch
	patches.suse/Bluetooth-hci_sync-Don-t-remove-connected-devices-fr.patch
	patches.suse/Bluetooth-Add-default-wakeup-callback-for-HCI-UART-d.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-clean-up-error-pointer-checking.patch
	patches.suse/Bluetooth-hci_bcm-Add-DT-compatible-for-CYW55572.patch
	patches.suse/Bluetooth-hci_bcm-Prevent-early-baudrate-setting-in-.patch
	patches.suse/Bluetooth-hci_bcm-Increase-host-baudrate-for-CYW5557.patch
	patches.suse/Bluetooth-btusb-Set-HCI_QUIRK_BROKEN_ENHANCED_SETUP_-e11523e9.patch
	patches.suse/Bluetooth-btusb-Add-a-new-VID-PID-0489-e0e2-for-MT79.patch
	patches.suse/Bluetooth-hci_sync-Correct-hci_set_event_mask_page_2.patch
	patches.suse/Bluetooth-hci_sync-Check-LMP-feature-bit-instead-of-.patch
	patches.suse/Bluetooth-btusb-Remove-HCI_QUIRK_BROKEN_ERR_DATA_REP.patch
	patches.suse/Bluetooth-btusb-Remove-HCI_QUIRK_BROKEN_ERR_DATA_REP-e168f690.patch
	patches.suse/Bluetooth-hci_sync-Remove-HCI_QUIRK_BROKEN_ERR_DATA_.patch
	patches.suse/Bluetooth-hci_sync-Refactor-add-Adv-Monitor.patch
	patches.suse/Bluetooth-hci_sync-Refactor-remove-Adv-Monitor.patch
	patches.suse/Bluetooth-hci_sync-Split-hci_dev_open_sync.patch
	patches.suse/Bluetooth-Add-bt_status.patch
	patches.suse/Bluetooth-Use-bt_status-to-convert-from-errno.patch
	patches.suse/Bluetooth-mgmt-Fix-using-hci_conn_abort.patch
	patches.suse/Bluetooth-MGMT-Fix-holding-hci_conn-reference-while-.patch
	patches.suse/Bluetooth-btrtl-Fix-typo-in-comment.patch
	patches.suse/Bluetooth-Remove-dead-code-from-hci_request.c.patch
	patches.suse/Bluetooth-Remove-update_scan-hci_request-dependancy.patch
	patches.suse/Bluetooth-Convert-delayed-discov_off-to-hci_sync.patch
	patches.suse/Bluetooth-hci_core-Introduce-hci_recv_event_data.patch
	patches.suse/Bluetooth-Add-initial-implementation-of-CIS-connecti.patch
	patches.suse/Bluetooth-Add-BTPROTO_ISO-socket-type.patch
	patches.suse/Bluetooth-Add-initial-implementation-of-BIS-connecti.patch
	patches.suse/Bluetooth-ISO-Add-broadcast-support.patch
	patches.suse/Bluetooth-btusb-Add-support-for-ISO-packets.patch
	patches.suse/Bluetooth-btusb-Detect-if-an-ACL-packet-is-in-fact-a.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-refactor-elements-parsing-with-paramet.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-ath11k-Fix-register-write-failure-on-QCN9074.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-mlx5e-Fix-wrong-use-of-skb_tcp_all_headers-with-.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/netdevsim-fib-Fix-reference-count-leak-on-route-dele.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/octeontx2-pf-Reduce-minimum-mtu-size-to-60.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-i801-Add-support-for-Intel-Meteor-Lake-P.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/0001-drm-edid-reset-display-info-in-drm_add_edid_modes-fo.patch
	patches.suse/0003-drm-edid-check-for-HF-SCDB-block.patch
	patches.suse/0004-drm-edid-rename-HDMI-Forum-VSDB-to-SCDS.patch
	patches.suse/0005-drm-edid-clean-up-CTA-data-block-tag-definitions.patch
	patches.suse/0006-drm-edid-add-iterator-for-EDID-base-and-extension-bl.patch
	patches.suse/0007-drm-edid-add-iterator-for-CTA-data-blocks.patch
	patches.suse/0008-drm-edid-clean-up-cea_db_is_-functions.patch
	patches.suse/0009-drm-edid-convert-add_cea_modes-to-use-cea-db-iter.patch
	patches.suse/0010-drm-edid-convert-drm_edid_to_speaker_allocation-to-u.patch
	patches.suse/0011-drm-edid-convert-drm_edid_to_sad-to-use-cea-db-iter.patch
	patches.suse/0012-drm-edid-convert-drm_detect_hdmi_monitor-to-use-cea-.patch
	patches.suse/0013-drm-edid-convert-drm_detect_monitor_audio-to-use-cea.patch
	patches.suse/0014-drm-edid-convert-drm_parse_cea_ext-to-use-cea-db-ite.patch
	patches.suse/0015-drm-edid-convert-drm_edid_to_eld-to-use-cea-db-iter.patch
	patches.suse/0016-drm-edid-sunset-the-old-unused-cea-data-block-iterat.patch
	patches.suse/0017-drm-edid-restore-some-type-safety-to-cea_db_-functio.patch
	patches.suse/0018-drm-edid-detect-basic-audio-in-all-CEA-extensions.patch
	patches.suse/0019-drm-edid-detect-color-formats-and-CTA-revision-in-al.patch
	patches.suse/0020-drm-edid-skip-CTA-extension-scan-in-drm_edid_to_eld-.patch
	patches.suse/0021-drm-edid-sunset-drm_find_cea_extension.patch
	patches.suse/0022-drm-nouveau-gr-gf100-Clean-up-some-inconsistent-inde.patch
	patches.suse/0023-drm-bridge-nwl-dsi-Set-PHY-mode-in-nwl_dsi_mode_set.patch
	patches.suse/0024-drm-rockchip-Fix-Kconfig-dependencies-for-display-po.patch
	patches.suse/0025-drm-ttm-move-default-BO-destructor-into-VMWGFX-v2.patch
	patches.suse/0026-dma-buf-add-the-name-field-to-the-table-header.patch
	patches.suse/0027-drm-bridge-simplify-the-return-expression-of-ps8640_.patch
	patches.suse/0028-drm-amdgpu-switch-DM-to-atomic-fence-helpers-v2.patch
	patches.suse/0029-drm-amdgpu-fix-start-calculation-in-amdgpu_vram_mgr_.patch
	patches.suse/0030-drm-amdgpu-move-internal-vram_mgr-function-into-the-.patch
	patches.suse/0031-drm-todo-Add-entry-for-converting-kselftests-to-kuni.patch
	patches.suse/0032-drm-bridge-cdns-dsi-Add-support-for-pre_enable-and-p.patch
	patches.suse/0033-drm-mgag200-Add-FB_DAMAGE_CLIPS-support.patch
	patches.suse/0034-drm-mgag200-Optimize-damage-clips.patch
	patches.suse/0035-drm-mgag200-Warn-once-if-trying-to-set-start-address.patch
	patches.suse/0036-drm-bridge-tc358767-Factor-out-DSI-and-DPI-RX-enable.patch
	patches.suse/0037-drm-bridge-tc358767-Add-DSI-to-e-DP-mode-support.patch
	patches.suse/0038-fbdev-Restart-conflicting-fb-removal-loop-when-unreg.patch
	patches.suse/0039-fbdev-vesafb-Allow-to-be-built-if-COMPILE_TEST-is-en.patch
	patches.suse/0040-drm-edid-use-else-if-in-CTA-extension-parsing.patch
	patches.suse/0041-drm-edid-convert-drm_for_each_detailed_block-to-edid.patch
	patches.suse/0042-drm-edid-add-struct-drm_edid-container.patch
	patches.suse/0043-drm-edid-start-propagating-drm_edid-to-lower-levels.patch
	patches.suse/0044-drm-edid-keep-propagating-drm_edid-to-display-info.patch
	patches.suse/0045-drm-edid-propagate-drm_edid-to-drm_edid_to_eld.patch
	patches.suse/0046-drm-edid-convert-drm_edid_connector_update-to-drm_ed.patch
	patches.suse/0047-drm-edid-convert-struct-detailed_mode_closure-to-drm.patch
	patches.suse/0048-drm-edid-convert-drm_mode_detailed-to-drm_edid.patch
	patches.suse/0049-drm-edid-convert-drm_dmt_modes_for_range-to-drm_edid.patch
	patches.suse/0050-drm-edid-convert-drm_gtf_modes_for_range-to-drm_edid.patch
	patches.suse/0051-drm-edid-convert-drm_cvt_modes_for_range-to-drm_edid.patch
	patches.suse/0052-drm-edid-convert-drm_mode_std-and-children-to-drm_ed.patch
	patches.suse/0053-drm-edid-convert-mode_in_range-and-drm_monitor_suppo.patch
	patches.suse/0054-drm-edid-convert-get_monitor_name-to-drm_edid.patch
	patches.suse/0055-drm-edid-convert-drm_for_each_detailed_block-to-drm_.patch
	patches.suse/0056-drm-edid-add-drm_edid-helper-for-drm_edid_to_sad.patch
	patches.suse/0057-drm-edid-add-drm_edid-helper-for-drm_edid_to_speaker.patch
	patches.suse/0058-drm-edid-add-drm_edid-helper-for-drm_detect_hdmi_mon.patch
	patches.suse/0059-drm-edid-add-drm_edid-helper-for-drm_detect_monitor_.patch
	patches.suse/0060-drm-edid-convert-cea_db_iter_edid_begin-to-drm_edid.patch
	patches.suse/0061-drm-edid-convert-drm_edid_iter_begin-to-drm_edid.patch
	patches.suse/0062-drm-edid-add-drm_edid-helper-for-drm_update_tile_inf.patch
	patches.suse/0063-drm-displayid-convert-to-drm_edid.patch
	patches.suse/0064-drm-edid-convert-version_greater-to-drm_edid.patch
	patches.suse/0065-drm-panel-feiyang-fy07024di26a30d-make-reset-gpio-op.patch
	patches.suse/0066-drm-Always-warn-if-user-defined-modes-are-not-suppor.patch
	patches.suse/0067-drm-client-Look-for-command-line-modes-first.patch
	patches.suse/0068-drm-client-Don-t-add-new-command-line-mode.patch
	patches.suse/0069-drm-mgag200-Enable-atomic-gamma-lut-update.patch
	patches.suse/0070-drm-bridge-icn6211-Register-macro-clean-up.patch
	patches.suse/0071-drm-bridge-DRM_FSL_LDB-should-depend-on-ARCH_MXC.patch
	patches.suse/0072-drm-bridge-anx7625-Use-DPI-bus-type.patch
	patches.suse/0073-drm-mgag200-Acquire-I-O-lock-while-reading-EDID.patch
	patches.suse/0074-drm-mgag200-Fail-on-I2C-initialization-errors.patch
	patches.suse/0075-drm-mgag200-Implement-connector-s-get_modes-with-hel.patch
	patches.suse/0076-drm-mgag200-Switch-I2C-code-to-managed-cleanup.patch
	patches.suse/0077-drm-mgag200-Remove-struct-mga_connector.patch
	patches.suse/0078-drm-mgag200-Test-memory-requirements-in-drm_mode_con.patch
	patches.suse/0079-drm-mgag200-Split-up-connector-s-mode_valid-helper.patch
	patches.suse/0080-drm-udl-Set-VGA-connector.patch
	patches.suse/0081-drm-meson-Fix-refcount-leak-in-meson_encoder_hdmi_in.patch
	patches.suse/0082-drm-meson-add-YUV422-output-support.patch
	patches.suse/0083-drm-gem-Share-code-between-drm_gem_fb_-begin-end-_cp.patch
	patches.suse/0084-drm-gem-Ignore-color-planes-that-are-unused-by-frame.patch
	patches.suse/0085-drm-gem-vram-Share-code-between-GEM-VRAM-s-_-prepare.patch
	patches.suse/0086-drm-gem-vram-Ignore-planes-that-are-unused-by-frameb.patch
	patches.suse/0087-drm-gem-Warn-on-trying-to-use-a-non-existing-framebu.patch
	patches.suse/0088-drm-probe-helper-Add-helper-for-drm_helper_probe_sin.patch
	patches.suse/0089-drm-probe-helper-For-DP-add-640x480-if-all-other-mod.patch
	patches.suse/0090-drm-Document-the-power-requirements-for-DP-AUX-trans.patch
	patches.suse/0091-drm-dp-Export-symbol-kerneldoc-fixes-for-DP-AUX-bus.patch
	patches.suse/0092-drm-bridge-tc358767-Handle-dsi_lanes-0-as-invalid.patch
	patches.suse/0093-drm-bridge-tc358767-Report-DSI-to-e-DP-as-supported.patch
	patches.suse/drm-bridge-tc358767-Make-sure-Refclk-clock-are-enabl.patch
	patches.suse/0095-drm-r128-Fix-undefined-behavior-due-to-shift-overflo.patch
	patches.suse/0096-drm-debug-Expose-connector-s-max-supported-bpc-via-d.patch
	patches.suse/0097-drm-i915-display-debug-Expose-crtc-current-bpc-via-d.patch
	patches.suse/0098-drm-amd-display-Move-connector-debugfs-to-drm.patch
	patches.suse/0099-drm-bridge-anx7625-Add-missing-of_node_put-for-endpo.patch
	patches.suse/0100-drm-bridge-lt9611-Consolidate-detection-logic.patch
	patches.suse/0101-drm-bridge-lt9611-Use-both-bits-for-HDMI-sensing.patch
	patches.suse/drm-st7735r-Fix-module-autoloading-for-Okaya-RH12812.patch
	patches.suse/0103-Revert-drm-bridge-anx7625-Use-DPI-bus-type.patch
	patches.suse/0104-drm-nouveau-clear-output-poll-workers-before-nouveau.patch
	patches.suse/0105-drm-nouveau-mmu-fix-typo-in-comment.patch
	patches.suse/0106-drm-nouveau-tegra-remove-needless-NULL-check.patch
	patches.suse/0107-drm-panel-Fix-build-error-when-CONFIG_DRM_PANEL_SAMS.patch
	patches.suse/0108-drm-use-ENOMEM-for-drmm_kzalloc-allocation-failures.patch
	patches.suse/0109-drm-vkms-Update-vkms_composer_worker-documentation.patch
	patches.suse/0110-drm-bridge-adv7511-Move-CEC-definitions-to-adv7511_c.patch
	patches.suse/0111-drm-bridge-icn6211-Adjust-clock-phase-using-SYS_CTRL.patch
	patches.suse/0112-drm-panfrost-Handle-HW_ISSUE_TTRX_2968_TTRX_3162.patch
	patches.suse/0113-drm-panfrost-Constify-argument-to-has_hw_issue.patch
	patches.suse/0114-drm-panfrost-Handle-HW_ISSUE_TTRX_3076.patch
	patches.suse/0115-drm-panfrost-Add-HW_ISSUE_TTRX_3485-quirk.patch
	patches.suse/0116-drm-panfrost-Add-clean-only-safe-feature-bit.patch
	patches.suse/0117-drm-panfrost-Don-t-set-L2_MMU_CONFIG-quirks.patch
	patches.suse/0118-drm-panfrost-Add-Mali-G57-Natt-support.patch
	patches.suse/0119-drm-panfrost-Add-arm-mali-valhall-jm-compatible.patch
	patches.suse/0120-drm-edid-Extract-drm_edid_decode_mfg_id.patch
	patches.suse/0121-dma-buf-cleanup-dma_fence_chain_walk.patch
	patches.suse/drm-mipi-dbi-align-max_chunk-to-2-in-spi_transfer.patch
	patches.suse/0123-dma-buf-cleanup-dma_fence_unwrap-selftest-v2.patch
	patches.suse/0124-dma-buf-cleanup-dma_fence_unwrap-implementation.patch
	patches.suse/0125-dma-buf-return-only-unsignaled-fences-in-dma_fence_u.patch
	patches.suse/0126-dma-buf-generalize-dma_fence-unwrap-merging-v3.patch
	patches.suse/0127-drm-use-dma_fence_unwrap_merge-in-drm_syncobj.patch
	patches.suse/msft-hv-2614-drm-hyperv-Removing-the-restruction-of-VRAM-allocati.patch
	patches.suse/0129-drm-nouveau-fifo-gv100-set-gv100_fifo_runlist-storag.patch
	patches.suse/0130-drm-ssd130x-Only-define-a-SPI-device-ID-table-when-b.patch
	patches.suse/0131-drm-gma500-Use-gma_-prefix-for-our-i2c-abstraction.patch
	patches.suse/0132-drm-gma500-Make-gma_i2c_chan-a-subclass-of-i2c_adapt.patch
	patches.suse/0133-drm-gma500-Make-cdv-lvds-use-ddc-adapter-from-drm_co.patch
	patches.suse/0134-drm-gma500-Make-cdv-hdmi-use-ddc-adapter-from-drm_co.patch
	patches.suse/0135-drm-gma500-Make-psb-lvds-use-ddc-adapter-from-drm_co.patch
	patches.suse/0136-drm-gma500-Make-cdv-crt-use-ddc-adapter-from-drm_con.patch
	patches.suse/0137-drm-gma500-Make-oaktrail-lvds-use-ddc-adapter-from-d.patch
	patches.suse/0138-drm-gma500-Read-EDID-from-the-correct-i2c-adapter.patch
	patches.suse/0139-drm-dp-Add-callbacks-to-make-using-DP-AUX-bus-proper.patch
	patches.suse/0140-drm-bridge-Add-devm_drm_bridge_add.patch
	patches.suse/0141-drm-bridge-parade-ps8640-Handle-DP-AUX-more-properly.patch
	patches.suse/drm-nouveau-fix-another-off-by-one-in-nvbios_addr.patch
	patches.suse/0143-drm-bridge-Add-TI-DLPC3433-DSI-to-DMD-bridge.patch
	patches.suse/0144-drm-probe-helper-Default-to-640x480-if-no-EDID-on-DP.patch
	patches.suse/0145-drm-mgag200-Remove-special-case-for-G200SE-with-2-Mi.patch
	patches.suse/0146-drm-mgag200-Initialize-each-model-in-separate-functi.patch
	patches.suse/0147-drm-mgag200-Move-PCI-option-setup-into-model-specifi.patch
	patches.suse/0148-drm-mgag200-Call-mgag200_device_probe_vram-from-per-.patch
	patches.suse/0149-drm-mgag200-Implement-new-init-logic.patch
	patches.suse/0150-drm-mgag200-Add-struct-mgag200_device_info.patch
	patches.suse/0151-drm-mgag200-Store-HW_BUG_NO_STARTADD-flag-in-device-.patch
	patches.suse/0152-drm-mgag200-Store-maximum-resolution-and-memory-band.patch
	patches.suse/0153-drm-mgag200-Store-vidrst-flag-in-device-info.patch
	patches.suse/0154-drm-mgag200-Store-positions-of-I2C-data-and-clock-bi.patch
	patches.suse/0155-drm-meson-encoder_cvbs-Fix-refcount-leak-in-meson_en.patch
	patches.suse/0156-drm-meson-encoder_hdmi-Fix-refcount-leak-in-meson_en.patch
	patches.suse/drm-bridge-lt9611uxc-Cancel-only-driver-s-work.patch
	patches.suse/0158-dma-buf-Add-an-API-for-exporting-sync-files-v14.patch
	patches.suse/0159-dma-buf-Add-an-API-for-importing-sync-files-v10.patch
	patches.suse/0160-drm-cma-helper-Describe-what-a-contiguous-chunk-actu.patch
	patches.suse/0161-fbcon-Remove-obsolete-reference-to-initmem_freed.patch
	patches.suse/0162-drm-panel-nt36672a-add-backlight-support.patch
	patches.suse/0163-drm-nouveau-bios-Rename-prom_init-and-friends-functi.patch
	patches.suse/virtio-gpu-fix-a-missing-check-to-avoid-NULL-derefer.patch
	patches.suse/0165-drm-bochs-Explicitly-include-linux-module.h.patch
	patches.suse/0166-drm-qxl-remove-qxl_log_level-global.patch
	patches.suse/0167-drm-virtio-simplify-the-return-expression.patch
	patches.suse/udmabuf-Set-the-DMA-mask-for-the-udmabuf-device-v2.patch
	patches.suse/0169-drm-virtio-Fix-NULL-vs-IS_ERR-checking-in-virtio_gpu.patch
	patches.suse/0170-drm-mgag200-Include-linux-vmalloc.h-for-G200-BIOS-co.patch
	patches.suse/0171-Revert-fbdev-Prevent-probing-generic-drivers-if-a-FB.patch
	patches.suse/0172-drm-Add-support-for-the-LogiCVC-display-controller.patch
	patches.suse/drm-adv7511-override-i2c-address-of-cec-before-acces.patch
	patches.suse/0174-drm-Fix-htmldocs-indentation-warning-w-DP-AUX-power-.patch
	patches.suse/0175-drm-of-Add-drm_of_get_data_lanes_count-and-drm_of_ge.patch
	patches.suse/0176-drm-bridge-anx7625-Convert-to-drm_of_get_data_lanes_.patch
	patches.suse/0177-drm-bridge-icn6211-Convert-to-drm_of_get_data_lanes_.patch
	patches.suse/0178-drm-bridge-lt8912-Convert-to-drm_of_get_data_lanes_c.patch
	patches.suse/0179-drm-bridge-lt9211-Convert-to-drm_of_get_data_lanes_c.patch
	patches.suse/0180-drm-bridge-tc358767-Convert-to-drm_of_get_data_lanes.patch
	patches.suse/0181-drm-bridge-tc358775-Convert-to-drm_of_get_data_lanes.patch
	patches.suse/0182-drm-bridge-ti-sn65dsi86-Convert-to-drm_of_get_data_l.patch
	patches.suse/0183-drm-msm-Convert-to-drm_of_get_data_lanes_count.patch
	patches.suse/0184-drm-bridge-rcar-Convert-to-drm_of_get_data_lanes_cou.patch
	patches.suse/0185-drm-bridge-ti-sn65dsi83-Do-not-cache-dsi_lanes-and-h.patch
	patches.suse/0186-drm-bridge-ti-sn65dsi83-Convert-to-drm_of_get_data_l.patch
	patches.suse/0187-drm-of-Mark-empty-drm_of_get_data_lanes_count-and-dr.patch
	patches.suse/0188-drm-bridge-tc358775-Fix-drm_of_get_data_lanes_count_.patch
	patches.suse/0189-drm-bridge-rcar-Drop-unused-variables-due-to-drm_of_.patch
	patches.suse/0190-drm-v3d-Get-rid-of-pm-code.patch
	patches.suse/0191-drm-v3d-Add-support-for-bcm2711.patch
	patches.suse/0192-drm-vkms-check-plane_composer-map-0-before-using-it.patch
	patches.suse/0193-drm-vkms-Alloc-the-compose-frame-using-vzalloc.patch
	patches.suse/0194-drm-syncobj-add-missing-error-return-code-in-drm_syn.patch
	patches.suse/0195-drm-edid-fix-CTA-data-block-collection-size-for-CTA-.patch
	patches.suse/0196-drm-edid-abstract-cea-data-block-collection-size.patch
	patches.suse/0197-drm-edid-add-block-count-and-data-helper-functions-f.patch
	patches.suse/0198-drm-edid-keep-track-of-alloc-size-in-drm_do_get_edid.patch
	patches.suse/0199-drm-edid-add-new-interfaces-around-struct-drm_edid.patch
	patches.suse/0200-drm-probe-helper-abstract-.get_modes-connector-helpe.patch
	patches.suse/0201-drm-msm-Fix-convert-to-drm_of_get_data_lanes_count.patch
	patches.suse/0202-Revert-fbdev-vesafb-Allow-to-be-built-if-COMPILE_TES.patch
	patches.suse/0203-drm-bridge-anx7625-Zero-error-variable-when-panel-br.patch
	patches.suse/0204-drm-bridge-it6505-Add-missing-CRYPTO_HASH-dependency.patch
	patches.suse/0205-drm-amdgpu-display-fix-build-when-CONFIG_DEBUG_FS-is.patch
	patches.suse/0206-drm-sun4i-sun8i-hdmi-phy-Use-of_device_get_match_dat.patch
	patches.suse/0207-drm-sun4i-sun8i-hdmi-phy-Use-devm_platform_ioremap_r.patch
	patches.suse/0208-drm-sun4i-sun8i-hdmi-phy-Used-device-managed-clocks-.patch
	patches.suse/0209-drm-sun4i-sun8i-hdmi-phy-Support-multiple-custom-PHY.patch
	patches.suse/0210-drm-sun4i-sun8i-hdmi-phy-Separate-A83T-and-H3-PHY-op.patch
	patches.suse/0211-drm-sun4i-sun8i-hdmi-phy-Group-PHY-ops-functions-by-.patch
	patches.suse/0212-drm-dp-mst-Read-the-extended-DPCD-capabilities-durin.patch
	patches.suse/0213-drm-nouveau-Fix-spelling-typo-in-comments.patch
	patches.suse/0214-iosys-map-Fix-typo-in-documentation.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/1696-media-uapi-Add-some-RGB-bus-formats-for-i.MX8qm-qxp-.patch
	patches.suse/0217-drm-bridge-imx-Add-i.MX8qm-qxp-pixel-combiner-suppor.patch
	patches.suse/0218-drm-bridge-imx-Add-i.MX8qm-qxp-display-pixel-link-su.patch
	patches.suse/0219-drm-bridge-imx-Add-i.MX8qxp-pixel-link-to-DPI-suppor.patch
	patches.suse/0220-drm-bridge-imx-Add-LDB-driver-helper-support.patch
	patches.suse/0221-drm-bridge-imx-Add-LDB-support-for-i.MX8qxp.patch
	patches.suse/0222-drm-bridge-imx-Add-LDB-support-for-i.MX8qm.patch
	patches.suse/0223-drm-bridge-tc358775-Return-before-displaying-inappro.patch
	patches.suse/0224-drm-bridge-tc358775-Fix-DSI-clock-division-for-vsync.patch
	patches.suse/0225-drm-bridge-ti-sn65dsi83-add-more-dev_err_probe.patch
	patches.suse/0226-drm-bridge-ti-sn65dsi83-Allow-GPIO-operations-to-sle.patch
	patches.suse/0227-drm-Drop-drm_edid.h-from-drm_crtc.h.patch
	patches.suse/0228-drm-Drop-drm_framebuffer.h-from-drm_crtc.h.patch
	patches.suse/0229-drm-Drop-drm_blend.h-from-drm_crtc.h.patch
	patches.suse/0230-drm-Drop-drm_connector.h-from-drm_crtc.h.patch
	patches.suse/0231-drm-amdgpu-display-drop-set-but-unused-variable.patch
	patches.suse/0232-drm-xlnx-Fix-build-failure-due-to-missing-include.patch
	patches.suse/0233-drm-panel-Add-an-API-to-allow-drm-to-set-orientation.patch
	patches.suse/0234-drm-panel-boe-tv101wum-nl6-Implement-.get_orientatio.patch
	patches.suse/0235-drm-panel-panel-edp-Implement-.get_orientation-callb.patch
	patches.suse/0236-drm-panel-lvds-Implement-.get_orientation-callback.patch
	patches.suse/0237-drm-panel-panel-simple-Implement-.get_orientation-ca.patch
	patches.suse/0238-drm-panel-ili9881c-Implement-.get_orientation-callba.patch
	patches.suse/0239-drm-panel-elida-kd35t133-Implement-.get_orientation-.patch
	patches.suse/0240-drm-Config-orientation-property-if-panel-provides-it.patch
	patches.suse/0241-drm-dp-Add-wait_hpd_asserted-callback-to-struct-drm_.patch
	patches.suse/0242-drm-panel-edp-Take-advantage-of-wait_hpd_asserted-in.patch
	patches.suse/0243-drm-panel-atna33xc20-Take-advantage-of-wait_hpd_asse.patch
	patches.suse/0244-drm-bridge-parade-ps8640-Provide-wait_hpd_asserted-i.patch
	patches.suse/0245-drm-display-Remove-duplicate-the-in-two-places.patch
	patches.suse/0246-drm-display-dp_mst-Don-t-validate-port-refs-in-drm_d.patch
	patches.suse/0247-drm-dp_mst-Get-rid-of-old-comment-in-drm_atomic_get_.patch
	patches.suse/0248-drm-nouveau-mmu-drop-unexpected-word-the-in-the-comm.patch
	patches.suse/0249-drm-prime-drop-unexpected-word-the-in-the-comments.patch
	patches.suse/0250-drm-vc4-drop-unexpected-word-the-in-the-comments.patch
	patches.suse/0251-drm-panel-orientation-quirks-drop-unexpected-word-th.patch
	patches.suse/0252-GPU-drm-drop-unexpected-word-the-in-the-comments.patch
	patches.suse/msft-hv-2626-drm-hyperv-drm-Include-framebuffer-and-EDID-headers.patch
	patches.suse/0254-drm-i915-remove-unused-GEM_DEBUG_DECL-and-GEM_DEBUG_.patch
	patches.suse/0255-drm-i915-remove-single-use-GEM_DEBUG_EXEC.patch
	patches.suse/0256-drm-i915-dmc-Load-DMC-on-DG2.patch
	patches.suse/0257-drm-i915-Use-drm_dbg-for-rpm-logging.patch
	patches.suse/0258-drm-i915-psr-Use-full-update-In-case-of-area-calcula.patch
	patches.suse/0259-drm-i915-Ensure-damage-clip-area-is-within-pipe-area.patch
	patches.suse/0260-drm-i915-Introduce-has_media_ratio_mode.patch
	patches.suse/0261-drm-i915-pcode-Extend-pcode-functions-for-multiple-g.patch
	patches.suse/0262-drm-i915-pcode-Add-a-couple-of-pcode-helpers.patch
	patches.suse/0263-drm-i915-Rename-block_size-block_offset.patch
	patches.suse/0264-drm-i915-d12-Disable-DMC-firmware-flip-queue-handler.patch
	patches.suse/0265-drm-i915-fix-typos-in-comments.patch
	patches.suse/0266-drm-i915-dg2-Support-4k-30-on-HDMI.patch
	patches.suse/0267-drm-i915-display-adl_p-Updates-to-HDMI-combo-PHY-vol.patch
	patches.suse/0268-drm-i915-Pass-intel_connector-to-intel_vrr_is_capabl.patch
	patches.suse/0269-drm-i915-Extract-intel_edp_fixup_vbt_bpp.patch
	patches.suse/0270-drm-i915-pps-Split-pps_init_delays-into-distinct-par.patch
	patches.suse/0271-drm-i915-pps-Introduce-pps_delays_valid.patch
	patches.suse/0272-drm-i915-pps-Don-t-apply-quirks-etc.-to-the-VBT-PPS-.patch
	patches.suse/0273-drm-i915-pps-Stash-away-original-BIOS-programmed-PPS.patch
	patches.suse/0274-drm-i915-pps-Split-PPS-init-sanitize-in-two.patch
	patches.suse/0275-drm-i915-pps-Reinit-PPS-delays-after-VBT-has-been-fu.patch
	patches.suse/0276-drm-i915-pps-Keep-VDD-enabled-during-eDP-probe.patch
	patches.suse/0277-drm-i915-bios-Split-parse_driver_features-into-two-p.patch
	patches.suse/0278-drm-i915-bios-Split-VBT-parsing-to-global-vs.-panel-.patch
	patches.suse/0279-drm-i915-bios-Split-VBT-data-into-per-panel-vs.-glob.patch
	patches.suse/0280-drm-i915-bios-Determine-panel-type-via-PNPID-match.patch
	patches.suse/0281-drm-i915-tc-Don-t-default-disconnected-legacy-Type-C.patch
	patches.suse/0282-drm-i915-Split-shared-dpll-.get_dplls-into-compute-a.patch
	patches.suse/0283-drm-i915-Clean-up-DPLL-related-debugs.patch
	patches.suse/0284-drm-i915-Extract-PIPE_CONF_CHECK_TIMINGS.patch
	patches.suse/0285-drm-i915-Extract-PIPE_CONF_CHECK_RECT.patch
	patches.suse/0286-drm-i915-Adjust-intel_modeset_pipe_config-co.-callin.patch
	patches.suse/0287-drm-i915-s-pipe_config-crtc_state.patch
	patches.suse/0288-drm-i915-Improve-modeset-debugs.patch
	patches.suse/0289-drm-i915-Check-hw.enable-and-hw.active-in-intel_pipe.patch
	patches.suse/0290-drm-i915-Require-an-exact-DP-link-freq-match-for-the.patch
	patches.suse/0291-drm-i915-display-stop-using-BUG.patch
	patches.suse/0292-drm-i915-Parse-VRR-capability-from-VBT.patch
	patches.suse/0293-drm-i915-Print-out-rejected-fixed-modes.patch
	patches.suse/0294-drm-i915-Accept-more-fixed-modes-with-VRR-panels.patch
	patches.suse/0295-drm-i915-bios-Fix-aggressiveness-typos.patch
	patches.suse/0296-drm-i915-bios-Define-more-BDB-contents.patch
	patches.suse/0297-drm-i915-Treat-DMRRS-as-static-DRRS.patch
	patches.suse/0298-drm-i915-display-adlp-More-updates-to-voltage-swing-.patch
	patches.suse/0299-drm-i915-regs-split-out-intel-audio-register-definit.patch
	patches.suse/0300-drm-i915-display-fbc-Do-not-apply-WA-22014263786-to-.patch
	patches.suse/0301-drm-i915-tasklet-separate-local-hacks-around-struct-.patch
	patches.suse/0302-drm-i915-drv-drop-intel_bios.h-include.patch
	patches.suse/0303-drm-i915-utils-throw-out-unused-stuff.patch
	patches.suse/0304-drm-i915-remove-noisy-logs-in-intel_dp_dsc_get_outpu.patch
	patches.suse/0305-drm-i915-pxp-fix-sparse-warning-for-not-declared-sym.patch
	patches.suse/0306-drm-i915-overlay-remove-redundant-GEM_BUG_ON.patch
	patches.suse/0307-drm-i915-Initialize-eDP-source-rates-after-per-panel.patch
	patches.suse/0308-drm-i915-Update-eDP-fast-link-training-link-rate-par.patch
	patches.suse/0309-drm-i915-Parse-max-link-rate-from-the-eDP-BDB-block.patch
	patches.suse/0310-drm-i915-display-Fix-handling-of-enable_psr-paramete.patch
	patches.suse/0311-drm-i915-Extract-intel_crtc_dotclock.patch
	patches.suse/0312-drm-i915-Introduce-struct-iclkip_params.patch
	patches.suse/0313-drm-i915-Skip-FDI-vs.-dotclock-sanity-check-during-r.patch
	patches.suse/0314-drm-i915-bios-use-dvi-and-hdmi-support-helpers.patch
	patches.suse/0315-drm-i915-bios-no-need-to-pass-i915-to-parse_ddi_port.patch
	patches.suse/0316-drm-i915-bios-split-ddi-port-parsing-and-debug-print.patch
	patches.suse/0317-drm-i915-opregion-add-function-to-check-if-headless-.patch
	patches.suse/0318-drm-i915-Do-not-start-connector-polling-if-display-i.patch
	patches.suse/0319-drm-i915-Do-not-start-connector-polling-on-headless-.patch
	patches.suse/0320-drm-i915-Extract-intel_sanitize_fifo_underrun_report.patch
	patches.suse/0321-drm-i915-Sanitize-underrun-reporting-before-turning-.patch
	patches.suse/0322-drm-i915-Remove-bogus-LPT-iCLKIP-WARN.patch
	patches.suse/0323-drm-i915-bios-Move-panel_type-stuff-out-of-parse_pan.patch
	patches.suse/0324-drm-i915-bios-Don-t-parse-the-DPS-panel-type-when-th.patch
	patches.suse/0325-drm-i915-bios-Introduce-panel_bits-and-panel_bool.patch
	patches.suse/0326-drm-i915-wm-move-wm-state-verification-to-intel_pm.c.patch
	patches.suse/0327-drm-i915-dpll-move-shared-dpll-state-verification-to.patch
	patches.suse/0328-drm-i915-mpllb-use-I915_STATE_WARN-for-state-mismatc.patch
	patches.suse/0329-drm-i915-mpllb-move-mpllb-state-check-to-intel_snps_.patch
	patches.suse/0330-drm-i915-display-split-out-modeset-verification-code.patch
	patches.suse/0331-drm-i915-display-split-out-crtc-state-dump-to-a-sepa.patch
	patches.suse/0332-drm-i915-display-change-who-adds-around-crtc-state-d.patch
	patches.suse/0333-drm-i915-display-rename-dev_priv-i915-in-crtc-state-.patch
	patches.suse/0334-drm-i915-display-some-struct-drm_i915_private-i915-c.patch
	patches.suse/0335-drm-i915-display-split-out-hw-state-readout-and-sani.patch
	patches.suse/0336-drm-i915-display-convert-modeset-setup-to-struct-drm.patch
	patches.suse/0337-drm-i915-bios-calculate-panel-type-as-per-child-devi.patch
	patches.suse/0338-dma-buf-deprecate-DMABUF_SYSFS_STATS.patch
	patches.suse/0339-drm-nouveau-Kconfig-Drop-duplicate-select-ACPI_VIDEO.patch
	patches.suse/0340-drm-display-Fix-build-error-without-CONFIG_OF.patch
	patches.suse/0341-drm-ast-Fixed-the-casting-issue-reported-by-sparse.patch
	patches.suse/0342-drm-logicvc-Fix-uninitialized-variable-in-probe.patch
	patches.suse/0343-drm-logicvc-fix-error-code-in-logicvc_layer_init.patch
	patches.suse/0344-drm-Remove-unnecessary-print-function-dev_err.patch
	patches.suse/0345-drm-fix-device_node_continue.cocci-warnings.patch
	patches.suse/0346-drm-logicvc-add-missing-of_node_put-in-logicvc_layer.patch
	patches.suse/0347-drm-panel-simple-Add-DataImage-FG1001L0DSSWMG01-pane.patch
	patches.suse/0348-drm-panel-nt35510-Remove-duplicate-the-in-two-places.patch
	patches.suse/0349-drm-pl111-drop-unexpected-word-the-in-the-comments.patch
	patches.suse/0350-drm-panel-panel-simple-Add-dev_err_probe-if-backligh.patch
	patches.suse/0351-drm-panel-sony-acx565akm-Use-backlight-helpers.patch
	patches.suse/0352-drm-panel-panel-dsi-cm-Use-backlight-helpers.patch
	patches.suse/0353-drm-panel-panel-asus-z00t-tm5p5-n35596-Use-backlight.patch
	patches.suse/0354-drm-shmobile-Use-backlight-helper.patch
	patches.suse/0355-drm-panel-simple-add-AM-800600P5TMQW-TB8H.patch
	patches.suse/0356-drm-panel-edp-Add-LQ140M1JW48-edp-panel-entry.patch
	patches.suse/0357-drm-bridge-parade-ps8622-Use-backlight-helper.patch
	patches.suse/drm-bridge-adv7511-Add-check-for-mipi_dsi_driver_reg.patch
	patches.suse/0359-drm-mipi-dsi-Introduce-mipi_dsi_dcs_write_seq-macro.patch
	patches.suse/0360-drm-panel-introduce-ebbg-ft8719-panel.patch
	patches.suse/0361-drm-connector-Remove-usage-of-the-deprecated-ida_sim.patch
	patches.suse/drm-mcde-Fix-refcount-leak-in-mcde_dsi_bind.patch
	patches.suse/0363-drm-ast-Fix-black-screen-when-getting-out-of-suspend.patch
	patches.suse/0364-drm-Implement-DRM-aperture-helpers-under-video.patch
	patches.suse/vfio-pci-Remove-console-drivers
	patches.suse/0365-drm-fb-helper-Fix-out-of-bounds-access.patch
	patches.suse/0366-drm-atomic-helper-Add-helper-drm_atomic_helper_check.patch
	patches.suse/0367-drm-simple-kms-Use-drm_atomic_helper_check_crtc_stat.patch
	patches.suse/0368-drm-ast-Enable-primary-plane-with-CRTC.patch
	patches.suse/0369-drm-rect-Add-DRM_RECT_INIT-macro.patch
	patches.suse/0370-drm-format-helper-Add-KUnit-tests-for-drm_fb_xrgb888.patch
	patches.suse/0371-drm-doc-Add-KUnit-documentation.patch
	patches.suse/0372-drm-stm-ltdc-disable-all-layers-before-crtc-shutdown.patch
	patches.suse/0373-drm-stm-ltdc-remove-error-message-about-scaling.patch
	patches.suse/0374-drm-stm-ltdc-fix-various-coding-style-warnings.patch
	patches.suse/0375-drm-stm-ltdc-add-support-of-the-dynamic-z-order.patch
	patches.suse/0376-drm-stm-ltdc-add-support-of-horizontal-vertical-mirr.patch
	patches.suse/0377-drm-stm-ltdc-update-hardware-error-management.patch
	patches.suse/drm-doc-Fix-comment-typo.patch
	patches.suse/0379-drm-fourcc-Document-the-Intel-CCS-modifiers-CC-plane.patch
	patches.suse/drm-vc4-drv-Adopt-the-dma-configuration-from-the-HVS.patch
	patches.suse/0381-drm-vc4-kms-Warn-if-clk_set_min_rate-fails.patch
	patches.suse/0382-drm-vc4-kms-Use-maximum-FIFO-load-for-the-HVS-clock-.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/0385-drm-vc4-plane-Add-alpha_blend_mode-property-to-each-.patch
	patches.suse/0386-drm-vc4-hvs-Add-debugfs-node-that-dumps-the-current-.patch
	patches.suse/0387-drm-vc4-dpi-Add-support-for-composite-syncs-to-vc4_d.patch
	patches.suse/0388-drm-vc4-dpi-Add-option-for-inverting-pixel-clock-and.patch
	patches.suse/0389-drm-vc4-dpi-Ensure-a-default-format-is-selected.patch
	patches.suse/0390-drm-vc4-dsi-Release-workaround-buffer-and-DMA.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/0397-drm-vc4-hdmi-Add-all-the-vc5-HDMI-registers-into-the.patch
	patches.suse/0398-drm-vc4-hdmi-Clear-unused-infoframe-packet-RAM-regis.patch
	patches.suse/0399-drm-vc4-hdmi-Avoid-full-hdmi-audio-fifo-writes.patch
	patches.suse/drm-vc4-hdmi-Reset-HDMI-MISC_CONTROL-register.patch
	patches.suse/0401-drm-vc4-hdmi-Switch-to-pm_runtime_status_suspended.patch
	patches.suse/0402-drm-vc4-hdmi-Move-HDMI-reset-to-pm_resume.patch
	patches.suse/0403-drm-vc4-hdmi-Stop-checking-for-enabled-output-in-aud.patch
	patches.suse/0404-drm-vc4-hdmi-Skip-writes-to-disabled-packet-RAM.patch
	patches.suse/0405-drm-vc4-hdmi-Remove-VC4_HDMI_SCHEDULER_CONTROL_VERT_.patch
	patches.suse/0406-drm-vc4-hdmi-Add-HDMI-format-detection-registers-to-.patch
	patches.suse/0407-drm-vc4-hdmi-Add-MISC_CONTROL-register-for-vc4.patch
	patches.suse/0408-drm-vc4-hdmi-Report-that-3d-stereo-is-allowed.patch
	patches.suse/drm-vc4-hdmi-Fix-timings-for-interlaced-modes.patch
	patches.suse/0410-drm-vc4-hdmi-Force-modeset-when-bpc-or-format-change.patch
	patches.suse/drm-vc4-hdmi-Correct-HDMI-timing-registers-for-inter.patch
	patches.suse/0412-drm-vc4-hdmi-Move-pixel-doubling-from-Pixelvalve-to-.patch
	patches.suse/0413-drm-display-selftests-drop-extra-word-for-in-comment.patch
	patches.suse/0414-drm-bridge-tc358767-Do-not-cache-dsi_lanes-twice.patch
	patches.suse/0415-drm-lcdif-Add-support-for-i.MX8MP-LCDIF-variant.patch
	patches.suse/0416-iosys-map-Add-per-word-read.patch
	patches.suse/0417-iosys-map-Add-per-word-write.patch
	patches.suse/0418-drm-i915-huc-drop-intel_huc_is_authenticated.patch
	patches.suse/0419-drm-i915-huc-Add-fetch-support-for-gsc-loaded-HuC-bi.patch
	patches.suse/0420-drm-i915-huc-Prepare-for-GSC-loaded-HuC.patch
	patches.suse/0421-drm-i915-huc-Don-t-fail-the-probe-if-HuC-init-fails.patch
	patches.suse/0422-drm-i915-Don-t-use-DRM_DEBUG_WARN_ON-for-unexpected-.patch
	patches.suse/0423-drm-i915-Don-t-use-DRM_DEBUG_WARN_ON-for-ring-unexpe.patch
	patches.suse/0424-drm-i915-Drop-has_gt_uc-from-device-info.patch
	patches.suse/0425-drm-i915-Drop-has_rc6-from-device-info.patch
	patches.suse/0426-drm-i915-Drop-has_reset_engine-from-device-info.patch
	patches.suse/0427-drm-i915-Drop-has_logical_ring_elsq-from-device-info.patch
	patches.suse/0428-drm-i915-Drop-has_ddi-from-device-info.patch
	patches.suse/0429-drm-i915-Drop-has_dp_mst-from-device-info.patch
	patches.suse/0430-drm-i915-Drop-has_psr-from-device-info.patch
	patches.suse/0431-drm-i915-Enable-THP-on-Icelake-and-beyond.patch
	patches.suse/0432-drm-i915-Only-setup-private-tmpfs-mount-when-needed-.patch
	patches.suse/0433-drm-i915-gem-Make-drop_pages-return-bool.patch
	patches.suse/0434-drm-i915-pvc-Define-MOCS-table-for-PVC.patch
	patches.suse/0435-drm-i915-pvc-Read-correct-RP_STATE_CAP-register.patch
	patches.suse/0436-drm-i915-pvc-Reduce-stack-usage-in-reset-selftest-wi.patch
	patches.suse/0437-drm-i915-gvt-Use-intel_engine_mask_t-for-ring-mask.patch
	patches.suse/0438-drm-i915-pvc-Engine-definitions-for-new-copy-engines.patch
	patches.suse/0439-drm-i915-pvc-Interrupt-support-for-new-copy-engines.patch
	patches.suse/0440-drm-i915-pvc-Reset-support-for-new-copy-engines.patch
	patches.suse/0441-drm-i915-pvc-skip-all-copy-engines-from-aux-table-in.patch
	patches.suse/0442-drm-i915-pvc-read-fuses-for-link-copy-engines.patch
	patches.suse/0443-drm-i915-guc-rc-Use-i915_probe_error-instead-of-drm_.patch
	patches.suse/0444-drm-i915-return-EIO-on-lmem-setup-failure.patch
	patches.suse/0445-drm-i915-determine-lmem_size-properly.patch
	patches.suse/0446-drm-i915-gracefully-error-out-on-platform-with-small.patch
	patches.suse/0447-drm-i915-guc-Remove-unnecessary-GuC-err-capture-nois.patch
	patches.suse/0448-uapi-drm-i915-Document-memory-residency-and-Flat-CCS.patch
	patches.suse/0449-drm-i915-dg2-Add-workaround-22014600077.patch
	patches.suse/0450-drm-i915-dg2-Extend-Wa_22010954014-to-DG2-G11-and-DG.patch
	patches.suse/0451-Revert-drm-i915-Drop-has_psr-from-device-info.patch
	patches.suse/0452-Revert-drm-i915-Drop-has_dp_mst-from-device-info.patch
	patches.suse/0453-Revert-drm-i915-Drop-has_ddi-from-device-info.patch
	patches.suse/0454-Revert-drm-i915-Drop-has_logical_ring_elsq-from-devi.patch
	patches.suse/0455-Revert-drm-i915-Drop-has_reset_engine-from-device-in.patch
	patches.suse/0456-Revert-drm-i915-Drop-has_rc6-from-device-info.patch
	patches.suse/0457-Revert-drm-i915-Drop-has_gt_uc-from-device-info.patch
	patches.suse/0458-drm-i915-Update-tiled-blits-selftest.patch
	patches.suse/0459-drm-i915-uncore-Reorganize-and-document-shadow-and-f.patch
	patches.suse/0460-drm-i915-pvc-Add-forcewake-support.patch
	patches.suse/0461-drm-i915-pvc-Remove-additional-3D-flags-from-PIPE_CO.patch
	patches.suse/0462-drm-i915-pvc-Add-new-BCS-engines-to-GuC-engine-list.patch
	patches.suse/0463-drm-i915-guc-XEHPSDV-and-PVC-do-not-use-HuC.patch
	patches.suse/0464-drm-i915-hwconfig-Report-no-hwconfig-support-on-ADL-.patch
	patches.suse/0465-drm-i915-hwconfig-Future-proof-platform-checks.patch
	patches.suse/0466-drm-i915-gt-Add-media-freq-factor-to-per-gt-sysfs.patch
	patches.suse/0467-drm-i915-pcode-Init-pcode-on-different-gt-s.patch
	patches.suse/0468-drm-i915-gt-Add-media-RP0-RPn-to-per-gt-sysfs.patch
	patches.suse/0469-drm-i915-pvc-Extract-stepping-information-from-PCI-r.patch
	patches.suse/0470-drm-i915-pvc-Add-initial-PVC-workarounds.patch
	patches.suse/0471-drm-i915-xehp-Use-separate-sseu-init-function.patch
	patches.suse/0472-drm-i915-xehp-Drop-GETPARAM-lookups-of-I915_PARAM_-S.patch
	patches.suse/0473-drm-i915-sseu-Simplify-gen11-SSEU-handling.patch
	patches.suse/0474-drm-i915-sseu-Don-t-try-to-store-EU-mask-internally-.patch
	patches.suse/0475-drm-i915-sseu-Disassociate-internal-subslice-mask-re.patch
	patches.suse/0476-drm-i915-pvc-Add-SSEU-changes.patch
	patches.suse/0477-drm-i915-Add-extra-registers-to-GPU-error-dump.patch
	patches.suse/0478-drm-i915-pvc-GuC-depriv-applies-to-PVC.patch
	patches.suse/0479-drm-i915-client-only-include-what-s-needed.patch
	patches.suse/0480-drm-i915-dg2-Add-Wa_14015795083.patch
	patches.suse/0481-drm-i915-dg2-Correct-DSS-check-for-Wa_1308578152.patch
	patches.suse/0482-drm-i915-More-PVC-DG2-workarounds.patch
	patches.suse/0483-drm-i915-xehp-Correct-steering-initialization.patch
	patches.suse/0484-drm-i915-pvc-Add-register-steering.patch
	patches.suse/0485-drm-i915-pvc-Adjust-EU-per-SS-according-to-HAS_ONE_E.patch
	patches.suse/0486-drm-i915-pvc-Add-recommended-MMIO-setting.patch
	patches.suse/0487-drm-i915-Improve-user-experience-and-driver-robustne.patch
	patches.suse/0488-drm-i915-gt-Move-multicast-register-handling-to-a-de.patch
	patches.suse/0489-drm-i915-gt-Cleanup-interface-for-MCR-operations.patch
	patches.suse/0490-drm-i915-Improve-on-suspend-resume-time-with-VT-d-en.patch
	patches.suse/0491-drm-i915-Add-global-forcewake-request-to-drpc.patch
	patches.suse/0492-drm-i915-Fix-spelling-typo-in-comment.patch
	patches.suse/0493-drm-i915-don-t-leak-lmem-mapping-in-vma_evict.patch
	patches.suse/0494-drm-i915-extend-i915_vma_pin_iomap.patch
	patches.suse/0495-drm-i915-display-Add-smem-fallback-allocation-for-dp.patch
	patches.suse/0496-agp-intel-Rename-intel-gtt-symbols.patch
	patches.suse/0497-drm-i915-gt-Re-do-the-intel-gtt-split.patch
	patches.suse/0498-drm-i915-selftests-Increase-timeout-for-live_paralle.patch
	patches.suse/0499-drm-i915-Correct-duplicated-misplaced-GT-register-de.patch
	patches.suse/0500-drm-i915-Prefer-XEHP_-prefix-for-registers.patch
	patches.suse/0501-drm-i915-Do-not-access-rq-engine-without-a-reference.patch
	patches.suse/Revert-drm-i915-Hold-reference-to-intel_context-over.patch
	patches.suse/0503-drm-i915-guc-Don-t-update-engine-busyness-stats-too-.patch
	patches.suse/0504-drm-i915-guc-slpc-Use-non-blocking-H2G-for-waitboost.patch
	patches.suse/0505-drm-i915-Fix-a-lockdep-warning-at-error-capture.patch
	patches.suse/0506-drm-amdgpu-display-Prepare-for-new-interfaces.patch
	patches.suse/0507-drm-amdgpu-simplify-amdgpu_device_asic_has_dc_suppor.patch
	patches.suse/0508-drm-amdgpu-convert-sienna_cichlid_get_default_config.patch
	patches.suse/0509-amdgpu-amdgpu_device.c-Removed-trailing-whitespace.patch
	patches.suse/0510-drm-amd-pm-correct-the-way-for-retrieving-current-uc.patch
	patches.suse/0511-drm-amd-pm-update-SMU-13.0.0-driver_if-header.patch
	patches.suse/0512-drm-amd-pm-enable-fclk-ds-feature-for-SMU-13.0.0.patch
	patches.suse/0513-drm-amd-Fix-spelling-typo-in-comments.patch
	patches.suse/0514-drm-amdgpu-pm-support-mca_ceumc_addr-in-ecctable.patch
	patches.suse/0515-drm-amd-Add-atomfirmware.h-definitions-needed-for-DC.patch
	patches.suse/0516-drm-amd-display-Add-DCN32-321-version-identifiers.patch
	patches.suse/0517-drm-amd-add-register-headers-for-DCN32-321.patch
	patches.suse/0518-drm-amd-display-Add-DMCUB-source-files-and-changes-f.patch
	patches.suse/0519-drm-amd-display-add-dcn32-IRQ-changes.patch
	patches.suse/0520-drm-amd-display-add-GPIO-changes-for-DCN32-321.patch
	patches.suse/0521-drm-amd-display-DML-changes-for-DCN32-321.patch
	patches.suse/0522-drm-amd-display-add-CLKMGR-changes-for-DCN32-321.patch
	patches.suse/0523-drm-amd-display-add-DCN32-321-specific-files-for-Dis.patch
	patches.suse/0524-drm-amd-display-Add-dependant-changes-for-DCN32-321.patch
	patches.suse/0525-drm-amdgpu-mes11-update-mes11-api-interface.patch
	patches.suse/0526-drm-amd-display-Add-DM-support-for-DCN32-DCN321.patch
	patches.suse/0527-drm-amd-display-add-DCN32-to-IP-discovery-table.patch
	patches.suse/0528-drm-amd-amdgpu-align-the-cg-and-pg-settings.patch
	patches.suse/0529-drm-amd-Add-GFX11-modifiers-support-to-AMDGPU-v3.patch
	patches.suse/0530-drm-amd-display-Fix-USBC-link-creation.patch
	patches.suse/0531-drm-amd-display-Add-missing-instance-for-clock-sourc.patch
	patches.suse/0532-drm-amd-display-Use-DTBCLK-for-valid-pixel-clock.patch
	patches.suse/0533-drm-amdgpu-introduce-two-work-mode-for-imu.patch
	patches.suse/0534-drm-amd-display-Add-guard-for-FCLK-pstate-message-to.patch
	patches.suse/0535-drm-amd-display-Various-DML-fixes-to-enable-higher-t.patch
	patches.suse/0536-drm-amd-display-Implement-WM-table-transfer-for-DCN3.patch
	patches.suse/0537-drm-amd-display-add-missing-interrupt-handlers-for-D.patch
	patches.suse/0538-drm-amd-display-disable-idle-optimizations.patch
	patches.suse/0539-drm-amdgpu-print-umc-correctable-error-address.patch
	patches.suse/0540-drm-amd-display-Select-correct-DTO-source.patch
	patches.suse/0541-drm-amd-display-use-updated-clock-source-init-routin.patch
	patches.suse/0542-drm-amd-display-Ensure-that-DMCUB-fw-in-use-is-loade.patch
	patches.suse/0543-drm-amdgpu-use-the-callback-function-for-reset-statu.patch
	patches.suse/0544-drm-amdgpu-add-mmhub-v3_0_1-headers.patch
	patches.suse/0545-drm-amdgpu-add-mmhub-v3_0_1-ip-block.patch
	patches.suse/0546-drm-amdgpu-pm-update-MP-v13_0_4-smu-message-register.patch
	patches.suse/0547-drm-amdgpu-pm-implement-the-SMU_MSG_EnableGfxImu-fun.patch
	patches.suse/0548-drm-amdgpu-add-apu-sequence-in-the-imu-v11.patch
	patches.suse/0549-drm-amdgpu-add-CSDMA-reg-offsets-for-NBIO-v7.7.0.patch
	patches.suse/0550-drm-amdgpu-fix-sdma-doorbell-issue-on-SDMA-v6.0-and-.patch
	patches.suse/0551-drm-amd-display-Add-additional-guard-for-FCLK-pstate.patch
	patches.suse/0552-drm-amd-display-Halve-DTB-Clock-Value-for-DCN32.patch
	patches.suse/0553-drm-amdgpu-convert-sienna_cichlid_populate_umd_state.patch
	patches.suse/0554-drm-amdgpu-simplify-the-logic-in-amdgpu_device_parse.patch
	patches.suse/0555-drm-amd-display-set-dram-speed-for-all-states.patch
	patches.suse/0556-drm-amdgpu-convert-nbio_v2_3_clear_doorbell_interrup.patch
	patches.suse/0557-drm-amdgpu-gmc11-enable-AGP-aperture.patch
	patches.suse/0558-drm-amd-display-Disable-DTB-Ref-Clock-Switching-in-d.patch
	patches.suse/0559-drm-amdgpu-swsmu-add-SMU-mailbox-registers-in-SMU-co.patch
	patches.suse/0560-drm-amd-display-change-dsc-image-width-cap-for-dcn32.patch
	patches.suse/0561-drm-amdgpu-swsmu-use-new-register-offsets-for-smu_cm.patch
	patches.suse/0562-drm-amdgpu-delete-duplicate-condition-in-gfx_v11_0_s.patch
	patches.suse/0563-drm-amd-display-do-not-override-CURSOR_REQ_MODE-when.patch
	patches.suse/0564-drm-amdgpu-fix-up-comment-in-amdgpu_device_asic_has_.patch
	patches.suse/0565-drm-amd-display-Remove-W-A-for-ODM-memory-pins.patch
	patches.suse/0566-drm-amd-display-add-new-pixel-rate-programming.patch
	patches.suse/0567-drm-amd-display-set-link-fec-status-during-init-for-.patch
	patches.suse/0568-drm-amd-display-Introduce-new-update_clocks-logic.patch
	patches.suse/0569-drm-amd-display-FCLK-P-state-support-updates.patch
	patches.suse/0570-drm-amd-display-Updates-for-OTG-and-DCCG-clocks.patch
	patches.suse/0571-drm-amd-display-update-disp-pattern-generator-routin.patch
	patches.suse/0572-drm-amd-display-cleaning-up-smu_if-to-add-future-fle.patch
	patches.suse/0573-drm-amd-display-Match-dprefclk-with-clk-registers.patch
	patches.suse/0574-drm-amd-display-Implement-DTBCLK-ref-switching-on-dc.patch
	patches.suse/0575-drm-amd-display-Add-ODM-seamless-boot-support.patch
	patches.suse/0576-drm-amdgpu-display-Protect-some-functions-with-CONFI.patch
	patches.suse/0577-drm-amdgpu-display-dc-Add-ACP_DATA-register.patch
	patches.suse/0578-drm-amd-display-align-dmub-cmd-header-to-latest-dmub.patch
	patches.suse/0579-drm-amd-display-feed-PSR-SU-as-psr-version-to-dmub-F.patch
	patches.suse/0580-drm-amd-display-combine-dirty-rectangles-in-DMUB-FW.patch
	patches.suse/0581-drm-amd-display-update-GSP1-generic-info-packet-for-.patch
	patches.suse/0582-drm-amd-display-revise-Start-End-SDP-data.patch
	patches.suse/0583-drm-amd-display-program-PSR2-DPCD-Configuration.patch
	patches.suse/0584-drm-amdgpu-save-the-reset-dump-register-value-for-de.patch
	patches.suse/0585-drm-amdgpu-adding-device-coredump-support.patch
	patches.suse/0586-drm-amd-amdgpu-Enable-high-priority-gfx-queue.patch
	patches.suse/0587-drm-amd-amdgpu-add-pipe1-hardware-support.patch
	patches.suse/0588-drm-amd-display-Passing-Y-granularity-to-dmub-fw.patch
	patches.suse/0589-drm-amd-display-Set-default-value-of-line_capture_in.patch
	patches.suse/0590-drm-amd-display-add-vline-time-in-micro-sec-to-PSR-c.patch
	patches.suse/0591-drm-amd-display-fix-system-hang-when-PSR-exits.patch
	patches.suse/0592-drm-amd-display-Set-PSR-level-to-enable-ALPM-by-defa.patch
	patches.suse/0593-drm-amd-display-use-HW-lock-mgr-for-PSR-SU.patch
	patches.suse/0594-drm-amd-display-PSRSU-DSC-WA-for-specific-TCON.patch
	patches.suse/0595-drm-amd-display-add-shared-helpers-to-update-psr-con.patch
	patches.suse/0596-drm-amd-display-calculate-psr-config-settings-in-run.patch
	patches.suse/0597-drm-amd-display-update-cursor-position-to-DMUB-FW.patch
	patches.suse/0598-drm-amd-display-Implement-MPO-PSR-SU.patch
	patches.suse/0599-drm-amd-display-Update-optimized-blank-calc-and-prog.patch
	patches.suse/0600-drm-amd-display-Detect-dpcd_rev-when-hotplug-mst-mon.patch
	patches.suse/0601-drm-amdgpu-discovery-add-comments-about-VCN-instance.patch
	patches.suse/0602-drm-amdgpu-display-make-some-functions-static.patch
	patches.suse/0603-drm-amdgpu-display-fix-DCN3.2-Makefiles-for-non-x86.patch
	patches.suse/drm-radeon-fix-potential-buffer-overflow-in-ni_set_m.patch
	patches.suse/0605-drm-amdgpu-soc21-add-mode2-asic-reset-for-SMU-IP-v13.patch
	patches.suse/0606-drm-amd-display-Avoid-reading-LTTPR-caps-in-non-LTTP.patch
	patches.suse/0607-drm-amd-display-Blank-eDP-on-enable-drv-if-odm-enabl.patch
	patches.suse/0608-drm-amd-display-Correct-min-comp-buffer-size.patch
	patches.suse/0609-drm-amd-display-add-DP-sanity-checks-during-enable-s.patch
	patches.suse/0610-drm-amd-display-Enable-3-plane-MPO.patch
	patches.suse/0611-drm-amd-display-FW-Promotion-Release-0.0.119.0.patch
	patches.suse/0612-drm-amd-display-3.2.188.patch
	patches.suse/0613-drm-amd-display-Fix-dpp-dto-for-disabled-pipes.patch
	patches.suse/0614-drm-amd-display-Fix-entry-into-transient-encoder-ass.patch
	patches.suse/0615-drm-amd-display-Extend-soc-BB-capabilitiy.patch
	patches.suse/0616-drm-amd-display-Add-HDMI-member-to-DTO.patch
	patches.suse/0617-drm-amd-display-3.2.189.patch
	patches.suse/0618-drm-amd-display-expose-AMD-specific-DPCD-for-PSR-SU-.patch
	patches.suse/0619-drm-amd-display-Add-PSR-SU-RC-support-in-DC.patch
	patches.suse/0620-drm-amd-display-pass-panel-instance-in-DMUB-dirty-re.patch
	patches.suse/0621-drm-amd-display-refactor-dirty-rect-dmub-command-dec.patch
	patches.suse/0622-drm-amd-amdgpu-Fix-alignment-issue.patch
	patches.suse/0623-drm-amd-display-Remove-duplicated-macro.patch
	patches.suse/0624-drm-amd-display-Reduce-frame-size-in-the-bouding-box.patch
	patches.suse/0625-drm-amdkfd-Define-config-HSA_AMD_P2P-to-support-peer.patch
	patches.suse/0626-drm-amdgpu-Add-peer-to-peer-support-among-PCIe-conne.patch
	patches.suse/0627-drm-amd-display-fix-null-pointer-deref-error.patch
	patches.suse/0628-drm-amd-display-Reduce-frame-size-in-the-bouding-box.patch
	patches.suse/0629-drm-amd-display-Reduce-frame-size-in-the-bouding-box.patch
	patches.suse/0630-drm-amdgpu-simplify-amdgpu_ucode_get_load_type.patch
	patches.suse/0631-drm-radeon-integer-overflow-in-radeon_mode_dumb_crea.patch
	patches.suse/0632-drm-amdkfd-Extend-KFD-device-topology-to-surface-pee.patch
	patches.suse/0633-drm-amd-display-Reduce-frame-size-in-the-bouding-box.patch
	patches.suse/0634-drm-amdkfd-Document-and-fix-GTT-BO-kmap-API.patch
	patches.suse/0635-drm-radeon-Initialize-fences-array-entries-in-radeon.patch
	patches.suse/0636-drm-amdgpu-fix-scratch-register-access-method-in-SRI.patch
	patches.suse/0637-drm-amd-pm-enable-FW-CTF-feature-for-SMU-13.0.0.patch
	patches.suse/0638-drm-amd-pm-drop-unneeded-thermal_controller_type-che.patch
	patches.suse/0639-drm-amd-pm-optimize-the-interface-for-dpm-feature-st.patch
	patches.suse/0640-drm-amdgpu-enable-ASPM-support-for-PCIE-7.4.0-7.6.0.patch
	patches.suse/0641-drm-amdgpu-avoid-to-perform-undesired-clockgating-op.patch
	patches.suse/0642-drm-amd-pm-enable-mode1-reset-support-for-SMU-13.0.0.patch
	patches.suse/0643-drm-amd-pm-drop-redundant-declarations.patch
	patches.suse/0644-drm-amd-pm-drop-unneeded-dpm-features-disablement-fo.patch
	patches.suse/0645-drm-amd-pm-add-interface-to-deallocate-power_context.patch
	patches.suse/0646-drm-amd-pm-enable-BACO-on-smu_v13_0_7.patch
	patches.suse/0647-drm-amdgpu-display-Remove-unnecessary-typecasts-and-.patch
	patches.suse/0648-drm-amdgpu-display-Fix-compilation-issues.patch
	patches.suse/0649-drm-amdkfd-Remove-field-io_link_count-from-struct-kf.patch
	patches.suse/Revert-workqueue-remove-unused-cancel_work.patch
	patches.suse/0650-drm-amdgpu-Cache-result-of-last-reset-at-reset-domai.patch
	patches.suse/0651-drm-admgpu-Serialize-RAS-recovery-work-directly-into.patch
	patches.suse/0652-drm-amdgpu-Add-work_struct-for-GPU-reset-from-debugf.patch
	patches.suse/0653-drm-amdgpu-Add-work_struct-for-GPU-reset-from-kfd.patch
	patches.suse/0654-drm-amdgpu-Rename-amdgpu_device_gpu_recover_imp-back.patch
	patches.suse/0656-drm-amdgpu-Stop-any-pending-reset-if-another-in-prog.patch
	patches.suse/0657-drm-amd-pm-update-the-driver-if-header-for-smu_v13_0.patch
	patches.suse/0658-drm-amd-pm-enable-gfxoff-on-smu_v13_0_7.patch
	patches.suse/0659-drm-amd-pm-support-BAMACO-reset-on-smu_v13_0_7.patch
	patches.suse/0660-drm-amd-pm-fix-driver-reload-SMC-firmware-fail-issue.patch
	patches.suse/0661-drm-amdgpu-discovery-enable-vcn-jpeg-v4_0_2.patch
	patches.suse/0662-drm-amd-disable-GPA-mode-in-backdoor-load.patch
	patches.suse/0663-drm-amd-display-ignore-modifiers-when-checking-for-f.patch
	patches.suse/0664-drm-amdgpu-pm-correct-the-firmware-flag-address-for-.patch
	patches.suse/0665-drm-amdgpu-pm-remove-the-repeated-EnableGfxImu-messa.patch
	patches.suse/0666-drm-amd-display-Use-pre-allocated-temp-struct-for-bo.patch
	patches.suse/0667-drm-amd-display-dml-move-some-variables-to-heap.patch
	patches.suse/0668-drm-amd-pm-enable-UCLK-DS-feature-for-SMU-13.0.0.patch
	patches.suse/0669-drm-amd-pm-enable-MACO-support-for-SMU-13.0.0.patch
	patches.suse/0670-Revert-drm-amdgpu-gmc11-enable-AGP-aperture.patch
	patches.suse/0671-drm-amdkfd-Add-available-memory-ioctl.patch
	patches.suse/0672-drm-amd-display-lower-lane-count-first-when-CR-done-.patch
	patches.suse/0673-drm-amd-display-Fix-monitor-flash-issue.patch
	patches.suse/0674-drm-amd-display-dsc-validate-fail-not-pass-to-atomic.patch
	patches.suse/0675-drm-amd-display-Add-debug-option-for-exiting-idle-op.patch
	patches.suse/0676-drm-amd-display-update-topology_update_input_v3-stru.patch
	patches.suse/0677-drm-amd-display-3.2.190.patch
	patches.suse/0678-drm-amd-display-Drop-unused-privacy_mask-setters-and.patch
	patches.suse/0679-drm-amd-display-Fix-comments.patch
	patches.suse/0680-drm-amd-display-DAL-ACR-dc-part-fix-missing-dcn30.patch
	patches.suse/0681-drm-amd-display-Firmware-assisted-MCLK-switch-and-FS.patch
	patches.suse/0682-drm-amd-display-Add-support-for-HF-VSIF.patch
	patches.suse/0683-drm-amd-display-Copy-hfvsif_infopacket-when-stream-u.patch
	patches.suse/0684-drm-amd-display-Adding-VTEM-to-dc.patch
	patches.suse/0685-drm-amd-display-Pass-vrr-mode-to-dcn.patch
	patches.suse/0686-drm-amd-display-Add-vrr_active_variable-to-dc_stream.patch
	patches.suse/0687-drm-amd-display-FVA-timing-adjustment.patch
	patches.suse/0688-drm-amd-display-Add-null-check-to-dc_submit_i2c_oem.patch
	patches.suse/0689-drm-amd-display-Blank-for-uclk-OC-in-dm-instead-of-d.patch
	patches.suse/0690-drm-amdgpu-remove-redundant-enable_mes-and-enable_me.patch
	patches.suse/0691-drm-amdkfd-fix-warning-when-CONFIG_HSA_AMD_P2P-is-no.patch
	patches.suse/0692-Revert-drm-amdgpu-display-Protect-some-functions-wit.patch
	patches.suse/0693-drm-amdgpu-display-make-FP-handling-in-Makefiles-con.patch
	patches.suse/0694-drm-amd-display-Drop-unnecessary-guard-from-DC-resou.patch
	patches.suse/0695-drm-amdgpu-vcn-add-unified-queue-ib-test.patch
	patches.suse/0696-drm-amdgpu-vcn-support-unified-queue-only-in-vcn4.patch
	patches.suse/0697-drm-amdgpu-vcn-adjust-unified-queue-code-format.patch
	patches.suse/0698-drm-amdgpu-Remove-break-for-VMID-loop-TLB-flush-on-M.patch
	patches.suse/drm-radeon-fix-incorrrect-SPDX-License-Identifiers.patch
	patches.suse/0700-drm-amdgpu-pm-adjust-EccInfo_t-struct.patch
	patches.suse/0701-drm-amdgpu-gmc11-avoid-cpu-accessing-registers-to-fl.patch
	patches.suse/0702-drm-amd-pm-skip-to-set-mp1-unload-state-in-special-c.patch
	patches.suse/0703-drm-amd-Don-t-show-warning-on-reading-vbios-values-f.patch
	patches.suse/0704-drm-amd-display-add-missing-reg-defs-for-DCN3x-HUBBU.patch
	patches.suse/0705-drm-amdgpu-add-LSDMA-block-for-LSDMA-v6.0.1.patch
	patches.suse/0706-drm-amd-display-Remove-compiler-warning.patch
	patches.suse/0707-drm-amd-display-Revert-drm-amd-display-Add-flag-to-d.patch
	patches.suse/drm-amd-display-Revert-drm-amd-display-turn-DPMS-off.patch
	patches.suse/0709-drm-amd-display-Release-remote-dc_sink-under-mst-sce.patch
	patches.suse/0710-drm-amd-display-Take-emulated-dc_sink-into-account-f.patch
	patches.suse/0711-drm-amd-display-Drop-unnecessary-detect-link-code.patch
	patches.suse/0712-drm-amd-display-add-mst-port-output-bw-check.patch
	patches.suse/0713-drm-amd-display-Fix-eDP-not-light-up-on-resume.patch
	patches.suse/0714-drm-amd-display-Turn-off-internal-backlight-when-plu.patch
	patches.suse/0715-drm-amd-display-Add-SMU-logging-code.patch
	patches.suse/0716-drm-amd-display-Change-HDMI-judgement-condition.patch
	patches.suse/0717-drm-amd-display-Enrich-the-log-in-MST-payload-update.patch
	patches.suse/0718-drm-amd-display-Fix-in-overriding-DP-drive-settings.patch
	patches.suse/0719-drm-amd-display-rename-lane_settings-to-hw_lane_sett.patch
	patches.suse/0720-drm-amd-display-Change-initializer-to-single-brace.patch
	patches.suse/0721-drm-amd-display-Handle-downstream-LTTPR-with-fixed-V.patch
	patches.suse/0722-drm-amd-display-Remove-unused-vendor-specific-w-a.patch
	patches.suse/0723-drm-amd-display-extract-update-stream-allocation-to-.patch
	patches.suse/0724-drm-amd-display-Fix-in-dp-link-training-when-updatin.patch
	patches.suse/0725-drm-amd-display-Check-minimum-disp_clk-and-dpp_clk-d.patch
	patches.suse/0726-drm-amd-display-Update-DPPCLK-programming-sequence.patch
	patches.suse/0727-drm-amd-display-Fix-divide-by-zero-in-DPPCLK-and-DIS.patch
	patches.suse/0728-drm-amd-display-Update-SW-state-correctly-for-FCLK.patch
	patches.suse/0729-drm-amd-display-Get-VCO-frequency-from-registers.patch
	patches.suse/0730-drm-amd-display-Implement-a-pme-workaround-function.patch
	patches.suse/0731-drm-amd-display-Update-hook-dcn32_funcs.patch
	patches.suse/0732-drm-amd-display-Drop-duplicate-define.patch
	patches.suse/0733-drm-amd-display-3.2.191.patch
	patches.suse/0734-drm-amdgpu-Drop-CONFIG_BACKLIGHT_CLASS_DEVICE-ifdefs.patch
	patches.suse/0735-drm-amdkfd-correct-sdma-queue-number-of-sdma-6.0.1.patch
	patches.suse/0736-drm-radeon-Drop-CONFIG_BACKLIGHT_CLASS_DEVICE-ifdefs.patch
	patches.suse/0737-drm-amdgpu-vm-drop-unexpected-word-the-in-the-commen.patch
	patches.suse/0738-drm-amd-display-fix-array-index-in-DML.patch
	patches.suse/0739-drm-amd-display-fix-incorrect-comparison-in-DML.patch
	patches.suse/0740-drm-amdkfd-Add-queue-to-MES-if-it-becomes-active.patch
	patches.suse/0741-drm-amdkfd-Free-queue-after-unmap-queue-success.patch
	patches.suse/0742-amdgpu-pm-Fix-incorrect-variable-for-size-of-clocks-.patch
	patches.suse/0743-amdgpu-pm-Fix-possible-array-out-of-bounds-if-SCLK-l.patch
	patches.suse/0744-drm-amdgpu-vcn-fix-no-previous-prototype-warning.patch
	patches.suse/0745-gpu-drm-radeon-Fix-typo-in-comments.patch
	patches.suse/0746-drm-amdgpu-Fetch-MES-scheduler-KIQ-versions.patch
	patches.suse/0747-drm-amdkfd-Enable-GFX11-usermode-queue-oversubscript.patch
	patches.suse/0748-drm-amdgpu-Update-mes_v11_api_def.h.patch
	patches.suse/0749-drm-amd-display-Fix-indentation-in-dcn32_get_vco_fre.patch
	patches.suse/0750-drm-amdgpu-drop-unexpected-word-for-in-comments.patch
	patches.suse/0751-drm-amdkfd-Fix-spelling-mistake-mechanim-mechanism.patch
	patches.suse/0752-drm-amdgpu-display-Fix-spelling-mistake-supporing-su.patch
	patches.suse/0753-Revert-drm-amd-display-ignore-modifiers-when-checkin.patch
	patches.suse/0754-drm-amdgpu-display-reduce-stack-size-in-dml32_ModeSu.patch
	patches.suse/0755-drm-amdgpu-update-GFX11-cs-settings.patch
	patches.suse/0756-drm-amd-pm-enable-VR0-HOT-support-for-SMU-13.0.0.patch
	patches.suse/0757-drm-amd-display-Log-DP-link-training-failure-reason.patch
	patches.suse/0758-drm-amdgpu-add-mc-wptr-addr-support-for-mes.patch
	patches.suse/0759-drm-amdgpu-Remove-useless-amdgpu_display_freesync_io.patch
	patches.suse/0760-drm-amdgpu-Add-put-fence-in-amdgpu_fence_driver_clea.patch
	patches.suse/0761-drm-amdgpu-Prevent-race-between-late-signaled-fences.patch
	patches.suse/0762-drm-sched-Partial-revert-of-drm-sched-Keep-s_fence-p.patch
	patches.suse/0763-drm-amdgpu-Follow-up-change-to-previous-drm-schedule.patch
	patches.suse/0764-drm-amdgpu-display-dc-Fix-null-pointer-exception.patch
	patches.suse/0765-Revert-drm-amdkfd-Free-queue-after-unmap-queue-succe.patch
	patches.suse/0766-drm-amd-display-Removed-unused-variable-ret.patch
	patches.suse/0767-drm-amdgpu-Fix-typos-in-amdgpu_stop_pending_resets.patch
	patches.suse/0768-drm-amdgpu-display-drop-set-but-unused-variable.patch
	patches.suse/0769-drm-amd-display-Remove-unused-globals-FORCE_RATE-and.patch
	patches.suse/0770-drm-amd-display-change-to_dal_irq_source_dnc32-stora.patch
	patches.suse/0771-drm-amdgpu-amdgpu_dm-fix-kernel-doc-markups.patch
	patches.suse/drm-amd-amd_shared.h-Add-missing-doc-for-PP_GFX_DCS_.patch
	patches.suse/0773-drm-amd-Load-TA-firmware-for-DCN321-DCN32.patch
	patches.suse/0774-drm-amd-display-expose-additional-modifier-for-DCN32.patch
	patches.suse/0775-drm-amd-display-Re-org-and-cleanup-the-redundant-cod.patch
	patches.suse/0776-drm-amdgpu-fix-documentation-warning.patch
	patches.suse/0777-drm-amdgpu-mes11-update-mes-interface-for-acessing-r.patch
	patches.suse/0778-drm-amdgpu-add-common-interface-for-mes-misc-op.patch
	patches.suse/0779-drm-amdkfd-fix-cu-mask-for-asics-with-wgps.patch
	patches.suse/0780-drm-amdgpu-mes11-add-mes11-misc-op.patch
	patches.suse/0781-drm-amdgpu-mes-add-mes-register-access-interface.patch
	patches.suse/0782-drm-amdgpu-enable-mes-to-access-registers-v2.patch
	patches.suse/0783-Revert-drm-amdgpu-gmc11-avoid-cpu-accessing-register.patch
	patches.suse/0784-drm-amdkfd-Add-KFD-SMI-event-IDs-and-triggers.patch
	patches.suse/0785-drm-amdkfd-Enable-per-process-SMI-event.patch
	patches.suse/0786-drm-amdkfd-Add-GPU-recoverable-fault-SMI-event.patch
	patches.suse/0787-drm-amdkfd-Add-migration-SMI-event.patch
	patches.suse/0788-drm-amdkfd-Add-user-queue-eviction-restore-SMI-event.patch
	patches.suse/0789-drm-amdkfd-Add-unmap-from-GPU-SMI-event.patch
	patches.suse/0790-drm-amdkfd-Asynchronously-free-smi_client.patch
	patches.suse/0791-drm-amdkfd-Bump-KFD-API-version-for-SMI-profiling-ev.patch
	patches.suse/0792-drm-amd-display-Fix-__umoddi3-undefined-for-32-bit-c.patch
	patches.suse/0793-drm-amd-display-Fix-__floatunsidf-undefined-for-32-b.patch
	patches.suse/0794-drm-amd-display-Fix-__muldf3-undefined-for-32-bit-co.patch
	patches.suse/0795-drm-amd-display-Fix-__nedf2-undefined-for-32-bit-com.patch
	patches.suse/0796-drm-amdgpu-display-add-missing-FP_START-END-checks-d.patch
	patches.suse/0797-drm-i915-Call-i915_gem_suspend-only-after-display-is.patch
	patches.suse/0798-drm-i915-Eliminate-PIPECONF-RMWs-from-.color_commit.patch
	patches.suse/0799-drm-i915-Move-dbuf-details-to-INTEL_INFO-display.patch
	patches.suse/0800-drm-i915-Move-pipe_offsets-co.-to-INTEL_INFO-display.patch
	patches.suse/0801-drm-i915-Move-display_mmio_offset-under-INTEL_INFO-d.patch
	patches.suse/0802-drm-i915-Make-pipe_offsets-co.-u32.patch
	patches.suse/0803-drm-i915-s-_CURSOR2-_MMIO_CURSOR2.patch
	patches.suse/0804-drm-i915-Use-_MMIO_TRANS2-where-appropriate.patch
	patches.suse/0805-drm-i915-Use-_MMIO_PIPE2-where-appropriate.patch
	patches.suse/0806-drm-i915-Get-rid-of-XE_LPD_CURSOR_OFFSETS.patch
	patches.suse/0807-drm-i915-Move-the-color-stuff-under-INTEL_INFO-displ.patch
	patches.suse/0808-drm-i915-Fix-error-code-in-icl_compute_combo_phy_dpl.patch
	patches.suse/0809-drm-i915-bios-debug-log-ddi-port-info-after-parsing.patch
	patches.suse/0810-drm-i915-use-DISPLAY_VER-instead-of-accessing-match_.patch
	patches.suse/0811-drm-i915-Drain-freed-object-after-suspend-display.patch
	patches.suse/0812-drm-i915-display-clean-up-comments.patch
	patches.suse/0813-drm-i915-Use-short-PCH-names-consistently.patch
	patches.suse/0814-drm-i915-Nuke-PCH_MCC.patch
	patches.suse/0815-drm-i915-Nuke-PCH_JSP.patch
	patches.suse/drm-vc4-change-vc4_dma_range_matches-from-a-global-t.patch
	patches.suse/0817-drm-edid-move-drm_connector_update_edid_property-to-.patch
	patches.suse/0818-drm-edid-convert-drm_connector_update_edid_property-.patch
	patches.suse/0819-drm-edid-clean-up-connector-update-error-handling-an.patch
	patches.suse/0820-drm-edid-abstract-debugfs-override-EDID-set-reset.patch
	patches.suse/0821-drm-edid-add-drm_edid_connector_update.patch
	patches.suse/0822-drm-probe-helper-add-drm_connector_helper_get_modes.patch
	patches.suse/0823-drm-edid-add-drm_edid_raw-to-access-the-raw-EDID-dat.patch
	patches.suse/0824-drm-edid-do-invalid-block-filtering-in-place.patch
	patches.suse/0825-drm-edid-add-HF-EEODB-support-to-EDID-read-and-alloc.patch
	patches.suse/0826-drm-edid-take-HF-EEODB-extension-count-into-account.patch
	patches.suse/0827-drm-Remove-unnecessary-junk-from-drm_crtc.h.patch
	patches.suse/0828-drm-bridge-imx-i.MX8-bridge-drivers-should-depend-on.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/0831-drm-panel-simple-Add-support-for-HannStar-HSD101PWW2.patch
	patches.suse/0832-drm-panel-simple-add-ETML0700Y5DHA-panel.patch
	patches.suse/0833-drm-ingenic-Use-the-highest-possible-DMA-burst-size.patch
	patches.suse/drm-bridge-sii8620-fix-possible-off-by-one.patch
	patches.suse/0835-drm-vmwgfx-Stop-using-TRUE.patch
	patches.suse/0836-drm-Remove-linux-fb.h-from-drm_crtc.h.patch
	patches.suse/0837-drm-Remove-linux-media-bus-format.h-from-drm_crtc.h.patch
	patches.suse/0838-drm-Remove-linux-i2c.h-from-drm_crtc.h.patch
	patches.suse/0839-drm-bridge-anx7625-Convert-to-devm_i2c_new_dummy_dev.patch
	patches.suse/0840-drm-bridge-anx7625-use-pm_runtime_force_suspend-resu.patch
	patches.suse/0841-drm-bridge-anx7625-Fix-NULL-pointer-crash-when-using.patch
	patches.suse/0842-drm-bridge-anx7625-Add-wait_hpd_asserted-callback.patch
	patches.suse/0843-drm-bridge-ti-sn65dsi86-Use-atomic-variants-of-drm_b.patch
	patches.suse/0844-drm-xlnx-add-linux-io.h-for-readl-writel.patch
	patches.suse/0845-gpu-host1x-Add-context-device-management-code.patch
	patches.suse/0846-gpu-host1x-Program-context-stream-ID-on-submission.patch
	patches.suse/0847-drm-tegra-falcon-Set-DMACTX-field-on-DMA-transaction.patch
	patches.suse/0848-drm-tegra-nvdec-Fix-TRANSCFG-register-offset.patch
	patches.suse/0849-drm-tegra-Support-context-isolation.patch
	patches.suse/0850-drm-tegra-Implement-stream-ID-related-callbacks-on-e.patch
	patches.suse/0851-gpu-host1x-Deduplicate-hardware-headers.patch
	patches.suse/0852-gpu-host1x-Simplify-register-mapping-and-add-common-.patch
	patches.suse/0853-gpu-host1x-Program-virtualization-tables.patch
	patches.suse/0854-gpu-host1x-Allow-reset-to-be-missing.patch
	patches.suse/0855-gpu-host1x-Program-interrupt-destinations-on-Tegra23.patch
	patches.suse/0856-gpu-host1x-Tegra234-device-data-and-headers.patch
	patches.suse/0857-gpu-host1x-Rewrite-job-opcode-sequence.patch
	patches.suse/0858-gpu-host1x-Add-MLOCK-release-code-on-Tegra234.patch
	patches.suse/0859-gpu-host1x-Use-RESTART_W-to-skip-timed-out-jobs-on-T.patch
	patches.suse/0860-drm-tegra-vic-Add-Tegra234-support.patch
	patches.suse/gpu-host1x-Register-context-bus-unconditionally.patch
	patches.suse/drm-tegra-vic-Fix-build-warning-when-CONFIG_PM-n.patch
	patches.suse/0863-drm-tegra-Fix-vmapping-of-prime-buffers.patch
	patches.suse/0864-drm-tegra-Include-DMA-API-header-where-used.patch
	patches.suse/0865-gpu-host1x-Initialize-syncval-in-channel_submit.patch
	patches.suse/0866-gpu-host1x-Generalize-host1x_cdma_push_wide.patch
	patches.suse/0867-gpu-host1x-Use-the-bitmap-API-to-allocate-bitmaps.patch
	patches.suse/0868-drm-tegra-vic-Use-devm_platform_ioremap_resource.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/0873-drm-mediatek-Add-mt8186-dsi-compatible-to-mtk_dsi.c.patch
	patches.suse/0874-drm-mediatek-Add-MT8186-DSI-compatible-for-mtk_drm_d.patch
	patches.suse/0875-drm-mediatek-Add-display-MDP-RDMA-support-for-MT8195.patch
	patches.suse/0876-drm-mediatek-Add-mediatek-drm-plane-color-encoding-i.patch
	patches.suse/0877-drm-mediatek-Ensure-bridge-disable-happends-before-s.patch
	patches.suse/0878-drm-mediatek-dpi-Add-kernel-document-for-struct-mtk_.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/0881-drm-mediatek-dpi-Add-support-for-quantization-range.patch
	patches.suse/0882-drm-mediatek-dpi-Implement-a-CK-DE-pol-toggle-in-SoC.patch
	patches.suse/0883-drm-mediatek-dpi-Implement-a-swap_input-toggle-in-So.patch
	patches.suse/0884-drm-mediatek-dpi-Move-dimension-mask-to-SoC-config.patch
	patches.suse/0885-drm-mediatek-dpi-Move-hvsize_mask-to-SoC-config.patch
	patches.suse/0886-drm-mediatek-dpi-Move-swap_shift-to-SoC-config.patch
	patches.suse/0887-drm-mediatek-dpi-Move-the-yuv422_en_bit-to-SoC-confi.patch
	patches.suse/0888-drm-mediatek-dpi-Move-the-csc_enable-bit-to-SoC-conf.patch
	patches.suse/0889-drm-mediatek-dpi-Add-YUV422-output-support.patch
	patches.suse/0890-drm-mediatek-dpi-Add-config-to-support-direct-connec.patch
	patches.suse/0891-drm-mediatek-dpi-Add-input_2pixel-config-support.patch
	patches.suse/0892-drm-mediatek-dpi-Add-pixels_per_iter-config-support.patch
	patches.suse/0893-drm-msm-Make-msm_gem_free_object-static.patch
	patches.suse/0894-drm-Add-DRM_GEM_FOPS.patch
	patches.suse/0895-drm-msm-Expose-client-engine-utilization-via-fdinfo.patch
	patches.suse/0896-drm-msm-Use-div64_ul-instead-of-do_div.patch
	patches.suse/0897-drm-msm-Fix-fence-rollover-issue.patch
	patches.suse/0898-drm-msm-dpu-add-writeback-support-for-sc7180.patch
	patches.suse/0899-drm-msm-dpu-use-feature-bit-for-LM-combined-alpha-ch.patch
	patches.suse/0900-drm-msm-dpu-move-VBIF_XINL_QOS_LVL_REMAP-size-to-hw_.patch
	patches.suse/0901-drm-msm-dpu-remove-hwversion-field-from-data-structu.patch
	patches.suse/0902-drm-msm-dpu-change-catalog-perf-to-be-a-const-pointe.patch
	patches.suse/0903-drm-msm-dpu-change-catalog-dma_cfg-to-be-a-const-poi.patch
	patches.suse/0904-drm-msm-dpu-constify-struct-dpu_mdss_cfg.patch
	patches.suse/0905-drm-msm-dpu-make-dpu-hardware-catalog-static-const.patch
	patches.suse/0906-drm-msm-dpu-dont_use-IS_ERR_OR_NULL-for-encoder-phys.patch
	patches.suse/0907-drm-msm-dpu-drop-enum-msm_display_caps.patch
	patches.suse/0908-drm-msm-dpu-move-intf-and-wb-assignment-to-dpu_encod.patch
	patches.suse/0909-drm-msm-dpu-fix-maxlinewidth-for-writeback-block.patch
	patches.suse/0910-drm-msm-dpu-remove-hard-coded-linewidth-limit-for-wr.patch
	patches.suse/0911-drm-msm-dpu-Move-LM-CRC-code-into-separate-method.patch
	patches.suse/0912-drm-msm-dpu-Move-MISR-methods-to-dpu_hw_util.patch
	patches.suse/0913-drm-msm-dpu-Add-MISR-register-support-for-interface.patch
	patches.suse/0914-drm-msm-dpu-Add-interface-support-for-CRC-debugfs.patch
	patches.suse/0915-drm-msm-dpu-simplify-and-unify-dpu_encoder_get_intf-.patch
	patches.suse/0916-drm-msm-disp-dpu1-add-dspp-support-for-sc7280.patch
	patches.suse/0917-drm-msm-dp-inline-dp_ctrl_set_clock_rate-ctrl_link.patch
	patches.suse/0918-drm-msm-dp-set-stream_pixel-rate-directly.patch
	patches.suse/0919-drm-msm-dp-inline-dp_power_clk_set_rate.patch
	patches.suse/0920-drm-msm-dp-rewrite-dss_module_power-to-use-bulk-cloc.patch
	patches.suse/0921-drm-msm-dp-make-dp_bridge_mode_valid-more-precise.patch
	patches.suse/0922-drm-msm-dp-Remove-encoder-pointer-from-struct-msm_dp.patch
	patches.suse/0923-drm-msm-dp-use-ARRAY_SIZE-for-calculating-num_descs.patch
	patches.suse/0924-drm-msm-dsi-Use-single-function-for-reset.patch
	patches.suse/0925-drm-msm-hdmi-fill-the-pwr_regs-bulk-regulators.patch
	patches.suse/0926-drm-msm-hdmi-drop-the-hdmi-mux-support.patch
	patches.suse/0927-drm-msm-hdmi-drop-unused-GPIO-support.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/0930-drm-msm-hdmi-drop-hpd_regs-usage-on-8x74-8084.patch
	patches.suse/0931-drm-msm-hdmi-merge-platform-config-for-8974-8084-899.patch
	patches.suse/0932-drm-msm-hdmi-reuse-MSM8960-s-config-for-MSM8660.patch
	patches.suse/0933-drm-msm-hdmi-phy-populate-8x60-HDMI-PHY-requirements.patch
	patches.suse/0934-drm-msm-hdmi-drop-empty-bridge-callbacks.patch
	patches.suse/0935-drm-msm-hdmi-support-attaching-the-next-bridge.patch
	patches.suse/0936-drm-msm-mdp5-Add-perf-data-for-MDP-v1.16.patch
	patches.suse/0937-drm-msm-mdp4-move-iommu_domain_alloc-call-close-to-i.patch
	patches.suse/0938-drm-msm-mdp4-get-rid-of-struct-mdp4_platform_config.patch
	patches.suse/0939-drm-msm-Avoid-unclocked-GMU-register-access-in-6xx-g.patch
	patches.suse/0940-drm-msm-adreno-Remove-dead-code.patch
	patches.suse/0941-drm-msm-adreno-Add-A619-support.patch
	patches.suse/0942-drm-msm-a6xx-Add-speedbin-support-for-A619-GPU.patch
	patches.suse/0943-drm-msm-adreno-Fix-up-formatting.patch
	patches.suse/0944-drm-msm-adreno-Allow-larger-address-space-size.patch
	patches.suse/0945-drm-msm-dpu-drop-xin_id-from-struct-dpu_hw_blk_reg_m.patch
	patches.suse/0946-drm-msm-dpu-drop-length-from-struct-dpu_hw_blk_reg_m.patch
	patches.suse/0947-drm-msm-dpu-merge-base_off-with-blk_off-in-struct-dp.patch
	patches.suse/0948-drm-msm-dpu-move-struct-dpu_hw_blk-definition-to-dpu.patch
	patches.suse/0949-drm-msm-Fix-d-vs-u.patch
	patches.suse/0950-drm-msm-dpu-check-both-DPU-and-MDSS-devices-for-the-.patch
	patches.suse/0951-drm-msm-mdp5-move-iommu_domain_alloc-call-close-to-i.patch
	patches.suse/0952-drm-msm-Stop-using-iommu_present.patch
	patches.suse/0953-drm-msm-move-KMS-aspace-init-to-the-separate-helper.patch
	patches.suse/0954-drm-msm-switch-msm_kms_init_aspace-to-use-device_iom.patch
	patches.suse/0955-drm-msm-gpu-Capture-all-BO-addr-size-in-devcore.patch
	patches.suse/0956-drm-msm-gpu-Add-GEM-debug-label-to-devcore.patch
	patches.suse/0957-drm-msm-adreno-Do-not-propagate-void-return-values.patch
	patches.suse/0958-drm-msm-dp-remove-unused-stubs.patch
	patches.suse/0959-drm-msm-dp-rename-second-dp_display_enable-s-argumen.patch
	patches.suse/0960-drm-msm-dp-remove-dp_display_en-disable-prototypes-a.patch
	patches.suse/0961-drm-msm-gem-Drop-obj-lock-in-msm_gem_free_object.patch
	patches.suse/0962-drm-msm-adreno-Defer-enabling-runpm-until-hw_init.patch
	patches.suse/0963-drm-msm-Deprecate-MSM_BO_UNCACHED-harder.patch
	patches.suse/0964-drm-msm-Switch-to-pfn-mappings.patch
	patches.suse/0965-drm-msm-Make-enable_eviction-flag-static.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/0969-drm-nouveau-nvif-add-wrapper-for-open-coded-nvif_obj.patch
	patches.suse/0970-drm-nouveau-nvkm-rip-out-event-uapi.patch
	patches.suse/0971-drm-nouveau-nvkm-use-list_add_tail-when-building-obj.patch
	patches.suse/0972-drm-nouveau-nvkm-zero-out-engine-pointer-for-subdev-.patch
	patches.suse/0973-drm-nouveau-nvkm-remove-unused-header.patch
	patches.suse/0974-drm-nouveau-device-remove-pwrsrc-notify-in-favour-of.patch
	patches.suse/0975-drm-nouveau-fifo-rip-out-cevent-never-used.patch
	patches.suse/0976-drm-nouveau-fifo-remove-rd32-wr32-accessors-from-cha.patch
	patches.suse/0977-drm-nouveau-ce-gv100-move-method-buffer-to-ce-ctx.patch
	patches.suse/0978-drm-nouveau-remove-double-WFI-when-destroying-channe.patch
	patches.suse/0979-drm-nouveau-flcn-remove-unused-functions.patch
	patches.suse/0980-drm-nouveau-kms-nv50-remove-unused-functions.patch
	patches.suse/0981-drm-amd-Add-debug-mask-for-subviewport-mclk-switch.patch
	patches.suse/0982-drm-amdkfd-simplify-vm_validate_pt_pd_bos.patch
	patches.suse/0983-drm-amd-pm-update-SMU-13.0.0-driver_if-header.patch
	patches.suse/0984-drm-amdgpu-Only-send-ras-feature-for-gfx-block.patch
	patches.suse/0985-drm-amdgpu-skip-whole-ras-bad-page-framework-on-srio.patch
	patches.suse/0986-drm-amd-display-Add-missing-registers-for-ACP.patch
	patches.suse/0987-drm-amd-display-Add-SubVP-required-code.patch
	patches.suse/0988-drm-amd-display-Prepare-for-new-interfaces.patch
	patches.suse/0989-drm-amd-display-Add-function-to-set-pixels-per-cycle.patch
	patches.suse/0990-drm-amd-display-Apply-ODM-2-1-policy-for-single-disp.patch
	patches.suse/0991-drm-amd-display-Use-two-pixel-per-container-for-k1-k.patch
	patches.suse/0992-drm-amd-display-Change-DET-policy-for-MPO-cases.patch
	patches.suse/0993-drm-amd-display-Switch-to-correct-DTO-on-HDMI.patch
	patches.suse/0994-drm-amd-display-Update-gpuvm_max_page_table_levels-I.patch
	patches.suse/0995-drm-amd-display-Make-OPTC3-function-accessible-to-ot.patch
	patches.suse/0996-drm-amd-display-Add-basic-infrastructure-for-enablin.patch
	patches.suse/0997-drm-amd-display-Fix-stream-link_enc-unassigned-durin.patch
	patches.suse/0998-drm-amd-display-Add-SubVP-control-lock.patch
	patches.suse/0999-drm-amd-display-Add-minimal-pipe-split-transition-st.patch
	patches.suse/1000-drm-amd-display-disable-timing-sync-b-w-odm-halves.patch
	patches.suse/1001-drm-amd-display-guard-for-virtual-calling-destroy_li.patch
	patches.suse/1002-drm-amd-display-Maintain-consistent-mode-of-operatio.patch
	patches.suse/1003-drm-amd-display-Extend-soc-BB-capabilitiy.patch
	patches.suse/1004-drm-amd-display-Don-t-set-dram-clock-change-requirem.patch
	patches.suse/1005-drm-amd-display-add-an-option-to-skip-wait-for-HPD-w.patch
	patches.suse/1006-drm-amd-display-Program-ACP-related-register.patch
	patches.suse/1007-drm-amd-display-Guard-against-ddc_pin-being-NULL-for.patch
	patches.suse/1008-drm-amd-display-Remove-incorrect-ASSERT-check-for-li.patch
	patches.suse/1009-drm-amd-display-Guard-against-NULL-link-encoder-in-l.patch
	patches.suse/1010-drm-amd-display-Fix-dmub-soft-hang-for-PSR-1.patch
	patches.suse/1011-drm-amd-display-disable-otg-toggle-w-a-on-boot.patch
	patches.suse/1012-drm-amd-display-Indicate-stream-change-on-ODM-change.patch
	patches.suse/1013-drm-amd-display-Remove-configuration-option-for-dpia.patch
	patches.suse/1014-drm-amd-display-Fix-refresh-rate-issue-on-Club-3D.patch
	patches.suse/1015-drm-amd-display-Disable-TBT3-DSC-work-around-by-defa.patch
	patches.suse/1016-drm-amd-display-Add-flag-to-modify-MST-delay.patch
	patches.suse/1017-drm-amd-display-Fix-null-timing-generator-resource.patch
	patches.suse/1018-drm-amd-display-Move-all-linux-includes-into-OS-type.patch
	patches.suse/1019-drm-amd-display-Fix-uninitialized-variable.patch
	patches.suse/1020-drm-amd-display-Initialize-lt_settings-on-instantiat.patch
	patches.suse/1021-drm-amdgpu-mes11-fix-to-unmap-legacy-queue.patch
	patches.suse/1022-drm-amd-display-OVT-Update-on-InfoFrame-and-Mode-Man.patch
	patches.suse/1023-drm-amd-display-enable-PCON-SST-support-for-newer-AS.patch
	patches.suse/1024-drm-amd-display-rename-hdmi_frl_pcon_support.patch
	patches.suse/1025-drm-amd-display-3.2.192.patch
	patches.suse/1026-drm-amd-display-Maintain-old-audio-programming-seque.patch
	patches.suse/1027-drm-amdgpu-mes-Fix-an-error-handling-path-in-amdgpu_.patch
	patches.suse/1028-drm-amdpgu-debugfs-Simplify-some-exit-paths.patch
	patches.suse/1029-drm-amd-display-Remove-return-value-of-Calculate256B.patch
	patches.suse/1030-drm-amd-display-clean-up-some-inconsistent-indenting.patch
	patches.suse/1031-drm-amd-display-Remove-duplicate-code-across-dcn30-a.patch
	patches.suse/1032-drm-amd-display-Remove-unused-variables-from-vba_var.patch
	patches.suse/1033-drm-amdkfd-add-new-flag-for-svm.patch
	patches.suse/1034-drm-amdkfd-change-svm-range-evict.patch
	patches.suse/1035-drm-amd-display-remove-stale-debug-setting.patch
	patches.suse/1036-drm-amd-display-correct-idle_power_optimizations-dis.patch
	patches.suse/1037-drm-amdkfd-optimize-svm-range-evict.patch
	patches.suse/1038-drm-amd-display-remove-set-but-unused-variable.patch
	patches.suse/1039-drm-amd-display-make-get_refresh_rate-static.patch
	patches.suse/1040-drm-amdgpu-display-Remove-duplicated-argument-to.patch
	patches.suse/1041-drm-amd-display-remove-repeated-includes.patch
	patches.suse/1042-drm-radeon-avoid-bogus-vram-limit-0-must-be-a-power-.patch
	patches.suse/1043-drm-amdgpu-Fix-one-list-corruption-when-create-queue.patch
	patches.suse/1044-drm-amd-display-fix-non-x86-PPC64-compilation.patch
	patches.suse/1045-drm-amd-display-clean-up-some-inconsistent-indenting.patch
	patches.suse/1046-drm-amd-display-fix-32-bit-compilation-errors-in-dc_.patch
	patches.suse/1047-drm-amd-display-Add-callback-to-set-dig-mode.patch
	patches.suse/1048-drm-amd-display-Enable-ODM-combine-default-policy.patch
	patches.suse/1049-drm-amd-pm-ac-dc-change-for-smu_v13_0.patch
	patches.suse/1050-drm-amd-pm-drop-the-thermal_controller_type-check.patch
	patches.suse/1051-drm-amdgpu-mes-fix-mes-submission-in-atomic-context.patch
	patches.suse/1052-drm-amdgpu-mes-fix-bo-va-unmap-issue-in-mes.patch
	patches.suse/1053-drm-amdgpu-gmc10-adjust-gart-size-for-parts-that-sup.patch
	patches.suse/1054-drm-amdgpu-mes-set-correct-mes-ring-ready-flag.patch
	patches.suse/1055-drm-amd-display-Exit-SubVP-if-MPO-in-use.patch
	patches.suse/1056-drm-amd-display-Check-for-DP2.0-when-checking-ODM-co.patch
	patches.suse/1057-drm-amd-display-Helper-function-for-ALPM-initializat.patch
	patches.suse/1058-drm-amd-display-Removing-assert-statements-for-Linux.patch
	patches.suse/1059-drm-amd-display-Fix-windowed-MPO-video-with-ODM-comb.patch
	patches.suse/1060-drm-amd-display-Clear-edid-when-unplug-mst-connector.patch
	patches.suse/1061-drm-amd-display-Disable-PSRSU-when-DSC-enabled-on-th.patch
	patches.suse/1062-drm-amd-display-Fix-black-screen-when-disabling-Free.patch
	patches.suse/1063-drm-amd-display-fix-unnecessary-pipe-split-playing-N.patch
	patches.suse/1064-drm-amdkfd-bump-KFD-version-for-unified-ctx-save-res.patch
	patches.suse/1065-drm-amd-display-make-enable-link-independent-from-ve.patch
	patches.suse/1066-drm-amd-display-Reduce-SCDC-Status-Flags-Definition.patch
	patches.suse/1067-drm-amdgpu-support-gfx-soft-reset-for-gfx-v11.patch
	patches.suse/1068-drm-amdgpu-enable-soft-reset-for-gfx-11.patch
	patches.suse/1069-drm-amdgpu-support-SDMA-soft-recovery-for-sdma-v6.patch
	patches.suse/1070-drm-amdgpu-support-reset-flag-set-for-gpu-reset.patch
	patches.suse/1071-drm-amdgpu-mes-init-aggregated-doorbell.patch
	patches.suse/1072-drm-amdgpu-mes11-initialize-aggregated-doorbell.patch
	patches.suse/1073-drm-amdgpu-mes-ring-aggregatged-doorbell-when-mes-qu.patch
	patches.suse/1074-drm-amdgpu-sdma6-add-aggregated-doorbell-support.patch
	patches.suse/1075-drm-amdgpu-gfx11-add-aggregated-doorbell-support.patch
	patches.suse/1076-drm-amd-display-update-DML1-logic-for-unbounded-req-.patch
	patches.suse/1077-drm-amd-display-3.2.193.patch
	patches.suse/1078-drm-amd-display-Re-implementing-ARGB16161616-pixel-f.patch
	patches.suse/1079-drm-amd-display-Grab-dc_lock-before-detecting-link.patch
	patches.suse/1080-drm-amd-display-add-system-info-table-log.patch
	patches.suse/1081-drm-amd-display-Add-DCN-reg-offsets-to-DC.patch
	patches.suse/1082-drm-amd-display-Add-NBIO-reg-offsets-to-DC.patch
	patches.suse/1083-drm-amd-display-Fix-lag-when-moving-windowed-MPO-acr.patch
	patches.suse/1084-drm-amd-display-3.2.194.patch
	patches.suse/1085-drm-amdgpu-Fix-acronym-typo-in-glossary.patch
	patches.suse/1086-drm-amdgpu-fix-file-permissions-on-some-files.patch
	patches.suse/1087-drm-amd-display-make-some-dc_dmub_srv-functions-stat.patch
	patches.suse/1088-drm-amd-pm-Implement-get-GFXOFF-status-for-vangogh.patch
	patches.suse/1089-drm-amd-display-attempt-to-fix-the-logic-in-commit_p.patch
	patches.suse/drm-amdgpu-Check-BO-s-requested-pinning-domains-agai.patch
	patches.suse/1091-drm-amdgpu-Add-reg-headers-for-DCN314.patch
	patches.suse/1092-drm-amd-display-Add-DCN314-IRQ-services.patch
	patches.suse/1093-drm-amd-display-Add-DCN314-clock-manager.patch
	patches.suse/1094-drm-amd-display-Add-DCN314-DC-resources.patch
	patches.suse/1095-drm-amd-display-Add-DCN314-DML-calculation-support.patch
	patches.suse/1096-drm-amd-display-Add-DCN314-version-identifiers.patch
	patches.suse/1097-drm-amd-display-Enable-DCN314-in-DC.patch
	patches.suse/1098-drm-amd-display-Add-DMUB-support-for-DCN314.patch
	patches.suse/1099-drm-amd-display-Enable-DCN314-in-DM.patch
	patches.suse/1100-drm-amd-display-remove-duplicate-dcn314-includes.patch
	patches.suse/1101-dma-buf-revert-return-only-unsignaled-fences-in-dma_.patch
	patches.suse/1102-drm-mgag200-Don-t-read-back-PCI-option-register-befo.patch
	patches.suse/1103-drm-rcar-du-Extend-CMM-HDSE-documentation.patch
	patches.suse/1104-drm-rcar-du-Drop-file-name-from-comment-header-block.patch
	patches.suse/1105-drm-rcar-du-Add-num_rpf-to-struct-rcar_du_device_inf.patch
	patches.suse/1106-drm-rcar-du-Fix-Alpha-blending-issue-on-Gen3.patch
	patches.suse/1107-drm-rcar-du-Lift-z-pos-restriction-on-primary-plane-.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/1111-drm-amdgpu-Fix-for-drm-buddy-memory-corruption.patch
	patches.suse/1112-drm-i915-guc-slpc-Add-a-new-SLPC-selftest.patch
	patches.suse/1113-drm-doc-add-rfc-section-for-small-BAR-uapi.patch
	patches.suse/1114-drm-i915-uapi-add-probed_cpu_visible_size.patch
	patches.suse/1115-drm-i915-uapi-expose-the-avail-tracking.patch
	patches.suse/1116-drm-i915-remove-intel_memory_region-avail.patch
	patches.suse/1117-drm-i915-uapi-apply-ALLOC_GPU_ONLY-by-default.patch
	patches.suse/1118-drm-i915-uapi-add-NEEDS_CPU_ACCESS-hint.patch
	patches.suse/1119-drm-i915-error-skip-non-mappable-pages.patch
	patches.suse/1120-drm-i915-uapi-tweak-error-capture-on-recoverable-con.patch
	patches.suse/1121-drm-i915-selftests-skip-the-mman-tests-for-stolen.patch
	patches.suse/1122-drm-i915-selftests-ensure-we-reserve-a-fence-slot.patch
	patches.suse/1123-drm-i915-ttm-handle-blitter-failure-on-DG2.patch
	patches.suse/1124-drm-i915-ttm-disallow-CPU-fallback-mode-for-ccs-page.patch
	patches.suse/1125-drm-i915-turn-on-small-BAR-support.patch
	patches.suse/1126-drm-i915-pvc-Implement-w-a-16016694945.patch
	patches.suse/1127-drm-i915-DG2-and-ATS-M-device-ID-updates.patch
	patches.suse/1128-drm-doc-rfc-VM_BIND-feature-design-document.patch
	patches.suse/1129-drm-i915-Update-i915-uapi-documentation.patch
	patches.suse/1130-drm-doc-rfc-VM_BIND-uapi-definition.patch
	patches.suse/1131-drm-i915-guc-Asynchronous-flush-of-GuC-log-regions.patch
	patches.suse/1132-drm-i915-selftests-Grab-the-runtime-pm-in-shrink_thp.patch
	patches.suse/1133-i915-perf-Replace-DRM_DEBUG-with-driver-specific-drm.patch
	patches.suse/1134-i915-perf-Disable-OA-sseu-config-param-for-gfx12.50.patch
	patches.suse/1135-drm-i915-gt-Add-general-DSS-steering-iterator-to-int.patch
	patches.suse/1136-drm-i915-mtl-Add-MeteorLake-platform-info.patch
	patches.suse/1137-drm-i915-mtl-Add-MeteorLake-PCI-IDs.patch
	patches.suse/1138-drm-i915-dg2-Add-Wa_15010599737.patch
	patches.suse/1139-drm-i915-Bump-GT-idling-delay-to-2-jiffies.patch
	patches.suse/1140-drm-i915-gt-Only-kick-the-signal-worker-if-there-s-b.patch
	patches.suse/1141-drm-i915-Correct-ss-steering-calculation-for-pre-Xe_.patch
	patches.suse/1142-drm-i915-Add-support-for-LMEM-PCIe-resizable-bar.patch
	patches.suse/1143-drm-i915-Add-lmem_bar_size-modparam.patch
	patches.suse/1144-drm-amdgpu-limiting-AV1-to-first-instance-on-VCN4-de.patch
	patches.suse/1145-drm-amdgpu-Get-rid-of-amdgpu_job-external_hw_fence.patch
	patches.suse/1146-drm-amdgpu-add-umc-v8_10_0-ip-headers.patch
	patches.suse/1147-drm-amdgpu-add-umc-ras-functions-for-umc-v8_10_0.patch
	patches.suse/1148-drm-amdgpu-fix-for-coding-style-issues.patch
	patches.suse/1149-drm-amdgpu-Call-trace-info-was-found-in-dmesg-when-l.patch
	patches.suse/1150-drm-amdgpu-add-dmi-check-for-jadeite-platform.patch
	patches.suse/1151-drm-amdgpu-create-I2S-platform-devices-for-Jadeite-p.patch
	patches.suse/1152-drm-amdgpu-use-the-same-HDP-flush-registers-for-all-.patch
	patches.suse/1153-drm-amdgpu-use-the-same-HDP-flush-registers-for-all-.patch
	patches.suse/1154-drm-amdgpu-restore-original-stable-pstate-on-ctx-fin.patch
	patches.suse/drm-amd-display-Enable-building-new-display-engine-w.patch
	patches.suse/1156-drm-amd-display-Fix-spelling-mistake-supporing-suppo.patch
	patches.suse/1157-drm-amdgpu-Clarify-asics-naming-in-Kconfig-options.patch
	patches.suse/1158-drm-amd-display-Remove-unnecessary-NULL-check-in-com.patch
	patches.suse/1159-drm-amdgpu-introduce-runtime-pm-mode.patch
	patches.suse/1160-drm-amdgpu-skip-SMU-FW-reloading-in-runpm-BACO-case.patch
	patches.suse/1161-drm-amdgpu-drop-runtime-pm-disablement-quirk-on-seve.patch
	patches.suse/1162-drm-amdgpu-drop-runpm-from-amdgpu_device-structure.patch
	patches.suse/1163-drm-amdgpu-correct-the-PSP_BL_CMD-enum.patch
	patches.suse/1164-drm-amd-pm-enable-mode1-reset-for-smu_v13_0_7.patch
	patches.suse/1165-drm-amdgpu-add-comment-to-HW_IP_VCN_ENC-type.patch
	patches.suse/1166-drm-amdgpu-remove-acc_size-from-reserve-unreserve-me.patch
	patches.suse/1167-drm-amdgpu-fix-scratch-register-access-method-in-SRI.patch
	patches.suse/1168-drm-amdgpu-Write-masked-value-to-control-register.patch
	patches.suse/1169-drm-amd-display-Change-get_pipe_idx-function-scope.patch
	patches.suse/1170-drm-amd-pm-enable-gfx-ulv-and-gpo-on-smu_v13_0_7.patch
	patches.suse/1171-drm-amd-display-Support-vertical-interrupt-0-for-all.patch
	patches.suse/1172-drm-amd-display-Remove-unused-variable.patch
	patches.suse/1173-drm-amd-display-Update-in-dml.patch
	patches.suse/1174-drm-amd-display-Expose-function-reset_cur_dp_mst_top.patch
	patches.suse/1175-drm-amd-display-fix-trigger_hotplug-to-support-mst-c.patch
	patches.suse/1176-drm-amd-display-Add-is_mst_connector-debugfs-entry.patch
	patches.suse/1177-drm-amd-display-Add-tags-for-indicating-mst-progress.patch
	patches.suse/1178-drm-amd-display-Create-a-file-dedicated-to-planes.patch
	patches.suse/1179-drm-amd-display-Create-a-file-dedicated-for-CRTC.patch
	patches.suse/1180-drm-amd-display-remove-number-of-DSC-slices-override.patch
	patches.suse/1181-drm-amd-display-Fix-hard-hang-if-DSC-is-disabled.patch
	patches.suse/1182-drm-amd-display-Don-t-set-dram-clock-change-requirem.patch
	patches.suse/1183-drm-amd-display-Update-de-tile-override-to-anticipat.patch
	patches.suse/1184-drm-amd-display-Remove-unused-clk_src-variable.patch
	patches.suse/1185-drm-amd-display-Remove-unused-dml32_CalculatedoubleP.patch
	patches.suse/1186-drm-amd-display-Remove-unused-NumberOfStates-variabl.patch
	patches.suse/1187-drm-amd-display-Remove-unused-variables-from-dml_rq_.patch
	patches.suse/1188-drm-amd-display-Remove-unused-variables-from-dcn10_s.patch
	patches.suse/1189-drm-amd-display-Remove-unused-MaxUsedBW-variable.patch
	patches.suse/1190-drm-amd-display-move-dcn31_update_soc_for_wm_a-func-.patch
	patches.suse/1191-drm-amd-debugfs-Expose-GFXOFF-state-to-userspace.patch
	patches.suse/1192-Documentation-gpu-Add-GFXOFF-section.patch
	patches.suse/1193-drm-amd-display-Disable-GPUVM-in-IP-resource-configu.patch
	patches.suse/1194-drm-amd-display-Loop-through-all-pipes-for-DET-alloc.patch
	patches.suse/1195-drm-amd-display-Disable-dmcu-fw-loading-for-dcn314.patch
	patches.suse/1196-drm-amdgpu-add-dm-ip-block-for-dcn-3.1.4.patch
	patches.suse/1197-drm-radeon-Fix-comment-typo.patch
	patches.suse/1198-drm-amdgpu-Fix-comment-typo.patch
	patches.suse/1199-drm-amd-display-Update-Cursor-Attribute-MALL-cache.patch
	patches.suse/1200-drm-amd-display-Update-DML-logic-for-unbounded-req-h.patch
	patches.suse/1201-drm-amd-display-Revert-drm-amd-display-disable-idle-.patch
	patches.suse/1202-drm-amd-display-Drop-FPU-flags-from-dcn32_clk_mgr.patch
	patches.suse/1203-drm-amdgpu-add-the-IP-discovery-IP-versions-for-HW-I.patch
	patches.suse/1204-drm-amdgpu-bump-driver-version-for-IP-discovery-info.patch
	patches.suse/1205-drm-amd-display-Move-populate-phaton-function-to-dml.patch
	patches.suse/1206-drm-amd-display-Add-visualconfirm-module-parameter.patch
	patches.suse/1207-drm-amd-display-Add-dcdebugmask-option-for-disabling.patch
	patches.suse/1208-drm-pm-swsmu-add-ras-eeprom-i2c-function-for-smu13-v.patch
	patches.suse/1209-drm-amd-display-Move-predict-pipe-to-dml-fpu-folder.patch
	patches.suse/1210-drm-amd-pm-update-driver-if-header-for-smu_13_0_7.patch
	patches.suse/1211-drm-amd-pm-enable-GPO-feature-support-for-SMU13.0.0.patch
	patches.suse/1212-drm-amd-pm-update-SMU13.0.0-driver_if-header.patch
	patches.suse/1213-drm-amd-pm-correct-smu-13.0.0-7-mp1-state-setup.patch
	patches.suse/1214-drm-amd-pm-revise-the-driver-reloading-fix-for-SMU-1.patch
	patches.suse/1215-drm-amd-amdgpu-add-TAP_DELAYS-upload-support-for-gfx.patch
	patches.suse/1216-drm-amdgpu-Refactor-code-to-handle-non-coherent-and-.patch
	patches.suse/1217-drm-amd-display-Move-insert-entry-table-to-the-FPU-c.patch
	patches.suse/1218-drm-amd-display-Move-phanton-stream-to-FPU-code.patch
	patches.suse/1219-drm-amd-display-Move-SubVP-functions-to-dcn32_fpu.patch
	patches.suse/1220-drm-amd-display-Move-wm-and-dlg-calculation-to-FPU-c.patch
	patches.suse/1221-drm-amd-display-Move-dlg-params-calculation.patch
	patches.suse/1222-drm-amd-display-Move-ntuple-to-insert-entry.patch
	patches.suse/1223-drm-amd-display-Move-bounding-box-to-FPU-folder.patch
	patches.suse/1224-drm-amd-display-Drop-FPU-flags-from-dcn32-Makefile.patch
	patches.suse/1225-drm-amd-display-Create-dcn321_fpu-file.patch
	patches.suse/1226-drm-amd-display-Drop-FPU-code-from-dcn321-resource.patch
	patches.suse/1227-drm-amd-display-3.2.195.patch
	patches.suse/1228-drm-amd-display-fix-soft-fp-vs-hard-fp-on-DCN-3.1-fa.patch
	patches.suse/1229-drm-amd-display-remove-useless-FPU-protection-wrappe.patch
	patches.suse/1230-drm-amd-display-move-FPU-code-on-dcn21-clk_mgr.patch
	patches.suse/1231-drm-amd-display-move-FPU-code-from-dcn30-clk-mgr-to-.patch
	patches.suse/1232-drm-amd-display-move-FPU-code-from-dcn301-clk-mgr-to.patch
	patches.suse/1233-drm-amd-display-Fix-dc_version-detect-for-dcn314.patch
	patches.suse/1234-drm-amd-display-Specify-supported-modifiers-for-dcn3.patch
	patches.suse/1235-drm-amdkfd-Correct-mmu_notifier_get-failure-handling.patch
	patches.suse/1236-drm-amdkfd-Process-notifier-release-callback-don-t-t.patch
	patches.suse/1237-drm-amd-display-reduce-stack-size-in-dcn32-dml-v2.patch
	patches.suse/1238-drm-amd-display-reduce-stack-for-dml32_CalculateSwat.patch
	patches.suse/1239-drm-amd-display-reduce-stack-for-dml32_CalculateVMRo.patch
	patches.suse/1240-drm-amd-display-reduce-stack-for-dml32_CalculateWate.patch
	patches.suse/1241-drm-amd-display-reduce-stack-for-dml32_CalculatePref.patch
	patches.suse/1242-drm-amd-Fix-typo-the-the-in-comment.patch
	patches.suse/1243-drm-amdgpu-enable-swiotlb-for-gmc-10.0-V2.patch
	patches.suse/1244-drm-amdgpu-enable-swiotlb-for-gmc-11.0.patch
	patches.suse/drm-amd-display-Avoid-MPC-infinite-loop.patch
	patches.suse/1246-drm-amd-display-Add-enable-disable-FIFO-callbacks-to.patch
	patches.suse/1247-drm-amd-display-Fix-OPTC-function-pointers-for-DCN31.patch
	patches.suse/1248-drm-amd-display-Updates-SubVP-and-SubVP-DRR-cases.patch
	patches.suse/1249-drm-amd-display-Guard-against-zero-memory-channels.patch
	patches.suse/1250-drm-amd-display-Fix-two-MPO-videos-in-single-display.patch
	patches.suse/1251-drm-amd-display-Calculate-MALL-cache-lines-based-on-.patch
	patches.suse/1252-drm-amd-display-Reset-pipe-count-when-iterating-for-.patch
	patches.suse/1253-drm-amd-display-Reboot-while-unplug-hdcp-enabled-dp-.patch
	patches.suse/1254-drm-amd-display-Drop-unnecessary-FPU-flags-on-dcn302.patch
	patches.suse/1255-drm-amd-display-Fallback-to-SW-cursor-if-SubVP-curso.patch
	patches.suse/1256-drm-amd-display-Remove-FPU-operations-from-dcn201-re.patch
	patches.suse/1257-drm-amd-display-Move-mclk-calculation-function-to-DM.patch
	patches.suse/1258-drm-amd-display-Create-patch-bounding-box-function-f.patch
	patches.suse/1259-drm-amd-display-Remove-FPU-flags-from-DCN30-Makefile.patch
	patches.suse/1260-drm-amd-display-Add-pixel-rate-div-calcs-and-program.patch
	patches.suse/1261-drm-amd-display-Use-correct-DTO_SRC_SEL-for-128b-132.patch
	patches.suse/1262-drm-amd-display-Use-correct-clock-source-constructor.patch
	patches.suse/1263-drm-amd-display-Add-OTG-ODM-functions.patch
	patches.suse/1264-drm-amd-display-Add-missing-AUDIO_DTO_SEL-reg-field.patch
	patches.suse/1265-drm-amd-display-Fix-dpstreamclk-programming.patch
	patches.suse/1266-drm-amd-display-Add-support-for-manual-DMUB-FAMS-tri.patch
	patches.suse/1267-drm-amd-display-Cache-cursor-when-cursor-exceeds-64x.patch
	patches.suse/1268-drm-amd-display-Add-dc_ctx-to-link_enc_create-parame.patch
	patches.suse/1269-drm-amd-display-Add-reinstate-dram-in-the-FPO-logic.patch
	patches.suse/1270-drm-amd-display-Update-DCN32-and-DCN321-SR-latencies.patch
	patches.suse/1271-drm-amd-display-Add-missing-ODM-2-1-policy-logic.patch
	patches.suse/1272-drm-amd-display-Disable-MPC-split-for-DCN32-321.patch
	patches.suse/1273-drm-amd-display-Add-debug-option-for-idle-optimizati.patch
	patches.suse/1274-drm-amd-display-Copy-crc_skip_count-when-duplicating.patch
	patches.suse/1275-drm-amd-display-3.2.196.patch
	patches.suse/1276-drm-amd-display-Reduce-stack-size-in-the-mode-suppor.patch
	patches.suse/1277-drm-nouveau-disp-collapse-nvkm_dp-into-nvkm_outp.patch
	patches.suse/1278-drm-nouveau-disp-clean-up-nvkm_outp-constructors.patch
	patches.suse/1279-drm-nouveau-disp-collapse-nv50_disp_func-into-nvkm_d.patch
	patches.suse/1280-drm-nouveau-disp-collapse-nv50_disp-into-nvkm_disp.patch
	patches.suse/1281-drm-nouveau-disp-add-common-class-handling-between-n.patch
	patches.suse/1282-drm-nouveau-disp-merge-head-outp-ior-code-into-chips.patch
	patches.suse/1283-drm-nouveau-disp-group-supervisor-related-struct-mem.patch
	patches.suse/1284-drm-nouveau-disp-merge-nv50_disp_new_-and-nvkm_disp_.patch
	patches.suse/1285-drm-nouveau-disp-replace-hda-func-pointer-check-with.patch
	patches.suse/1286-drm-nouveau-disp-split-sor-dp-funcs-out-to-their-own.patch
	patches.suse/1287-drm-nouveau-disp-split-sor-hda-funcs-out-to-their-ow.patch
	patches.suse/1288-drm-nouveau-disp-add-common-channel-class-handling.patch
	patches.suse/1289-drm-nouveau-disp-add-connector-class.patch
	patches.suse/1290-drm-nouveau-disp-add-conn-method-to-query-HPD-pin-st.patch
	patches.suse/1291-drm-nouveau-disp-add-supervisor-mutex.patch
	patches.suse/1292-drm-nouveau-disp-add-output-class.patch
	patches.suse/1293-drm-nouveau-disp-move-DAC-load-detection-method.patch
	patches.suse/1294-drm-amdgpu-dc-dce-fix-repeated-words-in-comments.patch
	patches.suse/1295-drm-amdgpu-use-adev_to_drm-for-consistency.patch
	patches.suse/1296-drm-amdgpu-Fix-the-incomplete-product-number.patch
	patches.suse/1297-drm-amdgpu-Allow-TTM-to-evict-svm-bo-from-same-proce.patch
	patches.suse/1298-drm-amdkfd-Set-svm-range-max-pages.patch
	patches.suse/1299-drm-amdkfd-Split-giant-svm-range.patch
	patches.suse/1300-drm-amd-display-Clean-up-some-inconsistent-indenting.patch
	patches.suse/1301-drm-amd-display-Clean-up-some-inconsistent-indenting.patch
	patches.suse/1302-drm-amd-display-Clean-up-some-inconsistent-indenting.patch
	patches.suse/1303-drm-amd-display-Clean-up-some-inconsistent-indenting.patch
	patches.suse/1304-drm-amd-display-Clean-up-some-inconsistent-indenting.patch
	patches.suse/1305-drm-amd-display-Clean-up-some-inconsistent-indenting.patch
	patches.suse/1306-drm-amd-display-Clean-up-some-inconsistent-indenting.patch
	patches.suse/1307-drm-amd-display-Clean-up-some-inconsistent-indenting.patch
	patches.suse/1308-drm-amd-display-Clean-up-some-inconsistent-indenting.patch
	patches.suse/1309-drm-amd-display-Clean-up-some-inconsistent-indenting.patch
	patches.suse/1310-drm-amd-display-Clean-up-some-inconsistent-indenting.patch
	patches.suse/1311-drm-amd-display-Clean-up-some-inconsistent-indenting.patch
	patches.suse/1312-drm-amd-display-Clean-up-some-inconsistent-indenting.patch
	patches.suse/1313-drm-amd-display-Clean-up-some-inconsistent-indenting.patch
	patches.suse/1314-drm-amd-display-Clean-up-some-inconsistent-indenting.patch
	patches.suse/1315-drm-amd-display-Clean-up-some-inconsistent-indenting.patch
	patches.suse/1316-drm-amd-display-Clean-up-some-inconsistent-indenting.patch
	patches.suse/1317-drm-amd-display-Clean-up-some-inconsistent-indenting.patch
	patches.suse/1318-drm-amd-display-Clean-up-some-inconsistent-indenting.patch
	patches.suse/1319-drm-amd-display-Clean-up-some-inconsistent-indenting.patch
	patches.suse/1320-drm-amd-display-fix-signedness-bug-in-execute_synapt.patch
	patches.suse/1321-drm-amdkfd-track-unified-memory-reservation-with-xna.patch
	patches.suse/1322-drm-amdgpu-add-debugfs-for-kfd-system-and-ttm-mem-us.patch
	patches.suse/1323-drm-amdkfd-fix-kgd_mem-memory-leak-when-importing-dm.patch
	patches.suse/1324-drm-amdgpu-fix-i2s_pdata-out-of-bound-array-access.patch
	patches.suse/1325-drm-amd-display-remove-unneeded-semicolon.patch
	patches.suse/1326-drm-amd-amdgpu-add-additional-page-fault-settings-fo.patch
	patches.suse/1327-drm-amd-display-Remove-unused-struct-freesync_contex.patch
	patches.suse/1328-drm-amd-pm-Add-get_gfx_off_status-interface-for-yell.patch
	patches.suse/1329-drm-amdkfd-remove-an-unnecessary-amdgpu_bo_ref.patch
	patches.suse/1330-drm-amd-amdgpu-add-memory-training-support-for-PSP_V.patch
	patches.suse/1331-drm-amdgpu-fix-a-vcn4-boot-poll-bug-in-emulation-mod.patch
	patches.suse/1332-drm-amdgpu-add-VCN-function-in-NBIO-v7.7.patch
	patches.suse/1333-drm-amdgpu-add-VCN_4_0_2-firmware-support.patch
	patches.suse/1334-drm-amdgpu-vcn_4_0_2-video-codec-query.patch
	patches.suse/1335-drm-amdgpu-enable-VCN-cg-and-JPEG-cg-pg.patch
	patches.suse/1336-drm-amdgpu-drop-non-necessary-call-trace-dump.patch
	patches.suse/1337-drm-amdgpu-move-mes-self-test-after-drm-sched-re-sta.patch
	patches.suse/1338-drm-amd-pm-update-driver-if-header-for-SMU-13.0.0.patch
	patches.suse/1339-drm-amd-pm-enable-GFX-ULV-feature-support-for-SMU13..patch
	patches.suse/1340-drm-amdgpu-fix-hive-reference-leak-when-reflecting-p.patch
	patches.suse/1341-drm-amdkfd-use-time_is_before_jiffies-a-b-to-replace.patch
	patches.suse/1342-drm-amdgpu-send-msg-to-IMU-for-the-front-door-loadin.patch
	patches.suse/1343-drm-amdgpu-correct-RLC_RLCS_BOOTLOAD_STATUS-offset-a.patch
	patches.suse/1344-drm-amdgpu-add-header-files-for-MP-13.0.4.patch
	patches.suse/1345-drm-amdgpu-add-files-for-PSP-13.0.4.patch
	patches.suse/1346-drm-amdgpu-enable-support-for-psp-13.0.4-block.patch
	patches.suse/1347-drm-amd-display-Fix-a-compilation-failure-on-PowerPC.patch
	patches.suse/1348-drm-amd-display-restore-code-for-plane-with-no-modif.patch
	patches.suse/mfd-intel-m10-bmc-Rename-n3000bmc-secure-driver.patch
	patches.suse/fpga-m10bmc-sec-create-max10-bmc-secure-update.patch
	patches.suse/fpga-m10bmc-sec-expose-max10-flash-update-count.patch
	patches.suse/fpga-m10bmc-sec-expose-max10-canceled-keys-in-sysfs.patch
	patches.suse/fpga-m10bmc-sec-add-max10-secure-update-functions.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/0018-mei-me-fix-clang-Wformat-warning.patch
	patches.suse/soundwire-bus_type-fix-remove-and-shutdown-support.patch
	patches.suse/soundwire-revisit-driver-bind-unbind-and-callbacks.patch
	patches.suse/soundwire-peripheral-remove-useless-ops-pointer.patch
	patches.suse/soundwire-intel-use-pm_runtime_resume-on-component-p.patch
	patches.suse/soundwire-qcom-Add-support-for-controlling-audio-CGC.patch
	patches.suse/soundwire-qcom-Add-flag-for-software-clock-gating-ch.patch
	patches.suse/soundwire-qcom-Check-device-status-before-reading-de.patch
	patches.suse/soundwire-qcom-Enable-software-clock-gating-requirem.patch
	patches.suse/interconnect-imx-fix-max_node_id.patch
	patches.suse/phy-tegra-Add-PCIe-PIPE2UPHY-support-for-Tegra234.patch
	patches.suse/1349-drm-msm-dp-delete-vdda-regulator-related-functions-f.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/iommu-of-Delete-usage-of-driver_deferred_probe_check_state
	patches.suse/driver-core-fix-potential-deadlock-in-__driver_attac.patch
	patches.suse/ACPI-PPTT-Use-table-offset-as-fw_token-instead-of-vi.patch
	patches.suse/arm64-topology-Remove-redundant-setting-of-llc_id-in.patch
	patches.suse/ACPI-Remove-the-unused-find_acpi_cpu_cache_topology.patch
	patches.suse/ACPI-PPTT-Leave-the-table-mapped-for-the-runtime-usa.patch
	patches.suse/usb-gadget-uvc-Fix-comment-blocks-style.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-dwc3-add-power-down-scale-setting.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-common-usb-conn-gpio-Allow-wakeup-from-system-su.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-typec-tcpm-fix-typo-in-comment.patch
	patches.suse/usb-gadget-bdc-fix-typo-in-comment.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-typec-Separate-USB-Power-Delivery-from-USB-Type-.patch
	patches.suse/usb-typec-USB-Power-Delivery-helpers-for-ports-and-p.patch
	patches.suse/usb-typec-tcpm-Register-USB-Power-Delivery-Capabilit.patch
	patches.suse/usb-dwc3-Fix-bare-use-of-unsigned-checkpatch-warning.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-typec-mux-Allow-muxes-to-specify-mode-switch.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/thunderbolt-Add-support-for-Intel-Raptor-Lake.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-typec-Add-support-for-retimers.patch
	patches.suse/usb-typec-Add-retimer-handle-to-port.patch
	patches.suse/platform-chrome-cros_ec_typec-Cleanup-switch-handle-.patch
	patches.suse/Revert-platform-chrome-cros_ec_typec-Cleanup-switch-.patch
	patches.suse/USB-serial-fix-tty-port-initialized-comments.patch
	patches.suse/usb-xhci_plat_remove-avoid-NULL-dereference.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-typec-tcpm-fix-repeated-words-in-comments.patch
	patches.suse/USB-xhci-Fix-comment-typo.patch
	patches.suse/usb-typec-retimer-Add-missing-id-check-in-match-call.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/treewide-Replace-GPLv2-boilerplate-reference-with-SPDX-gpl-2.0_8
	patches.suse/1350-treewide-Replace-GPLv2-boilerplate-reference-with-SP.patch
	patches.suse/treewide-Replace-GPLv2-boilerplate-reference-with-SP.patch
	patches.suse/1351-drm-amd-amdgpu-fix-build-failure-due-to-implicit-dec.patch
	patches.suse/KVM-VMX-Print-VM-instruction-error-as-unsigned.patch
	patches.suse/s390-uv-Add-SE-hdr-query-information
	patches.suse/s390-uv-Add-dump-fields-to-query
	patches.suse/KVM-s390-pv-Add-query-interface
	patches.suse/KVM-s390-pv-Add-dump-support-definitions
	patches.suse/KVM-s390-pv-Add-query-dump-information
	patches.suse/KVM-s390-Add-configuration-dump-functionality
	patches.suse/KVM-s390-Add-CPU-dump-functionality
	patches.suse/KVM-s390-Add-KVM_CAP_S390_PROTECTED_DUMP
	patches.suse/Documentation-virt-Protected-virtual-machine-dumps
	patches.suse/Documentation-virt-kvm-api.rst-Add-protvirt-dump-info-api-descriptions
	patches.suse/Documentation-virt-kvm-api.rst-Explain-rc-rrc-delivery
	patches.suse/KVM-s390-selftests-Use-TAP-interface-in-the-memop-test
	patches.suse/KVM-s390-selftests-Use-TAP-interface-in-the-sync_regs-test
	patches.suse/KVM-s390-selftests-Use-TAP-interface-in-the-tprot-test
	patches.suse/KVM-s390-selftests-Use-TAP-interface-in-the-reset-test
	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-SVM-Stuff-next_rip-on-emulated-INT3-injection-if.patch
	patches.suse/KVM-s390-selftests-Fix-memop-extension-capability-check
	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-Signal-GP-not-EPERM-on-bad-WRMSR-MCi_CTL-STA.patch
	patches.suse/KVM-x86-Fully-initialize-struct-kvm_lapic_irq-in-kvm.patch
	patches.suse/KVM-nVMX-Always-enable-TSC-scaling-for-L2-when-it-wa.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/s390-sclp-detect-the-zPCI-load-store-interpretation-facility
	patches.suse/s390-sclp-detect-the-AISII-facility
	patches.suse/s390-sclp-detect-the-AENI-facility
	patches.suse/s390-sclp-detect-the-AISI-facility
	patches.suse/s390-airq-pass-more-TPI-info-to-airq-handlers
	patches.suse/s390-airq-allow-for-airq-structure-that-uses-an-input-vector
	patches.suse/s390-pci-externalize-the-SIC-operation-controls-and-routine
	patches.suse/s390-pci-stash-associated-GISA-designation
	patches.suse/s390-pci-stash-dtsm-and-maxstbl
	patches.suse/vfio-pci-introduce-CONFIG_VFIO_PCI_ZDEV_KVM
	patches.suse/KVM-s390-pci-add-basic-kvm_zdev-structure
	patches.suse/KVM-s390-pci-do-initial-setup-for-AEN-interpretation
	patches.suse/KVM-s390-pci-enable-host-forwarding-of-Adapter-Event-Notificatio
	patches.suse/KVM-s390-mechanism-to-enable-guest-zPCI-Interpretation
	patches.suse/KVM-s390-pci-provide-routines-for-enabling-disabling-interrupt-f
	patches.suse/KVM-s390-pci-add-routines-to-start-stop-interpretive-execution
	patches.suse/vfio-pci-zdev-add-open-close-device-hooks
	patches.suse/vfio-pci-zdev-add-function-handle-to-clp-base-capability
	patches.suse/vfio-pci-zdev-different-maxstbl-for-interpreted-devices
	patches.suse/KVM-s390-add-KVM_S390_ZPCI_OP-to-manage-guest-zPCI-devices
	patches.suse/MAINTAINERS-additional-files-related-kvm-s390-pci-passthrough
	patches.suse/KVM-s390-pci-fix-include-duplicates
	patches.suse/Documentation-kvm-extend-KVM_S390_ZPCI_OP-subheading-underline
	patches.suse/KVM-s390-pv-leak-the-topmost-page-table-when-destroy-fails
	patches.suse/KVM-s390-pv-don-t-present-the-ecall-interrupt-twice
	patches.suse/KVM-s390-Cleanup-ipte-lock-access-and-SIIF-facility-checks
	patches.suse/KVM-s390-guest-support-for-topology-function
	patches.suse/KVM-s390-resetting-the-Topology-Change-Report
	patches.suse/KVM-nVMX-Inject-UD-if-VMXON-is-attempted-with-incomp.patch
	patches.suse/KVM-nVMX-Rename-handle_vm-on-off-to-handle_vmx-on-of.patch
	patches.suse/KVM-nVMX-Let-userspace-set-nVMX-MSR-to-any-_host_-su.patch
	patches.suse/KVM-VMX-Mark-all-PERF_GLOBAL_-OVF-_CTRL-bits-reserve.patch
	patches.suse/KVM-VMX-Add-helper-to-check-if-the-guest-PMU-has-PER.patch
	patches.suse/KVM-nVMX-Attempt-to-load-PERF_GLOBAL_CTRL-on-nVMX-xf.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/1352-video-backlight-remove-reference-to-AVR32-architectu.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-intel-vsec-Add-support-for-Raptor-Lake.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-generalize-devm_clk_get-a-bit.patch
	patches.suse/clk-Provide-new-devm_clk-helpers-for-prepared-and-en.patch
	patches.suse/clk-Fix-pointer-casting-to-prevent-oops-in-devm_clk_.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-tegra-Add-terminate-for-Tegra234.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-Clean-up-pci_scan_slot
	patches.suse/PCI-Split-out-next_ari_fn-from-next_fn
	patches.suse/PCI-Move-jailhouse-s-isolated-function-handling-to-pci_scan_slot
	patches.suse/PCI-Extend-isolated-function-probing-to-s390
	patches.suse/s390-pci-allow-zPCI-zbus-without-a-function-zero
	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/Revert-PCI-tegra194-Rename-tegra_pcie_dw-to-tegra194.patch
	patches.suse/PCI-tegra194-Find-RAS-DES-PCIe-capability-offset.patch
	patches.suse/PCI-tegra194-Fix-Root-Port-interrupt-handling.patch
	patches.suse/PCI-tegra194-Clear-bandwidth-management-status.patch
	patches.suse/PCI-tegra194-Enable-support-for-256-Byte-payload.patch
	patches.suse/PCI-tegra194-Clean-up-the-exit-path-for-Endpoint-mod.patch
	patches.suse/PCI-tegra194-Fix-link-up-retry-sequence.patch
	patches.suse/PCI-tegra194-Extend-Endpoint-mode-support.patch
	patches.suse/PCI-tegra194-Add-Tegra234-PCIe-support.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-core-Replace-with-already-defined-values-for-rea.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-pm8001-Rework-shost-initial-values.patch
	patches.suse/scsi-pm8001-Set-up-tags-before-using-them.patch
	patches.suse/scsi-pm8001-Use-non-atomic-bitmap-ops-for-tag-alloc-free.patch
	patches.suse/scsi-pm8001-Expose-hardware-queues-for-pm80xx.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-iscsi-Rename-iscsi_conn_queue_work.patch
	patches.suse/scsi-iscsi-Add-recv-workqueue-helpers.patch
	patches.suse/scsi-iscsi-Run-recv-path-from-workqueue.patch
	patches.suse/scsi-iscsi-Remove-iscsi_get_task-back_lock-requirement.patch
	patches.suse/scsi-mpt3sas-Fix-typo-in-comment.patch
	patches.suse/scsi-mpt3sas-Fix-whitespace-and-spelling-mistake.patch
	patches.suse/scsi-mpt3sas-Remove-flush_scheduled_work-call.patch
	patches.suse/scsi-qla2xxx-Check-correct-variable-in-qla24xx_async.patch
	patches.suse/scsi-mpi3mr-Enable-shared-host-tagset.patch
	patches.suse/scsi-mpi3mr-Increase-cmd_per_lun-to-128.patch
	patches.suse/scsi-megaraid_sas-Clean-up-some-inconsistent-indenti.patch
	patches.suse/scsi-sd-Rework-asynchronous-resume-support.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-zfcp-Declare-zfcp_sdev_attrs-as-static
	patches.suse/scsi-smartpqi-Shorten-drive-visibility-after-removal.patch
	patches.suse/scsi-smartpqi-Add-controller-fw-version-to-console-l.patch
	patches.suse/scsi-smartpqi-Add-PCI-IDs-for-ramaxel-controllers.patch
	patches.suse/scsi-smartpqi-Close-write-read-holes.patch
	patches.suse/scsi-smartpqi-Add-driver-support-for-multi-LUN-devic.patch
	patches.suse/scsi-smartpqi-Fix-PCI-control-linkdown-system-hang.patch
	patches.suse/scsi-smartpqi-Add-PCI-ID-for-Adaptec-SmartHBA-2100-8.patch
	patches.suse/scsi-smartpqi-Add-PCI-IDs-for-Lenovo-controllers.patch
	patches.suse/scsi-smartpqi-Stop-logging-spurious-PQI-reset-failur.patch
	patches.suse/scsi-smartpqi-Fix-DMA-direction-for-RAID-requests.patch
	patches.suse/scsi-smartpqi-Fix-RAID-map-race-condition.patch
	patches.suse/scsi-smartpqi-Add-module-param-to-disable-managed-ints.patch
	patches.suse/scsi-smartpqi-Update-deleting-a-LUN-via-sysfs.patch
	patches.suse/scsi-smartpqi-Add-ctrl-ready-timeout-module-paramete.patch
	patches.suse/scsi-smartpqi-Update-copyright-to-current-year.patch
	patches.suse/scsi-smartpqi-Update-version-to-2.1.18-045.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/scsi-mpi3mr-Resource-Based-Metering.patch
	patches.suse/scsi-mpi3mr-Reduce-VD-queue-depth-on-detecting-throttling.patch
	patches.suse/scsi-mpi3mr-Unlock-on-error-path.patch
	patches.suse/scsi-mpi3mr-Delete-a-stray-tab.patch
	patches.suse/scsi-megaraid-Remove-the-static-variable-initialisat.patch
	patches.suse/RDMA-mlx5-Add-a-umr-recovery-flow.patch
	patches.suse/RDMA-rxe-fix-xa_alloc_cycle-error-return-value-check.patch
	patches.suse/RDMA-rxe-Remove-useless-pkt-parameters.patch
	patches.suse/RDMA-rxe-Stop-lookup-of-partially-built-objects.patch
	patches.suse/RDMA-rxe-Convert-read-side-locking-to-rcu.patch
	patches.suse/RDMA-rxe-Move-code-to-rxe_prepare_atomic_res.patch
	patches.suse/RDMA-rxe-Add-a-responder-state-for-atomic-reply.patch
	patches.suse/RDMA-rxe-Move-atomic-responder-res-to-atomic_reply.patch
	patches.suse/RDMA-rxe-Move-atomic-original-value-to-res.patch
	patches.suse/RDMA-rxe-Merge-normal-and-retry-atomic-flows.patch
	patches.suse/RDMA-rxe-Fix-deadlock-in-rxe_do_local_ops.patch
	patches.suse/RDMA-rxe-Convert-pr_warn-err-to-pr_debug-in-pyverbs.patch
	patches.suse/RDMA-rxe-Replace-include-statement.patch
	patches.suse/RDMA-rxe-Remove-unnecessary-include-statement.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-rtrs-srv-Fix-modinfo-output-for-stringify.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-hns-Fix-incorrect-clearing-of-interrupt-status-.patch
	patches.suse/RDMA-siw-Fix-duplicated-reported-IW_CM_EVENT_CONNECT.patch
	patches.suse/RDMA-rxe-Fix-BUG-KASAN-null-ptr-deref-in-rxe_qp_do_c.patch
	patches.suse/RDMA-rxe-Add-common-rxe_prepare_res.patch
	patches.suse/RDMA-rxe-Rename-rxe_atomic_reply-to-atomic_reply.patch
	patches.suse/RDMA-rxe-Remove-unused-mask-parameter.patch
	patches.suse/RDMA-hfi1-fix-potential-memory-leak-in-setup_base_ct.patch
	patches.suse/RDMA-rxe-Remove-unused-qp-parameter.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-rxe-Fix-spelling-mistake-in-error-print.patch
	patches.suse/RDMA-rxe-Fix-mw-bind-to-allow-any-consumer-key-porti.patch
	patches.suse/RDMA-rxe-For-invalidate-compare-according-to-set-key.patch
	patches.suse/RDMA-rxe-Add-rxe_is_fenced-subroutine.patch
	patches.suse/RDMA-rxe-Fix-rnr-retry-behavior.patch
	patches.suse/RDMA-rxe-Make-the-tasklet-exits-the-same.patch
	patches.suse/RDMA-rxe-Limit-the-number-of-calls-to-each-tasklet.patch
	patches.suse/RDMA-rxe-Replace-__rxe_do_task-by-rxe_run_task.patch
	patches.suse/Revert-RDMA-rxe-Create-duplicate-mapping-tables-for-.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-srpt-Duplicate-port-name-members.patch
	patches.suse/RDMA-srpt-Introduce-a-reference-count-in-struct-srpt.patch
	patches.suse/RDMA-srpt-Fix-a-use-after-free.patch
	patches.suse/RDMA-rxe-Update-wqe_index-for-each-wqe-error-complet.patch
	patches.suse/RDMA-rxe-Generate-error-completion-for-error-request.patch
	patches.suse/RDMA-rxe-Split-qp-state-for-requester-and-completer.patch
	patches.suse/RDMA-mlx5-Add-missing-check-for-return-value-in-get-.patch
	patches.suse/RDMA-rxe-Fix-error-unwind-in-rxe_create_qp.patch
	patches.suse/0184-md-raid5-log-Drop-extern-decorators-for-function-prototypes.patch
	patches.suse/0185-md-raid5-ppl-Drop-unused-argument-from-ppl_handle_flush_request.patch
	patches.suse/0186-md-raid5-suspend-the-array-for-calls-to-log_exit.patch
	patches.suse/0187-md-raid5-cache-Take-mddev_lock-in-r5c_journal_mode_show.patch
	patches.suse/0188-md-raid5-cache-Drop-RCU-usage-of-conf-log.patch
	patches.suse/0189-md-raid5-cache-Clear-conf-log-after-finishing-work.patch
	patches.suse/0190-md-raid5-cache-Annotate-pslot-with-__rcu-notation.patch
	patches.suse/0191-md-Use-enum-for-overloaded-magic-numbers-used-by-mddev-curr_resync.patch
	patches.suse/0192-md-Ensure-resync-is-reported-after-it-starts.patch
	patches.suse/0193-md-Notify-sysfs-sync_completed-in-md_reap_sync_thread.patch
	patches.suse/0194-md-Explicitly-create-command-line-configured-devices.patch
	patches.suse/md-unlock-mddev-before-reap-sync_thread-in-action_st.patch
	patches.suse/0195-md-raid5-Make-logic-blocking-check-consistent-with-logic-that-blocks.patch
	patches.suse/0196-md-raid5-Factor-out-ahead_of_reshape-function.patch
	patches.suse/0197-md-raid5-Refactor-raid5_make_request-loop.patch
	patches.suse/0198-md-raid5-Move-stripe_add_to_batch_list-call-out-of-add_stripe_bio.patch
	patches.suse/0199-md-raid5-Move-common-stripe-get-code-into-new-find_get_stripe-helper.patch
	patches.suse/0200-md-raid5-Factor-out-helper-from-raid5_make_request-loop.patch
	patches.suse/0201-md-raid5-Drop-the-do_prepare-flag-in-raid5_make_request.patch
	patches.suse/0202-md-raid5-Move-read_seqcount_begin-into-make_stripe_request.patch
	patches.suse/0203-md-raid5-Refactor-for-loop-in-raid5_make_request-into-while-loop.patch
	patches.suse/0204-md-raid5-Keep-a-reference-to-last-stripe_head-for-batch.patch
	patches.suse/0205-md-raid5-Refactor-add_stripe_bio.patch
	patches.suse/0206-md-raid5-Check-all-disks-in-a-stripe_head-for-reshape-progress.patch
	patches.suse/0207-md-raid5-Pivot-raid5_make_request.patch
	patches.suse/0208-md-raid5-Improve-debug-prints.patch
	patches.suse/0209-md-raid5-Increase-restriction-on-max-segments-per-request.patch
	patches.suse/0210-md-Fix-spelling-mistake-in-comments.patch
	patches.suse/nvme-remove-a-double-word-in-a-comment.patch
	patches.suse/nvme-handle-the-persistent-internal-error-AER.patch
	patches.suse/nvme-remove-unused-timeout-parameter.patch
	patches.suse/nvme-fix-qid-param-blk_mq_alloc_request_hctx.patch
	patches.suse/nvme-loop-use-nvme-core-helpers-to-cancel-all-reques.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/0008-block-rnbd-srv-Set-keep_id-to-true-after-mutex_trylo.patch
	patches.suse/nvme-rdma-remove-timeout-for-getting-RDMA-CM-establi.patch
	patches.suse/nvme-tcp-use-in-capsule-data-for-I-O-connect.patch
	patches.suse/nvme-pci-use-nvme-core-helper-to-cancel-requests-in-.patch
	patches.suse/nvme-multipath-refactor-nvme_mpath_add_disk.patch
	patches.suse/0211-md-raid5-Fix-sectors_to_do-bitmap-overflow-in-raid5_make_request.patch
	patches.suse/0212-md-raid5-Convert-prepare_to_wait-to-wait_woken-api.patch
	patches.suse/0213-md-fix-mddev-kobj-lifetime.patch
	patches.suse/0214-md-fix-error-handling-in-md_alloc.patch
	patches.suse/0215-md-implement-free_disk.patch
	patches.suse/0216-md-rename-md_free-to-md_kobj_release.patch
	patches.suse/0217-md-factor-out-the-rdev-overlaps-check-from-rdev_size_store.patch
	patches.suse/0218-md-stop-using-for_each_mddev-in-md_do_sync.patch
	patches.suse/0219-md-stop-using-for_each_mddev-in-md_notify_reboot.patch
	patches.suse/0220-md-stop-using-for_each_mddev-in-md_exit.patch
	patches.suse/0221-md-only-delete-entries-from-all_mddevs-when-the-disk-is-freed.patch
	patches.suse/0222-md-simplify-md_open.patch
	patches.suse/0223-raid5-fix-duplicate-checks-for-rdev-saved_raid_disk.patch
	patches.suse/0224-md-fix-build-failure-for-MODULE.patch
	patches.suse/0225-md-remove-unneeded-semicolon.patch
	patches.suse/0226-md-open-code-md_probe-in-autorun_devices.patch
	patches.suse/0227-md-return-the-allocated-devices-from-md_alloc.patch
	patches.suse/md-raid10-fix-KASAN-warning.patch
	patches.suse/nvme-use-command_id-instead-of-req-tag-in-trace_nvme.patch
	patches.suse/nvme-don-t-always-build-constants.o.patch
	patches.suse/nvme-define-compat_ioctl-again-to-unbreak-32-bit-use.patch
	patches.suse/nvme-auth-fix-off-by-one-checks.patch
	patches.suse/nvme-auth-uninitialized-variable-in-nvme_auth_transf.patch
	patches.suse/nvme-pci-remove-useless-assignment-in-nvme_pci_setup.patch
	patches.suse/nvme-pci-print-the-command-name-of-aborted-commands.patch
	patches.suse/nvme-pci-split-nvme_alloc_admin_tags.patch
	patches.suse/nvme-pci-split-nvme_dev_add.patch
	patches.suse/nvme-rdma-split-nvme_rdma_alloc_tagset.patch
	patches.suse/nvme-tcp-split-nvme_tcp_alloc_tagset.patch
	patches.suse/nvmet-don-t-check-for-NULL-pointer-before-kfree-in-n.patch
	patches.suse/nvmet-fix-a-format-specifier-in-nvmet_auth_ctrl_expo.patch
	patches.suse/nvmet-auth-fix-a-couple-of-spelling-mistakes.patch
	patches.suse/nvmet-auth-fix-return-value-check-in-auth-send.patch
	patches.suse/nvmet-auth-fix-return-value-check-in-auth-receive.patch
	patches.suse/nvmet-auth-select-the-intended-CRYPTO_DH_RFC7919_GRO.patch
	patches.suse/nvme-catch-ENODEV-from-nvme_revalidate_zones-again.patch
	patches.suse/nvme-rename-nvme_validate_or_alloc_ns-to-nvme_scan_n.patch
	patches.suse/nvme-generalize-the-nvme_multi_css-check-in-nvme_sca.patch
	patches.suse/nvme-refactor-namespace-probing.patch
	patches.suse/nvme-factor-out-a-nvme_ns_is_readonly-helper.patch
	patches.suse/nvme-enable-generic-interface-dev-ngXnY-for-unknown-.patch
	patches.suse/nvmet-tcp-fix-lockdep-complaint-on-nvmet_tcp_wq-flus.patch
	patches.suse/0228-md-raid5-Refactor-raid5_get_active_stripe.patch
	patches.suse/0229-md-raid5-Make-is_inactive_blocked-helper.patch
	patches.suse/0230-md-raid5-Drop-unnecessary-call-to-r5c_check_stripe_cache_usage.patch
	patches.suse/0231-md-raid5-Move-stripe_request_ctx-up.patch
	patches.suse/0232-md-raid5-Ensure-batch_last-is-released-before-sleeping-for-quiesce.patch
	patches.suse/0233-drivers-md-fix-a-potential-use-after-free-bug.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-memremap-fix-wrong-function-name-above-memremap_pages.patch
	patches.suse/lib-test_hmm-avoid-accessing-uninitialized-pages.patch
	patches.suse/mm-memremap-fix-memunmap_pages-race-with-get_dev_pagemap.patch
	patches.suse/mm-rename-is_pinnable_page-to-is_longterm_pinnable_page.patch
	patches.suse/mm-move-page-zone-helpers-from-mm.h-to-mmzone.h.patch
	patches.suse/mm-add-zone-device-coherent-type-memory-support.patch
	patches.suse/mm-handling-Non-LRU-pages-returned-by-vm_normal_pages.patch
	patches.suse/mm-add-device-coherent-vma-selection-for-memory-migration.patch
	patches.suse/mm-gup-migrate-device-coherent-pages-when-pinning-instead-of-failing.patch
	patches.suse/drm-amdkfd-add-SPM-support-for-SVM.patch
	patches.suse/lib-test_hmm-add-ioctl-to-get-zone-device-type.patch
	patches.suse/lib-test_hmm-add-module-param-for-zone-device-type.patch
	patches.suse/lib-add-support-for-device-coherent-type-in-test_hmm.patch
	patches.suse/tools-update-hmm-test-to-support-device-coherent-type.patch
	patches.suse/tools-update-test_hmm-script-to-support-SP-config.patch
	patches.suse/tools-add-hmm-gup-tests-for-device-coherent-type.patch
	patches.suse/tools-add-selftests-to-hmm-for-COW-in-device-memory.patch
	patches.suse/mm-mmap-build-protect-protection_map-with-__P000.patch
	patches.suse/mm-mmap-define-DECLARE_VM_GET_PAGE_PROT.patch
	patches.suse/powerpc-mm-move-protection_map-inside-the-platform.patch
	patches.suse/arm64-mm-move-protection_map-inside-the-platform.patch
	patches.suse/x86-mm-move-protection_map-inside-the-platform.patch
	patches.suse/mm-mmap-build-protect-protection_map-with-ARCH_HAS_V.patch
	patches.suse/s390-mm-enable-ARCH_HAS_VM_GET_PAGE_PROT.patch
	patches.suse/arm-mm-enable-ARCH_HAS_VM_GET_PAGE_PROT.patch
	patches.suse/mm-mmap-drop-ARCH_HAS_VM_GET_PAGE_PROT.patch
	patches.suse/mm-huge_memory-use-helper-macro-IS_ERR_OR_NULL-in-split_huge_pages_pid.patch
	patches.suse/mm-gup.c-fix-formatting-in-check_and_migrate_movable_page.patch
	patches.suse/mm-memcontrol-fix-potential-oom_lock-recursion-deadlock.patch
	patches.suse/mm-hmm-add-a-test-for-cross-device-private-faults.patch
	patches.suse/tools-testing-selftests-vm-hmm-tests.c-fix-build.patch
	patches.suse/vfio-de-extern-ify-function-prototypes
	patches.suse/vfio-mlx5-Protect-mlx5vf_disable_fds-upon-close-device
	patches.suse/vfio-Split-migration-ops-from-main-device-ops
	patches.suse/vfio-type1-Simplify-bus_type-determination
	patches.suse/vfio-Use-device_iommu_capable
	patches.suse/vfio-check-vfio_register_iommu_driver-return-value
	patches.suse/vfio-check-iommu_group_set_name-return-value
	patches.suse/vfio-Clear-the-caps-buf-to-NULL-after-free.patch
	patches.suse/vfio-remove-useless-judgement
	patches.suse/vfio-Move-device-open_count-out-of-group_rwsem-in-vfio_device_op
	patches.suse/vfio-spapr_tce-Remove-the-unused-parameters-container
	patches.suse/vfio-pci-fix-the-wrong-word
	patches.suse/vfio-ccw-Remove-UUID-from-s390-debug-log
	patches.suse/vfio-ccw-Fix-FSM-state-if-mdev-probe-fails
	patches.suse/vfio-ccw-Do-not-change-FSM-state-in-subchannel-event
	patches.suse/vfio-ccw-Remove-private-mdev
	patches.suse/vfio-ccw-Pass-enum-to-FSM-event-jumptable
	patches.suse/vfio-ccw-Flatten-MDEV-device-un-register
	patches.suse/vfio-ccw-Update-trace-data-for-not-operational-event
	patches.suse/vfio-ccw-Create-an-OPEN-FSM-Event
	patches.suse/vfio-ccw-Create-a-CLOSE-FSM-event
	patches.suse/vfio-ccw-Refactor-vfio_ccw_mdev_reset
	patches.suse/vfio-ccw-Move-FSM-open-close-to-MDEV-open-close
	patches.suse/vfio-Replace-the-DMA-unmapping-notifier-with-a-callback
	patches.suse/vfio-Replace-the-iommu-notifier-with-a-device-list
	patches.suse/vfio-spapr_tce-Fix-the-comment
	patches.suse/vfio-Make-vfio_unpin_pages-return-void
	patches.suse/1355-drm-i915-gvt-Replace-roundup-with-DIV_ROUND_UP.patch
	patches.suse/vfio-ap-Pass-in-physical-address-of-ind-to-ap_aqic
	patches.suse/vfio-ccw-Only-pass-in-contiguous-pages
	patches.suse/vfio-Pass-in-starting-IOVA-to-vfio_pin-unpin_pages-API
	patches.suse/vfio-ap-Change-saved_pfn-to-saved_iova
	patches.suse/vfio-ccw-Change-pa_pfn-list-to-pa_iova-list
	patches.suse/vfio-Rename-user_iova-of-vfio_dma_rw
	patches.suse/vfio-ccw-Add-kmap_local_page-for-memcpy
	patches.suse/vfio-Replace-phys_pfn-with-pages-for-vfio_pin_pages
	patches.suse/vfio-ccw-Add-length-to-DMA_UNMAP-checks
	patches.suse/vfio-ccw-Remove-FSM-Close-from-remove-handlers
	patches.suse/vfio-ccw-Check-return-code-from-subchannel-quiesce
	patches.suse/vfio-pci-fix-the-wrong-word-099fd2c2
	patches.suse/selftests-livepatch-better-synchronize-test_klp_call.patch
	patches.suse/KEYS-asymmetric-enforce-SM2-signature-use-pkey-algo.patch
	patches.suse/tpm-eventlog-Fix-section-mismatch-for-DEBUG_SECTION_.patch
	patches.suse/ASoC-topology-Drop-superfluous-check-of-CONFIG_SND_C.patch
	patches.suse/ALSA-rawmidi-Make-internal-functions-local-static.patch
	patches.suse/ALSA-rawmidi-Move-lock-to-snd_rawmidi_substream.patch
	patches.suse/ALSA-rawmidi-Take-open_mutex-around-parameter-change.patch
	patches.suse/ALSA-rawmidi-Check-stream-state-at-exported-function.patch
	patches.suse/ALSA-rawmidi-Take-buffer-refcount-while-draining-out.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/tracing-ALSA-hda-Remove-string-manipulation-out-of-t.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-Fix-null-ptr-deref-when-i915-fails-and-hdmi.patch
	patches.suse/ALSA-hda-Make-device-usage_count-consistent-across-s.patch
	patches.suse/ALSA-hda-Fix-put_device-inconsistency-in-error-path.patch
	patches.suse/ALSA-hda-Fix-page-fault-in-snd_hda_codec_shutdown.patch
	patches.suse/ALSA-hda-Reset-all-SIE-bits-in-INTCTL.patch
	patches.suse/ALSA-hda-Remove-unused-macro-definition.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-compress-Enable-kernel-doc-markers-for-some-fun.patch
	patches.suse/ALSA-pcm-Fix-missing-return-value-comments-for-kerne.patch
	patches.suse/ALSA-dmaengine-Fix-missing-return-value-comments-for.patch
	patches.suse/ALSA-compress-Fix-kernel-doc-warnings.patch
	patches.suse/ALSA-control-Fix-missing-return-value-comments-for-k.patch
	patches.suse/ALSA-memalloc-Fix-missing-return-value-comments-for-.patch
	patches.suse/ALSA-core-Fix-missing-return-value-comments-for-kern.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-amd-acp-fix-typo-in-comment.patch
	patches.suse/ASoC-ops-Clarify-snd_soc_info_volsw_sx.patch
	patches.suse/ASoC-fsl_sai-use-local-device-pointer.patch
	patches.suse/ASoC-ops-Remove-unneeded-delay.h-inclusion.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-SOF-Intel-add-MeteorLake-machines.patch
	patches.suse/ASoC-Intel-boards-rename-RTL1019-compatible-driver-t.patch
	patches.suse/ASoC-Intel-sof_sdw-allow-HDaudio-HDMI-disable.patch
	patches.suse/ALSA-Add-snd_pcm_direction_name-helper.patch
	patches.suse/ASoC-codecs-Add-HD-Audio-codec-driver.patch
	patches.suse/ASoC-Intel-avs-Add-HDAudio-machine-board.patch
	patches.suse/ASoC-Intel-avs-Add-DMIC-machine-board.patch
	patches.suse/ASoC-Intel-avs-Add-I2S-test-machine-board.patch
	patches.suse/ASoC-Intel-avs-Add-rt274-machine-board.patch
	patches.suse/ASoC-Intel-avs-Add-rt286-machine-board.patch
	patches.suse/ASoC-Intel-avs-Add-rt298-machine-board.patch
	patches.suse/ASoC-Intel-avs-Add-rt5682-machine-board.patch
	patches.suse/ASoC-Intel-avs-Add-nau8825-machine-board.patch
	patches.suse/ASoC-Intel-avs-Add-ssm4567-machine-board.patch
	patches.suse/ASoC-Intel-avs-Add-max98357a-machine-board.patch
	patches.suse/ASoC-Intel-avs-Add-max98373-machine-board.patch
	patches.suse/ASoC-Intel-avs-Add-da7219-machine-board.patch
	patches.suse/ASoC-tegra-Add-Tegra210-based-OPE-driver.patch
	patches.suse/ASoC-tegra-AHUB-routes-for-OPE-module.patch
	patches.suse/ASoC-Intel-atom-sst-remove-useless-initialization.patch
	patches.suse/ASoC-Intel-atom-sst_ipc-remove-redundant-test.patch
	patches.suse/ASoC-Intel-atom-sst_ipc-remove-useless-initializatio.patch
	patches.suse/ASoC-Intel-atom-controls-remove-useless-initializati.patch
	patches.suse/ASoC-Intel-boards-reset-acpi_chan_package.patch
	patches.suse/ASoC-Intel-sof_pcm512x-remove-unnecessary-init.patch
	patches.suse/ASoC-amd-acp-Add-support-for-nau8825-and-max98360-ca.patch
	patches.suse/ASoC-amd-acp-Add-support-for-rt5682s-and-rt1019-card.patch
	patches.suse/ASoC-Intel-broadwell-Make-broadwell_disable_jack-ret.patch
	patches.suse/ASoC-SOF-amd-Add-SOF-pm-ops-callback-for-Renoir.patch
	patches.suse/ASoC-SOF-mediatek-revise-mt8195-clock-sequence.patch
	patches.suse/ASoC-SOF-mediatek-Add-shared_size-for-mediatek-commo.patch
	patches.suse/ASoC-SOF-mediatek-mt8195-modify-dram-type-as-non-cac.patch
	patches.suse/ASoC-SOF-mediatek-mt8195-suspend-check-dsp-idle.patch
	patches.suse/ASoC-core-Add-set_fmt_new-callback-that-directly-spe.patch
	patches.suse/ASoC-amd-vangogh-Update-to-use-set_fmt_new-callback.patch
	patches.suse/ASoC-Intel-Update-to-use-set_fmt_new-callback.patch
	patches.suse/ASoC-core-Always-send-the-CPU-DAI-a-direct-clock-spe.patch
	patches.suse/ASoC-amd-vangogh-Rename-set_fmt_new-back-to-set_fmt.patch
	patches.suse/ASoC-Intel-Rename-set_fmt_new-back-to-set_fmt.patch
	patches.suse/ASoC-soc-dai-Remove-set_fmt_new-callback.patch
	patches.suse/ASoC-Introduce-fixup_controls-card-method.patch
	patches.suse/ASoC-SOF-debug-Clarify-the-IPC-timeout-handling-path.patch
	patches.suse/ASoC-SOF-ipc3-dtrace-use-pm_runtime_resume_and_get.patch
	patches.suse/ASoC-codecs-rt274-Always-init-jack_detect_work.patch
	patches.suse/ASoC-codecs-rt286-Reorganize-jack-detect-handling.patch
	patches.suse/ASoC-codecs-rt298-Reorganize-jack-detect-handling.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-SOF-ipc3-dtrace-Introduce-SOF_DTRACE_INITIALIZI.patch
	patches.suse/ASoC-SOF-ipc3-dtrace-Add-helper-function-to-update-t.patch
	patches.suse/ASoC-SOF-ipc3-dtrace-Return-from-dtrace_read-if-ther.patch
	patches.suse/ASoC-SOF-make-ctx_store-and-ctx_restore-as-optional.patch
	patches.suse/ASoC-SOF-sof_ipc_pm_ops-Add-support-for-DSP-core-pow.patch
	patches.suse/ASoC-SOF-ipc3-Add-set_core_state-pm_ops-implementati.patch
	patches.suse/ASoC-SOF-ipc4-Add-set_core_state-pm_ops-implementati.patch
	patches.suse/ASoC-SOF-Intel-Switch-to-use-the-generic-pm_ops.set_.patch
	patches.suse/ASoC-SOF-ipc4-implement-pm-ctx_save-callback.patch
	patches.suse/ASoC-hdmi-codec-Update-to-modern-DAI-terminology.patch
	patches.suse/ASoC-SOF-Add-topology-tokens-for-IPC4.patch
	patches.suse/ASoC-SOF-IPC4-Introduce-topology-ops.patch
	patches.suse/ASoC-SOF-ipc4-topology-Add-support-for-parsing-AIF_I.patch
	patches.suse/ASoC-SOF-ipc4-topology-Add-support-for-parsing-DAI_I.patch
	patches.suse/ASoC-SOF-ipc4-topology-Add-prepare-op-for-AIF-type-w.patch
	patches.suse/ASoC-SOF-ipc4-topology-Add-prepare-op-for-DAI-type-w.patch
	patches.suse/ASoC-SOF-ipc4-topology-Add-support-for-parsing-and-p.patch
	patches.suse/ASoC-SOF-ipc4-topology-Add-support-for-parsing-mixer.patch
	patches.suse/ASoC-SOF-ipc4-topology-Add-control_setup-op.patch
	patches.suse/ASoC-SOF-ipc4-topology-Add-control-IO-ops.patch
	patches.suse/ASoC-SOF-IPC4-Add-pcm-ops.patch
	patches.suse/ASoC-SOF-ipc4-topology-Add-widget_setup-widget_free-.patch
	patches.suse/ASoC-SOF-ipc4-topology-Add-route_setup-route_free-op.patch
	patches.suse/ASoC-SOF-ipc4-topology-Add-the-dai_config-op.patch
	patches.suse/ASoC-SOF-ipc4-pcm-Expose-sof_ipc4_set_pipeline_state.patch
	patches.suse/ASoC-SOF-IPC4-set-the-BE-DAI-ops.patch
	patches.suse/ASoC-SOF-Add-ops_free.patch
	patches.suse/ASoC-SOF-Intel-hda-init-NHLT-for-IPC4.patch
	patches.suse/ASoC-SOF-Add-two-new-structures-for-topology-manifes.patch
	patches.suse/ASoC-SOF-Add-a-new-IPC-op-for-parsing-topology-manif.patch
	patches.suse/ASoC-SOF-ipc4-topology-Add-support-for-SSP-DMIC-DAI-.patch
	patches.suse/AsoC-SOF-ipc4-topology-Add-dai_get_clk-op.patch
	patches.suse/ASoC-SOF-IPC4-add-sdw-blob.patch
	patches.suse/ASoC-intel-sof_sdw-add-RT711-SDCA-card-for-MTL-platf.patch
	patches.suse/ASoC-SOF-Intel-hda-dai-enhance-debug-messages.patch
	patches.suse/ASoC-SOF-reduce-default-verbosity-of-IPC-logs.patch
	patches.suse/ASoC-SOF-topology-add-code-to-parse-config-params-fo.patch
	patches.suse/ASoC-SOF-Compile-and-runtime-IPC-version-selection.patch
	patches.suse/ASoC-ops-Don-t-modify-the-driver-s-plaform_max-when-.patch
	patches.suse/ASoC-SOF-ipc4-topology-add-SoundWire-ALH-aggregation.patch
	patches.suse/ASoC-ops-Fix-boolean-integer-detection-for-simple-co.patch
	patches.suse/ASoC-tegra-Fix-MBDRC-bypass-mode-check.patch
	patches.suse/ASoC-SOC-Intel-introduce-cl_init-callback.patch
	patches.suse/ASoC-SOF-Intel-Add-support-for-MeteorLake-MTL.patch
	patches.suse/ASoC-SOF-ipc4-topology-Fix-error-code-in-sof_ipc4_vo.patch
	patches.suse/ASoC-Intel-Skylake-remove-redundant-re-assignments-t.patch
	patches.suse/ASoC-SOF-Intel-IPC4-enable-IMR-boot.patch
	patches.suse/ASoC-SOF-Intel-hda-dsp-report-error-on-power-up-down.patch
	patches.suse/ASoC-SOF-Intel-hda-stream-report-error-on-stream-not.patch
	patches.suse/ASoC-SOF-Intel-hda-dai-remove-use-of-__func__-in-dev.patch
	patches.suse/ASoC-SOF-Intel-hda-stream-remove-use-of-__func__-in-.patch
	patches.suse/ASoC-SOF-Intel-mtl-remove-use-of-__func__-in-dev_dbg.patch
	patches.suse/ASoC-SOF-ipc3-dtrace-remove-use-of-__func__-in-dev_d.patch
	patches.suse/ASoC-SOF-ipc3-loader-remove-use-of-__func__-in-dev_d.patch
	patches.suse/ASoC-SOF-ipc3-topology-remove-use-of-__func__-in-dev.patch
	patches.suse/ASoC-SOF-ipc4-topology-remove-use-of-__func__-in-dev.patch
	patches.suse/ASoC-SOF-sof-client-remove-use-of-__func__-in-dev_db.patch
	patches.suse/ASoC-SOF-ipc4-remove-use-of-__func__-in-dev_dbg.patch
	patches.suse/ASoC-Intel-boards-hda-remove-use-of-__func__-in-dev_.patch
	patches.suse/ASoC-Intel-boards-sof_sdw-remove-use-of-__func__-in-.patch
	patches.suse/ASoC-Intel-skl_nau88l25_max98357a-remap-jack-pins.patch
	patches.suse/ASoC-Intel-skl_nau88l25_ssm4567-remap-jack-pins.patch
	patches.suse/ASoC-Intel-kbl_rt5663_max98927-remap-jack-pins.patch
	patches.suse/ASoC-Intel-kbl_da7219_max98357a-remap-jack-pins.patch
	patches.suse/ASoC-Intel-kbl_da7219_max98927-remap-jack-pins.patch
	patches.suse/ASoC-Intel-kbl_rt5663_rt5514_max98927-remap-jack-pin.patch
	patches.suse/ASoC-Intel-bxt_da7219_max98357a-remap-jack-pins.patch
	patches.suse/ASoC-Intel-glk_rt5682_max98357a-remap-jack-pins.patch
	patches.suse/ASoC-Intel-cml_rt1011_rt5682-remap-jack-pins.patch
	patches.suse/ASoC-Intel-sof_cs42l42-remap-jack-pins.patch
	patches.suse/ASoC-Intel-sof_da7219_max98373-remap-jack-pins.patch
	patches.suse/ASoC-Intel-sof_nau8825-remap-jack-pins.patch
	patches.suse/ASoC-Intel-sof_rt5682-remap-jack-pins.patch
	patches.suse/ASoC-ops-Fix-integer-detection-for-when-max-possible.patch
	patches.suse/ASoC-SOF-pcm-use-pm_resume_and_get-on-component-prob.patch
	patches.suse/ASoC-codecs-soundwire-call-pm_runtime_resume-in-comp.patch
	patches.suse/ASoC-core-Add-new-SOC_DOUBLE_SX_TLV-macro.patch
	patches.suse/ASoC-wm_adsp-Fix-event-for-preloader.patch
	patches.suse/ASoC-amd-acp-Fix-error-handling-in-.remove.patch
	patches.suse/ASoC-SOF-mediatek-Align-mt8186-clock-names-with-dt-b.patch
	patches.suse/ASoC-topology-KUnit-Followup-prototype-change-of-snd.patch
	patches.suse/ASoC-dapm-Move-stereo-autodisable-check.patch
	patches.suse/ASoC-Intel-Rename-haswell-source-file-to-hsw_rt5640.patch
	patches.suse/ASoC-Intel-hsw_rt5640-Reword-prefixes-of-all-driver-.patch
	patches.suse/ASoC-Intel-hsw_rt5640-Reword-driver-name.patch
	patches.suse/ASoC-Intel-hsw_rt5640-Update-code-indentation.patch
	patches.suse/ASoC-Intel-hsw_rt5640-Update-file-comments.patch
	patches.suse/ASoC-Intel-hsw_rt5640-Improve-probe-function-quality.patch
	patches.suse/ASoC-Intel-hsw_rt5640-Improve-hw_params-debug-abilit.patch
	patches.suse/ASoC-Intel-Rename-broadwell-source-file-to-bdw_rt286.patch
	patches.suse/ASoC-Intel-bdw_rt286-Reword-prefixes-of-all-driver-m.patch
	patches.suse/ASoC-Intel-bdw_rt286-Reword-driver-name.patch
	patches.suse/ASoC-Intel-bdw_rt286-Update-code-indentation.patch
	patches.suse/ASoC-Intel-bdw_rt286-Update-file-comments.patch
	patches.suse/ASoC-Intel-bdw_rt286-Improve-probe-function-quality.patch
	patches.suse/ASoC-Intel-bdw_rt286-Improve-hw_params-debug-ability.patch
	patches.suse/ASoC-Intel-bdw_rt286-Improve-codec_init-quality.patch
	patches.suse/ASoC-Intel-bdw_rt286-Remove-FE-DAI-ops.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-Intel-catpt-use-pm_runtime_resume_and_get.patch
	patches.suse/ASoC-Intel-skylake-skl-pcm-use-pm_runtime_resume_and.patch
	patches.suse/ASoC-soc-component-Add-legacy_dai_naming-flag.patch
	patches.suse/soundwire-intel-Migrate-to-new-style-legacy-DAI-nami.patch
	patches.suse/ASoC-Intel-Migrate-to-new-style-legacy-DAI-naming-fl.patch
	patches.suse/ASoC-amd-Migrate-to-new-style-legacy-DAI-naming-flag.patch
	patches.suse/ASoC-sof-Migrate-to-new-style-legacy-DAI-naming-flag.patch
	patches.suse/ASoC-Intel-avs-Remove-now-redundant-non_legacy_dai_n.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-soc-core.c-fixup-snd_soc_of_get_dai_link_cpus.patch
	patches.suse/ASoC-soc-core.c-share-code-for-snd_soc_of_get_dai_li.patch
	patches.suse/ASoC-qcom-Fix-missing-of_node_put-in-asoc_qcom_lpass.patch
	patches.suse/ASoC-rt5640-Add-the-MICBIAS1-to-the-dapm-routing.patch
	patches.suse/ASoC-madera-Replace-kernel.h-with-the-necessary-incl.patch
	patches.suse/ASoC-Intel-avs-correct-config-reference-for-I2S-test.patch
	patches.suse/ASoC-Intel-catpt-remove-duplicating-driver-data-retr.patch
	patches.suse/ASoC-SOF-Intel-bdw-remove-duplicating-driver-data-re.patch
	patches.suse/ASoC-SOF-Intel-byt-remove-duplicating-driver-data-re.patch
	patches.suse/ASoC-amd-add-I2S-MICSP-instance-support.patch
	patches.suse/ASoC-amd-add-Machine-driver-for-Jadeite-platform.patch
	patches.suse/ASoC-amd-enable-machine-driver-build-for-Jadeite-pla.patch
	patches.suse/ASoC-imx-card-Fix-DSD-PDM-mclk-frequency.patch
	patches.suse/ASoC-Intel-avs-Fix-i2s_test-card-name-initialization.patch
	patches.suse/ASoC-amd-fix-ACPI-dependency-compile-errors-and-warn.patch
	patches.suse/ASoC-amd-acp-es8336-use-static-variables.patch
	patches.suse/ASoC-amd-remove-unused-header-file-inclusion.patch
	patches.suse/ASoC-amd-drop-machine-driver-remove-function.patch
	patches.suse/ASoC-amd-fix-for-variable-set-but-not-used-warning.patch
	patches.suse/ASoC-amd-Remove-duplicated-include-in-acp-es8336.c.patch
	patches.suse/ASoC-Intel-sof_cs42l42-support-BT-offload-audio.patch
	patches.suse/ASoC-Intel-sof_cs42l42-add-adl_mx98360a_cs4242-board.patch
	patches.suse/ASoC-SOF-remove-warning-on-ABI-checks.patch
	patches.suse/ASoC-SOF-ipc4-topology-check-dai-private-in-ipc_free.patch
	patches.suse/ASoC-SOF-ipc4-topology-free-memories-allocated-in-so.patch
	patches.suse/ASoC-amd-acp-Remove-rt1019_1-codec-conf-from-machine.patch
	patches.suse/ASoC-amd-acp-ACP-code-generic-to-support-newer-platf.patch
	patches.suse/ASoC-amd-acp-Add-legacy-audio-driver-support-for-Rem.patch
	patches.suse/ASoC-codecs-rt298-Fix-NULL-jack-in-interrupt.patch
	patches.suse/ASoC-codecs-rt298-Fix-jack-detection.patch
	patches.suse/ASoC-codecs-rt286-Set-component-to-NULL-on-remove.patch
	patches.suse/ASoC-codecs-rt298-Set-component-to-NULL-on-remove.patch
	patches.suse/ASoC-codecs-rt274-Set-component-to-NULL-on-remove.patch
	patches.suse/ASoC-Intel-avs-Register-HDAudio-ext-bus-operations.patch
	patches.suse/ASoC-Intel-avs-Assign-I2S-gateway-when-parsing-topol.patch
	patches.suse/ASoC-Intel-avs-Relax-DSP-core-transition-timings.patch
	patches.suse/ASoC-Intel-avs-Copy-only-as-many-RX-bytes-as-necessa.patch
	patches.suse/ASoC-Intel-avs-Shield-LARGE_CONFIG_GETs-against-zero.patch
	patches.suse/ASoC-Intel-avs-Block-IPC-channel-on-suspend.patch
	patches.suse/ASoC-Intel-avs-Set-max-DMA-segment-size.patch
	patches.suse/ASoC-Intel-avs-Use-helper-function-to-set-up-DMA.patch
	patches.suse/ASoC-Intel-avs-Recognize-FW_CFG_RESERVED.patch
	patches.suse/ASoC-Intel-avs-Replace-hardcodes-with-SD_CTL_STREAM_.patch
	patches.suse/ASoC-Intel-avs-Lower-UNLOAD_MULTIPLE_MODULES-IPC-tim.patch
	patches.suse/ASoC-Intel-avs-Update-AVS_FW_INIT_TIMEOUT_US-declara.patch
	patches.suse/ASoC-soc-pcm-demote-warnings-on-non-atomic-BE-connec.patch
	patches.suse/ASoC-SOF-topology-remove-unused-variable.patch
	patches.suse/ASoC-SOF-Intel-hda-Introduce-skip_imr_boot-flag.patch
	patches.suse/ASoC-SOF-sof-client-probes-Only-load-the-driver-if-I.patch
	patches.suse/ASoC-SOF-ipc3-topology-Prevent-double-freeing-of-ipc.patch
	patches.suse/ASoC-SOF-Intel-hda-dai-Drop-misleading-comment-regar.patch
	patches.suse/ASoC-SOF-Intel-hda-dai-Do-snd_hdac_ext_stream_decoup.patch
	patches.suse/ASoC-SOF-Intel-cnl-Do-not-process-IPC-reply-before-f.patch
	patches.suse/ASoC-SOF-Intel-hda-ipc-Do-not-process-IPC-reply-befo.patch
	patches.suse/ASoC-SOF-Intel-mtl-Do-not-process-IPC-reply-before-f.patch
	patches.suse/ASoC-SOF-compress-Dynamically-allocate-pcm-params-st.patch
	patches.suse/ASoC-SOF-Copy-compress-parameters-into-extended-data.patch
	patches.suse/ASoC-SOF-compress-Prevent-current-kernel-running-wit.patch
	patches.suse/uapi-sof-abi-Bump-SOF-ABI-for-ext_data_length.patch
	patches.suse/ASoC-SOF-Intel-hda-Correct-the-ROM-FW-state-reportin.patch
	patches.suse/ASoC-amd-Fix-error-pointer-dereference.patch
	patches.suse/ASoC-amd-fix-Jadeite-kconfig-warning-and-build-error.patch
	patches.suse/ASoC-mt6359-Fix-refcount-leak-bug.patch
	patches.suse/soundwire-Intel-add-trigger-callback.patch
	patches.suse/ASoC-SOF-Intel-add-trigger-callback-into-sdw_callbac.patch
	patches.suse/ASoC-SOF-ipc-msg-injector-fix-copy-in-sof_msg_inject.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/ALSA-hda-Skip-event-processing-for-unregistered-code.patch
	patches.suse/Revert-ALSA-hda-cs35l41-Allow-compilation-test-on-no.patch
	patches.suse/Revert-ALSA-hda-Fix-page-fault-in-snd_hda_codec_shut.patch
	patches.suse/ALSA-usb-audio-Add-quirk-for-Behringer-UMC202HD.patch
	patches.suse/ALSA-usb-6fire-fix-repeated-words-in-comments.patch
	patches.suse/ALSA-hiface-fix-repeated-words-in-comments.patch
	patches.suse/ALSA-hda-cs35l41-Fix-build-error-unused-function.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-pcm-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-Intel-hsw_rt5640-Mark-BE-DAI-as-nonatomic.patch
	patches.suse/ASoC-Intel-bdw_rt286-Mark-BE-DAI-as-nonatomic.patch
	patches.suse/ASoC-Intel-bdw_rt5650-Mark-BE-DAI-as-nonatomic.patch
	patches.suse/ASoC-Intel-bdw_rt5677-Mark-BE-DAI-as-nonatomic.patch
	patches.suse/ASoC-Intel-sof_sdw-avoid-oops-in-error-handling.patch
	patches.suse/ASoC-Intel-soc-acpi-add-table-for-HP-Omen-16-k0005TX.patch
	patches.suse/ASoC-Intel-sof_sdw-add-quirk-for-HP-Omen-16-k0005TX.patch
	patches.suse/ASoC-SOF-Intel-enable-dmic-handling-with-2-or-fewer-.patch
	patches.suse/ASoC-amd-yc-Decrease-level-of-error-message.patch
	patches.suse/ASoC-SOF-mediatek-Revise-mt8195-boot-flow.patch
	patches.suse/ASoC-SOF-mediatek-fix-mt8195-StatvectorSel-wrong-set.patch
	patches.suse/ASoC-SOF-Intel-MTL-remove-redundant-snd_sof_dsp_read.patch
	patches.suse/ASoC-SOF-ipc4-topology-move-ida-allocate-free-to-wid.patch
	patches.suse/ASoC-SOF-ipc4-pcm-set-pcm-rate-to-dai-setting.patch
	patches.suse/ASoC-SOF-add-ipc4-SRC-module-support.patch
	patches.suse/ASoC-SOF-ipc4-topology-set-domain-bit-based-on-dp-do.patch
	patches.suse/ASoC-SOF-ipc3-loader-Print-out-the-non-matching-ext_.patch
	patches.suse/ASoC-SOF-Intel-atom-don-t-keep-a-temporary-string-in.patch
	patches.suse/ASoC-SOF-Intel-hda-don-t-set-fw_filename.patch
	patches.suse/ASoC-SOF-Intel-hda-only-fixup-topology-name-if-not-s.patch
	patches.suse/ASoC-SOF-probes-rename-assign-free-callbacks-as-star.patch
	patches.suse/ASoC-SOF-Intel-hda-stream-test-DMA-buffer-first-in-h.patch
	patches.suse/ASoC-qcom-q6dsp-Fix-an-off-by-one-in-q6adm_alloc_cop.patch
	patches.suse/ASoC-amd-acp-Modify-local-variables-name-to-generic.patch
	patches.suse/ASoC-amd-acp-Drop-superfluous-mmap-callback.patch
	patches.suse/ASoC-amd-acp-Modify-const-resource-struct-variable-t.patch
	patches.suse/ASoC-amd-acp-Add-error-handling-cases.patch
	patches.suse/ASoC-amd-add-RPL-Platform-acp-header-file.patch
	patches.suse/ASoC-amd-add-ACP-PCI-driver-for-RPL-platform.patch
	patches.suse/ASoC-amd-add-RPL-Platform-init-de-init-functions.patch
	patches.suse/ASoC-amd-add-RPL-Platform-pci-driver-pm-ops.patch
	patches.suse/ASoC-amd-enable-RPL-Platform-acp-drivers-build.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-amd-vangogh-Use-non-legacy-DAI-naming-for-cs35l.patch
	patches.suse/ASoC-Intel-avs-Use-lookup-table-to-create-modules.patch
	patches.suse/ASoC-amd-yc-Update-DMI-table-entries.patch
	patches.suse/ASoC-SOF-Intel-hda-add-sanity-check-on-SSP-index-rep.patch
	patches.suse/ASoC-SOF-Add-cont_update_posn-to-platform-parameters.patch
	patches.suse/ASoC-SOF-dai-intel-add-SOF_DAI_INTEL_SSP_CLKCTRL_MCL-af468aadf004.patch
	patches.suse/ASoC-Intel-sof_sdw-add-support-for-Dell-SKU-0AF0.patch
	patches.suse/ASoC-Intel-soc-acpi-Add-entry-for-sof_es8336-in-ADL-.patch
	patches.suse/ASoC-Intel-sof_es8336-Fix-GPIO-quirks-set-via-module.patch
	patches.suse/ASoC-Intel-sof_es8336-ignore-GpioInt-when-looking-fo.patch
	patches.suse/ASoC-Intel-sof_es8336-add-support-for-HDMI_In-captur.patch
	patches.suse/ASoC-Intel-sof_es8336-reset-the-num_links-during-pro.patch
	patches.suse/ASoC-Intel-sof_es8336-remove-hard-coded-SSP-selectio.patch
	patches.suse/ASoC-Intel-sof_rt5682-Add-support-for-mtl_mx98357_rt.patch
	patches.suse/ASoC-Intel-sof_rt5682-Perform-quirk-check-first-in-c.patch
	patches.suse/ASoC-Intel-sof_nau8825-Move-quirk-check-to-the-front.patch
	patches.suse/ASoC-amd-acp-Fix-initialization-of-ext_intr_stat1-in.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-control-led-Replace-sprintf-with-sysfs_emit.patch
	patches.suse/ALSA-core-Replace-scnprintf-with-sysfs_emit.patch
	patches.suse/ALSA-pcm-Replace-sprintf-with-sysfs_emit.patch
	patches.suse/ALSA-hda-Replace-sprintf-with-sysfs_emit.patch
	patches.suse/ALSA-line6-Replace-sprintf-with-sysfs_emit.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/mfd-pm8008-Remove-driver-data-structure-pm8008_data.patch
	patches.suse/1357-backlight-rt4831-Apply-ocp-level-from-devicetree.patch
	patches.suse/Revert-drivers-video-backlight-platform_lcd.c-add-su.patch
	patches.suse/1359-backlight-lp855x-Switch-to-atomic-PWM-API.patch
	patches.suse/iommu-exynos-Make-driver-independent-of-the-system-page-size
	patches.suse/iommu-exynos-Reuse-SysMMU-constants-for-page-size-and-order
	patches.suse/iommu-exynos-Handle-failed-IOMMU-device-registration-properly
	patches.suse/iommu-exynos-Set-correct-dma-mask-for-SysMMU-v5
	patches.suse/iommu-exynos-Abstract-non-common-registers-on-different-variants
	patches.suse/iommu-exynos-Add-SysMMU-v7-register-set
	patches.suse/iommu-exynos-Enable-default-VM-instance-on-SysMMU-v7
	patches.suse/dt-bindings-iommu-mediatek-Add-mediatek-infracfg-phandle
	patches.suse/iommu-mediatek-Lookup-phandle-to-retrieve-syscon-to-infracfg
	patches.suse/iommu-mediatek-Cleanup-pericfg-lookup-flow
	patches.suse/iommu-io-pgtable-arm-v7s-Add-a-quirk-to-allow-pgtable-PA-up-to-3
	patches.suse/iommu-mediatek-Allow-page-table-PA-up-to-35bit
	patches.suse/iommu-mediatek-Log-with-dev_err_probe-when-failing-to-parse-dts
	patches.suse/drivers-iommu-fix-clang-wformat-warning
	patches.suse/iommu-arm-smmu-impl-Add-8250-display-compatible-to-the-client-li
	patches.suse/iommu-arm-smmu-qcom-Add-debug-support-for-TLB-sync-timeouts
	patches.suse/dt-bindings-arm-smmu-Add-compatible-for-Qualcomm-SM6375
	patches.suse/iommu-arm-smmu-qcom-Add-SM6375-SMMU-compatible
	patches.suse/iommu-arm-smmu-qcom_iommu-Add-of_node_put-when-breaking-out-of-l
	patches.suse/iommu-virtio-Add-map-unmap_pages-callbacks-implementation
	patches.suse/iommu-vt-d-Move-trace-events-intel_iommu.h-under-iommu
	patches.suse/agp-intel-Use-per-device-iommu-check
	patches.suse/iommu-vt-d-Remove-unnecessary-exported-symbol
	patches.suse/1360-drm-i915-Remove-unnecessary-include.patch
	patches.suse/KVM-x86-Remove-unnecessary-include
	patches.suse/x86-boot-tboot-Move-tboot_force_iommu-to-Intel-IOMMU
	patches.suse/iommu-vt-d-Move-include-linux-intel-iommu.h-under-iommu
	patches.suse/iommu-vt-d-Remove-unused-iovad-from-dmar_domain
	patches.suse/iommu-vt-d-debugfs-Remove-device_domain_lock-usage
	patches.suse/iommu-vt-d-Remove-clearing-translation-data-in-disable_dmar_iomm
	patches.suse/iommu-vt-d-Use-pci_get_domain_bus_and_slot-in-pgtable_walk
	patches.suse/iommu-vt-d-Unnecessary-spinlock-for-root-table-alloc-and-free
	patches.suse/iommu-vt-d-Replace-spin_lock_irqsave-with-spin_lock
	patches.suse/iommu-vt-d-Acquiring-lock-in-domain-ID-allocation-helpers
	patches.suse/iommu-vt-d-Acquiring-lock-in-pasid-manipulation-helpers
	patches.suse/iommu-vt-d-Check-device-list-of-domain-in-domain-free-path
	patches.suse/iommu-vt-d-Fold-__dmar_remove_one_dev_info-into-its-caller
	patches.suse/iommu-vt-d-Use-device_domain_lock-accurately
	patches.suse/iommu-vt-d-Convert-global-spinlock-into-per-domain-lock
	patches.suse/iommu-vt-d-Remove-unused-domain_get_iommu
	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-Handle-return-of-iommu_device_sysfs_add
	patches.suse/iommu-amd-Update-struct-iommu_dev_data-definition
	patches.suse/iommu-amd-Introduce-pci-segment-structure
	patches.suse/iommu-amd-Introduce-per-PCI-segment-device-table
	patches.suse/iommu-amd-Introduce-per-PCI-segment-rlookup-table
	patches.suse/iommu-amd-Introduce-per-PCI-segment-irq_lookup_table
	patches.suse/iommu-amd-Introduce-per-PCI-segment-dev_data_list
	patches.suse/iommu-amd-Introduce-per-PCI-segment-old_dev_tbl_cpy
	patches.suse/iommu-amd-Introduce-per-PCI-segment-alias_table
	patches.suse/iommu-amd-Introduce-per-PCI-segment-unity-map-list
	patches.suse/iommu-amd-Introduce-per-PCI-segment-last_bdf
	patches.suse/iommu-amd-Introduce-per-PCI-segment-device-table-size
	patches.suse/iommu-amd-Introduce-per-PCI-segment-alias-table-size
	patches.suse/iommu-amd-Introduce-per-PCI-segment-rlookup-table-size
	patches.suse/iommu-amd-Convert-to-use-per-PCI-segment-irq_lookup_table
	patches.suse/iommu-amd-Convert-to-use-rlookup_amd_iommu-helper-function
	patches.suse/iommu-amd-Update-irq_remapping_alloc-to-use-IOMMU-lookup-helper-
	patches.suse/iommu-amd-Introduce-struct-amd_ir_data.iommu
	patches.suse/iommu-amd-Update-amd_irte_ops-functions
	patches.suse/iommu-amd-Update-alloc_irq_table-and-alloc_irq_index
	patches.suse/iommu-amd-Convert-to-use-per-PCI-segment-rlookup_table
	patches.suse/iommu-amd-Update-set_dte_entry-and-clear_dte_entry
	patches.suse/iommu-amd-Update-iommu_ignore_device
	patches.suse/iommu-amd-Update-dump_dte_entry
	patches.suse/iommu-amd-Update-set_dte_irq_entry
	patches.suse/iommu-amd-Update-un-init_device_table_dma
	patches.suse/iommu-amd-Update-set_dev_entry_bit-and-get_dev_entry_bit
	patches.suse/iommu-amd-Remove-global-amd_iommu_-dev_table-alias_table-last_bd
	patches.suse/iommu-amd-Flush-upto-last_bdf-only
	patches.suse/iommu-amd-Introduce-get_device_sbdf_id-helper-function
	patches.suse/iommu-amd-Include-PCI-segment-ID-when-initialize-IOMMU
	patches.suse/iommu-amd-Specify-PCI-segment-ID-when-getting-pci-device
	patches.suse/iommu-amd-Add-PCI-segment-support-for-ivrs_-ioapic-hpet-acpihid-
	patches.suse/iommu-amd-Print-PCI-segment-ID-in-error-log-messages
	patches.suse/iommu-amd-Update-device_state-structure-to-include-PCI-seg-ID
	patches.suse/iommu-amd-Update-amd_iommu_fault-structure-to-include-PCI-seg-ID
	patches.suse/iommu-amd-Change-macro-for-IOMMU-control-register-bit-shift-to-d
	patches.suse/iommu-amd-Introduce-Support-for-Extended-Feature-2-Register
	patches.suse/iommu-amd-Introduce-global-variable-for-storing-common-EFR-and-E
	patches.suse/iommu-amd-Process-all-IVHDs-before-enabling-IOMMU-features
	patches.suse/iommu-amd-Globally-detect-SNP-support
	patches.suse/iommu-amd-Introduce-function-to-check-and-enable-SNP
	patches.suse/iommu-amd-Set-translation-valid-bit-only-when-IO-page-tables-are
	patches.suse/iommu-amd-Do-not-support-IOMMU_DOMAIN_IDENTITY-after-SNP-is-enab
	patches.suse/iommu-amd-Do-not-support-IOMMUv2-APIs-when-SNP-is-enabled
	patches.suse/iommu-amd-Simplify-and-Consolidate-Virtual-APIC-AVIC-Enablement
	patches.suse/iommu-amd-Add-support-for-AVIC-when-SNP-is-enabled
	patches.suse/iommu-amd-Fix-compile-warning-in-init-code
	patches.suse/iommu-Directly-use-ida_alloc-free
	patches.suse/iommu-dma-Add-config-for-PCI-SAC-address-trick
	patches.suse/iommu-dma-Fix-race-condition-during-iova_domain-initialization
	patches.suse/iommu-Introduce-a-callback-to-struct-iommu_resv_regi.patch
	patches.suse/ACPI-IORT-Make-iort_iommu_msi_get_resv_regions-retur.patch
	patches.suse/ACPI-IORT-Provide-a-generic-helper-to-retrieve-reser.patch
	patches.suse/ACPI-IORT-Add-support-to-retrieve-IORT-RMR-reserved-.patch
	patches.suse/ACPI-IORT-Add-a-helper-to-retrieve-RMR-info-directly.patch
	patches.suse/iommu-arm-smmu-v3-Introduce-strtab-init-helper
	patches.suse/iommu-arm-smmu-v3-Refactor-arm_smmu_init_bypass_stes-to-force-by
	patches.suse/iommu-arm-smmu-v3-Get-associated-RMR-info-and-install-bypass-STE
	patches.suse/iommu-arm-smmu-Get-associated-RMR-info-and-install-bypass-SMR
	patches.suse/iommu-Use-dev_iommu_ops-for-probe_finalize
	patches.suse/iommu-Make-.release_device-optional
	patches.suse/iommu-Clean-up-release_device-checks
	patches.suse/iommu-iova-change-IOVA_MAG_SIZE-to-127-to-save-memory
	patches.suse/iommu-remove-the-unused-dev_has_feat-method
	patches.suse/iommu-remove-iommu_dev_feature_enabled
	patches.suse/iommu-remove-the-put_resv_regions-method
	patches.suse/iommu-arm-smmu-v3-cleanup-arm_smmu_dev_-enable-disable-_feature
	patches.suse/ACPI-IORT-Fix-build-error-implicit-function-declarat.patch
	patches.suse/dma-mapping-add-dma_opt_mapping_size
	patches.suse/dma-iommu-add-iommu_dma_opt_mapping_size
	patches.suse/scsi-core-cap-shost-max_sectors-according-to-DMA-limits-only-onc
	patches.suse/scsi-sd-allow-max_sectors-be-capped-at-DMA-optimal-size-limit
	patches.suse/scsi-scsi_transport_sas-cap-shost-opt_sectors-according-to-DMA-o
	patches.suse/ata-libata-scsi-cap-ata_device-max_sectors-according-to-shost-max_sectors.patch
	patches.suse/lib-scatterlist-add-flag-for-indicating-P2PDMA-segments-in-an-SG
	patches.suse/PCI-P2PDMA-Attempt-to-set-map_type-if-it-has-not-been-set
	patches.suse/PCI-P2PDMA-Introduce-helpers-for-dma_map_sg-implementations
	patches.suse/dma-mapping-allow-EREMOTEIO-return-code-for-P2PDMA-transfers
	patches.suse/dma-direct-support-PCI-P2PDMA-pages-in-dma-direct-map_sg
	patches.suse/dma-mapping-add-flags-to-dma_map_ops-to-indicate-PCI-P2PDMA-supp
	patches.suse/iommu-Explicitly-skip-bus-address-marked-segments-in-__iommu_map
	patches.suse/iommu-dma-support-PCI-P2PDMA-pages-in-dma-iommu-map_sg
	patches.suse/nvme-pci-check-DMA-ops-when-indicating-support-for-PCI-P2PDMA
	patches.suse/nvme-pci-convert-to-using-dma_map_sgtable.patch
	patches.suse/RDMA-core-introduce-ib_dma_pci_p2p_dma_supported
	patches.suse/RDMA-rw-drop-pci_p2pdma_-un-map_sg
	patches.suse/PCI-P2PDMA-Remove-pci_p2pdma_-un-map_sg
	patches.suse/0234-dm-bufio-Add-flags-argument-to-dm_bufio_client_create.patch
	patches.suse/0235-dm-bufio-Add-DM_BUFIO_CLIENT_NO_SLEEP-flag.patch
	patches.suse/0236-dm-verity-Add-optional-try_verify_in_tasklet-feature.patch
	patches.suse/0237-dm-verity-allow-optional-args-to-alter-primary-args-handling.patch
	patches.suse/0238-dm-bufio-conditionally-enable-branching-for-DM_BUFIO_CLIENT_NO_SLEEP.patch
	patches.suse/0239-dm-verity-conditionally-enable-branching-for-try_verify_in_tasklet.patch
	patches.suse/0240-dm-verity-optimize-verity_verify_io-if-FEC-not-configured.patch
	patches.suse/0241-dm-verity-only-copy-bvec_iter-in-verity_verify_io-if-in_tasklet.patch
	patches.suse/0242-dm-verity-remove-WQ_CPU_INTENSIVE-flag-since-using-WQ_UNBOUND.patch
	patches.suse/0243-dm-verity-have-verify_wq-use-WQ_HIGHPRI-if-try_verify_in_tasklet.patch
	patches.suse/Revert-iommu-dma-Add-config-for-PCI-SAC-address-trick
	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-perf-Update-MMCR2-to-support-event-exclude_idle.patch
	patches.suse/powerpc-perf-Give-generic-PMU-a-nice-name.patch
	patches.suse/powerpc-perf-Add-support-for-caps-under-sysfs-in-powerpc.patch
	patches.suse/docs-ABI-sysfs-bus-event_source-devices-Document-sysfs-caps-entry-for-PMU.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-perf-Use-PVR-rather-than-oprofile-field-to-determine-CPU-version.patch
	patches.suse/1361-video-fbdev-offb-Include-missing-linux-platform_devi.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-perf-Include-caps-feature-for-power10-DD1-version.patch
	patches.suse/powerpc-xive-Fix-refcount-leak-in-xive_get_max_prio.patch
	patches.suse/powerpc-64-Init-jump-labels-before-parse_early_param.patch
	patches.suse/s390-vfio-ap-use-new-AP-bus-interface-to-search-for-queue-device
	patches.suse/s390-vfio-ap-move-probe-and-remove-callbacks-to-vfio_ap_ops.c
	patches.suse/s390-vfio-ap-manage-link-between-queue-struct-and-matrix-mdev
	patches.suse/s390-vfio-ap-introduce-shadow-APCB
	patches.suse/s390-vfio-ap-refresh-guest-s-APCB-by-filtering-AP-resources-assi
	patches.suse/s390-vfio-ap-allow-assignment-of-unavailable-AP-queues-to-mdev-d
	patches.suse/s390-vfio-ap-rename-matrix_dev-lock-mutex-to-matrix_dev-mdevs_lo
	patches.suse/s390-vfio-ap-introduce-new-mutex-to-control-access-to-the-KVM-po
	patches.suse/s390-vfio-ap-use-proper-locking-order-when-setting-clearing-KVM-
	patches.suse/s390-vfio-ap-prepare-for-dynamic-update-of-guest-s-APCB-on-assig
	patches.suse/s390-vfio-ap-prepare-for-dynamic-update-of-guest-s-APCB-on-queue
	patches.suse/s390-vfio-ap-allow-hot-plug-unplug-of-AP-devices-when-assigned-u
	patches.suse/s390-vfio-ap-hot-plug-unplug-of-AP-devices-when-probed-removed
	patches.suse/s390-vfio-ap-reset-queues-after-adapter-domain-unassignment
	patches.suse/s390-vfio-ap-implement-in-use-callback-for-vfio_ap-driver
	patches.suse/s390-vfio-ap-sysfs-attribute-to-display-the-guest-s-matrix
	patches.suse/s390-vfio-ap-handle-config-changed-and-scan-complete-notificatio
	patches.suse/s390-vfio-ap-update-docs-to-include-dynamic-config-support
	patches.suse/s390-Docs-new-doc-describing-lock-usage-by-the-vfio_ap-device-dr
	patches.suse/MAINTAINERS-pick-up-all-vfio_ap-docs-for-VFIO-AP-maintainers
	patches.suse/s390-docs-fix-warnings-for-vfio_ap-driver-lock-usage-doc
	patches.suse/s390-docs-fix-warnings-for-vfio_ap-driver-doc
	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/1362-video-fbdev-amiga-Simplify-amifb_pan_display.patch
	patches.suse/1363-video-fbdev-sa1100fb-Remove-unused-sa1100fb_setup.patch
	patches.suse/1364-video-fbdev-cirrusfb-Make-cirrusfb_zorro_unregister-.patch
	patches.suse/1365-video-fbdev-Make-fb_setup-and-fb_init-static.patch
	patches.suse/1366-video-fbdev-atari-Simplify-atafb_pan_display.patch
	patches.suse/1367-video-fbdev-atari-Remove-bogus-FB_VMODE_YWRAP-flags.patch
	patches.suse/1368-video-fbdev-atari-Fix-inverse-handling.patch
	patches.suse/1369-video-fbdev-atari-Fix-ext_setcolreg.patch
	patches.suse/1370-video-fbdev-atari-Remove-unneeded-casts-from-void.patch
	patches.suse/1371-video-fbdev-atari-Remove-unneeded-casts-to-void.patch
	patches.suse/1372-video-fbdev-atari-Fix-TT-High-video-mode-vertical-re.patch
	patches.suse/1373-video-fbdev-atari-Fix-VGA-modes.patch
	patches.suse/1374-video-fbdev-atari-Remove-unused-definitions-and-vari.patch
	patches.suse/1375-video-fbdev-atari-Remove-backward-bug-compatibility.patch
	patches.suse/1376-video-fbdev-omapfb-Unexport-omap-_update_window_asyn.patch
	patches.suse/video-fbdev-amba-clcd-Fix-refcount-leak-bugs.patch
	patches.suse/1378-video-fbdev-imxfb-Drop-platform-data-support.patch
	patches.suse/1379-video-fbdev-imxfb-Fold-linux-platform_data-video-imx.patch
	patches.suse/1380-video-fbdev-imxfb-Convert-request_mem_region-ioremap.patch
	patches.suse/video-fbdev-sis-fix-typos-in-SiS_GetModeID.patch
	patches.suse/1382-video-fbdev-imxfb-fix-return-value-check-in-imxfb_pr.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/smb3-check-xattr-value-length-earlier.patch
	patches.suse/cifs-remove-redundant-initialization-to-variable-mnt_sign_enabled.patch
	patches.suse/cifs-remove-unnecessary-type-castings.patch
	patches.suse/cifs-remove-unnecessary-void-conversions-.patch
	patches.suse/cifs-remove-some-camelCase-and-also-some-static-build-warnings.patch
	patches.suse/cifs-remove-minor-build-warning.patch
	patches.suse/smb2-small-refactor-in-smb2_check_message-.patch
	patches.suse/cifs-list_for_each-list_for_each_entry-.patch
	patches.suse/cifs-remove-remaining-build-warnings.patch
	patches.suse/cifs-avoid-use-of-global-locks-for-high-contention-data.patch
	patches.suse/cifs-fix-wrong-unlock-before-return-from-cifs_tree_connect-.patch
	patches.suse/cifs-when-insecure-legacy-is-disabled-shrink-amount-of-SMB1-code.patch
	patches.suse/cifs-remove-useless-DeleteMidQEntry-.patch
	patches.suse/cifs-remove-cifs_-prefix-from-init-destroy-mids-functions.patch
	patches.suse/cifs-alloc_mid-function-should-be-marked-as-static.patch
	patches.suse/cifs-update-internal-module-number-0d168a58.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/lib-bitmap-change-type-of-bitmap_weight-to-unsigned-long
	patches.suse/x86-olpc-fix-logical-not-is-only-applied-to-the-left.patch
	patches.suse/powerpc-drop-dependency-on-asm-machdep.h-in-archrandom.h.patch
	patches.suse/lib-nodemask-inline-next_node_in-and-node_random.patch
	patches.suse/msft-hv-2630-Drivers-hv-vm_bus-Handle-vmbus-rescind-calls-after-v.patch
	patches.suse/msft-hv-2634-Drivers-hv-Create-debugfs-file-with-hyper-v-balloon-.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-fix-deadlock-between-atomic-O_TRUNC-and-page-invalidation.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/1388-OPP-Make-dev_pm_opp_set_regulators-accept-NULL-termi.patch
	patches.suse/venus-pm_helpers-Fix-warning-in-OPP-during-probe.patch
	patches.suse/cpufreq-tegra194-Staticize-struct-tegra_cpufreq_soc-.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-glink-replace-strncpy-with-strscpy_pad.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/fscache-don-t-leak-cookie-access-refs-if-invalidation-is-in-progress-or-failed.patch
	patches.suse/fscache-add-tracepoint-when-failing-cookie.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-intel-Add-Intel-Meteor-Lake-pin-controller-s.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/KVM-SVM-Disable-SEV-ES-support-if-MMIO-caching-is-di.patch
	patches.suse/fs-change-test-in-inode_insert5-for-adding-to-the-sb-list.patch
	patches.suse/fscrypt-export-fscrypt_fname_encrypt-and-fscrypt_fname_encrypted_size.patch
	patches.suse/fscrypt-add-fscrypt_context_for_new_inode.patch
	patches.suse/ceph-use-correct-index-when-encoding-client-supported-features.patch
	patches.suse/ceph-remove-useless-CEPHFS_FEATURES_CLIENT_REQUIRED.patch
	patches.suse/fs-dcache-export-d_same_name-helper.patch
	patches.suse/ceph-wait-for-the-first-reply-of-inflight-async-unlink.patch
	patches.suse/ceph-add-session-already-open-notify-support.patch
	patches.suse/ceph-choose-auth-MDS-for-getxattr-with-the-Xs-caps.patch
	patches.suse/ceph-prevent-a-client-from-exceeding-the-MDS-maximum-xattr-size.patch
	patches.suse/ceph-don-t-leak-snap_rwsem-in-handle_cap_grant.patch
	patches.suse/ceph-fix-the-incorrect-comment-for-the-ceph_mds_caps-struct.patch
	patches.suse/ceph-convert-to-generic_file_llseek.patch
	patches.suse/ceph-call-netfs_subreq_terminated-with-was_async-false.patch
	patches.suse/ceph-fix-incorrect-old_size-length-in-ceph_mds_request_args.patch
	patches.suse/ceph-make-change_auth_cap_ses-a-global-symbol.patch
	patches.suse/ceph-update-the-auth-cap-when-the-async-create-req-is-forwarded.patch
	patches.suse/ceph-don-t-get-the-inline-data-for-new-creating-files.patch
	patches.suse/libceph-check-pointer-before-assigned-to-c-rules.patch
	patches.suse/libceph-print-fsid-and-epoch-with-osd-id.patch
	patches.suse/ceph-flush-the-dirty-caps-immediatelly-when-quota-is-approaching.patch
	patches.suse/ceph-make-f_bsize-always-equal-to-f_frsize.patch
	patches.suse/ceph-don-t-truncate-file-in-atomic_open.patch
	patches.suse/ceph-remove-useless-check-for-the-folio.patch
	patches.suse/libceph-fix-ceph_pagelist_reserve-comment-typo.patch
	patches.suse/libceph-clean-up-ceph_osdc_start_request-prototype.patch
	patches.suse/ACPI-VIOT-Do-not-dereference-fwnode-in-struct-device.patch
	patches.suse/ACPI-property-Return-type-of-acpi_add_nondev_subnode.patch
	patches.suse/ACPI-property-Tie-data-nodes-to-acpi-handles.patch
	patches.suse/ACPI-property-Use-acpi_object_type-consistently-in-p.patch
	patches.suse/ACPI-property-Move-property-ref-argument-parsing-int.patch
	patches.suse/ACPI-property-Switch-node-property-referencing-from-.patch
	patches.suse/ACPI-property-Unify-integer-value-reading-functions.patch
	patches.suse/ACPI-property-Add-support-for-parsing-buffer-propert.patch
	patches.suse/ACPI-property-Read-buffer-properties-as-integers.patch
	patches.suse/ACPI-property-Fix-error-handling-in-acpi_init_proper.patch
	patches.suse/net-phy-Warn-about-incorrect-mdio_bus_phy_resume-sta.patch
	patches.suse/nfp-ethtool-fix-the-display-error-of-ethtool-m-DEVNA.patch
	patches.suse/selftests-mptcp-make-sendfile-selftest-work.patch
	patches.suse/net-tap-NULL-pointer-derefence-in-dev_parse_header_p.patch
	patches.suse/bnxt_en-Remove-duplicated-include-bnxt_devlink.c.patch
	patches.suse/octeontx2-af-Apply-tx-nibble-fixup-always.patch
	patches.suse/octeontx2-af-suppress-external-profile-loading-warni.patch
	patches.suse/octeontx2-af-Fix-mcam-entry-resource-leak.patch
	patches.suse/octeontx2-af-Fix-key-checking-for-source-mac.patch
	patches.suse/octeontx2-pf-Fix-NIX_AF_TL3_TL2X_LINKX_CFG-register-.patch
	patches.suse/net-bcmgenet-Indicate-MAC-is-in-charge-of-PHY-PM.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-ISO-unlock-on-error-path-in-iso_sock_setso.patch
	patches.suse/Bluetooth-hci_conn-Fix-updating-ISO-QoS-PHY.patch
	patches.suse/Bluetooth-ISO-Fix-info-leak-in-iso_sock_getsockopt.patch
	patches.suse/Bluetooth-Fix-null-pointer-deref-on-unexpected-statu.patch
	patches.suse/Bluetooth-ISO-Fix-memory-corruption.patch
	patches.suse/Bluetooth-hci_event-Fix-build-warning-with-C-1.patch
	patches.suse/Bluetooth-MGMT-Fixes-build-warnings-with-C-1.patch
	patches.suse/Bluetooth-ISO-Fix-iso_sock_getsockopt-for-BT_DEFER_S.patch
	patches.suse/Bluetooth-don-t-try-to-cancel-uninitialized-works-at.patch
	patches.suse/Bluetooth-ISO-Fix-not-using-the-correct-QoS.patch
	patches.suse/net-bgmac-Fix-a-BUG-triggered-by-wrong-bytes_compl.patch
	patches.suse/plip-avoid-rcu-debug-splat.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/net-atlantic-fix-aq_vec-index-out-of-range-error.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-j1939-j1939_session_destroy-fix-memory-leak-of-s.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/macsec-Fix-traffic-counters-statistics.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/nfp-fix-use-after-free-in-area_cache_get.patch
	patches.suse/dpaa2-eth-trace-the-allocated-address-instead-of-pag.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/0244-dm-bufio-simplify-DM_BUFIO_CLIENT_NO_SLEEP-locking.patch
	patches.suse/0245-dm-verity-fix-DM_VERITY_OPTS_MAX-value-yet-again.patch
	patches.suse/0246-dm-verity-fix-verity_parse_opt_args-parsing.patch
	patches.suse/0247-dm-writecache-fix-smatch-warning-about-invalid-return-from-writecache_map.patch
	patches.suse/0248-dm-bufio-fix-some-cases-where-the-code-sleeps-with-spinlock-held.patch
	patches.suse/vfio-Move-vfio.c-to-vfio_main.c
	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-scarlett2-Add-Focusrite-Clarett-8Pre-support.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-usb-audio-make-read-only-array-marker-static-co.patch
	patches.suse/ALSA-hda-cirrus-support-for-iMac-12-1-model.patch
	patches.suse/ALSA-hda-Fix-crash-due-to-jack-poll-in-suspend.patch
	patches.suse/rtc-rtc-cmos-Do-not-check-ACPI_FADT_LOW_POWER_S0.patch
	patches.suse/nvme-fc-restart-admin-queue-if-the-caller-needs-to-r.patch
	patches.suse/nvme-fc-fix-the-fc_appid_store-return-value.patch
	patches.suse/nvmet-auth-use-kmemdup-instead-of-kmalloc-memcpy.patch
	patches.suse/nvme-fabrics-parse-nvme-connect-Linux-error-codes.patch
	patches.suse/nvme-fabrics-Fix-a-typo-in-an-error-message.patch
	patches.suse/nvme-tcp-check-if-the-queue-is-allocated-before-stop.patch
	patches.suse/nvme-pci-add-NVME_QUIRK_BOGUS_NID-for-ADATA-XPG-GAMM-f37527a0.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/scsi-megaraid_sas-Remove-redundant-variable-cmd_type.patch
	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-timers-Make-do_clock_gettime-static.patch
	patches.suse/time-Correct-the-prototype-of-ns_to_kernel_old_timev.patch
	patches.suse/posix-cpu-timers-Cleanup-CPU-timers-before-freeing-t.patch
	patches.suse/cifs-fix-lock-length-calculation.patch
	patches.suse/cifs-Move-cached-dir-functions-into-a-separate-file.patch
	patches.suse/cifs-Do-not-use-tcon-cfid-directly-use-the-cfid-we-get-from-open_.patch
	patches.suse/smb3-allow-deferred-close-timeout-to-be-configurable.patch
	patches.suse/SMB3-fix-lease-break-timeout-when-multiple-deferred-close-handles-f.patch
	patches.suse/cifs-Add-constructor-destructors-for-tcon-cfid.patch
	patches.suse/cifs-Do-not-access-tcon-cfids-cfid-directly-from-is_path_accessib.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/fec-Fix-timer-capture-timing-in-fec_ptp_enable_pps.patch
	patches.suse/net-dsa-mv88e6060-prevent-crash-on-an-unused-port.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/mlxsw-spectrum-Clear-PTP-configuration-after-unregis.patch
	patches.suse/net-moxa-pass-pdev-instead-of-ndev-to-DMA-functions.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/net-sched-fix-misuse-of-qcpu-backlog-in-gnet_stats_a.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-dsa-microchip-ksz9477-fix-fdb_dump-last-invalid-.patch
	patches.suse/net-dsa-sja1105-fix-buffer-overflow-in-sja1105_setup.patch
	patches.suse/net-mscc-ocelot-fix-address-of-SYS_COUNT_TX_AGING-co.patch
	patches.suse/net-mlx5e-Allocate-flow-steering-storage-during-upli.patch
	patches.suse/stmmac-intel-Add-a-missing-clk_disable_unprepare-cal.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/1391-drm-i915-disable-pci-resize-on-32-bit-machine.patch
	patches.suse/1392-drm-i915-ttm-don-t-leak-the-ccs-state.patch
	patches.suse/1393-drm-i915-gt-Ignore-TLB-invalidations-on-idle-engines.patch
	patches.suse/1394-drm-i915-gt-Invalidate-TLB-of-the-OA-unit-at-TLB-inv.patch
	patches.suse/drm-i915-gt-Skip-TLB-invalidations-once-wedged.patch
	patches.suse/1396-drm-i915-gt-Batch-TLB-invalidations.patch
	patches.suse/1397-drm-i915-gem-Remove-shared-locking-on-freeing-object.patch
	patches.suse/1398-drm-i915-pass-a-pointer-for-tlb-seqno-at-vma_invalid.patch
	patches.suse/1399-drm-imx-dcss-get-rid-of-HPD-warning-message.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/1403-drm-bridge-lvds-codec-Fix-error-checking-of-drm_of_l.patch
	patches.suse/drm-sun4i-dsi-Prevent-underflow-when-computing-packe.patch
	patches.suse/1405-drm-amd-display-Add-a-missing-register-field-for-HPO.patch
	patches.suse/1406-Revert-drm-amd-display-reduce-stack-for-dml32_Calcul.patch
	patches.suse/1407-Revert-drm-amd-display-reduce-stack-for-dml32_Calcul.patch
	patches.suse/1408-Revert-drm-amd-display-reduce-stack-for-dml32_Calcul.patch
	patches.suse/1409-Revert-drm-amd-display-reduce-stack-for-dml32_Calcul.patch
	patches.suse/1410-drm-amd-display-remove-DML-Makefile-duplicate-lines.patch
	patches.suse/1411-drm-amd-display-make-variables-static.patch
	patches.suse/1412-drm-amd-display-remove-header-from-source-file.patch
	patches.suse/1413-drm-amdgpu-Remove-rounding-from-vram-allocation-path.patch
	patches.suse/1414-drm-amdgpu-Pessimistic-availability-based-on-rounded.patch
	patches.suse/1415-drm-amdgpu-change-vram-width-algorithm-for-vram_info.patch
	patches.suse/1416-drm-amd-display-include-missing-headers.patch
	patches.suse/1417-drm-amdgpu-Avoid-another-list-of-reset-devices.patch
	patches.suse/1418-drm-amdgpu-Remove-redundant-reference-of-header-file.patch
	patches.suse/1419-drm-amd-display-change-family-id-name-for-DCN314.patch
	patches.suse/1420-drm-amdgpu-add-GFX-Clock-Gating-support-for-GC-IP-v1.patch
	patches.suse/1421-drm-amdgpu-enable-GFX-Clock-Gating-control-for-GC-IP.patch
	patches.suse/1422-drm-amdgpu-pm-update-smu-driver-interface-header-for.patch
	patches.suse/1423-drm-amdgpu-pm-remove-EnableGfxOff-message-for-SMU-IP.patch
	patches.suse/1424-drm-amd-display-Use-pixels-per-container-logic-for-D.patch
	patches.suse/1425-drm-amd-display-Create-FPU-files-for-DCN314.patch
	patches.suse/1426-drm-amd-display-Move-populate-dml-pipes-from-DCN314-.patch
	patches.suse/1427-drm-amd-display-Drop-FPU-flags-from-Makefile.patch
	patches.suse/1428-drm-amd-display-fix-CAB-allocation-for-multiple-disp.patch
	patches.suse/1429-drm-amd-display-Add-a-variable-to-update-FCLK-latenc.patch
	patches.suse/1430-drm-amd-display-Fix-TMDS-4K-60Hz-YCbCr420-corruption.patch
	patches.suse/1431-drm-amd-display-Device-flash-garbage-before-get-in-O.patch
	patches.suse/1432-drm-amd-display-Avoid-MPC-infinite-loop.patch
	patches.suse/drm-amd-display-Fix-HDMI-VSIF-V3-incorrect-issue.patch
	patches.suse/1434-drm-amd-display-Allow-alternate-prefetch-modes-in-DM.patch
	patches.suse/1435-drm-amd-display-Fix-Compile-time-Warning.patch
	patches.suse/1436-drm-amd-display-Fix-VPG-instancing-for-dcn314-HPO.patch
	patches.suse/drm-amd-display-Check-correct-bounds-for-stream-enco.patch
	patches.suse/1438-drm-amd-display-Enable-SubVP-by-default-on-DCN32-DCN.patch
	patches.suse/1439-drm-amd-display-Correct-DTBCLK-for-dcn314.patch
	patches.suse/1440-drm-amd-display-Revert-attempt-to-fix-the-logic-in-c.patch
	patches.suse/drm-amd-display-For-stereo-keep-FLIP_ANY_FRAME.patch
	patches.suse/1442-drm-amd-display-Don-t-try-to-enter-MALL-SS-if-stereo.patch
	patches.suse/drm-amd-display-clear-optc-underflow-before-turn-off.patch
	patches.suse/1444-drm-amd-display-Fix-TDR-eDP-and-USB4-display-light-u.patch
	patches.suse/1445-drm-amd-display-Add-16-lines-margin-for-SubVP.patch
	patches.suse/1446-drm-amd-display-3.2.197.patch
	patches.suse/1447-drm-amdgpu-Enable-translate_further-to-extend-UTCL2-.patch
	patches.suse/1448-drm-amd-pm-add-3715-softpptable-support-for-SMU13.0..patch
	patches.suse/1449-drm-amd-pm-skip-pptable-override-for-smu_v13_0_7.patch
	patches.suse/1450-drm-amdgpu-Avoid-direct-cast-to-amdgpu_ttm_tt.patch
	patches.suse/1451-drm-amdkfd-Handle-restart-of-kfd_ioctl_wait_events.patch
	patches.suse/1452-drm-amdgpu-enable-GFX-Power-Gating-for-GC-IP-v11.0.1.patch
	patches.suse/1453-drm-amdgpu-add-GFX-Power-Gating-support-for-GC-IP-v1.patch
	patches.suse/1454-drm-amd-pm-Fix-a-potential-gpu_metrics_table-memory-.patch
	patches.suse/1455-drm-amd-pm-Fix-a-potential-gpu_metrics_table-memory-.patch
	patches.suse/1456-drm-amd-display-set-panel-orientation-before-drm_dev.patch
	patches.suse/1457-drm-amdgpu-Only-disable-prefer_shadow-on-hawaii.patch
	patches.suse/1458-drm-amdgpu-double-free-error-and-freeing-uninitializ.patch
	patches.suse/1459-drm-amdgpu-disable-3DCGCG-CGLS-temporarily-due-to-st.patch
	patches.suse/drm-amd-pm-add-missing-fini_microcode-interface-for-.patch
	patches.suse/1461-drm-amd-pm-add-missing-fini_xxxx-interfaces-for-some.patch
	patches.suse/1462-drm-amd-amdgpu-add-ih-cg-and-hdp-sd-on-smu_v13_0_7.patch
	patches.suse/1463-drm-amd-pm-add-mode1-support-on-smu_v13_0_7.patch
	patches.suse/1464-drm-amdkfd-Fix-mm-reference-in-SVM-eviction-worker.patch
	patches.suse/1465-drm-amd-pm-update-the-smu-driver-interface-version-f.patch
	patches.suse/1466-drm-amdgpu-add-MMHUB-IP-v3.0.1-Clock-Gating-support.patch
	patches.suse/1467-drm-amdgpu-add-HDP-IP-v5.2.1-Clock-Gating-support.patch
	patches.suse/1468-drm-amdgpu-add-ATHUB-IP-v3.0.1-Clock-Gating-support.patch
	patches.suse/1469-drm-amdgpu-enable-MMHUB-IP-v3.0.1-Clock-Gating.patch
	patches.suse/1470-drm-amdgpu-enable-HDP-IP-v5.2.1-Clock-Gating.patch
	patches.suse/1471-drm-amdgpu-enable-ATHUB-IP-v3.0.1-Clock-Gating.patch
	patches.suse/1472-drm-amdkfd-reserve-2-queues-for-sdma-6.0.1-in-bitmap.patch
	patches.suse/1473-drm-amdkfd-potential-crash-in-kfd_create_indirect_li.patch
	patches.suse/1474-drm-amdgpu-enable-IH-Clock-Gating-for-OSS-IP-v6.0.1.patch
	patches.suse/1475-drm-amd-pm-Enable-GFXOFF-feature-for-SMU-IP-v13.0.4.patch
	patches.suse/1476-drm-amd-display-reverted-limiting-vscsdp_for_colorim.patch
	patches.suse/1477-drm-amd-display-3.2.198.patch
	patches.suse/drm-amd-display-Fix-pixel-clock-programming.patch
	patches.suse/1479-drm-amd-display-Add-reserved-dc_log_type.patch
	patches.suse/1480-drm-amd-display-do-not-compare-integers-of-different.patch
	patches.suse/drm-amdgpu-Increase-tlb-flush-timeout-for-sriov.patch
	patches.suse/1482-drm-amd-display-Add-debug-parameter-to-retain-defaul.patch
	patches.suse/1483-drm-amd-display-Fix-plug-unplug-external-monitor-wil.patch
	patches.suse/1484-drm-amd-display-Modify-header-inclusion-pattern.patch
	patches.suse/1485-drm-amd-display-Update-clock-table-policy-for-DCN314.patch
	patches.suse/1486-drm-amd-display-Don-t-set-DSC-for-phantom-pipes.patch
	patches.suse/1487-drm-amd-display-Use-pitch-when-calculating-size-to-c.patch
	patches.suse/drm-amd-display-avoid-doing-vm_init-multiple-time.patch
	patches.suse/1489-drm-amd-display-add-chip-revision-to-DCN32.patch
	patches.suse/1490-drm-amdgpu-Add-decode_iv_ts-helper-for-ih_v6-block.patch
	patches.suse/drm-amdgpu-remove-useless-condition-in-amdgpu_job_st.patch
	patches.suse/1492-drm-amdgpu-vcn-Return-void-from-the-stop_dbg_mode.patch
	patches.suse/1493-drm-amd-display-Include-scaling-factor-for-SubVP-com.patch
	patches.suse/1494-drm-amdgpu-Add-secure-display-TA-load-for-Renoir.patch
	patches.suse/1495-drm-amdgpu-Fix-interrupt-handling-on-ih_soft-ring.patch
	patches.suse/1496-drm-amdgpu-Fix-use-after-free-on-amdgpu_bo_list-mute.patch
	patches.suse/1497-Revert-drm-amd-amdgpu-add-pipe1-hardware-support.patch
	patches.suse/ALSA-hda-realtek-Add-quirks-for-ASUS-Zenbooks-using-.patch
	patches.suse/ASoC-amd-yc-Update-DMI-table-entries-for-AMD-platfor.patch
	patches.suse/ASoC-SOF-ipc3-topology-Fix-clang-Wformat-warning.patch
	patches.suse/ASoC-DPCM-Don-t-pick-up-BE-without-substream.patch
	patches.suse/ASoC-Intel-avs-Fix-potential-buffer-overflow-by-snpr.patch
	patches.suse/ASoC-SOF-debug-Fix-potential-buffer-overflow-by-snpr.patch
	patches.suse/ASoC-SOF-Intel-hda-Fix-potential-buffer-overflow-by-.patch
	patches.suse/ASoC-Intel-fix-sof_es8336-probe.patch
	patches.suse/ASoC-rt5640-Fix-the-JD-voltage-dropping-issue.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/powerpc-pci-Fix-get_phb_number-locking.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/cifs-remove-unused-server-parameter-from-calc_smb_size-.patch
	patches.suse/cifs-remove-useless-parameter-is_fsctl-from-SMB2_ioctl-.patch
	patches.suse/cifs-Fix-memory-leak-on-the-deferred-close.patch
	patches.suse/cifs-move-from-strlcpy-with-unused-retval-to-strscpy.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/Revert-net-macsec-update-SCI-upon-MAC-address-change.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-ipa-don-t-assume-SMEM-is-page-aligned.patch
	patches.suse/net-phy-Don-t-WARN-for-PHY_READY-state-in-mdio_bus_p.patch
	patches.suse/net-moxa-get-rid-of-asymmetry-in-DMA-mapping-unmappi.patch
	patches.suse/bonding-802.3ad-fix-no-transmission-of-LACPDUs.patch
	patches.suse/net-ipvtap-add-__init-__exit-annotations-to-module-i.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/net-stmmac-work-around-sporadic-tx-issue-on-link-up.patch
	patches.suse/scsi-qla2xxx-Disable-ATIO-interrupt-coalesce-for-qua.patch
	patches.suse/scsi-megaraid_sas-Fix-double-kfree.patch
	patches.suse/scsi-megaraid_sas-Remove-unnecessary-kfree.patch
	patches.suse/msft-hv-2639-scsi-storvsc-Remove-WQ_MEM_RECLAIM-from-storvsc_erro.patch
	patches.suse/scsi-core-Fix-passthrough-retry-counter-handling.patch
	patches.suse/0009-blk-mq-fix-io-hung-due-to-missing-commit_rqs.patch
	patches.suse/loop-Check-for-overflow-while-configuring-loop.patch
	patches.suse/0249-md-Flush-workqueue-md_rdev_misc_wq-in-md_alloc.patch
	patches.suse/md-call-__md_stop_writes-in-md_stop.patch
	patches.suse/1498-drm-vc4-hdmi-Depends-on-CONFIG_PM.patch
	patches.suse/1499-drm-vc4-hdmi-Rework-power-up.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/1502-drm-amdgpu-enable-GFXOFF-allow-control-for-GC-IP-v11.patch
	patches.suse/drm-amdgpu-Move-psp_xgmi_terminate-call-from-amdgpu_.patch
	patches.suse/1504-drm-amdgpu-fix-hive-reference-leak-when-adding-xgmi-.patch
	patches.suse/drm-amdgpu-Check-num_gfx_rings-for-gfx-v9_0-rb-setup.patch
	patches.suse/1507-drm-amd-display-Include-missing-header.patch
	patches.suse/drm-radeon-add-a-force-flush-to-delay-work-when-rade.patch
	patches.suse/1509-drm-amdgpu-add-TX_POWER_CTRL_1-macro-definitions-for.patch
	patches.suse/1510-drm-amdgpu-add-NBIO-IP-v7.7.0-Clock-Gating-support.patch
	patches.suse/1511-drm-amdgpu-enable-NBIO-IP-v7.7.0-Clock-Gating.patch
	patches.suse/1512-drm-amd-display-enable-PCON-support-for-dcn314.patch
	patches.suse/1513-drm-amdgpu-add-sdma-instance-check-for-gfx11-CGCG.patch
	patches.suse/1514-drm-amd-pm-update-SMU-13.0.0-driver_if-header.patch
	patches.suse/1515-drm-amdgpu-Fix-page-table-setup-on-Arcturus.patch
	patches.suse/1516-drm-amdkfd-Fix-isa-version-for-the-GC-10.3.7.patch
	patches.suse/1517-drm-amdgpu-add-MGCG-perfmon-setting-for-gfx11.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/arm64-cacheinfo-Fix-incorrect-assignment-of-signed-e.patch
	patches.suse/1519-fbdev-omapfb-Fix-tests-for-platform_get_irq-failure.patch
	patches.suse/1520-fbdev-ssd1307fb-Fix-repeated-words-in-comments.patch
	patches.suse/fbdev-fb_pm2fb-Avoid-potential-divide-by-zero-error.patch
	patches.suse/1522-fbdev-sisfb-Clean-up-some-inconsistent-indenting.patch
	patches.suse/1523-fbdev-radeon-Clean-up-some-inconsistent-indenting.patch
	patches.suse/1524-fbdev-fbcon-Destroy-mutex-on-freeing-struct-fb_info.patch
	patches.suse/fbdev-chipsfb-Add-missing-pci_disable_device-in-chip.patch
	patches.suse/1526-fbdev-omap-Remove-unnecessary-print-function-dev_err.patch
	patches.suse/1527-fbdev-Move-fbdev-drivers-from-strlcpy-to-strscpy.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-property-Fix-type-detection-of-unified-integer-.patch
	patches.suse/ACPI-property-Ignore-already-existing-data-node-tags.patch
	patches.suse/ACPI-property-Remove-default-association-from-intege.patch
	patches.suse/ACPI-processor-Remove-freq-Qos-request-for-all-CPUs.patch
	patches.suse/thermal-int340x_thermal-handle-data_vault-when-the-v.patch
	patches.suse/x86-cpu-Add-new-Raptor-Lake-CPU-model-number.patch
	patches.suse/x86-boot-Don-t-propagate-uninitialized-boot_params-c.patch
	patches.suse/x86-sev-Don-t-use-cc_platform_has-for-early-SEV-SNP-.patch
	patches.suse/smb3-missing-inode-locks-in-zero-range.patch
	patches.suse/smb3-missing-inode-locks-in-punch-hole.patch
	patches.suse/cifs-skip-extra-NULL-byte-in-filenames.patch
	patches.suse/cifs-Use-help-macro-to-get-the-header-preamble-size.patch
	patches.suse/cifs-Use-help-macro-to-get-the-mid-header-size.patch
	patches.suse/cifs-Add-helper-function-to-check-smb1-server.patch
	patches.suse/btrfs-check-if-root-is-readonly-while-setting-securi.patch
	patches.suse/btrfs-fix-space-cache-corruption-and-potential-doubl.patch
	patches.suse/mm-re-allow-pinning-of-zero-pfns-again.patch
	patches.suse/asm-generic-sections-refactor-memory_intersects.patch
	patches.suse/HID-steam-Prevent-NULL-pointer-dereference-in-steam_.patch
	patches.suse/HID-hidraw-fix-memory-leak-in-hidraw_release.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/fscache-fix-misdocumented-parameter.patch
	patches.suse/cachefiles-fix-error-return-code-in-cachefiles_ondemand_copen.patch
	patches.suse/cachefiles-make-on-demand-request-distribution-fairer.patch
	patches.suse/mm-rmap-Fix-anon_vma-degree-ambiguity-leading-to-double-reuse.patch
	patches.suse/ALSA-memalloc-Revive-x86-specific-WC-page-allocation.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-hci_event-Fix-vendor-unknown-opcode-status.patch
	patches.suse/Bluetooth-hci_sync-Fix-suspend-performance-regressio.patch
	patches.suse/Bluetooth-L2CAP-Fix-build-errors-in-some-archs.patch
	patches.suse/Bluetooth-MGMT-Fix-Get-Device-Flags.patch
	patches.suse/Bluetooth-hci_sync-fix-double-mgmt_pending_free-in-r.patch
	patches.suse/Bluetooth-ISO-Fix-not-handling-shutdown-condition.patch
	patches.suse/Bluetooth-hci_event-Fix-checking-conn-for-le_conn_co.patch
	patches.suse/Bluetooth-move-from-strlcpy-with-unused-retval-to-st.patch
	patches.suse/Bluetooth-hci_sync-hold-hdev-lock-when-cleanup-hci_c.patch
	patches.suse/tg3-Disable-tg3-device-on-system-reboot-to-avoid-tri.patch
	patches.suse/net-sched-tbf-don-t-call-qdisc_put-while-holding-tre.patch
	patches.suse/net-sched-fix-netdevice-reference-leaks-in-attach_de.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/net-smc-Remove-redundant-refcount-increase.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-fix-PHY-disable-sequence.patch
	patches.suse/usb-dwc3-qcom-fix-use-after-free-on-runtime-PM-wakeu.patch
	patches.suse/usb-dwc3-qcom-fix-runtime-PM-wakeup.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/thunderbolt-Check-router-generation-before-connectin.patch
	patches.suse/Revert-usb-typec-ucsi-add-a-common-function-ucsi_unr.patch
	patches.suse/xhci-Fix-null-pointer-dereference-in-remove-if-xHC-h.patch
	patches.suse/usb-add-quirks-for-Lenovo-OneLink-Dock.patch
	patches.suse/usb-dwc3-disable-USB-core-PHY-management.patch
	patches.suse/usb-typec-Remove-retimers-properly.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-remove-duplicate-reset-control-get.patch
	patches.suse/soundwire-qcom-fix-device-status-array-range.patch
	patches.suse/Revert-iommu-of-Delete-usage-of-driver_deferred_probe_check_stat
	patches.suse/driver-core-Don-t-probe-devices-after-bus_type.match.patch
	patches.suse/firmware_loader-Fix-use-after-free-during-unregister.patch
	patches.suse/firmware_loader-Fix-memory-leak-in-firmware-upload.patch
	patches.suse/1529-drm-i915-gvt-fix-typo-in-comment.patch
	patches.suse/1530-drm-i915-gvt-Fix-kernel-doc.patch
	patches.suse/1531-drm-i915-gvt-Fix-kernel-doc.patch
	patches.suse/1532-drm-i915-gvt-Fix-kernel-doc.patch
	patches.suse/drm-i915-reg-Fix-spelling-mistake-Unsupport-Unsuppor.patch
	patches.suse/1534-drm-i915-gvt-Fix-Comet-Lake.patch
	patches.suse/1535-drm-i915-ttm-fix-CCS-handling.patch
	patches.suse/1536-drm-i915-guc-clear-stalled-request-after-a-reset.patch
	patches.suse/1537-drm-i915-dsi-filter-invalid-backlight-and-CABC-ports.patch
	patches.suse/1538-drm-i915-dsi-fix-dual-link-DSI-backlight-and-CABC-po.patch
	patches.suse/drm-i915-display-avoid-warnings-when-registering-dua.patch
	patches.suse/1540-drm-i915-backlight-Disable-pps-power-hook-for-aux-ba.patch
	patches.suse/1541-dma-buf-dma-resv-check-if-the-new-fence-is-really-la.patch
	patches.suse/1542-drm-amdgpu-disable-FRU-access-on-special-SIENNA-CICH.patch
	patches.suse/1543-drm-amdgpu-Update-mes_v11_api_def.h.patch
	patches.suse/1544-drm-amd-display-Fix-DCN32-DPSTREAMCLK_CNTL-programmi.patch
	patches.suse/1545-drm-amd-display-Fix-OTG-H-timing-reset-for-dcn314.patch
	patches.suse/1546-drm-amdgpu-Fix-use-after-free-in-amdgpu_cs_ioctl.patch
	patches.suse/1547-drm-amd-display-set-dig-fifo-read-start-level-to-7-b.patch
	patches.suse/1548-drm-amd-display-Missing-HPO-instance-added.patch
	patches.suse/1549-drm-amd-display-Fix-CAB-cursor-size-allocation-for-D.patch
	patches.suse/1550-drm-amd-display-disable-display-fresh-from-MALL-on-a.patch
	patches.suse/1551-drm-amd-display-use-actual-cursor-size-instead-of-ma.patch
	patches.suse/1552-drm-amd-display-fix-wrong-register-access.patch
	patches.suse/1553-drm-amd-pm-use-vbios-carried-pptable-for-those-suppo.patch
	patches.suse/1554-drm-amd-pm-use-vbios-carried-pptable-for-all-SMU13.0.patch
	patches.suse/1555-drm-amd-pm-bump-SMU-13.0.0-driver_if-header-version.patch
	patches.suse/1556-drm-amdgpu-ensure-no-PCIe-peer-access-for-CPU-XGMI-i.patch
	patches.suse/1557-drm-amd-display-Use-correct-plane-for-CAB-cursor-siz.patch
	patches.suse/1558-drm-amd-display-Re-initialize-viewport-after-pipe-me.patch
	patches.suse/1559-drm-amd-display-Fix-check-for-stream-and-plane.patch
	patches.suse/1560-drm-amd-display-Fix-black-flash-when-switching-from-.patch
	patches.suse/1561-drm-amdgpu-only-init-tap_delay-ucode-when-it-s-inclu.patch
	patches.suse/drm-amd-amdgpu-skip-ucode-loading-if-ucode_size-0.patch
	patches.suse/1563-drm-msm-dp-make-eDP-panel-as-the-first-connected-con.patch
	patches.suse/drm-msm-dsi-fix-the-inconsistent-indenting.patch
	patches.suse/1565-drm-msm-dpu-populate-wb-or-intf-before-reset_intf_cf.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/1569-drm-msm-gpu-Drop-qos-request-if-devm_devfreq_add_dev.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/smb3-Move-the-flush-out-of-smb2_copychunk_range-into-its-callers.patch
	patches.suse/smb3-fix-temporary-data-corruption-in-collapse-range.patch
	patches.suse/smb3-fix-temporary-data-corruption-in-insert-range.patch
	patches.suse/smb3-use-filemap_write_and_wait_range-instead-of-filemap_write_and_.patch
	patches.suse/cifs-fix-small-mempool-leak-in-SMB2_negotiate-.patch
	patches.suse/nvme-pci-add-NVME_QUIRK_BOGUS_NID-for-Lexar-NM610.patch
	patches.suse/nvmet-auth-add-missing-goto-in-nvmet_setup_auth.patch
	patches.suse/nvmet-tcp-fix-unhandled-tcp-states-in-nvmet_tcp_stat.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-fix-nospec-table-alignments
	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/KVM-s390-pci-Hook-to-access-KVM-lowlevel-from-VFIO
	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-x86-libstub-remove-unused-variable.patch
	patches.suse/efi-capsule-loader-Fix-use-after-free-in-efi_capsule.patch
	patches.suse/Revert-net-phy-meson-gxl-improve-link-up-behavior.patch
	patches.suse/sch_sfb-Don-t-assume-the-skb-is-still-around-after-e.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/ice-Fix-DMA-mappings-leak.patch
	patches.suse/ice-use-bitmap_free-instead-of-devm_kfree.patch
	patches.suse/i40e-Fix-ADQ-rate-limiting-for-PF.patch
	patches.suse/i40e-Fix-kernel-crash-during-module-removal.patch
	patches.suse/iavf-Detach-device-during-reset-task.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/Bluetooth-hci_sync-Fix-hci_read_buffer_size_sync.patch
	patches.suse/net-usb-qmi_wwan-add-Quectel-RM520N.patch
	patches.suse/net-smc-Fix-possible-access-to-freed-memory-in-link-clear
	patches.suse/sch_sfb-Also-store-skb-len-before-calling-child-enqu.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-hda-Once-again-fix-regression-of-page-allocatio.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-SOF-ipc4-topology-fix-wrong-use-of-sizeof-in-so.patch
	patches.suse/ASoC-mchp-spdiftx-Fix-clang-Wbitfield-constant-conve.patch
	patches.suse/ASoC-SOF-ipc4-topology-fix-alh_group_ida-max-value.patch
	patches.suse/ASoC-SOF-Kconfig-Make-IPC_FLOOD_TEST-depend-on-SND_S.patch
	patches.suse/ASoC-SOF-Kconfig-Make-IPC_MESSAGE_INJECTOR-depend-on.patch
	patches.suse/ASoC-nau8824-Fix-semaphore-unbalance-at-error-paths.patch
	patches.suse/vfio-type1-Unpin-zero-pages.patch
	patches.suse/1574-drm-amd-amdgpu-add-rlc_firmware_header_v2_4-to-amdgp.patch
	patches.suse/1575-drm-amd-pm-add-missing-SetMGpuFanBoostLimitRpm-mappi.patch
	patches.suse/1576-drm-amd-display-fix-memory-leak-when-using-debugfs_l.patch
	patches.suse/1577-drm-amdkfd-print-address-in-hex-format-rather-than-d.patch
	patches.suse/1578-drm-amdgpu-correct-doorbell-range-size-value-for-CSD.patch
	patches.suse/1579-drm-amdgpu-prevent-toc-firmware-memory-leak.patch
	patches.suse/1580-drm-edid-Handle-EDID-1.4-range-descriptor-h-vfreq-of.patch
	patches.suse/1581-drm-ttm-update-bulk-move-object-of-ghost-BO.patch
	patches.suse/1582-drm-ttm-cleanup-the-resource-of-ghost-objects-after-.patch
	patches.suse/drm-panfrost-devfreq-set-opp-to-the-recommended-one-.patch
	patches.suse/1584-drm-i915-bios-Copy-the-whole-MIPI-sequence-block.patch
	patches.suse/1585-drm-i915-slpc-Let-s-fix-the-PCODE-min-freq-table-set.patch
	patches.suse/drm-i915-Implement-WaEdpLinkRateDataReload.patch
	patches.suse/1587-drm-i915-consider-HAS_FLAT_CCS-in-needs_ccs_pages.patch
	patches.suse/RDMA-rtrs-clt-Use-the-right-sg_cnt-after-ib_dma_map_.patch
	patches.suse/RDMA-irdma-Fix-drain-SQ-hang-with-no-completion.patch
	patches.suse/RDMA-cma-Fix-arguments-order-in-net-device-validatio.patch
	patches.suse/RDMA-hns-Fix-supported-page-size.patch
	patches.suse/RDMA-hns-Fix-wrong-fixed-value-of-qp-rq.wqe_shift.patch
	patches.suse/RDMA-hns-Remove-the-num_qpc_timer-variable.patch
	patches.suse/RDMA-srp-Set-scmnd-result-only-when-scmnd-is-not-NUL.patch
	patches.suse/RDMA-siw-Pass-a-pointer-to-virt_to_page.patch
	patches.suse/IB-core-Fix-a-nested-dead-lock-as-part-of-ODP-flow.patch
	patches.suse/RDMA-mlx5-Rely-on-RoCE-fw-cap-instead-of-devlink-whe.patch
	patches.suse/RDMA-mlx5-Set-local-port-to-one-when-accessing-count.patch
	patches.suse/RDMA-mlx5-Fix-UMR-cleanup-on-error-flow-of-driver-in.patch
	patches.suse/RDMA-irdma-Report-the-correct-max-cqes-from-query-de.patch
	patches.suse/RDMA-irdma-Return-error-on-MR-deregister-CQP-failure.patch
	patches.suse/RDMA-irdma-Return-correct-WC-error-for-bind-operatio.patch
	patches.suse/RDMA-irdma-Use-s-g-array-in-post-send-only-when-its-.patch
	patches.suse/RDMA-irdma-Report-RNR-NAK-generation-in-device-caps.patch
	patches.suse/nvmet-fix-a-use-after-free.patch
	patches.suse/nvme-tcp-fix-uaf-when-detecting-digest-errors.patch
	patches.suse/nvme-tcp-fix-regression-that-causes-sporadic-request.patch
	patches.suse/nvmet-fix-mar-and-mor-off-by-one-errors.patch
	patches.suse/nvme-requeue-aen-after-firmware-activation.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/iommu-amd-use-full-64-bit-value-in-build_completion_wait
	patches.suse/iommu-vt-d-Fix-kdump-kernels-boot-failure-with-scalable-mode
	patches.suse/iommu-vt-d-Correctly-calculate-sagaw-value-of-IOMMU
	patches.suse/iommu-vt-d-Fix-recursive-lock-issue-in-iommu_flush_dev_iotlb
	patches.suse/iommu-vt-d-Fix-lockdep-splat-due-to-klist-iteration-in-atomic-co
	patches.suse/iommu-virtio-Fix-interaction-with-VFIO
	patches.suse/iommu-vt-d-Fix-possible-recursive-locking-in-intel_iommu_init
	patches.suse/iommu-Fix-false-ownership-failure-on-AMD-systems-with-PASID-acti
	patches.suse/docs-i2c-i2c-topology-fix-incorrect-heading.patch
	patches.suse/arm64-bti-Disable-in-kernel-BTI-when-cross-section-thunks-are-broken.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/msft-hv-2640-drm-hyperv-Fix-an-error-handling-path-in-hyperv_vmbu.patch
	patches.suse/msft-hv-2641-tools-hv-Remove-an-extraneous-the.patch
	patches.suse/msft-hv-2646-Drivers-hv-remove-duplicate-word-in-a-comment.patch
	patches.suse/msft-hv-2647-tools-hv-kvp-remove-unnecessary-void-conversions.patch
	patches.suse/msft-hv-2648-PCI-Move-PCI_VENDOR_ID_MICROSOFT-PCI_DEVICE_ID_HYPER.patch
	patches.suse/msft-hv-2649-Drivers-hv-Always-reserve-framebuffer-region-for-Gen.patch
	patches.suse/msft-hv-2650-Drivers-hv-Never-allocate-anything-besides-framebuff.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/cifs-revalidate-mapping-when-doing-direct-writes.patch
	patches.suse/cifs-don-t-send-down-the-destination-address-to-sendmsg-for-a-SOCK_.patch
	patches.suse/cifs-always-initialize-struct-msghdr-smb_msg-completely.patch
	patches.suse/cifs-add-missing-spinlock-around-tcon-refcount.patch
	patches.suse/cifs-update-internal-module-number-8af8aed9.patch
	patches.suse/drm-amd-pm-disable-BACO-entry-exit-completely-on-sev.patch
	patches.suse/1590-drm-amdgpu-Don-t-enable-LTR-if-not-supported.patch
	patches.suse/drm-amdgpu-use-dirty-framebuffer-helper.patch
	patches.suse/1592-drm-amdgpu-Enable-full-reset-when-RAS-is-supported-o.patch
	patches.suse/1593-drm-amdgpu-change-the-alignment-size-of-TMR-BO-to-1M.patch
	patches.suse/1594-drm-amdgpu-add-HDP-remap-functionality-to-nbio-7.7.patch
	patches.suse/1595-drm-amdgpu-Skip-reset-error-status-for-psp-v13_0_0.patch
	patches.suse/1596-drm-amd-display-Revert-Fallback-to-SW-cursor-if-SubV.patch
	patches.suse/1597-drm-amd-display-Update-MBLK-calculation-for-SubVP.patch
	patches.suse/1598-drm-amd-display-Fixing-DIG-FIFO-Error.patch
	patches.suse/1599-drm-amd-display-Fix-divide-by-zero-in-DML.patch
	patches.suse/1600-drm-amd-display-Fix-compilation-errors-on-DCN314.patch
	patches.suse/1601-drm-amd-display-Enable-dlg-and-vba-compilation-for-d.patch
	patches.suse/1602-drm-amd-display-Hook-up-DCN314-specific-dml-implemen.patch
	patches.suse/1603-drm-amd-display-Relax-swizzle-checks-for-video-non-R.patch
	patches.suse/1604-drm-amd-display-Correct-dram-channel-width-for-dcn31.patch
	patches.suse/1605-drm-amd-display-Round-cursor-width-up-for-MALL-alloc.patch
	patches.suse/1606-drm-amd-display-SW-cursor-fallback-for-SubVP.patch
	patches.suse/1607-drm-amd-display-add-workaround-for-subvp-cursor-corr.patch
	patches.suse/drm-amd-display-Limit-user-regamma-to-a-valid-value.patch
	patches.suse/1609-drm-amd-display-Refactor-SubVP-calculation-to-remove.patch
	patches.suse/1610-drm-amd-display-Reduce-number-of-arguments-of-dml32_.patch
	patches.suse/1611-drm-amd-display-Reduce-number-of-arguments-of-dml32_.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/1618-drm-panel-edp-Fix-delays-for-Innolux-N116BCA-EA1.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/1622-drm-gma500-Fix-WARN_ON-lock-magic-lock-error.patch
	patches.suse/1623-drm-gma500-Fix-vblank-IRQs-not-working-after-suspend.patch
	patches.suse/drm-rockchip-Fix-return-type-of-cdn_dp_connector_mod.patch
	patches.suse/1625-drm-i915-vdsc-Set-VDSC-PIC_HEIGHT-before-using-for-D.patch
	patches.suse/1626-drm-i915-Set-correct-domains-values-at-_i915_vma_mov.patch
	patches.suse/1627-drm-i915-guc-Cancel-GuC-engine-busyness-worker-synch.patch
	patches.suse/1628-drm-i915-gt-Fix-perf-limit-reasons-bit-positions.patch
	patches.suse/1629-Revert-drm-i915-display-Re-add-check-for-low-voltage.patch
	patches.suse/io_uring-msg_ring-check-file-type-before-putting.patch
	patches.suse/0010-block-blk_queue_enter-__bio_queue_enter-must-return-.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-hdmi-Fix-the-converter-reuse-for-the-silent.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/Revert-iommu-vt-d-Fix-possible-recursive-locking-in-intel_iommu_
	patches.suse/iommu-vt-d-Check-correct-capability-for-sagaw-determination
	patches.suse/dmaengine-xilinx_dma-Fix-devm_platform_ioremap_resou.patch
	patches.suse/dmaengine-xilinx_dma-cleanup-for-fetching-xlnx-num-f.patch
	patches.suse/dmaengine-xilinx_dma-Report-error-in-case-of-dma_set.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/efi-efibc-Guard-against-allocation-failure.patch
	patches.suse/efi-x86-Wipe-setup_data-on-pure-EFI-boot.patch
	patches.suse/efi-libstub-check-Shim-mode-using-MokSBStateRT.patch
	patches.suse/netfilter-nf_conntrack_irc-Tighten-matching-on-DCC-m.patch
	patches.suse/netfilter-nfnetlink_osf-fix-possible-bogus-match-in-.patch
	patches.suse/net-phy-aquantia-wait-for-the-suspend-resume-operati.patch
	patches.suse/net-ieee802154-fix-uninit-value-bug-in-dgram_sendmsg.patch
	patches.suse/ice-Don-t-double-unplug-aux-on-peer-initiated-reset.patch
	patches.suse/ice-Fix-crash-by-keep-old-cfg-when-update-TCs-more-t.patch
	patches.suse/iavf-Fix-change-VF-s-mac-address.patch
	patches.suse/iavf-Fix-cached-head-and-tail-value-for-iavf_get_tx_.patch
	patches.suse/msft-hv-2644-net-mana-Add-rmb-after-checking-owner-bits.patch
	patches.suse/Bluetooth-Fix-HCIGETDEVINFO-regression.patch
	patches.suse/sfc-fix-TX-channel-offset-when-using-legacy-interrup.patch
	patches.suse/sfc-fix-null-pointer-dereference-in-efx_hard_start_x.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/bnxt_en-fix-flags-to-check-for-supported-fw-version.patch
	patches.suse/gve-Fix-GFP-flags-when-allocing-pages-8ccac4edc8da.patch
	patches.suse/sfc-siena-fix-TX-channel-offset-when-using-legacy-in.patch
	patches.suse/sfc-siena-fix-null-pointer-dereference-in-efx_hard_s.patch
	patches.suse/net-sched-taprio-avoid-disabling-offload-when-it-was.patch
	patches.suse/net-atlantic-fix-potential-memory-leak-in-aq_ndev_cl.patch
	patches.suse/can-gs_usb-gs_can_open-fix-race-dev-can.state-condit.patch
	patches.suse/iavf-Fix-bad-page-state.patch
	patches.suse/iavf-Fix-set-max-MTU-size-with-port-VLAN-and-jumbo-f.patch
	patches.suse/i40e-Fix-VF-set-max-MTU-size.patch
	patches.suse/i40e-Fix-set-max_tx_rate-when-it-is-lower-than-1-Mbp.patch
	patches.suse/ice-Fix-ice_xdp_xmit-when-XDP-TX-queue-number-is-not.patch
	patches.suse/ice-config-netdev-tc-before-setting-queues-number.patch
	patches.suse/ice-Fix-interface-being-down-after-reset-with-link-d.patch
	patches.suse/net-smc-Stop-the-CLC-flow-if-no-link-to-map-buffers-.patch
	patches.suse/net-sched-fix-possible-refcount-leak-in-tc_new_tfilt.patch
	patches.suse/bnxt-prevent-skb-UAF-after-handing-over-to-PTP-worke.patch
	patches.suse/selftests-forwarding-add-shebang-for-sch_red.sh.patch
	patches.suse/firmware-arm_scmi-Improve-checks-in-the-info_get-ope.patch
	patches.suse/firmware-arm_scmi-Harden-accesses-to-the-sensor-doma.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/firmware-arm_scmi-Add-SCMI-PM-driver-remove-routine.patch
	patches.suse/ARM-dts-fix-Moxa-SDIO-compatible-remove-sdhci-misnom.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-qedf-Fix-a-UAF-bug-in-__qedf_probe.patch
	patches.suse/scsi-qla2xxx-Fix-memory-leak-in-__qlt_24xx_handle_ab.patch
	patches.suse/1630-drm-i915-gem-Flush-contexts-on-driver-release.patch
	patches.suse/1631-drm-i915-gem-Really-move-i915_gem_context.link-under.patch
	patches.suse/1632-drm-amdgpu-mes-zero-the-sdma_hqd_mask-of-2nd-SDMA-en.patch
	patches.suse/1633-drm-amdgpu-Update-PTE-flags-with-TF-enabled.patch
	patches.suse/1634-drm-amd-display-Port-DCN30-420-logic-to-DCN32.patch
	patches.suse/1635-drm-amd-display-Only-consider-pixle-rate-div-policy-.patch
	patches.suse/drm-amd-display-Fix-double-cursor-on-non-video-RGB-M.patch
	patches.suse/1637-drm-amd-display-fix-dcn315-memory-channel-count-and-.patch
	patches.suse/drm-amd-display-Assume-an-LTTPR-is-always-present-on.patch
	patches.suse/drm-amd-display-update-gamut-remap-if-plane-has-chan.patch
	patches.suse/drm-amd-display-skip-audio-setup-when-audio-stream-i.patch
	patches.suse/1641-drm-amd-display-Update-dummy-P-state-search-to-use-D.patch
	patches.suse/1642-drm-amd-display-Display-distortion-after-hotplug-5K-.patch
	patches.suse/1643-drm-amd-display-Fix-DP-MST-timeslot-issue-when-fallb.patch
	patches.suse/1644-drm-amd-display-increase-dcn315-pstate-change-latenc.patch
	patches.suse/1645-drm-amd-display-Add-shift-and-mask-for-ICH_RESET_AT_.patch
	patches.suse/1646-drm-amd-display-Disable-OTG-WA-for-the-plane_state-N.patch
	patches.suse/1647-drm-amd-display-correct-num_dsc-based-on-HW-cap.patch
	patches.suse/1648-drm-amd-pm-add-support-for-3794-pptable-for-SMU13.0..patch
	patches.suse/1649-drm-amd-pm-drop-the-pptable-related-workarounds-for-.patch
	patches.suse/drm-amdgpu-don-t-register-a-dirty-callback-for-non-a.patch
	patches.suse/1651-drm-amd-display-Reduce-number-of-arguments-of-dml314.patch
	patches.suse/1652-drm-amd-display-Reduce-number-of-arguments-of-dml314.patch
	patches.suse/drm-mediatek-dsi-Add-atomic-destroy-duplicate-_state.patch
	patches.suse/1654-drm-mediatek-Fix-wrong-dither-settings.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/1657-drm-mgag200-Force-32-bpp-on-the-console.patch
	patches.suse/1658-drm-hisilicon-Add-depends-on-MMU.patch
	patches.suse/KVM-x86-Inject-UD-on-emulated-XSETBV-if-XSAVES-isn-t.patch
	patches.suse/KVM-s390-pci-fix-plain-integer-as-NULL-pointer-warnings
	patches.suse/KVM-s390-pci-fix-GAIT-physical-vs-virtual-pointers-usage
	patches.suse/KVM-s390-pci-register-pci-hooks-without-interpretation
	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/s390-dasd-fix-Oops-in-dasd_alias_get_start_dev-due-to-missing-pavgroup
	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/fpga-m10bmc-sec-Fix-possible-memory-leak-of-flash_bu.patch
	patches.suse/s390-vfio-ap-bypass-unnecessary-processing-of-AP-resources
	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/devdax-Fix-soft-reservation-memory-description.patch
	patches.suse/x86-mm-disable-instrumentations-of-mm-pgprot.c.patch
	patches.suse/x86-cpu-Add-CPU-model-numbers-for-Meteor-Lake.patch
	patches.suse/ACPI-processor-idle-Practically-limit-Dummy-wait-wor.patch
	patches.suse/ASoC-rt5640-Fix-the-issue-of-the-abnormal-JD2-status.patch
	patches.suse/ASoC-imx-card-Fix-refcount-issue-with-of_node_put.patch
	patches.suse/ASoC-Intel-sof_sdw-add-support-for-Dell-SKU-0AFF.patch
	patches.suse/ASoC-tas2770-Reinit-regcache-on-reset.patch
	patches.suse/ALSA-hda-intel-dsp-config-add-missing-RaptorLake-PCI.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/mmc-core-Terminate-infinite-loop-in-SD-UHS-voltage-s.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/ata-libata-scsi-Fix-initialization-of-device-queue-depth.patch
	patches.suse/ata-libata-sata-Fix-device-queue-depth-control.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/sfc-correct-filter_table_remove-method-for-EF10-PFs.patch
	patches.suse/usbnet-Fix-memory-leak-in-usbnet_disconnect.patch
	patches.suse/net-sched-act_ct-fix-possible-refcount-leak-in-tcf_c.patch
	patches.suse/net-stmmac-power-up-down-serdes-in-stmmac_open-relea.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/ice-xsk-change-batched-Tx-descriptor-cleaning.patch
	patches.suse/ice-xsk-drop-power-of-2-ring-size-restriction-for-AF.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/1663-drm-amdgpu-avoid-gfx-register-accessing-during-gfxof.patch
	patches.suse/1664-drm-amd-pm-enable-gfxoff-feature-for-SMU-13.0.0.patch
	patches.suse/1665-drm-amd-pm-use-adverse-selection-for-dpm-features-un.patch
	patches.suse/1666-drm-amdkfd-fix-MQD-init-for-GFX11-in-init_mqd.patch
	patches.suse/1667-drm-amdgpu-pass-queue-size-and-is_aql_queue-to-MES.patch
	patches.suse/1668-drm-amdkfd-fix-dropped-interrupt-in-kfd_int_process_.patch
	patches.suse/1669-drm-amd-display-Avoid-avoid-unnecessary-pixel-rate-d.patch
	patches.suse/1670-drm-amd-display-Update-DCN32-to-use-new-SR-latencies.patch
	patches.suse/1671-drm-amd-display-Do-DIO-FIFO-enable-after-DP-video-st.patch
	patches.suse/1672-drm-amd-display-Wrap-OTG-disable-workaround-with-FIF.patch
	patches.suse/1673-drm-amd-display-Add-explicit-FIFO-disable-for-DP-bla.patch
	patches.suse/1674-drm-amd-display-Fix-audio-on-display-after-unpluggin.patch
	patches.suse/1675-drm-amd-display-Fix-typo-in-get_pixel_rate_div.patch
	patches.suse/1676-drm-amd-display-Remove-assert-for-odm-transition-cas.patch
	patches.suse/1677-drm-amd-display-Avoid-unnecessary-pixel-rate-divider.patch
	patches.suse/1678-drm-amd-display-fill-in-clock-values-when-DPM-is-not.patch
	patches.suse/1679-drm-amdgpu-Correct-the-position-in-patch_cond_exec.patch
	patches.suse/1680-drm-amdgpu-Remove-fence_process-in-count_emitted.patch
	patches.suse/1681-drm-amdgpu-Add-amdgpu-suspend-resume-code-path-under.patch
	patches.suse/1682-drm-amd-display-Prevent-OTG-shutdown-during-PSR-SU.patch
	patches.suse/drm-i915-gt-Restrict-forced-preemption-to-the-active.patch
	patches.suse/1684-drm-i915-gt-Perf_limit_reasons-are-only-available-fo.patch
	patches.suse/gpio-mvebu-Fix-check-for-pwm-support-on-non-A8K-plat.patch
	patches.suse/nvme-Fix-IOC_PR_CLEAR-and-IOC_PR_RELEASE-ioctls-for-.patch
	patches.suse/nvme-pci-disable-Write-Zeroes-on-Phison-E3C-E4C.patch
	patches.suse/vdpa-mlx5-Fix-MQ-to-support-non-power-of-two-num-que.patch
	patches.suse/KVM-x86-Hide-IA32_PLATFORM_DCA_CAP-31-0-from-the-gue.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/1685-drm-amdgpu-Enable-VCN-DPG-for-GC11_0_1.patch
	patches.suse/1686-drm-amdgpu-Enable-sram-on-vcn_4_0_2.patch
	patches.suse/1687-drm-amdgpu-save-rlcv-rlcp-ucode-version-in-amdgpu_gf.patch
	patches.suse/1688-drm-amdgpu-add-helper-to-init-rlc-fw-in-header-v2_0.patch
	patches.suse/1689-drm-amdgpu-add-helper-to-init-rlc-fw-in-header-v2_1.patch
	patches.suse/1690-drm-amdgpu-add-helper-to-init-rlc-fw-in-header-v2_2.patch
	patches.suse/1691-drm-amdgpu-add-helper-to-init-rlc-fw-in-header-v2_3.patch
	patches.suse/1692-drm-amdgpu-add-helper-to-init-rlc-fw-in-header-v2_4.patch
	patches.suse/1693-drm-amdgpu-add-helper-to-init-rlc-firmware.patch
	patches.suse/1694-drm-amdgpu-gfx11-switch-to-amdgpu_gfx_rlc_init_micro.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/perf-x86-intel-Fix-unchecked-MSR-access-error-for-Alder-Lake-N.patch
	patches.suse/ARM-9244-1-dump-Fix-wrong-pg_level-in-walk_pmd.patch
	patches.suse/ARM-9247-1-mm-set-readonly-for-MT_MEMORY_RO-with-ARM.patch
	patches.suse/docs-update-mediator-information-in-CoC-docs.patch
	patches.suse/docs-core-api-expand-Fedora-instructions-for-GCC-plu.patch
	patches.suse/docs-kprobes-Fix-the-wrong-location-of-Kprobes.patch
	patches.suse/ACPI-resource-Skip-IRQ-override-on-Asus-Vivobook-K34.patch
	patches.suse/ACPI-tables-FPDT-Don-t-call-acpi_os_map_memory-on-in.patch
	patches.suse/ACPI-x86-Add-a-quirk-for-Dell-Inspiron-14-2-in-1-for.patch
	patches.suse/ACPI-video-Add-Toshiba-Satellite-Portege-Z830-quirk.patch
	patches.suse/intel_idle-Add-AlderLake-N-support.patch
	patches.suse/powercap-intel_rapl-Add-support-for-RAPTORLAKE_S.patch
	patches.suse/thermal-intel_powerclamp-Use-get_cpu-instead-of-smp_.patch
	patches.suse/thermal-cpufreq_cooling-Check-the-policy-first-in-cp.patch
	patches.suse/0250-dm-verity-loadpin-Only-trust-verity-targets-with-enforcement.patch
	patches.suse/ARM-decompressor-Include-.data.rel.ro.local.patch
	patches.suse/x86-entry-Work-around-Clang-__bdos-bug.patch
	patches.suse/ima-fix-blocking-of-security.ima-xattrs-of-unsupport.patch
	patches.suse/efi-Correct-Macmini-DMI-match-in-uefi-cert-quirk.patch
	patches.suse/selinux-use-grep-E-instead-of-egrep.patch
	patches.suse/SUNRPC-Fix-svcxdr_init_decode-s-end-of-buffer-calcul.patch
	patches.suse/SUNRPC-Fix-svcxdr_init_encode-s-buflen-calculation.patch
	patches.suse/NFSD-Protect-against-send-buffer-overflow-in-NFSv2-Rdir.patch
	patches.suse/NFSD-Protect-against-send-buffer-overflow-in-NFSv3-Rdir.patch
	patches.suse/NFSD-Protect-against-send-buffer-overflow-in-NFSv2-R.patch
	patches.suse/NFSD-Protect-against-send-buffer-overflow-in-NFSv3-R.patch
	patches.suse/NFSD-Cap-rsize_bop-result-based-on-send-buffer-size.patch
	patches.suse/x86-mce-Retrieve-poison-range-from-hardware.patch
	patches.suse/ice-set-tx_tstamps-when-creating-new-Tx-rings-via-et.patch
	patches.suse/ice-initialize-cached_phctime-when-creating-Rx-rings.patch
	patches.suse/ice-track-Tx-timestamp-stats-similar-to-other-Intel-.patch
	patches.suse/ice-track-and-warn-when-PHC-update-is-late.patch
	patches.suse/ice-re-arrange-some-static-functions-in-ice_ptp.c.patch
	patches.suse/ice-introduce-ice_ptp_reset_cached_phctime-function.patch
	patches.suse/net-macsec-Expose-MACSEC_SALT_LEN-definition-to-user.patch
	patches.suse/igc-add-xdp-frags-support-to-ndo_xdp_xmit.patch
	patches.suse/net-ethernet-ti-davinci_mdio-Add-workaround-for-erra.patch
	patches.suse/openvswitch-Fix-double-reporting-of-drops-in-dropwat.patch
	patches.suse/openvswitch-Fix-overreporting-of-drops-in-dropwatch.patch
	patches.suse/ice-Implement-control-of-FCS-CRC-stripping.patch
	patches.suse/ice-Implement-FCS-CRC-and-VLAN-stripping-co-existenc.patch
	patches.suse/ice-Allow-100M-speeds-for-some-devices.patch
	patches.suse/ice-Remove-ucast_shared.patch
	patches.suse/ice-remove-non-inclusive-language.patch
	patches.suse/ixgbe-Don-t-call-kmap-on-page-allocated-with-GFP_ATO.patch
	patches.suse/ixgbe-Manual-AN-37-for-troublesome-link-partners-for.patch
	patches.suse/net-mlx5e-Introduce-flow-steering-API.patch
	patches.suse/net-mlx5e-Decouple-fs_tt_redirect-from-en.h.patch
	patches.suse/net-mlx5e-Decouple-fs_tcp-from-en.h.patch
	patches.suse/net-mlx5e-Drop-priv-argument-of-ptp-function-in-en_f.patch
	patches.suse/net-mlx5e-Convert-ethtool_steering-member-of-flow_st.patch
	patches.suse/net-mlx5e-Directly-get-flow_steering-struct-as-input.patch
	patches.suse/net-mlx5e-Separate-ethtool_steering-from-fs.h-and-ma.patch
	patches.suse/net-mlx5e-Introduce-flow-steering-debug-macros.patch
	patches.suse/net-mlx5e-Make-flow-steering-arfs-independent-of-pri.patch
	patches.suse/net-mlx5e-Make-all-ttc-functions-of-en_fs-get-fs-str.patch
	patches.suse/net-mlx5e-Completely-eliminate-priv-from-fs.h.patch
	patches.suse/net-mlx5-E-Switch-Add-default-drop-rule-for-unmatche.patch
	patches.suse/net-mlx5-E-Switch-Split-creating-fdb-tables-into-sma.patch
	patches.suse/net-mlx5-E-Switch-Move-send-to-vport-meta-rule-creat.patch
	patches.suse/net-mlx5-TC-Add-support-for-SF-tunnel-offload.patch
	patches.suse/net-ethernet-ti-davinci_mdio-fix-build-for-mdio-bitb.patch
	patches.suse/ice-Add-support-for-ip-TTL-ToS-offload.patch
	patches.suse/ice-Add-port-option-admin-queue-commands.patch
	patches.suse/ice-Add-additional-flags-to-ice_nvm_write_activate.patch
	patches.suse/ice-Implement-devlink-port-split-operations.patch
	patches.suse/ice-Print-human-friendly-PHY-types.patch
	patches.suse/r8152-add-PID-for-the-Lenovo-OneLink-Dock.patch
	patches.suse/wifi-rtlwifi-8192de-correct-checking-of-IQK-reload.patch
	patches.suse/wifi-brcmfmac-fix-invalid-address-access-when-enabli.patch
	patches.suse/wifi-mac80211-allow-bw-change-during-channel-switch-.patch
	patches.suse/mlx4-Do-type_clear-for-devlink-ports-when-type_set-w.patch
	patches.suse/net-mlx4-Fix-error-check-for-dma_map_sg.patch
	patches.suse/net-mlx5e-Do-not-use-err-uninitialized-in-mlx5e_rep_.patch
	patches.suse/net-thunderbolt-Enable-DMA-paths-only-after-rings-ar.patch
	patches.suse/thunderbolt-Add-back-Intel-Falcon-Ridge-end-to-end-f.patch
	patches.suse/net-ethernet-move-from-strlcpy-with-unused-retval-to-strscpy.patch
	patches.suse/octeontx2-pf-Add-egress-PFC-support.patch
	patches.suse/wifi-ath10k-Set-tx-credit-to-one-for-WCN3990-snoc-ba.patch
	patches.suse/wifi-ath10k-add-peer-map-clean-up-for-peer-delete-in.patch
	patches.suse/wifi-ath9k-avoid-uninit-memory-read-in-ath9k_htc_rx_.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/sfc-allow-more-flexible-way-of-adding-filters-for-PT.patch
	patches.suse/sfc-support-PTP-over-IPv6-UDP.patch
	patches.suse/sfc-support-PTP-over-Ethernet.patch
	patches.suse/net-macsec-Add-MACsec-skb_metadata_dst-Tx-Data-path-.patch
	patches.suse/net-macsec-Add-MACsec-skb_metadata_dst-Rx-Data-path-.patch
	patches.suse/net-macsec-Move-some-code-for-sharing-with-various-d.patch
	patches.suse/net-mlx5-Removed-esp_id-from-struct-mlx5_flow_act.patch
	patches.suse/net-mlx5-Generalize-Flow-Context-for-new-crypto-fiel.patch
	patches.suse/net-mlx5-Introduce-MACsec-Connect-X-offload-hardware.patch
	patches.suse/net-mlx5-Add-MACsec-offload-Tx-command-support.patch
	patches.suse/net-mlx5-Add-MACsec-Tx-tables-support-to-fs_core.patch
	patches.suse/net-mlx5e-Add-MACsec-TX-steering-rules.patch
	patches.suse/net-mlx5e-Implement-MACsec-Tx-data-path-using-MACsec.patch
	patches.suse/net-mlx5e-Add-MACsec-offload-Rx-command-support.patch
	patches.suse/net-mlx5-Add-MACsec-Rx-tables-support-to-fs_core.patch
	patches.suse/net-mlx5e-Add-MACsec-RX-steering-rules.patch
	patches.suse/net-mlx5e-Implement-MACsec-Rx-data-path-using-MACsec.patch
	patches.suse/net-mlx5e-Add-MACsec-offload-SecY-support.patch
	patches.suse/net-mlx5e-Add-MACsec-stats-support-for-Rx-Tx-flows.patch
	patches.suse/net-mlx5e-Add-support-to-configure-more-than-one-mac.patch
	patches.suse/ice-Allow-operation-with-reduced-device-MSI-X.patch
	patches.suse/ice-Check-if-reset-in-progress-while-waiting-for-off.patch
	patches.suse/ice-add-helper-function-to-check-FW-API-version.patch
	patches.suse/ice-switch-Simplify-memory-allocation.patch
	patches.suse/ice-Simplify-memory-allocation-in-ice_sched_init_por.patch
	patches.suse/i40e-Add-basic-support-for-I710-devices.patch
	patches.suse/i40e-add-description-and-modify-interrupts-configura.patch
	patches.suse/iavf-Fix-race-between-iavf_close-and-iavf_reset_task.patch
	patches.suse/sfc-introduce-shutdown-entry-point-in-efx-pci-driver.patch
	patches.suse/drivers-net-ethernet-e1000e-check-return-value-of-e1.patch
	patches.suse/igc-Remove-IGC_MDIC_INT_EN-definition.patch
	patches.suse/can-rx-offload-can_rx_offload_init_queue-fix-typo.patch
	patches.suse/octeontx2-af-return-correct-ptp-timestamp-for-CN10K-.patch
	patches.suse/octeontx2-pf-Add-support-for-ptp-1-step-mode-on-CN10.patch
	patches.suse/octeontx2-af-Add-PTP-PPS-Errata-workaround-on-CN10K-.patch
	patches.suse/octeontx2-af-Initialize-PTP_SEC_ROLLOVER-register-pr.patch
	patches.suse/net-mlx5e-add-missing-error-code-in-error-path.patch
	patches.suse/net-mlx5e-Switch-to-kmemdup-when-allocate-dev_addr.patch
	patches.suse/flow_dissector-Add-L2TPv3-dissectors.patch
	patches.suse/flow_offload-Introduce-flow_match_l2tpv3.patch
	patches.suse/ice-Add-L2TPv3-hardware-offload-support.patch
	patches.suse/net-mlx5e-Ensure-macsec_rule-is-always-initiailized-.patch
	patches.suse/ice-Add-low-latency-Tx-timestamp-read.patch
	patches.suse/octeontx2-pf-Fix-unused-variable-build-error.patch
	patches.suse/bnxt_en-replace-reset-with-config-timestamps.patch
	patches.suse/net-mlx5e-Support-256-bit-keys-with-kTLS-device-offl.patch
	patches.suse/net-macsec-Expose-extended-packet-number-EPN-propert.patch
	patches.suse/net-mlx5-Fix-fields-name-prefix-in-MACsec.patch
	patches.suse/net-mlx5e-Fix-MACsec-initialization-error-path.patch
	patches.suse/net-mlx5e-Fix-MACsec-initial-packet-number.patch
	patches.suse/net-mlx5-Add-ifc-bits-for-MACsec-extended-packet-num.patch
	patches.suse/net-mlx5e-Expose-memory-key-creation-mkey-function.patch
	patches.suse/net-mlx5e-Create-advanced-steering-operation-ASO-obj.patch
	patches.suse/net-mlx5e-Move-MACsec-initialization-from-profile-in.patch
	patches.suse/net-mlx5e-Support-MACsec-offload-extended-packet-num.patch
	patches.suse/net-mlx5e-Support-MACsec-offload-replay-window.patch
	patches.suse/net-phy-mscc-macsec-make-the-prepare-phase-a-noop.patch
	patches.suse/net-atlantic-macsec-make-the-prepare-phase-a-noop.patch
	patches.suse/net-macsec-remove-the-prepare-phase-when-offloading.patch
	patches.suse/net-phy-mscc-macsec-remove-checks-on-the-prepare-pha.patch
	patches.suse/net-atlantic-macsec-remove-checks-on-the-prepare-pha.patch
	patches.suse/net-mlx5e-macsec-remove-checks-on-the-prepare-phase.patch
	patches.suse/net-macsec-remove-the-prepare-flag-from-the-MACsec-o.patch
	patches.suse/can-bcm-check-the-result-of-can_send-in-bcm_can_tx.patch
	patches.suse/macsec-don-t-free-NULL-metadata_dst.patch
	patches.suse/ice-reorder-PF-representor-devlink-port-register-unr.patch
	patches.suse/sfc-bind-blocks-for-TC-offload-on-EF100.patch
	patches.suse/sfc-bind-indirect-blocks-for-TC-offload-on-EF100.patch
	patches.suse/sfc-optional-logging-of-TC-offload-errors.patch
	patches.suse/sfc-add-a-hashtable-for-offloaded-TC-rules.patch
	patches.suse/sfc-interrogate-MAE-capabilities-at-probe-time.patch
	patches.suse/sfc-bare-bones-TC-offload-on-EF100.patch
	patches.suse/RDMA-mlx5-Move-function-mlx5_core_query_ib_ppcnt-to-.patch
	patches.suse/net-mlx5-Introduce-ifc-bits-for-page-tracker.patch
	patches.suse/net-mlx5-Query-ADV_VIRTUALIZATION-capabilities.patch
	patches.suse/net-mlx5-Expose-NPPS-related-registers.patch
	patches.suse/net-mlx5-Add-support-for-NPPS-with-real-time-mode.patch
	patches.suse/net-mlx5-add-IFC-bits-for-bypassing-port-select-flow.patch
	patches.suse/RDMA-mlx5-Don-t-set-tx-affinity-when-lag-is-in-hash-.patch
	patches.suse/net-mlx5-Lag-set-active-ports-if-support-bypass-port.patch
	patches.suse/net-mlx5-Lag-enable-hash-mode-by-default-for-all-NIC.patch
	patches.suse/net-mlx5-detect-and-enable-bypass-port-select-flow-t.patch
	patches.suse/net-mlx5-Remove-unused-functions.patch
	patches.suse/net-mlx5-Remove-unused-structs.patch
	patches.suse/net-mlx5-Remove-from-FPGA-IFC-file-not-needed-defini.patch
	patches.suse/net-mlx5-Add-the-log_min_mkey_entity_size-capability.patch
	patches.suse/net-mlx5e-Convert-mlx5e_get_max_sq_wqebbs-to-u8.patch
	patches.suse/net-mlx5e-Remove-unused-fields-from-datapath-structs.patch
	patches.suse/net-mlx5e-Make-mlx5e_verify_rx_mpwqe_strides-static.patch
	patches.suse/net-mlx5e-Validate-striding-RQ-before-enabling-XDP.patch
	patches.suse/net-mlx5e-Let-mlx5e_get_sw_max_sq_mpw_wqebbs-accept-.patch
	patches.suse/net-mlx5e-Use-mlx5e_stop_room_for_max_wqe-where-appr.patch
	patches.suse/net-mlx5e-Fix-a-typo-in-mlx5e_xdp_mpwqe_is_full.patch
	patches.suse/net-mlx5e-Use-the-aligned-max-TX-MPWQE-size.patch
	patches.suse/net-mlx5e-kTLS-Check-ICOSQ-WQE-size-in-advance.patch
	patches.suse/net-mlx5e-Simplify-stride-size-calculation-for-linea.patch
	patches.suse/net-mlx5e-xsk-Remove-dead-code-in-validation.patch
	patches.suse/net-mlx5e-xsk-Fix-SKB-headroom-calculation-in-valida.patch
	patches.suse/net-mlx5e-Improve-the-MTU-change-shortcut.patch
	patches.suse/net-mlx5e-Make-dma_info-array-dynamic-in-struct-mlx5.patch
	patches.suse/net-mlx5e-Use-runtime-values-of-striding-RQ-paramete.patch
	patches.suse/ice-Merge-pin-initialization-of-E810-and-E810T-adapt.patch
	patches.suse/ice-support-features-on-new-E810T-variants.patch
	patches.suse/ice-Add-support-for-VLAN-priority-filters-in-switchd.patch
	patches.suse/bnx2-Fix-spelling-mistake-bufferred-buffered.patch
	patches.suse/ibmveth-Copy-tx-skbs-into-a-premapped-buffer.patch
	patches.suse/ibmveth-Implement-multi-queue-on-xmit.patch
	patches.suse/ibmveth-Ethtool-set-queue-support.patch
	patches.suse/net-mlx5-Fix-spelling-mistake-syndrom-syndrome.patch
	patches.suse/xsk-Expose-min-chunk-size-to-drivers.patch
	patches.suse/net-mlx5e-Use-runtime-page_shift-for-striding-RQ.patch
	patches.suse/net-mlx5e-xsk-Use-XSK-frame-size-as-striding-RQ-page.patch
	patches.suse/net-mlx5e-Keep-a-separate-MKey-for-striding-RQ.patch
	patches.suse/net-mlx5-Add-MLX5_FLEXIBLE_INLEN-to-safely-calculate.patch
	patches.suse/net-mlx5e-xsk-Use-KSM-for-unaligned-XSK.patch
	patches.suse/net-mlx5e-Fix-calculations-for-ICOSQ-size.patch
	patches.suse/net-mlx5e-Optimize-the-page-cache-reducing-its-size-.patch
	patches.suse/net-mlx5e-Rename-mlx5e_dma_info-to-prepare-for-remov.patch
	patches.suse/net-mlx5e-Remove-DMA-address-from-mlx5e_alloc_unit.patch
	patches.suse/net-mlx5e-Convert-struct-mlx5e_alloc_unit-to-a-union.patch
	patches.suse/net-mlx5e-xsk-Remove-mlx5e_xsk_page_alloc_pool.patch
	patches.suse/net-mlx5e-Split-out-channel-de-activation-in-rx_res.patch
	patches.suse/net-mlx5e-Move-repeating-clear_bit-in-mlx5e_rx_repor.patch
	patches.suse/net-mlx5e-Clean-up-and-fix-error-flows-in-mlx5e_allo.patch
	patches.suse/wifi-brcmfmac-fix-use-after-free-bug-in-brcmf_netdev.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-mt7921e-fix-race-issue-between-reset-and-s.patch
	patches.suse/wifi-mt76-sdio-fix-the-deadlock-caused-by-sdio-stat_.patch
	patches.suse/wifi-mt76-sdio-poll-sta-stat-when-device-transmits-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-mt7921-add-mt7921_mutex_acquire-at-mt7921_.patch
	patches.suse/wifi-mt76-mt7915-do-not-check-state-before-configuri.patch
	patches.suse/wifi-mt76-mt7921-reset-msta-airtime_ac-while-clearin.patch
	patches.suse/wifi-rt2x00-don-t-run-Rt5592-IQ-calibration-on-MT762.patch
	patches.suse/wifi-rt2x00-set-correct-TX_SW_CFG1-MAC-register-for-.patch
	patches.suse/wifi-rt2x00-set-VGC-gain-for-both-chains-of-MT7620.patch
	patches.suse/wifi-rt2x00-set-SoC-wmac-clock-register.patch
	patches.suse/wifi-rt2x00-correctly-set-BBP-register-86-for-MT7620.patch
	patches.suse/wifi-ath11k-Register-shutdown-handler-for-WCN6750.patch
	patches.suse/wifi-ath11k-Fix-incorrect-QMI-message-ID-mappings.patch
	patches.suse/wifi-ath11k-Fix-hardware-restart-failure-due-to-twt-.patch
	patches.suse/wifi-ath11k-mhi-fix-potential-memory-leak-in-ath11k_.patch
	patches.suse/wifi-ath11k-Include-STA_KEEPALIVE_ARP_RESPONSE-TLV-h.patch
	patches.suse/wifi-ath11k-fix-failed-to-find-the-peer-with-peer_id.patch
	patches.suse/wifi-ath11k-fix-number-of-VHT-beamformee-spatial-str.patch
	patches.suse/wifi-ath11k-fix-peer-addition-deletion-error-on-sta-.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-btintel-Mark-Intel-controller-to-support-L.patch
	patches.suse/Bluetooth-avoid-hci_dev_test_and_set_flag-in-mgmt_in.patch
	patches.suse/Bluetooth-RFCOMM-Fix-possible-deadlock-on-socket-shu.patch
	patches.suse/Bluetooth-L2CAP-initialize-delayed-works-at-l2cap_ch.patch
	patches.suse/Bluetooth-use-hdev-workqueue-when-queuing-hdev-cmd-n.patch
	patches.suse/Bluetooth-hci_-ldisc-serdev-check-percpu_init_rwsem-.patch
	patches.suse/Bluetooth-hci_sysfs-Fix-attempting-to-call-device_ad.patch
	patches.suse/Bluetooth-hci_core-Fix-not-handling-link-timeouts-pr.patch
	patches.suse/Bluetooth-Prevent-double-register-of-suspend.patch
	patches.suse/Bluetooth-L2CAP-Fix-user-after-free.patch
	patches.suse/net-mlx5e-xsk-Use-mlx5e_trigger_napi_icosq-for-XSK-w.patch
	patches.suse/net-mlx5e-xsk-Drop-the-check-for-XSK-state-in-mlx5e_.patch
	patches.suse/net-mlx5e-Introduce-wqe_index_mask-for-legacy-RQ.patch
	patches.suse/net-mlx5e-Make-the-wqe_index_mask-calculation-more-e.patch
	patches.suse/net-mlx5e-Use-partial-batches-in-legacy-RQ.patch
	patches.suse/net-mlx5e-xsk-Use-partial-batches-in-legacy-RQ-with-.patch
	patches.suse/net-mlx5e-Remove-the-outer-loop-when-allocating-lega.patch
	patches.suse/net-mlx5e-xsk-Split-out-WQE-allocation-for-legacy-XS.patch
	patches.suse/net-mlx5e-xsk-Use-xsk_buff_alloc_batch-on-legacy-RQ.patch
	patches.suse/net-mlx5e-xsk-Use-xsk_buff_alloc_batch-on-striding-R.patch
	patches.suse/net-mlx5e-Use-non-XSK-page-allocator-in-SHAMPO.patch
	patches.suse/net-mlx5e-Call-mlx5e_page_release_dynamic-directly-w.patch
	patches.suse/net-mlx5e-Optimize-RQ-page-deallocation.patch
	patches.suse/net-mlx5e-xsk-Support-XDP-metadata-on-XSK-RQs.patch
	patches.suse/net-mlx5e-Introduce-the-mlx5e_flush_rq-function.patch
	patches.suse/net-mlx5e-xsk-Use-queue-indices-starting-from-0-for-.patch
	patches.suse/net-mlx5e-xsk-Flush-RQ-on-XSK-activation-to-save-mem.patch
	patches.suse/net-mlx5e-xsk-Set-napi_id-to-support-busy-polling.patch
	patches.suse/net-mlx5e-xsk-Include-XSK-skb_from_cqe-callbacks-in-.patch
	patches.suse/net-mlx5e-xsk-Improve-need_wakeup-logic.patch
	patches.suse/net-mlx5e-xsk-Use-umr_mode-to-calculate-striding-RQ-.patch
	patches.suse/net-mlx5e-Improve-MTT-KSM-alignment.patch
	patches.suse/net-mlx5e-xsk-Use-KLM-to-protect-frame-overrun-in-un.patch
	patches.suse/net-mlx5e-xsk-Print-a-warning-in-slow-configurations.patch
	patches.suse/net-mlx5e-xsk-Optimize-for-unaligned-mode-with-3072-.patch
	patches.suse/net-mlx5e-Expose-rx_oversize_pkts_buffer-counter.patch
	patches.suse/net-mlx5-Start-health-poll-at-earlier-stage-of-drive.patch
	patches.suse/net-mlx5-Set-default-grace-period-based-on-function-.patch
	patches.suse/net-mlx5-E-Switch-Allow-offloading-fwd-dest-flow-tab.patch
	patches.suse/net-mlx5-E-switch-Don-t-update-group-if-qos-is-not-e.patch
	patches.suse/net-mlx5-E-Switch-Return-EBUSY-if-can-t-get-mode-loc.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/bnx2x-fix-potential-memory-leak-in-bnx2x_tpa_stop.patch
	patches.suse/net-wwan-iosm-Call-mutex_init-before-locking-it.patch
	patches.suse/r8152-Rate-limit-overflow-messages.patch
	patches.suse/net-mvpp2-fix-mvpp2-debugfs-leak.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-sht4x-do-not-overflow-clamping-operation-on-32.patch
	patches.suse/hwmon-pmbus-mp2888-Fix-sensors-readouts-for-MPS-Mult.patch
	patches.suse/swab-Add-array-operations.patch
	patches.suse/regmap-spi-avmm-Use-swabXX_array-helpers.patch
	patches.suse/regulator-core-Prevent-integer-underflow.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/spi-Ensure-that-sg_table-won-t-be-used-after-being-f.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/mmc-sdhci-msm-add-compatible-string-check-for-sdm670.patch
	patches.suse/mmc-sdhci-Centralize-CMD-and-DATA-reset-handling.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-chrome-cros_ec-Notify-the-PM-of-wake-events.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/ACPI-video-Make-backlight-class-device-registration-.patch
	patches.suse/platform-x86-msi-laptop-Change-DMI-match-alias-strin.patch
	patches.suse/drm-i915-dg2-Update-DG2-to-GuC-v70.4.1.patch
	patches.suse/drm-i915-dg2-Add-Wa_1509727124.patch
	patches.suse/drm-i915-dg2-Add-additional-tuning-settings.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-nouveau-nouveau_bo-fix-potential-memory-leak-in-.patch
	patches.suse/drm-bridge-Avoid-uninitialized-variable-warning.patch
	patches.suse/0001-Revert-drm-amdgpu-move-internal-vram_mgr-function-in.patch
	patches.suse/0002-Revert-drm-amdgpu-fix-start-calculation-in-amdgpu_vr.patch
	patches.suse/0003-drm-ttm-rename-and-cleanup-ttm_bo_init.patch
	patches.suse/0004-drm-amdgpu-audit-bo-resource-usage.patch
	patches.suse/drm-mipi-dsi-Detach-devices-when-removing-the-host.patch
	patches.suse/drm-Use-size_t-type-for-len-variable-in-drm_copy_fie.patch
	patches.suse/drm-Prevent-drm_copy_field-to-attempt-copying-a-NULL.patch
	patches.suse/0005-drm-amdgpu-reapply-fix-start-calculation-in-amdgpu_v.patch
	patches.suse/0006-drm-amdgpu-re-apply-move-internal-vram_mgr-function-.patch
	patches.suse/drm-bridge-it6505-Power-on-downstream-device-in-.ato.patch
	patches.suse/0001-drm-mgag200-remove-rebundant-word-or-in-comments.patch
	patches.suse/drm-virtio-Check-whether-transferred-2D-BO-is-shmem.patch
	patches.suse/drm-virtio-Unlock-reservations-on-virtio_gpu_object_.patch
	patches.suse/drm-virtio-Unlock-reservations-on-dma_resv_reserve_f.patch
	patches.suse/drm-bridge-tc358767-Add-of_node_put-when-breaking-ou.patch
	patches.suse/drm-bridge-parade-ps8640-Fix-regulator-supply-order.patch
	patches.suse/drm-komeda-Fix-handling-of-atomic-commits-in-the-ato.patch
	patches.suse/0007-drm-amdgpu-use-idr_init_base-to-initialize-mgr-ctx_h.patch
	patches.suse/0008-drm-amdgpu-use-idr_init_base-to-initialize-fpriv-bo_.patch
	patches.suse/drm-format-helper-Fix-test-on-big-endian-architectur.patch
	patches.suse/0002-drm-mgag200-Split-mgag200_modeset_init.patch
	patches.suse/0003-drm-mgag200-Move-DAC-register-setup-into-model-speci.patch
	patches.suse/0004-drm-mgag200-Move-ER-EW3-register-initialization-to-p.patch
	patches.suse/0005-drm-mgag200-Acquire-I-O-register-lock-in-atomic_comm.patch
	patches.suse/0006-drm-mgag200-Store-primary-plane-s-color-format-in-CR.patch
	patches.suse/0007-drm-mgag200-Reorganize-before-dropping-simple-KMS-he.patch
	patches.suse/0008-drm-mgag200-Replace-simple-KMS-with-regular-atomic-h.patch
	patches.suse/0009-drm-mgag200-Set-SCROFF-in-primary-plane-code.patch
	patches.suse/0010-drm-mgag200-Add-per-device-callbacks.patch
	patches.suse/0011-drm-mgag200-Provide-per-device-callbacks-for-BMC-syn.patch
	patches.suse/0012-drm-mgag200-Provide-per-device-callbacks-for-PIXPLLC.patch
	patches.suse/0013-drm-mgag200-Move-mode-config-to-model-specific-code.patch
	patches.suse/0014-drm-mgag200-Move-CRTC-atomic_enable-to-model-specifi.patch
	patches.suse/0015-drm-mgag200-Remove-type-field-from-struct-mga_device.patch
	patches.suse/gpu-lontium-lt9611-Fix-NULL-pointer-dereference-in-l.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/0009-drm-New-function-to-get-luminance-range-based-on-sta.patch
	patches.suse/0010-drm-amdgpu_dm-Rely-on-split-out-luminance-calculatio.patch
	patches.suse/drm-nouveau-kms-nv140-Disable-interlacing.patch
	patches.suse/drm-msm-Make-.remove-and-.shutdown-HW-shutdown-consi.patch
	patches.suse/drm-lcdif-Clean-up-headers.patch
	patches.suse/drm-lcdif-Consistently-use-plain-timings.patch
	patches.suse/drm-lcdif-Clean-up-debug-prints-and-comments.patch
	patches.suse/drm-lcdif-switch-to-devm_drm_of_get_bridge.patch
	patches.suse/0011-drm-amdgpu-dc-mst-Rename-dp_mst_stream_allocation-_t.patch
	patches.suse/0012-drm-amdgpu-dm-mst-Rename-get_payload_table.patch
	patches.suse/udmabuf-Set-ubuf-sg-NULL-if-the-creation-of-sg-table.patch
	patches.suse/drm-virtio-Fix-same-context-optimization.patch
	patches.suse/drm-panel-use-select-for-Ili9341-panel-driver-helper.patch
	patches.suse/drm-fix-drm_mipi_dbi-build-errors.patch
	patches.suse/drm-bridge-dw_hdmi-only-trigger-hotplug-event-on-lin.patch
	patches.suse/drm-bridge-megachips-Fix-a-null-pointer-dereference-.patch
	patches.suse/drm-bridge-it6505-Fix-the-order-of-DP_SET_POWER-comm.patch
	patches.suse/drm-scheduler-quieten-kernel-doc-warnings.patch
	patches.suse/drm-virtio-set-fb_modifiers_not_supported.patch
	patches.suse/0013-drm-amdgpu-add-mode2-reset-for-sienna_cichlid.patch
	patches.suse/0014-drm-amdgpu-let-mode2-reset-fallback-to-default-when-.patch
	patches.suse/0015-drm-amdgpu-add-debugfs-amdgpu_reset_level.patch
	patches.suse/0016-drm-amdgpu-save-and-restore-gc-hub-regs.patch
	patches.suse/0017-drm-amdgpu-revert-context-to-stop-engine-before-mode.patch
	patches.suse/0018-drm-amdgpu-reduce-reset-time.patch
	patches.suse/0019-drm-amd-display-Add-documentation-to-some-of-the-cur.patch
	patches.suse/0020-drm-amd-display-Add-basic-kernel-doc-to-CRC-code-und.patch
	patches.suse/0021-drm-amd-display-Add-some-extra-kernel-doc-to-amdgpu_.patch
	patches.suse/0022-drm-amd-display-Document-pipe-split-policy.patch
	patches.suse/0023-drm-amd-display-Expand-documentation-for-timing.patch
	patches.suse/0024-drm-amd-display-Document-some-of-the-DML-structs.patch
	patches.suse/0025-Documentation-amdgpu_dm-Add-DM-color-correction-docu.patch
	patches.suse/0026-Documentation-amdgpu-display-add-DC-color-caps-info.patch
	patches.suse/0027-drm-amd-display-add-doc-entries-for-MPC-blending-con.patch
	patches.suse/0028-Documentation-gpu-amdgpu-amdgpu_dm-add-DM-docs-for-p.patch
	patches.suse/0029-drm-dp_mst-add-passthrough_aux-to-struct-drm_dp_mst_.patch
	patches.suse/0030-drm-amd-display-consider-DSC-pass-through-during-mod.patch
	patches.suse/0031-drm-amd-display-implement-DSC-pass-through-support.patch
	patches.suse/0032-drm-amd-display-include-soc._clock_tmp-into-DC-s-scr.patch
	patches.suse/0033-drm-amdgpu-use-sjt-mec-fw-on-aldebaran-for-sriov.patch
	patches.suse/0034-drm-amd-display-Remove-unused-code.patch
	patches.suse/0035-drm-amd-display-Fix-comment-typo.patch
	patches.suse/0036-drm-amd-display-Unneeded-semicolon.patch
	patches.suse/0037-drm-amd-display-fix-overflow-on-MIN_I64-definition.patch
	patches.suse/0038-drm-amd-display-fix-minor-codestyle-problems.patch
	patches.suse/0039-drm-amd-Add-detailed-GFXOFF-stats-to-debugfs.patch
	patches.suse/0040-drm-amd-pm-Implement-GFXOFF-s-entry-count-and-reside.patch
	patches.suse/0041-Documentation-gpu-Document-GFXOFF-s-count-and-reside.patch
	patches.suse/0042-drm-amdgpu-Document-gfx_off-members-of-struct-amdgpu.patch
	patches.suse/0043-drm-amd-display-fix-i386-frame-size-warning.patch
	patches.suse/0044-drm-amd-display-remove-unneeded-semicolon.patch
	patches.suse/0045-drm-amd-display-remove-unused-header.patch
	patches.suse/0046-drm-amd-display-remove-unneeded-defines-from-bios-pa.patch
	patches.suse/0047-drm-amdgpu-skip-set_topology_info-for-VF.patch
	patches.suse/0048-drm-amd-display-FW-Promotion-Release-0.0.130.0.patch
	patches.suse/0049-drm-amd-display-3.2.199.patch
	patches.suse/0050-drm-amd-display-do-not-change-pipe-split-policy-for-.patch
	patches.suse/0051-drm-amd-display-fix-odm-2-1-policy-not-being-applied.patch
	patches.suse/0052-drm-amd-display-HDMI-ODM-Combine-Policy-Correction.patch
	patches.suse/0053-drm-amd-display-Change-AUX-NACK-behavior.patch
	patches.suse/0054-drm-amd-display-change-to-runtime-initialization-for.patch
	patches.suse/0055-drm-amd-display-change-to-runtime-initialization-for.patch
	patches.suse/0056-drm-amd-display-Cursor-flicker-when-entering-PSRSU.patch
	patches.suse/0057-drm-amd-display-program-k1-k2-divider-for-virtual-si.patch
	patches.suse/0058-drm-amd-display-Free-phantom-plane-and-stream-proper.patch
	patches.suse/0059-drm-amd-display-Add-interface-to-track-PHY-state.patch
	patches.suse/0060-drm-amd-display-Uncomment-SubVP-scaling-case.patch
	patches.suse/0061-drm-amd-display-Adding-log-clock-table-from-SMU.patch
	patches.suse/0062-drm-amd-display-Remove-redundant-check-in-atomic_che.patch
	patches.suse/0063-drm-amdkfd-Allocate-doorbells-only-when-needed.patch
	patches.suse/0064-drm-amd-amdgpu-avoid-soft-reset-check-when-gpu-recov.patch
	patches.suse/0065-drm-amdgpu-use-adev_to_drm-to-get-drm-device.patch
	patches.suse/0066-drm-amdgpu-use-dev_info-to-benefit-mGPU-case.patch
	patches.suse/0067-drm-amd-amdgpu-ACPI-Add-comment-about-ACPI_FADT_LOW_.patch
	patches.suse/0068-drm-amd-fix-potential-memory-leak.patch
	patches.suse/0069-drm-amd-fix-potential-memory-leak.patch
	patches.suse/0070-drm-amd-remove-possible-condition-with-no-effect-if-.patch
	patches.suse/0071-drm-amd-remove-possible-condition-with-no-effect-if-.patch
	patches.suse/0072-drm-amdgpu-Remove-the-unneeded-result-variable.patch
	patches.suse/0073-drm-amd-display-Fix-variable-dereferenced-before-che.patch
	patches.suse/drm-amdgpu-add-missing-pci_disable_device-in-amdgpu_.patch
	patches.suse/0075-drm-amd-display-3.2.200.patch
	patches.suse/0076-drm-amd-display-Set-ODM-policy-based-on-number-of-DS.patch
	patches.suse/0077-drm-amd-display-Don-t-choose-SubVP-display-if-Active.patch
	patches.suse/0078-drm-amd-display-Refine-aux-transaction-before-retrie.patch
	patches.suse/0079-drm-amd-display-Remove-assert-from-PHY-state-update.patch
	patches.suse/0080-drm-amd-display-Only-commit-SubVP-state-after-pipe-p.patch
	patches.suse/0081-drm-amd-display-add-a-override-flag-as-wa-for-some-s.patch
	patches.suse/0082-drm-amd-display-Add-DC-debug-option-to-force-LTTPR-m.patch
	patches.suse/0083-drm-amd-display-Cursor-lag-with-PSR1-eDP.patch
	patches.suse/0084-drm-amd-display-Cleanup-PSR-flag.patch
	patches.suse/0085-drm-amd-display-Allow-PHY-state-update-between-same-.patch
	patches.suse/0086-drm-amd-display-Add-support-for-visual-confirm-color.patch
	patches.suse/0087-drm-amd-display-SubVP-missing-scaling-case.patch
	patches.suse/0088-drm-amd-display-Refactor-edp-dsc-codes.patch
	patches.suse/0089-drm-amd-display-fix-wrong-register-access.patch
	patches.suse/0090-drm-amd-display-Fix-primary-EDP-link-detection.patch
	patches.suse/0091-drm-amd-display-Revert-program-k1-k2-divider-for-vir.patch
	patches.suse/0092-drm-amd-display-Add-comments.patch
	patches.suse/0093-drm-amd-display-FW-Promotion-Release-0.0.132.0.patch
	patches.suse/0094-drm-amd-display-Add-visual-confirm-color-support-for.patch
	patches.suse/0095-drm-amd-display-3.2.201.patch
	patches.suse/0096-drm-amd-display-Correct-cursor-position-on-horizonta.patch
	patches.suse/0097-drm-amd-display-remove-redundant-vertical_line_start.patch
	patches.suse/0098-drm-amdkfd-remove-redundant-variables-err-and-ret.patch
	patches.suse/0099-drm-amdgpu-drop-gc-11_0_0-golden-settings.patch
	patches.suse/0100-drm-amdgpu-initialize-common-sw-config-for-v11_0_3.patch
	patches.suse/0101-drm-amdgpu-Enable-pg-cg-flags-on-GC11_0_3-for-VCN.patch
	patches.suse/0102-drm-amdgpu-add-new-ip-block-for-SOC21.patch
	patches.suse/0103-drm-amdgpu-support-psp-v13_0_10-ip-block.patch
	patches.suse/0104-drm-amdgpu-added-firmware-module-for-psp-13.0.10.patch
	patches.suse/0105-drm-amdgpu-add-new-ip-block-for-PSP-13.0.patch
	patches.suse/0106-drm-amd-pm-add-smu_v13_0_10-support.patch
	patches.suse/0107-drm-amd-pm-add-smu_v13_0_10-driver-if-version.patch
	patches.suse/0108-drm-amdgpu-added-supported-smu-13.0.10-sw-pptable.patch
	patches.suse/0109-drm-amdgpu-enable-smu-block-for-smu-13.0.10.patch
	patches.suse/0110-drm-amdgpu-declare-firmware-for-new-SDMA-6.0.3.patch
	patches.suse/0111-drm-amdgpu-add-new-ip-block-for-sdma-6.0.patch
	patches.suse/0112-drm-amdgpu-add-new-ip-block-for-LSDMA-6.0.patch
	patches.suse/0113-drm-amd-display-clean-up-one-inconsistent-indenting.patch
	patches.suse/0114-drm-amd-display-clean-up-some-inconsistent-indenting.patch
	patches.suse/0115-drm-amd-display-clean-up-some-inconsistent-indenting.patch
	patches.suse/0116-drm-amd-display-clean-up-some-inconsistent-indenting.patch
	patches.suse/0117-drm-amdgpu-add-gc-v11_0_3-ip-headers.patch
	patches.suse/0118-drm-amdgpu-add-gfxhub_v3_0_3-support.patch
	patches.suse/0119-drm-amdgpu-initialize-gmc-sw-config-for-v11_0_3.patch
	patches.suse/0120-drm-amdgpu-add-new-ip-block-for-GMC-11.0.patch
	patches.suse/0121-drm-amdgpu-declare-firmware-for-new-GC-11.0.3.patch
	patches.suse/0122-drm-amdgpu-declare-firmware-for-new-MES-11.0.3.patch
	patches.suse/0123-drm-amdgpu-init-gfx-config-for-gfx-v11_0_3.patch
	patches.suse/0124-drm-amdkfd-Added-GFX-11.0.3-Support.patch
	patches.suse/0125-drm-amdgpu-enable-imu_rlc_ram-programming-for-v11_0_.patch
	patches.suse/0126-drm-amdgpu-Set-GC-family-for-GC-11.0.3.patch
	patches.suse/0127-drm-amdgpu-add-new-ip-block-for-GFX-11.0.patch
	patches.suse/0128-drm-amdgpu-add-new-ip-block-for-MES-11.0.3.patch
	patches.suse/0129-drm-amdgpu-Remove-the-unneeded-result-variable-r.patch
	patches.suse/0130-Documentation-gpu-Add-info-table-for-ASICs.patch
	patches.suse/0131-Documentation-gpu-Add-an-explanation-about-the-DCN-p.patch
	patches.suse/0132-Documentation-gpu-Add-Multiplane-Overlay-doc.patch
	patches.suse/0133-drm-amd-display-fix-documentation-for-amdgpu_dm_upda.patch
	patches.suse/0134-drm-amdgpu-add-CHIP_IP_DISCOVERY-support-for-virtual.patch
	patches.suse/0135-drm-amdgpu-add-sriov-nbio-callback-structure.patch
	patches.suse/0136-drm-amdgpu-add-a-compute-pipe-reset-for-RS64.patch
	patches.suse/0137-drm-amdgpu-enable-WPTR_POLL_ENABLE-for-sriov-on-sdma.patch
	patches.suse/0138-drm-amdgpu-refine-virtualization-psp-fw-skip-check.patch
	patches.suse/0139-drm-amdgpu-sriov-remove-vcn_4_0-and-jpeg_4_0.patch
	patches.suse/0140-drm-amdgpu-Support-PSP-13.0.10-on-SR-IOV.patch
	patches.suse/0141-drm-amdgpu-Use-PSP-program-IH_RB_CNTL-registers-unde.patch
	patches.suse/0142-drm-amdgpu-Skip-the-program-of-MMMC_VM_AGP_-in-SRIOV.patch
	patches.suse/0143-drm-amdgpu-skip-Issue-additional-private-vm-invalida.patch
	patches.suse/0144-drm-amdgpu-Skip-the-VRAM-base-offset-on-SRIOV.patch
	patches.suse/0145-drm-amdgpu-Skip-program-SDMA0_SEM_WAIT_FAIL_TIMER_CN.patch
	patches.suse/0146-drm-amdgpu-Use-RLCG-to-program-GRBM_GFX_CNTL-during-.patch
	patches.suse/0147-drm-admgpu-Skip-CG-PG-on-SOC21-under-SRIOV-VF.patch
	patches.suse/0148-drm-amd-Skip-smu_v13-register-irq-on-SRIOV-VF.patch
	patches.suse/0149-drm-amdgpu-vcn-Disable-CG-PG-for-SRIOV.patch
	patches.suse/0150-drm-amdgpu-vcn-Add-vcn-vcn1-in-white-list-to-load-it.patch
	patches.suse/0151-drm-amdgpu-vcn-Add-sriov-VCN-v4_0-unified-queue-supp.patch
	patches.suse/0152-drm-amdgpu-vcn-Add-MMSCH-v4_0-support-for-sriov.patch
	patches.suse/0153-drm-amd-display-fix-indentation-in-commit_planes_for.patch
	patches.suse/0154-drm-amdgpu-TA-unload-messages-are-not-actually-sent-.patch
	patches.suse/0155-drm-amd-display-Remove-the-unneeded-result-variable.patch
	patches.suse/0156-drm-amd-amdgpu-Add-missing-CGTS-TCC_DISABLE-to-10.3-.patch
	patches.suse/drm-i915-dg2-Incorporate-Wa_16014892111-into-DRAW_WA.patch
	patches.suse/Revert-drm-i915-dg2-Add-preemption-changes-for-Wa_14.patch
	patches.suse/drm-i915-ttm-Abort-suspend-on-i915_ttm_backup-failur.patch
	patches.suse/drm-i915-uc-Support-for-version-reduced-and-multiple.patch
	patches.suse/drm-i915-uc-Add-patch-level-version-number-support.patch
	patches.suse/drm-i915-dg2-Bump-up-CDCLK-for-DG2.patch
	patches.suse/drm-i915-dmc-Update-DG2-DMC-firmware-to-v2.07.patch
	patches.suse/drm-i915-dg2-Add-support-for-DC5-state.patch
	patches.suse/drm-i915-dg2-Add-additional-HDMI-pixel-clock-frequen.patch
	patches.suse/drm-i915-gsc-skip-irq-initialization-if-using-pollin.patch
	patches.suse/0019-mei-add-kdoc-for-struct-mei_aux_device.patch
	patches.suse/0020-mei-add-slow_firmware-flag-to-the-mei-auxiliary-devi.patch
	patches.suse/drm-i915-gsc-add-slow_firmware-flag-to-the-gsc-devic.patch
	patches.suse/drm-i915-gsc-add-GSC-XeHP-SDV-platform-definition.patch
	patches.suse/0021-mei-gsc-use-polling-instead-of-interrupts.patch
	patches.suse/0022-mei-gsc-wait-for-reset-thread-on-stop.patch
	patches.suse/0023-mei-extend-timeouts-on-slow-devices.patch
	patches.suse/0024-mei-bus-export-common-mkhi-definitions-into-a-separa.patch
	patches.suse/0025-mei-mkhi-add-memory-ready-command.patch
	patches.suse/0026-mei-gsc-setup-gsc-extended-operational-memory.patch
	patches.suse/0027-mei-gsc-add-transition-to-PXP-mode-in-resume-flow.patch
	patches.suse/0028-mei-drop-ready-bits-check-after-start.patch
	patches.suse/0029-mei-debugfs-add-pxp-mode-to-devstate-in-debugfs.patch
	patches.suse/drm-i915-gsc-allocate-extended-operational-memory-in.patch
	patches.suse/Revert-drm-i915-dg2-extend-Wa_1409120013-to-DG2.patch
	patches.suse/drm-i915-uc-Update-to-latest-GuC-and-use-new-format-.patch
	patches.suse/0157-drm-amdgpu-use-dirty-framebuffer-helper.patch
	patches.suse/0158-drm-amdkfd-Fix-CRIU-restore-op-due-to-doorbell-offse.patch
	patches.suse/0159-drm-amd-amdgpu-update-GC-10.3.0-pwrdec.patch
	patches.suse/0160-drm-amdgpu-Use-per-device-reset_domain-for-XGMI-on-s.patch
	patches.suse/0161-amd-amdkfd-fix-repeated-words-in-comments.patch
	patches.suse/drm-amdkfd-handle-CPU-fault-on-COW-mapping.patch
	patches.suse/0163-drm-amdkfd-Remove-prefault-before-migrating-to-VRAM.patch
	patches.suse/0164-drm-amd-display-update-header-files.patch
	patches.suse/0165-drm-amdgpu-Rely-on-MCUMC_STATUS-for-umc-v8_10-correc.patch
	patches.suse/drm-amdkfd-Migrate-in-CPU-page-fault-use-current-mm.patch
	patches.suse/0167-drm-amdgpu-Fix-hive-reference-count-leak.patch
	patches.suse/0168-drm-amd-display-clean-up-some-inconsistent-indenting.patch
	patches.suse/0169-drm-amd-display-Simplify-bool-conversion.patch
	patches.suse/0170-drm-amd-display-remove-possible-condition-with-no-ef.patch
	patches.suse/0171-drm-amdgpu-Remove-the-unneeded-result-variable.patch
	patches.suse/0172-drm-amdgpu-cleanup-coding-style-in-amdgpu_acpi.c.patch
	patches.suse/0173-drm-amdgpu-cleanup-coding-style-in-amdgpu_sync.c-fil.patch
	patches.suse/0174-drm-amdgpu-cleanup-coding-style-in-amdgpu_amdkfd.c.patch
	patches.suse/0175-drm-amdgpu-cleanup-coding-style-in-amdgpu_amdkfd_gpu.patch
	patches.suse/0176-drm-amd-display-fix-repeated-words-in-comments.patch
	patches.suse/0177-drm-amdgpu-display-remove-unneeded-default-n-options.patch
	patches.suse/0178-drm-amdgpu-added-support-for-ras-driver-loading.patch
	patches.suse/0179-drm-amdgpu-Add-EEPROM-I2C-address-for-smu-v13_0_0.patch
	patches.suse/0180-drm-amd-display-Optimizations-for-DML-math.patch
	patches.suse/0181-drm-amd-display-Correct-I2C-register-offset.patch
	patches.suse/0182-drm-amd-display-Reverted-DSC-programming-sequence-ch.patch
	patches.suse/0183-drm-amd-display-Assign-link-type-before-check-dsc-wo.patch
	patches.suse/0184-drm-amd-display-Update-viewport-position-for-phantom.patch
	patches.suse/0185-drm-amd-display-Added-debug-option-for-forcing-subvp.patch
	patches.suse/0186-drm-amd-display-Adding-log-for-spread_spectrum_info.patch
	patches.suse/0187-drm-amd-display-Don-t-adjust-VRR-unnecessarily.patch
	patches.suse/0188-drm-amd-display-Avoid-force-minimal-transaction-in-c.patch
	patches.suse/0189-drm-amd-display-Fix-register-definitions-for-DCN32-3.patch
	patches.suse/0190-drm-amd-display-3.2.202.patch
	patches.suse/0191-drm-amdgpu-remove-SRIOV-and-MCBP-dependencies-from-t.patch
	patches.suse/0192-drm-amdgpu-move-setting-the-job-resources.patch
	patches.suse/0193-drm-amdgpu-revert-partial-revert-remove-ctx-lock-v2.patch
	patches.suse/0194-drm-amdgpu-use-DMA_RESV_USAGE_BOOKKEEP-v2.patch
	patches.suse/0195-drm-amdgpu-cleanup-CS-init-fini-and-pass1.patch
	patches.suse/0196-drm-amdgpu-reorder-CS-code.patch
	patches.suse/0197-drm-amdgpu-fix-warning-about-missing-imu-prototype.patch
	patches.suse/0198-drm-amdgpu-Fix-memory-leak-in-hpd_rx_irq_create_work.patch
	patches.suse/0199-drm-amd-display-make-enc32_stream_encoder_dvi_set_st.patch
	patches.suse/0200-drm-amd-display-make-dscl32_calc_lb_num_partitions-s.patch
	patches.suse/0201-drm-amd-display-make-dcn32_link_encoder_is_in_alt_mo.patch
	patches.suse/0202-drm-amd-display-make-mpc32_program_shaper-and-mpc32_.patch
	patches.suse/0203-drm-amd-display-Remove-the-unused-function-copy_stre.patch
	patches.suse/0204-drm-amd-display-amdgpu_dm-remove-duplicate-included-.patch
	patches.suse/0205-drm-amd-pm-add-new-gpu_metrics_v2_3-to-acquire-avera.patch
	patches.suse/0206-drm-amd-display-make-some-functions-static.patch
	patches.suse/0207-drm-amd-display-make-enc314_stream_encoder_dvi_set_s.patch
	patches.suse/0208-drm-amd-display-make-optc314_phantom_crtc_post_enabl.patch
	patches.suse/0209-drm-amd-display-make-some-functions-static.patch
	patches.suse/0210-drm-amd-display-make-mmhubbub32_config_mcif_buf-stat.patch
	patches.suse/0211-drm-amd-display-make-some-functions-static.patch
	patches.suse/0212-drm-amd-display-make-some-functions-static.patch
	patches.suse/0213-drm-amd-display-make-optc32_phantom_crtc_post_enable.patch
	patches.suse/0214-drm-amd-display-fix-boolconv.cocci-warning.patch
	patches.suse/drm-rcar-du-Drop-leftovers-variables-from-Makefile.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-lookup-the-ICC-paths-in-both-mdp5-dpu-and-md.patch
	patches.suse/drm-msm-dpu-index-dpu_kms-hw_vbif-using-vbif_idx.patch
	patches.suse/drm-msm-dpu-drop-unused-memory-allocation.patch
	patches.suse/drm-msm-dpu-Fix-comment-typo.patch
	patches.suse/drm-msm-dpu-drop-unused-variable-from-dpu_kms_mdp_sn.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/drm-bridge-it6505-use-drm_debug_enabled-in-it6505_de.patch
	patches.suse/0215-drm-amd-pm-remove-unused-declarations-in-hardwareman.patch
	patches.suse/drm-panel-orientation-quirks-Add-quirk-for-Anbernic-.patch
	patches.suse/0001-drm-ast-Add-resolution-support-for-1152x864-75.patch
	patches.suse/0002-drm-ast-Fix-video-broken-in-some-resolutions-on-ast2.patch
	patches.suse/0216-drm-amdgpu-SDMA-update-use-unlocked-iterator.patch
	patches.suse/0217-drm-amdkfd-Use-the-consolidated-MQD-manager-function.patch
	patches.suse/0218-drm-amdgpu-support-print-rlc-v2_x-ucode-hdr.patch
	patches.suse/0219-drm-amdgpu-add-two-new-subquery-ids.patch
	patches.suse/0220-drm-amdgpu-add-rlcv-rlcp-version-info-to-debugfs.patch
	patches.suse/0221-drm-amdkfd-Fix-spelling-mistake-detroyed-destroyed.patch
	patches.suse/0222-drm-amd-display-clean-up-some-inconsistent-indenting.patch
	patches.suse/0223-drm-amd-display-clean-up-some-inconsistent-indenting.patch
	patches.suse/0224-drm-amd-display-clean-up-some-inconsistent-indenting.patch
	patches.suse/0225-drm-amd-display-clean-up-some-inconsistent-indenting.patch
	patches.suse/0226-drm-amd-display-clean-up-some-inconsistent-indenting.patch
	patches.suse/0227-drm-amd-display-clean-up-some-inconsistent-indenting.patch
	patches.suse/0228-drm-amd-display-Remove-some-unused-definitions-from-.patch
	patches.suse/0229-drm-amd-display-Fix-pipe-split-prediction.patch
	patches.suse/0230-drm-amd-display-add-debug-option-for-dramclk_change_.patch
	patches.suse/0231-drm-amd-display-Various-logs-added.patch
	patches.suse/0232-drm-amdgpu-add-MES-and-MES-KIQ-version-in-debugfs.patch
	patches.suse/0233-drm-amd-display-rework-recent-update-PHY-state-commi.patch
	patches.suse/0234-drm-amd-display-support-proper-mst-payload-removal-w.patch
	patches.suse/0235-drm-amd-display-For-ODM-seamless-transition-require-.patch
	patches.suse/0236-drm-amd-display-Add-debug-option-for-allocating-extr.patch
	patches.suse/0237-drm-amd-display-SubVP-pipe-split-case.patch
	patches.suse/0238-drm-amd-display-Disable-SubVP-on-driver-disable.patch
	patches.suse/0239-drm-amd-display-Fix-SubVP-way-calculation.patch
	patches.suse/0240-drm-amd-display-FW-Promotion-Release-0.0.134.0.patch
	patches.suse/0241-drm-amd-display-3.2.203.patch
	patches.suse/0242-drm-amd-display-Refactor-edp-panel-power-sequencer-P.patch
	patches.suse/0243-drm-amd-display-skip-audio-setup-when-audio-stream-i.patch
	patches.suse/0244-drm-amd-display-Uncomment-SubVP-pipe-split-assignmen.patch
	patches.suse/0245-drm-amd-display-Fix-urgent-latency-override-for-DCN3.patch
	patches.suse/0246-drm-amd-display-correct-hostvm-flag.patch
	patches.suse/0247-drm-amd-display-Added-new-DCN301-Asic-Id.patch
	patches.suse/0248-drm-amd-display-Removing-2-phys.patch
	patches.suse/0249-drm-amd-display-Expose-few-dchubbub-functions.patch
	patches.suse/0250-drm-amd-display-Don-t-allocate-DET-for-phantom-pipes.patch
	patches.suse/0251-drm-amd-display-Ignore-k1-k2-values-for-virtual-sign.patch
	patches.suse/0252-drm-amd-display-do-not-compare-integers-of-different.patch
	patches.suse/0253-drm-amd-display-Assume-connectors-are-on-single-slot.patch
	patches.suse/0254-drm-amd-display-Enable-committing-subvp-config.patch
	patches.suse/0255-drm-amd-display-Modify-DML-to-adjust-Vstartup-Positi.patch
	patches.suse/0256-drm-amd-display-Revise-Sink-device-string-ID.patch
	patches.suse/0257-drm-amd-display-log-vertical-interrupt-1-for-debug.patch
	patches.suse/0258-drm-amd-display-Do-second-pass-through-DML-for-DET-c.patch
	patches.suse/0259-drm-amd-display-update-dccg-based-on-HW-delta.patch
	patches.suse/0260-drm-amd-display-solve-regression-in-update-phy-state.patch
	patches.suse/0261-drm-amd-display-3.2.204.patch
	patches.suse/0262-drm-amdgpu-Adjust-removal-control-flow-for-smu-v13_0.patch
	patches.suse/0263-drm-amdgpu-Fixed-psp-fence-and-memory-issues-when-re.patch
	patches.suse/0264-drm-amd-pm-Remove-redundant-check-condition.patch
	patches.suse/0265-drm-amdgpu-cleanup-CS-pass2-v6.patch
	patches.suse/0266-drm-amdgpu-cleanup-error-handling-in-amdgpu_cs_parse.patch
	patches.suse/0267-drm-amdgpu-move-entity-selection-and-job-init-earlie.patch
	patches.suse/0268-drm-amdgpu-revert-fix-limiting-AV1-to-the-first-inst.patch
	patches.suse/0269-drm-amdgpu-getting-fan-speed-pwm-for-vega10-properly.patch
	patches.suse/0270-drm-amdgpu-cleanup-instance-limit-on-VCN4-v4.patch
	patches.suse/0271-drm-amdgpu-add-gang-submit-backend-v2.patch
	patches.suse/0272-drm-amdgpu-add-gang-submit-frontend-v6.patch
	patches.suse/0273-drm-amdgpu-properly-initialize-return-value-during-C.patch
	patches.suse/0274-drm-amdgpu-bump-minor-for-gang-submit.patch
	patches.suse/0275-drm-amdgpu-don-t-register-a-dirty-callback-for-non-a.patch
	patches.suse/drm-amdgpu-fix-initial-connector-audio-value.patch
	patches.suse/0277-drm-amd-pm-Remove-the-unneeded-result-variable.patch
	patches.suse/0278-drm-amd-pm-Remove-unneeded-result-variable.patch
	patches.suse/0279-drm-amdgpu-Rename-vm-invalidate-lock-to-status_lock.patch
	patches.suse/0280-drm-amdgpu-Use-vm-status_lock-to-protect-relocated-l.patch
	patches.suse/0281-drm-amdgpu-Use-vm-status_lock-to-protect-vm-idle-lis.patch
	patches.suse/0282-drm-amdgpu-Use-vm-status_lock-to-protect-vm-moved-li.patch
	patches.suse/0283-drm-amdgpu-Use-vm-status_lock-to-protect-vm-evicted-.patch
	patches.suse/0284-drm-amdgpu-Use-vm-status_lock-to-protect-pt-free.patch
	patches.suse/0285-drm-amdgpu-Fix-amdgpu_vm_pt_free-warning.patch
	patches.suse/drm-meson-explicitly-remove-aggregate-driver-at-modu.patch
	patches.suse/virtio-gpu-fix-shift-wrapping-bug-in-virtio_gpu_fenc.patch
	patches.suse/0003-drm-ast-make-ast_modeset-static.patch
	patches.suse/0286-drm-amdgpu-gfx9-switch-to-amdgpu_gfx_rlc_init_microc.patch
	patches.suse/0287-drm-amdgpu-gfx10-switch-to-amdgpu_gfx_rlc_init_micro.patch
	patches.suse/0288-drm-amdgpu-Fixed-ras-warning-when-uninstalling-amdgp.patch
	patches.suse/0289-drm-amdgpu-Disable-verbose-for-p2p-dist-calc.patch
	patches.suse/0290-drm-amdgpu-Use-simplified-API-for-p2p-dist-calc.patch
	patches.suse/0291-drivers-amd-pm-check-the-return-value-of-amdgpu_bo_k.patch
	patches.suse/0292-drm-amdgpu-add-function-to-init-CP-microcode.patch
	patches.suse/0293-drm-amdgpu-gfx9-use-common-function-to-init-cp-fw.patch
	patches.suse/0294-drm-amdgpu-gfx10-use-common-function-to-init-CP-fw.patch
	patches.suse/0295-drm-amdgpu-gfx11-use-common-function-to-init-cp-fw.patch
	patches.suse/0296-drm-amdgpu-add-function-to-init-SDMA-microcode.patch
	patches.suse/0297-drm-amdgpu-sdma4-use-common-function-to-init-sdma-fw.patch
	patches.suse/0298-drm-amdgpu-sdma5-use-common-function-to-init-sdma-fw.patch
	patches.suse/0299-drm-amdgpu-support-sdma-struct-v2-fw-init.patch
	patches.suse/0300-drm-amdgpu-sdma6-use-common-function-to-init-sdma-fw.patch
	patches.suse/0301-drm-amdgpu-vcn-update-vcn4-fw-shared-data-structure.patch
	patches.suse/0302-drm-amd-amdgpu-Add-missing-XGMI-hive-registers-for-m.patch
	patches.suse/0303-drm-amdgpu-Enable-SA-software-trap.patch
	patches.suse/drm-amd-display-Remove-interface-for-periodic-interr.patch
	patches.suse/0305-drm-amd-display-Do-DIO-FIFO-enable-after-DP-video-st.patch
	patches.suse/0306-drm-amd-display-Change-EDID-fallback-condition.patch
	patches.suse/0307-drm-amd-display-Add-debug-option-for-exiting-idle-op.patch
	patches.suse/0308-drm-amd-display-add-missing-null-check.patch
	patches.suse/0309-drm-amd-display-Fix-audio-on-display-after-unpluggin.patch
	patches.suse/0310-drm-amd-display-add-debug-keys-for-override-bios-set.patch
	patches.suse/0311-drm-amd-display-Disable-MALL-when-TMZ-surface.patch
	patches.suse/0312-drm-amd-display-Add-ABM-control-to-panel_config-stru.patch
	patches.suse/0313-drm-amd-display-Cursor-Info-Update-refactor.patch
	patches.suse/0314-drm-amd-display-skip-phantom-pipes-when-checking-for.patch
	patches.suse/0315-drm-amd-display-Update-MALL-SS-NumWays-calculation.patch
	patches.suse/0316-drm-amd-display-Fix-CAB-allocation-calculation.patch
	patches.suse/0317-drm-amd-display-polling-vid-stream-status-in-hpo-dp-.patch
	patches.suse/0318-drm-amd-display-Fix-various-dynamic-ODM-transitions-.patch
	patches.suse/0319-drm-amd-display-Only-use-ODM2-1-policy-for-high-pixe.patch
	patches.suse/0320-drm-amd-display-fix-a-divide-by-zero-error.patch
	patches.suse/0321-drm-amd-display-3.2.205.patch
	patches.suse/0322-drm-amd-display-Refactor-LTTPR-mode-selection.patch
	patches.suse/0323-drm-amdgpu-add-rlc_sr_cntl_list-to-firmware-array.patch
	patches.suse/0324-drm-amdgpu-fix-a-compiling-error-in-old-kernels.patch
	patches.suse/0325-drm-amdgpu-fix-compiler-warning-for-amdgpu_gfx_cp_in.patch
	patches.suse/0326-drm-amd-display-fix-array-bounds-error-in-dc_stream_.patch
	patches.suse/0327-drm-amdgpu-fix-sdma-v4-init-microcode-error.patch
	patches.suse/0328-drm-amdgpu-export-umc-error-address-convert-interfac.patch
	patches.suse/0329-drm-amdgpu-support-to-convert-dedicated-umc-mca-addr.patch
	patches.suse/0330-drm-amdgpu-use-RAS-error-address-convert-api-in-mca-.patch
	patches.suse/0331-drm-amdgpu-add-page-retirement-handling-for-CPU-RAS.patch
	patches.suse/0332-drm-amdgpu-Fix-mc_umc_status-used-uninitialized-warn.patch
	patches.suse/0333-drm-amdgpu-remove-switch-from-amdgpu_gmc_noretry_set.patch
	patches.suse/0334-drm-amdgpu-Skip-put_reset_domain-if-it-doesn-t-exist.patch
	patches.suse/0335-drm-amdgpu-correct-the-memcpy-size-for-ip-discovery-.patch
	patches.suse/0336-drm-amdkfd-Track-unified-memory-when-switching-xnack.patch
	patches.suse/0337-drm-amdkfd-Fix-UBSAN-shift-out-of-bounds-warning.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-hda-Always-free-codec-on-the-device-release.patch
	patches.suse/ALSA-hda-Remove-unused-MAX_PIN_CONFIGS-constant.patch
	patches.suse/ALSA-hda-Remove-unused-defines.patch
	patches.suse/ALSA-usb-audio-Add-quirk-to-enable-Avid-Mbox-3-suppo.patch
	patches.suse/ALSA-hda-cleanup-definitions-for-multi-link-register.patch
	patches.suse/ALSA-vx-Drop-superfluous-GFP-setup.patch
	patches.suse/ALSA-pdaudiocf-Drop-superfluous-GFP-setup.patch
	patches.suse/ASoC-Intel-sst-Switch-to-standard-device-pages.patch
	patches.suse/ALSA-memalloc-Drop-special-handling-of-GFP-for-CONTI.patch
	patches.suse/ALSA-doc-Drop-snd_dma_continuous_data-usages.patch
	patches.suse/ALSA-hda-hdmi-Replace-zero-length-array-with-DECLARE.patch
	patches.suse/ALSA-asihpi-Remove-useless-code-in-hpi_meter_get_pea.patch
	patches.suse/ALSA-usb-audio-Register-card-at-the-last-interface.patch
	patches.suse/ALSA-hda-beep-Simplify-keep-power-at-enable-behavior.patch
	patches.suse/ALSA-hda-cs35l41-Call-put_device-in-the-scope-of-get.patch
	patches.suse/ALSA-hda-cs35l41-Utilize-acpi_get_subsystem_id.patch
	patches.suse/ALSA-line6-remove-line6_set_raw-declaration.patch
	patches.suse/ALSA-hda-hdmi-change-type-for-the-assigned-variable.patch
	patches.suse/ALSA-usb-audio-Fix-last-interface-check-for-registra.patch
	patches.suse/ALSA-hda-hdmi-Fix-the-converter-allocation-for-the-s.patch
	patches.suse/ALSA-hda-add-snd_hdac_stop_streams-helper.patch
	patches.suse/ALSA-hda-hdmi-Simplify-the-pcm_idx-condition-in-hdmi.patch
	patches.suse/ALSA-hda-hdmi-ELD-procfs-print-the-codec-NIDs.patch
	patches.suse/ALSA-hda-ca0132-remove-the-unneeded-result-variable.patch
	patches.suse/ALSA-hda-hdmi-Use-only-dynamic-PCM-device-allocation.patch
	patches.suse/ALSA-hda-hdmi-Limit-the-maximal-count-of-PCM-devices.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-amd-acp-add-missing-platform_device_unregister-.patch
	patches.suse/ASoC-soc-pcm.c-call-__soc_pcm_close-in-soc_pcm_close.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-SOF-mediatek-mt8195-Import-namespace-SND_SOC_SO.patch
	patches.suse/ASoC-eureka-tlv320-Hold-reference-returned-from-of_f.patch
	patches.suse/ALSA-intel-dspconfig-add-ES8336-support-for-AlderLak.patch
	patches.suse/ASoC-SOF-pci-Change-DMI-match-info-to-support-all-Ch.patch
	patches.suse/ASoC-amd-yc-Add-ASUS-UM5302TA-into-DMI-table.patch
	patches.suse/ASoC-amd-yc-Add-Lenovo-Yoga-Slim-7-Pro-X-to-quirks-t.patch
	patches.suse/ASoC-SOF-ipc4-topology-Free-the-ida-when-IPC-fails-i.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-9242-1-kasan-Only-map-modules-if-CONFIG_KASAN_VM.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-dfl-emif-Update-the-dfl-emif-driver-support-r.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-tegra-fuse-Add-missing-of_node_put-in-tegra_init.patch
	patches.suse/soc-tegra-fuse-Add-missing-of_node_put.patch
	patches.suse/soc-tegra-fuse-Drop-Kconfig-dependency-on-TEGRA20_AP.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/soc-tegra-Set-ERD-bit-to-mask-inband-errors.patch
	patches.suse/soc-tegra-cbb-Add-CBB-1.0-driver-for-Tegra194.patch
	patches.suse/soc-tegra-cbb-Add-driver-for-Tegra234-CBB-2.0.patch
	patches.suse/dt-bindings-Add-Host1x-context-stream-IDs-on-Tegra23.patch
	patches.suse/ARM-dts-imx7d-sdb-config-the-max-pressure-for-tsc204.patch
	patches.suse/ARM-dts-imx6qdl-kontron-samx6i-hook-up-DDC-i2c-bus.patch
	patches.suse/ARM-dts-imx6q-add-missing-properties-for-sram.patch
	patches.suse/ARM-dts-imx6dl-add-missing-properties-for-sram.patch
	patches.suse/ARM-dts-imx6qp-add-missing-properties-for-sram.patch
	patches.suse/ARM-dts-imx6sl-add-missing-properties-for-sram.patch
	patches.suse/ARM-dts-imx6sll-add-missing-properties-for-sram.patch
	patches.suse/ARM-dts-imx6sx-add-missing-properties-for-sram.patch
	patches.suse/arm64-dts-imx8mq-librem5-Add-bq25895-as-max17055-s-p.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/kselftest-arm64-Fix-validatation-termination-record-.patch
	patches.suse/selftests-vm-use-top_srcdir-instead-of-recomputing-relative-paths.patch
	patches.suse/fs-fix-UAF-GPF-bug-in-nilfs_mdt_destroy.patch
	patches.suse/btrfs-send-refactor-arguments-of-get_inode_info.patch
	patches.suse/btrfs-send-fix-failures-when-processing-inodes-with-.patch
	patches.suse/null_blk-Modify-the-behavior-of-null_map_queues.patch
	patches.suse/block-Change-the-return-type-of-blk_mq_map_queues-into-void.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/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/nvme-consider-also-host_iface-when-checking-ip-options.patch
	patches.suse/s390-dasd-put-block-allocation-in-separate-function
	patches.suse/s390-dasd-add-query-PPRC-function
	patches.suse/s390-dasd-add-copy-pair-setup
	patches.suse/s390-dasd-add-copy-pair-swap-capability
	patches.suse/s390-dasd-add-ioctl-to-perform-a-swap-of-the-drivers-copy-pair
	patches.suse/s390-dasd-suppress-generic-error-messages-for-PPRC-secondary-devices
	patches.suse/s390-dasd-add-device-ping-attribute
	patches.suse/0011-blk-wbt-call-rq_qos_add-after-wb_normal-is-initializ.patch
	patches.suse/0251-md-raid5-Fix-spelling-mistakes-in-comments.patch
	patches.suse/0252-md-raid10-fix-compile-warning.patch
	patches.suse/0014-md-Replace-snprintf-with-scnprintf.patch
	patches.suse/0253-md-raid5-Refactor-raid5_get_active_stripe.patch
	patches.suse/0254-md-raid5-Drop-extern-on-function-declarations-in-raid5.h.patch
	patches.suse/0255-md-raid5-Cleanup-prototype-of-raid5_get_active_stripe.patch
	patches.suse/0256-md-raid5-Don-t-read-active_stripes-if-it-s-not-needed.patch
	patches.suse/0015-md-raid5-Ensure-stripe_fill-happens-on-non-read-IO-w.patch
	patches.suse/0016-md-raid5-Remove-unnecessary-bio_put-in-raid5_read_on.patch
	patches.suse/0257-md-Remove-extra-mddev_get-in-md_seq_start.patch
	patches.suse/0258-md-raid10-factor-out-code-from-wait_barrier-to-stop_waiting_barrier.patch
	patches.suse/0259-md-raid10-don-t-modify-nr_waitng-in-wait_barrier-for-the-case-nowait.patch
	patches.suse/0260-md-raid10-prevent-unnecessary-calls-to-wake_up-in-fast-path.patch
	patches.suse/0261-md-raid10-fix-improper-BUG_ON-in-raise_barrier.patch
	patches.suse/0262-md-raid10-convert-resync_lock-to-use-seqlock.patch
	patches.suse/0263-md-raid5-Wait-for-MD_SB_CHANGE_PENDING-in-raid5d.patch
	patches.suse/0264-md-Fix-spelling-mistake-in-comments-of-r5l_log.patch
	patches.suse/nvme-restrict-management-ioctls-to-admin.patch
	patches.suse/nvme-ensure-subsystem-reset-is-single-threaded.patch
	patches.suse/sbitmap-fix-lockup-while-swapping.patch
	patches.suse/ata-libahci_platform-Sanity-check-the-DT-child-nodes.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-cx88-Fix-a-null-ptr-deref-bug-in-buffer_prepar.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-roccat-Fix-use-after-free-in-roccat_read.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-intel-m10-bmc-Add-d5005-bmc-secure-update-driver.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/power-supply-adp5061-fix-out-of-bounds-read-in-adp50.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/IB-mlx5-Call-io_stop_wc-after-writing-to-WC-MMIO.patch
	patches.suse/RDMA-mlx5-Don-t-compare-mkey-tags-in-DEVX-indirect-m.patch
	patches.suse/IB-mlx5-Remove-duplicate-header-inclusion-related-to.patch
	patches.suse/RDMA-srp-Rework-the-srp_add_port-error-path.patch
	patches.suse/RDMA-srp-Handle-dev_set_name-failure.patch
	patches.suse/RDMA-srp-Use-the-attribute-group-mechanism-for-sysfs.patch
	patches.suse/RDMA-rxe-Remove-an-unused-member-from-struct-rxe_mr.patch
	patches.suse/RDMA-rxe-Fix-kernel-NULL-pointer-dereference-error.patch
	patches.suse/RDMA-rxe-Fix-the-error-caused-by-qp-sk.patch
	patches.suse/RDMA-rxe-Remove-the-unused-variable-obj.patch
	patches.suse/RDMA-rxe-Delete-error-messages-triggered-by-incoming.patch
	patches.suse/RDMA-siw-Add-missing-Kconfig-selections.patch
	patches.suse/IB-mlx5-Support-querying-eswitch-functions-from-DEVX.patch
	patches.suse/RDMA-rxe-use-u-to-print-u32-variables.patch
	patches.suse/RDMA-rxe-convert-pr_warn-to-pr_debug.patch
	patches.suse/RDMA-mlx5-Remove-duplicate-assignment-in-umr_rereg_p.patch
	patches.suse/RDMA-irdma-Align-AE-id-codes-to-correct-flush-code-a.patch
	patches.suse/RDMA-irdma-Validate-udata-inlen-and-outlen.patch
	patches.suse/RDMA-srp-Fix-srp_abort.patch
	patches.suse/RDMA-siw-Always-consume-all-skbuf-data-in-sk_data_re.patch
	patches.suse/RDMA-siw-Fix-QP-destroy-to-wait-for-all-references-d.patch
	patches.suse/RDMA-cm-Use-SLID-in-the-work-completion-as-the-DLID-.patch
	patches.suse/IB-Set-IOVA-LENGTH-on-IB_MR-in-core-uverbs-layers.patch
	patches.suse/RDMA-rxe-Use-members-of-generic-struct-in-rxe_mr.patch
	patches.suse/RDMA-srp-Support-more-than-255-rdma-ports.patch
	patches.suse/RDMA-rxe-Add-send_common_ack-helper.patch
	patches.suse/RDMA-rxe-Set-pd-early-in-mr-alloc-routines.patch
	patches.suse/RDMA-rxe-Fix-resize_finish-in-rxe_queue.c.patch
	patches.suse/net-mlx5-Add-IFC-bits-for-mkey-ATS.patch
	patches.suse/RDMA-core-Add-UVERBS_ATTR_RAW_FD.patch
	patches.suse/RDMA-mlx5-Add-support-for-dmabuf-to-devx-umem.patch
	patches.suse/RDMA-mlx5-Enable-ATS-support-for-MRs-and-umems.patch
	patches.suse/RDMA-rxe-Remove-redundant-num_sge-fields.patch
	patches.suse/IB-rdmavt-Add-__init-__exit-annotations-to-module-in.patch
	patches.suse/RDMA-hns-Repacing-dseg_len-by-macros-in-fill_ext_sge.patch
	patches.suse/RDMA-usnic-fix-set-but-not-unused-variable-flags-war.patch
	patches.suse/RDMA-rxe-Remove-error-warning-messages-from-packet-r.patch
	patches.suse/scsi-mpt3sas-Add-support-for-ATTO-ExpressSAS-H12xx-G.patch
	patches.suse/scsi-mpt3sas-Disable-MPI2_FUNCTION_FW_DOWNLOAD-for-A.patch
	patches.suse/scsi-megaraid-Remove-redundant-assignment-to-variabl.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-megaraid_sas-Replace-one-element-array-with-fle.patch
	patches.suse/scsi-megaraid_sas-Replace-one-element-array-with-fle-204a29a1.patch
	patches.suse/scsi-megaraid_sas-Replace-one-element-array-with-fle-eeb3bab7.patch
	patches.suse/scsi-megaraid_sas-Replace-one-element-array-with-fle-ee92366a.patch
	patches.suse/scsi-megaraid_sas-Use-struct_size-in-code-related-to.patch
	patches.suse/scsi-megaraid_sas-Use-struct_size-in-code-related-to-48658213.patch
	patches.suse/scsi-mpt3sas-Prevent-error-handler-escalation-when-d.patch
	patches.suse/scsi-mpt3sas-Don-t-change-DMA-mask-while-reallocatin.patch
	patches.suse/scsi-mpt3sas-Fix-trace-buffer-registration-failed.patch
	patches.suse/scsi-mpt3sas-Increase-cmd_per_lun-to-128.patch
	patches.suse/scsi-mpt3sas-Update-driver-version-to-43.100.00.00.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-hpsa-Use-the-bitmap-API-to-allocate-bitmaps.patch
	patches.suse/scsi-hpsa-Simplify-clear-set-_bit-parameters.patch
	patches.suse/msft-hv-2651-scsi-storvsc-Drop-DID_TARGET_FAILURE-use.patch
	patches.suse/scsi-qla2xxx-drop-did_target_failure-use.patch
	patches.suse/scsi-3w-9xxx-Avoid-disabling-device-if-failing-to-enable-it.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-megaraid-Convert-sysfs-snprintf-to-sysfs_emit.patch
	patches.suse/scsi-csiostor-Convert-sysfs-snprintf-to-sysfs_emit.patch
	patches.suse/scsi-scsi_transport_fc-Use-u-for-dev_loss_tmo.patch
	patches.suse/scsi-libsas-Fix-use-after-free-bug-in-smp_execute_task_sg.patch
	patches.suse/scsi-pm8001-Fix-running_req-for-internal-abort-commands.patch
	patches.suse/scsi-pm8001-Replace-one-element-array-with-flexible-array-member.patch
	patches.suse/scsi-qedf-Populate-sysfs-attributes-for-vport.patch
	patches.suse/scsi-mpt3sas-Revert-scsi-mpt3sas-Fix-writel-use.patch
	patches.suse/scsi-mpt3sas-Revert-scsi-mpt3sas-Fix-ioc-base_readl-.patch
	patches.suse/scsi-mpi3mr-Schedule-IRQ-kthreads-only-on-non-RT-kernels.patch
	patches.suse/scsi-stex-Properly-zero-out-the-passthrough-command-structure.patch
	patches.suse/scsi-iscsi-iscsi_tcp-Fix-null-ptr-deref-while-calling-getpeername.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-ti-k3-udma-Reset-UDMA_CHAN_RT-byte-counter.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/soundwire-cadence-Don-t-overwrite-msg-buf-during-wri.patch
	patches.suse/soundwire-intel-fix-error-handling-on-dai-registrati.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-clean-up-stop-tx-part-in-altera_uart_tx_c.patch
	patches.suse/tty-serial-altera_uart_-r-t-x_chars-need-only-uart_p.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-dwc3-gadget-conditionally-remove-requests.patch
	patches.suse/usb-dwc3-debug-show-events-parameters-in-hex.patch
	patches.suse/usb-common-debug-Check-non-standard-control-requests.patch
	patches.suse/usb-hcd-Fix-dma_map_sg-error-check.patch
	patches.suse/usb-host-Initiate-urb-ep-with-udev-ep0.patch
	patches.suse/usb-host-xhci-plat-suspend-and-resume-clocks.patch
	patches.suse/usb-host-xhci-plat-suspend-resume-clks-for-brcm.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-gadget-f_fs-stricter-integer-overflow-checks.patch
	patches.suse/USB-serial-ftdi_sio-fix-300-bps-rate-for-SIO.patch
	patches.suse/USB-serial-console-move-mutex_unlock-before-usb_seri.patch
	patches.suse/usb-host-xhci-Fix-potential-memory-leak-in-xhci_allo.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-dwc3-pci-Update-the-macro-names-for-USB-PCIe-dev.patch
	patches.suse/usb-dwc3-pci-Add-PCIe-device-ID-for-USB3-controller-.patch
	patches.suse/usb-musb-Fix-musb_gadget.c-rxstate-overflow-bug.patch
	patches.suse/arm64-dts-imx8mp-Add-snps-gfladj-refclk-lpm-sel-quir.patch
	patches.suse/USB-add-RESET_RESUME-quirk-for-NVIDIA-Jetson-devices.patch
	patches.suse/usb-dwc3-core-Enable-GUCTL1-bit-10-for-fixing-termin.patch
	patches.suse/usb-dwc3-core-fix-some-leaks-in-probe.patch
	patches.suse/Revert-usb-storage-Add-quirk-for-Samsung-Fit-flash.patch
	patches.suse/usb-cdc-wdm-Use-skb_put_data-instead-of-skb_put-memc.patch
	patches.suse/usb-idmouse-fix-an-uninit-value-in-idmouse_open.patch
	patches.suse/thunderbolt-Add-DP-OUT-resource-when-DP-tunnel-is-di.patch
	patches.suse/thunderbolt-Explicitly-enable-lane-adapter-hotplug-e.patch
	patches.suse/usb-add-quirks-for-Lenovo-OneLink-Dock-37d49519b414.patch
	patches.suse/usb-typec-ucsi_ccg-Disable-UCSI-ALT-support-on-Tegra.patch
	patches.suse/usb-mtu3-fix-failed-runtime-suspend-in-host-only-mod.patch
	patches.suse/USB-serial-qcserial-add-new-usb-id-for-Dell-branded-.patch
	patches.suse/dyndbg-fix-static_branch-manipulation.patch
	patches.suse/dyndbg-fix-module.dyndbg-handling.patch
	patches.suse/dyndbg-let-query-modname-override-actual-module-name.patch
	patches.suse/kernfs-fix-use-after-free-in-__kernfs_remove.patch
	patches.suse/0030-misc-move-from-strlcpy-with-unused-retval-to-strscpy.patch
	patches.suse/misc-ocxl-fix-possible-refcount-leak-in-afu_ioctl.patch
	patches.suse/uio-dfl-add-IOPLL-user-clock-feature-id.patch
	patches.suse/virt-vbox-convert-to-use-dev_groups.patch
	patches.suse/misc-pci_endpoint_test-Aggregate-params-checking-for.patch
	patches.suse/misc-pci_endpoint_test-Fix-pci_endpoint_test_-copy-w.patch
	patches.suse/fpga-dfl-pci-Add-IDs-for-Intel-N6000-N6001-and-C6100.patch
	patches.suse/fpga-prevent-integer-overflow-in-dfl_feature_ioctl_s.patch
	patches.suse/fpga-m10bmc-sec-d5005-bmc-secure-update-driver.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/0031-mei-fix-repeated-words-in-comments.patch
	patches.suse/0032-mei-gsc-Remove-redundant-dev_err-call.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/iio-pressure-dps310-Refactor-startup-procedure.patch
	patches.suse/iio-pressure-dps310-Reset-chip-after-timeout.patch
	patches.suse/extcon-usbc-tusb320-Factor-out-extcon-into-dedicated.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-potential-memory-leak.patch
	patches.suse/staging-rtl8723bs-fix-potential-memory-leak-in-rtw_i.patch
	patches.suse/staging-rtl8723bs-fix-a-potential-memory-leak-in-rtw.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-zynqmp-Fix-stack-out-of-bounds-in-strncpy.patch
	patches.suse/clk-zynqmp-pll-rectify-rate-rounding-in-zynqmp_pll_r.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-Make-peripheral-PLLC-critical.patch
	patches.suse/clk-bcm2835-Round-UART-input-clock-up.patch
	patches.suse/clk-bcm2835-fix-bcm2835_clock_rate_from_divisor-decl.patch
	patches.suse/clk-bcm-rpi-Add-support-for-VEC-clock.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/efi-libstub-drop-pointless-get_memory_map-call.patch
	patches.suse/KVM-x86-emulator-Fix-handing-of-POP-SS-to-correctly-.patch
	patches.suse/KVM-x86-mmu-fix-memoryleak-in-kvm_mmu_vendor_module_.patch
	patches.suse/msft-hv-2659-x86-hyperv-Fix-struct-hv_enlightened_vmcs-definition.patch
	patches.suse/msft-hv-2660-x86-hyperv-Update-struct-hv_enlightened_vmcs-definit.patch
	patches.suse/KVM-x86-Check-for-existing-Hyper-V-vCPU-in-kvm_hv_vc.patch
	patches.suse/KVM-x86-Report-error-when-setting-CPUID-if-Hyper-V-a.patch
	patches.suse/KVM-nVMX-Unconditionally-purge-queued-injected-event.patch
	patches.suse/KVM-VMX-Drop-bits-31-16-when-shoving-exception-error.patch
	patches.suse/KVM-x86-Treat-DBs-from-the-emulator-as-fault-like-co.patch
	patches.suse/KVM-nVMX-Ignore-SIPI-that-arrives-in-L2-when-vCPU-is.patch
	patches.suse/KVM-VMX-Inject-PF-on-ENCLS-as-emulated-PF.patch
	patches.suse/arm64-topology-move-store_cpu_topology-to-shared-cod.patch
	patches.suse/s390-pai-Add-support-for-PAI-Extension-1-NNPA-counters
	patches.suse/powerpc-mm-Support-execute-only-memory-on-the-Radix-.patch
	patches.suse/powerpc-pci_dn-Add-missing-of_node_put.patch
	patches.suse/powerpc-powernv-add-missing-of_node_put-in-opal_expo.patch
	patches.suse/Revert-powerpc-rtas-Implement-reentrant-rtas-call.patch
	patches.suse/powerpc-64-Remove-unused-SYS_CALL_TABLE-symbol.patch
	patches.suse/powerpc-mm-64s-Drop-pgd_huge.patch
	patches.suse/ppc64-kdump-Limit-kdump-base-to-512MB.patch
	patches.suse/powerpc-add-ISA-v3.0-v3.1-wait-opcode-macro.patch
	patches.suse/powerpc-64s-Make-POWER10-and-later-use-pause_short-i.patch
	patches.suse/powerpc-pseries-Move-vas_migration_handler-early-dur.patch
	patches.suse/powerpc-boot-Explicitly-disable-usage-of-SPE-instruc.patch
	patches.suse/powerpc-kprobes-Fix-null-pointer-reference-in-arch_p.patch
	patches.suse/powerpc-Ignore-DSI-error-caused-by-the-copy-paste-in.patch
	patches.suse/powerpc-pseries-vas-Pass-hw_cpu_id-to-node-associati.patch
	patches.suse/signal-break-out-of-wait-loops-on-kthread_stop.patch
	patches.suse/perf-x86-amd-brs-Move-feature-specific-functions.patch
	patches.suse/perf-x86-amd-core-Refactor-branch-attributes.patch
	patches.suse/perf-x86-amd-core-Add-generic-branch-record-interfaces.patch
	patches.suse/x86-cpufeatures-Add-LbrExtV2-feature-bit.patch
	patches.suse/perf-x86-amd-lbr-Detect-LbrExtV2-support.patch
	patches.suse/perf-x86-amd-lbr-Add-LbrExtV2-branch-record-support.patch
	patches.suse/perf-x86-amd-lbr-Add-LbrExtV2-hardware-branch-filter-support.patch
	patches.suse/perf-x86-Move-branch-classifier.patch
	patches.suse/perf-x86-amd-lbr-Add-LbrExtV2-software-branch-filter-support.patch
	patches.suse/perf-x86-Make-branch-classifier-fusion-aware.patch
	patches.suse/perf-x86-amd-lbr-Use-fusion-aware-branch-classifier.patch
	patches.suse/perf-core-Add-speculation-info-to-branch-entries.patch
	patches.suse/perf-x86-amd-lbr-Add-LbrExtV2-branch-speculation-info-support.patch
	patches.suse/perf-x86-Add-new-Raptor-Lake-S-support.patch
	patches.suse/perf-x86-msr-Add-new-Raptor-Lake-S-support.patch
	patches.suse/perf-x86-cstate-Add-new-Raptor-Lake-S-support.patch
	patches.suse/perf-x86-uncore-Add-new-Raptor-Lake-S-support.patch
	patches.suse/perf-x86-utils-Fix-uninitialized-var-in-get_branch_type.patch
	patches.suse/perf-x86-amd-lbr-Adjust-LBR-regardless-of-filtering.patch
	patches.suse/locking-spinlocks-Mark-spinlocks-noinline-when-inlin.patch
	patches.suse/locking-Add-__lockfunc-to-slow-path-functions.patch
	patches.suse/locking-rwsem-Disable-preemption-while-trying-for-rw.patch
	patches.suse/locking-Add-__sched-to-semaphore-functions.patch
	patches.suse/locking-lockdep-Print-more-debug-information-report-.patch
	patches.suse/cgroup-cpuset-Enable-update_tasks_cpumask-on-top_cpuset.patch
	patches.suse/livepatch-fix-race-between-fork-and-KLP-transition.patch
	patches.suse/livepatch-Add-a-missing-newline-character-in-klp_mod.patch
	patches.suse/kbuild-remove-the-target-in-signal-traps-when-interr.patch
	patches.suse/kbuild-rpm-pkg-fix-breakage-when-V-1-is-used.patch
	patches.suse/tracing-kprobe-Fix-kprobe-event-gen-test-module-on-exit.patch
	patches.suse/tracing-kprobe-Make-gen-test-module-work-in-arm-and-riscv.patch
	patches.suse/tracing-osnoise-Fix-possible-recursive-locking-in-stop_per_cpu_kthreads.patch
	patches.suse/tracing-Disable-interrupt-or-preemption-before-acquiring-arch_spinlock_t.patch
	patches.suse/ftrace-Properly-unset-FTRACE_HASH_FL_MOD.patch
	patches.suse/ring-buffer-Allow-splice-to-read-previous-partially-read-pages.patch
	patches.suse/ring-buffer-Have-the-shortest_full-queue-be-the-shortest-not-longest.patch
	patches.suse/ring-buffer-Check-pending-waiters-when-doing-wake-ups-as-well.patch
	patches.suse/ring-buffer-Add-ring_buffer_wake_waiters.patch
	patches.suse/tracing-Wake-up-ring-buffer-waiters-on-closing-of-the-file.patch
	patches.suse/tracing-Add-ioctl-to-force-ring-buffer-waiters-to-wake-up.patch
	patches.suse/tracing-Wake-up-waiters-when-tracing-is-disabled.patch
	patches.suse/ring-buffer-Fix-race-between-reset-page-and-reading-page.patch
	patches.suse/tracing-Do-not-free-snapshot-if-tracer-is-on-cmdline.patch
	patches.suse/crypto-sahara-don-t-sleep-when-in-softirq.patch
	patches.suse/crypto-qat-add-check-to-validate-firmware-images.patch
	patches.suse/crypto-hisilicon-zip-fix-mismatch-in-get-set-sgl_sge.patch
	patches.suse/crypto-hisilicon-qm-fix-missing-destroy-qp_idr.patch
	patches.suse/crypto-drivers-move-from-strlcpy-with-unused-retval-.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/crypto-qat-fix-DMA-transfer-direction.patch
	patches.suse/Revert-crypto-qat-reduce-size-of-mapped-region.patch
	patches.suse/crypto-qat-use-reference-to-structure-in-dma_map_sin.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/crypto-qat-add-limit-to-linked-list-parsing.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/thermal-drivers-qcom-tsens-v0_1-Fix-MSM8939-fourth-s.patch
	patches.suse/msft-hv-2653-Drivers-hv-vmbus-Optimize-vmbus_on_event.patch
	patches.suse/msft-hv-2654-drm-hyperv-Don-t-overwrite-dirt_needed-value-set-by-.patch
	patches.suse/msft-hv-2655-Drivers-hv-vmbus-Fix-kernel-doc.patch
	patches.suse/msft-hv-2656-Drivers-hv-vmbus-Use-PCI_VENDOR_ID_MICROSOFT-for-bet.patch
	patches.suse/msft-hv-2657-Drivers-hv-vmbus-Don-t-wait-for-the-ACPI-device-upon.patch
	patches.suse/msft-hv-2658-scsi-storvsc-remove-an-extraneous-to-in-a-comment.patch
	patches.suse/msft-hv-2667-hyperv-simplify-and-rename-generate_guest_id.patch
	patches.suse/msft-hv-2669-drm-hyperv-Add-ratelimit-on-error-message.patch
	patches.suse/mm-migration-fix-the-FOLL_GET-failure-on-following-huge-page.patch
	patches.suse/Kselftests-remove-support-of-libhugetlbfs-from-kselftests.patch
	patches.suse/mm-migrate_device.c-fix-a-misleading-and-outdated-comment.patch
	patches.suse/mm-demotion-add-support-for-explicit-memory-tiers.patch
	patches.suse/mm-demotion-move-memory-demotion-related-code.patch
	patches.suse/mm-demotion-add-hotplug-callbacks-to-handle-new-numa-node-onlined.patch
	patches.suse/mm-demotion-dax-kmem-set-node-s-abstract-distance-to-MEMTIER_DEFAULT_DAX_ADISTANCE.patch
	patches.suse/mm-demotion-build-demotion-targets-based-on-explicit-memory-tiers.patch
	patches.suse/mm-demotion-add-pg_data_t-member-to-track-node-memory-tier-details.patch
	patches.suse/mm-demotion-drop-memtier-from-memtype.patch
	patches.suse/mm-demotion-demote-pages-according-to-allocation-fallback-order.patch
	patches.suse/mm-demotion-update-node_is_toptier-to-work-with-memory-tiers.patch
	patches.suse/lib-nodemask-optimize-node_random-for-nodemask-with-single-NUMA-node.patch
	patches.suse/mm-demotion-expose-memory-tier-details-via-sysfs.patch
	patches.suse/mm-fix-the-handling-Non-LRU-pages-returned-by-follow_page.patch
	patches.suse/mm-hmm-test-use-char-dev-with-struct-device-to-get-device-node.patch
	patches.suse/cifs-misc-fix-spelling-typo-in-comment.patch
	patches.suse/cifs-return-correct-error-in-calc_signature-.patch
	patches.suse/cifs-destage-dirty-pages-before-re-reading-them-for-cache-none.patch
	patches.suse/cifs-Fix-the-error-length-of-VALIDATE_NEGOTIATE_INFO-message.patch
	patches.suse/Decrease-the-number-of-SMB3-smbdirect-client-SGEs.patch
	patches.suse/Reduce-client-smbdirect-max-receive-segment-size.patch
	patches.suse/Handle-variable-number-of-SGEs-in-client-smbdirect-send-.patch
	patches.suse/Fix-formatting-of-client-smbdirect-RDMA-logging.patch
	patches.suse/smb3-add-dynamic-trace-points-for-tree-disconnect.patch
	patches.suse/cifs-Make-tcon-contain-a-wrapper-structure-cached_fids-instead-of-c.patch
	patches.suse/cifs-improve-handlecaching.patch
	patches.suse/cifs-store-a-pointer-to-a-fid-in-the-cfid-structure-instead-of-the-.patch
	patches.suse/smb3-do-not-log-confusing-message-when-server-returns-no-network-in.patch
	patches.suse/cifs-Replace-a-couple-of-one-element-arrays-with-flexible-array-mem.patch
	patches.suse/cifs-remove-initialization-value.patch
	patches.suse/cifs-replace-kfree-with-kfree_sensitive-for-sensitive-data.patch
	patches.suse/smb3-rename-encryption-decryption-TFMs.patch
	patches.suse/cifs-secmech-use-shash_desc-directly-remove-sdesc.patch
	patches.suse/smb3-fix-oops-in-calculating-shash_setkey.patch
	patches.suse/fbdev-smscufx-Fix-use-after-free-in-ufx_ops_open.patch
	patches.suse/Input-xpad-add-supported-devices-as-contributed-on-g.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
	patches.suse/irqchip-ls-extirq-Fix-invalid-wait-context-by-avoidi.patch
	patches.suse/kexec-turn-all-kexec_mutex-acquisitions-into-trylocks
	patches.suse/panic-kexec-make-__crash_kexec-NMI-safe
	patches.suse/nilfs2-replace-WARN_ONs-by-nilfs_error-for-checkpoin.patch
	patches.suse/mm-hugetlb-fix-races-when-looking-up-a-CONT-PTE-PMD-.patch
	patches.suse/nilfs2-fix-use-after-free-bug-of-struct-nilfs_root.patch
	patches.suse/nilfs2-fix-NULL-pointer-dereference-at-nilfs_bmap_lo.patch
	patches.suse/nilfs2-fix-leak-of-nilfs_root-in-case-of-writer-thre.patch
	patches.suse/xen-gntdev-Prevent-leaking-grants.patch
	patches.suse/xen-gntdev-Accommodate-VMA-splitting.patch
	patches.suse/drm-i915-gvt-Add-missing-vfio_unregister_group_dev-c.patch
	patches.suse/drm-i915-gvt-fix-a-memory-leak-in-intel_gvt_init_vgp.patch
	patches.suse/libceph-drop-last_piece-flag-from-ceph_msg_data_cursor.patch
	patches.suse/ceph-wake-up-the-waiters-if-any-new-caps-comes.patch
	patches.suse/ceph-fail-the-request-if-the-peer-MDS-doesn-t-support-getvxattr-op.patch
	patches.suse/ceph-no-need-to-wait-for-transition-RDCACHE-RD-RD.patch
	patches.suse/ceph-Use-kcalloc-for-allocating-multiple-elements.patch
	patches.suse/ceph-increment-i_version-when-doing-a-setattr-with-caps.patch
	patches.suse/ceph-fail-the-open_by_handle_at-if-the-dentry-is-being-unlinked.patch
	patches.suse/ceph-fix-incorrectly-showing-the-.snap-size-for-stat.patch
	patches.suse/watchdog-wdat_wdt-fix-min-max-timer-value.patch
	patches.suse/watchdog-hpwdt-Include-nmi.h-only-if-CONFIG_HPWDT_NM.patch
	patches.suse/watchdog-hpwdt-Enable-HP_WATCHDOG-for-ARM64-systems.patch
	patches.suse/watchdog-ftwdt010_wdt-fix-test-for-platform_get_irq-.patch
	patches.suse/watchdog-armada_37xx_wdt-Fix-.set_timeout-callback.patch
	patches.suse/ftrace-Fix-char-print-issue-in-print_ip_ins.patch
	patches.suse/tracing-Move-duplicate-code-of-trace_kprobe-eprobe.c-into-header.patch
	patches.suse/tracing-Add-fault-name-injection-to-kernel-probes.patch
	patches.suse/tracing-Fix-reading-strings-from-synthetic-events.patch
	patches.suse/net-ieee802154-return-EINVAL-for-unknown-addr-type.patch
	patches.suse/msft-hv-2671-hv_netvsc-Fix-race-between-VF-offering-and-VF-associ.patch
	patches.suse/ipv4-Handle-attempt-to-delete-multipath-route-when-f.patch
	patches.suse/mISDN-hfcpci-Fix-use-after-free-bug-in-hfcpci_softir.patch
	patches.suse/macvlan-enforce-a-consistent-minimal-mtu.patch
	patches.suse/can-kvaser_usb-Fix-use-of-uninitialized-completion.patch
	patches.suse/can-kvaser_usb_leaf-Fix-TX-queue-out-of-sync-after-r.patch
	patches.suse/can-kvaser_usb_leaf-Fix-CAN-state-after-restart.patch
	patches.suse/wifi-mac80211-do-not-drop-packets-smaller-than-the-L.patch
	patches.suse/wifi-mac80211-fix-probe-req-HE-capabilities-access.patch
	patches.suse/wifi-mac80211-fix-decap-offload-for-stations-on-AP_V.patch
	patches.suse/wifi-cfg80211-fix-ieee80211_data_to_8023_exthdr-hand.patch
	patches.suse/wifi-wext-use-flex-array-destination-for-memcpy.patch
	patches.suse/wifi-iwlwifi-mvm-fix-double-list_add-at-iwl_mvm_mac_-95b0f66649bb.patch
	patches.suse/0001-ipv6-ping-fix-wrong-checksum-for-large-frames.patch
	patches.suse/net-mlx5-Make-ASO-poll-CQ-usable-in-atomic-context.patch
	patches.suse/selftests-netfilter-Fix-nft_fib.sh-for-all.rp_filter.patch
	patches.suse/tcp-udp-Fix-memory-leak-in-ipv6_renew_options.patch
	patches.suse/ipv6-Fix-data-races-around-sk-sk_prot.patch
	patches.suse/tcp-Fix-data-races-around-icsk-icsk_af_ops.patch
	patches.suse/openvswitch-add-nf_ct_is_confirmed-check-before-assi.patch
	patches.suse/wifi-cfg80211-fix-u8-overflow-in-cfg80211_update_not.patch
	patches.suse/wifi-cfg80211-mac80211-reject-bad-MBSSID-elements.patch
	patches.suse/wifi-mac80211-fix-MBSSID-parsing-use-after-free.patch
	patches.suse/wifi-cfg80211-ensure-length-byte-is-present-before-a.patch
	patches.suse/wifi-cfg80211-fix-BSS-refcounting-bugs.patch
	patches.suse/wifi-cfg80211-avoid-nontransmitted-BSS-list-corrupti.patch
	patches.suse/wifi-mac80211_hwsim-avoid-mac80211-warning-on-bad-ra.patch
	patches.suse/wifi-mac80211-fix-crash-in-beacon-protection-for-P2P.patch
	patches.suse/wifi-cfg80211-update-hidden-BSSes-to-avoid-WARN_ON.patch
	patches.suse/kcm-avoid-potential-race-in-kcm_tx_work.patch
	patches.suse/mmc-sdhci-tegra-Use-actual-clock-rate-for-SW-tuning-.patch
	patches.suse/mmc-sdhci-sprd-Fix-minimum-clock-limit.patch
	patches.suse/io_uring-af_unix-defer-registered-files-gc-to-io_uri.patch
	patches.suse/drm-i915-ehl-Update-MOCS-table-for-EHL.patch
	patches.suse/drm-i915-guc-Fix-revocation-of-non-persistent-contex.patch
	patches.suse/drm-i915-Fix-display-problems-after-resume.patch
	patches.suse/0338-drm-amd-display-Fix-mutex-lock-in-dcn10.patch
	patches.suse/0339-drm-amd-display-Only-commit-SubVP-state-after-pipe-p.patch
	patches.suse/0340-drm-amd-display-change-to-enc314_stream_encoder_dp_b.patch
	patches.suse/0341-drivers-amd-pm-check-the-return-value-of-amdgpu_bo_k.patch
	patches.suse/0342-drm-amd-display-Program-SubVP-in-dc_commit_state_no_.patch
	patches.suse/0343-drm-amd-display-Reorder-FCLK-P-state-switch-sequence.patch
	patches.suse/0344-drm-amd-display-fix-dcn315-dml-detile-overestimation.patch
	patches.suse/0345-drm-amd-display-Block-SubVP-if-rotation-being-used.patch
	patches.suse/0346-Revert-drm-amd-display-correct-hostvm-flag.patch
	patches.suse/0347-drm-amd-display-prevent-S4-test-from-failing.patch
	patches.suse/0348-drm-amd-display-Disable-GSL-when-enabling-phantom-pi.patch
	patches.suse/0349-drm-amd-display-fix-integer-overflow-during-MSA-V_Fr.patch
	patches.suse/0350-drm-amd-display-AUX-tracing-cleanup.patch
	patches.suse/0351-drm-amd-display-Allow-PSR-exit-when-panel-is-disconn.patch
	patches.suse/0352-drm-amd-display-Refactor-edp-ILR-caps-codes.patch
	patches.suse/0353-drm-amd-display-For-SubVP-pipe-split-case-use-min-tr.patch
	patches.suse/0354-drm-amd-display-Add-log-for-LTTPR.patch
	patches.suse/0355-drm-amd-display-skip-commit-minimal-transition-state.patch
	patches.suse/0356-drm-amd-display-add-dummy-pstate-workaround-to-dcn31.patch
	patches.suse/0357-drm-amd-display-Keep-OTG-on-when-Z10-is-disable.patch
	patches.suse/0358-drm-amd-display-Increase-compbuf-size-prior-to-updat.patch
	patches.suse/0359-drm-amd-display-write-all-4-bytes-of-FFE_PRESET-dpcd.patch
	patches.suse/0360-drm-amd-display-Fix-vupdate-and-vline-position-calcu.patch
	patches.suse/0361-drm-amd-display-block-odd-h_total-timings-from-halvi.patch
	patches.suse/0362-drm-amd-display-Drop-unused-code-for-DCN32-321.patch
	patches.suse/0363-drm-amd-display-Update-DCN321-hook-that-deals-with-p.patch
	patches.suse/0364-drm-amd-display-Fix-SubVP-control-flow-in-the-MPO-co.patch
	patches.suse/0365-drm-amd-display-Remove-OPTC-lock-check.patch
	patches.suse/0366-drm-amd-display-Adding-missing-HDMI-ACP-SEND-registe.patch
	patches.suse/0367-drm-amd-display-Fix-merging-dynamic-ODM-MPO-configs-.patch
	patches.suse/0368-drm-amd-display-Fix-disable-DSC-logic-in-the-DIO-cod.patch
	patches.suse/0369-drm-amd-display-Add-missing-SDP-registers-to-DCN32-r.patch
	patches.suse/0370-drm-amd-display-Add-missing-mask-sh-for-SYM32_TP_SQ_.patch
	patches.suse/0371-drm-amdgpu-Enable-VCN-PG-on-GC11_0_1.patch
	patches.suse/0372-drm-amd-display-Add-PState-change-high-hook-for-DCN3.patch
	patches.suse/0373-drm-amd-display-Enable-2-to-1-ODM-policy-if-supporte.patch
	patches.suse/0374-drm-amd-display-3.2.206.patch
	patches.suse/0375-drm-amd-display-unblock-mcm_luts.patch
	patches.suse/0376-drm-amd-display-Disconnect-DSC-for-unused-pipes-duri.patch
	patches.suse/0377-drm-amd-display-update-DSC-for-DCN32.patch
	patches.suse/0378-drm-amd-display-Minor-code-style-change.patch
	patches.suse/0379-drm-amd-display-clean-up-one-inconsistent-indenting.patch
	patches.suse/0380-drm-amd-display-clean-up-one-inconsistent-indenting.patch
	patches.suse/0381-drm-amdgpu-sdma-add-missing-release_firmware-in-amdg.patch
	patches.suse/0382-drm-amdgpu-Enable-F32_WPTR_POLL_ENABLE-in-mqd.patch
	patches.suse/0383-drm-amd-display-Enable-dpia-support-for-dcn314.patch
	patches.suse/drm-amd-display-Fix-vblank-refcount-in-vrr-transitio.patch
	patches.suse/0385-drm-amd-display-clean-up-dcn32_fpu.c-kernel-doc.patch
	patches.suse/0386-drm-amd-display-Removed-unused-variable-sdp_stream_e.patch
	patches.suse/0387-drm-amd-display-Remove-unused-struct-i2c_id_config_a.patch
	patches.suse/0388-drm-amdgpu-Fix-VRAM-BO-swap-issue.patch
	patches.suse/0389-drm-amdgpu-Set-vmbo-destroy-after-pt-bo-is-created.patch
	patches.suse/0390-drm-amdgpu-Correct-amdgpu_amdkfd_total_mem_size-calc.patch
	patches.suse/Revert-drm-amdgpu-use-dirty-framebuffer-helper.patch
	patches.suse/0392-drm-amd-display-explicitly-disable-psr_feature_enabl.patch
	patches.suse/0393-drm-amd-display-Update-PMFW-z-state-interface-for-DC.patch
	patches.suse/0394-Revert-drm-amd-display-skip-commit-minimal-transitio.patch
	patches.suse/0395-drm-amd-display-properly-configure-DCFCLK-when-enabl.patch
	patches.suse/0396-drm-amd-display-zeromem-mypipe-heap-struct-before-us.patch
	patches.suse/0397-drm-amd-display-do-not-compare-integers-of-different.patch
	patches.suse/0398-drm-amd-display-Use-correct-pixel-clock-to-program-D.patch
	patches.suse/0399-drm-amd-display-Do-not-trigger-timing-sync-for-phant.patch
	patches.suse/0400-drm-amd-display-increase-hardware-status-wait-time.patch
	patches.suse/0401-drm-amd-display-Add-a-helper-to-map-ODM-MPC-Multi-Pl.patch
	patches.suse/0402-drm-amd-display-Validate-DSC-After-Enable-All-New-CR.patch
	patches.suse/0403-drm-amd-display-Acquire-FCLK-DPM-levels-on-DCN32.patch
	patches.suse/0404-drm-amd-display-Fix-bug-preventing-FCLK-Pstate-allow.patch
	patches.suse/0405-drm-amd-display-Use-the-same-cursor-info-across-feat.patch
	patches.suse/0406-drm-amd-display-Display-does-not-light-up-after-S4-r.patch
	patches.suse/0407-drm-amd-display-always-allow-pstate-change-when-no-d.patch
	patches.suse/0408-drm-amd-display-Add-a-missing-hook-to-DCN20.patch
	patches.suse/0409-drm-amd-display-Use-set_vtotal_min_max-to-configure-.patch
	patches.suse/0410-drm-amd-display-Drop-uncessary-OTG-lock-check.patch
	patches.suse/0411-drm-amd-display-Fix-watermark-calculation.patch
	patches.suse/0412-drm-amdgpu-Fix-SDMA-engine-resume-issue-under-SRIOV.patch
	patches.suse/0413-drm-amdgpu-switch-sdma-buffer-function-tear-down-to-.patch
	patches.suse/0414-drm-amdgpu-fix-SDMA-suspend-resume-on-SR-IOV.patch
	patches.suse/0415-drm-amd-pm-vega10_hwmgr-fix-potential-off-by-one-ove.patch
	patches.suse/drm-amd-pm-smu7_hwmgr-fix-potential-off-by-one-overf.patch
	patches.suse/0417-drm-amd-display-fix-array-bounds-error-in-dc_stream_.patch
	patches.suse/0418-drm-amdgpu-remove-check-for-CE-in-RAS-error-address-.patch
	patches.suse/0419-drm-amdgpu-define-RAS-convert_error_address-API.patch
	patches.suse/0420-drm-amdgpu-define-convert_error_address-for-umc-v8.7.patch
	patches.suse/0421-drm-amdgpu-fix-coding-style-issue-for-mca-notifier.patch
	patches.suse/0422-drm-amdgpu-Update-umc-v8_10_0-headers.patch
	patches.suse/0423-drm-amdgpu-Add-poison-mode-query-for-umc-v8_10_0.patch
	patches.suse/0424-drm-amd-display-Clean-some-DCN32-macros.patch
	patches.suse/0425-drm-amd-display-3.2.207.patch
	patches.suse/0426-drm-amd-display-fix-build-error-on-arm64.patch
	patches.suse/0427-drm-amd-display-make-dcn32_split_stream_for_mpc_or_o.patch
	patches.suse/0428-drm-amd-display-fix-indentation-in-dc.c.patch
	patches.suse/0429-drm-amd-display-make-virtual_disable_link_output-sta.patch
	patches.suse/0430-drm-amd-display-add-a-license-to-cursor_reg_cache.h.patch
	patches.suse/0431-drm-amd-display-fix-transfer-function-passed-to-buil.patch
	patches.suse/0432-drm-amd-display-Simplify-bool-conversion.patch
	patches.suse/0433-drm-amd-display-Add-HUBP-surface-flip-interrupt-hand.patch
	patches.suse/drm-amd-display-Fix-build-breakage-with-CONFIG_DEBUG.patch
	patches.suse/mm-memory.c-fix-race-when-faulting-a-device-private-page.patch
	patches.suse/mm-free-device-private-pages-have-zero-refcount.patch
	patches.suse/mm-memremap.c-take-a-pgmap-reference-on-page-allocation.patch
	patches.suse/mm-migrate_device.c-refactor-migrate_vma-and-migrate_deivce_coherent_page.patch
	patches.suse/mm-migrate_device.c-add-migrate_device_range.patch
	patches.suse/nouveau-dmem-refactor-nouveau_dmem_fault_copy_one.patch
	patches.suse/nouveau-dmem-evict-device-private-memory-during-release.patch
	patches.suse/hmm-tests-add-test-for-migrate_device_range.patch
	patches.suse/arm64-errata-Add-Cortex-A55-to-the-repeat-tlbi-list.patch
	patches.suse/arm64-mte-Avoid-setting-PG_mte_tagged-if-no-tags-cle.patch
	patches.suse/arm64-Add-AMPERE1-to-the-Spectre-BHB-affected-list.patch
	patches.suse/ALSA-hda-realtek-remove-ALC289_FIXUP_DUAL_SPK-for-De.patch
	patches.suse/ALSA-hda-realtek-Correct-pin-configs-for-ASUS-G533Z.patch
	patches.suse/ALSA-hda-realtek-Add-quirk-for-ASUS-GV601R-laptop.patch
	patches.suse/ALSA-hda-realtek-Add-Intel-Reference-SSID-to-support.patch
	patches.suse/ALSA-rawmidi-Drop-register_mutex-in-snd_rawmidi_free.patch
	patches.suse/ALSA-oss-Fix-potential-deadlock-at-unregistration.patch
	patches.suse/ALSA-hda-hda_cs_dsp_ctl-Minor-clean-and-redundant-co.patch
	patches.suse/ALSA-hda-hda_cs_dsp_ctl-Ensure-pwr_lock-is-held-befo.patch
	patches.suse/ALSA-hda-cs_dsp_ctl-Fix-mutex-inversion-when-creatin.patch
	patches.suse/ALSA-hda-cs35l41-Remove-suspend-resume-hda-hooks.patch
	patches.suse/ALSA-hda-cs35l41-Support-System-Suspend.patch
	patches.suse/rtc-stmp3xxx-Add-failure-handling-for-stmp3xxx_wdt_r.patch
	patches.suse/rtc-cmos-Fix-event-handler-registration-ordering-iss.patch
	patches.suse/ACPI-HMAT-Release-platform-device-in-case-of-platfor.patch
	patches.suse/cifs-fix-skipping-to-incorrect-offset-in-emit_cached_dirents.patch
	patches.suse/smb3-clarify-multichannel-warning.patch
	patches.suse/cifs-improve-symlink-handling-for-smb2-.patch
	patches.suse/cifs-fix-uninitialised-var-in-smb2_compound_op-.patch
	patches.suse/cifs-prevent-copying-past-input-buffer-boundaries.patch
	patches.suse/cifs-enable-caching-of-directories-for-which-a-lease-is-held.patch
	patches.suse/cifs-find-and-use-the-dentry-for-cached-non-root-directories-also.patch
	patches.suse/cifs-use-ALIGN-and-round_up-macros.patch
	patches.suse/cifs-fix-static-checker-warning.patch
	patches.suse/cifs-fix-double-fault-crash-during-ntlmssp.patch
	patches.suse/smb3-must-initialize-two-ACL-struct-fields-to-zero.patch
	patches.suse/cifs-lease-key-is-uninitialized-in-smb1-paths.patch
	patches.suse/cifs-lease-key-is-uninitialized-in-two-additional-functions-when-sm.patch
	patches.suse/smb3-improve-SMB3-change-notification-support.patch
	patches.suse/clk-at91-fix-the-build-with-binutils-2.27.patch
	patches.suse/btrfs-fix-processing-of-delayed-data-refs-during-bac.patch
	patches.suse/btrfs-fix-processing-of-delayed-tree-block-refs-duri.patch
	patches.suse/0265-dm-change-from-DMWARN-to-DMERR-or-DMCRIT-for-fatal-errors.patch
	patches.suse/0266-dm-raid-delete-the-redundant-word-that-in-comment.patch
	patches.suse/0267-dm-verity-enable-WQ_HIGHPRI-on-verify_wq.patch
	patches.suse/0268-dm-raid-fix-typo-in-analyse_superblocks-code-comment.patch
	patches.suse/0269-dm-cache-delete-the-redundant-word-each-in-comment.patch
	patches.suse/0017-dm-remove-unnecessary-assignment-statement-in-alloc_.patch
	patches.suse/0270-dm-clone-Fix-typo-in-block_device-format-specifier.patch
	patches.suse/ata-ahci-imx-Fix-MODULE_ALIAS.patch
	patches.suse/i40e-Fix-DMA-mappings-leak.patch
	patches.suse/sfc-Change-VF-mac-via-PF-as-first-preference-if-avai.patch
	patches.suse/net-phy-dp83867-Extend-RX-strap-quirk-for-SGMII-mode.patch
	patches.suse/net-smc-Fix-an-error-code-in-smc_lgr_create
	patches.suse/bnxt_en-fix-memory-leak-in-bnxt_nvm_test.patch
	patches.suse/net-sched-cake-fix-null-pointer-access-issue-when-ca.patch
	patches.suse/net-sched-sfb-fix-null-pointer-access-issue-when-sfb.patch
	patches.suse/sfc-include-vport_id-in-filter-spec-hash-and-equal.patch
	patches.suse/wwan_hwsim-fix-possible-memory-leak-in-wwan_hwsim_de.patch
	patches.suse/net-sched-fix-race-condition-in-qdisc_graft.patch
	patches.suse/net-phy-dp83822-disable-MDI-crossover-status-change-.patch
	patches.suse/drm-vc4-hdmi-Enforce-the-minimum-rate-at-runtime_res.patch
	patches.suse/drm-amdgpu-set-vm_update_mode-0-as-default-for-Sienn.patch
	patches.suse/0436-Revert-drm-amdgpu-add-debugfs-amdgpu_reset_level.patch
	patches.suse/0437-Revert-drm-amdgpu-let-mode2-reset-fallback-to-defaul.patch
	patches.suse/0438-drm-amdgpu-Refactor-mode2-reset-logic-for-v11.0.7.patch
	patches.suse/0439-drm-amdgpu-Revert-drm-amdgpu-getting-fan-speed-pwm-f.patch
	patches.suse/0440-drm-amd-pm-temporarily-disable-thermal-alert-on-smu_.patch
	patches.suse/0441-drm-amd-amdgpu-enable-gfx-clock-gating-features-on-s.patch
	patches.suse/0442-drm-amd-pm-skip-loading-pptable-from-driver-on-secur.patch
	patches.suse/0443-drm-amdgpu-skip-mes-self-test-for-gc-11.0.3.patch
	patches.suse/0444-drm-amdgpu-Enable-gmc-soft-reset-on-gmc_v11_0_3.patch
	patches.suse/0445-drm-amdgpu-Enable-ras-support-for-mp0-v13_0_0-and-v1.patch
	patches.suse/0446-drm-amdgpu-Add-sriov-vf-ras-support-in-amdgpu_ras_as.patch
	patches.suse/0447-drm-amd-pm-fulfill-SMU13.0.0-cstate-control-interfac.patch
	patches.suse/0448-drm-amd-pm-fulfill-SMU13.0.7-cstate-control-interfac.patch
	patches.suse/0449-drm-amd-pm-disable-cstate-feature-for-gpu-reset-scen.patch
	patches.suse/0450-drm-amd-pm-Init-pm_attr_list-when-dpm-is-disabled.patch
	patches.suse/0451-drm-amd-pm-update-SMU-IP-v13.0.4-driver-interface-ve.patch
	patches.suse/0452-drm-amd-pm-add-SMU-IP-v13.0.4-IF-version-define-to-V.patch
	patches.suse/0453-drm-amd-display-Increase-frame-size-limit-for-displa.patch
	patches.suse/0454-drm-amdkfd-Fix-type-of-reset_type-parameter-in-hqd_d.patch
	patches.suse/0455-drm-amdgpu-Program-GC-registers-through-RLCG-interfa.patch
	patches.suse/0456-drm-amd-pm-enable-thermal-alert-on-smu_v13_0_10.patch
	patches.suse/0457-drm-amdgpu-dequeue-mes-scheduler-during-fini.patch
	patches.suse/0458-drm-amdgpu-Fix-for-BO-move-issue.patch
	patches.suse/drm-amdgpu-fix-sdma-doorbell-init-ordering-on-APUs.patch
	patches.suse/0460-drm-sched-add-DRM_SCHED_FENCE_DONT_PIPELINE-flag.patch
	patches.suse/0461-drm-amdgpu-use-DRM_SCHED_FENCE_DONT_PIPELINE-for-VM-.patch
	patches.suse/gcov-support-GCC-12.1-and-newer-compilers.patch
	patches.suse/nouveau-fix-migrate_to_ram-for-faulting-page.patch
	patches.suse/selinux-enable-use-of-both-GFP_KERNEL-and-GFP_ATOMIC.patch
	patches.suse/scsi-core-Restrict-legal-sdev_state-transitions-via-sysfs.patch
	patches.suse/scsi-lpfc-Fix-memory-leak-in-lpfc_create_port.patch
	patches.suse/cifs-Fix-xid-leak-in-cifs_create-.patch
	patches.suse/cifs-Fix-xid-leak-in-cifs_copy_file_range-.patch
	patches.suse/cifs-Fix-xid-leak-in-cifs_flock-.patch
	patches.suse/cifs-Fix-xid-leak-in-cifs_ses_add_channel-.patch
	patches.suse/cifs-Fix-xid-leak-in-cifs_get_file_info_unix-.patch
	patches.suse/cifs-use-LIST_HEAD-and-list_move-to-simplify-code.patch
	patches.suse/cifs-set-rc-to-ENOENT-if-we-can-not-get-a-dentry-for-the-cached-di.patch
	patches.suse/cifs-Fix-memory-leak-when-build-ntlmssp-negotiate-blob-failed.patch
	patches.suse/smb3-interface-count-displayed-incorrectly.patch
	patches.suse/cifs-drop-the-lease-for-cached-directories-on-rmdir-or-rename.patch
	patches.suse/cifs-fix-memory-leaks-in-session-setup.patch
	patches.suse/cifs-update-internal-module-73b1b8d2.patch
	patches.suse/HID-magicmouse-Do-not-set-BTN_MOUSE-on-double-report.patch
	patches.suse/HID-playstation-add-initial-DualSense-Edge-controlle.patch
	patches.suse/HID-saitek-add-madcatz-variant-of-MMO7-mouse-device-.patch
	patches.suse/ACPI-resource-do-IRQ-override-on-LENOVO-IdeaPad.patch
	patches.suse/ACPI-APEI-Fix-integer-overflow-in-ghes_estatus_pool_.patch
	patches.suse/ACPI-extlog-Handle-multiple-records.patch
	patches.suse/cpufreq-qcom-fix-memory-leak-in-error-path.patch
	patches.suse/cpufreq-qcom-fix-writes-in-read-only-memory-region.patch
	patches.suse/thermal-intel_powerclamp-Use-first-online-CPU-as-con.patch
	patches.suse/media-mceusb-set-timeout-to-at-least-timeout-provide.patch
	patches.suse/media-rkisp1-Don-t-pass-the-quantization-to-rkisp1_c.patch
	patches.suse/media-rkisp1-Initialize-color-space-on-resizer-sink-.patch
	patches.suse/media-rkisp1-Use-correct-macro-for-gradient-register.patch
	patches.suse/media-rkisp1-Zero-v4l2_subdev_format-fields-in-when-.patch
	patches.suse/media-s5p_cec-limit-msg.len-to-CEC_MAX_MSG_SIZE.patch
	patches.suse/media-cros-ec-cec-limit-msg.len-to-CEC_MAX_MSG_SIZE.patch
	patches.suse/media-dvb-frontends-drxk-initialize-err-to-0.patch
	patches.suse/media-meson-vdec-fix-possible-refcount-leak-in-vdec_.patch
	patches.suse/media-v4l2-Fix-v4l2_i2c_subdev_set_name-function-doc.patch
	patches.suse/media-ipu3-imgu-Fix-NULL-pointer-dereference-in-acti.patch
	patches.suse/media-v4l-subdev-Fail-graciously-when-getting-try-da.patch
	patches.suse/media-atomisp-prevent-integer-overflow-in-sh_css_set.patch
	patches.suse/media-venus-dec-Handle-the-case-where-find_format-fa.patch
	patches.suse/i2c-xiic-Add-platform-module-alias.patch
	patches.suse/i2c-qcom-cci-Fix-ordering-of-pm_runtime_xx-and-i2c_a.patch
	patches.suse/x86-fpu-Configure-init_fpstate-attributes-orderly.patch
	patches.suse/x86-fpu-Fix-the-init_fpstate-size-check-with-the-act.patch
	patches.suse/x86-fpu-Exclude-dynamic-states-from-init_fpstate.patch
	patches.suse/hwmon-coretemp-Handle-large-core-ID-value.patch
	patches.suse/0001-x86-microcode-AMD-Apply-the-patch-early-on-every-log.patch
	patches.suse/x86-fpu-Fix-copy_xstate_to_uabi-to-copy-init-states-.patch
	patches.suse/sched-core-Fix-comparison-in-sched_group_cookie_matc.patch
	patches.suse/KVM-x86-Add-compat-handler-for-KVM_X86_SET_MSR_FILTE.patch
	patches.suse/pinctrl-Ingenic-JZ4755-bug-fixes.patch
	patches.suse/selftests-intel_pstate-fix-build-for-ARCH-x86_64.patch
	patches.suse/atlantic-fix-deadlock-at-aq_nic_stop.patch
	patches.suse/net-mlx5e-Cleanup-MACsec-uninitialization-routine.patch
	patches.suse/scsi-mpt3sas-re-do-lost-mpt3sas-DMA-mask-fix.patch
	patches.suse/platform-x86-intel-pmc-core-Add-Raptor-Lake-support-.patch
	patches.suse/media-vivid-s_fbuf-add-more-sanity-checks.patch
	patches.suse/media-vivid-dev-bitmap_cap-wasn-t-freed-in-all-cases.patch
	patches.suse/media-v4l2-dv-timings-add-sanity-checks-for-blanking.patch
	patches.suse/media-videodev2.h-V4L2_DV_BT_BLANKING_HEIGHT-should-.patch
	patches.suse/media-vivid-set-num_in-outputs-to-0-if-not-supported.patch
	patches.suse/fs-binfmt_elf-Fix-memory-leak-in-load_elf_binary.patch
	patches.suse/mac802154-Fix-LQI-recording.patch
	patches.suse/i40e-Fix-ethtool-rx-flow-hash-setting-for-X722.patch
	patches.suse/i40e-Fix-VF-hang-when-reset-is-triggered-on-another-.patch
	patches.suse/i40e-Fix-flow-type-by-setting-GL_HASH_INSET-register.patch
	patches.suse/can-mscan-mpc5xxx-mpc5xxx_can_probe-add-missing-put_.patch
	patches.suse/can-mcp251x-mcp251x_can_probe-add-missing-unregister.patch
	patches.suse/openvswitch-switch-from-WARN-to-pr_warn.patch
	patches.suse/can-kvaser_usb-Fix-possible-completions-during-init_.patch
	patches.suse/can-j1939-transport-j1939_session_skb_drop_old-spin_.patch
	patches.suse/net-mlx5e-Do-not-increment-ESN-when-updating-IPsec-E.patch
	patches.suse/net-mlx5-Wait-for-firmware-to-enable-CRS-before-pci_.patch
	patches.suse/net-mlx5-DR-Fix-matcher-disconnect-error-flow.patch
	patches.suse/net-mlx5e-Extend-SKB-room-check-to-include-PTP-SQ.patch
	patches.suse/net-mlx5e-Update-restore-chain-id-for-slow-path-pack.patch
	patches.suse/net-mlx5-ASO-Create-the-ASO-SQ-with-the-correct-time.patch
	patches.suse/net-mlx5-Fix-possible-use-after-free-in-async-comman.patch
	patches.suse/net-mlx5e-TC-Reject-forwarding-from-internal-port-to.patch
	patches.suse/net-mlx5e-TC-Fix-cloned-flow-attr-instance-dests-are.patch
	patches.suse/net-mlx5-Update-fw-fatal-reporter-state-on-PCI-handl.patch
	patches.suse/net-mlx5-Fix-crash-during-sync-firmware-reset.patch
	patches.suse/net-mlx5e-Fix-macsec-coverity-issue-at-rx-sa-update.patch
	patches.suse/net-mlx5e-Fix-macsec-rx-security-association-SA-upda.patch
	patches.suse/net-mlx5e-Fix-wrong-bitwise-comparison-usage-in-macs.patch
	patches.suse/net-mlx5e-Fix-macsec-sci-endianness-at-rx-sa-update.patch
	patches.suse/drm-msm-a6xx-Replace-kcalloc-with-kvzalloc.patch
	patches.suse/drm-msm-dp-add-atomic_check-to-bridge-ops.patch
	patches.suse/drm-msm-Fix-return-type-of-mdp4_lvds_connector_mode_.patch
	patches.suse/drm-msm-fix-use-after-free-on-probe-deferral.patch
	patches.suse/drm-msm-dp-fix-memory-corruption-with-too-many-bridg.patch
	patches.suse/drm-msm-dsi-fix-memory-corruption-with-too-many-brid.patch
	patches.suse/drm-msm-hdmi-fix-memory-corruption-with-too-many-bri.patch
	patches.suse/drm-msm-dp-fix-IRQ-lifetime.patch
	patches.suse/drm-msm-dp-fix-aux-bus-EP-lifetime.patch
	patches.suse/drm-msm-dp-fix-bridge-lifetime.patch
	patches.suse/drm-msm-hdmi-fix-IRQ-lifetime.patch
	patches.suse/0462-drm-amdgpu-fix-pstate-setting-issue.patch
	patches.suse/0463-drm-amd-pm-update-driver-if-header-for-smu_v13_0_10.patch
	patches.suse/0464-drm-amdgpu-Adjust-MES-polling-timeout-for-sriov.patch
	patches.suse/0465-drm-amdgpu-Remove-ATC-L2-access-for-MMHUB-2.1.x.patch
	patches.suse/drm-amdkfd-Fix-memory-leak-in-kfd_mem_dmamap_userptr.patch
	patches.suse/0467-drm-amd-pm-allow-gfxoff-on-gc_11_0_3.patch
	patches.suse/0468-drm-amd-display-Remove-wrong-pipe-control-lock.patch
	patches.suse/0469-drm-amd-display-Don-t-return-false-if-no-stream.patch
	patches.suse/0470-drm-amd-Add-IMU-fw-version-to-fw-version-queries.patch
	patches.suse/0471-drm-amdgpu-skip-mes-self-test-for-gc-11.0.3-in-recov.patch
	patches.suse/0472-drm-amdkfd-update-gfx1037-Lx-cache-setting.patch
	patches.suse/0473-drm-amdkfd-correct-the-cache-info-for-gfx1036.patch
	patches.suse/0474-drm-amd-display-Revert-logic-for-plane-modifiers.patch
	patches.suse/0475-drm-amdgpu-disallow-gfxoff-until-GC-IP-blocks-comple.patch
	patches.suse/drm-i915-Extend-Wa_1607297627-to-Alderlake-P.patch
	patches.suse/drm-i915-dp-Reset-frl-trained-flag-before-restarting.patch
	patches.suse/drm-bridge-ps8640-Add-back-the-50-ms-mystery-delay-a.patch
	patches.suse/ALSA-hda-realtek-simplify-the-return-of-comp_bind.patch
	patches.suse/ALSA-hda-realtek-Add-quirk-for-ASUS-Zenbook-using-CS.patch
	patches.suse/ALSA-ac97-fix-possible-memory-leak-in-snd_ac97_dev_r.patch
	patches.suse/ALSA-usb-audio-Add-quirks-for-M-Audio-Fast-Track-C40.patch
	patches.suse/ALSA-hda-realtek-Add-another-HP-ZBook-G9-model-quirk.patch
	patches.suse/ALSA-au88x0-use-explicitly-signed-char.patch
	patches.suse/ALSA-rme9652-use-explicitly-signed-char.patch
	patches.suse/ASoC-mt6660-Keep-the-pm_runtime-enables-before-compo.patch
	patches.suse/ASoC-rt1019-Fix-the-TDM-settings.patch
	patches.suse/ASoC-wm8962-Add-an-event-handler-for-TEMP_HP-and-TEM.patch
	patches.suse/ASoC-qcom-lpass-cpu-mark-HDMI-TX-registers-as-volati.patch
	patches.suse/ASoC-Intel-sof_sdw-add-quirk-variant-for-LAPBC710-NU.patch
	patches.suse/ASoC-SOF-Intel-pci-mtl-fix-firmware-name.patch
	patches.suse/ASoC-codecs-jz4725b-add-missed-Line-In-power-control.patch
	patches.suse/ASoC-codecs-jz4725b-fix-reported-volume-for-Master-c.patch
	patches.suse/ASoC-codecs-jz4725b-use-right-control-for-Capture-Vo.patch
	patches.suse/ASoC-codecs-jz4725b-fix-capture-selector-naming.patch
	patches.suse/ASoC-codecs-jz4725b-Fix-spelling-mistake-Sourc-Sourc.patch
	patches.suse/ASoC-qcom-lpass-cpu-Mark-HDMI-TX-parity-register-as-.patch
	patches.suse/ALSA-aoa-i2sbus-fix-possible-memory-leak-in-i2sbus_a.patch
	patches.suse/ALSA-Use-del_timer_sync-before-freeing-timer.patch
	patches.suse/ALSA-aoa-Fix-I2S-device-accounting.patch
	patches.suse/mtd-rawnand-marvell-Use-correct-logic-for-nand-keep-.patch
	patches.suse/mtd-parsers-bcm47xxpart-Fix-halfblock-reads.patch
	patches.suse/mmc-sdhci-esdhc-imx-Propagate-ESDHC_FLAG_HS400-only-.patch
	patches.suse/mmc-sdhci-pci-core-Disable-ES-for-ASUS-BIOS-on-Jaspe.patch
	patches.suse/mmc-core-Fix-kernel-panic-when-remove-non-standard-S.patch
	patches.suse/mmc-sdhci_am654-select-not-depends-REGMAP_MMIO.patch
	patches.suse/rtc-cmos-Fix-wake-alarm-breakage.patch
	patches.suse/rtc-cmos-fix-build-on-non-ACPI-platforms.patch
	patches.suse/PM-hibernate-Allow-hybrid-sleep-to-work-with-s2idle.patch
	patches.suse/PM-domains-Fix-handling-of-unavailable-disabled-idle.patch
	patches.suse/ACPI-scan-Add-LATT2021-to-acpi_ignore_dep_ids.patch
	patches.suse/ACPI-resource-Skip-IRQ-override-on-Asus-Vivobook-S56.patch
	patches.suse/device-property-Fix-documentation-for-_match_string-.patch
	patches.suse/s390-uaccess-add-missing-EX_TABLE-entries-to-__clear_user
	patches.suse/s390-futex-add-missing-EX_TABLE-entry-to-__futex_atomic_op
	patches.suse/s390-pci-add-missing-EX_TABLE-entries-to-__pcistg_mio_inuser-__pcilg_mio_inuser
	patches.suse/s390-boot-add-secure-boot-trailer
	patches.suse/powerpc-pseries-vas-Add-VAS-IRQ-primary-handler.patch
	patches.suse/powerpc-pseries-Use-lparcfg-to-reconfig-VAS-windows-.patch
	patches.suse/memory-tier-sysfs-rename-attribute-nodes-to-nodelist.patch
	patches.suse/mm-migrate-fix-return-value-if-all-subpages-of-THPs-are-migrated-successfully.patch
	patches.suse/0012-rbd-fix-possible-memory-leak-in-rbd_sysfs_init.patch
	patches.suse/0013-blk-mq-Properly-init-requests-from-blk_mq_alloc_requ.patch
	patches.suse/scsi-megaraid_sas-Correct-value-passed-to-scsi_device_lookup.patch
	patches.suse/scsi-qla2xxx-Fix-serialization-of-DCBX-TLV-data-requ.patch
	patches.suse/scsi-qla2xxx-Use-transport-defined-speed-mask-for-su.patch
	patches.suse/scsi-lpfc-Fix-spelling-mistake-unsolicted-unsolicite.patch
	patches.suse/scsi-pm80xx-Display-proc_name-in-sysfs.patch
	patches.suse/cifs-Fix-pages-array-leak-when-writedata-alloc-failed-in-cifs_write.patch
	patches.suse/cifs-Fix-pages-leak-when-writedata-alloc-failed-in-cifs_write_from_.patch
	patches.suse/cifs-fix-use-after-free-caused-by-invalid-pointer-hostname-.patch
	patches.suse/usb-gadget-uvc-fix-dropped-frame-after-missed-isoc.patch
	patches.suse/usb-gadget-aspeed-Fix-probe-regression.patch
	patches.suse/usb-typec-ucsi-Check-the-connection-on-resume.patch
	patches.suse/usb-typec-ucsi-acpi-Implement-resume-callback.patch
	patches.suse/usb-bdc-change-state-when-port-disconnected.patch
	patches.suse/usb-xhci-add-XHCI_SPURIOUS_SUCCESS-to-ASM1042-despit.patch
	patches.suse/xhci-Add-quirk-to-reset-host-back-to-default-state-a.patch
	patches.suse/xhci-pci-Set-runtime-PM-as-default-policy-on-all-xHC.patch
	patches.suse/xhci-Remove-device-endpoints-from-bandwidth-list-whe.patch
	patches.suse/usb-dwc3-gadget-Stop-processing-more-requests-on-IMI.patch
	patches.suse/usb-dwc3-gadget-Don-t-set-IMI-for-no_interrupt.patch
	patches.suse/iio-light-tsl2583-Fix-module-unloading.patch
	patches.suse/iio-adc-mcp3911-use-correct-id-bits.patch
	patches.suse/iio-temperature-ltc2983-allocate-iio-channels-once.patch
	patches.suse/iio-adxl372-Fix-unsafe-buffer-attributes.patch
	patches.suse/iio-bmc150-accel-core-Fix-unsafe-buffer-attributes.patch
	patches.suse/fbdev-da8xx-fb-Fix-error-handling-in-.remove.patch
	patches.suse/fbdev-smscufx-Fix-several-use-after-free-bugs.patch
	patches.suse/fbdev-cyber2000fb-fix-missing-pci_disable_device.patch
	patches.suse/capabilities-fix-potential-memleak-on-error-path-fro.patch
	patches.suse/btrfs-send-fix-send-failure-of-a-subcase-of-orphan-i.patch
	patches.suse/KVM-x86-Mask-off-reserved-bits-in-CPUID.80000001H.patch
	patches.suse/KVM-x86-Mask-off-reserved-bits-in-CPUID.80000006H.patch
	patches.suse/KVM-x86-Mask-off-reserved-bits-in-CPUID.80000008H.patch
	patches.suse/KVM-x86-Mask-off-reserved-bits-in-CPUID.8000001AH.patch
	patches.suse/KVM-VMX-fully-disable-SGX-if-SECONDARY_EXEC_ENCLS_EX.patch
	patches.suse/KVM-x86-emulator-em_sysexit-should-update-ctxt-mode.patch
	patches.suse/KVM-x86-emulator-introduce-emulator_recalc_and_set_m.patch
	patches.suse/KVM-x86-emulator-update-the-emulation-mode-after-rsm.patch
	patches.suse/KVM-x86-emulator-update-the-emulation-mode-after-CR0.patch
	patches.suse/RDMA-cma-Use-output-interface-for-net_dev-check.patch
	patches.suse/IB-hfi1-Correctly-move-list-in-sc_disable.patch
	patches.suse/RDMA-efa-Add-EFA-0xefa2-PCI-ID.patch
	patches.suse/RDMA-hns-Disable-local-invalidate-operation.patch
	patches.suse/RDMA-rxe-Fix-mr-leak-in-RESPST_ERR_RNR.patch
	patches.suse/RDMA-core-Fix-null-ptr-deref-in-ib_core_cleanup.patch
	patches.suse/RDMA-qedr-clean-up-work-queue-on-failure-in-qedr_all.patch
	patches.suse/nfc-fdp-Fix-potential-memory-leak-in-fdp_nci_send.patch
	patches.suse/nfc-nxp-nci-Fix-potential-memory-leak-in-nxp_nci_sen.patch
	patches.suse/nfc-s3fwrn5-Fix-potential-memory-leak-in-s3fwrn5_nci.patch
	patches.suse/nfc-nfcmrvl-Fix-potential-memory-leak-in-nfcmrvl_i2c.patch
	patches.suse/net-sched-Fix-use-after-free-in-red_enqueue.patch
	patches.suse/sfc-Fix-an-error-handling-path-in-efx_pci_probe.patch
	patches.suse/rose-Fix-NULL-pointer-dereference-in-rose_send_frame.patch
	patches.suse/mISDN-fix-possible-memory-leak-in-mISDN_register_dev.patch
	patches.suse/isdn-mISDN-netjet-fix-wrong-check-of-device-registra.patch
	patches.suse/Bluetooth-L2CAP-Fix-use-after-free-caused-by-l2cap_r.patch
	patches.suse/Bluetooth-hci_conn-Fix-CIS-connection-dst_type-handl.patch
	patches.suse/Bluetooth-virtio_bt-Use-skb_put-to-set-length.patch
	patches.suse/Bluetooth-L2CAP-fix-use-after-free-in-l2cap_conn_del.patch
	patches.suse/Bluetooth-L2CAP-Fix-memory-leak-in-vhci_write.patch
	patches.suse/Bluetooth-hci_conn-Fix-not-restoring-ISO-buffer-coun.patch
	patches.suse/Bluetooth-L2CAP-Fix-accepting-connection-request-for.patch
	patches.suse/Bluetooth-L2CAP-Fix-l2cap_global_chan_by_psm.patch
	patches.suse/Bluetooth-L2CAP-Fix-attempting-to-access-uninitializ.patch
	patches.suse/ipvs-use-explicitly-signed-chars.patch
	patches.suse/ipvs-fix-WARNING-in-__ip_vs_cleanup_batch.patch
	patches.suse/ipvs-fix-WARNING-in-ip_vs_app_net_cleanup.patch
	patches.suse/ibmvnic-Free-rwi-on-reset-success.patch
	patches.suse/net-smc-Fix-possible-leaked-pernet-namespace-in-smc_init
	patches.suse/vsock-remove-the-unused-wait-in-vsock_connectible_re.patch
	patches.suse/vsock-fix-possible-infinite-sleep-in-vsock_connectib.patch
	patches.suse/selftests-pidfd_test-Remove-the-erroneous.patch
	patches.suse/fuse-fix-readdir-cache-race.patch
	patches.suse/fuse-add-file_modified-to-fallocate.patch
	patches.suse/ata-pata_legacy-fix-pdc20230_set_piomode.patch
	patches.suse/drm-rockchip-dw_hdmi-filter-regulator-EPROBE_DEFER-e.patch
	patches.suse/drm-rockchip-dsi-Force-synchronous-probe.patch
	patches.suse/drm-rockchip-fix-fbdev-on-non-IOMMU-devices.patch
	patches.suse/drm-imx-Kconfig-Remove-duplicated-select-DRM_KMS_HEL.patch
	patches.suse/drm-imx-imx-tve-Fix-return-type-of-imx_tve_connector.patch
	patches.suse/0476-drm-amd-display-Update-DSC-capabilitie-for-DCN314.patch
	patches.suse/0477-drm-amd-display-Ignore-Cable-ID-Feature.patch
	patches.suse/0478-drm-amd-display-Limit-dcn32-to-1950Mhz-display-clock.patch
	patches.suse/0479-drm-amd-display-Update-latencies-on-DCN321.patch
	patches.suse/0480-drm-amd-display-Set-memclk-levels-to-be-at-least-1-f.patch
	patches.suse/0481-drm-amd-display-Enable-timing-sync-on-DCN32.patch
	patches.suse/0482-drm-amd-display-cursor-update-command-incomplete.patch
	patches.suse/0483-drm-amdgpu-set-fb_modifiers_not_supported-in-vkms.patch
	patches.suse/0484-drm-amdgpu-correct-MES-debugfs-versions.patch
	patches.suse/drm-amdkfd-Fix-NULL-pointer-dereference-in-svm_migra.patch
	patches.suse/0486-drm-amd-Fail-the-suspend-if-resources-can-t-be-evict.patch
	patches.suse/0487-drm-amdgpu-disable-GFXOFF-during-compute-for-GFX11.patch
	patches.suse/0488-drm-amdgpu-Disable-GPU-reset-on-SRIOV-before-remove-.patch
	patches.suse/0489-drm-amd-display-Fix-DCN32-DSC-delay-calculation.patch
	patches.suse/0490-drm-amd-display-Use-forced-DSC-bpp-in-DML.patch
	patches.suse/0491-drm-amd-display-Round-up-DST_after_scaler-to-nearest.patch
	patches.suse/0492-drm-amd-display-Add-DSC-delay-factor-workaround.patch
	patches.suse/0493-drm-amd-display-Investigate-tool-reported-FCLK-P-sta.patch
	patches.suse/0494-drm-amdkfd-update-GFX11-CWSR-trap-handler.patch
	patches.suse/drm-i915-sdvo-Filter-out-invalid-outputs-more-sensib.patch
	patches.suse/drm-i915-sdvo-Setup-DDC-fully-before-output-init.patch
	patches.suse/ARM-dts-imx6qdl-gw59-10-13-fix-user-pushbutton-GPIO-.patch
	patches.suse/arm64-dts-imx8-correct-clock-order.patch
	patches.suse/dt-bindings-power-gpcv2-add-power-domains-property.patch
	patches.suse/arm64-dts-lx2160a-specify-clock-frequencies-for-the-.patch
	patches.suse/arm64-dts-ls1088a-specify-clock-frequencies-for-the-.patch
	patches.suse/arm64-dts-ls208xa-specify-clock-frequencies-for-the-.patch
	patches.suse/firmware-arm_scmi-Suppress-the-driver-s-bind-attribu.patch
	patches.suse/firmware-arm_scmi-Make-Rx-chan_setup-fail-on-memory-.patch
	patches.suse/arm64-dts-juno-Add-thermal-critical-trip-points.patch
	patches.suse/efi-tpm-Pass-correct-address-to-memblock_reserve.patch
	patches.suse/efi-random-reduce-seed-size-to-32-bytes.patch
	patches.suse/efi-random-Use-ACPI-reclaim-memory-for-random-seed.patch
	patches.suse/i2c-piix4-Fix-adapter-not-be-removed-in-piix4_remove.patch
	patches.suse/i2c-tegra-Allocate-DMA-memory-for-DMA-engine.patch
	patches.suse/i2c-i801-add-lis3lv02d-s-I2C-address-for-Vostro-5568.patch
	patches.suse/Documentation-devres-add-missing-I2C-helper.patch
	patches.suse/arm64-entry-avoid-kprobe-recursion.patch
	patches.suse/ACPI-x86-Add-another-system-to-quirk-list-for-forcin.patch
	patches.suse/ring-buffer-Check-for-NULL-cpu_buffer-in-ring_buffer.patch
	patches.suse/ftrace-Fix-use-after-free-for-dynamic-ftrace_ops.patch
	patches.suse/tracing-kprobe-Fix-memory-leak-in-test_gen_kprobe-kretprobe_cmd.patch
	patches.suse/cifs-always-iterate-smb-sessions-using-primary-channel.patch
	patches.suse/cifs-avoid-unnecessary-iteration-of-tcp-sessions.patch
	patches.suse/cifs-fix-use-after-free-on-the-link-name.patch
	patches.suse/x86-tdx-Prepare-for-using-INFO-call-for-a-second-pur.patch
	patches.suse/x86-tdx-Panic-on-bad-configs-that-VE-on-private-memo.patch
	patches.suse/platform-x86-ideapad-laptop-Disable-touchpad_switch.patch
	patches.suse/platform-x86-touchscreen_dmi-Add-info-for-the-RCA-Ca.patch
	patches.suse/platform-x86-hp_wmi-Fix-rfkill-causing-soft-blocked-.patch
	patches.suse/platform-x86-intel-pmt-Sapphire-Rapids-PMT-errata-fi.patch
	patches.suse/capabilities-fix-undefined-behavior-in-bit-shift-for.patch
	patches.suse/audit-fix-undefined-behavior-in-bit-shift-for-AUDIT_.patch
	patches.suse/phy-stm32-fix-an-error-code-in-probe.patch
	patches.suse/phy-ralink-mt7621-pci-add-sentinel-to-quirks-table.patch
	patches.suse/soundwire-intel-Initialize-clock-stop-timeout.patch
	patches.suse/soundwire-qcom-reinit-broadcast-completion.patch
	patches.suse/soundwire-qcom-check-for-outanding-writes-before-doi.patch
	patches.suse/wifi-cfg80211-silence-a-sparse-RCU-warning.patch
	patches.suse/wifi-mac80211-fix-memory-free-error-when-registering.patch
	patches.suse/wifi-cfg80211-fix-memory-leak-in-query_regdb_file.patch
	patches.suse/wifi-mac80211_hwsim-fix-debugfs-attribute-ps-with-rc.patch
	patches.suse/wifi-airo-do-not-assign-1-to-unsigned-char.patch
	patches.suse/wifi-brcmfmac-Fix-potential-buffer-overflow-in-brcmf.patch
	patches.suse/wifi-mac80211-Fix-ack-frame-idr-leak-when-mesh-has-n.patch
	patches.suse/wifi-ath11k-Fix-QCN9074-firmware-boot-on-x86.patch
	patches.suse/wifi-ath11k-avoid-deadlock-during-regulatory-update-.patch
	patches.suse/macsec-delete-new-rxsc-when-offload-fails.patch
	patches.suse/macsec-fix-secy-n_rx_sc-accounting.patch
	patches.suse/macsec-fix-detection-of-RXSCs-when-toggling-offloadi.patch
	patches.suse/macsec-clear-encryption-keys-from-the-stack-after-se.patch
	patches.suse/octeontx2-pf-NIX-TX-overwrites-SQ_CTX_HW_S-SQ_INT.patch
	patches.suse/net-tun-Fix-memory-leaks-of-napi_get_frags.patch
	patches.suse/bnxt_en-refactor-bnxt_cancel_reservations.patch
	patches.suse/bnxt_en-fix-the-handling-of-PCIE-AER.patch
	patches.suse/bnxt_en-Fix-possible-crash-in-bnxt_hwrm_set_coal.patch
	patches.suse/bnxt_en-fix-potentially-incorrect-return-value-for-n.patch
	patches.suse/hamradio-fix-issue-of-dev-reference-count-leakage-in.patch
	patches.suse/tcp-prohibit-TCP_REPAIR_OPTIONS-if-data-was-already-.patch
	patches.suse/ipv6-addrlabel-fix-infoleak-when-sending-struct-ifad.patch
	patches.suse/octeontx2-pf-Fix-SQE-threshold-checking.patch
	patches.suse/drivers-net-xgene-disable-napi-when-register-irq-fai.patch
	patches.suse/can-af_can-fix-NULL-pointer-dereference-in-can_rx_re.patch
	patches.suse/can-j1939-j1939_send_one-fix-missing-CAN-header-init.patch
	patches.suse/net-tun-call-napi_schedule_prep-to-ensure-we-own-a-n.patch
	patches.suse/ibmveth-Reduce-default-tx-queues-to-8.patch
	patches.suse/net-cxgb3_main-disable-napi-when-bind-qsets-failed-i.patch
	patches.suse/cxgb4vf-shut-down-the-adapter-when-t4vf_update_port_.patch
	patches.suse/net-phy-mscc-macsec-clear-encryption-keys-when-freei.patch
	patches.suse/net-atlantic-macsec-clear-encryption-keys-from-the-s.patch
	patches.suse/net-macvlan-fix-memory-leaks-of-macvlan_common_newli.patch
	patches.suse/ice-Fix-spurious-interrupt-during-removal-of-trusted.patch
	patches.suse/iavf-Fix-VF-driver-counting-VLAN-0-filters.patch
	patches.suse/net-mlx5-Bridge-verify-LAG-state-when-adding-bond-to.patch
	patches.suse/net-mlx5-Allow-async-trigger-completion-execution-on.patch
	patches.suse/net-mlx5-E-switch-Set-to-legacy-mode-if-failed-to-ch.patch
	patches.suse/net-mlx5-fw_reset-Don-t-try-to-load-device-in-case-P.patch
	patches.suse/net-mlx5e-Add-missing-sanity-checks-for-max-TX-WQE-s.patch
	patches.suse/net-mlx5e-Fix-usage-of-DMA-sync-API.patch
	patches.suse/net-mlx5e-Fix-tc-acts-array-not-to-be-dependent-on-e.patch
	patches.suse/net-mlx5e-TC-Fix-wrong-rejection-of-packet-per-secon.patch
	patches.suse/net-mlx5e-E-Switch-Fix-comparing-termination-table-i.patch
	patches.suse/net-mlx5e-TC-Fix-slab-out-of-bounds-in-parse_tc_acti.patch
	patches.suse/0495-drm-amd-pm-update-SMU-IP-v13.0.4-msg-interface-heade.patch
	patches.suse/0496-drm-amdkfd-Fix-error-handling-in-kfd_criu_restore_ev.patch
	patches.suse/0497-drm-amdkfd-Fix-error-handling-in-criu_checkpoint.patch
	patches.suse/0498-drm-amdgpu-workaround-for-TLB-seq-race.patch
	patches.suse/0499-drm-amd-display-Update-SR-watermarks-for-DCN314.patch
	patches.suse/0500-drm-amd-display-Zeromem-mypipe-heap-struct-before-us.patch
	patches.suse/0501-drm-amd-display-Fix-FCLK-deviation-and-tool-compile-.patch
	patches.suse/0502-drm-amd-display-Fix-reg-timeout-in-enc314_enable_fif.patch
	patches.suse/0503-drm-amd-display-Fix-gpio-port-mapping-issue.patch
	patches.suse/0504-drm-amd-display-Enforce-minimum-prefetch-time-for-lo.patch
	patches.suse/0505-Revert-drm-amdgpu-Revert-drm-amdgpu-getting-fan-spee.patch
	patches.suse/0506-drm-amdgpu-Unlock-bo_list_mutex-after-error-handling.patch
	patches.suse/0507-drm-amdgpu-Drop-eviction-lock-when-allocating-PT-BO.patch
	patches.suse/drm-amdgpu-disable-BACO-on-special-BEIGE_GOBY-card.patch
	patches.suse/0509-drm-amd-display-only-fill-dirty-rectangles-when-PSR-.patch
	patches.suse/drm-vc4-Fix-missing-platform_unregister_drivers-call.patch
	patches.suse/0510-drm-amdgpu-Fix-the-lpfn-checking-condition-in-drm-bu.patch
	patches.suse/drm-i915-dmabuf-fix-sg_table-handling-in-map_dma_buf.patch
	patches.suse/drm-i915-psr-Send-update-also-on-invalidate.patch
	patches.suse/drm-i915-Do-not-set-cache_dirty-for-DGFX.patch
	patches.suse/ALSA-hda-realtek-Add-quirk-for-ASUS-Zenbook-using-CS-8d06679b25fc.patch
	patches.suse/ALSA-hda-ca0132-add-quirk-for-EVGA-Z390-DARK.patch
	patches.suse/ALSA-usb-audio-Yet-more-regression-for-for-the-delay.patch
	patches.suse/ALSA-usb-audio-Remove-redundant-workaround-for-Rolan.patch
	patches.suse/ALSA-hda-hdmi-enable-runtime-pm-for-more-AMD-display.patch
	patches.suse/ALSA-usb-audio-Add-quirk-entry-for-M-Audio-Micro.patch
	patches.suse/ALSA-usb-audio-Add-DSD-support-for-Accuphase-DAC-60.patch
	patches.suse/ALSA-hda-realtek-Add-Positivo-C6300-model-quirk.patch
	patches.suse/ALSA-usb-audio-add-quirk-to-fix-Hamedal-C20-disconne.patch
	patches.suse/ALSA-memalloc-Don-t-fall-back-for-SG-buffer-with-IOM.patch
	patches.suse/ALSA-hda-fix-potential-memleak-in-add_widget_node.patch
	patches.suse/msft-hv-2675-HID-hyperv-fix-possible-memory-leak-in-mousevsc_prob.patch
	patches.suse/mmc-cqhci-Provide-helper-for-resetting-both-SDHCI-an.patch
	patches.suse/mmc-sdhci-of-arasan-Fix-SDHCI_RESET_ALL-for-CQHCI.patch
	patches.suse/mmc-sdhci-brcmstb-Fix-SDHCI_RESET_ALL-for-CQHCI.patch
	patches.suse/mms-sdhci-esdhc-imx-Fix-SDHCI_RESET_ALL-for-CQHCI.patch
	patches.suse/mmc-sdhci-tegra-Fix-SDHCI_RESET_ALL-for-CQHCI.patch
	patches.suse/mmc-sdhci_am654-Fix-SDHCI_RESET_ALL-for-CQHCI.patch
	patches.suse/mmc-sdhci-esdhc-imx-use-the-correct-host-caps-for-MM.patch
	patches.suse/spi-stm32-Print-summary-callbacks-suppressed-message.patch
	patches.suse/spi-tegra210-quad-Don-t-initialise-DMA-if-not-suppor.patch
	patches.suse/spi-stm32-fix-stm32_spi_prepare_mbr-that-halves-spi-.patch
	patches.suse/dmaengine-idxd-Do-not-enable-user-type-Work-Queue-wi.patch
	patches.suse/dmaengine-pxa_dma-use-platform_get_irq_optional.patch
	patches.suse/dmaengine-mv_xor_v2-Fix-a-resource-leak-in-mv_xor_v2.patch
	patches.suse/dmaengine-ti-k3-udma-glue-fix-memory-leak-when-regis.patch
	patches.suse/dmaengine-at_hdmac-Fix-at_lli-struct-definition.patch
	patches.suse/dmaengine-at_hdmac-Don-t-start-transactions-at-tx_su.patch
	patches.suse/dmaengine-at_hdmac-Start-transfer-for-cyclic-channel.patch
	patches.suse/dmaengine-at_hdmac-Fix-premature-completion-of-desc-.patch
	patches.suse/dmaengine-at_hdmac-Do-not-call-the-complete-callback.patch
	patches.suse/dmaengine-at_hdmac-Protect-atchan-status-with-the-ch.patch
	patches.suse/dmaengine-at_hdmac-Fix-concurrency-problems-by-remov.patch
	patches.suse/dmaengine-at_hdmac-Fix-concurrency-over-descriptor.patch
	patches.suse/dmaengine-at_hdmac-Free-the-memset-buf-without-holdi.patch
	patches.suse/dmaengine-at_hdmac-Fix-concurrency-over-the-active-l.patch
	patches.suse/dmaengine-at_hdmac-Fix-descriptor-handling-when-issu.patch
	patches.suse/dmaengine-at_hdmac-Fix-completion-of-unissued-descri.patch
	patches.suse/dmaengine-at_hdmac-Don-t-allow-CPU-to-reorder-channe.patch
	patches.suse/dmaengine-at_hdmac-Fix-impossible-condition.patch
	patches.suse/dmaengine-at_hdmac-Check-return-code-of-dma_async_de.patch
	patches.suse/msft-hv-2674-Drivers-hv-fix-repeated-words-in-comments.patch
	patches.suse/msft-hv-2676-clocksource-drivers-hyperv-add-data-structure-for-re.patch
	patches.suse/msft-hv-2677-x86-hyperv-fix-invalid-writes-to-MSRs-during-root-pa.patch
	patches.suse/msft-hv-2678-PCI-hv-Fix-the-definition-of-vector-in-hv_compose_ms.patch
	patches.suse/KVM-x86-use-a-separate-asm-offsets.c-file.patch
	patches.suse/KVM-SVM-replace-regs-argument-of-__svm_vcpu_run-with.patch
	patches.suse/KVM-SVM-adjust-register-allocation-for-__svm_vcpu_ru.patch
	patches.suse/KVM-SVM-retrieve-VMCB-from-assembly.patch
	patches.suse/KVM-SVM-move-guest-vmsave-vmload-back-to-assembly.patch
	patches.suse/KVM-s390-pv-don-t-allow-userspace-to-set-the-clock-under-PV
	patches.suse/KVM-s390-pci-Fix-allocation-size-of-aift-kzdev-elements
	patches.suse/arm64-fix-rodata-full-again.patch
	patches.suse/arm64-Fix-bit-shifting-UB-in-the-MIDR_CPU_MODEL-macro.patch
	patches.suse/arm64-syscall-Include-asm-ptrace.h-in-syscall_wrappe.patch
	patches.suse/nilfs2-fix-deadlock-in-nilfs_count_free_blocks.patch
	patches.suse/nilfs2-fix-use-after-free-bug-of-ns_writer-on-remoun.patch
	patches.suse/ata-libata-scsi-fix-SYNCHRONIZE-CACHE-16-command-fai.patch
	patches.suse/ata-libata-transport-fix-double-ata_host_put-in-ata_.patch
	patches.suse/ata-libata-transport-fix-error-handling-in-ata_tport.patch
	patches.suse/ata-libata-transport-fix-error-handling-in-ata_tlink.patch
	patches.suse/ata-libata-transport-fix-error-handling-in-ata_tdev_.patch
	patches.suse/ata-libata-core-do-not-issue-non-internal-commands-o.patch
	patches.suse/ALSA-memalloc-Try-dma_alloc_noncontiguous-at-first.patch
	patches.suse/scsi-ibmvfc-Avoid-path-failures-during-live-migratio.patch
	patches.suse/scsi-scsi_transport_sas-Fix-error-handling-in-sas_phy_add.patch
	patches.suse/scsi-scsi_debug-Make-the-READ-CAPACITY-response-compliant-with-ZBC.patch
	patches.suse/arm64-efi-Fix-handling-of-misaligned-runtime-regions.patch
	patches.suse/x86-cpu-Restore-AMD-s-DE_CFG-MSR-after-resume.patch
	patches.suse/platform-x86-intel-pmc-Don-t-unconditionally-attach-.patch
	patches.suse/platform-x86-asus-wmi-add-missing-pci_dev_put-in-asu.patch
	patches.suse/platform-x86-acer-wmi-Enable-SW_TABLET_MODE-on-Switc.patch
	patches.suse/platform-surface-aggregator-Do-not-check-for-repeate.patch
	patches.suse/platform-x86-hp-wmi-Ignore-Smart-Experience-App-even.patch
	patches.suse/pinctrl-rockchip-list-all-pins-in-a-possible-mux-rou.patch
	patches.suse/pinctrl-devicetree-fix-null-pointer-dereferencing-in.patch
	patches.suse/xen-pcpu-fix-possible-memory-leak-in-register_pcpu.patch
	patches.suse/mISDN-fix-possible-memory-leak-in-mISDN_dsp_element_.patch
	patches.suse/net-liquidio-release-resources-when-liquidio-driver-.patch
	patches.suse/mISDN-fix-misuse-of-put_device-in-mISDN_register_dev.patch
	patches.suse/net-macvlan-Use-built-in-RCU-list-checking.patch
	patches.suse/bnxt_en-Remove-debugfs-when-pci_register_driver-fail.patch
	patches.suse/net-ena-Fix-error-handling-in-ena_init.patch
	patches.suse/net-phy-marvell-add-sleep-time-after-enabling-the-lo.patch
	patches.suse/bridge-switchdev-Fix-memory-leaks-when-changing-VLAN.patch
	patches.suse/net-x25-Fix-skb-leak-in-x25_lapb_receive_frame.patch
	patches.suse/net-thunderbolt-Fix-error-handling-in-tbnet_init.patch
	patches.suse/l2tp-Serialize-access-to-sk_user_data-with-sk_callba.patch
	patches.suse/net-usb-qmi_wwan-add-Telit-0x103a-composition.patch
	patches.suse/net-usb-smsc95xx-fix-external-PHY-reset.patch
	patches.suse/ceph-fix-a-NULL-vs-IS_ERR-check-when-calling-ceph_lookup_inode.patch
	patches.suse/ceph-avoid-putting-the-realm-twice-when-decoding-snaps-fails.patch
	patches.suse/ceph-fix-NULL-pointer-dereference-for-req-r_session.patch
	patches.suse/arm64-dts-qcom-sa8155p-adp-Specify-which-LDO-modes-a.patch
	patches.suse/arm64-dts-qcom-sm8150-xperia-kumano-Specify-which-LD.patch
	patches.suse/arm64-dts-qcom-sm8250-xperia-edo-Specify-which-LDO-m.patch
	patches.suse/arm64-dts-qcom-sm8350-hdk-Specify-which-LDO-modes-ar.patch
	patches.suse/ARM-dts-imx7-Fix-NAND-controller-size-cells.patch
	patches.suse/arm64-dts-imx8mm-Fix-NAND-controller-size-cells.patch
	patches.suse/arm64-dts-imx8mn-Fix-NAND-controller-size-cells.patch
	patches.suse/soc-imx8m-Enable-OCOTP-clock-before-reading-the-regi.patch
	patches.suse/mmc-core-properly-select-voltage-range-without-power.patch
	patches.suse/mmc-sdhci-pci-o2micro-fix-card-detect-fail-issue-cau.patch
	patches.suse/mmc-sdhci-pci-Fix-possible-memory-leak-caused-by-mis.patch
	patches.suse/ASoC-Intel-bytcht_es8316-Add-quirk-for-the-Nanote-UM.patch
	patches.suse/ASoC-core-Fix-use-after-free-in-snd_soc_exit.patch
	patches.suse/ASoC-fsl_asrc-fsl_esai-fsl_sai-allow-CONFIG_PM-N.patch
	patches.suse/ASoC-tas2770-Fix-set_tdm_slot-in-case-of-single-slot.patch
	patches.suse/ASoC-tas2764-Fix-set_tdm_slot-in-case-of-single-slot.patch
	patches.suse/ASoC-soc-utils-Remove-__exit-for-snd_soc_util_exit.patch
	patches.suse/ASoC-SOF-topology-No-need-to-assign-core-ID-if-token.patch
	patches.suse/ASoC-stm32-dfsdm-manage-cb-buffers-cleanup.patch
	patches.suse/ALSA-usb-audio-Drop-snd_BUG_ON-from-snd_usbmidi_outp.patch
	patches.suse/ALSA-hda-realtek-fix-speakers-for-Samsung-Galaxy-Boo.patch
	patches.suse/ALSA-hda-realtek-Fix-the-speaker-output-on-Samsung-G.patch
	patches.suse/iio-trigger-sysfs-fix-possible-memory-leak-in-iio_sy.patch
	patches.suse/iio-pressure-ms5611-fixed-value-compensation-bug.patch
	patches.suse/iio-pressure-ms5611-changed-hardcoded-SPI-speed-to-v.patch
	patches.suse/iio-adc-mp2629-fix-wrong-comparison-of-channel.patch
	patches.suse/iio-adc-mp2629-fix-potential-array-out-of-bound-acce.patch
	patches.suse/iio-adc-at91_adc-fix-possible-memory-leak-in-at91_ad.patch
	patches.suse/tools-iio-iio_generic_buffer-Fix-read-size.patch
	patches.suse/speakup-fix-a-segfault-caused-by-switching-consoles.patch
	patches.suse/misc-vmw_vmci-fix-an-infoleak-in-vmci_host_do_receiv.patch
	patches.suse/siox-fix-possible-memory-leak-in-siox_device_add.patch
	patches.suse/parport_pc-Avoid-FIFO-port-location-truncation.patch
	patches.suse/slimbus-stream-correct-presence-rate-frequencies.patch
	patches.suse/docs-update-mediator-contact-information-in-CoC-doc.patch
	patches.suse/firmware-coreboot-Register-bus-in-module-init.patch
	patches.suse/serial-8250-8250_omap-Avoid-RS485-RTS-glitch-on-set_.patch
	patches.suse/serial-8250_omap-remove-wait-loop-from-Errata-i202-w.patch
	patches.suse/serial-8250-omap-Fix-unpaired-pm_runtime_put_sync-in.patch
	patches.suse/serial-8250-omap-Flush-PM-QOS-work-on-remove.patch
	patches.suse/tty-serial-fsl_lpuart-don-t-break-the-on-going-trans.patch
	patches.suse/serial-imx-Add-missing-.thaw_noirq-hook.patch
	patches.suse/Revert-tty-n_gsm-avoid-call-of-sleeping-functions-fr.patch
	patches.suse/Revert-tty-n_gsm-replace-kicktimer-with-delayed_work.patch
	patches.suse/tty-n_gsm-fix-sleep-in-atomic-context-bug-in-gsm_con.patch
	patches.suse/serial-8250-Fall-back-to-non-DMA-Rx-if-IIR_RDI-occur.patch
	patches.suse/serial-8250_lpss-Configure-DMA-also-w-o-DMA-filter.patch
	patches.suse/serial-8250-Flush-DMA-Rx-on-RLSI.patch
	patches.suse/USB-bcma-Make-GPIO-explicitly-optional.patch
	patches.suse/usb-dwc3-gadget-Return-ESHUTDOWN-on-ep-disable.patch
	patches.suse/Revert-usb-dwc3-disable-USB-core-PHY-management.patch
	patches.suse/usb-typec-mux-Enter-safe-mode-only-when-pins-need-to.patch
	patches.suse/usb-typec-tipd-Prevent-uninitialized-event-1-2-in-IR.patch
	patches.suse/usb-chipidea-fix-deadlock-in-ci_otg_del_timer.patch
	patches.suse/usb-cdns3-host-fix-endless-superspeed-hub-port-reset.patch
	patches.suse/usb-add-NO_LPM-quirk-for-Realforce-87U-Keyboard.patch
	patches.suse/USB-serial-option-add-Sierra-Wireless-EM9191.patch
	patches.suse/USB-serial-option-add-Fibocom-FM160-0x0111-compositi.patch
	patches.suse/USB-serial-option-remove-old-LARA-R6-PID.patch
	patches.suse/USB-serial-option-add-u-blox-LARA-R6-00B-modem.patch
	patches.suse/USB-serial-option-add-u-blox-LARA-L6-modem.patch
	patches.suse/0271-dm-ioctl-fix-misbehavior-if-list_versions-races-with-module-loading.patch
	patches.suse/0272-dm-bufio-Fix-missing-decrement-of-no_sleep_enabled-if-dm_bufio_client_create-failed.patch
	patches.suse/0273-dm-integrity-flush-the-journal-on-suspend.patch
	patches.suse/0274-dm-integrity-clear-the-journal-on-suspend.patch
	patches.suse/s390-dcssblk-fix-deadlock-when-adding-a-DCSS
	patches.suse/drm-vc4-kms-Fix-IS_ERR-vs-NULL-check-for-vc4_kms.patch
	patches.suse/drm-panel-simple-set-bpc-field-for-logic-technologie.patch
	patches.suse/drm-drv-Fix-potential-memory-leak-in-drm_dev_init.patch
	patches.suse/drm-Fix-potential-null-ptr-deref-in-drm_vblank_destr.patch
	patches.suse/0511-drm-amdgpu-use-the-last-IB-as-gang-leader-v2.patch
	patches.suse/0512-drm-amdgpu-Fix-memory-leak-in-amdgpu_cs_pass1.patch
	patches.suse/0513-drm-amd-display-Fix-access-timeout-to-DPIA-AUX-at-bo.patch
	patches.suse/drm-amd-display-Add-HUBP-surface-flip-interrupt-hand.patch
	patches.suse/0515-drm-amdgpu-Add-psp_13_0_10_ta-firmware-to-modinfo.patch
	patches.suse/0516-drm-amd-display-Fix-invalid-DPIA-AUX-reply-causing-s.patch
	patches.suse/0517-drm-amd-display-Support-parsing-VRAM-info-v3.0-from-.patch
	patches.suse/0518-drm-amd-display-Fix-calculation-for-cursor-CAB-alloc.patch
	patches.suse/0519-drm-amd-display-Fix-optc2_configure-warning-on-dcn31.patch
	patches.suse/0520-drm-amd-display-Fix-prefetch-calculations-for-dcn32.patch
	patches.suse/0521-drm-amd-display-use-uclk-pstate-latency-for-fw-assis.patch
	patches.suse/0522-drm-amd-display-Set-max-for-prefetch-lines-on-dcn32.patch
	patches.suse/0523-drm-amd-display-don-t-enable-DRM-CRTC-degamma-proper.patch
	patches.suse/0524-drm-amdgpu-disable-BACO-support-on-more-cards.patch
	patches.suse/0525-drm-amdkfd-Fix-a-memory-limit-issue.patch
	patches.suse/0526-drm-amdgpu-there-is-no-vbios-fb-on-devices-with-no-d.patch
	patches.suse/0527-drm-amd-pm-enable-runpm-support-over-BACO-for-SMU13..patch
	patches.suse/0528-drm-amd-pm-enable-runpm-support-over-BACO-for-SMU13..patch
	patches.suse/0529-drm-amd-pm-fix-SMU13-runpm-hang-due-to-unintentional.patch
	patches.suse/drbd-use-after-free-in-drbd_create_device.patch
	patches.suse/0275-block-make-dma_alignment-a-stacking-queue_limit.patch
	patches.suse/0276-dm-crypt-provide-dma_alignment-limit-in-io_hints.patch
	patches.suse/0277-block-make-blk_set_default_limits-private.patch
	patches.suse/0278-dm-integrity-set-dma_alignment-limit-in-io_hints.patch
	patches.suse/0279-dm-log-writes-set-dma_alignment-limit-in-io_hints.patch
	patches.suse/io_uring-update-res-mask-in-io_poll_check_events.patch
	patches.suse/io_uring-fix-tw-losing-poll-events.patch
	patches.suse/Input-synaptics-switch-touchpad-on-HP-Laptop-15-da30.patch
	patches.suse/Input-goodix-try-resetting-the-controller-when-no-co.patch
	patches.suse/Input-iforce-invert-valid-length-check-when-fetching.patch
	patches.suse/Input-soc_button_array-add-use_low_level_irq-module-.patch
	patches.suse/Input-soc_button_array-add-Acer-Switch-V-10-to-dmi_u.patch
	patches.suse/Input-i8042-Apply-probe-defer-to-more-ASUS-ZenBook-m.patch
	patches.suse/Input-i8042-fix-leaking-of-platform-device-on-module.patch
	patches.suse/cifs-Fix-connections-leak-when-tlink-setup-failed.patch
	patches.suse/cifs-add-check-for-returning-value-of-SMB2_close_init.patch
	patches.suse/cifs-Fix-wrong-return-value-checking-when-GETFLAGS.patch
	patches.suse/cifs-add-check-for-returning-value-of-SMB2_set_info_init.patch
	patches.suse/scsi-scsi_debug-Fix-possible-UAF-in-sdebug_add_host_helper.patch
	patches.suse/scsi-zfcp-Fix-double-free-of-FSF-request-when-qdio-send-fails
	patches.suse/scsi-iscsi-Fix-possible-memory-leak-when-device_register-failed.patch
	patches.suse/perf-x86-amd-uncore-Fix-memory-leak-for-events-array.patch
	patches.suse/perf-x86-amd-Fix-crash-due-to-race-between-amd_pmu_enable_all-perf-NMI-and-throttling.patch
	patches.suse/x86-fpu-Drop-fpregs-lock-before-inheriting-FPU-permissions.patch
	patches.suse/tracing-ring-buffer-Have-polling-block-on-watermark.patch
	patches.suse/ring-buffer-Include-dropped-pages-in-counting-dirty-patches.patch
	patches.suse/tracing-Fix-memory-leak-in-tracing_read_pipe.patch
	patches.suse/ftrace-Fix-the-possible-incorrect-kernel-message.patch
	patches.suse/ftrace-Optimize-the-allocation-for-mcount-entries.patch
	patches.suse/ring_buffer-Do-not-deactivate-non-existant-pages.patch
	patches.suse/ftrace-Fix-null-pointer-dereference-in-ftrace_add_mod.patch
	patches.suse/tracing-Fix-memory-leak-in-test_gen_synth_cmd-and-test_empty_synth_event.patch
	patches.suse/tracing-Fix-wild-memory-access-in-register_synth_event.patch
	patches.suse/tracing-kprobe-Fix-potential-null-ptr-deref-on-trace_event_file-in-kprobe_event_gen_test_exit.patch
	patches.suse/tracing-kprobe-Fix-potential-null-ptr-deref-on-trace_array-in-kprobe_event_gen_test_exit.patch
	patches.suse/fscache-fix-OOB-Read-in-__fscache_acquire_volume.patch
	patches.suse/spi-spi-imx-Fix-spi_bus_clk-if-requested-clock-is-hi.patch
	patches.suse/spi-dw-dma-decrease-reference-count-in-dw_spi_dma_in.patch
	patches.suse/spi-tegra210-quad-Fix-duplicate-resource-error.patch
	patches.suse/ARM-9251-1-perf-Fix-stacktraces-for-tracepoint-event.patch
	patches.suse/ARM-dts-at91-sam9g20ek-enable-udc-vbus-gpio-pinctrl.patch
	patches.suse/bus-sunxi-rsb-Remove-the-shutdown-callback.patch
	patches.suse/bus-sunxi-rsb-Support-atomic-transfers.patch
	patches.suse/ARM-mxs-fix-memory-leak-in-mxs_machine_init.patch
	patches.suse/ARM-dts-imx6q-prti6q-Fix-ref-tcxo-clock-frequency-pr.patch
	patches.suse/ARM-dts-am335x-pcm-953-Define-fixed-regulators-in-ro.patch
	patches.suse/arm64-dts-rockchip-add-enable-strobe-pulldown-to-emm.patch
	patches.suse/arm64-dts-rockchip-keep-I2S1-disabled-for-GPIO-funct.patch
	patches.suse/arm64-dts-rockchip-lower-rk3399-puma-haikou-SD-contr.patch
	patches.suse/arm-dts-rockchip-fix-node-name-for-hym8563-rtc.patch
	patches.suse/arm-dts-rockchip-remove-clock-frequency-from-rtc.patch
	patches.suse/ARM-dts-rockchip-fix-ir-receiver-node-names.patch
	patches.suse/arm64-dts-rockchip-fix-ir-receiver-node-names.patch
	patches.suse/ARM-dts-rockchip-rk3188-fix-lcdc1-rgb24-node-name.patch
	patches.suse/ARM-dts-rockchip-disable-arm_global_timer-on-rk3066-.patch
	patches.suse/selftests-mptcp-fix-mibit-vs-mbit-mix-up.patch
	patches.suse/net-liquidio-simplify-if-expression.patch
	patches.suse/nfc-nci-fix-race-with-opening-and-closing.patch
	patches.suse/net-mlx4-Check-retval-of-mlx4_bitmap_init.patch
	patches.suse/octeontx2-af-debugsfs-fix-pci-device-refcount-leak.patch
	patches.suse/macsec-Fix-invalid-error-code-set.patch
	patches.suse/nfc-nfcmrvl-Fix-potential-memory-leak-in-nfcmrvl_i2c-e204ead35401.patch
	patches.suse/nfc-nxp-nci-Fix-potential-memory-leak-in-nxp_nci_sen-614761e1119c.patch
	patches.suse/nfc-s3fwrn5-Fix-potential-memory-leak-in-s3fwrn5_nci-60dcb5ff55e5.patch
	patches.suse/iavf-Fix-a-crash-during-reset-task.patch
	patches.suse/iavf-Do-not-restart-Tx-queues-after-reset-task-failu.patch
	patches.suse/iavf-remove-INITIAL_MAC_SET-to-allow-gARP-to-work-pr.patch
	patches.suse/iavf-Fix-race-condition-between-iavf_shutdown-and-ia.patch
	patches.suse/ice-fix-handling-of-burst-Tx-timestamps.patch
	patches.suse/sfc-fix-potential-memleak-in-__ef100_hard_start_xmit.patch
	patches.suse/NFC-nci-fix-memory-leak-in-nci_rx_data_packet.patch
	patches.suse/bnx2x-fix-pci-device-refcount-leak-in-bnx2x_vf_is_pc.patch
	patches.suse/net-mlx5-Do-not-query-pci-info-while-pci-disabled.patch
	patches.suse/net-mlx5-Fix-FW-tracer-timestamp-calculation.patch
	patches.suse/net-mlx5-SF-Fix-probing-active-SFs-during-driver-pro.patch
	patches.suse/net-mlx5-cmdif-Print-info-on-any-firmware-cmd-failur.patch
	patches.suse/net-mlx5-Fix-handling-of-entry-refcount-when-command.patch
	patches.suse/net-mlx5-Lag-avoid-lockdep-warnings.patch
	patches.suse/net-mlx5-E-Switch-Set-correctly-vport-destination.patch
	patches.suse/net-mlx5-Fix-sync-reset-event-handler-error-flow.patch
	patches.suse/net-mlx5e-Fix-missing-alignment-in-size-of-MTT-KLM-e.patch
	patches.suse/net-mlx5e-Offload-rule-only-when-all-encaps-are-vali.patch
	patches.suse/net-mlx5e-Remove-leftovers-from-old-XSK-queues-enume.patch
	patches.suse/net-mlx5e-Fix-MACsec-SA-initialization-routine.patch
	patches.suse/net-mlx5e-Fix-MACsec-update-SecY.patch
	patches.suse/net-mlx5e-Fix-possible-race-condition-in-macsec-exte.patch
	patches.suse/arcnet-fix-potential-memory-leak-in-com20020_probe.patch
	patches.suse/l2tp-Don-t-sleep-and-disable-BH-under-writer-side-sk.patch
	patches.suse/net-usb-qmi_wwan-add-u-blox-0x1342-composition.patch
	patches.suse/xfrm-Fix-oops-in-__xfrm_state_delete.patch
	patches.suse/nfc-st-nci-fix-incorrect-validating-logic-in-EVT_TRA.patch
	patches.suse/nfc-st-nci-fix-memory-leaks-in-EVT_TRANSACTION.patch
	patches.suse/nfc-st-nci-fix-incorrect-sizing-calculations-in-EVT_.patch
	patches.suse/octeontx2-pf-Add-check-for-devm_kcalloc.patch
	patches.suse/octeontx2-af-Fix-reference-count-issue-in-rvu_sdp_in.patch
	patches.suse/net-thunderx-Fix-the-ACPI-memory-leak.patch
	patches.suse/0530-drm-amdgpu-handle-gang-submit-before-VMID.patch
	patches.suse/dma-buf-fix-racing-conflict-of-dma_heap_add.patch
	patches.suse/fbcon-Use-kzalloc-in-fbcon_prepare_logo.patch
	patches.suse/drm-i915-Fix-warn-in-intel_display_power_-_domain-fu.patch
	patches.suse/drm-i915-gvt-Get-reference-to-KVM-iff-attachment-to-.patch
	patches.suse/0531-drm-amd-display-Align-dcn314_smu-logging-with-other-.patch
	patches.suse/0532-drm-amdgpu-always-register-an-MMU-notifier-for-userp.patch
	patches.suse/0533-drm-amdgpu-fix-userptr-HMM-range-handling-v2.patch
	patches.suse/0534-drm-amdgpu-Enable-Aldebaran-devices-to-report-CU-Occ.patch
	patches.suse/0535-drm-amd-amdgpu-reserve-vm-invalidation-engine-for-fi.patch
	patches.suse/0536-drm-amdgpu-psp-don-t-free-PSP-buffers-on-suspend.patch
	patches.suse/0537-drm-amd-dc-dce120-Fix-audio-register-mapping-stop-tr.patch
	patches.suse/0538-drm-amd-display-Update-soc-bounding-box-for-dcn32-dc.patch
	patches.suse/0539-drm-amd-display-Use-viewport-height-for-subvp-mall-a.patch
	patches.suse/0540-drm-amd-display-Avoid-setting-pixel-rate-divider-to-.patch
	patches.suse/0541-drm-amd-display-Use-new-num-clk-levels-struct-for-ma.patch
	patches.suse/0542-drm-amd-display-Fix-rotated-cursor-offset-calculatio.patch
	patches.suse/0543-drm-amd-pm-update-driver-if-header-for-smu_13_0_7.patch
	patches.suse/0544-drm-amdgpu-fix-use-after-free-during-gpu-recovery.patch
	patches.suse/0545-drm-amd-display-No-display-after-resume-from-WB-CB.patch
	patches.suse/0546-drm-amdgpu-Partially-revert-drm-amdgpu-update-drm_di.patch
	patches.suse/0547-drm-amdgpu-vcn-re-use-original-vcn0-doorbell-value.patch
	patches.suse/ALSA-seq-Fix-function-prototype-mismatch-in-snd_seq_.patch
	patches.suse/ASoC-wm8962-Wait-for-updated-value-of-WM8962_CLOCKIN.patch
	patches.suse/ASoC-sgtl5000-Reset-the-CHIP_CLK_CTRL-reg-on-remove.patch
	patches.suse/ASoC-rt711-sdca-fix-the-latency-time-of-clock-stop-p.patch
	patches.suse/ASoC-max98373-Add-checks-for-devm_kcalloc.patch
	patches.suse/ASoC-soc-pcm-Add-NULL-check-in-BE-reparenting.patch
	patches.suse/mm-memory-return-vm_fault_t-result-from-migrate_to_ram-callback.patch
	patches.suse/mm-migrate_device-return-number-of-migrating-pages-in-args-cpages.patch
	patches.suse/nilfs2-fix-nilfs_sufile_mark_dirty-not-set-segment-u.patch
	patches.suse/msft-hv-2680-scsi-storvsc-Fix-handling-of-srb_status-and-capacity.patch
	patches.suse/msft-hv-2681-PCI-hv-Only-reuse-existing-IRTE-allocation-for-Multi.patch
	patches.suse/msft-hv-2682-Drivers-hv-vmbus-fix-double-free-in-the-error-path-o.patch
	patches.suse/msft-hv-2683-Drivers-hv-vmbus-fix-possible-memory-leak-in-vmbus_d.patch
	patches.suse/regulator-core-fix-kobject-release-warning-and-memor.patch
	patches.suse/regulator-core-fix-UAF-in-destroy_regulator.patch
	patches.suse/regulator-slg51000-Wait-after-asserting-CS-pin.patch
	patches.suse/regulator-twl6030-re-add-TWL6032_SUBCLASS.patch
	patches.suse/regulator-twl6030-fix-get-status-of-twl6032-regulato.patch
	patches.suse/io_uring-cmpxchg-for-poll-arm-refs-release.patch
	patches.suse/io_uring-make-poll-refs-more-robust.patch
	patches.suse/io_uring-poll-fix-poll_refs-race-with-cancelation.patch
	patches.suse/s390-dasd-fix-possible-buffer-overflow-in-copy_pair_show
	patches.suse/init-Kconfig-fix-CC_HAS_ASM_GOTO_TIED_OUTPUT-test-wi.patch
	patches.suse/cifs-Use-after-free-in-debug-code.patch
	patches.suse/cifs-fix-missing-unlock-in-cifs_file_copychunk_range-.patch
	patches.suse/0001-KVM-x86-nSVM-leave-nested-mode-on-vCPU-free.patch
	patches.suse/0002-KVM-x86-nSVM-harden-svm_free_nested-against-freeing-.patch
	patches.suse/0003-KVM-x86-add-kvm_leave_nested.patch
	patches.suse/0004-KVM-x86-forcibly-leave-nested-mode-on-vCPU-reset.patch
	patches.suse/0005-KVM-x86-allow-L1-to-not-intercept-triple-fault.patch
	patches.suse/0006-KVM-x86-remove-exit_int_info-warning-in-svm_handle_e.patch
	patches.suse/KVM-x86-mmu-Fix-race-condition-in-direct_page_fault.patch
	patches.suse/scripts-faddr2line-Fix-regression-in-name-resolution.patch
	patches.suse/fpga-m10bmc-sec-Fix-kconfig-dependencies.patch
	patches.suse/iio-light-apds9960-fix-wrong-register-for-gesture-ga.patch
	patches.suse/iio-health-afe4403-Fix-oob-read-in-afe4403_read_raw.patch
	patches.suse/iio-health-afe4404-Fix-oob-read-in-afe4404_-read-wri.patch
	patches.suse/iio-light-rpr0521-add-missing-Kconfig-dependencies.patch
	patches.suse/iio-core-Fix-entry-not-deleted-when-iio_register_sw_.patch
	patches.suse/usb-dwc3-gadget-Disable-GUSB2PHYCFG.SUSPHY-for-End-T.patch
	patches.suse/usb-cdnsp-Fix-issue-with-Clear-Feature-Halt-Endpoint.patch
	patches.suse/usb-dwc3-exynos-Fix-remove-function.patch
	patches.suse/usb-dwc3-gadget-Clear-ep-descriptor-last.patch
	patches.suse/usb-cdnsp-fix-issue-with-ZLP-added-TD_SIZE-1.patch
	patches.suse/fuse-lock-inode-unconditionally-in-fuse_fallocate.patch
	patches.suse/tracing-osnoise-Fix-duration-type.patch
	patches.suse/tracing-Add-tracing_reset_all_online_cpus_unlocked-function.patch
	patches.suse/tracing-Free-buffers-when-a-used-dynamic-event-is-removed.patch
	patches.suse/can-sja1000-fix-size-of-OCR_MODE_MASK-define.patch
	patches.suse/can-sja1000_isa-sja1000_isa_probe-add-missing-free_s.patch
	patches.suse/can-cc770-cc770_isa_probe-add-missing-free_cc770dev.patch
	patches.suse/can-etas_es58x-es58x_init_netdev-free-netdev-when-re.patch
	patches.suse/can-m_can-pci-add-missing-m_can_class_free_dev-in-pr.patch
	patches.suse/can-m_can-Add-check-for-devm_clk_get.patch
	patches.suse/can-mcba_usb-Fix-termination-command-argument.patch
	patches.suse/qlcnic-fix-sleep-in-atomic-context-bugs-caused-by-ms.patch
	patches.suse/qed-avoid-defines-prefixed-with-CONFIG.patch
	patches.suse/aquantia-Do-not-purge-addresses-when-setting-the-num.patch
	patches.suse/octeontx2-pf-Fix-pfc_alloc_status-array-overflow.patch
	patches.suse/net-phy-fix-null-ptr-deref-while-probe-failed.patch
	patches.suse/ixgbevf-Fix-resource-leak-in-ixgbevf_init_module.patch
	patches.suse/i40e-Fix-error-handling-in-i40e_init_module.patch
	patches.suse/fm10k-Fix-error-handling-in-fm10k_init_module.patch
	patches.suse/iavf-Fix-error-handling-in-iavf_init_module.patch
	patches.suse/e100-Fix-possible-use-after-free-in-e100_xmit_prepar.patch
	patches.suse/net-mlx5-DR-Fix-uninitialized-var-warning.patch
	patches.suse/net-mlx5-E-switch-Destroy-legacy-fdb-table-when-need.patch
	patches.suse/net-mlx5-E-switch-Fix-duplicate-lag-creation.patch
	patches.suse/net-mlx5-Fix-uninitialized-variable-bug-in-outlen_wr.patch
	patches.suse/net-mlx5e-Fix-use-after-free-when-reverting-terminat.patch
	patches.suse/net-mlx5e-Fix-a-couple-error-codes.patch
	patches.suse/net-mlx5e-Use-kvfree-in-mlx5e_accel_fs_tcp_create.patch
	patches.suse/net-mlx5e-MACsec-fix-RX-data-path-16-RX-security-cha.patch
	patches.suse/net-mlx5e-MACsec-fix-memory-leak-when-MACsec-device-.patch
	patches.suse/net-mlx5e-MACsec-fix-update-Rx-secure-channel-active.patch
	patches.suse/net-mlx5e-MACsec-fix-mlx5e_macsec_update_rxsa-bail-c.patch
	patches.suse/net-mlx5e-MACsec-fix-add-Rx-security-association-SA-.patch
	patches.suse/net-mlx5e-MACsec-fix-Tx-SA-active-field-update.patch
	patches.suse/net-mlx5e-MACsec-block-offload-requests-with-encrypt.patch
	patches.suse/net-ethernet-ti-am65-cpsw-fix-error-handling-in-am65.patch
	patches.suse/net-ethernet-nixge-fix-NULL-dereference.patch
	patches.suse/net-wwan-iosm-fix-kernel-test-robot-reported-error.patch
	patches.suse/net-wwan-iosm-fix-dma_alloc_coherent-incompatible-po.patch
	patches.suse/wifi-wilc1000-validate-pairwise-and-authentication-s.patch
	patches.suse/wifi-wilc1000-validate-length-of-IEEE80211_P2P_ATTR_.patch
	patches.suse/wifi-wilc1000-validate-length-of-IEEE80211_P2P_ATTR_-f9b62f9843c7.patch
	patches.suse/wifi-wilc1000-validate-number-of-channels.patch
	patches.suse/wifi-cfg80211-fix-buffer-overflow-in-elem-comparison.patch
	patches.suse/wifi-cfg80211-don-t-allow-multi-BSSID-in-S1G.patch
	patches.suse/wifi-mac8021-fix-possible-oob-access-in-ieee80211_ge.patch
	patches.suse/net-mdiobus-fix-unbalanced-node-reference-count.patch
	patches.suse/net-tun-Fix-use-after-free-in-tun_detach.patch
	patches.suse/net-mlx5-Lag-Fix-for-loop-when-checking-lag.patch
	patches.suse/net-ethernet-renesas-ravb-Fix-promiscuous-mode-after.patch
	patches.suse/drm-i915-fix-TLB-invalidation-for-Gen12-video-and-co.patch
	patches.suse/ARM-at91-rm9200-fix-usb-device-clock-id.patch
	patches.suse/hwmon-ltc2947-fix-temperature-scaling.patch
	patches.suse/hwmon-ina3221-Fix-shunt-sum-critical-calculation.patch
	patches.suse/hwmon-i5500_temp-fix-missing-pci_disable_device.patch
	patches.suse/hwmon-ibmpex-Fix-possible-UAF-when-ibmpex_register_b.patch
	patches.suse/hwmon-coretemp-Check-for-null-before-removing-sysfs-.patch
	patches.suse/hwmon-coretemp-fix-pci-device-refcount-leak-in-nv1a_.patch
	patches.suse/nilfs2-fix-NULL-pointer-dereference-in-nilfs_palloc_.patch
	patches.suse/0548-drm-amdgpu-temporarily-disable-broken-Clang-builds-d.patch
	patches.suse/0549-drm-amdgpu-enable-Vangogh-VCN-indirect-sram-mode.patch
	patches.suse/ALSA-dice-fix-regression-for-Lexicon-I-ONIX-FW810S.patch
	patches.suse/ASoC-fsl_micfil-explicitly-clear-software-reset-bit.patch
	patches.suse/ASoC-fsl_micfil-explicitly-clear-CHnF-flags.patch
	patches.suse/ASoC-ops-Fix-bounds-check-for-_sx-controls.patch
	patches.suse/ASoC-ops-Check-bounds-for-second-channel-in-snd_soc_.patch
	patches.suse/ASoC-ops-Correct-bounds-check-for-second-channel-on-.patch
	patches.suse/ASoC-cs42l51-Correct-PGA-Volume-minimum-value.patch
	patches.suse/x86-bugs-Make-sure-MSR_SPEC_CTRL-is-updated-properly.patch
	patches.suse/mmc-core-Fix-ambiguous-TRIM-and-DISCARD-arg.patch
	patches.suse/mmc-sdhci-esdhc-imx-correct-CQHCI-exit-halt-state-ch.patch
	patches.suse/mmc-mmc_test-Fix-removal-of-debugfs-file.patch
	patches.suse/mmc-mtk-sd-Fix-missing-clk_disable_unprepare-in-msdc.patch
	patches.suse/mmc-sdhci-sprd-Fix-no-reset-data-and-command-after-v.patch
	patches.suse/pinctrl-single-Fix-potential-division-by-zero.patch
	patches.suse/pinctrl-meditatek-Startup-with-the-IRQs-disabled.patch
	patches.suse/pinctrl-intel-Save-and-restore-pins-in-direct-IRQ-mo.patch
	patches.suse/ACPI-HMAT-remove-unnecessary-variable-initialization.patch
	patches.suse/ACPI-HMAT-Fix-initiator-registration-for-single-init.patch
	patches.suse/i2c-npcm7xx-Fix-error-handling-in-npcm_i2c_init.patch
	patches.suse/i2c-imx-Only-DMA-messages-with-I2C_M_DMA_SAFE-flag-s.patch
	patches.suse/Input-raydium_ts_i2c-fix-memory-leak-in-raydium_i2c_.patch
	patches.suse/char-tpm-Protect-tpm_pm_suspend-with-locks.patch
	patches.suse/proc-avoid-integer-type-confusion-in-get_proc_long.patch
	patches.suse/proc-proc_skip_spaces-shouldn-t-think-it-is-working-.patch
	patches.suse/xen-netback-Ensure-protocol-headers-don-t-fall-in-th.patch
	patches.suse/xen-netback-don-t-call-kfree_skb-with-interrupts-dis.patch
	patches.suse/0007-KVM-x86-fix-uninitialized-variable-use-on-KVM_REQ_TR.patch
	patches.suse/fscache-Fix-oops-due-to-race-with-cookie_lru-and-use_cookie.patch
	patches.suse/memcg-Fix-possible-use-after-free-in-memcg_write_event_control.patch
	patches.suse/gpiolib-fix-memory-leak-in-gpiochip_setup_dev.patch
	patches.suse/gpio-amd8111-Fix-PCI-device-reference-count-leak.patch
	patches.suse/HID-ite-Enable-QUIRK_TOUCHPAD_ON_OFF_REPORT-on-Acer-.patch
	patches.suse/HID-hid-lg4ff-Add-check-for-empty-lbuf.patch
	patches.suse/HID-uclogic-Add-HID_QUIRK_HIDINPUT_FORCE-quirk.patch
	patches.suse/HID-core-fix-shift-out-of-bounds-in-hid_report_raw_e.patch
	patches.suse/HID-usbhid-Add-ALWAYS_POLL-quirk-for-some-mice.patch
	patches.suse/e1000e-Fix-TX-dispatch-condition.patch
	patches.suse/igb-Allocate-MSI-X-vector-when-testing.patch
	patches.suse/vmxnet3-correctly-report-encapsulated-LRO-packet.patch
	patches.suse/vmxnet3-use-correct-intrConf-reference-when-using-ex.patch
	patches.suse/Bluetooth-btusb-Fix-CSR-clones-again-by-re-adding-ER.patch
	patches.suse/Bluetooth-btusb-Add-debug-message-for-CSR-controller.patch
	patches.suse/Bluetooth-6LoWPAN-add-missing-hci_dev_put-in-get_l2c.patch
	patches.suse/Bluetooth-hci_conn-add-missing-hci_dev_put-in-iso_li.patch
	patches.suse/Bluetooth-L2CAP-Fix-u8-overflow.patch
	patches.suse/Bluetooth-Fix-not-cleanup-led-when-bt_init-fails.patch
	patches.suse/selftests-rtnetlink-correct-xfrm-policy-rule-in-kci_.patch
	patches.suse/octeontx2-pf-Fix-potential-memory-leak-in-otx2_init_.patch
	patches.suse/NFC-nci-Bounds-check-struct-nfc_target-arrays.patch
	patches.suse/msft-hv-2684-net-mana-Fix-race-on-per-CQ-variable-napi-work_done.patch
	patches.suse/net-mdio-fix-unbalanced-fwnode-reference-count-in-md.patch
	patches.suse/i40e-Fix-not-setting-default-xps_cpus-after-reset.patch
	patches.suse/i40e-Fix-for-VF-MAC-address-0.patch
	patches.suse/i40e-Disallow-ip4-and-ip6-l4_4_bytes.patch
	patches.suse/ieee802154-cc2520-Fix-error-return-code-in-cc2520_hw.patch
	patches.suse/ca8210-Fix-crash-by-zero-initializing-data.patch
	patches.suse/mac802154-fix-missing-INIT_LIST_HEAD-in-ieee802154_i.patch
	patches.suse/net-thunderbolt-fix-memory-leak-in-tbnet_open.patch
	patches.suse/macsec-add-missing-attribute-validation-for-offload.patch
	patches.suse/drm-amdgpu-sdma_v4_0-turn-off-SDMA-ring-buffer-in-th.patch
	patches.suse/0551-drm-amd-display-fix-array-index-out-of-bound-error-i.patch
	patches.suse/drm-bridge-ti-sn65dsi86-Fix-output-polarity-setting-.patch
	patches.suse/drm-bridge-dw_hdmi-fix-preference-of-RGB-modes-over-.patch
	patches.suse/drm-shmem-helper-Remove-errant-put-in-error-path.patch
	patches.suse/drm-shmem-helper-Avoid-vm_open-error-paths.patch
	patches.suse/drm-vmwgfx-Don-t-use-screen-objects-when-SEV-is-acti.patch
	patches.suse/Revert-ARM-dts-imx7-Fix-NAND-controller-size-cells.patch
	patches.suse/media-v4l2-dv-timings.c-fix-too-strict-blanking-sani.patch
	patches.suse/media-stv0288-use-explicitly-signed-char.patch
	patches.suse/pstore-zone-Use-GFP_ATOMIC-to-allocate-zone-buffer.patch
	patches.suse/pstore-ram-Fix-error-return-code-in-ramoops_probe.patch
	patches.suse/pstore-Avoid-kcore-oops-by-vmap-ing-with-VM_IOREMAP.patch
	patches.suse/binfmt_elf-fix-documented-return-value-for-load_elf_.patch
	patches.suse/binfmt-Fix-error-return-code-in-load_elf_fdpic_binar.patch
	patches.suse/binfmt_misc-fix-shift-out-of-bounds-in-check_special.patch
	patches.suse/tpm-acpi-Call-acpi_put_table-to-fix-memory-leak.patch
	patches.suse/tpm-tpm_crb-Add-the-missed-acpi_put_table-to-fix-mem.patch
	patches.suse/tpm-tpm_tis-Add-the-missed-acpi_put_table-to-fix-mem.patch
	patches.suse/tpm-tpm_ftpm_tee-Fix-error-handling-in-ftpm_mod_init.patch
	patches.suse/tpm-tpm_crb-Fix-error-message-in-__crb_relinquish_lo.patch
	patches.suse/ARM-ux500-do-not-directly-dereference-__iomem.patch
	patches.suse/soc-tegra-pmc-Add-I-O-pad-table-for-Tegra234.patch
	patches.suse/firmware-tegra-Update-BPMP-ABI.patch
	patches.suse/clk-tegra-Support-BPMP-FW-ABI-deny-flags.patch
	patches.suse/dt-bindings-Add-headers-for-NVDEC-on-Tegra234.patch
	patches.suse/dt-bindings-tegra-Update-headers-for-Tegra234.patch
	patches.suse/memory-tegra-Add-DLA-clients-for-Tegra234.patch
	patches.suse/soc-qcom-llcc-make-irq-truly-optional.patch
	patches.suse/drivers-soc-ti-knav_qmss_queue-Mark-knav_acc_firmwar.patch
	patches.suse/soc-ti-knav_qmss_queue-Fix-PM-disable-depth-imbalanc.patch
	patches.suse/soc-ti-smartreflex-Fix-PM-disable-depth-imbalance-in.patch
	patches.suse/ARM-mmp-fix-timer_read-delay.patch
	patches.suse/soc-qcom-Select-REMAP_MMIO-for-LLCC-driver.patch
	patches.suse/arm-dts-spear600-Fix-clcd-interrupt.patch
	patches.suse/ARM-dts-stm32-Drop-stm32mp15xc.dtsi-from-Avenger96.patch
	patches.suse/ARM-dts-stm32-Fix-AV96-WLAN-regulator-gpio-property.patch
	patches.suse/arm64-dts-mt8183-drop-drv-type-from-mmc-node.patch
	patches.suse/arm64-dts-mt7622-drop-r_smpl-property-from-mmc-node.patch
	patches.suse/arm64-dts-mt6779-Fix-devicetree-build-warnings.patch
	patches.suse/arm64-dts-mt2712e-Fix-unit_address_vs_reg-warning-fo.patch
	patches.suse/arm64-dts-mt2712e-Fix-unit-address-for-pinctrl-node.patch
	patches.suse/arm64-dts-mt2712-evb-Fix-vproc-fixed-regulators-unit.patch
	patches.suse/arm64-dts-mt2712-evb-Fix-usb-vbus-regulators-unit-na.patch
	patches.suse/arm64-dts-mediatek-pumpkin-common-Fix-devicetree-war.patch
	patches.suse/arm64-dts-mediatek-mt6797-Fix-26M-oscillator-unit-na.patch
	patches.suse/arm64-dts-ti-k3-am65-main-Drop-dma-coherent-in-crypt.patch
	patches.suse/arm64-dts-ti-k3-j721e-main-Drop-dma-coherent-in-cryp.patch
	patches.suse/ARM-dts-nuvoton-Remove-bogus-unit-addresses-from-fix.patch
	patches.suse/arm64-dts-qcom-ipq6018-cp01-c1-use-BLSPI1-pins.patch
	patches.suse/arm64-dts-qcom-sm8250-sony-xperia-edo-fix-touchscree.patch
	patches.suse/arm64-dts-qcom-sdm850-lenovo-yoga-c630-correct-I2C12.patch
	patches.suse/arm64-dts-qcom-msm8996-Add-MSM8996-Pro-support.patch
	patches.suse/arm64-dts-qcom-msm8996-fix-supported-hw-in-cpufreq-O.patch
	patches.suse/arm64-dts-qcom-msm8996-fix-GPU-OPP-table.patch
	patches.suse/arm64-dts-qcom-sdm630-fix-UART1-pin-bias.patch
	patches.suse/arm64-dts-qcom-sdm845-db845c-correct-SPI2-pins-drive.patch
	patches.suse/arm64-dts-qcom-sdm845-cheza-fix-AP-suspend-pin-bias.patch
	patches.suse/arm64-dts-qcom-msm8916-Drop-MSS-fallback-compatible.patch
	patches.suse/arm64-dts-qcom-sm8250-correct-LPASS-pin-pull-down.patch
	patches.suse/arm64-dts-qcom-sm8250-drop-bogus-DP-PHY-clock.patch
	patches.suse/arm64-dts-armada-3720-turris-mox-Add-missing-interru.patch
	patches.suse/ARM-dts-dove-Fix-assigned-addresses-for-every-PCIe-R.patch
	patches.suse/ARM-dts-armada-370-Fix-assigned-addresses-for-every-.patch
	patches.suse/ARM-dts-armada-xp-Fix-assigned-addresses-for-every-P.patch
	patches.suse/ARM-dts-armada-375-Fix-assigned-addresses-for-every-.patch
	patches.suse/ARM-dts-armada-38x-Fix-assigned-addresses-for-every-.patch
	patches.suse/ARM-dts-armada-39x-Fix-assigned-addresses-for-every-.patch
	patches.suse/ARM-dts-turris-omnia-Add-ethernet-aliases.patch
	patches.suse/ARM-dts-turris-omnia-Add-switch-port-6-node.patch
	patches.suse/ARM-dts-armada-38x-Fix-compatible-string-for-gpios.patch
	patches.suse/ARM-dts-armada-39x-Fix-compatible-string-for-gpios.patch
	patches.suse/arm64-dts-qcom-sm8250-fix-USB-DP-PHY-registers.patch
	patches.suse/ARM-dts-qcom-apq8064-fix-coresight-compatible.patch
	patches.suse/platform-x86-huawei-wmi-fix-return-value-calculation.patch
	patches.suse/platform-x86-mxm-wmi-fix-memleak-in-mxm_wmi_call_mx-.patch
	patches.suse/platform-x86-intel_scu_ipc-fix-possible-name-leak-in.patch
	patches.suse/platform-mellanox-mlxbf-pmc-Fix-event-typo.patch
	patches.suse/platform-chrome-cros_usbpd_notify-Fix-error-handling.patch
	patches.suse/timers-Replace-in_irq-with-in_hardirq.patch
	patches.suse/Documentation-Remove-bogus-claim-about-del_timer_syn.patch
	patches.suse/ARM-spear-Do-not-use-timer-namespace-for-timer_shutd.patch
	patches.suse/clocksource-drivers-arm_arch_timer-Do-not-use-timer-.patch
	patches.suse/clocksource-drivers-sp804-Do-not-use-timer-namespace.patch
	patches.suse/timers-Get-rid-of-del_singleshot_timer_sync.patch
	patches.suse/timers-Replace-BUG_ON-s.patch
	patches.suse/timers-Update-kernel-doc-for-various-functions.patch
	patches.suse/timers-Use-del_timer_sync-even-on-UP.patch
	patches.suse/timers-Rename-del_timer_sync-to-timer_delete_sync.patch
	patches.suse/timers-Rename-del_timer-to-timer_delete.patch
	patches.suse/timers-Silently-ignore-timers-with-a-NULL-function.patch
	patches.suse/timers-Split-try_to_-del_timer-_sync-to-prepare-for-.patch
	patches.suse/timers-Add-shutdown-mechanism-to-the-internal-functi.patch
	patches.suse/timers-Provide-timer_shutdown-_sync.patch
	patches.suse/clocksource-drivers-sh_cmt-Access-registers-accordin.patch
	patches.suse/clocksource-drivers-timer-ti-dm-Fix-missing-clk_disa.patch
	patches.suse/PM-runtime-Do-not-call-__rpm_callback-from-rpm_idle.patch
	patches.suse/cpufreq-ACPI-Defer-setting-boost-MSRs.patch
	patches.suse/cpufreq-ACPI-Remove-unused-variables-acpi_cpufreq_on.patch
	patches.suse/cpufreq-intel_pstate-Add-Sapphire-Rapids-support-in-.patch
	patches.suse/cpufreq-ACPI-Only-set-boost-MSRs-on-supported-CPUs.patch
	patches.suse/PM-hibernate-Fix-mistake-in-kerneldoc-comment.patch
	patches.suse/ACPICA-Fix-error-code-path-in-acpi_ds_call_control_m.patch
	patches.suse/ACPICA-Fix-use-after-free-in-acpi_ut_copy_ipackage_t.patch
	patches.suse/ACPI-pfr_telemetry-use-ACPI_FREE-to-free-acpi_object.patch
	patches.suse/ACPI-pfr_update-use-ACPI_FREE-to-free-acpi_object.patch
	patches.suse/ACPI-irq-Fix-some-kernel-doc-issues.patch
	patches.suse/PNP-fix-name-memory-leak-in-pnp_alloc_dev.patch
	patches.suse/thermal-core-fix-some-possible-name-leaks-in-error-p.patch
	patches.suse/x86-tdx-Add-a-wrapper-to-get-TDREPORT0-from-the-TDX-.patch
	patches.suse/virt-Add-TDX-guest-driver.patch
	patches.suse/selftests-tdx-Test-TDX-attestation-GetReport-support.patch
	patches.suse/0001-EDAC-mc_sysfs-Increase-legacy-channel-support-to-12.patch
	patches.suse/futex-Resend-potentially-swallowed-owner-death-notif.patch
	patches.suse/sched-uclamp-Fix-relationship-between-uclamp-and-mig.patch
	patches.suse/sched-uclamp-Make-task_fits_capacity-use-util_fits_c.patch
	patches.suse/sched-Clear-ttwu_pending-after-enqueue_task.patch
	patches.suse/selftests-Use-optional-USERCFLAGS-and-USERLDFLAGS.patch
	patches.suse/selftests-ftrace-event_triggers-wait-longer-for-test.patch
	patches.suse/selftests-efivarfs-Add-checking-of-the-test-return-v.patch
	patches.suse/Documentation-devres-add-missing-PWM-helper.patch
	patches.suse/docs-zh_CN-Fix-.-only-directive-s-expression.patch
	patches.suse/Documentation-features-refresh.sh-Only-sed-the-begin.patch
	patches.suse/lib-debugobjects-fix-stat-count-and-optimize-debug_o.patch
	patches.suse/proc-fixup-uptime-selftest.patch
	patches.suse/nilfs2-fix-shift-out-of-bounds-overflow-in-nilfs_sb2.patch
	patches.suse/nilfs2-fix-shift-out-of-bounds-due-to-too-large-expo.patch
	patches.suse/lib-fonts-fix-undefined-behavior-in-bit-shift-for-ge.patch
	patches.suse/acct-fix-potential-integer-overflow-in-encode_comp_t.patch
	patches.suse/ext4-avoid-BUG_ON-when-creating-xattrs.patch
	patches.suse/media-videobuf-dma-contig-use-dma_mmap_coherent.patch
	patches.suse/eventpoll-add-EPOLL_URING_WAKE-poll-wakeup-flag.patch
	patches.suse/eventfd-provide-a-eventfd_signal_mask-helper.patch
	patches.suse/io_uring-pass-in-EPOLL_URING_WAKE-for-eventfd-signal.patch
	patches.suse/drbd-use-blk_queue_max_discard_sectors-helper.patch
	patches.suse/drbd-remove-call-to-memset-before-free-device-resource-connection.patch
	patches.suse/drbd-destroy-workqueue-when-drbd-device-was-freed.patch
	patches.suse/block-Do-not-reread-partition-table-on-exclusively-o.patch
	patches.suse/floppy-Fix-memory-leak-in-do_floppy_init.patch
	patches.suse/ALSA-memalloc-Allocate-more-contiguous-pages-for-fal.patch
	patches.suse/ALSA-pcm-fix-undefined-behavior-in-bit-shift-for-SND.patch
	patches.suse/ALSA-seq-fix-undefined-behavior-in-bit-shift-for-SND.patch
	patches.suse/ALSA-asihpi-fix-missing-pci_disable_device.patch
	patches.suse/ALSA-hda-realtek-fix-mute-micmute-LEDs-for-a-HP-ProB-1d8025ec722d.patch
	patches.suse/ALSA-pcm-Set-missing-stop_operating-flag-at-undoing-.patch
	patches.suse/ALSA-patch_realtek-Fix-Dell-Inspiron-Plus-16.patch
	patches.suse/ALSA-mts64-fix-possible-null-ptr-defer-in-snd_mts64_.patch
	patches.suse/ASoC-Intel-avs-Fix-DMA-mask-assignment.patch
	patches.suse/ASoC-Intel-avs-Fix-potential-RX-buffer-overflow.patch
	patches.suse/ASoC-codecs-rt298-Add-quirk-for-KBL-R-RVP-platform.patch
	patches.suse/ASoC-jz4740-i2s-Handle-independent-FIFO-flush-bits.patch
	patches.suse/ASoC-pxa-fix-null-pointer-dereference-in-filter.patch
	patches.suse/ASoC-Intel-avs-Lock-substream-before-snd_pcm_stop.patch
	patches.suse/ASoC-qcom-Add-checks-for-devm_kcalloc.patch
	patches.suse/ASoC-dt-bindings-wcd9335-fix-reset-line-polarity-in-.patch
	patches.suse/ASoC-mediatek-mtk-btcvsd-Add-checks-for-write-and-re.patch
	patches.suse/ASoC-mediatek-mt8173-Enable-IRQ-when-pdata-is-ready.patch
	patches.suse/ASoC-pcm512x-Fix-PM-disable-depth-imbalance-in-pcm51.patch
	patches.suse/media-camss-Clean-up-received-buffers-on-failed-star.patch
	patches.suse/ipu3-imgu-Fix-NULL-pointer-dereference-in-imgu_subde.patch
	patches.suse/media-i2c-ad5820-Fix-error-path.patch
	patches.suse/staging-media-tegra-video-fix-chan-mipi-value-on-err.patch
	patches.suse/staging-media-tegra-video-fix-device_node-use-after-.patch
	patches.suse/media-vivid-fix-compose-size-exceed-boundary.patch
	patches.suse/media-v4l2-ctrls-Fix-off-by-one-error-in-integer-men.patch
	patches.suse/media-adv748x-afe-Select-input-port-when-initializin.patch
	patches.suse/media-vimc-Fix-wrong-function-called-when-vimc_init-.patch
	patches.suse/media-vidtv-Fix-use-after-free-in-vidtv_bridge_dvb_i.patch
	patches.suse/media-solo6x10-fix-possible-memory-leak-in-solo_sysf.patch
	patches.suse/media-imon-fix-a-race-condition-in-send_packet.patch
	patches.suse/media-dvb-frontends-fix-leak-of-memory-fw.patch
	patches.suse/media-dvb-core-Fix-double-free-in-dvb_register_devic.patch
	patches.suse/media-dvb-usb-fix-memory-leak-in-dvb_usb_adapter_ini.patch
	patches.suse/media-dvb-core-Fix-ignored-return-value-in-dvb_regis.patch
	patches.suse/media-dvb-usb-az6027-fix-null-ptr-deref-in-az6027_i2.patch
	patches.suse/media-saa7164-fix-missing-pci_disable_device.patch
	patches.suse/media-si470x-Fix-use-after-free-in-si470x_int_in_cal.patch
	patches.suse/drm-bridge-it6505-Adapt-runtime-power-management-fra.patch
	patches.suse/drm-bridge-it6505-Add-pre_enable-post_disable-callba.patch
	patches.suse/drm-edid-Fix-minimum-bpc-supported-with-DSC1.2-for-H.patch
	patches.suse/0001-drm-ast-Add-Atomic-gamma-lut-support-for-aspeed.patch
	patches.suse/drm-atomic-helper-Don-t-allocate-new-plane-state-in-.patch
	patches.suse/0001-drm-mgag200-Do-not-call-drm_atomic_add_affected_plan.patch
	patches.suse/drm-bridge-adv7533-remove-dynamic-lane-switching-fro.patch
	patches.suse/drm-lcdif-Switch-to-limited-range-for-RGB-to-YUV-con.patch
	patches.suse/0002-drm-ast-Acquire-I-O-register-lock-in-atomic_commit_t.patch
	patches.suse/0003-drm-ast-Call-drm_atomic_helper_check_plane_state-unc.patch
	patches.suse/0004-drm-ast-Do-not-call-drm_atomic_add_affected_planes.patch
	patches.suse/0005-drm-ast-Remove-cursor-double-buffering.patch
	patches.suse/0006-drm-ast-Rename-struct-ast_cursor_plane-to-struct-ast.patch
	patches.suse/0007-drm-ast-Style-cleanups-in-plane-code.patch
	patches.suse/0002-drm-mgag200-Fix-PLL-setup-for-G200_SE_A-rev-4.patch
	patches.suse/drm-bridge-it6505-Initialize-AUX-channel-in-it6505_i.patch
	patches.suse/drm-connector-send-hotplug-uevent-on-connector-clean.patch
	patches.suse/drm-vmwgfx-Fix-a-sparse-warning-in-kernel-docs.patch
	patches.suse/drm-i915-Fix-watermark-calculations-for-DG2-CCS-modi.patch
	patches.suse/drm-i915-Fix-watermark-calculations-for-DG2-CCS-CC-m.patch
	patches.suse/drm-rockchip-lvds-fix-PM-usage-counter-unbalance-in-.patch
	patches.suse/drm-vmwgfx-Validate-the-box-size-for-the-snooped-cur.patch
	patches.suse/drm-lcdif-change-burst-size-to-256B.patch
	patches.suse/drm-panel-panel-sitronix-st7701-Remove-panel-on-DSI-.patch
	patches.suse/drm-i915-dg2-introduce-Wa_22015475538.patch
	patches.suse/drm-i915-guc-Enable-compute-scheduling-on-DG2.patch
	patches.suse/drm-i915-Remove-unwanted-pointer-unpacking.patch
	patches.suse/drm-i915-guc-slpc-Run-SLPC-selftests-on-all-tiles.patch
	patches.suse/drm-i915-guc-slpc-Add-SLPC-selftest-live_slpc_power.patch
	patches.suse/drm-i915-gt-Flush-to-global-observation-point-before.patch
	patches.suse/mei-add-support-to-GSC-extended-header.patch
	patches.suse/mei-bus-enable-sending-gsc-commands.patch
	patches.suse/mei-adjust-extended-header-kdocs.patch
	patches.suse/mei-bus-extend-bus-API-to-support-command-streamer-A.patch
	patches.suse/mei-pxp-add-command-streamer-API-to-the-PXP-driver.patch
	patches.suse/mei-pxp-support-matching-with-a-gfx-discrete-card.patch
	patches.suse/drm-i915-pxp-load-the-pxp-module-when-we-have-a-gsc-.patch
	patches.suse/drm-i915-pxp-implement-function-for-sending-tee-stre.patch
	patches.suse/drm-i915-pxp-add-huc-authentication-and-loading-comm.patch
	patches.suse/drm-i915-dg2-setup-HuC-loading-via-GSC.patch
	patches.suse/drm-i915-huc-track-delayed-HuC-load-with-a-fence.patch
	patches.suse/drm-i915-huc-stall-media-submission-until-HuC-is-loa.patch
	patches.suse/drm-i915-huc-better-define-HuC-status-getparam-possi.patch
	patches.suse/drm-i915-huc-define-gsc-compatible-HuC-fw-for-DG2.patch
	patches.suse/drm-i915-display-handle-migration-for-dpt.patch
	patches.suse/drm-i915-allow-control-over-the-flags-when-migrating.patch
	patches.suse/drm-i915-display-consider-DG2_RC_CCS_CC-when-migrati.patch
	patches.suse/drm-i915-Fix-compute-pre-emption-w-a-to-apply-to-com.patch
	patches.suse/drm-amdgpu-Revert-drm-amdgpu-getting-fan-speed-pwm-f.patch
	patches.suse/drm-amdgpu-powerplay-psm-Fix-memory-leak-in-power-st.patch
	patches.suse/drm-amd-display-prevent-memory-leak.patch
	patches.suse/Revert-drm-amd-display-Limit-max-DSC-target-bpp-for-.patch
	patches.suse/drm-amdgpu-Fix-type-of-second-parameter-in-trans_msg.patch
	patches.suse/drm-amdgpu-Fix-type-of-second-parameter-in-odn_edit_.patch
	patches.suse/drm-rcar-du-Drop-leftovers-dependencies-from-Kconfig.patch
	patches.suse/drm-ingenic-Fix-missing-platform_driver_unregister-c.patch
	patches.suse/dt-bindings-display-sun6i-dsi-Fix-clock-conditional.patch
	patches.suse/drm-lcdif-Set-and-enable-FIFO-Panic-threshold.patch
	patches.suse/drm-msm-Use-drm_mode_copy.patch
	patches.suse/drm-rockchip-Use-drm_mode_copy.patch
	patches.suse/drm-sti-Use-drm_mode_copy.patch
	patches.suse/drm-fourcc-Fix-vsub-hsub-for-Q410-and-Q401.patch
	patches.suse/drm-etnaviv-add-missing-quirks-for-GC300.patch
	patches.suse/drm-etnaviv-don-t-truncate-physical-page-address.patch
	patches.suse/drm-radeon-Add-the-missed-acpi_put_table-to-fix-memo.patch
	patches.suse/drm-amd-display-delete-the-duplicate-.set_odm_bypass.patch
	patches.suse/drm-amd-display-fix-array-index-out-of-bound-error-i.patch
	patches.suse/amdgpu-pm-prevent-array-underflow-in-vega20_odn_edit.patch
	patches.suse/drm-i915-ttm-never-purge-busy-objects.patch
	patches.suse/drm-i915-remove-circ_buf.h-includes.patch
	patches.suse/drm-i915-dg2-Drop-force_probe-requirement.patch
	patches.suse/drm-mediatek-Modify-dpi-power-on-off-sequence.patch
	patches.suse/drm-mediatek-Fix-return-type-of-mtk_hdmi_bridge_mode.patch
	patches.suse/drm-tegra-Add-missing-clk_disable_unprepare-in-tegra.patch
	patches.suse/memory-tegra-Add-API-for-retrieving-carveout-bounds.patch
	patches.suse/drm-amdgpu-fix-pci-device-refcount-leak.patch
	patches.suse/drm-msm-mdp5-stop-overriding-drvdata.patch
	patches.suse/drm-i915-guc-make-default_lists-const-data.patch
	patches.suse/drm-i915-bios-fix-a-memory-leak-in-generate_lfp_data.patch
	patches.suse/drm-i915-dsi-fix-VBT-send-packet-port-selection-for--f9cdf4130671.patch
	patches.suse/drm-amd-pm-smu11-BACO-is-supported-when-it-s-in-BACO.patch
	patches.suse/drm-radeon-Fix-PCI-device-refcount-leak-in-radeon_at.patch
	patches.suse/drm-amd-display-Use-the-largest-vready_offset-in-pip.patch
	patches.suse/drm-amdgpu-Fix-PCI-device-refcount-leak-in-amdgpu_at.patch
	patches.suse/drm-amdkfd-Fix-memory-leakage.patch
	patches.suse/mtd-Fix-device-name-leak-when-register-device-failed.patch
	patches.suse/mtd-lpddr2_nvm-Fix-possible-null-ptr-deref.patch
	patches.suse/mtd-maps-pxa2xx-flash-fix-memory-leak-in-probe.patch
	patches.suse/mtd-spi-nor-Check-for-zero-erase-size-in-spi_nor_fin.patch
	patches.suse/mtd-spi-nor-hide-jedec_id-sysfs-attribute-if-not-pre.patch
	patches.suse/mtd-spi-nor-Fix-the-number-of-bytes-for-the-dummy-cy.patch
	patches.suse/regulator-core-fix-unbalanced-of-node-refcount-in-re.patch
	patches.suse/regulator-qcom-rpmh-Fix-PMR735a-S3-regulator-spec.patch
	patches.suse/regulator-core-use-kfree_const-to-free-space-conditi.patch
	patches.suse/regulator-bd718x7-Drop-unnecessary-info-print.patch
	patches.suse/regulator-core-fix-use_count-leakage-when-handling-b.patch
	patches.suse/regulator-core-fix-module-refcount-leak-in-set_suppl.patch
	patches.suse/regulator-core-fix-resource-leak-in-regulator_regist.patch
	patches.suse/regulator-qcom-labibb-Fix-missing-of_node_put-in-qco.patch
	patches.suse/spi-Update-reference-to-struct-spi_controller.patch
	patches.suse/spi-spidev-mask-SPI_CS_HIGH-in-SPI_IOC_RD_MODE.patch
	patches.suse/spi-spi-gpio-Don-t-set-MOSI-as-an-input-if-not-3WIRE.patch
	patches.suse/pinctrl-amd-Add-dynamic-debugging-for-active-GPIOs.patch
	patches.suse/pinctrl-k210-call-of_node_put.patch
	patches.suse/pinctrl-pinconf-generic-add-missing-of_node_put.patch
	patches.suse/hwmon-jc42-Convert-register-access-and-caching-to-re.patch
	patches.suse/hwmon-jc42-Restore-the-min-max-critical-temperatures.patch
	patches.suse/hwmon-jc42-Fix-missing-unlock-on-error-in-jc42_write.patch
	patches.suse/Input-joystick-fix-Kconfig-warning-for-JOYSTICK_ADC.patch
	patches.suse/Input-elants_i2c-properly-handle-the-reset-GPIO-when.patch
	patches.suse/Input-wistron_btns-disable-on-UML.patch
	patches.suse/HID-hid-sensor-custom-set-fixed-size-for-custom-attr.patch
	patches.suse/ipmi-kcs-Poll-OBF-briefly-to-reduce-OBE-latency.patch
	patches.suse/ipmi-fix-long-wait-in-unload-when-IPMI-disconnect.patch
	patches.suse/ipmi-fix-memleak-when-unload-ipmi-driver.patch
	patches.suse/ipmi-ssif-Increase-the-message-retry-time.patch
	patches.suse/ipmi-fix-use-after-free-in-_ipmi_destroy_user.patch
	patches.suse/mmc-alcor-fix-return-value-check-of-mmc_add_host.patch
	patches.suse/mmc-moxart-fix-return-value-check-of-mmc_add_host.patch
	patches.suse/mmc-mxcmmc-fix-return-value-check-of-mmc_add_host.patch
	patches.suse/mmc-pxamci-fix-return-value-check-of-mmc_add_host.patch
	patches.suse/mmc-rtsx_pci-fix-return-value-check-of-mmc_add_host.patch
	patches.suse/mmc-rtsx_usb_sdmmc-fix-return-value-check-of-mmc_add.patch
	patches.suse/mmc-toshsd-fix-return-value-check-of-mmc_add_host.patch
	patches.suse/mmc-vub300-fix-return-value-check-of-mmc_add_host.patch
	patches.suse/mmc-wmt-sdmmc-fix-return-value-check-of-mmc_add_host.patch
	patches.suse/mmc-atmel-mci-fix-return-value-check-of-mmc_add_host.patch
	patches.suse/mmc-omap_hsmmc-fix-return-value-check-of-mmc_add_hos.patch
	patches.suse/mmc-meson-gx-fix-return-value-check-of-mmc_add_host.patch
	patches.suse/mmc-via-sdmmc-fix-return-value-check-of-mmc_add_host.patch
	patches.suse/mmc-wbsd-fix-return-value-check-of-mmc_add_host.patch
	patches.suse/mmc-mmci-fix-return-value-check-of-mmc_add_host.patch
	patches.suse/mmc-f-sdh30-Add-quirks-for-broken-timeout-clock-capa.patch
	patches.suse/mmc-renesas_sdhi-alway-populate-SCC-pointer.patch
	patches.suse/mmc-renesas_sdhi-better-reset-from-HS400-mode.patch
	patches.suse/mmc-core-Normalize-the-error-handling-branch-in-sd_r.patch
	patches.suse/mmc-vub300-fix-warning-do-not-call-blocking-ops-when.patch
	patches.suse/iommu-Add-note-about-struct-iommu_fwspec-usage.patch
	patches.suse/iommu-tegra-Add-tegra_dev_iommu_get_stream_id-helper.patch
	patches.suse/mmc-sdhci-tegra-Sort-includes-alphabetically.patch
	patches.suse/mmc-sdhci-tegra-Separate-Tegra194-and-Tegra234-SoC-d.patch
	patches.suse/mmc-sdhci-tegra-Add-support-to-program-MC-stream-ID.patch
	patches.suse/mmc-sdhci-tegra-Issue-CMD-and-DAT-resets-together.patch
	patches.suse/mmc-sdhci-sprd-Disable-CLK_AUTO-when-the-clock-is-le.patch
	patches.suse/clk-samsung-Fix-memory-leak-in-_samsung_clk_register.patch
	patches.suse/clk-st-Fix-memory-leak-in-st_of_quadfs_setup.patch
	patches.suse/clk-socfpga-Fix-memory-leak-in-socfpga_gate_init.patch
	patches.suse/clk-nomadik-correct-struct-name-kernel-doc-warning.patch
	patches.suse/clk-renesas-r9a06g032-Repair-grave-increment-error.patch
	patches.suse/clk-sunxi-ng-v3s-Correct-the-header-guard-of-ccu-sun.patch
	patches.suse/clk-rockchip-Fix-memory-leak-in-rockchip_clk_registe.patch
	patches.suse/dt-bindings-clocks-imx8mp-Add-ID-for-usb-suspend-clo.patch
	patches.suse/clk-imx-imx8mp-add-shared-clk-gate-for-usb-suspend-c.patch
	patches.suse/clk-imx-replace-osc_hdmi-with-dummy.patch
	patches.suse/dt-bindings-clock-qcom-aoncc-sm8250-fix-compatible.patch
	patches.suse/clk-qcom-gcc-sm8250-Use-retention-mode-for-USB-GDSCs.patch
	patches.suse/clk-qcom-lpass-sc7180-Fix-pm_runtime-usage.patch
	patches.suse/clk-qcom-clk-krait-fix-wrong-div2-functions.patch
	patches.suse/efi-Add-iMac-Pro-2017-to-uefi-skip-cert-quirk.patch
	patches.suse/ima-Fix-a-potential-NULL-pointer-access-in-ima_resto.patch
	patches.suse/integrity-Fix-memory-leakage-in-keyring-allocation-e.patch
	patches.suse/ARM-9256-1-NWFPE-avoid-compiler-generated-__aeabi_ul.patch
	patches.suse/ibmveth-Always-stop-tx-queues-during-close.patch
	patches.suse/can-m_can-is_lec_err-clean-up-LEC-error-handling.patch
	patches.suse/can-kvaser_usb_leaf-Set-Warning-state-even-without-b.patch
	patches.suse/can-kvaser_usb_leaf-Fix-wrong-CAN-state-after-stoppi.patch
	patches.suse/can-kvaser_usb_leaf-Fix-bogus-restart-events.patch
	patches.suse/wifi-rtl8xxxu-gen2-Turn-on-the-rate-control.patch
	patches.suse/brcmfmac-return-error-when-getting-invalid-max_flowr.patch
	patches.suse/octeontx2-af-Allow-mkex-profile-without-DMAC-and-add.patch
	patches.suse/hamradio-baycom_epp-Fix-return-type-of-baycom_send_p.patch
	patches.suse/ibmvnic-Assign-IRQ-affinity-hints-to-device-queues.patch
	patches.suse/ibmvnic-Add-hotpluggable-CPU-callbacks-to-reassign-a.patch
	patches.suse/ibmvnic-Update-XPS-assignments-during-affinity-bindi.patch
	patches.suse/wifi-ath11k-fix-warning-in-dma_free_coherent-of-memo.patch
	patches.suse/wifi-ath9k-hif_usb-fix-memory-leak-of-urbs-in-ath9k_.patch
	patches.suse/wifi-ath9k-hif_usb-Fix-use-after-free-in-ath9k_hif_u.patch
	patches.suse/wifi-ath9k-verify-the-expected-usb_endpoints-are-pre.patch
	patches.suse/wifi-ar5523-Fix-use-after-free-on-ar5523_cmd-timed-o.patch
	patches.suse/wifi-ath11k-fix-firmware-assert-during-bandwidth-cha.patch
	patches.suse/wifi-wilc1000-sdio-fix-module-autoloading.patch
	patches.suse/wifi-brcmfmac-Fix-potential-shift-out-of-bounds-in-b.patch
	patches.suse/wifi-rsi-Fix-handling-of-802.3-EAPOL-frames-sent-via.patch
	patches.suse/wifi-rtw89-use-u32_encode_bits-to-fill-MAC-quota-val.patch
	patches.suse/wifi-rtw89-Fix-some-error-handling-path-in-rtw89_cor.patch
	patches.suse/Revert-dt-bindings-marvell-prestera-Add-description-.patch
	patches.suse/Documentation-bonding-update-miimon-default-to-100.patch
	patches.suse/wifi-rtw89-fix-physts-IE-page-check.patch
	patches.suse/wifi-ath10k-Fix-return-value-in-ath10k_pci_init.patch
	patches.suse/wifi-mac80211-fix-memory-leak-in-ieee80211_if_add.patch
	patches.suse/wifi-cfg80211-Fix-not-unregister-reg_pdev-when-load_.patch
	patches.suse/wifi-mt76-do-not-run-mt76u_status_worker-if-the-devi.patch
	patches.suse/wifi-mt76-fix-coverity-overrun-call-in-mt76_get_txpo.patch
	patches.suse/wifi-iwlwifi-mvm-fix-double-free-on-tx-path.patch
	patches.suse/net-stmmac-Power-up-SERDES-after-the-PHY-link.patch
	patches.suse/net-stmmac-tegra-Add-MGBE-support.patch
	patches.suse/can-tcan4x5x-Remove-invalid-write-in-clear_interrupt.patch
	patches.suse/wifi-rtl8xxxu-Add-__packed-to-struct-rtl8723bu_c2h.patch
	patches.suse/wifi-rtl8xxxu-Fix-the-channel-width-reporting.patch
	patches.suse/wifi-brcmfmac-Fix-error-return-code-in-brcmf_sdio_do.patch
	patches.suse/0001-sctp-sysctl-make-extra-pointers-netns-aware.patch
	patches.suse/ipvs-add-rcu-protection-to-stats.patch
	patches.suse/ipvs-use-common-functions-for-stats-allocation.patch
	patches.suse/ipvs-use-u64_stats_t-for-the-per-cpu-counters.patch
	patches.suse/ipvs-use-kthreads-for-stats-estimation.patch
	patches.suse/ipvs-add-est_cpulist-and-est_nice-sysctl-vars.patch
	patches.suse/ipvs-run_estimation-should-control-the-kthread-tasks.patch
	patches.suse/Bluetooth-MGMT-Fix-error-report-for-ADD_EXT_ADV_PARA.patch
	patches.suse/Bluetooth-Fix-EALREADY-and-ELOOP-cases-in-bt_status.patch
	patches.suse/Bluetooth-hci_conn-Fix-crash-on-hci_create_cis_sync.patch
	patches.suse/Bluetooth-btintel-Fix-missing-free-skb-in-btintel_se.patch
	patches.suse/Bluetooth-btusb-don-t-call-kfree_skb-under-spin_lock.patch
	patches.suse/Bluetooth-hci_qca-don-t-call-kfree_skb-under-spin_lo.patch
	patches.suse/Bluetooth-hci_ll-don-t-call-kfree_skb-under-spin_loc.patch
	patches.suse/Bluetooth-hci_h5-don-t-call-kfree_skb-under-spin_loc.patch
	patches.suse/Bluetooth-hci_bcsp-don-t-call-kfree_skb-under-spin_l.patch
	patches.suse/Bluetooth-hci_core-don-t-call-kfree_skb-under-spin_l.patch
	patches.suse/Bluetooth-RFCOMM-don-t-call-kfree_skb-under-spin_loc.patch
	patches.suse/qlcnic-Clean-up-some-inconsistent-indenting.patch
	patches.suse/drivers-net-qlcnic-Fix-potential-memory-leak-in-qlcn.patch
	patches.suse/hamradio-don-t-call-dev_kfree_skb-under-spin_lock_ir.patch
	patches.suse/af_unix-call-proto_unregister-in-the-error-path-in-a.patch
	patches.suse/ipvs-fix-type-warning-in-do_div-on-32-bit.patch
	patches.suse/scsi-lpfc-Set-sli4_param-s-cmf-option-to-zero-when-C.patch
	patches.suse/scsi-lpfc-Fix-hard-lockup-when-reading-the-rx_monito.patch
	patches.suse/scsi-lpfc-Log-when-congestion-management-limits-are-.patch
	patches.suse/scsi-lpfc-Create-a-sysfs-entry-called-lpfc_xcvr_data.patch
	patches.suse/scsi-lpfc-Update-lpfc-version-to-14.2.0.8.patch
	patches.suse/scsi-core-Fix-a-race-between-scsi_done-and-scsi_timeout.patch
	patches.suse/scsi-elx-libefc-Fix-second-parameter-type-in-state-callbacks.patch
	patches.suse/scsi-qla2xxx-Fix-set-but-not-used-variable-warnings.patch
	patches.suse/scsi-qla2xxx-Remove-unused-variable-found_devs.patch
	patches.suse/scsi-lpfc-Remove-redundant-pointer-lp.patch
	patches.suse/scsi-scsi_debug-Fix-a-warning-in-resp_write_scat.patch
	patches.suse/scsi-lpfc-Use-memset_startat-helper.patch
	patches.suse/scsi-lpfc-Fix-WQ-CQ-EQ-resource-check.patch
	patches.suse/scsi-lpfc-Correct-bandwidth-logging-during-receipt-o.patch
	patches.suse/scsi-lpfc-Fix-MI-capability-display-in-cmf_info-sysf.patch
	patches.suse/scsi-lpfc-Fix-crash-involving-race-between-FLOGI-tim.patch
	patches.suse/scsi-lpfc-Update-lpfc-version-to-14.2.0.9.patch
	patches.suse/scsi-lpfc-Remove-linux-msi.h-include.patch
	patches.suse/scsi-hpsa-Fix-possible-memory-leak-in-hpsa_init_one.patch
	patches.suse/scsi-mpt3sas-Fix-possible-resource-leaks-in-mpt3sas_.patch
	patches.suse/scsi-hpsa-Fix-error-handling-in-hpsa_add_sas_host.patch
	patches.suse/scsi-hpsa-Fix-possible-memory-leak-in-hpsa_add_sas_device.patch
	patches.suse/scsi-efct-Fix-possible-memleak-in-efct_device_init.patch
	patches.suse/scsi-scsi_debug-Fix-a-warning-in-resp_verify.patch
	patches.suse/scsi-scsi_debug-Fix-a-warning-in-resp_report_zones.patch
	patches.suse/scsi-fcoe-Fix-possible-name-leak-when-device_register-fails.patch
	patches.suse/scsi-scsi_debug-Fix-possible-name-leak-in-sdebug_add_host_helper.patch
	patches.suse/scsi-ipr-Fix-WARNING-in-ipr_init.patch
	patches.suse/scsi-fcoe-Fix-transport-not-deattached-when-fcoe_if_init-fails.patch
	patches.suse/scsi-qla2xxx-Remove-duplicate-of-vha-iocb_work-initi.patch
	patches.suse/scsi-qla2xxx-Initialize-vha-unknown_atio_-list-work-.patch
	patches.suse/scsi-snic-Fix-possible-UAF-in-snic_tgt_create.patch
	patches.suse/RDMA-core-Fix-order-of-nldev_exit-call.patch
	patches.suse/RDMA-irdma-Report-the-correct-link-speed.patch
	patches.suse/RDMA-siw-Fix-immediate-work-request-flush-to-complet.patch
	patches.suse/RDMA-restrack-Release-MR-restrack-when-delete.patch
	patches.suse/RDMA-core-Make-sure-ib_port-is-valid-when-access-sys.patch
	patches.suse/RDMA-nldev-Return-EAGAIN-if-the-cm_id-isn-t-from-exp.patch
	patches.suse/RDMA-siw-Set-defined-status-for-work-completion-with.patch
	patches.suse/RDMA-irdma-Do-not-request-2-level-PBLEs-for-CQ-alloc.patch
	patches.suse/RDMA-hns-Fix-ext_sge-num-error-when-post-send.patch
	patches.suse/RDMA-hfi-Decrease-PCI-device-reference-count-in-erro.patch
	patches.suse/RDMA-irdma-Initialize-net_type-before-checking-it.patch
	patches.suse/RDMA-hns-fix-memory-leak-in-hns_roce_alloc_mr.patch
	patches.suse/RDMA-rxe-Fix-NULL-ptr-deref-in-rxe_qp_do_cleanup-whe.patch
	patches.suse/RDMA-nldev-Add-checks-for-nla_nest_start-in-fill_sta.patch
	patches.suse/RDMA-nldev-Fix-failure-to-send-large-messages.patch
	patches.suse/RDMA-Disable-IB-HW-for-UML.patch
	patches.suse/RDMA-hfi1-Fix-error-return-code-in-parse_platform_co.patch
	patches.suse/RDMA-srp-Fix-error-return-code-in-srp_parse_options.patch
	patches.suse/RDMA-hns-Fix-AH-attr-queried-by-query_qp.patch
	patches.suse/RDMA-hns-Fix-PBL-page-MTR-find.patch
	patches.suse/RDMA-hns-Fix-page-size-cap-from-firmware.patch
	patches.suse/RDMA-hns-Fix-error-code-of-CMD.patch
	patches.suse/RDMA-hns-Fix-XRC-caps-on-HIP08.patch
	patches.suse/IB-IPoIB-Fix-queue-count-inconsistency-for-PKEY-chil.patch
	patches.suse/PCI-Fix-pci_device_is_present-for-VFs-by-checking-PF.patch
	patches.suse/PCI-Check-for-alloc-failure-in-pci_request_irq.patch
	patches.suse/PCI-sysfs-Fix-double-free-in-error-path.patch
	patches.suse/PCI-dwc-Fix-n_fts-array-overrun.patch
	patches.suse/PCI-vmd-Disable-MSI-remapping-after-suspend.patch
	patches.suse/PCI-pci-epf-test-Register-notifier-if-only-core_init.patch
	patches.suse/drm-fsl-dcu-Fix-return-type-of-fsl_dcu_drm_connector.patch
	patches.suse/drm-sti-Fix-return-type-of-sti_-dvo-hda-hdmi-_connec.patch
	patches.suse/crypto-sun8i-ss-use-dma_addr-instead-u32.patch
	patches.suse/crypto-nitrox-avoid-double-free-on-error-path-in-nit.patch
	patches.suse/crypto-n2-add-missing-hash-statesize.patch
	patches.suse/crypto-rockchip-do-not-do-custom-power-management.patch
	patches.suse/crypto-rockchip-do-not-store-mode-globally.patch
	patches.suse/crypto-rockchip-add-fallback-for-cipher.patch
	patches.suse/crypto-rockchip-add-fallback-for-ahash.patch
	patches.suse/crypto-rockchip-better-handle-cipher-key.patch
	patches.suse/crypto-rockchip-remove-non-aligned-handling.patch
	patches.suse/crypto-rockchip-rework-by-using-crypto_engine.patch
	patches.suse/crypto-ccree-Remove-debugfs-when-platform_driver_reg.patch
	patches.suse/crypto-cryptd-Use-request-context-instead-of-stack-f.patch
	patches.suse/crypto-ccree-Make-cc_debugfs_global_fini-available-f.patch
	patches.suse/crypto-tcrypt-Fix-multibuffer-skcipher-speed-test-me.patch
	patches.suse/padata-Fix-list-iterator-in-padata_do_serial.patch
	patches.suse/crypto-omap-sham-Use-pm_runtime_resume_and_get-in-om.patch
	patches.suse/crypto-img-hash-Fix-variable-dereferenced-before-che.patch
	patches.suse/hwrng-amd-Fix-PCI-device-refcount-leak.patch
	patches.suse/apparmor-fix-a-memleak-in-multi_transaction_new.patch
	patches.suse/apparmor-fix-lockdep-warning-when-removing-a-namespa.patch
	patches.suse/apparmor-Fix-abi-check-to-include-v8-abi.patch
	patches.suse/apparmor-Use-pointer-to-struct-aa_label-for-lbs_cred.patch
	patches.suse/apparmor-Fix-memleak-in-alloc_ns.patch
	patches.suse/fbdev-ssd1307fb-Drop-optional-dependency.patch
	patches.suse/fbdev-pm2fb-fix-missing-pci_disable_device.patch
	patches.suse/fbdev-via-Fix-error-in-via_core_init.patch
	patches.suse/fbdev-vermilion-decrease-reference-count-in-error-pa.patch
	patches.suse/fbdev-geode-don-t-build-on-UML.patch
	patches.suse/fbdev-uvesafb-don-t-build-on-UML.patch
	patches.suse/fbdev-uvesafb-Fixes-an-error-handling-path-in-uvesaf.patch
	patches.suse/fbdev-fbcon-release-buffer-when-fbcon_do_set_font-fa.patch
	patches.suse/dt-bindings-gpio-gpio-davinci-Increase-maxItems-in-g.patch
	patches.suse/gpiolib-cdev-fix-NULL-pointer-dereferences.patch
	patches.suse/thermal-drivers-imx8mm_thermal-Validate-temperature-.patch
	patches.suse/thermal-drivers-qcom-temp-alarm-Fix-inaccurate-warni.patch
	patches.suse/vfio-platform-Do-not-pass-return-buffer-to-ACPI-_RST.patch
	patches.suse/i2c-pxa-pci-fix-missing-pci_disable_device-on-error-.patch
	patches.suse/i2c-mux-reg-check-return-value-after-calling-platfor.patch
	patches.suse/i2c-ismt-Fix-an-out-of-bounds-bug-in-ismt_access.patch
	patches.suse/cifs-Add-extbuf-and-extbuflen-args-to-smb2_compound_op-.patch
	patches.suse/cifs-Parse-owner-group-for-stat-in-smb311-posix-extensions.patch
	patches.suse/cifs-skip-alloc-when-request-has-no-pages.patch
	patches.suse/cifs-minor-cleanup-of-some-headers.patch
	patches.suse/cifs-fix-various-whitespace-errors-in-headers.patch
	patches.suse/cifs-fix-missing-display-of-three-mount-options.patch
	patches.suse/cifs-print-warning-when-conflicting-soft-vs-hard-mount-options-spe.patch
	patches.suse/cifs-fix-oops-during-encryption.patch
	patches.suse/cifs-Remove-duplicated-include-in-cifsglob-h.patch
	patches.suse/Documentation-devres-add-missing-PHY-helpers.patch
	patches.suse/usb-fotg210-udc-Fix-ages-old-endianness-issues.patch
	patches.suse/usb-typec-Check-for-ops-exit-instead-of-ops-enter-in.patch
	patches.suse/usb-typec-tcpci-fix-of-node-refcount-leak-in-tcpci_r.patch
	patches.suse/usb-typec-tipd-Cleanup-resources-if-devm_tps6598_psy.patch
	patches.suse/usb-typec-tipd-Fix-spurious-fwnode_handle_put-in-err.patch
	patches.suse/USB-gadget-Fix-use-after-free-during-usb-config-swit.patch
	patches.suse/usb-roles-fix-of-node-refcount-leak-in-usb_role_swit.patch
	patches.suse/usb-typec-ucsi-Resume-in-separate-work.patch
	patches.suse/usb-dwc3-pci-Update-PCIe-device-ID-for-USB3-controll.patch
	patches.suse/usb-xhci-mtk-fix-leakage-of-shared-hcd-when-fail-to-.patch
	patches.suse/usb-cdnsp-fix-lack-of-ZLP-for-ep0.patch
	patches.suse/usb-dwc3-Fix-race-between-dwc3_set_mode-and-__dwc3_s.patch
	patches.suse/xhci-Apply-XHCI_RESET_TO_DEFAULT-quirk-to-ADL-N.patch
	patches.suse/xhci-Prevent-infinite-loop-in-transaction-errors-rec.patch
	patches.suse/USB-serial-f81232-fix-division-by-zero-on-line-speed.patch
	patches.suse/USB-serial-f81534-fix-division-by-zero-on-line-speed.patch
	patches.suse/USB-serial-option-add-Quectel-EM05-G-modem-f0052d7a1edb.patch
	patches.suse/USB-serial-cp210x-add-Kamstrup-RF-sniffer-PIDs.patch
	patches.suse/usb-storage-Add-check-for-kcalloc.patch
	patches.suse/usb-gadget-uvc-Prevent-buffer-overflow-in-setup-hand.patch
	patches.suse/usb-ulpi-defer-ulpi_register-on-ulpi_read_id-timeout.patch
	patches.suse/usb-dwc3-core-defer-probe-on-ulpi_read_id-timeout.patch
	patches.suse/usb-gadget-uvc-Rename-bmInterfaceFlags-bmInterlaceFl.patch
	patches.suse/staging-rtl8192u-Fix-use-after-free-in-ieee80211_rx.patch
	patches.suse/staging-rtl8192e-Fix-potential-use-after-free-in-rtl.patch
	patches.suse/serial-tegra-Read-DMA-status-before-terminating.patch
	patches.suse/serial-8250_bcm7271-Fix-error-handling-in-brcmuart_i.patch
	patches.suse/serial-amba-pl011-avoid-SBSA-UART-accessing-DMACR-re.patch
	patches.suse/serial-pl011-Do-not-clear-RX-FIFO-RX-interrupt-in-un.patch
	patches.suse/serial-stm32-move-dma_request_chan-before-clk_prepar.patch
	patches.suse/serial-pch-Fix-PCI-device-refcount-leak-in-pch_reque.patch
	patches.suse/serial-sunsab-Fix-error-handling-in-sunsab_init.patch
	patches.suse/drivers-dio-fix-possible-memory-leak-in-dio_init.patch
	patches.suse/uio-uio_dmem_genirq-Fix-missing-unlock-in-irq-config.patch
	patches.suse/uio-uio_dmem_genirq-Fix-deadlock-between-irq-config-.patch
	patches.suse/char-xillybus-Prevent-use-after-free-due-to-race-con.patch
	patches.suse/char-xillybus-Fix-trivial-bug-with-mutex.patch
	patches.suse/test_firmware-fix-memory-leak-in-test_firmware_init.patch
	patches.suse/misc-ocxl-fix-possible-name-leak-in-ocxl_file_regist.patch
	patches.suse/misc-tifm-fix-possible-memory-leak-in-tifm_7xx1_swit.patch
	patches.suse/misc-sgi-gru-fix-use-after-free-error-in-gru_set_con.patch
	patches.suse/firmware-raspberrypi-fix-possible-memory-leak-in-rpi.patch
	patches.suse/iio-adc-ad_sigma_delta-do-not-use-internal-iio_dev-l.patch
	patches.suse/iio-temperature-ltc2983-make-bulk-write-buffer-DMA-s.patch
	patches.suse/iio-adc128s052-add-proper-.data-members-in-adc128_of.patch
	patches.suse/iio-fix-memory-leak-in-iio_device_register_eventset.patch
	patches.suse/chardev-fix-error-handling-in-cdev_device_add.patch
	patches.suse/class-fix-possible-memory-leak-in-__class_register.patch
	patches.suse/Documentation-devres-add-missing-MEM-helper.patch
	patches.suse/driver-core-Fix-bus_type.match-error-handling-in-__d.patch
	patches.suse/device-property-Fix-documentation-for-fwnode_get_nex.patch
	patches.suse/RDMA-siw-Fix-pointer-cast-warning.patch
	patches.suse/power-supply-fix-residue-sysfs-file-in-error-handle-.patch
	patches.suse/power-supply-z2_battery-Fix-possible-memleak-in-z2_b.patch
	patches.suse/power-supply-ab8500-Fix-error-handling-in-ab8500_cha.patch
	patches.suse/power-supply-fix-null-pointer-dereferencing-in-power.patch
	patches.suse/HSI-omap_ssi_core-fix-unbalanced-pm_runtime_disable.patch
	patches.suse/HSI-omap_ssi_core-fix-possible-memory-leak-in-ssi_pr.patch
	patches.suse/HSI-omap_ssi_core-Fix-error-handling-in-ssi_init.patch
	patches.suse/powerpc-xive-add-missing-iounmap-in-error-path-in-xi.patch
	patches.suse/powerpc-perf-callchain-validate-kernel-stack-pointer.patch
	patches.suse/selftests-powerpc-Fix-resource-leaks.patch
	patches.suse/powerpc-export-the-CPU-node-count.patch
	patches.suse/powerpc-Take-in-account-addition-CPU-node-when-build.patch
	patches.suse/powerpc-pseries-unregister-VPA-when-hot-unplugging-a.patch
	patches.suse/powerpc-rtas-avoid-device-tree-lookups-in-rtas_os_te.patch
	patches.suse/powerpc-rtas-avoid-scheduling-in-rtas_os_term.patch
	patches.suse/powerpc-pseries-eeh-use-correct-API-for-error-log-si.patch
	patches.suse/phy-tegra-p2u-Set-ENABLE_L2_EXIT_RATE_CHANGE-in-cali.patch
	patches.suse/phy-usb-s2-WoL-wakeup_count-not-incremented-for-USB-.patch
	patches.suse/soundwire-dmi-quirks-add-quirk-variant-for-LAPBC710-.patch
	patches.suse/Documentation-devres-add-missing-devm_acpi_dma_contr.patch
	patches.suse/dmaengine-idxd-Fix-crc_val-field-for-completion-reco.patch
	patches.suse/rtc-ds1347-fix-value-written-to-century-register.patch
	patches.suse/rtc-snvs-Allow-a-time-difference-on-clock-register-r.patch
	patches.suse/rtc-pcf85063-Fix-reading-alarm.patch
	patches.suse/rtc-st-lpc-Add-missing-clk_disable_unprepare-in-st_r.patch
	patches.suse/rtc-pic32-Move-devm_rtc_allocate_device-earlier-in-p.patch
	patches.suse/rtc-pcf85063-fix-pcf85063_clkout_control.patch
	patches.suse/rtc-mxc_v2-Add-missing-clk_disable_unprepare.patch
	patches.suse/NFSD-fix-use-after-free-in-__nfs42_ssc_open.patch
	patches.suse/arm64-dts-mt8183-Fix-Mali-GPU-clock.patch
	patches.suse/soc-mediatek-pm-domains-Fix-the-power-glitch-issue.patch
	patches.suse/mISDN-hfcsusb-don-t-call-dev_kfree_skb-kfree_skb-und.patch
	patches.suse/mISDN-hfcpci-don-t-call-dev_kfree_skb-kfree_skb-unde.patch
	patches.suse/mISDN-hfcmulti-don-t-call-dev_kfree_skb-kfree_skb-un.patch
	patches.suse/ipvs-add-a-default-case-in-do_ip_vs_set_ctl.patch
	patches.suse/nfc-pn533-Clear-nfc_target-before-being-used.patch
	patches.suse/r6040-Fix-kmemleak-in-probe-and-remove.patch
	patches.suse/selftests-devlink-fix-the-fd-redirect-in-dummy_repor.patch
	patches.suse/mfd-mt6360-Add-bounds-checking-in-Regmap-read-write-.patch
	patches.suse/mfd-bd957x-Fix-Kconfig-dependency-on-REGMAP_IRQ.patch
	patches.suse/mfd-qcom_rpm-Fix-an-error-handling-path-in-qcom_rpm_.patch
	patches.suse/mfd-qcom_rpm-Use-devm_of_platform_populate-to-simpli.patch
	patches.suse/mfd-pm8008-Fix-return-value-check-in-pm8008_probe.patch
	patches.suse/mailbox-mpfs-read-the-system-controller-s-status.patch
	patches.suse/mailbox-arm_mhuv2-Fix-return-value-check-in-mhuv2_pr.patch
	patches.suse/mailbox-zynq-ipi-fix-error-handling-while-device_reg.patch
	patches.suse/remoteproc-sysmon-fix-memory-leak-in-qcom_add_sysmon.patch
	patches.suse/remoteproc-qcom-q6v5-Fix-potential-null-ptr-deref-in.patch
	patches.suse/remoteproc-qcom_q6v5_pas-disable-wakeup-on-probe-fai.patch
	patches.suse/remoteproc-qcom_q6v5_pas-detach-power-domains-on-rem.patch
	patches.suse/remoteproc-qcom_q6v5_pas-Fix-missing-of_node_put-in-.patch
	patches.suse/remoteproc-qcom-q6v5-Fix-missing-clk_disable_unprepa.patch
	patches.suse/remoteproc-core-Do-pm_relax-when-in-RPROC_OFFLINE-st.patch
	patches.suse/pwm-tegra-Improve-required-rate-calculation.patch
	patches.suse/pwm-sifive-Call-pwm_sifive_update_clock-while-mutex-.patch
	patches.suse/pwm-lpc18xx-sct-Fix-a-comment-to-match-code.patch
	patches.suse/pwm-mediatek-always-use-bus-clock-for-PWM-on-MT7622.patch
	patches.suse/HID-mcp2221-don-t-connect-hidraw.patch
	patches.suse/HID-wacom-Ensure-bootloader-PID-is-usable-in-hidraw-.patch
	patches.suse/HID-multitouch-fix-Asus-ExpertBook-P2-P2451FA-trackp.patch
	patches.suse/HID-plantronics-Additional-PIDs-for-double-volume-ke.patch
	patches.suse/cifs-set-correct-tcon-status-after-initial-tree-connect.patch
	patches.suse/cifs-set-correct-ipc-status-after-initial-tree-connect.patch
	patches.suse/cifs-reduce-roundtrips-on-create-qinfo-requests.patch
	patches.suse/cifs-use-fs_context-for-automounts.patch
	patches.suse/cifs-get-rid-of-mount-options-string-parsing.patch
	patches.suse/cifs-remove-unused-smb3_fs_context-mount_options.patch
	patches.suse/cifs-set-resolved-ip-in-sockaddr.patch
	patches.suse/cifs-split-out-ses-and-tcon-retrieval-from-mount_get_conns-.patch
	patches.suse/cifs-share-dfs-connections-and-supers.patch
	patches.suse/cifs-don-t-refresh-cached-referrals-from-unactive-mounts.patch
	patches.suse/cifs-fix-refresh-of-cached-referrals.patch
	patches.suse/cifs-refresh-root-referrals.patch
	patches.suse/cifs-don-t-block-in-dfs_cache_noreq_update_tgthint-.patch
	patches.suse/cifs-fix-confusing-debug-message.patch
	patches.suse/cifs-fix-source-pathname-comparison-of-dfs-supers.patch
	patches.suse/cifs-optimize-reconnect-of-nested-links.patch
	patches.suse/cifs-set-correct-status-of-tcon-ipc-when-reconnecting.patch
	patches.suse/cifs-use-origin-fullpath-for-automounts.patch
	patches.suse/cifs-don-t-leak-ENOMEM-in-smb2_open_file-.patch
	patches.suse/cifs-update-internal-module-number-aacfc939.patch
	patches.suse/scsi-qla2xxx-Fix-crash-when-I-O-abort-times-out.patch
	patches.suse/0001-mm-mempolicy-fix-memory-leak-in-set_mempolicy_home_n.patch
	patches.suse/drm-amdgpu-make-display-pinning-more-flexible-v2.patch
	patches.suse/drm-amdgpu-handle-polaris10-11-overlap-asics-v2.patch
	patches.suse/drm-i915-Fix-documentation-for-intel_uncore_forcewak.patch
	patches.suse/drm-i915-display-Don-t-disable-DDI-Transcoder-when-s.patch
	patches.suse/drm-i915-ttm-consider-CCS-for-backup-objects.patch
	patches.suse/drm-amd-pm-avoid-large-variable-on-kernel-stack.patch
	patches.suse/ALSA-hda-hdmi-Add-HP-Device-0x8711-to-force-connect-.patch
	patches.suse/ALSA-usb-audio-add-the-quirk-for-KT0206-device.patch
	patches.suse/ALSA-hda-realtek-Add-quirk-for-Lenovo-TianYi510Pro-1.patch
	patches.suse/ASoC-mediatek-mt8173-rt5650-rt5514-fix-refcount-leak.patch
	patches.suse/ASoC-audio-graph-card-fix-refcount-leak-of-cpu_ep-in.patch
	patches.suse/ASoC-rockchip-pdm-Add-missing-clk_disable_unprepare-.patch
	patches.suse/ASoC-mediatek-mt8183-fix-refcount-leak-in-mt8183_mt6.patch
	patches.suse/ALSA-hda-hdmi-fix-i915-silent-stream-programming-flo.patch
	patches.suse/ALSA-hda-hdmi-set-default-audio-parameters-for-KAE-s.patch
	patches.suse/ALSA-hda-hdmi-fix-stream-id-config-keep-alive-for-rt.patch
	patches.suse/ASoC-wm8994-Fix-potential-deadlock.patch
	patches.suse/ASoC-rockchip-spdif-Add-missing-clk_disable_unprepar.patch
	patches.suse/ASoC-SOF-Revert-core-unregister-clients-and-machine-.patch
	patches.suse/ASoC-Intel-bytcr_rt5640-Add-quirk-for-the-Advantech-.patch
	patches.suse/ASoC-rt5670-Remove-unbalanced-pm_runtime_put.patch
	patches.suse/pstore-Switch-pmsg_lock-to-an-rt_mutex-to-avoid-prio.patch
	patches.suse/pstore-Make-sure-CONFIG_PSTORE_PMSG-selects-CONFIG_R.patch
	patches.suse/pstore-Properly-assign-mem_type-property.patch
	patches.suse/regulator-core-fix-deadlock-on-regulator-enable.patch
	patches.suse/ALSA-line6-correct-midi-status-byte-when-receiving-d.patch
	patches.suse/ALSA-line6-fix-stack-overflow-in-line6_midi_transmit.patch
	patches.suse/ALSA-hda-realtek-Apply-dual-codec-fixup-for-Dell-Lat.patch
	patches.suse/ALSA-hda-hdmi-Static-PCM-mapping-again-with-AMD-HDMI.patch
	patches.suse/ACPI-resource-do-IRQ-override-on-XMG-Core-15.patch
	patches.suse/ACPI-resource-do-IRQ-override-on-Lenovo-14ALC7.patch
	patches.suse/ACPI-resource-Add-Asus-ExpertBook-B2502-to-Asus-quir.patch
	patches.suse/ata-ahci-Fix-PCS-quirk-application-for-suspend.patch
	patches.suse/drm-i915-improve-the-catch-all-evict-to-handle-lock-.patch
	patches.suse/btrfs-fix-resolving-backrefs-for-inline-extent-follo.patch
	patches.suse/x86-kexec-Fix-double-free-of-elf-header-buffer.patch
	patches.suse/vdpa_sim-fix-possible-memory-leak-in-vdpasim_net_ini.patch
	patches.suse/vhost-vsock-Fix-error-handling-in-vhost_vsock_init.patch
	patches.suse/vringh-fix-range-used-in-iotlb_translate.patch
	patches.suse/vhost-fix-range-used-in-translate_desc.patch
	patches.suse/vdpa_sim-fix-vringh-initialization-in-vdpasim_queue_.patch
	patches.suse/fbdev-matroxfb-G200eW-Increase-max-memory-from-1-MB-.patch
	patches.suse/gpio-sifive-Fix-refcount-leak-in-sifive_gpio_probe.patch
	patches.suse/vmxnet3-correctly-report-csum_level-for-encapsulated.patch
	patches.suse/net-sched-fix-memory-leak-in-tcindex_set_parms.patch
	patches.suse/qlcnic-prevent-dcb-use-after-free-on-qlcnic_dcb_enab.patch
	patches.suse/nfc-Fix-potential-resource-leaks.patch
	patches.suse/bnxt_en-Simplify-bnxt_xdp_buff_init.patch
	patches.suse/bnxt_en-Fix-XDP-RX-path.patch
	patches.suse/bnxt_en-Fix-first-buffer-size-calculations-for-XDP-m.patch
	patches.suse/net-phy-xgmiitorgmii-Fix-refcount-leak-in-xgmiitorgm.patch
	patches.suse/dt-bindings-net-sun8i-emac-Add-phy-supply-property.patch
	patches.suse/net-sched-atm-dont-intepret-cls-results-when-asked-t.patch
	patches.suse/net-sched-cbq-dont-intepret-cls-results-when-asked-t.patch
	patches.suse/octeontx2-pf-Fix-lmtst-ID-used-in-aura-free.patch
	patches.suse/usb-rndis_host-Secure-rndis_query-check-against-int-.patch
	patches.suse/caif-fix-memory-leak-in-cfctrl_linkup_request.patch
	patches.suse/thermal-int340x-Add-missing-attribute-for-data-rate-.patch
	patches.suse/drm-panfrost-Fix-GEM-handle-creation-ref-counting.patch
	patches.suse/drm-meson-Reduce-the-FIFO-lines-held-when-AFBC-is-no.patch
	patches.suse/drm-imx-ipuv3-plane-Fix-overlay-plane-width.patch
	patches.suse/drm-amdkfd-Fix-kernel-warning-during-topology-setup.patch
	patches.suse/Revert-drm-amd-display-Enable-Freesync-Video-Mode-by.patch
	patches.suse/drm-i915-unpin-on-error-in-intel_vgpu_shadow_mm_pin.patch
	patches.suse/drm-i915-gvt-fix-gvt-debugfs-destroy.patch
	patches.suse/drm-i915-gvt-fix-vgpu-debugfs-clean-in-remove.patch
	patches.suse/Revert-usb-ulpi-defer-ulpi_register-on-ulpi_read_id-.patch
	patches.suse/cifs-Fix-kmap_local_page-unmapping.patch
	patches.suse/cifs-ignore-ipc-reconnect-failures-during-dfs-failover.patch
	patches.suse/cifs-fix-race-in-assemble_neg_contexts-.patch
	patches.suse/cifs-protect-access-of-TCP_Server_Info-dstaddr-hostname-.patch
	patches.suse/cifs-refcount-only-the-selected-iface-during-interface-update.patch
	patches.suse/cifs-fix-interface-count-calculation-during-refresh.patch
	patches.suse/xfs-get-root-inode-correctly-at-bulkstat.patch
	patches.suse/scsi-storvsc-Fix-swiotlb-bounce-buffer-leak-in-confi.patch
	patches.suse/scsi-mpi3mr-Refer-CONFIG_SCSI_MPI3MR-in-Makefile.patch
	patches.suse/scsi-mpt3sas-Remove-usage-of-dma_get_required_mask-A.patch
	patches.suse/regulator-da9211-Use-irq-handler-when-ready.patch
	patches.suse/nfc-pn533-Wait-for-out_urb-s-completion-in-pn533_usb.patch
	patches.suse/net-sched-disallow-noqueue-for-qdisc-classes.patch
	patches.suse/drm-virtio-Fix-GEM-handle-creation-UAF.patch
	patches.suse/drm-i915-Reserve-enough-fence-slot-for-i915_vma_unbi.patch
	patches.suse/drm-i915-gt-Reset-twice.patch
	patches.suse/drm-msm-dpu-Fix-some-kernel-doc-comments.patch
	patches.suse/dt-bindings-msm-dsi-Don-t-require-vcca-supply-on-14n.patch
	patches.suse/dt-bindings-msm-dsi-Don-t-require-vdds-supply-on-10n.patch
	patches.suse/drm-msm-dpu-Fix-memory-leak-in-msm_mdss_parse_data_b.patch
	patches.suse/drm-msm-dp-do-not-complete-dp_aux_cmd_fifo_tx-if-irq.patch
	patches.suse/dt-bindings-msm-dsi-phy-28nm-Add-missing-qcom-dsi-ph.patch
	patches.suse/dt-bindings-msm-dsi-controller-main-Fix-operating-po.patch
	patches.suse/dt-bindings-msm-dsi-controller-main-Fix-description-.patch
	patches.suse/drm-msm-another-fix-for-the-headless-Adreno-GPU.patch
	patches.suse/drm-msm-adreno-Make-adreno-quirks-not-overwrite-each.patch
	patches.suse/platform-x86-sony-laptop-Don-t-turn-off-0x153-keyboa.patch
	patches.suse/platform-surface-aggregator-Ignore-command-messages-.patch
	patches.suse/platform-surface-aggregator-Add-missing-call-to-ssam.patch
	patches.suse/platform-x86-dell-privacy-Fix-SW_CAMERA_LENS_COVER-r.patch
	patches.suse/platform-x86-dell-privacy-Only-register-SW_CAMERA_LE.patch
	patches.suse/ALSA-hda-realtek-Turn-on-power-early.patch
	patches.suse/ALSA-hda-Enable-headset-mic-on-another-Dell-laptop-w.patch
	patches.suse/ALSA-usb-audio-Make-sure-to-stop-endpoints-before-cl.patch
	patches.suse/ALSA-usb-audio-Relax-hw-constraints-for-implicit-fb-.patch
	patches.suse/ALSA-hda-realtek-fix-mute-micmute-LEDs-don-t-work-fo.patch
	patches.suse/ALSA-hda-cs35l41-Don-t-return-EINVAL-from-system-sus.patch
	patches.suse/ALSA-hda-cs35l41-Check-runtime-suspend-capability-at.patch
	patches.suse/ALSA-control-led-use-strscpy-in-set_led_id.patch
	patches.suse/ALSA-hda-hdmi-Add-a-HP-device-0x8715-to-force-connec.patch
	patches.suse/ALSA-hda-realtek-Enable-mute-micmute-LEDs-on-HP-Spec.patch
	patches.suse/ASoC-Intel-fix-sof-nau8825-link-failure.patch
	patches.suse/ASoC-Intel-sof-nau8825-fix-module-alias-overflow.patch
	patches.suse/ASoC-wm8904-fix-wrong-outputs-volume-after-power-rea.patch
	patches.suse/ASoC-qcom-lpass-cpu-Fix-fallback-SD-line-index-handl.patch
	patches.suse/ALSA-pcm-Move-rwsem-lock-inside-snd_ctl_elem_read-to.patch
	patches.suse/docs-Fix-the-docs-build-with-Sphinx-6.0.patch
	patches.suse/efi-fix-userspace-infinite-retry-read-efivars-after-.patch
	patches.suse/efi-tpm-Avoid-READ_ONCE-for-accessing-the-event-log.patch
	patches.suse/cifs-fix-file-info-setting-in-cifs_query_path_info-.patch
	patches.suse/cifs-fix-file-info-setting-in-cifs_open_file-.patch
	patches.suse/cifs-remove-redundant-assignment-to-the-variable-match.patch
	patches.suse/cifs-fix-double-free-on-failed-kerberos-auth.patch
	patches.suse/cifs-do-not-query-ifaces-on-smb1-mounts.patch
	patches.suse/cifs-fix-potential-memory-leaks-in-session-setup.patch
	patches.suse/cifs-Fix-uninitialized-memory-read-for-smb311-posix-symlink-create.patch
	patches.suse/tomoyo-fix-broken-dependency-on-.conf.default.patch
	patches.suse/HID-intel_ish-hid-Add-check-for-ishtp_dma_tx_map.patch
	patches.suse/HID-check-empty-report_list-in-hid_validate_values.patch
	patches.suse/HID-check-empty-report_list-in-bigben_probe.patch
	patches.suse/HID-revert-CHERRY_MOUSE_000C-quirk.patch
	patches.suse/HID-betop-check-shape-of-output-reports.patch
	patches.suse/net-nfc-Fix-use-after-free-in-local_cleanup.patch
	patches.suse/net-wan-Add-checks-for-NULL-for-utdm-in-undo_uhdlc_i.patch
	patches.suse/net-usb-sr9700-Handle-negative-len.patch
	patches.suse/net-mdio-validate-parameter-addr-in-mdiobus_get_phy.patch
	patches.suse/Bluetooth-hci_qca-Fix-driver-shutdown-on-closed-serd.patch
	patches.suse/Bluetooth-Fix-possible-deadlock-in-rfcomm_sk_state_c.patch
	patches.suse/virtio-net-correctly-enable-callback-during-start_xm.patch
	patches.suse/wifi-brcmfmac-fix-regression-for-Broadcom-PCIe-wifi-.patch
	patches.suse/wifi-rndis_wlan-Prevent-buffer-overflow-in-rndis_que.patch
	patches.suse/Revert-wifi-mac80211-fix-memory-leak-in-ieee80211_if.patch
	patches.suse/phy-ti-fix-Kconfig-warning-and-operator-precedence.patch
	patches.suse/phy-rockchip-inno-usb2-Fix-missing-clk_disable_unpre.patch
	patches.suse/phy-Revert-phy-qualcomm-usb28nm-Add-MDM9607-init-seq.patch
	patches.suse/phy-phy-can-transceiver-Skip-warning-if-no-max-bitra.patch
	patches.suse/dmaengine-idxd-Let-probe-fail-when-workqueue-cannot-.patch
	patches.suse/dmaengine-idxd-Do-not-call-DMX-TX-callbacks-during-w.patch
	patches.suse/dmaengine-ti-k3-udma-Do-conditional-decrement-of-UDM.patch
	patches.suse/dmaengine-lgm-Move-DT-parsing-after-initialization.patch
	patches.suse/dmaengine-tegra210-adma-fix-global-intr-clear.patch
	patches.suse/dmaengine-Fix-double-increment-of-client_count-in-dm.patch
	patches.suse/dmaengine-xilinx_dma-call-of_node_put-when-breaking-.patch
	patches.suse/drm-msm-gpu-Fix-potential-double-free.patch
	patches.suse/drm-i915-re-disable-RC6p-on-Sandy-Bridge.patch
	patches.suse/drm-i915-selftests-Unwind-hugepages-to-drop-wakeref-.patch
	patches.suse/drm-panfrost-fix-GENERIC_ATOMIC64-dependency.patch
	patches.suse/drm-amd-display-Calculate-output_color_space-after-p.patch
	patches.suse/drm-amd-display-Fix-COLOR_SPACE_YCBCR2020_TYPE-matri.patch
	patches.suse/memory-tegra-Remove-clients-SID-override-programming.patch
	patches.suse/memory-atmel-sdramc-Fix-missing-clk_disable_unprepar.patch
	patches.suse/memory-mvebu-devbus-Fix-missing-clk_disable_unprepar.patch
	patches.suse/firmware-arm_scmi-Harden-shared-memory-access-in-fet.patch
	patches.suse/firmware-arm_scmi-Harden-shared-memory-access-in-fet-9bae076cd4e3.patch
	patches.suse/Revert-arm64-dts-meson-sm1-odroid-hc4-disable-unused.patch
	patches.suse/ARM-dts-imx6ul-pico-dwarf-Use-clock-frequency.patch
	patches.suse/ARM-dts-imx7d-pico-Use-clock-frequency.patch
	patches.suse/ARM-dts-imx6qdl-gw560x-Remove-incorrect-uart-has-rts.patch
	patches.suse/arm64-dts-imx8mm-beacon-Fix-ecspi2-pinmux.patch
	patches.suse/ARM-imx-add-missing-of_node_put.patch
	patches.suse/arm64-dts-imx8mm-venice-gw7901-fix-USB2-controller-O.patch
	patches.suse/soc-imx8m-Fix-incorrect-check-for-of_clk_get_by_name.patch
	patches.suse/arm64-dts-qcom-msm8992-Don-t-use-sfpb-mutex.patch
	patches.suse/PM-AVS-qcom-cpr-Fix-an-error-handling-path-in-cpr_pr.patch
	patches.suse/Revert-ARM-dts-armada-38x-Fix-compatible-string-for-.patch
	patches.suse/Revert-ARM-dts-armada-39x-Fix-compatible-string-for-.patch
	patches.suse/ARM-dts-at91-sam9x60-fix-the-ddr-clock-for-sam9x60.patch
	patches.suse/mmc-sdhci-esdhc-imx-correct-the-tuning-start-tap-and.patch
	patches.suse/mmc-sunxi-mmc-Fix-clock-refcount-imbalance-during-un.patch
	patches.suse/ACPI-PRM-Check-whether-EFI-runtime-is-available.patch
	patches.suse/pinctrl-rockchip-fix-mux-route-data-for-rk3568.patch
	patches.suse/thunderbolt-Do-not-report-errors-if-on-board-retimer.patch
	patches.suse/thunderbolt-Do-not-call-PM-runtime-functions-in-tb_r.patch
	patches.suse/thunderbolt-Use-correct-function-to-calculate-maximu.patch
	patches.suse/thunderbolt-Disable-XDomain-lane-1-only-in-software-.patch
	patches.suse/usb-cdns3-remove-fetched-trb-from-cache-before-deque.patch
	patches.suse/USB-gadgetfs-Fix-race-between-mounting-and-unmountin.patch
	patches.suse/usb-storage-apply-IGNORE_UAS-only-for-HIKSEMI-MD202-.patch
	patches.suse/usb-xhci-Check-endpoint-is-valid-before-dereferencin.patch
	patches.suse/usb-ucsi-Ensure-connector-delayed-work-items-are-flu.patch
	patches.suse/usb-gadget-f_fs-Prevent-race-during-ffs_ep0_queue_wa.patch
	patches.suse/usb-gadget-f_fs-Ensure-ep0req-is-dequeued-before-fre.patch
	patches.suse/usb-typec-altmodes-displayport-Add-pin-assignment-he.patch
	patches.suse/usb-typec-altmodes-displayport-Fix-pin-assignment-ca.patch
	patches.suse/usb-gadget-g_webcam-Send-color-matching-descriptor-p.patch
	patches.suse/usb-typec-tcpm-Fix-altmode-re-registration-causes-sy.patch
	patches.suse/USB-gadget-Add-ID-numbers-to-configfs-gadget-driver-.patch
	patches.suse/usb-host-ehci-fsl-Fix-module-alias.patch
	patches.suse/USB-misc-iowarrior-fix-up-header-size-for-USB_DEVICE.patch
	patches.suse/tty-serial-qcom-geni-serial-fix-slab-out-of-bounds-o.patch
	patches.suse/serial-pch_uart-Pass-correct-sg-to-dma_unmap_sg.patch
	patches.suse/tty-fix-possible-null-ptr-defer-in-spk_ttyio_release.patch
	patches.suse/serial-atmel-fix-incorrect-baudrate-setup.patch
	patches.suse/staging-vchiq_arm-fix-enum-vchiq_status-return-types.patch
	patches.suse/driver-core-Fix-test_async_probe_init-saves-device-i.patch
	patches.suse/comedi-adv_pci1760-Fix-PWM-instruction-handling.patch
	patches.suse/w1-fix-deadloop-in-__w1_remove_master_device.patch
	patches.suse/w1-fix-WARNING-after-calling-w1_process.patch
	patches.suse/misc-fastrpc-Don-t-remove-map-on-creater_process-and.patch
	patches.suse/misc-fastrpc-Fix-use-after-free-race-condition-for-m.patch
	patches.suse/gsmi-fix-null-deref-in-gsmi_get_variable.patch
	patches.suse/VMCI-Use-threaded-irqs-instead-of-tasklets.patch
	patches.suse/module-Don-t-wait-for-GOING-modules.patch
	patches.suse/rds-rds_rm_zerocopy_callback-use-list_first_entry.patch
	patches.suse/Fix-page-corruption-caused-by-racy-check-in-__free_pages.patch
	patches.suse/fbdev-Fix-invalid-page-access-after-closing-deferred.patch
	patches.suse/ibmvnic-Toggle-between-queue-types-in-affinity-mappi.patch
	patches.suse/rds-rds_rm_zerocopy_callback-correct-order-for-list_add_tail.patch
	patches.suse/ipmi-ssif-resend_msg-cannot-fail.patch
	patches.suse/ipmi_ssif-Rename-idle-state-and-check.patch
	patches.suse/ipmi-ssif-Remove-rtc_us_timer.patch
	patches.suse/ipmi-ssif-Add-a-timer-between-request-retries.patch
	patches.suse/ibmvnic-Assign-XPS-map-to-correct-queue-index.patch

	# out-of-tree patches
	patches.suse/locking-rwsem-Prevent-non-first-waiter-from-spinning.patch
	patches.suse/locking-rwsem-Disable-preemption-at-all-down_read-an.patch
	patches.suse/locking-rwsem-Disable-preemption-at-all-down_write-a.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/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/char-pcmcia-synclink_cs-Fix-use-after-free-in-mgslpc.patch

	########################################################
	# kbuild/module infrastructure fixes
	########################################################
	patches.suse/kbuild-Add-skip_encoding_btf_enum64-option-to-pahole.patch

	# 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
	patches.suse/s390-qeth-remove-OSN-deprecation-notice.patch
+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

	# bsc#1203219
	patches.suse/arm64-Avoid-repeated-AA64MMFR1_EL1-register-read-on-.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

	# bnc#1205653
	patches.suse/sched-Disable-sched-domain-debugfs-creation-on-ppc64-unless-sched_verbose-is-specified.patch

	# bnc#1203829
	patches.suse/rtmutex-Add-acquire-semantics-for-rtmutex-lock-acquisition-slow-path.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
	patches.suse/ext4-fixup-pages-without-buffers.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
	patches.suse/NFS-Handle-missing-attributes-in-OPEN-reply.patch

	# other
	patches.suse/pstore_disable_efi_backend_by_default.patch
	patches.suse/io_uring-disable-polling-signalfd-pollfree-files.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

	########################################################
	# Networking core
	########################################################
	patches.suse/NFC-SUSE-specific-brutal-fix-for-runtime-PM.patch
	patches.suse/net-allow-retransmitting-a-TCP-packet-if-original-is.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-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-HV_ISOLATION_TYPE_TDX.patch
	patches.suse/suse-hv-guest-os-id.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

	########################################################
	# DRM / Graphics
	########################################################
	patches.suse/0001-firmware-sysfb-Add-parameter-to-enable-sysfb-support.patch
	patches.suse/0001-drm-i915-gvt-fix-double-free-bug-in-split_2MB_gtt_en.patch
	patches.suse/fbdev-Fix-incorrect-page-mapping-clearance-at-fb_def.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
	patches.suse/scsi-lpfc-update-the-obsolete-adapter-list.patch
	patches.suse/scsi-do-not-put-scsi_common-in-a-separate-module.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

	# bsc#1189297
	patches.suse/scsi_probe_lun-retry-after-timeout.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

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

	########################################################
	# 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/blk-kabi-add-suse_kabi_padding-to-blk-layer-structs.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
	patches.suse/paddings-add-for-type-C-new-in-SP5.patch
	patches.suse/paddings-for-the-new-structures-for-roles.patch
	patches.suse/paddings-for-gadgets.patch
	patches.suse/paddings-for-TB-and-USB4-XDomain-structures.patch
	patches.suse/paddings-for-realtik-802.11.patch
	patches.suse/paddings-for-mediatek-802.11.patch
	patches.suse/paddings-for-ath-802.11.patch
	patches.suse/paddings-for-the-inter-DMN-tunnel-stuff-of-TB.patch

	########################################################
	# kABI consistency patches
	########################################################
	patches.rpmify/BTF-Don-t-break-ABI-when-debuginfo-is-disabled.patch
	patches.kabi/fb_deferred_io-kABI-workaround.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