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-report-more-CPU-capabilities
	patches.suse/s390-disassembler-add-instructions
	patches.suse/s390-make-PCI-mio-support-a-machine-flag.patch
	patches.suse/s390-add-HWCAP_S390_PCI_MIO-to-ELF-hwcaps
	patches.suse/s390-replace-deprecated-CPU-hotplug-functions.patch
	patches.suse/s390-sclp-replace-deprecated-CPU-hotplug-functions.patch
	patches.suse/s390-cio-add-dev_busid-sysfs-entry-for-each-subchann.patch
	patches.suse/s390-zcrypt-fix-wrong-offset-index-for-APKA-master-k.patch
	patches.suse/s390-pci-cleanup-resources-only-if-necessary.patch
	patches.suse/s390-kasan-fix-large-PMD-pages-address-alignment-che.patch
	patches.suse/s390-pci-fix-misleading-rc-in-clp_set_pci_fn.patch
	patches.suse/s390-debug-keep-debug-data-on-resize.patch
	patches.suse/s390-debug-fix-debug-area-life-cycle.patch
	patches.suse/s390-ap-fix-state-machine-hang-after-failure-to-enab.patch
	patches.suse/s390-smp-enable-DAT-before-CPU-restart-callback-is-c.patch
	patches.suse/edac-mce_amd-do-not-load-edac_mce_amd-module-on-guests.patch
	patches.suse/edac-i10nm-fix-nvdimm-detection.patch
	patches.suse/edac-i10nm-retrieve-and-print-retry_rd_err_log-registers.patch
	patches.suse/x86-mce-Defer-processing-of-early-errors.patch
	patches.suse/x86-mmiotrace-Replace-deprecated-CPU-hotplug-functions.patch
	patches.suse/x86-mtrr-Replace-deprecated-CPU-hotplug-functions.patch
	patches.suse/x86-microcode-Replace-deprecated-CPU-hotplug-functions.patch
	patches.suse/x86-mce-inject-Replace-deprecated-CPU-hotplug-functions.patch
	patches.suse/sched-debug-Don-t-update-sched_domain-debug-directories-before-sched_debug_init.patch
	patches.suse/wait-use-LIST_HEAD_INIT-to-initialize-wait_queue_head.patch
	patches.suse/sched-sysctl-Move-extern-sysctl-declarations-to-sched.h.patch
	patches.suse/sched-Optimize-housekeeping_cpumask-in-for_each_cpu_and.patch
	patches.suse/sched-numa-Fix-is_core_idle.patch
	patches.suse/sched-remove-redundant-on_rq-status-change.patch
	patches.suse/sched-deadline-Fix-reset_on_fork-reporting-of-DL-tasks.patch
	patches.suse/sched-Don-t-report-SCHED_FLAG_SUGOV-in-sched_getattr.patch
	patches.suse/sched-fair-Use-prev-instead-of-new-target-as-recent_used_cpu.patch
	patches.suse/sched-fair-Avoid-a-second-scan-of-target-in-select_idle_cpu.patch
	patches.suse/sched-deadline-Fix-missing-clock-update-in-migrate_task_rq_dl.patch
	patches.suse/sched-Fix-UCLAMP_FLAG_IDLE-setting.patch
	patches.suse/sched-Skip-priority-checks-with-SCHED_FLAG_KEEP_PARAMS.patch
	patches.suse/sched-Replace-deprecated-CPU-hotplug-functions.patch
	patches.suse/sched-topology-Skip-updating-masks-for-non-online-nodes.patch
	patches.suse/sched-Cgroup-SCHED_IDLE-support.patch
	patches.suse/sched-fair-Mark-tg_is_idle-an-inline-in-the-CONFIG_FAIR_GROUP_SCHED-case.patch
	patches.suse/eventfd-Make-signal-recursion-protection-a-task-bit.patch
	patches.suse/perf-x86-intel-uncore-Add-Sapphire-Rapids-server-framework.patch
	patches.suse/perf-x86-intel-uncore-Add-Sapphire-Rapids-server-CHA-support.patch
	patches.suse/perf-x86-intel-uncore-Add-Sapphire-Rapids-server-IIO-support.patch
	patches.suse/perf-x86-intel-uncore-Add-Sapphire-Rapids-server-IRP-support.patch
	patches.suse/perf-x86-intel-uncore-Add-Sapphire-Rapids-server-M2PCIe-support.patch
	patches.suse/perf-x86-intel-uncore-Add-Sapphire-Rapids-server-PCU-support.patch
	patches.suse/perf-x86-intel-uncore-Add-Sapphire-Rapids-server-IMC-support.patch
	patches.suse/perf-x86-intel-uncore-Add-Sapphire-Rapids-server-M2M-support.patch
	patches.suse/perf-x86-intel-uncore-Add-Sapphire-Rapids-server-UPI-support.patch
	patches.suse/perf-x86-intel-uncore-Add-Sapphire-Rapids-server-M3UPI-support.patch
	patches.suse/perf-x86-intel-uncore-Add-Sapphire-Rapids-server-MDF-support.patch
	patches.suse/perf-x86-intel-uncore-Add-alias-PMU-name.patch
	patches.suse/perf-x86-intel-uncore-Factor-out-snr_uncore_mmio_map.patch
	patches.suse/perf-x86-intel-uncore-Support-IIO-free-running-counters-on-Sapphire-Rapids-server.patch
	patches.suse/perf-x86-intel-uncore-Support-IMC-free-running-counters-on-Sapphire-Rapids-server.patch
	patches.suse/perf-x86-intel-uncore-Fix-IIO-cleanup-mapping-proced.patch
	patches.suse/perf-x86-intel-Replace-deprecated-CPU-hotplug-functions.patch
	patches.suse/perf-hw_breakpoint-Replace-deprecated-CPU-hotplug-functions.patch
	patches.suse/x86-cpu-Add-get_llc_id-helper-function.patch
	patches.suse/efi-cper-fix-scnprintf-use-in-cper_mem_err_location.patch
	patches.suse/efi-cper-check-section-header-more-appropriately.patch
	patches.suse/debugobjects-Make-them-PREEMPT_RT-aware.patch
	patches.suse/smpboot-Replace-deprecated-CPU-hotplug-functions.patch
	patches.suse/Documentation-Replace-deprecated-CPU-hotplug-functions.patch
	patches.suse/md-raid5-Replace-deprecated-CPU-hotplug-functions.patch
	patches.suse/mm-Replace-deprecated-CPU-hotplug-functions.patch
	patches.suse/locking-mutex-Use-try_cmpxchg.patch
	patches.suse/locking-mutex-Fix-HANDOFF-condition.patch
	patches.suse/locking-mutex-Introduce-__mutex_trylock_or_handoff.patch
	patches.suse/locking-mutex-Add-MUTEX_WARN_ON.patch
	patches.suse/Documentation-atomic_t-Document-cmpxchg-vs-try_cmpxc.patch
	patches.suse/locking-rwsem-Remove-an-unused-parameter-of-rwsem_wa.patch
	patches.suse/locking-atomic-simplify-ifdef-generation.patch
	patches.suse/locking-atomic-remove-ARCH_ATOMIC-remanants.patch
	patches.suse/locking-atomic-centralize-generated-headers.patch
	patches.suse/locking-atomic-add-arch_atomic_long.patch
	patches.suse/locking-atomic-add-generic-arch_-bitops.patch
	patches.suse/Documentation-atomic_t-Document-forward-progress-exp.patch
	patches.suse/locking-local_lock-Add-missing-owner-initialization.patch
	patches.suse/locking-rtmutex-Set-proper-wait-context-for-lockdep.patch
	patches.suse/sched-wakeup-Split-out-the-wakeup-__state-check.patch
	patches.suse/sched-wakeup-Introduce-the-TASK_RTLOCK_WAIT-state-bi.patch
	patches.suse/sched-wakeup-Reorganize-the-current-__state-helpers.patch
	patches.suse/sched-wakeup-Prepare-for-RT-sleeping-spin-rwlocks.patch
	patches.suse/sched-core-Rework-the-__schedule-preempt-argument.patch
	patches.suse/sched-core-Provide-a-scheduling-point-for-RT-locks.patch
	patches.suse/sched-wake_q-Provide-WAKE_Q_HEAD_INITIALIZER.patch
	patches.suse/media-atomisp-Use-lockdep-instead-of-mutex_is_locked.patch
	patches.suse/locking-rtmutex-Remove-rt_mutex_is_locked.patch
	patches.suse/locking-rtmutex-Convert-macros-to-inlines.patch
	patches.suse/locking-rtmutex-Switch-to-from-cmpxchg_-to-try_cmpxc.patch
	patches.suse/locking-rtmutex-Split-API-from-implementation.patch
	patches.suse/locking-rtmutex-Split-out-the-inner-parts-of-struct-.patch
	patches.suse/locking-rtmutex-Provide-rt_mutex_slowlock_locked.patch
	patches.suse/locking-rtmutex-Provide-rt_mutex_base_is_locked.patch
	patches.suse/locking-rt-Add-base-code-for-RT-rw_semaphore-and-rwl.patch
	patches.suse/locking-rwsem-Add-rtmutex-based-R-W-semaphore-implem.patch
	patches.suse/locking-rtmutex-Add-wake_state-to-rt_mutex_waiter.patch
	patches.suse/locking-rtmutex-Provide-rt_wake_q_head-and-helpers.patch
	patches.suse/locking-rtmutex-Use-rt_mutex_wake_q_head.patch
	patches.suse/locking-rtmutex-Prepare-RT-rt_mutex_wake_q-for-RT-lo.patch
	patches.suse/locking-rtmutex-Guard-regular-sleeping-locks-specifi.patch
	patches.suse/locking-spinlock-Split-the-lock-types-header-and-mov.patch
	patches.suse/locking-rtmutex-Prevent-future-include-recursion-hel.patch
	patches.suse/locking-lockdep-Reduce-header-dependencies-in-linux-.patch
	patches.suse/rbtree-Split-out-the-rbtree-type-definitions-into-li.patch
	patches.suse/locking-rtmutex-Reduce-linux-rtmutex.h-header-depend.patch
	patches.suse/locking-spinlock-Provide-RT-specific-spinlock_t.patch
	patches.suse/locking-spinlock-Provide-RT-variant-header-linux-spi.patch
	patches.suse/locking-rtmutex-Provide-the-spin-rwlock-core-lock-fu.patch
	patches.suse/locking-spinlock-Provide-RT-variant.patch
	patches.suse/locking-rwlock-Provide-RT-variant.patch
	patches.suse/locking-rtmutex-Squash-RT-tasks-to-DEFAULT_PRIO.patch
	patches.suse/locking-mutex-Consolidate-core-headers-remove-kernel.patch
	patches.suse/locking-mutex-Move-the-struct-mutex_waiter-definitio.patch
	patches.suse/locking-ww_mutex-Move-the-ww_mutex-definitions-from-.patch
	patches.suse/locking-mutex-Make-mutex-wait_lock-raw.patch
	patches.suse/locking-ww_mutex-Simplify-lockdep-annotations.patch
	patches.suse/locking-ww_mutex-Gather-mutex_waiter-initialization.patch
	patches.suse/locking-ww_mutex-Split-up-ww_mutex_unlock.patch
	patches.suse/locking-ww_mutex-Split-out-the-W-W-implementation-lo.patch
	patches.suse/locking-ww_mutex-Remove-the-__sched-annotation-from-.patch
	patches.suse/locking-ww_mutex-Abstract-out-the-waiter-iteration.patch
	patches.suse/locking-ww_mutex-Abstract-out-waiter-enqueueing.patch
	patches.suse/locking-ww_mutex-Abstract-out-mutex-accessors.patch
	patches.suse/locking-ww_mutex-Abstract-out-mutex-types.patch
	patches.suse/locking-ww_mutex-Abstract-out-internal-lock-accesses.patch
	patches.suse/locking-ww_mutex-Implement-rt_mutex-accessors.patch
	patches.suse/locking-ww_mutex-Add-RT-priority-to-W-W-order.patch
	patches.suse/locking-ww_mutex-Add-rt_mutex-based-lock-type-and-ac.patch
	patches.suse/locking-rtmutex-Extend-the-rtmutex-core-to-support-w.patch
	patches.suse/locking-ww_mutex-Implement-rtmutex-based-ww_mutex-AP.patch
	patches.suse/locking-rtmutex-Add-mutex-variant-for-RT.patch
	patches.suse/lib-test_lockup-Adapt-to-changed-variables.patch
	patches.suse/futex-Validate-waiter-correctly-in-futex_proxy_trylo.patch
	patches.suse/futex-Clean-up-stale-comments.patch
	patches.suse/futex-Clarify-futex_requeue-PI-handling.patch
	patches.suse/futex-Remove-bogus-condition-for-requeue-PI.patch
	patches.suse/futex-Correct-the-number-of-requeued-waiters-for-PI.patch
	patches.suse/futex-Restructure-futex_requeue.patch
	patches.suse/futex-Clarify-comment-in-futex_requeue.patch
	patches.suse/futex-Reorder-sanity-checks-in-futex_requeue.patch
	patches.suse/futex-Simplify-handle_early_requeue_pi_wakeup.patch
	patches.suse/futex-Prevent-requeue_pi-lock-nesting-issue-on-RT.patch
	patches.suse/locking-rtmutex-Prevent-lockdep-false-positive-with-.patch
	patches.suse/preempt-Adjust-PREEMPT_LOCK_OFFSET-for-RT.patch
	patches.suse/locking-rtmutex-Implement-equal-priority-lock-steali.patch
	patches.suse/locking-rtmutex-Add-adaptive-spinwait-mechanism.patch
	patches.suse/locking-spinlock-rt-Prepare-for-RT-local_lock.patch
	patches.suse/locking-local_lock-Add-PREEMPT_RT-support.patch
	patches.suse/static_call-Update-API-documentation.patch
	patches.suse/locking-ww_mutex-Initialize-waiter.ww_ctx-properly.patch
	patches.suse/locking-semaphore-Add-might_sleep-to-down_-family.patch
	patches.suse/locking-rtmutex-Dont-dereference-waiter-lockless.patch
	patches.suse/locking-rtmutex-Dequeue-waiter-on-ww_mutex-deadlock.patch
	patches.suse/locking-rtmutex-Prevent-spurious-EDEADLK-return-caus.patch
	patches.suse/locking-rtmutex-Return-success-on-deadlock-for-ww_mu.patch
	patches.suse/s390-pci-Do-not-mask-MSI-X-entries-on-teardown.patch
	patches.suse/PCI-MSI-Simplify-msi_verify_entries.patch
	patches.suse/PCI-MSI-Rename-msi_desc-masked.patch
	patches.suse/PCI-MSI-Consolidate-error-handling-in-msi_capability.patch
	patches.suse/PCI-MSI-Deobfuscate-virtual-MSI-X.patch
	patches.suse/PCI-MSI-Cleanup-msi_mask.patch
	patches.suse/PCI-MSI-Provide-a-new-set-of-mask-and-unmask-functio.patch
	patches.suse/PCI-MSI-Use-new-mask-unmask-functions.patch
	patches.suse/genirq-affinity-Replace-deprecated-CPU-hotplug-functions.patch
	patches.suse/genirq-Clarify-documentation-for-request_threaded_ir.patch
	patches.suse/genirq-Change-force_irqthreads-to-a-static-key.patch
	patches.suse/genirq-timings-Fix-error-return-code-in-irq_timings_.patch
	patches.suse/genirq-Fix-kernel-doc-indentation.patch
	patches.suse/irqchip-loongson-pch-pic-Improve-edge-triggered-inte.patch
	patches.suse/irqchip-apple-aic-Fix-irq_disable-from-within-irq-ha.patch
	patches.suse/irqchip-gic-v3-Fix-priority-comparison-when-non-secu.patch
	patches.suse/x86-Avoid-magic-number-with-ELCR-register-accesses-d2531661.patch
	patches.suse/x86-Fix-typo-s-ECLR-ELCR-for-the-PIC-register-34739a28.patch
	patches.suse/x86-reboot-Limit-Dell-Optiplex-990-quirk-to-early-BI.patch
	patches.suse/clocksource-Replace-deprecated-CPU-hotplug-functions.patch
	patches.suse/posix-timers-Remove-redundant-initialization-of-vari.patch
	patches.suse/posix-cpu-timers-Assert-task-sighand-is-locked-while.patch
	patches.suse/posix-cpu-timers-Force-next_expiration-recalc-after-.patch
	patches.suse/posix-cpu-timers-Force-next-expiration-recalc-after-.patch
	patches.suse/posix-cpu-timers-Remove-confusing-return-value-overr.patch
	patches.suse/posix-cpu-timers-Consolidate-timer-base-accessor.patch
	patches.suse/posix-cpu-timers-Recalc-next-expiration-when-timer_s.patch
	patches.suse/hrtimer-Avoid-double-reprogramming-in-__hrtimer_star.patch
	patches.suse/hrtimer-Consolidate-reprogramming-code.patch
	patches.suse/hrtimer-Ensure-timerfd-notification-for-HIGHRES-n.patch
	patches.suse/hrtimer-Force-clock_was_set-handling-for-the-HIGHRES.patch
	patches.suse/timerfd-Provide-timerfd_resume.patch
	patches.suse/timekeeping-Distangle-resume-and-clock-was-set-event.patch
	patches.suse/time-timekeeping-Avoid-invoking-clock_was_set-twice.patch
	patches.suse/hrtimer-Add-bases-argument-to-clock_was_set.patch
	patches.suse/hrtimer-Avoid-unnecessary-SMP-function-calls-in-cloc.patch
	patches.suse/hrtimer-Avoid-more-SMP-function-calls-in-clock_was_s.patch
	patches.suse/hrtimer-Use-raw_cpu_ptr-in-clock_was_set.patch
	patches.suse/hrtimer-Unbreak-hrtimer_force_reprogram.patch
	patches.suse/clocksource-drivers-sh_cmt-Fix-wrong-setting-if-don-.patch
	patches.suse/clocksource-drivers-mediatek-Optimize-systimer-irq-c.patch
	patches.suse/clocksource-Make-clocksource-watchdog-test-safe-for-.patch
	patches.suse/block-return-ELEVATOR_DISCARD_MERGE-if-possible.patch
	patches.suse/bcache-add-proper-error-unwinding-in-bcache_device_i.patch
	patches.suse/blk-throtl-optimize-IOPS-throttle-for-large-IO-scena.patch
	patches.suse/block-bfq-fix-bfq_set_next_ioprio_data.patch
	patches.suse/nvme-use-blk_mq_alloc_disk.patch
	patches.suse/bio-fix-page-leak-bio_add_hw_page-failure.patch
	patches.suse/blk-zoned-allow-zone-management-send-operations-with.patch
	patches.suse/blk-zoned-allow-BLKREPORTZONE-without-CAP_SYS_ADMIN.patch
	patches.suse/blk-crypto-fix-check-for-too-large-dun_bytes.patch
	patches.suse/nbd-add-the-check-to-prevent-overflow-in-__nbd_ioctl.patch
	patches.suse/nbd-do-del_gendisk-asynchronously-for-NBD_DESTROY_ON.patch
	patches.suse/remove-the-lightnvm-subsystem.patch
	patches.suse/block-nbd-add-sanity-check-for-first_minor.patch
	patches.suse/params-lift-param_set_uint_minmax-to-common-code.patch
	patches.suse/nvme-pci-limit-maximum-queue-depth-to-4095.patch
	patches.suse/nvme-tcp-don-t-check-blk_mq_tag_to_rq-when-receiving.patch
	patches.suse/nvme-code-command_id-with-a-genctr-for-use-after-fre.patch
	patches.suse/nvme-pci-use-attribute-group-for-cmb-sysfs.patch
	patches.suse/nvme-pci-cmb-sysfs-one-file-one-value.patch
	patches.suse/nvme-fabrics-remove-superfluous-nvmf_host_put-in-nvm.patch
	patches.suse/nvme-add-set-feature-tracing-support.patch
	patches.suse/nvme-pci-disable-hmb-on-idle-suspend.patch
	patches.suse/nvme-allow-user-toggling-hmb-usage.patch
	patches.suse/nvme-tcp-pair-send_mutex-init-with-destroy.patch
	patches.suse/nvme-tcp-don-t-update-queue-count-when-failing-to-se.patch
	patches.suse/nvme-rdma-don-t-update-queue-count-when-failing-to-s.patch
	patches.suse/nvmet-pass-back-cntlid-on-successful-completion.patch
	patches.suse/nvme-Have-NVME_FABRICS-select-NVME_CORE-instead-of-t.patch
	patches.suse/nvme-remove-nvm_ndev-from-ns.patch
	patches.suse/md-raid10-Remove-unnecessary-rcu_dereference-in-raid.patch
	patches.suse/raid1-ensure-write-behind-bio-has-less-than-BIO_MAX_.patch
	patches.suse/Revert-floppy-reintroduce-O_NDELAY-fix.patch
	patches.suse/ata-sata_dwc_460ex-No-need-to-call-phy_exit-befre-ph.patch
	patches.suse/libata-fix-ata_host_start.patch
	patches.suse/io-wq-remove-GFP_ATOMIC-allocation-off-schedule-out-.patch
	patches.suse/io_uring-be-smarter-about-waking-multiple-CQ-ring-wa.patch
	patches.suse/io_uring-use-kvmalloc-for-fixed-files.patch
	patches.suse/io_uring-inline-fixed-part-of-io_file_get.patch
	patches.suse/io_uring-rename-io_file_supports_async.patch
	patches.suse/io_uring-avoid-touching-inode-in-rw-prep.patch
	patches.suse/io_uring-clean-io-wq-callbacks.patch
	patches.suse/io_uring-remove-unnecessary-PF_EXITING-check.patch
	patches.suse/io_uring-refactor-io_alloc_req.patch
	patches.suse/io_uring-don-t-halt-iopoll-too-early.patch
	patches.suse/io_uring-add-more-locking-annotations-for-submit.patch
	patches.suse/io_uring-optimise-io_cqring_wait-hot-path.patch
	patches.suse/io_uring-extract-a-helper-for-ctx-quiesce.patch
	patches.suse/io_uring-move-io_put_task-definition.patch
	patches.suse/io_uring-move-io_rsrc_node_alloc-definition.patch
	patches.suse/io_uring-inline-io_free_req_deferred.patch
	patches.suse/io_uring-deduplicate-open-iopoll-check.patch
	patches.suse/io_uring-improve-ctx-hang-handling.patch
	patches.suse/io_uring-kill-unused-IO_IOPOLL_BATCH.patch
	patches.suse/io_uring-drop-exec-checks-from-io_req_task_submit.patch
	patches.suse/io_uring-optimise-putting-task-struct.patch
	patches.suse/io_uring-move-io_fallback_req_func.patch
	patches.suse/io_uring-cache-__io_free_req-d-requests.patch
	patches.suse/io_uring-remove-redundant-args-from-cache_free.patch
	patches.suse/io_uring-use-inflight_entry-instead-of-compl.list.patch
	patches.suse/io_uring-inline-struct-io_comp_state.patch
	patches.suse/io_uring-remove-extra-argument-for-overflow-flush.patch
	patches.suse/io_uring-inline-io_poll_remove_waitqs.patch
	patches.suse/io_uring-clean-up-tctx_task_work.patch
	patches.suse/io_uring-remove-file-batch-get-optimisation.patch
	patches.suse/io_uring-run-timeouts-from-task_work.patch
	patches.suse/io_uring-run-linked-timeouts-from-task_work.patch
	patches.suse/io_uring-run-regular-file-completions-from-task_work.patch
	patches.suse/io_uring-remove-IRQ-aspect-of-io_ring_ctx-completion.patch
	patches.suse/io_uring-correct-__must_hold-annotation.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-limit-fixed-table-size-by-RLIMIT_NOFILE.patch
	patches.suse/io_uring-place-fixed-tables-under-memcg-limits.patch
	patches.suse/io_uring-add-splice_fd_in-checks.patch
	patches.suse/io_uring-fix-io_try_cancel_userdata-race-for-iowq.patch
	patches.suse/io-wq-provide-a-way-to-limit-max-number-of-workers.patch
	patches.suse/io-wq-check-max_worker-limits-if-a-worker-transition.patch
	patches.suse/io-wq-wqe-and-worker-locks-no-longer-need-to-be-IRQ-.patch
	patches.suse/io-wq-fix-wakeup-race-when-adding-new-work.patch
	patches.suse/CIFS-Fix-a-potencially-linear-read-overflow.patch
	patches.suse/cifs-fix-wrong-release-in-sess_alloc_buffer-failed-p.patch
	patches.suse/smb3-fix-posix-extensions-mount-option.patch
	patches.suse/cifs-fork-arc4-and-create-a-separate-module-for-it-for-cifs-and-oth.patch
	patches.suse/cifs-create-a-MD4-module-and-switch-cifs-ko-to-use-it.patch
	patches.suse/cifs-cifs_md4-convert-to-SPDX-identifier.patch
	patches.suse/cifs-Do-not-leak-EDEADLK-to-dgetents64-for-STATUS_US.patch
	patches.suse/0001-btrfs-drop-from-__GFP_HIGHMEM-all-allocations.patch
	patches.suse/0002-btrfs-compression-drop-kmap-kunmap-from-lzo.patch
	patches.suse/0003-btrfs-compression-drop-kmap-kunmap-from-zlib.patch
	patches.suse/0004-btrfs-compression-drop-kmap-kunmap-from-zstd.patch
	patches.suse/0005-btrfs-compression-drop-kmap-kunmap-from-generic-help.patch
	patches.suse/0006-btrfs-check-integrity-drop-kmap-kunmap-for-block-pag.patch
	patches.suse/btrfs-improve-the-batch-insertion-of-delayed-items.patch
	patches.suse/btrfs-stop-doing-GFP_KERNEL-memory-allocations-in-th.patch
	patches.suse/btrfs-remove-racy-and-unnecessary-inode-transaction-.patch
	patches.suse/btrfs-avoid-unnecessary-log-mutex-contention-when-sy.patch
	patches.suse/btrfs-remove-unnecessary-list-head-initialization-wh.patch
	patches.suse/btrfs-avoid-unnecessary-lock-and-leaf-splits-when-up.patch
	patches.suse/btrfs-use-btrfs_next_leaf-instead-of-btrfs_next_item.patch
	patches.suse/btrfs-remove-unneeded-return-variable-in-btrfs_looku.patch
	patches.suse/btrfs-introduce-btrfs_lookup_match_dir.patch
	patches.suse/0001-btrfs-remove-unused-start-and-end-parameters-from-bt.patch
	patches.suse/0002-btrfs-switch-uptodate-to-bool-in-btrfs_writepage_end.patch
	patches.suse/0003-btrfs-remove-uptodate-parameter-from-btrfs_dec_test_.patch
	patches.suse/btrfs-constify-and-cleanup-variables-in-comparators.patch
	patches.suse/0001-btrfs-reset-this_bio_flag-to-avoid-inheriting-old-fl.patch
	patches.suse/0002-btrfs-subpage-check-if-there-are-compressed-extents-.patch
	patches.suse/0003-btrfs-disable-compressed-readahead-for-subpage.patch
	patches.suse/0004-btrfs-grab-correct-extent-map-for-subpage-compressed.patch
	patches.suse/0005-btrfs-rework-btrfs_decompress_buf2page.patch
	patches.suse/0006-btrfs-rework-lzo_decompress_bio-to-make-it-subpage-c.patch
	patches.suse/0007-btrfs-reloc-factor-out-relocation-page-read-and-dirt.patch
	patches.suse/0008-btrfs-make-relocate_one_page-handle-subpage-case.patch
	patches.suse/0009-btrfs-subpage-fix-writeback-which-does-not-have-orde.patch
	patches.suse/0010-btrfs-subpage-disable-inline-extent-creation.patch
	patches.suse/0011-btrfs-subpage-allow-submit_extent_page-to-do-bio-spl.patch
	patches.suse/0012-btrfs-subpage-reject-raid56-filesystem-and-profile-c.patch
	patches.suse/0013-btrfs-subpage-fix-race-between-prepare_pages-and-btr.patch
	patches.suse/0014-btrfs-subpage-fix-a-potential-use-after-free-in-writ.patch
	patches.suse/0015-btrfs-subpage-fix-false-alert-when-relocating-partia.patch
	patches.suse/0016-btrfs-subpage-fix-relocation-potentially-overwriting.patch
	patches.suse/0017-btrfs-allow-read-write-for-4K-sectorsize-on-64K-page.patch
	patches.suse/0018-btrfs-unify-regular-and-subpage-error-paths-in-__ext.patch
	patches.suse/btrfs-wake-up-async_delalloc_pages-waiters-after-sub.patch
	patches.suse/btrfs-use-delalloc_bytes-to-determine-flush-amount-f.patch
	patches.suse/btrfs-wait-on-async-extents-when-flushing-delalloc.patch
	patches.suse/btrfs-eliminate-some-false-positives-when-checking-i.patch
	patches.suse/btrfs-do-not-pin-logs-too-early-during-renames.patch
	patches.suse/btrfs-add-ro-compat-flags-to-inodes.patch
	patches.suse/btrfs-remove-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/tracing-Add-trace_event-helper-macros-__string_len-and-__assign_str_len.patch
	patches.suse/lockd-Fix-invalid-lockowner-cast-after-vfs_test_lock.patch
	patches.suse/SUNRPC-Fix-a-NULL-pointer-deref-in-trace_svc_stats_l.patch
	patches.suse/rpc-fix-gss_svc_init-cleanup-on-failure.patch
	patches.suse/nfsd4-Fix-forced-expiry-locking.patch
	patches.suse/lockd-lockd-server-side-shouldn-t-set-fl_ops.patch
	patches.suse/nfs-don-t-atempt-blocking-locks-on-nfs-reexports.patch
	patches.suse/nfsd-fix-crash-on-LOCKT-on-reexported-NFSv3.patch
	patches.suse/iomap-pass-writeback-errors-to-the-mapping.patch
	patches.suse/mm-swap-consider-max-pages-in-iomap_swapfile_add_ext.patch
	patches.suse/audit-move-put_tree-to-avoid-trim_trees-refcount-und.patch
	patches.suse/Smack-Fix-wrong-semantics-in-smk_access_entry.patch
	patches.suse/smack-mark-smack_enabled-global-variable-as-__initda.patch
	patches.suse/cpufreq-Replace-deprecated-CPU-hotplug-functions.patch
	patches.suse/cpufreq-schedutil-Use-kobject-release-method-to-free.patch
	patches.suse/PM-cpu-Make-notifier-chain-use-a-raw_spinlock_t.patch
	patches.suse/PM-EM-Increase-energy-calculation-precision.patch
	patches.suse/PCI-Use-pci_update_current_state-in-pci_enable_devic.patch
	patches.suse/PCI-PM-Avoid-forcing-PCI_D0-for-wakeup-reasons-incon.patch
	patches.suse/PCI-PM-Enable-PME-if-it-can-be-signaled-from-D3cold.patch
	patches.suse/PM-sleep-s2idle-Replace-deprecated-CPU-hotplug-functions.patch
	patches.suse/opp-Don-t-print-an-error-if-required-opps-is-missing.patch
	patches.suse/powercap-intel_rapl-Replace-deprecated-CPU-hotplug-functions.patch
	patches.suse/ACPICA-iASL-Add-support-for-the-AEST-table-data-comp-e692fa13.patch
	patches.suse/ACPICA-Fix-an-if-statement-add-parens-5ecce804.patch
	patches.suse/ACPICA-Macros-should-not-use-a-trailing-semicolon-78df71b3.patch
	patches.suse/ACPICA-Headers-Add-new-DBG2-Serial-Port-Subtypes-200950b6.patch
	patches.suse/ACPICA-iASL-Fix-for-WPBT-table-with-no-command-line--87b8ec58.patch
	patches.suse/ACPICA-Add-method-name-_DIS-For-use-with-aslmethod.c-89ceb98a.patch
	patches.suse/ACPICA-Update-version-to-20210730-696e0c93.patch
	patches.suse/ACPI-Add-LoongArch-support-for-ACPI_PROCESSOR-ACPI_N-b1121e2a.patch
	patches.suse/ACPI-glue-Rearrange-acpi_device_notify-42878a9f.patch
	patches.suse/ACPI-glue-Change-return-type-of-two-functions-to-voi-7d625e5b.patch
	patches.suse/ACPI-bus-Rename-functions-to-avoid-name-collision-5e557cba.patch
	patches.suse/ACPI-glue-Eliminate-acpi_platform_notify-d0b8e398.patch
	patches.suse/ACPI-configfs-Use-sysfs_emit-in-show-functions-ae573387.patch
	patches.suse/ACPI-configfs-Make-get_header-to-return-error-pointe-45c16fe1.patch
	patches.suse/ACPI-PMIC-XPower-optimize-I2C-bus-accesses-e38ba404.patch
	patches.suse/ACPI-PMIC-XPower-optimize-MIPI-PMIQ-sequence-I2C-bus-fd080a01.patch
	patches.suse/ACPI-DPTF-Add-new-PCH-FIVR-methods-7a6226db.patch
	patches.suse/ACPI-processor-Replace-deprecated-CPU-hotplug-functions.patch
	patches.suse/ACPI-SPCR-Add-support-for-the-new-16550-compatible-S-2aaea6a1.patch
	patches.suse/ACPI-tables-FPDT-Do-not-print-FW_BUG-message-if-reco-97e03410.patch
	patches.suse/ACPI-platform-profile-call-sysfs_notify-from-platfor-b25d5a1c.patch
	patches.suse/ACPI-Add-memory-semantics-to-acpi_os_map_memory-437b38c5.patch
	patches.suse/ACPI-power-Use-acpi_handle_debug-to-print-debug-mess-fad40a62.patch
	patches.suse/ACPI-power-Drop-name-from-struct-acpi_power_resource-2bc4eb94.patch
	patches.suse/ACPI-button-Add-DMI-quirk-for-Lenovo-Yoga-9-14INTL5-1a20d409.patch
	patches.suse/mmc-sdhci-of-arasan-Modified-SD-default-speed-to-19M.patch
	patches.suse/mmc-sdhci-of-arasan-Check-return-value-of-non-void-f.patch
	patches.suse/mmc-core-Avoid-hogging-the-CPU-while-polling-for-bus.patch
	patches.suse/mmc-core-Avoid-hogging-the-CPU-while-polling-for-bus-468108155b0f.patch
	patches.suse/mmc-core-Avoid-hogging-the-CPU-while-polling-for-bus-6966e6094c6d.patch
	patches.suse/mmc-sdhci-esdhc-imx-Remove-unneeded-mmc-esdhc-imx.h-.patch
	patches.suse/mmc-rtsx_pci-Fix-long-reads-when-clock-is-prescaled.patch
	patches.suse/mmc-sdhci-Fix-issue-with-uninitialized-dma_slave_con.patch
	patches.suse/mmc-dw_mmc-Fix-issue-with-uninitialized-dma_slave_co.patch
	patches.suse/mmc-moxart-Fix-issue-with-uninitialized-dma_slave_co.patch
	patches.suse/mmc-sdhci-Correct-the-tuning-command-handle-for-PIO-.patch
	patches.suse/mmc-sdhci-esdhc-imx-Remove-redundant-code-for-manual.patch
	patches.suse/mmc-sdhci-esdhc-imx-Select-the-correct-mode-for-auto.patch
	patches.suse/mmc-core-Return-correct-emmc-response-in-case-of-ioc.patch
	patches.suse/i2c-highlander-add-IRQ-check.patch
	patches.suse/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/dt-bindings-firmware-update-arm-scpi.yaml-reference.patch
	patches.suse/hwmon-dell-smm-hwmon-Use-platform-device.patch
	patches.suse/hwmon-dell-smm-hwmon-Mark-functions-as-__init.patch
	patches.suse/hwmon-dell-smm-hwmon-Use-devm_add_action_or_reset.patch
	patches.suse/hwmon-dell-smm-hwmon-Move-variables-into-a-driver-pr.patch
	patches.suse/hwmon-dell-smm-hwmon-Convert-to-devm_hwmon_device_re.patch
	patches.suse/hwmon-dell-smm-hwmon-Fix-fan-mutliplier-detection-fo.patch
	patches.suse/hwmon-Replace-deprecated-CPU-hotplug-functions.patch
	patches.suse/hwmon-pmbus-ibm-cffps-Fix-write-bits-for-LED-control.patch
	patches.suse/hwmon-pmbus-bpa-rs600-Don-t-use-rated-limits-as-warn.patch
	patches.suse/hwmon-remove-amd_energy-driver-in-Makefile.patch
	patches.suse/hwmon-k10temp-add-additional-missing-zen2-and-zen3-apus.patch
	patches.suse/hwmon-k10temp-don-t-show-tdie-for-all-zen-zen2-zen3.patch
	patches.suse/hwmon-k10temp-rework-the-temperature-offset-calculation.patch
	patches.suse/hwmon-k10temp-add-support-for-yellow-carp.patch
	patches.suse/leds-is31fl32xx-Fix-missing-error-code-in-is31fl32xx.patch
	patches.suse/leds-lgm-sso-Put-fwnode-in-any-case-during-probe.patch
	patches.suse/leds-lgm-sso-Don-t-spam-logs-when-probe-is-deferred.patch
	patches.suse/leds-lt3593-Put-fwnode-in-any-case-during-probe.patch
	patches.suse/leds-rt8515-Put-fwnode-in-any-case-during-probe.patch
	patches.suse/leds-trigger-audio-Add-an-activate-callback-to-ensur.patch
	patches.suse/leds-lgm-sso-Propagate-error-codes-from-callee-to-ca.patch
	patches.suse/dm-crypt-Avoid-percpu_counter-spinlock-contention-in.patch
	patches.suse/iscsi_ibft-fix-crash-due-to-KASLR-physical-memory-remapping
	patches.suse/iscsi_ibft-fix-warning-in-reserve_ibft_region
	patches.suse/cgroup-remove-cgroup_mount-from-comments.patch
	patches.suse/cgroup-cpuset-Miscellaneous-code-cleanup.patch
	patches.suse/cgroup-cpuset-Fix-a-partition-bug-with-hotplug.patch
	patches.suse/cgroup-cpuset-Fix-violation-of-cpuset-locking-rule.patch
	patches.suse/cgroup-Replace-deprecated-CPU-hotplug-functions.patch
	patches.suse/cgroup-cgroup-v1-clean-up-kernel-doc-notation.patch
	patches.suse/cgroup-cpuset-Enable-event-notification-when-partition-state-changes.patch
	patches.suse/cgroup-cpuset-Enable-memory-migration-for-cpuset-v2.patch
	patches.suse/cgroup-cpuset-Avoid-memory-migration-when-nodemasks-match.patch
	patches.suse/cgroup-Avoid-compiler-warnings-with-no-subsystems.patch
	patches.suse/workqueue-Fix-possible-memory-leaks-in-wq_numa_init.patch
	patches.suse/workqueue-Fix-typo-in-comments.patch
	patches.suse/workqueue-Replace-deprecated-ida_simple_-with-ida_al.patch
	patches.suse/workqueue-Replace-deprecated-CPU-hotplug-functions.patch
	patches.suse/workqueue-Rename-delayed-delayed-by-active-managemen.patch
	patches.suse/workqueue-Change-arguement-of-pwq_dec_nr_in_flight.patch
	patches.suse/workqueue-Change-the-code-of-calculating-work_flags-.patch
	patches.suse/workqueue-Mark-barrier-work-with-WORK_STRUCT_INACTIV.patch
	patches.suse/workqueue-Assign-a-color-to-barrier-work-items.patch
	patches.suse/workqueue-Remove-unused-WORK_NO_COLOR.patch
	patches.suse/libbpf-Fix-reuse-of-pinned-map-on-older-kernel.patch
	patches.suse/bpf-Fix-a-typo-of-reuseport-map-in-bpf.h.patch
	patches.suse/bpf-Fix-potential-memleak-and-UAF-in-the-verifier.patch
	patches.suse/selftests-bpf-Remove-unused-variable-in-tc_tunnel-pr.patch
	patches.suse/gve-fix-the-wrong-AdminQ-buffer-overflow-check.patch
	patches.suse/bnx2x-remove-unused-variable-cur_data_offset.patch
	patches.suse/igc-Add-possibility-to-add-flex-filter.patch
	patches.suse/igc-Integrate-flex-filter-into-ethtool-ops.patch
	patches.suse/igc-Allow-for-Flex-Filters-to-be-installed.patch
	patches.suse/igc-Make-flex-filter-more-flexible.patch
	patches.suse/tipc-keep-the-skb-in-rcv-queue-until-the-whole-data-.patch
	patches.suse/vmxnet3-prepare-for-version-6-changes.patch
	patches.suse/vmxnet3-add-support-for-32-Tx-Rx-queues.patch
	patches.suse/vmxnet3-remove-power-of-2-limitation-on-the-queues.patch
	patches.suse/vmxnet3-add-support-for-ESP-IPv6-RSS.patch
	patches.suse/vmxnet3-set-correct-hash-type-based-on-rss-informati.patch
	patches.suse/vmxnet3-increase-maximum-configurable-mtu-to-9190.patch
	patches.suse/vmxnet3-update-to-version-6.patch
	patches.suse/igmp-Add-ip_mc_list-lock-in-ip_check_mc_rcu.patch
	patches.suse/net-phy-Fix-data-type-in-DP83822-dp8382x_disable_wol.patch
	patches.suse/netlink-Deal-with-ESRCH-error-in-nlmsg_notify.patch
	patches.suse/i40e-improve-locking-of-mac_filter_hash.patch
	patches.suse/iavf-do-not-override-the-adapter-state-in-the-watchd.patch
	patches.suse/iavf-fix-locking-of-critical-sections.patch
	patches.suse/net-dsa-build-tag_8021q.c-as-part-of-DSA-core.patch
	patches.suse/net-ipa-fix-IPA-v4.11-interconnect-data.patch
	patches.suse/e1000e-Add-handshake-with-the-CSME-to-support-S0ix.patch
	patches.suse/e1000e-Add-polling-mechanism-to-indicate-CSME-DPG-ex.patch
	patches.suse/e1000e-Additional-PHY-power-saving-in-S0ix.patch
	patches.suse/e1000e-Add-support-for-Lunar-Lake.patch
	patches.suse/e1000e-Add-support-for-the-next-LOM-generation.patch
	patches.suse/e1000e-Add-space-to-the-debug-print.patch
	patches.suse/net-e1000e-Fix-spelling-mistake-The-This.patch
	patches.suse/igc-Check-if-num-of-q_vectors-is-smaller-than-max-be.patch
	patches.suse/igc-Remove-_I_PHY_ID-checking.patch
	patches.suse/igc-Remove-phy-type-checking.patch
	patches.suse/igc-Set-QBVCYCLET_S-to-0-for-TSN-Basic-Scheduling.patch
	patches.suse/igc-Increase-timeout-value-for-Speed-100-1000-2500.patch
	patches.suse/net-phy-at803x-finish-the-phy-id-checking-simplifica.patch
	patches.suse/i40e-add-support-for-PTP-external-synchronization-cl.patch
	patches.suse/usb-hso-remove-the-bailout-parameter.patch
	patches.suse/ionic-drop-useless-check-of-PCI-driver-data-validity.patch
	patches.suse/ionic-cleanly-release-devlink-instance.patch
	patches.suse/net-usb-asix-ax88772-add-missing-stop.patch
	patches.suse/nfp-fix-return-statement-in-nfp_net_parse_meta.patch
	patches.suse/ethtool-improve-compat-ioctl-handling.patch
	patches.suse/octeontx2-af-Enhance-mailbox-trace-entry.patch
	patches.suse/igb-Add-counter-to-i21x-doublecheck.patch
	patches.suse/igb-Avoid-memcpy-over-reading-of-ETH_SS_STATS.patch
	patches.suse/tipc-fix-an-use-after-free-issue-in-tipc_recvmsg.patch
	patches.suse/net-hns3-add-support-for-registering-devlink-for-PF.patch
	patches.suse/net-hns3-add-support-for-registering-devlink-for-VF.patch
	patches.suse/net-hns3-add-support-for-devlink-get-info-for-PF.patch
	patches.suse/net-hns3-add-support-for-devlink-get-info-for-VF.patch
	patches.suse/net-hns3-add-devlink-reload-support-for-PF.patch
	patches.suse/net-hns3-add-devlink-reload-support-for-VF.patch
	patches.suse/can-bittiming-fix-documentation-for-struct-can_tdc.patch
	patches.suse/net-mlx5e-Prohibit-inner-indir-TIRs-in-IPoIB.patch
	patches.suse/net-mlx5e-Block-LRO-if-firmware-asks-for-tunneled-LR.patch
	patches.suse/net-mlx5-Take-TIR-destruction-out-of-the-TIR-list-lo.patch
	patches.suse/net-mlx5e-Check-if-inner-FT-is-supported-outside-of-.patch
	patches.suse/net-mlx5e-Convert-RQT-to-a-dedicated-object.patch
	patches.suse/net-mlx5e-Move-mlx5e_build_rss_params-call-to-init_r.patch
	patches.suse/net-mlx5e-Move-RX-resources-to-a-separate-struct.patch
	patches.suse/net-mlx5e-Take-RQT-out-of-TIR-and-group-RX-resources.patch
	patches.suse/net-mlx5e-Use-mlx5e_rqt_get_rqtn-to-access-RQT-hardw.patch
	patches.suse/net-mlx5e-Remove-mlx5e_priv-usage-from-mlx5e_build_-.patch
	patches.suse/net-mlx5e-Remove-lro_param-from-mlx5e_build_indir_ti.patch
	patches.suse/net-mlx5e-Remove-mdev-from-mlx5e_build_indir_tir_ctx.patch
	patches.suse/net-mlx5e-Create-struct-mlx5e_rss_params_hash.patch
	patches.suse/net-mlx5e-Convert-TIR-to-a-dedicated-object.patch
	patches.suse/net-mlx5e-Move-management-of-indir-traffic-types-to-.patch
	patches.suse/net-mlx5e-Use-the-new-TIR-API-for-kTLS.patch
	patches.suse/net-ipa-fix-ipa_cmd_table_valid.patch
	patches.suse/net-ipa-always-validate-filter-and-route-tables.patch
	patches.suse/ipv4-ip_output.c-Fix-out-of-bounds-warning-in-ip_cop.patch
	patches.suse/flow_dissector-Fix-out-of-bounds-warnings.patch
	patches.suse/ethtool-Fix-rxnfc-copy-to-user-buffer-overflow.patch
	patches.suse/net-qed-remove-unneeded-return-variables.patch
	patches.suse/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/qed-Remove-the-qed-module-version.patch
	patches.suse/qede-Remove-the-qede-module-version.patch
	patches.suse/devlink-Break-parameter-notification-sequence-to-be-.patch
	patches.suse/devlink-Allocate-devlink-directly-in-requested-net-n.patch
	patches.suse/bpf-Add-ambient-BPF-runtime-context-stored-in-curren.patch
	patches.suse/libbpf-Fix-the-possible-memory-leak-on-error.patch
	patches.suse/libbpf-Fix-removal-of-inner-map-in-bpf_object__creat.patch
	patches.suse/bpf-selftests-Fix-test_maps-now-that-sockmap-support.patch
	patches.suse/tcp-seq_file-Avoid-skipping-sk-during-tcp_seek_last_.patch
	patches.suse/bpf-tests-Fix-copy-and-paste-error-in-double-word-te.patch
	patches.suse/bpf-tests-Do-not-PASS-tests-without-actually-testing.patch
	patches.suse/samples-bpf-Fix-tracex7-error-raised-on-the-missing-.patch
	patches.suse/libbpf-Fix-race-when-pinning-maps-in-parallel.patch
	patches.suse/libbpf-Return-non-null-error-on-failures-in-libbpf_f.patch
	patches.suse/tools-Free-BTF-objects-at-various-locations.patch
	patches.suse/tools-bpftool-Update-and-synchronise-option-list-in-.patch
	patches.suse/tools-bpftool-Document-and-add-bash-completion-for-L.patch
	patches.suse/tools-bpftool-Complete-metrics-list-in-bpftool-prog-.patch
	patches.suse/net_sched-refactor-TC-action-init-API.patch
	patches.suse/bonding-3ad-fix-the-concurrency-between-__bond_relea.patch
	patches.suse/octeontx2-af-cn10k-DWRR-MTU-configuration.patch
	patches.suse/octeontx2-pf-cn10k-Config-DWRR-weight-based-on-MTU.patch
	patches.suse/cxgb4-make-the-array-match_all_mac-static-makes-obje.patch
	patches.suse/net-mlx4-make-the-array-states-static-const-makes-ob.patch
	patches.suse/net-mlx5e-Use-a-new-initializer-to-build-uniform-ind.patch
	patches.suse/net-mlx5e-Introduce-mlx5e_channels-API-to-get-RQNs.patch
	patches.suse/net-mlx5e-Hide-all-implementation-details-of-mlx5e_r.patch
	patches.suse/net-mlx5e-Allocate-the-array-of-channels-according-t.patch
	patches.suse/net-mlx5e-Rename-traffic-type-enums.patch
	patches.suse/net-mlx5e-Rename-some-related-TTC-args-and-functions.patch
	patches.suse/net-mlx5e-Decouple-TTC-logic-from-mlx5e.patch
	patches.suse/net-mlx5-Move-TTC-logic-to-fs_ttc.patch
	patches.suse/net-mlx5-Embed-mlx5_ttc_table.patch
	patches.suse/net-mlx5e-Remove-redundant-tc-act-includes.patch
	patches.suse/net-mlx5e-Remove-redundant-filter_dev-arg-from-parse.patch
	patches.suse/net-mlx5e-Remove-redundant-cap-check-for-flow-counte.patch
	patches.suse/net-mlx5e-Remove-redundant-parse_attr-arg.patch
	patches.suse/net-mlx5e-Remove-redundant-assignment-of-counter-to-.patch
	patches.suse/net-mlx5e-Return-EOPNOTSUPP-if-more-relevant-when-pa.patch
	patches.suse/net-mlx5-Fix-missing-return-value-in-mlx5_devlink_es.patch
	patches.suse/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/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/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/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/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-dsa-tag_sja1105-optionally-build-as-module-when-.patch
	patches.suse/netdevsim-Forbid-devlink-reload-when-adding-or-delet.patch
	patches.suse/netdevsim-Protect-both-reload_down-and-reload_up-pat.patch
	patches.suse/ptp-ocp-Fix-the-error-handling-path-for-the-class-de.patch
	patches.suse/ptp-ocp-Add-the-mapping-for-the-external-PPS-registe.patch
	patches.suse/ptp-ocp-Remove-devlink-health-and-unused-parameters.patch
	patches.suse/ptp-ocp-Use-gnss-naming-instead-of-gps.patch
	patches.suse/ptp-ocp-Rename-version-string-shown-by-devlink.patch
	patches.suse/ptp-ocp-Remove-pending_image-indicator-from-devlink.patch
	patches.suse/net-ti-am65-cpsw-nuss-fix-RX-IRQ-state-after-.ndo_st.patch
	patches.suse/net-dsa-stop-syncing-the-bridge-mcast_router-attribu.patch
	patches.suse/net-dsa-mt7530-remove-the-.port_set_mrouter-implemen.patch
	patches.suse/net-dsa-don-t-disable-multicast-flooding-to-the-CPU-.patch
	patches.suse/s390-qeth-Register-switchdev-event-handler
	patches.suse/s390-qeth-Switchdev-event-handler
	patches.suse/s390-qeth-Update-MACs-of-LEARNING_SYNC-device
	patches.suse/net-ethernet-stmmac-Do-not-use-unreachable-in-ipq806.patch
	patches.suse/devlink-Simplify-devlink-port-API-calls.patch
	patches.suse/net-iucv-Replace-deprecated-CPU-hotplug-functions.patch
	patches.suse/devlink-Set-device-as-early-as-possible.patch
	patches.suse/net-smc-Allow-SMC-D-1MB-DMB-allocations
	patches.suse/devlink-Fix-port_type_set-function-pointer-check.patch
	patches.suse/page_pool-keep-pp-info-as-long-as-page-pool-owns-the.patch
	patches.suse/page_pool-add-interface-to-manipulate-frag-count-in-.patch
	patches.suse/page_pool-add-frag-page-recycling-support-in-page-po.patch
	patches.suse/net-hns3-support-skb-s-frag-page-recycling-based-on-.patch
	patches.suse/bpf-samples-Add-missing-mprog-disable-to-xdp_redirec.patch
	patches.suse/selftests-bpf-Fix-bpf-iter-tcp4-test-to-print-correc.patch
	patches.suse/selftests-bpf-Fix-xdp_tx.c-prog-section-name.patch
	patches.suse/net-mlx5-Add-DCS-caps-fields-support.patch
	patches.suse/IB-mlx5-Rename-is_apu_thread_cq-function-to-is_apu_c.patch
	patches.suse/net-mlx5-Return-mdev-from-eswitch.patch
	patches.suse/net-mlx5-Lag-add-initial-logic-for-shared-FDB.patch
	patches.suse/RDMA-mlx5-Fill-port-info-based-on-the-relevant-eswit.patch
	patches.suse/net-RDMA-mlx5-Extend-send-to-vport-rules.patch
	patches.suse/RDMA-mlx5-Add-shared-FDB-support.patch
	patches.suse/net-mlx5-E-Switch-set-flow-source-for-send-to-uplink.patch
	patches.suse/net-mlx5e-Add-an-option-to-create-a-shared-mapping.patch
	patches.suse/net-mlx5e-Use-shared-mappings-for-restoring-from-met.patch
	patches.suse/net-mlx5-E-Switch-Add-event-callback-for-representor.patch
	patches.suse/net-mlx5-Add-send-to-vport-rules-on-paired-device.patch
	patches.suse/net-mlx5-Lag-properly-lock-eswitch-if-needed.patch
	patches.suse/net-mlx5-Lag-move-lag-destruction-to-a-workqueue.patch
	patches.suse/net-mlx5-E-Switch-add-logic-to-enable-shared-FDB.patch
	patches.suse/net-mlx5-Lag-Create-shared-FDB-when-in-switchdev-mod.patch
	patches.suse/net-sched-cls_api-reset-flags-on-replay.patch
	patches.suse/netfilter-nft_compat-use-nfnetlink_unicast.patch
	patches.suse/devlink-Add-new-enable_eth-generic-device-param.patch
	patches.suse/devlink-Add-new-enable_rdma-generic-device-param.patch
	patches.suse/devlink-Add-new-enable_vnet-generic-device-param.patch
	patches.suse/devlink-Create-a-helper-function-for-one-parameter-r.patch
	patches.suse/devlink-Add-API-to-register-and-unregister-single-pa.patch
	patches.suse/devlink-Add-APIs-to-publish-unpublish-individual-par.patch
	patches.suse/net-mlx5-Fix-unpublish-devlink-parameters.patch
	patches.suse/net-mlx5-Support-enable_eth-devlink-dev-param.patch
	patches.suse/net-mlx5-Support-enable_rdma-devlink-dev-param.patch
	patches.suse/net-mlx5-Support-enable_vnet-devlink-dev-param.patch
	patches.suse/net-hns3-add-support-for-triggering-reset-by-ethtool.patch
	patches.suse/net-dsa-mt7530-fix-VLAN-traffic-leaks-again.patch
	patches.suse/net-mlx5-Fix-typo-in-comments.patch
	patches.suse/net-mlx5-Fix-inner-TTC-table-creation.patch
	patches.suse/net-mlx5-Delete-impossible-dev-state-checks.patch
	patches.suse/net-mlx5-Align-mlx5_irq-structure.patch
	patches.suse/net-mlx5-Change-SF-missing-dedicated-MSI-X-err-messa.patch
	patches.suse/net-mlx5-Refcount-mlx5_irq-with-integer.patch
	patches.suse/net-mlx5-SF-use-recent-sysfs-api.patch
	patches.suse/net-mlx5-Reorganize-current-and-maximal-capabilities.patch
	patches.suse/net-mlx5-Allocate-individual-capability.patch
	patches.suse/net-mlx5-Initialize-numa-node-for-all-core-devices.patch
	patches.suse/net-mlx5-Fix-variable-type-to-match-64bit.patch
	patches.suse/net-mlx5e-Make-use-of-netdev_warn.patch
	patches.suse/net-dpaa_eth-remove-dead-select-in-menuconfig-FSL_DP.patch
	patches.suse/ethernet-fix-PTP_1588_CLOCK-dependencies.patch
	patches.suse/devlink-Simplify-devlink_pernet_pre_exit-call.patch
	patches.suse/devlink-Remove-check-of-always-valid-devlink-pointer.patch
	patches.suse/devlink-Count-struct-devlink-consumers.patch
	patches.suse/devlink-Use-xarray-to-store-devlink-instances.patch
	patches.suse/devlink-Clear-whole-devlink_flash_notify-struct.patch
	patches.suse/net-hns3-remove-always-exist-devlink-pointer-check.patch
	patches.suse/samples-pktgen-add-missing-IPv6-option-to-pktgen-scr.patch
	patches.suse/net-stmmac-fix-INTR-TBU-status-affecting-irq-count-s.patch
	patches.suse/ethtool-add-two-link-extended-substates-of-bad-signa.patch
	patches.suse/net-hns3-add-header-file-hns3_ethtoo.h.patch
	patches.suse/net-hns3-add-support-ethtool-extended-link-state.patch
	patches.suse/ptp-ocp-Fix-uninitialized-variable-warning-spotted-b.patch
	patches.suse/ptp-ocp-Fix-error-path-for-pci_ocp_device_init.patch
	patches.suse/ptp-ocp-Have-Kconfig-select-NET_DEVLINK.patch
	patches.suse/tcp-enable-data-less-empty-cookie-SYN-with-TFO_SERVE.patch
	patches.suse/net-mlx5e-Do-not-try-enable-RSS-when-resetting-indir.patch
	patches.suse/net-mlx5e-Introduce-TIR-create-destroy-API-in-rx_res.patch
	patches.suse/net-mlx5e-Introduce-abstraction-of-RSS-context.patch
	patches.suse/net-mlx5e-Convert-RSS-to-a-dedicated-object.patch
	patches.suse/net-mlx5e-Dynamically-allocate-TIRs-in-RSS-contexts.patch
	patches.suse/net-mlx5e-Support-multiple-RSS-contexts.patch
	patches.suse/net-mlx5e-Support-flow-classification-into-RSS-conte.patch
	patches.suse/net-mlx5e-Abstract-MQPRIO-params.patch
	patches.suse/net-mlx5e-Maintain-MQPRIO-mode-parameter.patch
	patches.suse/net-mlx5e-Handle-errors-of-netdev_set_num_tc.patch
	patches.suse/net-mlx5e-Support-MQPRIO-channel-mode.patch
	patches.suse/net-mlx5-Bridge-release-bridge-in-same-function-wher.patch
	patches.suse/net-mlx5-Bridge-obtain-core-device-from-eswitch-inst.patch
	patches.suse/net-mlx5-Bridge-identify-port-by-vport_num-esw_owner.patch
	patches.suse/net-mlx5-Bridge-extract-FDB-delete-notification-to-f.patch
	patches.suse/net-mlx5-Bridge-allow-merged-eswitch-connectivity.patch
	patches.suse/net-mlx5-Bridge-support-LAG.patch
	patches.suse/octeontx2-af-Modify-install-flow-error-codes.patch
	patches.suse/octeontx2-af-add-proper-return-codes-for-AF-mailbox-.patch
	patches.suse/octeontx2-af-Add-debug-messages-for-failures.patch
	patches.suse/octeontx2-pf-Enable-NETIF_F_RXALL-support-for-VF-dri.patch
	patches.suse/octeontx2-pf-Ntuple-filters-support-for-VF-netdev.patch
	patches.suse/octeontx2-pf-Sort-the-allocated-MCAM-entry-indices.patch
	patches.suse/octeontx2-pf-Unify-flow-management-variables.patch
	patches.suse/octeontx2-pf-devlink-params-support-to-set-mcam-entr.patch
	patches.suse/octeontx2-af-Allocate-low-priority-entries-for-PF.patch
	patches.suse/octeontx2-af-cn10K-Get-NPC-counters-value.patch
	patches.suse/octeontx2-af-configure-npc-for-cn10k-to-allow-packet.patch
	patches.suse/iavf-use-mutexes-for-locking-of-critical-sections.patch
	patches.suse/i40e-Fix-spelling-mistake-dissable-disable.patch
	patches.suse/selftests-nci-Fix-the-code-for-next-nlattr-offset.patch
	patches.suse/selftests-nci-Fix-the-wrong-condition.patch
	patches.suse/octeontx2-pf-Allow-VLAN-priority-also-in-ntuple-filt.patch
	patches.suse/net-mlx4-Use-ARRAY_SIZE-to-get-an-array-s-size.patch
	patches.suse/net-Fix-offloading-indirect-devices-dependency-on-qd.patch
	patches.suse/net-hns3-make-array-spec_opcode-static-const-makes-o.patch
	patches.suse/can-tcan4x5x-cdev_to_priv-remove-stray-empty-line.patch
	patches.suse/can-m_can-fix-block-comment-style.patch
	patches.suse/can-c_can-c_can_do_tx-fix-typo-in-comment.patch
	patches.suse/octeontx2-af-remove-redudant-second-error-check-on-v.patch
	patches.suse/Bluetooth-btusb-Add-support-for-IMC-Networks-Mediate.patch
	patches.suse/Bluetooth-sco-prevent-information-leak-in-sco_conn_d.patch
	patches.suse/Bluetooth-btusb-Fix-a-unspported-condition-to-set-av.patch
	patches.suse/Bluetooth-btusb-Add-support-for-LG-LGSBWAC92-TWCM-K5.patch
	patches.suse/6lowpan-iphc-Fix-an-off-by-one-check-of-array-index.patch
	patches.suse/Bluetooth-btusb-Add-support-for-Foxconn-Mediatek-Chi.patch
	patches.suse/Bluetooth-btusb-Add-valid-le-states-quirk.patch
	patches.suse/Bluetooth-mgmt-Fix-wrong-opcode-in-the-response-for-.patch
	patches.suse/Bluetooth-skip-invalid-hci_sync_conn_complete_evt.patch
	patches.suse/Bluetooth-btusb-Load-Broadcom-firmware-for-Dell-devi.patch
	patches.suse/Bluetooth-btusb-Enable-MSFT-extension-for-WCN6855-co.patch
	patches.suse/Bluetooth-btusb-Enable-MSFT-extension-for-Intel-next.patch
	patches.suse/Bluetooth-btusb-Make-the-CSR-clone-chip-force-suspen.patch
	patches.suse/Bluetooth-btusb-Enable-MSFT-extension-for-Mediatek-C.patch
	patches.suse/Bluetooth-Fix-not-generating-RPA-when-required.patch
	patches.suse/Bluetooth-btusb-Record-debug-log-for-Mediatek-Chip.patch
	patches.suse/Bluetooth-btusb-Support-Bluetooth-Reset-for-Mediatek.patch
	patches.suse/Bluetooth-Add-additional-Bluetooth-part-for-Realtek-.patch
	patches.suse/Bluetooth-increase-BTNAMSIZ-to-21-chars-to-fix-poten.patch
	patches.suse/Bluetooth-Add-support-hdev-to-allocate-private-data.patch
	patches.suse/Bluetooth-btintel-Add-combined-setup-and-shutdown-fu.patch
	patches.suse/Bluetooth-btintel-Refactoring-setup-routine-for-lega.patch
	patches.suse/Bluetooth-btintel-Add-btintel-data-struct.patch
	patches.suse/Bluetooth-btintel-Fix-the-first-HCI-command-not-work.patch
	patches.suse/Bluetooth-btintel-Fix-the-LED-is-not-turning-off-imm.patch
	patches.suse/Bluetooth-btintel-Add-combined-set_diag-functions.patch
	patches.suse/Bluetooth-btintel-Refactoring-setup-routine-for-boot.patch
	patches.suse/Bluetooth-btintel-Move-hci-quirks-to-setup-routine.patch
	patches.suse/Bluetooth-btintel-Clean-the-exported-function-to-sta.patch
	patches.suse/Bluetooth-btintel-Fix-the-legacy-bootloader-returns-.patch
	patches.suse/Bluetooth-btintel-Combine-setting-up-MSFT-extension.patch
	patches.suse/Bluetooth-btusb-Fix-fall-through-warnings.patch
	patches.suse/Bluetooth-schedule-SCO-timeouts-with-delayed_work.patch
	patches.suse/Bluetooth-avoid-circular-locks-in-sco_sock_connect.patch
	patches.suse/Bluetooth-switch-to-lock_sock-in-SCO.patch
	patches.suse/Bluetooth-fix-repeated-calls-to-sco_sock_kill.patch
	patches.suse/Bluetooth-btusb-check-conditions-before-enabling-USB.patch
	patches.suse/Bluetooth-Move-shutdown-callback-before-flushing-tx-.patch
	patches.suse/Bluetooth-Fix-handling-of-LE-Enhanced-Connection-Com.patch
	patches.suse/Bluetooth-Fix-race-condition-in-handling-NOP-command.patch
	patches.suse/Bluetooth-btusb-Remove-WAKEUP_DISABLE-and-add-WAKEUP.patch
	patches.suse/Bluetooth-add-timeout-sanity-check-to-hci_inquiry.patch
	patches.suse/net-mlx5e-Remove-mlx5e-dependency-from-E-Switch-samp.patch
	patches.suse/net-mlx5e-Move-esw-sample-to-en-tc-sample.patch
	patches.suse/net-mlx5e-Move-sample-attribute-to-flow-attribute.patch
	patches.suse/net-mlx5e-CT-Use-xarray-to-manage-fte-ids.patch
	patches.suse/net-mlx5e-Introduce-post-action-infrastructure.patch
	patches.suse/net-mlx5e-Refactor-ct-to-use-post-action-infrastruct.patch
	patches.suse/net-mlx5e-TC-Remove-CONFIG_NET_TC_SKB_EXT-dependency.patch
	patches.suse/net-mlx5e-TC-Restore-tunnel-info-for-sample-offload.patch
	patches.suse/net-mlx5e-TC-Support-sample-offload-action-for-tunne.patch
	patches.suse/net-mlx5-E-switch-Move-QoS-related-code-to-dedicated.patch
	patches.suse/net-mlx5-E-switch-Enable-devlink-port-tx_-share-max-.patch
	patches.suse/net-mlx5-E-switch-Introduce-rate-limiting-groups-API.patch
	patches.suse/net-mlx5-E-switch-Allow-setting-share-max-tx-rate-li.patch
	patches.suse/net-mlx5-E-switch-Allow-to-add-vports-to-rate-groups.patch
	patches.suse/net-mlx5-E-switch-Add-QoS-tracepoints.patch
	patches.suse/octeontx2-pf-Add-check-for-non-zero-mcam-flows.patch
	patches.suse/mac80211-remove-unnecessary-NULL-check-in-ieee80211_.patch
	patches.suse/mac80211-Fix-monitor-MTU-limit-so-that-A-MSDUs-get-t.patch
	patches.suse/mac80211-radiotap-Use-BIT-instead-of-shifts.patch
	patches.suse/mac80211-Fix-insufficient-headroom-issue-for-AMSDU.patch
	patches.suse/octeontx2-pf-Fix-NIX1_RX-interface-backpressure.patch
	patches.suse/octeontx2-af-cn10k-Fix-SDP-base-channel-number.patch
	patches.suse/octeontx2-af-Handle-return-value-in-block-reset.patch
	patches.suse/octeontx2-pf-Don-t-mask-out-supported-link-modes.patch
	patches.suse/octeontx2-pf-send-correct-vlan-priority-mask-to-npc_.patch
	patches.suse/octeontx2-af-Use-DMA_ATTR_FORCE_CONTIGUOUS-attribute.patch
	patches.suse/octeontx2-af-Check-capability-flag-while-freeing-ipo.patch
	patches.suse/octeontx2-pf-Don-t-install-VLAN-offload-rule-if-netd.patch
	patches.suse/octeontx2-pf-Fix-algorithm-index-in-MCAM-rules-with-.patch
	patches.suse/octeontx2-af-cn10k-Use-FLIT0-register-instead-of-FLI.patch
	patches.suse/cxgb4-Validate-VPD-checksum-with-pci_vpd_check_csum.patch
	patches.suse/cxgb4-Remove-unused-vpd_param-member-ec.patch
	patches.suse/cxgb4-Search-VPD-with-pci_vpd_find_ro_info_keyword.patch
	patches.suse/Revert-cxgb4-Search-VPD-with-pci_vpd_find_ro_info_ke.patch
	patches.suse/Revert-Revert-cxgb4-Search-VPD-with-pci_vpd_find_ro_.patch
	patches.suse/Revert-cxgb4-Validate-VPD-checksum-with-pci_vpd_chec.patch
	patches.suse/net-atlantic-switch-from-pci_-to-dma_-API.patch
	patches.suse/net-broadcom-switch-from-pci_-to-dma_-API.patch
	patches.suse/net-chelsio-switch-from-pci_-to-dma_-API.patch
	patches.suse/brcmfmac-firmware-Allow-per-board-firmware-binaries.patch
	patches.suse/brcmfmac-firmware-Fix-firmware-loading.patch
	patches.suse/brcmfmac-use-separate-firmware-for-43430-revision-2.patch
	patches.suse/rsi-fix-error-code-in-rsi_load_9116_firmware.patch
	patches.suse/rsi-fix-an-error-code-in-rsi_probe.patch
	patches.suse/rtl8xxxu-Fix-the-handling-of-TX-A-MPDU-aggregation.patch
	patches.suse/rtw88-use-read_poll_timeout-instead-of-fixed-sleep.patch
	patches.suse/rtw88-wow-build-wow-function-only-if-CONFIG_PM-is-on.patch
	patches.suse/rtw88-wow-fix-size-access-error-of-probe-request.patch
	patches.suse/vmxnet3-switch-from-pci_-to-dma_-API.patch
	patches.suse/net-mellanox-switch-from-pci_-to-dma_-API.patch
	patches.suse/cxgb4-improve-printing-NIC-information.patch
	patches.suse/ethtool-add-two-coalesce-attributes-for-CQE-mode.patch
	patches.suse/ethtool-extend-coalesce-setting-uAPI-with-CQE-mode.patch
	patches.suse/net-hns3-add-support-for-EQE-CQE-mode-configuration.patch
	patches.suse/net-hns3-add-ethtool-support-for-CQE-EQE-mode-config.patch
	patches.suse/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/lan78xx-Fix-white-space-and-style-issues.patch
	patches.suse/lan78xx-Remove-unused-timer.patch
	patches.suse/lan78xx-Set-flow-control-threshold-to-prevent-packet.patch
	patches.suse/lan78xx-Remove-unused-pause-frame-queue.patch
	patches.suse/lan78xx-Add-missing-return-code-checks.patch
	patches.suse/lan78xx-Fix-exception-on-link-speed-change.patch
	patches.suse/lan78xx-Fix-partial-packet-errors-on-suspend-resume.patch
	patches.suse/lan78xx-Fix-race-conditions-in-suspend-resume-handli.patch
	patches.suse/lan78xx-Fix-race-condition-in-disconnect-handling.patch
	patches.suse/Revert-PCI-Make-pci_enable_ptm-private.patch
	patches.suse/PCI-Add-pcie_ptm_enabled.patch
	patches.suse/igc-Enable-PCIe-PTM.patch
	patches.suse/igc-Add-support-for-PTP-getcrosststamp.patch
	patches.suse/cxgb4-Properly-revert-VPD-changes.patch
	patches.suse/msft-hv-2430-net-mana-Move-NAPI-from-EQ-to-CQ.patch
	patches.suse/msft-hv-2431-net-mana-Add-support-for-EQ-sharing.patch
	patches.suse/msft-hv-2432-net-mana-Add-WARN_ON_ONCE-in-case-of-CQE-read-overfl.patch
	patches.suse/octeontx2-af-cn10k-Set-cache-lines-for-NPA-batch-all.patch
	patches.suse/octeontx2-af-Change-the-order-of-queue-work-and-inte.patch
	patches.suse/octeontx2-af-Wait-for-TX-link-idle-for-credits-chang.patch
	patches.suse/octeontx2-af-enable-tx-shaping-feature-for-96xx-C0.patch
	patches.suse/octeontx2-af-Allow-to-configure-flow-tag-LSB-byte-as.patch
	patches.suse/octeontx2-pf-cleanup-transmit-link-deriving-logic.patch
	patches.suse/octeontx2-af-nix-and-lbk-in-loop-mode-in-98xx.patch
	patches.suse/octeontx2-af-Add-SDP-interface-support.patch
	patches.suse/octeontx2-af-Add-free-rsrc-count-mbox-msg.patch
	patches.suse/octeontx2-af-Add-PTP-device-id-for-CN10K-and-95O-sil.patch
	patches.suse/octeontx2-af-Remove-channel-verification-while-insta.patch
	patches.suse/octeontx2-af-Add-mbox-to-retrieve-bandwidth-profile-.patch
	patches.suse/samples-pktgen-fix-to-print-when-terminated-normally.patch
	patches.suse/ionic-remove-old-work-task-types.patch
	patches.suse/ionic-flatten-calls-to-set-rx-mode.patch
	patches.suse/ionic-sync-the-filters-in-the-work-task.patch
	patches.suse/ionic-refactor-ionic_lif_addr-to-remove-a-layer.patch
	patches.suse/ionic-handle-mac-filter-overflow.patch
	patches.suse/octeontx2-pf-cn10k-Fix-error-return-code-in-otx2_set.patch
	patches.suse/sock-remove-one-redundant-SKB_FRAG_PAGE_ORDER-macro.patch
	patches.suse/net-mlx5-DR-Added-support-for-REMOVE_HEADER-packet-r.patch
	patches.suse/net-mlx5-DR-Split-modify-VLAN-state-to-separate-pop-.patch
	patches.suse/net-mlx5-DR-Enable-VLAN-pop-on-TX-and-VLAN-push-on-R.patch
	patches.suse/net-mlx5-DR-Enable-QP-retransmission.patch
	patches.suse/net-mlx5-DR-Improve-error-flow-in-actions_build_ste_.patch
	patches.suse/net-mlx5-DR-Warn-and-ignore-SW-steering-rule-inserti.patch
	patches.suse/net-mlx5-DR-Reduce-print-level-for-FT-chaining-level.patch
	patches.suse/net-mlx5-DR-Support-IPv6-matching-on-flow-label-for-.patch
	patches.suse/net-mlx5-DR-replace-uintN_t-with-kernel-style-types.patch
	patches.suse/net-mlx5-DR-Use-FW-API-when-updating-FW-owned-flow-t.patch
	patches.suse/net-mlx5-DR-Add-ignore_flow_level-support-for-multi-.patch
	patches.suse/net-mlx5-DR-Skip-source-port-matching-on-FDB-RX-doma.patch
	patches.suse/net-mlx5-DR-Merge-DR_STE_SIZE-enums.patch
	patches.suse/net-mlx5-DR-Remove-HW-specific-STE-type-from-nic-dom.patch
	patches.suse/net-mlx5-DR-Remove-rehash-ctrl-struct-from-dr_htbl.patch
	patches.suse/net-mlx5-DR-Improve-rule-tracking-memory-consumption.patch
	patches.suse/net-mlx5-DR-Add-support-for-update-FTE.patch
	patches.suse/net-hns3-add-macros-for-mac-speeds-of-firmware-comma.patch
	patches.suse/net-hns3-add-hns3_state_init-to-do-state-initializat.patch
	patches.suse/net-hns3-remove-redundant-param-mbx_event_pending.patch
	patches.suse/net-hns3-use-memcpy-to-simplify-code.patch
	patches.suse/net-hns3-remove-redundant-param-to-simplify-code.patch
	patches.suse/net-hns3-package-new-functions-to-simplify-hclgevf_m.patch
	patches.suse/net-hns3-merge-some-repetitive-macros.patch
	patches.suse/net-hns3-uniform-type-of-function-parameter-cmd.patch
	patches.suse/phy-marvell-phy-mvebu-cp110-comphy-Rename-HS-SGMMI-t.patch
	patches.suse/phy-marvell-phy-mvebu-a3700-comphy-Rename-HS-SGMMI-t.patch
	patches.suse/phy-marvell-phy-mvebu-a3700-comphy-Remove-unsupporte.patch
	patches.suse/octeontx2-af-cn10K-support-for-sched-lmtst-and-other.patch
	patches.suse/bnxt-count-packets-discarded-because-of-netpoll.patch
	patches.suse/bnxt-count-discards-due-to-memory-allocation-errors.patch
	patches.suse/net-hns3-add-trace-event-in-hclge_gen_resp_to_vf.patch
	patches.suse/net-hns3-refactor-function-hclge_parse_capability.patch
	patches.suse/net-hns3-refactor-function-hclgevf_parse_capability.patch
	patches.suse/net-hns3-add-new-function-hclge_get_speed_bit.patch
	patches.suse/net-hns3-don-t-config-TM-DWRR-twice-when-set-ETS.patch
	patches.suse/net-hns3-remove-unnecessary-static-of-local-variable.patch
	patches.suse/net-hns3-add-required-space-in-comment.patch
	patches.suse/ionic-fire-watchdog-again-after-fw_down.patch
	patches.suse/ionic-squelch-unnecessary-fw-halted-message.patch
	patches.suse/ionic-fill-mac-addr-earlier-in-add_addr.patch
	patches.suse/ionic-add-queue-lock-around-open-and-stop.patch
	patches.suse/ionic-pull-hwstamp-queue_lock-up-a-level.patch
	patches.suse/ionic-recreate-hwstamp-queues-on-ifup.patch
	patches.suse/igc-Use-default-cycle-start-and-end-values-for-queue.patch
	patches.suse/igc-Simplify-TSN-flags-handling.patch
	patches.suse/igc-Add-support-for-CBS-offloading.patch
	patches.suse/octeontx2-pf-Fix-inconsistent-license-text.patch
	patches.suse/octeontx2-af-Fix-inconsistent-license-text.patch
	patches.suse/octeontx2-pf-Add-vlan-etype-to-ntuple-filters.patch
	patches.suse/wcn36xx-Ensure-finish-scan-is-not-requested-before-s.patch
	patches.suse/wcn36xx-Fix-missing-frame-timestamp-for-beacon-probe.patch
	patches.suse/ath9k-fix-OOB-read-ar9300_eeprom_restore_internal.patch
	patches.suse/ath9k-fix-sleeping-in-atomic-context.patch
	patches.suse/ath6kl-wmi-fix-an-error-code-in-ath6kl_wmi_sync_poin.patch
	patches.suse/iwlwifi-iwl-nvm-parse-set-STBC-flags-for-HE-phy-capa.patch
	patches.suse/iwlwifi-mvm-set-BROADCAST_TWT_SUPPORTED-in-MAC-polic.patch
	patches.suse/iwlwifi-nvm-enable-IEEE80211_HE_PHY_CAP10_HE_MU_M1RU.patch
	patches.suse/iwlwifi-mvm-avoid-FW-restart-while-shutting-down.patch
	patches.suse/iwlwifi-pcie-optimise-struct-iwl_rx_mem_buffer-layou.patch
	patches.suse/iwlwifi-pcie-free-RBs-during-configure.patch
	patches.suse/iwlwifi-prepare-for-synchronous-error-dumps.patch
	patches.suse/iwlwifi-pcie-dump-error-on-FW-reset-handshake-failur.patch
	patches.suse/iwlwifi-print-PNVM-complete-notification-status-in-h.patch
	patches.suse/iwlwifi-mvm-Do-not-use-full-SSIDs-in-6GHz-scan.patch
	patches.suse/iwlwifi-mvm-Add-support-for-hidden-network-scan-on-6.patch
	patches.suse/iwlwifi-iwl-dbg-tlv-add-info-about-loading-external-.patch
	patches.suse/iwlwifi-mvm-remove-trigger-EAPOL-time-event.patch
	patches.suse/iwlwifi-mvm-set-replay-counter-on-key-install.patch
	patches.suse/iwlwifi-mvm-restrict-FW-SMPS-request.patch
	patches.suse/iwlwifi-pcie-remove-spaces-from-queue-names.patch
	patches.suse/iwlwifi-mvm-remove-check-for-vif-in-iwl_mvm_vif_from.patch
	patches.suse/iwlwifi-mvm-fix-old-style-static-const-declaration.patch
	patches.suse/iwlwifi-mvm-fix-a-memory-leak-in-iwl_mvm_mac_ctxt_be.patch
	patches.suse/iwlwifi-remove-trailing-semicolon-in-macro-definitio.patch
	patches.suse/iwlwifi-use-DEFINE_MUTEX-for-mutex-lock.patch
	patches.suse/iwlwifi-mvm-avoid-static-queue-number-aliasing.patch
	patches.suse/iwlwifi-mvm-clean-up-number-of-HW-queues.patch
	patches.suse/iwlwifi-mvm-treat-MMPDUs-in-iwl_mvm_mac_tx-as-bcast.patch
	patches.suse/iwlwifi-yoyo-cleanup-internal-buffer-allocation-in-D.patch
	patches.suse/iwlwifi-split-off-Bz-devices-into-their-own-family.patch
	patches.suse/iwlwifi-give-Bz-devices-their-own-name.patch
	patches.suse/iwlwifi-read-MAC-address-from-correct-place-on-Bz.patch
	patches.suse/iwlwifi-pcie-implement-Bz-device-startup.patch
	patches.suse/iwlwifi-implement-Bz-NMI-behaviour.patch
	patches.suse/iwlwifi-pcie-implement-Bz-reset-flow.patch
	patches.suse/iwlwifi-mvm-Fix-umac-scan-request-probe-parameters.patch
	patches.suse/iwlwifi-mvm-support-new-station-key-API.patch
	patches.suse/iwlwifi-mvm-simplify-__iwl_mvm_set_sta_key.patch
	patches.suse/iwlwifi-mvm-d3-separate-TKIP-data-from-key-iteration.patch
	patches.suse/iwlwifi-mvm-d3-remove-fixed-cmd_flags-argument.patch
	patches.suse/iwlwifi-mvm-d3-refactor-TSC-RSC-configuration.patch
	patches.suse/iwlwifi-mvm-d3-add-separate-key-iteration-for-GTK-ty.patch
	patches.suse/iwlwifi-mvm-d3-make-key-reprogramming-iteration-opti.patch
	patches.suse/iwlwifi-mvm-d3-implement-RSC-command-version-5.patch
	patches.suse/iwlwifi-mvm-silently-drop-encrypted-frames-for-unkno.patch
	patches.suse/iwlwifi-mvm-Refactor-setting-of-SSIDs-for-6GHz-scan.patch
	patches.suse/iwlwifi-mvm-fix-access-to-BSS-elements.patch
	patches.suse/iwlwifi-rename-ACPI_SAR_NUM_CHAIN_LIMITS-to-ACPI_SAR.patch
	patches.suse/iwlwifi-convert-flat-SAR-profile-table-to-a-struct-v.patch
	patches.suse/iwlwifi-remove-ACPI_SAR_NUM_TABLES-definition.patch
	patches.suse/iwlwifi-pass-number-of-chains-and-sub-bands-to-iwl_s.patch
	patches.suse/iwlwifi-acpi-support-reading-and-storing-WRDS-revisi.patch
	patches.suse/iwlwifi-support-reading-and-storing-EWRD-revisions-1.patch
	patches.suse/iwlwifi-remove-unused-ACPI_WGDS_TABLE_SIZE-definitio.patch
	patches.suse/iwlwifi-convert-flat-GEO-profile-table-to-a-struct-v.patch
	patches.suse/iwlwifi-mvm-support-version-11-of-wowlan-statuses-no.patch
	patches.suse/iwlwifi-skip-first-element-in-the-WTAS-ACPI-table.patch
	patches.suse/iwlwifi-fw-correctly-limit-to-monitor-dump.patch
	patches.suse/iwlwifi-mvm-trigger-WRT-when-no-beacon-heard.patch
	patches.suse/iwlwifi-mvm-Read-the-PPAG-and-SAR-tables-at-INIT-sta.patch
	patches.suse/iwlwifi-mvm-load-regdomain-at-INIT-stage.patch
	patches.suse/iwlwifi-acpi-support-reading-and-storing-WGDS-revisi.patch
	patches.suse/iwlwifi-bump-FW-API-to-65-for-AX-devices.patch
	patches.suse/iwlwifi-acpi-fill-in-WGDS-table-with-defaults.patch
	patches.suse/iwlwifi-acpi-fill-in-SAR-tables-with-defaults.patch
	patches.suse/iwlwifi-pcie-avoid-dma-unmap-remap-in-crash-dump.patch
	patches.suse/iwlwifi-fix-__percpu-annotation.patch
	patches.suse/iwlwifi-api-remove-datamember-from-struct.patch
	patches.suse/iwlwifi-fw-fix-debug-dump-data-declarations.patch
	patches.suse/iwlwifi-add-Rx-control-frame-to-MBSSID-HE-capability.patch
	patches.suse/iwlwifi-yoyo-support-for-new-DBGI_SRAM-region.patch
	patches.suse/iwlwifi-mvm-don-t-schedule-the-roc_done_wk-if-it-is-.patch
	patches.suse/iwlwifi-allow-debug-init-in-RF-kill.patch
	patches.suse/iwlwifi-mvm-add-support-for-range-request-command-ve.patch
	patches.suse/iwlwifi-mvm-add-support-for-responder-config-command.patch
	patches.suse/iwlwifi-move-get-pnvm-file-name-to-a-separate-functi.patch
	patches.suse/iwlwifi-mvm-introduce-iwl_stored_beacon_notif_v3.patch
	patches.suse/iwlwifi-mvm-support-broadcast-TWT-alone.patch
	patches.suse/iwlwifi-mvm-Fix-scan-channel-flags-settings.patch
	patches.suse/iwlwifi-mvm-don-t-use-FW-key-ID-in-beacon-protection.patch
	patches.suse/bcma-Fix-memory-leak-for-internally-handled-cores.patch
	patches.suse/brcmfmac-pcie-fix-oops-on-failure-to-resume-and-repr.patch
	patches.suse/intel-switch-from-pci_-to-dma_-API.patch
	patches.suse/bnxt_en-remove-DMA-mapping-for-KONG-response.patch
	patches.suse/bnxt_en-Refactor-the-HWRM_VER_GET-firmware-calls.patch
	patches.suse/bnxt_en-move-HWRM-API-implementation-into-separate-f.patch
	patches.suse/bnxt_en-introduce-new-firmware-message-API-based-on-.patch
	patches.suse/bnxt_en-discard-out-of-sequence-HWRM-responses.patch
	patches.suse/bnxt_en-add-HWRM-request-assignment-API.patch
	patches.suse/bnxt_en-add-support-for-HWRM-request-slices.patch
	patches.suse/bnxt_en-use-link_lock-instead-of-hwrm_cmd_lock-to-pr.patch
	patches.suse/bnxt_en-update-all-firmware-calls-to-use-the-new-API.patch
	patches.suse/bnxt_en-remove-legacy-HWRM-interface.patch
	patches.suse/bnxt_en-support-multiple-HWRM-commands-in-flight.patch
	patches.suse/net-hns3-initialize-each-member-of-structure-array-o.patch
	patches.suse/net-hns3-reconstruct-function-hns3_self_test.patch
	patches.suse/net-hns3-reconstruct-function-hclge_ets_validate.patch
	patches.suse/net-hns3-refine-function-hclge_dbg_dump_tm_pri.patch
	patches.suse/net-hns3-modify-a-print-format-of-hns3_dbg_queue_map.patch
	patches.suse/net-hnss3-use-max-to-simplify-code.patch
	patches.suse/net-hns3-uniform-parameter-name-of-hclge_ptp_clean_t.patch
	patches.suse/ipv6-make-exception-cache-less-predictible.patch
	patches.suse/ipv4-make-exception-cache-less-predictible.patch
	patches.suse/net-fix-NULL-pointer-reference-in-cipso_v4_doi_free.patch
	patches.suse/fix-array-index-out-of-bounds-in-taprio_change.patch
	patches.suse/net-qrtr-make-checks-in-qrtr_endpoint_post-stricter.patch
	patches.suse/sch_htb-Fix-inconsistency-when-leaf-qdisc-creation-f.patch
	patches.suse/selftests-bpf-Fix-test_core_autosize-on-big-endian-m.patch
	patches.suse/libbpf-Re-build-libbpf.so-when-libbpf.map-changes.patch
	patches.suse/selftests-bpf-Correctly-display-subtest-skip-status.patch
	patches.suse/selftests-bpf-Fix-flaky-send_signal-test.patch
	patches.suse/bpf-Use-kvmalloc-for-map-values-in-syscall.patch
	patches.suse/bpf-Use-kvmalloc-for-map-keys-in-syscalls.patch
	patches.suse/selftests-bpf-Enlarge-select-timeout-for-test_maps.patch
	patches.suse/bpf-Fix-possible-out-of-bound-write-in-narrow-load-h.patch
	patches.suse/selftests-bpf-Fix-potential-unreleased-lock.patch
	patches.suse/net-sched-Fix-qdisc_rate_table-refcount-leak-when-ge.patch
	patches.suse/net-qualcomm-fix-QCA7000-checksum-handling.patch
	patches.suse/octeontx2-af-Use-NDC-TX-for-transmit-packet-data.patch
	patches.suse/octeontx2-af-Fix-loop-in-free-and-unmap-counter.patch
	patches.suse/octeontx2-af-Fix-mailbox-errors-in-nix_rss_flowkey_c.patch
	patches.suse/octeontx2-af-Fix-static-code-analyzer-reported-issue.patch
	patches.suse/octeontx2-af-Set-proper-errorcode-for-IPv4-checksum-.patch
	patches.suse/ipv4-fix-endianness-issue-in-inet_rtm_getroute_build.patch
	patches.suse/net-w5100-check-return-value-after-calling-platform_.patch
	patches.suse/net-hns3-refine-function-hns3_set_default_feature.patch
	patches.suse/net-hns3-clean-up-a-type-mismatch-warning.patch
	patches.suse/net-hns3-add-some-required-spaces.patch
	patches.suse/net-hns3-remove-unnecessary-spaces.patch
	patches.suse/net-don-t-unconditionally-copy_from_user-a-struct-if.patch
	patches.suse/net-mlx5-Lag-fix-multipath-lag-activation.patch
	patches.suse/net-mlx5-Remove-all-auxiliary-devices-at-the-unregis.patch
	patches.suse/net-mlx5e-Fix-possible-use-after-free-deleting-fdb-r.patch
	patches.suse/net-mlx5-E-Switch-Set-vhca-id-valid-flag-when-creati.patch
	patches.suse/net-mlx5e-Use-correct-eswitch-for-stack-devices-with.patch
	patches.suse/net-mlx5-DR-fix-a-potential-use-after-free-bug.patch
	patches.suse/net-phy-marvell10g-fix-broken-PHY-interrupts-for-any.patch
	patches.suse/ice-fix-Tx-queue-iteration-for-Tx-timestamp-enableme.patch
	patches.suse/ice-remove-dead-code-for-allocating-pin_config.patch
	patches.suse/ice-add-lock-around-Tx-timestamp-tracker-flush.patch
	patches.suse/ice-restart-periodic-outputs-around-time-changes.patch
	patches.suse/ice-Only-lock-to-update-netdev-dev_addr.patch
	patches.suse/atlantic-Fix-driver-resume-flow.patch
	patches.suse/speakup-use-C99-syntax-for-array-initializers.patch
	patches.suse/bus-fsl-mc-fix-arg-in-call-to-dprc_scan_objects.patch
	patches.suse/bus-fsl-mc-handle-DMA-config-deferral-in-ACPI-case.patch
	patches.suse/bus-fsl-mc-fully-resume-the-firmware.patch
	patches.suse/bus-fsl-mc-add-.shutdown-op-for-the-bus-driver.patch
	patches.suse/bus-fsl-mc-pause-the-MC-firmware-before-IOMMU-setup.patch
	patches.suse/bus-fsl-mc-pause-the-MC-firmware-when-unloading.patch
	patches.suse/bus-fsl-mc-rescan-devices-if-endpoint-not-found.patch
	patches.suse/bus-fsl-mc-fix-mmio-base-address-for-child-DPRCs.patch
	patches.suse/misc-pvpanic-pci-Allow-automatic-loading.patch
	patches.suse/fpga-altera-freeze-bridge-Address-warning-about-unus.patch
	patches.suse/fpga-xiilnx-spi-Address-warning-about-unused-variabl.patch
	patches.suse/fpga-xilinx-pr-decoupler-Address-warning-about-unuse.patch
	patches.suse/fpga-zynqmp-fpga-Address-warning-about-unused-variab.patch
	patches.suse/misc-sram-Only-map-reserved-areas-in-Tegra-SYSRAM.patch
	patches.suse/ARM-dts-imx53-ppd-Fix-ACHC-entry.patch
	patches.suse/nvmem-qfprom-Fix-up-qfprom_disable_fuse_blowing-orde.patch
	patches.suse/nvmem-core-fix-error-handling-while-validating-keepo.patch
	patches.suse/firmware-raspberrypi-Fix-a-leak-in-rpi_firmware_get.patch
	patches.suse/lkdtm-replace-SCSI_DISPATCH_CMD-with-SCSI_QUEUE_RQ.patch
	patches.suse/dt-bindings-phy-Rename-Intel-Keem-Bay-USB-PHY-bindin.patch
	patches.suse/phy-tegra-xusb-mark-PM-functions-as-__maybe_unused.patch
	patches.suse/soundwire-dmi-quirks-add-ull-suffix-for-SoundWire-_A.patch
	patches.suse/soundwire-bus-filter-out-more-EDATA-errors-on-clock-.patch
	patches.suse/soundwire-cadence-Remove-ret-variable-from-sdw_cdns_.patch
	patches.suse/soundwire-bus-update-Slave-status-in-sdw_clear_slave.patch
	patches.suse/soundwire-dmi-quirks-add-quirk-for-Intel-Bishop-Coun.patch
	patches.suse/soundwire-cadence-add-paranoid-check-on-self-clearin.patch
	patches.suse/ASoC-codecs-add-SoundWire-mockup-device-support.patch
	patches.suse/ASoC-soc-acpi-cnl-add-table-for-SoundWire-mockup-dev.patch
	patches.suse/ASoC-soc-acpi-tgl-add-table-for-SoundWire-mockup-dev.patch
	patches.suse/ASoC-Intel-boards-sof_sdw-add-SoundWire-mockup-codec.patch
	patches.suse/soundwire-stream-don-t-abort-bank-switch-on-Command_.patch
	patches.suse/soundwire-add-flag-to-ignore-all-command-control-for.patch
	patches.suse/soundwire-bus-squelch-error-returned-by-mockup-devic.patch
	patches.suse/soundwire-stream-don-t-program-mockup-device-ports.patch
	patches.suse/soundwire-cadence-add-debugfs-interface-for-PDI-loop.patch
	patches.suse/soundwire-cadence-override-PDI-configurations-to-cre.patch
	patches.suse/soundwire-intel-fix-potential-race-condition-during-.patch
	patches.suse/soundwire-intel-skip-suspend-resume-wake-when-link-w.patch
	patches.suse/soundwire-intel-conditionally-exit-clock-stop-mode-o.patch
	patches.suse/soundwire-cadence-do-not-extend-reset-delay.patch
	patches.suse/parport-remove-non-zero-check-on-count.patch
	patches.suse/VMCI-fix-NULL-pointer-dereference-when-unmapping-que.patch
	patches.suse/misc-pvpanic-fix-set-driver-data.patch
	patches.suse/PCI-endpoint-Make-struct-pci_epf_driver-remove-retur.patch
	patches.suse/s390-cio-Make-struct-css_driver-remove-return-void.patch
	patches.suse/s390-ccwgroup-Drop-if-with-an-always-false-condition.patch
	patches.suse/s390-scm-Make-struct-scm_driver-remove-return-void.patch
	patches.suse/bus-Make-remove-callback-return-void.patch
	patches.suse/selftests-firmware-Fix-ignored-return-val-of-asprint.patch
	patches.suse/firmware-fix-theoretical-UAF-race-with-firmware-cach.patch
	patches.suse/driver-core-Fix-error-return-code-in-really_probe.patch
	patches.suse/debugfs-Return-error-during-full-open-_proxy_open-on.patch
	patches.suse/sysfs-Invoke-iomem_get_mapping-from-the-sysfs-open-c.patch
	patches.suse/sysfs-Rename-struct-bin_attribute-member-to-f_mappin.patch
	patches.suse/cpumask-introduce-cpumap_print_list-bitmask_to_buf-to-support-large-bitmask-and-list.patch
	patches.suse/topology-use-bin_attribute-to-break-the-size-limitation-of-cpumap-ABI.patch
	patches.suse/drivers-base-node.c-use-bin_attribute-to-break-the-size-limitation-of-cpumap-ABI.patch
	patches.suse/staging-rtl8723bs-fix-wpa_set_auth_algs-function.patch
	patches.suse/staging-board-Fix-uninitialized-spinlock-when-attach.patch
	patches.suse/staging-hisilicon-hi6421-spmi-pmic.yaml-fix-patternP.patch
	patches.suse/staging-ks7010-Fix-the-initialization-of-the-sleep_s.patch
	patches.suse/staging-vchiq-Refactor-vchiq-cdev-code.patch
	patches.suse/staging-vchiq-Move-certain-declarations-to-vchiq_arm.patch
	patches.suse/staging-vchiq-Move-vchiq-char-driver-to-its-own-file.patch
	patches.suse/staging-rtl8723bs-fix-right-side-of-condition.patch
	patches.suse/iio-dac-ad5624r-Fix-incorrect-handling-of-an-optiona.patch
	patches.suse/dt-bindings-iio-accel-bma255-Fix-interrupt-type.patch
	patches.suse/counter-104-quad-8-Return-error-when-invalid-mode-du.patch
	patches.suse/staging-rtl8192u-Fix-bitwise-vs-logical-operator-in-.patch
	patches.suse/iio-ltc2983-fix-device-probe.patch
	patches.suse/clk-staging-correct-reference-to-config-IOMEM-to-con.patch
	patches.suse/staging-rts5208-Fix-get_ms_information-heap-buffer-s.patch
	patches.suse/staging-mt7621-pci-fix-hang-when-nothing-is-connecte.patch
	patches.suse/tty-serial-jsm-hold-port-lock-when-reporting-modem-l.patch
	patches.suse/tty-Fix-out-of-bound-vmalloc-access-in-imageblit.patch
	patches.suse/tty-hvc-replace-BUG_ON-with-negative-return-value.patch
	patches.suse/serial-8250-Define-RX-trigger-levels-for-OxSemi-950-.patch
	patches.suse/serial-max310x-Use-clock-names-property-matching-to-.patch
	patches.suse/xtensa-ISS-don-t-panic-in-rs_init.patch
	patches.suse/hvsi-don-t-panic-on-tty_register_driver-failure.patch
	patches.suse/serial-8250_pci-make-setup_port-parameters-explicitl.patch
	patches.suse/vt-keyboard.c-make-console-an-unsigned-int.patch
	patches.suse/serial-8250_omap-Handle-optional-overrun-throttle-ms.patch
	patches.suse/serial-sh-sci-fix-break-handling-for-sysrq.patch
	patches.suse/tty-serial-fsl_lpuart-check-dma_tx_in_progress-in-tx.patch
	patches.suse/tty-serial-fsl_lpuart-fix-the-wrong-mapbase-value.patch
	patches.suse/tty-serial-fsl_lpuart-enable-two-stop-bits-for-lpuar.patch
	patches.suse/tty-serial-fsl_lpuart-do-software-reset-for-imx7ulp-.patch
	patches.suse/tty-Fix-data-race-between-tiocsti-and-flush_to_ldisc.patch
	patches.suse/usb-host-fotg210-fix-the-endpoint-s-transactional-op.patch
	patches.suse/usb-host-fotg210-fix-the-actual_length-of-an-iso-pac.patch
	patches.suse/usb-gadget-u_ether-fix-a-potential-null-pointer-dere.patch
	patches.suse/USB-EHCI-ehci-mv-improve-error-handling-in-mv_ehci_e.patch
	patches.suse/usb-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-isp1760-do-not-sleep-in-field-register-poll.patch
	patches.suse/drivers-usb-dwc3-qcom-Add-sdm660-compatible.patch
	patches.suse/usb-gadget-f_uac2-remove-redundant-assignments-to-po.patch
	patches.suse/usb-dwc3-meson-g12a-add-IRQ-check.patch
	patches.suse/usb-dwc3-qcom-add-IRQ-check.patch
	patches.suse/usb-gadget-udc-at91-add-IRQ-check.patch
	patches.suse/usb-gadget-udc-s3c2410-add-IRQ-check.patch
	patches.suse/usb-misc-brcmstb-usb-pinmap-add-IRQ-check.patch
	patches.suse/usb-phy-fsl-usb-add-IRQ-check.patch
	patches.suse/usb-phy-twl6030-add-IRQ-checks.patch
	patches.suse/usb-mtu3-restore-HS-function-when-set-SS-SSP.patch
	patches.suse/usb-mtu3-use-mult-for-HS-isoc-or-intr.patch
	patches.suse/usb-mtu3-fix-the-wrong-HS-mult-value.patch
	patches.suse/usb-cdnsp-fix-the-wrong-mult-value-for-HS-isoc-or-in.patch
	patches.suse/usb-gadget-tegra-xudc-fix-the-wrong-mult-value-for-H.patch
	patches.suse/usb-typec-tcpm-Support-non-PD-mode.patch
	patches.suse/usb-gadget-udc-renesas_usb3-Fix-soc_device_match-abu.patch
	patches.suse/usb-host-ohci-tmio-add-IRQ-check.patch
	patches.suse/usb-phy-tahvo-add-IRQ-check.patch
	patches.suse/usb-dwc3-Decouple-USB-2.0-L1-L2-events.patch
	patches.suse/usb-gadget-mv_u3d-request_irq-after-initializing-UDC.patch
	patches.suse/USB-EHCI-Add-register-array-bounds-to-HCS-ports.patch
	patches.suse/USB-EHCI-Add-alias-for-Broadcom-INSNREG.patch
	patches.suse/thunderbolt-Add-authorized-value-to-the-KOBJ_CHANGE-.patch
	patches.suse/thunderbolt-Add-vendor-specific-NHI-quirk-for-auto-c.patch
	patches.suse/thunderbolt-Handle-ring-interrupt-by-reading-interru.patch
	patches.suse/thunderbolt-Do-not-read-control-adapter-config-space.patch
	patches.suse/thunderbolt-Fix-port-linking-by-checking-all-adapter.patch
	patches.suse/xhci-fix-unsafe-memory-usage-in-xhci-tracing.patch
	patches.suse/xhci-fix-even-more-unsafe-memory-usage-in-xhci-traci.patch
	patches.suse/xhci-Fix-failure-to-give-back-some-cached-cancelled-.patch
	patches.suse/Revert-USB-xhci-fix-U1-U2-handling-for-hardware-with.patch
	patches.suse/xhci-Add-additional-dynamic-debug-to-follow-URBs-in-.patch
	patches.suse/xhci-Add-bus-number-to-some-debug-messages.patch
	patches.suse/usb-ehci-orion-Handle-errors-of-clk_prepare_enable-i.patch
	patches.suse/usb-dwc3-imx8mp-request-irq-after-initializing-dwc3.patch
	patches.suse/usb-musb-musb_dsps-request_irq-after-initializing-mu.patch
	patches.suse/usbip-give-back-URBs-for-unsent-unlink-requests-duri.patch
	patches.suse/usbip-vhci_hcd-USB-port-can-get-stuck-in-the-disable.patch
	patches.suse/usb-bdc-Fix-an-error-handling-path-in-bdc_probe-when.patch
	patches.suse/usb-bdc-Fix-a-resource-leak-in-the-error-handling-pa.patch
	patches.suse/usb-xhci-mtk-fix-use-after-free-of-mtk-hcd.patch
	patches.suse/usb-xhci-mtk-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-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-host-xhci-rcar-Don-t-reload-firmware-after-the-c.patch
	patches.suse/usb-isp1760-fix-memory-pool-initialization.patch
	patches.suse/usb-isp1760-fix-qtd-fill-length.patch
	patches.suse/usb-isp1760-write-to-status-and-address-register.patch
	patches.suse/usb-isp1760-use-the-right-irq-status-bit.patch
	patches.suse/usb-isp1760-otg-control-register-access.patch
	patches.suse/x86-setup-Explicitly-include-acpi.h.patch
	patches.suse/ALSA-hda-ca0132-remove-redundant-initialization-of-v.patch
	patches.suse/ALSA-hda-hdmi-Add-option-to-enable-all-pins-forcibly.patch
	patches.suse/ALSA-compress-Drop-unused-functions.patch
	patches.suse/ALSA-compress-Initialize-mutex-in-snd_compress_new.patch
	patches.suse/ALSA-core-Add-device-managed-page-allocator-helper.patch
	patches.suse/ALSA-core-Add-managed-card-creation.patch
	patches.suse/ALSA-core-Add-device-managed-request_dma.patch
	patches.suse/ALSA-hda-Allocate-resources-with-device-managed-APIs.patch
	patches.suse/ALSA-seq-Fix-comments-of-wrong-client-number-for-MID.patch
	patches.suse/ALSA-core-Fix-double-calls-of-snd_card_free-via-devr.patch
	patches.suse/ALSA-usb-audio-Introduce-quirk_flags-field.patch
	patches.suse/ALSA-usb-audio-Move-media-controller-API-quirk-into-.patch
	patches.suse/ALSA-usb-audio-Move-txfr_quirk-handling-to-quirk_fla.patch
	patches.suse/ALSA-usb-audio-Move-tx_length-quirk-handling-to-quir.patch
	patches.suse/ALSA-usb-audio-Move-playback_first-flag-into-quirk_f.patch
	patches.suse/ALSA-usb-audio-Move-clock-setup-quirk-into-quirk_fla.patch
	patches.suse/ALSA-usb-audio-Move-ITF-USB-DSD-quirk-handling-into-.patch
	patches.suse/ALSA-usb-audio-Move-control-message-delay-quirk-into.patch
	patches.suse/ALSA-usb-audio-Move-interface-setup-delay-into-quirk.patch
	patches.suse/ALSA-usb-audio-Move-rate-validation-quirk-into-quirk.patch
	patches.suse/ALSA-usb-audio-Move-autosuspend-quirk-into-quirk_fla.patch
	patches.suse/ALSA-usb-audio-Move-ignore_ctl_error-check-into-quir.patch
	patches.suse/ALSA-usb-audio-Move-generic-DSD-raw-detection-into-q.patch
	patches.suse/ALSA-usb-audio-Add-quirk_flags-module-option.patch
	patches.suse/ALSA-doc-Add-the-description-of-quirk_flags-option-f.patch
	patches.suse/ALSA-usb-audio-make-array-static-const-makes-object-.patch
	patches.suse/ALSA-memalloc-Minor-refactoring.patch
	patches.suse/ALSA-memalloc-Correctly-name-as-WC.patch
	patches.suse/ALSA-pcm-Allow-exact-buffer-preallocation.patch
	patches.suse/ALSA-memalloc-Support-WC-allocation-on-all-architect.patch
	patches.suse/ALSA-memalloc-Fix-pgprot-for-WC-mmap-on-x86.patch
	patches.suse/ALSA-memalloc-Store-snd_dma_buffer.addr-for-continuo.patch
	patches.suse/ALSA-memalloc-Fix-mmap-of-SG-buffer-with-WC-pages.patch
	patches.suse/ALSA-pcm-Check-mmap-capability-of-runtime-dma-buffer.patch
	patches.suse/ALSA-pci-cs46xx-Fix-set-up-buffer-type-properly.patch
	patches.suse/ALSA-hda-cirrus-Move-CS8409-HDA-bridge-to-separate-m.patch
	patches.suse/ALSA-hda-cs8409-Move-arrays-of-configuration-to-a-ne.patch
	patches.suse/ALSA-hda-cs8409-Use-enums-for-register-names-and-coe.patch
	patches.suse/ALSA-hda-cs8409-Mask-all-CS42L42-interrupts-on-initi.patch
	patches.suse/ALSA-hda-cs8409-Reduce-HS-pops-clicks-for-Cyborg.patch
	patches.suse/ALSA-hda-cs8409-Disable-unnecessary-Ring-Sense-for-C.patch
	patches.suse/ALSA-hda-cs8409-Disable-unsolicited-responses-during.patch
	patches.suse/ALSA-hda-cs8409-Disable-unsolicited-response-for-the.patch
	patches.suse/ALSA-hda-cs8409-Mask-CS42L42-wake-events.patch
	patches.suse/ALSA-hda-cs8409-Simplify-CS42L42-jack-detect.patch
	patches.suse/ALSA-hda-cs8409-Prevent-I2C-access-during-suspend-ti.patch
	patches.suse/ALSA-hda-cs8409-Generalize-volume-controls.patch
	patches.suse/ALSA-hda-cs8409-Dont-disable-I2C-clock-between-conse.patch
	patches.suse/ALSA-hda-cs8409-Avoid-setting-the-same-I2C-address-f.patch
	patches.suse/ALSA-hda-cs8409-Avoid-re-setting-the-same-page-as-th.patch
	patches.suse/ALSA-hda-cs8409-Support-i2c-bulk-read-write-function.patch
	patches.suse/ALSA-hda-cs8409-Separate-CS8409-CS42L42-and-project-.patch
	patches.suse/ALSA-hda-cs8409-Move-codec-properties-to-its-own-str.patch
	patches.suse/ALSA-hda-cs8409-Support-multiple-sub_codecs-for-Susp.patch
	patches.suse/ALSA-hda-cs8409-Add-Support-to-disable-jack-type-det.patch
	patches.suse/ALSA-hda-cs8409-Add-support-for-dolphin.patch
	patches.suse/ALSA-hda-cs8409-Enable-Full-Scale-Volume-for-Line-Ou.patch
	patches.suse/ALSA-hda-cs8409-Set-fixed-sample-rate-of-48kHz-for-C.patch
	patches.suse/ALSA-hda-cs8409-Use-timeout-rather-than-retries-for-.patch
	patches.suse/ALSA-hda-cs8409-Remove-unnecessary-delays.patch
	patches.suse/ALSA-hda-cs8409-Follow-correct-CS42L42-power-down-se.patch
	patches.suse/ALSA-hda-cs8409-Unmute-Mute-codec-when-stream-starts.patch
	patches.suse/ALSA-core-control_led-use-strscpy-instead-of-strlcpy.patch
	patches.suse/ALSA-hda-cs8409-Prevent-pops-and-clicks-during-suspe.patch
	patches.suse/ALSA-memalloc-Count-continuous-pages-in-vmalloc-buff.patch
	patches.suse/ALSA-usb-audio-Input-source-control-digidesign-mbox.patch
	patches.suse/ALSA-pcm-Add-SNDRV_PCM_INFO_EXPLICIT_SYNC-flag.patch
	patches.suse/ALSA-hda-conexant-Turn-off-EAPD-at-suspend-too.patch
	patches.suse/ALSA-hda-Suspend-codec-at-shutdown.patch
	patches.suse/ALSA-hda-Nuke-unused-reboot_notify-callback.patch
	patches.suse/ALSA-hda-Drop-workaround-for-a-hang-at-shutdown-agai.patch
	patches.suse/ALSA-hda-sigmatel-Sink-stac_shutup-into-stac_suspend.patch
	patches.suse/ALSA-hda-analog-Sink-ad198x_shutup-and-shuffle-CONFI.patch
	patches.suse/ALSA-hda-Code-refactoring-snd_hda_pick_fixup.patch
	patches.suse/ALSA-hda-Allow-model-option-to-specify-PCI-SSID-alia.patch
	patches.suse/ALSA-doc-Fix-indentation-warning.patch
	patches.suse/ALSA-hda-realtek-Workaround-for-conflicting-SSID-on-.patch
	patches.suse/ASoC-intel-atom-Revert-PCM-buffer-address-setup-work.patch
	patches.suse/ALSA-usb-audio-Fix-regression-on-Sony-WALKMAN-NW-A45.patch
	patches.suse/ALSA-hda-realtek-Quirk-for-HP-Spectre-x360-14-amp-se.patch
	patches.suse/ALSA-usb-audio-Move-set-interface-first-workaround-i.patch
	patches.suse/ALSA-hda-Disable-runtime-resume-at-shutdown.patch
	patches.suse/ALSA-hda-cs8409-Ensure-Type-Detection-is-only-run-on.patch
	patches.suse/ALSA-hda-cs8409-Initialize-Codec-only-in-init-fixup.patch
	patches.suse/ALSA-pcm-fix-divide-error-in-snd_pcm_lib_ioctl.patch
	patches.suse/ALSA-usb-audio-Work-around-for-XRUN-with-low-latency.patch
	patches.suse/ALSA-usb-audio-Add-lowlatency-module-option.patch
	patches.suse/ASoC-Intel-Fix-platform-ID-matching.patch
	patches.suse/ASoC-rt5682-Adjust-headset-volume-button-threshold-a.patch
	patches.suse/ASoC-wm_adsp-Put-debugfs_remove_recursive-back-in.patch
	patches.suse/ASoC-ti-delete-some-dead-code-in-omap_abe_probe.patch
	patches.suse/ASoC-atmel-ATMEL-drivers-don-t-need-HAS_DMA.patch
	patches.suse/ASoC-codecs-wcd938x-fix-returnvar.cocci-warnings.patch
	patches.suse/ASoC-wm_adsp-Remove-pointless-string-comparison.patch
	patches.suse/ASoC-tlv320aic32x4-Fix-TAS2505-TAS2521-channel-count.patch
	patches.suse/ASoC-amd-fix-spelling-mistakes.patch
	patches.suse/ASoC-Intel-soc-acpi-add-support-for-SoundWire-of-TGL.patch
	patches.suse/ASoC-SOF-add-a-helper-to-get-topology-configured-bcl.patch
	patches.suse/ASoC-Intel-sof_cs42l42-use-helper-function-to-get-bc.patch
	patches.suse/ASoC-mediatek-mt8192-Fix-Unbalanced-pm_runtime_enabl.patch
	patches.suse/ASoC-mediatek-mt8183-Fix-Unbalanced-pm_runtime_enabl.patch
	patches.suse/ASoC-ti-davinci-mcasp-Fix-DIT-mode-support.patch
	patches.suse/ASoC-Intel-sof_cs42l42-support-arbitrary-DAI-link-se.patch
	patches.suse/ASoC-Intel-maxim-common-support-max98360a.patch
	patches.suse/ASoC-Intel-sof_cs42l42-add-support-for-jsl_cs4242_mx.patch
	patches.suse/ASoC-Intel-sof_rt5682-code-refactor-for-max98360a.patch
	patches.suse/ASoC-Intel-sof_sdw-extends-SOF_RT711_JDSRC-to-4-bits.patch
	patches.suse/ASoC-Intel-sof_sdw-include-rt711.h-for-RT711-JD-mode.patch
	patches.suse/ASoC-Intel-sof_sdw-update-quirk-for-jack-detection-i.patch
	patches.suse/ASOC-Intel-sof_sdw-add-quirk-for-Intel-Bishop-County.patch
	patches.suse/ASoC-amd-add-Vangogh-ACP5x-IP-register-header.patch
	patches.suse/ASoC-amd-add-Vangogh-ACP-PCI-driver.patch
	patches.suse/ASoc-amd-add-acp5x-init-de-init-functions.patch
	patches.suse/ASoC-amd-create-acp5x-platform-devices.patch
	patches.suse/ASoC-amd-add-ACP5x-PCM-platform-driver.patch
	patches.suse/ASoC-amd-irq-handler-changes-for-ACP5x-PCM-dma-drive.patch
	patches.suse/ASoC-amd-add-ACP5x-pcm-dma-driver-ops.patch
	patches.suse/ASoC-amd-add-vangogh-i2s-controller-driver.patch
	patches.suse/ASoC-amd-add-vangogh-i2s-dai-driver-ops.patch
	patches.suse/ASoC-amd-add-vangogh-pci-driver-pm-ops.patch
	patches.suse/ASoC-amd-add-vangogh-i2s-dma-driver-pm-ops.patch
	patches.suse/ASoC-amd-enable-vangogh-acp5x-driver-build.patch
	patches.suse/ASoC-amd-Don-t-show-messages-about-deferred-probing-.patch
	patches.suse/ASoC-amd-Use-dev_probe_err-helper.patch
	patches.suse/ASoC-rt1015-Remove-unnecessary-flush-work-on-rt1015-.patch
	patches.suse/ASoC-rt5682-enable-SAR-ADC-power-saving-mode-during-.patch
	patches.suse/ASoC-amd-fix-an-IS_ERR-vs-NULL-bug-in-probe.patch
	patches.suse/ASoC-Intel-Fix-spelling-contraction-cant-can-t.patch
	patches.suse/ASoC-amd-Drop-superfluous-mmap-callbacks.patch
	patches.suse/ASoC-intel-skylake-Drop-superfluous-mmap-callback.patch
	patches.suse/ASoC-tlv320aic32x4-make-array-clocks-static-makes-ob.patch
	patches.suse/ASoC-Intel-bytcr_rt5640-Move-Platform-Clock-routes-t.patch
	patches.suse/ASoC-Intel-bytcr_rt5640-Add-line-out-support.patch
	patches.suse/ASoC-Intel-bytcr_rt5640-Add-a-byt_rt5640_get_codec_d.patch
	patches.suse/ASoC-Intel-bytcr_rt5640-Add-support-for-a-second-hea.patch
	patches.suse/ASoC-Intel-bytcr_rt5640-Add-support-for-a-second-hea-79c1123bac3b.patch
	patches.suse/ASoC-Intel-bytcr_rt5640-Fix-HP-ElitePad-1000-G2-quir.patch
	patches.suse/soundwire-move-intel-sdw-register-definitions-to-sdw.patch
	patches.suse/ASoC-SOF-intel-add-sdw_shim-alh_base-to-sof_intel_ds.patch
	patches.suse/ASoC-SOF-intel-hda-remove-HDA_DSP_REG_SNDW_WAKE_STS-.patch
	patches.suse/ASoC-SOF-intel-move-sof_intel_dsp_desc-forward.patch
	patches.suse/ASoC-SOF-intel-add-snd_sof_dsp_check_sdw_irq-ops.patch
	patches.suse/soundwire-intel-introduce-shim-and-alh-base.patch
	patches.suse/ASoC-rt5514-make-array-div-static-const-makes-object.patch
	patches.suse/ASoC-Intel-sof_sdw-add-quirk-for-Dell-XPS-9710.patch
	patches.suse/ASoC-SOF-Intel-Use-DMI-string-to-search-for-adl_mx98.patch
	patches.suse/ASoC-Intel-update-sof_pcm512x-quirks.patch
	patches.suse/ASoC-Intel-sof_sdw_max98373-remove-useless-inits.patch
	patches.suse/ASoC-amd-vangogh-Drop-superfluous-mmap-callback.patch
	patches.suse/ASoC-simple-card-utils-Avoid-over-allocating-DLCs.patch
	patches.suse/ASoC-max98090-remove-duplicate-status-reads-and-usel.patch
	patches.suse/ASoC-rt5640-Silence-warning-message-about-missing-in.patch
	patches.suse/ASoC-cs42l42-Add-PLL-configuration-for-44.1kHz-16-bi.patch
	patches.suse/ASoC-cs42l42-Validate-dai_set_sysclk-frequency.patch
	patches.suse/ASoC-cs42l42-Assume-24-bit-samples-are-in-32-bit-slo.patch
	patches.suse/ASoC-cs42l42-Update-module-authors.patch
	patches.suse/ASoC-max98390-Add-support-change-dsm-param-name.patch
	patches.suse/ASoC-rt1015p-add-new-acpi-id-and-comapatible-id.patch
	patches.suse/ASoC-rt5682-Properly-turn-off-regulators-if-wrong-de.patch
	patches.suse/ASoC-rt5682-Remove-unused-variable-in-rt5682_i2c_rem.patch
	patches.suse/ASoC-SOF-Intel-Kconfig-clarify-DMI-L1-option-descrip.patch
	patches.suse/ASoC-SOF-Intel-hda-stream-remove-always-true-conditi.patch
	patches.suse/ASoC-SOF-Intel-simplify-logic-for-DMI_L1-handling.patch
	patches.suse/ASoC-SOF-Intel-make-DMI-L1-selection-more-robust.patch
	patches.suse/ASoC-Intel-boards-harden-codec-property-handling.patch
	patches.suse/ASoC-Intel-boards-handle-errors-with-acpi_dev_get_fi.patch
	patches.suse/ASoC-Intel-boards-get-codec-device-with-ACPI-instead.patch
	patches.suse/ASoC-Intel-sof_sdw-pass-card-information-to-init-exi.patch
	patches.suse/ASoC-Intel-sof_sdw_rt711-keep-codec-device-reference.patch
	patches.suse/ASoC-Intel-use-software-node-API-in-SoundWire-machin.patch
	patches.suse/ASoC-Intel-remove-device_properties-for-Atom-boards.patch
	patches.suse/ASoC-Intel-boards-use-software-node-API-in-Atom-boar.patch
	patches.suse/ASoC-Intel-bytcr_rt5640-Use-cfg-lineout-2-in-the-com.patch
	patches.suse/ASoC-fsl_rpmsg-Check-EPROBE_DEFER-for-getting-clocks.patch
	patches.suse/ASoC-rsnd-adg-clearly-handle-clock-error-NULL-case.patch
	patches.suse/ASoC-rt5640-Move-rt5640_disable_jack_detect-up-in-th.patch
	patches.suse/ASoC-rt5640-Delay-requesting-IRQ-until-the-machine-d.patch
	patches.suse/ASoC-rt5640-Add-optional-hp_det_gpio-parameter-to-rt.patch
	patches.suse/ASoC-rt5640-Add-rt5640_set_ovcd_params-helper.patch
	patches.suse/ASoC-Intel-bytct_rt5640-Add-a-separate-Headset-Mic-2.patch
	patches.suse/ASoC-Intel-bytcr_rt5640-Add-support-for-HP-Elite-Pad.patch
	patches.suse/ASoC-Intel-bytcr_rt5640-Mark-hp_elitepad_1000g2_jack.patch
	patches.suse/ASoC-rt1015-remove-possible-unused-variable-bclk_ms.patch
	patches.suse/ASoC-Intel-kbl_da7219_max98927-Fix-format-selection-.patch
	patches.suse/ASoC-Intel-Skylake-Leave-data-as-is-when-invoking-TL.patch
	patches.suse/ASoC-Intel-Skylake-Select-proper-format-for-NHLT-blo.patch
	patches.suse/ASoC-Intel-Skylake-Fix-module-resource-and-format-se.patch
	patches.suse/ASoC-Intel-Skylake-Fix-module-configuration-for-KPB-.patch
	patches.suse/ASoC-Intel-Skylake-Fix-passing-loadable-flag-for-mod.patch
	patches.suse/ASoC-Intel-Skylake-Simplify-m_state-for-loadable-mod.patch
	patches.suse/ASoC-Intel-Skylake-Support-multiple-format-configs.patch
	patches.suse/ASoC-Intel-Skylake-Support-modules-with-generic-exte.patch
	patches.suse/ASoC-Intel-Skylake-Properly-configure-modules-with-g.patch
	patches.suse/ASoC-Intel-Skylake-Select-first-entry-for-singular-p.patch
	patches.suse/ASoC-SOF-intel-remove-duplicate-include.patch
	patches.suse/ASoC-Intel-bytcr_rt5640-Make-rt5640_jack_gpio-rt5640.patch
	patches.suse/ASoC-rt5682-Fix-the-vol-button-detection-issue.patch
	patches.suse/ASoC-imx-rpmsg-change-dev_err-to-dev_err_probe-for-E.patch
	patches.suse/ASoC-rockchip-i2s-Fix-regmap_ops-hang.patch
	patches.suse/ASoC-rockchip-i2s-Fixup-config-for-DAIFMT_DSP_A-B.patch
	patches.suse/ASoC-soc-pcm-protect-BE-dailink-state-changes-in-tri.patch
	patches.suse/ASoC-wcd9335-Fix-a-double-irq-free-in-the-remove-fun.patch
	patches.suse/ASoC-wcd9335-Fix-a-memory-leak-in-the-error-handling.patch
	patches.suse/ASoC-wcd9335-Disable-irq-on-slave-ports-in-the-remov.patch
	patches.suse/media-dib8000-rewrite-the-init-prbs-logic.patch
	patches.suse/media-uvc-don-t-do-DMA-on-stack.patch
	patches.suse/media-atmel-atmel-sama5d2-isc-fix-YUYV-format.patch
	patches.suse/media-TDA1997x-enable-EDID-support.patch
	patches.suse/media-ti-vpe-cal-fix-error-handling-in-cal_camerarx_.patch
	patches.suse/media-ti-vpe-cal-fix-queuing-of-the-initial-buffer.patch
	patches.suse/media-cxd2880-spi-Fix-an-error-handling-path.patch
	patches.suse/media-rc-loopback-return-number-of-emitters-rather-t.patch
	patches.suse/media-dvb-usb-fix-uninit-value-in-dvb_usb_adapter_dv.patch
	patches.suse/media-dvb-usb-fix-uninit-value-in-vp702x_read_mac_ad.patch
	patches.suse/media-dvb-usb-Fix-error-handling-in-dvb_usb_i2c_init.patch
	patches.suse/media-hantro-vp8-Move-noisy-WARN_ON-to-vpu_debug.patch
	patches.suse/media-go7007-fix-memory-leak-in-go7007_usb_probe.patch
	patches.suse/media-go7007-remove-redundant-initialization.patch
	patches.suse/media-v4l2-subdev-fix-some-NULL-vs-IS_ERR-checks.patch
	patches.suse/media-stkwebcam-fix-memory-leak-in-stk_camera_probe.patch
	patches.suse/media-platform-stm32-unprepare-clocks-at-handling-er.patch
	patches.suse/media-rockchip-rga-fix-error-handling-in-probe.patch
	patches.suse/media-coda-fix-frame_mem_ctrl-for-YUV420-and-YVU420-.patch
	patches.suse/media-atomisp-Fix-runtime-PM-imbalance-in-atomisp_pc.patch
	patches.suse/media-atomisp-pci-fix-error-return-code-in-atomisp_p.patch
	patches.suse/media-atomisp-fix-the-uninitialized-use-and-rename-r.patch
	patches.suse/media-em28xx-input-fix-refcount-bug-in-em28xx_usb_di.patch
	patches.suse/media-omap3isp-Fix-missing-unlock-in-isp_subdev_noti.patch
	patches.suse/media-Documentation-media-Improve-camera-sensor-docu.patch
	patches.suse/media-imx258-Rectify-mismatch-of-VTS-value.patch
	patches.suse/media-imx258-Limit-the-max-analogue-gain-to-480.patch
	patches.suse/media-imx-imx7-media-csi-Fix-buffer-return-upon-stre.patch
	patches.suse/media-v4l2-dv-timings.c-fix-wrong-condition-in-two-f.patch
	patches.suse/media-TDA1997x-fix-tda1997x_query_dv_timings-return-.patch
	patches.suse/media-tegra-cec-Handle-errors-of-clk_prepare_enable.patch
	patches.suse/media-venus-hfi-fix-return-value-check-in-sys_get_pr.patch
	patches.suse/media-venus-venc-Fix-potential-null-pointer-derefere.patch
	patches.suse/media-venus-helper-do-not-set-constrained-parameters.patch
	patches.suse/0001-drm-i915-apply-WaEnableVGAAccessThroughIOPort-as-nee.patch
	patches.suse/Revert-drm-i915-display-Drop-FIXME-about-turn-off-in.patch
	patches.suse/0003-drm-i915-xelpd-break-feature-inheritance.patch
	patches.suse/drm-i915-jsl-Add-W-A-1409054076-for-JSL.patch
	patches.suse/0005-drm-i915-Force-a-TypeC-PHY-disconnect-during-suspend.patch
	patches.suse/0006-drm-i915-dmc-Introduce-DMC_FW_MAIN.patch
	patches.suse/0007-drm-i915-xelpd-Pipe-A-DMC-plugging.patch
	patches.suse/0008-drm-i915-adl_p-Pipe-B-DMC-Support.patch
	patches.suse/0009-drm-i915-adl_p-Load-DMC.patch
	patches.suse/0010-drm-i915-s-intel-hsw-for-hsw-bdw-skl-buf-trans.patch
	patches.suse/0011-drm-i915-Introduce-hsw_get_buf_trans.patch
	patches.suse/0012-drm-i915-Wrap-the-platform-specific-buf-trans-struct.patch
	patches.suse/0013-drm-i915-Rename-dkl-phy-buf-trans-tables.patch
	patches.suse/0014-drm-i915-Wrap-the-buf-trans-tables-into-a-struct.patch
	patches.suse/0015-drm-i915-Introduce-intel_get_buf_trans.patch
	patches.suse/0016-drm-i915-Return-the-whole-buf_trans-struct-from-get_.patch
	patches.suse/0017-drm-i915-Store-the-HDMI-default-entry-in-the-bug-tra.patch
	patches.suse/0018-drm-i915-Introduce-encoder-get_buf_trans.patch
	patches.suse/0019-drm-i915-Clean-up-hsw-bdw-skl-kbl-buf-trans-funcs.patch
	patches.suse/0020-drm-i915-Introduce-rkl_get_combo_buf_trans.patch
	patches.suse/0021-drm-i915-Fix-dg1-buf-trans-tables.patch
	patches.suse/0022-drm-i915-Deduplicate-icl-DP-HBR2-vs.-eDP-HBR3-table.patch
	patches.suse/0023-drm-i915-keep-backlight_enable-on-until-turn-eDP-dis.patch
	patches.suse/0024-drm-i915-Fix-ehl-edp-hbr2-vswing-table.patch
	patches.suse/0025-drm-i915-Clean-up-jsl-ehl-buf-trans-functions.patch
	patches.suse/0026-drm-i915-Nuke-buf_trans-hdmi-functions.patch
	patches.suse/0027-drm-i915-Add-the-missing-adls-vswing-tables.patch
	patches.suse/0028-drm-i915-fbc-s-threshold-limit.patch
	patches.suse/0029-drm-i915-fbc-Extract-intel_fbc_program_cfb.patch
	patches.suse/0030-drm-i915-fbc-Embed-the-compressed_llb-node.patch
	patches.suse/0031-drm-i915-fbc-Don-t-pass-around-the-mm-node.patch
	patches.suse/0032-drm-i915-fbc-Handle-16bpp-compression-limit-better.patch
	patches.suse/0033-drm-i915-fbc-Introduce-g4x_dpfc_ctl_limit.patch
	patches.suse/0034-drm-i915-fbc-Extract-intel_fbc_stolen_end.patch
	patches.suse/0035-drm-i915-fbc-Make-the-cfb-allocation-loop-a-bit-more.patch
	patches.suse/0036-drm-i915-fbc-Allocate-llb-before-cfb.patch
	patches.suse/0037-drm-i915-Stop-hand-rolling-drm_crtc_mask.patch
	patches.suse/0038-drm-i915-Clean-up-intel_get_load_detect_pipe-a-bit.patch
	patches.suse/0039-drm-i915-Clean-up-intel_find_initial_plane_obj-a-bit.patch
	patches.suse/0040-drm-i915-Clean-up-pre-skl-wm-calling-convention.patch
	patches.suse/0041-drm-i915-Clean-up-intel_fbdev_init_bios-a-bit.patch
	patches.suse/0042-drm-i915-s-intel_crtc-crtc.patch
	patches.suse/0043-drm-i915-display-psr-Handle-SU-Y-granularity.patch
	patches.suse/0044-drm-i915-display-adl_p-Implement-Wa_22012278275.patch
	patches.suse/0045-drm-i915-display-adl_p-Implement-Wa_16011168373.patch
	patches.suse/0046-drm-i915-xelpd-Handle-PSR2-SDP-indication-in-the-pri.patch
	patches.suse/0047-drm-i915-display-adl_p-Implement-Wa_16011303918.patch
	patches.suse/0048-drm-i915-display-fix-level-0-adjustement-on-display-.patch
	patches.suse/0049-drm-i915-display-use-max_level-to-control-loop.patch
	patches.suse/0050-drm-i915-jsl-Remove-require_force_probe-protection.patch
	patches.suse/0051-drm-i915-ehl-Remove-require_force_probe-protection.patch
	patches.suse/0052-drm-i915-display-Fix-state-mismatch-in-drm-infoframe.patch
	patches.suse/0053-drm-i915-display-check-if-compressed_llb-was-allocat.patch
	patches.suse/0054-drm-i915-hdcp-Nuke-Platform-check-for-mst-hdcp-init.patch
	patches.suse/0055-drm-i915-finish-INTEL_GEN-and-friends-conversion.patch
	patches.suse/0056-gpu-drm-i915-nuke-old-GEN-macros.patch
	patches.suse/0057-drm-i915-dpcd_bl-Remove-redundant-AUX-backlight-freq.patch
	patches.suse/0058-drm-i915-dpcd_bl-Handle-drm_dpcd_read-write-return-v.patch
	patches.suse/0059-drm-i915-dpcd_bl-Cleanup-intel_dp_aux_vesa_enable_ba.patch
	patches.suse/0060-drm-i915-dpcd_bl-Cache-some-backlight-capabilities-i.patch
	patches.suse/0061-drm-i915-dpcd_bl-Move-VESA-backlight-enabling-code-c.patch
	patches.suse/0062-drm-i915-dpcd_bl-Return-early-in-vesa_calc_max_backl.patch
	patches.suse/0063-drm-i915-dpcd_bl-Print-return-codes-for-VESA-backlig.patch
	patches.suse/0064-drm-dp-Extract-i915-s-eDP-backlight-code-into-DRM-he.patch
	patches.suse/drm-panfrost-Fix-missing-clk_disable_unprepare-on-er.patch
	patches.suse/drm-vmwgfx-Fix-subresource-updates-with-new-contexts.patch
	patches.suse/drm-vmwgfx-Fix-some-static-checker-warnings.patch
	patches.suse/0065-drm-i915-ttm-Introduce-a-TTM-i915-gem-object-backend.patch
	patches.suse/0066-drm-i915-lmem-Verify-checks-for-lmem-residency.patch
	patches.suse/0446-drm-vma-Add-a-driver_private-member-to-vma_node.patch
	patches.suse/0067-drm-i915-Use-ttm-mmap-handling-for-ttm-bo-s.patch
	patches.suse/0068-dma-buf-add-dma_fence_chain_alloc-free-v3.patch
	patches.suse/drm-bridge-anx7625-Make-hpd-workqueue-freezable.patch
	patches.suse/drm-vc4-hdmi-Set-HD_CTL_WHOLSMP-and-HD_CTL_CHALIGN_S.patch
	patches.suse/drm-ttm-Fix-multihop-assert-on-eviction.patch
	patches.suse/drm-amdgpu-Fix-BUG_ON-assert.patch
	patches.suse/drm-panfrost-Make-sure-MMU-context-lifetime-is-not-b.patch
	patches.suse/drm-omap-Follow-implicit-fencing-in-prepare_fb.patch
	patches.suse/drm-Don-t-test-for-IRQ-support-in-VBLANK-ioctls.patch
	patches.suse/0069-drm-i915-Track-IRQ-state-in-local-device-state.patch
	patches.suse/0070-drm-aperture-Pass-DRM-driver-structure-instead-of-dr.patch
	patches.suse/drm-vc4-Fix-pixel-wrap-issue-with-DVP-teardown.patch
	patches.suse/dma-buf-fix-dma_resv_test_signaled-test_all-handling.patch
	patches.suse/drm-gma500-Fix-end-of-loop-tests-for-list_for_each_e.patch
	patches.suse/drm-panel-Fix-up-DT-bindings-for-Samsung-lms397kf04.patch
	patches.suse/drm-of-free-the-right-object.patch
	patches.suse/drm-vkms-Let-shadow-plane-helpers-prepare-the-plane-.patch
	patches.suse/drm-of-free-the-iterator-object-on-failure.patch
	patches.suse/video-fbdev-kyro-fix-a-DoS-bug-by-restricting-user-i.patch
	patches.suse/drm-ast-Disable-fast-reset-after-DRAM-initial.patch
	patches.suse/drm-avoid-circular-locks-in-drm_mode_getconnector.patch
	patches.suse/drm-avoid-blocking-in-drm_clients_info-s-rcu-section.patch
	patches.suse/drm-add-a-locked-version-of-drm_is_current_master.patch
	patches.suse/drm-serialize-drm_file.master-with-a-new-spinlock.patch
	patches.suse/drm-protect-drm_master-pointers-in-drm_lease.c.patch
	patches.suse/drivers-firmware-move-x86-Generic-System-Framebuffer.patch
	patches.suse/drivers-firmware-consolidate-EFI-framebuffer-setup-f.patch
	patches.suse/drivers-firmware-fix-SYSFB-depends-to-prevent-build-.patch
	patches.suse/efi-sysfb_efi-fix-build-when-EFI-is-not-set.patch
	patches.suse/drm-rcar-du-Shutdown-the-display-on-system-shutdown.patch
	patches.suse/drm-rcar-du-Don-t-put-reference-to-drm_device-in-rca.patch
	patches.suse/drm-bridge-nwl-dsi-Avoid-potential-multiplication-ov.patch
	patches.suse/video-fbdev-asiliantfb-Error-out-if-pixclock-equals-.patch
	patches.suse/video-fbdev-kyro-Error-out-if-pixclock-equals-zero.patch
	patches.suse/video-fbdev-riva-Error-out-if-pixclock-equals-zero.patch
	patches.suse/drm-prime-fix-comment-on-PRIME-Helpers.patch
	patches.suse/drm-mxsfb-Enable-recovery-on-underflow.patch
	patches.suse/drm-mxsfb-Increase-number-of-outstanding-requests-on.patch
	patches.suse/drm-mxsfb-Clear-FIFO_CLEAR-bit.patch
	patches.suse/drm-dp_mst-Fix-return-code-on-sideband-message-failu.patch
	patches.suse/drm-use-the-lookup-lock-in-drm_is_current_master.patch
	patches.suse/drm-amdgpu-Fix-amdgpu_ras_eeprom_init.patch
	patches.suse/drm-amdgpu-Fix-koops-when-accessing-RAS-EEPROM.patch
	patches.suse/0001-drm-amdgpu-add-license-to-umc_8_7_0_sh_mask.h.patch
	patches.suse/drm-amd-display-Fix-timer_per_pixel-unit-error.patch
	patches.suse/drm-amd-display-Fixed-hardware-power-down-bypass-dur.patch
	patches.suse/drm-amdgpu-Fix-a-printing-message.patch
	patches.suse/drm-amd-amdgpu-Update-debugfs-link_settings-output-l.patch
	patches.suse/drm-amdgpu-acp-Make-PM-domain-really-work.patch
	patches.suse/drm-amd-pm-Fix-a-bug-communicating-with-the-SMU-v5.patch
	patches.suse/drm-amd-display-Fix-PSR-command-version.patch
	patches.suse/drm-amdgpu-display-add-support-for-multiple-backligh.patch
	patches.suse/drm-amdgpu-adjust-fence-driver-enable-sequence.patch
	patches.suse/drm-amd-pm-Fix-a-bug-in-semaphore-double-lock.patch
	patches.suse/drm-dp-Don-t-zero-PWMGEN_BIT_COUNT-when-driver_pwm_f.patch
	patches.suse/drm-bridge-ti-sn65dsi86-Fix-power-off-sequence.patch
	patches.suse/0001-drm-bridge-ti-sn65dsi86-Add-some-100-us-delays.patch
	patches.suse/drm-amdgpu-avoid-over-handle-of-fence-driver-fini-in.patch
	patches.suse/0071-drm-i915-Fix-busy-ioctl-commentary.patch
	patches.suse/0072-drm-i915-Simplify-userptr-locking.patch
	patches.suse/0073-drm-i915-adl_p-Add-initial-ADL_P-Workarounds.patch
	patches.suse/0074-drm-i915-ttm-Fix-memory-leaks.patch
	patches.suse/0075-drm-i915-ttm-add-ttm_buddy_man.patch
	patches.suse/0076-drm-i915-ttm-add-i915_sg_from_buddy_resource.patch
	patches.suse/0077-drm-i915-ttm-Calculate-the-object-placement-at-get_p.patch
	patches.suse/0078-drm-i915-ttm-pass-along-the-I915_BO_ALLOC_CONTIGUOUS.patch
	patches.suse/0079-drm-i915-ttm-remove-node-usage-in-our-naming.patch
	patches.suse/0080-drm-i915-ttm-switch-over-to-ttm_buddy_man.patch
	patches.suse/0081-drm-i915-ttm-restore-min_page_size-behaviour.patch
	patches.suse/0082-drm-i915-gem-Remove-duplicated-call-to-ops-pread.patch
	patches.suse/0083-drm-i915-ttm-remove-unused-function.patch
	patches.suse/0084-drm-i915-Reference-objects-on-the-ww-object-list.patch
	patches.suse/0085-drm-i915-Break-out-dma_resv-ww-locking-utilities-to-.patch
	patches.suse/0086-drm-i915-Introduce-a-ww-transaction-helper.patch
	patches.suse/0087-drm-i915-gt-Add-an-insert_entry-for-gen8_ppgtt.patch
	patches.suse/0088-drm-i915-gt-Add-a-routine-to-iterate-over-the-pageta.patch
	patches.suse/0089-drm-i915-gt-Export-the-pinned-context-constructor-an.patch
	patches.suse/0090-drm-i915-gt-Pipelined-page-migration.patch
	patches.suse/0091-drm-i915-gt-Pipelined-clear.patch
	patches.suse/0092-drm-i915-gt-Setup-a-default-migration-context-on-the.patch
	patches.suse/0093-drm-i915-ttm-accelerated-move-implementation.patch
	patches.suse/0094-drm-i915-gem-Zap-the-client-blt-code.patch
	patches.suse/0095-drm-i915-gem-Zap-the-i915_gem_object_blt-code.patch
	patches.suse/0096-drm-i915-Perform-execbuffer-object-locking-as-a-sepa.patch
	patches.suse/0097-drm-i915-Remove-duplicate-include-of-intel_region_lm.patch
	patches.suse/0098-drm-i915-extract-steered-reg-access-to-common-functi.patch
	patches.suse/0099-drm-i915-Add-GT-support-for-multiple-types-of-multic.patch
	patches.suse/0100-drm-i915-Add-support-for-explicit-L3BANK-steering.patch
	patches.suse/0101-drm-i915-ttm-Fix-incorrect-assumptions-about-ttm_bo_.patch
	patches.suse/0102-drm-i915-selftests-add-back-the-selftest-hook-for-th.patch
	patches.suse/0103-drm-i915-Move-priolist-to-new-i915_sched_engine-obje.patch
	patches.suse/0104-drm-i915-Add-i915_sched_engine_is_empty-function.patch
	patches.suse/0105-drm-i915-Reset-sched_engine.no_priolist-immediately-.patch
	patches.suse/0106-drm-i915-Move-active-tracking-to-i915_sched_engine.patch
	patches.suse/0107-drm-i915-Move-engine-schedule-to-i915_sched_engine.patch
	patches.suse/0108-drm-i915-Add-kick_backend-function-to-i915_sched_eng.patch
	patches.suse/0109-drm-i915-Update-i915_scheduler-to-operate-on-i915_sc.patch
	patches.suse/0110-drm-i915-Move-submission-tasklet-to-i915_sched_engin.patch
	patches.suse/0111-drm-i915-guc-Introduce-unified-HXG-messages.patch
	patches.suse/0112-drm-i915-guc-Update-firmware-to-v62.0.0.patch
	patches.suse/0113-drm-i915-Document-the-Virtual-Engine-uAPI.patch
	patches.suse/0114-drm-i915-eb-Fix-pagefault-disabling-in-the-first-slo.patch
	patches.suse/0115-drm-i915-ttm-fix-static-warning.patch
	patches.suse/0116-drm-i915-Update-object-placement-flags-to-be-mutable.patch
	patches.suse/0117-drm-i915-ttm-Adjust-gem-flags-and-caching-settings-a.patch
	patches.suse/0118-drm-i915-ttm-Use-TTM-for-system-memory.patch
	patches.suse/0119-drm-i915-selftest-Extend-ctx_timestamp-ICL-workaroun.patch
	patches.suse/0120-drm-i915-gem-Implement-object-migration.patch
	patches.suse/0121-drm-i915-gem-Introduce-a-selftest-for-the-gem-object.patch
	patches.suse/0122-drm-i915-display-Migrate-objects-to-LMEM-if-possible.patch
	patches.suse/0123-drm-i915-support-forcing-the-page-size-with-lmem.patch
	patches.suse/0124-drm-i915-gtt-ignore-min_page_size-for-paging-structu.patch
	patches.suse/0125-drm-i915-Improve-debug-Kconfig-texts-a-bit.patch
	patches.suse/0126-drm-i915-selftests-fix-smatch-warning-in-igt_check_b.patch
	patches.suse/0127-drm-i915-selftests-fix-smatch-warning-in-mock_reserv.patch
	patches.suse/0128-drm-i915-gt-finish-INTEL_GEN-and-friends-conversion.patch
	patches.suse/0129-drm-i915-adl_s-Fix-dma_mask_size-to-39-bit.patch
	patches.suse/0130-drm-i915-huc-Update-TGL-and-friends-to-HuC-7.9.3.patch
	patches.suse/0131-drm-i915-adlp-Add-ADL-P-GuC-HuC-firmware-files.patch
	patches.suse/0132-drm-i915-Drop-I915_CONTEXT_PARAM_RINGSIZE.patch
	patches.suse/0133-drm-i915-Stop-storing-the-ring-size-in-the-ring-poin.patch
	patches.suse/0134-drm-i915-Drop-I915_CONTEXT_PARAM_NO_ZEROMAP.patch
	patches.suse/0135-drm-i915-gem-Set-the-watchdog-timeout-directly-in-in.patch
	patches.suse/0136-drm-i915-gem-Return-void-from-context_apply_all.patch
	patches.suse/0137-drm-i915-Drop-the-CONTEXT_CLONE-API-v2.patch
	patches.suse/0138-drm-i915-Implement-SINGLE_TIMELINE-with-a-syncobj-v4.patch
	patches.suse/0139-drm-i915-Drop-getparam-support-for-I915_CONTEXT_PARA.patch
	patches.suse/0140-drm-i915-gem-Disallow-bonding-of-virtual-engines-v3.patch
	patches.suse/0141-drm-i915-gem-Remove-engine-auto-magic-with-FENCE_SUB.patch
	patches.suse/0142-drm-i915-request-Remove-the-hook-from-await_executio.patch
	patches.suse/0143-drm-i915-gem-Disallow-creating-contexts-with-too-man.patch
	patches.suse/0144-drm-i915-Stop-manually-RCU-banging-in-reset_stats_io.patch
	patches.suse/0145-drm-i915-gem-Add-a-separate-validate_priority-helper.patch
	patches.suse/0146-drm-i915-Add-gem-i915_gem_context.h-to-the-docs.patch
	patches.suse/0147-drm-i915-gem-Add-an-intermediate-proto_context-struc.patch
	patches.suse/0148-drm-i915-gem-Rework-error-handling-in-default_engine.patch
	patches.suse/0149-drm-i915-gem-Optionally-set-SSEU-in-intel_context_se.patch
	patches.suse/0150-drm-i915-Add-an-i915_gem_vm_lookup-helper.patch
	patches.suse/0151-drm-i915-gem-Make-an-alignment-check-more-sensible.patch
	patches.suse/0152-drm-i915-gem-Use-the-proto-context-to-handle-create-.patch
	patches.suse/0153-drm-i915-gem-Return-an-error-ptr-from-context_lookup.patch
	patches.suse/0154-drm-i915-gt-Drop-i915_address_space-file-v2.patch
	patches.suse/0155-drm-i915-gem-Delay-context-creation-v3.patch
	patches.suse/0156-drm-i915-gem-Don-t-allow-changing-the-VM-on-running-.patch
	patches.suse/0157-drm-i915-gem-Don-t-allow-changing-the-engine-set-on-.patch
	patches.suse/0158-drm-i915-selftests-Take-a-VM-in-kernel_context.patch
	patches.suse/0159-i915-gem-selftests-Assign-the-VM-at-context-creation.patch
	patches.suse/0160-drm-i915-gem-Roll-all-of-context-creation-together.patch
	patches.suse/0161-drm-i915-Finalize-contexts-in-GEM_CONTEXT_CREATE-on-.patch
	patches.suse/0162-drm-i915-use-consistent-CPU-mappings-for-pin_map-use.patch
	patches.suse/0163-drm-i915-Settle-on-adl-x-in-WA-comments.patch
	patches.suse/0164-drm-i915-Implement-Wa_1508744258.patch
	patches.suse/0165-drm-i915-adl_s-Extend-Wa_1406941453.patch
	patches.suse/0166-drm-i915-guc-Relax-CTB-response-timeout.patch
	patches.suse/0167-drm-i915-guc-Improve-error-message-for-unsolicited-C.patch
	patches.suse/0168-drm-i915-guc-Increase-size-of-CTB-buffers.patch
	patches.suse/0169-drm-i915-guc-Add-non-blocking-CTB-send-function.patch
	patches.suse/0170-drm-i915-guc-Add-stall-timer-to-non-blocking-CTB-sen.patch
	patches.suse/0171-drm-i915-guc-Optimize-CTB-writes-and-reads.patch
	patches.suse/0172-drm-i915-guc-Module-load-failure-test-for-CT-buffer-.patch
	patches.suse/0173-drm-i915-uapi-convert-drm_i915_gem_caching-to-kernel.patch
	patches.suse/0174-drm-i915-uapi-convert-drm_i915_gem_set_domain-to-ker.patch
	patches.suse/0175-drm-i915-step-s-platform-_revid_tbl-platform-_revids.patch
	patches.suse/0176-drm-i915-Make-pre-production-detection-use-direct-re.patch
	patches.suse/0177-drm-i915-skl-Use-revid-stepping-tables.patch
	patches.suse/0178-drm-i915-kbl-Drop-pre-production-revision-from-stepp.patch
	patches.suse/0179-drm-i915-bxt-Use-revid-stepping-tables.patch
	patches.suse/0180-drm-i915-glk-Use-revid-stepping-tables.patch
	patches.suse/0181-drm-i915-icl-Use-revid-stepping-tables.patch
	patches.suse/0182-drm-i915-jsl_ehl-Use-revid-stepping-tables.patch
	patches.suse/0183-drm-i915-rkl-Use-revid-stepping-tables.patch
	patches.suse/0184-drm-i915-dg1-Use-revid-stepping-tables.patch
	patches.suse/0185-drm-i915-cnl-Drop-all-workarounds.patch
	patches.suse/0186-drm-i915-icl-Drop-workarounds-that-only-apply-to-pre.patch
	patches.suse/0187-drm-i915-Remove-allow_alloc-from-i915_gem_object_get.patch
	patches.suse/0188-drm-i915-Drop-error-handling-from-dma_fence_work.patch
	patches.suse/0189-Revert-drm-i915-Skip-over-MI_NOOP-when-parsing.patch
	patches.suse/0190-drm-i915-uapi-reject-caching-ioctls-for-discrete.patch
	patches.suse/0191-drm-i915-uapi-convert-drm_i915_gem_userptr-to-kernel.patch
	patches.suse/0192-drm-i915-Add-TTM-offset-argument-to-mmap.patch
	patches.suse/0193-drm-i915-Fix-application-of-WaInPlaceDecompressionHa.patch
	patches.suse/0194-drm-i915-icl-Drop-a-couple-unnecessary-workarounds.patch
	patches.suse/0195-drm-i915-Program-DFR-enable-disable-as-a-GT-workarou.patch
	patches.suse/0196-drm-i915-Make-GT-workaround-upper-bounds-exclusive.patch
	patches.suse/0197-drm-i915-Ditch-i915-globals-shrink-infrastructure.patch
	patches.suse/0198-drm-i915-Call-i915_globals_exit-after-i915_pmu_exit.patch
	patches.suse/0199-drm-i915-Use-a-table-for-i915_init-exit-v2.patch
	patches.suse/0200-drm-i915-Make-the-kmem-slab-for-i915_buddy_block-a-g.patch
	patches.suse/0201-drm-i915-do-not-abbreviate-version-in-debugfs.patch
	patches.suse/0202-drm-i915-Add-release-id-version.patch
	patches.suse/0203-drm-i915-Add-XE_HP-initial-definitions.patch
	patches.suse/0204-drm-i915-xehpsdv-add-initial-XeHP-SDV-definitions.patch
	patches.suse/0205-drm-i915-dg2-add-DG2-platform-info.patch
	patches.suse/0206-drm-i915-gen12-Use-fuse-info-to-enable-SFC.patch
	patches.suse/0207-drm-i915-selftests-Allow-for-larger-engine-counts.patch
	patches.suse/0208-drm-i915-xehp-Handle-new-device-context-ID-format.patch
	patches.suse/0209-drm-i915-xehp-New-engine-context-offsets.patch
	patches.suse/0210-drm-i915-guc-Add-new-GuC-interface-defines-and-struc.patch
	patches.suse/0211-drm-i915-guc-Remove-GuC-stage-descriptor-add-LRC-des.patch
	patches.suse/0212-drm-i915-guc-Add-LRC-descriptor-context-lookup-array.patch
	patches.suse/0213-drm-i915-guc-Implement-GuC-submission-tasklet.patch
	patches.suse/0214-drm-i915-guc-Add-bypass-tasklet-submission-path-to-G.patch
	patches.suse/0215-drm-i915-guc-Implement-GuC-context-operations-for-ne.patch
	patches.suse/0216-drm-i915-guc-Insert-fence-on-context-when-deregister.patch
	patches.suse/0217-drm-i915-guc-Defer-context-unpin-until-scheduling-is.patch
	patches.suse/0218-drm-i915-guc-Disable-engine-barriers-with-GuC-during.patch
	patches.suse/0219-drm-i915-guc-Extend-deregistration-fence-to-schedule.patch
	patches.suse/0220-drm-i915-Disable-preempt-busywait-when-using-GuC-sch.patch
	patches.suse/0221-drm-i915-guc-Ensure-request-ordering-via-completion-.patch
	patches.suse/0222-drm-i915-guc-Disable-semaphores-when-using-GuC-sched.patch
	patches.suse/0223-drm-i915-guc-Ensure-G2H-response-has-space-in-buffer.patch
	patches.suse/0224-drm-i915-guc-Update-intel_gt_wait_for_idle-to-work-w.patch
	patches.suse/0225-drm-i915-guc-Update-GuC-debugfs-to-support-new-GuC.patch
	patches.suse/0226-drm-i915-guc-Add-trace-point-for-GuC-submit.patch
	patches.suse/0227-drm-i915-Add-intel_context-tracing.patch
	patches.suse/0228-drm-i915-gt-fix-platform-prefix.patch
	patches.suse/0229-drm-i915-gt-nuke-unused-legacy-engine-hw_id.patch
	patches.suse/0230-drm-i915-gt-rename-legacy-engine-hw_id-to-engine-gen.patch
	patches.suse/0231-drm-i915-xehp-VDBOX-VEBOX-fusing-registers-are-enabl.patch
	patches.suse/0232-drm-i915-uapi-reject-set_domain-for-discrete.patch
	patches.suse/0233-drm-i915-Extend-Wa_1406941453-to-adl-p.patch
	patches.suse/0234-drm-i915-xehp-Define-multicast-register-ranges.patch
	patches.suse/0235-drm-i915-xehp-Extra-media-engines-Part-1-engine-defi.patch
	patches.suse/0236-drm-i915-xehp-Extra-media-engines-Part-2-interrupts.patch
	patches.suse/0237-drm-i915-xehp-Extra-media-engines-Part-3-reset.patch
	patches.suse/0238-drm-i915-xehp-Xe_HP-forcewake-support.patch
	patches.suse/0239-drm-i915-gt-nuke-gen6_hw_id.patch
	patches.suse/0240-drm-i915-gem-Check-object_can_migrate-from-object_mi.patch
	patches.suse/0241-drm-i915-gem-Refactor-placement-setup-for-i915_gem_o.patch
	patches.suse/0242-drm-i915-gem-Call-i915_gem_flush_free_objects-in-i91.patch
	patches.suse/0243-drm-i915-gem-Unify-user-object-creation-v3.patch
	patches.suse/0244-drm-i915-gem-ttm-Only-call-__i915_gem_object_set_pag.patch
	patches.suse/0245-drm-i915-gem-Always-call-obj-ops-migrate-unless-can_.patch
	patches.suse/0246-drm-i915-gem-Correct-the-locking-and-pin-pattern-for.patch
	patches.suse/0247-drm-i915-gem-Migrate-to-system-at-dma-buf-attach-tim.patch
	patches.suse/0248-drm-i915-document-caching-related-bits.patch
	patches.suse/0249-drm-i915-ehl-unconditionally-flush-the-pages-on-acqu.patch
	patches.suse/0250-drm-i915-guc-GuC-virtual-engines.patch
	patches.suse/0251-drm-i915-guc-Make-hangcheck-work-with-GuC-virtual-en.patch
	patches.suse/0252-drm-i915-Hold-reference-to-intel_context-over-life-o.patch
	patches.suse/0253-drm-i915-guc-Disable-bonding-extension-with-GuC-subm.patch
	patches.suse/0254-drm-i915-guc-Direct-all-breadcrumbs-for-a-class-to-s.patch
	patches.suse/0255-drm-i915-Add-i915_sched_engine-destroy-vfunc.patch
	patches.suse/0256-drm-i915-Move-active-request-tracking-to-a-vfunc.patch
	patches.suse/0257-drm-i915-guc-Reset-implementation-for-new-GuC-interf.patch
	patches.suse/0258-drm-i915-Reset-GPU-immediately-if-submission-is-disa.patch
	patches.suse/0259-drm-i915-guc-Add-disable-interrupts-to-guc-sanitize.patch
	patches.suse/0260-drm-i915-guc-Suspend-resume-implementation-for-new-i.patch
	patches.suse/0261-drm-i915-guc-Handle-context-reset-notification.patch
	patches.suse/0262-drm-i915-guc-Handle-engine-reset-failure-notificatio.patch
	patches.suse/0263-drm-i915-guc-Enable-the-timer-expired-interrupt-for-.patch
	patches.suse/0264-drm-i915-guc-Provide-mmio-list-to-be-saved-restored-.patch
	patches.suse/0265-drm-i915-guc-Don-t-complain-about-reset-races.patch
	patches.suse/0266-drm-i915-guc-Enable-GuC-engine-reset.patch
	patches.suse/0267-drm-i915-guc-Capture-error-state-on-context-reset.patch
	patches.suse/0268-drm-i915-guc-Fix-for-error-capture-after-full-GPU-re.patch
	patches.suse/0269-drm-i915-guc-Hook-GuC-scheduling-policies-up.patch
	patches.suse/0270-drm-i915-guc-Connect-reset-modparam-updates-to-GuC-p.patch
	patches.suse/0271-drm-i915-guc-Include-scheduling-policies-in-the-debu.patch
	patches.suse/0272-drm-i915-guc-Add-golden-context-to-GuC-ADS.patch
	patches.suse/0273-drm-i915-guc-Implement-banned-contexts-for-GuC-submi.patch
	patches.suse/0274-drm-i915-guc-Support-request-cancellation.patch
	patches.suse/0275-drm-i915-selftest-Better-error-reporting-from-hangch.patch
	patches.suse/0276-drm-i915-selftest-Fix-workarounds-selftest-for-GuC-s.patch
	patches.suse/0277-drm-i915-selftest-Fix-MOCS-selftest-for-GuC-submissi.patch
	patches.suse/0278-drm-i915-selftest-Increase-some-timeouts-in-live_req.patch
	patches.suse/0279-drm-i915-selftest-Fix-hangcheck-self-test-for-GuC-su.patch
	patches.suse/0280-drm-i915-selftest-Bump-selftest-timeouts-for-hangche.patch
	patches.suse/0281-drm-i915-guc-Implement-GuC-priority-management.patch
	patches.suse/0282-drm-i915-guc-Unblock-GuC-submission-on-Gen11.patch
	patches.suse/0283-drm-i915-xehpsdv-Correct-parameters-for-IS_XEHPSDV_G.patch
	patches.suse/0284-drm-i915-Check-for-nomodeset-in-i915_init-first.patch
	patches.suse/0285-drm-i915-move-i915_active-slab-to-direct-module-init.patch
	patches.suse/0286-drm-i915-move-i915_buddy-slab-to-direct-module-init-.patch
	patches.suse/0287-drm-i915-move-intel_context-slab-to-direct-module-in.patch
	patches.suse/0288-drm-i915-move-gem_context-slab-to-direct-module-init.patch
	patches.suse/0289-drm-i915-move-gem_objects-slab-to-direct-module-init.patch
	patches.suse/0290-drm-i915-move-request-slabs-to-direct-module-init-ex.patch
	patches.suse/0291-drm-i915-move-scheduler-slabs-to-direct-module-init-.patch
	patches.suse/0292-drm-i915-move-vma-slab-to-direct-module-init-exit.patch
	patches.suse/0293-drm-i915-Remove-i915_globals.patch
	patches.suse/0294-drm-i915-Extract-i915_module.c.patch
	patches.suse/0295-drm-i915-gt-remove-explicit-CNL-handling-from-intel_.patch
	patches.suse/0296-drm-i915-gt-remove-explicit-CNL-handling-from-intel_.patch
	patches.suse/0297-drm-i915-gt-rename-CNL-references-in-intel_engine.h.patch
	patches.suse/0298-drm-i915-gt-remove-GRAPHICS_VER-10.patch
	patches.suse/0299-drm-i915-selftests-prefer-the-create_user-helper.patch
	patches.suse/0300-drm-i915-xehp-Fix-missing-sentinel-on-mcr_ranges_xeh.patch
	patches.suse/0301-drm-i915-guc-slpc-Initial-definitions-for-SLPC.patch
	patches.suse/0302-drm-i915-guc-slpc-Gate-Host-RPS-when-SLPC-is-enabled.patch
	patches.suse/0303-drm-i915-guc-slpc-Adding-SLPC-communication-interfac.patch
	patches.suse/0304-drm-i915-guc-slpc-Allocate-initialize-and-release-SL.patch
	patches.suse/0305-drm-i915-guc-slpc-Enable-SLPC-and-add-related-H2G-ev.patch
	patches.suse/0306-drm-i915-guc-slpc-Remove-BUG_ON-in-guc_submission_di.patch
	patches.suse/0307-drm-i915-guc-slpc-Add-methods-to-set-min-max-frequen.patch
	patches.suse/0308-drm-i915-guc-slpc-Add-get-max-min-freq-hooks.patch
	patches.suse/0309-drm-i915-guc-slpc-Add-debugfs-for-SLPC-info.patch
	patches.suse/0310-drm-i915-guc-slpc-Enable-ARAT-timer-interrupt.patch
	patches.suse/0311-drm-i915-guc-slpc-Cache-platform-frequency-limits.patch
	patches.suse/0312-drm-i915-guc-slpc-Sysfs-hooks-for-SLPC.patch
	patches.suse/0313-drm-i915-guc-slpc-Add-SLPC-selftest.patch
	patches.suse/0314-drm-i915-guc-rc-Setup-and-enable-GuCRC-feature.patch
	patches.suse/0315-drm-i915-dg2-Add-forcewake-table.patch
	patches.suse/0316-drm-i915-xehp-Changes-to-ss-eu-definitions.patch
	patches.suse/0317-drm-i915-xehpsdv-Add-maximum-sseu-limits.patch
	patches.suse/0318-drm-i915-dg2-DG2-uses-the-same-sseu-limits-as-XeHP-S.patch
	patches.suse/0319-drm-i915-Disable-gpu-relocations.patch
	patches.suse/0320-drm-i915-delete-gpu-reloc-code.patch
	patches.suse/0321-drm-i915-userptr-Probe-existence-of-backing-struct-p.patch
	patches.suse/0322-drm-i915-xehp-handle-new-steering-options.patch
	patches.suse/0323-drm-i915-xehpsdv-Define-steering-tables.patch
	patches.suse/0324-drm-i915-dg2-Update-steering-tables.patch
	patches.suse/0325-drm-i915-dg2-Add-SQIDI-steering.patch
	patches.suse/drm-xlnx-zynqmp_dpsub-Call-pm_runtime_get_sync-befor.patch
	patches.suse/drm-xlnx-zynqmp-release-reset-to-DP-controller-befor.patch
	patches.suse/0326-drm-i915-plane-add-intel_plane_helper_add-helper.patch
	patches.suse/0327-drm-i915-Handle-cdclk-crawling-flag-in-standard-mann.patch
	patches.suse/0328-drm-i915-display-xelpd-Fix-incorrect-color-capabilit.patch
	patches.suse/0329-drm-i915-dg1-Compute-MEM-Bandwidth-using-MCHBAR.patch
	patches.suse/0330-drm-i915-Invoke-another-_DSM-to-enable-MUX-on-HP-Wor.patch
	patches.suse/0331-drm-i915-display-Settle-on-adl-x-in-WA-comments.patch
	patches.suse/0332-drm-i915-Limit-Wa_22010178259-to-affected-platforms.patch
	patches.suse/0333-drm-i915-display-xelpd-Extend-Wa_14011508470.patch
	patches.suse/0334-drm-i915-debugfs-DISPLAY_VER-13-lpsp-capability.patch
	patches.suse/0335-drm-i915-display-Add-write-permissions-for-fec-suppo.patch
	patches.suse/0336-drm-i915-display-dsc-Add-Per-connector-debugfs-node-.patch
	patches.suse/0337-drm-i915-display-dsc-Force-dsc-BPP.patch
	patches.suse/0338-drm-i915-display-adl_p-Implement-PSR-changes.patch
	patches.suse/0339-drm-i915-display-Disable-FBC-when-PSR2-is-enabled-di.patch
	patches.suse/0340-drm-i915-display-Fix-shared-dpll-mismatch-for-bigjoi.patch
	patches.suse/0341-drm-i915-adl_s-Wa_14011765242-is-also-needed-on-A1-d.patch
	patches.suse/0342-drm-i915-rkl-Wa_1409767108-also-applies-to-RKL.patch
	patches.suse/0343-drm-i915-rkl-Wa_1408330847-no-longer-applies-to-RKL.patch
	patches.suse/0344-drm-i915-Make-display-workaround-upper-bounds-exclus.patch
	patches.suse/0345-drm-i915-Fork-DG1-interrupt-handler.patch
	patches.suse/0346-drm-i915-dg2-Add-fake-PCH.patch
	patches.suse/0347-drm-i915-dg2-Add-cdclk-table-and-reference-clock.patch
	patches.suse/0348-drm-i915-dg2-Skip-shared-DPLL-handling.patch
	patches.suse/0349-drm-i915-dg2-Don-t-wait-for-AUX-power-well-enable-AC.patch
	patches.suse/0350-drm-i915-dg2-Setup-display-outputs.patch
	patches.suse/0351-drm-i915-dg2-Add-dbuf-programming.patch
	patches.suse/0352-drm-i915-dg2-Don-t-program-BW_BUDDY-registers.patch
	patches.suse/0353-drm-i915-dg2-Don-t-read-DRAM-info.patch
	patches.suse/0354-drm-i915-dg2-DG2-has-fixed-memory-bandwidth.patch
	patches.suse/0355-drm-i915-step-Add-macro-magic-for-handling-steps.patch
	patches.suse/0356-drm-i915-dmc-Change-intel_get_stepping_info.patch
	patches.suse/0357-drm-i915-firmware-Update-to-DMC-v2.12-on-TGL.patch
	patches.suse/0358-drm-i915-firmware-Update-to-DMC-v2.03-on-RKL.patch
	patches.suse/0359-drm-i915-dg2-Classify-DG2-PHY-types.patch
	patches.suse/0360-drm-i915-dg2-Add-DG2-to-the-PSR2-defeature-list.patch
	patches.suse/0361-drm-i915-Program-chicken-bit-during-DP-MST-sequence-.patch
	patches.suse/0362-drm-i915-display-psr2-Mark-as-updated-all-planes-tha.patch
	patches.suse/0363-drm-i915-display-psr2-Fix-cursor-updates-using-legac.patch
	patches.suse/0364-drm-i915-Extend-QGV-point-restrict-mask-to-0x3.patch
	patches.suse/0365-drm-i915-Implement-PSF-GV-point-support.patch
	patches.suse/0366-drm-i915-display-Disable-audio-DRRS-and-PSR-before-p.patch
	patches.suse/0367-drm-i915-adl_p-Allow-underrun-recovery-when-possible.patch
	patches.suse/0368-drm-i915-adlp-Add-workaround-to-disable-CMTG-clock-g.patch
	patches.suse/0369-drm-i915-dgfx-cards-need-to-wait-on-pcode-s-uncore-i.patch
	patches.suse/0370-drm-i915-adl_s-Update-ddi-buf-translation-tables.patch
	patches.suse/0371-drm-i915-adl_p-Add-ddi-buf-translation-tables-for-co.patch
	patches.suse/0372-drm-i915-dg2-Add-MPLLB-programming-for-SNPS-PHY.patch
	patches.suse/0373-drm-i915-dg2-Add-MPLLB-programming-for-HDMI.patch
	patches.suse/0374-drm-i915-dg2-Add-vswing-programming-for-SNPS-phys.patch
	patches.suse/0375-drm-i915-dg2-Update-modeset-sequences.patch
	patches.suse/0376-drm-i915-dg2-Wait-for-SNPS-PHY-calibration-during-di.patch
	patches.suse/0377-drm-i915-dg2-Update-lane-disable-power-state-during-.patch
	patches.suse/0378-drm-i915-dg2-Update-to-bigjoiner-path.patch
	patches.suse/0379-drm-i915-dp-DPTX-writes-Swing-Pre-emphs-DPCD-0x103-0.patch
	patches.suse/0380-drm-i915-display-remove-PORT_F-workaround-for-CNL.patch
	patches.suse/0381-drm-i915-display-remove-explicit-CNL-handling-from-i.patch
	patches.suse/0382-drm-i915-display-remove-explicit-CNL-handling-from-i.patch
	patches.suse/0383-drm-i915-display-remove-explicit-CNL-handling-from-i.patch
	patches.suse/0384-drm-i915-display-remove-explicit-CNL-handling-from-i.patch
	patches.suse/0385-drm-i915-display-remove-explicit-CNL-handling-from-i.patch
	patches.suse/0386-drm-i915-display-remove-explicit-CNL-handling-from-i.patch
	patches.suse/0387-drm-i915-display-remove-explicit-CNL-handling-from-i.patch
	patches.suse/0388-drm-i915-display-remove-explicit-CNL-handling-from-i.patch
	patches.suse/0389-drm-i915-display-remove-explicit-CNL-handling-from-i.patch
	patches.suse/0390-drm-i915-display-remove-explicit-CNL-handling-from-i.patch
	patches.suse/0391-drm-i915-display-remove-explicit-CNL-handling-from-s.patch
	patches.suse/0392-drm-i915-display-remove-explicit-CNL-handling-from-i.patch
	patches.suse/0393-drm-i915-display-remove-CNL-ddi-buf-translation-tabl.patch
	patches.suse/0394-drm-i915-display-rename-CNL-references-in-skl_scaler.patch
	patches.suse/0395-drm-i915-remove-explicit-CNL-handling-from-i915_irq..patch
	patches.suse/0396-drm-i915-remove-explicit-CNL-handling-from-intel_pm..patch
	patches.suse/0397-drm-i915-remove-explicit-CNL-handling-from-intel_pch.patch
	patches.suse/0398-drm-i915-remove-explicit-CNL-handling-from-intel_wop.patch
	patches.suse/0399-drm-i915-rename-CNL-references-in-intel_dram.c.patch
	patches.suse/0400-drm-i915-replace-random-CNL-comments.patch
	patches.suse/0401-drm-i915-switch-num_scalers-num_sprites-to-consider-.patch
	patches.suse/0402-drm-i915-remove-GRAPHICS_VER-10.patch
	patches.suse/0403-drm-i915-rename-remove-CNL-registers.patch
	patches.suse/0404-drm-i915-finish-removal-of-CNL.patch
	patches.suse/0405-drm-i915-dg1-Adjust-the-AUDIO-power-domain.patch
	patches.suse/0406-drm-i915-Apply-CMTG-clock-disabling-WA-while-DPLL0-i.patch
	patches.suse/0407-drm-i915-display-adl_p-Correctly-program-MBUS-DBOX-A.patch
	patches.suse/0408-drm-i915-dg2-Add-support-for-new-DG2-G11-revid-0x5.patch
	patches.suse/drm-bridge-it66121-Check-drm_bridge_attach-retval.patch
	patches.suse/drm-mgag200-Select-clock-in-PLL-update-functions.patch
	patches.suse/drm-vmwgfx-fix-potential-UAF-in-vmwgfx_surface.c.patch
	patches.suse/drm-msm-a6xx-Fix-llcc-configuration-for-a660-gpu.patch
	patches.suse/dt-bindings-msm-dsi-add-missing-7nm-bindings.patch
	patches.suse/drm-msm-Fix-error-return-code-in-msm_drm_init.patch
	patches.suse/drm-msm-mdp4-refactor-HW-revision-detection-into-rea.patch
	patches.suse/drm-msm-mdp4-move-HW-revision-detection-to-earlier-p.patch
	patches.suse/drm-msm-mdp4-drop-vblank-get-put-from-prepare-comple.patch
	patches.suse/drm-msm-dsi-rename-dual-DSI-to-bonded-DSI.patch
	patches.suse/drm-msm-dsi-Fix-DSI-and-DSI-PHY-regulator-config-fro.patch
	patches.suse/drm-msm-disp-dpu1-add-safe-lut-config-in-dpu-driver.patch
	patches.suse/drm-msm-dp-update-is_connected-status-base-on-sink-c.patch
	patches.suse/drm-msm-dpu-make-dpu_hw_ctl_clear_all_blendstages-cl.patch
	patches.suse/drm-msm-dsi-Fix-some-reference-counted-resource-leak.patch
	patches.suse/drm-msm-dp-reduce-link-rate-if-failed-at-link-traini.patch
	patches.suse/drm-msm-dp-reset-aux-controller-after-dp_aux_cmd_fif.patch
	patches.suse/drm-msm-dp-replug-event-is-converted-into-an-unplug-.patch
	patches.suse/drm-msm-dp-return-correct-edid-checksum-after-corrup.patch
	patches.suse/drm-msm-dp-do-not-end-dp-link-training-until-video-i.patch
	patches.suse/drm-msi-mdp4-populate-priv-kms-in-mdp4_kms_init.patch
	patches.suse/drm-amd-display-fix-missing-writeback-disablement-if.patch
	patches.suse/drm-amd-display-fix-incorrect-CM-TF-programming-sequ.patch
	patches.suse/drm-amdgpu-fix-kernel-doc-warnings-on-non-kernel-doc.patch
	patches.suse/gpu-drm-amd-amdgpu-amdgpu_i2c-fix-possible-uninitial.patch
	patches.suse/drm-display-fix-possible-null-pointer-dereference-in.patch
	patches.suse/drm-exynos-g2d-fix-missing-unlock-on-error-in-g2d_ru.patch
	patches.suse/drm-exynos-Always-initialize-mapping-in-exynos_drm_r.patch
	patches.suse/0409-drm-i915-Use-designated-initializers-for-init-exit-t.patch
	patches.suse/0410-drm-i915-adl_p-Also-disable-underrun-recovery-with-M.patch
	patches.suse/0411-drm-i915-gt-Potential-error-pointer-dereference-in-p.patch
	patches.suse/0412-drm-i915-selftest-Fix-use-of-err-in-igt_reset_-fail-.patch
	patches.suse/drm-amdkfd-map-SVM-range-with-correct-access-permiss.patch
	patches.suse/drm-amdkfd-Account-for-SH-SE-count-when-setting-up-c.patch
	patches.suse/drm-amd-display-Update-number-of-DCN3-clock-states.patch
	patches.suse/drm-amd-display-Update-bounding-box-states-v2.patch
	patches.suse/signal-seccomp-Refactor-seccomp-signal-and-coredump-.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/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-imx8mq-add-mipi-csi-phy-and-csi-bridge-descriptions.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-Add-a-cookie-debug-ID-and-use-that-in-traces.patch
	patches.suse/fscache-Procfile-to-display-cookies.patch
	patches.suse/fscache-cachefiles-Remove-the-histogram-stuff.patch
	patches.suse/fscache-Remove-the-object-list-procfile.patch
	patches.suse/fscache-Change-p-in-format-strings-to-something-else.patch
	patches.suse/cachefiles-Change-p-in-format-strings-to-something-e.patch
	patches.suse/fscache-Fix-cookie-key-hashing.patch
	patches.suse/fscache-Fix-fscache_cookie_put-to-not-deref-after-de.patch
	patches.suse/fscache-Use-refcount_t-for-the-cookie-refcount-inste.patch
	patches.suse/ovl-fix-BUG_ON-in-may_delete-when-called-from-ovl_cl.patch
	patches.suse/ext4-add-new-helper-interface-ext4_try_to_trim_range.patch
	patches.suse/ext4-fix-e2fsprogs-checksum-failure-for-mounted-file.patch
	patches.suse/ext4-fix-race-writing-to-an-inline_data-file-while-i.patch
	patches.suse/ext4-Support-for-checksumming-from-journal-triggers.patch
	patches.suse/mm-don-t-allow-oversized-kvmalloc-calls.patch
	patches.suse/fs-dlm-fix-return-EINTR-on-recovery-stopped.patch
	patches.suse/dma-debug-fix-debugfs-initialization-order.patch
	patches.suse/dma-mapping-allow-map_sg-ops-to-return-negative-erro.patch
	patches.suse/lib-test_stackinit-Fix-static-initializer-test.patch
	patches.suse/IMA-remove-Wmissing-prototypes-warning.patch
	patches.suse/IMA-remove-the-dependency-on-CRYPTO_MD5.patch
	patches.suse/IMA-block-writes-of-the-security.ima-xattr-with-unsu.patch
	patches.suse/IMA-reject-unknown-hash-algorithms-in-ima_get_hash_a.patch
	patches.suse/xtensa-fix-kconfig-unmet-dependency-warning-for-HAVE.patch
	patches.suse/parisc-Fix-compile-failure-when-building-64-bit-kern.patch
	patches.suse/parisc-fix-crash-with-signals-and-alloca.patch
	patches.suse/parisc-math-emu-Fix-fall-through-warnings.patch
	patches.suse/xen-fix-setting-of-max_pfn-in-shared_info.patch
	patches.suse/xen-blkfront-read-response-from-backend-only-once.patch
	patches.suse/xen-blkfront-don-t-take-local-copy-of-a-request-from.patch
	patches.suse/xen-blkfront-don-t-trust-the-backend-response-data-b.patch
	patches.suse/xen-remove-stray-preempt_disable-from-PV-AP-startup-.patch
	patches.suse/vfio-Use-config-not-menuconfig-for-VFIO_NOIOMMU.patch
	patches.suse/vfio-pci-Make-vfio_pci_regops-rw-return-ssize_t.patch
	patches.suse/vfio-samples-Remove-module-get-put.patch
	patches.suse/vfio-mbochs-Fix-missing-error-unwind-of-mbochs_used_.patch
	patches.suse/vfio-Introduce-a-vfio_uninit_group_dev-API-call.patch
	patches.suse/0447-vfio-Provide-better-generic-support-for-open-release.patch
	patches.suse/vfio-fsl-Move-to-the-device-set-infrastructure.patch
	patches.suse/0413-vfio-gvt-Fix-open-close-when-multiple-device-FDs-are.patch
	patches.suse/platform-x86-intel-Move-Intel-PMT-drivers-to-new-sub.patch
	patches.suse/platform-x86-ISST-Fix-optimization-with-use-of-numa.patch
	patches.suse/platform-x86-intel-pmt-Use-y-instead-of-objs-in-Make.patch
	patches.suse/asus-wmi-Add-panel-overdrive-functionality.patch
	patches.suse/asus-wmi-Add-dgpu-disable-method.patch
	patches.suse/asus-wmi-Add-egpu-enable-method.patch
	patches.suse/i2c-acpi-Add-an-i2c_acpi_client_count-helper-functio.patch
	patches.suse/platform-x86-intel_pmc_core-Prevent-possibile-overfl.patch
	patches.suse/platform-x86-think-lmi-add-debug_cmd.patch
	patches.suse/platform-x86-intel_pmt_telemetry-Ignore-zero-sized-e.patch
	patches.suse/asus-wmi-Add-support-for-platform_profile.patch
	patches.suse/platform-x86-intel_pmc_core-Move-to-intel-sub-direct.patch
	patches.suse/platform-x86-intel-pmc-core-Add-Alderlake-support-to.patch
	patches.suse/platform-x86-intel-pmc-core-Add-Latency-Tolerance-Re.patch
	patches.suse/platform-x86-intel-pmc-core-Add-Alder-Lake-low-power.patch
	patches.suse/platform-x86-intel-pmc-core-Add-GBE-Package-C10-fix-.patch
	patches.suse/platform-x86-asus-wmi-Delete-impossible-condition.patch
	patches.suse/platform-x86-asus-wmi-Fix-unsigned-retval-is-never-l.patch
	patches.suse/platform-x86-dell-smbios-wmi-Add-missing-kfree-in-er.patch
	patches.suse/mailbox-sti-quieten-kernel-doc-warnings.patch
	patches.suse/soc-mediatek-cmdq-add-address-shift-in-jump.patch
	patches.suse/dt-bindings-clock-qcom-Update-license-for-GCC-SC7280.patch
	patches.suse/clk-socfpga-agilex-fix-the-parents-of-the-psi_ref_cl.patch
	patches.suse/clk-socfpga-agilex-fix-up-s2f_user0_clk-representati.patch
	patches.suse/clk-socfpga-agilex-add-the-bypass-register-for-s2f_u.patch
	patches.suse/clk-x86-Rename-clk-lpt-to-more-specific-clk-lpss-ato-cf0a9565.patch
	patches.suse/clk-renesas-rzg2l-Fix-a-double-free-on-error.patch
	patches.suse/clk-renesas-rzg2l-Fix-off-by-one-check-in-rzg2l_cpg_.patch
	patches.suse/clk-renesas-r8a779a0-Add-the-DU-clock.patch
	patches.suse/clk-renesas-r8a779a0-Add-the-DSI-clocks.patch
	patches.suse/clk-fractional-divider-Introduce-POWER_OF_TWO_PS-fla-82f53f9e.patch
	patches.suse/clk-tegra-Remove-CLK_IS_CRITICAL-flag-from-fuse-cloc.patch
	patches.suse/clk-rockchip-drop-GRF-dependency-for-rk3328-rk3036-p.patch
	patches.suse/clk-at91-clk-generated-Limit-the-requested-rate-to-o.patch
	patches.suse/clk-kirkwood-Fix-a-clocking-boot-regression.patch
	patches.suse/clk-imx8mm-use-correct-mux-type-for-clkout-path.patch
	patches.suse/clk-imx8m-fix-clock-tree-update-of-TF-A-managed-cloc.patch
	patches.suse/clk-zynqmp-fix-kernel-doc.patch
	patches.suse/clk-ralink-avoid-to-set-CLK_IS_CRITICAL-flag-for-gat.patch
	patches.suse/pinctrl-armada-37xx-Correct-PWM-pins-definitions.patch
	patches.suse/pinctrl-mediatek-fix-platform_no_drv_owner.cocci-war.patch
	patches.suse/pinctrl-single-Fix-error-return-code-in-pcs_parse_bi.patch
	patches.suse/pinctrl-stmfx-Fix-hazardous-u8-to-unsigned-long-cast.patch
	patches.suse/pinctrl-ingenic-Fix-incorrect-pull-up-down-info.patch
	patches.suse/pinctrl-ingenic-Fix-bias-config-for-X2000-E.patch
	patches.suse/dt-bindings-pinctrl-mt8195-Use-real-world-values-for.patch
	patches.suse/pinctrl-zynqmp-Drop-pinctrl_unregister-for-devm_-reg.patch
	patches.suse/pinctrl-samsung-Fix-pinctrl-bank-pin-count.patch
	patches.suse/HID-i2c-hid-Fix-Elan-touchpad-regression.patch
	patches.suse/HID-thrustmaster-clean-up-Makefile-and-adapt-quirks.patch
	patches.suse/HID-sony-Fix-more-ShanWan-clone-gamepads-to-not-rumb.patch
	patches.suse/HID-amd_sfh-Fix-period-data-field-to-enable-sensor.patch
	patches.suse/HID-input-do-not-report-stylus-battery-state-as-full.patch
	patches.suse/HID-usbhid-free-raw_report-buffers-in-usbhid_stop.patch
	patches.suse/HID-usbhid-Fix-flood-of-control-queue-full-messages.patch
	patches.suse/HID-usbhid-Fix-warning-caused-by-0-length-input-repo.patch
	patches.suse/HID-usbhid-Simplify-code-in-hid_submit_ctrl.patch
	patches.suse/HID-sony-support-for-the-ghlive-ps4-dongles.patch
	patches.suse/RDMA-rtrs-Add-error-messages-for-failed-operations.patch
	patches.suse/RDMA-rtrs-move-wr_cnt-from-rtrs_srv_con-to-rtrs_con.patch
	patches.suse/RDMA-rtrs-Enable-the-same-selective-signal-for-heart.patch
	patches.suse/RDMA-rtrs-Make-rtrs_post_rdma_write_imm_empty-static.patch
	patches.suse/RDMA-rtrs-Remove-unused-flags-parameter.patch
	patches.suse/RDMA-rtrs-Move-sq_wr_avail-to-rtrs_con.patch
	patches.suse/RDMA-siw-Remove-kmap.patch
	patches.suse/RDMA-siw-Convert-siw_tx_hdt-to-kmap_local_page.patch
	patches.suse/RDMA-rxe-Remove-the-repeated-mr-umem-umem.patch
	patches.suse/RDMA-efa-Split-hardware-stats-to-device-and-port-sta.patch
	patches.suse/IB-core-Updating-cache-for-subnet_prefix-in-config_n.patch
	patches.suse/IB-core-Shifting-initialization-of-device-cache_lock.patch
	patches.suse/IB-core-Read-subnet_prefix-in-ib_query_port-via-cach.patch
	patches.suse/RDMA-rxe-Move-ICRC-checking-to-a-subroutine.patch
	patches.suse/RDMA-rxe-Move-rxe_xmit_packet-to-a-subroutine.patch
	patches.suse/RDMA-rxe-Fixup-rxe_send-and-rxe_loopback.patch
	patches.suse/RDMA-rxe-Move-ICRC-generation-to-a-subroutine.patch
	patches.suse/RDMA-rxe-Move-rxe_crc32-to-a-subroutine.patch
	patches.suse/RDMA-rxe-Fixup-rxe_icrc_hdr.patch
	patches.suse/RDMA-rxe-Move-crc32-init-code-to-rxe_icrc.c.patch
	patches.suse/RDMA-rxe-Add-kernel-doc-comments-to-rxe_icrc.c.patch
	patches.suse/RDMA-rxe-Fix-types-in-rxe_icrc.c.patch
	patches.suse/RDMA-mlx5-Separate-DCI-QP-creation-logic.patch
	patches.suse/RDMA-mlx5-Add-DCS-offload-support.patch
	patches.suse/IB-hfi1-Indicate-DMA-wait-when-txq-is-queued-for-wak.patch
	patches.suse/IB-hfi1-Adjust-pkey-entry-in-index-0.patch
	patches.suse/RDMA-hfi1-Convert-from-atomic_t-to-refcount_t-on-hfi.patch
	patches.suse/RDMA-iwcm-Release-resources-if-iw_cm-module-initiali.patch
	patches.suse/RDMA-iwpm-Remove-not-needed-reference-counting.patch
	patches.suse/RDMA-iwpm-Rely-on-the-rdma_nl_-un-register-to-ensure.patch
	patches.suse/docs-Fix-infiniband-uverbs-minor-number.patch
	patches.suse/RDMA-hfi1-Fix-typo-in-comments.patch
	patches.suse/RDMA-qed-Use-accurate-error-num-in-qed_cxt_dynamic_i.patch
	patches.suse/RDMA-qedr-Improve-error-logs-for-rdma_alloc_tid-erro.patch
	patches.suse/RDMA-hns-Don-t-skip-IB-creation-flow-for-regular-RC-.patch
	patches.suse/RDMA-hns-Don-t-overwrite-supplied-QP-attributes.patch
	patches.suse/RDMA-efa-Remove-double-QP-type-assignment.patch
	patches.suse/RDMA-mlx5-Cancel-pkey-work-before-destroying-device-.patch
	patches.suse/RDMA-mlx5-Delete-device-resource-mutex-that-didn-t-p.patch
	patches.suse/RDMA-mlx5-Rework-custom-driver-QP-type-creation.patch
	patches.suse/RDMA-rdmavt-Decouple-QP-and-SGE-lists-allocations.patch
	patches.suse/RDMA-Globally-allocate-and-release-QP-memory.patch
	patches.suse/RDMA-mlx5-Drop-in-driver-verbs-object-creations.patch
	patches.suse/RDMA-mlx5-Delete-not-available-udata-check.patch
	patches.suse/RDMA-core-Delete-duplicated-and-unreachable-code.patch
	patches.suse/RDMA-core-Remove-protection-from-wrong-in-kernel-API.patch
	patches.suse/RDMA-core-Reorganize-create-QP-low-level-functions.patch
	patches.suse/RDMA-core-Configure-selinux-QP-during-creation.patch
	patches.suse/RDMA-core-Properly-increment-and-decrement-QP-usecnt.patch
	patches.suse/RDMA-core-Create-clean-QP-creations-interface-for-uv.patch
	patches.suse/RDMA-hns-Fix-return-in-hns_roce_rereg_user_mr.patch
	patches.suse/RDMA-rtrs-Remove-a-useless-kfree.patch
	patches.suse/RDMA-hfi1-Stop-using-seq_get_buf-in-_driver_stats_se.patch
	patches.suse/RDMA-qedr-Move-variables-reset-to-qedr_set_common_qp.patch
	patches.suse/RDMA-core-sa_query-Remove-unused-function.patch
	patches.suse/RDMA-rtrs-clt-During-add_path-change-for_new_clt-acc.patch
	patches.suse/RDMA-rtrs-Remove-unused-functions.patch
	patches.suse/RDMA-rtrs-Remove-all-likely-and-unlikely.patch
	patches.suse/RDMA-rtrs-clt-Fix-counting-inflight-IO.patch
	patches.suse/RDMA-rtrs-Remove-void-casting-for-functions.patch
	patches.suse/RDMA-efa-Remove-unused-cpu-field-from-irq-struct.patch
	patches.suse/RDMA-efa-Rename-vector-field-in-efa_irq-struct-to-ir.patch
	patches.suse/IB-core-Remove-deprecated-current_seq-comments.patch
	patches.suse/RDMA-switch-from-pci_-to-dma_-API.patch
	patches.suse/RDMA-hns-Remove-unsupport-cmdq-mode.patch
	patches.suse/RDMA-hns-Enable-stash-feature-of-HIP09.patch
	patches.suse/RDMA-hns-Ownerbit-mode-add-control-field.patch
	patches.suse/RDMA-hns-Use-IDA-interface-to-manage-uar-index.patch
	patches.suse/RDMA-hns-Use-IDA-interface-to-manage-srq-index.patch
	patches.suse/RDMA-hns-Delete-unused-hns-bitmap-interface.patch
	patches.suse/RDMA-core-sa_query-Retry-SA-queries.patch
	patches.suse/RDMA-irdma-Remove-the-repeated-declaration.patch
	patches.suse/RDMA-hns-Fix-incorrect-lsn-field.patch
	patches.suse/RDMA-hns-Bugfix-for-data-type-of-dip_idx.patch
	patches.suse/RDMA-hns-Bugfix-for-the-missing-assignment-for-dip_i.patch
	patches.suse/RDMA-hns-Bugfix-for-incorrect-association-between-di.patch
	patches.suse/IB-rdmavt-Convert-to-SPDX-identifier.patch
	patches.suse/RDMA-hfi1-Convert-to-SPDX-identifier.patch
	patches.suse/RDMA-hns-Fix-query-destination-qpn.patch
	patches.suse/RDMA-hns-Fix-QP-s-resp-incomplete-assignment.patch
	patches.suse/RDMA-hns-Remove-dqpn-filling-when-modify-qp-from-Ini.patch
	patches.suse/RDMA-hns-Remove-RST2RST-error-prints-for-hw-v1.patch
	patches.suse/RDMA-hns-Adjust-the-order-in-which-irq-are-requested.patch
	patches.suse/RDMA-hns-Encapsulate-the-qp-db-as-a-function.patch
	patches.suse/RDMA-hns-Delete-unnecessary-blank-lines.patch
	patches.suse/RDMA-mlx5-Relax-DCS-QP-creation-checks.patch
	patches.suse/lib-scatterlist-Provide-a-dedicated-function-to-supp.patch
	patches.suse/lib-scatterlist-Fix-wrong-update-of-orig_nents.patch
	patches.suse/RDMA-Use-the-sg_table-directly-and-remove-the-openco.patch
	patches.suse/scsi-be2iscsi-Fix-use-after-free-during-IP-updates.patch
	patches.suse/scsi-qla2xxx-Remove-redundant-continue-statement-in-.patch
	patches.suse/scsi-aacraid-Remove-an-unused-include.patch
	patches.suse/scsi-lpfc-Fix-NVMe-support-reporting-in-log-message.patch
	patches.suse/scsi-lpfc-Remove-use-of-kmalloc-in-trace-event-loggi.patch
	patches.suse/scsi-lpfc-Improve-firmware-download-logging.patch
	patches.suse/scsi-lpfc-Fix-function-description-comments-for-vmid.patch
	patches.suse/scsi-lpfc-Discovery-state-machine-fixes-for-LOGO-han.patch
	patches.suse/scsi-lpfc-Fix-target-reset-handler-from-falsely-retu.patch
	patches.suse/scsi-lpfc-Keep-NDLP-reference-until-after-freeing-th.patch
	patches.suse/scsi-lpfc-Fix-NULL-ptr-dereference-with-NPIV-ports-f.patch
	patches.suse/scsi-lpfc-Fix-memory-leaks-in-error-paths-while-issu.patch
	patches.suse/scsi-lpfc-Remove-REG_LOGIN-check-requirement-to-issu.patch
	patches.suse/scsi-lpfc-Fix-KASAN-slab-out-of-bounds-in-lpfc_unreg.patch
	patches.suse/scsi-lpfc-Clear-outstanding-active-mailbox-during-PC.patch
	patches.suse/scsi-lpfc-Use-PBDE-feature-enabled-bit-to-determine-.patch
	patches.suse/scsi-lpfc-Enable-adisc-discovery-after-RSCN-by-defau.patch
	patches.suse/scsi-lpfc-Delay-unregistering-from-transport-until-G.patch
	patches.suse/scsi-lpfc-Call-discovery-state-machine-when-handling.patch
	patches.suse/scsi-lpfc-Skip-reg_vpi-when-link-is-down-for-SLI3-in.patch
	patches.suse/scsi-lpfc-Skip-issuing-ADISC-when-node-is-in-NPR-sta.patch
	patches.suse/scsi-lpfc-Update-lpfc-version-to-12.8.0.11.patch
	patches.suse/scsi-lpfc-Copyright-updates-for-12.8.0.11-patches.patch
	patches.suse/scsi-smartpqi-Add-PCI-IDs-for-H3C-P4408-controllers.patch
	patches.suse/scsi-smartpqi-Update-copyright-notices.patch
	patches.suse/scsi-smartpqi-Change-driver-module-macros-to-Microch.patch
	patches.suse/scsi-smartpqi-Change-Kconfig-menu-entry-to-Microchip.patch
	patches.suse/scsi-smartpqi-Add-SCSI-cmd-info-for-resets.patch
	patches.suse/scsi-smartpqi-Add-PCI-ID-for-new-ntcom-controller.patch
	patches.suse/scsi-smartpqi-Add-PCI-IDs-for-new-ZTE-controllers.patch
	patches.suse/scsi-smartpqi-Fix-ISR-accessing-uninitialized-data.patch
	patches.suse/scsi-smartpqi-Update-version-to-2.1.10-020.patch
	patches.suse/scsi-core-Add-scsi_prot_ref_tag-helper.patch
	patches.suse/scsi-qla2xxx-Use-the-proper-SCSI-midlayer-interfaces.patch
	patches.suse/scsi-core-Introduce-scsi_get_sector.patch
	patches.suse/scsi-iser-Use-scsi_get_sector-instead-of-scsi_get_lb.patch
	patches.suse/scsi-lpfc-Add-PCI-ID-support-for-LPe37000-LPe38000-s.patch
	patches.suse/scsi-lpfc-Fix-cq_id-truncation-in-rq-create.patch
	patches.suse/scsi-lpfc-Revise-Topology-and-RAS-support-checks-for.patch
	patches.suse/scsi-lpfc-Add-256-Gb-link-speed-support.patch
	patches.suse/scsi-lpfc-Update-lpfc-version-to-14.0.0.0.patch
	patches.suse/scsi-lpfc-Copyright-updates-for-14.0.0.0-patches.patch
	patches.suse/scsi-lpfc-Remove-redundant-assignment-to-pointer-pcm.patch
	patches.suse/scsi-qla2xxx-Remove-unused-variable-status.patch
	patches.suse/scsi-qla2xxx-edif-Add-start-stop-bsgs.patch
	patches.suse/scsi-qla2xxx-edif-Add-getfcinfo-and-statistic-bsgs.patch
	patches.suse/scsi-qla2xxx-edif-Add-send-receive-and-accept-for-au.patch
	patches.suse/scsi-qla2xxx-edif-Add-extraction-of-auth_els-from-th.patch
	patches.suse/scsi-qla2xxx-edif-Add-key-update.patch
	patches.suse/scsi-qla2xxx-edif-Add-authentication-pass-fail-bsgs.patch
	patches.suse/scsi-qla2xxx-edif-Add-detection-of-secure-device.patch
	patches.suse/scsi-qla2xxx-edif-Add-doorbell-notification-for-app.patch
	patches.suse/scsi-qla2xxx-edif-Add-encryption-to-I-O-path.patch
	patches.suse/scsi-qla2xxx-edif-Increment-command-and-completion-c.patch
	patches.suse/scsi-qla2xxx-Update-version-to-10.02.00.107-k.patch
	patches.suse/scsi-bsg-Remove-support-for-SCSI_IOCTL_SEND_COMMAND.patch
	patches.suse/scsi-qla2xxx-Fix-spelling-mistakes-allloc-alloc.patch
	patches.suse/scsi-lpfc-Fix-possible-ABBA-deadlock-in-nvmet_xri_ab.patch
	patches.suse/scsi-BusLogic-Fix-missing-pr_cont-use.patch
	patches.suse/scsi-BusLogic-Use-X-for-u32-sized-integer-rather-tha.patch
	patches.suse/scsi-ufs-Fix-memory-corruption-by-ufshcd_read_desc_p.patch
	patches.suse/scsi-ufs-Use-DECLARE_COMPLETION_ONSTACK-where-approp.patch
	patches.suse/scsi-ufs-Revert-Utilize-Transfer-Request-List-Comple.patch
	patches.suse/scsi-ufs-Optimize-serialization-of-setup_xfer_req-calls
	patches.suse/scsi-ufs-Fix-the-SCSI-abort-handler.patch
	patches.suse/scsi-ufs-Retry-aborted-SCSI-commands-instead-of-comp.patch
	patches.suse/scsi-qla2xxx-Fix-use-after-free-in-debug-code.patch
	patches.suse/scsi-qla2xxx-Remove-redundant-initialization-of-vari.patch
	patches.suse/scsi-mpt3sas-Add-io_uring-iopoll-support.patch
	patches.suse/scsi-mpt3sas-Bump-driver-version-to-38.100.00.00.patch
	patches.suse/scsi-mpt3sas-Use-firmware-recommended-queue-depth.patch
	patches.suse/scsi-mpt3sas-Update-driver-version-to-39.100.00.00.patch
	patches.suse/scsi-mpt3sas-Introduce-sas_ncq_prio_supported-sysfs-.patch
	patches.suse/scsi-ufs-Fix-unsigned-int-compared-with-less-than-ze.patch
	patches.suse/scsi-ufshcd-Fix-device-links-when-BOOT-WLUN-fails-to.patch
	patches.suse/scsi-fdomain-Fix-error-return-code-in-fdomain_probe.patch
	patches.suse/scsi-core-Introduce-the-scsi_cmd_to_rq-function.patch
	patches.suse/scsi-RDMA-iser-Use-scsi_cmd_to_rq-instead-of-scsi_cm.patch
	patches.suse/scsi-RDMA-srp-Use-scsi_cmd_to_rq-instead-of-scsi_cmn.patch
	patches.suse/scsi-aacraid-Use-scsi_cmd_to_rq-instead-of-scsi_cmnd.request.patch
	patches.suse/scsi-bnx2i-Use-scsi_cmd_to_rq-instead-of-scsi_cmnd.request.patch
	patches.suse/scsi-csiostor-Use-scsi_cmd_to_rq-instead-of-scsi_cmnd.request.patch
	patches.suse/scsi-lpfc-Use-scsi_cmd_to_rq-instead-of-scsi_cmnd.re.patch
	patches.suse/scsi-megaraid-Use-scsi_cmd_to_rq-instead-of-scsi_cmn.patch
	patches.suse/scsi-mpi3mr-Use-scsi_cmd_to_rq-instead-of-scsi_cmnd.request
	patches.suse/scsi-qedf-Use-scsi_cmd_to_rq-instead-of-scsi_cmnd.request.patch
	patches.suse/scsi-qedi-Use-scsi_cmd_to_rq-instead-of-scsi_cmnd.request
	patches.suse/scsi-qla2xxx-Use-scsi_cmd_to_rq-instead-of-scsi_cmnd.patch
	patches.suse/scsi-smartpqi-Use-scsi_cmd_to_rq-instead-of-scsi_cmn.patch
	patches.suse/scsi-core-Add-helper-to-return-number-of-logical-blo.patch
	patches.suse/scsi-qedi-Add-support-for-fastpath-doorbell-recovery
	patches.suse/scsi-qla2xxx-Add-host-attribute-to-trigger-MPI-hang.patch
	patches.suse/scsi-qla2xxx-Adjust-request-response-queue-size-for-.patch
	patches.suse/scsi-qla2xxx-Changes-to-support-FCP2-Target.patch
	patches.suse/scsi-qla2xxx-Show-OS-name-and-version-in-FDMI-1.patch
	patches.suse/scsi-qla2xxx-Add-debug-print-of-64G-link-speed.patch
	patches.suse/scsi-qla2xxx-Fix-port-type-info.patch
	patches.suse/scsi-qla2xxx-Fix-unsafe-removal-from-linked-list.patch
	patches.suse/scsi-qla2xxx-Fix-NPIV-create-erroneous-error.patch
	patches.suse/scsi-qla2xxx-Suppress-unnecessary-log-messages-durin.patch
	patches.suse/scsi-qla2xxx-Changes-to-support-kdump-kernel.patch
	patches.suse/scsi-qla2xxx-Changes-to-support-kdump-kernel-for-NVM.patch
	patches.suse/scsi-qla2xxx-Sync-queue-idx-with-queue_pair_map-idx.patch
	patches.suse/scsi-qla2xxx-Update-version-to-10.02.06.100-k.patch
	patches.suse/scsi-mpi3mr-Use-the-proper-SCSI-midlayer-interfaces-for-PI
	patches.suse/scsi-smartpqi-Fix-an-error-code-in-pqi_get_raid_map.patch
	patches.suse/scsi-qedi-Fix-error-codes-in-qedi_alloc_global_queue.patch
	patches.suse/scsi-qedf-Fix-error-codes-in-qedf_alloc_global_queue.patch
	patches.suse/scsi-smartpqi-Replace-one-element-array-with-flexibl.patch
	patches.suse/scsi-ibmvfc-Do-not-wait-for-initial-device-scan.patch
	patches.suse/scsi-qla2xxx-edif-Fix-stale-session.patch
	patches.suse/scsi-qla2xxx-edif-Reject-AUTH-ELS-on-session-down.patch
	patches.suse/scsi-qla2xxx-edif-Fix-EDIF-enable-flag.patch
	patches.suse/scsi-qla2xxx-Fix-hang-during-NVMe-session-tear-down.patch
	patches.suse/scsi-qla2xxx-edif-Add-N2N-support-for-EDIF.patch
	patches.suse/scsi-qla2xxx-edif-Do-secure-PLOGI-when-auth-app-is-p.patch
	patches.suse/scsi-qla2xxx-Fix-NVMe-FCP-personality-change.patch
	patches.suse/scsi-qla2xxx-Fix-hang-on-NVMe-command-timeouts.patch
	patches.suse/scsi-qla2xxx-Fix-NVMe-retry.patch
	patches.suse/scsi-qla2xxx-Fix-NVMe-session-down-detection.patch
	patches.suse/scsi-qla2xxx-edif-Fix-returnvar.cocci-warnings.patch
	patches.suse/scsi-qla2xxx-Update-version-to-10.02.06.200-k.patch
	patches.suse/scsi-qla2xxx-Do-not-call-fc_block_scsi_eh-during-bus.patch
	patches.suse/scsi-qla2xxx-Open-code-qla2xxx_eh_target_reset.patch
	patches.suse/scsi-qla2xxx-Open-code-qla2xxx_eh_device_reset.patch
	patches.suse/scsi-mpi3mr-Set-up-IRQs-in-resume-path
	patches.suse/scsi-fc-Add-EDC-ELS-definition.patch
	patches.suse/scsi-lpfc-Add-SET_HOST_DATA-mbox-cmd-to-pass-date-ti.patch
	patches.suse/scsi-lpfc-Add-MIB-feature-enablement-support.patch
	patches.suse/scsi-lpfc-Expand-FPIN-and-RDF-receive-logging.patch
	patches.suse/scsi-lpfc-Add-EDC-ELS-support.patch
	patches.suse/scsi-lpfc-Add-cm-statistics-buffer-support.patch
	patches.suse/scsi-lpfc-Add-support-for-cm-enablement-buffer.patch
	patches.suse/scsi-lpfc-Add-cmfsync-WQE-support.patch
	patches.suse/scsi-lpfc-Add-support-for-the-CM-framework.patch
	patches.suse/scsi-lpfc-Add-rx-monitoring-statistics.patch
	patches.suse/scsi-lpfc-Add-support-for-maintaining-the-cm-statist.patch
	patches.suse/scsi-lpfc-Add-debugfs-support-for-cm-framework-buffe.patch
	patches.suse/scsi-lpfc-Add-cmf_info-sysfs-entry.patch
	patches.suse/scsi-lpfc-Add-bsg-support-for-retrieving-adapter-cmf.patch
	patches.suse/scsi-lpfc-Update-lpfc-version-to-14.0.0.1.patch
	patches.suse/scsi-lpfc-Copyright-updates-for-14.0.0.1-patches.patch
	patches.suse/scsi-lpfc-Use-the-proper-SCSI-midlayer-interfaces-fo.patch
	patches.suse/scsi-mpt3sas-Use-the-proper-SCSI-midlayer-interfaces.patch
	patches.suse/scsi-ufs-ufs-exynos-Fix-static-checker-warning.patch
	patches.suse/ocfs2-quota_local-fix-possible-uninitialized-variabl.patch
	patches.suse/ocfs2-ocfs2_downconvert_lock-failure-results-in-dead.patch
	patches.suse/mm-report-a-more-useful-address-for-reclaim-acquisition.patch
	patches.suse/writeback-track-number-of-inodes-under-writeback.patch
	patches.suse/writeback-reliably-update-bandwidth-estimation.patch
	patches.suse/writeback-fix-bandwidth-estimate-for-spiky-workload.patch
	patches.suse/writeback-rename-domain_update_bandwidth.patch
	patches.suse/writeback-use-READ_ONCE-for-unlocked-reads-of-writeback-stats.patch
	patches.suse/mm-gup-remove-set-but-unused-local-variable-major.patch
	patches.suse/mm-gup-remove-unneed-local-variable-orig_refs.patch
	patches.suse/mm-gup-remove-useless-BUG_ON-in-__get_user_pages.patch
	patches.suse/mm-gup-fix-potential-pgmap-refcnt-leak-in-__gup_device_huge.patch
	patches.suse/mm-gup-use-helper-PAGE_ALIGNED-in-populate_vma_page_range.patch
	patches.suse/mm-gup-documentation-corrections-for-gup-pup.patch
	patches.suse/mm-gup-small-refactoring-simplify-try_grab_page.patch
	patches.suse/fs-mm-fix-race-in-unlinking-swapfile.patch
	patches.suse/mm-delete-unused-get_kernel_page.patch
	patches.suse/shmem-use-raw_spinlock_t-for-stat_lock.patch
	patches.suse/shmem-remove-unneeded-variable-ret.patch
	patches.suse/shmem-remove-unneeded-header-file.patch
	patches.suse/shmem-remove-unneeded-function-forward-declaration.patch
	patches.suse/shmem-include-header-file-to-declare-swap_info.patch
	patches.suse/huge-tmpfs-fix-fallocate-vanilla-advance-over-huge-pages.patch
	patches.suse/huge-tmpfs-fix-split_huge_page-after-FALLOC_FL_KEEP_SIZE.patch
	patches.suse/huge-tmpfs-remove-shrinklist-addition-from-shmem_setattr.patch
	patches.suse/huge-tmpfs-revert-shmem-s-use-of-transhuge_vma_enabled.patch
	patches.suse/huge-tmpfs-move-shmem_huge_enabled-upwards.patch
	patches.suse/huge-tmpfs-SGP_NOALLOC-to-stop-collapse_file-on-race.patch
	patches.suse/huge-tmpfs-shmem_is_huge-vma-inode-index.patch
	patches.suse/huge-tmpfs-decide-stat.st_blksize-by-shmem_is_huge.patch
	patches.suse/shmem-shmem_writepage-split-unlikely-i915-THP.patch
	patches.suse/mm-memcg-add-mem_cgroup_disabled-checks-in-vmpressure-and-swap-related-functions.patch
	patches.suse/mm-memcg-inline-mem_cgroup_-charge-uncharge-to-improve-disabled-memcg-config.patch
	patches.suse/mm-memcg-inline-swap-related-functions-to-improve-disabled-memcg-config.patch
	patches.suse/memcg-enable-accounting-for-pids-in-nested-pid-namespaces.patch
	patches.suse/memcg-enable-accounting-of-ipc-resources.patch
	patches.suse/memcg-replace-in_interrupt-by-in_task-in-active_memcg.patch
	patches.suse/mm-memcontrol-set-the-correct-memcg-swappiness-restriction.patch
	patches.suse/mmc-mmc_spi-replace-flush_kernel_dcache_page-with-flush_dcache_page.patch
	patches.suse/scatterlist-replace-flush_kernel_dcache_page-with-flush_dcache_page.patch
	patches.suse/mm-remove-flush_kernel_dcache_page.patch
	patches.suse/mm-do_huge_pmd_numa_page-remove-unnecessary-TLB-flushing-code.patch
	patches.suse/mm-change-fault_in_pages_-to-have-an-unsigned-size-parameter.patch
	patches.suse/mm-pagemap-add-mmap_assert_locked-annotations-to-find_vma.patch
	patches.suse/remap_file_pages-Use-vma_lookup-instead-of-find_vma.patch
	patches.suse/mm-mremap-fix-memory-account-on-do_munmap-failure.patch
	patches.suse/mm-bootmem_info.c-mark-__init-on-register_page_bootmem_info_section.patch
	patches.suse/mm-sparse-pass-section_nr-to-section_mark_present.patch
	patches.suse/mm-sparse-pass-section_nr-to-find_memory_block.patch
	patches.suse/mm-sparse-remove-__section_nr-function.patch
	patches.suse/mm-sparse-set-SECTION_NID_SHIFT-to-6.patch
	patches.suse/include-linux-mmzone.h-avoid-a-warning-in-sparse-memory-support.patch
	patches.suse/mm-vmalloc-use-batched-page-requests-in-bulk-allocator.patch
	patches.suse/mm-vmalloc-remove-gfpflags_allow_blocking-check.patch
	patches.suse/mm-vmalloc-fix-wrong-behavior-in-vread.patch
	patches.suse/mm-page_alloc-always-initialize-memory-map-for-the-holes.patch
	patches.suse/microblaze-simplify-pte_alloc_one_kernel.patch
	patches.suse/mm-introduce-memmap_alloc-to-unify-memory-map-allocation.patch
	patches.suse/memblock-stop-poisoning-raw-allocations.patch
	patches.suse/mm-page_alloc.c-fix-zone_id-may-be-used-uninitialized-in-this-function-warning.patch
	patches.suse/mm-page_alloc-make-alloc_node_mem_map-__init-rather-than-__ref.patch
	patches.suse/mm-page_alloc.c-use-in_task.patch
	patches.suse/mm-fix-panic-caused-by-__page_handle_poison.patch
	patches.suse/hugetlb-simplify-prep_compound_gigantic_page-ref-count-racing-code.patch
	patches.suse/hugetlb-drop-ref-count-earlier-after-page-allocation.patch
	patches.suse/hugetlb-before-freeing-hugetlb-page-set-dtor-to-appropriate-value.patch
	patches.suse/hugetlb-fix-hugetlb-cgroup-refcounting-during-vma-split.patch
	patches.suse/userfaultfd-prevent-concurrent-API-initialization.patch
	patches.suse/mm-vmpressure-replace-vmpressure_to_css-with-vmpressure_to_memcg.patch
	patches.suse/mm-vmscan-guarantee-drop_slab_node-termination.patch
	patches.suse/mm-compaction-optimize-proactive-compaction-deferrals.patch
	patches.suse/mm-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-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-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-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-smp-Fix-a-crash-while-booting-kvm-guest-with.patch
	patches.suse/powerpc-smp-Update-cpu_core_map-on-all-PowerPc-syste.patch
	patches.suse/powerpc-smp-Enable-CACHE-domain-for-shared-processor.patch
	patches.suse/powerpc-numa-Update-cpu_cpu_map-on-CPU-online-offlin.patch
	patches.suse/KVM-PPC-Fix-clearing-never-mapped-TCEs-in-realmode.patch
	patches.suse/iscsi_ibft-Fix-isa_bus_to_virt-not-working-under-ARM
	patches.suse/kbuild-Fix-no-symbols-warning-when-CONFIG_TRIM_UNUSD.patch
	patches.suse/SUNRPC-Update-trace-flags.patch
	patches.suse/xprtrdma-Put-rpcrdma_reps-before-waking-the-tear-dow.patch
	patches.suse/NFSv4-pNFS-Fix-a-layoutget-livelock-loop.patch
	patches.suse/NFSv4-pNFS-Always-allow-update-of-a-zero-valued-layo.patch
	patches.suse/NFSv4-pnfs-The-layout-barrier-indicate-a-minimal-val.patch
	patches.suse/SUNRPC-Fix-potential-memory-corruption.patch
	patches.suse/SUNRPC-xprtrdma-Fix-reconnection-locking.patch
	patches.suse/sunrpc-Fix-return-value-of-get_srcport.patch
	patches.suse/SUNRPC-Simplify-socket-shutdown-when-not-reusing-TCP.patch
	patches.suse/f2fs-compress-fix-to-set-zstd-compress-level-correct.patch
	patches.suse/f2fs-let-s-keep-writing-IOs-on-SBI_NEED_FSCK.patch
	patches.suse/f2fs-quota-fix-potential-deadlock.patch
	patches.suse/f2fs-do-not-submit-NEW_ADDR-to-read-node-block.patch
	patches.suse/f2fs-turn-back-remapped-address-in-compressed-page-e.patch
	patches.suse/f2fs-fix-wrong-checkpoint_changed-value-in-f2fs_remo.patch
	patches.suse/f2fs-reduce-the-scope-of-setting-fsck-tag-when-de-na.patch
	patches.suse/f2fs-fix-to-do-sanity-check-for-sb-cp-fields-correct.patch
	patches.suse/f2fs-fix-to-keep-compatibility-of-fault-injection-in.patch
	patches.suse/f2fs-fix-to-account-missing-.skipped_gc_rwsem.patch
	patches.suse/f2fs-fix-unexpected-ENOENT-comes-from-f2fs_map_block.patch
	patches.suse/f2fs-fix-to-unmap-pages-from-userspace-process-in-pu.patch
	patches.suse/f2fs-guarantee-to-write-dirty-data-when-enabling-che.patch
	patches.suse/f2fs-deallocate-compressed-pages-when-error-happens.patch
	patches.suse/f2fs-should-put-a-page-beyond-EOF-when-preparing-a-w.patch
	patches.suse/mtd-mtdconcat-Judge-callback-existence-based-on-the-.patch
	patches.suse/mtd-mtdconcat-Check-_read-_write-callbacks-existence.patch
	patches.suse/dt-bindings-mtd-gpmc-Fix-the-ECC-bytes-vs.-OOB-bytes.patch
	patches.suse/mtd-spinand-Fix-comment.patch
	patches.suse/mtd-rawnand-intel-Fix-error-handling-in-probe.patch
	patches.suse/mtd-rawnand-cafe-Fix-a-resource-leak-in-the-error-ha.patch
	patches.suse/USB-serial-cp210x-fix-control-characters-error-handl.patch
	patches.suse/USB-serial-cp210x-fix-flow-control-error-handling.patch
	patches.suse/USB-serial-cp210x-clean-up-set-chars-request.patch
	patches.suse/USB-serial-cp210x-clean-up-type-detection.patch
	patches.suse/USB-serial-cp210x-determine-fw-version-for-CP2105-an.patch
	patches.suse/USB-serial-pl2303-fix-GL-type-detection.patch
	patches.suse/riscv-fix-the-global-name-pfn_base-confliction-error.patch
	patches.suse/riscv-explicitly-use-symbol-offsets-for-VDSO.patch
	patches.suse/RISC-V-Fix-VDSO-build-for-MMU.patch
	patches.suse/ARC-export-clear_user_page-for-modules.patch
	patches.suse/tracing-boot-Fix-a-hist-trigger-dependency-for-boot-time-tracing.patch
	patches.suse/tracing-Replace-deprecated-CPU-hotplug-functions.patch
	patches.suse/tracing-Add-DYNAMIC-flag-for-dynamic-events.patch
	patches.suse/tracing-probes-Reject-events-which-have-the-same-nam.patch
	patches.suse/selftests-ftrace-Fix-requirement-check-of-README-fil.patch
	patches.suse/perf-script-Fix-list-dlfilters-documentation.patch
	patches.suse/perf-config-Fix-caching-and-memory-leak-in-perf_home.patch
	patches.suse/perf-unwind-Do-not-overwrite-FEATURE_CHECK_LDFLAGS-l.patch
	patches.suse/perf-bench-inject-buildid-Handle-writen-errors.patch
	patches.suse/tools-build-Fix-feature-detect-clean-for-out-of-sour.patch
	patches.suse/io-wq-fix-race-between-adding-work-and-activating-a-.patch
	patches.suse/io_uring-IORING_OP_WRITE-needs-hash_reg_file-set.patch
	patches.suse/io_uring-retry-in-case-of-short-read-on-block-device.patch
	patches.suse/io-wq-ensure-that-hash-wait-lock-is-IRQ-disabling.patch
	patches.suse/io-wq-fix-queue-stalling-race.patch
	patches.suse/io-wq-split-bounded-and-unbounded-work-into-separate.patch
	patches.suse/io-wq-only-exit-on-fatal-signals.patch
	patches.suse/io-wq-get-rid-of-FIXED-worker-flag.patch
	patches.suse/io-wq-make-worker-creation-resilient-against-signals.patch
	patches.suse/io_uring-ensure-IORING_REGISTER_IOWQ_MAX_WORKERS-wor.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/block-mq-deadline-Move-dd_queued-to-fix-defined-but-.patch
	patches.suse/block-bfq-honor-already-setup-queue-merges.patch
	patches.suse/loop-reduce-the-loop_ctl_mutex-scope.patch
	patches.suse/thunderbolt-test-split-up-test-cases-in-tb_test_cred.patch
	patches.suse/fuse-fix-use-after-free-in-fuse_read_interrupt.patch
	patches.suse/fuse-truncate-pagecache-on-atomic_o_trunc.patch
	patches.suse/fuse-flush-extending-writes.patch
	patches.suse/fuse-wait-for-writepages-in-syncfs.patch
	patches.suse/gpio-tegra186-Add-ACPI-support.patch
	patches.suse/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-db8500-prcmu-Adjust-map-to-reality.patch
	patches.suse/mfd-Don-t-use-irq_create_mapping-to-resolve-a-mappin.patch
	patches.suse/mfd-tqmx86-Clear-GPIO-IRQ-resource-when-no-IRQ-is-se.patch
	patches.suse/mfd-lpc_sch-Rename-GPIOBASE-to-prevent-build-error.patch
	patches.suse/backlight-ktd253-Stabilize-backlight.patch
	patches.suse/backlight-pwm_bl-Improve-bootloader-kernel-device-ha.patch
	patches.suse/remoteproc-qcom-wcnss-Fix-race-with-iris-probe.patch
	patches.suse/remoteproc-fix-an-typo-in-fw_elf_get_class-code-comm.patch
	patches.suse/remoteproc-fix-kernel-doc-for-struct-rproc_ops.patch
	patches.suse/NTB-Fix-an-error-code-in-ntb_msit_probe.patch
	patches.suse/NTB-perf-Fix-an-error-code-in-perf_setup_inbuf.patch
	patches.suse/firmware-dmi-Move-product_sku-info-to-the-end-of-the.patch
	patches.suse/kvm-add-infrastructure-and-macro-to-mark-vm-as-bugged
	patches.suse/kvm-export-kvm_make_all_cpus_request-for-use-in-marking-vms-as-bugged
	patches.suse/kvm-x86-use-kvm_bug-kvm_bug_on-to-handle-bugs-that-are-fatal-to-the-vm
	patches.suse/kvm-x86-mmu-mark-vm-as-bugged-if-page-fault-returns-ret_pf_invalid
	patches.suse/kvm-x86-hoist-kvm_dirty_regs-check-out-of-sync_regs
	patches.suse/kvm-x86-mmu-refactor-shadow-walk-in-_direct_map-to-reduce-indentation
	patches.suse/kvm-x86-mmu-return-old-spte-from-mmu_spte_clear_track_bits
	patches.suse/KVM-x86-mmu-Rename-cr2_or_gpa-to-gpa-in-fast_page_fault
	patches.suse/KVM-x86-mmu-Fix-use-of-enums-in-trace_fast_page_fault
	patches.suse/KVM-x86-Flush-the-guest-s-TLB-on-INIT
	patches.suse/KVM-nVMX-Set-LDTR-to-its-architecturally-defined-value-on-nested-VM-Exit
	patches.suse/KVM-SVM-Zero-out-GDTR.base-and-IDTR.base-on-INIT
	patches.suse/KVM-VMX-Set-EDX-at-INIT-with-CPUID.0x1-Family-Model-Stepping
	patches.suse/KVM-SVM-Require-exact-CPUID.0x1-match-when-stuffing-EDX-at-INIT
	patches.suse/KVM-SVM-Fall-back-to-KVM-s-hardcoded-value-for-EDX-at-RESET-INIT
	patches.suse/KVM-x86-Migrate-the-PIT-only-if-vcpu0-is-migrated-no.patch
	patches.suse/KVM-x86-Don-t-force-set-BSP-bit-when-local-APIC-is-m.patch
	patches.suse/KVM-VMX-Invert-handling-of-CR0.WP-for-EPT-without-un.patch
	patches.suse/KVM-VMX-Fold-ept_update_paging_mode_cr0-back-into-vm.patch
	patches.suse/KVM-nVMX-Do-not-clear-CR3-load-store-exiting-bits-if.patch
	patches.suse/KVM-VMX-Skip-pointless-MSR-bitmap-update-when-settin.patch
	patches.suse/KVM-VMX-Refresh-list-of-user-return-MSRs-after-setti.patch
	patches.suse/KVM-SVM-Emulate-INIT-in-response-to-triple-fault-shu.patch
	patches.suse/KVM-nVMX-Unconditionally-clear-nested.pi_pending-on-.patch
	patches.suse/KVM-x86-mmu-Avoid-collision-with-PRESENT-SPTEs-in-TD.patch
	patches.suse/KVM-x86-clamp-host-mapping-level-to-max_level-in-kvm.patch
	patches.suse/kvm-x86-allow-cpu-to-force-vendor-specific-tdp-level.patch
	patches.suse/kvm-x86-mmu-support-shadowing-npt-when-5-level-paging-is-enabled-in-host.patch
	patches.suse/kvm-svm-add-5-level-page-table-support-for-svm.patch
	patches.suse/KVM-x86-mmu-Don-t-freak-out-if-pml5_root-is-NULL-on-.patch
	patches.suse/KVM-VMX-avoid-running-vmx_handle_exit_irqoff-in-case.patch
	patches.suse/Revert-KVM-x86-mmu-Add-guest-physical-address-check-.patch
	patches.suse/KVM-s390-Enable-specification-exception-interpretati.patch
	patches.suse/KVM-s390-index-kvm-arch.idle_mask-by-vcpu_idx.patch
	patches.suse/KVM-arm64-perf-Replace-0xf-instances-with-ID_AA64DFR.patch
	patches.suse/KVM-arm64-Restrict-IPA-size-to-maximum-48-bits-on-4K.patch
	patches.suse/KVM-arm64-vgic-Resample-HW-pending-state-on-deactiva.patch
	patches.suse/arm64-Move-.hyp.rodata-outside-of-the-_sdata._edata-.patch
	patches.suse/KVM-arm64-Unregister-HYP-sections-from-kmemleak-in-p.patch
	patches.suse/KVM-arm64-Make-hyp_panic-more-robust-when-protected-.patch
	patches.suse/KVM-arm64-Fix-read-side-race-on-updates-to-vcpu-rese.patch
	patches.suse/KVM-arm64-Handle-PSCI-resets-before-userspace-touche.patch
	patches.suse/KVM-x86-Update-vCPU-s-hv_clock-before-back-to-guest-.patch
	patches.suse/watchdog-Fix-NULL-pointer-dereference-when-releasing.patch
	patches.suse/watchdog-iTCO_wdt-Fix-detection-of-SMI-off-case.patch
	patches.suse/watchdog-Start-watchdog-in-watchdog_set_last_hw_keep.patch
	patches.suse/bnxt_en-Fix-64-bit-doorbell-operation-on-32-bit-kern.patch
	patches.suse/octeontx2-af-Add-additional-register-check-to-rvu_po.patch
	patches.suse/octeontx2-pf-cn10K-Reserve-LMTST-lines-per-core.patch
	patches.suse/net-dsa-tag_rtl4_a-Fix-egress-tags.patch
	patches.suse/mptcp-fix-possible-divide-by-zero.patch
	patches.suse/selftests-mptcp-clean-tmp-files-in-simult_flows.patch
	patches.suse/bnxt_en-fix-kernel-doc-warnings-in-bnxt_hwrm.c.patch
	patches.suse/net-dsa-lantiq_gswip-fix-maximum-frame-length.patch
	patches.suse/net-qrtr-revert-check-in-qrtr_endpoint_post.patch
	patches.suse/Set-fc_nlinfo-in-nh_create_ipv4-nh_create_ipv6.patch
	patches.suse/flow-fix-object-size-mismatch-warning-in-flowi-4-6-_.patch
	patches.suse/net-hso-add-failure-handler-for-add_net_device.patch
	patches.suse/net-usb-cdc_mbim-avoid-altsetting-toggling-for-Telit.patch
	patches.suse/net-dsa-b53-Fix-calculating-number-of-switch-ports.patch
	patches.suse/net-dsa-b53-Set-correct-number-of-ports-in-the-DSA-s.patch
	patches.suse/ionic-fix-double-use-of-queue-lock.patch
	patches.suse/mptcp-Only-send-extra-TCP-acks-in-eligible-socket-st.patch
	patches.suse/net-usb-qmi_wwan-add-Telit-0x1060-composition.patch
	patches.suse/net-remove-the-unnecessary-check-in-cipso_v4_doi_fre.patch
	patches.suse/ionic-fix-a-sleeping-in-atomic-bug.patch
	patches.suse/netfilter-nft_ct-protect-nft_ct_pcpu_template_refcnt.patch
	patches.suse/netfilter-socket-icmp6-fix-use-after-scope.patch
	patches.suse/fq_codel-reject-silly-quantum-parameters.patch
	patches.suse/qlcnic-Remove-redundant-unlock-in-qlcnic_pinit_from_.patch
	patches.suse/ethtool-Fix-an-error-code-in-cxgb2.c.patch
	patches.suse/octeontx2-af-Add-a-rvu_free_bitmap-function.patch
	patches.suse/octeontx2-af-Fix-some-memory-leaks-in-the-error-hand.patch
	patches.suse/net-stmmac-Fix-overall-budget-calculation-for-rxtx_n.patch
	patches.suse/ip_gre-validate-csum_start-only-on-pull.patch
	patches.suse/net-dsa-b53-Fix-IMP-port-setup-on-BCM5301x.patch
	patches.suse/bnxt_en-fix-stored-FW_PSID-version-masks.patch
	patches.suse/bnxt_en-fix-read-of-stored-FW_PSID-version-on-P5-dev.patch
	patches.suse/bnxt_en-Fix-asic.rev-in-devlink-dev-info-command.patch
	patches.suse/bnxt_en-Fix-UDP-tunnel-logic.patch
	patches.suse/bnxt_en-Fix-possible-unintended-driver-initiated-err.patch
	patches.suse/net-create-netdev-dev_addr-assignment-helpers.patch
	patches.suse/stmmac-dwmac-loongson-Fix-missing-return-value.patch
	patches.suse/net-hns3-make-hclgevf_cmd_caps_bit_map0-and-hclge_cm.patch
	patches.suse/ip6_gre-Revert-ip6_gre-add-validation-for-csum_start.patch
	patches.suse/cxgb3-fix-oops-on-module-removal.patch
	patches.suse/iwlwifi-Add-support-for-ax201-in-Samsung-Galaxy-Book.patch
	patches.suse/iwlwifi-bump-FW-API-to-66-for-AX-devices.patch
	patches.suse/iwlwifi-pnvm-Fix-a-memory-leak-in-iwl_pnvm_get_from_.patch
	patches.suse/iwlwifi-fix-printk-format-warnings-in-uefi.c.patch
	patches.suse/can-rcar_canfd-add-__maybe_unused-annotation-to-sile.patch
	patches.suse/can-c_can-fix-null-ptr-deref-on-ioctl.patch
	patches.suse/net-renesas-sh_eth-Fix-freeing-wrong-tx-descriptor.patch
	patches.suse/net-phylink-add-suspend-resume-support.patch
	patches.suse/net-stmmac-fix-MAC-not-working-when-system-resume-ba.patch
	patches.suse/PCI-Call-Max-Payload-Size-related-fixup-quirks-early.patch
	patches.suse/PCI-Restrict-ASMedia-ASM1062-SATA-Max-Payload-Size-S.patch
	patches.suse/PCI-Return-0-data-on-pciconfig_read-CAP_SYS_ADMIN-fa.patch
	patches.suse/PCI-ibmphp-Fix-double-unmap-of-io_mem.patch
	patches.suse/PCI-Allow-PASID-on-fake-PCIe-devices-without-TLP-pre.patch
	patches.suse/pci-set-dma-can-stall-for-hisilicon-chips
	patches.suse/PCI-portdrv-Enable-Bandwidth-Notification-only-if-po.patch
	patches.suse/PCI-Cache-PCIe-Device-Capabilities-register.patch
	patches.suse/PCI-Add-pcie_reset_flr-with-probe-argument.patch
	patches.suse/PCI-Add-array-to-track-reset-method-ordering.patch
	patches.suse/PCI-Remove-reset_fn-field-from-pci_dev.patch
	patches.suse/PCI-Allow-userspace-to-query-and-set-device-reset-me.patch
	patches.suse/PCI-Add-pci_set_acpi_fwnode-to-set-ACPI_COMPANION.patch
	patches.suse/PCI-Use-acpi_pci_power_manageable.patch
	patches.suse/PCI-Setup-ACPI-fwnode-early-and-at-the-same-time-wit.patch
	patches.suse/PCI-Add-support-for-ACPI-_RST-reset-method.patch
	patches.suse/PCI-Change-the-type-of-probe-argument-in-reset-funct.patch
	patches.suse/PCI-Refactor-pci_ioremap_bar-and-pci_ioremap_wc_bar.patch
	patches.suse/PCI-Add-ACS-quirks-for-NXP-LX2xx0-and-LX2xx2-platfor.patch
	patches.suse/PCI-Add-ACS-quirks-for-Cavium-multi-function-devices.patch
	patches.suse/PCI-ACS-Enforce-pci-noats-with-Transaction-Blocking.patch
	patches.suse/PCI-VPD-Correct-diagnostic-for-VPD-read-failure.patch
	patches.suse/PCI-VPD-Check-Resource-Item-Names-against-those-vali.patch
	patches.suse/PCI-VPD-Treat-initial-0xff-as-missing-EEPROM.patch
	patches.suse/PCI-VPD-Reject-resource-tags-with-invalid-size.patch
	patches.suse/PCI-VPD-Don-t-check-Large-Resource-Item-Names-for-va.patch
	patches.suse/PCI-VPD-Allow-access-to-valid-parts-of-VPD-if-some-i.patch
	patches.suse/PCI-VPD-Remove-pci_vpd_size-old_size-argument.patch
	patches.suse/PCI-VPD-Make-pci_vpd_wait-uninterruptible.patch
	patches.suse/PCI-VPD-Remove-struct-pci_vpd.flag.patch
	patches.suse/PCI-VPD-Reorder-pci_read_vpd-pci_write_vpd.patch
	patches.suse/PCI-VPD-Remove-struct-pci_vpd_ops.patch
	patches.suse/PCI-VPD-Remove-struct-pci_vpd.valid-member.patch
	patches.suse/PCI-VPD-Embed-struct-pci_vpd-in-struct-pci_dev.patch
	patches.suse/PCI-VPD-Determine-VPD-size-in-pci_vpd_init.patch
	patches.suse/PCI-VPD-Treat-invalid-VPD-like-missing-VPD-capabilit.patch
	patches.suse/PCI-VPD-Add-pci_vpd_alloc.patch
	patches.suse/PCI-VPD-Add-pci_vpd_find_ro_info_keyword.patch
	patches.suse/PCI-VPD-Add-pci_vpd_check_csum.patch
	patches.suse/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/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-cancel-delayed-work-instead-of-flushing-on-mdsc-teardown.patch
	patches.suse/ceph-request-Fw-caps-before-updating-the-mtime-in-ce.patch
	patches.suse/ceph-remove-the-capsnaps-when-removing-caps.patch
	patches.suse/ceph-lockdep-annotations-for-try_nonblocking_invalid.patch
	patches.suse/ceph-fix-dereference-of-null-pointer-cf.patch
	patches.suse/SUNRPC-don-t-pause-on-incomplete-allocation.patch
	patches.suse/SUNRPC-improve-error-response-to-over-size-gss-crede.patch
	patches.suse/ACPI-PM-s2idle-Run-both-AMD-and-Microsoft-methods-if.patch
	patches.suse/platform-chrome-sensorhub-Add-trace-events-for-sampl.patch
	patches.suse/platform-chrome-cros_ec_proto-Send-command-again-whe.patch
	patches.suse/platform-chrome-cros_ec_trace-Fix-format-warnings.patch
	patches.suse/mm-vmstat-protect-per-cpu-variables-with-preempt-disable-on-RT.patch
	patches.suse/mm-migrate-introduce-a-local-variable-to-get-the-number-of-pages.patch
	patches.suse/mm-migrate-fix-the-incorrect-function-name-in-comments.patch
	patches.suse/mm-migrate-change-to-use-bool-type-for-page_was_mapped.patch
	patches.suse/mm-hmm-bypass-devmap-pte-when-all-pfn-requested-flag.patch
	patches.suse/mm-hugetlb-initialize-hugetlb_usage-in-mm_init.patch
	patches.suse/mm-vmscan-fix-divide-by-zero-in-get_scan_count.patch
	patches.suse/mm-page_alloc.c-avoid-accessing-uninitialized-pcp-page-migratetype.patch
	patches.suse/mm-mempolicy-fix-a-race-between-offset_il_node-and-mpol_rebind_task.patch
	patches.suse/dmaengine-idxd-Simplify-code-and-axe-the-use-of-a-de.patch
	patches.suse/dmanegine-idxd-cleanup-all-device-related-bits-after.patch
	patches.suse/dmaengine-idxd-Add-wq-occupancy-information-to-sysfs.patch
	patches.suse/dmaengine-idxd-have-command-status-always-set.patch
	patches.suse/dmaengine-idxd-add-missing-percpu-ref-put-on-failure.patch
	patches.suse/dmaengine-idxd-assign-MSIX-vectors-to-each-WQ-rather.patch
	patches.suse/dmaengine-idxd-depends-on-UML.patch
	patches.suse/dmaengine-sprd-Add-missing-MODULE_DEVICE_TABLE.patch
	patches.suse/dmaengine-idxd-add-driver-register-helper.patch
	patches.suse/dmaengine-idxd-add-driver-name.patch
	patches.suse/dmaengine-idxd-add-struct-idxd_dev-as-wrapper-for-co.patch
	patches.suse/dmaengine-idxd-remove-IDXD_DEV_CONF_READY.patch
	patches.suse/dmaengine-idxd-move-wq_enable-to-device.c.patch
	patches.suse/dmaengine-idxd-move-wq_disable-to-device.c.patch
	patches.suse/dmaengine-idxd-remove-bus-shutdown.patch
	patches.suse/dmaengine-idxd-remove-iax_bus_type-prototype.patch
	patches.suse/dmaengine-idxd-fix-bus_probe-and-bus_remove-for-dsa_.patch
	patches.suse/dmaengine-idxd-move-probe-bits-for-idxd-struct-devic.patch
	patches.suse/dmaengine-idxd-idxd-move-remove-bits-for-idxd-struct.patch
	patches.suse/dmanegine-idxd-open-code-the-dsa_drv-registration.patch
	patches.suse/dmaengine-idxd-add-type-to-driver-in-order-to-allow-.patch
	patches.suse/dmaengine-idxd-create-idxd_device-sub-driver.patch
	patches.suse/dmaengine-idxd-create-dmaengine-driver-for-wq-device.patch
	patches.suse/dmaengine-idxd-create-user-driver-for-wq-device.patch
	patches.suse/dmaengine-dsa-move-dsa_bus_type-out-of-idxd-driver-t.patch
	patches.suse/dmaengine-idxd-move-dsa_drv-support-to-compatible-mo.patch
	patches.suse/dmaengine-idxd-remove-fault-processing-code.patch
	patches.suse/dmaengine-idxd-Set-defaults-for-GRPCFG-traffic-class.patch
	patches.suse/dmaengine-idxd-fix-uninit-var-for-alt_drv.patch
	patches.suse/dmaengine-idxd-fix-wq-slot-allocation-index-check.patch
	patches.suse/dmaengine-idxd-rotate-portal-address-for-better-perf.patch
	patches.suse/dmanegine-idxd-add-software-command-status.patch
	patches.suse/dmaengine-idxd-fix-abort-status-check.patch
	patches.suse/dmaengine-idxd-Fix-a-possible-NULL-pointer-dereferen.patch
	patches.suse/dmaengine-idxd-Remove-unused-status-variable-in-irq_.patch
	patches.suse/dmaengine-dw-Remove-error-message-from-DT-parsing-co.patch
	patches.suse/dmaengine-idxd-add-capability-check-for-block-on-fau.patch
	patches.suse/dmaengine-idxd-clear-block-on-fault-flag-when-clear-.patch
	patches.suse/dmaengine-idxd-make-I-O-interrupt-handler-one-shot.patch
	patches.suse/dmaengine-acpi-Avoid-comparison-GSI-with-Linux-vIRQ.patch
	patches.suse/dmaengine-idxd-remove-interrupt-flag-for-completion-.patch
	patches.suse/dmaengine-idxd-make-submit-failure-path-consistent-o.patch
	patches.suse/dmaengine-idxd-set-descriptor-allocation-size-to-thr.patch
	patches.suse/dmaengine-ioat-depends-on-UML.patch
	patches.suse/dmaengine-xilinx_dma-Set-DMA-mask-for-coherent-APIs.patch
	patches.suse/dmaengine-idxd-fix-setting-up-priv-mode-for-dwq.patch
	patches.suse/dmaengine-idxd-remove-interrupt-disable-for-cmd_lock.patch
	patches.suse/dmaengine-idxd-remove-interrupt-disable-for-dev_lock.patch
	patches.suse/dmaengine-ptdma-Initial-driver-for-the-AMD-PTDMA.patch
	patches.suse/dmaengine-ptdma-register-PTDMA-controller-as-a-DMA-r.patch
	patches.suse/dmaengine-ptdma-Add-debugfs-entries-for-PTDMA.patch
	patches.suse/dmaengine-ptdma-remove-PT_OFFSET-to-avoid-redefnitio.patch
	patches.suse/RDMA-mlx5-Fix-number-of-allocated-XLT-entries.patch
	patches.suse/RDMA-mlx5-Fix-xlt_chunk_align-calculation.patch
	patches.suse/IB-qib-Fix-null-pointer-subtraction-compiler-warning.patch
	patches.suse/RDMA-bnxt_re-Prefer-kcalloc-over-open-coded-arithmet.patch
	patches.suse/IB-hfi1-make-hist-static.patch
	patches.suse/libnvdimm-pmem-Fix-crash-triggered-when-I-O-in-fligh.patch
	patches.suse/cxl-Move-cxl_core-to-new-directory.patch
	patches.suse/cxl-pci-Introduce-cdevm_file_operations.patch
	patches.suse/cxl-acpi-Do-not-add-DSDT-disabled-ACPI0016-host-brid.patch
	patches.suse/cxl-pci-Fix-lockdown-level.patch
	patches.suse/cxl-pci-Fix-debug-message-in-cxl_probe_regs.patch
	patches.suse/iov_iter-track-truncated-size.patch
	patches.suse/io_uring-reexpand-under-reexpanded-iters.patch
	patches.suse/s390-add-kmemleak-annotation-in-stack_alloc.patch
	patches.suse/s390-entry-make-oklabel-within-CHKSTG-macro-local.patch
	patches.suse/s390-unwind-use-current_frame_address-to-unwind-current-task.patch
	patches.suse/s390-topology-fix-topology-information-when-calling-.patch
	patches.suse/tracing-Add-migrate-disabled-counter-to-tracing-outp.patch
	patches.suse/tracing-osnoise-Fix-missed-cpus_read_unlock-in-start_per_cpu_kthreads.patch
	patches.suse/tools-bootconfig-Fix-tracing_on-option-checking-in-f.patch
	patches.suse/bootconfig-Fix-missing-return-check-of-xbc_node_comp.patch
	patches.suse/tracing-boot-Fix-to-loop-on-only-subkeys.patch
	patches.suse/ARM-9105-1-atags_to_fdt-don-t-warn-about-stack-size.patch
	patches.suse/ARM-9110-1-oabi-compat-fix-oabi-epoll-sparse-warning.patch
	patches.suse/lib-logic_iomem-fix-sparse-warnings.patch
	patches.suse/um-virtio_uml-fix-memory-leak-on-init-failures.patch
	patches.suse/um-virt-pci-fix-uapi-documentation
	patches.suse/um-fix-stub-location-calculation.patch
	patches.suse/ALSA-usb-audio-Add-registration-quirk-for-JBL-Quantu.patch
	patches.suse/ASoC-audio-graph-respawn-Platform-Support.patch
	patches.suse/ASoC-rt5682-fix-headset-background-noise-when-S3-sta.patch
	patches.suse/ASoC-Intel-boards-Fix-CONFIG_SND_SOC_SDW_MOCKUP-sele.patch
	patches.suse/btrfs-fix-upper-limit-for-max_inline-for-page-size-6.patch
	patches.suse/btrfs-update-the-bdev-time-directly-when-closing.patch
	patches.suse/btrfs-delay-blkdev_put-until-after-the-device-remove.patch
	patches.suse/btrfs-fix-lockdep-warning-while-mounting-sprout-fs.patch
	patches.suse/btrfs-zoned-fix-double-counting-of-split-ordered-ext.patch
	patches.suse/fsnotify-fix-sb_connectors-leak.patch
	patches.suse/0414-drm-i915-use-linux-stddef.h-due-to-isystem-trim-fixu.patch
	patches.suse/drm-amdgpu-Fixes-to-returning-VBIOS-RAS-EEPROM-addre.patch
	patches.suse/drm-amdgpu-Enable-S-G-for-Yellow-Carp.patch
	patches.suse/drm-amd-display-setup-system-context-for-APUs.patch
	patches.suse/drm-amdgpu-Disable-PCIE_DPM-on-Intel-RKL-Platform.patch
	patches.suse/drm-amd-display-Fix-memory-leak-reported-by-coverity.patch
	patches.suse/drm-amdgpu-stop-scheduler-when-calling-hw_fini-v2.patch
	patches.suse/drm-amdgpu-Fix-a-deadlock-if-previous-GEM-object-all.patch
	patches.suse/drm-amdgpu-fix-fdinfo-race-with-process-exit.patch
	patches.suse/drm-amdkfd-drop-process-ref-count-when-xnack-disable.patch
	patches.suse/drm-ttm-ttm_bo_device-is-now-ttm_device.patch
	patches.suse/drm-panfrost-Simplify-lock_region-calculation.patch
	patches.suse/drm-panfrost-Use-u64-for-size-in-lock_region.patch
	patches.suse/drm-panfrost-Clamp-lock-region-to-Bifrost-minimum.patch
	patches.suse/drm-ttm-Fix-ttm_bo_move_memcpy-for-subclassed-struct.patch
	patches.suse/dma-buf-DMABUF_MOVE_NOTIFY-should-depend-on-DMA_SHAR.patch
	patches.suse/dma-buf-DMABUF_DEBUG-should-depend-on-DMA_SHARED_BUF.patch
	patches.suse/fbmem-don-t-allow-too-huge-resolutions.patch
	patches.suse/drm-ttm-Fix-a-deadlock-if-the-target-BO-is-not-idle-.patch
	patches.suse/habanalabs-fix-nullifying-of-destroyed-mmu-pgt-pool.patch
	patches.suse/habanalabs-add-validity-check-for-event-ID-received-.patch
	patches.suse/habanalabs-fix-mmu-node-address-resolution-in-debugf.patch
	patches.suse/habanalabs-add-in-device-creation-status.patch
	patches.suse/habanalabs-cannot-sleep-while-holding-spinlock.patch
	patches.suse/iommu-amd-Relocate-GAMSup-check-to-early_enable_iomm.patch
	patches.suse/iommu-amd-remove-iommu_init_ga
	patches.suse/iommu-vt-d-Fix-PASID-leak-in-intel_svm_unbind_mm.patch
	patches.suse/iommu-vt-d-Fix-a-deadlock-in-intel_svm_drain_prq.patch
	patches.suse/parisc-Move-pci_dev_is_behind_card_dino-to-where-it-.patch
	patches.suse/arm64-mm-limit-linear-region-to-51-bits-for-KVM-in-n.patch
	patches.suse/ACPI-CPPC-Introduce-cppc_get_nominal_perf.patch
	patches.suse/PM-sleep-core-Avoid-setting-power.must_resume-to-fal.patch
	patches.suse/ACPI-scan-Remove-unneeded-header-linux-nls.h.patch
	patches.suse/ACPI-PRM-Find-PRMT-table-before-parsing-it.patch
	patches.suse/Input-elan_i2c-reduce-the-resume-time-for-controller.patch
	patches.suse/thermal-drivers-exynos-Fix-an-error-code-in-exynos_t.patch
	patches.suse/thermal-drivers-rcar_gen3_thermal-Store-TSC-id-as-un.patch
	patches.suse/tools-thermal-tmon-Add-cross-compiling-support.patch
	patches.suse/thermal-core-Fix-thermal_cooling_device_register-pro.patch
	patches.suse/thermal-drivers-tegra-soctherm-Silence-message-about.patch
	patches.suse/thermal-drivers-qcom-spmi-adc-tm5-Don-t-abort-probin.patch
	patches.suse/pwm-ab8500-Fix-register-offset-calculation-to-not-de.patch
	patches.suse/pwm-lpc32xx-Don-t-modify-HW-state-in-.probe-after-th.patch
	patches.suse/pwm-mxs-Don-t-modify-HW-state-in-.probe-after-the-PW.patch
	patches.suse/pwm-img-Don-t-modify-HW-state-in-.remove-callback.patch
	patches.suse/pwm-rockchip-Don-t-modify-HW-state-in-.remove-callba.patch
	patches.suse/pwm-stm32-lp-Don-t-modify-HW-state-in-.remove-callba.patch
	patches.suse/pwm-rockchip-Unprepare-clocks-only-after-the-PWM-was.patch
	patches.suse/rtc-tps65910-Correct-driver-module-alias.patch
	patches.suse/rtc-rx8010-select-REGMAP_I2C.patch
	patches.suse/of-property-Disable-fw_devlink-DT-support-for-X86.patch
	patches.suse/block-genhd-don-t-call-blkdev_show-with-major_names_.patch
	patches.suse/blk-throttle-fix-UAF-by-deleteing-timer-in-blk_throt.patch
	patches.suse/nvme-multipath-set-QUEUE_FLAG_NOWAIT.patch
	patches.suse/nvme-multipath-revalidate-paths-during-rescan.patch
	patches.suse/nvme-move-nvme_multi_css-into-nvme.h.patch
	patches.suse/nvmet-looks-at-the-passthrough-controller-when-initi.patch
	patches.suse/nvmet-fixup-buffer-overrun-in-nvmet_subsys_attr_seri.patch
	patches.suse/nvme-tcp-Do-not-reset-transport-on-data-digest-error.patch
	patches.suse/nvme-update-keep-alive-interval-when-kato-is-modifie.patch
	patches.suse/nvme-only-call-synchronize_srcu-when-clearing-curren.patch
	patches.suse/blk-mq-allow-4x-BLK_MAX_REQUEST_COUNT-at-blk_plug-fo.patch
	patches.suse/n64cart-fix-return-value-check-in-n64cart_probe.patch
	patches.suse/io-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_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/virtio-blk-remove-unneeded-likely-statements.patch
	patches.suse/iova-Export-alloc_iova_fast-and-free_iova_fast.patch
	patches.suse/cifs-update-FSCTL-definitions.patch
	patches.suse/cifs-rename-cifs_common-to-smbfs_common.patch
	patches.suse/cifs-move-SMB-FSCTL-definitions-to-common-code.patch
	patches.suse/cifs-properly-invalidate-cached-root-handle-when-clo.patch
	patches.suse/locking-rwsem-Add-missing-__init_rwsem-for-PREEMPT_R.patch
	patches.suse/futex-Return-error-code-instead-of-assigning-it-with.patch
	patches.suse/futex-Prevent-inconsistent-state-and-exit-race.patch
	patches.suse/futex-Clarify-comment-for-requeue_pi_wake_futex.patch
	patches.suse/futex-Avoid-redundant-task-lookup.patch
	patches.suse/futex-Remove-unused-variable-vpid-in-futex_proxy_try.patch
	patches.suse/locking-rtmutex-Fix-ww_mutex-deadlock-check.patch
	patches.suse/sched-idle-Make-the-idle-timer-expire-in-hard-interrupt-context.patch
	patches.suse/sched-Prevent-balance_push-on-remote-runqueues.patch
	patches.suse/drivers-base-cacheinfo-Get-rid-of-DEFINE_SMP_CALL_CA.patch
	patches.suse/Documentation-core-api-cpuhotplug-Rewrite-the-API-se.patch
	patches.suse/auxdisplay-hd44780-Fix-oops-on-module-unloading.patch
	patches.suse/perf-test-Fix-bpf-test-sample-mismatch-reporting.patch
	patches.suse/perf-symbol-Look-for-ImageBase-in-PE-file-to-compute.patch
	patches.suse/perf-tools-Factor-out-copy_config_terms-and-free_config_terms.patch
	patches.suse/perf-tools-Fix-hybrid-config-terms-list-corruption.patch
	patches.suse/perf-tools-Allow-build-id-with-trailing-zeros.patch
	patches.suse/0415-tools-headers-UAPI-Sync-drm-i915_drm.h-with-the-kern.patch
	patches.suse/x86-uaccess-Fix-32-bit-__get_user_asm_u64-when-CC_HA.patch
	patches.suse/ipc-remove-memcg-accounting-for-sops-objects-in-do_semtimedop.patch
	patches.suse/drm-ttm-fix-type-mismatch-error-on-sparc64.patch
	patches.suse/compiler.h-Introduce-absolute_pointer-macro.patch
	patches.suse/net-i825xx-Use-absolute_pointer-for-memcpy-from-fixe.patch
	patches.suse/sparc-avoid-stringop-overread-errors.patch
	patches.suse/qnx4-avoid-stringop-overread-errors.patch
	patches.suse/rtc-cmos-Disable-irq-around-direct-invocation-of-cmo.patch
	patches.suse/msft-hv-2434-Drivers-hv-vmbus-Fix-kernel-crash-upon-unbinding-a-d.patch
	patches.suse/msft-hv-2435-asm-generic-hyperv-provide-cpumask_to_vpset_noself.patch
	patches.suse/msft-hv-2436-x86-hyperv-remove-on-stack-cpumask-from-hv_send_ipi_.patch
	patches.suse/m68k-Double-cast-io-functions-to-unsigned-long.patch
	patches.suse/parisc-Use-absolute_pointer-to-define-PAGE0.patch
	patches.suse/alpha-Declare-virt_to_phys-and-virt_to_bus-parameter.patch
	patches.suse/0001-drm-rockchip-cdn-dp-core-Make-cdn_dp_core_resume-__m.patch
	patches.suse/net-6pack-Fix-tx-timeout-and-slot-time.patch
	patches.suse/dccp-don-t-duplicate-ccid-when-cloning-dccp-sock.patch
	patches.suse/ibmvnic-check-failover_pending-in-login-response-2.patch
	patches.suse/net-mlx5-Bridge-fix-uninitialized-variable-usage.patch
	patches.suse/net-mlx5-Fix-rdma-aux-device-on-devlink-reload.patch
	patches.suse/net-mlx5-Lag-don-t-update-lag-if-lag-isn-t-supported.patch
	patches.suse/net-mlx5-FWTrace-cancel-work-on-alloc-pd-error-flow.patch
	patches.suse/net-mlx5-Fix-potential-sleeping-in-atomic-context.patch
	patches.suse/net-mlx5e-Fix-mutual-exclusion-between-CQE-compressi.patch
	patches.suse/net-mlx5e-Fix-condition-when-retrieving-PTP-rqn.patch
	patches.suse/net-phylink-Update-SFP-selected-interface-on-adverti.patch
	patches.suse/net-ipa-initialize-all-filter-table-slots.patch
	patches.suse/net-stmmac-fix-system-hang-caused-by-eee_ctrl_timer-.patch
	patches.suse/vhost_net-fix-OoB-on-sendmsg-failure.patch
	patches.suse/ibmvnic-check-failover_pending-in-login-response.patch
	patches.suse/net-macb-fix-use-after-free-on-rmmod.patch
	patches.suse/net-af_unix-fix-a-data-race-in-unix_dgram_poll.patch
	patches.suse/net-l2tp-Fix-reference-count-leak-in-l2tp_udp_recv_c.patch
	patches.suse/net-stmmac-platform-fix-build-warning-when-with-CONF.patch
	patches.suse/sfc-fallback-for-lack-of-xdp-tx-queues.patch
	patches.suse/sfc-last-resort-fallback-for-lack-of-xdp-tx-queues.patch
	patches.suse/ice-Correctly-deal-with-PFs-that-do-not-support-RDMA.patch
	patches.suse/r6040-Restore-MDIO-clock-frequency-after-MAC-reset.patch
	patches.suse/qed-Handle-management-FW-error.patch
	patches.suse/net-stmmac-allow-CSR-clock-of-300MHz.patch
	patches.suse/net-dsa-qca8k-fix-kernel-panic-with-legacy-mdio-mapp.patch
	patches.suse/selftest-net-fix-typo-in-altname-test.patch
	patches.suse/msft-hv-2437-net-mana-Prefer-struct_size-over-open-coded-arithmet.patch
	patches.suse/bnxt_en-Fix-error-recovery-regression.patch
	patches.suse/bnxt_en-make-bnxt_free_skbs-safe-to-call-after-bnxt_.patch
	patches.suse/bnxt_en-Clean-up-completion-ring-page-arrays-complet.patch
	patches.suse/udp_tunnel-Fix-udp_tunnel_nic-work-queue-type.patch
	patches.suse/tipc-increase-timeout-in-tipc_sk_enqueue.patch
	patches.suse/ipv6-delay-fib6_sernum-increase-in-fib6_add.patch
	patches.suse/net-dsa-lantiq_gswip-Add-200ms-assert-delay.patch
	patches.suse/net-hns3-add-option-to-turn-off-page-pool-feature.patch
	patches.suse/net-hns3-pad-the-short-tunnel-frame-before-sending-t.patch
	patches.suse/net-hns3-change-affinity_mask-to-numa-node-range.patch
	patches.suse/net-hns3-disable-mac-in-flr-process.patch
	patches.suse/net-hns3-fix-the-exception-when-query-imp-info.patch
	patches.suse/net-hns3-fix-the-timing-issue-of-VF-clearing-interru.patch
	patches.suse/net-caif-avoid-user-triggerable-WARN_ON-1.patch
	patches.suse/bpf-mm-Fix-lockdep-warning-triggered-by-stack_map_get_build_id_offset.patch
	patches.suse/bpf-Add-oversize-check-before-call-kvcalloc.patch
	patches.suse/bpf-cgroups-Fix-cgroup-v2-fallback-on-v1-v2-mixed-mo.patch
	patches.suse/tcp-fix-tp-undo_retrans-accounting-in-tcp_sacktag_on.patch
	patches.suse/bnx2x-Fix-enabling-network-interfaces-without-VFs.patch
	patches.suse/ptp-dp83640-don-t-define-PAGE0.patch
	patches.suse/net-dsa-destroy-the-phylink-instance-on-any-error-in.patch
	patches.suse/net-dsa-flush-switchdev-workqueue-before-tearing-dow.patch
	patches.suse/net-mlx5-nfp-bnxt-Remove-unnecessary-RTNL-lock-asser.patch
	patches.suse/igc-fix-tunnel-offloading.patch
	patches.suse/mlxbf_gige-clear-valid_polarity-upon-open.patch
	patches.suse/drm-etnaviv-return-context-from-etnaviv_iommu_contex.patch
	patches.suse/drm-etnaviv-put-submit-prev-MMU-context-when-it-exis.patch
	patches.suse/drm-etnaviv-stop-abusing-mmu_context-as-FE-running-m.patch
	patches.suse/drm-etnaviv-keep-MMU-context-across-runtime-suspend-.patch
	patches.suse/drm-etnaviv-exec-and-MMU-state-is-lost-when-resettin.patch
	patches.suse/drm-etnaviv-fix-MMU-context-leak-on-GPU-reset.patch
	patches.suse/drm-etnaviv-reference-MMU-context-when-setting-up-ha.patch
	patches.suse/drm-etnaviv-add-missing-MMU-context-put-when-reaping.patch
	patches.suse/0001-drm-i915-dp-return-proper-DPRX-link-training-result.patch
	patches.suse/0001-drm-i915-guc-drop-guc_communication_enabled.patch
	patches.suse/0419-drm-i915-gem-Fix-the-mman-selftest.patch
	patches.suse/0420-drm-i915-Release-ctx-syncobj-on-final-put-not-on-ctx.patch
	patches.suse/0421-drm-i915-Get-PM-ref-before-accessing-HW-register.patch
	patches.suse/0422-drm-i915-selftests-Do-not-use-import_obj-uninitializ.patch
	patches.suse/0423-drm-i915-selftests-Always-initialize-err-in-igt_dmab.patch
	patches.suse/0424-drm-i915-Enable-Wsometimes-uninitialized.patch
	patches.suse/drm-amd-amdgpu-Increase-HWIP_MAX_INSTANCE-to-10.patch
	patches.suse/drm-amd-pm-fix-the-issue-of-uploading-powerplay-tabl.patch
	patches.suse/0001-drm-amdgpu-fix-use-after-free-during-BO-move.patch
	patches.suse/amd-display-downgrade-validation-failure-log-level.patch
	patches.suse/drm-amdgpu-use-IS_ERR-for-debugfs-APIs.patch
	patches.suse/drm-amdkfd-make-needs_pcie_atomics-FW-version-depend.patch
	patches.suse/drm-amd-display-Get-backlight-from-PWM-if-DMCU-is-no.patch
	patches.suse/drm-amd-display-dsc-mst-2-4K-displays-go-dark-with-2.patch
	patches.suse/drm-amd-display-Fix-unstable-HPCP-compliance-on-Chro.patch
	patches.suse/drm-amd-display-Link-training-retry-fix-for-abort-ca.patch
	patches.suse/drm-amdkfd-separate-kfd_iommu_resume-from-kfd_resume.patch
	patches.suse/drm-amdgpu-add-amdgpu_amdkfd_resume_iommu.patch
	patches.suse/drm-amdgpu-move-iommu_resume-before-ip-init-resume.patch
	patches.suse/drm-radeon-pass-drm-dev-radeon_agp_head_init-directl.patch
	patches.suse/drm-amd-pm-fix-runpm-hang-when-amdgpu-loaded-prior-t.patch
	patches.suse/amd-display-enable-panel-orientation-quirks.patch
	patches.suse/0001-drm-amd-display-Fix-white-screen-page-fault-for-gpuv.patch
	patches.suse/xen-balloon-use-a-kernel-thread-instead-a-workqueue.patch
	patches.suse/PM-base-power-don-t-try-to-use-non-existing-RTC-for-.patch
	patches.suse/xen-reset-legacy-rtc-flag-for-PV-domU.patch
	patches.suse/xen-fix-usage-of-pmd_populate-in-mremap-for-pv-guest.patch
	patches.suse/swiotlb-xen-avoid-double-free.patch
	patches.suse/swiotlb-xen-fix-late-init-retry.patch
	patches.suse/arm64-sve-Use-correct-size-when-reinitialising-SVE-s.patch
	patches.suse/arm64-Mark-__stack_chk_guard-as-__ro_after_init.patch
	patches.suse/blk-mq-avoid-to-iterate-over-stale-request.patch
	patches.suse/block-check-if-a-profile-is-actually-registered-in-b.patch
	patches.suse/block-flush-the-integrity-workqueue-in-blk_integrity.patch
	patches.suse/nvmet-fix-a-width-vs-precision-bug-in-nvmet_subsys_a.patch
	patches.suse/nvme-avoid-race-in-shutdown-namespace-removal.patch
	patches.suse/nvme-multipath-fix-ANA-state-updates-when-a-namespac.patch
	patches.suse/nvme-rdma-destroy-cm-id-before-destroy-qp-to-avoid-u.patch
	patches.suse/nvme-tcp-fix-io_work-priority-inversion.patch
	patches.suse/blkcg-fix-memory-leak-in-blk_iolatency_init.patch
	patches.suse/blk-cgroup-fix-UAF-by-grabbing-blkcg-lock-before-des.patch
	patches.suse/io_uring-ensure-symmetry-in-handling-iter-types-in-l.patch
	patches.suse/io_uring-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-allow-retry-for-O_NONBLOCK-if-async-is-supp.patch
	patches.suse/iov_iter-add-helper-to-save-iov_iter-state.patch
	patches.suse/io_uring-use-iov_iter-state-save-restore-helpers.patch
	patches.suse/Revert-iov_iter-track-truncated-size.patch
	patches.suse/PCI-VPD-Defer-VPD-sizing-until-first-access.patch
	patches.suse/PCI-ACPI-Don-t-reset-a-fwnode-set-by-OF.patch
	patches.suse/PCI-Add-AMD-GPU-multi-function-power-dependencies.patch
	patches.suse/dma-mapping-fix-the-kerneldoc-for-dma_map_sg_attrs.patch
	patches.suse/dma-debug-prevent-an-error-message-from-causing-runt.patch
	patches.suse/sparc32-page-align-size-in-arch_dma_alloc.patch
	patches.suse/cpufreq-intel_pstate-Override-parameters-if-HWP-forc.patch
	patches.suse/cpufreq-schedutil-Destroy-mutex-before-kobject_put-f.patch
	patches.suse/spi-Fix-tegra20-build-with-CONFIG_PM-n.patch
	patches.suse/dt-bindings-net-dsa-sja1105-update-nxp-sja1105.yaml-.patch
	patches.suse/dt-bindings-arm-Fix-Toradex-compatible-typo.patch
	patches.suse/s390-pci_mmio-fully-validate-the-VMA-before-calling-.patch
	patches.suse/s390-sclp-fix-Secure-IPL-facility-detection.patch
	patches.suse/Revert-drm-vc4-hdmi-runtime-PM-changes.patch
	patches.suse/perf-machine-Initialize-srcline-string-member-in-add.patch
	patches.suse/libperf-evsel-Make-use-of-FD-robust.patch
	patches.suse/gen_compile_commands-fix-missing-sys-package.patch
	patches.suse/powerpc-64s-system-call-scv-tabort-fix-for-corrupt-i.patch
	patches.suse/powerpc-64s-system-call-rfscv-workaround-for-TM-bugs.patch
	patches.suse/KVM-PPC-Book3S-HV-Tolerate-treclaim.-in-fake-suspend.patch
	patches.suse/powerpc-mce-Fix-access-error-in-mce-handler.patch
	patches.suse/locking-rwbase-Properly-match-set_and_save_state-to-.patch
	patches.suse/locking-rwbase-Extract-__rwbase_write_trylock.patch
	patches.suse/locking-rwbase-Take-care-of-ordering-guarantee-for-f.patch
	patches.suse/events-Reuse-value-read-using-READ_ONCE-instead-of-r.patch
	patches.suse/x86-pat-Pass-valid-address-to-sanitize_phys.patch
	patches.suse/x86-mm-Fix-kern_addr_valid-to-cope-with-existing-but.patch
	patches.suse/x86-mce-avoid-infinite-loop-for-copy-from-user-recovery.patch
	patches.suse/sparc64-fix-pci_iounmap-when-CONFIG_PCI-is-not-set.patch
	patches.suse/drm-nouveau-nvkm-Replace-ENOSYS-with-ENODEV.patch
	patches.suse/regulator-qcom-rpmh-regulator-fix-pm8009-1-ldo7-reso.patch
	patches.suse/regulator-max14577-Revert-regulator-max14577-Add-pro.patch
	patches.suse/spi-rockchip-handle-zero-length-transfers-without-ti.patch
	patches.suse/cifs-remove-pathname-for-file-from-SPDX-header.patch
	patches.suse/cifs-fix-incorrect-kernel-doc-comments.patch
	patches.suse/cifs-Deferred-close-performance-improvements.patch
	patches.suse/cifs-Fix-soft-lockup-during-fsstress.patch
	patches.suse/cifs-Not-to-defer-close-on-file-when-lock-is-set.patch
	patches.suse/afs-Fix-page-leak.patch
	patches.suse/afs-Add-missing-vnode-validation-checks.patch
	patches.suse/afs-Fix-incorrect-triggering-of-sillyrename-on-3rd-p.patch
	patches.suse/afs-Fix-corruption-in-reads-at-fpos-2G-4G-from-an-Op.patch
	patches.suse/afs-Fix-updating-of-i_blocks-on-file-dir-extension.patch
	patches.suse/qnx4-work-around-gcc-false-positive-warning-bug.patch
	patches.suse/s390-bpf-Fix-branch-shortening-during-codegen-pass.patch
	patches.suse/s390-bpf-Fix-64-bit-subtraction-of-the-0x80000000-co.patch
	patches.suse/s390-bpf-Fix-optimizing-out-zero-extensions.patch
	patches.suse/platform-x86-intel-punit_ipc-Drop-wrong-use-of-ACPI_.patch
	patches.suse/platform-x86-touchscreen_dmi-Add-info-for-the-Chuwi-.patch
	patches.suse/platform-x86-touchscreen_dmi-Update-info-for-the-Chu.patch
	patches.suse/platform-x86-amd-pmc-Increase-the-response-register-.patch
	patches.suse/platform-x86-dell-fix-DELL_WMI_PRIVACY-dependencies-.patch
	patches.suse/platform-x86-intel-hid-Add-DMI-switches-allow-list.patch
	patches.suse/platform-x86-gigabyte-wmi-add-support-for-B550I-Aoru.patch
	patches.suse/NLM-Fix-svcxdr_encode_owner.patch
	patches.suse/nfsd-back-channel-stuck-in-SEQ4_STATUS_CB_PATH_DOWN.patch
	patches.suse/spi-Revert-modalias-changes.patch
	patches.suse/init-Revert-accidental-changes-to-print-irqs_disable.patch
	patches.suse/net-hso-fix-muxed-tty-registration.patch
	patches.suse/net-dsa-bcm_sf2-Fix-array-overrun-in-bcm_sf2_num_act.patch
	patches.suse/net-mdio-introduce-a-shutdown-method-to-mdio-device-.patch
	patches.suse/net-dsa-be-compatible-with-masters-which-unregister-.patch
	patches.suse/net-dsa-hellcreek-be-compatible-with-masters-which-u.patch
	patches.suse/net-dsa-microchip-ksz8863-be-compatible-with-masters.patch
	patches.suse/net-dsa-xrs700x-be-compatible-with-masters-which-unr.patch
	patches.suse/xen-netback-correct-success-error-reporting-for-the-.patch
	patches.suse/virtio-net-fix-pages-leaking-when-building-skb-in-bi.patch
	patches.suse/enetc-Fix-illegal-access-when-reading-affinity_hint.patch
	patches.suse/enetc-Fix-uninitialized-struct-dim_sample-field-usag.patch
	patches.suse/igc-fix-build-errors-for-PTP.patch
	patches.suse/net-core-Correct-the-sock-sk_lock.owned-lockdep-anno.patch
	patches.suse/net-dsa-tear-down-devlink-port-regions-when-tearing-.patch
	patches.suse/net-bgmac-bcma-handle-deferred-probe-error-due-to-ma.patch
	patches.suse/net-mlx4_en-Resolve-bad-operstate-value.patch
	patches.suse/napi-fix-race-inside-napi_enable.patch
	patches.suse/nexthop-Fix-division-by-zero-while-replacing-a-resil.patch
	patches.suse/bnxt_en-Fix-TX-timeout-when-TX-ring-size-is-set-to-t.patch
	patches.suse/ptp-ocp-add-COMMON_CLK-dependency.patch
	patches.suse/net-hns3-fix-change-RSS-hfunc-ineffective-issue.patch
	patches.suse/net-hns3-fix-inconsistent-vf-id-print.patch
	patches.suse/net-hns3-fix-misuse-vf-id-and-vport-id-in-some-logs.patch
	patches.suse/net-hns3-check-queue-id-range-before-using.patch
	patches.suse/net-hns3-check-vlan-id-before-using-it.patch
	patches.suse/net-hns3-fix-a-return-value-error-in-hclge_get_reset.patch
	patches.suse/net-smc-add-missing-error-check-in-smc_clc_prfx_set.patch
	patches.suse/net-smc-fix-workqueue-leaked-lock-in-smc_conn_abort_.patch
	patches.suse/net-dsa-fix-dsa_tree_setup-error-path.patch
	patches.suse/net-dsa-don-t-allocate-the-slave_mii_bus-using-devre.patch
	patches.suse/net-dsa-realtek-register-the-MDIO-bus-under-devres.patch
	patches.suse/s390-qeth-fix-NULL-deref-in-qeth_clear_working_pool_.patch
	patches.suse/s390-qeth-Fix-deadlock-in-remove_discipline.patch
	patches.suse/s390-qeth-fix-deadlock-during-failing-recovery.patch
	patches.suse/qed-rdma-don-t-wait-for-resources-under-hw-error-rec.patch
	patches.suse/mptcp-ensure-tx-skbs-always-have-the-MPTCP-ext.patch
	patches.suse/nexthop-Fix-memory-leaks-in-nexthop-notification-cha.patch
	patches.suse/nfc-st-nci-Add-SPI-ID-matching-DT-compatible.patch
	patches.suse/net-ethernet-mtk_eth_soc-avoid-creating-duplicate-of.patch
	patches.suse/net-mscc-ocelot-fix-forwarding-from-BLOCKING-ports-r.patch
	patches.suse/net-mlx4_en-Don-t-allow-aRFS-for-encapsulated-packet.patch
	patches.suse/atlantic-Fix-issue-in-the-pm-resume-flow.patch
	patches.suse/KVM-rseq-Update-rseq-when-processing-NOTIFY_RESUME-o.patch
	patches.suse/selinux-smack-fix-subjective-objective-credential-us.patch
	patches.suse/btrfs-replace-BUG_ON-in-btrfs_csum_one_bio-with-prop.patch
	patches.suse/btrfs-fix-mount-failure-due-to-past-and-transient-de.patch
	patches.suse/btrfs-prevent-__btrfs_dump_space_info-to-underflow-i.patch
	patches.suse/drm-amdkfd-fix-dma-mapping-leaking-warning.patch
	patches.suse/drm-amd-pm-Update-intermediate-power-state-for-SI.patch
	patches.suse/drm-amdkfd-handle-svm-migrate-init-error.patch
	patches.suse/drm-amdkfd-fix-svm_migrate_fini-warning.patch
	patches.suse/0425-drm-i915-Update-memory-bandwidth-parameters.patch
	patches.suse/0426-drm-i915-Move-__i915_gem_free_object-to-ttm_bo_destr.patch
	patches.suse/0427-drm-i915-Free-all-DMC-payloads.patch
	patches.suse/mm-Fully-initialize-invalidate_lock-amend-lock-class.patch
	patches.suse/ext2-fix-sleeping-in-atomic-bugs-on-error.patch
	patches.suse/arm64-add-MTE-supported-check-to-thread-switching-an.patch
	patches.suse/arm64-Mitigate-MTE-issues-with-str-n-cmp.patch
	patches.suse/kselftest-arm64-signal-Skip-tests-if-required-featur.patch
	patches.suse/arm64-Restore-forced-disabling-of-KPTI-on-ThunderX.patch
	patches.suse/Revert-ACPI-Add-memory-semantics-to-acpi_os_map_memo.patch
	patches.suse/software-node-balance-refcount-for-managed-software-.patch
	patches.suse/gpiolib-acpi-Make-set-debounce-timeout-failures-non-.patch
	patches.suse/gpio-uniphier-Fix-void-functions-to-remove-return-va.patch
	patches.suse/usb-testusb-Fix-for-showing-the-connection-speed.patch
	patches.suse/usb-gadget-u_audio-EP-OUT-bInterval-in-fback-frequen.patch
	patches.suse/usb-gadget-r8a66597-fix-a-loop-in-set_feature.patch
	patches.suse/usb-cdns3-fix-race-condition-before-setting-doorbell.patch
	patches.suse/usb-dwc2-check-return-value-after-calling-platform_g.patch
	patches.suse/USB-cdc-acm-fix-minor-number-release.patch
	patches.suse/Revert-USB-bcma-Add-a-check-for-devm_gpiod_get.patch
	patches.suse/usb-dwc3-core-balance-phy-init-and-exit.patch
	patches.suse/usb-dwc2-gadget-Fix-ISOC-flow-for-BDMA-and-Slave.patch
	patches.suse/usb-dwc2-gadget-Fix-ISOC-transfer-complete-handling-.patch
	patches.suse/usb-gadget-f_uac2-Add-missing-companion-descriptor-f.patch
	patches.suse/usb-gadget-f_uac2-Populate-SS-descriptors-wBytesPerI.patch
	patches.suse/Re-enable-UAS-for-LaCie-Rugged-USB3-FW-with-fk-quirk.patch
	patches.suse/usb-storage-Add-quirk-for-ScanLogic-SL11R-IDE-older-.patch
	patches.suse/usb-musb-tusb6010-uninitialized-data-in-tusb_fifo_wr.patch
	patches.suse/USB-serial-option-add-Telit-LN920-compositions.patch
	patches.suse/USB-serial-mos7840-remove-duplicated-0xac24-device-I.patch
	patches.suse/USB-serial-option-remove-duplicate-USB-device-ID.patch
	patches.suse/USB-serial-cp210x-fix-dropped-characters-with-CP2102.patch
	patches.suse/USB-serial-cp210x-add-ID-for-GW-Instek-GDM-834x-Digi.patch
	patches.suse/USB-serial-option-add-device-id-for-Foxconn-T99W265.patch
	patches.suse/serial-8250-8250_omap-Fix-RX_LVL-register-offset.patch
	patches.suse/serial-mvebu-uart-fix-driver-s-tx_empty-callback.patch
	patches.suse/tty-synclink_gt-rename-a-conflicting-function-name.patch
	patches.suse/staging-greybus-uart-fix-tty-use-after-free.patch
	patches.suse/binder-fix-freeze-race.patch
	patches.suse/binder-make-sure-fd-closes-complete.patch
	patches.suse/misc-genwqe-Fixes-DMA-mask-setting.patch
	patches.suse/mcb-fix-error-handling-in-mcb_alloc_bus.patch
	patches.suse/habanalabs-gaudi-use-direct-MSI-in-single-mode.patch
	patches.suse/habanalabs-fail-collective-wait-when-not-supported.patch
	patches.suse/habanalabs-gaudi-fix-LBW-RR-configuration.patch
	patches.suse/fpga-machxo2-spi-Return-an-error-on-failure.patch
	patches.suse/fpga-machxo2-spi-Fix-missing-error-code-in-machxo2_w.patch
	patches.suse/misc-bcm-vk-fix-tty-registration-race.patch
	patches.suse/comedi-Fix-memory-leak-in-compat_insnlist.patch
	patches.suse/cifs-fix-a-sign-extension-bug.patch
	patches.suse/cifs-Deal-with-some-warnings-from-W-1.patch
	patches.suse/cifs-Clear-modified-attribute-bit-from-inode-flags.patch
	patches.suse/smb3-correct-smb3-ACL-security-descriptor.patch
	patches.suse/smb3-correct-server-pointer-dereferencing-check-to-be-more-consiste.patch
	patches.suse/cifs-fix-incorrect-check-for-null-pointer-in-header_.patch
	patches.suse/erofs-fix-up-erofs_lookup-tracepoint.patch
	patches.suse/selftests-be-sure-to-make-khdr-before-other-targets.patch
	patches.suse/selftests-kvm-fix-get_warnings_count-ignoring-fscanf.patch
	patches.suse/selftests-kvm-fix-get_trans_hugepagesz-ignoring-fsca.patch
	patches.suse/selftests-kvm-move-get_run_delay-into-lib-test_util.patch
	patches.suse/selftests-kvm-fix-get_run_delay-ignoring-fscanf-retu.patch
	patches.suse/Xen-gntdev-don-t-ignore-kernel-unmapping-error.patch
	patches.suse/swiotlb-xen-ensure-to-issue-well-formed-XENMEM_excha.patch
	patches.suse/xen-balloon-fix-balloon-kthread-freezing.patch
	patches.suse/xen-x86-fix-PV-trap-handling-on-secondary-processors.patch
	patches.suse/md-fix-a-lock-order-reversal-in-md_alloc.patch
	patches.suse/nvme-fc-update-hardware-queues-before-using-them.patch
	patches.suse/nvme-fc-avoid-race-between-time-out-and-tear-down.patch
	patches.suse/nvme-fc-remove-freeze-unfreeze-around-update_nr_hw_q.patch
	patches.suse/nvme-tcp-fix-incorrect-h2cdata-pdu-offset-accounting.patch
	patches.suse/nvme-keep-ctrl-namespaces-ordered.patch
	patches.suse/block-don-t-call-rq_qos_ops-done_bio-if-the-bio-isn-.patch
	patches.suse/blktrace-Fix-uaf-in-blk_trace-access-after-removing-.patch
	patches.suse/io-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-allow-conditional-reschedule-for-intensive-.patch
	patches.suse/io_uring-put-provided-buffer-meta-data-under-memcg-a.patch
	patches.suse/io_uring-don-t-punt-files-update-to-io-wq-unconditio.patch
	patches.suse/io_uring-kill-extra-checks-in-io_write.patch
	patches.suse/scsi-elx-efct-Fix-void-pointer-to-enum-cast-warning-.patch
	patches.suse/scsi-lpfc-Fix-CPU-to-from-endian-warnings-introduced.patch
	patches.suse/scsi-lpfc-Fix-compilation-errors-on-kernels-with-no-.patch
	patches.suse/scsi-lpfc-Remove-unneeded-variable.patch
	patches.suse/scsi-iscsi-Adjust-iface-sysfs-attr-detection.patch
	patches.suse/scsi-mpt3sas-Call-cpu_relax-before-calling-udelay.patch
	patches.suse/scsi-sd-Free-scsi_disk-device-via-put_device.patch
	patches.suse/scsi-sd_zbc-Ensure-buffer-size-is-aligned-to-SECTOR_.patch
	patches.suse/scsi-target-Fix-the-pgr-alua_support_store-functions.patch
	patches.suse/scsi-elx-efct-Do-not-hold-lock-while-calling-fc_vpor.patch
	patches.suse/scsi-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_zbc-Support-disks-with-more-than-2-32-logica.patch
	patches.suse/scsi-ufs-core-Unbreak-the-reset-handler.patch
	patches.suse/scsi-qla2xxx-Restore-initiator-in-dual-mode.patch
	patches.suse/scsi-lpfc-Fix-sprintf-overflow-in-lpfc_display_fpin_.patch
	patches.suse/scsi-lpfc-Use-correct-scnprintf-limit.patch
	patches.suse/scsi-lpfc-Fix-gcc-Wstringop-overread-warning-again.patch
	patches.suse/scsi-ses-Retry-failed-Send-Receive-Diagnostic-comman.patch
	patches.suse/mm-hwpoison-add-is_free_buddy_page-in-HWPoisonHandla.patch
	patches.suse/kasan-fix-Kconfig-check-of-CC_HAS_WORKING_NOSANITIZE.patch
	patches.suse/mm-shmem.c-fix-judgment-error-in-shmem_is_huge.patch
	patches.suse/ocfs2-drop-acl-cache-for-directories-too.patch
	patches.suse/tools-vm-page-types-remove-dependency-on-opt_file-fo.patch
	patches.suse/mm-fs-invalidate-bh_lrus-for-only-cold-path.patch
	patches.suse/mm-debug-sync-up-MR_CONTIG_RANGE-and-MR_LONGTERM_PIN.patch
	patches.suse/sh-pgtable-3level-fix-cast-to-pointer-from-integer-o.patch
	patches.suse/kasan-always-respect-CONFIG_KASAN_STACK.patch
	patches.suse/mm-fix-uninitialized-use-in-overcommit_policy_handle.patch
	patches.suse/irqchip-armada-370-xp-Fix-ack-eoi-breakage.patch
	patches.suse/irqchip-goldfish-pic-Select-GENERIC_IRQ_CHIP-to-fix-.patch
	patches.suse/irqchip-gic-v3-its-Fix-potential-VPE-leak-on-error.patch
	patches.suse/irqchip-gic-Work-around-broken-Renesas-integration.patch
	patches.suse/posix-cpu-timers-Prevent-spuriously-armed-0-value-it.patch
	patches.suse/x86-fault-fix-wrong-signal-when-vsyscall-fails-with-pkey.patch
	patches.suse/x86-setup-Call-early_reserve_memory-earlier.patch
	patches.suse/x86-asm-fix-setz-size-enqcmds-build-failure.patch
	patches.suse/x86-insn-tools-x86-Fix-undefined-behavior-due-to-pot.patch
	patches.suse/thermal-drivers-int340x-Do-not-set-a-wrong-tcc-offse.patch
	patches.suse/thermal-core-Potential-buffer-overflow-in-thermal_bu.patch
	patches.suse/thermal-drivers-tsens-Fix-wrong-check-for-tzd-in-irq.patch
	patches.suse/edac-synopsys-fix-wrong-value-type-assignment-for-edac_mode.patch
	patches.suse/edac-dmc520-assign-the-proper-type-to-dimm-edac_mode.patch
	patches.suse/HID-betop-fix-slab-out-of-bounds-Write-in-betop_prob.patch
	patches.suse/HID-apple-Fix-logical-maximum-and-usage-maximum-of-M.patch
	patches.suse/HID-wacom-Add-new-Intuos-BT-CTL-4100WL-CTL-6100WL-de.patch
	patches.suse/HID-amd_sfh-Fix-potential-NULL-pointer-dereference.patch
	patches.suse/HID-u2fzero-ignore-incomplete-packets-without-data.patch
	patches.suse/HID-amd_sfh-Fix-potential-NULL-pointer-dereference-t.patch
	patches.suse/vboxfs-fix-broken-legacy-mount-signature-checking.patch
	patches.suse/watchdog-sb_watchdog-fix-compilation-problem-due-to-.patch
	patches.suse/media-hantro-Fix-check-for-single-irq.patch
	patches.suse/media-cedrus-Fix-SUNXI-tile-size-calculation.patch
	patches.suse/media-s5p-jpeg-rename-JPEG-marker-constants-to-preve.patch
	patches.suse/media-ir_toy-prevent-device-from-hanging-during-tran.patch
	patches.suse/KVM-x86-Mark-all-registers-as-avail-dirty-at-vCPU-cr.patch
	patches.suse/KVM-x86-Clear-KVM-s-cached-guest-CR3-at-RESET-INIT.patch
	patches.suse/selftests-KVM-Fix-check-for-POLLIN-in-demand_paging_.patch
	patches.suse/selftests-KVM-Align-SMCCC-call-with-the-spec-in-stea.patch
	patches.suse/KVM-VMX-Remove-defunct-nr_active_uret_msrs-field.patch
	patches.suse/KVM-x86-Handle-SRCU-initialization-failure-during-pa.patch
	patches.suse/KVM-do-not-shrink-halt_poll_ns-below-grow_start.patch
	patches.suse/KVM-SEV-Acquire-vcpu-mutex-when-updating-VMSA.patch
	patches.suse/KVM-SVM-fix-missing-sev_decommission-in-sev_receive_.patch
	patches.suse/KVM-SEV-Pin-guest-memory-for-write-for-RECEIVE_UPDAT.patch
	patches.suse/kvm-fix-wrong-exception-emulation-in-check_rdtsc.patch
	patches.suse/KVM-nVMX-Fix-nested-bus-lock-VM-exit.patch
	patches.suse/KVM-SEV-Update-svm_vm_copy_asid_from-for-SEV-ES.patch
	patches.suse/KVM-SEV-Allow-some-commands-for-mirror-VM.patch
	patches.suse/KVM-x86-Fix-stack-out-of-bounds-memory-access-from-i.patch
	patches.suse/KVM-Clean-up-benign-vcpu-cpu-data-races-when-kicking.patch
	patches.suse/KVM-nVMX-Filter-out-all-unsupported-controls-when-eV.patch
	patches.suse/KVM-x86-nSVM-restore-the-L1-host-state-prior-to-resu.patch
	patches.suse/KVM-x86-reset-pdptrs_from_userspace-when-exiting-smm.patch
	patches.suse/kvm-x86-Add-AMD-PMU-MSRs-to-msrs_to_save_all.patch
	patches.suse/KVM-x86-nSVM-restore-int_vector-in-svm_clear_vintr.patch
	patches.suse/KVM-x86-nSVM-test-eax-for-4K-alignment-for-GP-errata.patch
	patches.suse/KVM-x86-nSVM-don-t-copy-virt_ext-from-vmcb12.patch
	patches.suse/KVM-X86-Fix-missed-remote-tlb-flush-in-rmap_write_pr.patch
	patches.suse/KVM-X86-Synchronize-the-shadow-pagetable-before-link.patch
	patches.suse/selftests-KVM-Explicitly-use-movq-to-read-xmm-regist.patch
	patches.suse/KVM-arm64-nvhe-Fix-missing-FORCE-for-hyp-reloc.S-bui.patch
	patches.suse/KVM-arm64-Fix-PMU-probe-ordering.patch
	patches.suse/perf-test-Fix-DWARF-unwind-for-optimized-builds.patch
	patches.suse/perf-iostat-Use-system-wide-mode-if-the-target-cpu_l.patch
	patches.suse/perf-iostat-Fix-Segmentation-fault-from-NULL-struct-.patch
	patches.suse/mmc-renesas_sdhi-fix-regression-with-hard-reset-on-o.patch
	patches.suse/fs-verity-fix-signed-integer-overflow-with-i_size-ne.patch
	patches.suse/NIOS2-fix-kconfig-unmet-dependency-warning-for-SERIA.patch
	patches.suse/NIOS2-setup.c-drop-unused-variable-dram_start.patch
	patches.suse/m68k-Handle-arrivals-of-multiple-signals-correctly.patch
	patches.suse/m68k-Update-thread.esp0-before-calling-syscall_trace.patch
	patches.suse/pinctrl-amd-Add-irq-field-data.patch
	patches.suse/pinctrl-amd-Handle-wake-up-interrupt.patch
	patches.suse/pinctrl-qcom-spmi-gpio-correct-parent-irqspec-transl.patch
	patches.suse/pinctrl-qcom-sc7280-Add-PM-suspend-callbacks.patch
	patches.suse/crypto_ccp-fix_resource_leaks_in_ccp_run_aes_gcm_cmd.patch
	patches.suse/ALSA-oxfw-fix-transmission-method-for-Loud-models-ba.patch
	patches.suse/Revert-ALSA-hda-Drop-workaround-for-a-hang-at-shutdo.patch
	patches.suse/ALSA-usb-audio-Unify-mixer-resume-and-reset_resume-p.patch
	patches.suse/ALSA-hda-realtek-Quirks-to-enable-speaker-output-for.patch
	patches.suse/ALSA-hda-cs8409-Setup-Dolphin-Headset-Mic-as-Phantom.patch
	patches.suse/ASoC-Intel-sof_sdw-tag-SoundWire-BEs-as-non-atomic.patch
	patches.suse/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-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-stmmac-fix-EEE-init-issue-when-paired-with-EEE-c.patch
	patches.suse/af_unix-fix-races-in-sk_peer_pid-and-sk_peer_cred-ac.patch
	patches.suse/iommu-dart-remove-iommu_flush_ops
	patches.suse/iommu-vt-d-drop-0x-prefix-from-pci-bus-device-addresses
	patches.suse/iommu-dart-clear-sid2group-entry-when-a-group-is-freed
	patches.suse/drm-i915-gvt-fix-the-usage-of-ww-lock-in-gvt-schedul.patch
	patches.suse/0429-drm-i915-guc-docs-Fix-pdfdocs-build-error-by-removin.patch
	patches.suse/drm-i915-request-fix-early-tracepoints.patch
	patches.suse/drm-i915-Remove-warning-from-the-rps-worker.patch
	patches.suse/drm-amdgpu-fix-gart.bo-pin_count-leak.patch
	patches.suse/drm-amd-display-Fix-Display-Flicker-on-embedded-pane.patch
	patches.suse/drm-amdgpu-correct-initial-cp_hqd_quantum-for-gfx9.patch
	patches.suse/drm-amd-display-initialize-backlight_ramping_overrid.patch
	patches.suse/drm-amd-display-Pass-PCI-deviceid-into-DC.patch
	patches.suse/drm-amdgpu-check-tiling-flags-when-creating-FB-on-GF.patch
	patches.suse/drm-amdgpu-force-exit-gfxoff-on-sdma-resume-for-rmb-.patch
	patches.suse/KVM-VMX-Fix-a-TSX_CTRL_CPUID_CLEAR-field-mask-issue.patch
	patches.suse/x86-kvmclock-Move-this_cpu_pvti-into-kvmclock.h.patch
	patches.suse/ptp-Fix-ptp_kvm_getcrosststamp-issue-for-x86-ptp_kvm.patch
	patches.suse/KVM-x86-Swap-order-of-CPUID-entry-index-vs.-signific.patch
	patches.suse/0432-drm-i915-fix-blank-screen-booting-crashes.patch
	patches.suse/cachefiles-Fix-oops-in-trace_cachefiles_mark_buried-.patch
	patches.suse/ACPI-NFIT-Use-fallback-node-id-when-numa-info-in-NFI.patch
	patches.suse/io-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/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/r8152-avoid-to-resubmit-rx-immediately.patch
	patches.suse/net-bridge-use-nla_total_size_64bit-in-br_get_linkxs.patch
	patches.suse/net-bridge-fix-under-estimation-in-br_get_linkxstats.patch
	patches.suse/net-sched-sch_taprio-properly-cancel-timer-from-tapr.patch
	patches.suse/net-sfp-Fix-typo-in-state-machine-debug-string.patch
	patches.suse/net-pcs-xpcs-fix-incorrect-CL37-AN-sequence.patch
	patches.suse/netlink-annotate-data-races-around-nlk-bound.patch
	patches.suse/net-pcs-xpcs-fix-incorrect-steps-on-disable-EEE.patch
	patches.suse/net-stmmac-trigger-PCS-EEE-to-turn-off-on-link-down.patch
	patches.suse/gve-Correct-available-tx-qpl-check.patch
	patches.suse/gve-Avoid-freeing-NULL-pointer.patch
	patches.suse/gve-Properly-handle-errors-in-gve_assign_qpl.patch
	patches.suse/rtnetlink-fix-if_nlmsg_stats_size-under-estimation.patch
	patches.suse/gve-fix-gve_get_stats.patch
	patches.suse/gve-report-64bit-tx_bytes-counter-from-gve_handle_re.patch
	patches.suse/ionic-move-filter-sync_needed-bit-set.patch
	patches.suse/dt-bindings-net-dsa-marvell-fix-compatible-in-exampl.patch
	patches.suse/i40e-fix-endless-loop-under-rtnl.patch
	patches.suse/i40e-Fix-freeing-of-uninitialized-misc-IRQ-vector.patch
	patches.suse/iavf-fix-double-unlock-of-crit_lock.patch
	patches.suse/bpf-arm-Fix-register-clobbering-in-div-mod-implement.patch
	patches.suse/bpf-Fix-integer-overflow-in-prealloc_elems_and_freel.patch
	patches.suse/libbpf-Fix-segfault-in-light-skeleton-for-objects-wi.patch
	patches.suse/libbpf-Fix-memory-leak-in-strset.patch
	patches.suse/net-prefer-socket-bound-to-interface-when-not-in-VRF.patch
	patches.suse/perf-jevents-Free-the-sys_event_tables-list-after-pr.patch
	patches.suse/cachefiles-Fix-oops-with-cachefiles_cull-due-to-NULL.patch
	patches.suse/netfs-Fix-READ-WRITE-confusion-when-calling-iov_iter.patch
	patches.suse/afs-Fix-afs_launder_page-to-set-correct-start-file-p.patch
	patches.suse/ARM-at91-pm-do-not-panic-if-ram-controllers-are-not-.patch
	patches.suse/ARM-dts-at91-sama5d2_som1_ek-disable-ISC-node-by-def.patch
	patches.suse/tee-optee-shm_pool-fix-application-of-sizeof-to-poin.patch
	patches.suse/ARM-dts-qcom-apq8064-use-compatible-which-contains-c.patch
	patches.suse/ARM-dts-qcom-apq8064-Use-27MHz-PXO-clock-as-DSI-PLL-.patch
	patches.suse/arm64-dts-arm-drop-unused-interrupt-names-in-MHU.patch
	patches.suse/arm-dts-vexpress-v2p-ca9-Fix-the-SMB-unit-address.patch
	patches.suse/Revert-arm64-dts-qcom-sc7280-Fixup-the-cpufreq-node.patch
	patches.suse/arm64-dts-qcom-pm8150-use-qcom-pm8998-pon-binding.patch
	patches.suse/soc-qcom-socinfo-Fixed-argument-passed-to-platform_s.patch
	patches.suse/soc-qcom-mdt_loader-Drop-PT_LOAD-check-on-hash-segme.patch
	patches.suse/ARM-defconfig-gemini-Restore-framebuffer.patch
	patches.suse/ARM-dts-imx6dl-yapp4-Fix-lp5562-LED-driver-probe.patch
	patches.suse/Revert-ARM-imx6q-drop-of_platform_default_populate-f.patch
	patches.suse/ARM-dts-imx-Add-missing-pinctrl-names-for-panel-on-M.patch
	patches.suse/ARM-dts-imx-Fix-USB-host-power-regulator-polarity-on.patch
	patches.suse/ARM-dts-imx6qdl-pico-Fix-Ethernet-support.patch
	patches.suse/ARM-imx_v6_v7_defconfig-enable-fb.patch
	patches.suse/ARM-dts-imx-change-the-spi-nor-tx.patch
	patches.suse/arm64-dts-imx8-change-the-spi-nor-tx.patch
	patches.suse/arm64-dts-imx8mm-kontron-n801x-som-do-not-allow-to-s.patch
	patches.suse/arm64-dts-ls1028a-fix-eSDHC2-node.patch
	patches.suse/ARM-imx6-disable-the-GIC-CPU-interface-before-callin.patch
	patches.suse/bus-ti-sysc-Add-break-in-switch-statement-in-sysc_in.patch
	patches.suse/soc-ti-omap-prm-Fix-external-abort-for-am335x-pruss.patch
	patches.suse/bus-ti-sysc-Use-CLKDM_NOAUTO-for-dra7-dcan1-for-erra.patch
	patches.suse/ARM-dts-omap3430-sdp-Fix-NAND-device-node.patch
	patches.suse/nfsd-fix-error-handling-of-register_pernet_subsys-in.patch
	patches.suse/nfsd4-Handle-the-NFSv4-READDIR-dircount-hint-being-z.patch
	patches.suse/SUNRPC-fix-sign-error-causing-rpcsec_gss-drops.patch
	patches.suse/NFSD-Keep-existing-listeners-on-portlist-error.patch
	patches.suse/drm-i915-audio-Use-BIOS-provided-value-for-RKL-HDA-l.patch
	patches.suse/drm-i915-Fix-runtime-pm-handling-in-i915_gem_shrink.patch
	patches.suse/drm-i915-tc-Fix-TypeC-port-init-resume-time-sanitiza.patch
	patches.suse/drm-i915-bdb-Fix-version-check.patch
	patches.suse/drm-i915-Extend-the-async-flip-VT-d-w-a-to-skl-bxt.patch
	patches.suse/drm-kmb-Enable-alpha-blended-second-plane.patch
	patches.suse/drm-sun4i-dw-hdmi-Fix-HDMI-PHY-clock-setup.patch
	patches.suse/drm-nouveau-kms-tu102-delay-enabling-cursor-until-af.patch
	patches.suse/drm-nouveau-ga102-support-ttm-buffer-moves-via-copy-.patch
	patches.suse/drm-nouveau-fifo-ga102-initialise-chid-on-return-fro.patch
	patches.suse/drm-panel-abt-y030xx067a-yellow-tint-fix.patch
	patches.suse/fbdev-simplefb-fix-Kconfig-dependencies.patch
	patches.suse/video-fbdev-gbefb-Only-instantiate-device-when-built.patch
	patches.suse/drm-nouveau-avoid-a-use-after-free-when-BO-init-fail.patch
	patches.suse/drm-nouveau-kms-nv50-fix-file-release-memory-leak.patch
	patches.suse/drm-nouveau-debugfs-fix-file-release-memory-leak.patch
	patches.suse/drm-amd-display-Fix-B0-USB-C-DP-Alt-mode.patch
	patches.suse/drm-amd-display-Fix-DCN3-B0-DP-Alt-Mapping.patch
	patches.suse/drm-amd-display-USB4-bring-up-set-correct-address.patch
	patches.suse/drm-amdkfd-fix-a-potential-ttm-sg-memory-leak.patch
	patches.suse/drm-amdgpu-During-s0ix-don-t-wait-to-signal-GFXOFF.patch
	patches.suse/drm-amdgpu-display-fix-dependencies-for-DRM_AMD_DC_S.patch
	patches.suse/drm-amdgpu-init-iommu-after-amdkfd-device-init.patch
	patches.suse/drm-amdgpu-handle-the-case-of-pci_channel_io_frozen-.patch
	patches.suse/drm-amd-display-Limit-display-scaling-to-up-to-4k-fo.patch
	patches.suse/drm-amd-display-Fix-detection-of-4-lane-for-DPALT.patch
	patches.suse/mmc-sdhci-of-at91-wait-for-calibration-done-before-p.patch
	patches.suse/mmc-sdhci-of-at91-replace-while-loop-with-read_poll_.patch
	patches.suse/mmc-meson-gx-do-not-use-memcpy_to-fromio-for-dram-ac.patch
	patches.suse/usb-xhci-tegra-mark-PM-functions-as-__maybe_unused.patch
	patches.suse/Partially-revert-usb-Kconfig-using-select-for-USB_CO.patch
	patches.suse/usb-typec-tipd-Remove-dependency-on-connector-child-.patch
	patches.suse/usb-typec-tcpci-don-t-handle-vSafe0V-event-if-it-s-n.patch
	patches.suse/usb-typec-tcpm-handle-SRC_STARTUP-state-if-cc-change.patch
	patches.suse/usb-chipidea-ci_hdrc_imx-Also-search-for-phys-phandl.patch
	patches.suse/usb-cdc-wdm-Fix-check-for-WWAN.patch
	patches.suse/usb-gadget-f_uac2-fixed-EP-IN-wMaxPacketSize.patch
	patches.suse/USB-cdc-acm-fix-racy-tty-buffer-accesses.patch
	patches.suse/USB-cdc-acm-fix-break-reporting.patch
	patches.suse/PCI-ACPI-Check-parent-pointer-in-acpi_pci_find_compa.patch
	patches.suse/xen-privcmd-fix-error-handling-in-mmap-resource-proc.patch
	patches.suse/xen-x86-prevent-PVH-type-from-getting-clobbered.patch
	patches.suse/xen-balloon-fix-cancelled-balloon-action.patch
	patches.suse/xtensa-use-CONFIG_USE_OF-instead-of-CONFIG_OF.patch
	patches.suse/xtensa-call-irqchip_init-only-when-CONFIG_USE_OF-is-.patch
	patches.suse/xtensa-xtfpga-use-CONFIG_USE_OF-instead-of-CONFIG_OF.patch
	patches.suse/xtensa-xtfpga-Try-software-restart-before-simulating.patch
	patches.suse/bpf-s390-Fix-potential-memory-leak-about-jit_data.patch
	patches.suse/s390-pci-fix-zpci_zdev_put-on-reserve.patch
	patches.suse/riscv-vdso-Refactor-asm-vdso.h.patch
	patches.suse/riscv-vdso-Move-vdso-data-page-up-front.patch
	patches.suse/riscv-vdso-make-arch_setup_additional_pages-wait-for.patch
	patches.suse/RISC-V-Include-clone3-on-rv32.patch
	patches.suse/riscv-Flush-current-cpu-icache-before-other-cpus.patch
	patches.suse/block-decode-QUEUE_FLAG_HCTX_ACTIVE-in-debugfs-outpu.patch
	patches.suse/scsi-ufs-core-Fix-task-management-completion.patch
	patches.suse/scsi-elx-efct-Delete-stray-unlock-statement
	patches.suse/scsi-lpfc-Fix-memory-overwrite-during-FC-GS-I-O-abor.patch
	patches.suse/scsi-iscsi-Fix-iscsi_task-use-after-free.patch
	patches.suse/i2c-acpi-fix-resource-leak-in-reconfiguration-device.patch
	patches.suse/i2c-mediatek-Add-OFFSET_EXT_CONF-setting-back.patch
	patches.suse/i2c-mlxcpld-Fix-criteria-for-frequency-setting.patch
	patches.suse/i2c-mlxcpld-Modify-register-setting-for-400KHz-frequ.patch
	patches.suse/x86-sev-Return-an-error-on-a-returned-non-zero-SW_EX.patch
	patches.suse/x86-hpet-Use-another-crystalball-to-evaluate-HPET-us.patch
	patches.suse/x86-resctrl-free-the-ctrlval-arrays-when-domain_setup_mon_state-fails.patch
	patches.suse/x86-entry-correct-reference-to-intended-config_64_bit.patch
	patches.suse/x86-entry-Clear-X86_FEATURE_SMAP-when-CONFIG_X86_SMA.patch
	patches.suse/x86-platform-olpc-Correct-ifdef-symbol-to-intended-C.patch
	patches.suse/x86-Kconfig-Correct-reference-to-MWINCHIP3D.patch
	patches.suse/x86-fpu-restore-the-masking-out-of-reserved-mxcsr-bits.patch
	patches.suse/objtool-Remove-reloc-symbol-type-checks-in-get_alt_e.patch
	patches.suse/objtool-Make-.altinstructions-section-entry-size-con.patch
	patches.suse/powerpc-iommu-Report-the-correct-most-efficient-DMA-.patch
	patches.suse/powerpc-lib-Add-helper-to-check-if-offset-is-within-.patch
	patches.suse/powerpc-bpf-Validate-branch-ranges.patch
	patches.suse/powerpc-bpf-Fix-BPF_MOD-when-imm-1.patch
	patches.suse/powerpc-bpf-Fix-BPF_SUB-when-imm-0x80000000.patch
	patches.suse/powerpc-security-Add-a-helper-to-query-stf_barrier-t.patch
	patches.suse/powerpc-bpf-Emit-stf-barrier-instruction-sequences-f.patch
	patches.suse/powerpc-bpf-ppc32-Fix-ALU32-BPF_ARSH-operation.patch
	patches.suse/powerpc-bpf-ppc32-Fix-JMP32_JSET_K.patch
	patches.suse/powerpc-bpf-ppc32-Do-not-emit-zero-extend-instructio.patch
	patches.suse/powerpc-bpf-ppc32-Fix-BPF_SUB-when-imm-0x80000000.patch
	patches.suse/powerpc-64s-fix-program-check-interrupt-emergency-st.patch
	patches.suse/powerpc-traps-do-not-enable-irqs-in-_exception.patch
	patches.suse/powerpc-64s-Fix-unrecoverable-MCE-calling-async-hand.patch
	patches.suse/powerpc-32s-Fix-kuap_kernel_restore.patch
	patches.suse/pseries-eeh-Fix-the-kdump-kernel-crash-during-eeh_ps.patch
	patches.suse/btrfs-unlock-newly-allocated-extent-buffer-after-err.patch
	patches.suse/btrfs-update-refs-for-any-root-except-tree-log-roots.patch
	patches.suse/btrfs-deal-with-errors-when-checking-if-a-dir-entry-.patch
	patches.suse/btrfs-deal-with-errors-when-replaying-dir-entry-duri.patch
	patches.suse/btrfs-deal-with-errors-when-adding-inode-reference-d.patch
	patches.suse/btrfs-unify-lookup-return-value-when-dir-entry-is-mi.patch
	patches.suse/btrfs-check-for-error-when-looking-up-inode-during-d.patch
	patches.suse/btrfs-fix-abort-logic-in-btrfs_replace_file_extents.patch
	patches.suse/workqueue-fix-state-dump-console-deadlock.patch
	patches.suse/kunit-fix-reference-count-leak-in-kfree_at_end.patch
	patches.suse/gcc-plugins-structleak-add-makefile-var-for-disablin.patch
	patches.suse/iio-test-format-build-kunit-tests-without-structleak.patch
	patches.suse/device-property-build-kunit-tests-without-structleak.patch
	patches.suse/thunderbolt-build-kunit-tests-without-structleak-plu.patch
	patches.suse/bitfield-build-kunit-tests-without-structleak-plugin.patch
	patches.suse/kunit-fix-kernel-doc-warnings-due-to-mismatched-arg-.patch
	patches.suse/platform-mellanox-mlxreg-io-Fix-argument-base-in-kst.patch
	patches.suse/platform-mellanox-mlxreg-io-Fix-read-access-of-n-byt.patch
	patches.suse/platform-x86-dell-Make-DELL_WMI_PRIVACY-depend-on-DE.patch
	patches.suse/platform-x86-intel_scu_ipc-Fix-busy-loop-expiry-time.patch
	patches.suse/platform-x86-intel_scu_ipc-Increase-virtual-timeout-.patch
	patches.suse/platform-x86-intel_scu_ipc-Update-timeout-value-in-c.patch
	patches.suse/platform-x86-amd-pmc-Add-alternative-acpi-id-for-PMC.patch
	patches.suse/platform-x86-gigabyte-wmi-add-support-for-B550-AORUS.patch
	patches.suse/platform-x86-intel_skl_int3472-Correct-null-check.patch
	patches.suse/arm64-hugetlb-fix-CMA-gigantic-page-order-for-non-4K.patch
	patches.suse/acpi-arm64-fix-next_platform_timer-section-mismatch-.patch
	patches.suse/module-fix-clang-CFI-with-MODULE_UNLOAD-n.patch
	patches.suse/ALSA-usb-audio-Fix-a-missing-error-check-in-scarlett.patch
	patches.suse/ALSA-hda-realtek-Enable-4-speaker-output-for-Dell-Pr.patch
	patches.suse/ALSA-seq-Fix-a-potential-UAF-by-wrong-private_free-c.patch
	patches.suse/ALSA-hda-Enable-headphone-mic-on-Dell-Latitude-lapto.patch
	patches.suse/ALSA-hda-realtek-Complete-partial-device-name-to-avo.patch
	patches.suse/ALSA-hda-realtek-Add-quirk-for-Clevo-X170KM-G.patch
	patches.suse/ALSA-usb-audio-Enable-rate-validation-for-Scarlett-d.patch
	patches.suse/ALSA-hda-realtek-ALC236-headset-MIC-recording-issue.patch
	patches.suse/ALSA-hda-realtek-Add-quirk-for-TongFang-PHxTxX1.patch
	patches.suse/ALSA-hda-intel-Allow-repeatedly-probing-on-codec-con.patch
	patches.suse/ALSA-hda-realtek-Fix-for-quirk-to-enable-speaker-out.patch
	patches.suse/ALSA-pcm-Workaround-for-a-wrong-offset-in-SYNC_PTR-c.patch
	patches.suse/ALSA-hda-realtek-Fix-the-mic-type-detection-issue-fo.patch
	patches.suse/ALSA-hda-avoid-write-to-STATESTS-if-controller-is-in.patch
	patches.suse/ALSA-usb-audio-Add-quirk-for-VF0770.patch
	patches.suse/mptcp-fix-possible-stall-on-recvmsg.patch
	patches.suse/net-stmmac-fix-get_hw_feature-on-old-hardware.patch
	patches.suse/net-stmmac-add-support-for-dwmac-3.40a.patch
	patches.suse/ARM-dts-spear3xx-Fix-gmac-node.patch
	patches.suse/net-smc-improved-fix-wait-on-already-cleared-link.patch
	patches.suse/nfc-nci-fix-the-UAF-of-rf_conn_info-object.patch
	patches.suse/mqprio-Correct-stats-in-mqprio_dump_class_stats.patch
	patches.suse/isdn-cpai-check-ctr-cnr-to-avoid-array-index-out-of-.patch
	patches.suse/msft-hv-2442-net-mana-Fix-error-handling-in-mana_create_rxq.patch
	patches.suse/ionic-don-t-remove-netdev-dev_addr-when-syncing-uc-l.patch
	patches.suse/isdn-mISDN-Fix-sleeping-function-called-from-invalid.patch
	patches.suse/qed-Fix-missing-error-code-in-qed_slowpath_start.patch
	patches.suse/net-phy-Do-not-shutdown-PHYs-in-READY-state.patch
	patches.suse/virtio-net-fix-for-skb_over_panic-inside-big-mode.patch
	patches.suse/net-dsa-mv88e6xxx-don-t-use-PHY_DETECT-on-internal-P.patch
	patches.suse/r8152-select-CRC32-and-CRYPTO-CRYPTO_HASH-CRYPTO_SHA.patch
	patches.suse/net-dsa-microchip-Added-the-condition-for-scheduling.patch
	patches.suse/ice-fix-locking-for-Tx-timestamp-tracking-flush.patch
	patches.suse/nfp-flow_offload-move-flow_indr_dev_register-from-ap.patch
	patches.suse/net-dsa-fix-spurious-error-message-when-unoffloaded-.patch
	patches.suse/net-mscc-ocelot-make-use-of-all-63-PTP-timestamp-ide.patch
	patches.suse/net-mscc-ocelot-avoid-overflowing-the-PTP-timestamp-.patch
	patches.suse/net-mscc-ocelot-warn-when-a-PTP-IRQ-is-raised-for-an.patch
	patches.suse/net-mscc-ocelot-deny-TX-timestamping-of-non-PTP-pack.patch
	patches.suse/net-mscc-ocelot-cross-check-the-sequence-id-from-the.patch
	patches.suse/net-dsa-tag_ocelot-break-circular-dependency-with-oc.patch
	patches.suse/net-dsa-tag_ocelot_8021q-break-circular-dependency-w.patch
	patches.suse/net-dsa-felix-purge-skb-from-TX-timestamping-queue-i.patch
	patches.suse/net-dsa-felix-break-at-first-CPU-port-during-init-an.patch
	patches.suse/net-arc-select-CRC32.patch
	patches.suse/net-korina-select-CRC32.patch
	patches.suse/net-mlx5-Fix-cleanup-of-bridge-delayed-work.patch
	patches.suse/net-mlx5e-Allow-only-complete-TXQs-partition-in-MQPR.patch
	patches.suse/net-mlx5e-Fix-memory-leak-in-mlx5_core_destroy_cq-er.patch
	patches.suse/net-mlx5e-Switchdev-representors-are-not-vlan-challe.patch
	patches.suse/net-mlx5e-Mutually-exclude-RX-FCS-and-RX-port-timest.patch
	patches.suse/net-mlx5e-Fix-division-by-0-in-mlx5e_select_queue-fo.patch
	patches.suse/net-encx24j600-check-error-in-devm_regmap_init_encx2.patch
	patches.suse/nfc-fix-error-handling-of-nfc_proto_register.patch
	patches.suse/NFC-digital-fix-possible-memory-leak-in-digital_tg_l.patch
	patches.suse/NFC-digital-fix-possible-memory-leak-in-digital_in_s.patch
	patches.suse/ethernet-s2io-fix-setting-mac-address-during-resume.patch
	patches.suse/mlxsw-thermal-Fix-out-of-bounds-memory-accesses.patch
	patches.suse/sctp-account-stream-padding-length-for-reconf-chunk.patch
	patches.suse/drm-msm-a6xx-Serialize-GMU-communication.patch
	patches.suse/drm-msm-a6xx-Track-current-ctx-by-seqno.patch
	patches.suse/drm-msm-submit-fix-overflow-check-on-64-bit-architec.patch
	patches.suse/drm-msm-dp-only-signal-audio-when-disconnected-detec.patch
	patches.suse/drm-msm-Avoid-potential-overflow-in-timeout_to_jiffi.patch
	patches.suse/drm-msm-mdp5-fix-cursor-related-warnings.patch
	patches.suse/drm-msm-Fix-null-pointer-dereference-on-pointer-edp.patch
	patches.suse/drm-msm-a4xx-fix-error-handling-in-a4xx_gpu_init.patch
	patches.suse/drm-msm-a3xx-fix-error-handling-in-a3xx_gpu_init.patch
	patches.suse/drm-msm-Do-not-run-snapshot-on-non-DPU-devices.patch
	patches.suse/drm-msm-dpu-Fix-address-of-SM8150-PINGPONG5-IRQ-regi.patch
	patches.suse/drm-msm-dsi-phy-fix-clock-names-in-28nm_8960-phy.patch
	patches.suse/drm-msm-dsi-dsi_phy_14nm-Take-ready-bit-into-account.patch
	patches.suse/drm-msm-dsi-Fix-an-error-code-in-msm_dsi_modeset_ini.patch
	patches.suse/drm-msm-dsi-fix-off-by-one-in-dsi_bus_clk_enable-err.patch
	patches.suse/0438-drm-i915-remember-to-call-i915_sw_fence_fini.patch
	patches.suse/0439-drm-i915-Fix-bug-in-user-proto-context-creation-that.patch
	patches.suse/0440-drm-i915-Free-the-returned-object-of-acpi_evaluate_d.patch
	patches.suse/drm-edid-In-connector_bad_edid-cap-num_of_ext-by-num.patch
	patches.suse/drm-fbdev-Clamp-fbdev-surface-size-if-too-large.patch
	patches.suse/drm-hyperv-Fix-double-mouse-pointers.patch
	patches.suse/drm-nouveau-fifo-Reinstate-the-correct-engine-bit-pr.patch
	patches.suse/drm-r128-fix-build-for-UML.patch
	patches.suse/drm-panel-olimex-lcd-olinuxino-select-CRC32.patch
	patches.suse/mtd-rawnand-qcom-Update-code-word-value-for-raw-read.patch
	patches.suse/spi-spidev-Add-SPI-ID-table.patch
	patches.suse/spi-atmel-Fix-PDC-transfer-setup-bug.patch
	patches.suse/spi-spi-nxp-fspi-don-t-depend-on-a-specific-node-nam.patch
	patches.suse/spi-bcm-qspi-clear-MSPI-spifie-interrupt-during-prob.patch
	patches.suse/spi-Fix-deadlock-when-adding-SPI-controllers-on-SPI-.patch
	patches.suse/spi-mux-Fix-false-positive-lockdep-splats.patch
	patches.suse/gpio-74x164-Add-SPI-device-ID-table.patch
	patches.suse/gpio-pca953x-Improve-bias-setting.patch
	patches.suse/ACPI-PM-Include-alternate-AMDI0005-id-in-special-beh.patch
	patches.suse/firmware-arm_ffa-Add-missing-remove-callback-to-ffa_.patch
	patches.suse/firmware-arm_ffa-Fix-__ffa_devices_unregister.patch
	patches.suse/ARM-dts-bcm283x-Fix-VEC-address-for-BCM2711.patch
	patches.suse/ARM-dts-bcm2711-fix-MDIO-address-and-size-cells.patch
	patches.suse/ARM-dts-bcm2711-rpi-4-b-fix-sd_io_1v8_reg-regulator-.patch
	patches.suse/ARM-dts-bcm2711-rpi-4-b-Fix-pcie0-s-unit-address-for.patch
	patches.suse/ARM-dts-bcm2711-rpi-4-b-Fix-usb-s-unit-address.patch
	patches.suse/tee-optee-Fix-missing-devices-unregister-during-opte.patch
	patches.suse/csky-don-t-let-sigreturn-play-with-priveleged-bits-o.patch
	patches.suse/csky-Fixup-regs.sr-broken-in-ptrace.patch
	patches.suse/s390-fix-strrchr-implementation.patch
	patches.suse/dm-rq-don-t-queue-request-to-blk-mq-during-DM-suspen.patch
	patches.suse/dm-fix-mempool-NULL-pointer-race-when-completing-IO.patch
	patches.suse/clk-socfpga-agilex-fix-duplicate-s2f_user0_clk.patch
	patches.suse/clk-renesas-r9a07g044-Mark-IA55_CLK-and-DMAC_ACLK-cr.patch
	patches.suse/clk-renesas-rzg2l-Fix-clk-status-function.patch
	patches.suse/tracing-Fix-missing-osnoise-tracer-on-max_latency.patch
	patches.suse/bootconfig-init-Fix-memblock-leak-in-xbc_make_cmdlin.patch
	patches.suse/nds32-ftrace-Fix-Error-invalid-operands-UND-and-UND-.patch
	patches.suse/libperf-test-evsel-Fix-build-error-on-x86-architectu.patch
	patches.suse/libperf-tests-Fix-test_stat_cpu.patch
	patches.suse/Input-snvs_pwrkey-add-clk-handling.patch
	patches.suse/Input-resistive-adc-touch-fix-division-by-zero-error.patch
	patches.suse/Input-xpad-add-support-for-another-USB-ID-of-Nacon-G.patch
	patches.suse/xhci-guard-accesses-to-ep_state-in-xhci_endpoint_res.patch
	patches.suse/xhci-add-quirk-for-host-controllers-that-don-t-updat.patch
	patches.suse/USB-xhci-dbc-fix-tty-registration-race.patch
	patches.suse/xhci-Fix-command-ring-pointer-corruption-while-abort.patch
	patches.suse/xhci-Enable-trust-tx-length-quirk-for-Fresco-FL11-US.patch
	patches.suse/usb-musb-dsps-Fix-the-probe-error-path.patch
	patches.suse/USB-serial-option-add-Telit-LE910Cx-composition-0x12.patch
	patches.suse/USB-serial-option-add-prod.-id-for-Quectel-EG91.patch
	patches.suse/USB-serial-option-add-Quectel-EC200S-CN-module-suppo.patch
	patches.suse/USB-serial-qcserial-add-EM9191-QDL-support.patch
	patches.suse/iio-dac-ti-dac5571-fix-an-error-code-in-probe.patch
	patches.suse/iio-accel-fxls8962af-return-IRQ_HANDLED-when-fifo-is.patch
	patches.suse/iio-adc128s052-Fix-the-error-handling-path-of-adc128.patch
	patches.suse/iio-adc-max1027-Fix-wrong-shift-with-12-bit-devices.patch
	patches.suse/iio-adc-max1027-Fix-the-number-of-max1X31-channels.patch
	patches.suse/iio-adc-aspeed-set-driver-data-when-adc-probe.patch
	patches.suse/iio-adc-ad7192-Add-IRQ-flag.patch
	patches.suse/iio-adc-ad7780-Fix-IRQ-flag.patch
	patches.suse/iio-adc-ad7793-Fix-IRQ-flag.patch
	patches.suse/iio-ssp_sensors-fix-error-code-in-ssp_print_mcu_debu.patch
	patches.suse/iio-ssp_sensors-add-more-range-checking-in-ssp_parse.patch
	patches.suse/iio-adis16475-fix-deadlock-on-frequency-set.patch
	patches.suse/iio-mtk-auxadc-fix-case-IIO_CHAN_INFO_PROCESSED.patch
	patches.suse/iio-adis16480-fix-devices-that-do-not-support-sleep-.patch
	patches.suse/iio-light-opt3001-Fixed-timeout-error-when-0-lux.patch
	patches.suse/staging-vc04_services-shut-up-out-of-range-warning.patch
	patches.suse/cb710-avoid-NULL-pointer-subtraction.patch
	patches.suse/misc-fastrpc-Add-missing-lock-before-accessing-find_.patch
	patches.suse/eeprom-at25-Add-SPI-ID-table.patch
	patches.suse/eeprom-93xx46-Add-SPI-device-ID-table.patch
	patches.suse/mei-me-add-Ice-Lake-N-device-id.patch
	patches.suse/fpga-ice40-spi-Add-SPI-device-ID-table.patch
	patches.suse/mei-hbm-drop-hbm-responses-on-early-shutdown.patch
	patches.suse/nvmem-Fix-shift-out-of-bound-UBSAN-with-byte-size-ce.patch
	patches.suse/eeprom-93xx46-fix-MODULE_DEVICE_TABLE.patch
	patches.suse/driver-core-Reject-pointless-SYNC_STATE_ONLY-device-.patch
	patches.suse/drivers-bus-simple-pm-bus-Add-support-for-probing-si.patch
	patches.suse/x86-Kconfig-Do-not-enable-AMD_MEM_ENCRYPT_ACTIVE_BY_.patch
	patches.suse/x86-fpu-mask-out-the-invalid-mxcsr-bits-properly.patch
	patches.suse/efi-libstub-Simplify-Exiting-bootservices-message.patch
	patches.suse/efi-cper-use-stack-buffer-for-error-record-decoding.patch
	patches.suse/efi-Change-down_interruptible-in-virt_efi_reset_syst.patch
	patches.suse/perf-x86-msr-Add-Sapphire-Rapids-CPU-support.patch
	patches.suse/edac-armada-xp-fix-output-of-uncorrectable-error-counter.patch
	patches.suse/objtool-Check-for-gelf_update_rel-a-failures.patch
	patches.suse/objtool-Update-section-header-before-relocations.patch
	patches.suse/powerpc-xive-Discard-disabled-interrupts-in-get_irqc.patch
	patches.suse/KVM-PPC-Book3S-HV-Fix-stack-handling-in-idle_kvm_sta.patch
	patches.suse/KVM-PPC-Book3S-HV-Make-idle_kvm_start_guest-return-0.patch
	patches.suse/virtio-write-back-F_VERSION_1-before-validate.patch
	patches.suse/Revert-virtio-blk-Add-validation-for-block-size-in-c.patch
	patches.suse/vhost-vdpa-Fix-the-wrong-input-in-config_cb.patch
	patches.suse/block-rnbd-clt-sysfs-fix-a-couple-uninitialized-vari.patch
	patches.suse/nvme-pci-Fix-abort-command-id.patch
	patches.suse/nvme-fix-per-namespace-chardev-deletion.patch
	patches.suse/block-bfq-reset-last_bfqq_created-on-group-change.patch
	patches.suse/pata_legacy-fix-a-couple-uninitialized-variable-bugs.patch
	patches.suse/ata-ahci_platform-fix-null-ptr-deref-in-ahci_platfor.patch
	patches.suse/mm-userfaultfd-selftests-fix-memory-corruption-with-.patch
	patches.suse/userfaultfd-fix-a-race-between-writeprotect-and-exit.patch
	patches.suse/ocfs2-fix-data-corruption-after-conversion-from-inli.patch
	patches.suse/ocfs2-mount-fails-with-buffer-overflow-in-strlen.patch
	patches.suse/mm-mempolicy-do-not-allow-illegal-MPOL_F_NUMA_BALANC.patch
	patches.suse/mm-slub-fix-mismatch-between-reconstructed-freelist-.patch
	patches.suse/mm-slub-fix-potential-memoryleak-in-kmem_cache_open.patch
	patches.suse/mm-slub-fix-potential-use-after-free-in-slab_debugfs.patch
	patches.suse/mm-slub-fix-incorrect-memcg-slab-count-for-bulk-free.patch
	patches.suse/elfcore-correct-reference-to-CONFIG_UML.patch
	patches.suse/vfs-check-fd-has-read-access-in-kernel_read_file_fro.patch
	patches.suse/mm-secretmem-fix-NULL-page-mapping-dereference-in-pa.patch
	patches.suse/mm-thp-decrease-nr_thps-in-file-s-mapping-on-THP-spl.patch
	patches.suse/KVM-SEV-ES-fix-length-of-string-I-O.patch
	patches.suse/KVM-arm64-Fix-host-stage-2-PGD-refcount.patch
	patches.suse/KVM-arm64-Report-corrupted-refcount-at-EL2.patch
	patches.suse/KVM-arm64-Release-mmap_lock-when-using-VM_SHARED-wit.patch
	patches.suse/KVM-SEV-ES-Set-guest_state_protected-after-VMSA-upda.patch
	patches.suse/KVM-SEV-ES-reduce-ghcb_sa_len-to-32-bits.patch
	patches.suse/NIOS2-irqflags-rename-a-redefined-register-name.patch
	patches.suse/tracing-Have-all-levels-of-checks-prevent-recursion.patch
	patches.suse/audit-fix-possible-null-pointer-dereference-in-audit.patch
	patches.suse/ALSA-usb-audio-Add-Schiit-Hel-device-to-mixer-map-qu.patch
	patches.suse/ALSA-hda-realtek-Add-quirk-for-Clevo-PC50HS.patch
	patches.suse/ALSA-usb-audio-Provide-quirk-for-Sennheiser-GSP670-H.patch
	patches.suse/ALSA-hda-realtek-Fixes-HP-Spectre-x360-15-eb1xxx-spe.patch
	patches.suse/ASoC-pcm512x-Mend-accesses-to-the-I2S_1-and-I2S_2-re.patch
	patches.suse/ASoC-fsl_xcvr-Fix-channel-swap-issue-with-ARC.patch
	patches.suse/ASoC-pcm179x-Add-missing-entries-SPI-to-device-ID-ta.patch
	patches.suse/ASoC-cs4341-Add-SPI-device-ID-table.patch
	patches.suse/ASoC-nau8824-Fix-headphone-vs-headset-button-press-d.patch
	patches.suse/ASoC-Intel-bytcht_es8316-Get-platform-data-via-dev_g.patch
	patches.suse/ASoC-Intel-bytcht_es8316-Use-temporary-variable-for-.patch
	patches.suse/ASoC-Intel-bytcht_es8316-Switch-to-use-gpiod_get_opt.patch
	patches.suse/ASoC-Intel-bytcht_es8316-Utilize-dev_err_probe-to-av.patch
	patches.suse/ASoC-DAPM-Fix-missing-kctl-change-notifications.patch
	patches.suse/ASoC-codec-wcd938x-Add-irq-config-support.patch
	patches.suse/ASoC-soc-core-fix-null-ptr-deref-in-snd_soc_del_comp.patch
	patches.suse/ASoC-cs42l42-Ensure-0dB-full-scale-volume-is-used-fo.patch
	patches.suse/ASoC-wm8960-Fix-clock-configuration-on-slave-mode.patch
	patches.suse/ALSA-usb-audio-Fix-microphone-sound-on-Jieli-webcam.patch
	patches.suse/dma-mapping-fix-the-kerneldoc-for-dma_map_sgtable.patch
	patches.suse/dma-debug-fix-sg-checks-in-debug_dma_map_sg.patch
	patches.suse/ceph-skip-existing-superblocks-that-are-blocklisted-.patch
	patches.suse/ceph-fix-handling-of-meta-errors.patch
	patches.suse/powerpc-idle-Don-t-corrupt-back-chain-when-going-idl.patch
	patches.suse/powerpc-smp-do-not-decrement-idle-task-preempt-count.patch
	patches.suse/ptp-fix-error-print-of-ptp_kvm-on-X86_64-platform.patch
	patches.suse/sctp-fix-transport-encap_port-update-in-sctp_vtag_ve.patch
	patches.suse/lan78xx-select-CRC32.patch
	patches.suse/tcp-md5-Fix-overlap-between-vrf-and-non-vrf-keys.patch
	patches.suse/ipv6-When-forwarding-count-rx-stats-on-the-orig-netd.patch
	patches.suse/ice-Fix-failure-to-re-add-LAN-RDMA-Tx-queues.patch
	patches.suse/ice-Avoid-crash-from-unnecessary-IDA-free.patch
	patches.suse/ice-fix-getting-UDP-tunnel-entry.patch
	patches.suse/ice-Print-the-api_patch-as-part-of-the-fw.mgmt.api.patch
	patches.suse/net-bridge-mcast-use-multicast_membership_interval-f.patch
	patches.suse/hamradio-baycom_epp-fix-build-for-UML.patch
	patches.suse/can-j1939-j1939_tp_rxtimer-fix-errant-alert-in-j1939.patch
	patches.suse/can-j1939-j1939_netdev_start-fix-UAF-for-rx_kref-of-.patch
	patches.suse/can-j1939-j1939_xtp_rx_dat_one-cancel-session-if-rec.patch
	patches.suse/can-j1939-j1939_xtp_rx_rts_session_new-abort-TP-less.patch
	patches.suse/can-isotp-isotp_sendmsg-add-result-check-for-wait_ev.patch
	patches.suse/can-isotp-isotp_sendmsg-fix-TX-buffer-concurrent-acc.patch
	patches.suse/can-rcar_can-fix-suspend-resume.patch
	patches.suse/can-peak_pci-peak_pci_remove-fix-UAF.patch
	patches.suse/can-peak_usb-pcan_usb_fd_decode_status-fix-back-to-E.patch
	patches.suse/net-dsa-lantiq_gswip-fix-register-definition.patch
	patches.suse/net-dsa-mt7530-correct-ds-num_ports.patch
	patches.suse/net-sched-act_ct-Fix-byte-count-on-fragmented-packet.patch
	patches.suse/net-sparx5-Add-of_node_put-before-goto.patch
	patches.suse/net-mscc-ocelot-Add-of_node_put-before-goto.patch
	patches.suse/cavium-Return-negative-value-when-pci_alloc_irq_vect.patch
	patches.suse/mISDN-Fix-return-values-of-the-probe-function.patch
	patches.suse/cavium-Fix-return-values-of-the-probe-function.patch
	patches.suse/can-isotp-isotp_sendmsg-fix-return-error-on-FC-timeo.patch
	patches.suse/net-dsa-Fix-an-error-handling-path-in-dsa_switch_par.patch
	patches.suse/vrf-Revert-Reset-skb-conntrack-connection.patch
	patches.suse/net-hns3-Add-configuration-of-TM-QCN-error-event.patch
	patches.suse/net-hns3-reset-DWRR-of-unused-tc-to-zero.patch
	patches.suse/net-hns3-add-limit-ets-dwrr-bandwidth-cannot-be-0.patch
	patches.suse/net-hns3-fix-the-max-tx-size-according-to-user-manua.patch
	patches.suse/net-hns3-fix-for-miscalculation-of-rx-unused-desc.patch
	patches.suse/net-hns3-schedule-the-polling-again-when-allocation-.patch
	patches.suse/net-hns3-fix-vf-reset-workqueue-cannot-exit.patch
	patches.suse/net-hns3-disable-sriov-before-unload-hclge-layer.patch
	patches.suse/net-stmmac-Fix-E2E-delay-mechanism.patch
	patches.suse/ptp-Fix-possible-memory-leak-in-ptp_clock_register.patch
	patches.suse/e1000e-Separate-TGP-board-type-from-SPT.patch
	patches.suse/e1000e-Fix-packet-loss-on-Tiger-Lake-and-later.patch
	patches.suse/igc-Update-I226_K-device-ID.patch
	patches.suse/ice-Add-missing-E810-device-ids.patch
	patches.suse/net-mlx5-Lag-change-multipath-and-bonding-to-be-mutu.patch
	patches.suse/net-mlx5-E-switch-Return-correct-error-code-on-group.patch
	patches.suse/net-mlx5e-Fix-vlan-data-lost-during-suspend-flow.patch
	patches.suse/net-mlx5e-IPsec-Fix-a-misuse-of-the-software-parser-.patch
	patches.suse/net-mlx5e-IPsec-Fix-work-queue-entry-ethernet-segmen.patch
	patches.suse/netfilter-xt_IDLETIMER-fix-panic-that-occurs-when-ti.patch
	patches.suse/netfilter-Kconfig-use-default-y-instead-of-m-for-boo.patch
	patches.suse/netfilter-nf_tables-skip-netdev-events-generated-on-.patch
	patches.suse/netfilter-ip6t_rt-fix-rt0_hdr-parsing-in-rt_mt6.patch
	patches.suse/netfilter-ipvs-make-global-sysctl-readonly-in-non-in.patch
	patches.suse/selftests-netfilter-remove-stray-bash-debug-line.patch
	patches.suse/sfc-Export-fibre-specific-supported-link-modes.patch
	patches.suse/sfc-Don-t-use-netif_info-before-net_device-setup.patch
	patches.suse/net-enetc-fix-ethtool-counter-name-for-PM0_TERR.patch
	patches.suse/net-enetc-make-sure-all-traffic-classes-can-send-lar.patch
	patches.suse/usbnet-sanity-check-for-maxpacket.patch
	patches.suse/ucounts-Fix-signal-ucount-refcounting.patch
	patches.suse/ucounts-Pair-inc_rlimit_ucounts-with-dec_rlimit_ucou.patch
	patches.suse/ucounts-Proper-error-handling-in-set_cred_ucounts.patch
	patches.suse/ucounts-Move-get_ucounts-from-cred_alloc_blank-to-ke.patch
	patches.suse/drm-mxsfb-Fix-NULL-pointer-dereference-crash-on-unlo.patch
	patches.suse/drm-panel-ilitek-ili9881c-Fix-sync-for-Feixin-K101-I.patch
	patches.suse/drm-kmb-Work-around-for-higher-system-clock.patch
	patches.suse/drm-kmb-Limit-supported-mode-to-1080p.patch
	patches.suse/drm-kmb-Remove-clearing-DPHY-regs.patch
	patches.suse/drm-kmb-Disable-change-of-plane-parameters.patch
	patches.suse/drm-kmb-Corrected-typo-in-handle_lcd_irq.patch
	patches.suse/drm-kmb-Enable-ADV-bridge-after-modeset.patch
	patches.suse/KVM-x86-check-for-interrupts-before-deciding-whether.patch
	patches.suse/KVM-nVMX-promptly-process-interrupts-delivered-while.patch
	patches.suse/KVM-MMU-Reset-mmu-pkru_mask-to-avoid-stale-data.patch
	patches.suse/KVM-SEV-Flush-cache-on-non-coherent-systems-before-R.patch
	patches.suse/KVM-SEV-ES-rename-guest_ins_data-to-sev_pio_data.patch
	patches.suse/KVM-x86-leave-vcpu-arch.pio.count-alone-in-emulator_.patch
	patches.suse/KVM-SEV-ES-clean-up-kvm_sev_es_ins-outs.patch
	patches.suse/KVM-x86-split-the-two-parts-of-emulator_pio_in.patch
	patches.suse/KVM-x86-remove-unnecessary-arguments-from-complete_e.patch
	patches.suse/KVM-SEV-ES-keep-INS-functions-together.patch
	patches.suse/KVM-SEV-ES-go-over-the-sev_pio_data-buffer-in-multip.patch
	patches.suse/ACPI-PM-Do-not-turn-off-power-resources-in-unknown-s.patch
	patches.suse/ACPI-tools-fix-compilation-error.patch
	patches.suse/hyperv-vmbus-include-linux-bitops.h.patch
	patches.suse/blk-cgroup-blk_cgroup_bio_start-should-use-irq-safe-.patch
	patches.suse/scsi-core-Fix-shost-cmd_per_lun-calculation-in-scsi_.patch
	patches.suse/scsi-iscsi-Fix-set_param-handling.patch
	patches.suse/scsi-storvsc-Fix-validation-for-unsolicited-incoming.patch
	patches.suse/scsi-core-Put-LLD-module-refcnt-after-SCSI-device-is.patch
	patches.suse/scsi-mpi3mr-Fix-duplicate-device-entries-when-scanni.patch
	patches.suse/scsi-qla2xxx-Return-ENOMEM-if-kzalloc-fails.patch
	patches.suse/scsi-qla2xxx-Fix-a-memory-leak-in-an-error-path-of-q.patch
	patches.suse/scsi-qla2xxx-Fix-unmap-of-already-freed-sgl.patch
	patches.suse/sched-scs-Reset-the-shadow-stack-when-idle_task_exit.patch
	patches.suse/autofs-fix-wait-name-hash-calculation-in-autofs_wait.patch
	patches.suse/Revert-pinctrl-bcm-ns-support-updated-DT-binding-as-.patch
	patches.suse/pinctrl-stm32-use-valid-pin-identifier-in-stm32_pinc.patch
	patches.suse/pinctrl-amd-disable-and-mask-interrupts-on-probe.patch
	patches.suse/ata-sata_mv-Fix-the-error-handling-of-mv_chip_id.patch
	patches.suse/ARM-9122-1-select-HAVE_FUTEX_CMPXCHG.patch
	patches.suse/ARM-9132-1-Fix-__get_user_check-failure-with-ARM-KAS.patch
	patches.suse/ARM-9133-1-mm-proc-macros-ensure-_tlb_fns-are-4B-ali.patch
	patches.suse/ARM-9134-1-remove-duplicate-memcpy-definition.patch
	patches.suse/ARM-9138-1-fix-link-warning-with-XIP-frame-pointer.patch
	patches.suse/ARM-9139-1-kprobes-fix-arch_init_kprobes-prototype.patch
	patches.suse/ARM-9141-1-only-warn-about-XIP-address-when-not-comp.patch
	patches.suse/ARM-9148-1-handle-CONFIG_CPU_ENDIAN_BE32-in-arch-arm.patch
	patches.suse/arm64-dts-imx8mm-kontron-Make-sure-SOC-and-DRAM-supp.patch
	patches.suse/arm64-dts-imx8mm-kontron-Set-lower-limit-of-VDD_SNVS.patch
	patches.suse/arm64-dts-imx8mm-kontron-Fix-polarity-of-reg_rst_eth.patch
	patches.suse/arm64-dts-imx8mm-kontron-Fix-CAN-SPI-clock-frequency.patch
	patches.suse/arm64-dts-imx8mm-kontron-Fix-connection-type-for-VSC.patch
	patches.suse/arm64-dts-allwinner-h5-NanoPI-Neo-2-Fix-ethernet-nod.patch
	patches.suse/ARM-dts-sun7i-A20-olinuxino-lime2-Fix-ethernet-phy-m.patch
	patches.suse/reset-brcmstb-rescal-fix-incorrect-polarity-of-statu.patch
	patches.suse/reset-socfpga-add-empty-driver-allowing-consumers-to.patch
	patches.suse/RDMA-irdma-Process-extended-CQ-entries-correctly.patch
	patches.suse/RDMA-mlx5-Set-user-priority-for-DCT.patch
	patches.suse/IB-qib-Protect-from-buffer-overflow-in-struct-qib_us.patch
	patches.suse/IB-hfi1-Fix-abba-locking-issue-with-sc_disable.patch
	patches.suse/RDMA-rdmavt-Fix-error-code-in-rvt_create_qp.patch
	patches.suse/rdma-qedr-Fix-crash-due-to-redundant-release-of-devi.patch
	patches.suse/RDMA-mlx5-Initialize-the-ODP-xarray-when-creating-an.patch
	patches.suse/RDMA-irdma-Set-VLAN-in-UD-work-completion-correctly.patch
	patches.suse/RDMA-irdma-Do-not-hold-qos-mutex-twice-on-QP-resume.patch
	patches.suse/RDMA-sa_query-Use-strscpy_pad-instead-of-memcpy-to-c.patch
	patches.suse/nios2-Make-NIOS2_DTB_SOURCE_BOOL-depend-on-COMPILE_T.patch
	patches.suse/ftrace-nds32-Update-the-proto-for-ftrace_trace_funct.patch
	patches.suse/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/sctp-use-init_tag-from-inithdr-for-ABORT-chunk.patch
	patches.suse/sctp-fix-the-processing-for-INIT-chunk.patch
	patches.suse/sctp-fix-the-processing-for-INIT_ACK-chunk.patch
	patches.suse/sctp-fix-the-processing-for-COOKIE_ECHO-chunk.patch
	patches.suse/sctp-add-vtag-check-in-sctp_sf_violation.patch
	patches.suse/sctp-add-vtag-check-in-sctp_sf_do_8_5_1_E_sa.patch
	patches.suse/sctp-add-vtag-check-in-sctp_sf_ootb.patch
	patches.suse/fcnal-test-kill-hanging-ping-nettest-binaries-on-cle.patch
	patches.suse/net-ethernet-microchip-lan743x-Fix-driver-crash-when.patch
	patches.suse/net-ethernet-microchip-lan743x-Fix-dma-allocation-fa.patch
	patches.suse/phy-phy_ethtool_ksettings_get-Lock-the-phy-for-consi.patch
	patches.suse/phy-phy_ethtool_ksettings_set-Move-after-phy_start_a.patch
	patches.suse/phy-phy_start_aneg-Add-an-unlocked-version.patch
	patches.suse/phy-phy_ethtool_ksettings_set-Lock-the-PHY-while-cha.patch
	patches.suse/net-nxp-lpc_eth.c-avoid-hang-when-bringing-interface.patch
	patches.suse/net-Prevent-infinite-while-loop-in-skb_tx_hash.patch
	patches.suse/xen-netfront-stop-tx-queues-during-live-migration.patch
	patches.suse/net-sysfs-initialize-uid-and-gid-before-calling-net_.patch
	patches.suse/mlxsw-pci-Recycle-received-packet-upon-allocation-fa.patch
	patches.suse/net-multicast-calculate-csum-of-looped-back-and-forw.patch
	patches.suse/ice-Respond-to-a-NETDEV_UNREGISTER-event-for-LAG.patch
	patches.suse/ice-check-whether-PTP-is-initialized-in-ice_ptp_rele.patch
	patches.suse/nfc-port100-fix-using-ERRNO-as-command-type-mask.patch
	patches.suse/tipc-fix-size-validations-for-the-MSG_CRYPTO-type.patch
	patches.suse/net-batman-adv-fix-error-handling.patch
	patches.suse/net-lan78xx-fix-division-by-zero-in-send-path.patch
	patches.suse/bpf-Define-bpf_jit_alloc_exec_limit-for-riscv-JIT.patch
	patches.suse/bpf-Define-bpf_jit_alloc_exec_limit-for-arm64-JIT.patch
	patches.suse/bpf-Prevent-increasing-bpf_jit_limit-above-max.patch
	patches.suse/bpf-Fix-error-usage-of-map_fd-and-fdget-in-generic_m.patch
	patches.suse/cgroup-Fix-memory-leak-caused-by-missing-cgroup_bpf_.patch
	patches.suse/tcp_bpf-Fix-one-concurrency-problem-in-the-tcp_bpf_s.patch
	patches.suse/bpf-Move-BPF_MAP_TYPE-for-INODE_STORAGE-and-TASK_STORAGE-outside-of-CONFIG_NET.patch
	patches.suse/bpf-Fix-potential-race-in-tail-call-compatibility-check.patch
	patches.suse/net-hns3-fix-pause-config-problem-after-autoneg-disa.patch
	patches.suse/net-hns3-change-hclge-hclgevf-workqueue-to-WQ_UNBOUN.patch
	patches.suse/net-hns3-ignore-reset-event-before-initialization-pr.patch
	patches.suse/net-hns3-fix-data-endian-problem-of-some-functions-o.patch
	patches.suse/net-hns3-add-more-string-spaces-for-dumping-packets-.patch
	patches.suse/net-hns3-expand-buffer-len-for-some-debugfs-command.patch
	patches.suse/net-hns3-adjust-string-spaces-of-some-parameters-of-.patch
	patches.suse/cfg80211-fix-management-registrations-locking.patch
	patches.suse/cfg80211-correct-bridge-4addr-mode-check.patch
	patches.suse/usbnet-fix-error-return-code-in-usbnet_probe.patch
	patches.suse/ptp-Document-the-PTP_CLK_MAGIC-ioctl-number.patch
	patches.suse/r8169-Add-device-10ec-8162-to-driver-r8169.patch
	patches.suse/vmxnet3-do-not-stop-tx-queues-after-netif_device_det.patch
	patches.suse/nfp-bpf-relax-prog-rejection-for-mtu-check-through-m.patch
	patches.suse/net-smc-Fix-smc_link-llc_testlink_time-overflow.patch
	patches.suse/net-smc-Correct-spelling-mistake-to-TCPF_SYN_RECV.patch
	patches.suse/net-tls-Fix-flipped-sign-in-tls_err_abort-calls.patch
	patches.suse/net-tls-Fix-flipped-sign-in-async_wait.err-assignmen.patch
	patches.suse/net-ethernet-microchip-lan743x-Fix-skb-allocation-fa.patch
	patches.suse/octeontx2-af-Check-whether-ipolicers-exists.patch
	patches.suse/octeontx2-af-Display-all-enabled-PF-VF-rsrc_alloc-en.patch
	patches.suse/octeontx2-af-Fix-possible-null-pointer-dereference.patch
	patches.suse/riscv-bpf-Fix-potential-NULL-dereference.patch
	patches.suse/Revert-net-hns3-fix-pause-config-problem-after-auton.patch
	patches.suse/drm-amdgpu-fix-out-of-bounds-write.patch
	patches.suse/drm-amd-display-Limit-display-scaling-to-up-to-true-.patch
	patches.suse/drm-amd-display-Fix-prefetch-bandwidth-calculation-f.patch
	patches.suse/drm-amd-display-Require-immediate-flip-support-for-D.patch
	patches.suse/drm-amd-display-increase-Z9-latency-to-workaround-un.patch
	patches.suse/drm-amd-display-Increase-watermark-latencies-for-DCN.patch
	patches.suse/drm-amd-display-Moved-dccg-init-to-after-bios-golden.patch
	patches.suse/drm-amdgpu-support-B0-B1-external-revision-id-for-ye.patch
	patches.suse/drm-amdgpu-Fix-even-more-out-of-bound-writes-from-de.patch
	patches.suse/drm-amd-display-Fallback-to-clocks-which-meet-reques.patch
	patches.suse/drm-amd-display-Fix-deadlock-when-falling-back-to-v2.patch
	patches.suse/drm-ttm-fix-memleak-in-ttm_transfered_destroy.patch
	patches.suse/drm-panel-orientation-quirks-Add-quirk-for-Aya-Neo-2.patch
	patches.suse/drm-panel-orientation-quirks-Add-quirk-for-GPD-Win3.patch
	patches.suse/drm-i915-Remove-memory-frequency-calculation.patch
	patches.suse/drm-i915-Convert-unconditional-clflush-to-drm_clflus.patch
	patches.suse/drm-i915-Catch-yet-another-unconditioal-clflush.patch
	patches.suse/drm-i915-dp-Skip-the-HW-readout-of-DPCD-on-disabled-.patch
	patches.suse/0445-drm-i915-Revert-guc_id-from-i915_request-tracepoint.patch
	patches.suse/memcg-page_alloc-skip-bulk-allocator-for-__GFP_ACCOUNT.patch
	patches.suse/mm-hwpoison-remove-the-unnecessary-THP-check.patch
	patches.suse/mm-filemap-check-if-THP-has-hwpoisoned-subpage-for-P.patch
	patches.suse/ocfs2-fix-race-between-searching-chunks-and-release-.patch
	patches.suse/mm-secretmem-avoid-letting-secretmem_users-drop-to-zero.patch
	patches.suse/mm-vmalloc-fix-numa-spreading-for-large-hash-tables.patch
	patches.suse/mm-thp-bail-out-early-in-collapse_file-for-writeback.patch
	patches.suse/mm-khugepaged-skip-huge-page-collapse-for-special-fi.patch
	patches.suse/tools-testing-selftests-vm-split_huge_page_test.c-fi.patch
	patches.suse/Revert-btrfs-compression-drop-kmap-kunmap-from-gener.patch
	patches.suse/Revert-btrfs-compression-drop-kmap-kunmap-from-zstd.patch
	patches.suse/Revert-btrfs-compression-drop-kmap-kunmap-from-zlib.patch
	patches.suse/Revert-btrfs-compression-drop-kmap-kunmap-from-lzo.patch
	patches.suse/mmc-sdhci-Map-more-voltage-level-to-SDHCI_POWER_330.patch
	patches.suse/mmc-sdhci-pci-Read-card-detect-from-ACPI-for-Intel-M.patch
	patches.suse/mmc-sdhci-esdhc-imx-clear-the-buffer_read_ready-to-r.patch
	patches.suse/mmc-winbond-don-t-build-on-M68K.patch
	patches.suse/mmc-dw_mmc-exynos-fix-the-finding-clock-sample-value.patch
	patches.suse/mmc-vub300-fix-control-message-timeouts.patch
	patches.suse/mmc-cqhci-clear-HALT-state-after-CQE-enable.patch
	patches.suse/mmc-mediatek-Move-cqhci-init-behind-ungate-clock.patch
	patches.suse/mmc-tmio-reenable-card-irqs-after-the-reset-callback.patch
	patches.suse/block-schedule-queue-restart-after-BLK_STS_ZONE_RESO.patch
	patches.suse/block-Fix-partition-check-for-host-aware-zoned-block.patch
	patches.suse/nvmet-tcp-fix-a-memory-leak-when-releasing-a-queue.patch
	patches.suse/nvme-tcp-fix-H2CData-PDU-send-accounting-again.patch
	patches.suse/nvme-tcp-fix-possible-req-offset-corruption.patch
	patches.suse/nvme-tcp-fix-data-digest-pointer-calculation.patch
	patches.suse/nvmet-tcp-fix-data-digest-pointer-calculation.patch
	patches.suse/nvmet-tcp-fix-header-digest-verification.patch
	patches.suse/gpio-xgs-iproc-fix-parsing-of-ngpios-property.patch
	patches.suse/gpio-mlxbf2.c-Add-check-for-bgpio_init-failure.patch
	patches.suse/riscv-fix-misalgned-trap-vector-base-address.patch
	patches.suse/riscv-Do-not-re-populate-shadow-memory-with-kasan_po.patch
	patches.suse/riscv-Fix-asan-stack-clang-build.patch
	patches.suse/scsi-ibmvfc-Fix-up-duplicate-response-detection.patch
	patches.suse/scsi-ufs-ufs-exynos-Correct-timeout-value-setting-re.patch
	patches.suse/scsi-mpt3sas-Fix-reference-tag-handling-for-WRITE_IN.patch
	patches.suse/KVM-x86-switch-pvclock_gtod_sync_lock-to-a-raw-spinl.patch
	patches.suse/KVM-s390-clear-kicked_mask-before-sleeping-again.patch
	patches.suse/KVM-s390-preserve-deliverable_mask-in-__airqs_kick_s.patch
	patches.suse/KVM-x86-xen-Fix-kvm_xen_has_interrupt-sleeping-in-kv.patch
	patches.suse/KVM-SEV-ES-fix-another-issue-with-string-I-O-VMGEXIT.patch
	patches.suse/KVM-x86-Take-srcu-lock-in-post_kvm_run_save.patch
	patches.suse/perf-script-Check-session-header.env.arch-before-usi.patch
	patches.suse/perf-script-Fix-PERF_SAMPLE_WEIGHT_STRUCT-support.patch
	patches.suse/tpm-Check-for-integer-overflow-in-tpm2_map_response_.patch
	patches.suse/tpm-fix-Atmel-TPM-crash-caused-by-too-frequent-queri.patch
	patches.suse/tpm_tis_spi-Add-missing-SPI-ID.patch
	patches.suse/0001-block-drop-unused-includes-in-linux-genhd.h.patch
	patches.suse/block-mq-deadline-Improve-request-accounting-further.patch
	patches.suse/block-bump-max-plugged-deferred-size-from-16-to-32.patch
	patches.suse/0001-block-use-bdev_get_queue-in-bio.c.patch
	patches.suse/block-only-mark-bio-as-tracked-if-it-really-is-track.patch
	patches.suse/block-bfq-fix-UAF-problem-in-bfqg_stats_init.patch
	patches.suse/nvme-add-APIs-for-stopping-starting-admin-queue.patch
	patches.suse/nvme-apply-nvme-API-to-quiesce-unquiesce-admin-queue.patch
	patches.suse/nvme-prepare-for-pairing-quiescing-and-unquiescing.patch
	patches.suse/nvme-paring-quiesce-unquiesce.patch
	patches.suse/nvme-loop-clear-NVME_CTRL_ADMIN_Q_STOPPED-after-admi.patch
	patches.suse/blk-mq-support-concurrent-queue-quiesce-unquiesce.patch
	patches.suse/block-remove-inaccurate-requeue-check.patch
	patches.suse/blk-cgroup-synchronize-blkg-creation-against-policy-.patch
	patches.suse/block-Add-a-helper-to-validate-the-block-size.patch
	patches.suse/loop-Use-blk_validate_block_size-to-validate-block-s.patch
	patches.suse/0002-virtio-blk-Use-blk_validate_block_size-to-validate-b.patch
	patches.suse/floppy-fix-calling-platform_device_unregister-on-inv.patch
	patches.suse/block-ataflop-use-the-blk_cleanup_disk-helper.patch
	patches.suse/block-ataflop-add-registration-bool-before-calling-d.patch
	patches.suse/block-ataflop-provide-a-helper-for-cleanup-up-an-ata.patch
	patches.suse/0002-swim3-add-missing-major.h-include.patch
	patches.suse/md-raid1-only-allocate-write-behind-bio-for-WriteMos.patch
	patches.suse/md-update-superblock-after-changing-rdev-flags-in-st.patch
	patches.suse/block-ataflop-fix-breakage-introduced-at-blk-mq-refa.patch
	patches.suse/nbd-Fix-use-after-free-in-pid_show.patch
	patches.suse/nvme-fc-add-support-for-map_queues.patch
	patches.suse/qla2xxx-add-map_queues-support-for-nvme.patch
	patches.suse/nvmet-fix-use-after-free-when-a-port-is-removed.patch
	patches.suse/nvmet-rdma-fix-use-after-free-when-a-port-is-removed.patch
	patches.suse/nvmet-tcp-fix-use-after-free-when-a-port-is-removed.patch
	patches.suse/nvmet-make-discovery-NQN-configurable.patch
	patches.suse/nvme-add-CNTRLTYPE-definitions-for-identify-controll.patch
	patches.suse/nvmet-add-nvmet_is_disc_subsys-helper.patch
	patches.suse/nvmet-set-CNTRLTYPE-in-the-identify-controller-data.patch
	patches.suse/nvme-expose-subsystem-type-in-sysfs-attribute-subsys.patch
	patches.suse/nvme-Add-connect-option-discovery.patch
	patches.suse/nvme-display-correct-subsystem-NQN.patch
	patches.suse/nvme-rdma-fix-error-code-in-nvme_rdma_setup_ctrl.patch
	patches.suse/nvme-drop-scan_lock-and-always-kick-requeue-list-whe.patch
	patches.suse/block-ataflop-more-blk-mq-refactoring-fixes.patch
	patches.suse/nvme-add-new-discovery-log-page-entry-definitions.patch
	patches.suse/nvmet-switch-check-for-subsystem-type.patch
	patches.suse/nvmet-register-discovery-subsystem-as-current.patch
	patches.suse/io-wq-Remove-duplicate-code-in-io_workqueue_create.patch
	patches.suse/fs-remove-__sync_filesystem.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/powerpc-perf-Fix-data-source-encodings-for-L2.1-and-.patch
	patches.suse/perf-x86-intel-Fix-ICL-SPR-INST_RETIRED.PREC_DIST-en.patch
	patches.suse/kernel-locking-Add-context-to-ww_mutex_trylock.patch
	patches.suse/lockdep-Let-lock_is_held_type-detect-recursive-read-.patch
	patches.suse/lockdep-Improve-comments-in-wait-type-checks.patch
	patches.suse/locking-ww-mutex-Fix-uninitialized-use-of-ret-in-tes.patch
	patches.suse/sched-Clean-up-the-might_sleep-underscore-zoo.patch
	patches.suse/sched-Make-cond_resched_-lock-variants-consistent-vs.patch
	patches.suse/sched-Remove-preempt_offset-argument-from-__might_sl.patch
	patches.suse/sched-Cleanup-might_sleep-printks.patch
	patches.suse/sched-Make-might_sleep-output-less-confusing.patch
	patches.suse/sched-Make-RCU-nest-depth-distinct-in-__might_resche.patch
	patches.suse/sched-Make-cond_resched_lock-variants-RT-aware.patch
	patches.suse/locking-rt-Take-RCU-nesting-into-account-for-__might.patch
	patches.suse/rtmutex-Check-explicit-for-TASK_RTLOCK_WAIT.patch
	patches.suse/rtmutex-Wake-up-the-waiters-lockless-while-dropping-.patch
	patches.suse/locking-rwbase-Optimize-rwbase_read_trylock.patch
	patches.suse/0001-futex-Move-to-kernel-futex.patch
	patches.suse/0002-futex-Split-out-syscalls.patch
	patches.suse/0003-futex-Rename-__-un-queue_me.patch
	patches.suse/0004-futex-Rename-futex_wait_queue_me.patch
	patches.suse/0005-futex-Rename-queue_-un-lock.patch
	patches.suse/0006-futex-Rename-__unqueue_futex.patch
	patches.suse/0007-futex-Rename-hash_futex.patch
	patches.suse/0008-futex-Rename-get-cmpxchg-_futex_value_locked.patch
	patches.suse/0009-futex-Split-out-PI-futex.patch
	patches.suse/0010-futex-Rename-hb_waiter_-inc-dec-pending.patch
	patches.suse/0011-futex-Rename-match_futex.patch
	patches.suse/0012-futex-Rename-mark_wake_futex.patch
	patches.suse/0013-futex-Split-out-requeue.patch
	patches.suse/0014-futex-Split-out-wait-wake.patch
	patches.suse/0015-futex-Simplify-double_lock_hb.patch
	patches.suse/futex-Fix-PREEMPT_RT-build.patch
	patches.suse/locking-rwsem-Disable-preemption-for-spinning-region.patch
	patches.suse/locking-Remove-rcu_read_-un-lock-for-preempt_-dis-en.patch
	patches.suse/locking-rwsem-Fix-comments-about-reader-optimistic-l.patch
	patches.suse/locking-Remove-spin_lock_flags-etc.patch
	patches.suse/x86-xen-Mark-cpu_bringup_and_idle-as-dead_end_functi.patch
	patches.suse/objtool-Introduce-CFI-hash.patch
	patches.suse/objtool-Handle-__sanitize_cov-tail-calls.patch
	patches.suse/x86-kvm-Always-inline-sev_-guest.patch
	patches.suse/x86-kvm-Always-inline-vmload-vmsave.patch
	patches.suse/x86-Always-inline-context_tracking_guest_enter.patch
	patches.suse/x86-kvm-Always-inline-to_svm.patch
	patches.suse/x86-kvm-Always-inline-evmcs_write64.patch
	patches.suse/x86-Always-inline-ip_within_syscall_gap.patch
	patches.suse/x86-sev-Fix-noinstr-for-vc_ghcb_invalidate.patch
	patches.suse/locking-lockdep-Avoid-RCU-induced-noinstr-fail.patch
	patches.suse/objtool-classify-symbols.patch
	patches.suse/objtool-explicitly-avoid-self-modifying-code-in-altinstr_replacement.patch
	patches.suse/objtool-shrink-struct-instruction.patch
	patches.suse/objtool-x86-replace-alternatives-with-retpoline_sites.patch
	patches.suse/x86-retpoline-remove-unused-replacement-symbols.patch
	patches.suse/x86-asm-fix-register-order.patch
	patches.suse/x86-asm-fixup-odd-gen-for-each-reg-h-usage.patch
	patches.suse/x86-retpoline-move-the-retpoline-thunk-declarations-to-nospec-branch-h.patch
	patches.suse/x86-retpoline-create-a-retpoline-thunk-array.patch
	patches.suse/x86-alternative-implement-retpoline_sites-support.patch
	patches.suse/x86-alternative-handle-jcc-_x86_indirect_thunk_-reg.patch
	patches.suse/x86-alternative-try-inline-spectre_v2-retpoline-amd.patch
	patches.suse/x86-alternative-add-debug-prints-to-apply_retpolines.patch
	patches.suse/x86-bugs-unconditionally-allow-spectre_v2-retpoline-amd.patch
	patches.suse/bpf-x86-simplify-computing-label-offsets.patch
	patches.suse/bpf-x86-respect-x86_feature_retpoline.patch
	patches.suse/clocksource-drivers-arc_timer-Eliminate-redefined-ma.patch
	patches.suse/clocksource-drivers-timer-ti-dm-Select-TIMER_OF.patch
	patches.suse/sched-fair-Add-NOHZ-balancer-flag-for-nohz.next_balance-updates.patch
	patches.suse/sched-fair-Trigger-nohz.next_balance-updates-when-a-CPU-goes-NOHZ-idle.patch
	patches.suse/sched-Switch-wait_task_inactive-to-HRTIMER_MODE_REL_HARD.patch
	patches.suse/sched-core-Simplify-core-wide-task-selection.patch
	patches.suse/fs-proc-uptime.c-Fix-idle-time-reporting-in-proc-uptime.patch
	patches.suse/sched-Account-number-of-SCHED_IDLE-entities-on-each-cfs_rq.patch
	patches.suse/sched-reduce-sched-slice-for-SCHED_IDLE-entities.patch
	patches.suse/sched-adjust-sleeper-credit-for-SCHED_IDLE-entities.patch
	patches.suse/kselftests-sched-cleanup-the-child-processes.patch
	patches.suse/sched-fair-Use-__schedstat_set-in-set_next_entity.patch
	patches.suse/sched-Make-struct-sched_statistics-independent-of-fair-sched-class.patch
	patches.suse/sched-Make-schedstats-helpers-independent-of-fair-sched-class.patch
	patches.suse/sched-Remove-unused-inline-function-__rq_clock_broken.patch
	patches.suse/sched-Provide-Kconfig-support-for-default-dynamic-pr.patch
	patches.suse/kthread-Move-prio-affinite-change-into-the-newly-created-thread.patch
	patches.suse/x86-sched-Decrease-further-the-priorities-of-SMT-siblings.patch
	patches.suse/sched-topology-Introduce-sched_group-flags.patch
	patches.suse/sched-fair-Optimize-checking-for-group_asym_packing.patch
	patches.suse/sched-fair-Provide-update_sg_lb_stats-with-sched-domain-statistics.patch
	patches.suse/sched-fair-Carve-out-logic-to-mark-a-group-for-asymmetric-packing.patch
	patches.suse/sched-fair-Consider-SMT-in-ASYM_PACKING-load-balance.patch
	patches.suse/sched-Make-cookie-functions-static.patch
	patches.suse/sched-Move-mmdrop-to-RCU-on-RT.patch
	patches.suse/sched-Limit-the-number-of-task-migrations-per-batch-on-RT.patch
	patches.suse/sched-Disable-TTWU_QUEUE-on-RT.patch
	patches.suse/sched-Move-kprobes-cleanup-out-of-finish_task_switch.patch
	patches.suse/sched-Remove-pointless-preemption-disable-in-sched_submit_work.patch
	patches.suse/sched-fair-Removed-useless-update-of-p-recent_used_cpu.patch
	patches.suse/sched-numa-Replace-hard-coded-number-by-a-define-in-numa_task_group.patch
	patches.suse/sched-numa-Remove-the-redundant-member-numa_group-fault_cpus.patch
	patches.suse/sched-numa-Fix-a-few-comments.patch
	patches.suse/sched-topology-Remove-unused-numa_distance-in-cpu_attach_domain.patch
	patches.suse/kernel-sched-Fix-sched_fork-access-an-invalid-sched_task_group.patch
	patches.suse/sched-Fill-unconditional-hole-induced-by-sched_entity.patch
	patches.suse/Revert-proc-wchan-use-printk-format-instead-of-lookup_symbol_name.patch
	patches.suse/leaking_addresses-Always-print-a-trailing-newline.patch
	patches.suse/proc-Use-task_is_running-for-wchan-in-proc-pid-stat.patch
	patches.suse/x86-Fix-get_wchan-to-support-the-ORC-unwinder.patch
	patches.suse/sched-Add-wrapper-for-get_wchan-to-keep-task-blocked.patch
	patches.suse/topology-Represent-clusters-of-CPUs-within-a-die.patch
	patches.suse/sched-Add-cluster-scheduler-level-in-core-and-related-Kconfig-for-ARM64.patch
	patches.suse/sched-Add-cluster-scheduler-level-for-x86.patch
	patches.suse/sched-rt-Annotate-the-RT-balancing-logic-irqwork-as-.patch
	patches.suse/irq_work-Allow-irq_work_sync-to-sleep-if-irq_work-no-IRQ-support.patch
	patches.suse/irq_work-Handle-some-irq_work-in-a-per-CPU-thread-on-PREEMPT_RT.patch
	patches.suse/irq_work-Also-rcuwait-for-IRQ_WORK_HARD_IRQ-on-PREEMPT_RT.patch
	patches.suse/sched-x86-Fix-L2-cache-mask.patch
	patches.suse/x86-extable-tidy-up-redundant-handler-functions.patch
	patches.suse/x86-extable-get-rid-of-redundant-macros.patch
	patches.suse/x86-mce-deduplicate-exception-handling.patch
	patches.suse/x86-mce-get-rid-of-stray-semicolons.patch
	patches.suse/x86-extable-rework-the-exception-table-mechanics.patch
	patches.suse/x86-extable-provide-ex_type_default_mce_safe-and-ex_type_fault_mce_safe.patch
	patches.suse/x86-copy_mc-use-ex_type_default_mce_safe-for-exception-fixups.patch
	patches.suse/x86-fpu-use-ex_type_fault_mce_safe-for-exception-fixups.patch
	patches.suse/x86-extable-remove-ex_type_fault-from-mce-safe-fixups.patch
	patches.suse/x86-fpu-signal-clarify-exception-handling-in-restore_fpregs_from_user.patch
	patches.suse/x86-fpu-signal-move-header-zeroing-out-of-xsave_to_user_sigframe.patch
	patches.suse/x86-fpu-signal-move-xstate-clearing-out-of-copy_fpregs_to_sigframe.patch
	patches.suse/x86-fpu-signal-change-return-type-of-copy_fpstate_to_sigframe-to-boolean.patch
	patches.suse/x86-fpu-signal-change-return-type-of-copy_fpregs_to_sigframe-helpers-to-boolean.patch
	patches.suse/x86-signal-change-return-type-of-restore_sigcontext-to-boolean.patch
	patches.suse/x86-fpu-signal-change-return-type-of-fpu__restore_sig-to-boolean.patch
	patches.suse/x86-fpu-signal-change-return-type-of-_fpu_restore_sig-to-boolean.patch
	patches.suse/x86-fpu-signal-change-return-code-of-check_xstate_in_sigframe-to-boolean.patch
	patches.suse/x86-fpu-signal-change-return-code-of-restore_fpregs_from_user-to-boolean.patch
	patches.suse/x86-fpu-signal-fix-missed-conversion-to-correct-boolean-retval-in-save_xstate_epilog.patch
	patches.suse/x86-fpu-remove-pointless-argument-from-switch_fpu_finish.patch
	patches.suse/x86-fpu-update-stale-comments.patch
	patches.suse/x86-pkru-remove-useless-include.patch
	patches.suse/x86-fpu-restrict-xsaves-xrstors-to-independent-states.patch
	patches.suse/x86-fpu-cleanup-the-on_boot_cpu-clutter.patch
	patches.suse/x86-fpu-remove-pointless-memset-in-fpu_clone.patch
	patches.suse/x86-process-clone-fpu-in-copy_thread.patch
	patches.suse/x86-fpu-do-not-inherit-fpu-context-for-kernel-and-io-worker-threads.patch
	patches.suse/x86-fpu-cleanup-xstate-xcomp_bv-initialization.patch
	patches.suse/x86-fpu-xstate-provide-and-use-for_each_xfeature.patch
	patches.suse/x86-fpu-xstate-mark-all-init-only-functions-_init.patch
	patches.suse/x86-fpu-move-kvms-fpu-swapping-to-fpu-core.patch
	patches.suse/x86-fpu-replace-kvms-home-brewed-fpu-copy-from-user.patch
	patches.suse/x86-fpu-rework-copy_xstate_to_uabi_buf.patch
	patches.suse/x86-fpu-mark-fpu__init_prepare_fx_sw_frame-as-_init.patch
	patches.suse/x86-fpu-move-context-switch-and-exit-to-user-inlines-into-sched-h.patch
	patches.suse/x86-fpu-clean-up-cpu-feature-tests.patch
	patches.suse/x86-fpu-make-os_xrstor_booting-private.patch
	patches.suse/x86-fpu-move-os_xsave-and-os_xrstor-to-core.patch
	patches.suse/x86-fpu-move-legacy-asm-wrappers-to-core.patch
	patches.suse/x86-fpu-make-warn_on_fpu-private.patch
	patches.suse/x86-fpu-move-fpregs_restore_userregs-to-core.patch
	patches.suse/x86-fpu-move-mxcsr-related-code-to-core.patch
	patches.suse/x86-fpu-move-fpstate-functions-to-api-h.patch
	patches.suse/x86-fpu-remove-internal-h-dependency-from-fpu-signal-h.patch
	patches.suse/x86-sev-include-fpu-xcr-h.patch
	patches.suse/x86-fpu-mop-up-the-internal-h-leftovers.patch
	patches.suse/x86-fpu-replace-the-includes-of-fpu-internal-h.patch
	patches.suse/x86-fpu-provide-a-proper-function-for-ex_handler_fprestore.patch
	patches.suse/x86-fpu-replace-kvms-home-brewed-fpu-copy-to-user.patch
	patches.suse/x86-fpu-provide-struct-fpstate.patch
	patches.suse/x86-fpu-convert-fpstate_init-to-struct-fpstate.patch
	patches.suse/x86-fpu-convert-restore_fpregs_from_fpstate-to-struct-fpstate.patch
	patches.suse/x86-fpu-replace-kvms-xstate-component-clearing.patch
	patches.suse/x86-kvm-convert-to-fpstate.patch
	patches.suse/x86-fpu-convert-tracing-to-fpstate.patch
	patches.suse/x86-fpu-regset-convert-to-fpstate.patch
	patches.suse/x86-fpu-signal-convert-to-fpstate.patch
	patches.suse/x86-fpu-core-convert-to-fpstate.patch
	patches.suse/x86-math-emu-convert-to-fpstate.patch
	patches.suse/x86-fpu-remove-fpu-state.patch
	patches.suse/x86-fpu-do-not-leak-fpstate-pointer-on-fork.patch
	patches.suse/x86-process-move-arch_thread_struct_whitelist-out-of-line.patch
	patches.suse/x86-fpu-add-size-and-mask-information-to-fpstate.patch
	patches.suse/x86-fpu-use-fpstate-size.patch
	patches.suse/x86-fpu-xstate-use-fpstate-for-os_xsave.patch
	patches.suse/x86-fpu-xstate-use-fpstate-for-xsave_to_user_sigframe.patch
	patches.suse/x86-fpu-use-fpstate-in-fpu_copy_kvm_uabi_to_fpstate.patch
	patches.suse/x86-fpu-use-fpstate-in-_copy_xstate_to_uabi_buf.patch
	patches.suse/x86-fpu-xstate-use-fpstate-for-copy_uabi_to_xstate.patch
	patches.suse/x86-fpu-signal-use-fpstate-for-size-and-features.patch
	patches.suse/x86-fpu-provide-struct-fpu_config.patch
	patches.suse/x86-fpu-cleanup-fpu__init_system_xstate_size_legacy.patch
	patches.suse/x86-fpu-xstate-cleanup-size-calculations.patch
	patches.suse/x86-fpu-move-xstate-size-to-fpu_-cfg.patch
	patches.suse/x86-fpu-move-xstate-feature-masks-to-fpu_-cfg.patch
	patches.suse/x86-fpu-mop-up-xfeatures_mask_uabi.patch
	patches.suse/x86-fpu-rework-restore_regs_from_fpstate.patch
	patches.suse/x86-fpu-xstate-move-remaining-xfeature-helpers-to-core.patch
	patches.suse/x86-fpu-prepare-for-sanitizing-kvm-fpu-code.patch
	patches.suse/x86-fpu-provide-infrastructure-for-kvm-fpu-cleanup.patch
	patches.suse/x86-kvm-convert-fpu-handling-to-a-single-swap-buffer.patch
	patches.suse/x86-fpu-remove-old-kvm-fpu-interface.patch
	patches.suse/signal-add-an-optional-check-for-altstack-size.patch
	patches.suse/x86-signal-implement-sigaltstack-size-validation.patch
	patches.suse/x86-fpu-xstate-provide-xstate_calculate_size.patch
	patches.suse/x86-fpu-add-members-to-struct-fpu-to-cache-permission-information.patch
	patches.suse/x86-fpu-add-fpu_state_config-legacy_features.patch
	patches.suse/x86-arch_prctl-add-controls-for-dynamic-xstate-components.patch
	patches.suse/x86-fpu-add-basic-helpers-for-dynamically-enabled-features.patch
	patches.suse/x86-signal-use-fpu-_state_user_size-for-sigalt-stack-validation.patch
	patches.suse/x86-fpu-signal-prepare-for-variable-sigframe-length.patch
	patches.suse/x86-fpu-prepare-fpu_clone-for-dynamically-enabled-features.patch
	patches.suse/x86-fpu-reset-permission-and-fpstate-on-exec.patch
	patches.suse/x86-cpufeatures-add-extended-feature-disabling-xfd-feature-bit.patch
	patches.suse/x86-msr-index-add-msrs-for-xfd.patch
	patches.suse/x86-fpu-add-xfd-state-to-fpstate.patch
	patches.suse/x86-fpu-add-sanity-checks-for-xfd.patch
	patches.suse/x86-fpu-update-xfd-state-where-required.patch
	patches.suse/x86-fpu-xstate-add-xfd-nm-handler.patch
	patches.suse/x86-fpu-xstate-add-fpstate_realloc-free.patch
	patches.suse/x86-fpu-xstate-prepare-xsave-feature-table-for-gaps-in-state-component-numbers.patch
	patches.suse/x86-fpu-amx-define-amx-state-components-and-have-it-used-for-boot-time-checks.patch
	patches.suse/x86-fpu-calculate-the-default-sizes-independently.patch
	patches.suse/x86-fpu-add-xfd-handling-for-dynamic-states.patch
	patches.suse/x86-fpu-amx-enable-the-amx-feature-in-64-bit-mode.patch
	patches.suse/selftests-x86-amx-add-test-cases-for-amx-state-management.patch
	patches.suse/selftests-x86-amx-add-context-switch-test.patch
	patches.suse/documentation-x86-add-documentation-for-using-dynamic-xstate-features.patch
	patches.suse/EDAC-amd64-Handle-three-rank-interleaving-mode.patch
	patches.suse/edac-sb_edac-fix-top-of-high-memory-value-for-broadwell-haswell.patch
	patches.suse/0001-efi-Disable-runtime-services-on-RT.patch
	patches.suse/0002-efi-Allow-efi-runtime.patch
	patches.suse/x86-mce-drop-copyin-special-case-for-mc.patch
	patches.suse/x86-ioremap-selectively-build-arch-override-encryption-functions
	patches.suse/arch-cc-Introduce-a-function-to-check-for-confidenti.patch
	patches.suse/x86-sev-Add-an-x86-version-of-cc_platform_has.patch
	patches.suse/powerpc-pseries-svm-add-a-powerpc-version-of-cc_platform_has
	patches.suse/x86-sme-replace-occurrences-of-sme_active-with-cc_platform_has
	patches.suse/x86-sev-replace-occurrences-of-sev_active-with-cc_platform_has
	patches.suse/x86-sev-replace-occurrences-of-sev_es_active-with-cc_platform_has
	patches.suse/treewide-replace-the-use-of-mem_encrypt_active-with-cc_platform_has
	patches.suse/x86-cpu-Fix-migration-safety-with-X86_BUG_NULL_SEL.patch
	patches.suse/x86-insn-Use-get_unaligned-instead-of-memcpy.patch
	patches.suse/x86-sev-carve-out-hv-call-s-return-value-verification
	patches.suse/x86-sme-use-define-use_early_pgtable_l5-in-mem_encrypt_identity-c.patch
	patches.suse/x86-sev-Fix-stack-type-check-in-vc_switch_off_ist.patch
	patches.suse/x86-sev-allow-vc-exceptions-on-the-vc2-stack
	patches.suse/x86-sev-expose-sev_es_ghcb_hv_call-for-use-by-hyperv
	patches.suse/arm64-Add-HWCAP-for-self-synchronising-virtual-counter.patch
	patches.suse/arm64-mm-update-max_pfn-after-memory-hotplug.patch
	patches.suse/drivers-perf-hisi-Fix-PA-PMU-counter-offset.patch
	patches.suse/drivers-perf-thunderx2_pmu-Change-data-in-size-tx2_u.patch
	patches.suse/dma-mapping-remove-bogus-test-for-pfn_valid-from-dma.patch
	patches.suse/scs-Release-kasan-vmalloc-poison-in-scs_free-process.patch
	patches.suse/arm64-Add-Neoverse-N2-Cortex-A710-CPU-part-definitio.patch
	patches.suse/arm64-errata-Add-detection-for-TRBE-overwrite-in-FIL.patch
	patches.suse/arm64-errata-Add-workaround-for-TSB-flush-failures.patch
	patches.suse/arm64-errata-Add-detection-for-TRBE-write-to-out-of-.patch
	patches.suse/arm64-vdso32-suppress-error-message-for-make-mrprope.patch
	patches.suse/arm64-vdso32-require-CROSS_COMPILE_COMPAT-for-gcc-bf.patch
	patches.suse/parisc-fix-warning-in-flush_tlb_all.patch
	patches.suse/task_stack-Fix-end_of_stack-for-architectures-with-u.patch
	patches.suse/parisc-Fix-ptrace-check-on-syscall-return.patch
	patches.suse/parisc-unwind-fix-unwinder-when-CONFIG_64BIT-is-enab.patch
	patches.suse/parisc-kgdb-add-kgdb_roundup-to-make-kgdb-work-with-.patch
	patches.suse/parisc-Fix-set_fixmap-on-PA1.x-CPUs.patch
	patches.suse/stddef-Introduce-struct_group-helper-macro.patch
	patches.suse/bnxt_en-Use-struct_group_attr-for-memcpy-region.patch
	patches.suse/fortify-Explicitly-disable-Clang-support.patch
	patches.suse/fortify-Fix-dropped-strcpy-compile-time-write-overfl.patch
	patches.suse/string.h-Introduce-memset_startat-for-wiping-trailin.patch
	patches.suse/stddef-Introduce-DECLARE_FLEX_ARRAY-helper.patch
	patches.suse/firmware-psci-fix-application-of-sizeof-to-pointer.patch
	patches.suse/smackfs-Fix-use-after-free-in-netlbl_catmap_walk.patch
	patches.suse/smack-Guard-smack_ipv6_lock-definition-within-a-SMAC.patch
	patches.suse/smackfs-use-__GFP_NOFAIL-for-smk_cipso_doi.patch
	patches.suse/smackfs-use-netlbl_cfg_cipsov4_del-for-deleting-cips.patch
	patches.suse/media-mt9p031-Fix-corrupted-frame-after-restarting-s.patch
	patches.suse/media-em28xx-add-missing-em28xx_close_extension.patch
	patches.suse/media-meson-ge2d-Fix-rotation-parameter-changes-dete.patch
	patches.suse/media-cxd2880-spi-Fix-a-null-pointer-dereference-on-.patch
	patches.suse/media-ttusb-dec-avoid-release-of-non-acquired-mutex.patch
	patches.suse/media-dvb-usb-fix-ununit-value-in-az6027_rc_query.patch
	patches.suse/media-netup_unidvb-handle-interrupt-properly-accordi.patch
	patches.suse/media-atomisp-Fix-error-handling-in-probe.patch
	patches.suse/media-stm32-Potential-NULL-pointer-dereference-in-dc.patch
	patches.suse/media-staging-intel-ipu3-css-Fix-wrong-size-comparis.patch
	patches.suse/media-imx258-Fix-getting-clock-frequency.patch
	patches.suse/media-ov8856-Set-default-mbus-format-but-allow-calle.patch
	patches.suse/media-v4l2-ioctl-Fix-check_ext_ctrls.patch
	patches.suse/media-uvcvideo-Do-not-check-for-V4L2_CTRL_WHICH_DEF_.patch
	patches.suse/media-v4l2-ioctl-S_CTRL-output-the-right-value.patch
	patches.suse/media-uvcvideo-Remove-s_ctrl-and-g_ctrl.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-refactor-__uvc_ctrl_add_mapping.patch
	patches.suse/media-uvcvideo-Add-support-for-V4L2_CTRL_TYPE_CTRL_C.patch
	patches.suse/media-uvcvideo-Set-unique-vdev-name-based-in-type.patch
	patches.suse/media-uvcvideo-Use-control-names-from-framework.patch
	patches.suse/media-uvcvideo-Check-controls-flags-before-accessing.patch
	patches.suse/media-davinci-Make-use-of-the-helper-function-devm_p.patch
	patches.suse/media-rcar_fdp1-Make-use-of-the-helper-function-devm.patch
	patches.suse/media-vidtv-Fix-memory-leak-in-remove.patch
	patches.suse/media-mtk-vcodec-venc-fix-return-value-when-start_st.patch
	patches.suse/media-firewire-firedtv-avc-fix-a-buffer-overflow-in-.patch
	patches.suse/media-s5p-mfc-fix-possible-null-pointer-dereference-.patch
	patches.suse/media-s5p-mfc-Add-checking-to-s5p_mfc_probe.patch
	patches.suse/media-TDA1997x-handle-short-reads-of-hdmi-info-frame.patch
	patches.suse/media-mtk-vpu-Fix-a-resource-leak-in-the-error-handl.patch
	patches.suse/media-imx-jpeg-Fix-the-error-handling-path-of-mxc_jp.patch
	patches.suse/media-videobuf2-rework-vb2_mem_ops-API.patch
	patches.suse/media-i2c-ths8200-needs-V4L2_ASYNC.patch
	patches.suse/media-imx-set-a-media_device-bus_info-string.patch
	patches.suse/media-sun6i-csi-Allow-the-video-device-to-be-open-mu.patch
	patches.suse/media-staging-media-rkvdec-Make-use-of-the-helper-fu.patch
	patches.suse/media-rcar-vin-Use-user-provided-buffers-when-starti.patch
	patches.suse/media-radio-wl1273-Avoid-card-name-truncation.patch
	patches.suse/media-si470x-Avoid-card-name-truncation.patch
	patches.suse/media-tm6000-Avoid-card-name-truncation.patch
	patches.suse/media-cx23885-Fix-snd_card_free-call-on-null-card-po.patch
	patches.suse/media-atmel-fix-the-ispck-initialization.patch
	patches.suse/media-ir-kbd-i2c-improve-responsiveness-of-hauppauge.patch
	patches.suse/media-mxl111sf-change-mutex_init-location.patch
	patches.suse/media-mceusb-return-without-resubmitting-URB-in-case.patch
	patches.suse/media-cedrus-Fix-SUNXI-tile-size-calculation-448ea5ee473b.patch
	patches.suse/media-rcar-csi2-Add-checking-to-rcsi2_start_receiver.patch
	patches.suse/media-em28xx-Don-t-use-ops-suspend-if-it-is-NULL.patch
	patches.suse/media-CEC-keep-related-menu-entries-together.patch
	patches.suse/media-imx-jpeg-Fix-possible-null-pointer-dereference.patch
	patches.suse/media-venus-fix-vpp-frequency-calculation-for-decode.patch
	patches.suse/media-ipu3-imgu-imgu_fmt-Handle-properly-try.patch
	patches.suse/media-ipu3-imgu-VIDIOC_QUERYCAP-Fix-bus_info.patch
	patches.suse/media-dvb-frontends-mn88443x-Handle-errors-of-clk_pr.patch
	patches.suse/media-usb-dvd-usb-fix-uninit-value-bug-in-dibusb_rea.patch
	patches.suse/media-vidtv-move-kfree-dvb-to-vidtv_bridge_dev_relea.patch
	patches.suse/media-videobuf2-always-set-buffer-vb2-pointer.patch
	patches.suse/media-imx-jpeg-Add-pm-runtime-support-for-imx-jpeg.patch
	patches.suse/media-rkvdec-Do-not-override-sizeimage-for-output-fo.patch
	patches.suse/media-rkvdec-Support-dynamic-resolution-changes.patch
	patches.suse/media-ivtv-fix-build-for-UML.patch
	patches.suse/media-ir_toy-assignment-to-be16-should-be-of-correct.patch
	patches.suse/media-ite-cir-IR-receiver-stop-working-after-receive.patch
	patches.suse/media-allegro-ignore-interrupt-if-mailbox-is-not-ini.patch
	patches.suse/leds-trigger-Disable-CPU-trigger-on-PREEMPT_RT.patch
	patches.suse/ipmi-watchdog-Set-panic-count-to-proper-value-on-a-p.patch
	patches.suse/ipmi-Disable-some-operations-during-a-panic.patch
	patches.suse/ipmi-kcs_bmc-Fix-a-memory-leak-in-the-error-handling.patch
	patches.suse/mmc-mtk-sd-Add-wait-dma-stop-done-flow.patch
	patches.suse/mmc-dw_mmc-Dont-wait-for-DRTO-on-Write-RSP-error.patch
	patches.suse/mmc-sdhci-omap-Fix-NULL-pointer-exception-if-regulat.patch
	patches.suse/mmc-sdhci-omap-Fix-context-restore.patch
	patches.suse/memstick-avoid-out-of-range-warning.patch
	patches.suse/mmc-moxart-Fix-reference-count-leaks-in-moxart_probe.patch
	patches.suse/memstick-jmb38x_ms-use-appropriate-free-function-in-.patch
	patches.suse/mmc-moxart-Fix-null-pointer-dereference-on-pointer-h.patch
	patches.suse/mmc-mxs-mmc-disable-regulator-on-error-and-in-the-re.patch
	patches.suse/memstick-r592-Fix-a-UAF-bug-when-removing-the-driver.patch
	patches.suse/dt-bindings-mmc-fsl-imx-esdhc-add-NXP-S32G2-support.patch
	patches.suse/mmc-sdhci-esdhc-imx-add-NXP-S32G2-support.patch
	patches.suse/mailbox-Remove-WARN_ON-for-async_cb.cb-in-cmdq_exec_.patch
	patches.suse/spi-Check-we-have-a-spi_device_id-for-each-DT-compat.patch
	patches.suse/regulator-s5m8767-do-not-use-reset-value-as-DVS-volt.patch
	patches.suse/regulator-dt-bindings-samsung-s5m8767-correct-s5m876.patch
	patches.suse/regulator-Don-t-error-out-fixed-regulator-in-regulat.patch
	patches.suse/spi-Fixed-division-by-zero-warning.patch
	patches.suse/spi-bcm-qspi-Fix-missing-clk_disable_unprepare-on-er.patch
	patches.suse/spi-tegra210-quad-Put-device-into-suspend-on-driver-.patch
	patches.suse/spi-spi-rpc-if-Check-return-value-of-rpcif_sw_init.patch
	patches.suse/spi-Convert-NXP-flexspi-to-json-schema.patch
	patches.suse/hwmon-Fix-possible-memleak-in-__hwmon_device_registe.patch
	patches.suse/hwmon-pmbus-lm25066-Add-offset-coefficients.patch
	patches.suse/hwmon-pmbus-lm25066-Let-compiler-determine-outer-dim.patch
	patches.suse/hwmon-dell-smm-Speed-up-setting-of-fan-speed.patch
	patches.suse/hwmon-lm90-Introduce-flag-indicating-extended-temper.patch
	patches.suse/hwmon-lm90-Add-basic-support-for-TI-TMP461.patch
	patches.suse/hwmon-tmp401-Drop-support-for-TMP461.patch
	patches.suse/kprobes-Do-not-use-local-variable-when-creating-debu.patch
	patches.suse/kprobes-treewide-Cleanup-the-error-messages-for-kprobes.patch
	patches.suse/kprobes-treewide-Use-kprobe_opcode_t-for-the-code-address-in-get_optimized_kprobe.patch
	patches.suse/ia64-kprobes-Fix-to-pass-correct-trampoline-address-.patch
	patches.suse/kprobes-treewide-Replace-arch_deref_entry_point-with-dereference_symbol_descriptor.patch
	patches.suse/kprobes-treewide-Remove-trampoline_address-from-kretprobe_trampoline_handler.patch
	patches.suse/kprobes-treewide-Make-it-harder-to-refer-kretprobe_trampoline-directly.patch
	patches.suse/kprobes-Add-kretprobe_find_ret_addr-for-searching-return-address.patch
	patches.suse/objtool-Add-frame-pointer-specific-function-ignore.patch
	patches.suse/objtool-Ignore-unwind-hints-for-ignored-functions.patch
	patches.suse/x86-kprobes-Add-UNWIND_HINT_FUNC-on-kretprobe_trampoline.patch
	patches.suse/arm-kprobes-Make-space-for-instruction-pointer-on-stack.patch
	patches.suse/kprobes-Enable-stacktrace-from-pt_regs-in-kretprobe-handler.patch
	patches.suse/x86-kprobes-Push-a-fake-return-address-at-kretprobe_trampoline.patch
	patches.suse/x86-unwind-Recover-kretprobe-trampoline-entry.patch
	patches.suse/tracing-Show-kretprobe-unknown-indicator-only-for-kretprobe_trampoline.patch
	patches.suse/x86-kprobes-Fixup-return-address-in-generic-trampoline-handler.patch
	patches.suse/tracefs-Have-tracefs-directories-not-set-OTH-permiss.patch
	patches.suse/tracing-Disable-other-permission-bits-in-the-tracefs.patch
	patches.suse/tracing-cfi-Fix-cmp_entries_-functions-signature-mis.patch
	patches.suse/tracing-use-ps-format-string-to-print-symbols.patch
	patches.suse/ARM-clang-Do-not-rely-on-lr-register-for-stacktrace.patch
	patches.suse/tools-latency-collector-Use-correct-size-when-writin.patch
	patches.suse/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-reg-Add-Port-Module-To-local-DataBase-Register.patch
	patches.suse/mlxsw-spectrum-Use-PMTDB-register-to-obtain-split-in.patch
	patches.suse/net-smc-add-support-for-user-defined-EIDs
	patches.suse/net-smc-keep-static-copy-of-system-EID
	patches.suse/net-smc-add-generic-netlink-support-for-system-EID
	patches.suse/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/net-chelsio-cxgb4vf-Make-use-of-the-helper-function-.patch
	patches.suse/octeontx2-pf-CN10K-Hide-RPM-stats-over-ethtool.patch
	patches.suse/octeontx2-af-Hardware-configuration-for-inline-IPsec.patch
	patches.suse/net-e1000e-solve-insmod-Unknown-symbol-mutex_lock-er.patch
	patches.suse/octeontx2-af-Fix-uninitialized-variable-val.patch
	patches.suse/octeontx2-af-Remove-redundant-initialization-of-vari.patch
	patches.suse/devlink-Delete-not-used-devlink-APIs.patch
	patches.suse/libbpf-Don-t-crash-on-object-files-with-no-symbol-ta.patch
	patches.suse/net-net_namespace-Fix-undefined-member-in-key_remove.patch
	patches.suse/net-phylink-don-t-call-netif_carrier_off-with-NULL-n.patch
	patches.suse/octeontx2-af-verify-CQ-context-updates.patch
	patches.suse/devlink-Make-devlink_register-to-be-void.patch
	patches.suse/net-mlx4-Add-support-for-XDP_REDIRECT.patch
	patches.suse/bnxt_en-Check-devlink-allocation-and-registration-st.patch
	patches.suse/bnxt_en-Properly-remove-port-parameter-support.patch
	patches.suse/devlink-Delete-not-used-port-parameters-APIs.patch
	patches.suse/devlink-Remove-single-line-function-obfuscations.patch
	patches.suse/ice-Delete-always-true-check-of-PF-pointer.patch
	patches.suse/qed-Don-t-ignore-devlink-allocation-failures.patch
	patches.suse/rxrpc-Fix-_usecs_to_jiffies-by-using-usecs_to_jiffie.patch
	patches.suse/net-mlx5-DR-Fix-code-indentation-in-dr_ste_v1.patch
	patches.suse/net-mlx5e-Add-error-flow-for-ethtool-X-command.patch
	patches.suse/net-mlx5e-Use-correct-return-type.patch
	patches.suse/net-mlx5e-Remove-incorrect-addition-of-action-fwd-fl.patch
	patches.suse/net-mlx5e-Set-action-fwd-flag-when-parsing-tc-action.patch
	patches.suse/net-mlx5e-Check-action-fwd-drop-flag-exists-also-for.patch
	patches.suse/net-mlx5e-Remove-redundant-priv-arg-from-parse_pedit.patch
	patches.suse/net-mlx5e-Use-tc-sample-stubs-instead-of-ifdefs-in-s.patch
	patches.suse/net-mlx5e-Use-NL_SET_ERR_MSG_MOD-for-errors-parsing-.patch
	patches.suse/net-mlx5e-loopback-test-is-not-supported-in-switchde.patch
	patches.suse/net-mlx5e-Enable-TC-offload-for-egress-MACVLAN.patch
	patches.suse/net-mlx5e-Enable-TC-offload-for-ingress-MACVLAN.patch
	patches.suse/octeontx2-af-Limit-KPU-parsing-for-GTPU-packets.patch
	patches.suse/octeontx2-af-Optimize-KPU1-processing-for-variable-l.patch
	patches.suse/selftests-net-fib_nexthops-Wait-before-checking-repo.patch
	patches.suse/net-stmmac-fix-gcc-10-Wrestrict-warning.patch
	patches.suse/devlink-Notify-users-when-objects-are-accessible.patch
	patches.suse/bnxt_en-Register-devlink-instance-at-the-end-devlink.patch
	patches.suse/ice-Open-devlink-when-device-is-ready.patch
	patches.suse/octeontx2-Move-devlink-registration-to-be-last-devli.patch
	patches.suse/net-mlx4-Move-devlink_register-to-be-the-last-initia.patch
	patches.suse/net-mlx5-Accept-devlink-user-input-after-driver-init.patch
	patches.suse/mlxsw-core-Register-devlink-instance-last.patch
	patches.suse/nfp-Move-delink_register-to-be-last-command.patch
	patches.suse/ionic-Move-devlink-registration-to-be-last-devlink-c.patch
	patches.suse/qed-Move-devlink-registration-to-be-last-devlink-com.patch
	patches.suse/net-ethernet-ti-Move-devlink-registration-to-be-last.patch
	patches.suse/netdevsim-Move-devlink-registration-to-be-last-devli.patch
	patches.suse/net-dsa-Move-devlink-registration-to-be-last-devlink.patch
	patches.suse/net-dsa-rtl8366rb-Fix-off-by-one-bug.patch
	patches.suse/net-dsa-rtl8366-Fix-a-bug-in-deleting-VLANs.patch
	patches.suse/net-mlx5e-check-return-value-of-rhashtable_init.patch
	patches.suse/net-stmmac-fix-off-by-one-error-in-sanity-check.patch
	patches.suse/octeontx2-af-Reset-PTP-config-in-FLR-handler.patch
	patches.suse/octeontx2-af-cn10k-RPM-hardware-timestamp-configurat.patch
	patches.suse/octeontx2-af-Use-ptp-input-clock-info-from-firmware-.patch
	patches.suse/octeontx2-af-Add-external-ptp-input-clock.patch
	patches.suse/octeontx2-pf-Use-hardware-register-for-CQE-count.patch
	patches.suse/gve-DQO-avoid-unused-variable-warnings.patch
	patches.suse/octeontx2-pf-Enable-promisc-allmulti-match-MCAM-entr.patch
	patches.suse/octeontx2-nicvf-Add-PTP-hardware-clock-support-to-NI.patch
	patches.suse/ice-Add-DSCP-support.patch
	patches.suse/ice-Add-feature-bitmap-helpers-and-a-check-for-DSCP.patch
	patches.suse/ice-Fix-link-mode-handling.patch
	patches.suse/ice-refactor-devlink-getter-fallback-functions-to-vo.patch
	patches.suse/ice-Fix-macro-name-for-IPv4-fragment-flag.patch
	patches.suse/ice-Prefer-kcalloc-over-open-coded-arithmetic.patch
	patches.suse/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/octeontx2-af-Remove-redundant-initialization-of-vari-75f81afb.patch
	patches.suse/ixgbe-let-the-xdpdrv-work-with-more-than-64-cpus.patch
	patches.suse/net-mlx4_en-Add-XDP_REDIRECT-statistics.patch
	patches.suse/devlink-report-maximum-number-of-snapshots-with-regi.patch
	patches.suse/net-mlx5-DR-Fix-vport-number-data-type-to-u16.patch
	patches.suse/net-mlx5-DR-Replace-local-WIRE_PORT-macro-with-the-e.patch
	patches.suse/net-mlx5-DR-Add-missing-query-for-vport-0.patch
	patches.suse/net-mlx5-DR-Align-error-messages-for-failure-to-obta.patch
	patches.suse/net-mlx5-DR-Support-csum-recalculation-flow-table-on.patch
	patches.suse/net-mlx5-DR-Add-support-for-SF-vports.patch
	patches.suse/net-mlx5-DR-Increase-supported-num-of-actions-to-32.patch
	patches.suse/net-mlx5-DR-Fix-typo-offeset-to-offset.patch
	patches.suse/net-mlx5-DR-init_next_match-only-if-needed.patch
	patches.suse/net-mlx5-DR-Add-missing-string-for-action-type-SAMPL.patch
	patches.suse/net-mlx5-Warn-for-devlink-reload-when-there-are-VFs-.patch
	patches.suse/net-mlx5-Tolerate-failures-in-debug-features-while-d.patch
	patches.suse/net-mlx5-Use-kvcalloc-instead-of-kvzalloc.patch
	patches.suse/net-mlx5-Use-struct_size-helper-in-kvzalloc.patch
	patches.suse/net-mlx5e-Use-array_size-helper.patch
	patches.suse/net-core-disable-NET_RX_BUSY_POLL-on-PREEMPT_RT.patch
	patches.suse/xsk-Batched-buffer-allocation-for-the-pool.patch
	patches.suse/ice-Use-xdp_buf-instead-of-rx_buf-for-xsk-zero-copy.patch
	patches.suse/ice-Use-the-xsk-batched-rx-allocation-interface.patch
	patches.suse/i40e-Use-the-xsk-batched-rx-allocation-interface.patch
	patches.suse/libbpf-Fix-skel_internal.h-to-set-errno-on-loader-re.patch
	patches.suse/ionic-remove-debug-stats.patch
	patches.suse/ionic-check-for-binary-values-in-FW-ver-string.patch
	patches.suse/ionic-move-lif-mutex-setup-and-delete.patch
	patches.suse/ionic-widen-queue_lock-use-around-lif-init-and-deini.patch
	patches.suse/ionic-add-polling-to-adminq-wait.patch
	patches.suse/ionic-have-ionic_qcq_disable-decide-on-sending-to-ha.patch
	patches.suse/ionic-add-lif-param-to-ionic_qcq_disable.patch
	patches.suse/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/ethernet-use-eth_hw_addr_set-instead-of-ether_addr_c.patch
	patches.suse/ethernet-chelsio-use-eth_hw_addr_set.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/Bluetooth-refactor-set_exp_feature-with-a-feature-ta.patch
	patches.suse/Bluetooth-sco-Fix-lock_sock-blockage-by-memcpy_from_.patch
	patches.suse/Bluetooth-fix-use-after-free-error-in-lock_sock_nest.patch
	patches.suse/Bluetooth-btusb-Support-public-address-configuration.patch
	patches.suse/Bluetooth-btusb-Add-protocol-for-MediaTek-bluetooth-.patch
	patches.suse/Bluetooth-btusb-Add-the-new-support-ID-for-Realtek-R.patch
	patches.suse/Bluetooth-btusb-Add-support-for-IMC-Networks-Mediate-15957cab9db0.patch
	patches.suse/Bluetooth-call-sock_hold-earlier-in-sco_conn_del.patch
	patches.suse/Bluetooth-fix-init-and-cleanup-of-sco_conn.timeout_w.patch
	patches.suse/Bluetooth-Add-bt_skb_sendmsg-helper.patch
	patches.suse/Bluetooth-Add-bt_skb_sendmmsg-helper.patch
	patches.suse/Bluetooth-SCO-Replace-use-of-memcpy_from_msg-with-bt.patch
	patches.suse/Bluetooth-RFCOMM-Replace-use-of-memcpy_from_msg-with.patch
	patches.suse/Bluetooth-Fix-passing-NULL-to-PTR_ERR.patch
	patches.suse/Bluetooth-SCO-Fix-sco_send_frame-returning-skb-len.patch
	patches.suse/Bluetooth-btusb-Add-gpio-reset-way-for-qca-btsoc-in-.patch
	patches.suse/Bluetooth-btmtkuart-fix-a-memleak-in-mtk_hci_wmt_syn.patch
	patches.suse/Bbluetooth-btusb-Add-another-Bluetooth-part-for-Real.patch
	patches.suse/Bluetooth-btusb-Add-support-for-TP-Link-UB500-Adapte.patch
	patches.suse/ethernet-fix-up-ps3_gelic_net.c-for-ethernet-use-eth.patch
	patches.suse/qed-Fix-spelling-mistake-ctx_bsaed-ctx_based.patch
	patches.suse/rsi-fix-occasional-initialisation-failure-with-BT-co.patch
	patches.suse/rsi-fix-key-enabled-check-causing-unwanted-encryptio.patch
	patches.suse/rsi-fix-rate-mask-set-leading-to-P2P-failure.patch
	patches.suse/mwifiex-Run-SET_BSS_MODE-when-changing-from-P2P-to-S.patch
	patches.suse/mwifiex-Properly-initialize-private-structure-on-int.patch
	patches.suse/rsi-Fix-module-dev_oper_mode-parameter-description.patch
	patches.suse/wilc1000-fix-possible-memory-leak-in-cfg_scan_result.patch
	patches.suse/rtw88-8821c-support-RFE-type4-wifi-NIC.patch
	patches.suse/rtw88-fix-RX-clock-gate-setting-while-fifo-dump.patch
	patches.suse/brcmfmac-Add-DMI-nvram-filename-quirk-for-Cyberbook-.patch
	patches.suse/ath11k-Align-bss_chan_info-structure-with-firmware.patch
	patches.suse/wcn36xx-handle-connection-loss-indication.patch
	patches.suse/wcn36xx-Fix-Antenna-Diversity-Switching.patch
	patches.suse/wcn36xx-Add-ability-for-wcn36xx_smd_dump_cmd_req-to-.patch
	patches.suse/ath11k-Refactor-spectral-FFT-bin-size.patch
	patches.suse/ath11k-Introduce-spectral-hw-configurable-param.patch
	patches.suse/ath11k-Add-spectral-scan-support-for-QCN9074.patch
	patches.suse/ath11k-use-hw_params-to-access-board_size-and-cal_of.patch
	patches.suse/ath11k-qmi-avoid-error-messages-when-dma-allocation-.patch
	patches.suse/ath11k-fix-some-sleeping-in-atomic-bugs.patch
	patches.suse/ath11k-Avoid-reg-rules-update-during-firmware-recove.patch
	patches.suse/ath11k-Avoid-race-during-regd-updates.patch
	patches.suse/ath11k-fix-packet-drops-due-to-incorrect-6-GHz-freq-.patch
	patches.suse/ath11k-Fix-memory-leak-in-ath11k_qmi_driver_event_wo.patch
	patches.suse/ath11k-add-handler-for-scan-event-WMI_SCAN_EVENT_DEQ.patch
	patches.suse/ath11k-Change-DMA_FROM_DEVICE-to-DMA_TO_DEVICE-when-.patch
	patches.suse/ath10k-high-latency-fixes-for-beacon-buffer.patch
	patches.suse/ath10k-Fix-missing-frame-timestamp-for-beacon-probe-.patch
	patches.suse/ath10k-sdio-Add-missing-BH-locking-around-napi_schdu.patch
	patches.suse/msft-hv-2449-net-mana-Use-kcalloc-instead-of-kzalloc.patch
	patches.suse/ice-support-basic-E-Switch-mode-control.patch
	patches.suse/ice-Move-devlink-port-to-PF-VF-struct.patch
	patches.suse/ice-introduce-VF-port-representor.patch
	patches.suse/ice-allow-process-VF-opcodes-in-different-ways.patch
	patches.suse/ice-manage-VSI-antispoof-and-destination-override.patch
	patches.suse/ice-allow-changing-lan_en-and-lb_en-on-dflt-rules.patch
	patches.suse/ice-set-and-release-switchdev-environment.patch
	patches.suse/ice-introduce-new-type-of-VSI-for-switchdev.patch
	patches.suse/ice-enable-disable-switchdev-when-managing-VFs.patch
	patches.suse/ice-rebuild-switchdev-when-resetting-all-VFs.patch
	patches.suse/ice-switchdev-slow-path.patch
	patches.suse/ice-add-port-representor-ethtool-ops-and-stats.patch
	patches.suse/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/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/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/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/net-hns3-debugfs-add-support-dumping-page-pool-info.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/marvell-octeontx2-build-error-unknown-type-name-u64.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/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-bnx2x-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/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/e1000e-Remove-redundant-statement.patch
	patches.suse/net-sched-Allow-statistics-reads-from-softirq.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/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/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/usb-smsc-use-eth_hw_addr_set.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/mac80211-fix-memory-leaks-with-element-parsing.patch
	patches.suse/b43legacy-fix-a-lower-bounds-test.patch
	patches.suse/b43-fix-a-lower-bounds-test.patch
	patches.suse/rtw89-add-Realtek-802.11ax-driver.patch
	patches.suse/wireless-Remove-redundant-flush_workqueue-calls.patch
	patches.suse/mwifiex-Read-a-PCI-register-after-writing-the-TX-rin.patch
	patches.suse/mwifiex-Try-waking-the-firmware-until-we-get-an-inte.patch
	patches.suse/rtw89-Fix-two-spelling-mistakes-in-debug-messages.patch
	patches.suse/rtw89-Remove-redundant-check-of-ret-after-call-to-rt.patch
	patches.suse/rsi-stop-thread-firstly-in-rsi_91x_init-error-handli.patch
	patches.suse/mwl8k-Fix-use-after-free-in-mwl8k_fw_state_machine.patch
	patches.suse/rtw89-fix-return-value-check-in-rtw89_cam_send_sec_k.patch
	patches.suse/rtw89-remove-unneeded-semicolon.patch
	patches.suse/mwifiex-Send-DELBA-requests-according-to-spec.patch
	patches.suse/ath10k-Don-t-always-treat-modem-stop-events-as-crash.patch
	patches.suse/ath9k-Fix-potential-interrupt-storm-on-queue-reset.patch
	patches.suse/ath-dfs_pattern_detector-Fix-possible-null-pointer-d.patch
	patches.suse/ath11k-Change-number-of-TCL-rings-to-one-for-QCA6390.patch
	patches.suse/ath10k-fix-max-antenna-gain-unit.patch
	patches.suse/iwlwifi-mvm-reset-PM-state-on-unsuccessful-resume.patch
	patches.suse/iwlwifi-change-all-JnP-to-NO-160-configuration.patch
	patches.suse/iwlwifi-pnvm-don-t-kmemdup-more-than-we-have.patch
	patches.suse/iwlwifi-pnvm-read-EFI-data-only-if-long-enough.patch
	patches.suse/iwlwifi-cfg-set-low-latency-xtal-for-some-integrated.patch
	patches.suse/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-connac-fix-mt76_connac_gtk_rekey_tlv-usage.patch
	patches.suse/mt76-fix-build-error-implicit-enumeration-conversion.patch
	patches.suse/mt76-mt7921-fix-survey-dump-reporting.patch
	patches.suse/mt76-mt76x02-fix-endianness-warnings-in-mt76x02_mac..patch
	patches.suse/mt76-mt7915-fix-an-off-by-one-bound-check.patch
	patches.suse/mt76-add-mt76_default_basic_rate-more-devices-can-re.patch
	patches.suse/mt76-mt7921-fix-mgmt-frame-using-unexpected-bitrate.patch
	patches.suse/mt76-mt7915-fix-mgmt-frame-using-unexpected-bitrate.patch
	patches.suse/mt76-mt7921-Fix-out-of-order-process-by-invalid-even.patch
	patches.suse/mt76-mt7615-fix-skb-use-after-free-on-mac-reset.patch
	patches.suse/mt76-mt7915-fix-potential-overflow-of-eeprom-page-in.patch
	patches.suse/mt76-mt7915-fix-bit-fields-for-HT-rate-idx.patch
	patches.suse/mt76-mt7921-fix-dma-hang-in-rmmod.patch
	patches.suse/mt76-connac-fix-GTK-rekey-offload-failure-on-WPA-mix.patch
	patches.suse/mt76-mt7921-get-rid-of-mt7921_mac_set_beacon_filter.patch
	patches.suse/mt76-overwrite-default-reg_ops-if-necessary.patch
	patches.suse/mt76-mt7921-report-HE-MU-radiotap.patch
	patches.suse/mt76-mt7921-fix-firmware-usage-of-RA-info-using-lega.patch
	patches.suse/mt76-mt7921-fix-kernel-warning-from-cfg80211_calcula.patch
	patches.suse/mt76-mt7921-always-wake-device-if-necessary-in-debug.patch
	patches.suse/mt76-mt7915-fix-hwmon-temp-sensor-mem-use-after-free.patch
	patches.suse/mt76-mt7615-fix-hwmon-temp-sensor-mem-use-after-free.patch
	patches.suse/mt76-mt7915-fix-possible-infinite-loop-release-semap.patch
	patches.suse/mt76-mt7921-fix-retrying-release-semaphore-without-e.patch
	patches.suse/mt76-introduce-__mt76_mcu_send_firmware-routine.patch
	patches.suse/mt76-drop-MCU-header-size-from-buffer-size-in-__mt76.patch
	patches.suse/mt76-mt7615-fix-monitor-mode-tear-down-crash.patch
	patches.suse/mt76-connac-fix-possible-NULL-pointer-dereference-in.patch
	patches.suse/mt76-mt7915-fix-sta_rec_wtbl-tag-len.patch
	patches.suse/mt76-mt7915-fix-muar_idx-in-mt7915_mcu_alloc_sta_req.patch
	patches.suse/gre-sit-Don-t-generate-link-local-addr-if-addr_gen_m.patch
	patches.suse/devlink-Delete-obsolete-parameters-publish-API.patch
	patches.suse/octeontx2-af-Increase-number-of-reserved-entries-in-.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/s390-qeth-fix-various-format-strings.patch
	patches.suse/net-hns3-add-debugfs-support-for-interrupt-coalesce.patch
	patches.suse/net-hns3-modify-mac-statistics-update-process-for-co.patch
	patches.suse/net-hns3-device-specifications-add-number-of-mac-sta.patch
	patches.suse/net-hns3-add-support-pause-pfc-durations-for-mac-sta.patch
	patches.suse/net-hns3-modify-functions-of-converting-speed-abilit.patch
	patches.suse/net-hns3-add-update-ethtool-advertised-link-modes-fo.patch
	patches.suse/net-hns3-add-new-ras-error-type-for-roce.patch
	patches.suse/net-hns3-add-error-recovery-module-and-type-for-hima.patch
	patches.suse/gve-Add-RX-context.patch
	patches.suse/gve-Implement-packet-continuation-for-RX.patch
	patches.suse/gve-Add-a-jumbo-frame-device-option.patch
	patches.suse/mt76-mt7615-mt7622-fix-ibss-and-meshpoint.patch
	patches.suse/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-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/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/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/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/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/Revert-wcn36xx-Disable-bmps-when-encryption-is-disab.patch
	patches.suse/wcn36xx-Fix-HT40-capability-for-2Ghz-band.patch
	patches.suse/wcn36xx-add-proper-DMA-memory-barriers-in-rx-path.patch
	patches.suse/wcn36xx-Fix-discarded-frames-due-to-wrong-sequence-n.patch
	patches.suse/wcn36xx-Fix-packet-drop-on-resume.patch
	patches.suse/Revert-wcn36xx-Enable-firmware-link-monitoring.patch
	patches.suse/wcn36xx-Channel-list-update-before-hardware-scan.patch
	patches.suse/ath10k-fix-control-message-timeout.patch
	patches.suse/ath6kl-fix-control-message-timeout.patch
	patches.suse/ath10k-fix-division-by-zero-in-send-path.patch
	patches.suse/ath6kl-fix-division-by-zero-in-send-path.patch
	patches.suse/rtl8187-fix-control-message-timeouts.patch
	patches.suse/rsi-fix-control-message-timeout.patch
	patches.suse/mwifiex-fix-division-by-zero-in-fw-download-path.patch
	patches.suse/iwlwifi-mvm-fix-some-kerneldoc-issues.patch
	patches.suse/iwlwifi-pcie-fix-killer-name-matching-for-AX200.patch
	patches.suse/iwlwifi-pcie-remove-duplicate-entry.patch
	patches.suse/iwlwifi-pcie-refactor-dev_info-lookup.patch
	patches.suse/iwlwifi-pcie-remove-two-duplicate-PNJ-device-entries.patch
	patches.suse/iwlwifi-mvm-Use-all-Rx-chains-for-roaming-scan.patch
	patches.suse/iwlwifi-add-new-pci-SoF-with-JF.patch
	patches.suse/iwlwifi-pcie-update-sw-error-interrupt-for-BZ-family.patch
	patches.suse/iwlwifi-ACPI-support-revision-3-WGDS-tables.patch
	patches.suse/iwlwifi-pcie-simplify-iwl_pci_find_dev_info.patch
	patches.suse/iwlwifi-dump-host-monitor-data-when-NIC-doesn-t-init.patch
	patches.suse/iwlwifi-fw-uefi-add-missing-include-guards.patch
	patches.suse/iwlwifi-yoyo-support-for-ROM-usniffer.patch
	patches.suse/iwlwifi-mvm-read-6E-enablement-flags-from-DSM-and-pa.patch
	patches.suse/iwlwifi-mvm-don-t-get-address-of-mvm-fwrt-just-to-de.patch
	patches.suse/iwlwifi-mvm-update-RFI-TLV.patch
	patches.suse/iwlwifi-mvm-d3-use-internal-data-representation.patch
	patches.suse/iwlwifi-rename-GEO_TX_POWER_LIMIT-to-PER_CHAIN_LIMIT.patch
	patches.suse/iwlwifi-mvm-fix-WGDS-table-print-in-iwl_mvm_chub_upd.patch
	patches.suse/iwlwifi-mvm-remove-session-protection-on-disassoc.patch
	patches.suse/iwlwifi-rename-CHANNEL_SWITCH_NOA_NOTIF-to-CHANNEL_S.patch
	patches.suse/iwlwifi-mvm-extend-session-protection-on-association.patch
	patches.suse/iwlwifi-bump-FW-API-to-67-for-AX-devices.patch
	patches.suse/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/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/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/net-vmxnet3-remove-multiple-false-checks-in-vmxnet3_.patch
	patches.suse/bpf-x64-Factor-out-emission-of-REX-byte-in-more-case.patch
	patches.suse/bpftool-Remove-unused-includes-to-bpf-bpf_gen_intern.patch
	patches.suse/bpftool-Remove-useless-include-to-perf-sys.h-from-ma.patch
	patches.suse/selftests-bpf-Some-more-atomic-tests.patch
	patches.suse/selftests-bpf-Fix-perf_buffer-test-on-system-with-of.patch
	patches.suse/libbpf-Fix-memory-leak-in-btf__dedup.patch
	patches.suse/bpftool-Avoid-leaking-the-JSON-writer-prepared-for-p.patch
	patches.suse/libbpf-Fix-overflow-in-BTF-sanity-checks.patch
	patches.suse/libbpf-Fix-BTF-header-parsing-checks.patch
	patches.suse/libbpf-Fix-endianness-detection-in-BPF_CORE_READ_BIT.patch
	patches.suse/bpf-Avoid-races-in-__bpf_prog_run-for-32bit-arches.patch
	patches.suse/bpf-Fixes-possible-race-in-update_prog_stats-for-32b.patch
	patches.suse/selftests-bpf-Fix-fd-cleanup-in-sk_lookup-test.patch
	patches.suse/selftests-bpf-Fix-memory-leak-in-test_ima.patch
	patches.suse/selftests-bpf-Fix-fclose-pclose-mismatch-in-test_pro.patch
	patches.suse/bpf-Disallow-unprivileged-bpf-by-default.patch
	patches.suse/selftests-bpf-Fix-strobemeta-selftest-regression.patch
	patches.suse/skmsg-Lose-offset-info-in-sk_psock_skb_ingress.patch
	patches.suse/selftests-bpf-Fix-also-no-alu32-strobemeta-selftest.patch
	patches.suse/bpf-Fix-propagation-of-bounds-from-64-bit-min-max-in.patch
	patches.suse/bpf-Fix-propagation-of-signed-bounds-from-64-bit-min.patch
	patches.suse/kbuild-Unify-options-for-BTF-generation-for-vmlinux-.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/udp6-allow-SO_MARK-ctrl-msg-to-affect-routing.patch
	patches.suse/ibmvnic-don-t-stop-queue-in-xmit.patch
	patches.suse/ibmvnic-Process-crqs-after-enabling-interrupts.patch
	patches.suse/ibmvnic-delay-complete.patch
	patches.suse/x86-iopl-Fake-iopl-3-CLI-STI-usage.patch
	patches.suse/x86-mm-64-Improve-stack-overflow-warnings.patch
	patches.suse/x86-Increase-exception-stack-sizes.patch
	patches.suse/x86-sev-Make-the-VC-exception-stacks-part-of-the-def.patch
	patches.suse/selftests-x86-iopl-Adjust-to-the-faked-iopl-CLI-STI-.patch
	patches.suse/libata-fix-checking-of-DMA-state.patch
	patches.suse/evm-mark-evm_fixmode-as-__ro_after_init.patch
	patches.suse/ia64-don-t-do-IA64_CMPXCHG_DEBUG-without-CONFIG_PRIN.patch
	patches.suse/x86-hyperv-initialize-ghcb-page-in-isolation-vm
	patches.suse/x86-hyperv-initialize-shared-memory-boundary-in-the-isolation-vm
	patches.suse/x86-hyperv-add-new-hvcall-guest-address-host-visibility-support
	patches.suse/drivers-hv-vmbus-mark-vmbus-ring-buffer-visible-to-host-in-isolation-vm
	patches.suse/x86-hyperv-add-write-read-msr-registers-via-ghcb-page
	patches.suse/x86-hyperv-add-ghcb-hvcall-support-for-snp-vm
	patches.suse/drivers-hv-vmbus-add-snp-support-for-vmbus-channel-initiate-message
	patches.suse/drivers-hv-vmbus-initialize-vmbus-ring-buffer-for-isolation-vm
	patches.suse/msft-hv-2468-Drivers-hv-vmbus-Remove-unused-code-to-check-for-sub.patch
	patches.suse/msft-hv-2469-x86-hyperv-Remove-duplicated-include-in-hv_init.patch
	patches.suse/msft-hv-2470-x86-hyperv-Remove-duplicate-include.patch
	patches.suse/msft-hv-2471-Drivers-hv-vmbus-Adding-NULL-pointer-check.patch
	patches.suse/x86-hyperv-Protect-set_hv_tscchange_cb-against-getti.patch
	patches.suse/Revert-x86-kvm-fix-vcpu-id-indexed-array-sizes.patch
	patches.suse/KVM-x86-Do-not-mark-all-registers-as-avail-dirty-dur.patch
	patches.suse/KVM-x86-mmu-Complete-prefetch-for-trailing-SPTEs-for.patch
	patches.suse/KVM-x86-SVM-don-t-set-VMLOAD-VMSAVE-intercepts-on-vC.patch
	patches.suse/KVM-x86-avoid-warning-with-Wbitwise-instead-of-logic.patch
	patches.suse/KVM-X86-Fix-tlb-flush-for-tdp-in-kvm_invalidate_pcid.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/xfs-use-kmem_cache_free-for-kmem_cache-objects.patch
	patches.suse/xfs-fix-maxlevels-comparisons-in-the-btree-staging-c.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/ucounts-In-set_cred_ucounts-assume-new-ucounts-is-no.patch
	patches.suse/perf-qcom_l2_pmu-ACPI-Use-ACPI_COMPANION-directly.patch
	patches.suse/ACPICA-Avoid-evaluating-methods-too-early-during-sys.patch
	patches.suse/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/PCI-ACPI-Drop-acpi_pci_bus.patch
	patches.suse/ACPI-processor-idle-Allow-playing-dead-in-C3-state.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-battery-Accept-charges-over-the-design-capacity.patch
	patches.suse/ACPI-AC-Quirk-GK45-to-skip-reading-_PSR.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/cpufreq-intel_pstate-Fix-cpu-pstate.turbo_freq-initi.patch
	patches.suse/cpufreq-tegra186-tegra194-Handle-errors-in-BPMP-resp.patch
	patches.suse/intel_idle-enable-interrupts-before-C1-on-Xeons.patch
	patches.suse/cpuidle-Fix-kobject-memory-leaks-in-error-paths.patch
	patches.suse/PM-EM-Fix-inefficient-states-detection.patch
	patches.suse/cpufreq-Make-policy-min-max-hard-requirements.patch
	patches.suse/thermal-core-Fix-null-pointer-dereference-in-thermal.patch
	patches.suse/thermal-core-fix-a-UAF-bug-in-__thermal_cooling_devi.patch
	patches.suse/thermal-drivers-tsens-Add-timeout-to-get_temp_tsens_.patch
	patches.suse/thermal-drivers-int340x-Improve-the-tcc-offset-savin.patch
	patches.suse/fbdev-efifb-Release-PCI-device-s-runtime-PM-ref-duri.patch
	patches.suse/drm-i915-dp-Use-max-params-for-panels-eDP-1.4.patch
	patches.suse/drm-i915-adl_s-Update-ADL-S-PCI-IDs.patch
	patches.suse/drm-i915-display-split-out-dpt-out-of-intel_display..patch
	patches.suse/drm-i915-backlight-extract-backlight-code-to-a-separ.patch
	patches.suse/drm-i915-backlight-mass-rename-functions-to-have-int.patch
	patches.suse/drm-connector-Give-connector-sysfs-devices-there-own.patch
	patches.suse/drm-connector-Add-a-fwnode-pointer-to-drm_connector-.patch
	patches.suse/drm-connector-Add-drm_connector_find_by_fwnode-funct.patch
	patches.suse/drm-connector-Add-support-for-out-of-band-hotplug-no.patch
	patches.suse/usb-typec-altmodes-displayport-Make-dp_altmode_notif.patch
	patches.suse/usb-typec-altmodes-displayport-Notify-drm-subsys-of-.patch
	patches.suse/drm-i915-display-Move-DRRS-code-its-own-file.patch
	patches.suse/drm-i915-dp-Fix-eDP-max-rate-for-display-11.patch
	patches.suse/drm-i915-dp-fix-TGL-and-ICL-max-source-rates.patch
	patches.suse/drm-i915-dp-fix-EHL-JSL-max-source-rates-calculation.patch
	patches.suse/drm-i915-dp-fix-DG1-and-RKL-max-source-rates.patch
	patches.suse/drm-i915-dp-fix-for-ADL_P-S-dp-edp-max-source-rates.patch
	patches.suse/drm-i915-bios-use-hdmi-level-shift-directly-from-chi.patch
	patches.suse/drm-i915-bios-use-max-tmds-clock-directly-from-child.patch
	patches.suse/drm-i915-bios-use-dp-max-link-rate-directly-from-chi.patch
	patches.suse/drm-i915-bios-use-alternate-aux-channel-directly-fro.patch
	patches.suse/drm-i915-bios-move-ddc-pin-mapping-code-next-to-ddc-.patch
	patches.suse/drm-i915-bios-use-ddc-pin-directly-from-child-data.patch
	patches.suse/drm-i915-bios-get-rid-of-vbt-ddi_port_info.patch
	patches.suse/drm-i915-display-Workaround-cursor-left-overs-with-P.patch
	patches.suse/drm-i915-display-psr-Use-drm-damage-helpers-to-calcu.patch
	patches.suse/drm-i915-s-ddi_translations-trans.patch
	patches.suse/drm-i915-display-psr-Handle-plane-and-pipe-restricti.patch
	patches.suse/0002-drm-i915-hdmi-convert-intel_hdmi_to_dev-to-intel_hdm.patch
	patches.suse/dma-buf-WARN-on-dmabuf-release-with-pending-attachme.patch
	patches.suse/drm-panel-orientation-quirks-Update-the-Lenovo-Ideap.patch
	patches.suse/drm-panel-orientation-quirks-Add-quirk-for-KD-Kurio-.patch
	patches.suse/drm-panel-orientation-quirks-Add-quirk-for-the-Samsu.patch
	patches.suse/drm-bridge-anx7625-Propagate-errors-from-sp_tx_rst_a.patch
	patches.suse/drm-bridge-it66121-Initialize-device-vendor-_ids.patch
	patches.suse/drm-bridge-it66121-Wait-for-next-bridge-to-be-probed.patch
	patches.suse/drm-sun4i-Fix-macros-in-sun8i_csc.h.patch
	patches.suse/drm-panel-orientation-quirks-add-Valve-Steam-Deck.patch
	patches.suse/drm-meson-Make-use-of-the-helper-function-devm_platf.patch
	patches.suse/dma-buf-system_heap-Avoid-warning-on-mid-order-alloc.patch
	patches.suse/drm-v3d-fix-wait-for-TMU-write-combiner-flush.patch
	patches.suse/virtio-gpu-fix-possible-memory-allocation-failure.patch
	patches.suse/drm-bridge-it66121-Fix-return-value-it66121_probe.patch
	patches.suse/drm-amd-display-Set-min-dcfclk-if-pipe-count-is-0.patch
	patches.suse/drm-amd-display-Limit-max-DSC-target-bpp-for-specifi.patch
	patches.suse/drm-amd-display-Update-swizzle-mode-enums.patch
	patches.suse/drm-amd-display-Add-option-to-defer-works-of-hpd_rx_.patch
	patches.suse/drm-amd-display-Revert-Directly-retrain-link-from-de.patch
	patches.suse/drm-amd-display-Optimize-bandwidth-on-following-fast.patch
	patches.suse/drm-amdgpu-Drop-inline-from-amdgpu_ras_eeprom_max_re.patch
	patches.suse/drm-amdgpu-Fix-MMIO-access-page-fault.patch
	patches.suse/drm-amd-display-Use-adjusted-DCN301-watermarks.patch
	patches.suse/drm-amd-display-Fix-null-pointer-dereference-for-enc.patch
	patches.suse/drm-amdgpu-move-amdgpu_virt_release_full_gpu-to-fini.patch
	patches.suse/drm-amdgpu-fix-warning-for-overflow-check.patch
	patches.suse/drm-amdgpu-revert-Add-autodump-debugfs-node-for-gpu-.patch
	patches.suse/x86-mce-amd-export-smca_get_bank_type-symbol.patch
	patches.suse/drm-amdgpu-unify-BO-evicting-method-in-amdgpu_ttm.patch
	patches.suse/drm-amdkfd-rm-BO-resv-on-validation-to-avoid-deadloc.patch
	patches.suse/drm-ttm-stop-calling-tt_swapin-in-vm_access.patch
	patches.suse/drm-fb_helper-fix-CONFIG_FB-dependency.patch
	patches.suse/drm-i915-Disable-bonding-on-gen12-platforms.patch
	patches.suse/0001-drm-i915-Keep-gem-ctx-vm-alive-until-the-final-put.patch
	patches.suse/drm-i915-adl_s-Remove-require_force_probe-protection.patch
	patches.suse/drm-i915-guc-Fix-blocked-context-accounting.patch
	patches.suse/drm-i915-guc-Fix-outstanding-G2H-accounting.patch
	patches.suse/drm-i915-guc-Unwind-context-requests-in-reverse-orde.patch
	patches.suse/drm-i915-guc-Don-t-drop-ce-guc_active.lock-when-unwi.patch
	patches.suse/drm-i915-guc-Workaround-reset-G2H-is-received-after-.patch
	patches.suse/Revert-drm-i915-gt-Propagate-change-in-error-status-.patch
	patches.suse/drm-i915-guc-Kick-tasklet-after-queuing-a-request.patch
	patches.suse/drm-i915-guc-Don-t-enable-scheduling-on-a-banned-con.patch
	patches.suse/drm-i915-guc-Copy-whole-golden-context-set-engine-st.patch
	patches.suse/drm-i915-guc-Take-context-ref-when-cancelling-reques.patch
	patches.suse/drm-i915-guc-Reset-LRC-descriptor-if-register-return.patch
	patches.suse/drm-i915-Replace-the-unconditional-clflush-with-drm_.patch
	patches.suse/drm-amd-display-Enable-PSR-by-default-on-newer-DCN.patch
	patches.suse/drm-amd-display-Fix-surface-optimization-regression-.patch
	patches.suse/drm-amd-display-fix-null-pointer-deref-when-plugging.patch
	patches.suse/drm-amd-pm-Fix-incorrect-power-limit-readback-in-smu.patch
	patches.suse/drm-amdkfd-fix-boot-failure-when-iommu-is-disabled-i.patch
	patches.suse/drm-amdkfd-fix-resume-error-when-iommu-disabled-in-P.patch
	patches.suse/drm-amdkfd-Fix-an-inappropriate-error-handling-in-al.patch
	patches.suse/drm-amdgpu-pm-properly-handle-sclk-for-profiling-mod.patch
	patches.suse/amd-display-remove-ChromeOS-workaround.patch
	patches.suse/drm-msm-prevent-NULL-dereference-in-msm_gpu_crashsta.patch
	patches.suse/drm-msm-dsi-do-not-enable-irq-handler-before-powerin.patch
	patches.suse/drm-msm-Fix-potential-Oops-in-a6xx_gmu_rpmh_init.patch
	patches.suse/drm-msm-potential-error-pointer-dereference-in-init.patch
	patches.suse/drm-msm-fix-potential-NULL-dereference-in-cleanup.patch
	patches.suse/drm-msm-uninitialized-variable-in-msm_gem_import.patch
	patches.suse/drm-msm-dp-Modify-prototype-of-encoder-based-API.patch
	patches.suse/drm-msm-Fix-potential-NULL-dereference-in-DPU-SSPP.patch
	patches.suse/drm-msm-dsi-fix-wrong-type-in-msm_dsi_host.patch
	patches.suse/drm-amdkfd-Separate-pinned-BOs-destruction-from-gene.patch
	patches.suse/drm-amdgpu-fix-a-potential-memory-leak-in-amdgpu_dev.patch
	patches.suse/drm-amdgpu-display-add-quirk-handling-for-stutter-mo.patch
	patches.suse/drm-amd-display-dcn20_resource_construct-reduce-scop.patch
	patches.suse/drm-amd-display-Manually-adjust-strobe-for-DCN303.patch
	patches.suse/drm-amdgpu-gmc6-fix-DMA-mask-from-44-to-40-bits.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/platform-x86-amd-pmc-Export-Idlemask-values-based-on.patch
	patches.suse/platform-x86-amd-pmc-Fix-compilation-when-CONFIG_DEB.patch
	patches.suse/platform-x86-thinkpad_acpi-Switch-to-common-use-of-a.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-thinkpad_acpi-Fix-coccinelle-warnings.patch
	patches.suse/platform-x86-thinkpad_acpi-Fix-bitwise-vs.-logical-w.patch
	patches.suse/platform-surface-aggregator_registry-Add-support-for.patch
	patches.suse/HID-surface-hid-Use-correct-event-registry-for-manag.patch
	patches.suse/HID-surface-hid-Allow-driver-matching-for-target-ID-.patch
	patches.suse/selftests-kvm-fix-mismatched-fclose-after-popen.patch
	patches.suse/selftests-x86-fix-Wstringop-overread-warn-in-test_pr.patch
	patches.suse/selftests-core-fix-conflicting-types-compile-error-f.patch
	patches.suse/docs-UML-user_mode_linux_howto_v2-edits.patch
	patches.suse/docs-f2fs-fix-text-alignment.patch
	patches.suse/of-remove-duplicate-declarations-of-__of_-_sysfs-fun.patch
	patches.suse/dt-bindings-devfreq-rk3399_dmc-fix-clocks-in-example.patch
	patches.suse/dt-bindings-display-xilinx-Fix-example-with-psgtr.patch
	patches.suse/of-unittest-fix-EXPECT-text-for-gpio-hog-errors.patch
	patches.suse/ALSA-mixer-oss-Fix-racy-access-to-slots.patch
	patches.suse/ALSA-hda-realtek-Fix-mic-mute-LED-for-the-HP-Spectre.patch
	patches.suse/ALSA-mixer-fix-deadlock-in-snd_mixer_oss_set_volume.patch
	patches.suse/ALSA-usx2y-Prefer-struct_size-over-open-coded-arithm.patch
	patches.suse/ALSA-usb-audio-fix-comment-reference-in-__uac_clock_.patch
	patches.suse/ALSA-hda-hdac_stream-fix-potential-locking-issue-in-.patch
	patches.suse/ALSA-hda-hdac_ext_stream-fix-potential-locking-issue.patch
	patches.suse/ASoC-SOF-Intel-hda-dai-fix-potential-locking-issue.patch
	patches.suse/ALSA-hda-Reduce-udelay-at-SKL-position-reporting.patch
	patches.suse/ALSA-hda-Use-position-buffer-for-SKL-again.patch
	patches.suse/ALSA-usb-audio-Restrict-rates-for-the-shared-clocks.patch
	patches.suse/ALSA-usb-audio-Fix-possible-race-at-sync-of-urb-comp.patch
	patches.suse/ALSA-usb-audio-Rename-early_playback_start-flag-with.patch
	patches.suse/ALSA-usb-audio-Disable-low-latency-playback-for-free.patch
	patches.suse/ALSA-usb-audio-Disable-low-latency-mode-for-implicit.patch
	patches.suse/ALSA-usb-audio-Check-available-frames-for-the-next-p.patch
	patches.suse/ALSA-usb-audio-Add-spinlock-to-stop_urbs.patch
	patches.suse/ALSA-usb-audio-Improved-lowlatency-playback-support.patch
	patches.suse/ALSA-usb-audio-Avoid-killing-in-flight-URBs-during-d.patch
	patches.suse/ALSA-usb-audio-disable-implicit-feedback-sync-for-Be.patch
	patches.suse/ALSA-usb-audio-Fix-packet-size-calculation-regressio.patch
	patches.suse/ALSA-pcm-Add-more-disconnection-checks-at-file-ops.patch
	patches.suse/ALSA-usb-audio-Pass-JOINT_DUPLEX-info-flag-for-impli.patch
	patches.suse/ALSA-usb-audio-Add-support-for-the-Pioneer-DJM-750MK.patch
	patches.suse/ALSA-usb-audio-Less-restriction-for-low-latency-play.patch
	patches.suse/ALSA-usb-audio-Downgrade-error-message-in-get_ctl_va.patch
	patches.suse/ALSA-usb-audio-Drop-superfluous-error-message-after-.patch
	patches.suse/ALSA-usb-audio-Initialize-every-feature-unit-once-at.patch
	patches.suse/ALSA-pcm-Unify-snd_pcm_delay-and-snd_pcm_hwsync.patch
	patches.suse/ALSA-ISA-not-for-M68K.patch
	patches.suse/ALSA-memalloc-Support-for-non-contiguous-page-alloca.patch
	patches.suse/ALSA-memalloc-Support-for-non-coherent-page-allocati.patch
	patches.suse/ALSA-uapi-Fix-a-C-style-comment-in-asound.h.patch
	patches.suse/ALSA-memalloc-Drop-superfluous-snd_dma_buffer_sync-d.patch
	patches.suse/ALSA-memalloc-Fix-a-typo-in-snd_dma_buffer_sync-desc.patch
	patches.suse/ALSA-gus-fix-null-pointer-dereference-on-pointer-blo.patch
	patches.suse/ALSA-usb-audio-fix-null-pointer-dereference-on-point.patch
	patches.suse/ALSA-6fire-fix-control-and-bulk-message-timeouts.patch
	patches.suse/ALSA-line6-fix-control-and-interrupt-message-timeout.patch
	patches.suse/ALSA-ua101-fix-division-by-zero-at-probe.patch
	patches.suse/ALSA-hda-realtek-Add-a-quirk-for-HP-OMEN-15-mute-LED.patch
	patches.suse/ALSA-oxfw-fix-functional-regression-for-Mackie-Onyx-.patch
	patches.suse/ALSA-usb-audio-Add-registration-quirk-for-JBL-Quantu-763d92ed5dec.patch
	patches.suse/ALSA-usb-audio-Line6-HX-Stomp-XL-USB_ID-for-48k-fixe.patch
	patches.suse/ASoC-cs42l42-Don-t-reconfigure-the-PLL-while-it-is-r.patch
	patches.suse/ASoC-cs42l42-Always-configure-both-ASP-TX-channels.patch
	patches.suse/ASoC-cs42l42-Correct-some-register-default-values.patch
	patches.suse/ASoC-cs42l42-Don-t-set-defaults-for-volatile-registe.patch
	patches.suse/ASoC-cs42l42-Defer-probe-if-request_threaded_irq-ret.patch
	patches.suse/ASoC-cs42l42-Don-t-claim-to-support-192k.patch
	patches.suse/ASoC-cs42l42-Use-PLL-for-SCLK-12.288MHz.patch
	patches.suse/ASoC-cs42l42-Allow-time-for-HP-ADC-to-power-up-after.patch
	patches.suse/ASoC-cs42l42-Set-correct-SRC-MCLK.patch
	patches.suse/ASoC-cs42l42-Mark-OSC_SWITCH_STATUS-register-volatil.patch
	patches.suse/ASoC-cs42l42-Fix-WARN-in-remove-if-running-without-a.patch
	patches.suse/ASoC-cs42l42-Always-enable-TS_PLUG-and-TS_UNPLUG-int.patch
	patches.suse/ASoC-rockchip-Use-generic-dmaengine-code.patch
	patches.suse/ASoC-meson-t9015-Add-missing-AVDD-supply-property.patch
	patches.suse/ASoC-mediatek-mt8195-Remove-unsued-irqs_lock.patch
	patches.suse/ASoC-ti-rename-CONFIG_SND_SOC_DM365_VOICE_CODEC_MODU.patch
	patches.suse/ASoC-fsl_rpmsg-add-soc-specific-data-structure.patch
	patches.suse/ASoC-Add-json-schema-documentation-for-sound-name-pr.patch
	patches.suse/ASoC-Use-schema-reference-for-sound-name-prefix.patch
	patches.suse/ASoC-Remove-name-prefix.txt.patch
	patches.suse/ASoC-cs35l41-CS35L41-Boosted-Smart-Amplifier.patch
	patches.suse/ASoC-cs35l41-Add-bindings-for-CS35L41.patch
	patches.suse/ASoC-cs35l41-Fix-use-of-an-uninitialised-variable.patch
	patches.suse/ASoC-cs35l41-Use-regmap_read_poll_timeout-to-wait-fo.patch
	patches.suse/ASoC-cs35l41-Combine-adjacent-register-writes.patch
	patches.suse/ASoC-cs35l41-Don-t-overwrite-returned-error-code.patch
	patches.suse/ASoC-cs35l41-Fixup-the-error-messages.patch
	patches.suse/ASoC-cs35l41-Fix-a-bunch-of-trivial-code-formating-s.patch
	patches.suse/ASoC-cs42l42-Minor-fix-all-errors-reported-by-checkp.patch
	patches.suse/misc-cs35l41-Remove-unused-pdn-variable.patch
	patches.suse/ASoC-cs35l41-Binding-fixes.patch
	patches.suse/ASoC-cs42l42-Implement-Manual-Type-detection-as-fall.patch
	patches.suse/ASoC-soc-pcm-Don-t-reconnect-an-already-active-BE.patch
	patches.suse/ASoC-simple-card-utils-Increase-maximum-DAI-links-li.patch
	patches.suse/ASoC-audio-graph-Fixup-CPU-endpoint-hw_params-in-a-B.patch
	patches.suse/ASoC-dt-bindings-tegra-Few-more-Tegra210-AHUB-module.patch
	patches.suse/ASoC-tegra-Add-routes-for-few-AHUB-modules.patch
	patches.suse/ASoC-tegra-Add-Tegra210-based-MVC-driver.patch
	patches.suse/ASoC-tegra-Add-Tegra210-based-SFC-driver.patch
	patches.suse/ASoC-tegra-Add-Tegra210-based-AMX-driver.patch
	patches.suse/ASoC-tegra-Add-Tegra210-based-ADX-driver.patch
	patches.suse/ASoC-tegra-Add-Tegra210-based-Mixer-driver.patch
	patches.suse/ASoC-Fix-warning-related-to-sound-name-prefix-bindin.patch
	patches.suse/ASoC-fsl_sai-Update-to-modern-clocking-terminology.patch
	patches.suse/ASoC-wcd9335-Use-correct-version-to-initialize-Class.patch
	patches.suse/ASoC-cs42l42-Use-two-thresholds-and-increased-wait-t.patch
	patches.suse/ASoC-wm_adsp-Remove-use-of-snd_ctl_elem_type_t.patch
	patches.suse/ASoC-wm_adsp-Move-check-for-control-existence.patch
	patches.suse/ASoC-wm_adsp-Switch-to-using-wm_coeff_read_ctrl-for-.patch
	patches.suse/ASoC-wm_adsp-Cancel-ongoing-work-when-removing-contr.patch
	patches.suse/ASoC-wm_adsp-Rename-generic-DSP-support.patch
	patches.suse/ASoC-wm_adsp-Introduce-cs_dsp-logging-macros.patch
	patches.suse/ASoC-wm_adsp-Separate-some-ASoC-and-generic-function.patch
	patches.suse/ASoC-wm_adsp-Split-DSP-power-operations-into-helper-.patch
	patches.suse/ASoC-wm_adsp-Move-sys_config_size-to-wm_adsp.patch
	patches.suse/ASoC-wm_adsp-Separate-generic-cs_dsp_coeff_ctl-handl.patch
	patches.suse/ASoC-wm_adsp-Move-check-of-dsp-running-to-better-pla.patch
	patches.suse/ASoC-wm_adsp-Pass-firmware-names-as-parameters-when-.patch
	patches.suse/ASoC-wm_adsp-move-firmware-loading-to-client.patch
	patches.suse/ASoC-wm_adsp-Split-out-struct-cs_dsp-from-struct-wm_.patch
	patches.suse/ASoC-wm_adsp-Separate-wm_adsp-specifics-in-cs_dsp_cl.patch
	patches.suse/firmware-cs_dsp-add-driver-to-support-firmware-loadi.patch
	patches.suse/ASoC-wm_adsp-remove-a-repeated-including.patch
	patches.suse/ASoC-rt5682-move-clk-related-code-to-rt5682_i2c_prob.patch
	patches.suse/ASoC-fsl_spdif-implement-bypass-mode-from-in-to-out.patch
	patches.suse/ASoC-es8316-Use-IRQF_NO_AUTOEN-when-requesting-the-I.patch
	patches.suse/ASoC-rt5651-Use-IRQF_NO_AUTOEN-when-requesting-the-I.patch
	patches.suse/ASoC-nau8824-Add-DMI-quirk-mechanism-for-active-high.patch
	patches.suse/ALSA-intel-dsp-config-add-quirk-for-APL-GLK-TGL-devi.patch
	patches.suse/ASoC-Intel-soc-acpi-add-missing-quirk-for-TGL-SDCA-s.patch
	patches.suse/ASoC-Intel-sof_sdw-add-missing-quirk-for-Dell-SKU-0A.patch
	patches.suse/ASoC-SOF-topology-do-not-power-down-primary-core-dur.patch
	patches.suse/ASoC-soc-pcm-restore-mixer-functionality.patch
	patches.suse/ASoC-rt5682-fix-a-little-pop-while-playback.patch
	patches.suse/ASoC-cs42l42-Remove-unused-runtime_suspend-runtime_r.patch
	patches.suse/ASoC-tegra-Restore-AC97-support.patch
	patches.suse/ASoC-tegra-Set-default-card-name-for-Trimslice.patch
	patches.suse/ASoC-cs35l41-Make-cs35l41_remove-return-void.patch
	patches.suse/ASoC-cs42l42-Prevent-NULL-pointer-deref-in-interrupt.patch
	patches.suse/ASoC-topology-Fix-stub-for-snd_soc_tplg_component_re.patch
	patches.suse/ASoC-codecs-Change-bulk-clock-voting-to-optional-vot.patch
	patches.suse/ASoC-cs42l42-Reset-and-power-down-on-remove-and-fail.patch
	patches.suse/ASoC-cs42l42-free_irq-before-powering-down-on-probe-.patch
	patches.suse/ASoC-dt-bindings-cs42l42-Correct-description-of-ts-i.patch
	patches.suse/ASoC-cs42l42-Correct-configuring-of-switch-inversion.patch
	patches.suse/ASoC-rsnd-Fix-an-error-handling-path-in-rsnd_node_co.patch
	patches.suse/ALSA-hda-realtek-Add-quirk-for-Clevo-PC70HS.patch
	patches.suse/ALSA-usb-audio-Add-Audient-iD14-to-mixer-map-quirk-t.patch
	patches.suse/RDMA-rxe-Fix-wrong-port_cap_flags.patch
	patches.suse/RDMA-rxe-remove-the-redundant-variable.patch
	patches.suse/RDMA-rxe-remove-the-unnecessary-variable.patch
	patches.suse/RDMA-bnxt_re-Add-extended-statistics-counters.patch
	patches.suse/RDMA-bnxt_re-Update-statistics-counter-name.patch
	patches.suse/RDMA-bnxt_re-Use-separate-response-buffer-for-stat_c.patch
	patches.suse/RDMA-bnxt_re-Reduce-the-delay-in-polling-for-hwrm-co.patch
	patches.suse/RDMA-bnxt_re-Support-multiple-page-sizes.patch
	patches.suse/RDMA-bnxt_re-Suppress-unwanted-error-messages.patch
	patches.suse/RDMA-bnxt_re-Fix-query-SRQ-failure.patch
	patches.suse/RDMA-bnxt_re-Fix-FRMR-issue-with-single-page-MR-allo.patch
	patches.suse/RDMA-bnxt_re-Use-GFP_KERNEL-in-non-atomic-context.patch
	patches.suse/RDMA-bnxt_re-Correct-FRMR-size-calculation.patch
	patches.suse/RDMA-bnxt_re-Check-if-the-vlan-is-valid-before-repor.patch
	patches.suse/RDMA-rxe-Add-memory-barriers-to-kernel-queues.patch
	patches.suse/RDMA-rxe-Cleanup-MR-status-and-type-enums.patch
	patches.suse/RDMA-rxe-Separate-HW-and-SW-l-rkeys.patch
	patches.suse/RDMA-rxe-Create-duplicate-mapping-tables-for-FMRs.patch
	patches.suse/RDMA-rxe-Only-allow-invalidate-for-appropriate-MRs.patch
	patches.suse/IB-hfi1-Remove-cache-and-embed-txreq-in-ring.patch
	patches.suse/IB-hfi1-Get-rid-of-hot-path-divide.patch
	patches.suse/IB-hfi1-Get-rid-of-tx-priv-backpointer.patch
	patches.suse/IB-hfi1-Tune-netdev-xmit-cachelines.patch
	patches.suse/IB-hfi1-Remove-atomic-completion-count.patch
	patches.suse/IB-hfi1-Add-ring-consumer-and-producers-traces.patch
	patches.suse/RDMA-hfi1-Use-struct_size-and-flex_array_size-helper.patch
	patches.suse/RDMA-rxe-Add-new-RXE_READ_OR_WRITE_MASK.patch
	patches.suse/RDMA-rxe-Add-MASK-suffix-for-RXE_READ_OR_ATOMIC-and-.patch
	patches.suse/RDMA-rxe-Remove-unused-WR_READ_WRITE_OR_SEND_MASK.patch
	patches.suse/IB-mlx5-Flow-through-a-more-detailed-return-code-fro.patch
	patches.suse/RDMA-rxe-Bump-up-default-maximum-values-used-via-uve.patch
	patches.suse/RDMA-cma-Split-apart-the-multiple-uses-of-the-same-l.patch
	patches.suse/RDMA-rtrs-Use-sysfs_emit-instead-of-s-printf-functio.patch
	patches.suse/RDMA-rtrs-Remove-len-parameter-from-helper-print-fun.patch
	patches.suse/RDMA-rtrs-Fix-warning-when-use-poll-mode-on-client-s.patch
	patches.suse/RDMA-rtrs-Replace-duplicate-check-with-is_pollqueue-.patch
	patches.suse/RDMA-rtrs-Introduce-destroy_cq-helper.patch
	patches.suse/RDMA-rtrs-Do-not-allow-sessname-to-contain-special-s.patch
	patches.suse/RDMA-rtrs-clt-Follow-one-entry-one-value-rule-for-IO.patch
	patches.suse/RDMA-mlx5-Avoid-taking-MRs-from-larger-MR-cache-pool.patch
	patches.suse/RDMA-rw-switch-to-dma_map_sgtable.patch
	patches.suse/IB-hf1-Use-string_upper-instead-of-an-open-coded-var.patch
	patches.suse/RDMA-irdma-Delete-unused-struct-irdma_bth.patch
	patches.suse/RDMA-rxe-Remove-the-is_user-members-of-struct-rxe_sq.patch
	patches.suse/RDMA-rxe-Change-the-is_user-member-of-struct-rxe_cq-.patch
	patches.suse/RDMA-rxe-Set-partial-attributes-when-completion-stat.patch
	patches.suse/RDMA-rxe-Remove-duplicate-settings.patch
	patches.suse/RDMA-efa-CQ-notifications.patch
	patches.suse/RDMA-counter-Add-a-descriptor-in-struct-rdma_hw_stat.patch
	patches.suse/RDMA-core-Add-a-helper-API-rdma_free_hw_stats_struct.patch
	patches.suse/RDMA-counter-Add-an-is_disabled-field-in-struct-rdma.patch
	patches.suse/RDMA-counter-Add-optional-counter-support.patch
	patches.suse/RDMA-nldev-Add-support-to-get-status-of-all-counters.patch
	patches.suse/RDMA-nldev-Split-nldev_stat_set_mode_doit-out-of-nld.patch
	patches.suse/RDMA-nldev-Allow-optional-counter-status-configurati.patch
	patches.suse/RDMA-mlx5-Support-optional-counters-in-hw_stats-init.patch
	patches.suse/RDMA-mlx5-Add-steering-support-in-optional-flow-coun.patch
	patches.suse/RDMA-mlx5-Add-modify_op_stat-support.patch
	patches.suse/RDMA-mlx5-Add-optional-counter-support-in-get_hw_sta.patch
	patches.suse/RDMA-hns-Use-dma_alloc_coherent-instead-of-kmalloc-d.patch
	patches.suse/RDMA-iwpm-Remove-redundant-initialization-of-pointer.patch
	patches.suse/RDMA-Remove-redundant-flush_workqueue-calls.patch
	patches.suse/RDMA-irdma-Remove-irdma_uk_mw_bind.patch
	patches.suse/RDMA-irdma-Remove-irdma_sc_send_lsmm_nostag.patch
	patches.suse/RDMA-irdma-Remove-irdma_get_hw_addr.patch
	patches.suse/RDMA-irdma-Remove-irdma_cqp_up_map_cmd.patch
	patches.suse/RDMA-mlx4-Return-missed-an-error-if-device-doesn-t-s.patch
	patches.suse/RDMA-rxe-Move-AV-from-rxe_send_wqe-to-rxe_send_wr.patch
	patches.suse/RDMA-rxe-Change-AH-objects-to-indexed.patch
	patches.suse/RDMA-rxe-Create-AH-index-and-return-to-user-space.patch
	patches.suse/RDMA-rxe-Replace-ah-pd-by-ah-ibah.pd.patch
	patches.suse/RDMA-rxe-Lookup-kernel-AH-from-ah-index-in-UD-WQEs.patch
	patches.suse/RDMA-rxe-Convert-kernel-UD-post-send-to-use-ah_num.patch
	patches.suse/RDMA-core-Set-sgtable-nents-when-using-ib_dma_virt_m.patch
	patches.suse/RDMA-irdma-Make-irdma_uk_cq_init-return-a-void.patch
	patches.suse/RDMA-core-Use-kvzalloc-when-allocating-the-struct-ib.patch
	patches.suse/RDMA-mlx5-fix-build-error-with-INFINIBAND_USER_ACCES.patch
	patches.suse/RDMA-ipoib-Use-dev_addr_mod.patch
	patches.suse/RDMA-mlx5-Use-dev_addr_mod.patch
	patches.suse/RDMA-irdma-Remove-the-unused-spin-lock-in-struct-ird.patch
	patches.suse/RDMA-qedr-Remove-unsupported-qedr_resize_cq-callback.patch
	patches.suse/RDMA-umem-Allow-pinned-dmabuf-umem-usage.patch
	patches.suse/RDMA-efa-Add-support-for-dmabuf-memory-regions.patch
	patches.suse/RDMA-core-Fix-missed-initialization-of-rdma_hw_stats.patch
	patches.suse/RDMA-irdma-Remove-the-unused-variable-local_qp.patch
	patches.suse/RDMA-rxe-Save-a-few-bytes-from-struct-rxe_pool.patch
	patches.suse/RDMA-rxe-Use-bitmap_zalloc-when-applicable.patch
	patches.suse/RDMA-rxe-Make-rxe_type_info-static-const.patch
	patches.suse/RDMA-bnxt_re-Fix-kernel-panic-when-trying-to-access-.patch
	patches.suse/RDMA-bnxt_re-Use-helper-function-to-set-GUIDs.patch
	patches.suse/IB-hfi1-Rebranding-of-hfi1-driver-to-Cornelis-Networ.patch
	patches.suse/IB-qib-Rebranding-of-qib-driver-to-Cornelis-Networks.patch
	patches.suse/IB-opa_vnic-Rebranding-of-OPA-VNIC-driver-to-Corneli.patch
	patches.suse/RDMA-hns-Use-the-core-code-to-manage-the-fixed-mmap-.patch
	patches.suse/RDMA-irdma-optimize-rx-path-by-removing-unnecessary-.patch
	patches.suse/RDMA-hns-Fix-initial-arm_st-of-CQ.patch
	patches.suse/RDMA-hns-Modify-the-value-of-MAX_LP_MSG_LEN-to-meet-.patch
	patches.suse/RDMA-qedr-Fix-NULL-deref-for-query_qp-on-the-GSI-QP.patch
	patches.suse/RDMA-bnxt_re-Remove-unsupported-bnxt_re_modify_ah-ca.patch
	patches.suse/RDMA-core-Require-the-driver-to-set-the-IOVA-correct.patch
	patches.suse/JFS-fix-memleak-in-jfs_mount.patch
	patches.suse/signal-Remove-the-bogus-sigkill_pending-in-ptrace_st.patch
	patches.suse/bus-fsl-mc-Add-generic-implementation-for-open-reset.patch
	patches.suse/vfio-fsl-mc-Add-per-device-reset-support.patch
	patches.suse/vfio-ccw-Remove-unneeded-GFP_DMA
	patches.suse/virtio_ring-check-desc-NULL-when-using-indirect-with.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/ARM-dts-stm32-use-usbphyc-ck_usbo_48m-as-USBH-OHCI-clock-on-stm32mp151.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-Fix-IPQ8074-PCIe-PHY-nodes.patch
	patches.suse/arm64-dts-qcom-pmi8994-Fix-eternal-external-typo-in-.patch
	patches.suse/arm64-dts-qcom-sdm845-Fix-Qualcomm-crypto-engine-bus.patch
	patches.suse/arm64-dts-qcom-sdm845-oneplus-remove-devinfo-size-fr.patch
	patches.suse/firmware-tegra-Reduce-stack-usage.patch
	patches.suse/soc-tegra-Fix-an-error-handling-path-in-tegra_powerg.patch
	patches.suse/soc-tegra-Add-Tegra186-ARI-driver.patch
	patches.suse/memory-tegra186-emc-Handle-errors-in-BPMP-response.patch
	patches.suse/memory-tegra186-emc-Fix-error-return-code-in-tegra18.patch
	patches.suse/memory-mtk-smi-Add-error-handle-for-smi_probe.patch
	patches.suse/memory-fsl_ifc-fix-leak-of-irq-and-nand_irq-in-fsl_i.patch
	patches.suse/memory-renesas-rpc-if-Correct-QSPI-data-transfer-in-.patch
	patches.suse/memory-renesas-rpc-if-Avoid-unaligned-bus-access-for.patch
	patches.suse/drm-mediatek-mtk_dsi-Reset-the-dsi0-hardware.patch
	patches.suse/bus-ti-sysc-Fix-timekeeping_suspended-warning-on-res.patch
	patches.suse/bus-ti-sysc-Add-quirk-handling-for-reinit-on-context.patch
	patches.suse/bus-ti-sysc-Use-context-lost-quirk-for-otg.patch
	patches.suse/bus-ti-sysc-Fix-variable-set-but-not-used-warning-fo.patch
	patches.suse/dt-bindings-soc-qcom-smd-rpm-Add-compatible-for-MSM8.patch
	patches.suse/soc-qcom-llcc-Disable-MMUHWT-retention.patch
	patches.suse/soc-qcom-aoss-Expose-send-for-generic-usecase.patch
	patches.suse/Revert-soc-imx-gpcv2-move-reset-assert-after-request.patch
	patches.suse/soc-sunxi_sram-Make-use-of-the-helper-function-devm_.patch
	patches.suse/tee-add-sec_world_id-to-struct-tee_shm.patch
	patches.suse/optee-simplify-optee_release.patch
	patches.suse/optee-refactor-driver-with-internal-callbacks.patch
	patches.suse/optee-isolate-smc-abi.patch
	patches.suse/optee-add-FF-A-support.patch
	patches.suse/memory-tegra20-emc-Add-runtime-dependency-on-devfreq.patch
	patches.suse/optee-smc_abi.c-add-missing-include-linux-mm.h.patch
	patches.suse/soc-fsl-dpio-use-an-explicit-NULL-instead-of-0.patch
	patches.suse/soc-fsl-dpio-rename-the-enqueue-descriptor-variable.patch
	patches.suse/soc-samsung-exynos-pmu-Fix-compilation-when-nothing-.patch
	patches.suse/soc-samsung-pm_domains-drop-unused-is_off-field.patch
	patches.suse/soc-qcom-rpmhpd-Make-power_on-actually-enable-the-do.patch
	patches.suse/soc-qcom-socinfo-add-two-missing-PMIC-IDs.patch
	patches.suse/firmware-qcom_scm-Fix-error-retval-in-__qcom_scm_is_.patch
	patches.suse/soc-qcom-rpmhpd-fix-sm8350_mxc-s-peer-domain.patch
	patches.suse/soc-qcom-apr-Add-of_node_put-before-return.patch
	patches.suse/firmware-arm_ffa-Handle-compatibility-with-different.patch
	patches.suse/firmware-arm_ffa-Add-support-for-MEM_LEND.patch
	patches.suse/firmware-arm_ffa-Remove-unused-compat_version-variab.patch
	patches.suse/optee-Fix-spelling-mistake-reclain-reclaim.patch
	patches.suse/ARM-configs-aspeed_g5-Reneable-DRM_FBDEV_EMULATION.patch
	patches.suse/clk-qcom-gcc-Remove-CPUSS-clocks-control-for-SC7280.patch
	patches.suse/clk-qcom-gcc-sc7280-Drop-unused-array.patch
	patches.suse/clk-mvebu-ap-cpu-clk-Fix-a-memory-leak-in-error-hand.patch
	patches.suse/clk-rockchip-use-module_platform_driver_probe.patch
	patches.suse/clk-at91-check-pmc-node-status-before-registering-sy.patch
	patches.suse/clk-at91-sam9x60-pll-use-DIV_ROUND_CLOSEST_ULL.patch
	patches.suse/clk-at91-clk-master-check-if-div-or-pres-is-zero.patch
	patches.suse/clk-at91-clk-master-fix-prescaler-logic.patch
	patches.suse/clk-imx-imx6ul-Move-csi_sel-mux-to-correct-base-regi.patch
	patches.suse/clk-sunxi-ng-Unregister-clocks-resets-when-unbinding.patch
	patches.suse/usb-gadget-f_uac2-clean-up-some-inconsistent-indenti.patch
	patches.suse/usb-ehci-handshake-CMD_RUN-instead-of-STS_HALT.patch
	patches.suse/USB-core-Make-do_proc_control-and-do_proc_bulk-killa.patch
	patches.suse/usb-musb-tusb6010-check-return-value-after-calling-p.patch
	patches.suse/usb-typec-tipd-Don-t-read-write-more-bytes-than-requ.patch
	patches.suse/usb-typec-tipd-Add-an-additional-overflow-check.patch
	patches.suse/usb-typec-tipd-Remove-WARN_ON-in-tps6598x_block_read.patch
	patches.suse/usb-dwc3-gadget-Avoid-starting-DWC3-gadget-during-UD.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-ehci-Fix-a-function-name-in-comments.patch
	patches.suse/usb-phy-tegra-Support-OTG-mode-programming.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-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-dwc3-gadget-Change-to-dev_dbg-when-queuing-to-in.patch
	patches.suse/usb-ohci-disable-start-of-frame-interrupt-in-ohci_rh.patch
	patches.suse/usb-dwc2-drd-fix-dwc2_force_mode-call-in-dwc2_ovr_in.patch
	patches.suse/usb-dwc2-drd-fix-dwc2_drd_role_sw_set-when-clock-cou.patch
	patches.suse/usb-dwc2-drd-reset-current-session-before-setting-th.patch
	patches.suse/usb-max-3421-Use-driver-data-instead-of-maintaining-.patch
	patches.suse/usb-gadget-uvc-rename-function-to-be-more-consistent.patch
	patches.suse/usb-musb-Balance-list-entry-in-musb_gadget_queue.patch
	patches.suse/USB-chipidea-fix-interrupt-deadlock.patch
	patches.suse/usb-dwc3-Align-DWC3_EP_-flag-macros.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-mt7621-dts-change-some-node-hex-addresses-to.patch
	patches.suse/staging-mt7621-dts-change-palmbus-address-to-lower-c.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/binder-don-t-detect-sender-target-during-buffer-clea.patch
	patches.suse/char-xillybus-fix-msg_ep-UAF-in-xillyusb_probe.patch
	patches.suse/dt-bindings-iio-accel-Add-DT-binding-doc-for-ADXL355.patch
	patches.suse/drivers-iio-Remove-all-strcpy-uses.patch
	patches.suse/iio-st_sensors-disable-regulators-after-device-unreg.patch
	patches.suse/iio-ad5770r-make-devicetree-property-reading-consist.patch
	patches.suse/dt-bindings-iio-magnetometer-asahi-kasei-ak8975-add-.patch
	patches.suse/iio-adis-do-not-disabe-IRQs-in-adis_init.patch
	patches.suse/iio-core-Introduce-iio_push_to_buffers_with_ts_unali.patch
	patches.suse/iio-adc-ti-adc108s102-Fix-alignment-of-buffer-pushed.patch
	patches.suse/iio-gyro-mpu3050-Fix-alignment-and-size-issues-with-.patch
	patches.suse/iio-imu-adis16400-Fix-buffer-alignment-requirements.patch
	patches.suse/hwmon-occ-Remove-sequence-numbering-and-checksum-cal.patch
	patches.suse/iio-st_pressure_spi-Add-missing-entries-SPI-to-devic.patch
	patches.suse/drivers-iio-dac-ad5766-Fix-dt-property-name.patch
	patches.suse/Documentation-devicetree-bindings-iio-dac-Fix-val.patch
	patches.suse/iio-dac-ad5446-Fix-ad5622_write-return-value.patch
	patches.suse/iio-buffer-check-return-value-of-kstrdup_const.patch
	patches.suse/iio-buffer-Fix-memory-leak-in-__iio_buffer_alloc_sys.patch
	patches.suse/iio-buffer-Fix-double-free-in-iio_buffers_alloc_sysf.patch
	patches.suse/iio-buffer-Fix-memory-leak-in-iio_buffer_register_le.patch
	patches.suse/iio-core-check-return-value-when-calling-dev_set_nam.patch
	patches.suse/iio-core-fix-double-free-in-iio_device_unregister_sy.patch
	patches.suse/iio-adc-tsc2046-fix-scan-interval-warning.patch
	patches.suse/iio-buffer-Fix-memory-leak-in-iio_buffers_alloc_sysf.patch
	patches.suse/iio-imu-st_lsm6dsx-Avoid-potential-array-overflow-in.patch
	patches.suse/soundwire-debugfs-use-controller-id-and-link_id-for-.patch
	patches.suse/soundwire-bus-stop-dereferencing-invalid-slave-point.patch
	patches.suse/comedi-vmk80xx-fix-transfer-buffer-overflows.patch
	patches.suse/comedi-vmk80xx-fix-bulk-buffer-overflow.patch
	patches.suse/comedi-vmk80xx-fix-bulk-and-interrupt-message-timeou.patch
	patches.suse/most-fix-control-message-timeouts.patch
	patches.suse/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/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-stm32-re-introduce-an-irq-flag-condition-in-u.patch
	patches.suse/serial-8250-fix-racy-uartclk-update.patch
	patches.suse/serial-8250_pci-Refactor-the-loop-in-pci_ite887x_ini.patch
	patches.suse/serial-8250_pci-Replace-dev_-by-pci_-macros.patch
	patches.suse/serial-xilinx_uartps-Fix-race-condition-causing-stuc.patch
	patches.suse/serial-cpm_uart-Protect-udbg-definitions-by-CONFIG_S.patch
	patches.suse/iommu-mediatek-Fix-out-of-range-warning-with-clang.patch
	patches.suse/iommu-vt-d-Do-not-falsely-log-intel_iommu-is-unsuppo.patch
	patches.suse/iommu-dma-fix-sync_sg-with-swiotlb
	patches.suse/iommu-dma-Fix-arch_sync_dma-for-map.patch
	patches.suse/iommu-dma-skip-extra-sync-during-unmap-w-swiotlb
	patches.suse/iommu-dma-fold-swiotlb-helpers-into-callers
	patches.suse/iommu-dma-check-config_swiotlb-more-broadly
	patches.suse/swiotlb-support-aligned-swiotlb-buffers
	patches.suse/iommu-dma-account-for-min_align_mask-w-swiotlb
	patches.suse/power-reset-at91-reset-check-properly-the-return-val.patch
	patches.suse/power-supply-max17042_battery-use-VFSOC-for-capacity.patch
	patches.suse/power-supply-rt5033_battery-Change-voltage-values-to.patch
	patches.suse/power-supply-max17040-fix-null-ptr-deref-in-max17040.patch
	patches.suse/power-supply-max17042_battery-Clear-status-bits-in-i.patch
	patches.suse/power-supply-max17042_battery-Prevent-int-underflow-.patch
	patches.suse/power-supply-bq27xxx-Fix-kernel-crash-on-IRQ-handler.patch
	patches.suse/MIPS-loongson64-make-CPU_LOONGSON64-depends-on-MIPS_.patch
	patches.suse/MIPS-Fix-assembly-error-from-MIPSr2-code-used-within.patch
	patches.suse/mips-cm-Convert-to-bitfield-API-to-fix-out-of-bounds.patch
	patches.suse/powerps-pseries-dma-Add-support-for-2M-IOMMU-page-si.patch
	patches.suse/powerpc-85xx-Fix-oops-when-mpc85xx_smp_guts_ids-node.patch
	patches.suse/powerpc-85xx-fix-timebase-sync-issue-when-CONFIG_HOT.patch
	patches.suse/powerpc-mem-Fix-arch-powerpc-mm-mem.c-53-12-error-no.patch
	patches.suse/video-fbdev-chipsfb-use-memset_io-instead-of-memset.patch
	patches.suse/powerpc-fix-unbalanced-node-refcount-in-check_kvm_gu.patch
	patches.suse/powerpc-paravirt-correct-preempt-debug-splat-in-vcpu.patch
	patches.suse/powerpc-pseries-cpuhp-cache-node-corrections.patch
	patches.suse/powerpc-pseries-cpuhp-delete-add-remove_by_count-cod.patch
	patches.suse/powerpc-perf-Fix-cycles-instructions-as-PM_CYC-PM_IN.patch
	patches.suse/powerpc-booke-Disable-STRICT_KERNEL_RWX-DEBUG_PAGEAL.patch
	patches.suse/powerpc-vas-Fix-potential-NULL-pointer-dereference.patch
	patches.suse/powerpc-pseries-mobility-ignore-ibm-platform-facilit.patch
	patches.suse/powerpc-64s-interrupt-Fix-check_return_regs_valid-fa.patch
	patches.suse/selftests-powerpc-Use-date-instead-of-EPOCHSECONDS-i.patch
	patches.suse/powerpc-bpf-Fix-write-protecting-JIT-code.patch
	patches.suse/powerpc-nohash-Fix-__ptep_set_access_flags-and-ptep_.patch
	patches.suse/powerpc-book3e-Fix-set_memory_x-and-set_memory_nx.patch
	patches.suse/powerpc-security-Use-a-mutex-for-interrupt-exit-code.patch
	patches.suse/powerpc-44x-fsp2-add-missing-of_node_put.patch
	patches.suse/powerpc-xmon-fix-task-state-output.patch
	patches.suse/KVM-PPC-Tick-accounting-should-defer-vtime-accountin.patch
	patches.suse/powerpc-Don-t-provide-__kernel_map_pages-without-ARC.patch
	patches.suse/powerpc-powernv-prd-Unregister-OPAL_MSG_PRD2-notifie.patch
	patches.suse/powerpc-32e-Ignore-ESR-in-instruction-storage-interr.patch
	patches.suse/pinctrl-mediatek-mt8195-Add-pm_ops.patch
	patches.suse/pinctrl-mediatek-fix-coding-style.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-pm80xx-Fix-lockup-in-outbound-queue-management
	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-dc395-Fix-error-case-unwinding
	patches.suse/scsi-lpfc-Fix-mailbox-command-failure-during-driver-initialization.patch
	patches.suse/scsi-core-Fix-scsi_mode_sense-buffer-length-handling.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-ufshcd_probe_hba-prototype-to-match-the-definition.patch
	patches.suse/scsi-ufs-core-Retry-START_STOP-on-UNIT_ATTENTION
	patches.suse/scsi-ufs-core-Stop-clearing-UNIT-ATTENTIONS
	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-Fix-misleading-log-statement-in-pm8001_mpi_get_nvmd_resp
	patches.suse/scsi-smartpqi-Update-device-removal-management.patch
	patches.suse/scsi-smartpqi-Add-controller-handshake-during-kdump.patch
	patches.suse/scsi-smartpqi-Capture-controller-reason-codes.patch
	patches.suse/scsi-smartpqi-Update-LUN-reset-handler.patch
	patches.suse/scsi-smartpqi-Add-TEST-UNIT-READY-check-for-SANITIZE.patch
	patches.suse/scsi-smartpqi-Avoid-failing-I-Os-for-offline-devices.patch
	patches.suse/scsi-smartpqi-Add-extended-report-physical-LUNs.patch
	patches.suse/scsi-smartpqi-Fix-boot-failure-during-LUN-rebuild.patch
	patches.suse/scsi-smartpqi-Fix-duplicate-device-nodes-for-tape-ch.patch
	patches.suse/scsi-smartpqi-Add-3252-8i-PCI-id.patch
	patches.suse/scsi-smartpqi-Update-version-to-2.1.12-055.patch
	patches.suse/scsi-csiostor-Uninitialized-data-in-csio_ln_vnp_read_cbfn
	patches.suse/scsi-hisi_sas-Initialise-devices-in-.slave_alloc-callback.patch
	patches.suse/scsi-hisi_sas-Wait-for-phyup-in-hisi_sas_control_phy.patch
	patches.suse/scsi-qla2xxx-remove-a-declaration.patch
	patches.suse/scsi-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-ufs-ufshcd-pltfrm-Fix-memory-leak-due-to-probe-defer
	patches.suse/scsi-lpfc-Revert-LOG_TRACE_EVENT-back-to-LOG_INIT-pr.patch
	patches.suse/scsi-lpfc-Wait-for-successful-restart-of-SLI3-adapte.patch
	patches.suse/scsi-lpfc-Correct-sysfs-reporting-of-loop-support-af.patch
	patches.suse/scsi-lpfc-Fix-use-after-free-in-lpfc_unreg_rpi-routi.patch
	patches.suse/scsi-lpfc-Allow-PLOGI-retry-if-previous-PLOGI-was-ab.patch
	patches.suse/scsi-lpfc-Fix-link-down-processing-to-address-NULL-p.patch
	patches.suse/scsi-lpfc-Allow-fabric-node-recovery-if-recovery-is-.patch
	patches.suse/scsi-lpfc-Update-lpfc-version-to-14.0.0.3.patch
	patches.suse/ocfs2-fix-data-corruption-on-truncate.patch
	patches.suse/mm-disable-NUMA_BALANCING_DEFAULT_ENABLED-and-TRANSP.patch
	patches.suse/kasan-fix-tag-for-large-allocations-when-using-CONFIG_SLAB.patch
	patches.suse/mm-stop-filemap_read-from-grabbing-a-superfluous-page.patch
	patches.suse/mm-don-t-read-i_size-of-inode-unless-we-need-it.patch
	patches.suse/mm-filemap.c-remove-bogus-VM_BUG_ON.patch
	patches.suse/mm-move-more-expensive-part-of-XA-setup-out-of-mapping-check.patch
	patches.suse/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-page_alloc-use-migrate_disable-in-drain_local_pages_wq.patch
	patches.suse/mm-page_alloc-use-clamp-to-simplify-code.patch
	patches.suse/mm-filemap-coding-style-cleanup-for-filemap_map_pmd.patch
	patches.suse/mm-hwpoison-refactor-refcount-check-handling.patch
	patches.suse/mm-shmem-don-t-truncate-page-if-memory-failure-happens.patch
	patches.suse/mm-hwpoison-handle-non-anonymous-THP-correctly.patch
	patches.suse/mm-vmscan-throttle-reclaim-until-some-writeback-completes-if-congested.patch
	patches.suse/mm-vmscan-throttle-reclaim-and-compaction-when-too-may-pages-are-isolated.patch
	patches.suse/mm-vmscan-throttle-reclaim-when-no-progress-is-being-made.patch
	patches.suse/mm-writeback-throttle-based-on-page-writeback-instead-of-congestion.patch
	patches.suse/mm-page_alloc-remove-the-throttling-logic-from-the-page-allocator.patch
	patches.suse/mm-vmscan-centralise-timeout-values-for-reclaim_throttle.patch
	patches.suse/mm-vmscan-increase-the-timeout-if-page-reclaim-is-not-making-progress.patch
	patches.suse/mm-vmscan-delay-waking-of-tasks-throttled-on-NOPROGRESS.patch
	patches.suse/selftests-vm-transhuge-stress-fix-ram-size-thinko.patch
	patches.suse/mm-thp-lock-filemap-when-truncating-page-cache.patch
	patches.suse/mm-thp-fix-incorrect-unmap-behavior-for-private-page.patch
	patches.suse/memory-hotplug.rst-fix-two-instances-of-movablecore-.patch
	patches.suse/memory-hotplug.rst-fix-wrong-sys-module-memory_hotpl.patch
	patches.suse/mm-zsmalloc.c-close-race-window-between-zs_pool_dec_.patch
	patches.suse/zram-off-by-one-in-read_block_state.patch
	patches.suse/pci-acpi-remove-osc_pci_support_masks-and-osc_pci_control_masks
	patches.suse/pci-acpi-move-supported-and-control-calculations-to-separate-functions
	patches.suse/pci-acpi-move-osc-query-checks-to-separate-function
	patches.suse/pci-acpi-check-for-osc-support-in-acpi_pci_osc_control_set
	patches.suse/PCI-Rename-pcibios_add_device-to-pcibios_device_add.patch
	patches.suse/PCI-Do-not-enable-AtomicOps-on-VFs.patch
	patches.suse/crypto-qat-simplify-adf_enable_aer.patch
	patches.suse/net-hns3-use-dev_driver_string-instead-of-pci_dev-dr.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-link-training.patch
	patches.suse/PCI-aardvark-Fix-checking-for-link-up-via-LTSSM-stat.patch
	patches.suse/PCI-aardvark-Fix-reporting-Data-Link-Layer-Link-Acti.patch
	patches.suse/PCI-pci-bridge-emul-Fix-emulation-of-W1C-bits.patch
	patches.suse/PCI-aardvark-Fix-return-value-of-MSI-domain-.alloc-m.patch
	patches.suse/PCI-aardvark-Read-all-16-bits-from-PCIE_MSI_PAYLOAD_.patch
	patches.suse/PCI-aardvark-Fix-support-for-bus-mastering-and-PCI_C.patch
	patches.suse/PCI-aardvark-Set-PCI-Bridge-Class-Code-to-PCI-Bridge.patch
	patches.suse/PCI-aardvark-Fix-support-for-PCI_BRIDGE_CTL_BUS_RESE.patch
	patches.suse/PCI-aardvark-Fix-support-for-PCI_ROM_ADDRESS1-on-emu.patch
	patches.suse/PCI-j721e-Fix-j721e_pcie_probe-error-path.patch
	patches.suse/PCI-cadence-Add-cdns_plat_pcie_probe-missing-return.patch
	patches.suse/PCI-uniphier-Serialize-INTx-masking-unmasking-and-fi.patch
	patches.suse/PCI-vmd-Do-not-disable-MSI-X-remapping-if-interrupt-.patch
	patches.suse/s390-ap-Fix-hanging-ioctl-caused-by-orphaned-replies.patch
	patches.suse/s390-cio-make-ccw_device_dma_-more-robust.patch
	patches.suse/s390-pci-add-s390_iommu_aperture-kernel-parameter
	patches.suse/quota-check-block-number-when-reading-the-block-in-q.patch
	patches.suse/quota-correct-error-number-in-free_dqentry.patch
	patches.suse/isofs-Fix-out-of-bound-access-for-corrupted-isofs-im.patch
	patches.suse/fsnotify-Don-t-insert-unmergeable-events-in-hashtabl.patch
	patches.suse/cifs-To-match-file-servers-make-sure-the-server-host.patch
	patches.suse/cifs-add-mount-parameter-tcpnodelay.patch
	patches.suse/cifs-Create-a-new-shared-file-holding-smb2-pdu-definitions.patch
	patches.suse/cifs-move-NEGOTIATE_PROTOCOL-definitions-out-into-the-common-area.patch
	patches.suse/cifs-Move-more-definitions-into-the-shared-area.patch
	patches.suse/cifs-Move-SMB2_Create-definitions-to-the-shared-area.patch
	patches.suse/smb3-add-dynamic-trace-points-for-socket-connection.patch
	patches.suse/auxdisplay-img-ascii-lcd-Fix-lock-up-when-displaying.patch
	patches.suse/auxdisplay-ht16k33-Connect-backlight-to-fbdev.patch
	patches.suse/auxdisplay-ht16k33-Fix-frame-buffer-device-blanking.patch
	patches.suse/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-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/cxl-pci-Fix-NULL-vs-ERR_PTR-confusion.patch
	patches.suse/gpio-tegra186-Force-one-interrupt-per-bank.patch
	patches.suse/gpio-tegra186-Support-multiple-interrupts-per-bank.patch
	patches.suse/gpio-mlxbf2-Introduce-IRQ-support.patch
	patches.suse/net-mellanox-mlxbf_gige-Replace-non-standard-interru.patch
	patches.suse/gpio-realtek-otto-fix-GPIO-line-IRQ-offset.patch
	patches.suse/mfd-core-Add-missing-of_node_put-for-loop-iteration.patch
	patches.suse/mfd-altr_a10sr-Add-SPI-device-ID-table.patch
	patches.suse/mfd-cpcap-Add-SPI-device-ID-table.patch
	patches.suse/mfd-sprd-Add-SPI-device-ID-table.patch
	patches.suse/mfd-altera-sysmgr-Fix-a-mistake-caused-by-resource_s.patch
	patches.suse/mfd-altera-a10sr-Include-linux-module.h.patch
	patches.suse/mfd-dln2-Add-cell-for-initializing-DLN2-ADC.patch
	patches.suse/video-backlight-Drop-maximum-brightness-override-for.patch
	patches.suse/mm-hugetlb-remove-mlock-ulimit-for-SHM_HUGETLB.patch
	patches.suse/mm-scatterlist-replace-the-preemptible-warning-in-sg.patch
	patches.suse/init-make-unknown-command-line-param-message-clearer.patch
	patches.suse/seq_file-fix-passing-wrong-private-data.patch
	patches.suse/sysv-use-BUILD_BUG_ON-instead-of-runtime-check.patch
	patches.suse/Documentation-kcov-include-types.h-in-the-example.patch
	patches.suse/Documentation-kcov-define-ip-in-the-example.patch
	patches.suse/kcov-allocate-per-CPU-memory-on-the-relevant-node.patch
	patches.suse/kcov-avoid-enable-disable-interrupts-if-in_task.patch
	patches.suse/kcov-replace-local_irq_save-with-a-local_lock_t.patch
	patches.suse/selftests-kselftest-runner-run_one-allow-running-non.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/fs-orangefs-fix-error-return-code-of-orangefs_revali.patch
	patches.suse/fuse-make-sure-reclaim-doesn-t-write-the-inode.patch
	patches.suse/fuse-annotate-lock-in-fuse_reverse_inval_entry.patch
	patches.suse/virtiofs-use-strscpy-for-copying-the-queue-name.patch
	patches.suse/fuse-fix-page-stealing.patch
	patches.suse/ovl-fix-use-after-free-in-struct-ovl_aio_req.patch
	patches.suse/dm-don-t-stop-request-queue-after-the-dm-device-is-s.patch
	patches.suse/blk-mq-don-t-free-tags-if-the-tag_set-is-used-by-oth.patch
	patches.suse/blk-mq-add-one-API-for-waiting-until-quiesce-is-done.patch
	patches.suse/scsi-avoid-to-quiesce-sdev-request_queue-two-times.patch
	patches.suse/scsi-make-sure-that-request-queue-queiesce-and-unqui.patch
	patches.suse/nvme-wait-until-quiesce-is-done.patch
	patches.suse/nbd-fix-max-value-for-first_minor.patch
	patches.suse/nbd-fix-possible-overflow-for-first_minor-in-nbd_dev.patch
	patches.suse/0003-nbd-Fix-incorrect-error-handle-when-first_minor-is-i.patch
	patches.suse/zram-fix-race-between-zram_reset_device-and-disksize.patch
	patches.suse/zram-don-t-fail-to-remove-zram-during-unloading-modu.patch
	patches.suse/zram-avoid-race-between-zram_remove-and-disksize_sto.patch
	patches.suse/zram-replace-fsync_bdev-with-sync_blockdev.patch
	patches.suse/0001-bcache-fix-use-after-free-problem-in-bcache_device_f.patch
	patches.suse/nvdimm-btt-do-not-call-del_gendisk-if-not-needed.patch
	patches.suse/ataflop-remove-ataflop_probe_lock-mutex.patch
	patches.suse/rpmsg-Fix-rpmsg_create_ept-return-when-RPMSG-config-.patch
	patches.suse/remoteproc-elf_loader-Fix-loading-segment-when-is_io.patch
	patches.suse/remoteproc-Fix-the-wrong-default-value-of-is_iomem.patch
	patches.suse/remoteproc-imx_rproc-Fix-TCM-io-memory-type.patch
	patches.suse/remoteproc-imx_rproc-Fix-ignoring-mapping-vdev-regio.patch
	patches.suse/remoteproc-imx_rproc-Fix-rsc-table-name.patch
	patches.suse/remoteproc-Fix-a-memory-leak-in-an-error-handling-pa.patch
	patches.suse/watchdog-f71808e_wdt-fix-inaccurate-report-in-WDIOC_.patch
	patches.suse/ar7-fix-kernel-builds-for-compiler-test.patch
	patches.suse/watchdog-sp5100_tco-Add-support-for-get_timeleft.patch
	patches.suse/xen-pciback-Fix-return-in-pm_ctrl_init.patch
	patches.suse/xen-Fix-implicit-type-conversion.patch
	patches.suse/x86-pvh-add-prototype-for-xen_pvh_init.patch
	patches.suse/xen-balloon-add-late_initcall_sync-for-initial-ballo.patch
	patches.suse/soc-fsl-dpio-replace-smp_processor_id-with-raw_smp_p.patch
	patches.suse/soc-fsl-dpio-use-the-combined-functions-to-protect-c.patch
	patches.suse/soc-fsl-dpaa2-console-free-buffer-before-returning-f.patch
	patches.suse/arm64-arm64_ftr_reg-name-may-not-be-a-human-readable.patch
	patches.suse/arm64-pgtable-make-__pte_to_phys-__phys_to_pte_val-i.patch
	patches.suse/dmaengine-idxd-move-out-percpu_ref_exit-to-ensure-it.patch
	patches.suse/dmaengine-tegra210-adma-Re-order-has_outstanding_req.patch
	patches.suse/dmaengine-tegra210-adma-Add-description-for-adma_get.patch
	patches.suse/dmaengine-tegra210-adma-Override-ADMA-FIFO-size.patch
	patches.suse/dmaengine-at_xdmac-call-at_xdmac_axi_config-on-resum.patch
	patches.suse/dmaengine-at_xdmac-fix-AT_XDMAC_CC_PERID-macro.patch
	patches.suse/dmaengine-bestcomm-fix-system-boot-lockups.patch
	patches.suse/dmaengine-idxd-check-GENCAP-config-support-for-gencf.patch
	patches.suse/dmaengine-stm32-dma-fix-stm32_dma_get_max_width.patch
	patches.suse/dmaengine-stm32-dma-fix-burst-in-case-of-unaligned-m.patch
	patches.suse/dmaengine-dmaengine_desc_callback_valid-Check-for-ca.patch
	patches.suse/dmanegine-idxd-fix-resource-free-ordering-on-driver-.patch
	patches.suse/dmaengine-remove-debugfs-ifdef.patch
	patches.suse/dmaengine-idxd-add-halt-interrupt-support.patch
	patches.suse/dmaengine-idxd-reconfig-device-after-device-reset-co.patch
	patches.suse/dmaengine-idxd-fix-resource-leak-on-dmaengine-driver.patch
	patches.suse/dmaengine-fsl-edma-support-edma-memcpy.patch
	patches.suse/dmaengine-stm32-dma-avoid-64-bit-division-in-stm32_d.patch
	patches.suse/dmaengine-ti-k3-udma-Set-bchan-to-NULL-if-a-channel-.patch
	patches.suse/dmaengine-ti-k3-udma-Set-r-tchan-or-rflow-to-NULL-if.patch
	patches.suse/ACPI-PM-Fix-device-wakeup-power-reference-counting-e.patch
	patches.suse/ACPI-PMIC-Fix-intel_pmic_regs_handler-read-accesses.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/signal-vm86_32-Properly-send-SIGSEGV-when-the-vm86-s.patch
	patches.suse/signal-Implement-force_fatal_sig.patch
	patches.suse/signal-x86-In-emulate_vsyscall-force-a-signal-instea.patch
	patches.suse/signal-Add-SA_IMMUTABLE-to-ensure-forced-siganls-do-not-get-changed.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-Further-optimisations-for-ls-l.patch
	patches.suse/NFS-Fix-dentry-verifier-races.patch
	patches.suse/pnfs-flexfiles-Fix-misplaced-barrier-in-nfs4_ff_layo.patch
	patches.suse/NFS-Fix-deadlocks-in-nfs_scan_commit_list.patch
	patches.suse/NFS-Fix-up-commit-deadlocks.patch
	patches.suse/NFS-Fix-an-Oops-in-pnfs_mark_request_commit.patch
	patches.suse/NFSv4-Fixes-for-nfs4_inode_return_delegation.patch
	patches.suse/NFS-Fix-WARN_ON-due-to-unionization-of-nfs_inode.nre.patch
	patches.suse/Fix-user-namespace-leak.patch
	patches.suse/SUNRPC-Use-BIT-macro-in-rpc_show_xprt_state.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/NFS-Don-t-allocate-nfs_fattr-on-the-stack-in-__nfs42.patch
	patches.suse/NFS-Always-initialise-fattr-label-in-nfs_fattr_alloc.patch
	patches.suse/NFS-Create-a-new-nfs_alloc_fattr_with_label-function.patch
	patches.suse/nfsd-don-t-alloc-under-spinlock-in-rpc_parse_scope_i.patch
	patches.suse/NFSD-Have-legacy-NFSD-WRITE-decoders-use-xdr_stream_.patch
	patches.suse/ext4-fix-lazy-initialization-next-schedule-time-comp.patch
	patches.suse/ext4-ensure-enough-credits-in-ext4_ext_shift_path_ex.patch
	patches.suse/ext4-refresh-the-ext4_ext_path-struct-after-dropping.patch
	patches.suse/ext4-check-for-out-of-order-index-extents-in-ext4_va.patch
	patches.suse/ext4-check-for-inconsistent-extents-between-index-an.patch
	patches.suse/ext4-prevent-partial-update-of-the-extent-blocks.patch
	patches.suse/xhci-Fix-USB-3.1-enumeration-issues-by-increasing-ro.patch
	patches.suse/arm64-cpufeature-Export-this_cpu_has_cap-helper.patch
	patches.suse/net-davinci_emac-Fix-interrupt-pacing-disable.patch
	patches.suse/netfilter-nfnetlink_queue-fix-OOB-when-mac-header-wa.patch
	patches.suse/bnxt_en-avoid-newline-at-end-of-message-in-NL_SET_ER.patch
	patches.suse/kselftests-net-add-missed-icmp.sh-test-to-Makefile.patch
	patches.suse/ethtool-fix-ethtool-msg-len-calculation-for-pause-st.patch
	patches.suse/net-vlan-fix-a-UAF-in-vlan_dev_real_dev.patch
	patches.suse/net-dsa-felix-fix-broken-VLAN-tagged-PTP-under-VLAN-.patch
	patches.suse/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/octeontx2-af-use-swap-to-make-code-cleaner.patch
	patches.suse/sfc-use-swap-to-make-code-cleaner.patch
	patches.suse/octeontx2-pf-select-CONFIG_NET_DEVLINK.patch
	patches.suse/libbpf-Fix-lookup_and_delete_elem_flags-error-report.patch
	patches.suse/selftests-bpf-xdp_redirect_multi-Put-the-logs-to-tmp.patch
	patches.suse/selftests-bpf-xdp_redirect_multi-Use-arping-to-accur.patch
	patches.suse/selftests-bpf-xdp_redirect_multi-Give-tcpdump-a-chan.patch
	patches.suse/selftests-bpf-xdp_redirect_multi-Limit-the-tests-in-.patch
	patches.suse/can-j1939-j1939_tp_cmd_recv-ignore-abort-message-in-.patch
	patches.suse/can-j1939-j1939_can_recv-ignore-messages-with-invali.patch
	patches.suse/can-etas_es58x-es58x_rx_err_msg-fix-memory-leak-in-e.patch
	patches.suse/can-mcp251xfd-mcp251xfd_chip_start-fix-error-handlin.patch
	patches.suse/net-hisilicon-fix-hsn3_ethtool-kernel-doc-warnings.patch
	patches.suse/llc-fix-out-of-bound-array-index-in-llc_sk_dev_hash.patch
	patches.suse/selftests-net-tls-remove-unused-variable-and-code.patch
	patches.suse/nfc-pn533-Fix-double-free-when-pn533_fill_fragment_s.patch
	patches.suse/hamradio-defer-ax25-kfree-after-unregister_netdev.patch
	patches.suse/hamradio-defer-6pack-kfree-after-unregister_netdev.patch
	patches.suse/gve-Fix-off-by-one-in-gve_tx_timeout.patch
	patches.suse/bpf-Stop-caching-subprog-index-in-the-bpf_pseudo_fun.patch
	patches.suse/bpf-sockmap-Remove-unhash-handler-for-BPF-sockmap-us.patch
	patches.suse/bpf-sockmap-Fix-race-in-ingress-receive-verdict-with.patch
	patches.suse/bpf-sockmap-strparser-and-tls-are-reusing-qdisc_skb_.patch
	patches.suse/bpf-sockmap-sk_skb-data_end-access-incorrect-when-sr.patch
	patches.suse/net-dsa-mv88e6xxx-Don-t-support-1G-speeds-on-6191X-o.patch
	patches.suse/net-sched-sch_taprio-fix-undefined-behavior-in-ktime.patch
	patches.suse/msft-hv-2477-net-mana-Fix-spelling-mistake-calledd-called.patch
	patches.suse/net-hns3-fix-failed-to-add-reuse-multicast-mac-addr-.patch
	patches.suse/net-hns3-fix-ROCE-base-interrupt-vector-initializati.patch
	patches.suse/net-hns3-fix-pfc-packet-number-incorrect-after-query.patch
	patches.suse/net-hns3-sync-rx-ring-head-in-echo-common-pull.patch
	patches.suse/net-hns3-fix-kernel-crash-when-unload-VF-while-it-is.patch
	patches.suse/net-hns3-fix-some-mac-statistics-is-always-0-in-devi.patch
	patches.suse/net-hns3-remove-check-VF-uc-mac-exist-when-set-by-PF.patch
	patches.suse/net-hns3-allow-configure-ETS-bandwidth-of-all-TCs.patch
	patches.suse/net-stmmac-allow-a-tc-taprio-base-time-of-zero.patch
	patches.suse/net-ethernet-ti-cpsw_ale-Fix-access-to-un-initialize.patch
	patches.suse/net-marvell-mvpp2-Fix-wrong-SerDes-reconfiguration-o.patch
	patches.suse/vsock-prevent-unnecessary-refcnt-inc-for-nonblocking.patch
	patches.suse/gve-fix-unmatched-u64_stats_update_end.patch
	patches.suse/net-mlx5-Lag-fix-a-potential-Oops-with-mlx5_lag_crea.patch
	patches.suse/net-smc-fix-sk_refcnt-underflow-on-linkdown-and-fall.patch
	patches.suse/cxgb4-fix-eeprom-len-when-diagnostics-not-implemente.patch
	patches.suse/selftests-net-udpgso_bench_rx-fix-port-argument.patch
	patches.suse/ring-buffer-Protect-ring_buffer_reset-from-reentranc.patch
	patches.suse/m68k-set-a-default-value-for-MEMORY_RESERVE.patch
	patches.suse/apparmor-fix-error-check.patch
	patches.suse/thermal-int340x-fix-build-on-32-bit-targets.patch
	patches.suse/libata-fix-read-log-timeout-value.patch
	patches.suse/rtc-ds1302-Add-SPI-ID-table.patch
	patches.suse/rtc-ds1390-Add-SPI-ID-table.patch
	patches.suse/rtc-pcf2123-Add-SPI-ID-table.patch
	patches.suse/rtc-mcp795-Add-SPI-ID-table.patch
	patches.suse/rtc-rv3032-fix-error-handling-in-rv3032_clkout_set_r.patch
	patches.suse/Input-cpcap-pwrbutton-handle-errors-from-platform_ge.patch
	patches.suse/Input-goodix-change-goodix_i2c_write-len-parameter-t.patch
	patches.suse/Input-goodix-add-a-goodix.h-header-file.patch
	patches.suse/Input-goodix-refactor-reset-handling.patch
	patches.suse/Input-goodix-push-error-logging-up-into-i2c_read-and.patch
	patches.suse/Input-ariel-pwrbutton-add-SPI-device-ID-table.patch
	patches.suse/Input-st1232-increase-wait-ready-timeout.patch
	patches.suse/Input-max8925_onkey-don-t-mark-comment-as-kernel-doc.patch
	patches.suse/Input-i8042-Add-quirk-for-Fujitsu-Lifebook-T725.patch
	patches.suse/Input-elantench-fix-misreporting-trackpoint-coordina.patch
	patches.suse/Input-iforce-fix-control-message-timeout.patch
	patches.suse/drm-bridge-lontium-lt9611uxc-fix-provided-connector-.patch
	patches.suse/drm-plane-helper-fix-uninitialized-variable-referenc.patch
	patches.suse/drm-connector-fix-all-kernel-doc-warnings.patch
	patches.suse/drm-amd-display-Look-at-firmware-version-to-determin.patch
	patches.suse/drm-i915-dp-Ensure-sink-rate-values-are-always-valid.patch
	patches.suse/drm-i915-dp-Ensure-max-link-params-are-always-valid.patch
	patches.suse/drm-i915-Fix-type1-DVI-DP-dual-mode-adapter-heuristi.patch
	patches.suse/drm-i915-hdmi-Turn-DP-TMDS-output-buffers-back-on-in.patch
	patches.suse/drm-i915-fb-Fix-rounding-error-in-subsampled-plane-s.patch
	patches.suse/drm-ttm-remove-ttm_bo_vm_insert_huge.patch
	patches.suse/drm-udl-fix-control-message-timeout.patch
	patches.suse/drm-fb_helper-improve-CONFIG_FB-dependency.patch
	patches.suse/Revert-drm-imx-Annotate-dma-fence-critical-section-i.patch
	patches.suse/drm-amdkfd-avoid-recursive-lock-in-migrations-back-t.patch
	patches.suse/drm-prime-Fix-use-after-free-in-mmap-with-drm_gem_tt.patch
	patches.suse/ce-gf100-fix-incorrect-CE0-address-calculation-on-so.patch
	patches.suse/drm-nouveau-svm-Fix-refcount-leak-bug-and-missing-ch.patch
	patches.suse/drm-nouveau-use-drm_dev_unplug-during-device-removal.patch
	patches.suse/drm-nouveau-Add-a-dedicated-mutex-for-the-clients-li.patch
	patches.suse/drm-nouveau-clean-up-all-clients-on-device-removal.patch
	patches.suse/ALSA-timer-Fix-use-after-free-problem.patch
	patches.suse/ALSA-hda-realtek-Headset-fixup-for-Clevo-NH77HJQ.patch
	patches.suse/ALSA-hda-realtek-Add-a-quirk-for-Acer-Spin-SP513-54N.patch
	patches.suse/ALSA-memalloc-Catch-call-with-NULL-snd_dma_buffer-po.patch
	patches.suse/ALSA-timer-Unconditionally-unlink-slave-instances-to.patch
	patches.suse/ALSA-hda-realtek-Add-quirk-for-ASUS-UX550VE.patch
	patches.suse/ALSA-PCM-Fix-NULL-dereference-at-mmap-checks.patch
	patches.suse/ALSA-memalloc-Use-proper-SG-helpers-for-noncontig-al.patch
	patches.suse/ALSA-synth-missing-check-for-possible-NULL-after-the.patch
	patches.suse/ALSA-memalloc-Remove-a-stale-comment.patch
	patches.suse/ALSA-hda-realtek-Add-quirk-for-HP-EliteBook-840-G7-m.patch
	patches.suse/ALSA-hda-Free-card-instance-properly-at-probe-errors.patch
	patches.suse/ALSA-hda-fix-general-protection-fault-in-azx_runtime.patch
	patches.suse/scsi-target-core-Remove-from-tmr_list-during-LUN-unl.patch
	patches.suse/scsi-qla2xxx-Relogin-during-fabric-disturbance
	patches.suse/scsi-qla2xxx-Fix-gnl-list-corruption
	patches.suse/scsi-qla2xxx-Turn-off-target-reset-during-issue_lip
	patches.suse/scsi-qla2xxx-edif-Fix-app-start-fail.patch
	patches.suse/scsi-qla2xxx-edif-Fix-app-start-delay.patch
	patches.suse/scsi-qla2xxx-edif-Flush-stale-events-and-msgs-on-ses.patch
	patches.suse/scsi-qla2xxx-edif-replace-list_for_each_safe-with.patch
	patches.suse/scsi-qla2xxx-edif-tweak-trace-message.patch
	patches.suse/scsi-qla2xxx-edif-reduce-connection-thrash.patch
	patches.suse/scsi-qla2xxx-edif-Increase-ELS-payload.patch
	patches.suse/scsi-qla2xxx-edif-fix-inconsistent-check-of-db_flags.patch
	patches.suse/scsi-qla2xxx-edif-Fix-EDIF-bsg.patch
	patches.suse/scsi-qla2xxx-update-version-to-10.02.07.200-k.patch
	patches.suse/scsi-core-Avoid-leaving-shost-last_reset-with-stale-value-if-EH-does-not-run
	patches.suse/scsi-core-Remove-command-size-deduction-from-scsi_setup_scsi_cmnd
	patches.suse/scsi-scsi_debug-Don-t-call-kcalloc-if-size-arg-is-zero.patch
	patches.suse/MIPS-fix-duplicated-slashes-for-Platform-file-path.patch
	patches.suse/s390-tape-fix-timer-initialization-in-tape_std_assig.patch
	patches.suse/s390-cpumf-cpum_cf-PMU-displays-invalid-value-after-.patch
	patches.suse/s390-cio-check-the-subchannel-validity-for-dev_busid.patch
	patches.suse/x86-kvm-add-amd-sev-specific-hypercall3
	patches.suse/mm-x86-invoke-hypercall-when-page-encryption-status-is-changed
	patches.suse/efi-introduce-the-new-amd-memory-encryption-guid
	patches.suse/x86-kvm-add-guest-support-for-detecting-and-enabling-sev-live-migration-feature
	patches.suse/x86-kvm-add-kexec-support-for-sev-live-migration
	patches.suse/kvm-sev-refactor-out-sev_es_state-struct
	patches.suse/kvm-generalize-bugged-vm-to-dead-vm
	patches.suse/kvm-sev-provide-helpers-to-charge-uncharge-misc_cg
	patches.suse/kvm-sev-add-support-for-sev-intra-host-migration
	patches.suse/kvm-sev-add-support-for-sev-es-intra-host-migration
	patches.suse/selftest-KVM-Add-open-sev-dev-helper.patch
	patches.suse/selftest-KVM-Add-intra-host-migration-tests.patch
	patches.suse/KVM-x86-Fix-recording-of-guest-steal-time-preempted-.patch
	patches.suse/KVM-x86-Add-helper-to-consolidate-core-logic-of-SET_.patch
	patches.suse/KVM-nVMX-Query-current-VMCS-when-determining-if-MSR-.patch
	patches.suse/KVM-nVMX-Handle-dynamic-MSR-intercept-toggling.patch
	patches.suse/KVM-x86-move-guest_pv_has-out-of-user_access-section.patch
	patches.suse/kvm-sev-unify-cgroup-cleanup-code-for-svm_vm_migrate_from
	patches.suse/KVM-arm64-Extract-ESR_ELx.EC-only.patch
	patches.suse/tracing-histogram-Do-not-copy-the-fixed-size-char-array-field-over-the-field-size.patch
	patches.suse/f2fs-should-use-GFP_NOFS-for-directory-inodes.patch
	patches.suse/f2fs-include-non-compressed-blocks-in-compr_written_.patch
	patches.suse/f2fs-fix-UAF-in-f2fs_available_free_memory.patch
	patches.suse/erofs-fix-unsafe-pagevec-reuse-of-hooked-pclusters.patch
	patches.suse/ceph-properly-handle-statfs-on-multifs-setups.patch
	patches.suse/Revert-mm-shmem-don-t-truncate-page-if-memory-failure-happens.patch
	patches.suse/cifs-nosharesock-should-not-share-socket-with-future-sessions.patch
	patches.suse/cifs-send-workstation-name-during-ntlmssp-session-setup.patch
	patches.suse/cifs-fix-print-of-hdr_flags-in-dfscache_proc_show-.patch
	patches.suse/cifs-introduce-new-helper-for-cifs_reconnect-.patch
	patches.suse/cifs-convert-list_for_each-to-entry-variant.patch
	patches.suse/cifs-split-out-dfs-code-from-cifs_reconnect-.patch
	patches.suse/cifs-set-a-minimum-of-120s-for-next-dns-resolution.patch
	patches.suse/cifs-for-compound-requests-use-open-handle-if-possible.patch
	patches.suse/smb3-do-not-error-on-fsync-when-readonly.patch
	patches.suse/cifs-support-nested-dfs-links-over-reconnect.patch
	patches.suse/smb3-remove-trivial-dfs-compile-warning.patch
	patches.suse/smb3-add-additional-null-check-in-SMB2_ioctl.patch
	patches.suse/smb3-add-additional-null-check-in-SMB2_open.patch
	patches.suse/smb3-add-additional-null-check-in-SMB2_tcon.patch
	patches.suse/cifs-release-lock-earlier-in-dequeue_mid-error-case.patch
	patches.suse/smb3-add-additional-null-check-in-SMB311_posix_mkdir.patch
	patches.suse/cifs-fix-memory-leak-of-smb3_fs_context_dup-server_h.patch
	patches.suse/cifs-fix-potential-use-after-free-bugs.patch
	patches.suse/smb3-do-not-setup-the-fscache_super_cookie-until-fsinfo-initialized.patch
	patches.suse/cifs-do-not-negotiate-session-if-session-already-exists.patch
	patches.suse/cifs-protect-session-channel-fields-with-chan_lock.patch
	patches.suse/cifs-connect-individual-channel-servers-to-primary-channel-server.patch
	patches.suse/cifs-do-not-duplicate-fscache-cookie-for-secondary-channels.patch
	patches.suse/io-wq-serialize-hash-clear-with-wakeup.patch
	patches.suse/block-Hold-invalidate_lock-in-BLKDISCARD-ioctl.patch
	patches.suse/block-Hold-invalidate_lock-in-BLKZEROOUT-ioctl.patch
	patches.suse/block-Hold-invalidate_lock-in-BLKRESETZONE-ioctl.patch
	patches.suse/blkcg-Remove-extra-blkcg_bio_issue_init.patch
	patches.suse/clk-ingenic-Fix-bugs-with-divided-dividers.patch
	patches.suse/Revert-clk-rockchip-use-module_platform_driver_probe.patch
	patches.suse/clk-ast2600-Fix-soc-revision-for-AHB.patch
	patches.suse/clk-qcom-gcc-msm8996-Drop-again-gcc_aggre1_pnoc_ahb_.patch
	patches.suse/tools-headers-UAPI-Sync-linux-prctl.h-with-the-kernel-sources
	patches.suse/perf-bench-futex-Fix-memory-leak-of-perf_cpu_map__ne.patch
	patches.suse/x86-fpu-optimize-out-sigframe-xfeatures-when-in-init-state.patch
	patches.suse/x86-mce-Add-errata-workaround-for-Skylake-SKX37.patch
	patches.suse/x86-cpu-Add-Raptor-Lake-to-Intel-family.patch
	patches.suse/perf-x86-vlbr-Add-c-flags-to-vlbr-event-constraints.patch
	patches.suse/perf-core-Avoid-put_page-when-GUP-fails.patch
	patches.suse/x86-smp-Factor-out-parts-of-native_smp_prepare_cpus.patch
	patches.suse/sched-core-Mitigate-race-cpus_share_cache-update_top.patch
	patches.suse/sched-fair-Prevent-dead-task-groups-from-regaining-cfs_rq-s.patch
	patches.suse/static_call-x86-robustify-trampoline-patching.patch
	patches.suse/PCI-MSI-Move-non-mask-check-back-into-low-level-acce.patch
	patches.suse/PCI-MSI-Deal-with-devices-lying-about-their-MSI-mask.patch
	patches.suse/PCI-Add-MSI-masking-quirk-for-Nvidia-ION-AHCI.patch
	patches.suse/PCI-MSI-Destroy-sysfs-before-freeing-entries.patch
	patches.suse/irqchip-sifive-plic-Fixup-EOI-failed-when-masked.patch
	patches.suse/posix-cpu-timers-Clear-task-posix_cputimers_work-in-.patch
	patches.suse/dt-bindings-i2c-imx-hardware-do-not-restrict-clock-f.patch
	patches.suse/ARM-9155-1-fix-early-early_iounmap.patch
	patches.suse/ARM-9156-1-drop-cc-option-fallbacks-for-architecture.patch
	patches.suse/maple-fix-wrong-return-value-of-maple_bus_init.patch
	patches.suse/parisc-Fix-backtrace-to-always-include-init-funtion-.patch
	patches.suse/parisc-Flush-kernel-data-mapping-in-set_pte_at-when-.patch
	patches.suse/parisc-entry-fix-trace-test-in-syscall-exit-path.patch
	patches.suse/tracing-Add-length-protection-to-histogram-string-copies.patch
	patches.suse/NFSD-Fix-exposure-in-nfsd4_decode_bitmap.patch
	patches.suse/msft-hv-2479-Drivers-hv-balloon-Use-VMBUS_RING_SIZE-wrapper-for-d.patch
	patches.suse/msft-hv-2480-x86-hyperv-Fix-NULL-deref-in-set_hv_tscchange_cb-if-.patch
	patches.suse/msft-hv-2481-x86-hyperv-Move-required-MSRs-check-to-initial-platf.patch
	patches.suse/printk-Remove-printk.h-inclusion-in-percpu.h.patch
	patches.suse/printk-restore-flushing-of-NMI-buffers-on-remote-CPU.patch
	patches.suse/docs-accounting-update-delay-accounting.rst-referenc.patch
	patches.suse/KVM-x86-Fix-uninitialized-eoi_exit_bitmap-usage-in-v.patch
	patches.suse/KVM-Fix-steal-time-asm-constraints.patch
	patches.suse/KVM-nVMX-don-t-use-vcpu-arch.efer-when-checking-host.patch
	patches.suse/KVM-x86-mmu-include-EFER.LMA-in-extended-mmu-role.patch
	patches.suse/0003-KVM-SEV-Disallow-COPY_ENC_CONTEXT_FROM-if-target-has.patch
	patches.suse/0002-KVM-SEV-Set-sev_info.active-after-initial-checks-in-.patch
	patches.suse/0004-KVM-SEV-Drop-a-redundant-setting-of-sev-asid-during-.patch
	patches.suse/0001-KVM-SEV-Fix-typo-in-and-tweak-name-of-cmd_allowed_fr.patch
	patches.suse/selftests-KVM-Add-x86_64-sev_migrate_tests-to-.gitig.patch
	patches.suse/KVM-x86-Assume-a-64-bit-hypercall-for-guests-with-pr.patch
	patches.suse/0001-parisc-sticon-fix-reverse-colors.patch
	patches.suse/fs-handle-circular-mappings-correctly.patch
	patches.suse/udf-Fix-crash-after-seekdir.patch
	patches.suse/btrfs-fix-memory-ordering-between-normal-and-ordered-work-functions.patch
	patches.suse/hamradio-remove-needs_free_netdev-to-avoid-UAF.patch
	patches.suse/net-ipa-ipa_resource-Fix-wrong-for-loop-range.patch
	patches.suse/tun-fix-bonding-active-backup-with-arp-monitoring.patch
	patches.suse/net-ipa-HOLB-register-sometimes-must-be-written-twic.patch
	patches.suse/net-ipa-disable-HOLB-drop-when-updating-timer.patch
	patches.suse/net-smc-Transfer-remaining-wait-queue-entries-during-fallback
	patches.suse/net-bnx2x-fix-variable-dereferenced-before-check.patch
	patches.suse/atlantic-Fix-OOB-read-and-write-in-hw_atl_utils_fw_r.patch
	patches.suse/net-ethernet-lantiq_etop-fix-build-errors-warnings.patch
	patches.suse/bnxt_en-extend-RTNL-to-VF-check-in-devlink-driver_re.patch
	patches.suse/bnxt_en-fix-format-specifier-in-live-patch-error-mes.patch
	patches.suse/bnxt_en-reject-indirect-blk-offload-when-hw-tc-offlo.patch
	patches.suse/net-stmmac-socfpga-add-runtime-suspend-resume-callba.patch
	patches.suse/sock-fix-proc-net-sockstat-underflow-in-sk_clone_loc.patch
	patches.suse/net-smc-Make-sure-the-link_id-is-unique
	patches.suse/iavf-Fix-return-of-set-the-new-channel-count.patch
	patches.suse/iavf-check-for-null-in-iavf_fix_features.patch
	patches.suse/iavf-free-q_vectors-before-queues-in-iavf_disable_vf.patch
	patches.suse/iavf-don-t-clear-a-lock-we-don-t-hold.patch
	patches.suse/iavf-Fix-failure-to-exit-out-from-last-all-multicast.patch
	patches.suse/iavf-prevent-accidental-free-of-filter-structure.patch
	patches.suse/iavf-validate-pointers.patch
	patches.suse/iavf-Fix-for-the-false-positive-ASQ-ARQ-errors-while.patch
	patches.suse/iavf-Fix-for-setting-queues-to-0.patch
	patches.suse/iavf-Restore-VLAN-filters-after-link-down.patch
	patches.suse/xsk-Fix-crash-on-double-free-in-buffer-pool.patch
	patches.suse/bpf-Fix-toctou-on-read-only-map-s-constant-scalar-tracking.patch
	patches.suse/udp-Validate-checksum-in-udp_read_sock.patch
	patches.suse/cfg80211-call-cfg80211_stop_ap-when-switch-from-P2P_.patch
	patches.suse/nl80211-fix-radio-statistics-in-survey-dump.patch
	patches.suse/mac80211-do-not-access-the-IV-when-it-was-stripped.patch
	patches.suse/mac80211-drop-check-for-DONT_REORDER-in-__ieee80211_.patch
	patches.suse/mac80211-fix-monitor_sdata-RCU-locking-assertions.patch
	patches.suse/mac80211-fix-throughput-LED-trigger.patch
	patches.suse/net-mvmdio-fix-compilation-warning.patch
	patches.suse/bnxt_en-Fix-compile-error-regression-when-CONFIG_BNX.patch
	patches.suse/net-sched-act_mirred-drop-dst-for-the-direction-from.patch
	patches.suse/net-stmmac-Fix-signed-unsigned-wreckage.patch
	patches.suse/net-mlx5e-kTLS-Fix-crash-in-RX-resync-flow.patch
	patches.suse/net-mlx5e-Wait-for-concurrent-flow-deletion-during-n.patch
	patches.suse/net-mlx5-E-Switch-Fix-resetting-of-encap-mode-when-e.patch
	patches.suse/net-mlx5e-nullify-cq-dbg-pointer-in-mlx5_debug_cq_re.patch
	patches.suse/net-mlx5-DR-Handle-eswitch-manager-and-uplink-vports.patch
	patches.suse/net-mlx5-DR-Fix-check-for-unsupported-fields-in-matc.patch
	patches.suse/net-mlx5-Update-error-handler-for-UCTX-and-UMEM.patch
	patches.suse/net-mlx5-E-Switch-rebuild-lag-only-when-needed.patch
	patches.suse/net-mlx5-Fix-flow-counters-SF-bulk-query-len.patch
	patches.suse/net-mlx5e-CT-Fix-multiple-allocations-and-memleak-of.patch
	patches.suse/net-mlx5-Lag-update-tracker-when-state-change-event-.patch
	patches.suse/net-mlx5-E-Switch-return-error-if-encap-isn-t-suppor.patch
	patches.suse/net-usb-r8152-Add-MAC-passthrough-support-for-more-L.patch
	patches.suse/net-dpaa2-eth-fix-use-after-free-in-dpaa2_eth_remove.patch
	patches.suse/net-virtio_net_hdr_to_skb-count-transport-header-in-.patch
	patches.suse/NFC-reorganize-the-functions-in-nci_request.patch
	patches.suse/NFC-reorder-the-logic-in-nfc_-un-register_device.patch
	patches.suse/NFC-add-NCI_UNREG-flag-to-eliminate-the-race.patch
	patches.suse/octeontx2-af-debugfs-don-t-corrupt-user-memory.patch
	patches.suse/devlink-Don-t-throw-an-error-if-flash-notification-s.patch
	patches.suse/e100-fix-device-suspend-resume.patch
	patches.suse/i40e-Fix-correct-max_pkt_size-on-VF-RX-queue.patch
	patches.suse/i40e-Fix-NULL-ptr-dereference-on-VSI-filter-sync.patch
	patches.suse/i40e-Fix-changing-previously-set-num_queue_pairs-for.patch
	patches.suse/i40e-Fix-ping-is-lost-after-configuring-ADq-on-VF.patch
	patches.suse/i40e-Fix-warning-message-and-call-stack-during-rmmod.patch
	patches.suse/i40e-Fix-creation-of-first-queue-by-omitting-it-if-i.patch
	patches.suse/i40e-Fix-display-error-code-in-dmesg.patch
	patches.suse/ptp-ocp-Fix-a-couple-NULL-vs-IS_ERR-checks.patch
	patches.suse/spi-fix-use-after-free-of-the-add_lock-mutex.patch
	patches.suse/platform-x86-hp_accel-Fix-an-error-handling-path-in-.patch
	patches.suse/platform-x86-dell-wmi-descriptor-disable-by-default.patch
	patches.suse/platform-x86-think-lmi-Abort-probe-on-analyze-failur.patch
	patches.suse/platform-x86-thinkpad_acpi-Add-support-for-dual-fan-.patch
	patches.suse/platform-x86-thinkpad_acpi-Fix-WWAN-device-disabled-.patch
	patches.suse/Revert-ACPI-scan-Release-PM-resources-blocked-by-unu.patch
	patches.suse/thermal-core-Reset-previous-low-and-high-trip-during.patch
	patches.suse/thermal-int340x-Limit-Kconfig-to-64-bit.patch
	patches.suse/drm-nouveau-hdmigv100.c-fix-corrupted-HDMI-Vendor-In.patch
	patches.suse/drm-cma-helper-Release-non-coherent-memory-with-dma_.patch
	patches.suse/drm-sun4i-fix-unmet-dependency-on-RESET_CONTROLLER-f.patch
	patches.suse/fbdev-Prevent-probing-generic-drivers-if-a-FB-is-alr.patch
	patches.suse/Revert-drm-i915-tgl-dsi-Gate-the-ddi-clocks-after-pl.patch
	patches.suse/drm-amd-pm-avoid-duplicate-powergate-ungate-setting.patch
	patches.suse/drm-amd-display-Fix-OLED-brightness-control-on-eDP.patch
	patches.suse/drm-amdgpu-fix-set-scaling-mode-Full-Full-aspect-Cen.patch
	patches.suse/drm-amd-amdkfd-Fix-kernel-panic-when-reset-failed-an.patch
	patches.suse/drm-amd-amdgpu-fix-potential-memleak.patch
	patches.suse/selftests-gpio-fix-gpio-compiling-error.patch
	patches.suse/RDMA-core-Set-send-and-receive-CQ-before-forwarding-.patch
	patches.suse/IB-hfi1-Properly-allocate-rdma-counter-desc-memory.patch
	patches.suse/RDMA-mlx4-Do-not-fail-the-registration-on-port-stats.patch
	patches.suse/RDMA-nldev-Check-stat-attribute-before-accessing-it.patch
	patches.suse/scsi-ufs-core-Improve-SCSI-abort-handling
	patches.suse/scsi-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/signal-Don-t-always-set-SA_IMMUTABLE-for-forced-signals.patch
	patches.suse/tracing-Don-t-use-out-of-sync-va_list-in-event-printing.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/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-boot-simplify-and-fix-kernel-memory-layout-setup.patch
	patches.suse/s390-kexec-fix-return-code-handling
	patches.suse/s390-kexec-fix-memory-leak-of-ipl-report-buffer
	patches.suse/ACPI-Add-stubs-for-wakeup-handler-functions.patch
	patches.suse/pinctrl-amd-Fix-wakeups-when-IRQ-is-shared-with-SCI.patch
	patches.suse/pinctrl-tegra-Return-const-pointer-from-tegra_pinctr.patch
	patches.suse/pinctrl-ralink-include-ralink_regs.h-in-pinctrl-mt76.patch
	patches.suse/pinctrl-qcom-sdm845-Enable-dual-edge-errata.patch
	patches.suse/pinctrl-tegra194-remove-duplicate-initializer-again.patch
	patches.suse/pinctrl-qcom-sm8350-Correct-UFS-and-SDC-offsets.patch
	patches.suse/block-Check-ADMIN-before-NICE-for-IOPRIO_CLASS_RT.patch
	patches.suse/Revert-mark-pstore-blk-as-broken.patch
	patches.suse/0004-blk-cgroup-fix-missing-put-device-in-error-path-from.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/kmap_local-don-t-assume-kmap-PTEs-are-linear-arrays-in-memory.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-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-sgx-Fix-free-page-accounting.patch
	patches.suse/hugetlbfs-flush-TLBs-correctly-after-huge_pmd_unshar.patch
	patches.suse/media-v4l2-core-fix-VIDIOC_DQEVENT-handling-on-non-x.patch
	patches.suse/media-videobuf2-dma-sg-Fix-buf-vb-NULL-pointer-deref.patch
	patches.suse/media-cec-copy-sequence-field-for-the-reply.patch
	patches.suse/ALSA-hda-realtek-Add-quirk-for-ASRock-NUC-Box-1100.patch
	patches.suse/ALSA-hda-realtek-Fix-LED-on-HP-ProBook-435-G7.patch
	patches.suse/ASoC-cs35l41-Change-monitor-widgets-to-siggens.patch
	patches.suse/ASoC-SOF-Intel-hda-fix-hotplug-when-only-codec-is-su.patch
	patches.suse/ASoC-DAPM-Cover-regression-by-kctl-change-notificati.patch
	patches.suse/ASoC-rt5682-Avoid-the-unexpected-IRQ-event-during-go.patch
	patches.suse/ASoC-rt5682-Re-detect-the-combo-jack-after-resuming.patch
	patches.suse/ASoC-wm_adsp-wm_adsp_control_add-error-uninitialized.patch
	patches.suse/ASoC-qdsp6-q6routing-Conditionally-reset-FrontEnd-Mi.patch
	patches.suse/ASoC-qdsp6-q6asm-fix-q6asm_dai_prepare-error-handlin.patch
	patches.suse/ASoC-topology-Add-missing-rwsem-around-snd_ctl_remov.patch
	patches.suse/ASoC-codecs-wcd938x-fix-volatile-register-range.patch
	patches.suse/ASoC-codecs-wcd934x-return-error-code-correctly-from.patch
	patches.suse/ASoC-codecs-lpass-rx-macro-fix-HPHR-setting-CLSH-mas.patch
	patches.suse/ASoC-stm32-i2s-fix-32-bits-channel-length-without-mc.patch
	patches.suse/ALSA-ctxfi-Fix-out-of-range-access.patch
	patches.suse/ALSA-usb-audio-Switch-back-to-non-latency-mode-at-a-.patch
	patches.suse/ALSA-usb-audio-Don-t-start-stream-for-capture-at-pre.patch
	patches.suse/ALSA-intel-dsp-config-add-quirk-for-JSL-devices-base.patch
	patches.suse/selinux-fix-NULL-pointer-dereference-when-hashtab-al.patch
	patches.suse/HID-wacom-Use-Confidence-flag-to-prevent-reporting-i.patch
	patches.suse/HID-input-Fix-parsing-of-HID_CP_CONSUMER_CONTROL-fie.patch
	patches.suse/HID-input-set-usage-type-to-key-on-keycode-remap.patch
	patches.suse/HID-Ignore-battery-for-Elan-touchscreen-on-HP-Envy-X.patch
	patches.suse/tracing-uprobe-Fix-uprobe_perf_open-probes-iteration.patch
	patches.suse/ARM-dts-BCM5301X-Fix-I2C-controller-interrupt.patch
	patches.suse/ARM-dts-BCM5301X-Add-interrupt-properties-to-GPIO-no.patch
	patches.suse/ARM-dts-bcm2711-Fix-PCIe-interrupts.patch
	patches.suse/optee-fix-kfree-NULL-pointer.patch
	patches.suse/firmware-arm_scmi-Fix-base-agent-discover-response.patch
	patches.suse/firmware-arm_scmi-pm-Propagate-return-value-to-calle.patch
	patches.suse/firmware-arm_scmi-Fix-type-error-in-sensor-protocol.patch
	patches.suse/firmware-arm_scmi-Fix-type-error-assignment-in-volta.patch
	patches.suse/ARM-socfpga-Fix-crash-with-CONFIG_FORTIRY_SOURCE.patch
	patches.suse/firmware-smccc-Fix-check-for-ARCH_SOC_ID-not-impleme.patch
	patches.suse/cifs-nosharesock-should-be-set-on-new-server.patch
	patches.suse/cifs-populate-server_hostname-for-extra-channels.patch
	patches.suse/smb2-clarify-rc-initialization-in-smb2_reconnect.patch
	patches.suse/cifs-update-internal-version-number.patch
	patches.suse/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/nvmet-use-IOCB_NOWAIT-only-if-the-filesystem-support.patch
	patches.suse/drm-amd-display-Fix-DPIA-outbox-timeout-after-GPU-re.patch
	patches.suse/drm-amd-display-Set-plane-update-flags-for-all-plane.patch
	patches.suse/0005-drm-amdgpu-gfx10-add-wraparound-gpu-counter-check-fo.patch
	patches.suse/0001-drm-amdgpu-gfx9-switch-to-golden-tsc-registers-for-r.patch
	patches.suse/drm-amdgpu-IH-process-reset-count-when-restart.patch
	patches.suse/drm-nouveau-recognise-GA106.patch
	patches.suse/drm-nouveau-acr-fix-a-couple-NULL-vs-IS_ERR-checks.patch
	patches.suse/drm-vc4-fix-error-code-in-vc4_create_object.patch
	patches.suse/drm-aspeed-Fix-vga_pw-sysfs-output.patch
	patches.suse/drm-hyperv-Fix-device-removal-on-Gen1-VMs.patch
	patches.suse/arm64-mm-Fix-VM_BUG_ON-mm-init_mm-for-trans_pgd.patch
	patches.suse/arm64-uaccess-avoid-blocking-within-critical-section.patch
	patches.suse/xen-don-t-continue-xenstore-initialization-in-case-o.patch
	patches.suse/xen-pvh-add-missing-prototype-to-header.patch
	patches.suse/xen-detect-uninitialized-xenbus-in-xenbus_init.patch
	patches.suse/mmc-sdhci-esdhc-imx-disable-CMDQ-support.patch
	patches.suse/mmc-sdhci-Fix-ADMA-for-PAGE_SIZE-64KiB.patch
	patches.suse/mmc-spi-Add-device-tree-SPI-IDs.patch
	patches.suse/usb-dwc3-core-Revise-GHWPARAMS9-offset.patch
	patches.suse/usb-dwc3-gadget-Ignore-NoStream-after-End-Transfer.patch
	patches.suse/usb-dwc3-gadget-Check-for-L1-L2-U3-for-Start-Transfe.patch
	patches.suse/usb-dwc2-gadget-Fix-ISOC-flow-for-elapsed-frames.patch
	patches.suse/usb-xhci-tegra-Check-padctrl-interrupt-presence-in-d.patch
	patches.suse/usb-dwc3-gadget-Fix-null-pointer-exception.patch
	patches.suse/usb-dwc2-hcd_queue-Fix-use-of-floating-point-literal.patch
	patches.suse/usb-dwc3-leave-default-DMA-for-PCI-devices.patch
	patches.suse/usb-typec-fusb302-Fix-masking-of-comparator-and-bc_l.patch
	patches.suse/usb-hub-Fix-usb-enumeration-issue-due-to-address0-ra.patch
	patches.suse/usb-chipidea-ci_hdrc_imx-fix-potential-error-pointer.patch
	patches.suse/usb-hub-Fix-locking-issues-with-address0_mutex.patch
	patches.suse/USB-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/selftests-netfilter-add-a-vrf-conntrack-testcase.patch
	patches.suse/net-marvell-prestera-fix-double-free-issue-on-err-pa.patch
	patches.suse/iavf-Prevent-changing-static-ITR-values-if-adaptive-.patch
	patches.suse/iavf-Fix-deadlock-occurrence-during-resetting-VF-int.patch
	patches.suse/iavf-Fix-refreshing-iavf-adapter-stats-on-ethtool-re.patch
	patches.suse/iavf-Fix-VLAN-feature-flags-after-VFR.patch
	patches.suse/net-dsa-qca8k-fix-MTU-calculation.patch
	patches.suse/nfp-checking-parameter-process-for-rx-usecs-tx-usecs.patch
	patches.suse/net-stmmac-retain-PTP-clock-time-during-SIOCSHWTSTAM.patch
	patches.suse/net-smc-Avoid-warning-of-possible-recursive-locking
	patches.suse/nixge-fix-mac-address-error-handling-again.patch
	patches.suse/hamradio-fix-macro-redefine-warning.patch
	patches.suse/slip-fix-macro-redefine-warning.patch
	patches.suse/net-smc-Clean-up-local-struct-sock-variables
	patches.suse/net-smc-Ensure-the-active-closing-peer-first-closes-clcsock
	patches.suse/mlxsw-spectrum-Protect-driver-from-buggy-firmware.patch
	patches.suse/ice-fix-vsi-txq_map-sizing.patch
	patches.suse/ice-avoid-bpf_prog-refcount-underflow.patch
	patches.suse/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/lan743x-fix-deadlock-in-lan743x_phy_link_status_chan.patch
	patches.suse/net-phylink-Force-link-down-and-retrigger-resolve-on.patch
	patches.suse/net-phylink-Force-retrigger-in-case-of-latched-link-.patch
	patches.suse/net-smc-Fix-NULL-pointer-dereferencing-in-smc_vlan_by_tcpsk
	patches.suse/net-smc-Fix-loop-in-smc_listen
	patches.suse/igb-fix-netpoll-exit-with-traffic.patch
	patches.suse/mdio-aspeed-Fix-Link-is-Down-issue.patch
	patches.suse/net-stmmac-Disable-Tx-queues-when-reconfiguring-the-.patch
	patches.suse/ethtool-ioctl-fix-potential-NULL-deref-in-ethtool_se.patch
	patches.suse/net-smc-Don-t-call-clcsock-shutdown-twice-when-smc-shutdown
	patches.suse/net-qed-fix-the-array-may-be-out-of-bound.patch
	patches.suse/net-hns3-fix-VF-RSS-failed-problem-after-PF-enable-m.patch
	patches.suse/net-hns3-add-check-NULL-address-for-page-pool.patch
	patches.suse/net-hns3-fix-one-incorrect-value-of-page-pool-info-w.patch
	patches.suse/net-hns3-fix-incorrect-components-info-of-ethtool-re.patch
	patches.suse/net-mscc-ocelot-don-t-downgrade-timestamping-RX-filt.patch
	patches.suse/net-mscc-ocelot-create-a-function-that-replaces-an-e.patch
	patches.suse/net-ptp-add-a-definition-for-the-UDP-port-for-IEEE-1.patch
	patches.suse/net-mscc-ocelot-set-up-traps-for-PTP-packets.patch
	patches.suse/net-mscc-ocelot-correctly-report-the-timestamping-RX.patch
	patches.suse/net-dsa-microchip-implement-multi-bridge-support.patch
	patches.suse/KVM-PPC-Book3S-HV-Prevent-POWER7-8-TLB-flush-flushin.patch
	patches.suse/erofs-fix-deadlock-when-shrink-erofs-slab.patch
	patches.suse/NFSv42-Don-t-fail-clone-unless-the-OP_CLONE-operatio.patch
	patches.suse/NFSv42-Fix-pagecache-invalidation-after-COPY-CLONE.patch
	patches.suse/SUNRPC-use-different-lock-keys-for-INET6-and-LOCAL.patch
	patches.suse/scsi-qla2xxx-edif-Fix-off-by-one-bug-in-qla_edif_app.patch
	patches.suse/scsi-scsi_debug-Fix-type-in-min_t-to-avoid-stack-OOB.patch
	patches.suse/scsi-mpt3sas-Fix-kernel-panic-during-drive-powercycle-test
	patches.suse/scsi-mpt3sas-Fix-system-going-into-read-only-mode
	patches.suse/scsi-mpt3sas-Fix-incorrect-system-timestamp
	patches.suse/scsi-scsi_debug-Sanity-check-block-descriptor-length-in-resp_mode_select.patch
	patches.suse/scsi-core-sysfs-Fix-setting-device-state-to-SDEV_RUNNING
	patches.suse/scsi-scsi_debug-Zero-clear-zones-at-reset-write-pointer
	patches.suse/io_uring-Fix-undefined-behaviour-in-io_issue_sqe.patch
	patches.suse/tracing-Check-pid-filtering-when-creating-events.patch
	patches.suse/tracing-Fix-pid-filtering-when-triggers-are-attached.patch
	patches.suse/xfs-Fix-the-free-logic-of-state-in-xfs_attr_node_has.patch
	patches.suse/iommu-amd-Clarify-AMD-IOMMUv2-initialization-messages
	patches.suse/iommu-rockchip-fix-page_desc_hi_masks-for-rk3568
	patches.suse/iommu-vt-d-fix-unmap_pages-support
	patches.suse/locking-rwsem-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/vhost-vsock-fix-incorrect-used-length-reported-to-th.patch
	patches.suse/0003-virtio-blk-modify-the-value-type-of-num-in-virtio_queue_rq.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-Disallow-user-memslot-with-size-that-exceeds-unsigned-long.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-rk817-Add-module-alias-for-rk817-codec.patch
	patches.suse/ASoC-cs35l41-Set-the-max-SPI-speed-for-the-whole-dev.patch
	patches.suse/ALSA-hda-cs8409-Set-PMSG_ON-earlier-inside-cs8409-dr.patch
	patches.suse/ALSA-hda-Add-Intel-DG2-PCI-ID-and-HDMI-codec-vid.patch
	patches.suse/ALSA-hda-hdmi-fix-HDA-codec-entry-table-order-for-AD.patch
	patches.suse/ipmi-Move-remove_work-to-dedicated-workqueue.patch
	patches.suse/ipmi-msghandler-Make-symbol-remove_work_wq-static.patch
	patches.suse/tracing-histograms-String-compares-should-not-care-about-signed-values.patch
	patches.suse/tracing-Fix-a-kmemleak-false-positive-in-tracing_map.patch
	patches.suse/kprobes-limit-max-data_size-of-the-kretprobe-instances.patch
	patches.suse/net-stmmac-Avoid-DMA_CHAN_CONTROL-write-if-no-Split-.patch
	patches.suse/tcp-fix-page-frag-corruption-on-page-fault.patch
	patches.suse/net-usb-lan78xx-lan78xx_phy_init-use-PHY_POLL-instea.patch
	patches.suse/net-tls-Fix-authentication-failure-in-CCM-mode.patch
	patches.suse/net-mlx4_en-Update-reported-link-modes-for-1-10G.patch
	patches.suse/atlantic-Increase-delay-for-fw-transactions.patch
	patches.suse/atlatnic-enable-Nbase-t-speeds-with-base-t.patch
	patches.suse/atlantic-Fix-to-display-FW-bundle-version-instead-of.patch
	patches.suse/atlantic-Add-missing-DIDs-and-fix-115c.patch
	patches.suse/Remove-Half-duplex-mode-speed-capabilities.patch
	patches.suse/atlantic-Fix-statistics-logic-for-production-hardwar.patch
	patches.suse/atlantic-Remove-warn-trace-message.patch
	patches.suse/wireguard-allowedips-add-missing-__rcu-annotation-to.patch
	patches.suse/wireguard-selftests-increase-default-dmesg-log-size.patch
	patches.suse/wireguard-selftests-actually-test-for-routing-loops.patch
	patches.suse/wireguard-selftests-rename-DEBUG_PI_LIST-to-DEBUG_PL.patch
	patches.suse/wireguard-device-reset-peer-src-endpoint-when-netns-.patch
	patches.suse/wireguard-receive-use-ring-buffer-for-incoming-hands.patch
	patches.suse/wireguard-receive-drop-handshakes-if-queue-lock-is-c.patch
	patches.suse/wireguard-ratelimiter-use-kvcalloc-instead-of-kvzall.patch
	patches.suse/net-mscc-ocelot-fix-missing-unlock-on-error-in-ocelo.patch
	patches.suse/net-marvell-mvpp2-Fix-the-computation-of-shared-CPUs.patch
	patches.suse/ice-xsk-clear-status_error0-for-each-allocated-desc.patch
	patches.suse/dpaa2-eth-destroy-workqueue-at-the-end-of-remove-fun.patch
	patches.suse/natsemi-xtensa-fix-section-mismatch-warnings.patch
	patches.suse/net-dsa-mv88e6xxx-Fix-application-of-erratum-4.8-for.patch
	patches.suse/net-dsa-mv88e6xxx-Drop-unnecessary-check-in-mv88e639.patch
	patches.suse/net-dsa-mv88e6xxx-Save-power-by-disabling-SerDes-tra.patch
	patches.suse/net-dsa-mv88e6xxx-Add-fix-for-erratum-5.2-of-88E6393.patch
	patches.suse/net-dsa-mv88e6xxx-Fix-inband-AN-for-2500base-x-on-88.patch
	patches.suse/net-dsa-mv88e6xxx-Link-in-pcs_get_state-if-AN-is-byp.patch
	patches.suse/net-mlx5e-IPsec-Fix-Software-parser-inner-l3-type-se.patch
	patches.suse/net-mlx5e-Fix-missing-IPsec-statistics-on-uplink-rep.patch
	patches.suse/net-mlx5e-Sync-TIR-params-updates-against-concurrent.patch
	patches.suse/net-mlx5-Move-MODIFY_RQT-command-to-ignore-list-in-i.patch
	patches.suse/net-mlx5-Lag-Fix-recreation-of-VF-LAG.patch
	patches.suse/net-mlx5-E-switch-Respect-BW-share-of-the-new-group.patch
	patches.suse/net-mlx5-E-Switch-fix-single-FDB-creation-on-BlueFie.patch
	patches.suse/net-mlx5-E-Switch-Check-group-pointer-before-reading.patch
	patches.suse/net-mlx5-E-Switch-Use-indirect-table-only-if-all-des.patch
	patches.suse/net-mlx5-Fix-use-after-free-in-mlx5_health_wait_pci_.patch
	patches.suse/net-mlx5-Fix-too-early-queueing-of-log-timestamp-wor.patch
	patches.suse/net-mlx5-Fix-access-to-a-non-supported-register.patch
	patches.suse/net-mlx5e-SHAMPO-Fix-constant-expression-result.patch
	patches.suse/iwlwifi-pcie-fix-constant-conversion-warning.patch
	patches.suse/iwlwifi-Fix-missing-error-code-in-iwl_pci_probe.patch
	patches.suse/iwlwifi-mvm-retry-init-flow-if-failed.patch
	patches.suse/iwlwifi-fix-warnings-produced-by-kernel-debug-option.patch
	patches.suse/iwlwifi-Fix-memory-leaks-in-error-handling-path.patch
	patches.suse/rtw89-update-partition-size-of-firmware-header-on-sk.patch
	patches.suse/mt76-mt7915-fix-NULL-pointer-dereference-in-mt7915_g.patch
	patches.suse/rt2x00-do-not-mark-device-gone-on-EPROTO-errors-duri.patch
	patches.suse/net-qlogic-qlcnic-Fix-a-NULL-pointer-dereference-in-.patch
	patches.suse/vrf-Reset-IPCB-IP6CB-when-processing-outbound-pkts-i.patch
	patches.suse/net-mlx4_en-Fix-an-use-after-free-bug-in-mlx4_en_try.patch
	patches.suse/octeontx2-af-Fix-a-memleak-bug-in-rvu_mbox_init.patch
	patches.suse/net-annotate-data-races-on-txq-xmit_lock_owner.patch
	patches.suse/net-smc-fix-wrong-list_del-in-smc_lgr_cleanup_early
	patches.suse/ibmvnic-drop-bad-optimization-in-reuse_rx_pools.patch
	patches.suse/ibmvnic-drop-bad-optimization-in-reuse_tx_pools.patch
	patches.suse/net-smc-Keep-smc_close_final-rc-during-active-close
	patches.suse/selftests-net-Correct-case-name.patch
	patches.suse/net-dsa-b53-Add-SPI-ID-table.patch
	patches.suse/drm-msm-a6xx-Allocate-enough-space-for-GMU-registers.patch
	patches.suse/drm-msm-dsi-set-default-num_data_lanes.patch
	patches.suse/drm-msm-dp-Avoid-unpowered-AUX-xfers-that-caused-cra.patch
	patches.suse/drm-msm-Do-hw_init-before-capturing-GPU-state.patch
	patches.suse/drm-amdgpu-check-atomic-flag-to-differeniate-with-le.patch
	patches.suse/drm-amd-display-Allow-DSC-on-supported-MST-branch-de.patch
	patches.suse/drm-amd-display-Fix-for-the-no-Audio-bug-with-Tiled-.patch
	patches.suse/drm-amdkfd-fix-double-free-mem-structure.patch
	patches.suse/drm-amd-display-add-connector-type-check-for-CRC-sou.patch
	patches.suse/drm-amdkfd-process_info-lock-not-needed-for-svm.patch
	patches.suse/drm-vc4-kms-Wait-for-the-commit-before-increasing-ou.patch
	patches.suse/drm-vc4-kms-Fix-return-code-check.patch
	patches.suse/drm-vc4-kms-Add-missing-drm_crtc_commit_put.patch
	patches.suse/drm-vc4-kms-Clear-the-HVS-FIFO-commit-pointer-once-d.patch
	patches.suse/drm-vc4-kms-Don-t-duplicate-pending-commit.patch
	patches.suse/drm-vc4-kms-Fix-previous-HVS-commit-wait.patch
	patches.suse/dma-buf-system_heap-Use-for_each_sgtable_sg-in-pages.patch
	patches.suse/drm-i915-Add-support-for-panels-with-VESA-backlights.patch
	patches.suse/drm-i915-dp-Perform-30ms-delay-after-source-OUI-writ.patch
	patches.suse/Revert-drm-i915-Implement-Wa_1508744258.patch
	patches.suse/fget-check-that-the-fd-still-exists-after-getting-a-.patch
	patches.suse/sata_fsl-fix-UAF-in-sata_fsl_port_stop-when-rmmod-sa.patch
	patches.suse/sata_fsl-fix-warning-in-remove_proc_entry-when-rmmod.patch
	patches.suse/i2c-cbus-gpio-set-atomic-transfer-callback.patch
	patches.suse/i2c-stm32f7-flush-TX-FIFO-upon-transfer-errors.patch
	patches.suse/i2c-stm32f7-recover-the-bus-on-access-timeout.patch
	patches.suse/i2c-stm32f7-stop-dma-transfer-in-case-of-NACK.patch
	patches.suse/i2c-rk3x-Handle-a-spurious-start-completion-interrup.patch
	patches.suse/arm64-ftrace-add-missing-BTIs.patch
	patches.suse/s390-pci-move-pseudo-MMIO-to-prevent-MIO-overlap
	patches.suse/scsi-lpfc-Fix-non-recovery-of-remote-ports-following.patch
	patches.suse/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-define.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-64-mm-Map-all-kernel-memory-into-trampoline_pgd.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-thinkpad_acpi-Restore-missing-hotkey_ta.patch
	patches.suse/platform-x86-thinkpad_acpi-Add-lid_logo_dot-to-the-l.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/HID-quirks-Add-quirk-for-the-Microsoft-Surface-3-typ.patch
	patches.suse/HID-add-hid_is_usb-function-to-make-it-simpler-for-U.patch
	patches.suse/HID-wacom-fix-problems-when-device-is-not-a-valid-US.patch
	patches.suse/HID-check-for-valid-USB-device-for-many-HID-drivers.patch
	patches.suse/HID-add-USB_HID-dependancy-on-some-USB-HID-drivers.patch
	patches.suse/HID-sony-fix-error-path-in-probe.patch
	patches.suse/HID-bigbenff-prevent-null-pointer-dereference.patch
	patches.suse/HID-add-USB_HID-dependancy-to-hid-chicony.patch
	patches.suse/HID-add-USB_HID-dependancy-to-hid-prodikeys.patch
	patches.suse/HID-google-add-eel-USB-id.patch
	patches.suse/HID-intel-ish-hid-ipc-only-enable-IRQ-wakeup-when-re.patch
	patches.suse/HID-Ignore-battery-for-Elan-touchscreen-on-Asus-UX55.patch
	patches.suse/mtd-rawnand-Fix-nand_erase_op-delay.patch
	patches.suse/mtd-rawnand-Fix-nand_choose_best_timings-on-unsuppor.patch
	patches.suse/mtd-rawnand-fsmc-Take-instruction-delay-into-account.patch
	patches.suse/mtd-rawnand-fsmc-Fix-timing-computation.patch
	patches.suse/mtd-dataflash-Add-device-tree-SPI-IDs.patch
	patches.suse/selftests-fib_tests-Rework-fib_rp_filter_test.patch
	patches.suse/bonding-make-tx_rebalance_counter-an-atomic.patch
	patches.suse/net-bcm4908-Handle-dma_set_coherent_mask-error-codes.patch
	patches.suse/net-altera-set-a-couple-error-code-in-probe.patch
	patches.suse/qede-validate-non-LSO-skb-length.patch
	patches.suse/net-cdc_ncm-Allow-for-dwNtbOutMaxSize-to-be-unset-or.patch
	patches.suse/devlink-fix-netns-refcount-leak-in-devlink_nl_cmd_re.patch
	patches.suse/can-pch_can-pch_can_rx_normal-fix-use-after-free.patch
	patches.suse/can-sja1000-fix-use-after-free-in-ems_pcmcia_add_car.patch
	patches.suse/can-m_can-Disable-and-ignore-ELO-interrupt.patch
	patches.suse/can-m_can-pci-fix-incorrect-reference-clock-rate.patch
	patches.suse/can-m_can-make-custom-bittiming-fields-const.patch
	patches.suse/can-m_can-pci-use-custom-bit-timings-for-Elkhart-Lak.patch
	patches.suse/net-qla3xxx-fix-an-error-code-in-ql_adapter_up.patch
	patches.suse/gve-fix-for-null-pointer-dereference.patch
	patches.suse/iavf-restore-MSI-state-on-reset.patch
	patches.suse/iavf-Fix-reporting-when-setting-descriptor-count.patch
	patches.suse/i40e-Fix-failed-opcode-appearing-if-handling-message.patch
	patches.suse/i40e-Fix-pre-set-max-number-of-queues-for-VF.patch
	patches.suse/i40e-Fix-NULL-pointer-dereference-in-i40e_dbg_dump_d.patch
	patches.suse/net-fec-only-clear-interrupt-of-handling-queue-in-fe.patch
	patches.suse/net-dsa-mv88e6xxx-fix-don-t-use-PHY_DETECT-on-intern.patch
	patches.suse/bpf-x86-Fix-no-previous-prototype-warning.patch
	patches.suse/Documentation-locking-locktypes-Update-migrate_disab.patch
	patches.suse/bpf-Make-sure-bpf_disable_instrumentation-is-safe-vs.patch
	patches.suse/ice-fix-FDIR-init-missing-when-reset-VF.patch
	patches.suse/ice-rearm-other-interrupt-cause-register-after-enabl.patch
	patches.suse/ice-Fix-problems-with-DSCP-QoS-implementation.patch
	patches.suse/ice-ignore-dropped-packets-during-init.patch
	patches.suse/ice-fix-choosing-UDP-header-type.patch
	patches.suse/ice-fix-adding-different-tunnels.patch
	patches.suse/ice-safer-stats-processing.patch
	patches.suse/vrf-don-t-run-conntrack-on-vrf-with-dflt-qdisc.patch
	patches.suse/vmxnet3-fix-minimum-vectors-alloc-issue.patch
	patches.suse/net-mvpp2-fix-XDP-rx-queues-registering.patch
	patches.suse/can-kvaser_pciefd-kvaser_pciefd_rx_error_frame-incre.patch
	patches.suse/can-kvaser_usb-get-CAN-clock-frequency-from-device.patch
	patches.suse/net-dsa-mv88e6xxx-error-handling-for-serdes_power-fu.patch
	patches.suse/nfc-fix-segfault-in-nfc_genl_dump_devices_done.patch
	patches.suse/nfc-fix-potential-NULL-pointer-deref-in-nfc_genl_dum.patch
	patches.suse/nfp-Fix-memory-leak-in-nfp_cpp_area_cache_add.patch
	patches.suse/msft-hv-2484-net-mana-Fix-memory-leak-in-mana_hwc_create_wq.patch
	patches.suse/net-dsa-felix-Fix-memory-leak-in-felix_setup_mmio_fi.patch
	patches.suse/net-dsa-mv88e6xxx-allow-use-of-PHYs-on-CPU-and-DSA-p.patch
	patches.suse/RDMA-Fix-use-after-free-in-rxe_queue_cleanup.patch
	patches.suse/RDMA-mlx5-Fix-releasing-unallocated-memory-in-dereg-.patch
	patches.suse/RDMA-hns-Do-not-halt-commands-during-reset-until-lat.patch
	patches.suse/RDMA-hns-Do-not-destroy-QP-resources-in-the-hw-reset.patch
	patches.suse/RDMA-rtrs-Call-get-put-_cpu_ptr-to-silence-a-debug-k.patch
	patches.suse/IB-hfi1-Correct-guard-on-eager-buffer-deallocation.patch
	patches.suse/IB-hfi1-Insure-use-of-smp_processor_id-is-preempt-di.patch
	patches.suse/IB-hfi1-Fix-early-init-panic.patch
	patches.suse/IB-hfi1-Fix-leak-of-rcvhdrtail_dummy_kvaddr.patch
	patches.suse/RDMA-irdma-Fix-a-user-after-free-in-add_pble_prm.patch
	patches.suse/RDMA-irdma-Fix-a-potential-memory-allocation-issue-i.patch
	patches.suse/RDMA-irdma-Report-correct-WC-errors.patch
	patches.suse/RDMA-irdma-Don-t-arm-the-CQ-more-than-two-times-if-n.patch
	patches.suse/drm-syncobj-Deal-with-signalled-fences-in-drm_syncob.patch
	patches.suse/drm-amd-display-Fix-DPIA-outbox-timeout-after-S3-S4-.patch
	patches.suse/ALSA-pcm-oss-Fix-negative-period-buffer-sizes.patch
	patches.suse/ALSA-pcm-oss-Limit-the-period-size-to-16MB.patch
	patches.suse/ALSA-pcm-oss-Handle-missing-errors-in-snd_pcm_oss_ch.patch
	patches.suse/ALSA-ctl-Fix-copy-of-updated-id-with-element-read-wr.patch
	patches.suse/ALSA-hda-realtek-Fix-quirk-for-TongFang-PHxTxX1.patch
	patches.suse/ALSA-usb-audio-Reorder-snd_djm_devices-entries.patch
	patches.suse/ASoC-rt5682-Fix-crash-due-to-out-of-scope-stack-vars.patch
	patches.suse/ASoC-tegra-Balance-runtime-PM-count.patch
	patches.suse/ASoC-tegra-Use-normal-system-sleep-for-SFC.patch
	patches.suse/ASoC-tegra-Use-normal-system-sleep-for-MVC.patch
	patches.suse/ASoC-tegra-Use-normal-system-sleep-for-Mixer.patch
	patches.suse/ASoC-tegra-Use-normal-system-sleep-for-AMX.patch
	patches.suse/ASoC-tegra-Use-normal-system-sleep-for-ADX.patch
	patches.suse/ASoC-qdsp6-q6routing-Fix-return-value-from-msm_routi.patch
	patches.suse/ASoC-codecs-wcd934x-handle-channel-mappping-list-cor.patch
	patches.suse/ASoC-codecs-wcd934x-return-correct-value-from-mixer-.patch
	patches.suse/ASoC-codecs-wsa881x-fix-return-values-from-kcontrol-.patch
	patches.suse/ALSA-hda-realtek-Add-headset-Mic-support-for-Lenovo-.patch
	patches.suse/libata-add-horkage-for-ASMedia-1092.patch
	patches.suse/mmc-renesas_sdhi-initialize-variable-properly-when-t.patch
	patches.suse/Revert-PCI-aardvark-Fix-support-for-PCI_ROM_ADDRESS1.patch
	patches.suse/KVM-nVMX-Don-t-use-Enlightened-MSR-Bitmap-for-L3.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/tracing-Fix-possible-memory-leak-in-__create_synth_event-error-path.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/nvme-multipath-set-ana_log_size-to-0-after-free-ana_.patch
	patches.suse/nvme-fix-use-after-free-when-disconnecting-a-reconne.patch
	patches.suse/md-fix-update-super-1.0-on-rdev-size-change.patch
	patches.suse/block-fix-ioprio_get-IOPRIO_WHO_PGRP-vs-setuid-2.patch
	patches.suse/xfs-remove-all-COW-fork-extents-when-remounting-read.patch
	patches.suse/scsi-pm80xx-Do-not-call-scsi_remove_host-in-pm8001_alloc
	patches.suse/scsi-scsi_debug-Fix-buffer-size-of-REPORT-ZONES-command
	patches.suse/scsi-qla2xxx-Format-log-strings-only-if-needed
	patches.suse/sched-x86-Don-t-use-cluster-topology-for-x86-hybrid-CPUs.patch
	patches.suse/irqchip-armada-370-xp-Fix-return-value-of-armada_370.patch
	patches.suse/irqchip-armada-370-xp-Fix-support-for-Multi-MSI-inte.patch
	patches.suse/irqchip-aspeed-scu-Replace-update_bits-with-write_bi.patch
	patches.suse/irqchip-nvic-Fix-offset-for-Interrupt-Priority-Offse.patch
	patches.suse/irqchip-irq-gic-v3-its.c-Force-synchronisation-when-.patch
	patches.suse/clocksource-drivers-dw_apb_timer_of-Fix-probe-failur.patch
	patches.suse/bus-mhi-pci_generic-Fix-device-recovery-failed-issue.patch
	patches.suse/misc-fastrpc-fix-improper-packet-size-calculation.patch
	patches.suse/misc-rtsx-Avoid-mangling-IRQ-during-runtime-PM.patch
	patches.suse/iio-accel-kxcjk-1013-Fix-possible-memory-leak-in-pro.patch
	patches.suse/iio-ltr501-Don-t-return-error-code-in-trigger-handle.patch
	patches.suse/iio-kxsd9-Don-t-return-error-code-in-trigger-handler.patch
	patches.suse/iio-stk3310-Don-t-return-error-code-in-interrupt-han.patch
	patches.suse/iio-mma8452-Fix-trigger-reference-couting.patch
	patches.suse/iio-adc-stm32-fix-a-current-leak-by-resetting-pcsel-.patch
	patches.suse/iio-dln2-adc-Fix-lockdep-complaint.patch
	patches.suse/iio-trigger-Fix-reference-counting.patch
	patches.suse/iio-dln2-Check-return-value-of-devm_iio_trigger_regi.patch
	patches.suse/iio-itg3200-Call-iio_trigger_notify_done-on-error.patch
	patches.suse/iio-ad7768-1-Call-iio_trigger_notify_done-on-error.patch
	patches.suse/iio-gyro-adxrs290-fix-data-signedness.patch
	patches.suse/iio-adc-axp20x_adc-fix-charging-current-reporting-on.patch
	patches.suse/iio-at91-sama5d2-Fix-incorrect-sign-extension.patch
	patches.suse/iio-trigger-stm32-timer-fix-MODULE_ALIAS.patch
	patches.suse/bus-mhi-core-Add-support-for-forced-PM-resume.patch
	patches.suse/xhci-Remove-CONFIG_USB_DEFAULT_PERSIST-to-prevent-xH.patch
	patches.suse/xhci-avoid-race-between-disable-slot-command-and-hos.patch
	patches.suse/USB-gadget-detect-too-big-endpoint-0-requests.patch
	patches.suse/USB-gadget-zero-allocate-endpoint-0-buffers.patch
	patches.suse/usb-core-config-fix-validation-of-wMaxPacketValue-en.patch
	patches.suse/usb-core-config-using-bit-mask-instead-of-individual.patch
	patches.suse/fget-clarify-and-improve-__fget_files-implementation.patch
	patches.suse/vdpa-check-that-offsets-are-within-bounds.patch
	patches.suse/virtio-always-enter-drivers-virtio.patch
	patches.suse/virtio_ring-Fix-querying-of-maximum-DMA-mapping-size.patch
	patches.suse/virtio-vsock-fix-the-transport-to-work-with-VMADDR_C.patch
	patches.suse/vdpa-Consider-device-id-larger-than-31.patch
	patches.suse/msft-hv-2484-hv-utils-add-PTP_1588_CLOCK-to-Kconfig-to-fix-build.patch
	patches.suse/s390-kexec_file-fix-error-handling-when-applying-relocations
	patches.suse/s390-kexec-handle-R_390_PLT32DBL-rela-in-arch_kexec_apply_relocations_add
	patches.suse/s390-entry-fix-duplicate-tracking-of-irq-nesting-level
	patches.suse/recordmcount.pl-look-for-jgnop-instruction-as-well-as-bcrl-on-s390.patch
	patches.suse/ceph-fix-duplicate-increment-of-opened_inodes-metric.patch
	patches.suse/ceph-initialize-pathlen-variable-in-reconnect_caps_cb.patch
	patches.suse/ceph-fix-up-non-directory-creation-in-SGID-directories.patch
	patches.suse/0001-dm-btree-remove-fix-use-after-free-in-rebalance_chil.patch
	patches.suse/arm64-kexec-Fix-missing-error-code-ret-warning-in-lo.patch
	patches.suse/clk-Don-t-parent-clks-until-the-parent-is-fully-regi.patch
	patches.suse/tee-amdtee-fix-an-IS_ERR-vs-NULL-bug.patch
	patches.suse/ARM-socfpga-dts-fix-qspi-node-compatible.patch
	patches.suse/firmware-tegra-Fix-error-application-of-sizeof-to-po.patch
	patches.suse/arm64-dts-imx8mq-remove-interconnect-property-from-l.patch
	patches.suse/ARM-dts-imx6ull-pinfunc-Fix-CSI_DATA07__ESAI_TX0-pad.patch
	patches.suse/soc-imx-Register-SoC-device-only-on-i.MX-boards.patch
	patches.suse/arm64-dts-rockchip-remove-mmc-hs400-enhanced-strobe-.patch
	patches.suse/arm64-dts-rockchip-fix-rk3308-roc-cc-vcc-sd-supply.patch
	patches.suse/arm64-dts-rockchip-fix-rk3399-leez-p710-vcc3v3-lan-s.patch
	patches.suse/arm64-dts-rockchip-fix-audio-supply-for-Rock-Pi-4.patch
	patches.suse/arm64-dts-rockchip-fix-poweroff-on-helios64.patch
	patches.suse/firmware-arm_scpi-Fix-string-overflow-in-SCPI-genpd-.patch
	patches.suse/soc-tegra-fuse-Fix-bitwise-vs.-logical-OR-warning.patch
	patches.suse/selftests-net-Correct-ping6-expected-rc-from-2-to-1.patch
	patches.suse/phonet-refcount-leak-in-pep_sock_accep.patch
	patches.suse/inet_diag-fix-kernel-infoleak-for-UDP-sockets.patch
	patches.suse/net-usb-qmi_wwan-add-Telit-0x1070-composition.patch
	patches.suse/netdevsim-don-t-overwrite-read-only-ethtool-parms.patch
	patches.suse/selftests-icmp_redirect-pass-xfail-0-to-log_test.patch
	patches.suse/net-hns3-fix-use-after-free-bug-in-hclgevf_send_mbx_.patch
	patches.suse/net-hns3-fix-race-condition-in-debugfs.patch
	patches.suse/selftests-Add-duplicate-config-only-for-MD5-VRF-test.patch
	patches.suse/selftests-Fix-raw-socket-bind-tests-with-VRF.patch
	patches.suse/selftests-Fix-IPv6-address-bind-tests.patch
	patches.suse/net-dsa-mv88e6xxx-Unforce-speed-duplex-in-mac_link_d.patch
	patches.suse/selftest-net-forwarding-declare-NETIFS-p9-p10.patch
	patches.suse/net-stmmac-fix-tc-flower-deletion-for-VLAN-priority-.patch
	patches.suse/flow_offload-return-EOPNOTSUPP-for-the-unsupported-m.patch
	patches.suse/iavf-missing-unlocks-in-iavf_watchdog_task.patch
	patches.suse/iavf-do-not-override-the-adapter-state-in-the-watchd-fe523d7c.patch
	patches.suse/mac80211-track-only-QoS-data-frames-for-admission-co.patch
	patches.suse/mac80211-fix-rate-control-for-retransmitted-frames.patch
	patches.suse/mac80211-fix-regression-in-SSN-handling-of-addba-tx.patch
	patches.suse/mac80211-fix-a-memory-leak-where-sta_info-is-not-fre.patch
	patches.suse/mac80211-send-ADDBA-requests-using-the-tid-queue-of-.patch
	patches.suse/mac80211-agg-tx-don-t-schedule_and_wake_txq-under-st.patch
	patches.suse/cfg80211-Acquire-wiphy-mutex-on-regulatory-work.patch
	patches.suse/mac80211-validate-extended-element-ID-is-present.patch
	patches.suse/mac80211-fix-lookup-when-adding-AddBA-extension-elem.patch
	patches.suse/mac80211-mark-TX-during-stop-for-TX-in-in_reconfig.patch
	patches.suse/0001-rds-memory-leak-in-__rds_conn_create.patch
	patches.suse/mptcp-add-missing-documented-NL-params
	patches.suse/ice-Use-div64_u64-instead-of-div_u64-in-adjfine.patch
	patches.suse/ice-Don-t-put-stale-timestamps-in-the-skb.patch
	patches.suse/iwlwifi-mvm-don-t-crash-on-invalid-rate-w-o-STA.patch
	patches.suse/iwlwifi-fix-LED-dependencies.patch
	patches.suse/dpaa2-eth-fix-ethtool-statistics.patch
	patches.suse/netdevsim-Zero-initialize-memory-for-new-map-s-value.patch
	patches.suse/net-packet-rx_owner_map-depends-on-pg_vec.patch
	patches.suse/net-usb-lan78xx-add-Allied-Telesis-AT29M2-AF.patch
	patches.suse/igb-Fix-removal-of-unicast-MAC-filters-of-VFs.patch
	patches.suse/igbvf-fix-double-free-in-igbvf_probe.patch
	patches.suse/igc-Fix-typo-in-i225-LTR-functions.patch
	patches.suse/ixgbe-Document-how-to-enable-NBASE-T-support.patch
	patches.suse/ixgbe-set-X550-MDIO-speed-before-talking-to-PHY.patch
	patches.suse/net-stmmac-dwmac-rk-fix-oob-read-in-rk_gmac_setup.patch
	patches.suse/sfc_ef100-potential-dereference-of-null-pointer.patch
	patches.suse/dsa-mv88e6xxx-fix-debug-print-for-SPEED_UNFORCED.patch
	patches.suse/net-smc-Prevent-smc_release-from-long-blocking
	patches.suse/net-systemport-Add-global-locking-for-descriptor-lif.patch
	patches.suse/bpf-Fix-kernel-address-leakage-in-atomic-fetch.patch
	patches.suse/bpf-selftests-Add-test-case-for-atomic-fetch-on-spil.patch
	patches.suse/bpf-Fix-kernel-address-leakage-in-atomic-cmpxchg-s-r.patch
	patches.suse/bpf-selftests-Update-test-case-for-atomic-cmpxchg-on.patch
	patches.suse/bpf-Fix-signed-bounds-propagation-after-mov32.patch
	patches.suse/bpf-Make-32-64-bounds-propagation-slightly-more-robust.patch
	patches.suse/bpf-selftests-Add-test-case-trying-to-taint-map-value-pointer.patch
	patches.suse/bpf-Fix-extable-fixup-offset.patch
	patches.suse/bpf-Fix-extable-address-check.patch
	patches.suse/bpf-selftests-Fix-racing-issue-in-btf_skc_cls_ingres.patch
	patches.suse/audit-improve-robustness-of-the-audit-queue-handling.patch
	patches.suse/drm-i915-display-Fix-an-unsigned-subtraction-which-c.patch
	patches.suse/Revert-drm-fb-helper-improve-DRM-fbdev-emulation-dev.patch
	patches.suse/drm-simpledrm-fix-wrong-unit-with-pixel-clock.patch
	patches.suse/drm-ast-potential-dereference-of-null-pointer.patch
	patches.suse/drm-amdgpu-correct-register-access-for-RLC_JUMP_TABL.patch
	patches.suse/drm-amdgpu-don-t-override-default-ECO_BITs-setting.patch
	patches.suse/drm-amd-pm-fix-reading-SMU-FW-version-from-amdgpu_fi.patch
	patches.suse/drm-amd-display-Set-exit_optimized_pwr_state-for-DCN.patch
	patches.suse/drm-amd-display-Reset-DMCUB-before-HW-init.patch
	patches.suse/drm-amd-pm-fix-a-potential-gpu_metrics_table-memory-.patch
	patches.suse/dmaengine-idxd-fix-calling-wq-quiesce-inside-spinloc.patch
	patches.suse/dmaengine-idxd-fix-missed-completion-on-abort-path.patch
	patches.suse/dmaengine-st_fdma-fix-MODULE_ALIAS.patch
	patches.suse/iocost-Fix-divide-by-zero-on-donation-from-low-hweig.patch
	patches.suse/selinux-fix-sleeping-function-called-from-invalid-co.patch
	patches.suse/btrfs-fix-memory-leak-in-__add_inode_ref.patch
	patches.suse/btrfs-fix-double-free-of-anon_dev-after-failure-to-c.patch
	patches.suse/btrfs-fix-missing-last-dir-item-offset-update-when-l.patch
	patches.suse/btrfs-fix-invalid-delayed-ref-after-subvolume-creati.patch
	patches.suse/btrfs-fix-warning-when-freeing-leaf-after-subvolume-.patch
	patches.suse/zonefs-add-MODULE_ALIAS_FS.patch
	patches.suse/libata-if-T_LENGTH-is-zero-dma-direction-should-be-D.patch
	patches.suse/usb-gadget-u_ether-fix-race-in-setting-MAC-address-i.patch
	patches.suse/usb-cdnsp-Fix-incorrect-calling-of-cdnsp_died-functi.patch
	patches.suse/usb-cdnsp-Fix-issue-in-cdnsp_log_ep-trace-event.patch
	patches.suse/usb-cdnsp-Fix-incorrect-status-for-control-request.patch
	patches.suse/USB-gadget-bRequestType-is-a-bitfield-not-a-enum.patch
	patches.suse/usb-dwc2-fix-STM-ID-VBUS-detection-startup-delay-in-.patch
	patches.suse/usb-xhci-Extend-support-for-runtime-power-management.patch
	patches.suse/USB-NO_LPM-quirk-Lenovo-USB-C-to-Ethernet-Adapher-RT.patch
	patches.suse/usb-cdnsp-Fix-lack-of-spin_lock_irqsave-spin_lock_re.patch
	patches.suse/usb-typec-tcpm-fix-tcpm-unregister-port-but-leave-a-.patch
	patches.suse/USB-serial-cp210x-fix-CP2105-GPIO-registration.patch
	patches.suse/USB-serial-option-add-Telit-FN990-compositions.patch
	patches.suse/Revert-usb-early-convert-to-readl_poll_timeout_atomi.patch
	patches.suse/tty-n_hdlc-make-n_hdlc_tty_wakeup-asynchronous.patch
	patches.suse/serial-8250_fintek-Fix-garbled-text-for-console.patch
	patches.suse/cifs-ignore-resource_id-while-getting-fscache-super-cookie.patch
	patches.suse/cifs-sanitize-multiple-delimiters-in-prepath.patch
	patches.suse/powerpc-module_64-Fix-livepatching-for-RO-modules.patch
	patches.suse/signal-skip-the-altstack-update-when-not-needed.patch
	patches.suse/locking-rtmutex-Fix-incorrect-condition-in-rtmutex_s.patch
	patches.suse/timekeeping-Really-make-sure-wall_to_monotonic-isn-t.patch
	patches.suse/PCI-MSI-Clear-PCI_MSIX_FLAGS_MASKALL-on-error.patch
	patches.suse/KVM-x86-Drop-guest-CPUID-check-for-host-initiated-wr.patch
	patches.suse/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-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/net-accept-UFOv6-packages-in-virtio_net_hdr_to_skb.patch
	patches.suse/net-skip-virtio_net_hdr_set_proto-if-protocol-alread.patch
	patches.suse/igb-fix-deadlock-caused-by-taking-RTNL-in-RPM-resume.patch
	patches.suse/bonding-fix-ad_actor_system-option-setting-to-defaul.patch
	patches.suse/fjes-Check-for-error-irq.patch
	patches.suse/drivers-net-smc911x-Check-for-error-irq.patch
	patches.suse/net-ks8851-Check-for-error-irq.patch
	patches.suse/sfc-Check-null-pointer-of-rx_queue-page_ring.patch
	patches.suse/sfc-falcon-Check-null-pointer-of-rx_queue-page_ring.patch
	patches.suse/asix-fix-uninit-value-in-asix_mdio_read.patch
	patches.suse/asix-fix-wrong-return-value-in-asix_check_host_enabl.patch
	patches.suse/veth-ensure-skb-entering-GRO-are-not-cloned.patch
	patches.suse/net-stmmac-ptp-fix-potentially-overflowing-expressio.patch
	patches.suse/r8152-fix-the-force-speed-doesn-t-work-for-RTL8156.patch
	patches.suse/r8152-sync-ocp-base.patch
	patches.suse/net-stmmac-dwmac-visconti-Fix-value-of-ETHER_CLK_SEL.patch
	patches.suse/ucounts-Fix-rlimit-max-values-check.patch
	patches.suse/drm-mediatek-hdmi-Perform-NULL-pointer-check-for-mtk.patch
	patches.suse/platform-mellanox-mlxbf-pmc-Fix-an-IS_ERR-vs-NULL-bu.patch
	patches.suse/platform-x86-amd-pmc-only-use-callbacks-for-suspend.patch
	patches.suse/platform-x86-apple-gmux-use-resource_size-with-res.patch
	patches.suse/platform-x86-intel_pmc_core-fix-memleak-on-registrat.patch
	patches.suse/ARM-9160-1-NOMMU-Reload-__secondary_data-after-PROCI.patch
	patches.suse/ARM-9169-1-entry-fix-Thumb2-bug-in-iWMMXt-exception-.patch
	patches.suse/kernel-crash_core-suppress-unknown-crashkernel-param.patch
	patches.suse/Input-i8042-Add-deferred-probe-support.patch
	patches.suse/Input-iqs626a-prohibit-inlining-of-channel-parsing-f.patch
	patches.suse/Input-elantech-fix-stack-out-of-bound-access-in-elan.patch
	patches.suse/Input-i8042-enable-deferred-probe-quirk-for-ASUS-UM3.patch
	patches.suse/Input-goodix-try-not-to-touch-the-reset-pin-on-x86-A.patch
	patches.suse/Input-goodix-add-id-model-mapping-for-the-9111-model.patch
	patches.suse/Input-atmel_mxt_ts-fix-double-free-in-mxt_read_info_.patch
	patches.suse/Input-elants_i2c-do-not-check-Remark-ID-on-eKTH3900-.patch
	patches.suse/hwmon-lm90-Fix-usage-of-CONFIG2-register-in-detect-f.patch
	patches.suse/hwmon-lm90-Prevent-integer-overflow-underflow-in-hys.patch
	patches.suse/hwmon-lm90-Drop-critical-attribute-support-for-MAX66.patch
	patches.suse/hwmom-lm90-Fix-citical-alarm-status-for-MAX6680-MAX6.patch
	patches.suse/hwmon-lm90-Do-not-report-busy-status-bit-as-alarm.patch
	patches.suse/pinctrl-mediatek-fix-global-out-of-bounds-issue.patch
	patches.suse/pinctrl-bcm2835-Change-init-order-for-gpio-hogs.patch
	patches.suse/pinctrl-stm32-consider-the-GPIO-offset-to-expose-all.patch
	patches.suse/uapi-Fix-undefined-__always_inline-on-non-glibc-syst.patch
	patches.suse/x86-pkey-fix-undefined-behaviour-with-pkru_wd_bit.patch
	patches.suse/auxdisplay-charlcd-checking-for-pointer-reference-be.patch
	patches.suse/recordmcount.pl-fix-typo-in-s390-mcount-regex.patch
	patches.suse/usb-gadget-f_fs-Clear-ffs_eventfd-in-ffs_data_clear.patch
	patches.suse/usb-mtu3-fix-interval-value-for-intr-and-isoc.patch
	patches.suse/usb-mtu3-add-memory-barrier-before-set-GPD-s-HWO.patch
	patches.suse/usb-mtu3-fix-list_head-check-warning.patch
	patches.suse/usb-mtu3-set-interval-of-FS-intr-and-isoc-endpoint.patch
	patches.suse/xhci-Fresco-FL1100-controller-should-not-have-BROKEN.patch
	patches.suse/nitro_enclaves-Use-get_user_pages_unlocked-call-to-handle-mmap-assert.patch
	patches.suse/net-mlx5-DR-Fix-NULL-vs-IS_ERR-checking-in-dr_domain.patch
	patches.suse/net-mlx5-DR-Fix-querying-eswitch-manager-vport-for-E.patch
	patches.suse/net-mlx5-Use-first-online-CPU-instead-of-hard-coded-.patch
	patches.suse/net-mlx5-Fix-error-print-in-case-of-IRQ-request-fail.patch
	patches.suse/net-mlx5-Fix-SF-health-recovery-flow.patch
	patches.suse/net-mlx5-Fix-tc-max-supported-prio-for-nic-mode.patch
	patches.suse/net-mlx5e-Wrap-the-tx-reporter-dump-callback-to-extr.patch
	patches.suse/net-mlx5e-Fix-skb-memory-leak-when-TC-classifier-act.patch
	patches.suse/net-mlx5e-Fix-interoperability-between-XSK-and-ICOSQ.patch
	patches.suse/net-mlx5e-Fix-ICOSQ-recovery-flow-for-XSK.patch
	patches.suse/net-mlx5e-Delete-forward-rule-for-ct-or-sample-actio.patch
	patches.suse/net-mlx5-Fix-some-error-handling-paths-in-mlx5e_tc_a.patch
	patches.suse/net-phy-fixed_phy-Fix-NULL-vs-IS_ERR-checking-in-__f.patch
	patches.suse/sctp-use-call_rcu-to-free-endpoint.patch
	patches.suse/net-smc-fix-using-of-uninitialized-completions
	patches.suse/atlantic-Fix-buff_ring-OOB-in-aq_ring_rx_clean.patch
	patches.suse/net-usb-pegasus-Do-not-drop-long-Ethernet-frames.patch
	patches.suse/uapi-fix-linux-nfc.h-userspace-compilation-errors.patch
	patches.suse/nfc-uapi-use-kernel-size_t-to-fix-user-space-builds.patch
	patches.suse/mISDN-change-function-names-to-avoid-conflicts.patch
	patches.suse/net-ag71xx-Fix-a-potential-double-free-in-error-hand.patch
	patches.suse/net-lantiq_xrx200-fix-statistics-of-received-bytes.patch
	patches.suse/NFC-st21nfca-Fix-memory-leak-in-device-probe-and-rem.patch
	patches.suse/net-smc-don-t-send-CDC-LLC-message-if-link-not-ready
	patches.suse/net-smc-fix-kernel-panic-caused-by-race-of-smc_sock
	patches.suse/ionic-Initialize-the-lif-dbid_inuse-bitmap.patch
	patches.suse/igc-Do-not-enable-crosstimestamping-for-i225-V-model.patch
	patches.suse/igc-Fix-TX-timestamp-support-for-non-MSI-X-platforms.patch
	patches.suse/selftests-net-udpgso_bench_tx-fix-dst-ip-argument.patch
	patches.suse/selftests-net-Fix-a-typo-in-udpgro_fwd.sh.patch
	patches.suse/net-mlx5e-TC-Fix-memory-leak-with-rules-with-interna.patch
	patches.suse/net-mlx5e-Fix-wrong-features-assignment-in-case-of-e.patch
	patches.suse/selftests-net-using-ping6-for-IPv6-in-udpgro_fwd.sh.patch
	patches.suse/fsl-fman-Fix-missing-put_device-call-in-fman_port_pr.patch
	patches.suse/drm-amd-pm-Fix-xgmi-link-control-on-aldebaran.patch
	patches.suse/drm-amdgpu-When-the-VCN-1.0-block-is-suspended-power.patch
	patches.suse/drm-amdgpu-add-support-for-IP-discovery-gc_info-tabl.patch
	patches.suse/drm-amd-pm-skip-setting-gfx-cgpg-in-the-s0ix-suspend.patch
	patches.suse/drm-amdgpu-always-reset-the-asic-in-suspend-v2.patch
	patches.suse/drm-amdgpu-put-SMU-into-proper-state-on-runpm-suspen.patch
	patches.suse/drm-amd-display-fix-B0-TMDS-deepcolor-no-dislay-issu.patch
	patches.suse/drm-amd-display-Added-power-down-for-DCN10.patch
	patches.suse/drm-amd-display-Send-s0i2_rdy-in-stream_count-0-opti.patch
	patches.suse/drm-amd-display-Set-optimize_pwr_state-for-DCN31.patch
	patches.suse/0002-drm-amd-display-Changed-pipe-split-policy-to-allow-f.patch
	patches.suse/drm-amdgpu-fix-dropped-backing-store-handling-in-amd.patch
	patches.suse/0003-drm-nouveau-wait-for-the-exclusive-fence-after-the-s.patch
	patches.suse/scsi-lpfc-Terminate-string-in-lpfc_debugfs_nvmeio_trc_write
	patches.suse/scsi-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/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/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/ARM-shmobile-rcar-gen2-Add-missing-of_node_put.patch
	patches.suse/ARM-imx-rename-DEBUG_IMX21_IMX27_UART-to-DEBUG_IMX27_UART.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-imx-gpcv2-Synchronously-suspend-MIX-domains.patch
	patches.suse/PM-AVS-qcom-cpr-Use-div64_ul-instead-of-do_div.patch
	patches.suse/arm64-dts-renesas-cat875-Add-rx-tx-delays.patch
	patches.suse/ARM-dts-gemini-NAS4220-B-fis-index-block-with-128-Ki.patch
	patches.suse/arm64-dts-amlogic-meson-g12-Fix-GPU-operating-point-.patch
	patches.suse/arm64-dts-amlogic-Fix-SPI-NOR-flash-node-name-for-OD.patch
	patches.suse/arm64-dts-meson-gxbb-wetek-fix-HDMI-in-early-boot.patch
	patches.suse/arm64-dts-meson-gxbb-wetek-fix-missing-GPIO-binding.patch
	patches.suse/ARM-dts-stm32-fix-dtbs_check-warning-on-ili9341-dts-.patch
	patches.suse/arm64-dts-renesas-Fix-thermal-bindings.patch
	patches.suse/arm64-tegra-Fixup-SYSRAM-references.patch
	patches.suse/arm64-tegra-Update-Tegra234-BPMP-channel-addresses.patch
	patches.suse/arm64-tegra-Adjust-length-of-CCPLEX-cluster-MMIO-reg.patch
	patches.suse/arm64-dts-ti-k3-j721e-correct-cache-sets-info.patch
	patches.suse/arm64-dts-ti-j7200-main-Fix-dtbs_check-serdes_ln_ctr.patch
	patches.suse/arm64-dts-ti-j721e-main-Fix-dtbs_check-in-serdes_ln_.patch
	patches.suse/arm64-dts-ti-k3-am642-Fix-the-L2-cache-sets.patch
	patches.suse/arm64-dts-ti-k3-j7200-Fix-the-L2-cache-sets.patch
	patches.suse/arm64-dts-ti-k3-j721e-Fix-the-L2-cache-sets.patch
	patches.suse/arm64-dts-ti-k3-j7200-Correct-the-d-cache-sets-info.patch
	patches.suse/arm64-dts-marvell-cn9130-add-GPIO-and-SPI-aliases.patch
	patches.suse/arm64-dts-marvell-cn9130-enable-CP0-GPIO-controllers.patch
	patches.suse/ARM-dts-armada-38x-Add-generic-compatible-to-UART-no.patch
	patches.suse/arm64-dts-ls1028a-qds-move-rtc-node-to-the-correct-i.patch
	patches.suse/ARM-dts-exynos-Fix-BCM4330-Bluetooth-reset-polarity-.patch
	patches.suse/arm64-dts-qcom-msm8996-drop-not-documented-adreno-pr.patch
	patches.suse/arm64-dts-qcom-sm8350-Shorten-camera-thermal-bottom-.patch
	patches.suse/arm64-dts-qcom-sm8350-Describe-GCC-dependency-clocks.patch
	patches.suse/arm64-dts-qcom-sc7280-Fix-incorrect-clock-name.patch
	patches.suse/arm64-dts-qcom-msm8916-fix-MMC-controller-aliases.patch
	patches.suse/arm64-dts-qcom-c630-Fix-soundcard-setup.patch
	patches.suse/arm64-dts-qcom-ipq6018-Fix-gpio-ranges-property.patch
	patches.suse/ARM-dts-BCM5301X-update-CRU-block-description.patch
	patches.suse/arm64-dts-broadcom-bcm4908-add-DT-for-Netgear-RAXE50.patch
	patches.suse/ARM-dts-aspeed-Add-secure-boot-controller-node.patch
	patches.suse/Documentation-arch-Remove-leftovers-from-raw-device.patch
	patches.suse/arm64-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-mm-fix-2KB-pgtable-release-race.patch
	patches.suse/x86-sev-shorten-ghcb-terminate-macro-names
	patches.suse/x86-sev-get-rid-of-excessive-use-of-defines
	patches.suse/x86-head64-carve-out-the-guest-encryption-postprocessing-into-a-helper
	patches.suse/x86-sev-remove-do_early_exception-forward-declarations
	patches.suse/x86-sev-use-cc_attr-attribute-to-generalize-string-i-o-unroll
	patches.suse/x86-sev-rename-mem_encrypt-c-to-mem_encrypt_amd-c
	patches.suse/x86-sev-move-common-memory-encryption-code-to-mem_encrypt-c
	patches.suse/x86-mm-Flush-global-TLB-when-switching-to-trampoline.patch
	patches.suse/x86-uaccess-Move-variable-into-switch-case-statement.patch
	patches.suse/powerpc-Avoid-discarding-flags-in-system_call_except.patch
	patches.suse/x86-mce-Allow-instrumentation-during-task-work-queue.patch
	patches.suse/x86-mce-Mark-mce_panic-noinstr.patch
	patches.suse/x86-mce-Mark-mce_end-noinstr.patch
	patches.suse/x86-mce-Mark-mce_read_aux-noinstr.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/x86-mce-inject-Avoid-out-of-bounds-write-when-settin.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/tools-fix-ARRAY_SIZE-defines-in-tools-and-selftests-.patch
	patches.suse/selftests-rseq-remove-ARRAY_SIZE-define-from-individ.patch
	patches.suse/selftests-vm-remove-ARRAY_SIZE-define-from-individua.patch
	patches.suse/platform-x86-thinkpad_acpi-Add-hotkey_notify_extende.patch
	patches.suse/platform-x86-thinkpad_acpi-Get-privacy-screen-lcdsha.patch
	patches.suse/drm-bridge-display-connector-fix-an-uninitialized-po.patch
	patches.suse/drm-fix-null-ptr-deref-in-drm_dev_init_release.patch
	patches.suse/drm-panel-kingdisplay-kd097d04-Delete-panel-on-attac.patch
	patches.suse/drm-panel-innolux-p079zca-Delete-panel-on-attach-fai.patch
	patches.suse/drm-panel-Delete-panel-on-mipi_dsi_attach-failure.patch
	patches.suse/drm-rockchip-dsi-Hold-pm-runtime-across-bind-unbind.patch
	patches.suse/drm-rockchip-dsi-Reconfigure-hardware-on-resume.patch
	patches.suse/drm-rockchip-dsi-Fix-unbalanced-clock-on-probe-error.patch
	patches.suse/drm-rockchip-dsi-Disable-PLL-clock-on-bind-error.patch
	patches.suse/clk-bcm-2835-Pick-the-closest-clock-rate.patch
	patches.suse/clk-bcm-2835-Remove-rounding-up-the-dividers.patch
	patches.suse/drm-vc4-hdmi-Set-a-default-HSM-rate.patch
	patches.suse/drm-vc4-hdmi-Move-the-HSM-clock-enable-to-runtime_pm.patch
	patches.suse/drm-vc4-hdmi-Make-sure-the-controller-is-powered-in-.patch
	patches.suse/drm-vc4-hdmi-Make-sure-the-controller-is-powered-up-.patch
	patches.suse/drm-vc4-hdmi-Rework-the-pre_crtc_configure-error-han.patch
	patches.suse/drm-vc4-hdmi-Split-the-CEC-disable-enable-functions-.patch
	patches.suse/drm-vc4-hdmi-Make-sure-the-device-is-powered-with-CE.patch
	patches.suse/drm-vc4-crtc-Make-sure-the-HDMI-controller-is-powere.patch
	patches.suse/drm-vc4-hdmi-Fix-HPD-GPIO-detection.patch
	patches.suse/drm-vc4-hdmi-Enable-the-scrambler-on-reconnection.patch
	patches.suse/drm-bridge-analogix_dp-Make-PSR-exit-block-less.patch
	patches.suse/drm-vc4-crtc-Drop-feed_txp-from-state.patch
	patches.suse/drm-vc4-Fix-non-blocking-commit-getting-stuck-foreve.patch
	patches.suse/drm-vc4-crtc-Copy-assigned-channel-to-the-CRTC.patch
	patches.suse/drm-lima-fix-warning-when-CONFIG_DEBUG_SG-y-CONFIG_D.patch
	patches.suse/drm-ttm-Put-BO-in-its-memory-manager-s-lru-list.patch
	patches.suse/drm-bridge-dw-hdmi-handle-ELD-when-DRM_BRIDGE_ATTACH.patch
	patches.suse/drm-bridge-display-connector-implement-bus-fmts-call.patch
	patches.suse/drm-meson-split-out-encoder-from-meson_dw_hdmi.patch
	patches.suse/drm-nouveau-pmu-gm200-avoid-touching-PMU-outside-of-.patch
	patches.suse/drm-nouveau-pmu-gm200-use-alternate-falcon-reset-seq.patch
	patches.suse/drm-nouveau-kms-nv04-use-vzalloc-for-nv04_display.patch
	patches.suse/drm-dp-Don-t-read-back-backlight-mode-in-drm_edp_bac.patch
	patches.suse/drm-i915-Avoid-bitwise-vs-logical-OR-warning-in-snb_.patch
	patches.suse/drm-i915-Clean-up-bonding-debug-message.patch
	patches.suse/Revert-drm-i915-display-Disable-audio-DRRS-and-PSR-b.patch
	patches.suse/drm-i915-Update-memory-bandwidth-formulae.patch
	patches.suse/drm-i915-Fix-Memory-BW-formulae-for-ADL-P.patch
	patches.suse/drm-panel-orientation-quirks-Add-quirk-for-the-Lenov.patch
	patches.suse/drm-vboxvideo-fix-a-NULL-vs-IS_ERR-check.patch
	patches.suse/drm-bridge-anx7625-Fix-edid_read-break-case-in-sp_tx.patch
	patches.suse/drm-bridge-megachips-Ensure-both-bridges-are-probed-.patch
	patches.suse/drm-amd-display-check-top_pipe_to_program-pointer.patch
	patches.suse/drm-amdgpu-display-set-vblank_disable_immediate-for-.patch
	patches.suse/drm-amd-display-add-else-to-avoid-double-destroy-clk.patch
	patches.suse/drm-amdgpu-display-Only-set-vblank_disable_immediate.patch
	patches.suse/drm-rcar-du-Fix-CRTC-timings-when-CMM-is-used.patch
	patches.suse/drm-vmwgfx-Remove-the-deprecated-lower-mem-limit.patch
	patches.suse/drm-vmwgfx-Release-ttm-memory-if-probe-fails.patch
	patches.suse/drm-vmwgfx-Fail-to-initialize-on-broken-configs.patch
	patches.suse/dma_fence_array-Fix-PENDING_ERROR-leak-in-dma_fence_.patch
	patches.suse/drm-i915-gen11-Moving-WAs-to-icl_gt_workarounds_init.patch
	patches.suse/drm-i915-migrate-don-t-check-the-scratch-page.patch
	patches.suse/drm-i915-migrate-fix-offset-calculation.patch
	patches.suse/drm-i915-migrate-fix-length-calculation.patch
	patches.suse/drm-fourcc-Add-packed-10bit-YUV-4-2-0-format.patch
	patches.suse/drm-bridge-ti-sn65dsi86-Set-max-register-for-regmap.patch
	patches.suse/drm-mediatek-Use-mailbox-rx_callback-instead-of-cmdq.patch
	patches.suse/drm-mediatek-Remove-the-pointer-of-struct-cmdq_clien.patch
	patches.suse/drm-mediatek-Detect-CMDQ-execution-timeout.patch
	patches.suse/drm-amdgpu-Fix-a-NULL-pointer-dereference-in-amdgpu_.patch
	patches.suse/drm-radeon-radeon_kms-Fix-a-NULL-pointer-dereference.patch
	patches.suse/drm-amd-display-Fix-bug-in-debugfs-crc_win_update-en.patch
	patches.suse/drm-amd-display-Fix-out-of-bounds-access-on-DNC31-st.patch
	patches.suse/drm-amdgpu-update-drm_display_info-correctly-when-th.patch
	patches.suse/drm-amd-amdgpu-fix-psp-tmr-bo-pin-count-leak-in-SRIO.patch
	patches.suse/drm-amd-amdgpu-fix-gmc-bo-pin-count-leak-in-SRIOV.patch
	patches.suse/gpu-host1x-Drop-excess-kernel-doc-entry-key.patch
	patches.suse/drm-tegra-gr2d-Explicitly-control-module-reset.patch
	patches.suse/drm-tegra-vic-Fix-DMA-API-misuse.patch
	patches.suse/gpu-host1x-Add-back-arm_iommu_detach_device.patch
	patches.suse/drm-tegra-Add-back-arm_iommu_detach_device.patch
	patches.suse/drm-etnaviv-limit-submit-sizes.patch
	patches.suse/drm-etnaviv-consider-completed-fence-seqno-in-hang-c.patch
	patches.suse/drm-i915-uc-correctly-track-uc_fw-init-failure.patch
	patches.suse/drm-i915-Remove-unused-bits-of-i915_vma-active-api.patch
	patches.suse/drm-i915-Require-the-vm-mutex-for-i915_vma_bind.patch
	patches.suse/drm-vmwgfx-Remove-explicit-transparent-hugepages-sup.patch
	patches.suse/0002-drm-vmwgfx-Remove-unused-compile-options.patch
	patches.suse/drm-msm-dp-displayPort-driver-need-algorithm-rationa.patch
	patches.suse/drm-msm-dp-dp_link_parse_sink_count-return-immediate.patch
	patches.suse/drm-msm-dpu-fix-safe-status-debugfs-file.patch
	patches.suse/drm-amdgpu-Separate-vf2pf-work-item-init-from-virt-d.patch
	patches.suse/drm-amdgpu-fixup-bad-vram-size-on-gmc-v8.patch
	patches.suse/amdgpu-pm-Make-sysfs-pm-attributes-as-read-only-for-.patch
	patches.suse/drm-amd-display-Fix-the-uninitialized-variable-in-en.patch
	patches.suse/media-videobuf2-Fix-the-size-printk-format.patch
	patches.suse/media-atomisp-add-missing-media_device_cleanup-in-at.patch
	patches.suse/media-atomisp-fix-punit_ddr_dvfs_enable-argument-for.patch
	patches.suse/media-atomisp-fix-inverted-logic-in-buffers_needed.patch
	patches.suse/media-atomisp-do-not-use-err-var-when-checking-port-.patch
	patches.suse/media-atomisp-fix-inverted-error-check-for-ia_css_mi.patch
	patches.suse/media-atomisp-fix-ifdefs-in-sh_css.c.patch
	patches.suse/media-atomisp-add-NULL-check-for-asd-obtained-from-a.patch
	patches.suse/media-atomisp-fix-enum-formats-logic.patch
	patches.suse/media-atomisp-set-per-device-s-default-mode.patch
	patches.suse/media-atomisp-ov2680-Fix-ov2680_set_fmt-clobbering-t.patch
	patches.suse/media-atomisp-fix-uninitialized-bug-in-gmin_get_pmic.patch
	patches.suse/media-atomisp-check-before-deference-asd-variable.patch
	patches.suse/media-aspeed-fix-mode-detect-always-time-out-at-2nd-.patch
	patches.suse/media-em28xx-fix-memory-leak-in-em28xx_init_dev.patch
	patches.suse/media-v4l2-ioctl.c-readbuffers-depends-on-V4L2_CAP_R.patch
	patches.suse/media-aspeed-Update-signal-status-immediately-to-ens.patch
	patches.suse/media-correct-MEDIA_TEST_SUPPORT-help-text.patch
	patches.suse/media-atomisp-handle-errors-at-sh_css_create_isp_par.patch
	patches.suse/media-mceusb-fix-control-message-timeouts.patch
	patches.suse/media-redrat3-fix-control-message-timeouts.patch
	patches.suse/media-flexcop-usb-fix-control-message-timeouts.patch
	patches.suse/media-cpia2-fix-control-message-timeouts.patch
	patches.suse/media-em28xx-fix-control-message-timeouts.patch
	patches.suse/media-pvrusb2-fix-control-message-timeouts.patch
	patches.suse/media-s2255-fix-control-message-timeouts.patch
	patches.suse/media-stk1160-fix-control-message-timeouts.patch
	patches.suse/media-dmxdev-fix-UAF-when-dvb_register_device-fails.patch
	patches.suse/media-b2c2-Add-missing-check-in-flexcop_pci_isr.patch
	patches.suse/media-dib0700-fix-undefined-behavior-in-tuner-shutdo.patch
	patches.suse/media-hantro-postproc-Fix-motion-vector-space-size.patch
	patches.suse/media-i2c-imx274-fix-s_frame_interval-runtime-resume.patch
	patches.suse/media-i2c-imx274-fix-trivial-typo-expsoure-exposure.patch
	patches.suse/media-i2c-imx274-fix-trivial-typo-obainted-obtained.patch
	patches.suse/media-i2c-Re-order-runtime-pm-initialisation.patch
	patches.suse/media-i2c-ov8865-Fix-lockdep-error.patch
	patches.suse/media-rcar-csi2-Correct-the-selection-of-hsfreqrange.patch
	patches.suse/media-rcar-csi2-Optimize-the-selection-PHTW-register.patch
	patches.suse/media-imx-pxp-Initialize-the-spinlock-prior-to-using.patch
	patches.suse/media-si470x-i2c-fix-possible-memory-leak-in-si470x_.patch
	patches.suse/media-rcar_fdp1-Fix-the-correct-variable-assignments.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-memory-leak-of-object-map-on-erro.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/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/libbpf-Free-up-resources-used-by-inner-map-definitio.patch
	patches.suse/bpftool-Fix-memory-leak-in-prog_dump.patch
	patches.suse/bpftool-Remove-inclusion-of-utilities.mak-from-Makef.patch
	patches.suse/tcp-small-optimization-in-tcp-recvmsg.patch
	patches.suse/tcp-avoid-indirect-calls-to-sock_rfree.patch
	patches.suse/tcp-defer-skb-freeing-after-socket-lock-is-released.patch
	patches.suse/tcp-do-not-call-tcp_cleanup_rbuf-if-we-have-a-backlo.patch
	patches.suse/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-btusb-fix-memory-leak-in-btusb_mtk_submit_.patch
	patches.suse/Bluetooth-virtio_bt-fix-memory-leak-in-virtbt_rx_han.patch
	patches.suse/Bluetooth-cmtp-fix-possible-panic-when-cmtp_init_soc.patch
	patches.suse/Bluetooth-bfusb-fix-division-by-zero-in-send-path.patch
	patches.suse/Bluetooth-stop-proccessing-malicious-adv-data.patch
	patches.suse/Bluetooth-btusb-enable-Mediatek-to-support-AOSP-exte.patch
	patches.suse/net-stmmac-dwmac-qcom-ethqos-add-platform-level-cloc.patch
	patches.suse/ixgbevf-Rename-MSGTYPE-to-SUCCESS-and-FAILURE.patch
	patches.suse/tcp-add-missing-htmldocs-for-skb-ll_node-and-sk-defe.patch
	patches.suse/lan78xx-Fix-memory-allocation-bug.patch
	patches.suse/msft-hv-2484-net-mana-Add-XDP-support.patch
	patches.suse/msft-hv-2485-hv_netvsc-Use-bitmap_zalloc-when-applicable.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/net-stmmac-perserve-TX-and-RX-coalesce-value-during-.patch
	patches.suse/net-dsa-ocelot-seville-utilize-of_mdiobus_register.patch
	patches.suse/net-stmmac-Add-platform-level-debug-register-dump-fe.patch
	patches.suse/igc-AF_XDP-zero-copy-metadata-adjust-breaks-SKBs-on-.patch
	patches.suse/net-ice-Fix-boolean-assignment.patch
	patches.suse/net-ice-Remove-unused-enum.patch
	patches.suse/net-mlx5-Dynamically-resize-flow-counters-query-buff.patch
	patches.suse/net-smc-Clear-memory-when-release-and-reuse-buffer
	patches.suse/ath11k-set-correct-NL80211_FEATURE_DYNAMIC_SMPS-for-.patch
	patches.suse/wcn36xx-ensure-pairing-of-init_scan-finish_scan-and-.patch
	patches.suse/wcn36xx-Indicate-beacon-not-connection-loss-on-MISSE.patch
	patches.suse/wcn36xx-Fix-DMA-channel-enable-disable-cycle.patch
	patches.suse/wcn36xx-Release-DMA-channel-descriptor-allocations.patch
	patches.suse/wcn36xx-Put-DXE-block-into-reset-before-freeing-memo.patch
	patches.suse/wcn36xx-populate-band-before-determining-rate-on-RX.patch
	patches.suse/wcn36xx-fix-RX-BD-rate-mapping-for-5GHz-legacy-rates.patch
	patches.suse/ar5523-Fix-null-ptr-deref-with-unexpected-WDCMSG_TAR.patch
	patches.suse/ath11k-Send-PPDU_STATS_CFG-with-proper-pdev-mask-to-.patch
	patches.suse/ath11k-Fix-ETSI-regd-with-weather-radar-overlap.patch
	patches.suse/ath11k-Fix-crash-caused-by-uninitialized-TX-ring.patch
	patches.suse/ath11k-add-string-type-to-search-board-data-in-board.patch
	patches.suse/ath11k-clear-the-keys-properly-via-DISABLE_KEY.patch
	patches.suse/ath11k-reset-RSN-WPA-present-state-for-open-BSS.patch
	patches.suse/rtw89-fill-regd-field-of-limit-limit_ru-tables-by-en.patch
	patches.suse/rtw89-update-rtw89-regulation-definition-to-R58-R31.patch
	patches.suse/rtw89-update-tx-power-limit-limit_ru-tables-to-R54.patch
	patches.suse/rtw89-remove-unnecessary-conditional-operators.patch
	patches.suse/rtw89-remove-unneeded-variable.patch
	patches.suse/rtw89-fix-potentially-access-out-of-range-of-RF-regi.patch
	patches.suse/rtw89-add-AXIDMA-and-TX-FIFO-dump-in-mac_mem_dump.patch
	patches.suse/rtw88-add-quirk-to-disable-pci-caps-on-HP-250-G7-Not.patch
	patches.suse/mwifiex-Fix-skb_over_panic-in-mwifiex_usb_recv.patch
	patches.suse/mwifiex-Ignore-BTCOEX-events-from-the-88W8897-firmwa.patch
	patches.suse/rsi-Fix-use-after-free-in-rsi_rx_done_handler.patch
	patches.suse/rsi-Fix-out-of-bounds-read-in-rsi_read_pkt.patch
	patches.suse/libertas_tf-Use-struct_group-for-memcpy-region.patch
	patches.suse/msft-hv-2488-hv_sock-Extract-hvs_send_data-helper-that-takes-only.patch
	patches.suse/net-huawei-hinic-Use-devm_kcalloc-instead-of-devm_kz.patch
	patches.suse/net-phy-prefer-1000baseT-over-1000baseKX.patch
	patches.suse/bpf-Adjust-BTF-log-size-limit.patch
	patches.suse/bpf-Disallow-BPF_LOG_KERNEL-log-level-for-bpf-BPF_BTF_LOAD.patch
	patches.suse/bpf-Remove-config-check-to-enable-bpf-support-for-branch-records.patch
	patches.suse/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/gve-Correct-order-of-processing-device-options.patch
	patches.suse/gve-Move-the-irq-db-indexes-out-of-the-ntfy-block-st.patch
	patches.suse/gve-Update-gve_free_queue_page_list-signature.patch
	patches.suse/gve-remove-memory-barrier-around-seqno.patch
	patches.suse/gve-Add-optional-metadata-descriptor-type-GVE_TXD_MT.patch
	patches.suse/gve-Implement-suspend-resume-shutdown.patch
	patches.suse/gve-Add-consumed-counts-to-ethtool-stats.patch
	patches.suse/gve-Add-tx-rx-coalesce-usec-for-DQO.patch
	patches.suse/msft-hv-2492-net-mana-Add-RX-fencing.patch
	patches.suse/rtw89-add-const-in-the-cast-of-le32_get_bits.patch
	patches.suse/rtw89-use-inline-function-instead-macro-to-set-H2C-a.patch
	patches.suse/rtw89-update-scan_mac_addr-during-scanning-period.patch
	patches.suse/rtw89-fix-incorrect-channel-info-during-scan.patch
	patches.suse/rtw89-fix-sending-wrong-rtwsta-mac_id-to-firmware-to.patch
	patches.suse/rtw89-remove-cch_by_bw-which-is-not-used.patch
	patches.suse/rtw89-don-t-kick-off-TX-DMA-if-failed-to-write-skb.patch
	patches.suse/mwifiex-Fix-possible-ABBA-deadlock.patch
	patches.suse/libertas_tf-Add-missing-__packed-annotations.patch
	patches.suse/rtw89-coex-correct-C2H-header-length.patch
	patches.suse/rtw89-coex-Not-to-send-H2C-when-WL-not-ready-and-cou.patch
	patches.suse/rtw89-coex-Add-MAC-API-to-get-BT-polluted-counter.patch
	patches.suse/rtw89-coex-Define-LPS-state-for-BTC-using.patch
	patches.suse/rtw89-coex-Update-BT-counters-while-receiving-report.patch
	patches.suse/rtw89-coex-Cancel-PS-leaving-while-C2H-comes.patch
	patches.suse/rtw89-coex-Update-COEX-to-5.5.8.patch
	patches.suse/wireless-iwlwifi-Fix-a-double-free-in-iwl_txq_dyn_al.patch
	patches.suse/iwlwifi-mvm-demote-non-compliant-kernel-doc-header.patch
	patches.suse/iwlwifi-mvm-fix-delBA-vs.-NSSN-queue-sync-race.patch
	patches.suse/iwlwifi-mvm-synchronize-with-FW-after-multicast-comm.patch
	patches.suse/iwlwifi-support-4-bits-in-MAC-step-value.patch
	patches.suse/iwlwifi-add-support-for-Bz-Z-HW.patch
	patches.suse/iwlwifi-mvm-d3-move-GTK-rekeys-condition.patch
	patches.suse/iwlwifi-pcie-support-Bz-suspend-resume-trigger.patch
	patches.suse/iwlwifi-mvm-parse-firmware-alive-message-version-6.patch
	patches.suse/iwlwifi-mvm-d3-support-v12-wowlan-status.patch
	patches.suse/iwlwifi-mvm-support-RLC-configuration-command.patch
	patches.suse/iwlwifi-fw-api-add-link-to-PHY-context-command-struc.patch
	patches.suse/iwlwifi-mvm-add-support-for-PHY-context-command-v4.patch
	patches.suse/iwlwifi-remove-unused-iwlax210_2ax_cfg_so_hr_a0-stru.patch
	patches.suse/iwlwifi-mvm-remove-session-protection-upon-station-r.patch
	patches.suse/iwlwifi-add-missing-entries-for-Gf4-with-So-and-SoF.patch
	patches.suse/iwlwifi-mvm-Fix-wrong-documentation-for-scan-request.patch
	patches.suse/iwlwifi-mvm-Add-support-for-a-new-version-of-scan-re.patch
	patches.suse/iwlwifi-mvm-add-support-for-statistics-update-versio.patch
	patches.suse/iwlwifi-mvm-avoid-clearing-a-just-saved-session-prot.patch
	patches.suse/iwlwifi-mvm-update-rate-scale-in-moving-back-to-asso.patch
	patches.suse/iwlwifi-yoyo-support-for-DBGC4-for-dram.patch
	patches.suse/iwlwifi-acpi-fix-wgds-rev-3-size.patch
	patches.suse/iwlwifi-swap-1650i-and-1650s-killer-struct-names.patch
	patches.suse/iwlwifi-fw-add-support-for-splitting-region-type-bit.patch
	patches.suse/iwlwifi-mvm-add-some-missing-command-strings.patch
	patches.suse/iwlwifi-bump-FW-API-to-68-for-AX-devices.patch
	patches.suse/iwlwifi-mvm-api-define-system-control-command.patch
	patches.suse/iwlwifi-mvm-always-use-4K-RB-size-by-default.patch
	patches.suse/iwlwifi-pcie-retake-ownership-after-reset.patch
	patches.suse/iwlwifi-support-SAR-GEO-Offset-Mapping-override-via-.patch
	patches.suse/iwlwifi-dbg-disable-ini-debug-in-8000-family-and-bel.patch
	patches.suse/iwlwifi-Fix-FW-name-for-gl.patch
	patches.suse/iwlwifi-add-new-Qu-Hr-device.patch
	patches.suse/iwlwifi-implement-reset-flow-for-Bz-devices.patch
	patches.suse/iwlwifi-fw-correctly-detect-HW-SMEM-region-subtype.patch
	patches.suse/iwlwifi-add-new-ax1650-killer-device.patch
	patches.suse/iwlwifi-mvm-optionally-suppress-assert-log.patch
	patches.suse/ath11k-Use-host-CE-parameters-for-CE-interrupts-conf.patch
	patches.suse/ath11k-Avoid-NULL-ptr-access-during-mgmt-tx-cleanup.patch
	patches.suse/ath10k-Fix-the-MTU-size-on-QCA9377-SDIO.patch
	patches.suse/ath11k-avoid-deadlock-by-change-ieee80211_queue_work.patch
	patches.suse/wcn36xx-Fix-max-channels-retrieval.patch
	patches.suse/ath10k-Fix-tx-hanging.patch
	patches.suse/ath11k-Fix-buffer-overflow-when-scanning-with-extrai.patch
	patches.suse/ath11k-Avoid-false-DEADLOCK-warning-reported-by-lock.patch
	patches.suse/ath11k-Fix-deleting-uninitialized-kernel-timer-durin.patch
	patches.suse/ath11k-Fix-a-NULL-pointer-dereference-in-ath11k_mac_.patch
	patches.suse/bnx2x-Utilize-firmware-7.13.21.0.patch
	patches.suse/bnx2x-Invalidate-fastpath-HSI-version-for-VFs.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/mt76-mt7921-drop-offload_flags-overwritten.patch
	patches.suse/mt76-mt7615-fix-possible-deadlock-while-mt7615_regis.patch
	patches.suse/mt76-do-not-pass-the-received-frame-with-decryption-.patch
	patches.suse/mt76-mt7615-improve-wmm-index-allocation.patch
	patches.suse/mt76-mt7921-fix-possible-resume-failure.patch
	patches.suse/iwlwifi-mvm-add-missing-min_size-to-kernel-doc.patch
	patches.suse/iwlwifi-mvm-add-dbg_time_point-to-debugfs.patch
	patches.suse/rtw88-Disable-PCIe-ASPM-while-doing-NAPI-poll-on-882.patch
	patches.suse/rtw88-8822c-update-rx-settings-to-prevent-potential-.patch
	patches.suse/rtlwifi-rtl8192cu-Fix-WARNING-when-calling-local_irq.patch
	patches.suse/iwlwifi-mvm-fix-a-stray-tab.patch
	patches.suse/iwlwifi-mvm-clean-up-indenting-in-iwl_mvm_tlc_update.patch
	patches.suse/iwlwifi-iwl-eeprom-parse-mostly-dvm-only.patch
	patches.suse/iwlwifi-do-not-use-__unused-as-variable-name.patch
	patches.suse/iwlwifi-fix-Bz-NMI-behaviour.patch
	patches.suse/iwlwifi-fw-remove-dead-error-log-code.patch
	patches.suse/iwlwifi-pcie-add-jacket-bit-to-device-configuration-.patch
	patches.suse/iwlwifi-Read-the-correct-addresses-when-getting-the-.patch
	patches.suse/iwlwifi-mvm-support-revision-1-of-WTAS-table.patch
	patches.suse/iwlwifi-mvm-Add-list-of-OEMs-allowed-to-use-TAS.patch
	patches.suse/iwlwifi-add-support-for-BNJ-HW.patch
	patches.suse/iwlwifi-mvm-rfi-update-rfi-table.patch
	patches.suse/iwlwifi-rs-add-support-for-TLC-config-command-ver-4.patch
	patches.suse/iwlwifi-recognize-missing-PNVM-data-and-then-log-fil.patch
	patches.suse/iwlwifi-mvm-Increase-the-scan-timeout-guard-to-30-se.patch
	patches.suse/iwlwifi-parse-error-tables-from-debug-TLVs.patch
	patches.suse/iwlwifi-dump-CSR-scratch-from-outer-function.patch
	patches.suse/iwlwifi-dump-both-TCM-error-tables-if-present.patch
	patches.suse/iwlwifi-dump-RCM-error-tables.patch
	patches.suse/iwlwifi-mvm-fix-32-bit-build-in-FTM.patch
	patches.suse/iwlwifi-fix-debug-TLV-parsing.patch
	patches.suse/iwlwifi-fix-leaks-bad-data-after-failed-firmware-loa.patch
	patches.suse/iwlwifi-mvm-add-support-for-OCE-scan.patch
	patches.suse/iwlwifi-mvm-isolate-offload-assist-checksum-calculat.patch
	patches.suse/iwlwifi-remove-module-loading-failure-message.patch
	patches.suse/iwlwifi-mvm-use-a-define-for-checksum-flags-mask.patch
	patches.suse/iwlwifi-mvm-handle-RX-checksum-on-Bz-devices.patch
	patches.suse/iwlwifi-mvm-don-t-trust-hardware-queue-number.patch
	patches.suse/iwlwifi-mvm-change-old-SN-drop-threshold.patch
	patches.suse/iwlwifi-yoyo-support-TLV-based-firmware-reset.patch
	patches.suse/iwlwifi-don-t-pass-actual-WGDS-revision-number-in-ta.patch
	patches.suse/iwlwifi-mvm-test-roc-running-status-bits-before-remo.patch
	patches.suse/iwlwifi-mvm-Fix-calculation-of-frame-length.patch
	patches.suse/iwlwifi-bump-FW-API-to-69-for-AX-devices.patch
	patches.suse/iwlwifi-mvm-always-store-the-PPAG-table-as-the-lates.patch
	patches.suse/iwlwifi-mvm-correctly-set-channel-flags.patch
	patches.suse/iwlwifi-mvm-perform-6GHz-passive-scan-after-suspend.patch
	patches.suse/iwlwifi-pcie-add-killer-devices-to-the-driver.patch
	patches.suse/iwlwifi-mvm-set-protected-flag-only-for-NDP-ranging.patch
	patches.suse/iwlwifi-mvm-correctly-set-schedule-scan-profiles.patch
	patches.suse/iwlwifi-mvm-add-US-CA-to-TAS-block-list-if-OEM-isn-t.patch
	patches.suse/iwlwifi-mvm-support-Bz-TX-checksum-offload.patch
	patches.suse/iwlwifi-mvm-fix-AUX-ROC-removal.patch
	patches.suse/iwlwifi-mvm-drop-too-short-packets-silently.patch
	patches.suse/iwlwifi-mvm-remove-card-state-notification-code.patch
	patches.suse/iwlwifi-pcie-make-sure-prph_info-is-set-when-treatin.patch
	patches.suse/iwlwifi-fw-fix-some-scan-kernel-doc.patch
	patches.suse/iwlwifi-yoyo-fix-issue-with-new-DBGI_SRAM-region-rea.patch
	patches.suse/ath9k_htc-fix-NULL-pointer-dereference-at-ath9k_htc_.patch
	patches.suse/ath9k_htc-fix-NULL-pointer-dereference-at-ath9k_htc_-8b3046abc99e.patch
	patches.suse/ath9k-Fix-out-of-bound-memcpy-in-ath9k_hif_usb_rx_st.patch
	patches.suse/ath11k-Fix-napi-related-hang.patch
	patches.suse/ath11k-Fix-unexpected-return-buffer-manager-error-fo.patch
	patches.suse/rtw89-8852a-correct-bit-definition-of-dfs_en.patch
	patches.suse/Bluetooth-btusb-Add-one-more-Bluetooth-part-for-the-.patch
	patches.suse/Bluetooth-btusb-Add-the-new-support-IDs-for-WCN6855.patch
	patches.suse/Bluetooth-refactor-malicious-adv-data-check.patch
	patches.suse/Bluetooth-btmtksdio-fix-resume-failure.patch
	patches.suse/Bluetooth-btusb-Add-one-more-Bluetooth-part-for-WCN6.patch
	patches.suse/Bluetooth-MGMT-Use-hci_dev_test_and_-set-clear-_flag.patch
	patches.suse/Bluetooth-L2CAP-Fix-using-wrong-mode.patch
	patches.suse/Bluetooth-btusb-Add-two-more-Bluetooth-parts-for-WCN.patch
	patches.suse/Bluetooth-btintel-Add-missing-quirks-and-msft-ext-fo.patch
	patches.suse/Bluetooth-btusb-Add-support-for-Foxconn-MT7922A.patch
	patches.suse/Bluetooth-hci_qca-Stop-IBS-timer-during-BT-OFF.patch
	patches.suse/Bluetooth-vhci-Set-HCI_QUIRK_VALID_LE_STATES.patch
	patches.suse/bpf-Introduce-composable-reg-ret-and-arg-types.patch
	patches.suse/bpf-Replace-ARG_XXX_OR_NULL-with-ARG_XXX-PTR_MAYBE_N.patch
	patches.suse/bpf-Replace-RET_XXX_OR_NULL-with-RET_XXX-PTR_MAYBE_N.patch
	patches.suse/bpf-Replace-PTR_TO_XXX_OR_NULL-with-PTR_TO_XXX-PTR_M.patch
	patches.suse/bpf-Introduce-MEM_RDONLY-flag.patch
	patches.suse/bpf-Convert-PTR_TO_MEM_OR_NULL-to-composable-types.patch
	patches.suse/bpf-Make-per_cpu_ptr-return-rdonly-PTR_TO_MEM.patch
	patches.suse/bpf-Add-MEM_RDONLY-for-helper-args-that-are-pointers.patch
	patches.suse/bpf-selftests-Test-PTR_TO_RDONLY_MEM.patch
	patches.suse/net-smc-remove-redundant-re-assignment-of-pointer-link
	patches.suse/batman-adv-allow-netlink-usage-in-unprivileged-conta.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/sfc-Use-swap-instead-of-open-coding-it.patch
	patches.suse/veth-Do-not-record-rx-queue-hint-in-veth_xmit.patch
	patches.suse/net-tls-Fix-skb-memory-leak-when-running-kTLS-traffi.patch
	patches.suse/net-mscc-ocelot-fix-incorrect-balancing-with-down-LA.patch
	patches.suse/can-mcp251xfd-mcp251xfd_tef_obj_read-fix-typo-in-err.patch
	patches.suse/can-mcp251xfd-add-missing-newline-to-printed-strings.patch
	patches.suse/Bluetooth-hci_bcm-Check-for-error-irq.patch
	patches.suse/Bluetooth-hci_qca-Fix-NULL-vs-IS_ERR_OR_NULL-check-i.patch
	patches.suse/Bluetooth-btintel-Fix-broken-LED-quirk-for-legacy-RO.patch
	patches.suse/Bluetooth-btusb-Add-support-for-Foxconn-QCA-0xe0d0.patch
	patches.suse/Bluetooth-L2CAP-uninitialized-variables-in-l2cap_soc.patch
	patches.suse/iwlwifi-mvm-Use-div_s64-instead-of-do_div-in-iwl_mvm.patch
	patches.suse/bnxt_en-add-dynamic-debug-support-for-HWRM-messages.patch
	patches.suse/bnxt_en-use-firmware-provided-max-timeout-for-messag.patch
	patches.suse/vmxnet3-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-mcs7830-handle-usb-read-errors-properly.patch
	patches.suse/ACPICA-actypes.h-Expand-the-ACPI_ACCESS_-definitions.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-Hardware-Do-not-flush-CPU-cache-when-entering.patch
	patches.suse/ACPI-scan-Create-platform-device-for-BCM4752-and-LNV.patch
	patches.suse/PCI-ACPI-Fix-acpi_pci_osc_control_set-kernel-doc-com.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-thermal-drop-an-always-true-check.patch
	patches.suse/ACPI-battery-Add-the-ThinkPad-Not-Charging-quirk.patch
	patches.suse/cpufreq-intel_pstate-Update-EPP-for-AlderLake-mobile.patch
	patches.suse/ACPI-CPPC-Check-present-CPUs-for-determining-_CPC-is.patch
	patches.suse/x86-sched-fix-undefined-reference-to-init_freq_invariance_cppc-build-error.patch
	patches.suse/PM-runtime-Add-safety-net-to-supplier-device-release.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/rcu-Tighten-rcu_advance_cbs_nowake-checks.patch
	patches.suse/tools-nolibc-x86-64-Fix-startup-code-bug.patch
	patches.suse/tools-nolibc-i386-fix-initial-stack-alignment.patch
	patches.suse/tools-nolibc-fix-incorrect-truncation-of-exit-code.patch
	patches.suse/scripts-sphinx-pre-install-add-required-ctex-depende.patch
	patches.suse/Documentation-refer-to-config-RANDOMIZE_BASE-for-ker.patch
	patches.suse/docs-automarkup.py-Fix-invalid-HTML-link-output-and-.patch
	patches.suse/scripts-sphinx-pre-install-Fix-ctex-support-on-Debia.patch
	patches.suse/hwrng-cavium-Check-health-status-while-reading-rando.patch
	patches.suse/crypto-caam-replace-this_cpu_ptr-with-raw_cpu_ptr.patch
	patches.suse/crypto-qce-fix-uaf-on-qce_aead_register_one.patch
	patches.suse/crypto-qce-fix-uaf-on-qce_ahash_register_one.patch
	patches.suse/crypto-qce-fix-uaf-on-qce_skcipher_register_one.patch
	patches.suse/crypto-octeontx2-use-swap-to-make-code-cleaner.patch
	patches.suse/crypto-drbg-prepare-for-more-fine-grained-tracking-o.patch
	patches.suse/crypto-drbg-track-whether-DRBG-was-seeded-with-rng_i.patch
	patches.suse/crypto-drbg-move-dynamic-reseed_threshold-adjustment.patch
	patches.suse/crypto-drbg-make-reseeding-from-get_random_bytes-syn.patch
	patches.suse/crypto-drbg-make-drbg_prepare_hrng-handle-jent-insta.patch
	patches.suse/crypto-drbg-reseed-nopr-drbgs-periodically-from-get_.patch
	patches.suse/crypto-qat-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-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-thinkpad_acpi-Convert-platform-driver-t.patch
	patches.suse/platform-x86-asus-wmi-Add-support-for-custom-fan-cur.patch
	patches.suse/platform-x86-think-lmi-Opcode-support.patch
	patches.suse/platform-x86-think-lmi-Move-kobject_init-call-into-t.patch
	patches.suse/platform-x86-think-lmi-Simplify-tlmi_analyze-error-h.patch
	patches.suse/platform-x86-thinkpad_acpi-Accept-ibm_init_struct.in.patch
	patches.suse/platform-x86-thinkpad_acpi-Make-_init-functions-retu.patch
	patches.suse/platform-x86-thinkpad_acpi-Simplify-dytc_version-han.patch
	patches.suse/platform-x86-thinkpad_acpi-Cleanup-dytc_profile_avai.patch
	patches.suse/platform-x86-thinkpad_acpi-Properly-indent-code-in-t.patch
	patches.suse/platform-x86-thinkpad_acpi-Remove-goto-err_exit-from.patch
	patches.suse/platform-x86-thinkpad_acpi-Fix-thermal_temp_input_at.patch
	patches.suse/platform-x86-thinkpad_acpi-Register-tpacpi_pdriver-a.patch
	patches.suse/platform-x86-thinkpad_acpi-tpacpi_attr_group-contain.patch
	patches.suse/platform-x86-thinkpad_acpi-Fix-the-hwmon-sysfs-attr-.patch
	patches.suse/platform-x86-thinkpad_acpi-Remove-unused-sensors_pde.patch
	patches.suse/platform-x86-thinkpad_acpi-Add-LED_RETAIN_AT_SHUTDOW.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/platform-x86-think-lmi-Prevent-underflow-in-index_st.patch
	patches.suse/mtd-Fixed-breaking-list-in-__mtd_del_partition.patch
	patches.suse/mtd-core-provide-unique-name-for-nvmem-device.patch
	patches.suse/mtd-hyperbus-rpc-if-Check-return-value-of-rpcif_sw_i.patch
	patches.suse/mtd-hyperbus-rpc-if-fix-bug-in-rpcif_hb_remove.patch
	patches.suse/mtd-rawnand-davinci-Don-t-calculate-ECC-when-reading.patch
	patches.suse/mtd-rawnand-davinci-Avoid-duplicated-page-read.patch
	patches.suse/mtd-rawnand-davinci-Rewrite-function-description.patch
	patches.suse/mtd-rawnand-Export-nand_read_page_hwecc_oob_first.patch
	patches.suse/mtd-rawnand-ingenic-JZ4740-needs-oob_first-read-page.patch
	patches.suse/mtd-rawnand-gpmi-Remove-explicit-default-gpmi-clock-.patch
	patches.suse/mtd-rawnand-gpmi-Add-ERR007117-protection-for-nfc_ap.patch
	patches.suse/mtd-rawnand-mpc5121-Remove-unused-variable-in-ads512.patch
	patches.suse/regmap-Call-regmap_debugfs_exit-prior-to-_init.patch
	patches.suse/regulator-Drop-unnecessary-struct-member.patch
	patches.suse/regulator-da9121-Prevent-current-limit-change-when-e.patch
	patches.suse/regulator-qcom-labibb-OCP-interrupts-are-not-a-failu.patch
	patches.suse/regulator-qcom_smd-Align-probe-function-with-rpmh-re.patch
	patches.suse/spi-hisi-kunpeng-Fix-the-debugfs-directory-name-inco.patch
	patches.suse/spi-spi-rspi-Drop-redeclaring-ret-variable-in-qspi_t.patch
	patches.suse/spi-tegra210-quad-use-devm-call-for-cdata-memory.patch
	patches.suse/spi-Fix-incorrect-cs_setup-delay-handling.patch
	patches.suse/spi-spi-meson-spifc-Add-missing-pm_runtime_disable-i.patch
	patches.suse/spi-uniphier-Fix-a-bug-that-doesn-t-point-to-private.patch
	patches.suse/mfd-atmel-flexcom-Remove-ifdef-CONFIG_PM_SLEEP.patch
	patches.suse/mfd-atmel-flexcom-Use-.resume_noirq.patch
	patches.suse/mfd-intel-lpss-Fix-too-early-PM-enablement-in-the-AC.patch
	patches.suse/mfd-tps65910-Set-PWR_OFF-bit-during-driver-probe.patch
	patches.suse/backlight-qcom-wled-Validate-enabled-string-indices-.patch
	patches.suse/backlight-qcom-wled-Pass-number-of-elements-to-read-.patch
	patches.suse/backlight-qcom-wled-Use-cpu_to_le16-macro-to-perform.patch
	patches.suse/backlight-qcom-wled-Fix-off-by-one-maximum-with-defa.patch
	patches.suse/backlight-qcom-wled-Override-default-length-with-qco.patch
	patches.suse/backlight-qcom-wled-Respect-enabled-strings-in-set_b.patch
	patches.suse/mmc-tmio-reinit-card-irqs-in-reset-routine.patch
	patches.suse/mmc-core-Fixup-storing-of-OCR-for-MMC_QUIRK_NONSTD_S.patch
	patches.suse/mmc-sdhci-pci-Add-PCI-ID-for-Intel-ADL.patch
	patches.suse/mmc-sdhci-pci-gli-GL9755-Support-for-CD-WP-inversion.patch
	patches.suse/mmc-meson-mx-sdhc-add-IRQ-check.patch
	patches.suse/mmc-meson-mx-sdio-add-IRQ-check.patch
	patches.suse/mmc-mtk-sd-Use-readl_poll_timeout-instead-of-open-co.patch
	patches.suse/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/gpiolib-acpi-Do-not-set-the-IRQ-type-if-the-IRQ-is-a.patch
	patches.suse/dt-bindings-gpio-Add-Tegra241-support.patch
	patches.suse/gpio-tegra186-Add-support-for-Tegra241.patch
	patches.suse/pcmcia-rsrc_nonstatic-Fix-a-NULL-pointer-dereference.patch
	patches.suse/pcmcia-rsrc_nonstatic-Fix-a-NULL-pointer-dereference-977d2e7c63c3.patch
	patches.suse/pcmcia-fix-setting-of-kthread-task-states.patch
	patches.suse/tpm-add-request_locality-before-write-TPM_INT_ENABLE.patch
	patches.suse/tpm_tis-Fix-an-error-handling-path-in-tpm_tis_core_i.patch
	patches.suse/tpm-fix-potential-NULL-pointer-access-in-tpm_del_cha.patch
	patches.suse/tpm-fix-NPE-on-probe-for-missing-device.patch
	patches.suse/selinux-fix-potential-memleak-in-selinux_add_opt.patch
	patches.suse/audit-ensure-userspace-is-penalized-the-same-as-the-.patch
	patches.suse/ima-Fix-undefined-arch_ima_get_secureboot-and-co.patch
	patches.suse/btrfs-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-a-WARN_ONCE-in-xfs_ioc_attr_list.patch
	patches.suse/xfs-prevent-UAF-in-xfs_log_item_in_current_chkpt.patch
	patches.suse/ext4-use-ext4_journal_start-stop-for-fast-commit-tra.patch
	patches.suse/ext4-drop-ineligible-txn-start-stop-APIs.patch
	patches.suse/ext4-simplify-updating-of-fast-commit-stats.patch
	patches.suse/ext4-fix-fast-commit-may-miss-tracking-range-for-FAL.patch
	patches.suse/ext4-use-ext4_ext_remove_space-for-fast-commit-repla.patch
	patches.suse/ext4-fast-commit-may-miss-tracking-unwritten-range-d.patch
	patches.suse/ext4-destroy-ext4_fc_dentry_cachep-kmemcache-on-modu.patch
	patches.suse/ext4-Fix-BUG_ON-in-ext4_bread-when-write-quota-data.patch
	patches.suse/ext4-make-sure-quota-gets-properly-shutdown-on-error.patch
	patches.suse/ext4-make-sure-to-reset-inode-lockdep-class-when-quo.patch
	patches.suse/ext4-fix-a-possible-ABBA-deadlock-due-to-busy-PA.patch
	patches.suse/ext4-initialize-err_blk-before-calling-__ext4_get_in.patch
	patches.suse/ext4-fix-null-ptr-deref-in-__ext4_journal_ensure_cre.patch
	patches.suse/ext4-fix-an-use-after-free-issue-about-data-journal-.patch
	patches.suse/ext4-avoid-trim-error-on-fs-with-small-groups.patch
	patches.suse/ext4-set-csum-seed-in-tmp-inode-while-migrating-to-extents.patch
	patches.suse/ext4-don-t-use-the-orphan-list-when-migrating-an-ino.patch
	patches.suse/lib-logic_iomem-Fix-32-bit-build.patch
	patches.suse/lib-logic_iomem-Fix-operation-on-32-bit.patch
	patches.suse/ARM-9159-1-decompressor-Avoid-UNPREDICTABLE-NOP-enco.patch
	patches.suse/psi-Remove-repeated-verbose-comment.patch
	patches.suse/psi-Add-a-missing-SPDX-license-header.patch
	patches.suse/sched-core-Forced-idle-accounting.patch
	patches.suse/psi-Fix-PSI_MEM_FULL-state-when-tasks-are-in-memstall-and-doing-reclaim.patch
	patches.suse/cputime-cpuacct-Include-guest-time-in-user-time-in-c.patch
	patches.suse/sched-cpuacct-Fix-user-system-in-shown-cpuacct.usage.patch
	patches.suse/sched-fair-Fix-detection-of-per-CPU-kthreads-waking-a-task.patch
	patches.suse/sched-fair-Fix-per-CPU-kthread-and-wakee-stacking-for-asym-CPU-capacity.patch
	patches.suse/sched-fair-Document-the-slow-path-and-fast-path-in-select_task_rq_fair.patch
	patches.suse/sched-rt-Try-to-restart-rt-period-timer-when-rt-runt.patch
	patches.suse/sched-fair-Cleanup-task_util-and-capacity-type.patch
	patches.suse/kernel-locking-Use-a-pointer-in-ww_mutex_trylock.patch
	patches.suse/sched-Trigger-warning-if-migration_disabled-counter-underflows.patch
	patches.suse/locking-Remove-rt_rwlock_is_contended.patch
	patches.suse/locking-rtmutex-Squash-self-deadlock-check-for-ww_rt.patch
	patches.suse/locking-rtmutex-Add-rt_mutex_lock_nest_lock-and-rt_m.patch
	patches.suse/locking-Make-owner_on_cpu-into-linux-sched.h.patch
	patches.suse/block-Provide-blk_mq_sched_get_icq.patch
	patches.suse/bfq-Track-number-of-allocated-requests-in-bfq_entity.patch
	patches.suse/bfq-Store-full-bitmap-depth-in-bfq_data.patch
	patches.suse/bfq-Limit-number-of-requests-consumed-by-each-cgroup.patch
	patches.suse/bfq-Limit-waker-detection-in-time.patch
	patches.suse/bfq-Do-not-let-waker-requests-skip-proper-accounting.patch
	patches.suse/block-Fix-fsync-always-failed-if-once-failed.patch
	patches.suse/floppy-Fix-hang-in-watchdog-when-disk-is-ejected.patch
	patches.suse/floppy-Add-max-size-check-for-user-space-request.patch
	patches.suse/nvme-fabrics-print-out-valid-arguments-when-reading-.patch
	patches.suse/nvme-add-iopolicy-module-parameter.patch
	patches.suse/md-raid5-play-nice-with-PREEMPT_RT.patch
	patches.suse/md-Move-alloc-free-acct-bioset-in-to-personality.patch
	patches.suse/0005-dm-btree-add-a-defensive-bounds-check-to-insert_at.patch
	patches.suse/0006-dm-space-map-common-add-bounds-check-to-sm_ll_lookup_bitmap.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/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-gadget-configfs-use-to_config_usb_cfg-in-os_desc.patch
	patches.suse/usb-gadget-configfs-use-to_usb_function_instance-in-.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/0001-usb-Add-Xen-pvUSB-protocol-description.patch
	patches.suse/0002-usb-Introduce-Xen-pvUSB-frontend-xen-hcd.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-Add-delay-for-SuperSpeed-hub-resume-to-let-l.patch
	patches.suse/usb-ftdi-elan-fix-memory-leak-on-device-disconnect.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-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/0007-dm-fix-alloc_dax-error-handling-in-alloc_dev.patch
	patches.suse/iommu-arm-smmu-qcom-fix-ttbr0-read
	patches.suse/iommu-io-pgtable-arm-v7s-add-error-handle-for-page-table-allocation-failure
	patches.suse/iommu-amd-restore-ga-log-tail-pointer-on-host-resume
	patches.suse/iommu-amd-x2apic-mode-re-enable-after-resume
	patches.suse/iommu-amd-x2apic-mode-setup-the-intx-registers-on-mask-unmask
	patches.suse/iommu-amd-x2apic-mode-mask-unmask-interrupts-on-suspend-resume
	patches.suse/iommu-amd-remove-useless-irq-affinity-notifier
	patches.suse/iommu-extend-mutex-lock-scope-in-iommu_probe_device
	patches.suse/iommu-io-pgtable-arm-fix-table-descriptor-paddr-formatting
	patches.suse/iommu-iova-fix-race-between-fq-timeout-and-teardown
	patches.suse/perf-Protect-perf_guest_cbs-with-RCU.patch
	patches.suse/KVM-x86-Register-perf-callbacks-after-calling-vendor.patch
	patches.suse/KVM-x86-Register-Processor-Trace-interrupt-hook-iff-.patch
	patches.suse/x86-use-mindirect-branch-cs-prefix-for-retpoline-builds.patch
	patches.suse/x86-lib-atomic64_386_32-rename-things.patch
	patches.suse/x86-prepare-asm-files-for-straight-line-speculation.patch
	patches.suse/x86-prepare-inline-asm-for-straight-line-speculation.patch
	patches.suse/objtool-add-straight-line-speculation-validation.patch
	patches.suse/x86-alternative-relax-text_poke_bp-constraint.patch
	patches.suse/x86-add-straight-line-speculation-mitigation.patch
	patches.suse/bitfield.h-Fix-type-of-reg-too-small-for-mask-test.patch
	patches.suse/x86-extable-Extend-extable-functionality.patch
	patches.suse/x86-msr-Remove-.fixup-usage.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/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/scsi-lpfc-Use-irq_set_affinity.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-bnxt_re-Scan-the-whole-bitmap-when-checking-if-.patch
	patches.suse/RDMA-hns-Validate-the-pkey-index.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-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-hns-Modify-the-mapping-attribute-of-doorbell-to.patch
	patches.suse/RDMA-uverbs-Remove-the-unnecessary-assignment.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-rxe-Fix-a-typo-in-opcode-name.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/mailbox-hi3660-convert-struct-comments-to-kernel-doc.patch
	patches.suse/mailbox-change-mailbox-mpfs-compatible-string.patch
	patches.suse/scsi-pm80xx-Update-WARN_ON-check-in-pm8001_mpi_build_cmd
	patches.suse/scsi-core-Show-SCMD_LAST-in-text-form
	patches.suse/scsi-pm8001-Fix-kernel-doc-warnings
	patches.suse/scsi-core-Fix-scsi_device_max_queue_depth.patch
	patches.suse/scsi-ufs-Remove-dead-code.patch
	patches.suse/scsi-ufs-Fix-race-conditions-related-to-driver-data
	patches.suse/scsi-ufs-Fix-a-deadlock-in-the-error-handler.patch
	patches.suse/scsi-ufs-Fix-a-kernel-crash-during-shutdown.patch
	patches.suse/scsi-ufs-Stop-using-the-clock-scaling-lock-in-the-error-handler.patch
	patches.suse/scsi-lpfc-Fix-leaked-lpfc_dmabuf-mbox-allocations-wi.patch
	patches.suse/scsi-lpfc-Change-return-code-on-I-Os-received-during.patch
	patches.suse/scsi-lpfc-Fix-lpfc_force_rscn-ndlp-kref-imbalance.patch
	patches.suse/scsi-lpfc-Fix-NPIV-port-deletion-crash.patch
	patches.suse/scsi-lpfc-Trigger-SLI4-firmware-dump-before-doing-dr.patch
	patches.suse/scsi-lpfc-Adjust-CMF-total-bytes-and-rxmonitor.patch
	patches.suse/scsi-lpfc-Cap-CMF-read-bytes-to-MBPI.patch
	patches.suse/scsi-lpfc-Add-additional-debugfs-support-for-CMF.patch
	patches.suse/scsi-lpfc-Update-lpfc-version-to-14.0.0.4.patch
	patches.suse/scsi-lpfc-Use-struct_group-to-initialize-struct-lpfc.patch
	patches.suse/scsi-lpfc-Use-struct_group-to-isolate-cast-to-larger.patch
	patches.suse/qla2xxx-synchronize-rport-dev_loss_tmo-setting.patch
	patches.suse/scsi-libsas-Don-t-always-drain-event-workqueue-for-HA-resume.patch
	patches.suse/scsi-Revert-scsi-hisi_sas-Filter-out-new-PHY-up-events-during-suspend
	patches.suse/scsi-block-pm-Always-set-request-queue-runtime-active-in-blk_post_runtime_resume.patch
	patches.suse/scsi-libsas-Add-spin_lock-unlock-to-protect-asd_sas_port-phy_list.patch
	patches.suse/scsi-hisi_sas-Fix-some-issues-related-to-asd_sas_port-phy_list.patch
	patches.suse/scsi-mvsas-Add-spin_lock-unlock-to-protect-asd_sas_port-phy_list.patch
	patches.suse/scsi-libsas-Insert-PORTE_BROADCAST_RCVD-event-for-resuming-host.patch
	patches.suse/scsi-hisi_sas-Add-more-logs-for-runtime-suspend-resume.patch
	patches.suse/scsi-libsas-Resume-host-while-sending-SMP-I-Os.patch
	patches.suse/scsi-libsas-Add-flag-SAS_HA_RESUMING.patch
	patches.suse/scsi-libsas-Refactor-sas_queue_deferred_work.patch
	patches.suse/scsi-libsas-Defer-works-of-new-phys-during-suspend.patch
	patches.suse/scsi-hisi_sas-Keep-controller-active-between-ISR-of-phyup-and-the-event-being-processed.patch
	patches.suse/scsi-libsas-Keep-host-active-while-processing-events.patch
	patches.suse/scsi-hisi_sas-Use-autosuspend-for-the-host-controller.patch
	patches.suse/scsi-sr-Don-t-use-GFP_DMA.patch
	patches.suse/scsi-mpi3mr-Fixes-around-reply-request-queues.patch
	patches.suse/ALSA-hda-realtek-Add-speaker-fixup-for-some-Yoga-15I.patch
	patches.suse/ALSA-hda-realtek-Use-ALC285_FIXUP_HP_GPIO_LED-on-ano.patch
	patches.suse/ALSA-hda-intel-More-comprehensive-PM-runtime-setup-f.patch
	patches.suse/ALSA-usb-audio-Use-int-for-dB-map-values.patch
	patches.suse/ALSA-usb-audio-Add-minimal-mute-notion-in-dB-mapping.patch
	patches.suse/ALSA-usb-audio-Fix-dB-level-of-Bose-Revolve-SoundLin.patch
	patches.suse/ALSA-jack-Add-missing-rwsem-around-snd_ctl_remove-ca.patch
	patches.suse/ALSA-PCM-Add-missing-rwsem-around-snd_ctl_remove-cal.patch
	patches.suse/ALSA-hda-Add-missing-rwsem-around-snd_ctl_remove-cal.patch
	patches.suse/ALSA-hda-Fix-potential-deadlock-at-codec-unbinding.patch
	patches.suse/ALSA-hda-Do-disconnect-jacks-at-codec-unbind.patch
	patches.suse/ALSA-hda-Remove-redundant-runtime-PM-calls.patch
	patches.suse/ALSA-led-Use-restricted-type-for-iface-assignment.patch
	patches.suse/ALSA-hda-Make-proper-use-of-timecounter.patch
	patches.suse/ALSA-oss-fix-compile-error-when-OSS_DEBUG-is-enabled.patch
	patches.suse/ALSA-hda-hdmi-Consider-ELD-is-invalid-when-no-SAD-is.patch
	patches.suse/ALSA-usb-audio-Drop-superfluous-0-in-Presonus-Studio.patch
	patches.suse/ALSA-Fix-some-typo.patch
	patches.suse/ALSA-usb-audio-Drop-CONFIG_PM-ifdefs.patch
	patches.suse/ALSA-seq-Set-upper-limit-of-processed-events.patch
	patches.suse/ALSA-hda-use-swap-to-make-code-cleaner.patch
	patches.suse/ALSA-hda-Add-AlderLake-N-PCI-ID.patch
	patches.suse/ALSA-hda-Add-new-AlderLake-P-variant-PCI-ID.patch
	patches.suse/ALSA-hda-tegra-Fix-Tegra194-HDA-reset-failure.patch
	patches.suse/arm64-tegra-Remove-non-existent-Tegra194-reset.patch
	patches.suse/ALSA-hda-realtek-Fix-silent-output-on-Gigabyte-X570-.patch
	patches.suse/ALSA-hda-cs8409-Increase-delay-during-jack-detection.patch
	patches.suse/ALSA-hda-cs8409-Fix-Jack-detection-after-resume.patch
	patches.suse/ASoC-Intel-sof_sdw-fix-jack-detection-on-HP-Spectre-.patch
	patches.suse/ASoC-dt-bindings-cs42l42-Convert-binding-to-yaml.patch
	patches.suse/ASoC-cs35l41-DSP-Support.patch
	patches.suse/ASoC-cs42l42-Add-control-for-audio-slow-start-switch.patch
	patches.suse/firmware-cs_dsp-tidy-includes-in-cs_dsp.c-and-cs_dsp.patch
	patches.suse/ASoC-wm_adsp-Remove-the-wmfw_add_ctl-helper-function.patch
	patches.suse/firmware-cs_dsp-Add-lockdep-asserts-to-interface-fun.patch
	patches.suse/firmware-cs_dsp-Add-version-checks-on-coefficient-lo.patch
	patches.suse/firmware-cs_dsp-Add-pre_run-callback.patch
	patches.suse/firmware-cs_dsp-Print-messages-from-bin-files.patch
	patches.suse/firmware-cs_dsp-Add-support-for-rev-2-coefficient-fi.patch
	patches.suse/firmware-cs_dsp-Perform-NULL-check-in-cs_dsp_coeff_w.patch
	patches.suse/firmware-cs_dsp-Clarify-some-kernel-doc-comments.patch
	patches.suse/firmware-cs_dsp-Add-offset-to-cs_dsp-read-write.patch
	patches.suse/firmware-cs_dsp-Allow-creation-of-event-controls.patch
	patches.suse/ASoC-cs42l42-Remove-redundant-writes-to-DETECT_MODE.patch
	patches.suse/ASoC-cs42l42-Remove-redundant-writes-to-RS_PLUG-RS_U.patch
	patches.suse/ASoC-cs42l42-Simplify-reporting-of-jack-unplug.patch
	patches.suse/ASoC-cs42l42-Remove-redundant-pll_divout-member.patch
	patches.suse/ASoC-cs42l42-Report-initial-jack-state.patch
	patches.suse/ASoC-uniphier-drop-selecting-non-existing-SND_SOC_UN.patch
	patches.suse/ASoC-codecs-wcd938x-add-SND_SOC_WCD938_SDW-to-codec-.patch
	patches.suse/ASoC-imx-hdmi-add-put_device-after-of_find_device_by.patch
	patches.suse/ASoC-cs35l41-Fix-link-problem.patch
	patches.suse/firmware-cs_dsp-Move-lockdep-asserts-to-avoid-potent.patch
	patches.suse/ASoC-cs35l41-Fix-undefined-reference-to-core-functio.patch
	patches.suse/ASoC-rt5663-Handle-device_property_read_u32_array-er.patch
	patches.suse/dmaengine-pxa-mmp-stop-referencing-config-slave_id.patch
	patches.suse/ASoC-Intel-catpt-Test-dmaengine_submit-result-before.patch
	patches.suse/ASoC-fsl-Use-dev_err_probe-helper.patch
	patches.suse/ASoC-samsung-Use-dev_err_probe-helper.patch
	patches.suse/ASoC-mediatek-mt8192-mt6359-fix-device_node-leak.patch
	patches.suse/ASoC-mediatek-mt8173-fix-device_node-leak.patch
	patches.suse/ASoC-mediatek-mt8183-fix-device_node-leak.patch
	patches.suse/ASoC-mediatek-use-of_device_get_match_data.patch
	patches.suse/ASoC-samsung-idma-Check-of-ioremap-return-value.patch
	patches.suse/ASoC-cs35l41-Convert-tables-to-shared-source-code.patch
	patches.suse/ASoC-cs35l41-Move-cs35l41_otp_unpack-to-shared-code.patch
	patches.suse/ASoC-cs35l41-Move-power-initializations-to-reg_seque.patch
	patches.suse/ASoC-cs35l41-Create-shared-function-for-errata-patch.patch
	patches.suse/ASoC-cs35l41-Create-shared-function-for-setting-chan.patch
	patches.suse/ASoC-cs35l41-Create-shared-function-for-boost-config.patch
	patches.suse/ASoC-fsl_mqs-fix-MODULE_ALIAS.patch
	patches.suse/ALSA-hda-realtek-Add-quirk-for-Legion-Y9000X-2020.patch
	patches.suse/ALSA-hda-realtek-Re-order-quirk-entries-for-Lenovo.patch
	patches.suse/ALSA-hda-cs35l41-Add-support-for-CS35L41-in-HDA-syst.patch
	patches.suse/ALSA-hda-realtek-Add-support-for-Legion-7-16ACHg6-la.patch
	patches.suse/ALSA-hda-realtek-Add-CS35L41-support-for-Thinkpad-la.patch
	patches.suse/ALSA-hda-ALC287-Add-Lenovo-IdeaPad-Slim-9i-14ITL5-sp.patch
	patches.suse/ALSA-seq-virmidi-Add-a-drain-operation.patch
	patches.suse/ALSA-hda-Fix-dependency-on-ASoC-cs35l41-codec.patch
	patches.suse/ALSA-hda-Fix-dependencies-of-CS35L41-on-SPI-I2C-buse.patch
	patches.suse/ASoC-cs35l41-Add-cs35l51-53-IDs.patch
	patches.suse/ASoC-cs35l41-Remove-incorrect-comment.patch
	patches.suse/ASoC-cs35l41-Correct-DSP-power-down.patch
	patches.suse/ASoC-cs35l41-Correct-handling-of-some-registers-in-t.patch
	patches.suse/firmware-cs_dsp-Clear-core-reset-for-cache.patch
	patches.suse/ASoC-wm_adsp-Add-support-for-toggle-preloaders.patch
	patches.suse/ASoC-fsl_asrc-refine-the-check-of-available-clock-di.patch
	patches.suse/ASoC-imx-card-Need-special-setting-for-ak4497-on-i.M.patch
	patches.suse/ASoC-imx-card-Fix-mclk-calculation-issue-for-akcodec.patch
	patches.suse/ASoC-imx-card-improve-the-sound-quality-for-low-rate.patch
	patches.suse/ASoC-cs35l41-Update-handling-of-test-key-registers.patch
	patches.suse/ASoC-cs35l41-Add-support-for-hibernate-memory-retent.patch
	patches.suse/ALSA-hda-cs35l41-fix-double-free-on-error-in-probe.patch
	patches.suse/powerpc-powernv-add-missing-of_node_put.patch
	patches.suse/powerpc-btext-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/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/powerpc-64s-radix-Fix-huge-vmap-false-positive.patch
	patches.suse/selftests-powerpc-Add-a-test-of-sigreturning-to-the-.patch
	patches.suse/powerpc-powernv-Add-__init-attribute-to-eligible-fun.patch
	patches.suse/powerpc-64s-Mask-NIP-before-checking-against-SRR0.patch
	patches.suse/powerpc-64s-Use-EMIT_WARN_ENTRY-for-SRR-debug-warnin.patch
	patches.suse/powerpc-xive-Add-missing-null-check-after-calling-km.patch
	patches.suse/powerpc-xmon-Dump-XIVE-information-for-online-only-p.patch
	patches.suse/misc-at25-Make-driver-OF-independent-again.patch
	patches.suse/char-mwave-Adjust-io-port-register-size.patch
	patches.suse/w1-Misuse-of-get_user-put_user-reported-by-sparse.patch
	patches.suse/uio-uio_dmem_genirq-Catch-the-Exception.patch
	patches.suse/selftest-lkdtm-Skip-stack-entropy-test-if-lkdtm-is-n.patch
	patches.suse/bus-mhi-pci_generic-Graceful-shutdown-on-freeze.patch
	patches.suse/bus-mhi-core-Fix-reading-wake_capable-channel-config.patch
	patches.suse/coresight-Use-devm_bitmap_zalloc-when-applicable.patch
	patches.suse/firmware-Update-Kconfig-help-text-for-Google-firmwar.patch
	patches.suse/firmware-qemu_fw_cfg-fix-NULL-pointer-deref-on-dupli.patch
	patches.suse/firmware-qemu_fw_cfg-fix-kobject-leak-in-probe-error.patch
	patches.suse/firmware-qemu_fw_cfg-fix-sysfs-information-leak.patch
	patches.suse/iio-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/phy-tegra-xusb-Fix-return-value-of-tegra_xusb_find_p.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/mm-shmem-don-t-truncate-page-if-memory-failure-happens-v2.patch
	patches.suse/0001-mm-drop-node-from-alloc_pages_vma.patch
	patches.suse/0001-mm_zone-add-function-to-check-if-managed-dma-zone-ex.patch
	patches.suse/0001-dma-pool-create-dma-atomic-pool-only-if-dma-zone-has.patch
	patches.suse/0001-mm-page_alloc.c-do-not-warn-allocation-failure-on-zo.patch
	patches.suse/selftests-vm-make-charge_reserved_hugetlb.sh-work-wi.patch
	patches.suse/0001-mm-mempolicy-use-policy_node-helper-with-MPOL_PREFER.patch
	patches.suse/0002-mm-mempolicy-add-set_mempolicy_home_node-syscall.patch
	patches.suse/0003-mm-mempolicy-wire-up-syscall-set_mempolicy_home_node.patch
	patches.suse/drm-i915-don-t-call-free_mmap_offset-when-purging.patch
	patches.suse/drm-i915-ttm-add-unmap_virtual-callback.patch
	patches.suse/drm-atomic-Check-new_crtc_state-active-to-determine-.patch
	patches.suse/dt-bindings-display-meson-vpu-Add-missing-amlogic-ca.patch
	patches.suse/dt-bindings-display-meson-dw-hdmi-add-missing-sound-.patch
	patches.suse/drm-sun4i-dw-hdmi-Fix-missing-put_device-call-in-sun.patch
	patches.suse/video-vga16fb-Only-probe-for-EGA-and-VGA-16-color-gr.patch
	patches.suse/dma-buf-cma_heap-Fix-mutex-locking-section.patch
	patches.suse/drm-amdgpu-explicitly-check-for-s0ix-when-evicting-r.patch
	patches.suse/drm-amdgpu-don-t-set-s3-and-s0ix-at-the-same-time.patch
	patches.suse/drm-amd-display-Don-t-reinitialize-DMCUB-on-s0ix-res.patch
	patches.suse/drm-amd-display-explicitly-set-is_dsc_supported-to-f.patch
	patches.suse/drm-amdkfd-remove-unused-function.patch
	patches.suse/drm-amd-display-reset-dcn31-SMU-mailbox-on-failures.patch
	patches.suse/drm-amdkfd-Check-for-null-pointer-after-calling-kmem.patch
	patches.suse/9p-only-copy-valid-iattrs-in-9P2000.L-setattr-implem.patch
	patches.suse/NFSD-Fix-zero-length-NFSv3-WRITEs.patch
	patches.suse/NFSD-Fix-verifier-returned-in-stable-WRITEs.patch
	patches.suse/nfsd-Replace-use-of-rwsem-with-errseq_t.patch
	patches.suse/NFSD-De-duplicate-net_generic-nf-nf_net-nfsd_net_id.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/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-pci-bridge-emul-Make-expansion-ROM-Base-Address-.patch
	patches.suse/PCI-pci-bridge-emul-Properly-mark-reserved-PCIe-bits.patch
	patches.suse/PCI-pci-bridge-emul-Fix-definitions-of-reserved-bits.patch
	patches.suse/PCI-pci-bridge-emul-Correctly-set-PCIe-capabilities.patch
	patches.suse/PCI-pci-bridge-emul-Set-PCI_STATUS_CAP_LIST-for-PCIe.patch
	patches.suse/PCI-Correct-misspelled-words.patch
	patches.suse/msft-hv-2479-PCI-hv-Use-PCI_ERROR_RESPONSE-to-identify-config-rea.patch
	patches.suse/livepatch-Fix-kobject-refcount-bug-on-klp_init_patch_early-failure-path.patch
	patches.suse/livepatch-Fix-missing-unlock-on-error-in-klp_enable_patch.patch
	patches.suse/livepatch-Avoid-CPU-hogging-with-cond_resched.patch
	patches.suse/tracing-Add-__rel_loc-using-trace-event-macros.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-Fix-mismatched-comment-in-__string_len.patch
	patches.suse/tracing-Have-syscall-trace-events-use-trace_event_buffer_lock_reserve.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-VMX-Introduce-vmx_msr_bitmap_l01_changed-helper.patch
	patches.suse/KVM-nVMX-Ensure-vCPU-honors-event-request-if-posting.patch
	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/0001-exit-Add-and-use-make_task_dead.patch
	patches.suse/0002-exit-Move-oops-specific-logic-from-do_exit-into-make.patch
	patches.suse/0003-exit-Stop-poorly-open-coding-do_task_dead-in-make_ta.patch
	patches.suse/0001-objtool-Add-a-missing-comma-to-avoid-string-concaten.patch
	patches.suse/0001-exit-Guarantee-make_task_dead-leaks-the-tsk-when-cal.patch
	patches.suse/0001-exit-Move-force_uaccess-back-into-do_exit.patch
	patches.suse/dt-bindings-watchdog-Require-samsung-syscon-phandle-.patch
	patches.suse/ntb_hw_amd-add-ntb-pci-id-for-new-gen-cpu.patch
	patches.suse/ntb_hw_switchtec-Fix-pff-ioread-to-read-into-mmio_pa.patch
	patches.suse/ntb_hw_switchtec-Fix-bug-with-more-than-32-partition.patch
	patches.suse/i3c-fix-incorrect-address-slot-lookup-on-64-bit.patch
	patches.suse/i3c-master-mipi-i3c-hci-Fix-a-potentially-infinite-l.patch
	patches.suse/i3c-master-dw-check-return-of-dw_i3c_master_get_free.patch
	patches.suse/Input-ti_am335x_tsc-set-ADCREFM-for-X-configuration.patch
	patches.suse/Input-ti_am335x_tsc-fix-STEPCONFIG-setup-for-Z2.patch
	patches.suse/devtmpfs-regression-fix-reconfigure-on-each-mount.patch
	patches.suse/cifs-remove-redundant-assignment-to-pointer-p.patch
	patches.suse/cifs-track-individual-channel-status-using-chans_need_reconnect.patch
	patches.suse/cifs-use-the-chans_need_reconnect-bitmap-for-reconnect-status.patch
	patches.suse/cifs-adjust-DebugData-to-use-chans_need_reconnect-for-conn-status.patch
	patches.suse/cifs-add-WARN_ON-for-when-chan_count-goes-below-minimum.patch
	patches.suse/cifs-reconnect-only-the-connection-and-not-smb-session-where-possib.patch
	patches.suse/cifs-take-cifs_tcp_ses_lock-for-status-checks.patch
	patches.suse/cifs-fix-hang-on-cifs_get_next_mid-.patch
	patches.suse/cifs-maintain-a-state-machine-for-tcp-smb-tcon-sessions.patch
	patches.suse/cifs-avoid-race-during-socket-reconnect-between-send-and-recv.patch
	patches.suse/cifs-Fix-smb311_update_preauth_hash-kernel-doc-comment.patch
	patches.suse/cifs-move-superblock-magic-defitions-to-magic-h.patch
	patches.suse/cifs-fix-FILE_BOTH_DIRECTORY_INFO-definition.patch
	patches.suse/ACPI-APD-Check-for-NULL-pointer-after-calling-devm_i.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/virtio-virtio_mem-handle-a-possible-NULL-as-a-memcpy.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/ata-libata-scsi-simplify-__ata_scsi_queuecmd.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/list-introduce-list_is_head-helper-and-re-use-it-in-.patch
	patches.suse/libcxgb-Don-t-accidentally-set-RTO_ONLINK-in-cxgb_fi.patch
	patches.suse/mlx5-Don-t-accidentally-set-RTO_ONLINK-before-mlx5e_.patch
	patches.suse/nfc-st21nfca-Fix-potential-buffer-overflows-in-EVT_T.patch
	patches.suse/net-ipa-fix-atomic-update-in-ipa_endpoint_replenish.patch
	patches.suse/net-ipa-use-a-bitmap-for-endpoint-replenish_enabled.patch
	patches.suse/net-ipa-prevent-concurrent-replenish.patch
	patches.suse/net-bonding-fix-bond_xmit_broadcast-return-value-err.patch
	patches.suse/bcmgenet-add-WOL-IRQ-check.patch
	patches.suse/net-usb-Correct-reset-handling-of-smsc95xx.patch
	patches.suse/lib82596-Fix-IRQ-check-in-sni_82596_probe.patch
	patches.suse/net-mscc-ocelot-don-t-dereference-NULL-pointers-with.patch
	patches.suse/net-ethernet-mtk_eth_soc-fix-error-checking-in-mtk_m.patch
	patches.suse/net-phy-marvell-add-Marvell-specific-PHY-loopback.patch
	patches.suse/net-smc-Remove-unused-function-declaration
	patches.suse/net-smc-Fix-hung_task-when-removing-SMC-R-devices.patch
	patches.suse/net-tls-Fix-another-skb-memory-leak-when-running-kTL.patch
	patches.suse/net-Flush-deferred-skb-free-on-socket-destroy.patch
	patches.suse/net-sfp-fix-high-power-modules-without-diagnostic-mo.patch
	patches.suse/bpf-Generalize-check_ctx_reg-for-reuse-with-other-ty.patch
	patches.suse/bpf-Mark-PTR_TO_FUNC-register-initially-with-zero-of.patch
	patches.suse/bpf-Generally-fix-helper-register-offset-check.patch
	patches.suse/bpf-Fix-out-of-bounds-access-for-ringbuf-helpers.patch
	patches.suse/bpf-selftests-Add-various-ringbuf-tests-with-invalid.patch
	patches.suse/net-axienet-increase-reset-timeout.patch
	patches.suse/net-axienet-Wait-for-PhyRstCmplt-after-core-reset.patch
	patches.suse/net-axienet-reset-core-on-initialization-prior-to-MD.patch
	patches.suse/net-axienet-add-missing-memory-barriers.patch
	patches.suse/net-axienet-limit-minimum-TX-ring-size.patch
	patches.suse/net-axienet-Fix-TX-ring-slot-available-check.patch
	patches.suse/net-axienet-fix-number-of-TX-ring-slots-for-availabl.patch
	patches.suse/net-axienet-fix-for-TX-busy-handling.patch
	patches.suse/net-axienet-increase-default-TX-ring-size-to-128.patch
	patches.suse/nfc-llcp-fix-NULL-error-pointer-dereference-on-sendm.patch
	patches.suse/net-cpsw-avoid-alignment-faults-by-taking-NET_IP_ALI.patch
	patches.suse/net-phy-micrel-use-kszphy_suspend-kszphy_resume-for-.patch
	patches.suse/net-mscc-ocelot-fix-using-match-before-it-is-set.patch
	patches.suse/net-fsl-xgmac_mdio-Add-workaround-for-erratum-A-0098.patch
	patches.suse/net-fsl-xgmac_mdio-Fix-incorrect-iounmap-when-removi.patch
	patches.suse/vfio-iommu_type1-replace-kfree-with-kvfree.patch
	patches.suse/gpio-mpc8xxx-Fix-IRQ-check-in-mpc8xxx_probe.patch
	patches.suse/gpio-idt3243x-Fix-IRQ-check-in-idt_gpio_probe.patch
	patches.suse/gpio-idt3243x-Fix-an-ignored-error-return-from-platf.patch
	patches.suse/gpio-mpc8xxx-Fix-an-ignored-error-return-from-platfo.patch
	patches.suse/s390-cpumf-Support-for-CPU-Measurement-Facility-CSVN-7
	patches.suse/s390-cpumf-Support-for-CPU-Measurement-Sampling-Facility-LS-bit
	patches.suse/x86-gpu-Reserve-stolen-memory-for-first-integrated-I.patch
	patches.suse/clk-si5341-Fix-clock-HW-provider-cleanup.patch
	patches.suse/drm-i915-display-ehl-Update-voltage-swing-table.patch
	patches.suse/drm-amdgpu-don-t-do-resets-on-APUs-which-don-t-suppo.patch
	patches.suse/drm-amd-amdgpu-fixing-read-wrong-pf2vf-data-in-SRIOV.patch
	patches.suse/drm-radeon-fix-error-handling-in-radeon_driver_open_.patch
	patches.suse/rtc-cmos-take-rtc_lock-while-reading-from-CMOS.patch
	patches.suse/rtc-ftrtc010-Use-platform_get_irq-to-get-the-interru.patch
	patches.suse/rtc-pxa-fix-null-pointer-dereference.patch
	patches.suse/ALSA-hda-realtek-fix-speakers-and-micmute-on-HP-855-.patch
	patches.suse/ALSA-usb-audio-add-mapping-for-MSI-MPG-X570S-Carbon-.patch
	patches.suse/ALSA-core-Fix-SSID-quirk-lookup-for-subvendor-0.patch
	patches.suse/ALSA-hda-cs35l41-Avoid-overwriting-register-patch.patch
	patches.suse/ALSA-hda-cs35l41-Add-calls-to-newly-added-test-key-f.patch
	patches.suse/ALSA-hda-cs35l41-Move-cs35l41-calls-to-its-own-symbo.patch
	patches.suse/ALSA-hda-cs35l41-Add-missing-default-cases.patch
	patches.suse/ALSA-hda-cs35l41-Make-use-of-the-helper-function-dev.patch
	patches.suse/ALSA-hda-cs35l41-Tidyup-code.patch
	patches.suse/ALSA-hda-cs35l41-Make-cs35l41_hda_remove-return-void.patch
	patches.suse/ALSA-core-Simplify-snd_power_ref_and_wait-with-the-s.patch
	patches.suse/ALSA-hda-cs8409-Add-new-Warlock-SKUs-to-patch_cs8409.patch
	patches.suse/blk-mq-fix-tag_get-wait-task-can-t-be-awakened.patch
	patches.suse/block-assign-bi_bdev-for-cloned-bios-in-blk_rq_prep_.patch
	patches.suse/block-Fix-wrong-offset-in-bio_truncate.patch
	patches.suse/block-fix-async_depth-sysfs-interface-for-mq-deadlin.patch
	patches.suse/HID-Ignore-battery-for-Elan-touchscreen-on-HP-Envy-X-f3193ea1b677.patch
	patches.suse/HID-vivaldi-fix-handling-devices-not-using-numbered-.patch
	patches.suse/HID-uhid-Fix-worker-destroying-device-without-any-pr.patch
	patches.suse/HID-wacom-Reset-expected-and-received-contact-counts.patch
	patches.suse/HID-wacom-Ignore-the-confidence-flag-when-a-touch-is.patch
	patches.suse/HID-wacom-Avoid-using-stale-array-indicies-to-read-c.patch
	patches.suse/Documentation-fix-firewire.rst-ABI-file-path-error.patch
	patches.suse/KVM-x86-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/scsi-qedf-Fix-potential-dereference-of-NULL-pointer
	patches.suse/scsi-hisi_sas-Remove-unused-variable-and-check-in-hisi_sas_send_ata_reset_each_phy
	patches.suse/scsi-ufs-ufs-mediatek-Fix-error-checking-in-ufs_mtk_init_va09_pwr_ctrl
	patches.suse/scsi-nsp_cs-Check-of-ioremap-return-value
	patches.suse/cifs-free-ntlmsspblob-allocated-in-negotiate.patch
	patches.suse/cifs-clean-up-an-inconsistent-indenting.patch
	patches.suse/cifs-alloc_path_with_tree_prefix-do-not-append-sep-if-the-path-is.patch
	patches.suse/cifs-quirk-for-STATUS_OBJECT_NAME_INVALID-returned-for-non-ASCII-df.patch
	patches.suse/cifs-serialize-all-mount-attempts.patch
	patches.suse/cifs-check-reconnects-for-channels-of-active-tcons-too.patch
	patches.suse/cifs-fix-the-connection-state-transitions-with-multichannel.patch
	patches.suse/cifs-protect-all-accesses-to-chan_-with-chan_lock.patch
	patches.suse/cifs-remove-unused-variable-ses_selected.patch
	patches.suse/cifs-fix-the-cifs_reconnect-path-for-DFS.patch
	patches.suse/cifs-remove-repeated-state-change-in-dfs-tree-connect.patch
	patches.suse/cifs-make-status-checks-in-version-independent-callers.patch
	patches.suse/cifs-update-tcpStatus-during-negotiate-and-sess-setup.patch
	patches.suse/cifs-cifs_ses_mark_for_reconnect-should-also-update-reconnect-bits.patch
	patches.suse/smb3-send-NTLMSSP-version-information.patch
	patches.suse/cifs-update-internal-module-number.patch
	patches.suse/0001-sysctl-add-a-new-register_sysctl_init-interface.patch
	patches.suse/0001-zsmalloc-introduce-some-helper-functions.patch
	patches.suse/0002-zsmalloc-rename-zs_stat_type-to-class_stat_type.patch
	patches.suse/0003-zsmalloc-decouple-class-actions-from-zspage-works.patch
	patches.suse/0004-zsmalloc-introduce-obj_allocated.patch
	patches.suse/0005-zsmalloc-move-huge-compressed-obj-from-page-to-zspag.patch
	patches.suse/0006-zsmalloc-remove-zspage-isolation-for-migration.patch
	patches.suse/0007-locking-rwlocks-introduce-write_lock_nested.patch
	patches.suse/0008-zsmalloc-replace-per-zpage-lock-with-pool-migrate_lo.patch
	patches.suse/0009-zsmalloc-replace-get_cpu_var-with-local_lock.patch
	patches.suse/bitops-protect-find_first_-zero-_bit-properly.patch
	patches.suse/usr-include-Makefile-add-linux-nfc.h-to-the-compile-.patch
	patches.suse/perf-Fix-perf_event_read_local-time.patch
	patches.suse/perf-x86-intel-Add-a-quirk-for-the-calculation-of-the-number-of-counters-on-Alder-Lake.patch
	patches.suse/perf-x86-intel-uncore-Fix-CAS_COUNT_WRITE-issue-for-ICX.patch
	patches.suse/perf-x86-rapl-fix-AMD-event-handling.patch
	patches.suse/perf-x86-intel-uncore-Add-IMC-uncore-support-for-ADL.patch
	patches.suse/x86-perf-Avoid-warning-for-Arch-LBR-without-XSAVE.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/sched-Avoid-double-preemption-in-__cond_resched_-loc.patch
	patches.suse/powerpc-bpf-Update-ldimm64-instructions-during-extra.patch
	patches.suse/powerpc-64s-Mask-SRR0-before-checking-against-the-ma.patch
	patches.suse/ARM-9170-1-fix-panic-when-kasan-and-kprobe-are-enabl.patch
	patches.suse/ARM-9180-1-Thumb2-align-ALT_UP-sections-in-modules-s.patch
	patches.suse/drm-i915-Flush-TLBs-before-releasing-backing-store.patch
	patches.suse/NFS-pass-cred-explicitly-for-access-tests.patch
	patches.suse/NFS-don-t-store-struct-cred-in-struct-nfs_access_ent.patch
	patches.suse/NFS-Ensure-the-server-has-an-up-to-date-ctime-before.patch
	patches.suse/NFS-Ensure-the-server-has-an-up-to-date-ctime-rename.patch
	patches.suse/NFSv4-only-print-the-label-when-its-queried.patch
	patches.suse/nfs-nfs4clinet-check-the-return-value-of-kstrdup.patch
	patches.suse/NFSv4.1-Fix-uninitialised-variable-in-devicenotify.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/NFSv4-remove-zero-number-of-fs_locations-entries-err.patch
	patches.suse/NFSv4-store-server-support-for-fs_location-attribute.patch
	patches.suse/NFSv4.1-query-for-fs_location-attr-on-a-new-file-sys.patch
	patches.suse/NFSv4-expose-nfs_parse_server_name-function.patch
	patches.suse/NFSv4-handle-port-presence-in-fs_location-server-str.patch
	patches.suse/SUNRPC-allow-for-unspecified-transport-time-in-rpc_c.patch
	patches.suse/net-sunrpc-fix-reference-count-leaks-in-rpc_sysfs_xp.patch
	patches.suse/sunrpc-Fix-potential-race-conditions-in-rpc_sysfs_xp.patch
	patches.suse/SUNRPC-Don-t-dereference-xprt-snd_task-if-it-s-a-cookie.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-hns3-handle-empty-unknown-interrupt-for-VF.patch
	patches.suse/sch_htb-Fail-on-unsupported-parameters-when-offload-.patch
	patches.suse/gve-Fix-GFP-flags-when-allocing-pages.patch
	patches.suse/Revert-ipv6-Honor-all-IPv6-PIO-Valid-Lifetime-values.patch
	patches.suse/net-stmmac-configure-PTP-clock-source-prior-to-PTP-i.patch
	patches.suse/net-stmmac-skip-only-stmmac_ptp_register-when-resume.patch
	patches.suse/ipv4-tcp-send-zero-IPID-in-SYNACK-messages.patch
	patches.suse/ipv4-avoid-using-shared-IP-generator-for-connected-s.patch
	patches.suse/drm-vc4-Fix-deadlock-on-DSI-device-attach-error.patch
	patches.suse/drm-panel-orientation-quirks-Add-quirk-for-the-1Netb.patch
	patches.suse/drm-atomic-Add-the-crtc-to-affected-crtc-only-if-uap.patch
	patches.suse/Revert-drm-ast-Support-1600x900-with-108MHz-PCLK.patch
	patches.suse/drm-msm-dsi-Fix-missing-put_device-call-in-dsi_get_p.patch
	patches.suse/drm-msm-hdmi-Fix-missing-put_device-call-in-msm_hdmi.patch
	patches.suse/drm-msm-dpu-invalid-parameter-check-in-dpu_setup_dsp.patch
	patches.suse/drm-msm-Fix-wrong-size-calculation.patch
	patches.suse/drm-msm-a6xx-Add-missing-suspend_count-increment.patch
	patches.suse/drm-msm-dsi-invalid-parameter-check-in-msm_dsi_phy_e.patch
	patches.suse/drm-etnaviv-relax-submit-size-limits.patch
	patches.suse/drm-amd-display-Correct-MPC-split-policy-for-DCN301.patch
	patches.suse/drm-amd-display-dc-calcs-dce_calcs-Fix-a-memleak-in-.patch
	patches.suse/drm-amd-display-Fix-FP-start-end-for-dcn30_internal_.patch
	patches.suse/hwmon-lm90-Reduce-maximum-conversion-rate-for-G781.patch
	patches.suse/hwmon-lm90-Re-enable-interrupts-after-alert-clears.patch
	patches.suse/hwmon-lm90-Mark-alert-as-broken-for-MAX6654.patch
	patches.suse/hwmon-lm90-Mark-alert-as-broken-for-MAX6680.patch
	patches.suse/hwmon-lm90-Mark-alert-as-broken-for-MAX6646-6647-664.patch
	patches.suse/hwmon-lm90-Fix-sysfs-and-udev-notifications.patch
	patches.suse/ata-pata_platform-Fix-a-NULL-pointer-dereference-in-.patch
	patches.suse/udf-Fix-NULL-ptr-deref-when-converting-from-inline-f.patch
	patches.suse/udf-Restore-i_lenAlloc-when-inode-expansion-fails.patch
	patches.suse/fsnotify-invalidate-dcache-before-IN_DELETE-event.patch
	patches.suse/fsnotify-fix-fsnotify-hooks-in-pseudo-filesystems.patch
	patches.suse/ceph-properly-put-ceph_string-reference-after-async-create-attempt.patch
	patches.suse/ceph-set-pool_ns-in-new-inode-layout-for-async-creates.patch
	patches.suse/s390-nmi-handle-guarded-storage-validity-failures-for-KVM-guests
	patches.suse/s390-nmi-handle-vector-validity-failures-for-KVM-guests
	patches.suse/s390-module-fix-loading-modules-with-a-lot-of-relocations
	patches.suse/s390-hypfs-include-z-VM-guests-with-access-control-group-set
	patches.suse/KVM-VMX-Set-vmcs.PENDING_DBG.BS-on-DB-in-STI-MOVSS-b.patch
	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-nVMX-Also-filter-MSR_IA32_VMX_TRUE_PINBASED_CTLS.patch
	patches.suse/KVM-nVMX-eVMCS-Filter-out-VM_EXIT_SAVE_VMX_PREEMPTIO.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-Avoid-Warray-bounds-warning-for-__rel_loc-macro.patch
	patches.suse/tracing-perf-Avoid-Warray-bounds-warning-for-__rel_loc-macro.patch
	patches.suse/tracing-Fix-smatch-warning-for-null-glob-in-event_hist_trigger_parse.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/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-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-Always-wake-the-parent-event.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/platform-x86-thinkpad_acpi-Add-quirk-for-ThinkPads-w.patch
	patches.suse/platform-x86-amd-pmc-Correct-usage-of-SMU-version.patch
	patches.suse/platform-x86-thinkpad_acpi-Fix-incorrect-use-of-plat.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/net-stmmac-ensure-PTP-time-register-reads-are-consis.patch
	patches.suse/ax25-fix-reference-count-leaks-of-ax25_dev.patch
	patches.suse/Fix-a-warning-about-a-malformed-kernel-doc-comment-in-cifs.patch
	patches.suse/cifs-unlock-chan_lock-before-calling-cifs_put_tcp_session.patch
	patches.suse/cifs-fix-workstation_name-for-multiuser-mounts.patch
	patches.suse/ipc-sem-do-not-sleep-with-a-spin-lock-held.patch
	patches.suse/drm-amd-pm-correct-the-MGpuFanBoost-support-for-Beig.patch
	patches.suse/drm-amd-display-Update-watermark-values-for-DCN301.patch
	patches.suse/drm-amd-display-watermark-latencies-is-not-enough-on.patch
	patches.suse/drm-amd-display-Force-link_rate-as-LINK_RATE_RBR2-fo.patch
	patches.suse/drm-amd-avoid-suspend-on-dGPUs-w-s2idle-support-when.patch
	patches.suse/drm-amdgpu-fix-logic-inversion-in-check.patch
	patches.suse/drm-kmb-Fix-for-build-errors-with-Warray-bounds.patch
	patches.suse/drm-nouveau-fix-off-by-one-in-BIOS-boundary-checking.patch
	patches.suse/dma-buf-heaps-Fix-potential-spectre-v1-gadget.patch
	patches.suse/0001-Revert-fbcon-Disable-accelerated-scrolling.patch
	patches.suse/0002-fbcon-Add-option-to-enable-legacy-hardware-accelerat.patch
	patches.suse/drm-i915-overlay-Prevent-divide-by-zero-bugs-in-scal.patch
	patches.suse/drm-i915-adlp-Fix-TypeC-PHY-ready-status-readout.patch
	patches.suse/ALSA-hda-Fix-UAF-of-leds-class-devs-at-unbinding.patch
	patches.suse/ALSA-usb-audio-initialize-variables-that-could-ignor.patch
	patches.suse/ALSA-hda-Fix-signedness-of-sscanf-arguments.patch
	patches.suse/ALSA-hda-realtek-Fix-race-at-concurrent-COEF-updates.patch
	patches.suse/ALSA-hda-realtek-Add-missing-fixup-model-entry-for-G.patch
	patches.suse/ALSA-hda-realtek-Fix-silent-output-on-Gigabyte-X570S.patch
	patches.suse/ALSA-hda-realtek-Fix-silent-output-on-Gigabyte-X570--ea3541961376.patch
	patches.suse/ALSA-hda-realtek-Add-quirk-for-ASUS-GU603.patch
	patches.suse/ALSA-usb-audio-Correct-quirk-for-VF0770.patch
	patches.suse/ALSA-hda-Skip-codec-shutdown-in-case-the-codec-is-no.patch
	patches.suse/ASoC-xilinx-xlnx_formatter_pcm-Make-buffer-bytes-mul.patch
	patches.suse/ASoC-simple-card-fix-probe-failure-on-platform-compo.patch
	patches.suse/ASoC-cpcap-Check-for-NULL-pointer-after-calling-of_g.patch
	patches.suse/ASoC-max9759-fix-underflow-in-speaker_gain_control_p.patch
	patches.suse/ASoC-ops-Reject-out-of-bounds-values-in-snd_soc_put_.patch
	patches.suse/ASoC-ops-Reject-out-of-bounds-values-in-snd_soc_put_-4f1e50d6a9cf.patch
	patches.suse/ASoC-ops-Reject-out-of-bounds-values-in-snd_soc_put_-4cf28e9ae6e2.patch
	patches.suse/ASoC-codecs-lpass-rx-macro-fix-sidetone-register-off.patch
	patches.suse/ASoC-codecs-wcd938x-fix-return-value-of-mixer-put-fu.patch
	patches.suse/ASoC-fsl-Add-missing-error-handling-in-pcm030_fabric.patch
	patches.suse/ASoC-hdmi-codec-Fix-OOB-memory-accesses.patch
	patches.suse/ASoC-rt5682-Fix-deadlock-on-resume.patch
	patches.suse/Input-wm97xx-Simplify-resource-management.patch
	patches.suse/random-wake-up-dev-random-writers-after-zap.patch
	patches.suse/iommu-Fix-potential-use-after-free-during-probe
	patches.suse/iommu-vt-d-fix-potential-memory-leak-in-intel_setup_irq_remapping
	patches.suse/iommu-amd-fix-loop-timeout-issue-in-iommu_ga_log_enable
	patches.suse/nvme-fix-a-possible-use-after-free-in-controller-res.patch
	patches.suse/nvme-tcp-fix-possible-use-after-free-in-transport-er.patch
	patches.suse/nvme-rdma-fix-possible-use-after-free-in-transport-e.patch
	patches.suse/nvme-fabrics-fix-state-check-in-nvmf_ctlr_matches_ba.patch
	patches.suse/0002-block-bio-integrity-Advance-seed-correctly-for-large.patch
	patches.suse/btrfs-fix-deadlock-between-quota-disable-and-qgroup-.patch
	patches.suse/scsi-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-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/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/vfs-make-sync_filesystem-return-errors-from-sync_fs.patch
	patches.suse/xfs-return-errors-in-xfs_fs_sync_fs.patch
	patches.suse/xfs-reject-crazy-array-sizes-being-fed-to-XFS_IOC_GE.patch
	patches.suse/KVM-x86-Report-deprecated-x87-features-in-supported-.patch
	patches.suse/KVM-arm64-Avoid-consuming-a-stale-esr-value-when-SEr.patch
	patches.suse/KVM-arm64-Stop-handle_exit-from-handling-HVC-twice-when-an-SError-occurs.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/x86-perf-Default-set-FREEZE_ON_SMI-for-all.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-fast-commit-may-not-fallback-for-ineligible-com.patch
	patches.suse/ext4-fast-commit-may-miss-file-actions.patch
	patches.suse/ext4-fix-error-handling-in-ext4_restore_inline_data.patch
	patches.suse/ext4-fix-error-handling-in-ext4_fc_record_modified_i.patch
	patches.suse/ext4-fix-incorrect-type-issue-during-replay_del_rang.patch
	patches.suse/ima-fix-reference-leak-in-asymmetric_verify.patch
	patches.suse/integrity-check-the-return-value-of-audit_log_start.patch
	patches.suse/ima-Remove-ima_policy-file-before-directory.patch
	patches.suse/ima-Allow-template-selection-with-ima_template-_fmt-.patch
	patches.suse/ima-Do-not-print-policy-rule-with-inactive-LSM-label.patch
	patches.suse/mmc-sdhci-of-esdhc-Check-for-error-num-after-setting.patch
	patches.suse/mmc-core-Wait-for-command-setting-Power-Off-Notifica.patch
	patches.suse/0001-mmc-moxart_remove-Fix-UAF.patch
	patches.suse/NFS-Don-t-overfill-uncached-readdir-pages.patch
	patches.suse/NFS-Don-t-skip-directory-entries-when-doing-uncached.patch
	patches.suse/NFS-Avoid-duplicate-uncached-readdir-calls-on-eof.patch
	patches.suse/NFS-Fix-initialisation-of-nfs_client-cl_flags-field.patch
	patches.suse/xprtrdma-fix-pointer-derefs-in-error-cases-of-rpcrdm.patch
	patches.suse/SUNRPC-lock-against-sock-changing-during-sysfs-read.patch
	patches.suse/KVM-s390-Return-error-on-SIDA-memop-on-normal-guest.patch
	patches.suse/crypto-octeontx2-Avoid-stack-variable-overflow.patch
	patches.suse/crypto-api-Move-cryptomgr-soft-dependency-into-algap.patch
	patches.suse/NFSD-Fix-the-behavior-of-READ-near-OFFSET_MAX.patch
	patches.suse/NFSD-Fix-ia_size-underflow.patch
	patches.suse/NFSD-Fix-NFSv3-SETATTR-CREATE-s-handling-of-large-fi.patch
	patches.suse/NFSD-Clamp-WRITE-offsets.patch
	patches.suse/NFSD-COMMIT-operations-must-not-return-NFS-ERR_INVAL.patch
	patches.suse/NFSD-Fix-offset-type-in-I-O-trace-points.patch
	patches.suse/tipc-improve-size-validations-for-received-domain-re.patch
	patches.suse/selftests-fixup-build-warnings-in-pidfd-clone3-tests.patch
	patches.suse/net-sparx5-Fix-get_stat64-crash-in-tcpdump.patch
	patches.suse/ixgbevf-Require-large-buffers-for-build_skb-on-82599.patch
	patches.suse/netfilter-conntrack-move-synack-init-code-to-helper.patch
	patches.suse/netfilter-conntrack-re-init-state-for-retransmitted-.patch
	patches.suse/net-mscc-ocelot-fix-all-IP-traffic-getting-trapped-t.patch
	patches.suse/net-phy-marvell-Fix-MDI-x-polarity-setting-in-88e111.patch
	patches.suse/net-phy-marvell-Fix-RGMII-Tx-Rx-delays-setting-in-88.patch
	patches.suse/gve-Recording-rx-queue-before-sending-to-napi.patch
	patches.suse/bonding-pair-enable_port-with-slave_arr_updates.patch
	patches.suse/net-dsa-mv88e6xxx-don-t-use-devres-for-mdiobus.patch
	patches.suse/net-dsa-ar9331-register-the-mdiobus-under-devres.patch
	patches.suse/net-dsa-bcm_sf2-don-t-use-devres-for-mdiobus.patch
	patches.suse/net-dsa-felix-don-t-use-devres-for-mdiobus.patch
	patches.suse/net-dsa-seville-register-the-mdiobus-under-devres.patch
	patches.suse/net-dsa-mt7530-fix-kernel-bug-in-mdiobus_free-when-u.patch
	patches.suse/net-dsa-lantiq_gswip-don-t-use-devres-for-mdiobus.patch
	patches.suse/ibmvnic-don-t-release-napi-in-__ibmvnic_open.patch
	patches.suse/nfp-flower-fix-ida_idx-not-being-released.patch
	patches.suse/ax25-fix-NPD-bug-in-ax25_disconnect.patch
	patches.suse/can-isotp-fix-potential-CAN-frame-reception-race-in-.patch
	patches.suse/can-isotp-fix-error-path-in-isotp_sendmsg-to-unlock-.patch
	patches.suse/veth-fix-races-around-rq-rx_notify_masked.patch
	patches.suse/net-mdio-aspeed-Add-missing-MODULE_DEVICE_TABLE.patch
	patches.suse/net-amd-xgbe-disable-interrupts-during-pci-removal.patch
	patches.suse/ax25-fix-UAF-bugs-of-net_device-caused-by-rebinding-.patch
	patches.suse/net-usb-qmi_wwan-Add-support-for-Dell-DW5829e.patch
	patches.suse/net-macb-Align-the-dma-and-coherent-dma-masks.patch
	patches.suse/dpaa2-eth-unregister-the-netdev-before-disconnecting.patch
	patches.suse/net-mscc-ocelot-fix-mutex-lock-error-during-ethtool-.patch
	patches.suse/ice-fix-an-error-code-in-ice_cfg_phy_fec.patch
	patches.suse/ice-fix-IPIP-and-SIT-TSO-offload.patch
	patches.suse/ice-Fix-KASAN-error-in-LAG-NETDEV_UNREGISTER-handler.patch
	patches.suse/ice-Avoid-RTNL-lock-when-re-creating-auxiliary-devic.patch
	patches.suse/net-dsa-mv88e6xxx-fix-use-after-free-in-mv88e6xxx_md.patch
	patches.suse/tracing-Fix-tp_printk-option-related-with-tp_printk_stop_on_boot.patch
	patches.suse/drm-vc4-hdmi-Allow-DBLCLK-modes-even-if-horz-timing-.patch
	patches.suse/drm-panel-simple-Assign-data-from-panel_dpi_probe-co.patch
	patches.suse/0004-fbcon-Avoid-cap-set-but-not-used-warning.patch
	patches.suse/drm-rockchip-dw_hdmi-Do-not-leave-clock-enabled-in-e.patch
	patches.suse/drm-rockchip-vop-Correct-RK3399-VOP-register-fields.patch
	patches.suse/drm-i915-Disable-DRRS-on-IVB-HSW-port-A.patch
	patches.suse/drm-i915-Allow-join_mbus-cases-for-adlp-dbuf-configu.patch
	patches.suse/drm-i915-Populate-pipe-dbuf-slices-more-accurately-d.patch
	patches.suse/drm-i915-Workaround-broken-BIOS-DBUF-configuration-o.patch
	patches.suse/display-amd-decrease-message-verbosity-about-waterma.patch
	patches.suse/drm-amd-display-Cap-pflip-irqs-per-max-otg-number.patch
	patches.suse/drm-amd-display-fix-yellow-carp-wm-clamping.patch
	patches.suse/drm-amd-pm-fix-hwmon-node-of-power1_label-create-iss.patch
	patches.suse/ata-libata-core-Disable-TRIM-on-M88V29.patch
	patches.suse/gpio-aggregator-Fix-calling-into-sleeping-GPIO-contr.patch
	patches.suse/gpiolib-Never-return-internal-error-codes-to-user-sp.patch
	patches.suse/gpio-sifive-use-the-correct-register-to-read-output-.patch
	patches.suse/ACPI-PM-Revert-Only-mark-EC-GPE-for-wakeup-on-Intel-.patch
	patches.suse/PM-s2idle-ACPI-Fix-wakeup-interrupts-handling.patch
	patches.suse/ACPI-IORT-Check-node-revision-for-PMCG-resources.patch
	patches.suse/ARM-OMAP2-hwmod-Add-of_node_put-before-break.patch
	patches.suse/ARM-OMAP2-adjust-the-location-of-put_device-call-in-.patch
	patches.suse/ARM-dts-Fix-timer-regression-for-beagleboard-revisio.patch
	patches.suse/arm64-dts-meson-g12b-odroid-n2-fix-typo-dio2133.patch
	patches.suse/arm64-dts-meson-sm1-odroid-use-correct-enable-gpio-p.patch
	patches.suse/arm64-dts-meson-sm1-bananapi-m5-fix-wrong-GPIO-domai.patch
	patches.suse/arm64-dts-meson-gx-add-ATF-BL32-reserved-memory-regi.patch
	patches.suse/arm64-dts-meson-g12-add-ATF-BL32-reserved-memory-reg.patch
	patches.suse/arm64-dts-meson-g12-drop-BL32-region-from-SEI510-SEI.patch
	patches.suse/arm64-dts-meson-sm1-odroid-fix-boot-loop-after-reboo.patch
	patches.suse/tee-optee-do-not-check-memref-size-on-return-from-Se.patch
	patches.suse/optee-add-error-checks-in-optee_ffa_do_call_with_arg.patch
	patches.suse/ARM-dts-imx6qdl-udoo-Properly-describe-the-SD-card-d.patch
	patches.suse/ARM-dts-imx23-evk-Remove-MX23_PAD_SSP1_DETECT-from-h.patch
	patches.suse/ARM-dts-imx7ulp-Fix-assigned-clocks-parents-typo.patch
	patches.suse/arm64-dts-imx8mq-fix-mipi_csi-bidirectional-port-numbers.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/fs-proc-task_mmu.c-don-t-read-mapcount-for-migration-entry.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/signal-HANDLER_EXIT-should-clear-SIGNAL_UNKILLABLE.patch
	patches.suse/seccomp-Invalidate-seccomp-mode-to-catch-death-failu.patch
	patches.suse/xen-x86-obtain-full-video-frame-buffer-address-for-D.patch
	patches.suse/s390-cio-verify-the-driver-availability-for-path_event-call
	patches.suse/usb-dwc3-xilinx-fix-uninitialized-return-value.patch
	patches.suse/usb-f_fs-Fix-use-after-free-for-epfile.patch
	patches.suse/usb-ulpi-Move-of_node_put-to-ulpi_dev_release.patch
	patches.suse/usb-ulpi-Call-of_node_put-correctly.patch
	patches.suse/usb-raw-gadget-fix-handling-of-dual-direction-capabl.patch
	patches.suse/usb-gadget-udc-renesas_usb3-Fix-host-to-USB_ROLE_NON.patch
	patches.suse/usb-gadget-f_uac2-Define-specific-wTerminalType.patch
	patches.suse/usb-dwc3-gadget-Prevent-core-from-processing-stale-T.patch
	patches.suse/net-usb-ax88179_178a-Fix-out-of-bounds-accesses-in-R.patch
	patches.suse/USB-gadget-validate-interface-OS-descriptor-requests.patch
	patches.suse/usb-gadget-rndis-check-size-of-RNDIS_MSG_SET-command.patch
	patches.suse/usb-dwc2-drd-fix-soft-connect-when-gadget-is-unconfi.patch
	patches.suse/USB-serial-ch341-add-support-for-GW-Instek-USB2.0-Se.patch
	patches.suse/USB-serial-option-add-ZTE-MF286D-modem.patch
	patches.suse/USB-serial-ftdi_sio-add-support-for-Brainboxes-US-15.patch
	patches.suse/USB-serial-cp210x-add-NCR-Retail-IO-box-id.patch
	patches.suse/USB-serial-cp210x-add-CPI-Bulk-Coin-Recycler-id.patch
	patches.suse/Revert-usb-dwc2-drd-fix-soft-connect-when-gadget-is-.patch
	patches.suse/n_tty-wake-up-poll-POLLRDNORM-on-receiving-data.patch
	patches.suse/vt_ioctl-fix-array_index_nospec-in-vt_setactivate.patch
	patches.suse/vt_ioctl-add-array_index_nospec-to-VT_ACTIVATE.patch
	patches.suse/staging-fbtft-Fix-error-path-in-fbtft_driver_module_.patch
	patches.suse/misc-fastrpc-avoid-double-fput-on-failed-usercopy.patch
	patches.suse/eeprom-ee1004-limit-i2c-reads-to-I2C_SMBUS_BLOCK_MAX.patch
	patches.suse/phy-usb-Leave-some-clocks-running-during-suspend.patch
	patches.suse/phy-broadcom-Kconfig-Fix-PHY_BRCM_USB-config-option.patch
	patches.suse/phy-ti-Fix-missing-sentinel-for-clk_div_table.patch
	patches.suse/phy-xilinx-zynqmp-Fix-bus-width-setting-for-SGMII.patch
	patches.suse/phy-stm32-fix-a-refcount-leak-in-stm32_usbphyc_pll_e.patch
	patches.suse/phy-dphy-Correct-clk_pre-parameter.patch
	patches.suse/speakup-dectlk-Restore-pitch-setting.patch
	patches.suse/iio-buffer-Fix-file-related-error-handling-in-IIO_BU.patch
	patches.suse/scsi-lpfc-Remove-NVMe-support-if-kernel-has-NVME_FC-.patch
	patches.suse/scsi-lpfc-Reduce-log-messages-seen-after-firmware-do.patch
	patches.suse/improve-error-message-when-mount-options-conflict-with-posix.patch
	patches.suse/cifs-call-cifs_reconnect-when-a-connection-is-marked.patch
	patches.suse/cifs-call-helper-functions-for-marking-channels-for-reconnect.patch
	patches.suse/cifs-mark-sessions-for-reconnection-in-helper-function.patch
	patches.suse/x86-sgx-Silence-softlockup-detection-when-releasing-.patch
	patches.suse/perf-Fix-list-corruption-in-perf_cgroup_switch.patch
	patches.suse/sched-fair-Fix-fault-in-reweight_entity.patch
	patches.suse/x86-bug-Merge-annotate_reachable-into-_BUG_FLAGS-asm.patch
	patches.suse/irqchip-sifive-plic-Add-missing-thead-c900-plic-matc.patch
	patches.suse/kconfig-let-shell-return-enough-output-for-deep-path.patch
	patches.suse/kconfig-fix-failing-to-generate-auto.conf.patch
	patches.suse/regulator-core-fix-false-positive-in-regulator_late_.patch
	patches.suse/msft-hv-2514-PCI-hv-Fix-NUMA-node-assignment-when-kernel-boots-wi.patch
	patches.suse/msft-hv-2515-Drivers-hv-vmbus-Fix-memory-leak-in-vmbus_add_channe.patch
	patches.suse/msft-hv-2517-Drivers-hv-utils-Make-use-of-the-helper-macro-LIST_H.patch
	patches.suse/HID-amd_sfh-Add-illuminance-mask-to-limit-ALS-max-va.patch
	patches.suse/HID-Add-support-for-UGTABLET-WP5540.patch
	patches.suse/HID-amd_sfh-Correct-the-structure-field-name.patch
	patches.suse/Revert-svm-Add-warning-message-for-AVIC-IPI-invalid-.patch
	patches.suse/KVM-x86-SVM-don-t-passthrough-SMAP-SMEP-PKE-bits-in-.patch
	patches.suse/KVM-x86-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-usb-cdc_mbim-avoid-altsetting-toggling-for-Telit-21e8a96377e6.patch
	patches.suse/ping-fix-the-dif-and-sdif-check-in-ping_lookup.patch
	patches.suse/Revert-net-ethernet-bgmac-Use-devm_platform_ioremap_.patch
	patches.suse/vsock-remove-vsock-from-connected-table-when-connect.patch
	patches.suse/net-dsa-lan9303-add-VLAN-IDs-to-master-device.patch
	patches.suse/bonding-force-carrier-update-when-releasing-slave.patch
	patches.suse/drm-amd-pm-correct-UMD-pstate-clocks-for-Dimgrey-Cav.patch
	patches.suse/drm-amdgpu-skipping-SDMA-hw_init-and-hw_fini-for-S0i.patch
	patches.suse/drm-amd-pm-correct-the-sequence-of-sending-gpu-reset.patch
	patches.suse/drm-radeon-Fix-backlight-control-on-iMac-12-1.patch
	patches.suse/drm-cma-helper-Set-VM_DONTEXPAND-for-mmap.patch
	patches.suse/drm-atomic-Don-t-pollute-crtc_state-mode_blob-with-e.patch
	patches.suse/drm-i915-gvt-clean-up-kernel-doc-in-gtt.c.patch
	patches.suse/drm-i915-gvt-Make-DRM_I915_GVT-depend-on-X86.patch
	patches.suse/drm-i915-Fix-dbuf-slice-config-lookup.patch
	patches.suse/drm-i915-Fix-mbus-join-config-lookup.patch
	patches.suse/drm-i915-ttm-tweak-priority-hint-selection.patch
	patches.suse/drm-i915-opregion-check-port-number-bounds-for-SWSCI.patch
	patches.suse/selftests-exec-Add-non-regular-to-TEST_GEN_PROGS.patch
	patches.suse/selftests-seccomp-Fix-seccomp-failure-by-adding-miss.patch
	patches.suse/selftests-ftrace-Do-not-trace-do_softirq-because-of-.patch
	patches.suse/smb3-fix-snapshot-mount-option.patch
	patches.suse/cifs-fix-set-of-group-SID-via-NTSD-xattrs.patch
	patches.suse/cifs-do-not-use-uninitialized-data-in-the-owner-group-sid.patch
	patches.suse/cifs-fix-double-free-race-when-mount-fails-in-cifs_get_root-.patch
	patches.suse/cifs-modefromsids-must-add-an-ACE-for-authenticated-users.patch
	patches.suse/cifs-fix-confusing-unneeded-warning-message-on-smb2-1-and-earlier.patch
	patches.suse/arm64-Correct-wrong-label-in-macro-__init_el2_gicv3.patch
	patches.suse/ALSA-memalloc-Fix-dma_need_sync-checks.patch
	patches.suse/ALSA-memalloc-invalidate-SG-pages-before-sync.patch
	patches.suse/ALSA-usb-audio-revert-to-IMPLICIT_FB_FIXED_DEV-for-M.patch
	patches.suse/ALSA-hda-realtek-Add-quirk-for-Legion-Y9000X-2019.patch
	patches.suse/ALSA-hda-Fix-regression-on-forced-probe-mask-option.patch
	patches.suse/ALSA-hda-Fix-missing-codec-probe-on-Shenker-Dock-15.patch
	patches.suse/ALSA-usb-audio-Don-t-abort-resume-upon-errors.patch
	patches.suse/ALSA-hda-realtek-Fix-deadlock-by-COEF-mutex.patch
	patches.suse/ASoC-ops-Fix-stereo-change-notifications-in-snd_soc_.patch
	patches.suse/ASoC-ops-Fix-stereo-change-notifications-in-snd_soc_-7f3d90a35196.patch
	patches.suse/ASoC-ops-Fix-stereo-change-notifications-in-snd_soc_-650204ded370.patch
	patches.suse/ASoC-ops-Fix-stereo-change-notifications-in-snd_soc_-2b7c46369f09.patch
	patches.suse/ASoC-tas2770-Insert-post-reset-delay.patch
	patches.suse/ASoC-rt5668-do-not-block-workqueue-if-card-is-unboun.patch
	patches.suse/ASoC-rt5682-do-not-block-workqueue-if-card-is-unboun.patch
	patches.suse/ASoC-qcom-Actually-clear-DMA-interrupt-register-for-.patch
	patches.suse/ASoC-wm_adsp-Correct-control-read-size-when-parsing-.patch
	patches.suse/ALSA-hda-Set-max-DMA-segment-size.patch
	patches.suse/ASoC-SOF-hda-Set-max-DMA-segment-size.patch
	patches.suse/ASoC-intel-skylake-Set-max-DMA-segment-size.patch
	patches.suse/block-map-add-__GFP_ZERO-flag-for-alloc_page-in-function-bio_copy_kern
	patches.suse/block-wbt-fix-negative-inflight-counter-when-remove-.patch
	patches.suse/mtd-rawnand-ingenic-Fix-missing-put_device-in-ingeni.patch
	patches.suse/mtd-rawnand-qcom-Fix-clock-sequencing-in-qcom_nandc_.patch
	patches.suse/mtd-parsers-qcom-Fix-kernel-panic-on-skipped-partiti.patch
	patches.suse/mtd-parsers-qcom-Fix-missing-free-for-pparts-in-clea.patch
	patches.suse/mtd-phram-Prevent-divide-by-zero-bug-in-phram_setup.patch
	patches.suse/mtd-rawnand-gpmi-don-t-leak-PM-reference-in-error-pa.patch
	patches.suse/mtd-rawnand-brcmnand-Fixed-incorrect-sub-page-ECC-st.patch
	patches.suse/ACPI-processor-idle-fix-lockup-regression-on-32-bit-.patch
	patches.suse/NFS-Remove-an-incorrect-revalidation-in-nfs4_update_.patch
	patches.suse/NFS-LOOKUP_DIRECTORY-is-also-ok-with-symlinks.patch
	patches.suse/NFS-Do-not-report-writeback-errors-in-nfs_getattr.patch
	patches.suse/ucounts-Enforce-RLIMIT_NPROC-not-RLIMIT_NPROC-1.patch
	patches.suse/ucounts-Base-set_cred_ucounts-changes-on-the-real-us.patch
	patches.suse/ucounts-Handle-wrapping-in-is_ucounts_overlimit.patch
	patches.suse/copy_process-Move-fd_install-out-of-sighand-siglock-critical-section.patch
	patches.suse/tests-fix-idmapped-mount_setattr-test.patch
	patches.suse/Input-clear-BTN_RIGHT-MIDDLE-on-buttonpads.patch
	patches.suse/i2c-bcm2835-Avoid-clock-stretching-timeouts.patch
	patches.suse/i2c-qcom-cci-don-t-delete-an-unregistered-adapter.patch
	patches.suse/i2c-qcom-cci-don-t-put-a-device-tree-node-before-i2c.patch
	patches.suse/i2c-brcmstb-fix-support-for-DSL-and-CM-variants.patch
	patches.suse/dmaengine-ptdma-Fix-the-error-handling-path-in-pt_co.patch
	patches.suse/dmaengine-sh-rcar-dmac-Check-for-error-num-after-set.patch
	patches.suse/dmaengine-stm32-dmamux-Fix-PM-disable-depth-imbalanc.patch
	patches.suse/dmaengine-sh-rcar-dmac-Check-for-error-num-after-dma.patch
	patches.suse/dmaengine-shdma-Fix-runtime-PM-imbalance-on-error.patch
	patches.suse/scsi-qedi-Fix-ABBA-deadlock-in-qedi_process_tmf_resp-and-qedi_process_cmd_cleanup_resp.patch
	patches.suse/scsi-lpfc-Fix-pt2pt-NVMe-PRLI-reject-LOGO-loop.patch
	patches.suse/edac-fix-calculation-of-returned-address-and-next-offset-in-edac_align_ptr.patch
	patches.suse/sched-Fix-yet-more-sched_fork-races.patch
	patches.suse/x86-ptrace-fix-xfpregs_set-s-incorrect-xmm-clearing.patch
	patches.suse/lockdep-Correct-lock_classes-index-mapping.patch
	patches.suse/platform-x86-thinkpad_acpi-Add-dual-fan-quirk-for-T1.patch
	patches.suse/platform-x86-asus-wmi-Fix-regression-when-probing-fo.patch
	patches.suse/lib-iov_iter-initialize-flags-in-new-pipe_buffer.patch
	patches.suse/cgroup-cpuset-Fix-a-race-between-cpuset_attach-and-cpu-hotplug.patch
	patches.suse/cgroup-v1-Correct-privileges-check-in-release_agent-writes.patch
	patches.suse/hwmon-Handle-failure-to-register-sensor-with-thermal.patch
	patches.suse/hwmon-pmbus-Clear-pmbus-fault-warning-bits-after-rea.patch
	patches.suse/selinux-fix-misuse-of-mutex_is_locked.patch
	patches.suse/of-unittest-update-text-of-expected-warnings.patch
	patches.suse/surface-surface3_power-Fix-battery-readings-on-batte.patch
	patches.suse/io_uring-add-a-schedule-point-in-io_add_buffers.patch
	patches.suse/nvme-don-t-return-an-error-from-nvme_configure_metad.patch
	patches.suse/nvme-also-mark-passthrough-only-namespaces-ready-in-.patch
	patches.suse/bpf-Fix-crash-due-to-out-of-bounds-access-into-reg2b.patch
	patches.suse/drivers-hamradio-6pack-fix-UAF-bug-caused-by-mod_tim.patch
	patches.suse/sr9700-sanity-check-for-packet-length.patch
	patches.suse/net-ll_temac-check-the-return-value-of-devm_kmalloc.patch
	patches.suse/nfp-flower-Fix-a-potential-leak-in-nfp_tunnel_add_sh.patch
	patches.suse/selftests-mptcp-fix-diag-instability.patch
	patches.suse/ice-Match-on-all-profiles-in-slow-path.patch
	patches.suse/ice-fix-setting-l4-port-flag-when-adding-filter.patch
	patches.suse/ice-fix-concurrent-reset-and-removal-of-VFs.patch
	patches.suse/ice-check-the-return-of-ice_ptp_gettimex64.patch
	patches.suse/ice-initialize-local-variable-tlv.patch
	patches.suse/net-dsa-microchip-fix-bridging-with-more-than-two-me.patch
	patches.suse/bnxt_en-Fix-active-FEC-reporting-to-ethtool.patch
	patches.suse/bnxt_en-Fix-offline-ethtool-selftest-with-RDMA-enabl.patch
	patches.suse/bnxt_en-Fix-occasional-ethtool-t-loopback-test-failu.patch
	patches.suse/bnxt_en-Fix-incorrect-multicast-rx-mask-setting-when.patch
	patches.suse/bnxt_en-Restore-the-resets_reliable-flag-in-bnxt_ope.patch
	patches.suse/bnxt_en-Increase-firmware-message-response-DMA-wait-.patch
	patches.suse/bnxt_en-Fix-devlink-fw_activate.patch
	patches.suse/netfilter-nf_tables_offload-incorrect-flow-offload-a.patch
	patches.suse/ibmvnic-schedule-failover-only-if-vioctl-fails.patch
	patches.suse/vhost-vsock-don-t-check-owner-in-vhost_vsock_stop-wh.patch
	patches.suse/udp_tunnel-Fix-end-of-loop-test-in-udp_tunnel_nic_un.patch
	patches.suse/net-mlx5-Update-the-list-of-the-PCI-supported-device.patch
	patches.suse/net-mlx5-DR-Cache-STE-shadow-memory.patch
	patches.suse/net-mlx5-DR-Fix-slab-out-of-bounds-in-mlx5_cmd_dr_cr.patch
	patches.suse/net-mlx5-DR-Don-t-allow-match-on-IP-w-o-matching-on-.patch
	patches.suse/net-mlx5-DR-Fix-the-threshold-that-defines-when-pool.patch
	patches.suse/net-mlx5-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-MPLSoUDP-decap-fix-check-for-unsupported-m.patch
	patches.suse/net-mlx5e-Add-missing-increment-of-count.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-Disable-KVM_HC_CLOCK_PAIRING-if-tsc-is-in-al.patch
	patches.suse/x86-kvm-Don-t-use-pv-tlb-ipi-sched_yield-if-on-1-vCP.patch
	patches.suse/KVM-x86-mmu-make-apf-token-non-zero-to-fix-bug.patch
	patches.suse/drm-vc4-crtc-Fix-runtime_pm-reference-counting.patch
	patches.suse/drm-edid-Always-set-RGB444.patch
	patches.suse/drm-amd-display-Protect-update_bw_bounding_box-FPU-c.patch
	patches.suse/drm-amdgpu-disable-MMHUB-PG-for-Picasso.patch
	patches.suse/drm-amd-pm-fix-some-OEM-SKU-specific-stability-issue.patch
	patches.suse/drm-amd-display-For-vblank_disable_immediate-check-P.patch
	patches.suse/drm-amd-Check-if-ASPM-is-enabled-from-PCIe-subsystem.patch
	patches.suse/drm-amdgpu-do-not-enable-asic-reset-for-raven2.patch
	patches.suse/drm-amdgpu-bypass-tiling-flag-check-in-virtual-displ.patch
	patches.suse/drm-amdgpu-check-vm-ready-by-amdgpu_vm-evicting-flag.patch
	patches.suse/drm-i915-Widen-the-QGV-point-mask.patch
	patches.suse/drm-i915-Correctly-populate-use_sagv_wm-for-all-pipe.patch
	patches.suse/drm-i915-Fix-bw-atomic-check-when-switching-between-.patch
	patches.suse/drm-i915-dg2-Print-PHY-name-properly-on-calibration-.patch
	patches.suse/clk-jz4725b-fix-mmc0-clock-gating.patch
	patches.suse/ata-pata_hpt37x-fix-PCI-clock-detection.patch
	patches.suse/ata-pata_hpt37x-disable-primary-channel-on-HPT371.patch
	patches.suse/usb-dwc3-pci-add-support-for-the-Intel-Raptor-Lake-S.patch
	patches.suse/usb-dwc3-pci-Add-snps-dis_u2_susphy_quirk-for-Intel-.patch
	patches.suse/xhci-re-initialize-the-HC-during-resume-if-HCE-was-s.patch
	patches.suse/xhci-Prevent-futile-URB-re-submissions-due-to-incorr.patch
	patches.suse/tps6598x-clear-int-mask-on-probe-failure.patch
	patches.suse/usb-dwc3-pci-Fix-Bay-Trail-phy-GPIO-mappings.patch
	patches.suse/usb-dwc2-drd-fix-soft-connect-when-gadget-is-unconfi-32fde84362c4.patch
	patches.suse/USB-gadget-validate-endpoint-index-for-xilinx-udc.patch
	patches.suse/usb-dwc3-gadget-Let-the-interrupt-handler-disable-bo.patch
	patches.suse/usb-gadget-rndis-add-spinlock-for-rndis-response-lis.patch
	patches.suse/Revert-USB-serial-ch341-add-new-Product-ID-for-CH341.patch
	patches.suse/USB-serial-option-add-support-for-DW5829e.patch
	patches.suse/USB-serial-option-add-Telit-LE910R1-compositions.patch
	patches.suse/tty-n_gsm-fix-encoding-of-control-signal-octet-bit-D.patch
	patches.suse/tty-n_gsm-fix-encoding-of-command-response-bit.patch
	patches.suse/tty-n_gsm-fix-proper-link-termination-after-failed-o.patch
	patches.suse/tty-n_gsm-fix-NULL-pointer-access-due-to-DLCI-releas.patch
	patches.suse/tty-n_gsm-fix-wrong-tty-control-line-for-flow-contro.patch
	patches.suse/tty-n_gsm-fix-wrong-modem-processing-in-convergence-.patch
	patches.suse/tty-n_gsm-fix-deadlock-in-gsmtty_open.patch
	patches.suse/sc16is7xx-Fix-for-incorrect-data-being-transmitted.patch
	patches.suse/staging-fbtft-fb_st7789v-reset-display-before-initia.patch
	patches.suse/driver-core-Free-DMA-range-map-when-device-is-releas.patch
	patches.suse/iio-adc-tsc2046-fix-memory-corruption-by-preventing-.patch
	patches.suse/iio-adc-ad7124-fix-mask-used-for-setting-AIN_BUFP-AI.patch
	patches.suse/iio-imu-adis16480-fix-buffering-for-devices-with-no-.patch
	patches.suse/iio-accel-fxls8962af-add-padding-to-regmap-for-SPI.patch
	patches.suse/iio-adc-men_z188_adc-Fix-a-resource-leak-in-an-error.patch
	patches.suse/iio-Fix-error-handling-for-PM.patch
	patches.suse/iio-imu-st_lsm6dsx-wait-for-settling-time-in-st_lsm6.patch
	patches.suse/thermal-int340x-fix-memory-leak-in-int3400_notify.patch
	patches.suse/regmap-irq-Update-interrupt-clear-register-for-prope.patch
	patches.suse/spi-spi-zynq-qspi-Fix-a-NULL-pointer-dereference-in-.patch
	patches.suse/spi-rockchip-Fix-error-in-getting-num-cs-property.patch
	patches.suse/spi-rockchip-terminate-dma-transmission-when-slave-a.patch
	patches.suse/gpio-Return-EPROBE_DEFER-if-gc-to_irq-is-NULL.patch
	patches.suse/IB-qib-Fix-duplicate-sysfs-directory-name.patch
	patches.suse/RDMA-rtrs-clt-Fix-possible-double-free-in-error-case.patch
	patches.suse/RDMA-rtrs-clt-Move-free_permit-from-free_clt-to-rtrs.patch
	patches.suse/RDMA-ib_srp-Fix-a-deadlock.patch
	patches.suse/RDMA-cma-Do-not-change-route.addr.src_addr-outside-s.patch
	patches.suse/configfs-fix-a-race-in-configfs_-un-register_subsyst.patch
	patches.suse/xfs-only-bother-with-sync_filesystem-during-readonly.patch
	patches.suse/selftest-vm-fix-map_fixed_noreplace-test-failure.patch
	patches.suse/selftests-memfd-clean-up-mapping-in-mfd_fail_write.patch
	patches.suse/tracing-Dump-stacktrace-trigger-to-the-corresponding-instance.patch
	patches.suse/tracing-Have-traceon-and-traceoff-trigger-honor-the-instance.patch
	patches.suse/tracing-Ensure-trace-buffer-is-at-least-4096-bytes-large.patch
	patches.suse/tracing-osnoise-Make-osnoise_main-to-sleep-for-microseconds.patch
	patches.suse/pinctrl-fix-loop-in-k210_pinconf_get_drive.patch
	patches.suse/pinctrl-k210-Fix-bias-pull-up.patch
	patches.suse/gpio-tegra186-Fix-chip_data-type-confusion.patch
	patches.suse/pinctrl-tigerlake-Revert-Add-Alder-Lake-M-ACPI-ID.patch
	patches.suse/swiotlb-fix-info-leak-with-DMA_FROM_DEVICE.patch
	patches.suse/efivars-Respect-block-flag-in-efivar_entry_set_safe.patch
	patches.suse/arm64-dts-agilex-use-the-compatible-intel-socfpga-ag.patch
	patches.suse/arm64-dts-juno-Remove-GICv2m-dma-range.patch
	patches.suse/firmware-arm_scmi-Remove-space-in-MODULE_ALIAS-name.patch
	patches.suse/arm64-dts-rockchip-fix-rk3399-puma-haikou-USB-OTG-mo.patch
	patches.suse/arm64-dts-rockchip-Switch-RK3399-Gru-DP-to-SPDIF-out.patch
	patches.suse/arm64-dts-rockchip-fix-rk3399-puma-eMMC-HS400-signal.patch
	patches.suse/arm64-dts-rockchip-align-pl330-node-name-with-dtsche.patch
	patches.suse/arm64-dts-rockchip-reorder-rk3399-hdmi-clocks.patch
	patches.suse/ARM-dts-rockchip-reorder-rk322x-hmdi-clocks.patch
	patches.suse/ARM-dts-rockchip-fix-a-typo-on-rk3288-crypto-control.patch
	patches.suse/ARM-dts-switch-timer-config-to-common-devkit8000-dev.patch
	patches.suse/ARM-dts-Use-32KiHz-oscillator-on-devkit8000.patch
	patches.suse/soc-fsl-Correct-MAINTAINERS-database-QUICC-ENGINE-LI.patch
	patches.suse/soc-fsl-Correct-MAINTAINERS-database-SOC.patch
	patches.suse/soc-fsl-guts-Revert-commit-3c0d64e867ed.patch
	patches.suse/soc-fsl-guts-Add-a-missing-memory-allocation-failure.patch
	patches.suse/soc-fsl-qe-Check-of-ioremap-return-value.patch
	patches.suse/ntb-intel-fix-port-config-status-offset-for-SPR.patch
	patches.suse/ARM-Fix-kgdb-breakpoint-for-Thumb2.patch
	patches.suse/ARM-9178-1-fix-unmet-dependency-on-BITREVERSE-for-HA.patch
	patches.suse/ARM-9182-1-mmu-fix-returns-from-early_param-and-__se.patch
	patches.suse/ucounts-Fix-systemd-LimitNPROC-with-private-users-re.patch
	patches.suse/auxdisplay-lcd2s-Fix-lcd2s_redefine_char-feature.patch
	patches.suse/auxdisplay-lcd2s-Fix-memory-leak-in-remove.patch
	patches.suse/auxdisplay-lcd2s-Use-proper-API-to-free-the-instance.patch
	patches.suse/Bluetooth-Fix-bt_skb_sendmmsg-not-allocating-partial.patch
	patches.suse/xen-netfront-destroy-queues-before-real_num_tx_queue.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/ibmvnic-free-reset-work-item-when-flushing.patch
	patches.suse/ibmvnic-initialize-rc-before-completing-wait.patch
	patches.suse/ibmvnic-define-flush_reset_queue-helper.patch
	patches.suse/ibmvnic-complete-init_done-on-transport-events.patch
	patches.suse/ibmvnic-register-netdev-after-init-of-adapter.patch
	patches.suse/ibmvnic-init-init_done_rc-earlier.patch
	patches.suse/ibmvnic-clear-fop-when-retrying-probe.patch
	patches.suse/ibmvnic-Allow-queueing-resets-during-probe.patch
	patches.suse/net-chelsio-cxgb3-check-the-return-value-of-pci_find.patch
	patches.suse/net-sparx5-Fix-add-vlan-when-invalid-operation.patch
	patches.suse/net-sxgbe-fix-return-value-of-__setup-handler.patch
	patches.suse/net-stmmac-fix-return-value-of-__setup-handler.patch
	patches.suse/can-etas_es58x-change-opened_channel_cnt-s-type-from.patch
	patches.suse/can-gs_usb-change-active_channels-s-type-from-atomic.patch
	patches.suse/can-rcar_canfd-rcar_canfd_channel_probe-register-the.patch
	patches.suse/iavf-Rework-mutexes-for-better-synchronisation.patch
	patches.suse/iavf-Add-waiting-so-the-port-is-initialized-in-remov.patch
	patches.suse/iavf-Fix-init-state-closure-on-remove.patch
	patches.suse/iavf-Fix-locking-for-VIRTCHNL_OP_GET_OFFLOAD_VLAN_V2.patch
	patches.suse/iavf-Fix-race-in-init-state.patch
	patches.suse/iavf-Fix-deadlock-in-iavf_reset_task.patch
	patches.suse/iavf-Fix-missing-check-for-running-netdev.patch
	patches.suse/iavf-Fix-__IAVF_RESETTING-state-usage.patch
	patches.suse/atm-firestream-check-the-return-value-of-ioremap-in-.patch
	patches.suse/igc-igc_read_phy_reg_gpy-drop-premature-return.patch
	patches.suse/igc-igc_write_phy_reg_gpy-drop-premature-return.patch
	patches.suse/e1000e-Fix-possible-HW-unit-hang-after-an-s0ix-exit.patch
	patches.suse/e1000e-Correct-NVM-checksum-verification-flow.patch
	patches.suse/mac80211-fix-EAPoL-rekey-fail-in-802.3-rx-path.patch
	patches.suse/mac80211-refuse-aggregations-sessions-before-authori.patch
	patches.suse/mac80211-fix-forwarded-mesh-frames-AC-queue-selectio.patch
	patches.suse/iwlwifi-don-t-advertise-TWT-support.patch
	patches.suse/iwlwifi-mvm-check-debugfs_dir-ptr-before-use.patch
	patches.suse/nl80211-Handle-nla_memdup-failures-in-handle_nan_fil.patch
	patches.suse/mac80211-treat-some-SAE-auth-steps-as-final.patch
	patches.suse/nl80211-Update-bss-channel-on-channel-switch-for-P2P.patch
	patches.suse/batman-adv-Request-iflink-once-in-batadv-on-batadv-c.patch
	patches.suse/batman-adv-Request-iflink-once-in-batadv_get_real_ne.patch
	patches.suse/batman-adv-Don-t-expect-inter-netns-unique-iflink-in.patch
	patches.suse/net-ipa-add-an-interconnect-dependency.patch
	patches.suse/net-smc-fix-unexpected-SMC_CLC_DECL_ERR_REGRMB-error-generated-by-client
	patches.suse/net-smc-fix-unexpected-SMC_CLC_DECL_ERR_REGRMB-error-cause-by-server
	patches.suse/selftests-mlxsw-tc_police_scale-Make-test-more-robus.patch
	patches.suse/selftests-mlxsw-resource_scale-Fix-return-value.patch
	patches.suse/ixgbe-xsk-change-netif_carrier_ok-handling-in-ixgbe_.patch
	patches.suse/ipv6-fix-skb-drops-in-igmp6_event_query-and-igmp6_ev.patch
	patches.suse/pinctrl-sunxi-Use-unique-lockdep-classes-for-IRQs.patch
	patches.suse/drm-i915-guc-slpc-Correct-the-param-count-for-unset-.patch
	patches.suse/drm-i915-s-JSP2-ICP2-PCH.patch
	patches.suse/drm-amdgpu-fix-suspend-resume-hang-regression.patch
	patches.suse/drm-bridge-ti-sn65dsi86-Properly-undo-autosuspend.patch
	patches.suse/drm-vrr-Set-VRR-capable-prop-only-if-it-is-attached-.patch
	patches.suse/ASoC-ops-Shift-tested-values-in-snd_soc_put_volsw-by.patch
	patches.suse/ASoC-cs4265-Fix-the-duplicated-control-name.patch
	patches.suse/ALSA-intel_hdmi-Fix-reference-to-PCM-buffer-address.patch
	patches.suse/thermal-core-Fix-TZ_GET_TRIP-NULL-pointer-dereferenc.patch
	patches.suse/iommu-amd-Recover-from-event-log-overflow
	patches.suse/iommu-amd-Fix-I-O-page-table-memory-leak
	patches.suse/iommu-vt-d-fix-double-list_add-when-enabling-vmd-in-scalable-mode
	patches.suse/iommu-tegra-smmu-Fix-missing-put_device-call-in-tegra_smmu_find
	patches.suse/blktrace-fix-use-after-free-for-struct-blk_trace.patch
	patches.suse/s390-extable-fix-exception-table-sorting
	patches.suse/kselftest-vm-fix-tests-build-with-old-libc.patch
	patches.suse/proc-fix-documentation-and-description-of-pagemap.patch
	patches.suse/Input-samsung-keypad-properly-state-IOMEM-dependency.patch
	patches.suse/Input-elan_i2c-move-regulator_-en-dis-able-out-of-el.patch
	patches.suse/Input-elan_i2c-fix-regulator-enable-count-imbalance-.patch
	patches.suse/HID-add-mapping-for-KEY_DICTATE.patch
	patches.suse/HID-add-mapping-for-KEY_ALL_APPLICATIONS.patch
	patches.suse/tracing-histogram-Fix-sorting-on-old-cpu-value.patch
	patches.suse/tracing-Fix-return-value-of-__setup-handlers.patch
	patches.suse/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/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/tools-virtio-fix-virtio_test-execution.patch
	patches.suse/x86-speculation-rename-retpoline_amd-to-retpoline_lfence.patch
	patches.suse/x86-speculation-add-eibrs-retpoline-options.patch
	patches.suse/documentation-hw-vuln-update-spectre-doc.patch
	patches.suse/x86-speculation-include-unprivileged-ebpf-status-in-spectre-v2-mitigation-reporting.patch
	patches.suse/x86-speculation-use-generic-retpoline-by-default-on-amd.patch
	patches.suse/x86-speculation-warn-about-spectre-v2-lfence-mitigation.patch
	patches.suse/x86-speculation-warn-about-eibrs-lfence-unprivileged-ebpf-smt.patch
	patches.suse/ARM-report-Spectre-v2-status-through-sysfs.patch
	patches.suse/0002-ARM-early-traps-initialisation.patch
	patches.suse/0003-ARM-use-LOADADDR-to-get-load-address-of-sections.patch
	patches.suse/0004-ARM-Spectre-BHB-workaround.patch
	patches.suse/0005-ARM-include-unprivileged-BPF-status-in-Spectre-V2-re.patch
	patches.suse/arm64-entry.S-Add-ventry-overflow-sanity-checks.patch
	patches.suse/0002-arm64-spectre-Rename-spectre_v4_patch_fw_mitigation_.patch
	patches.suse/0003-KVM-arm64-Allow-indirect-vectors-to-be-used-without-.patch
	patches.suse/0004-arm64-entry-Make-the-trampoline-cleanup-optional.patch
	patches.suse/0005-arm64-entry-Free-up-another-register-on-kpti-s-tramp.patch
	patches.suse/0006-arm64-entry-Move-the-trampoline-data-page-before-the.patch
	patches.suse/0007-arm64-entry-Allow-tramp_alias-to-access-symbols-afte.patch
	patches.suse/0008-arm64-entry-Don-t-assume-tramp_vectors-is-the-start-.patch
	patches.suse/0009-arm64-entry-Move-trampoline-macros-out-of-ifdef-d-se.patch
	patches.suse/0010-arm64-entry-Make-the-kpti-trampoline-s-kpti-sequence.patch
	patches.suse/0011-arm64-entry-Allow-the-trampoline-text-to-occupy-mult.patch
	patches.suse/0012-arm64-entry-Add-non-kpti-__bp_harden_el1_vectors-for.patch
	patches.suse/0013-arm64-entry-Add-vectors-that-have-the-bhb-mitigation.patch
	patches.suse/0014-arm64-entry-Add-macro-for-reading-symbol-addresses-f.patch
	patches.suse/0015-arm64-Add-percpu-vectors-for-EL1.patch
	patches.suse/0016-arm64-proton-pack-Report-Spectre-BHB-vulnerabilities.patch
	patches.suse/0017-arm64-Mitigate-spectre-style-branch-history-side-cha.patch
	patches.suse/0018-KVM-arm64-Allow-SMCCC_ARCH_WORKAROUND_3-to-be-discov.patch
	patches.suse/0019-arm64-Use-the-clearbhb-instruction-in-mitigations.patch
	patches.suse/0020-arm64-proton-pack-Include-unprivileged-eBPF-status-i.patch
	patches.suse/fuse-fix-fileattr-op-failure.patch
	patches.suse/fuse-fix-pipe-buffer-lifetime-for-direct_io.patch
	patches.suse/ARM-fix-build-error-when-BPF_SYSCALL-is-disabled.patch
	patches.suse/ARM-fix-co-processor-register-typo.patch
	patches.suse/arm64-Ensure-execute-only-permissions-are-not-allowed-without-EPAN.patch
	patches.suse/arm64-kasan-fix-include-error-in-MTE-functions.patch
	patches.suse/HID-logitech-dj-add-new-lightspeed-receiver-id.patch
	patches.suse/HID-Add-support-for-open-wheel-and-no-attachment-to-.patch
	patches.suse/HID-hid-thrustmaster-fix-OOB-read-in-thrustmaster_in.patch
	patches.suse/HID-vivaldi-fix-sysfs-attributes-leak.patch
	patches.suse/ARM-Do-not-use-NOCROSSREFS-directive-with-ld.lld.patch
	patches.suse/arm64-Do-not-include-__READ_ONCE-block-in-assembly-f.patch
	patches.suse/xen-xenbus-don-t-let-xenbus_grant_ring-remove-grants.patch
	patches.suse/xen-grant-table-add-gnttab_try_end_foreign_access.patch
	patches.suse/xen-blkfront-don-t-use-gnttab_query_foreign_access-f.patch
	patches.suse/xen-netfront-don-t-use-gnttab_query_foreign_access-f.patch
	patches.suse/xen-scsifront-don-t-use-gnttab_query_foreign_access-.patch
	patches.suse/xen-gntalloc-don-t-use-gnttab_query_foreign_access.patch
	patches.suse/xen-usb-don-t-use-gnttab_end_foreign_access-in-xenhc.patch
	patches.suse/xen-9p-use-alloc-free_pages_exact.patch
	patches.suse/xen-pvcalls-use-alloc-free_pages_exact.patch
	patches.suse/xen-gnttab-fix-gnttab_end_foreign_access-without-pag.patch
	patches.suse/xen-netfront-react-properly-to-failing-gnttab_end_fo.patch
	patches.suse/gpio-tegra186-Add-IRQ-per-bank-for-Tegra241.patch
	patches.suse/gpio-Revert-regression-in-sysfs-gpio-gpiolib.c.patch
	patches.suse/gpiolib-acpi-Convert-ACPI-value-of-debounce-to-micro.patch
	patches.suse/gpio-ts4900-Do-not-set-DAT-and-OE-together.patch
	patches.suse/ARM-fix-build-warning-in-proc-v7-bugs.c.patch
	patches.suse/spi-Fix-invalid-sgs-value.patch
	patches.suse/ARM-boot-dts-bcm2711-Fix-HVS-register-range.patch
	patches.suse/arm64-dts-qcom-sm8350-Correct-UFS-symbol-clocks.patch
	patches.suse/ARM-mstar-Select-HAVE_ARM_ARCH_TIMER.patch
	patches.suse/arm64-dts-armada-3720-turris-mox-Add-missing-etherne.patch
	patches.suse/ARM-dts-aspeed-Fix-AST2600-quad-spi-group.patch
	patches.suse/arm64-dts-marvell-armada-37xx-Remap-IO-space-to-bus-.patch
	patches.suse/staging-gdm724x-fix-use-after-free-in-gdm_lte_rx.patch
	patches.suse/staging-rtl8723bs-Fix-access-point-mode-deadlock.patch
	patches.suse/net-macb-Fix-lost-RX-packet-wakeup-race-in-NAPI-rece.patch
	patches.suse/net-phy-meson-gxl-fix-interrupt-handling-in-forced-m.patch
	patches.suse/mISDN-Fix-memory-leak-in-dsp_pipeline_build.patch
	patches.suse/isdn-hfcpci-check-the-return-value-of-dma_set_mask-i.patch
	patches.suse/net-qlogic-check-the-return-value-of-dma_alloc_coher.patch
	patches.suse/qed-return-status-of-qed_iov_get_link.patch
	patches.suse/smsc95xx-Ignore-ENODEV-errors-when-device-is-unplugg.patch
	patches.suse/net-dsa-mt7530-fix-incorrect-test-in-mt753x_phylink_.patch
	patches.suse/ethernet-Fix-error-handling-in-xemaclite_of_probe.patch
	patches.suse/iavf-Fix-handling-of-vlan-strip-virtual-channel-mess.patch
	patches.suse/i40e-stop-disabling-VFs-due-to-PF-error-responses.patch
	patches.suse/ice-stop-disabling-VFs-due-to-PF-error-responses.patch
	patches.suse/ice-Fix-error-with-handling-of-bonding-MTU.patch
	patches.suse/ice-Don-t-use-GFP_KERNEL-in-atomic-context.patch
	patches.suse/ice-Fix-curr_link_speed-advertised-speed.patch
	patches.suse/net-ethernet-ti-cpts-Handle-error-for-clk_enable.patch
	patches.suse/net-ethernet-lpc_eth-Handle-error-for-clk_enable.patch
	patches.suse/net-marvell-prestera-Add-missing-of_node_put-in-pres.patch
	patches.suse/ax25-Fix-NULL-pointer-dereference-in-ax25_kill_by_de.patch
	patches.suse/esp-Fix-possible-buffer-overflow-in-ESP-transformati.patch
	patches.suse/NFC-port100-fix-use-after-free-in-port100_send_compl.patch
	patches.suse/selftests-pmtu.sh-Kill-tcpdump-processes-launched-by.patch
	patches.suse/selftests-pmtu.sh-Kill-nettest-processes-launched-in.patch
	patches.suse/gianfar-ethtool-Fix-refcount-leak-in-gfar_get_ts_inf.patch
	patches.suse/net-phy-DP83822-clear-MISR2-register-to-disable-inte.patch
	patches.suse/net-mlx5-Fix-size-field-in-bufferx_reg-struct.patch
	patches.suse/net-mlx5-Fix-a-race-on-command-flush-flow.patch
	patches.suse/net-mlx5-Fix-offloading-with-ESWITCH_IPV4_TTL_MODIFY-39bab83b.patch
	patches.suse/net-mlx5e-Lag-Only-handle-events-from-highest-priori.patch
	patches.suse/net-mlx5e-SHAMPO-reduce-TIR-indication.patch
	patches.suse/net-phy-correct-spelling-error-of-media-in-documenta.patch
	patches.suse/net-bcmgenet-Don-t-claim-WOL-when-its-not-available.patch
	patches.suse/net-phy-meson-gxl-improve-link-up-behavior.patch
	patches.suse/ice-Fix-race-condition-during-interface-enslave.patch
	patches.suse/tracing-osnoise-Force-quiescent-states-while-tracing.patch
	patches.suse/drm-sun4i-mixer-Fix-P010-and-P210-format-numbers.patch
	patches.suse/watch_queue-Fix-filter-limit-check.patch
	patches.suse/watch_queue-pipe-Free-watchqueue-state-after-clearin.patch
	patches.suse/watch_queue-Fix-to-release-page-in-release.patch
	patches.suse/watch_queue-Fix-to-always-request-a-pow-of-2-pipe-ri.patch
	patches.suse/watch_queue-Use-the-bitmap-API-when-applicable.patch
	patches.suse/watch_queue-Fix-the-alloc-bitmap-size-to-reflect-not.patch
	patches.suse/watch_queue-Free-the-alloc-bitmap-when-the-watch_que.patch
	patches.suse/watch_queue-Fix-lack-of-barrier-sync-lock-between-po.patch
	patches.suse/watch_queue-Make-comment-about-setting-defunct-more-.patch
	patches.suse/mmc-meson-Fix-usage-of-meson_mmc_post_req.patch
	patches.suse/ARM-fix-Thumb2-regression-with-Spectre-BHB.patch
	patches.suse/ARM-Spectre-BHB-provide-empty-stub-for-non-config.patch
	patches.suse/x86-module-fix-the-paravirt-vs-alternative-order.patch
	patches.suse/x86-boot-fix-memremap-of-setup_indirect-structures.patch
	patches.suse/x86-boot-add-setup_indirect-support-in-early_memremap_is_setup_data.patch
	patches.suse/x86-traps-mark-do_int3-nokprobe_symbol.patch
	patches.suse/x86-sgx-Free-backing-memory-after-faulting-the-encla.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/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/iavf-Fix-double-free-in-iavf_reset_task.patch
	patches.suse/af_key-add-__GFP_ZERO-flag-for-compose_sadb_supporte.patch
	patches.suse/net-handle-ARPHRD_PIMREG-in-dev_is_mac_header_xmit.patch
	patches.suse/net-phy-mscc-Add-MODULE_FIRMWARE-macros.patch
	patches.suse/bnx2x-fix-built-in-kernel-driver-load-failure.patch
	patches.suse/net-bcmgenet-skip-invalid-partial-checksums.patch
	patches.suse/net-mscc-ocelot-fix-backwards-compatibility-with-sin.patch
	patches.suse/iavf-Fix-hang-during-reboot-shutdown.patch
	patches.suse/drm-imx-parallel-display-Remove-bus-flags-check-in-i.patch
	patches.suse/drm-panel-simple-Fix-Innolux-G070Y2-L01-BPP-settings.patch
	patches.suse/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/Input-zinitix-do-not-report-shadow-fingers.patch
	patches.suse/Input-aiptek-properly-check-endpoint-type.patch
	patches.suse/kvm-emulate-fix-setcc-emulation-function-offsets-with-sls.patch
	patches.suse/tpm-Fix-error-handling-in-async-work.patch
	patches.suse/KEYS-fix-length-validation-in-keyctl_pkey_params_get.patch
	patches.suse/KEYS-trusted-Fix-trusted-key-backends-when-building-.patch
	patches.suse/KEYS-trusted-Avoid-calling-null-function-trusted_key.patch
	patches.suse/tpm-fix-reference-counting-for-struct-tpm_chip.patch
	patches.suse/KEYS-asymmetric-enforce-that-sig-algo-matches-key-al.patch
	patches.suse/KEYS-asymmetric-properly-validate-hash_algo-and-enco.patch
	patches.suse/tpm-use-try_get_ops-in-tpm-space.c.patch
	patches.suse/irqchip-gic-v3-Workaround-Marvell-erratum-38545-when.patch
	patches.suse/arm64-Add-cavium_erratum_23154_cpus-missing-sentinel.patch
	patches.suse/arm64-module-remove-NOLOAD-from-linker-script.patch
	patches.suse/arm64-prevent-instrumentation-of-bp-hardening-callba.patch
	patches.suse/arm64-Do-not-defer-reserve_crashkernel-for-platforms.patch
	patches.suse/arm64-mm-Drop-const-from-conditional-arm64_dma_phys_.patch
	patches.suse/arm64-mm-Consolidate-TCR_EL1-fields.patch
	patches.suse/arm64-mm-avoid-fixmap-race-condition-when-create-pud.patch
	patches.suse/arm64-lib-Import-latest-version-of-Arm-Optimized-Routines-strcmp.patch
	patches.suse/Revert-arm64-Mitigate-MTE-issues-with-str-n-cmp.patch
	patches.suse/arm64-signal-nofpsimd-Do-not-allocate-fp-simd-contex.patch
	patches.suse/edac-amd64-set-memory-type-per-dimm.patch
	patches.suse/edac-amd64-add-new-register-offset-support-and-related-changes.patch
	patches.suse/selftests-x86-Add-validity-check-and-allow-field-spl.patch
	patches.suse/selftests-sgx-Treat-CC-as-one-argument.patch
	patches.suse/x86-cc-move-arch-x86-kernel-cc_platform-c-coco-core-c
	patches.suse/x86-coco-explicitly-declare-type-of-confidential-computing-platform
	patches.suse/x86-coco-add-api-to-handle-encryption-mask
	patches.suse/x86-mm-cpa-generalize-_set_memory_enc_pgtable
	patches.suse/iommu-sva-rename-config_iommu_sva_lib-to-config_iommu_sva.patch
	patches.suse/mm-change-config-option-for-mm-pasid-field.patch
	patches.suse/iommu-ioasid-introduce-a-helper-to-check-for-valid-pasids.patch
	patches.suse/kernel-fork-initialize-mm-s-pasid.patch
	patches.suse/iommu-sva-assign-a-pasid-to-mm-on-pasid-allocation-and-free-it-on-mm-exit.patch
	patches.suse/x86-fpu-clear-pasid-when-copying-fpstate.patch
	patches.suse/sched-define-and-initialize-a-flag-to-identify-valid-pasid-in-the-task.patch
	patches.suse/x86-traps-demand-populate-pasid-msr-via-gp.patch
	patches.suse/x86-cpufeatures-re-enable-enqcmd.patch
	patches.suse/clocksource-drivers-timer-ti-dm-Fix-regression-from-.patch
	patches.suse/clocksource-drivers-exynos_mct-Handle-DTS-with-highe.patch
	patches.suse/clocksource-drivers-timer-microchip-pit64b-Use-notra.patch
	patches.suse/clocksource-drivers-timer-of-Check-return-value-of-o.patch
	patches.suse/pinctrl-npcm-Fix-broken-references-to-chip-parent_de.patch
	patches.suse/irqchip-qcom-pdc-Fix-broken-locking.patch
	patches.suse/irqchip-nvic-Release-nvic_base-upon-failure.patch
	patches.suse/video-fbdev-stifb-Implement-the-stifb_fillrect-funct.patch
	patches.suse/ACPICA-Avoid-walking-the-ACPI-Namespace-if-it-is-not.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-properties-Consistently-return-ENOENT-if-there-.patch
	patches.suse/clocksource-acpi_pm-fix-return-value-of-__setup-hand.patch
	patches.suse/ACPI-x86-Work-around-broken-XSDT-on-Advantech-DAC-BJ.patch
	patches.suse/ACPI-battery-Add-device-HID-and-quirk-for-Microsoft-.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-fix-return-value-of-__setup-handlers.patch
	patches.suse/ACPI-APEI-Limit-printable-size-of-BERT-table-data.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-load_image_and_restore-error-path.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-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/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-terminate-manual-loop-iterator-loop-correct.patch
	patches.suse/blk-cgroup-set-blkg-iostat-after-percpu-stat-aggrega.patch
	patches.suse/0008-block-bfq_wf2q-correct-weight-to-ioprio.patch
	patches.suse/0009-block-bfq-don-t-move-oom_bfqq.patch
	patches.suse/block-update-io_ticks-when-io-hang.patch
	patches.suse/block-don-t-delete-queue-kobject-before-its-children.patch
	patches.suse/0010-bfq-fix-use-after-free-in-bfq_dispatch_request.patch
	patches.suse/block-fix-and-cleanup-bio_check_ro-57e9.patch
	patches.suse/0011-Revert-Revert-block-bfq-honor-already-setup-queue-merges.patch
	patches.suse/block-fix-rq-qos-breakage-from-skipping-rq_qos_done_.patch
	patches.suse/block-don-t-merge-across-cgroup-boundaries-if-blkcg-.patch
	patches.suse/block-limit-request-dispatch-loop-duration.patch
	patches.suse/loop-use-sysfs_emit-in-the-sysfs-xxx-show.patch
	patches.suse/nvme-send-uevent-on-connection-up.patch
	patches.suse/nvme-expose-cntrltype-and-dctype-through-sysfs.patch
	patches.suse/0003-bcache-fixup-multiple-threads-crash.patch
	patches.suse/lib-raid6-test-fix-multiple-definition-linking-error.patch
	patches.suse/virtio_blk-eliminate-anonymous-module_init-module_ex.patch
	patches.suse/nvme-multipath-use-vmalloc-for-ana-log-buffer.patch
	patches.suse/hwmon-pmbus-Add-mutex-to-regulator-ops.patch
	patches.suse/hwmon-sch56xx-common-Replace-WDOG_ACTIVE-with-WDOG_H.patch
	patches.suse/hwmon-pmbus-Add-Vin-unit-off-handling.patch
	patches.suse/regulator-qcom_smd-fix-for_each_child.cocci-warnings.patch
	patches.suse/regulator-rpi-panel-Handle-I2C-errors-timing-to-the-.patch
	patches.suse/spi-Create-helper-API-to-lookup-ACPI-info-for-spi-de.patch
	patches.suse/spi-Support-selection-of-the-index-of-the-ACPI-Spi-R.patch
	patches.suse/spi-Add-API-to-count-spi-acpi-resources.patch
	patches.suse/spi-tegra114-Add-missing-IRQ-check-in-tegra_spi_prob.patch
	patches.suse/spi-tegra210-quad-Fix-missin-IRQ-check-in-tegra_qspi.patch
	patches.suse/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/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-Fix-nfsd_breaker_owns_lease-return-values.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-correct-cluster-len-and-clusters-changed-accoun.patch
	patches.suse/ext4-fix-ext4_mb_mark_bb-with-flex_bg-with-fast_comm.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-move-QUOTA_ENABLED-check-to-rescan_should_stop.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/btrfs-qgroup-remove-duplicated-check-in-adding-qgrou.patch
	patches.suse/btrfs-qgroup-remove-outdated-TODO-comments.patch
	patches.suse/perf-x86-intel-pt-Relax-address-filter-validation.patch
	patches.suse/perf-core-Fix-address-filter-parser-for-multiple-filters.patch
	patches.suse/perf-x86-intel-pt-Fix-address-filter-config-for-32-bit-kernel.patch
	patches.suse/perf-x86-intel-uncore-Make-uncore_discovery-clean-for-64-bit-addresses.patch
	patches.suse/locking-lockdep-Avoid-potential-access-of-invalid-me.patch
	patches.suse/locking-Add-missing-__sched-attributes.patch
	patches.suse/atomics-Fix-atomic64_-read_acquire-set_release-fallb.patch
	patches.suse/locking-lockdep-Iterate-lock_classes-directly-when-r.patch
	patches.suse/sched-debug-Remove-mpol_get-put-and-task_lock-unlock.patch
	patches.suse/sched-core-Export-pelt_thermal_tp.patch
	patches.suse/sched-sugov-Ignore-busy-filter-when-rq-is-capped-by-.patch
	patches.suse/sched-uclamp-Fix-iowait-boost-escaping-uclamp-restri.patch
	patches.suse/selftests-rseq-introduce-own-copy-of-rseq-uapi-heade.patch
	patches.suse/selftests-rseq-Remove-useless-assignment-to-cpu-vari.patch
	patches.suse/selftests-rseq-Remove-volatile-from-__rseq_abi.patch
	patches.suse/selftests-rseq-Introduce-rseq_get_abi-helper.patch
	patches.suse/selftests-rseq-Introduce-thread-pointer-getters.patch
	patches.suse/selftests-rseq-Uplift-rseq-selftests-for-compatibili.patch
	patches.suse/selftests-rseq-Fix-ppc32-wrong-rseq_cs-32-bit-field-.patch
	patches.suse/selftests-rseq-Fix-ppc32-missing-instruction-selecti.patch
	patches.suse/selftests-rseq-Fix-ppc32-offsets-by-using-long-rathe.patch
	patches.suse/selftests-rseq-Fix-warnings-about-if-checks-of-undef.patch
	patches.suse/selftests-rseq-Remove-arm-mips-asm-goto-compiler-wor.patch
	patches.suse/selftests-rseq-Fix-work-around-asm-goto-compiler-bug.patch
	patches.suse/selftests-rseq-x86-64-use-fs-segment-selector-for-ac.patch
	patches.suse/selftests-rseq-x86-32-use-gs-segment-selector-for-ac.patch
	patches.suse/selftests-rseq-Change-type-of-rseq_offset-to-ptrdiff.patch
	patches.suse/sched-fair-Improve-consistency-of-allowed-NUMA-balance-calculations.patch
	patches.suse/sched-fair-Adjust-the-allowed-NUMA-imbalance-when-SD_NUMA-spans-multiple-LLCs.patch
	patches.suse/sched-cpuacct-Fix-charge-percpu-cpuusage.patch
	patches.suse/sched-rt-Plug-rt_mutex_setprio-vs-push_rt_task-race.patch
	patches.suse/sched-tracing-Report-TASK_RTLOCK_WAIT-tasks-as-TASK_.patch
	patches.suse/sched-deadline-Merge-dl_task_can_attach-and-dl_cpu_b.patch
	patches.suse/sched-topology-Remove-redundant-variable-and-fix-inc.patch
	patches.suse/block-bfq-iosched.c-use-false-rather-than-BLK_RW_ASYNC-f6ba.patch
	patches.suse/mm-fs-fix-lru_cache_disabled-race-in-bh_lru.patch
	patches.suse/selftests-x86-fix-how-check_cc.sh-is-being-invoked.patch
	patches.suse/mm-vmalloc-fix-comments-about-vmap_area-struct.patch
	patches.suse/mm-page_alloc-Fetch-the-correct-pcp-buddy-during-bulk-free.patch
	patches.suse/mm-page_alloc-Track-range-of-active-PCP-lists-during-bulk-free.patch
	patches.suse/mm-page_alloc-Simplify-how-many-pages-are-selected-per-pcp-list-during-bulk-free.patch
	patches.suse/mm-page_alloc-Drain-the-requested-list-first-during-bulk-free.patch
	patches.suse/mm-page_alloc-Free-pages-in-a-single-pass-during-bulk-free.patch
	patches.suse/mm-page_alloc-Limit-number-of-high-order-pages-on-PCP-during-bulk-free.patch
	patches.suse/mm-page_alloc-Do-not-prefetch-buddies-during-bulk-free.patch
	patches.suse/arch-x86-mm-numa-Do-not-initialize-nodes-twice.patch
	patches.suse/mm-cma-provide-option-to-opt-out-from-exposing-pages.patch
	patches.suse/powerpc-fadump-opt-out-from-freeing-pages-on-cma-act.patch
	patches.suse/0001-mm-memory_hotplug-make-arch_alloc_nodedata-independe.patch
	patches.suse/0002-mm-handle-uninitialized-numa-nodes-gracefully.patch
	patches.suse/0003-mm-memory_hotplug-drop-arch_free_nodedata.patch
	patches.suse/0004-mm-memory_hotplug-reorganize-new-pgdat-initializatio.patch
	patches.suse/0005-mm-make-free_area_init_node-aware-of-memory-less-nod.patch
	patches.suse/0006-memcg-do-not-tweak-node-in-alloc_mem_cgroup_per_node.patch
	patches.suse/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/tracing-Have-TRACE_DEFINE_ENUM-affect-trace-event-types-as-well.patch
	patches.suse/tracing-Have-type-enum-modifications-copy-the-strings.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/mmc-sdhci_am654-Fix-the-driver-data-of-AM64-SoC.patch
	patches.suse/mmc-rtsx-add-74-Clocks-in-power-on-flow.patch
	patches.suse/mmc-host-Return-an-error-when-enable_sdio_irq-ops-is.patch
	patches.suse/mmc-davinci_mmc-Handle-error-for-clk_enable.patch
	patches.suse/video-fbdev-matroxfb-set-maxvram-of-vbG200eW-to-the-.patch
	patches.suse/video-fbdev-controlfb-Fix-COMPILE_TEST-build.patch
	patches.suse/video-fbdev-smscufx-Fix-null-ptr-deref-in-ufx_usb_pr.patch
	patches.suse/video-fbdev-nvidiafb-Use-strscpy-to-prevent-buffer-o.patch
	patches.suse/video-fbdev-w100fb-Reset-global-state.patch
	patches.suse/video-fbdev-cirrusfb-check-pixclock-to-avoid-divide-.patch
	patches.suse/video-fbdev-omapfb-acx565akm-replace-snprintf-with-s.patch
	patches.suse/video-fbdev-atmel_lcdfb-fix-an-error-code-in-atmel_l.patch
	patches.suse/video-fbdev-fbcvt.c-fix-printing-in-fb_cvt_print_nam.patch
	patches.suse/video-fbdev-omapfb-panel-dsi-cm-Use-sysfs_emit-inste.patch
	patches.suse/video-fbdev-omapfb-panel-tpo-td043mtea1-Use-sysfs_em.patch
	patches.suse/video-fbdev-udlfb-replace-snprintf-in-show-functions.patch
	patches.suse/video-fbdev-atari-Atari-2-bpp-STe-palette-bugfix.patch
	patches.suse/video-fbdev-sm712fb-Fix-crash-in-smtcfb_read.patch
	patches.suse/video-fbdev-sm712fb-Fix-crash-in-smtcfb_write.patch
	patches.suse/video-fbdev-omapfb-Add-missing-of_node_put-in-dvic_p.patch
	patches.suse/media-staging-media-zoran-move-videodev-alloc.patch
	patches.suse/media-staging-media-zoran-fix-usage-of-vb2_dma_conti.patch
	patches.suse/media-staging-media-zoran-calculate-the-right-buffer.patch
	patches.suse/media-staging-media-zoran-fix-various-V4L2-complianc.patch
	patches.suse/media-camss-csid-170-fix-non-10bit-formats.patch
	patches.suse/media-camss-csid-170-don-t-enable-unused-irqs.patch
	patches.suse/media-camss-csid-170-remove-stray-comment.patch
	patches.suse/media-camss-csid-170-set-the-right-HALT_CMD-when-dis.patch
	patches.suse/media-camss-vfe-170-fix-VFE-halt-timeout-error.patch
	patches.suse/media-staging-media-imx-imx7-mipi-csis-Make-subdev-n.patch
	patches.suse/media-v4l2-mem2mem-Apply-DST_QUEUE_OFF_BASE-on-MMAP-.patch
	patches.suse/media-mtk-vcodec-potential-dereference-of-null-point.patch
	patches.suse/media-davinci-vpif-fix-unbalanced-runtime-PM-get.patch
	patches.suse/media-davinci-vpif-fix-unbalanced-runtime-PM-enable.patch
	patches.suse/media-davinci-vpif-fix-use-after-free-on-driver-unbi.patch
	patches.suse/media-imx-jpeg-use-NV12M-to-represent-non-contiguous.patch
	patches.suse/media-bttv-fix-WARNING-regression-on-tunerless-devic.patch
	patches.suse/media-atmel-atmel-sama7g5-isc-fix-ispck-leftover.patch
	patches.suse/media-atmel-atmel-isc-base-report-frame-sizes-as-ful.patch
	patches.suse/media-hevc-Embedded-indexes-in-RPS.patch
	patches.suse/media-ir_toy-free-before-error-exiting.patch
	patches.suse/media-i2c-max9286-Use-maxim-gpio-poc-property.patch
	patches.suse/media-coda-Fix-missing-put_device-call-in-coda_get_v.patch
	patches.suse/media-doc-pixfmt-yuv-Fix-V4L2-PIX-FMT-Y10P-format.patch
	patches.suse/media-imx-jpeg-Prevent-decoding-NV12M-jpegs-into-sin.patch
	patches.suse/media-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-device_link-between-the-con.patch
	patches.suse/media-ov6650-Fix-set-format-try-processing-path.patch
	patches.suse/media-ov6650-Add-try-support-to-selection-API-operat.patch
	patches.suse/media-ov6650-Fix-crop-rectangle-affected-by-set-form.patch
	patches.suse/media-v4l-Avoid-unaligned-access-warnings-when-print.patch
	patches.suse/media-ov5648-Don-t-pack-controls-struct.patch
	patches.suse/media-aspeed-Correct-value-for-h-total-pixels.patch
	patches.suse/media-atomisp_gmin_platform-Add-DMI-quirk-to-not-tur.patch
	patches.suse/media-atomisp-fix-dummy_ptr-check-to-avoid-duplicate.patch
	patches.suse/media-mexon-ge2d-fixup-frames-size-in-registers.patch
	patches.suse/media-video-hdmi-handle-short-reads-of-hdmi-info-fra.patch
	patches.suse/media-ti-vpe-cal-Fix-a-NULL-pointer-dereference-in-c.patch
	patches.suse/media-venus-hfi_cmds-List-HDR10-property-as-unsuppor.patch
	patches.suse/media-Revert-media-em28xx-add-missing-em28xx_close_e.patch
	patches.suse/media-stk1160-If-start-stream-fails-return-buffers-w.patch
	patches.suse/media-vidtv-Check-for-null-return-of-vzalloc.patch
	patches.suse/media-hdpvr-initialize-dev-worker-at-hdpvr_register_.patch
	patches.suse/media-doc-pixfmt-rgb-Fix-V4L2_PIX_FMT_BGR24-format-d.patch
	patches.suse/media-em28xx-initialize-refcount-before-kref_get.patch
	patches.suse/media-usb-go7007-s2250-board-fix-leak-in-probe.patch
	patches.suse/media-imx-jpeg-fix-a-bug-of-accessing-array-out-of-b.patch
	patches.suse/media-cedrus-H265-Fix-neighbour-info-buffer-size.patch
	patches.suse/media-cx88-mpeg-clear-interrupt-status-register-befo.patch
	patches.suse/media-cedrus-h264-Fix-neighbour-info-buffer-size.patch
	patches.suse/media-v4l2-core-Initialize-h264-scaling-matrix.patch
	patches.suse/media-gpio-ir-tx-fix-transmit-with-long-spaces-on-Or.patch
	patches.suse/media-ov5640-Fix-set-format-v4l2_mbus_pixelcode-not-.patch
	patches.suse/media-i2c-ov5648-Fix-lockdep-error.patch
	patches.suse/media-saa7134-fix-incorrect-use-to-determine-if-list.patch
	patches.suse/ivtv-fix-incorrect-device_caps-for-ivtvfb.patch
	patches.suse/media-atomisp-fix-bad-usage-at-error-handling-logic.patch
	patches.suse/ALSA-firewire-lib-fix-uninitialized-flag-for-AV-C-de.patch
	patches.suse/ALSA-hda-realtek-Add-quirk-for-Clevo-NP70PNJ.patch
	patches.suse/ALSA-usb-audio-add-mapping-for-new-Corsair-Virtuoso-.patch
	patches.suse/ALSA-hda-realtek-Add-quirk-for-Clevo-NP50PNJ.patch
	patches.suse/ASoC-codecs-rx-macro-fix-accessing-compander-for-aux.patch
	patches.suse/ASoC-codecs-rx-macro-fix-accessing-array-out-of-boun.patch
	patches.suse/ASoC-codecs-va-macro-fix-accessing-array-out-of-boun.patch
	patches.suse/ASoC-codecs-wc938x-fix-accessing-array-out-of-bounds.patch
	patches.suse/ASoC-codecs-wcd934x-fix-kcontrol-max-values.patch
	patches.suse/ASoC-codecs-wcd934x-fix-return-value-of-wcd934x_rx_h.patch
	patches.suse/ASoC-SOF-Intel-Fix-NULL-ptr-dereference-when-ENOMEM.patch
	patches.suse/ASoC-cs35l41-Fix-GPIO2-configuration.patch
	patches.suse/ASoC-cs35l41-Fix-max-number-of-TX-channels.patch
	patches.suse/ASoC-cs35l41-Fix-DSP-mbox-start-command-and-global-e.patch
	patches.suse/ALSA-hda-realtek-Fix-headset-mic-problem-for-a-HP-ma.patch
	patches.suse/ALSA-usb-audio-Add-mute-TLV-for-playback-volumes-on-.patch
	patches.suse/ALSA-hda-realtek-Add-quirk-for-ASUS-GA402.patch
	patches.suse/ALSA-cmipci-Restore-aux-vol-on-suspend-resume.patch
	patches.suse/ALSA-oss-Fix-PCM-OSS-buffer-allocation-overflow.patch
	patches.suse/ALSA-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/platform-x86-i2c-multi-instantiate-Rename-it-for-a-g.patch
	patches.suse/platform-x86-serial-multi-instantiate-Reorganize-I2C.patch
	patches.suse/platform-x86-serial-multi-instantiate-Add-SPI-suppor.patch
	patches.suse/ALSA-hda-realtek-Add-support-for-HP-Laptops.patch
	patches.suse/ACPI-scan-Create-platform-device-for-CS35L41.patch
	patches.suse/ALSA-hda-tegra-Add-Tegra234-hda-driver-support.patch
	patches.suse/ALSA-hda-tegra-Update-scratch-reg.-communication.patch
	patches.suse/ALSA-spi-Add-check-for-clk_enable.patch
	patches.suse/ALSA-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-realtek-fix-right-sounds-and-mute-micmute-L.patch
	patches.suse/ALSA-hda-realtek-Fix-LED-on-Zbook-Studio-G9.patch
	patches.suse/ASoC-codecs-Check-for-error-pointer-after-calling-de.patch
	patches.suse/ASoC-topology-Allow-TLV-control-to-be-either-read-or.patch
	patches.suse/ASoC-topology-Optimize-soc_tplg_dapm_graph_elems_loa.patch
	patches.suse/ASoC-xilinx-xlnx_formatter_pcm-Handle-sysclk-setting.patch
	patches.suse/ASoC-simple-card-utils-Set-sysclk-on-all-components.patch
	patches.suse/ASoC-SOF-Intel-match-sdw-version-on-link_slaves_foun.patch
	patches.suse/ASoC-cs42l42-Report-full-jack-status-when-plug-is-de.patch
	patches.suse/ASoC-cs42l42-Change-jack_detect_mutex-to-a-lock-of-a.patch
	patches.suse/ASoC-cs42l42-Handle-system-suspend.patch
	patches.suse/ASoC-madera-Add-dependencies-on-MFD.patch
	patches.suse/ASoC-zl38060-Remove-spurious-gpiolib-select.patch
	patches.suse/ASoC-wm_adsp-Make-compressed-buffers-optional.patch
	patches.suse/ASoC-wm_adsp-Add-trace-caps-to-speaker-protection-FW.patch
	patches.suse/ASoC-soc-core-skip-zero-num_dai-component-in-searchi.patch
	patches.suse/ASoC-rt5663-check-the-return-value-of-devm_kzalloc-i.patch
	patches.suse/ASoC-codecs-rx-macro-move-clk-provider-to-managed-va.patch
	patches.suse/ASoC-codecs-tx-macro-move-clk-provider-to-managed-va.patch
	patches.suse/ASoC-codecs-rx-macro-move-to-individual-clks-from-bu.patch
	patches.suse/ASoC-codecs-tx-macro-move-to-individual-clks-from-bu.patch
	patches.suse/ASoC-amd-vg-fix-for-pm-resume-callback-sequence.patch
	patches.suse/ASoC-ti-davinci-i2s-Add-check-for-clk_enable.patch
	patches.suse/ASoC-mxs-saif-Handle-errors-for-clk_enable.patch
	patches.suse/ASoC-atmel_ssc_dai-Handle-errors-for-clk_enable.patch
	patches.suse/ASoC-dwc-i2s-Handle-errors-for-clk_enable.patch
	patches.suse/ASoC-soc-compress-prevent-the-potentially-use-of-nul.patch
	patches.suse/ASoC-Intel-boards-fix-spelling-in-comments.patch
	patches.suse/ASoC-atmel-Add-missing-of_node_put-in-at91sam9g20ek_.patch
	patches.suse/ASoC-wm8350-Handle-error-for-wm8350_register_irq.patch
	patches.suse/ASoC-cs35l41-Remove-unnecessary-param.patch
	patches.suse/ASoC-fsi-Add-check-for-clk_enable.patch
	patches.suse/ASoC-wm_adsp-Expand-firmware-loading-search-options.patch
	patches.suse/ASoC-cs42l42-Add-warnings-about-DETECT_MODE-and-PLL_.patch
	patches.suse/ASoC-Intel-sof_sdw-fix-quirks-for-2022-HP-Spectre-x3.patch
	patches.suse/ASoC-SOF-Intel-pci-tgl-add-RPL-S-support.patch
	patches.suse/ASoC-atmel-Fix-error-handling-in-snd_proto_probe.patch
	patches.suse/ASoC-rockchip-i2s-Fix-missing-clk_disable_unprepare-.patch
	patches.suse/ASoC-SOF-Add-missing-of_node_put-in-imx8m_probe.patch
	patches.suse/ASoC-mediatek-mt8192-mt6359-Fix-error-handling-in-mt.patch
	patches.suse/ASoC-rk817-Fix-missing-clk_disable_unprepare-in-rk81.patch
	patches.suse/ASoC-mxs-Fix-error-handling-in-mxs_sgtl5000_probe.patch
	patches.suse/ASoC-dmaengine-do-not-use-a-NULL-prepare_slave_confi.patch
	patches.suse/ASoC-SOF-topology-remove-redundant-code.patch
	patches.suse/ASoC-Intel-bytcht_es8316-move-comment-to-the-right-p.patch
	patches.suse/ASoC-fsl_spdif-Disable-TX-clock-when-stop.patch
	patches.suse/ASoC-imx-es8328-Fix-error-return-code-in-imx_es8328_.patch
	patches.suse/ASoC-msm8916-wcd-digital-Fix-missing-clk_disable_unp.patch
	patches.suse/ASoC-SOF-Intel-enable-DMI-L1-for-playback-streams.patch
	patches.suse/ASoC-soc-compress-Change-the-check-for-codec_dai.patch
	patches.suse/ASoC-atmel-Fix-error-handling-in-sam9x5_wm8731_drive.patch
	patches.suse/ASoC-msm8916-wcd-analog-Fix-error-handling-in-pm8916.patch
	patches.suse/ASoC-codecs-wcd934x-Add-missing-of_node_put-in-wcd93.patch
	patches.suse/ASoC-amd-Fix-reference-to-PCM-buffer-address.patch
	patches.suse/ASoC-sti-Fix-deadlock-via-snd_pcm_stop_xrun-call.patch
	patches.suse/ALSA-pcm-Fix-races-among-concurrent-hw_params-and-hw.patch
	patches.suse/ALSA-pcm-Fix-races-among-concurrent-read-write-and-b.patch
	patches.suse/ALSA-pcm-Fix-races-among-concurrent-prepare-and-hw_p.patch
	patches.suse/ALSA-pcm-Fix-races-among-concurrent-prealloc-proc-wr.patch
	patches.suse/ALSA-pcm-Add-stream-lock-during-PCM-reset-ioctl-oper.patch
	patches.suse/ALSA-pci-fix-reading-of-swapped-values-from-pcmreg-i.patch
	patches.suse/ALSA-hda-realtek-Add-alc256-samsung-headphone-fixup.patch
	patches.suse/ARM-remove-some-dead-code.patch
	patches.suse/ARM-iop32x-offset-IRQ-numbers-by-1.patch
	patches.suse/ARM-ftrace-ensure-that-ADR-takes-the-Thumb-bit-into-.patch
	patches.suse/ARM-ftrace-avoid-redundant-loads-or-clobbering-IP.patch
	patches.suse/uaccess-fix-type-mismatch-warnings-from-access_ok.patch
	patches.suse/arm64-defconfig-build-imx-sdma-as-a-module.patch
	patches.suse/ARM-configs-multi_v5_defconfig-re-enable-CONFIG_V4L_.patch
	patches.suse/ARM-configs-multi_v5_defconfig-re-enable-DRM_PANEL-a.patch
	patches.suse/ARM-mmp-Fix-failure-to-remove-sram-device.patch
	patches.suse/firmware-ti_sci-Fix-compilation-failure-when-CONFIG_.patch
	patches.suse/soc-ti-wkup_m3_ipc-Fix-IRQ-check-in-wkup_m3_ipc_prob.patch
	patches.suse/memory-fsl_ifc-populate-child-devices-without-relyin.patch
	patches.suse/dt-bindings-memory-mtk-smi-No-need-mediatek-larb-id-.patch
	patches.suse/soc-mediatek-pm-domains-Add-wakeup-capacity-support-.patch
	patches.suse/firmware-qcom-scm-Remove-reassignment-to-desc-follow.patch
	patches.suse/soc-qcom-rpmpd-Check-for-null-return-of-devm_kcalloc.patch
	patches.suse/soc-qcom-ocmem-Fix-missing-put_device-call-in-of_get.patch
	patches.suse/soc-qcom-aoss-Fix-missing-put_device-call-in-qmp_get.patch
	patches.suse/soc-qcom-aoss-remove-spurious-IRQF_ONESHOT-flags.patch
	patches.suse/memory-emif-Add-check-for-setup_interrupts.patch
	patches.suse/memory-emif-check-the-pointer-temp-in-get_device_det.patch
	patches.suse/pinctrl-samsung-drop-pin-banks-references-on-error-p.patch
	patches.suse/ARM-dts-exynos-fix-UART3-pins-configuration-in-Exyno.patch
	patches.suse/ARM-dts-imx7-Use-audio_mclk_post_div-instead-audio_m.patch
	patches.suse/ARM-dts-imx-Add-missing-LVDS-decoder-on-M53Menlo.patch
	patches.suse/ARM-dts-sun8i-v3s-Move-the-csi1-block-to-follow-addr.patch
	patches.suse/arm64-dts-renesas-ulcb-kf-fix-wrong-comment.patch
	patches.suse/ARM-dts-at91-sama5d2-Fix-PMERRLOC-resource-size.patch
	patches.suse/ARM-dts-stm32-fix-AV96-board-SAI2-pin-muxing-on-stm3-ee2aacb6f3a9.patch
	patches.suse/ARM-tegra-tamonten-Fix-I2C3-pad-setting.patch
	patches.suse/ARM-dts-exynos-add-missing-HDMI-supplies-on-SMDK5250.patch
	patches.suse/ARM-dts-exynos-add-missing-HDMI-supplies-on-SMDK5420.patch
	patches.suse/ARM-dts-Fix-OpenBMC-flash-layout-label-addresses.patch
	patches.suse/arm64-dts-ti-k3-am65-Fix-gic-v3-compatible-regs.patch
	patches.suse/arm64-dts-ti-k3-j721e-Fix-gic-v3-compatible-regs.patch
	patches.suse/arm64-dts-ti-k3-j7200-Fix-gic-v3-compatible-regs.patch
	patches.suse/arm64-dts-ti-k3-am64-Fix-gic-v3-compatible-regs.patch
	patches.suse/ARM-dts-qcom-ipq4019-fix-sleep-clock.patch
	patches.suse/ARM-dts-qcom-fix-gic_irq_domain_translate-warnings-f.patch
	patches.suse/arm64-dts-qcom-sdm845-fix-microphone-bias-properties.patch
	patches.suse/arm64-dts-qcom-sm8250-fix-PCIe-bindings-to-follow-sc.patch
	patches.suse/arm64-dts-qcom-sm8150-Correct-TCS-configuration-for-.patch
	patches.suse/arm64-dts-qcom-sm8350-Correct-TCS-configuration-for-.patch
	patches.suse/arm64-dts-qcom-sm8250-Fix-MSI-IRQ-for-PCIe1-and-PCIe.patch
	patches.suse/ARM-dts-bcm2837-Add-the-missing-L1-L2-cache-informat.patch
	patches.suse/ARM-dts-bcm2711-Add-the-missing-L1-L2-cache-informat.patch
	patches.suse/arm64-dts-broadcom-bcm4908-use-proper-TWD-binding.patch
	patches.suse/arm64-dts-ns2-Fix-spi-cpol-and-spi-cpha-property.patch
	patches.suse/arm64-dts-broadcom-Fix-sata-nodename.patch
	patches.suse/arm64-dts-rockchip-Fix-SDIO-regulator-supply-propert.patch
	patches.suse/TOMOYO-fix-__setup-handlers-return-values.patch
	patches.suse/KVM-x86-mmu-Move-invalid-check-out-of-kvm_tdp_mmu_ge.patch
	patches.suse/KVM-x86-mmu-Zap-_all_-roots-when-unmapping-gfn-range.patch
	patches.suse/KVM-LAPIC-Enable-timer-posted-interrupt-only-when-mw.patch
	patches.suse/KVM-x86-hyper-v-Drop-redundant-ex-parameter-from-kvm-ipi.patch
	patches.suse/KVM-x86-hyper-v-Drop-redundant-ex-parameter-from-kvm.patch
	patches.suse/KVM-x86-hyper-v-Fix-the-maximum-number-of-sparse-ban.patch
	patches.suse/KVM-x86-hyper-v-HVCALL_SEND_IPI_EX-is-an-XMM-fast-hy.patch
	patches.suse/KVM-x86-mmu-avoid-NULL-pointer-dereference-on-page-f.patch
	patches.suse/KVM-x86-Fix-emulation-in-writing-cr8.patch
	patches.suse/KVM-x86-Do-not-change-ICR-on-write-to-APIC_SELF_IPI.patch
	patches.suse/KVM-SVM-Don-t-rewrite-guest-ICR-on-AVIC-IPI-virtuali.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-s390x-fix-SCK-locking
	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/bpf-Fix-UAF-due-to-race-between-btf_try_get_module-a.patch
	patches.suse/net-usb-asix-remove-redundant-assignment-to-variable.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/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/Bluetooth-btintel-Fix-WBS-setting-for-Intel-legacy-R.patch
	patches.suse/Bluetooth-btusb-Add-one-more-Bluetooth-part-for-the--2e7b4a328ed6.patch
	patches.suse/Bluetooth-btusb-Whitespace-fixes-for-btusb_setup_csr.patch
	patches.suse/Bluetooth-hci_serdev-call-init_rwsem-before-p-open.patch
	patches.suse/selftests-net-timestamping-Fix-bind_phc-check.patch
	patches.suse/net-smc-Send-directly-when-TCP_CORK-is-cleared
	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/i40e-don-t-reserve-excessive-XDP_PACKET_HEADROOM-on-.patch
	patches.suse/i40e-respect-metadata-on-XSK-Rx-to-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-don-t-reserve-excessive-XDP_PACKET_HEADROOM-on.patch
	patches.suse/ixgbe-respect-metadata-on-XSK-Rx-to-skb.patch
	patches.suse/net-dsa-mv88e6xxx-Enable-port-policy-support-on-6097.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/net-asix-add-proper-error-handling-of-usb-read-error.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/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/octeontx2-pf-Add-TC-feature-for-VFs.patch
	patches.suse/ath10k-fix-memory-overwrite-of-the-WoWLAN-wakeup-pac.patch
	patches.suse/ath5k-fix-OOB-in-ath5k_eeprom_read_pcal_info_5111.patch
	patches.suse/ath9k_htc-fix-uninit-value-bugs.patch
	patches.suse/rtw88-rtw8821c-enable-rfe-6-devices.patch
	patches.suse/ray_cs-Check-ioremap-return-value.patch
	patches.suse/brcmfmac-pcie-Release-firmwares-in-the-brcmf_pcie_se.patch
	patches.suse/brcmfmac-firmware-Allocate-space-for-default-boardre.patch
	patches.suse/brcmfmac-pcie-Declare-missing-firmware-files-in-pcie.patch
	patches.suse/brcmfmac-pcie-Replace-brcmf_pcie_copy_mem_todev-with.patch
	patches.suse/brcmfmac-pcie-Fix-crashes-due-to-early-IRQs.patch
	patches.suse/cfg80211-mac80211-assume-CHECKSUM_COMPLETE-includes-.patch
	patches.suse/cfg80211-don-t-add-non-transmitted-BSS-to-6GHz-scann.patch
	patches.suse/mt76-mt7915-fix-polling-firmware-own-status.patch
	patches.suse/mt76-connac-fix-sta_rec_wtbl-tag-len.patch
	patches.suse/mt76-mt7915-use-proper-aid-value-in-mt7915_mcu_wtbl_.patch
	patches.suse/mt76-mt7915-use-proper-aid-value-in-mt7915_mcu_sta_b.patch
	patches.suse/mt76-mt7921-fix-a-leftover-race-in-runtime-pm.patch
	patches.suse/mt76-mt7615-fix-a-leftover-race-in-runtime-pm.patch
	patches.suse/mt76-mt7921e-fix-possible-probe-failure-after-reboot.patch
	patches.suse/mt76-mt7921-fix-crash-when-startup-fails.patch
	patches.suse/mt76-mt7603-check-sta_rates-pointer-in-mt7603_sta_ra.patch
	patches.suse/mt76-mt7615-check-sta_rates-pointer-in-mt7615_sta_ra.patch
	patches.suse/mt76-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/gve-enhance-no-queue-page-list-detection.patch
	patches.suse/selftests-mptcp-add-csum-mib-check-for-mptcp_connect.patch
	patches.suse/net-ibmvnic-Cleanup-workaround-doing-an-EOI-after-pa.patch
	patches.suse/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/octeontx2-pf-cn10k-add-support-for-new-ptp-timestamp.patch
	patches.suse/octeontx2-af-cn10k-add-workaround-for-ptp-errata.patch
	patches.suse/net-smc-send-directly-on-setting-TCP_NODELAY
	patches.suse/tuntap-add-sanity-checks-about-msg_controllen-in-sen.patch
	patches.suse/qed-display-VF-trust-config.patch
	patches.suse/qed-validate-and-restrict-untrusted-VFs-vlan-promisc.patch
	patches.suse/bpf-Add-config-to-allow-loading-modules-with-BTF-mis.patch
	patches.suse/Bluetooth-Fix-not-checking-for-valid-hdev-on-bt_dev_.patch
	patches.suse/Bluetooth-use-memset-avoid-memory-leaks.patch
	patches.suse/Bluetooth-btusb-Add-another-Realtek-8761BU.patch
	patches.suse/net-axienet-fix-RX-ring-refill-allocation-failure-ha.patch
	patches.suse/bnxt_en-Eliminate-unintended-link-toggle-during-FW-r.patch
	patches.suse/bnxt_en-Do-not-destroy-health-reporters-during-reset.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/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/ieee80211-add-EHT-1K-aggregation-definitions.patch
	patches.suse/iwlwifi-mvm-Don-t-call-iwl_mvm_sta_from_mac80211-wit.patch
	patches.suse/iwlwifi-mvm-offload-channel-switch-timing-to-FW.patch
	patches.suse/iwlwifi-mvm-allow-enabling-UHB-TAS-in-the-USA-via-AC.patch
	patches.suse/iwlwifi-prefer-WIDE_ID-over-iwl_cmd_id.patch
	patches.suse/iwlwifi-mvm-fw-clean-up-hcmd-struct-creation.patch
	patches.suse/iwlwifi-make-iwl_fw_lookup_cmd_ver-take-a-cmd_id.patch
	patches.suse/iwlwifi-de-const-properly-where-needed.patch
	patches.suse/iwlwifi-propagate-const-type-qualifier.patch
	patches.suse/iwlwifi-fix-various-more-Wcast-qual-warnings.patch
	patches.suse/iwlwifi-avoid-void-pointer-arithmetic.patch
	patches.suse/iwlwifi-cfg-add-support-for-1K-BA-queue.patch
	patches.suse/iwlwifi-mvm-refactor-iwl_mvm_sta_rx_agg.patch
	patches.suse/iwlwifi-mvm-support-new-BAID-allocation-command.patch
	patches.suse/iwlwifi-mvm-starting-from-22000-we-have-32-Rx-AMPDU-.patch
	patches.suse/iwlwifi-dbg-add-infra-for-tracking-free-buffer-size.patch
	patches.suse/iwlwifi-yoyo-fix-DBGI_SRAM-ini-dump-header.patch
	patches.suse/iwlwifi-mvm-only-enable-HE-DCM-if-we-also-support-TX.patch
	patches.suse/iwlwifi-advertise-support-for-HE-DCM-BPSK-RX-TX.patch
	patches.suse/iwlwifi-mvm-don-t-iterate-unadded-vifs-when-handling.patch
	patches.suse/iwlwifi-mvm-align-locking-in-D3-test-debugfs.patch
	patches.suse/iwlwifi-pcie-add-support-for-MS-devices.patch
	patches.suse/iwlwifi-yoyo-fix-DBGC-allocation-flow.patch
	patches.suse/iwlwifi-yoyo-add-IMR-DRAM-dump-support.patch
	patches.suse/iwlwifi-mvm-support-v3-of-station-HE-context-command.patch
	patches.suse/iwlwifi-yoyo-remove-DBGI_SRAM-address-reset-writing.patch
	patches.suse/iwlwifi-mvm-add-support-for-CT-KILL-notification-ver.patch
	patches.suse/iwlwifi-add-support-for-BZ-U-and-BZ-L-HW.patch
	patches.suse/iwlwifi-mvm-use-debug-print-instead-of-WARN_ON.patch
	patches.suse/iwlwifi-pcie-make-sure-iwl_rx_packet_payload_len-wil.patch
	patches.suse/iwlwifi-fw-make-dump_start-callback-void.patch
	patches.suse/iwlwifi-move-symbols-into-a-separate-namespace.patch
	patches.suse/iwlwifi-dbg-tlv-clean-up-iwl_dbg_tlv_update_drams.patch
	patches.suse/iwlwifi-remove-unused-DC2DC_CONFIG_CMD-definitions.patch
	patches.suse/iwlwifi-avoid-variable-shadowing.patch
	patches.suse/iwlwifi-make-some-functions-friendly-to-sparse.patch
	patches.suse/iwlwifi-nvm-Correct-HE-capability.patch
	patches.suse/iwlwifi-mvm-Correctly-set-fragmented-EBS.patch
	patches.suse/iwlwifi-yoyo-Avoid-using-dram-data-if-allocation-fai.patch
	patches.suse/iwlwifi-scan-Modify-return-value-of-a-function.patch
	patches.suse/iwlwifi-mvm-Passively-scan-non-PSC-channels-only-whe.patch
	patches.suse/iwlwifi-pcie-adjust-to-Bz-completion-descriptor.patch
	patches.suse/iwlwifi-pcie-Adapt-rx-queue-write-pointer-for-Bz-fam.patch
	patches.suse/iwlwifi-drv-load-tlv-debug-data-earlier.patch
	patches.suse/iwlwifi-eeprom-clean-up-macros.patch
	patches.suse/iwlwifi-remove-unused-macros.patch
	patches.suse/iwlwifi-debugfs-remove-useless-double-condition.patch
	patches.suse/iwlwifi-mvm-Unify-the-scan-iteration-functions.patch
	patches.suse/iwlwifi-bump-FW-API-to-70-for-AX-devices.patch
	patches.suse/iwlwifi-mvm-Consider-P2P-GO-operation-during-scan.patch
	patches.suse/iwlwifi-mvm-rfi-handle-deactivation-notification.patch
	patches.suse/iwlwifi-don-t-dump_stack-when-we-get-an-unexpected-i.patch
	patches.suse/iwlwifi-mvm-don-t-send-BAID-removal-to-the-FW-during.patch
	patches.suse/iwlwifi-mvm-add-additional-info-for-boot-info-failur.patch
	patches.suse/iwlwifi-mvm-Disable-WiFi-bands-selectively-with-BIOS.patch
	patches.suse/iwlwifi-mvm-refactor-setting-PPE-thresholds-in-STA_H.patch
	patches.suse/iwlwifi-mvm-make-iwl_mvm_reconfig_scd-static.patch
	patches.suse/iwlwifi-mvm-always-remove-the-session-protection-aft.patch
	patches.suse/iwlwifi-mvm-add-additional-info-for-boot-info-failur-f2f17ca08d8f.patch
	patches.suse/iwlwifi-fix-small-doc-mistake-for-iwl_fw_ini_addr_va.patch
	patches.suse/iwlwifi-make-iwl_txq_dyn_alloc_dma-return-the-txq.patch
	patches.suse/iwlwifi-remove-command-ID-argument-from-queue-alloca.patch
	patches.suse/iwlwifi-mvm-remove-iwl_mvm_disable_txq-flags-argumen.patch
	patches.suse/iwlwifi-tlc-Add-logs-in-rs_fw_rate_init-func-to-prin.patch
	patches.suse/iwlwifi-pcie-iwlwifi-fix-device-id-7F70-struct.patch
	patches.suse/iwlwifi-yoyo-support-dump-policy-for-the-dump-size.patch
	patches.suse/iwlwifi-support-new-queue-allocation-command.patch
	patches.suse/iwlwifi-api-remove-ttl-field-from-TX-command.patch
	patches.suse/iwlwifi-mvm-update-BAID-allocation-command-again.patch
	patches.suse/iwlwifi-mvm-move-only-to-an-enabled-channel.patch
	patches.suse/iwlwifi-yoyo-send-hcmd-to-fw-after-dump-collection-c.patch
	patches.suse/iwlwifi-mvm-fix-off-by-one-in-iwl_mvm_stat_iterator_.patch
	patches.suse/iwlwifi-Make-use-of-the-helper-macro-LIST_HEAD.patch
	patches.suse/iwlwifi-fw-use-struct_size-over-open-coded-arithmeti.patch
	patches.suse/iwlwifi-dvm-use-struct_size-over-open-coded-arithmet.patch
	patches.suse/iwlwifi-Fix-syntax-errors-in-comments.patch
	patches.suse/iwlwifi-mvm-rfi-use-kmemdup-to-replace-kzalloc-memcp.patch
	patches.suse/iwlwifi-Fix-EIO-error-code-that-is-never-returned.patch
	patches.suse/iwlwifi-mvm-Fix-an-error-code-in-iwl_mvm_up.patch
	patches.suse/iwlwifi-dbg_ini-Split-memcpy-to-avoid-multi-field-wr.patch
	patches.suse/mt76-mt7915-fix-injected-MPDU-transmission-to-not-us.patch
	patches.suse/mt76-mt7615-Fix-assigning-negative-values-to-unsigne.patch
	patches.suse/ath11k-fix-kernel-panic-during-unload-load-ath11k-mo.patch
	patches.suse/ath11k-pci-fix-crash-on-suspend-if-board-file-is-not.patch
	patches.suse/ath11k-mhi-use-mhi_sync_power_up.patch
	patches.suse/wcn36xx-Differentiate-wcn3660-from-wcn3620.patch
	patches.suse/carl9170-fix-missing-bit-wise-or-operator-for-tx_par.patch
	patches.suse/iwlwifi-bump-FW-API-to-71-for-AX-devices.patch
	patches.suse/iwlwifi-mvm-add-a-flag-to-reduce-power-command.patch
	patches.suse/iwlwifi-Configure-FW-debug-preset-via-module-param.patch
	patches.suse/iwlwifi-mvm-remove-cipher-scheme-support.patch
	patches.suse/iwlwifi-yoyo-disable-IMR-DRAM-region-if-IMR-is-disab.patch
	patches.suse/iwlwifi-mvm-add-support-for-IMR-based-on-platform.patch
	patches.suse/iwlwifi-yoyo-dump-IMR-DRAM-only-for-HW-and-FW-error.patch
	patches.suse/iwlwifi-pcie-fix-SW-error-MSI-X-mapping.patch
	patches.suse/iwlwifi-use-4k-queue-size-for-Bz-A-step.patch
	patches.suse/iwlwifi-dbg-in-sync-mode-don-t-call-schedule.patch
	patches.suse/iwlwifi-dbg-check-trigger-data-before-access.patch
	patches.suse/iwlwifi-acpi-move-ppag-code-from-mvm-to-fw-acpi.patch
	patches.suse/iwlwifi-bump-FW-API-to-72-for-AX-devices.patch
	patches.suse/Revert-ath-add-support-for-special-0x0-regulatory-do.patch
	patches.suse/ath10k-Fix-error-handling-in-ath10k_setup_msa_resour.patch
	patches.suse/mac80211-fix-potential-double-free-on-mesh-join.patch
	patches.suse/msft-hv-2552-net-netvsc-remove-break-after-return.patch
	patches.suse/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/gve-Fix-spelling-mistake-droping-dropping.patch
	patches.suse/net-stmmac-clean-up-impossible-condition.patch
	patches.suse/mt76-mt7921-fix-mt7921_queues_acq-implementation.patch
	patches.suse/mt76-fix-monitor-mode-crash-with-sdio-driver.patch
	patches.suse/rfkill-make-new-event-layout-opt-in.patch
	patches.suse/Bluetooth-btusb-Add-missing-Chicony-device-for-Realt.patch
	patches.suse/Bluetooth-Fix-use-after-free-in-hci_send_acl.patch
	patches.suse/Bluetooth-call-hci_le_conn_failed-with-hdev-lock-in-.patch
	patches.suse/Bluetooth-btmtksdio-Fix-kernel-oops-in-btmtksdio_int.patch
	patches.suse/bpf-Add-check_func_arg_reg_off-function.patch
	patches.suse/bpf-Fix-PTR_TO_BTF_ID-var_off-check.patch
	patches.suse/bpf-Disallow-negative-offset-in-check_ptr_off_reg.patch
	patches.suse/bpf-Fix-comment-for-helper-bpf_current_task_under_cg.patch
	patches.suse/iwlwifi-mvm-Don-t-fail-if-PPAG-isn-t-supported.patch
	patches.suse/drivers-net-xgene-Fix-regression-in-CRC-stripping.patch
	patches.suse/llc-fix-netdevice-reference-leaks-in-llc_ui_bind.patch
	patches.suse/netfilter-nf_tables-validate-registers-coming-from-u.patch
	patches.suse/netfilter-nf_tables-initialize-registers-in-nft_do_c.patch
	patches.suse/ibmvnic-fix-race-between-xmit-and-reset.patch
	patches.suse/ax25-Fix-refcount-leaks-caused-by-ax25_cb_del.patch
	patches.suse/ax25-Fix-NULL-pointer-dereferences-in-ax25-timers.patch
	patches.suse/net-bcmgenet-Use-stronger-register-read-writes-to-as.patch
	patches.suse/openvswitch-always-update-flow-key-after-nat.patch
	patches.suse/ice-fix-scheduling-while-atomic-on-aux-critical-err-.patch
	patches.suse/ice-don-t-allow-to-run-ice_send_event_to_aux-in-atom.patch
	patches.suse/bitfield-add-explicit-inclusions-to-the-example.patch
	patches.suse/lib-bitmap-fix-many-kernel-doc-warnings.patch
	patches.suse/init-main.c-return-1-from-handled-__setup-functions.patch
	patches.suse/minix-fix-bug-when-opening-a-file-with-O_DIRECT.patch
	patches.suse/0001-panic-unset-panic_on_warn-inside-panic.patch
	patches.suse/0001-ubsan-no-need-to-unset-panic_on_warn-in-ubsan_epilog.patch
	patches.suse/0001-kasan-no-need-to-unset-panic_on_warn-in-end_report.patch
	patches.suse/docs-sysctl-kernel-add-missing-bit-to-panic_print.patch
	patches.suse/0008-drm-bridge-sn65dsi83-Fix-an-error-handling-path-in-s.patch
	patches.suse/drm-meson-osd_afbcd-Add-an-exit-callback-to-struct-m.patch
	patches.suse/drm-meson-Fix-error-handling-when-afbcd.ops-init-fai.patch
	patches.suse/drm-bridge-Fix-free-wrong-object-in-sii8620_init_rcp.patch
	patches.suse/drm-bridge-Add-missing-pm_runtime_disable-in-__dw_mi.patch
	patches.suse/drm-bridge-nwl-dsi-Fix-PM-disable-depth-imbalance-in.patch
	patches.suse/0001-drm-ast-Enable-the-supporting-of-wide-screen-on-AST2.patch
	patches.suse/drm-bridge-adv7511-Fix-ADV7535-HPD-enablement.patch
	patches.suse/drm-v3d-v3d_drv-Check-for-error-num-after-setting-ma.patch
	patches.suse/drm-doc-overview-before-functions-for-drm_writeback..patch
	patches.suse/drm-panfrost-Check-for-error-num-after-setting-mask.patch
	patches.suse/drm-bridge-fix-unmet-dependency-on-DRM_KMS_HELPER-fo.patch
	patches.suse/udmabuf-validate-ubuf-pagecount.patch
	patches.suse/drm-virtio-Ensure-that-objs-is-not-NULL-in-virtio_gp.patch
	patches.suse/mgag200-fix-memmapsl-configuration-in-GCTL6-register.patch
	patches.suse/0001-drm-ast-Create-threshold-values-for-AST2600.patch
	patches.suse/drm-selftests-test-drm_dp_mst_helper-Fix-memory-leak.patch
	patches.suse/drm-edid-Don-t-clear-formats-if-using-deep-color.patch
	patches.suse/0001-drm-connector-Fix-typo-in-output-format.patch
	patches.suse/drm-nouveau-acr-Fix-undefined-behavior-in-nvkm_acr_h.patch
	patches.suse/drm-Add-orientation-quirk-for-GPD-Win-Max.patch
	patches.suse/drm-amd-display-Add-signal-type-check-when-verify-st.patch
	patches.suse/drm-amdgpu-suppress-the-warning-about-enum-value-AMD.patch
	patches.suse/drm-amd-amdgpu-amdgpu_cs-fix-refcount-leak-of-a-dma_.patch
	patches.suse/drm-amd-display-Fix-memory-leak.patch
	patches.suse/drm-amd-display-Use-PSR-version-selected-during-set_.patch
	patches.suse/drm-amd-display-Fix-a-NULL-pointer-dereference-in-am.patch
	patches.suse/drm-amd-pm-return-ENOTSUPP-if-there-is-no-get_dpm_ul.patch
	patches.suse/drm-amdkfd-Don-t-take-process-mutex-for-svm-ioctls.patch
	patches.suse/drm-amdgpu-Fix-recursive-locking-warning.patch
	patches.suse/drm-amdgpu-drop-experimental-flag-on-aldebaran.patch
	patches.suse/drm-amdgpu-display-change-pipe-policy-for-DCN-2.0.patch
	patches.suse/drm-amd-pm-enable-pm-sysfs-write-for-one-VF-mode.patch
	patches.suse/drm-amd-display-Add-affected-crtcs-to-atomic-state-f.patch
	patches.suse/0011-drm-amdgpu-fix-amdgpu_ras_block_late_init-error-hand.patch
	patches.suse/drm-i915-ttm-ensure-we-unmap-when-purging.patch
	patches.suse/drm-i915-Fix-a-race-between-vma-object-destruction-a.patch
	patches.suse/drm-i915-dg2-Add-Wa_22011100796.patch
	patches.suse/drm-bridge-Add-missing-pm_runtime_put_sync.patch
	patches.suse/drm-fb-helper-Mark-screen-buffers-in-system-memory-w.patch
	patches.suse/drm-nouveau-backlight-Just-set-all-backlight-types-a.patch
	patches.suse/drm-bridge-dw-hdmi-use-safe-format-when-first-in-bri.patch
	patches.suse/drm-syncobj-flatten-dma_fence_chains-on-transfer.patch
	patches.suse/drm-bridge-anx7625-Fix-overflow-issue-on-reading-EDI.patch
	patches.suse/drm-mediatek-Allow-commands-to-be-sent-during-video-.patch
	patches.suse/drm-amdkfd-make-CRAT-table-missing-message-informati.patch
	patches.suse/drm-amd-display-Remove-vupdate_int_entry-definition.patch
	patches.suse/drm-tegra-Fix-reference-leak-in-tegra_dsi_ganged_pro.patch
	patches.suse/gpu-host1x-Fix-a-memory-leak-in-host1x_remove.patch
	patches.suse/drm-simpledrm-Add-panel-orientation-property-on-non-.patch
	patches.suse/0014-drm-dp-Fix-OOB-read-when-handling-Post-Cursor2-regis.patch
	patches.suse/drm-bridge-cdns-dsi-Make-sure-to-to-create-proper-al.patch
	patches.suse/drm-msm-dpu-add-DSPP-blocks-teardown.patch
	patches.suse/drm-msm-dpu-Add-INTF_5-interrupts.patch
	patches.suse/drm-msm-dpu-fix-dp-audio-condition.patch
	patches.suse/0015-drm-msm-dp-do-not-initialize-phy-until-plugin-interr.patch
	patches.suse/drm-msm-dp-populate-connector-of-struct-dp_panel.patch
	patches.suse/drm-msm-dp-stop-link-training-after-link-training-2-.patch
	patches.suse/drm-msm-dp-always-add-fail-safe-mode-into-connector-.patch
	patches.suse/drm-msm-dsi-Use-ref-fw-clock-instead-of-global-name-.patch
	patches.suse/drm-msm-dsi-Remove-spurious-IRQF_ONESHOT-flag.patch
	patches.suse/drm-msm-hdmi-Remove-spurious-IRQF_ONESHOT-flag.patch
	patches.suse/drm-msm-Avoid-dirtyfb-stalls-on-video-mode-displays-.patch
	patches.suse/drm-msm-a6xx-Fix-missing-ARRAY_SIZE-check.patch
	patches.suse/drm-msm-Fix-dirtyfb-refcounting.patch
	patches.suse/drm-i915-gem-add-missing-boundary-check-in-vm_access.patch
	patches.suse/drm-i915-display-Fix-HPD-short-pulse-handling-for-eD.patch
	patches.suse/drm-amd-display-Add-pstate-verification-and-recovery.patch
	patches.suse/xfs-use-setattr_copy-to-set-vfs-inode-attributes.patch
	patches.suse/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-do-not-update-snapshot-context-when-there-is-no-new-snapshot.patch
	patches.suse/ceph-fix-inode-reference-leakage-in-ceph_get_snapdir.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-rxe-Check-the-last-packet-by-RXE_END_MASK.patch
	patches.suse/IB-cma-Allow-XRC-INI-QPs-to-set-their-local-ACK-time.patch
	patches.suse/RDMA-mlx5-Fix-the-flow-of-a-miss-in-the-allocation-o.patch
	patches.suse/RDMA-irdma-Remove-enum-irdma_status_code.patch
	patches.suse/RDMA-irdma-Remove-excess-error-variables.patch
	patches.suse/RDMA-irdma-Use-net_type-to-check-network-type.patch
	patches.suse/RDMA-irdma-Remove-the-unnecessary-variable-saddr.patch
	patches.suse/RDMA-irdma-Move-union-irdma_sockaddr-to-header-file.patch
	patches.suse/RDMA-irdma-Fix-netdev-notifications-for-vlan-s.patch
	patches.suse/RDMA-irdma-Fix-Passthrough-mode-in-VM.patch
	patches.suse/RDMA-irdma-Remove-incorrect-masking-of-PD.patch
	patches.suse/IB-hfi1-Allow-larger-MTU-without-AIP.patch
	patches.suse/RDMA-core-Fix-ib_qp_usecnt_dec-called-when-error.patch
	patches.suse/RDMA-irdma-Prevent-some-integer-underflows.patch
	patches.suse/RDMA-rxe-Change-variable-and-function-argument-to-pr.patch
	patches.suse/Revert-RDMA-core-Fix-ib_qp_usecnt_dec-called-when-er.patch
	patches.suse/RDMA-mlx5-Fix-memory-leak-in-error-flow-for-subscrib.patch
	patches.suse/RDMA-irdma-Add-support-for-address-handle-re-use.patch
	patches.suse/RDMA-rxe-Fix-ref-error-in-rxe_av.c.patch
	patches.suse/RDMA-nldev-Prevent-underflow-in-nldev_stat_set_count.patch
	patches.suse/0004-dm-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/0012-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/0013-dm-requeue-IO-if-mapping-table-not-yet-available.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-mvsas-Replace-snprintf-with-sysfs_emit.patch
	patches.suse/scsi-bfa-Replace-snprintf-with-sysfs_emit.patch
	patches.suse/scsi-lpfc-Remove-redundant-flush_workqueue-call.patch
	patches.suse/scsi-smartpqi-Add-PCI-IDs
	patches.suse/scsi-smartpqi-Fix-kdump-issue-when-controller-is-locked-up.patch
	patches.suse/scsi-qla2xxx-Add-qla2x00_async_done-for-async-routin.patch
	patches.suse/scsi-qla2xxx-Remove-unused-qla_sess_op_cmd_list-from.patch
	patches.suse/scsi-mpi3mr-Fix-reporting-of-actual-data-transfer-size.patch
	patches.suse/scsi-mpi3mr-Fix-memory-leaks.patch
	patches.suse/scsi-fnic-Fix-a-tracing-statement.patch
	patches.suse/scsi-qla2xxx-Stop-using-the-SCSI-pointer.patch
	patches.suse/scsi-qla2xxx-Use-named-initializers-for-port_-d-stat.patch
	patches.suse/scsi-qla2xxx-Use-named-initializers-for-q_dev_state.patch
	patches.suse/scsi-libsas-Fix-sas_ata_qc_issue-handling-of-NCQ-NON-DATA-commands.patch
	patches.suse/scsi-pm8001-Fix-command-initialization-in-pm80XX_send_read_log.patch
	patches.suse/scsi-pm8001-Fix-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-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_mpi_task_abort_resp.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-aha152x-Fix-aha152x_setup-__setup-handler-return-value.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-scsi_transport_fc-Fix-FPIN-Link-Integrity-statistics-counters.patch
	patches.suse/scsi-lpfc-Kill-lpfc_bus_reset_handler.patch
	patches.suse/scsi-lpfc-Drop-lpfc_no_handler.patch
	patches.suse/scsi-lpfc-Use-fc_block_rport.patch
	patches.suse/scsi-lpfc-Use-rport-as-argument-for-lpfc_send_taskmg.patch
	patches.suse/scsi-lpfc-Use-rport-as-argument-for-lpfc_chk_tgt_map.patch
	patches.suse/scsi-core-sd-Add-silence_suspend-flag-to-suppress-some-PM-messages.patch
	patches.suse/scsi-ufs-Fix-runtime-PM-messages-never-ending-cycle.patch
	patches.suse/scsi-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-iscsi-Add-helper-functions-to-manage-iscsi_cls_conn.patch
	patches.suse/scsi-libiscsi-Add-iscsi_cls_conn-to-sysfs-after-initialization.patch
	patches.suse/scsi-libiscsi-Teardown-iscsi_cls_conn-gracefully.patch
	patches.suse/scsi-qla2xxx-Fix-incorrect-reporting-of-task-managem.patch
	patches.suse/scsi-qla2xxx-Fix-disk-failure-to-rediscover.patch
	patches.suse/scsi-qla2xxx-Fix-loss-of-NVMe-namespaces-after-drive.patch
	patches.suse/scsi-qla2xxx-Fix-missed-DMA-unmap-for-NVMe-ls-reques.patch
	patches.suse/scsi-qla2xxx-Fix-crash-during-module-load-unload-tes.patch
	patches.suse/scsi-qla2xxx-Fix-N2N-inconsistent-PLOGI.patch
	patches.suse/scsi-qla2xxx-Fix-hang-due-to-session-stuck.patch
	patches.suse/scsi-qla2xxx-Fix-laggy-FC-remote-port-session-recove.patch
	patches.suse/scsi-qla2xxx-Reduce-false-trigger-to-login.patch
	patches.suse/scsi-qla2xxx-Fix-stuck-session-of-PRLI-reject.patch
	patches.suse/scsi-qla2xxx-Use-correct-feature-type-field-during-R.patch
	patches.suse/scsi-qla2xxx-Increase-max-limit-of-ql2xnvme_queues.patch
	patches.suse/scsi-qla2xxx-Update-version-to-10.02.07.400-k.patch
	patches.suse/scsi-lpfc-Fix-typos-in-comments.patch
	patches.suse/scsi-qla2xxx-Fix-typos-in-comments.patch
	patches.suse/scsi-lpfc-Use-kcalloc.patch
	patches.suse/scsi-lpfc-SLI-path-split-Refactor-lpfc_iocbq.patch
	patches.suse/scsi-lpfc-SLI-path-split-Refactor-fast-and-slow-path.patch
	patches.suse/scsi-lpfc-SLI-path-split-Introduce-lpfc_prep_wqe.patch
	patches.suse/scsi-lpfc-SLI-path-split-Refactor-base-ELS-paths-and.patch
	patches.suse/scsi-lpfc-SLI-path-split-Refactor-PLOGI-PRLI-ADISC-L.patch
	patches.suse/scsi-lpfc-SLI-path-split-Refactor-the-RSCN-SCR-RDF-E.patch
	patches.suse/scsi-lpfc-SLI-path-split-Refactor-LS_ACC-paths.patch
	patches.suse/scsi-lpfc-SLI-path-split-Refactor-LS_RJT-paths.patch
	patches.suse/scsi-lpfc-SLI-path-split-Refactor-FDISC-paths.patch
	patches.suse/scsi-lpfc-SLI-path-split-Refactor-VMID-paths.patch
	patches.suse/scsi-lpfc-SLI-path-split-Refactor-misc-ELS-paths.patch
	patches.suse/scsi-lpfc-SLI-path-split-Refactor-CT-paths.patch
	patches.suse/scsi-lpfc-SLI-path-split-Refactor-SCSI-paths.patch
	patches.suse/scsi-lpfc-SLI-path-split-Refactor-Abort-paths.patch
	patches.suse/scsi-lpfc-SLI-path-split-Refactor-BSG-paths.patch
	patches.suse/scsi-lpfc-Update-lpfc-version-to-14.2.0.0.patch
	patches.suse/scsi-lpfc-Copyright-updates-for-14.2.0.0-patches.patch
	patches.suse/iommu-ipmmu-vmsa-Check-for-error-num-after-setting-mask
	patches.suse/iommu-iova-Improve-32-bit-free-space-estimate
	patches.suse/iommu-vt-d-Remove-intel_iommu-domains
	patches.suse/powerpc-xive-Export-XIVE-IPI-information-for-online-.patch
	patches.suse/powerpc-add-link-stack-flush-mitigation-status-in-de.patch
	patches.suse/powerpc-pseries-read-the-lpar-name-from-the-firmware.patch
	patches.suse/powerpc-64-Move-paca-allocation-later-in-boot.patch
	patches.suse/rpadlpar_io-Add-MODULE_DESCRIPTION-entries-to-kernel.patch
	patches.suse/powerpc-perf-Don-t-use-perf_hw_context-for-trace-IMC.patch
	patches.suse/powerpc-xive-Add-some-error-handling-code-to-xive_sp.patch
	patches.suse/powerpc-Set-crashkernel-offset-to-mid-of-RMA-region.patch
	patches.suse/powerpc-vdso-Remove-cvdso_call_time-macro.patch
	patches.suse/powerpc-64s-hash-Make-hash-faults-work-in-NMI-contex.patch
	patches.suse/powerpc-fadump-register-for-fadump-as-early-as-possi.patch
	patches.suse/powerpc-mm-numa-skip-NUMA_NO_NODE-onlining-in-parse_.patch
	patches.suse/powerpc-lib-sstep-Fix-sthcx-instruction.patch
	patches.suse/KVM-PPC-Fix-vmx-vsx-mixup-in-mmio-emulation.patch
	patches.suse/KVM-PPC-Book3S-HV-Check-return-value-of-kvmppc_radix.patch
	patches.suse/powerpc-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-declare-unmodified-attribute_group-usages-const.patch
	patches.suse/powerpc-xive-fix-return-value-of-__setup-handler.patch
	patches.suse/powerpc-tm-Fix-more-userspace-r13-corruption.patch
	patches.suse/powerpc-pseries-Fix-use-after-free-in-remove_phb_dyn.patch
	patches.suse/s390-smp-sort-out-physical-vs-virtual-pointers-usage
	patches.suse/mm-fix-race-between-MADV_FREE-reclaim-and-blkdev-direct-IO-read.patch
	patches.suse/platform-surface-surface3-wmi-Simplify-resource-mana.patch
	patches.suse/platform-x86-Add-Intel-Software-Defined-Silicon-driv.patch
	patches.suse/platform-x86-thinkpad_acpi-Add-dual-fan-probe.patch
	patches.suse/tools-arch-x86-Add-Intel-SDSi-provisiong-tool.patch
	patches.suse/platform-x86-thinkpad_acpi-Add-PSC-mode-support.patch
	patches.suse/platform-x86-huawei-wmi-check-the-return-value-of-de.patch
	patches.suse/platform-x86-thinkpad_acpi-clean-up-dytc-profile-con.patch
	patches.suse/platform-x86-thinkpad_acpi-Fix-compiler-warning-abou.patch
	patches.suse/platform-x86-thinkpad_acpi-Don-t-use-test_bit-on-an-.patch
	patches.suse/platform-x86-thinkpad_acpi-consistently-check-fan_ge.patch
	patches.suse/ACPI-x86-Add-support-for-LPS0-callback-handler.patch
	patches.suse/platform-x86-think-lmi-Certificate-authentication-su.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-Reduce-warnings-on-possible-RW1C-corruption.patch
	patches.suse/PCI-pciehp-Clear-cmd_busy-bit-in-polling-mode.patch
	patches.suse/PCI-pciehp-Add-Qualcomm-quirk-for-Command-Completed-.patch
	patches.suse/PCI-Avoid-broken-MSI-on-SB600-USB-devices.patch
	patches.suse/PCI-aardvark-Replace-custom-PCIE_CORE_INT_-macros-wi.patch
	patches.suse/PCI-aardvark-Fix-reading-MSI-interrupt-number.patch
	patches.suse/PCI-aardvark-Fix-support-for-MSI-interrupts.patch
	patches.suse/PCI-aardvark-Rewrite-IRQ-code-to-chained-IRQ-handler.patch
	patches.suse/PCI-aardvark-Check-return-value-of-generic_handle_do.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/PCI-xgene-Revert-PCI-xgene-Use-inbound-resources-for.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/drm-i915-Reject-unsupported-TMDS-rates-on-ICL.patch
	patches.suse/drm-i915-Treat-SAGV-block-time-0-as-SAGV-disabled.patch
	patches.suse/drm-i915-Fix-PSF-GV-point-mask-when-SAGV-is-not-poss.patch
	patches.suse/drm-edid-check-basic-audio-support-on-CEA-extension-.patch
	patches.suse/0016-drm-edid-fix-CEA-extension-byte-3-parsing.patch
	patches.suse/ext2-correct-max-file-size-computing.patch
	patches.suse/scripts-dtc-Call-pkg-config-POSIXly-correct.patch
	patches.suse/device-property-Add-fwnode_irq_get_byname.patch
	patches.suse/docs-firmware-guide-ACPI-Add-named-interrupt-doc.patch
	patches.suse/i2c-smbus-Use-device_-functions-instead-of-of_.patch
	patches.suse/i2c-bcm2835-Fix-the-error-handling-in-bcm2835_i2c_pr.patch
	patches.suse/kernel-resource-Introduce-request_mem_region_muxed.patch
	patches.suse/i2c-piix4-Replace-hardcoded-memory-map-size-with-a-d.patch
	patches.suse/i2c-piix4-Move-port-I-O-region-request-release-code-.patch
	patches.suse/i2c-piix4-Move-SMBus-controller-base-address-detect-.patch
	patches.suse/i2c-piix4-Move-SMBus-port-selection-into-function.patch
	patches.suse/i2c-piix4-Add-EFCH-MMIO-support-to-region-request-an.patch
	patches.suse/i2c-piix4-Add-EFCH-MMIO-support-to-SMBus-base-addres.patch
	patches.suse/i2c-piix4-Add-EFCH-MMIO-support-for-SMBus-port-selec.patch
	patches.suse/i2c-piix4-Enable-EFCH-MMIO-for-Family-17h.patch
	patches.suse/i2c-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-cdnsp-fix-cdnsp_decode_trb-function-to-properly-.patch
	patches.suse/USB-hcd-pci-Use-PCI_STD_NUM_BARS-when-checking-stand.patch
	patches.suse/usb-ehci-add-pci-device-support-for-Aspeed-platforms.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-Allocate-separate-command-structures-for-each-L.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/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-Disable-LTTPR-on-Intel-Titan-Ridge.patch
	patches.suse/thunderbolt-Add-missing-device-ID-to-tb_switch_is_al.patch
	patches.suse/dt-bindings-usb-hcd-correct-usb-device-path.patch
	patches.suse/usb-dwc3-gadget-Give-some-time-to-schedule-isoc.patch
	patches.suse/usb-dwc3-omap-fix-unbalanced-disables-for-smps10_out.patch
	patches.suse/usb-gadget-configfs-remove-using-list-iterator-after.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/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/usb-usbip-eliminate-anonymous-module_init-module_exi.patch
	patches.suse/usb-gadget-eliminate-anonymous-module_init-module_ex.patch
	patches.suse/USB-usb-storage-Fix-use-of-bitfields-for-hardware-da.patch
	patches.suse/usb-dwc3-Issue-core-soft-reset-before-enabling-run-s.patch
	patches.suse/tracing-Have-trace-event-string-test-handle-zero-length-strings.patch
	patches.suse/x86-ibt-paravirt-use-text_gen_insn-for-paravirt_patch.patch
	patches.suse/x86-ibt-xen-sprinkle-the-endbr.patch
	patches.suse/x86-ibt-ftrace-make-function-graph-play-nice.patch
	patches.suse/x86-Annotate-call_on_stack.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/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/mmc-rtsx-Let-MMC-core-handle-runtime-PM.patch
	patches.suse/w1-w1_therm-fixes-w1_seq-for-ds28ea00-sensors.patch
	patches.suse/VMCI-Fix-the-description-of-vmci_check_host_caps.patch
	patches.suse/VMCI-Fix-some-error-handling-paths-in-vmci_guest_pro.patch
	patches.suse/comedi-drivers-ni_routes-Use-strcmp-instead-of-memcm.patch
	patches.suse/misc-sgi-gru-Don-t-cast-parameter-in-bit-operations.patch
	patches.suse/mei-me-disable-driver-on-the-ign-firmware.patch
	patches.suse/mmc-rtsx-Fix-build-errors-warnings-for-unused-variab.patch
	patches.suse/habanalabs-fix-possible-memory-leak-in-MMU-DR-fini.patch
	patches.suse/habanalabs-Add-check-for-pci_enable_device.patch
	patches.suse/soundwire-intel-fix-wrong-register-name-in-intel_shi.patch
	patches.suse/phy-amlogic-phy-meson-gxl-usb2-fix-shared-reset-cont.patch
	patches.suse/phy-amlogic-meson8b-usb2-Use-dev_err_probe.patch
	patches.suse/phy-amlogic-meson8b-usb2-fix-shared-reset-control-us.patch
	patches.suse/phy-dphy-Correct-lpx-parameter-and-its-derivatives-t.patch
	patches.suse/phy-phy-brcm-usb-fixup-BCM4908-support.patch
	patches.suse/iio-inkern-apply-consumer-scale-on-IIO_VAL_INT-cases.patch
	patches.suse/iio-inkern-apply-consumer-scale-when-no-channel-scal.patch
	patches.suse/iio-inkern-make-a-best-effort-on-offset-calculation.patch
	patches.suse/iio-afe-rescale-use-s64-for-temporary-scale-calculat.patch
	patches.suse/iio-mma8452-Fix-probe-failing-when-an-i2c_device_id-.patch
	patches.suse/staging-iio-adc-ad7280a-Fix-handing-of-device-addres.patch
	patches.suse/iio-adc-Add-check-for-devm_request_threaded_irq.patch
	patches.suse/iio-accel-mma8452-use-the-correct-logic-to-get-mma84.patch
	patches.suse/virtio_console-eliminate-anonymous-module_init-modul.patch
	patches.suse/VMCI-Check-exclusive_vectors-when-freeing-interrupt-.patch
	patches.suse/VMCI-Release-notification_bitmap-in-error-path.patch
	patches.suse/mei-me-add-Alder-Lake-N-device-id.patch
	patches.suse/mei-avoid-iterator-usage-outside-of-list_for_each_en.patch
	patches.suse/virt-acrn-fix-a-memory-leak-in-acrn_dev_ioctl.patch
	patches.suse/firmware-stratix10-svc-add-missing-callback-paramete.patch
	patches.suse/firmware-sysfb-fix-platform-device-leak-in-error-pat.patch
	patches.suse/firmware-google-Properly-state-IOMEM-dependency.patch
	patches.suse/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-8250_exar-derive-nr_ports-from-PCI-ID-for-Acc.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-fix-is_xen_pmu.patch
	patches.suse/livepatch-Don-t-block-removal-of-patches-that-are-safe-to-unload.patch
	patches.suse/net-stmmac-dwmac-qcom-ethqos-Enable-RGMII-functional.patch
	patches.suse/net-usb-ax88179_178a-add-Allied-Telesis-AT-UMCs.patch
	patches.suse/vsock-virtio-initialize-vdev-priv-before-using-VQs.patch
	patches.suse/vsock-virtio-read-the-negotiated-features-before-usi.patch
	patches.suse/vsock-virtio-enable-VQs-early-on-probe.patch
	patches.suse/net-enetc-report-software-timestamping-via-SO_TIMEST.patch
	patches.suse/net-hns3-fix-bug-when-PF-set-the-duplicate-MAC-addre.patch
	patches.suse/net-hns3-fix-port-base-vlan-add-fail-when-concurrent.patch
	patches.suse/net-hns3-add-vlan-list-lock-to-protect-vlan-list.patch
	patches.suse/net-hns3-refine-the-process-when-PF-set-VF-VLAN.patch
	patches.suse/net-phy-broadcom-Fix-brcm_fet_config_init.patch
	patches.suse/selftests-test_vxlan_under_vrf-Fix-broken-test-case.patch
	patches.suse/net-hns3-clean-residual-vf-config-after-disable-srio.patch
	patches.suse/net-hns3-add-netdev-reset-check-for-hns3_set_tunable.patch
	patches.suse/net-hns3-add-NULL-pointer-check-for-hns3_set-get_rin.patch
	patches.suse/net-hns3-fix-phy-can-not-link-up-when-autoneg-off-an.patch
	patches.suse/net-sparx5-depends-on-PTP_1588_CLOCK_OPTIONAL.patch
	patches.suse/qlcnic-dcb-default-to-returning-EOPNOTSUPP.patch
	patches.suse/net-x25-Fix-null-ptr-deref-caused-by-x25_disconnect.patch
	patches.suse/octeontx2-af-initialize-action-variable.patch
	patches.suse/netfilter-nf_conntrack_tcp-preserve-liberal-flag-in-.patch
	patches.suse/net-bnxt_ptp-fix-compilation-error.patch
	patches.suse/net-dsa-bcm_sf2_cfp-fix-an-incorrect-NULL-check-on-l.patch
	patches.suse/ptrace-Check-PTRACE_O_SUSPEND_SECCOMP-permission-on-.patch
	patches.suse/dma-debug-fix-return-value-of-__setup-handlers.patch
	patches.suse/cpufreq-qcom-cpufreq-nvmem-fix-reading-of-PVS-Valid-.patch
	patches.suse/cpufreq-CPPC-Fix-performance-frequency-conversion.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/NFSv4.2-fix-reference-count-leaks-in-_nfs42_proc_cop.patch
	patches.suse/NFSv4-Protect-the-state-recovery-thread-against-dire.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/NFSv4-keep-state-manager-thread-active-if-swap-is-en.patch
	patches.suse/0001-SUNRPC-change-locking-for-xs_swap_enable-disable.patch
	patches.suse/NFSv4.1-provide-mount-option-to-toggle-trunking-disc.patch
	patches.suse/SUNRPC-Don-t-call-connect-more-than-once-on-a-TCP-so.patch
	patches.suse/SUNRPC-Fix-socket-waits-for-write-buffer-space.patch
	patches.suse/NFS-nfsiod-should-not-block-forever-in-mempool_alloc.patch
	patches.suse/NFS-Avoid-writeback-threads-getting-stuck-in-mempool.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/clk-si5341-fix-reported-clk_rate-when-output-divider.patch
	patches.suse/clk-at91-sama7g5-fix-parents-of-PDMCs-GCLK.patch
	patches.suse/clk-nxp-Remove-unused-variable.patch
	patches.suse/clk-imx7d-Remove-audio_mclk_root_clk.patch
	patches.suse/clk-imx-off-by-one-in-imx_lpcg_parse_clks_from_dt.patch
	patches.suse/clk-rockchip-drop-CLK_SET_RATE_PARENT-from-dclk_vop-.patch
	patches.suse/clk-ti-Preserve-node-in-ti_dt_clocks_register.patch
	patches.suse/clk-actions-Terminate-clk_div_table-with-sentinel-el.patch
	patches.suse/clk-loongson1-Terminate-clk_div_table-with-sentinel-.patch
	patches.suse/clk-hisilicon-Terminate-clk_div_table-with-sentinel-.patch
	patches.suse/clk-clps711x-Terminate-clk_div_table-with-sentinel-e.patch
	patches.suse/clk-tegra-tegra124-emc-Fix-missing-put_device-call-i.patch
	patches.suse/clk-bcm2835-Remove-unused-variable.patch
	patches.suse/clk-Fix-clk_hw_get_clk-when-dev-is-NULL.patch
	patches.suse/clk-Enforce-that-disjoints-limits-are-invalid.patch
	patches.suse/clk-Initialize-orphan-req_rate.patch
	patches.suse/clk-uniphier-Fix-fixed-rate-initialization.patch
	patches.suse/clk-qcom-ipq8074-fix-PCI-E-clock-oops.patch
	patches.suse/clk-qcom-ipq8074-Use-floor-ops-for-SDCC1-clock.patch
	patches.suse/clk-qcom-clk-rcg2-Update-logic-to-calculate-D-value-.patch
	patches.suse/clk-qcom-clk-rcg2-Update-the-frac-table-for-pixel-cl.patch
	patches.suse/clk-qcom-gcc-msm8994-Fix-gpll4-width.patch
	patches.suse/rpmsg-qcom_smd-Fix-redundant-channel-registered-assi.patch
	patches.suse/remoteproc-Fix-count-check-in-rproc_coredump_write.patch
	patches.suse/remoteproc-qcom-Fix-missing-of_node_put-in-adsp_allo.patch
	patches.suse/remoteproc-qcom_wcnss-Add-missing-of_node_put-in-wcn.patch
	patches.suse/remoteproc-qcom_q6v5_mss-Fix-some-leaks-in-q6v5_allo.patch
	patches.suse/dmaengine-ptdma-fix-concurrency-issue-with-multiple-.patch
	patches.suse/dmaengine-ptdma-handle-the-cases-based-on-DMA-is-com.patch
	patches.suse/dmaengine-idxd-restore-traffic-class-defaults-after-.patch
	patches.suse/dmaengine-Revert-dmaengine-shdma-Fix-runtime-PM-imba.patch
	patches.suse/dmaengine-hisi_dma-fix-MSI-allocate-fail-when-reload.patch
	patches.suse/pwm-lpc18xx-sct-Initialize-driver-data-and-hardware-.patch
	patches.suse/pwm-lpc18xx-sct-Reduce-number-of-devm-memory-allocat.patch
	patches.suse/pwm-lpc18xx-sct-Simplify-driver-by-not-using-pwm_-gs.patch
	patches.suse/crypto-arm-aes-neonbs-cbc-Select-generic-cbc-and-aes.patch
	patches.suse/crypto-stm32-fix-reference-leak-in-stm32_crc_remove.patch
	patches.suse/crypto-x86-chacha20-Avoid-spurious-jumps-to-other-fu.patch
	patches.suse/crypto-x86-poly1305-fixup-sls.patch
	patches.suse/openvswitch-Fixed-nd-target-mask-field-in-the-flow-d.patch
	patches.suse/ax25-fix-UAF-bug-in-ax25_send_control.patch
	patches.suse/ax25-Fix-UAF-bugs-in-ax25-timers.patch
	patches.suse/xsk-Do-not-write-NULL-in-SW-ring-at-allocation-failu.patch
	patches.suse/ice-xsk-Fix-indexing-in-ice_tx_xsk_pool.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/vhost_vdpa-don-t-setup-irq-offloading-when-irq_num-0.patch
	patches.suse/tools-virtio-compile-with-pthread.patch
	patches.suse/watchdog-rti-wdt-Add-missing-pm_runtime_disable-in-p.patch
	patches.suse/Watchdog-sp5100_tco-Move-timer-initialization-into-f.patch
	patches.suse/Watchdog-sp5100_tco-Refactor-MMIO-base-address-initi.patch
	patches.suse/Watchdog-sp5100_tco-Add-initialization-using-EFCH-MM.patch
	patches.suse/Watchdog-sp5100_tco-Enable-Family-17h-CPUs.patch
	patches.suse/rtc-fix-use-after-free-on-device-removal.patch
	patches.suse/rtc-pcf2127-fix-bug-when-reading-alarm-registers.patch
	patches.suse/rtc-mc146818-lib-fix-locking-in-mc146818_set_time.patch
	patches.suse/rtc-pl031-fix-rtc-features-null-pointer-dereference.patch
	patches.suse/rtc-sun6i-Fix-time-overflow-handling.patch
	patches.suse/rtc-wm8350-Handle-error-for-wm8350_register_irq.patch
	patches.suse/rtc-mc146818-lib-Fix-the-AltCentury-for-AMD-platform.patch
	patches.suse/rtc-check-if-__rtc_read_time-was-successful.patch
	patches.suse/Input-add-bounds-checking-to-input_set_capability.patch
	patches.suse/Input-stmfts-fix-reference-leak-in-stmfts_input_open.patch
	patches.suse/Input-synaptics-enable-InterTouch-on-ThinkPad-T14-P1.patch
	patches.suse/Revert-Input-clear-BTN_RIGHT-MIDDLE-on-buttonpads.patch
	patches.suse/ALSA-hda-realtek-Add-mute-and-micmut-LED-support-for.patch
	patches.suse/ALSA-hda-realtek-Enable-headset-mic-on-Lenovo-P360.patch
	patches.suse/ALSA-cs4236-fix-an-incorrect-NULL-check-on-list-iter.patch
	patches.suse/ALSA-hda-cs8409-Fix-Warlock-to-use-mono-mic-configur.patch
	patches.suse/ALSA-hda-cs8409-Re-order-quirk-table-into-ascending-.patch
	patches.suse/ALSA-hda-cs8409-Fix-Full-Scale-Volume-setting-for-al.patch
	patches.suse/ALSA-hda-cs8409-Support-new-Warlock-MLK-Variants.patch
	patches.suse/ALSA-hda-cs8409-Disable-HSBIAS_SENSE_EN-for-Cyborg.patch
	patches.suse/ALSA-hda-cs8409-Add-new-Dolphin-HW-variants.patch
	patches.suse/ALSA-hda-realtek-Fix-audio-regression-on-Mi-Notebook.patch
	patches.suse/ALSA-hda-Avoid-unsol-event-during-RPM-suspending.patch
	patches.suse/ASoC-mediatek-mt6358-add-missing-EXPORT_SYMBOLs.patch
	patches.suse/ASoC-SOF-Intel-Fix-build-error-without-SND_SOC_SOF_P.patch
	patches.suse/ALSA-pcm-Fix-potential-AB-BA-lock-with-buffer_mutex-.patch
	patches.suse/ocfs2-fix-crash-when-mount-with-quota-enabled.patch
	patches.suse/nilfs2-fix-lockdep-warnings-in-page-operations-for-b.patch
	patches.suse/nilfs2-fix-lockdep-warnings-during-disk-space-reclam.patch
	patches.suse/ARM-dts-spear13xx-Update-SPI-dma-properties.patch
	patches.suse/ARM-dts-spear1340-Update-serial-node-properties.patch
	patches.suse/arm64-dts-ls1043a-Update-i2c-dma-properties.patch
	patches.suse/arm64-dts-ls1046a-Update-i2c-node-dma-properties.patch
	patches.suse/riscv-Fix-fill_callchain-return-value.patch
	patches.suse/XArray-Update-the-LRU-list-in-xas_split.patch
	patches.suse/cifs-do-not-skip-link-targets-when-an-I-O-fails.patch
	patches.suse/cifs-writeback-fix.patch
	patches.suse/cifs-convert-the-path-to-utf16-in-smb2_query_info_compound.patch
	patches.suse/cifs-change-smb2_query_info_compound-to-use-a-cached-fid-if-availa.patch
	patches.suse/cifs-fix-bad-fids-sent-over-wire.patch
	patches.suse/cifs-fix-incorrect-use-of-list-iterator-after-the-loop.patch
	patches.suse/move-more-common-protocol-header-definitions-to-smbfs_common.patch
	patches.suse/smb3-move-defines-for-ioctl-protocol-header-and-SMB2-sizes-to-smbfs.patch
	patches.suse/smb3-move-defines-for-query-info-and-query-fsinfo-to-smbfs_common.patch
	patches.suse/smb3-cleanup-and-clarify-status-of-tree-connections.patch
	patches.suse/smb3-fix-ksmbd-bigendian-bug-in-oplock-break-and-move-its-struct-t.patch
	patches.suse/cifs-prevent-bad-output-lengths-in-smb2_ioctl_query_info-.patch
	patches.suse/cifs-fix-NULL-ptr-dereference-in-smb2_ioctl_query_info-.patch
	patches.suse/0006-dm-integrity-set-journal-entry-unused-when-shrinking.patch
	patches.suse/block-Fix-the-maximum-minor-value-is-blk_alloc_ext_m.patch
	patches.suse/xen-blkfront-fix-comment-for-need_copy.patch
	patches.suse/0007-n64cart-convert-bi_disk-to-bi_bdev-bd_disk-fix-build.patch
	patches.suse/nvme-fix-the-read-only-state-for-zoned-namespaces-wi.patch
	patches.suse/nvmet-use-a-private-workqueue-instead-of-the-system-.patch
	patches.suse/nvme-fix-RCU-hole-that-allowed-for-endless-looping-i.patch
	patches.suse/drbd-fix-potential-silent-data-corruption.patch
	patches.suse/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-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-Prevent-module-exit-until-all-VMs-are-freed.patch
	patches.suse/Revert-KVM-set-owner-of-cpu-and-vm-file-operations.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-emulator-Emulate-RDPID-only-if-it-is-enabled.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/KVM-x86-fix-sending-PV-IPI.patch
	patches.suse/modpost-restore-the-warning-message-for-missing-symb.patch
	patches.suse/ARM-9187-1-JIVE-fix-return-value-of-__setup-handler.patch
	patches.suse/ARM-9191-1-arm-stacktrace-kasan-Silence-KASAN-warnin.patch
	patches.suse/x86-fpu-xstate-Fix-the-ARCH_REQ_XCOMP_PERM-implement.patch
	patches.suse/x86-sev-Unroll-string-mmio-with-CC_ATTR_GUEST_UNROLL_STRING_IO
	patches.suse/x86-fpu-Remove-unused-supervisor-only-offsets.patch
	patches.suse/x86-fpu-xsave-Initialize-offset-size-cache-early.patch
	patches.suse/x86-fpu-Cache-xfeature-flags-from-CPUID.patch
	patches.suse/x86-fpu-xsave-Handle-compacted-offsets-correctly-wit.patch
	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/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/net-ipv4-fix-route-with-nexthop-object-delete-warnin.patch
	patches.suse/selftests-net-add-delete-nexthop-route-warning-test.patch
	patches.suse/net-stmmac-Fix-unset-max_speed-difference-between-DT.patch
	patches.suse/selftests-net-fix-nexthop-warning-cleanup-double-ip-.patch
	patches.suse/qed-fix-ethtool-register-dump.patch
	patches.suse/bnxt_en-Synchronize-tx-when-xdp-redirects-happen-on-.patch
	patches.suse/bnxt_en-reserve-space-inside-receive-page-for-skb_sh.patch
	patches.suse/bnxt_en-Prevent-XDP-redirect-from-running-when-stopp.patch
	patches.suse/sfc-Do-not-free-an-empty-page_ring.patch
	patches.suse/dpaa2-ptp-Fix-refcount-leak-in-dpaa2_ptp_probe.patch
	patches.suse/ice-Set-txq_teid-to-ICE_INVAL_TEID-on-ring-creation.patch
	patches.suse/ice-Do-not-skip-not-enabled-queues-in-ice_vc_dis_qs_.patch
	patches.suse/net-openvswitch-don-t-send-internal-clone-attribute-.patch
	patches.suse/net-ethernet-mv643xx-Fix-over-zealous-checking-of_ge.patch
	patches.suse/net-openvswitch-fix-leak-of-nested-actions.patch
	patches.suse/net-sfc-fix-using-uninitialized-xdp-tx_queue.patch
	patches.suse/net-axienet-setup-mdio-unconditionally.patch
	patches.suse/net-phy-mscc-miim-reject-clause-45-register-accesses.patch
	patches.suse/ice-synchronize_rcu-when-terminating-rings.patch
	patches.suse/ice-xsk-fix-VSI-state-check-in-ice_xsk_wakeup.patch
	patches.suse/ice-clear-cmd_type_offset_bsz-for-TX-rings.patch
	patches.suse/qede-confirm-skb-is-allocated-before-using.patch
	patches.suse/net-usb-aqc111-Fix-out-of-bounds-accesses-in-RX-fixu.patch
	patches.suse/bpf-Resolve-to-prog-aux-dst_prog-type-only-for-BPF_P.patch
	patches.suse/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/drm-amdgpu-conduct-a-proper-cleanup-of-PDB-bo.patch
	patches.suse/drm-amdgpu-fix-off-by-one-in-amdgpu_gfx_kiq_acquire.patch
	patches.suse/drm-amd-display-Fix-p-state-allow-debug-index-on-dcn.patch
	patches.suse/drm-amd-display-fix-audio-format-not-updated-after-e.patch
	patches.suse/drm-amd-display-FEC-check-in-timing-validation.patch
	patches.suse/drm-amd-display-Update-VTEM-Infopacket-definition.patch
	patches.suse/drm-amdgpu-vcn-Fix-the-register-setting-for-vcn1.patch
	patches.suse/drm-amdkfd-Fix-Incorrect-VMIDs-passed-to-HWS.patch
	patches.suse/drm-amdgpu-vcn-improve-vcn-dpg-stop-procedure.patch
	patches.suse/drm-amdkfd-Check-for-potential-null-return-of-kmallo.patch
	patches.suse/drm-imx-imx-ldb-Check-for-null-pointer-after-calling.patch
	patches.suse/drm-imx-Fix-memory-leak-in-imx_pd_connector_get_mode.patch
	patches.suse/drm-imx-dw_hdmi-imx-Fix-bailout-in-error-cases-of-pr.patch
	patches.suse/gpu-ipu-v3-Fix-dev_dbg-frequency-output.patch
	patches.suse/drm-amd-display-Enable-power-gating-before-init_pipe.patch
	patches.suse/drm-amd-display-Revert-FEC-check-in-validation.patch
	patches.suse/drm-amd-display-Fix-allocate_mst_payload-assert-on-r.patch
	patches.suse/amd-display-set-backlight-only-if-required.patch
	patches.suse/drm-amdkfd-Create-file-descriptor-after-client-is-ad.patch
	patches.suse/drm-amdgpu-don-t-use-BACO-for-reset-in-S3.patch
	patches.suse/drm-amdgpu-display-change-pipe-policy-for-DCN-2.1.patch
	patches.suse/drm-amdgpu-smu10-fix-SoC-fclk-units-in-auto-mode.patch
	patches.suse/drm-nouveau-pmu-Add-missing-callbacks-for-Tegra-devi.patch
	patches.suse/iommu-omap-Fix-regression-in-probe-for-NULL-pointer-dereference
	patches.suse/Revert-mmc-sdhci-xenon-fix-annoying-1.8V-regulator-w.patch
	patches.suse/mmc-mmci-stm32-correctly-check-all-elements-of-sg-li.patch
	patches.suse/mmc-block-Check-for-errors-after-write-on-SPI.patch
	patches.suse/mmc-core-Fixup-support-for-writeback-cache-for-eMMC-.patch
	patches.suse/mmc-renesas_sdhi-don-t-overwrite-TAP-settings-when-H.patch
	patches.suse/regulator-wm8994-Add-an-off-on-delay-for-WM8994-vari.patch
	patches.suse/regulator-atc260x-Fix-missing-active_discharge_on-se.patch
	patches.suse/spi-core-add-dma_map_dev-for-__spi_unmap_msg.patch
	patches.suse/spi-cadence-quadspi-fix-protocol-setup-for-non-1-1-X.patch
	patches.suse/spi-bcm-qspi-fix-MSPI-only-access-with-bcm_qspi_exec.patch
	patches.suse/arch-arm64-Fix-topology-initialization-for-core-sche.patch
	patches.suse/arm64-alternatives-mark-patch_alternative-as-noinstr.patch
	patches.suse/arm64-patch_text-Fixup-last-cpu-should-be-master.patch
	patches.suse/arm64-Add-part-number-for-Arm-Cortex-A78AE.patch
	patches.suse/Revert-NFSv4-Handle-the-special-Linux-file-open-acce.patch
	patches.suse/NFSv4-fix-open-failure-with-O_ACCMODE-flag.patch
	patches.suse/0001-SUNRPC-Ensure-we-flush-any-closed-sockets-before-xs_.patch
	patches.suse/SUNRPC-Handle-ENOMEM-in-call_transmit_status.patch
	patches.suse/SUNRPC-Handle-low-memory-situations-in-call_status.patch
	patches.suse/SUNRPC-svc_tcp_sendmsg-should-handle-errors-from-xdr.patch
	patches.suse/lz4-fix-LZ4_decompress_safe_partial-read-out-of-boun.patch
	patches.suse/RDMA-mlx5-Don-t-remove-cache-MRs-when-a-delay-is-nee.patch
	patches.suse/RDMA-mlx5-Add-a-missing-update-of-cache-last_add.patch
	patches.suse/IB-cm-Cancel-mad-on-the-DREQ-event-when-the-state-is.patch
	patches.suse/IB-rdmavt-add-lock-to-call-to-rvt_error_qp-to-preven.patch
	patches.suse/RDMA-hfi1-Fix-use-after-free-bug-for-mm-struct.patch
	patches.suse/io_uring-fix-race-between-timeout-flush-and-removal.patch
	patches.suse/drbd-Fix-five-use-after-free-bugs-in-get_initial_state
	patches.suse/drbd-fix-an-invalid-memory-access-caused-by-incorrect-use-of-list-iterator
	patches.suse/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-ibmvscsis-Increase-INITIAL_SRP_LIMIT-to-1024.patch
	patches.suse/scsi-core-Fix-sbitmap-depth-in-scsi_realloc_sdev_budget_map.patch
	patches.suse/scsi-virtio-scsi-Eliminate-anonymous-module_init-module_exit
	patches.suse/scsi-zorro7xx-Fix-a-resource-leak-in-zorro7xx_remove_one
	patches.suse/scsi-ufs-ufs-pci-Add-support-for-Intel-MTL.patch
	patches.suse/scsi-mpt3sas-Fail-reset-operation-if-config-request-timed-out.patch
	patches.suse/scsi-mvsas-Add-PCI-ID-of-RocketRaid-2640.patch
	patches.suse/scsi-megaraid_sas-Target-with-invalid-LUN-ID-is-deleted-during-scan.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-uncore-Add-Raptor-Lake-uncore-support.patch
	patches.suse/perf-core-Inherit-event_caps.patch
	patches.suse/perf-x86-intel-Don-t-extend-the-pseudo-encoding-to-GP-counters.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/x86-bug-Prevent-shadowing-in-__WARN_FLAGS.patch
	patches.suse/x86-msi-Fix-msi-message-data-shadow-struct.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-think-lmi-certificate-support-clean-ups.patch
	patches.suse/platform-x86-samsung-laptop-Fix-an-unsigned-comparis.patch
	patches.suse/stat-fix-inconsistency-between-struct-stat-and-struc.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/KVM-Don-t-create-VM-debugfs-files-outside-of-the-VM-directory.patch
	patches.suse/SUNRPC-Return-true-false-not-1-0-from-bool-functions.patch
	patches.suse/nfsd-Fix-a-write-performance-regression.patch
	patches.suse/SUNRPC-Fix-NFSD-s-request-deferral-on-RDMA-transport.patch
	patches.suse/SUNRPC-Fix-the-svc_deferred_event-trace-class.patch
	patches.suse/uapi-linux-stddef.h-Add-include-guards.patch
	patches.suse/ALSA-hda-i915-skip-acomp-init-if-no-matching-display.patch
	patches.suse/ALSA-usb-audio-Fix-undefined-behavior-due-to-shift-o.patch
	patches.suse/ALSA-hda-realtek-Add-quirk-for-Clevo-PD50PNT.patch
	patches.suse/sound-oss-dmasound-fix-build-when-drivers-are-mixed-.patch
	patches.suse/ALSA-hda-intel-dsp-config-update-AlderLake-PCI-IDs.patch
	patches.suse/ALSA-usb-audio-Cap-upper-limits-of-buffer-period-byt.patch
	patches.suse/ALSA-usb-audio-Increase-max-buffer-size.patch
	patches.suse/ALSA-pcm-Test-for-silence-field-in-struct-pcm_format.patch
	patches.suse/ALSA-hda-realtek-add-quirk-for-Lenovo-Thinkpad-X12-s.patch
	patches.suse/ALSA-core-Add-snd_card_free_on_error-helper.patch
	patches.suse/ALSA-usb-audio-Limit-max-buffer-and-period-sizes-per.patch
	patches.suse/veth-Ensure-eth-header-is-in-skb-s-linear-part.patch
	patches.suse/net-mdio-don-t-defer-probe-forever-if-PHY-IRQ-provid.patch
	patches.suse/mlxsw-i2c-Fix-initialization-error-flow.patch
	patches.suse/net-dsa-felix-suppress-EPROBE_DEFER-errors.patch
	patches.suse/net-atlantic-Avoid-out-of-bounds-indexing.patch
	patches.suse/net-ethernet-stmmac-fix-altr_tse_pcs-function-when-u.patch
	patches.suse/net-smc-use-memcpy-instead-of-snprintf-to-avoid-out-of-bounds-read
	patches.suse/net-smc-Fix-NULL-pointer-dereference-in-smc_pnet_find_ib
	patches.suse/ice-arfs-fix-use-after-free-when-freeing-rx_cpu_rmap.patch
	patches.suse/Revert-iavf-Fix-deadlock-occurrence-during-resetting.patch
	patches.suse/macvlan-Fix-leaking-skb-in-source-mode-with-nodst-op.patch
	patches.suse/net-ftgmac100-access-hardware-register-after-clock-r.patch
	patches.suse/ath9k-Properly-clear-TX-status-area-before-reporting.patch
	patches.suse/mt76-Fix-undefined-behavior-due-to-shift-overflowing.patch
	patches.suse/brcmfmac-sdio-Fix-undefined-behavior-due-to-shift-ov.patch
	patches.suse/ath9k-Fix-usage-of-driver-private-space-in-tx_info.patch
	patches.suse/nl80211-correctly-check-NL80211_ATTR_REG_ALPHA2-size.patch
	patches.suse/cfg80211-hold-bss_lock-while-updating-nontrans_list.patch
	patches.suse/nfc-nci-add-flush_workqueue-to-prevent-uaf.patch
	patches.suse/net-dsa-felix-fix-tagging-protocol-changes-with-mult.patch
	patches.suse/net-bcmgenet-Revert-Use-stronger-register-read-write.patch
	patches.suse/VFS-filename_create-fix-incorrect-intent.patch
	patches.suse/cifs-Check-the-IOCB_DIRECT-flag-not-O_DIRECT.patch
	patches.suse/cifs-release-cached-dentries-only-if-mount-is-complete.patch
	patches.suse/cifs-Split-the-smb3_add_credits-tracepoint.patch
	patches.suse/cifs-potential-buffer-overflow-in-handling-symlinks.patch
	patches.suse/cifs-verify-that-tcon-is-valid-before-dereference-in-cifs_kill_sb.patch
	patches.suse/drm-msm-Add-missing-put_task_struct-in-debugfs-path.patch
	patches.suse/drm-msm-disp-check-the-return-value-of-kzalloc.patch
	patches.suse/drm-msm-Fix-range-size-vs-end-confusion.patch
	patches.suse/drm-msm-mdp5-check-the-return-of-kzalloc.patch
	patches.suse/drm-msm-dsi-Use-connector-directly-in-msm_dsi_manage.patch
	patches.suse/drm-msm-dp-add-fail-safe-mode-outside-of-event_mutex.patch
	patches.suse/drm-amd-display-don-t-ignore-alpha-property-on-pre-m.patch
	patches.suse/drm-amdgpu-Ensure-HDA-function-is-suspended-before-A.patch
	patches.suse/drm-amdgpu-Enable-gfxoff-quirk-on-MacBook-Pro.patch
	patches.suse/testing-selftests-mqueue-Fix-mq_perf_tests-to-free-t.patch
	patches.suse/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/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/x86-tsx-Disable-TSX-development-mode-at-boot.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/x86-__memcpy_flushcache-fix-wrong-alignment-if-size-.patch
	patches.suse/net-smc-Fix-sock-leak-when-release-after-smc_shutdown
	patches.suse/ice-allow-creating-VFs-for-CONFIG_NET_SWITCHDEV.patch
	patches.suse/ice-fix-crash-in-switchdev-mode.patch
	patches.suse/openvswitch-fix-OOB-access-in-reserve_sfa_size.patch
	patches.suse/igc-Fix-infinite-loop-in-release_swfw_sync.patch
	patches.suse/igc-Fix-BUG-scheduling-while-atomic.patch
	patches.suse/igc-Fix-suspending-when-PTM-is-active.patch
	patches.suse/e1000e-Fix-possible-overflow-in-LTR-decoding.patch
	patches.suse/net-sched-cls_u32-fix-netns-refcount-changes-in-u32_.patch
	patches.suse/l3mdev-l3mdev_master_upper_ifindex_by_index_rcu-shou.patch
	patches.suse/can-isotp-stop-timeout-monitoring-when-no-first-fram.patch
	patches.suse/net-mscc-ocelot-fix-broken-IP-multicast-flooding.patch
	patches.suse/doc-ip-sysctl-add-bc_forwarding.patch
	patches.suse/net-stmmac-Use-readl_poll_timeout_atomic-in-atomic-s.patch
	patches.suse/selftests-mlxsw-vxlan_flooding-Prevent-flooding-of-u.patch
	patches.suse/dmaengine-idxd-fix-device-cleanup-on-disable.patch
	patches.suse/dma-at_xdmac-fix-a-missing-check-on-list-iterator.patch
	patches.suse/dmaengine-imx-sdma-Fix-error-checking-in-sdma_event_.patch
	patches.suse/dmaengine-mediatek-Fix-PM-usage-reference-leak-of-mt.patch
	patches.suse/dmaengine-dw-edma-Fix-unaligned-64bit-access.patch
	patches.suse/dmaengine-idxd-match-type-for-retries-var-in-idxd_en.patch
	patches.suse/dmaengine-idxd-fix-retry-value-to-be-constant-for-du.patch
	patches.suse/dmaengine-idxd-add-RO-check-for-wq-max_batch_size-wr.patch
	patches.suse/dmaengine-idxd-add-RO-check-for-wq-max_transfer_size.patch
	patches.suse/dmaengine-idxd-skip-clearing-device-context-when-dev.patch
	patches.suse/drm-i915-display-psr-Unset-enable_psr2_sel_fetch-if-.patch
	patches.suse/sound-oss-dmasound-fix-dmasound_setup-defined-but-no.patch
	patches.suse/ALSA-hda-hdmi-fix-warning-about-PCM-count-when-used-.patch
	patches.suse/ALSA-hda-i915-Fix-one-too-many-pci_dev_put.patch
	patches.suse/ALSA-usb-audio-add-mapping-for-MSI-MAG-X570S-Torpedo.patch
	patches.suse/ASoC-atmel-Remove-system-clock-tree-configuration-fo.patch
	patches.suse/ASoC-topology-Correct-error-handling-in-soc_tplg_dap.patch
	patches.suse/ASoC-soc-dapm-fix-two-incorrect-uses-of-list-iterato.patch
	patches.suse/ASoC-rt5682-fix-an-incorrect-NULL-check-on-list-iter.patch
	patches.suse/ASoC-cs35l41-Add-one-more-variable-in-the-debug-log.patch
	patches.suse/ASoC-cs35l41-Fix-a-shift-out-of-bounds-warning-found.patch
	patches.suse/ASoC-rk817-Use-devm_clk_get-in-rk817_platform_probe.patch
	patches.suse/ASoC-msm8916-wcd-digital-Check-failure-for-devm_snd_.patch
	patches.suse/ASoC-codecs-wcd934x-do-not-switch-off-SIDO-Buck-when.patch
	patches.suse/ASoC-Intel-soc-acpi-correct-device-endpoints-for-max.patch
	patches.suse/firmware-cs_dsp-Fix-overrun-of-unterminated-control-.patch
	patches.suse/ALSA-usb-audio-Clear-MIDI-port-active-flag-after-dra.patch
	patches.suse/ALSA-hda-realtek-Enable-mute-micmute-LEDs-and-limit-.patch
	patches.suse/ALSA-hda-intel-dsp-config-Add-RaptorLake-PCI-IDs.patch
	patches.suse/ALSA-hda-realtek-Add-quirk-for-Clevo-NP70PNP.patch
	patches.suse/cifs-Use-kzalloc-instead-of-kmalloc-memset.patch
	patches.suse/cifs-fix-NULL-ptr-dereference-in-refresh_mounts-.patch
	patches.suse/cifs-use-correct-lock-type-in-cifs_reconnect-.patch
	patches.suse/cifs-destage-any-unwritten-data-to-the-server-before-calling-copych.patch
	patches.suse/arm_pmu-Validate-single-group-leader-events.patch
	patches.suse/arm64-mm-fix-p-d_leaf.patch
	patches.suse/KVM-nVMX-Defer-APICv-updates-while-L2-is-active-unti.patch
	patches.suse/KVM-x86-Pend-KVM_REQ_APICV_UPDATE-during-vCPU-creati.patch
	patches.suse/x86-kvm-Preserve-BSP-MSR_KVM_POLL_CONTROL-across-sus.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-bug_on-in-start_this_handle-during-umount-f.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/jbd2-fix-a-potential-race-while-discarding-reserved-.patch
	patches.suse/Input-omap4-keypad-fix-pm_runtime_get_sync-error-che.patch
	patches.suse/drm-panel-raspberrypi-touchscreen-Avoid-NULL-deref-i.patch
	patches.suse/drm-panel-raspberrypi-touchscreen-Initialise-the-bri.patch
	patches.suse/drm-vc4-Use-pm_runtime_resume_and_get-to-fix-pm_runt.patch
	patches.suse/scsi-sr-Do-not-leak-information-in-ioctl
	patches.suse/edac-synopsys-read-the-error-count-from-the-correct-register.patch
	patches.suse/perf-core-Fix-perf_mmap-fail-when-CONFIG_PERF_USE_VMALLOC-enabled.patch
	patches.suse/KVM-PPC-Fix-TCE-handling-for-VFIO.patch
	patches.suse/powerpc-perf-Fix-power9-event-alternatives.patch
	patches.suse/powerpc-perf-Fix-power10-event-alternatives.patch
	patches.suse/sched-pelt-Fix-attach_entity_load_avg-corner-case.patch
	patches.suse/0002-video-fbdev-udlfb-properly-check-endpoint-type.patch
	patches.suse/video-fbdev-i740fb-Error-out-if-pixclock-equals-zero.patch
	patches.suse/pinctrl-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/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-fix-use-after-free-when-deinitializing-mailbox-s.patch
	patches.suse/bnx2x-fix-napi-API-usage-sequence.patch
	patches.suse/net-fec-add-missing-of_node_put-in-fec_enet_init_sto.patch
	patches.suse/ixgbe-ensure-IPsec-VF-PF-compatibility.patch
	patches.suse/Revert-ibmvnic-Add-ethtool-private-flag-for-driver-d.patch
	patches.suse/netfilter-nf_conntrack_tcp-re-init-for-syn-packets-o.patch
	patches.suse/0017-drm-sun4i-Remove-obsolete-references-to-PHYS_OFFSET.patch
	patches.suse/0018-drm-i915-Check-EDID-for-HDR-static-metadata-when-cho.patch
	patches.suse/0019-drm-i915-Fix-SEL_FETCH_PLANE_-PIPE_B-register-addres.patch
	patches.suse/0020-drm-amdkfd-Fix-GWS-queue-count.patch
	patches.suse/0021-drm-amd-display-Fix-memory-leak-in-dcn21_clock_sourc.patch
	patches.suse/0009-iocost-don-t-reset-the-inuse-weight-of-under-weighte.patch
	patches.suse/bfq-Fix-warning-in-bfqq_request_over_limit.patch
	patches.suse/clk-sunxi-sun9i-mmc-check-return-value-after-calling.patch
	patches.suse/arm64-dts-imx8mm-venice-fix-spi2-pin-configuration.patch
	patches.suse/arm64-dts-imx8qm-Correct-SCU-clock-controller-s-compatible-property.patch
	patches.suse/ARM-dts-imx6qdl-apalis-Fix-sgtl5000-detection-issue.patch
	patches.suse/arm64-dts-imx8mn-Fix-SAI-nodes.patch
	patches.suse/ARM-dts-imx8mm-venice-gw-71xx-72xx-73xx-fix-OTG-controller-OC-mode.patch
	patches.suse/arm64-dts-meson-remove-CPU-opps-below-1GHz-for-G12B-.patch
	patches.suse/arm64-dts-meson-remove-CPU-opps-below-1GHz-for-SM1-b.patch
	patches.suse/arm64-dts-meson-sm1-bananapi-m5-fix-wrong-GPIO-pin-l.patch
	patches.suse/ARM-dts-at91-Map-MCLK-for-wm8731-on-at91sam9g20ek.patch
	patches.suse/ARM-dts-at91-sama5d4_xplained-fix-pinctrl-phandle-na.patch
	patches.suse/ARM-dts-at91-fix-pinctrl-phandles.patch
	patches.suse/memory-renesas-rpc-if-Fix-HF-OSPI-data-transfer-in-M.patch
	patches.suse/ARM-OMAP2-Fix-refcount-leak-in-omap_gic_of_init.patch
	patches.suse/bus-ti-sysc-Make-omap3-gpt12-quirk-handling-SoC-spec.patch
	patches.suse/ARM-dts-dra7-Fix-suspend-warning-for-vpe-powerdomain.patch
	patches.suse/ARM-dts-Fix-mmc-order-for-omap3-gta04.patch
	patches.suse/ARM-dts-am3517-evm-Fix-misc-pinmuxing.patch
	patches.suse/ARM-dts-logicpd-som-lv-Fix-wrong-pinmuxing-on-OMAP35.patch
	patches.suse/bus-sunxi-rsb-Fix-the-return-value-of-sunxi_rsb_devi.patch
	patches.suse/ARM-dts-imx6ull-colibri-fix-vqmmc-regulator.patch
	patches.suse/arm64-dts-imx8mn-ddr4-evk-Describe-the-32.768-kHz-PMIC-clock.patch
	patches.suse/USB-Fix-xhci-event-ring-dequeue-pointer-ERDP-update-.patch
	patches.suse/xhci-stop-polling-roothubs-after-shutdown.patch
	patches.suse/xhci-increase-usb-U3-U0-link-resume-timeout-from-100.patch
	patches.suse/usb-cdns3-Fix-issue-for-clear-halt-endpoint.patch
	patches.suse/USB-quirks-add-a-Realtek-card-reader.patch
	patches.suse/USB-quirks-add-STRING-quirk-for-VCOM-device.patch
	patches.suse/usb-gadget-uvc-Fix-crash-when-encoding-data-for-usb-.patch
	patches.suse/usb-xhci-tegra-Fix-PM-usage-reference-leak-of-tegra_.patch
	patches.suse/usb-typec-ucsi-Fix-reuse-of-completion-structure.patch
	patches.suse/usb-typec-ucsi-Fix-role-swapping.patch
	patches.suse/USB-Fix-ehci-infinite-suspend-resume-loop-issue-in-z.patch
	patches.suse/usb-misc-fix-improper-handling-of-refcount-in-uss720.patch
	patches.suse/xhci-Enable-runtime-PM-on-second-Alderlake-controlle.patch
	patches.suse/usb-mtu3-fix-USB-3.0-dual-role-switch-from-device-to.patch
	patches.suse/usb-dwc3-core-Fix-tx-rx-threshold-settings.patch
	patches.suse/usb-dwc3-Try-usb-role-switch-first-in-dwc3_drd_init.patch
	patches.suse/usb-core-Don-t-hold-the-device-lock-while-sleeping-i.patch
	patches.suse/usb-gadget-configfs-clear-deactivation-flag-in-confi.patch
	patches.suse/usb-dwc3-core-Only-handle-soft-reset-in-DCTL.patch
	patches.suse/USB-serial-option-add-Telit-0x1057-0x1058-0x1075-com.patch
	patches.suse/USB-serial-option-add-support-for-Cinterion-MV32-WA-.patch
	patches.suse/USB-serial-cp210x-add-PIDs-for-Kamstrup-USB-Meter-Re.patch
	patches.suse/USB-serial-whiteheat-fix-heap-overflow-in-WHITEHEAT_.patch
	patches.suse/usb-dwc3-pci-add-support-for-the-Intel-Meteor-Lake-P.patch
	patches.suse/usb-dwc3-gadget-Return-proper-request-status.patch
	patches.suse/usb-phy-generic-Get-the-vbus-supply.patch
	patches.suse/tty-n_gsm-fix-missing-mux-reset-on-config-change-at-.patch
	patches.suse/tty-n_gsm-fix-restart-handling-via-CLD-command.patch
	patches.suse/tty-n_gsm-fix-decoupled-mux-resource.patch
	patches.suse/tty-n_gsm-fix-mux-cleanup-after-unregister-tty-devic.patch
	patches.suse/tty-n_gsm-fix-wrong-signal-octet-encoding-in-converg.patch
	patches.suse/tty-n_gsm-fix-frame-reception-handling.patch
	patches.suse/tty-n_gsm-fix-malformed-counter-for-out-of-frame-dat.patch
	patches.suse/tty-n_gsm-fix-insufficient-txframe-size.patch
	patches.suse/tty-n_gsm-fix-wrong-DLCI-release-order.patch
	patches.suse/tty-n_gsm-fix-missing-explicit-ldisc-flush.patch
	patches.suse/tty-n_gsm-fix-wrong-command-retry-handling.patch
	patches.suse/tty-n_gsm-fix-wrong-command-frame-length-field-encod.patch
	patches.suse/tty-n_gsm-fix-wrong-signal-octets-encoding-in-MSC.patch
	patches.suse/tty-n_gsm-fix-missing-tty-wakeup-in-convergence-laye.patch
	patches.suse/tty-n_gsm-fix-reset-fifo-race-condition.patch
	patches.suse/tty-n_gsm-fix-incorrect-UA-handling.patch
	patches.suse/serial-imx-fix-overrun-interrupts-in-DMA-mode.patch
	patches.suse/tty-n_gsm-fix-missing-update-of-modem-controls-after.patch
	patches.suse/Revert-serial-sc16is7xx-Clear-RS485-bits-in-the-shut.patch
	patches.suse/tty-n_gsm-fix-broken-virtual-tty-handling.patch
	patches.suse/tty-n_gsm-fix-invalid-use-of-MSC-in-advanced-option.patch
	patches.suse/tty-n_gsm-fix-software-flow-control-handling.patch
	patches.suse/serial-8250-Also-set-sticky-MCR-bits-in-console-rest.patch
	patches.suse/serial-8250-Correct-the-clock-for-EndRun-PTP-1588-PC.patch
	patches.suse/tty-n_gsm-fix-sometimes-uninitialized-warning-in-gsm.patch
	patches.suse/phy-samsung-Fix-missing-of_node_put-in-exynos_sata_p.patch
	patches.suse/phy-samsung-exynos5250-sata-fix-missing-device-put-i.patch
	patches.suse/phy-ti-omap-usb2-Fix-error-handling-in-omap_usb2_ena.patch
	patches.suse/phy-mapphone-mdm6600-Fix-PM-error-handling-in-phy_md.patch
	patches.suse/phy-ti-Add-missing-pm_runtime_disable-in-serdes_am65.patch
	patches.suse/phy-amlogic-fix-error-path-in-phy_g12a_usb3_pcie_pro.patch
	patches.suse/iio-imu-bmi160-disable-regulator-in-error-path.patch
	patches.suse/iio-dac-ad5592r-Fix-the-missing-return-value.patch
	patches.suse/iio-magnetometer-ak8975-Fix-the-error-handling-in-ak.patch
	patches.suse/iio-dac-ad5446-Fix-read_raw-not-returning-set-value.patch
	patches.suse/iio-imu-inv_icm42600-Fix-I2C-init-possible-nack.patch
	patches.suse/objtool-fix-sibling-call-detection-in-alternatives.patch
	patches.suse/objtool-Fix-type-of-reloc-addend.patch
	patches.suse/objtool-Fix-code-relocs-vs-weak-symbols.patch
	patches.suse/x86-cpu-Add-new-Alderlake-and-Raptorlake-CPU-model-numbers.patch
	patches.suse/x86-cpu-load-microcode-during-restore_processor_state.patch
	patches.suse/x86-pci-xen-Disable-PCI-MSI-X-masking-for-XEN_HVM-gu.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/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-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-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-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-Fix-trust-state-reset-in-reload.patch
	patches.suse/net-mlx5-Fix-deadlock-in-sync-reset-flow.patch
	patches.suse/net-mlx5-Avoid-double-clear-or-set-of-sync-reset-req.patch
	patches.suse/net-mlx5-Fix-matching-on-inner-TTC.patch
	patches.suse/secure_seq-use-the-64-bits-of-the-siphash-for-port-o.patch
	patches.suse/tcp-use-different-parts-of-the-port_offset-for-index.patch
	patches.suse/tcp-resalt-the-secret-every-10-seconds.patch
	patches.suse/tcp-add-small-random-increments-to-the-source-port.patch
	patches.suse/tcp-dynamically-allocate-the-perturb-table-used-by-s.patch
	patches.suse/tcp-increase-source-port-perturb-table-to-2-16.patch
	patches.suse/tcp-drop-the-hash_32-part-from-the-index-calculation.patch
	patches.suse/selftests-ocelot-tc_flower_chains-specify-conform-ex.patch
	patches.suse/NFC-netlink-fix-sleep-in-atomic-bug-when-firmware-do.patch
	patches.suse/KVM-s390-vsie-gmap-reduce-gmap_rmap-overhead
	patches.suse/drm-amdgpu-do-not-use-passthrough-mode-in-Xen-dom0.patch
	patches.suse/drm-amd-display-Avoid-reading-audio-pattern-past-AUD.patch
	patches.suse/drm-msm-dp-remove-fail-safe-mode-related-code.patch
	patches.suse/mmc-core-Set-HS-clock-speed-before-sending-HS-CMD13.patch
	patches.suse/mmc-sunxi-mmc-Fix-DMA-descriptors-allocated-above-32.patch
	patches.suse/mmc-sdhci-msm-Reset-GCC_SDCC_BCR-register-for-SDHC.patch
	patches.suse/RDMA-irdma-Fix-deadlock-in-irdma_cleanup_cm_core.patch
	patches.suse/RDMA-irdma-Flush-iWARP-QP-if-modified-to-ERR-from-RT.patch
	patches.suse/RDMA-irdma-Reduce-iWARP-QP-destroy-time.patch
	patches.suse/RDMA-irdma-Fix-possible-crash-due-to-NULL-netdev-in-.patch
	patches.suse/RDMA-siw-Fix-a-condition-race-issue-in-MPA-request-p.patch
	patches.suse/KVM-x86-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/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/x86-fpu-Prevent-FPU-state-corruption.patch
	patches.suse/powerpc-vdso-Fix-incorrect-CFI-in-gettimeofday.S.patch
	patches.suse/platform-x86-thinkpad_acpi-Convert-btusb-DMI-list-to.patch
	patches.suse/platform-x86-thinkpad_acpi-Add-a-s2idle-resume-quirk.patch
	patches.suse/platform-x86-thinkpad_acpi-Correct-dual-fan-probe.patch
	patches.suse/platform-surface-aggregator-Fix-initialization-order.patch
	patches.suse/virtio-fix-virtio-transitional-ids.patch
	patches.suse/writeback-Avoid-skipping-inode-writeback.patch
	patches.suse/cgroup-cpuset-Remove-cpus_allowed-mems_allowed-setup-in-cpuset_init_smp.patch
	patches.suse/net-phy-micrel-Do-not-use-kszphy_suspend-resume-for-.patch
	patches.suse/net-phy-micrel-Pass-.probe-for-KS8737.patch
	patches.suse/selftests-add-ping-test-with-ping_group_range-tuned.patch
	patches.suse/net-mscc-ocelot-fix-last-VCAP-IS1-IS2-filter-persist.patch
	patches.suse/net-mscc-ocelot-fix-VCAP-IS2-filters-matching-on-bot.patch
	patches.suse/net-mscc-ocelot-restrict-tc-trap-actions-to-VCAP-IS2.patch
	patches.suse/net-mscc-ocelot-avoid-corrupting-hardware-counters-w.patch
	patches.suse/net-chelsio-cxgb4-Avoid-potential-negative-array-off.patch
	patches.suse/net-sfc-fix-memory-leak-due-to-ptp-channel.patch
	patches.suse/ionic-fix-missing-pci_release_regions-on-error-in-io.patch
	patches.suse/dim-initialize-all-struct-fields.patch
	patches.suse/net-phy-Fix-race-condition-on-link-status-change.patch
	patches.suse/ice-Fix-race-during-aux-device-un-plugging.patch
	patches.suse/ice-clear-stale-Tx-queue-settings-before-configuring.patch
	patches.suse/ice-fix-PTP-stale-Tx-timestamps-cleanup.patch
	patches.suse/batman-adv-Don-t-skb_split-skbuffs-with-frag_list.patch
	patches.suse/s390-ctcm-fix-variable-dereferenced-before-check
	patches.suse/s390-ctcm-fix-potential-memory-leak
	patches.suse/s390-lcs-fix-variable-dereferenced-before-check
	patches.suse/i40e-i40e_main-fix-a-missing-check-on-list-iterator.patch
	patches.suse/iwlwifi-iwl-dbg-Use-del_timer_sync-before-freeing.patch
	patches.suse/mac80211-fix-rx-reordering-with-non-explicit-psmp-ac.patch
	patches.suse/nl80211-validate-S1G-channel-width.patch
	patches.suse/mac80211-Reset-MBSSID-parameters-upon-connection.patch
	patches.suse/mac80211_hwsim-call-ieee80211_tx_prepare_skb-under-R.patch
	patches.suse/nl80211-fix-locking-in-nl80211_set_tx_bitrate_mask.patch
	patches.suse/rfkill-uapi-fix-RFKILL_IOCTL_MAX_SIZE-ioctl-request-.patch
	patches.suse/Bluetooth-Fix-the-creation-of-hdev-name.patch
	patches.suse/net-ethernet-mediatek-ppe-fix-wrong-size-passed-to-m.patch
	patches.suse/net-dsa-bcm_sf2-Fix-Wake-on-LAN-with-mac_link_down.patch
	patches.suse/net-smc-non-blocking-recvmsg-return-EAGAIN-when-no-data-and-signal_pending
	patches.suse/net-sfc-ef10-fix-memory-leak-in-efx_ef10_mtd_probe.patch
	patches.suse/0002-drm-i915-Fix-race-in-__i915_vma_remove_closed.patch
	patches.suse/0003-drm-amdgpu-vi-disable-ASPM-on-Intel-Alder-Lake-based.patch
	patches.suse/Revert-drm-amd-pm-keep-the-BACO-feature-enabled-for-.patch
	patches.suse/hwmon-tmp401-Add-OF-device-ID-table.patch
	patches.suse/hwmon-ltq-cputemp-restrict-it-to-SOC_XWAY.patch
	patches.suse/arm64-vdso-fix-makefile-dependency-on-vdso.so.patch
	patches.suse/arm64-Enable-repeat-tlbi-workaround-on-KRYO4XX-gold-.patch
	patches.suse/procfs-prevent-unprivileged-processes-accessing-fdin.patch
	patches.suse/arm-64-memremap-don-t-abuse-pfn_valid-to-ensure-pres.patch
	patches.suse/selftests-vm-Makefile-rename-TARGETS-to-VMTARGETS.patch
	patches.suse/Revert-SUNRPC-Ensure-gss-proxy-connects-on-setup.patch
	patches.suse/SUNRPC-Ensure-that-the-gssproxy-client-can-start-in-.patch
	patches.suse/nfs-fix-broken-handling-of-the-softreval-mount-optio.patch
	patches.suse/ceph-fix-setting-of-xattrs-on-async-created-inodes.patch
	patches.suse/scsi-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/drm-nouveau-tegra-Stop-using-iommu_present.patch
	patches.suse/drm-nouveau-Fix-a-potential-theorical-leak-in-nouvea.patch
	patches.suse/drm-vc4-hdmi-Fix-build-error-for-implicit-function-d.patch
	patches.suse/usb-cdc-wdm-fix-reading-stuck-on-device-close.patch
	patches.suse/usb-typec-tcpci-Don-t-skip-cleanup-in-.remove-on-err.patch
	patches.suse/usb-gadget-uvc-allow-for-application-to-cleanly-shut.patch
	patches.suse/usb-typec-tcpci_mt6360-Update-for-BMC-PHY-setting.patch
	patches.suse/usb-gadget-fix-race-when-gadget-driver-register-via-.patch
	patches.suse/USB-serial-pl2303-add-device-id-for-HP-LM930-Display.patch
	patches.suse/USB-serial-option-add-Fibocom-L610-modem.patch
	patches.suse/USB-serial-option-add-Fibocom-MA510-modem.patch
	patches.suse/USB-serial-qcserial-add-support-for-Sierra-Wireless-.patch
	patches.suse/tty-serial-digicolor-fix-possible-null-ptr-deref-in-.patch
	patches.suse/serial-8250_mtk-Fix-UART_EFR-register-address.patch
	patches.suse/serial-8250_mtk-Fix-register-address-for-XON-XOFF-ch.patch
	patches.suse/tty-n_gsm-fix-buffer-over-read-in-gsm_dlci_data.patch
	patches.suse/tty-n_gsm-fix-mux-activation-issues-in-gsm_config.patch
	patches.suse/tty-n_gsm-fix-invalid-gsmtty_write_room-result.patch
	patches.suse/fsl_lpuart-Don-t-enable-interrupts-too-early.patch
	patches.suse/slimbus-qcom-Fix-IRQ-check-in-qcom_slim_probe.patch
	patches.suse/firmware_loader-use-kernel-credentials-when-reading-.patch
	patches.suse/thermal-int340x-Mode-setting-with-new-OS-handshake.patch
	patches.suse/PCI-PM-Avoid-putting-Elo-i2-PCIe-Ports-in-D3cold.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/Fix-double-fget-in-vhost_net_set_backend.patch
	patches.suse/ARM-dts-aspeed-g6-remove-FWQSPID-group-in-pinctrl-dt.patch
	patches.suse/pinctrl-pinctrl-aspeed-g6-remove-FWQSPID-group-in-pi.patch
	patches.suse/dt-bindings-pinctrl-aspeed-g6-remove-FWQSPID-group.patch
	patches.suse/ARM-dts-aspeed-g6-fix-SPI1-SPI2-quad-pin-group.patch
	patches.suse/ARM-dts-aspeed-Add-video-engine-to-g6.patch
	patches.suse/selinux-fix-bad-cleanup-on-error-in-hashtab_duplicat.patch
	patches.suse/net-ipa-record-proper-RX-transaction-count.patch
	patches.suse/net-ipa-get-rid-of-a-duplicate-initialization.patch
	patches.suse/net-macb-Increment-rx-bd-head-after-allocating-skb-a.patch
	patches.suse/Revert-can-m_can-pci-use-custom-bit-timings-for-Elkh.patch
	patches.suse/net-systemport-Fix-an-error-handling-path-in-bcm_sys.patch
	patches.suse/net-vmxnet3-fix-possible-use-after-free-bugs-in-vmxn.patch
	patches.suse/net-vmxnet3-fix-possible-NULL-pointer-dereference-in.patch
	patches.suse/net-qla3xxx-Fix-a-test-in-ql_reset_work.patch
	patches.suse/NFC-nci-fix-sleep-in-atomic-context-bugs-caused-by-n.patch
	patches.suse/net-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-mlx5-Drain-fw_reset-when-removing-device.patch
	patches.suse/ice-fix-crash-when-writing-timestamp-on-RX-rings.patch
	patches.suse/ice-fix-possible-under-reporting-of-ethtool-Tx-and-R.patch
	patches.suse/ice-Fix-interrupt-moderation-settings-getting-cleare.patch
	patches.suse/nfc-pn533-Fix-buggy-cleanup-order.patch
	patches.suse/igb-skip-phy-status-check-where-unavailable.patch
	patches.suse/pinctrl-mediatek-mt8365-fix-IES-control-pins.patch
	patches.suse/pinctrl-sunxi-fix-f1c100s-uart2-function.patch
	patches.suse/ARM-9196-1-spectre-bhb-enable-for-Cortex-A15.patch
	patches.suse/ARM-9197-1-spectre-bhb-fix-loop8-sequence-for-Thumb2.patch
	patches.suse/crypto-qcom-rng-fix-infinite-loop-on-requests-not-mu.patch
	patches.suse/arm64-paravirt-Use-RCU-read-locks-to-guard-stolen_ti.patch
	patches.suse/arm64-mte-Ensure-the-cleared-tags-are-visible-before.patch
	patches.suse/libceph-fix-potential-use-after-free-on-linger-ping-and-resends.patch
	patches.suse/gpio-gpio-vf610-do-not-touch-other-bits-when-set-the.patch
	patches.suse/gpio-mvebu-pwm-Refuse-requests-with-inverted-polarit.patch
	patches.suse/perf-Fix-sys_perf_event_open-race-against-self.patch
	patches.suse/dma-buf-fix-use-of-DMA_BUF_SET_NAME_-A-B-in-userspac.patch
	patches.suse/drm-i915-dmc-Add-MMIO-range-restrictions.patch
	patches.suse/clk-bcm2835-fix-bcm2835_clock_choose_div.patch
	patches.suse/clk-at91-generated-consider-range-when-calculating-b.patch
	patches.suse/KVM-x86-mmu-Update-number-of-zapped-pages-even-if-pa.patch
	patches.suse/KVM-x86-mmu-fix-NULL-pointer-dereference-on-guest-INVPCID
	patches.suse/Input-ili210x-fix-reset-timing.patch
	patches.suse/i2c-mt7621-fix-missing-clk_disable_unprepare-on-erro.patch
	patches.suse/i2c-ismt-Provide-a-DMA-buffer-for-Interrupt-Cause-Lo.patch
	patches.suse/drivers-i2c-thunderx-Allow-driver-to-work-with-ACPI-.patch
	patches.suse/efi-Add-missing-prototype-for-efi_capsule_setup_info.patch
	patches.suse/fs-writeback-writeback_sb_inodes-Recalculate-wrote-a.patch
	patches.suse/bfq-Avoid-false-marking-of-bic-as-stably-merged.patch
	patches.suse/bfq-Avoid-merging-queues-with-different-parents.patch
	patches.suse/bfq-Split-shared-queues-on-move-between-cgroups.patch
	patches.suse/bfq-Update-cgroup-information-before-merging-bio.patch
	patches.suse/bfq-Drop-pointless-unlock-lock-pair.patch
	patches.suse/bfq-Remove-pointless-bfq_init_rq-calls.patch
	patches.suse/bfq-Track-whether-bfq_group-is-still-online.patch
	patches.suse/bfq-Get-rid-of-__bio_blkcg-usage.patch
	patches.suse/bfq-Make-sure-bfqg-for-which-we-are-queueing-request.patch
	patches.suse/drbd-remove-assign_p_sizes_qlim
	patches.suse/drbd-use-bdev-based-limit-helpers-in-drbd_send_sizes
	patches.suse/drbd-use-bdev_alignment_offset-instead-of-queue_alignment_offset
	patches.suse/blk-cgroup-move-blkcg_-get-set-_fc_appid-out-of-line.patch
	patches.suse/0014-block-bfq-protect-bfqd-queued-by-bfqd-lock.patch
	patches.suse/bfq-Relax-waker-detection-for-shared-queues.patch
	patches.suse/bfq-Allow-current-waker-to-defend-against-a-tentativ.patch
	patches.suse/drbd-fix-duplicate-array-initializer
	patches.suse/raid5-introduce-MD_BROKEN.patch
	patches.suse/md-fix-an-incorrect-NULL-check-in-does_sb_need_chang.patch
	patches.suse/md-fix-an-incorrect-NULL-check-in-md_reload_sb.patch
	patches.suse/md-bitmap-don-t-set-sb-values-if-can-t-pass-sanity-c.patch
	patches.suse/md-raid0-Ignore-RAID0-layout-if-the-second-zone-has-.patch
	patches.suse/virtio_blk-fix-the-discard_granularity-and-discard_a.patch
	patches.suse/0015-nbd-Fix-hung-on-disconnect-request-if-socket-is-closed-before.patch
	patches.suse/nvme-fix-interpretation-of-DMRSL.patch
	patches.suse/nvme-set-dma-alignment-to-dword.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/irqchip-gic-v3-Refactor-ISB-EOIR-at-ack-time.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/virt-sevguest-Change-driver-name-to-reflect-generic-SEV-support
	patches.suse/virt-sevguest-Rename-the-sevguest-dir-and-files-to-sev-guest
	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-MCE-AMD-Fix-memory-leak-when-threshold_create_ba.patch
	patches.suse/ACPICA-Avoid-cache-flush-inside-virtual-machines.patch
	patches.suse/x86-traps-Use-pt_regs-directly-in-fixup_bad_iret.patch
	patches.suse/x86-entry-Switch-the-stack-after-error_entry-returns.patch
	patches.suse/x86-entry-Move-PUSH_AND_CLEAR_REGS-out-of-error_entr.patch
	patches.suse/x86-entry-Move-CLD-to-the-start-of-the-idtentry-macr.patch
	patches.suse/x86-entry-Don-t-call-error_entry-for-XENPV.patch
	patches.suse/x86-mm-simplify-reserve_brk.patch
	patches.suse/x86-entry-remove-skip_r11rcx.patch
	patches.suse/x86-fault-cast-an-argument-to-the-proper-address-space-in-prefetch.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-delay-fix-the-wrong-asm-constraint-in-delay_loop.patch
	patches.suse/x86-fix-return-value-of-_setup-handlers.patch
	patches.suse/x86-mm-cleanup-the-control_va_addr_alignment-_setup-handler.patch
	patches.suse/platform-x86-intel-hid-fix-_DSM-function-index-handl.patch
	patches.suse/irqchip-irq-xtensa-mx-fix-initial-IRQ-affinity.patch
	patches.suse/tty-goldfish-Introduce-gf_ioread32-gf_iowrite32.patch
	patches.suse/s390-stp-clock_delta-should-be-signed
	patches.suse/mm-Add-fault_in_subpage_writeable-to-probe-at-sub-page-granularity.patch
	patches.suse/arm64-Add-support-for-user-sub-page-fault-probing.patch
	patches.suse/btrfs-Avoid-live-lock-in-search_ioctl-on-hardware-with-sub-page-faults.patch
	patches.suse/arm64-fix-types-in-copy_highpage.patch
	patches.suse/of-Support-more-than-one-crash-kernel-regions-for-ke.patch
	patches.suse/kselftest-arm64-bti-force-static-linking.patch
	patches.suse/arm64-compat-Do-not-treat-syscall-number-as-ESR_ELx-.patch
	patches.suse/arm64-Treat-ESR_ELx-as-a-64-bit-register.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/scripts-faddr2line-Fix-overlapping-text-section-fail.patch
	patches.suse/perf-amd-ibs-Use-interrupt-regs-ip-for-stack-unwinding.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/sched-fair-Move-calculate-of-avg_load-to-a-better-location.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/sched-core-Avoid-obvious-double-update_rq_clock-warn.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/arm64-stackleak-fix-current_top_of_stack.patch
	patches.suse/binfmt_flat-do-not-stop-relocating-GOT-entries-prema.patch
	patches.suse/landlock-Add-clang-format-exceptions.patch
	patches.suse/landlock-Format-with-clang-format.patch
	patches.suse/selftests-landlock-Add-clang-format-exceptions.patch
	patches.suse/selftests-landlock-Normalize-array-assignment.patch
	patches.suse/selftests-landlock-Format-with-clang-format.patch
	patches.suse/samples-landlock-Add-clang-format-exceptions.patch
	patches.suse/samples-landlock-Format-with-clang-format.patch
	patches.suse/landlock-Fix-landlock_add_rule-2-documentation.patch
	patches.suse/selftests-landlock-Make-tests-build-with-old-libc.patch
	patches.suse/selftests-landlock-Extend-tests-for-minimal-valid-at.patch
	patches.suse/selftests-landlock-Add-tests-for-unknown-access-righ.patch
	patches.suse/selftests-landlock-Extend-access-right-tests-to-dire.patch
	patches.suse/selftests-landlock-Fully-test-file-rename-with-remov.patch
	patches.suse/selftests-landlock-Add-tests-for-O_PATH.patch
	patches.suse/landlock-Change-landlock_add_rule-2-argument-check-o.patch
	patches.suse/landlock-Change-landlock_restrict_self-2-check-order.patch
	patches.suse/selftests-landlock-Test-landlock_create_ruleset-2-ar.patch
	patches.suse/landlock-Define-access_mask_t-to-enforce-a-consisten.patch
	patches.suse/landlock-Reduce-the-maximum-number-of-layers-to-16.patch
	patches.suse/landlock-Create-find_rule-from-unmask_layers.patch
	patches.suse/landlock-Fix-same-layer-rule-unions.patch
	patches.suse/tpm-ibmvtpm-Correct-the-return-value-in-tpm_ibmvtpm_.patch
	patches.suse/char-tpm-cr50_i2c-Suppress-duplicated-error-message-.patch
	patches.suse/tpm-Fix-buffer-access-in-tpm2_get_tpm_pt.patch
	patches.suse/efi-Do-not-import-certificates-from-UEFI-Secure-Boot.patch
	patches.suse/hwmon-pmbus-Check-PEC-support-before-reading-other-r.patch
	patches.suse/mtd-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-Flag-uncontrollable-regulators-as-always_o.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-spi-imx-using-pm_runtime_resume_and_get-instead-.patch
	patches.suse/spi-rockchip-fix-missing-error-on-unsupported-SPI_CS.patch
	patches.suse/spi-spi-fsl-qspi-check-return-value-after-calling-pl.patch
	patches.suse/spi-stm32-qspi-Fix-wait_cmd-timeout-in-APM-mode.patch
	patches.suse/HID-multitouch-add-quirks-to-enable-Lenovo-X12-track.patch
	patches.suse/HID-multitouch-Add-support-for-Google-Whiskers-Touch.patch
	patches.suse/HID-hid-led-fix-maximum-brightness-for-Dream-Cheeky.patch
	patches.suse/HID-elan-Fix-potential-double-free-in-elan_input_con.patch
	patches.suse/HID-bigben-fix-slab-out-of-bounds-Write-in-bigben_pr.patch
	patches.suse/HID-amd_sfh-Modify-the-bus-name.patch
	patches.suse/HID-amd_sfh-Modify-the-hid-name.patch
	patches.suse/ACPI-PM-Block-ASUS-B1400CEAE-from-suspend-to-idle-by.patch
	patches.suse/ACPI-sysfs-Fix-BERT-error-region-memory-mapping.patch
	patches.suse/PM-devfreq-rk3399_dmc-Disable-edev-on-remove.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-Assume-no-transition-latency-if-no-PCCT.patch
	patches.suse/PM-domains-Fix-initialization-of-genpd-s-next_wakeup.patch
	patches.suse/thermal-drivers-tsens-Add-compat-string-for-the-qcom.patch
	patches.suse/thermal-drivers-bcm2711-Don-t-clamp-temperature-at-z.patch
	patches.suse/thermal-drivers-broadcom-Fix-potential-NULL-derefere.patch
	patches.suse/thermal-core-Fix-memory-leak-in-__thermal_cooling_de.patch
	patches.suse/thermal-drivers-imx_sc_thermal-Fix-refcount-leak-in-.patch
	patches.suse/thermal-devfreq_cooling-use-local-ops-instead-of-glo.patch
	patches.suse/ACPI-property-Release-subnode-properties-with-data-n.patch
	patches.suse/media-i2c-max9286-fix-kernel-oops-when-removing-modu.patch
	patches.suse/media-media-entity.h-Fix-documentation-for-media_cre.patch
	patches.suse/media-venus-hfi-avoid-null-dereference-in-deinit.patch
	patches.suse/media-imx-jpeg-Add-pm-sleep-support-for-imx-jpeg.patch
	patches.suse/media-coda-Fix-reported-H264-profile.patch
	patches.suse/media-coda-Add-more-H264-levels-for-CODA960.patch
	patches.suse/media-pci-cx23885-Fix-the-error-handling-in-cx23885_.patch
	patches.suse/media-cx25821-Fix-the-warning-when-removing-the-modu.patch
	patches.suse/media-hantro-Empty-encoder-capture-buffers-by-defaul.patch
	patches.suse/media-uvcvideo-Fix-missing-check-to-determine-if-ele.patch
	patches.suse/media-aspeed-Fix-an-error-handling-path-in-aspeed_vi.patch
	patches.suse/media-exynos4-is-Fix-PM-disable-depth-imbalance-in-f.patch
	patches.suse/media-st-delta-Fix-PM-disable-depth-imbalance-in-del.patch
	patches.suse/media-atmel-atmel-isc-Fix-PM-disable-depth-imbalance.patch
	patches.suse/media-imx-jpeg-Fix-potential-array-out-of-bounds-in-.patch
	patches.suse/media-i2c-rdacm2x-properly-set-subdev-entity-functio.patch
	patches.suse/media-exynos4-is-Change-clk_disable-to-clk_disable_u.patch
	patches.suse/media-imx-jpeg-Refactor-function-mxc_jpeg_parse.patch
	patches.suse/media-rga-fix-possible-memory-leak-in-rga_probe.patch
	patches.suse/media-pvrusb2-fix-array-index-out-of-bounds-in-pvr2_.patch
	patches.suse/media-vsp1-Fix-offset-calculation-for-plane-cropping.patch
	patches.suse/media-atmel-atmel-sama5d2-isc-fix-wrong-mask-in-YUYV.patch
	patches.suse/media-hantro-HEVC-Fix-tile-info-buffer-value-computa.patch
	patches.suse/media-hantro-HEVC-unconditionnaly-set-pps_-cb-cr-_qp.patch
	patches.suse/media-ccs-core.c-fix-failure-to-call-clk_disable_unp.patch
	patches.suse/media-imon-reorganize-serialization.patch
	patches.suse/media-cec-adap.c-fix-is_configuring-state.patch
	patches.suse/media-ov7670-remove-ov7670_power_off-from-ov7670_rem.patch
	patches.suse/media-i2c-ov5648-fix-wrong-pointer-passed-to-IS_ERR-.patch
	patches.suse/media-rkvdec-Stop-overclocking-the-decoder.patch
	patches.suse/media-rkvdec-h264-Fix-dpb_valid-implementation.patch
	patches.suse/media-rkvdec-h264-Fix-bit-depth-wrap-in-pps-packet.patch
	patches.suse/exfat-fix-referencing-wrong-parent-directory-informa.patch
	patches.suse/ext4-fix-warning-in-ext4_handle_inode_extension.patch
	patches.suse/ext4-fix-use-after-free-in-ext4_rename_dir_prepare.patch
	patches.suse/ext4-mark-group-as-trimmed-only-if-it-was-fully-scan.patch
	patches.suse/ext4-fix-race-condition-between-ext4_write-and-ext4_.patch
	patches.suse/ext4-reject-the-commit-option-on-ext2-filesystems.patch
	patches.suse/ext4-fix-bug_on-in-ext4_writepages.patch
	patches.suse/ext4-filter-out-EXT4_FC_REPLAY-from-on-disk-superblo.patch
	patches.suse/ext4-verify-dir-block-before-splitting-it.patch
	patches.suse/ext4-avoid-cycles-in-directory-h-tree.patch
	patches.suse/ext4-fix-bug_on-in-__es_tree_search.patch
	patches.suse/iomap-iomap_write_failed-fix.patch
	patches.suse/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-Provide-local-define-of-__cpuid_count.patch
	patches.suse/selftests-resctrl-Extend-CPU-vendor-detection.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/msft-hv-2567-net-hyperv-remove-use-of-bpf_op_t.patch
	patches.suse/msft-hv-2568-hv_netvsc-Print-value-of-invalid-ID-in-netvsc_send_-.patch
	patches.suse/msft-hv-2570-hv_netvsc-Add-support-for-XDP_REDIRECT.patch
	patches.suse/net-dsa-mt7530-1G-can-also-support-1000BASE-X-link-m.patch
	patches.suse/NFC-NULL-out-the-dev-rfkill-to-prevent-UAF.patch
	patches.suse/can-xilinx_can-mark-bit-timing-constants-as-const.patch
	patches.suse/net-ieee802154-ca8210-Fix-lifs-sifs-periods.patch
	patches.suse/octeontx2-af-debugfs-fix-error-return-of-allocations.patch
	patches.suse/ath11k-acquire-ab-base_lock-in-unassign-when-finding.patch
	patches.suse/ath9k-fix-ar9003_get_eepmisc.patch
	patches.suse/mwifiex-add-mutex-lock-for-call-in-mwifiex_dfs_chan_.patch
	patches.suse/b43legacy-Fix-assigning-negative-value-to-unsigned-v.patch
	patches.suse/b43-Fix-assigning-negative-value-to-unsigned-variabl.patch
	patches.suse/ipw2x00-Fix-potential-NULL-dereference-in-libipw_xmi.patch
	patches.suse/nl80211-show-SSID-for-P2P_GO-interfaces.patch
	patches.suse/mac80211-minstrel_ht-fix-where-rate-stats-are-stored.patch
	patches.suse/rtw88-8821c-fix-debugfs-rssi-value.patch
	patches.suse/rtl818x-Prevent-using-not-initialized-queues.patch
	patches.suse/ath9k_htc-fix-potential-out-of-bounds-access-with-in.patch
	patches.suse/ath9k-fix-QCA9561-PA-bias-level.patch
	patches.suse/ath11k-disable-spectral-scan-during-spectral-deinit.patch
	patches.suse/ath9k-hif_usb-simplify-if-if-to-if-else.patch
	patches.suse/ath10k-skip-ath10k_halt-during-suspend-for-driver-st.patch
	patches.suse/carl9170-tx-fix-an-incorrect-use-of-list-iterator.patch
	patches.suse/Revert-ice-Hide-bus-info-in-ethtool-for-PRs-in-switc.patch
	patches.suse/net-mlx5-Lag-filter-non-compatible-devices.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/octeontx2-pf-Remove-unnecessary-synchronize_irq-befo.patch
	patches.suse/net-phy-micrel-Allow-probing-without-.driver_data.patch
	patches.suse/octeontx2-pf-Add-support-for-adaptive-interrupt-coal.patch
	patches.suse/net-stmmac-remove-unused-get_addr-callback.patch
	patches.suse/eth-sun-cassini-remove-dead-code.patch
	patches.suse/cfg80211-declare-MODULE_FIRMWARE-for-regulatory.db.patch
	patches.suse/mac80211-upgrade-passive-scan-to-active-scan-on-DFS-.patch
	patches.suse/wilc1000-fix-crash-observed-in-AP-mode-with-cfg80211.patch
	patches.suse/rtlwifi-Use-pr_warn-instead-of-WARN_ONCE.patch
	patches.suse/mt76-mt7921-accept-rx-frames-with-non-standard-VHT-M.patch
	patches.suse/mt76-fix-use-after-free-by-removing-a-non-RCU-wcid-p.patch
	patches.suse/mt76-mt7921-Fix-the-error-handling-path-of-mt7921_pc.patch
	patches.suse/mt76-do-not-attempt-to-reorder-received-802.3-packet.patch
	patches.suse/mt76-fix-encap-offload-ethernet-type-check.patch
	patches.suse/ath11k-Don-t-check-arvif-is_started-before-sending-m.patch
	patches.suse/iwlwifi-fw-init-SAR-GEO-table-only-if-data-is-presen.patch
	patches.suse/iwlwifi-mvm-fix-assert-1F04-upon-reconfig.patch
	patches.suse/can-mcp251xfd-silence-clang-s-Wunaligned-access-warn.patch
	patches.suse/net-usb-r8152-Add-in-new-Devices-that-are-supported-.patch
	patches.suse/net-wwan-iosm-remove-pointless-null-check.patch
	patches.suse/wifi-rtlwifi-remove-always-true-condition-pointed-ou.patch
	patches.suse/Bluetooth-fix-dangling-sco_conn-and-use-after-free-i.patch
	patches.suse/Bluetooth-hci_qca-Use-del_timer_sync-before-freeing.patch
	patches.suse/Bluetooth-use-hdev-lock-in-activate_scan-for-hci_is_.patch
	patches.suse/Bluetooth-use-hdev-lock-for-accept_list-and-reject_l.patch
	patches.suse/net-macb-Fix-PTP-one-step-sync-support.patch
	patches.suse/Documentation-add-description-for-net.core.gro_norma.patch
	patches.suse/NFC-hci-fix-sleep-in-atomic-context-bugs-in-nfc_hci_.patch
	patches.suse/net-stmmac-fix-out-of-bounds-access-in-a-selftest.patch
	patches.suse/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/drm-i915-Fix-Wstringop-overflow-warning-in-call-to-i.patch
	patches.suse/dt-bindings-soc-qcom-smd-rpm-Fix-missing-MSM8936-com.patch
	patches.suse/of-overlay-do-not-break-notify-on-NOTIFY_-OK-STOP.patch
	patches.suse/dt-bindings-display-sitronix-st7735r-Fix-backlight-i.patch
	patches.suse/drm-bridge-analogix_dp-Grab-runtime-PM-reference-for.patch
	patches.suse/drm-blend-fix-typo-in-the-comment.patch
	patches.suse/drm-vmwgfx-validate-the-screen-formats.patch
	patches.suse/drm-bridge-it66121-Fix-the-register-page-length.patch
	patches.suse/drm-virtio-fix-NULL-pointer-dereference-in-virtio_gp.patch
	patches.suse/drm-nouveau-kms-nv50-atom-fix-an-incorrect-NULL-chec.patch
	patches.suse/gma500-fix-an-incorrect-NULL-check-on-list-iterator.patch
	patches.suse/0003-tilcdc-tilcdc_external-fix-an-incorrect-NULL-check-o.patch
	patches.suse/drm-edid-fix-invalid-EDID-extension-block-filtering.patch
	patches.suse/drm-bridge-adv7511-clean-up-CEC-adapter-when-probe-f.patch
	patches.suse/drm-bridge-tc358767-Move-e-DP-bridge-endpoint-parsin.patch
	patches.suse/drm-bridge-icn6211-Fix-register-layout.patch
	patches.suse/0004-drm-bridge-icn6211-Fix-HFP_HSW_HBP_HI-and-HFP_MIN-ha.patch
	patches.suse/drm-nouveau-clk-Fix-an-incorrect-NULL-check-on-list-.patch
	patches.suse/drm-vc4-hvs-Fix-frame-count-register-readout.patch
	patches.suse/0005-stm-ltdc-fix-two-incorrect-NULL-checks-on-list-itera.patch
	patches.suse/drm-sti-don-t-use-kernel-doc-markers.patch
	patches.suse/fbcon-Consistently-protect-deferred_takeover-with-co.patch
	patches.suse/drm-vc4-txp-Don-t-set-TXP_VSTART_AT_EOF.patch
	patches.suse/drm-vc4-txp-Force-alpha-to-be-0xff-if-it-s-disabled.patch
	patches.suse/drm-komeda-Fix-an-undefined-behavior-bug-in-komeda_p.patch
	patches.suse/drm-komeda-return-early-if-drm_universal_plane_init-.patch
	patches.suse/drm-mali-dp-potential-dereference-of-null-pointer.patch
	patches.suse/drm-amd-vcn-fix-an-error-msg-on-vcn-3.0.patch
	patches.suse/drm-amd-display-DCN3.1-don-t-mark-as-kernel-doc.patch
	patches.suse/drm-amd-display-Fix-by-adding-FPU-protection-for-dcn.patch
	patches.suse/drm-amd-display-Disabling-Z10-on-DCN31.patch
	patches.suse/drm-bridge-Fix-error-handling-in-analogix_dp_probe.patch
	patches.suse/drm-panel-simple-Add-missing-bus-flags-for-Innolux-G.patch
	patches.suse/drm-amdgpu-sdma-Fix-incorrect-calculations-of-the-wp.patch
	patches.suse/drm-amdgpu-disable-runtime-pm-on-several-sienna-cich.patch
	patches.suse/malidp-Fix-NULL-vs-IS_ERR-checking.patch
	patches.suse/drm-plane-Move-range-check-for-format_count-earlier.patch
	patches.suse/drm-bridge-tc358767-Fix-e-DP-bridge-endpoint-parsing.patch
	patches.suse/drm-panel-panel-simple-Fix-proper-bpc-for-AM-1280800.patch
	patches.suse/drm-rockchip-vop-fix-possible-null-ptr-deref-in-vop_.patch
	patches.suse/drm-nouveau-subdev-bus-Ratelimit-logging-for-fault-e.patch
	patches.suse/0005-drm-mediatek-Add-vblank-register-unregister-callback.patch
	patches.suse/drm-mediatek-Fix-mtk_cec_mask.patch
	patches.suse/drm-mediatek-dpi-Use-mt8183-output-formats-for-mt819.patch
	patches.suse/0008-drm-msm-properly-add-and-remove-internal-bridges.patch
	patches.suse/0009-drm-msm-remove-unused-plane_property-field-from-msm_.patch
	patches.suse/drm-msm-dpu-adjust-display_v_end-for-eDP-and-DP.patch
	patches.suse/0010-drm-msm-dpu-fix-error-check-return-value-of-irq_of_p.patch
	patches.suse/drm-msm-disp-dpu1-set-vbif-hw-config-to-NULL-to-avoi.patch
	patches.suse/0011-drm-msm-dp-stop-event-kernel-thread-when-DP-unbind.patch
	patches.suse/drm-msm-dp-fix-error-check-return-value-of-irq_of_pa.patch
	patches.suse/0012-drm-msm-dp-tear-down-main-link-at-unplug-handle-imme.patch
	patches.suse/drm-msm-dp-reset-DP-controller-before-transmit-phy-t.patch
	patches.suse/drm-msm-dp-do-not-stop-transmitting-phy-test-pattern.patch
	patches.suse/drm-msm-dsi-fix-error-checks-and-return-values-for-D.patch
	patches.suse/drm-msm-hdmi-check-return-value-after-calling-platfo.patch
	patches.suse/drm-msm-hdmi-fix-error-check-return-value-of-irq_of_.patch
	patches.suse/drm-msm-fix-error-check-return-value-of-irq_of_parse.patch
	patches.suse/0013-drm-msm-disp-dpu1-set-mdp-clk-to-the-maximum-frequen.patch
	patches.suse/drm-msm-add-missing-include-to-msm_drv.c.patch
	patches.suse/drm-msm-dsi-fix-address-for-second-DSI-PHY-on-SDM660.patch
	patches.suse/drm-msm-dp-fix-event-thread-stuck-in-wait_event-afte.patch
	patches.suse/drm-msm-mdp5-Return-error-code-in-mdp5_pipe_release-.patch
	patches.suse/drm-msm-mdp5-Return-error-code-in-mdp5_mixer_release.patch
	patches.suse/drm-msm-return-an-error-pointer-in-msm_gem_prime_get.patch
	patches.suse/drm-etnaviv-check-for-reaped-mapping-in-etnaviv_iomm.patch
	patches.suse/drm-amdgpu-ucode-Remove-firmware-load-type-check-in-.patch
	patches.suse/Revert-drm-amd-display-Fix-DCN3-B0-DP-Alt-Mapping.patch
	patches.suse/drm-amd-pm-update-smartshift-powerboost-calc-for-smu.patch
	patches.suse/drm-amd-pm-update-smartshift-powerboost-calc-for-smu-cdf4c8ec3987.patch
	patches.suse/drm-msm-a6xx-Fix-refcount-leak-in-a6xx_gpu_init.patch
	patches.suse/drm-msm-fix-possible-memory-leak-in-mdp5_crtc_cursor.patch
	patches.suse/drm-msm-dpu-handle-pm_runtime_get_sync-errors-in-bin.patch
	patches.suse/drm-i915-Fix-CFI-violation-with-show_dynamic_id.patch
	patches.suse/drm-i915-dsi-fix-VBT-send-packet-port-selection-for-.patch
	patches.suse/ALSA-cs35l41-Unify-hardware-configuration.patch
	patches.suse/ALSA-cs35l41-Check-hw_config-before-using-it.patch
	patches.suse/ALSA-cs35l41-Move-cs35l41_gpio_config-to-shared-lib.patch
	patches.suse/ALSA-hda-cs35l41-Fix-I2S-params-comments.patch
	patches.suse/ALSA-hda-cs35l41-Always-configure-the-DAI.patch
	patches.suse/ALSA-hda-cs35l41-Add-Boost-type-flag.patch
	patches.suse/ALSA-hda-cs35l41-Put-the-device-into-safe-mode-for-e.patch
	patches.suse/ALSA-hda-cs35l41-Mute-the-device-before-shutdown.patch
	patches.suse/ALSA-cs35l41-Enable-Internal-Boost-in-shared-lib.patch
	patches.suse/ALSA-hda-cs35l41-Move-boost-config-to-initialization.patch
	patches.suse/ALSA-hda-cs35l41-Remove-cs35l41_hda_reg_sequence-str.patch
	patches.suse/ALSA-hda-cs35l41-Reorganize-log-for-playback-actions.patch
	patches.suse/ALSA-hda-cs35l41-Handle-all-external-boost-setups-th.patch
	patches.suse/ALSA-hda-cs35l41-Move-external-boost-handling-to-lib.patch
	patches.suse/ASoC-cs35l41-Document-CS35l41-External-Boost.patch
	patches.suse/ASoC-cs35l41-Support-external-boost.patch
	patches.suse/ALSA-usb-audio-Add-quirk-bits-for-enabling-disabling.patch
	patches.suse/ALSA-usb-audio-Move-generic-implicit-fb-quirk-entrie.patch
	patches.suse/ALSA-pcm-Check-for-null-pointer-of-pointer-substream.patch
	patches.suse/ALSA-hda-conexant-add-a-new-hda-codec-SN6140.patch
	patches.suse/ASoC-cs42l42-Move-CS42L42-register-descriptions-to-g.patch
	patches.suse/ALSA-hda-cs8409-Use-general-cs42l42-include-in-cs840.patch
	patches.suse/ALSA-hda-cs8409-Support-manual-mode-detection-for-CS.patch
	patches.suse/ALSA-hda-cs8409-Support-new-Odin-Variants.patch
	patches.suse/ALSA-hda-cs8409-Add-Speaker-Playback-Switch-for-Cybo.patch
	patches.suse/ALSA-hda-cs8409-Add-Speaker-Playback-Switch-for-Warl.patch
	patches.suse/ALSA-hda-cs35l41-Fix-error-in-spi-cs35l41-hda-driver.patch
	patches.suse/ALSA-hda-cs35l41-Set-Speaker-Position-for-CLSA0100-L.patch
	patches.suse/ALSA-hda-cs35l41-Remove-Set-Channel-Map-api-from-bin.patch
	patches.suse/ALSA-hda-cs35l41-Add-Support-for-Interrupts.patch
	patches.suse/ALSA-hda-cs35l41-Enable-GPIO2-Interrupt-for-CLSA0100.patch
	patches.suse/ASoC-cs35l41-Move-cs35l41_set_cspl_mbox_cmd-to-share.patch
	patches.suse/ASoC-cs35l41-Move-cs35l41-fs-errata-into-shared-code.patch
	patches.suse/ASoC-cs35l41-Move-cs_dsp-config-struct-into-shared-c.patch
	patches.suse/ALSA-hda-cs35l41-Add-Amp-Name-based-on-channel-and-i.patch
	patches.suse/ASoC-wm_adsp-Compressed-stream-DSP-memory-structs-sh.patch
	patches.suse/ALSA-usb-audio-Workaround-for-clock-setup-on-TEAC-de.patch
	patches.suse/ALSA-usb-audio-Add-missing-ep_idx-in-fixed-EP-quirks.patch
	patches.suse/ALSA-ctxfi-Add-SB046x-PCI-ID.patch
	patches.suse/ASoC-cs35l41-Add-one-more-variable-in-the-debug-log-0f91bc71fe1f.patch
	patches.suse/ASoC-cs35l41-Fix-an-out-of-bounds-access-in-otp_pack.patch
	patches.suse/ASoC-mediatek-Fix-error-handling-in-mt8173_max98090_.patch
	patches.suse/ASoC-mediatek-Fix-missing-of_node_put-in-mt2701_wm89.patch
	patches.suse/ASoC-rsnd-care-default-case-on-rsnd_ssiu_busif_err_s.patch
	patches.suse/ASoC-rsnd-care-return-value-from-rsnd_node_fixed_ind.patch
	patches.suse/ASoC-SOF-Intel-pci-tgl-add-ADL-PS-support.patch
	patches.suse/ASoC-SOF-Intel-pci-tgl-add-RPL-P-support.patch
	patches.suse/ASoC-Intel-bytcr_rt5640-Add-quirk-for-the-HP-Pro-Tab.patch
	patches.suse/ASoC-rk3328-fix-disabling-mclk-on-pclk-probe-failure.patch
	patches.suse/ASoC-dapm-Don-t-fold-register-value-changes-into-not.patch
	patches.suse/ASoC-rt5514-Fix-event-generation-for-DSP-Voice-Wake-.patch
	patches.suse/ASoC-atmel-pdmic-Remove-endianness-flag-on-pdmic-com.patch
	patches.suse/ASoC-atmel-classd-Remove-endianness-flag-on-class-d-.patch
	patches.suse/ASoC-cs35l41-Add-endianness-flag-in-snd_soc_componen.patch
	patches.suse/ASoC-tscs454-Add-endianness-flag-in-snd_soc_componen.patch
	patches.suse/ASoC-rt711-Add-endianness-flag-in-snd_soc_component_.patch
	patches.suse/ASoC-rt711-sdca-Add-endianness-flag-in-snd_soc_compo.patch
	patches.suse/ASoC-fsl-Fix-refcount-leak-in-imx_sgtl5000_probe.patch
	patches.suse/ASoC-imx-hdmi-Fix-refcount-leak-in-imx_hdmi_probe.patch
	patches.suse/ASoC-mxs-saif-Fix-refcount-leak-in-mxs_saif_probe.patch
	patches.suse/ASoC-samsung-Fix-refcount-leak-in-aries_audio_probe.patch
	patches.suse/ASoC-ti-j721e-evm-Fix-refcount-leak-in-j721e_soc_pro.patch
	patches.suse/ASoC-rt5645-Fix-errorenous-cleanup-order.patch
	patches.suse/ASoC-wm2000-fix-missing-clk_disable_unprepare-on-err.patch
	patches.suse/ASoC-max98357a-remove-dependency-on-GPIOLIB.patch
	patches.suse/ASoC-rt1015p-remove-dependency-on-GPIOLIB.patch
	patches.suse/ASoC-max98090-Move-check-for-invalid-values-before-c.patch
	patches.suse/ALSA-usb-audio-Configure-sync-endpoints-before-data.patch
	patches.suse/ALSA-hda-realtek-Add-new-type-for-ALC245.patch
	patches.suse/scsi-lpfc-Tweak-message-log-categories-for-ELS-FDMI-.patch
	patches.suse/scsi-lpfc-Move-cfg_log_verbose-check-before-calling-.patch
	patches.suse/scsi-lpfc-Fix-diagnostic-fw-logging-after-a-function.patch
	patches.suse/scsi-lpfc-Zero-SLI4-fcp_cmnd-buffer-s-fcpCntl0-field.patch
	patches.suse/scsi-lpfc-Requeue-SCSI-I-O-to-upper-layer-when-fw-re.patch
	patches.suse/scsi-lpfc-Fix-SCSI-I-O-completion-and-abort-handler-.patch
	patches.suse/scsi-lpfc-Clear-fabric-topology-flag-before-initiati.patch
	patches.suse/scsi-lpfc-Fix-null-pointer-dereference-after-failing.patch
	patches.suse/scsi-lpfc-Protect-memory-leak-for-NPIV-ports-sending.patch
	patches.suse/scsi-lpfc-Update-fc_prli_sent-outstanding-only-after.patch
	patches.suse/scsi-lpfc-Transition-to-NPR-state-upon-LOGO-cmpl-if-.patch
	patches.suse/scsi-lpfc-Remove-unnecessary-NULL-pointer-assignment.patch
	patches.suse/scsi-lpfc-Move-MI-module-parameter-check-to-handle-d.patch
	patches.suse/scsi-lpfc-Correct-CRC32-calculation-for-congestion-s.patch
	patches.suse/scsi-lpfc-Fix-call-trace-observed-during-I-O-with-CM.patch
	patches.suse/scsi-lpfc-Revise-FDMI-reporting-of-supported-port-sp.patch
	patches.suse/scsi-lpfc-Remove-false-FDMI-NVMe-FC-4-support-for-NP.patch
	patches.suse/scsi-lpfc-Register-for-Application-Services-FC-4-typ.patch
	patches.suse/scsi-lpfc-Introduce-FC_RSCN_MEMENTO-flag-for-trackin.patch
	patches.suse/scsi-lpfc-Fix-field-overload-in-lpfc_iocbq-data-stru.patch
	patches.suse/scsi-lpfc-Refactor-cleanup-of-mailbox-commands.patch
	patches.suse/scsi-lpfc-Change-FA-PWWN-detection-methodology.patch
	patches.suse/scsi-lpfc-Update-stat-accounting-for-READ_STATUS-mbo.patch
	patches.suse/scsi-lpfc-Expand-setting-ELS_ID-field-in-ELS_REQUEST.patch
	patches.suse/scsi-lpfc-Update-lpfc-version-to-14.2.0.2.patch
	patches.suse/scsi-lpfc-Copyright-updates-for-14.2.0.2-patches.patch
	patches.suse/scsi-qla2xxx-Remove-free_sg-command-flag.patch
	patches.suse/scsi-iscsi-Fix-harmless-double-shift-bug.patch
	patches.suse/scsi-ufs-qcom-Fix-ufs_qcom_resume
	patches.suse/scsi-qla2xxx-Remove-unneeded-flush_workqueue.patch
	patches.suse/scsi-lpfc-Remove-unneeded-variable-a346f28a.patch
	patches.suse/scsi-ufs-core-Exclude-UECxx-from-SFR-dump-list
	patches.suse/scsi-dc395x-Fix-a-missing-check-on-list-iterator
	patches.suse/scsi-qla2xxx-edif-Remove-unneeded-variable.patch
	patches.suse/scsi-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-lpfc-Fix-additional-reference-counting-in-lpfc_.patch
	patches.suse/scsi-lpfc-Remove-redundant-lpfc_sli_prep_wqe-call.patch
	patches.suse/scsi-ufs-qcom-Add-a-readl-to-make-sure-ref_clk-gets-enabled
	patches.suse/scsi-lpfc-Fix-element-offset-in-__lpfc_sli_release_i.patch
	patches.suse/scsi-lpfc-Fill-in-missing-ndlp-kref-puts-in-error-pa.patch
	patches.suse/scsi-lpfc-Fix-ndlp-put-following-a-LOGO-completion.patch
	patches.suse/scsi-lpfc-Inhibit-aborts-if-external-loopback-plug-i.patch
	patches.suse/scsi-lpfc-Fix-dmabuf-ptr-assignment-in-lpfc_ct_rejec.patch
	patches.suse/scsi-lpfc-Use-list_for_each_entry_safe-in-rscn_recov.patch
	patches.suse/scsi-lpfc-Decrement-outstanding-gidft_inp-counter-if.patch
	patches.suse/scsi-lpfc-Change-VMID-registration-to-be-based-on-fa.patch
	patches.suse/scsi-lpfc-Rework-FDMI-initialization-after-link-up.patch
	patches.suse/scsi-lpfc-Alter-FPIN-stat-accounting-logic.patch
	patches.suse/scsi-lpfc-Use-sg_dma_address-and-sg_dma_len-macros-f.patch
	patches.suse/scsi-lpfc-Update-lpfc-version-to-14.2.0.3.patch
	patches.suse/scsi-hisi_sas-Fix-rescan-after-deleting-a-disk
	patches.suse/scsi-fnic-Replace-DMA-mask-of-64-bits-with-47-bits
	patches.suse/dma-debug-change-allocation-mode-from-GFP_NOWAIT-to-.patch
	patches.suse/swiotlb-max-mapping-size-takes-min-align-mask-into-a.patch
	patches.suse/inotify-show-inotify-mask-flags-in-proc-fdinfo.patch
	patches.suse/fsnotify-fix-wrong-lockdep-annotations.patch
	patches.suse/xfs-convert-ptag-flags-to-unsigned.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/xfs-zero-inode-fork-buffer-at-allocation.patch
	patches.suse/ARM-hisi-Add-missing-of_node_put-after-of_find_compa.patch
	patches.suse/ARM-dts-ox820-align-interrupt-controller-node-name-w.patch
	patches.suse/ARM-dts-socfpga-align-interrupt-controller-node-name.patch
	patches.suse/ARM-dts-s5pv210-Remove-spi-cs-high-on-panel-in-Aries.patch
	patches.suse/ARM-dts-s5pv210-Correct-interrupt-name-for-bluetooth.patch
	patches.suse/ARM-dts-s5pv210-align-DMA-channels-with-dtschema.patch
	patches.suse/ARM-dts-stm32-Fix-PHY-post-reset-delay-on-Avenger96.patch
	patches.suse/ARM-dts-BCM5301X-Update-pin-controller-node-name.patch
	patches.suse/dt-bindings-arm-bcm-fix-BCM53012-and-BCM53016-SoC-st.patch
	patches.suse/ARM-dts-bcm2835-rpi-zero-w-Fix-GPIO-line-name-for-Wi.patch
	patches.suse/ARM-dts-bcm2837-rpi-cm3-io3-Fix-GPIO-line-names-for-.patch
	patches.suse/ARM-dts-bcm2837-rpi-3-b-plus-Fix-GPIO-line-name-of-p.patch
	patches.suse/ARM-dts-bcm2835-rpi-b-Fix-GPIO-line-names.patch
	patches.suse/ARM-dts-exynos-add-atmel-24c128-fallback-to-Samsung-.patch
	patches.suse/arm64-tegra-Add-missing-DFLL-reset-on-Tegra210.patch
	patches.suse/ARM-dts-suniv-F1C100-fix-watchdog-compatible.patch
	patches.suse/arm64-dts-ti-k3-am64-mcu-remove-incorrect-UART-base-.patch
	patches.suse/ARM-dts-qcom-msm8974-Drop-flags-for-mdss-irqs.patch
	patches.suse/arm64-dts-qcom-sdm845-db845c-add-wifi-variant-proper.patch
	patches.suse/arm64-dts-qcom-sdm845-remove-snps-dw-pcie-compatible.patch
	patches.suse/arm64-dts-qcom-msm8996-remove-snps-dw-pcie-compatibl.patch
	patches.suse/arm64-dts-qcom-pm8350c-stop-depending-on-thermal_zon.patch
	patches.suse/arm64-dts-qcom-pmr735a-stop-depending-on-thermal_zon.patch
	patches.suse/arm64-dts-qcom-msm8916-huawei-g7-Clarify-installatio.patch
	patches.suse/arm64-dts-qcom-msm8996-Drop-flags-for-mdss-irqs.patch
	patches.suse/arm64-dts-qcom-sdm845-Drop-flags-for-mdss-irqs.patch
	patches.suse/arm64-dts-qcom-sm8250-Drop-flags-for-mdss-irqs.patch
	patches.suse/arm64-dts-qcom-ipq8074-fix-the-sleep-clock-frequency.patch
	patches.suse/arm64-dts-qcom-msm8992-libra-Add-CPU-regulators.patch
	patches.suse/arm64-dts-qcom-msm8994-Fix-the-cont_splash_mem-addre.patch
	patches.suse/arm64-dts-qcom-msm8994-Fix-BLSP-12-_DMA-channels-cou.patch
	patches.suse/arm64-dts-qcom-sdm845-xiaomi-beryllium-fix-typo-in-p.patch
	patches.suse/arm64-dts-qcom-qrb5165-rb5-Fix-can-clock-node-name.patch
	patches.suse/ARM-dts-ci4x10-Adapt-to-changes-in-imx6qdl.dtsi-rega.patch
	patches.suse/ARM-dts-imx-align-SPI-NOR-node-name-with-dtschema.patch
	patches.suse/ARM-dts-imx6dl-colibri-Fix-I2C-pinmuxing.patch
	patches.suse/arm64-dts-imx8mm-beacon-Enable-RTS-CTS-on-UART3.patch
	patches.suse/arm64-dts-imx8mn-beacon-Enable-RTS-CTS-on-UART3.patch
	patches.suse/arm64-dts-rockchip-Move-drive-impedance-ohm-to-emmc-.patch
	patches.suse/arm64-dts-marvell-espressobin-ultra-fix-SPI-NOR-conf.patch
	patches.suse/arm64-dts-marvell-espressobin-ultra-enable-front-USB.patch
	patches.suse/arm64-dts-mt8192-Fix-nor_flash-status-disable-typo.patch
	patches.suse/memory-samsung-exynos5422-dmc-Avoid-some-over-memory.patch
	patches.suse/firmware-arm_ffa-Fix-uuid-parameter-to-ffa_partition.patch
	patches.suse/firmware-arm_ffa-Remove-incorrect-assignment-of-driv.patch
	patches.suse/firmware-arm_scmi-Fix-list-protocols-enumeration-in-.patch
	patches.suse/firmware-arm_scmi-Validate-BASE_DISCOVER_LIST_PROTOC.patch
	patches.suse/soc-bcm-Check-for-NULL-return-of-devm_kzalloc.patch
	patches.suse/soc-ti-ti_sci_pm_domains-Check-for-null-return-of-de.patch
	patches.suse/soc-ti-knav_qmss_queue-Use-pm_runtime_resume_and_get.patch
	patches.suse/soc-qcom-smp2p-Fix-missing-of_node_put-in-smp2p_pars.patch
	patches.suse/soc-qcom-smsm-Fix-missing-of_node_put-in-smsm_parse_.patch
	patches.suse/soc-qcom-llcc-Add-MODULE_DEVICE_TABLE.patch
	patches.suse/arm-mediatek-select-arch-timer-for-mt7629.patch
	patches.suse/ARM-omap1-ams-delta-remove-camera-leftovers.patch
	patches.suse/ARM-omap-remove-debug-leds-driver.patch
	patches.suse/ARM-OMAP1-clock-Fix-UART-rate-reporting-algorithm.patch
	patches.suse/drivers-base-node.c-fix-compaction-sysfs-file-leak.patch
	patches.suse/dax-fix-cache-flush-on-PMD-mapped-pages.patch
	patches.suse/drivers-base-memory-fix-an-unlikely-reference-counti.patch
	patches.suse/tracing-incorrect-isolate_mote_t-cast-in-mm_vmscan_lru_isolate.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/KVM-x86-avoid-loading-a-vCPU-after-.vm_destroy-was-c.patch
	patches.suse/KVM-x86-fix-typo-in-__try_cmpxchg_user-causing-non-a.patch
	patches.suse/KVM-arm64-nvhe-Eliminate-kernel-doc-warnings.patch
	patches.suse/KVM-SVM-Use-kzalloc-for-sev-ioctl-interfaces-to-prev.patch
	patches.suse/KVM-x86-avoid-calling-x86-emulator-without-a-decoded-instruction
	patches.suse/KVM-LAPIC-Drop-pending-LAPIC-timer-injection-when-ca.patch
	patches.suse/platform-chrome-cros_ec-fix-error-handling-in-cros_e.patch
	patches.suse/platform-chrome-Re-introduce-cros_ec_cmd_xfer-and-us.patch
	patches.suse/gpiolib-Get-rid-of-redundant-else.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-hns-Remove-unnecessary-check-for-the-sgid_attr-.patch
	patches.suse/RDMA-rxe-Generate-a-completion-for-unsupported-inval.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-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-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/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/pipe-Fix-missing-lock-in-pipe_resize_ring.patch
	patches.suse/ocfs2-ocfs2_mount_volume-does-cleanup-job-before-ret.patch
	patches.suse/ocfs2-rewrite-error-handling-of-ocfs2_fill_super.patch
	patches.suse/list-fix-a-data-race-around-ep-rdllist.patch
	patches.suse/fat-add-ratelimit-to-fat-_ent_bread.patch
	patches.suse/proc-fix-dentry-inode-overinstantiating-under-proc-p.patch
	patches.suse/gen_init_cpio-fix-short-read-file-handling.patch
	patches.suse/tty-fix-deadlock-caused-by-calling-printk-under-tty_.patch
	patches.suse/ocfs2-dlmfs-fix-error-handling-of-user_dlm_destroy_l.patch
	patches.suse/mm-page_alloc-always-attempt-to-allocate-at-least-one-page-during-bulk-allocation.patch
	patches.suse/kexec_file-drop-weak-attribute-from-arch_kexec_apply.patch
	patches.suse/PCI-ASPM-Make-Intel-DG2-L1-acceptable-latency-unlimi.patch
	patches.suse/PCI-AER-Clear-MULTI_ERR_COR-UNCOR_RCV-bits.patch
	patches.suse/PCI-ACPI-Allow-D3-only-if-Root-Port-can-signal-and-w.patch
	patches.suse/PCI-PM-Define-pci_restore_standard_config-only-for-C.patch
	patches.suse/PCI-PM-Power-up-all-devices-during-runtime-resume.patch
	patches.suse/PCI-Avoid-pci_dev_lock-AB-BA-deadlock-with-sriov_num.patch
	patches.suse/PCI-cadence-Fix-find_first_zero_bit-limit.patch
	patches.suse/PCI-dwc-Fix-setting-error-return-on-MSI-DMA-mapping-.patch
	patches.suse/PCI-imx6-Fix-PERST-start-up-sequence.patch
	patches.suse/PCI-mediatek-gen3-Assert-resets-to-ensure-expected-i.patch
	patches.suse/PCI-microchip-Fix-potential-race-in-interrupt-handli.patch
	patches.suse/PCI-qcom-Fix-pipe-clock-imbalance.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/x86-mce-relocate-set-clear-mce_nospec-functions.patch
	patches.suse/mce-fix-set_mce_nospec-to-always-unmap-the-whole-page.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/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/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-powernv-fix-missing-of_node_put-in-uv_init.patch
	patches.suse/powerpc-xive-Fix-refcount-leak-in-xive_spapr_init.patch
	patches.suse/powerpc-iommu-Add-missing-of_node_put-in-iommu_init_.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-2586-PCI-hv-Fix-hv_arch_irq_unmask-for-multi-MSI.patch
	patches.suse/msft-hv-2588-PCI-hv-Do-not-set-PCI_COMMAND_MEMORY-to-reduce-VM-bo.patch
	patches.suse/msft-hv-2593-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/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/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-Make-tp_printk-work-on-syscall-tracepoints.patch
	patches.suse/tracing-Fix-sleeping-function-called-from-invalid-context-on-RT-kernel.patch
	patches.suse/tracing-Avoid-adding-tracer-option-before-update_tracer_options.patch
	patches.suse/tracing-Fix-potential-double-free-in-create_var_ref.patch
	patches.suse/tracing-Fix-return-value-of-trace_pid_write.patch
	patches.suse/ftrace-Clean-up-hash-direct_functions-on-register-failures.patch
	patches.suse/dmaengine-idxd-update-IAA-definitions-for-user-heade.patch
	patches.suse/dmaengine-idxd-set-DMA_INTERRUPT-cap-bit.patch
	patches.suse/dmaengine-idxd-Fix-the-error-handling-path-in-idxd_c.patch
	patches.suse/dmaengine-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-stm32-mdma-remove-GISR1-register.patch
	patches.suse/dmaengine-stm32-mdma-fix-chan-initialization-in-stm3.patch
	patches.suse/MIPS-Loongson-Use-hwmon_device_register_with_groups-.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/cpufreq-CPPC-Fix-build-error-without-CONFIG_ACPI_CPP.patch
	patches.suse/video-fbdev-clcdfb-Fix-refcount-leak-in-clcdfb_of_vr.patch
	patches.suse/video-fbdev-pxa3xx-gcu-release-the-resources-correct.patch
	patches.suse/iommu-mediatek-Fix-2-HW-sharing-pgtable-issue
	patches.suse/iommu-mediatek-Add-list_del-in-mtk_iommu_remove
	patches.suse/iommu-mediatek-Remove-clk_disable-in-mtk_iommu_remove
	patches.suse/iommu-mediatek-Add-mutex-for-m4u_group-and-m4u_dom-in-data
	patches.suse/iommu-mediatek-Fix-NULL-pointer-dereference-when-printing-dev_na
	patches.suse/iommu-msm-Fix-an-incorrect-NULL-check-on-list-iterator
	patches.suse/iommu-arm-smmu-v3-sva-Fix-mm-use-after-free
	patches.suse/iommu-amd-Enable-swiotlb-in-all-cases
	patches.suse/iommu-amd-Increase-timeout-waiting-for-GA-log-enablement
	patches.suse/i2c-at91-use-dma-safe-buffers.patch
	patches.suse/i2c-at91-Initialize-dma_buf-in-at91_twi_xfer.patch
	patches.suse/i2c-cadence-Increase-timeout-per-message-if-necessar.patch
	patches.suse/i2c-npcm-Fix-timeout-calculation.patch
	patches.suse/i2c-npcm-Correct-register-access-width.patch
	patches.suse/i2c-npcm-Handle-spurious-interrupts.patch
	patches.suse/i2c-rcar-fix-PM-ref-counts-in-probe-error-paths.patch
	patches.suse/NFS-Do-not-report-EINTR-ERESTARTSYS-as-mapping-error.patch
	patches.suse/NFS-fsync-should-report-filesystem-errors-over-EINTR.patch
	patches.suse/NFS-Don-t-report-ENOSPC-write-errors-twice.patch
	patches.suse/NFS-Do-not-report-flush-errors-in-nfs_write_end.patch
	patches.suse/NFS-Don-t-report-errors-from-nfs_pageio_complete-mor.patch
	patches.suse/NFS-Memory-allocation-failures-are-not-server-fatal-.patch
	patches.suse/NFSv4-pNFS-Do-not-fail-I-O-when-we-fail-to-allocate-.patch
	patches.suse/NFS-Further-fixes-to-the-writeback-error-handling.patch
	patches.suse/NFSv4-Don-t-hold-the-layoutget-locks-across-multiple.patch
	patches.suse/NFSv4-Fix-free-of-uninitialized-nfs4_label-on-referr.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/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-bq24190_charger-using-pm_runtime_resume.patch
	patches.suse/power-supply-axp288_fuel_gauge-Fix-battery-reporting.patch
	patches.suse/power-supply-axp288_fuel_gauge-Drop-BIOS-version-che.patch
	patches.suse/0011-dm-verity-set-DM_TARGET_IMMUTABLE-feature-flag.patch
	patches.suse/rtc-mt6397-check-return-value-after-calling-platform.patch
	patches.suse/rtc-ftrtc010-Fix-error-handling-in-ftrtc010_rtc_prob.patch
	patches.suse/rtc-mxc-Silence-a-clang-warning.patch
	patches.suse/xfs-don-t-assert-fail-on-perag-references-on-teardow.patch
	patches.suse/xfs-don-t-leak-btree-cursor-when-insrec-fails-after-.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/PCI-PM-Fix-bridge_d3_blacklist-Elo-i2-overwrite-of-G.patch
	patches.suse/net-smc-set-ini-smcrv2.ib_dev_v2-to-NULL-if-SMC-Rv2-is-unavailable
	patches.suse/netfilter-nf_tables-disallow-non-stateful-expression.patch
	patches.suse/net-ethernet-mtk_eth_soc-out-of-bounds-read-in-mtk_h.patch
	patches.suse/net-ethernet-ti-am65-cpsw-nuss-Fix-some-refcount-lea.patch
	patches.suse/net-dsa-mv88e6xxx-Fix-refcount-leak-in-mv88e6xxx_mdi.patch
	patches.suse/net-smc-fixes-for-converting-from-struct-smc_cdc_tx_pend-to-struct-smc_wr_tx_pend_priv
	patches.suse/net-enetc-Use-pci_release_region-to-release-some-res.patch
	patches.suse/sfc-fix-considering-that-all-channels-have-TX-queues.patch
	patches.suse/sfc-fix-wrong-tx-channel-offset-with-efx_separate_tx.patch
	patches.suse/netfilter-nf_tables-sanitize-nft_set_desc_concat_par.patch
	patches.suse/octeontx2-af-fix-error-code-in-is_valid_offset.patch
	patches.suse/wifi-mac80211-fix-use-after-free-in-chanctx-code.patch
	patches.suse/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-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/ARM-pxa-maybe-fix-gpio-lookup-tables.patch
	patches.suse/soc-rockchip-Fix-refcount-leak-in-rockchip_grf_init.patch
	patches.suse/ARM-dts-aspeed-ast2600-evb-Enable-RX-delay-for-MAC0-.patch
	patches.suse/dt-bindings-gpio-altera-correct-interrupt-cells.patch
	patches.suse/docs-conf.py-Cope-with-removal-of-language-None-in-S.patch
	patches.suse/drm-amd-display-Check-if-modulo-is-0-before-dividing.patch
	patches.suse/drm-radeon-fix-a-possible-null-pointer-dereference.patch
	patches.suse/drm-amd-pm-Fix-missing-thermal-throttler-status.patch
	patches.suse/drm-amdgpu-cs-make-commands-with-0-chunks-illegal-be.patch
	patches.suse/drm-amdgpu-add-beige-goby-PCI-ID.patch
	patches.suse/drm-msm-dp-Always-clear-mask-bits-to-disable-interru.patch
	patches.suse/ALSA-usb-audio-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-realtek-Fix-microphone-noise-on-ASUS-TUF-B5.patch
	patches.suse/ALSA-usb-audio-Optimize-TEAC-clock-quirk.patch
	patches.suse/ASoC-fsl_sai-Fix-FSL_SAI_xDR-xFR-definition.patch
	patches.suse/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/vdpasim-allow-to-enable-a-vq-repeatedly.patch
	patches.suse/blk-mq-don-t-touch-tagset-in-blk_mq_get_sq_hctx.patch
	patches.suse/blk-iolatency-Fix-inflight-count-imbalances-and-IO-h.patch
	patches.suse/blk-mq-do-not-update-io_ticks-with-passthrough-reque.patch
	patches.suse/block-fix-bio_clone_blkg_association-to-associate-wi.patch
	patches.suse/0016-md-protect-md_unregister_thread-from-reentrancy.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/0017-nbd-call-genl_unregister_family-first-in-nbd_cleanup.patch
	patches.suse/0018-nbd-fix-race-between-nbd_alloc_config-and-module-removal.patch
	patches.suse/0019-nbd-fix-io-hung-while-disconnecting-device.patch
	patches.suse/0002-nbd-fix-possible-overflow-on-first_minor-in-nbd_dev_.patch
	patches.suse/0017-bcache-avoid-unnecessary-soft-lockup-in-kworker-upda.patch
	patches.suse/staging-rtl8712-fix-a-potential-memory-leak-in-r871x.patch
	patches.suse/drivers-staging-rtl8723bs-Fix-deadlock-in-rtw_survey.patch
	patches.suse/drivers-staging-rtl8192bs-Fix-deadlock-in-rtw_joinbs.patch
	patches.suse/drivers-staging-rtl8192u-Fix-deadlock-in-ieee80211_b.patch
	patches.suse/drivers-staging-rtl8192e-Fix-deadlock-in-rtllib_beac.patch
	patches.suse/staging-fieldbus-Fix-the-error-handling-path-in-anyb.patch
	patches.suse/staging-rtl8712-fix-uninit-value-in-usb_read8-and-fr.patch
	patches.suse/staging-rtl8712-fix-uninit-value-in-r871xu_drv_init.patch
	patches.suse/tty-synclink_gt-Fix-null-pointer-dereference-in-slgt.patch
	patches.suse/tty-goldfish-Use-tty_port_destroy-to-destroy-port.patch
	patches.suse/tty-Fix-a-possible-resource-leak-in-icom_probe.patch
	patches.suse/tty-serial-owl-Fix-missing-clk_disable_unprepare-in-.patch
	patches.suse/tty-n_tty-Restore-EOF-push-handling-behavior.patch
	patches.suse/serial-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/serial-meson-acquire-port-lock-in-startup.patch
	patches.suse/serial-msm_serial-disable-interrupts-in-__msm_consol.patch
	patches.suse/serial-8250_fintek-Check-SER_RS485_RTS_-only-with-RS.patch
	patches.suse/serial-cpm_uart-Fix-build-error-without-CONFIG_SERIA.patch
	patches.suse/serial-digicolor-usart-Don-t-allow-CS5-6.patch
	patches.suse/serial-rda-uart-Don-t-allow-CS5-6.patch
	patches.suse/serial-txx9-Don-t-allow-CS5-6.patch
	patches.suse/serial-sh-sci-Don-t-allow-CS5-6.patch
	patches.suse/serial-sifive-Sanitize-CSIZE-and-c_iflag.patch
	patches.suse/serial-st-asc-Sanitize-CSIZE-and-correct-PARENB-for-.patch
	patches.suse/serial-stm32-usart-Correct-CSIZE-bits-and-parity.patch
	patches.suse/usb-usbip-fix-a-refcount-leak-in-stub_probe.patch
	patches.suse/usb-usbip-add-missing-device-lock-on-tweak-configura.patch
	patches.suse/USB-host-isp116x-check-return-value-after-calling-pl.patch
	patches.suse/USB-storage-karma-fix-rio_karma_init-return.patch
	patches.suse/usb-musb-Fix-missing-of_node_put-in-omap2430_probe.patch
	patches.suse/usb-dwc3-gadget-Replace-list_for_each_entry_safe-if-.patch
	patches.suse/drivers-usb-host-Fix-deadlock-in-oxu_bus_suspend.patch
	patches.suse/usb-dwc3-pci-Fix-pm_runtime_get_sync-error-checking.patch
	patches.suse/USB-hcd-pci-Fully-suspend-across-freeze-thaw-cycle.patch
	patches.suse/usb-typec-mux-Check-dev_set_name-return-value.patch
	patches.suse/usb-dwc2-gadget-don-t-reset-gadget-s-driver-bus.patch
	patches.suse/usb-ehci-omap-drop-unused-ehci_read-function.patch
	patches.suse/usb-dwc3-remove-a-possible-unnecessary-out-of-memory.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-dwc3-ep0-Don-t-prepare-beyond-Setup-stage.patch
	patches.suse/usb-dwc3-gadget-Only-End-Transfer-for-ep0-data-phase.patch
	patches.suse/usb-dwc3-gadget-Delay-issuing-End-Transfer.patch
	patches.suse/USB-dwc3-Fix-a-checkpatch-warning-in-core.c.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-Allow-host-runtime-PM-as-default-for-Intel-Alde.patch
	patches.suse/thunderbolt-Use-different-lane-for-second-DisplayPor.patch
	patches.suse/thunderbolt-Fix-buffer-allocation-of-devices-with-no.patch
	patches.suse/usb-isp1760-Fix-out-of-bounds-array-access.patch
	patches.suse/usb-dwc3-Fix-ep0-handling-when-getting-reset-while-d.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/iio-dummy-iio_simple_dummy-check-the-return-value-of.patch
	patches.suse/iio-adc-ad7124-Remove-shift-from-scan_type.patch
	patches.suse/iio-st_sensors-Add-a-local-lock-for-protecting-odr.patch
	patches.suse/iio-adc-stmpe-adc-Fix-wait_for_completion_timeout-re.patch
	patches.suse/iio-proximity-vl53l0x-Fix-return-value-check-of-wait.patch
	patches.suse/iio-adc-sc27xx-fix-read-big-scale-voltage-not-right.patch
	patches.suse/iio-adc-sc27xx-Fine-tune-the-scale-calibration-value.patch
	patches.suse/dt-bindings-phy-uniphier-usb3hs-Fix-incorrect-clock-.patch
	patches.suse/phy-qcom-qmp-fix-struct-clk-leak-on-probe-errors.patch
	patches.suse/phy-qcom-qmp-fix-reset-controller-leak-on-probe-erro.patch
	patches.suse/phy-qcom-qmp-fix-pipe-clock-imbalance-on-power-on-fa.patch
	patches.suse/soundwire-intel-prevent-pm_runtime-resume-prior-to-s.patch
	patches.suse/soundwire-qcom-adjust-autoenumeration-timeout.patch
	patches.suse/extcon-ptn5150-Add-queue-work-sync-before-driver-rel.patch
	patches.suse/extcon-Modify-extcon-device-to-be-created-after-driv.patch
	patches.suse/firmware-dmi-sysfs-Fix-memory-leak-in-dmi_sysfs_regi.patch
	patches.suse/bus-ti-sysc-Fix-warnings-for-unbind-for-serial.patch
	patches.suse/selftests-firmware-Use-smaller-dictionary-for-XZ-com.patch
	patches.suse/selftests-firmware-Fix-the-request_firmware_into_buf.patch
	patches.suse/Documentation-dd-Use-ReST-lists-for-return-values-of.patch
	patches.suse/platform-finally-disallow-IRQ0-in-platform_get_irq-a.patch
	patches.suse/export-fix-string-handling-of-namespace-in-EXPORT_SY.patch
	patches.suse/driver-base-fix-UAF-when-driver_attach-failed.patch
	patches.suse/driver-core-fix-deadlock-in-__device_attach.patch
	patches.suse/driver-core-Fix-wait_for_device_probe-deferred_probe.patch
	patches.suse/s390-crypto-fix-scatterwalk_unmap-callers-in-AES-GCM
	patches.suse/s390-perf-obtain-sie_block-from-the-right-address
	patches.suse/s390-mm-use-non-quiescing-sske-for-KVM-switch-to-keyed-guest
	patches.suse/s390-mcck-isolate-SIE-instruction-when-setting-CIF_MCCK_GUEST-flag
	patches.suse/dt-bindings-PCI-xilinx-cpm-Fix-reg-property-order.patch
	patches.suse/regulator-mt6315-regulator-fix-invalid-allowed-mode.patch
	patches.suse/gpio-pca953x-use-the-correct-register-address-to-do-.patch
	patches.suse/gpio-adp5588-Remove-support-for-platform-setup-and-t.patch
	patches.suse/0006-parisc-stifb-Implement-fb_is_primary_device.patch
	patches.suse/0007-parisc-stifb-Keep-track-of-hardware-path-of-graphics.patch
	patches.suse/octeontx2-pf-replace-bitmap_weight-with-bitmap_empty.patch
	patches.suse/drm-amd-pm-use-bitmap_-from-to-_arr32-where-appropri.patch
	patches.suse/cifs-fix-potential-double-free-during-failed-mount.patch
	patches.suse/cifs-remove-repeated-debug-message-on-cifs_put_smb_ses-.patch
	patches.suse/cifs-when-extending-a-file-with-falloc-we-should-make-files-not-spa.patch
	patches.suse/cifs-fix-potential-deadlock-in-direct-reclaim.patch
	patches.suse/cifs-do-not-build-smb1ops-if-legacy-support-is-disabled.patch
	patches.suse/cifs-version-operations-for-smb20-unneeded-when-legacy-support-disa.patch
	patches.suse/cifs-update-internal-module-number-096c956b.patch
	patches.suse/cifs-skip-trailing-separators-of-prefix-paths.patch
	patches.suse/cifs-fix-uninitialized-pointer-in-error-case-in-dfs_cache_get_tgt_s.patch
	patches.suse/modpost-fix-removing-numeric-suffixes.patch
	patches.suse/modpost-fix-undefined-behavior-of-is_arm_mapping_sym.patch
	patches.suse/scsi-nvme-fc-Add-new-routine-nvme_fc_io_getuuid.patch
	patches.suse/scsi-lpfc-Commonize-VMID-code-location.patch
	patches.suse/scsi-lpfc-Rework-lpfc_vmid_get_appid-to-be-protocol-.patch
	patches.suse/scsi-lpfc-Add-support-for-VMID-tagging-of-NVMe-I-Os.patch
	patches.suse/msft-hv-2610-scsi-storvsc-Fix-typo-in-comment.patch
	patches.suse/scsi-myrb-Fix-up-null-pointer-access-on-myrb_cleanup.patch
	patches.suse/scsi-sd-Fix-potential-NULL-pointer-dereference.patch
	patches.suse/scsi-lpfc-Add-support-for-ATTO-Fibre-Channel-devices.patch
	patches.suse/scsi-qla2xxx-Remove-setting-of-req-and-rsp-parameter.patch
	patches.suse/scsi-qla2xxx-Remove-unused-ql_dm_tgt_ex_pct-paramete.patch
	patches.suse/perf-x86-intel-Fix-event-constraints-for-ICL.patch
	patches.suse/clocksource-drivers-sp804-Avoid-error-on-multiple-in.patch
	patches.suse/clocksource-drivers-oxnas-rps-Fix-irq_of_parse_and_m.patch
	patches.suse/x86-sgx-set-active-memcg-prior-to-shmem-allocation.patch
	patches.suse/x86-kexec-fix-memory-leak-of-elf-header-buffer.patch
	patches.suse/dma-debug-make-things-less-spammy-under-memory-press.patch
	patches.suse/mmc-block-Fix-CQE-recovery-reset-success.patch
	patches.suse/Input-bcm5974-set-missing-URB_NO_TRANSFER_DMA_MAP-ur.patch
	patches.suse/Input-soc_button_array-also-add-Lenovo-Yoga-Tablet2-.patch
	patches.suse/KEYS-trusted-tpm2-Fix-migratable-logic.patch
	patches.suse/x86-drop-bogus-cc-clobber-from-_try_cmpxchg_user_asm.patch
	patches.suse/KVM-SVM-fix-tsc-scaling-cache-logic.patch
	patches.suse/KVM-x86-do-not-set-st-preempted-when-going-back-to-u.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/net-phy-dp83867-retrigger-SGMII-AN-when-link-change.patch
	patches.suse/net-ethernet-bgmac-Fix-refcount-leak-in-bcma_mdio_mi.patch
	patches.suse/stmmac-intel-Fix-an-error-handling-path-in-intel_eth.patch
	patches.suse/net-dsa-lantiq_gswip-Fix-refcount-leak-in-gswip_gphy.patch
	patches.suse/net-mlx4_en-Fix-wrong-return-value-on-ioctl-EEPROM-q.patch
	patches.suse/net-mdio-unexport-__init-annotated-mdio_bus_init.patch
	patches.suse/net-xfrm-unexport-__init-annotated-xfrm4_protocol_in.patch
	patches.suse/net-ipv6-unexport-__init-annotated-seg6_hmac_init.patch
	patches.suse/nfc-st21nfca-fix-incorrect-validating-logic-in-EVT_T.patch
	patches.suse/nfc-st21nfca-fix-memory-leaks-in-EVT_TRANSACTION-han.patch
	patches.suse/nfc-st21nfca-fix-incorrect-sizing-calculations-in-EV.patch
	patches.suse/nfc-nfcmrvl-Fix-memory-leak-in-nfcmrvl_play_deferred.patch
	patches.suse/net-ethernet-mtk_eth_soc-fix-misuse-of-mem-alloc-int.patch
	patches.suse/net-openvswitch-fix-misuse-of-the-cached-connection-.patch
	patches.suse/net-altera-Fix-refcount-leak-in-altera_tse_mdio_crea.patch
	patches.suse/net-dsa-mv88e6xxx-use-BMSR_ANEGCOMPLETE-bit-for-fill.patch
	patches.suse/ixgbe-fix-bcast-packets-Rx-on-VF-after-promisc-remov.patch
	patches.suse/ixgbe-fix-unexpected-VLAN-Rx-in-promisc-mode-on-VF.patch
	patches.suse/powerpc-Don-t-select-HAVE_IRQ_EXIT_ON_IRQ_STACK.patch
	patches.suse/writeback-Fix-inode-i_io_list-not-be-protected-by-in.patch
	patches.suse/quota-Prevent-memory-allocation-recursion-while-hold.patch
	patches.suse/xen-unexport-__init-annotated-xen_xlate_map_balloone.patch
	patches.suse/drm-amd-display-Read-Golden-Settings-Table-from-VBIO.patch
	patches.suse/drm-amdgpu-update-VCN-codec-support-for-Yellow-Carp.patch
	patches.suse/drm-amdkfd-Use-mmget_not_zero-in-MMU-notifier.patch
	patches.suse/drm-amdkfd-add-pinned-BOs-to-kfd_bo_list.patch
	patches.suse/drm-bridge-ti-sn65dsi83-Handle-dsi_lanes-0-as-invali.patch
	patches.suse/drm-bridge-analogix_dp-Support-PSR-exit-to-disable-t.patch
	patches.suse/drm-atomic-Force-bridge-self-refresh-exit-on-CRTC-sw.patch
	patches.suse/ALSA-hda-realtek-Fix-for-quirk-to-enable-speaker-out-85743a847cae.patch
	patches.suse/ALSA-usb-audio-Skip-generic-sync-EP-parse-for-second.patch
	patches.suse/ALSA-usb-audio-Set-up-implicit-sync-for-Saffire-6.patch
	patches.suse/ALSA-hda-conexant-Fix-loopback-issue-with-CX20632.patch
	patches.suse/ASoC-nau8822-Add-operation-for-internal-PLL-off-and-.patch
	patches.suse/ASoC-cs42l52-Fix-TLV-scales-for-mixer-controls.patch
	patches.suse/ASoC-cs35l36-Update-digital-volume-TLV.patch
	patches.suse/ASoC-cs53l30-Correct-number-of-volume-levels-on-SX-c.patch
	patches.suse/ASoC-cs42l52-Correct-TLV-for-Bypass-Volume.patch
	patches.suse/ASoC-cs42l56-Correct-typo-in-minimum-level-for-SX-vo.patch
	patches.suse/ASoC-cs42l51-Correct-minimum-value-for-SX-volume-con.patch
	patches.suse/ASoC-wm8962-Fix-suspend-while-playing-music.patch
	patches.suse/ASoC-es8328-Fix-event-generation-for-deemphasis-cont.patch
	patches.suse/ASoC-wm_adsp-Fix-event-generation-for-wm_adsp_fw_put.patch
	patches.suse/ALSA-hda-realtek-Add-HW8326-support.patch
	patches.suse/ALSA-hda-realtek-Add-quirk-for-HP-Dev-One.patch
	patches.suse/ata-libata-core-fix-NULL-pointer-deref-in-ata_host_a.patch
	patches.suse/ata-pata_octeon_cf-Fix-refcount-leak-in-octeon_cf_pr.patch
	patches.suse/ata-libata-transport-fix-dma-pio-xfer-_mode-sysfs-fi.patch
	patches.suse/cpuidle-intel_idle-Fix-CPUIDLE_FLAG_IRQ_ENABLE.patch
	patches.suse/iov_iter-Fix-iter_xarray_get_pages-_alloc.patch
	patches.suse/SUNRPC-Trap-RDMA-segment-overflows.patch
	patches.suse/SUNRPC-Fix-the-calculation-of-xdr-end-in-xdr_get_nex.patch
	patches.suse/iov_iter-fix-build-issue-due-to-possible-type-mis-ma.patch
	patches.suse/virtio-mmio-fix-missing-put_device-when-vm_cmdline_p.patch
	patches.suse/vringh-Fix-loop-descriptors-check-in-the-indirect-ca.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-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/x86-speculation-mmio-print-smt-warning.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/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/net-usb-ax88179_178a-needs-FLAG_SEND_ZLP.patch
	patches.suse/net-ax25-Fix-deadlock-caused-by-skb_recv_datagram-in.patch
	patches.suse/drm-i915-reset-Fix-error_state_read-ptr-offset-use.patch
	patches.suse/drm-amd-display-Cap-OLED-brightness-per-max-frame-av.patch
	patches.suse/USB-serial-io_ti-add-Agilent-E5805A-support.patch
	patches.suse/USB-serial-option-add-support-for-Cinterion-MV31-wit.patch
	patches.suse/usb-dwc3-gadget-Fix-IN-endpoint-max-packet-size-allo.patch
	patches.suse/usb-dwc2-Fix-memory-leak-in-dwc2_hcd_init.patch
	patches.suse/usb-gadget-lpc32xx_udc-Fix-refcount-leak-in-lpc32xx_.patch
	patches.suse/usb-gadget-u_ether-fix-regression-in-setting-fixed-M.patch
	patches.suse/usb-cdnsp-Fixed-setting-last_trb-incorrectly.patch
	patches.suse/usb-gadget-f_fs-change-ep-status-safe-in-ffs_epfile_.patch
	patches.suse/usb-gadget-f_fs-change-ep-ep-safe-in-ffs_epfile_io.patch
	patches.suse/tty-n_gsm-Debug-output-allocation-must-use-GFP_ATOMI.patch
	patches.suse/tty-goldfish-Fix-free_irq-on-remove.patch
	patches.suse/misc-atmel-ssc-Fix-IRQ-check-in-ssc_probe.patch
	patches.suse/0018-dm-mirror-log-round-up-region-bitmap-size-to-BITS_PE.patch
	patches.suse/init-Initialize-noop_backing_dev_info-early.patch
	patches.suse/nvme-add-device-name-to-warning-in-uuid_show.patch
	patches.suse/0019-block-Fix-handling-of-offline-queues-in-blk_mq_alloc.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-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/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/mei-hbm-drop-capability-response-on-early-shutdown.patch
	patches.suse/mei-me-add-raptor-lake-point-S-DID.patch
	patches.suse/bus-fsl-mc-bus-fix-KASAN-use-after-free-in-fsl_mc_bu.patch
	patches.suse/irqchip-gic-realview-Fix-refcount-leak-in-realview_g.patch
	patches.suse/irqchip-gic-v3-Fix-error-handling-in-gic_populate_pp.patch
	patches.suse/irqchip-gic-v3-Fix-refcount-leak-in-gic_populate_ppi.patch
	patches.suse/irqchip-realtek-rtl-Fix-refcount-leak-in-map_interru.patch
	patches.suse/sched-Fix-balance_push-vs-__sched_setscheduler.patch
	patches.suse/faddr2line-Fix-overlapping-text-section-failures-the.patch
	patches.suse/udmabuf-add-back-sanity-check.patch
	patches.suse/mm-slub-add-missing-TID-updates-on-slab-deactivation.patch
	patches.suse/scsi-scsi_debug-Fix-zone-transition-to-full-condition.patch
	patches.suse/scsi-iscsi-Exclude-zero-from-the-endpoint-ID-range.patch
	patches.suse/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/9p-fix-fid-refcount-leak-in-v9fs_vfs_atomic_open_dot.patch
	patches.suse/9p-fix-fid-refcount-leak-in-v9fs_vfs_get_link.patch
	patches.suse/9p-Fix-refcounting-during-full-path-walks-for-fid-lo.patch
	patches.suse/ALSA-hda-realtek-Add-mute-LED-quirk-for-HP-Omen-lapt.patch
	patches.suse/ALSA-usb-audio-US16x08-Move-overflow-check-before-ar.patch
	patches.suse/ALSA-hda-realtek-ALC897-headset-MIC-no-sound.patch
	patches.suse/ALSA-hda-realtek-Apply-fixup-for-Lenovo-Yoga-Duet-7-.patch
	patches.suse/ALSA-hda-intel-dspcfg-use-SOF-for-UpExtreme-and-UpEx.patch
	patches.suse/ALSA-hda-intel-nhlt-remove-use-of-__func__-in-dev_db.patch
	patches.suse/ALSA-x86-intel_hdmi_audio-enable-pm_runtime-and-set-.patch
	patches.suse/ALSA-x86-intel_hdmi_audio-use-pm_runtime_resume_and_.patch
	patches.suse/ALSA-hda-realtek-Add-quirk-for-Clevo-PD70PNT.patch
	patches.suse/ALSA-hda-conexant-Fix-missing-beep-setup.patch
	patches.suse/ALSA-hda-via-Fix-missing-beep-setup.patch
	patches.suse/ALSA-hda-Fix-discovery-of-i915-graphics-PCI-device.patch
	patches.suse/ALSA-hda-realtek-Add-quirk-for-Clevo-NS50PU.patch
	patches.suse/mmc-sdhci-pci-o2micro-Fix-card-detect-by-dealing-wit.patch
	patches.suse/mmc-mediatek-wait-dma-stop-bit-reset-to-0.patch
	patches.suse/phy-aquantia-Fix-AN-when-higher-speeds-than-1G-are-n.patch
	patches.suse/igb-fix-a-use-after-free-issue-in-igb_clean_tx_ring.patch
	patches.suse/bonding-ARP-monitor-spams-NETDEV_NOTIFY_PEERS-notifi.patch
	patches.suse/0001-ethtool-Fix-get-module-eeprom-fallback.patch
	patches.suse/net-phy-smsc-Disable-Energy-Detect-Power-Down-in-int.patch
	patches.suse/selftests-netfilter-correct-PKTGEN_SCRIPT_PATHS-in-n.patch
	patches.suse/igb-Make-DMA-faster-when-CPU-is-active-on-the-PCIe-l.patch
	patches.suse/ice-Fix-switchdev-rules-book-keeping.patch
	patches.suse/virtio_net-fix-xdp_rxq_info-bug-after-suspend-resume.patch
	patches.suse/net-openvswitch-fix-parsing-of-nw_proto-for-IPv6-fra.patch
	patches.suse/filemap-Handle-sibling-entries-in-filemap_get_read_b.patch
	patches.suse/tracing-kprobes-Check-whether-get_kretprobe-returns-.patch
	patches.suse/tracing-Simplify-conditional-compilation-code-in-tracing_set_tracer.patch
	patches.suse/io_uring-use-original-request-task-for-inflight-trac.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/0010-dm-mirror-log-clear-log-bits-up-to-BITS_PER_LONG-bou.patch
	patches.suse/drm-sun4i-Fix-crash-during-suspend-after-component-b.patch
	patches.suse/drm-i915-Implement-w-a-22010492432-for-adl-s.patch
	patches.suse/drm-msm-Fix-double-pm_runtime_disable-call.patch
	patches.suse/drm-msm-Switch-ordering-of-runpm-put-vs-devfreq_idle.patch
	patches.suse/drm-msm-use-for_each_sgtable_sg-to-iterate-over-scat.patch
	patches.suse/drm-msm-mdp4-Fix-refcount-leak-in-mdp4_modeset_init_.patch
	patches.suse/drm-msm-dp-check-core_initialized-before-disable-int.patch
	patches.suse/drm-msm-dp-force-link-training-for-display-resolutio.patch
	patches.suse/KVM-x86-svm-add-__GFP_ACCOUNT-to-__sev_dbg_-en-de-cr.patch
	patches.suse/xen-blkfront-Handle-NULL-gendisk.patch
	patches.suse/x86-xen-Remove-undefined-behavior-in-setup_features.patch
	patches.suse/xen-gntdev-Avoid-blocking-in-unmap_grant_pages.patch
	patches.suse/s390-crash-make-copy_oldmem_page-return-number-of-bytes-copied
	patches.suse/s390-cpumf-Handle-events-cycles-and-instructions-identical
	patches.suse/regmap-irq-Fix-a-bug-in-regmap_irq_enable-for-type_i.patch
	patches.suse/regmap-irq-Fix-offset-index-mismatch-in-read_sub_irq.patch
	patches.suse/gpio-winbond-Fix-error-code-in-winbond_gpio_get.patch
	patches.suse/usb-gadget-Fix-non-unique-driver-names-in-raw-gadget.patch
	patches.suse/dt-bindings-usb-ohci-Increase-the-number-of-PHYs.patch
	patches.suse/dt-bindings-usb-ehci-Increase-the-number-of-PHYs.patch
	patches.suse/USB-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/video-fbdev-pxa3xx-gcu-Fix-integer-overflow-in-pxa3x.patch
	patches.suse/ARM-dts-imx7-Move-hsic_phy-power-domain-to-HSIC-PHY-.patch
	patches.suse/ARM-dts-imx6qdl-correct-PU-regulator-ramp-delay.patch
	patches.suse/ARM-Fix-refcount-leak-in-axxia_boot_secondary.patch
	patches.suse/soc-bcm-brcmstb-pm-pm-arm-Fix-refcount-leak-in-brcms.patch
	patches.suse/ARM-cns3xxx-Fix-refcount-leak-in-cns3xxx_init.patch
	patches.suse/arm64-dts-ti-k3-am64-main-Remove-support-for-HS400-s.patch
	patches.suse/ARM-dts-bcm2711-rpi-400-Fix-GPIO-line-names.patch
	patches.suse/ARM-exynos-Fix-refcount-leak-in-exynos_map_pmu.patch
	patches.suse/memory-samsung-exynos5422-dmc-Fix-refcount-leak-in-o.patch
	patches.suse/tick-nohz-unexport-__init-annotated-tick_nohz_full_s.patch
	patches.suse/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/platform-x86-thinkpad_acpi-Fix-a-memory-leak-of-EFCH.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-thinkpad-acpi-profile-capabilities-as-i.patch
	patches.suse/platform-x86-thinkpad_acpi-do-not-use-PSC-mode-on-In.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/net-tun-unlink-NAPI-from-device-on-destruction.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/net-tun-stop-NAPI-when-detaching-queues.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/net-tun-avoid-disabling-NAPI-twice.patch
	patches.suse/drm-i915-gem-add-missing-else.patch
	patches.suse/drm-fourcc-fix-integer-type-usage-in-uapi-header.patch
	patches.suse/drm-amdgpu-To-flush-tlb-for-MMHUB-of-RAVEN-series.patch
	patches.suse/Revert-drm-amdgpu-display-set-vblank_disable_immedia.patch
	patches.suse/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/0011-dm-raid-fix-accesses-beyond-end-of-raid-member-array.patch
	patches.suse/dm-raid-fix-KASAN-warning-in-raid5_add_disks.patch
	patches.suse/NFSv4-Add-an-fattr-allocation-to-_nfs4_discover_trun.patch
	patches.suse/hwmon-occ-Prevent-power-cap-command-overwriting-poll.patch
	patches.suse/hwmon-ibmaem-don-t-call-platform_device_del-if-platf.patch
	patches.suse/PM-devfreq-exynos-ppmu-Fix-refcount-leak-in-of_get_d.patch
	patches.suse/drivers-cpufreq-Add-missing-of_node_put-in-qoriq-cpu.patch
	patches.suse/cpufreq-pmac32-cpufreq-Fix-refcount-leak-bug.patch
	patches.suse/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/ARM-dts-stm32-add-missing-usbh-clock-and-fix-clk-order-on-stm32mp15.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/xen-arm-Fix-race-in-RB-tree-based-P2M-accounting.patch
	patches.suse/ALSA-usb-audio-Workarounds-for-Behringer-UMC-204-404.patch
	patches.suse/ALSA-usb-audio-Add-quirks-for-MacroSilicon-MS2100-MS.patch
	patches.suse/ALSA-hda-realtek-Add-quirk-for-Clevo-L140PU.patch
	patches.suse/ALSA-usb-audio-Add-quirk-for-Fiero-SC-01.patch
	patches.suse/ALSA-usb-audio-Add-quirk-for-Fiero-SC-01-fw-v1.0.0.patch
	patches.suse/ASoC-ops-Fix-off-by-one-in-range-control-validation.patch
	patches.suse/ASoC-Realtek-Maxim-SoundWire-codecs-disable-pm_runti.patch
	patches.suse/ASoC-rt711-sdca-sdw-fix-calibrate-mutex-initializati.patch
	patches.suse/ASoC-Intel-sof_sdw-handle-errors-on-card-registratio.patch
	patches.suse/ASoC-rt711-fix-calibrate-mutex-initialization.patch
	patches.suse/ASoC-rt7-sdw-harden-jack_detect_handler.patch
	patches.suse/ASoC-codecs-rt700-rt711-rt711-sdca-initialize-workqu.patch
	patches.suse/ASoC-codecs-rt700-rt711-rt711-sdca-resume-bus-codec-.patch
	patches.suse/ASoC-SOF-Intel-hda-loader-Clarify-the-cl_dsp_init-fl.patch
	patches.suse/ASoC-Remove-unused-hw_write_t-type.patch
	patches.suse/ASoC-wcd938x-Fix-event-generation-for-some-controls.patch
	patches.suse/ASoC-Intel-bytcr_wm5102-Fix-GPIO-related-probe-order.patch
	patches.suse/ASoC-wm5110-Fix-DRE-control.patch
	patches.suse/ASoC-cs35l41-Correct-some-control-names.patch
	patches.suse/ASoC-rt711-sdca-fix-kernel-NULL-pointer-dereference-.patch
	patches.suse/ASoC-dapm-Initialise-kcontrol-data-for-mux-demux-con.patch
	patches.suse/ASoC-cs35l41-Add-ASP-TX3-4-source-to-register-patch.patch
	patches.suse/ASoC-cs47l15-Fix-event-generation-for-low-power-mux-.patch
	patches.suse/ASoC-madera-Fix-event-generation-for-OUT1-demux.patch
	patches.suse/ASoC-madera-Fix-event-generation-for-rate-controls.patch
	patches.suse/irqchip-or1k-pic-Undefine-mask_ack-for-level-trigger.patch
	patches.suse/signal-handling-don-t-use-BUG_ON-for-debugging.patch
	patches.suse/pinctrl-aspeed-Fix-potential-NULL-dereference-in-asp.patch
	patches.suse/pinctrl-sunxi-a83t-Fix-NAND-function-name-for-some-p.patch
	patches.suse/pinctrl-sunxi-sunxi_pconf_set-use-correct-offset.patch
	patches.suse/i40e-Fix-dropped-jumbo-frames-statistics.patch
	patches.suse/i40e-Fix-VF-s-MAC-Address-change-on-VM.patch
	patches.suse/netfilter-nf_tables-stricter-validation-of-element-d.patch
	patches.suse/ibmvnic-Properly-dispose-of-all-skbs-during-a-failov.patch
	patches.suse/can-bcm-use-call_rcu-instead-of-costly-synchronize_r.patch
	patches.suse/Revert-can-xilinx_can-Limit-CANFD-brp-to-2.patch
	patches.suse/can-gs_usb-gs_usb_open-close-fix-memory-leak.patch
	patches.suse/can-grcan-grcan_probe-remove-extra-of_node_get.patch
	patches.suse/can-m_can-m_can_chip_config-actually-enable-internal.patch
	patches.suse/can-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/usbnet-fix-memory-leak-in-error-case.patch
	patches.suse/net-rose-fix-UAF-bug-caused-by-rose_t0timer_expiry.patch
	patches.suse/r8169-fix-accessing-unset-transport-header.patch
	patches.suse/fbdev-fbmem-Fix-logo-center-image-dx-issue.patch
	patches.suse/video-of_display_timing.h-include-errno.h.patch
	patches.suse/fbcon-Disallow-setting-font-bigger-than-screen-size.patch
	patches.suse/fbcon-Prevent-that-screen-size-is-smaller-than-font-.patch
	patches.suse/fbmem-Check-virtual-screen-sizes-in-fb_set_var.patch
	patches.suse/iommu-vt-d-Fix-PCI-bus-rescan-device-hot-add
	patches.suse/iommu-vt-d-Fix-RID2PASID-setup-teardown-failure
	patches.suse/memregion-Fix-memregion_free-fallback-definition.patch
	patches.suse/ACPI-CPPC-Only-probe-for-_CPC-if-CPPC-v2-is-acked.patch
	patches.suse/powerpc-powernv-delay-rng-platform-device-creation-u.patch
	patches.suse/i2c-piix4-Fix-a-memory-leak-in-the-EFCH-MMIO-support.patch
	patches.suse/i2c-cadence-Unregister-the-clk-notifier-in-error-pat.patch
	patches.suse/x86-compressed-64-Add-identity-mappings-for-setup_da.patch
	patches.suse/x86-boot-Fix-the-setup-data-types-max-limit.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/ida-don-t-use-BUG_ON-for-debugging.patch
	patches.suse/fix-race-between-exit_itimers-and-proc-pid-timers.patch
	patches.suse/nilfs2-fix-incorrect-masking-of-permission-flags-for.patch
	patches.suse/x86-kvm-vmx-Make-noinstr-clean.patch
	patches.suse/x86-cpufeatures-Move-RETPOLINE-flags-to-word-11.patch
	patches.suse/x86-retpoline-Cleanup-some-ifdefery.patch
	patches.suse/x86-retpoline-Swizzle-retpoline-thunk.patch
	patches.suse/x86-retpoline-Use-mfunction-return.patch
	patches.suse/x86-Undo-return-thunk-damage.patch
	patches.suse/x86-objtool-Create-.return_sites.patch
	patches.suse/x86-static_call-Use-alternative-RET-encoding.patch
	patches.suse/x86-ftrace-use-alternative-ret-encoding.patch
	patches.suse/x86-bpf-Use-alternative-RET-encoding.patch
	patches.suse/x86-kvm-Fix-SETcc-emulation-for-return-thunks.patch
	patches.suse/x86-vsyscall_emu-64-Don-t-use-RET-in-vsyscall-emulation.patch
	patches.suse/x86-sev-Avoid-using-__x86_return_thunk.patch
	patches.suse/x86-Use-return-thunk-in-asm-code.patch
	patches.suse/x86-entry-Avoid-very-early-RET.patch
	patches.suse/objtool-Treat-.text.__x86.-as-noinstr.patch
	patches.suse/x86-Add-magic-AMD-return-thunk.patch
	patches.suse/x86-bugs-Report-AMD-retbleed-vulnerability.patch
	patches.suse/x86-bugs-Add-AMD-retbleed-boot-parameter.patch
	patches.suse/x86-bugs-Enable-STIBP-for-JMP2RET.patch
	patches.suse/x86-bugs-Keep-a-per-CPU-IA32_SPEC_CTRL-value.patch
	patches.suse/x86-entry-Add-kernel-IBRS-implementation.patch
	patches.suse/x86-bugs-Optimize-SPEC_CTRL-MSR-writes.patch
	patches.suse/x86-speculation-Add-spectre_v2-ibrs-option-to-support-Kern.patch
	patches.suse/x86-bugs-Split-spectre_v2_select_mitigation-and-spectre_v2.patch
	patches.suse/x86-bugs-Report-Intel-retbleed-vulnerability.patch
	patches.suse/intel_idle-Disable-IBRS-during-long-idle.patch
	patches.suse/objtool-Update-Retpoline-validation.patch
	patches.suse/x86-xen-Rename-SYS-entry-points.patch
	patches.suse/x86-bugs-Add-retbleed-ibpb.patch
	patches.suse/x86-bugs-Do-IBPB-fallback-check-only-once.patch
	patches.suse/objtool-Add-entry-UNRET-validation.patch
	patches.suse/x86-cpu-amd-Add-Spectral-Chicken.patch
	patches.suse/x86-speculation-Fix-RSB-filling-with-CONFIG_RETPOLINE-n.patch
	patches.suse/x86-speculation-Fix-firmware-entry-SPEC_CTRL-handling.patch
	patches.suse/x86-speculation-Fix-SPEC_CTRL-write-on-SMT-state-change.patch
	patches.suse/x86-speculation-Use-cached-host-SPEC_CTRL-value-for-guest-.patch
	patches.suse/x86-speculation-Remove-x86_spec_ctrl_mask.patch
	patches.suse/objtool-Re-add-UNWIND_HINT_-SAVE_RESTORE.patch
	patches.suse/KVM-VMX-Flatten-__vmx_vcpu_run.patch
	patches.suse/KVM-VMX-Convert-launched-argument-to-flags.patch
	patches.suse/KVM-VMX-Prevent-guest-RSB-poisoning-attacks-with-eIBRS.patch
	patches.suse/KVM-VMX-Fix-IBRS-handling-after-vmexit.patch
	patches.suse/x86-speculation-Fill-RSB-on-vmexit-for-IBRS.patch
	patches.suse/KVM-VMX-Prevent-RSB-underflow-before-vmenter.patch
	patches.suse/x86-common-Stamp-out-the-stepping-madness.patch
	patches.suse/x86-cpu-amd-Enumerate-BTC_NO.patch
	patches.suse/x86-retbleed-add-fine-grained-kconfig-knobs.patch
	patches.suse/x86-bugs-Add-Cannon-lake-to-RETBleed-affected-CPU-list.patch
	patches.suse/x86-bugs-Do-not-enable-IBPB-on-entry-when-IBPB-is-not-supp.patch
	patches.suse/x86-kexec-disable-ret-on-kexec.patch
	patches.suse/x86-speculation-disable-rrsba-behavior.patch
	patches.suse/drm-i915-fix-a-possible-refcount-leak-in-intel_dp_ad.patch
	patches.suse/drm-panfrost-Put-mapping-instead-of-shmem-obj-on-pan.patch
	patches.suse/drm-panfrost-Fix-shrinker-list-corruption-by-madvise.patch
	patches.suse/tracing-histograms-Fix-memory-leak-problem.patch
	patches.suse/tracing-Fix-sleeping-while-atomic-in-kdb-ftdump.patch
	patches.suse/cgroup-Use-separate-src-dst-nodes-when-preloading-css_sets-for-migration.patch
	patches.suse/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-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-mlx5e-Fix-enabling-sriov-while-tc-nic-rules-are-.patch
	patches.suse/net-mlx5e-Ring-the-TX-doorbell-on-DMA-errors.patch
	patches.suse/net-sock-tracing-Fix-sock_exceed_buf_limit-not-to-de.patch
	patches.suse/sysctl-Fix-data-races-in-proc_dointvec.patch
	patches.suse/sysctl-Fix-data-races-in-proc_douintvec.patch
	patches.suse/sysctl-Fix-data-races-in-proc_dointvec_minmax.patch
	patches.suse/sysctl-Fix-data-races-in-proc_douintvec_minmax.patch
	patches.suse/sysctl-Fix-data-races-in-proc_doulongvec_minmax.patch
	patches.suse/sysctl-Fix-data-races-in-proc_dointvec_jiffies.patch
	patches.suse/bnxt_en-reclaim-max-resources-if-sriov-enable-fails.patch
	patches.suse/bnxt_en-Fix-bnxt_reinit_after_abort-code-path.patch
	patches.suse/bnxt_en-fix-livepatch-query.patch
	patches.suse/bnxt_en-Fix-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/net-ftgmac100-Hold-reference-returned-by-of_get_chil.patch
	patches.suse/net-stmmac-fix-leaks-in-probe.patch
	patches.suse/wifi-mac80211_hwsim-set-virtio-device-ready-in-probe.patch
	patches.suse/wifi-mac80211-fix-queue-selection-for-mesh-OCB-inter.patch
	patches.suse/sfc-fix-use-after-free-when-disabling-sriov.patch
	patches.suse/sfc-fix-kernel-panic-when-creating-VF.patch
	patches.suse/xen-netback-avoid-entering-xenvif_rx_next_skb-with-a.patch
	patches.suse/drm-i915-gvt-IS_ERR-vs-NULL-bug-in-intel_gvt_update_.patch
	patches.suse/drm-i915-selftests-fix-a-couple-IS_ERR-vs-NULL-tests.patch
	patches.suse/drm-i915-gt-Serialize-GRDOM-access-between-multiple-.patch
	patches.suse/drm-i915-gt-Serialize-TLB-invalidates-with-GT-resets.patch
	patches.suse/drm-amd-display-Ignore-First-MST-Sideband-Message-Re.patch
	patches.suse/drm-amd-display-Only-use-depth-36-bpp-linebuffers-on.patch
	patches.suse/xen-gntdev-Ignore-failure-to-unmap-INVALID_GRANT_HAN.patch
	patches.suse/ACPI-video-Fix-acpi_video_handles_brightness_key_pre.patch
	patches.suse/arm64-dts-rockchip-Assign-RK3399-VDU-clock-rate.patch
	patches.suse/reset-Fix-devm-bulk-optional-exclusive-control-gette.patch
	patches.suse/tee-tee_get_drvdata-fix-description-of-return-value.patch
	patches.suse/ARM-dts-at91-sama5d2-Fix-typo-in-i2s1-node.patch
	patches.suse/ARM-dts-sunxi-Fix-SPI-NOR-campatible-on-Orange-Pi-Ze.patch
	patches.suse/ARM-dts-imx6qdl-ts7970-Fix-ngpio-typo-and-count.patch
	patches.suse/arm64-dts-broadcom-bcm4908-Fix-timer-node-for-BCM490.patch
	patches.suse/arm64-dts-broadcom-bcm4908-Fix-cpu-node-for-smp-boot.patch
	patches.suse/spi-amd-Limit-max-transfer-and-message-size.patch
	patches.suse/kvm-emulate-do-not-adjust-size-of-fastop-and-setcc-subroutines.patch
	patches.suse/efi-x86-use-naked-RET-on-mixed-mode-call-wrapper.patch
	patches.suse/tty-serial-samsung_tty-set-dma-burst_size-to-1.patch
	patches.suse/serial-pl011-UPSTAT_AUTORTS-requires-.throttle-unthr.patch
	patches.suse/serial-stm32-Clear-prev-values-before-setting-RTS-de.patch
	patches.suse/serial-8250-fix-return-error-code-in-serial8250_requ.patch
	patches.suse/serial-8250-Fix-PM-usage_count-for-console-handover.patch
	patches.suse/vt-fix-memory-overlapping-when-deleting-chars-in-the.patch
	patches.suse/tty-extract-tty_flip_buffer_commit-from-tty_flip_buf.patch
	patches.suse/tty-use-new-tty_insert_flip_string_and_push_buffer-i.patch
	patches.suse/usb-dwc3-gadget-Fix-event-pending-check.patch
	patches.suse/usb-typec-add-missing-uevent-when-partner-support-PD.patch
	patches.suse/USB-serial-ftdi_sio-add-Belimo-device-ids.patch
	patches.suse/scsi-megaraid-Clear-READ-queue-map-s-nr_queues.patch
	patches.suse/power-reset-arm-versatile-Fix-refcount-leak-in-versa.patch
	patches.suse/x86-pat-fix-x86_has_pat_wp.patch
	patches.suse/x86-bugs-remove-apostrophe-typo.patch
	patches.suse/perf-core-Fix-data-race-between-perf_event_set_output-and-perf_mmap_close.patch
	patches.suse/RDMA-irdma-Do-not-advertise-1GB-page-size-for-x722.patch
	patches.suse/RDMA-irdma-Fix-sleep-from-invalid-context-BUG.patch
	patches.suse/lockdown-Fix-kexec-lockdown-bypass-with-ima-policy.patch
	patches.suse/watchqueue-make-sure-to-serialize-wqueue-defunct-pro.patch
	patches.suse/watch-queue-remove-spurious-double-semicolon.patch
	patches.suse/mm-Force-TLB-flush-for-PFNMAP-mappings-before-unlink_file_vma.patch
	patches.suse/ip-Fix-data-races-around-sysctl_ip_fwd_update_priori.patch
	patches.suse/net-stmmac-fix-pm-runtime-issue-in-stmmac_dvr_remove.patch
	patches.suse/net-stmmac-fix-unbalanced-ptp-clock-issue-in-suspend.patch
	patches.suse/net-dsa-microchip-ksz_common-Fix-refcount-leak-bug.patch
	patches.suse/e1000e-Enable-GPT-clock-before-sending-message-to-CS.patch
	patches.suse/Revert-e1000e-Fix-possible-HW-unit-hang-after-an-s0i.patch
	patches.suse/igc-Reinstate-IGC_REMOVED-logic-and-implement-it-pro.patch
	patches.suse/net-stmmac-fix-dma-queue-left-shift-overflow-issue.patch
	patches.suse/docs-net-dsa-update-probing-documentation.patch
	patches.suse/docs-net-dsa-document-the-shutdown-behavior.patch
	patches.suse/docs-net-dsa-rename-tag_protocol-to-get_tag_protocol.patch
	patches.suse/docs-net-dsa-add-more-info-about-the-other-arguments.patch
	patches.suse/docs-net-dsa-document-change_tag_protocol.patch
	patches.suse/docs-net-dsa-document-the-teardown-method.patch
	patches.suse/docs-net-dsa-document-port_setup-and-port_teardown.patch
	patches.suse/docs-net-dsa-document-port_fast_age.patch
	patches.suse/docs-net-dsa-remove-port_vlan_dump.patch
	patches.suse/docs-net-dsa-delete-port_mdb_dump.patch
	patches.suse/docs-net-dsa-re-explain-what-port_fdb_dump-actually-.patch
	patches.suse/i40e-Fix-erroneous-adapter-reinitialization-during-r.patch
	patches.suse/ixgbe-Add-locking-to-prevent-panic-when-setting-srio.patch
	patches.suse/net-stmmac-remove-redunctant-disable-xPCS-EEE-call.patch
	patches.suse/0001-be2net-Fix-buffer-overflow-in-be_get_module_eeprom.patch
	patches.suse/net-dsa-sja1105-silent-spi_device_id-warnings.patch
	patches.suse/net-dsa-vitesse-vsc73xx-silent-spi_device_id-warning.patch
	patches.suse/r8152-fix-a-WOL-issue.patch
	patches.suse/Documentation-fix-udp_wmem_min-in-ip-sysctl.rst.patch
	patches.suse/iavf-Disallow-changing-rx-tx-frames-and-rx-tx-frames.patch
	patches.suse/iavf-Fix-handling-of-dummy-receive-descriptors.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/mlxsw-spectrum_router-Fix-IPv4-nexthop-gateway-indic.patch
	patches.suse/mtd-rawnand-gpmi-Set-WAIT_FOR_READY-timeout-based-on.patch
	patches.suse/drm-amdgpu-Remove-one-duplicated-ef-removal.patch
	patches.suse/drm-ttm-fix-locking-in-vmap-vunmap-TTM-GEM-helpers.patch
	patches.suse/drm-imx-dcss-Add-missing-of_node_put-in-fail-path.patch
	patches.suse/gpio-pca953x-only-use-single-read-write-for-No-AI-mo.patch
	patches.suse/gpio-pca953x-use-the-correct-range-when-do-regmap-sy.patch
	patches.suse/gpio-pca953x-use-the-correct-register-address-when-r.patch
	patches.suse/gpio-gpio-xilinx-Fix-integer-overflow.patch
	patches.suse/i2c-mlxcpld-Fix-register-setting-for-400KHz-frequenc.patch
	patches.suse/i2c-cadence-Change-large-transfer-count-reset-logic-.patch
	patches.suse/spi-bcm2835-bcm2835_spi_handle_err-fix-NULL-pointer-.patch
	patches.suse/spi-spi-rspi-Fix-PIO-fallback-on-RZ-platforms.patch
	patches.suse/KVM-x86-Protect-the-unused-bits-in-MSR-exiting-flags.patch
	patches.suse/x86-amd-use-ibpb-for-firmware-calls.patch
	patches.suse/virt-sev-guest-Pass-the-appropriate-argument-type-to-iounmap
	patches.suse/x86-alternative-report-missing-return-thunk-details.patch
	patches.suse/x86-bugs-warn-when-ibrs-mitigation-is-selected-on-enhanced-ibrs-parts.patch
	patches.suse/lkdtm-disable-return-thunks-in-rodata-c.patch
	patches.suse/sched-deadline-Fix-BUG_ON-condition-for-deboosted-ta.patch
	patches.suse/asm-generic-remove-a-broken-and-needless-ifdef-condi.patch
	patches.suse/watch_queue-Fix-missing-rcu-annotation.patch
	patches.suse/watch_queue-Fix-missing-locking-in-add_watch_to_obje.patch
	patches.suse/net-pcs-xpcs-propagate-xpcs_read-error-to-xpcs_get_s.patch
	patches.suse/net-sungem_phy-Add-of_node_put-for-reference-returne.patch
	patches.suse/Documentation-fix-sctp_wmem-in-ip-sysctl.rst.patch
	patches.suse/macsec-fix-NULL-deref-in-macsec_add_rxsa.patch
	patches.suse/macsec-fix-error-message-in-macsec_add_rxsa-and-_txs.patch
	patches.suse/macsec-limit-replay-window-size-with-XPN.patch
	patches.suse/macsec-always-read-MACSEC_SA_ATTR_PN-as-a-u64.patch
	patches.suse/net-macsec-fix-potential-resource-leak-in-macsec_add.patch
	patches.suse/i40e-Fix-interface-init-with-MSI-interrupts-no-MSI-X.patch
	patches.suse/octeontx2-pf-cn10k-Fix-egress-ratelimit-configuratio.patch
	patches.suse/octeontx2-pf-Fix-UDP-TCP-src-and-dst-port-tc-filters.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-check-DD-EOF-bits-on-Rx-descriptor-rather-than-E.patch
	patches.suse/ice-do-not-setup-vlan-for-loopback-VSI.patch
	patches.suse/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/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-amd_nb-Add-AMD-PCI-IDs-for-SMN-communication.patch
	patches.suse/hwmon-k10temp-Add-support-for-new-family-17h-and-19h.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-kasan-Revert-arm64-mte-reset-the-page-tag-in-p.patch
	patches.suse/arm64-cpufeature-Allow-different-PMU-versions-in-ID_.patch
	patches.suse/sched-numa-Initialise-numa_migrate_retry.patch
	patches.suse/sched-numa-Do-not-swap-tasks-between-nodes-when-spare-capacity-is-available.patch
	patches.suse/sched-numa-Apply-imbalance-limitations-consistently.patch
	patches.suse/sched-numa-Adjust-imb_numa_nr-to-a-better-approximation-of-memory-channels.patch
	patches.suse/sched-fair-Consider-CPU-affinity-when-allowing-NUMA-imbalance-in-find_idlest_group.patch
	patches.suse/sched-Allow-newidle-balancing-to-bail-out-of-load_balance.patch
	patches.suse/sched-Fix-the-check-of-nr_running-at-queue-wakelist.patch
	patches.suse/sched-Remove-the-limitation-of-WF_ON_CPU-on-wakelist-if-wakee-cpu-is-idle.patch
	patches.suse/sched-fair-Remove-redundant-word.patch
	patches.suse/sched-Remove-unused-function-group_first_cpu.patch
	patches.suse/sched-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/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/wait-Fix-__wait_event_hrtimeout-for-RT-DL-tasks.patch
	patches.suse/ARM-OMAP2-Fix-refcount-leak-in-omapdss_init_of.patch
	patches.suse/ARM-OMAP2-display-Fix-refcount-leak-bug.patch
	patches.suse/ARM-OMAP2-pdata-quirks-Fix-refcount-leak-bug.patch
	patches.suse/ARM-OMAP2-Fix-refcount-leak-in-omap3xxx_prm_late_ini.patch
	patches.suse/cpufreq-zynq-Fix-refcount-leak-in-zynq_get_revision.patch
	patches.suse/ARM-shmobile-rcar-gen2-Increase-refcount-for-new-ref.patch
	patches.suse/ARM-bcm-Fix-refcount-leak-in-bcm_kona_smc_init.patch
	patches.suse/soc-renesas-r8a779a0-sysc-Fix-A2DP1-and-A2CV-2357-PD.patch
	patches.suse/meson-mx-socinfo-Fix-refcount-leak-in-meson_mx_socin.patch
	patches.suse/soc-amlogic-Fix-refcount-leak-in-meson-secure-pwrc.c.patch
	patches.suse/firmware-arm_scpi-Ensure-scpi_info-is-not-assigned-i.patch
	patches.suse/firmware-tegra-bpmp-Do-only-aligned-access-to-IPC-me.patch
	patches.suse/firmware-tegra-Fix-error-check-return-value-of-debug.patch
	patches.suse/soc-fsl-guts-machine-variable-might-be-unset.patch
	patches.suse/soc-qcom-ocmem-Fix-refcount-leak-in-of_get_ocmem.patch
	patches.suse/soc-qcom-aoss-Fix-refcount-leak-in-qmp_cooling_devic.patch
	patches.suse/soc-qcom-Make-QCOM_RPMPD-depend-on-PM.patch
	patches.suse/arm64-dts-renesas-beacon-Fix-regulator-node-names.patch
	patches.suse/arm64-dts-renesas-Fix-thermal-sensors-on-single-zone.patch
	patches.suse/ARM-dts-ast2500-evb-fix-board-compatible.patch
	patches.suse/ARM-dts-ast2600-evb-fix-board-compatible.patch
	patches.suse/ARM-dts-ast2600-evb-a1-fix-board-compatible.patch
	patches.suse/dt-bindings-gpio-zynq-Add-missing-compatible-strings.patch
	patches.suse/arm64-dts-mt8192-Fix-idle-states-nodes-naming-scheme.patch
	patches.suse/arm64-dts-mt8192-Fix-idle-states-entry-method.patch
	patches.suse/arm64-dts-mt7622-fix-BPI-R64-WPS-button.patch
	patches.suse/arm64-dts-allwinner-a64-orangepi-win-Fix-LED-node-na.patch
	patches.suse/arm64-tegra-Mark-BPMP-channels-as-no-memory-wc.patch
	patches.suse/arm64-tegra-Fix-SDMMC1-CD-on-P2888.patch
	patches.suse/ARM-dts-imx7d-colibri-emmc-add-cpu1-supply.patch
	patches.suse/ARM-dts-imx7-colibri-eval-v3-correct-can-controller-comment.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-msm8974-add-required-ranges-to-OCMEM.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-Add-DTS-files-for-bcmbca-SoC-BCM63158.patch
	patches.suse/arm64-dts-Add-DTS-files-for-bcmbca-SoC-BCM4912.patch
	patches.suse/ARM64-dts-Add-DTS-files-for-bcmbca-SoC-BCM6858.patch
	patches.suse/arm64-dts-Add-base-DTS-file-for-bcmbca-device-Asus-G.patch
	patches.suse/ARM-dts-qcom-ipq8064-reduce-pci-IO-size-to-64K.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/regulator-core-Fix-off-on-delay-us-for-always-on-boo.patch
	patches.suse/spi-spi-altera-dfl-Fix-an-error-handling-path.patch
	patches.suse/spi-synquacer-Add-missing-clk_disable_unprepare.patch
	patches.suse/spi-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/bus-hisi_lpc-fix-missing-platform_device_put-in-hisi.patch
	patches.suse/ACPI-processor-idle-Annotate-more-functions-to-live-.patch
	patches.suse/ACPI-APEI-Better-fix-to-avoid-spamming-the-console-w.patch
	patches.suse/ACPI-EC-Remove-duplicate-ThinkPad-X1-Carbon-6th-entr.patch
	patches.suse/ACPI-EC-Drop-the-EC_FLAGS_IGNORE_DSDT_GPE-quirk.patch
	patches.suse/ACPI-PM-save-NVS-memory-for-Lenovo-G40-45.patch
	patches.suse/ACPI-PM-s2idle-Add-support-for-upcoming-AMD-uPEP-HID.patch
	patches.suse/ACPI-PM-s2idle-Use-LPS0-idle-if-ACPI_FADT_LOW_POWER_.patch
	patches.suse/ACPI-LPSS-Fix-missing-check-in-register_device_clock.patch
	patches.suse/ACPI-VIOT-Fix-ACS-setup.patch
	patches.suse/ACPI-video-Force-backlight-native-for-some-TongFang-.patch
	patches.suse/ACPI-video-Shortening-quirk-list-by-identifying-Clev.patch
	patches.suse/Documentation-ACPI-EINJ-Fix-obsolete-example.patch
	patches.suse/intel_idle-make-SPR-C1-and-C1E-be-independent.patch
	patches.suse/PM-hibernate-defer-device-probing-when-resuming-from.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/thermal-core-Remove-duplicate-information-when-an-er.patch
	patches.suse/0020-block-fix-infinite-loop-for-invalid-zone-append.patch
	patches.suse/0021-block-bio-remove-duplicate-append-pages-code.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/Documentation-dm-writecache-Render-status-list-as-li.patch
	patches.suse/0022-dm-writecache-set-a-default-MAX_WRITEBACK_JOBS.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/0023-dm-raid-fix-address-sanitizer-warning-in-raid_status.patch
	patches.suse/0024-dm-raid-fix-address-sanitizer-warning-in-raid_resume.patch
	patches.suse/selftests-seccomp-Fix-compile-warning-when-CC-clang.patch
	patches.suse/selinux-fix-memleak-in-security_read_state_kernel.patch
	patches.suse/selinux-Add-boundary-check-in-put_entry.patch
	patches.suse/kexec_file-drop-weak-attribute-from-functions.patch
	patches.suse/kexec-drop-weak-attribute-from-functions.patch
	patches.suse/kexec-clean-up-arch_kexec_kernel_verify_sig.patch
	patches.suse/kexec-KEYS-make-the-code-in-bzImage64_verify_sig-gen.patch
	patches.suse/arm64-kexec_file-use-more-system-keyrings-to-verify-.patch
	patches.suse/kexec-KEYS-s390-Make-use-of-built-in-and-secondary-k.patch
	patches.suse/crypto-ccp-Use-kzalloc-for-sev-ioctl-interfaces-to-p.patch
	patches.suse/crypto-sun8i-ss-fix-error-codes-in-allocate_flows.patch
	patches.suse/crypto-sun8i-ss-fix-infinite-loop-in-sun8i_ss_setup_.patch
	patches.suse/crypto-ccp-During-shutdown-check-SEV-data-pointer-be.patch
	patches.suse/crypto-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-zh_CN-fix-a-broken-reference.patch
	patches.suse/Documentation-update-watch_queue.rst-references.patch
	patches.suse/Documentation-siphash-Fix-typo-in-the-name-of-offset.patch
	patches.suse/selftests-timers-valid-adjtimex-build-fix-for-newer-.patch
	patches.suse/selftests-timers-clocksource-switch-fix-passing-erro.patch
	patches.suse/btrfs-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/xen-netback-do-some-code-cleanup.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/wifi-rtlwifi-fix-error-codes-in-rtl_debugfs_set_writ.patch
	patches.suse/net-smsc95xx-add-support-for-Microchip-EVB-LAN8670-U.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/vmxnet3-disable-overlay-offloads-if-UPT-device-does-.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/google-gve-fix-repeated-words-in-comments.patch
	patches.suse/octeontx2-af-fix-operand-size-in-bitwise-operation.patch
	patches.suse/octeontx2-af-Don-t-reset-previous-pfc-config.patch
	patches.suse/octeontx2-Modify-mbox-request-and-response-structure.patch
	patches.suse/octeontx2-af-Skip-CGX-RPM-probe-incase-of-zero-lmac-.patch
	patches.suse/ath10k-do-not-enforce-interrupt-trigger-type.patch
	patches.suse/ath11k-fix-netdev-open-race.patch
	patches.suse/ath11k-Fix-incorrect-debug_mask-mappings.patch
	patches.suse/wifi-iwlegacy-4965-fix-potential-off-by-one-overflow.patch
	patches.suse/wifi-rtw89-8852a-rfk-fix-div-0-exception.patch
	patches.suse/ath9k-fix-use-after-free-in-ath9k_hif_usb_rx_cb.patch
	patches.suse/ath9k-htc-clean-up-statistics-macros.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/octeontx2-af-Set-NIX-link-credits-based-on-max-LMAC.patch
	patches.suse/vmxnet3-Record-queue-number-to-incoming-packets.patch
	patches.suse/igc-Lift-TAPRIO-schedule-restriction.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/can-pch_can-pch_can_error-initialize-errc-before-usi.patch
	patches.suse/Bluetooth-btusb-Add-support-of-IMC-Networks-PID-0x35.patch
	patches.suse/Bluetooth-hci_intel-Add-check-for-platform_driver_re.patch
	patches.suse/dt-bindings-bluetooth-broadcom-Add-BCM4349B1-DT-bind.patch
	patches.suse/Bluetooth-hci_bcm-Add-BCM4349B1-variant.patch
	patches.suse/Bluetooth-btusb-Add-Realtek-RTL8852C-support-ID-0x04.patch
	patches.suse/Bluetooth-btusb-Add-Realtek-RTL8852C-support-ID-0x04-893fa8bc9952.patch
	patches.suse/Bluetooth-btusb-Add-Realtek-RTL8852C-support-ID-0x0C.patch
	patches.suse/Bluetooth-btusb-Add-Realtek-RTL8852C-support-ID-0x13.patch
	patches.suse/Bluetooth-btusb-Add-Realtek-RTL8852C-support-ID-0x13-6ad353dfc8ee.patch
	patches.suse/Bluetooth-hci_bcm-Add-DT-compatible-for-CYW55572.patch
	patches.suse/i40e-Refactor-tc-mqprio-checks.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/mt76-mt7915-fix-incorrect-testmode-ipg-on-band-1-cau.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/vmxnet3-do-not-reschedule-napi-for-rx-processing.patch
	patches.suse/wifi-iwlwifi-mvm-fix-double-list_add-at-iwl_mvm_mac_.patch
	patches.suse/wifi-libertas-Fix-possible-refcount-leak-in-if_usb_p.patch
	patches.suse/wifi-rtw88-check-the-return-value-of-alloc_workqueue.patch
	patches.suse/wifi-wil6210-debugfs-fix-uninitialized-variable-use-.patch
	patches.suse/can-mcp251xfd-mcp251xfd_dump-fix-comment.patch
	patches.suse/net-rose-fix-netdev-reference-changes.patch
	patches.suse/wireguard-ratelimiter-use-hrtimer-in-selftest.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-xsk-Account-for-XSK-RQ-UMRs-when-calculati.patch
	patches.suse/iavf-Fix-max_rate-limiting.patch
	patches.suse/iavf-Fix-tc-qdisc-show-listing-too-many-queues.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/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-mv64xxx-Remove-shutdown-method-from-driver.patch
	patches.suse/i2c-mv64xxx-Add-atomic_xfer-method-to-driver.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/drm-bridge-tc358767-Make-sure-Refclk-clock-are-enabl.patch
	patches.suse/drm-st7735r-Fix-module-autoloading-for-Okaya-RH12812.patch
	patches.suse/drm-mipi-dbi-align-max_chunk-to-2-in-spi_transfer.patch
	patches.suse/drm-nouveau-fix-another-off-by-one-in-nvbios_addr.patch
	patches.suse/drm-bridge-lt9611uxc-Cancel-only-driver-s-work.patch
	patches.suse/virtio-gpu-fix-a-missing-check-to-avoid-NULL-derefer.patch
	patches.suse/udmabuf-Set-the-DMA-mask-for-the-udmabuf-device-v2.patch
	patches.suse/drm-virtio-Fix-NULL-vs-IS_ERR-checking-in-virtio_gpu.patch
	patches.suse/drm-adv7511-override-i2c-address-of-cec-before-acces.patch
	patches.suse/0009-fbcon-Fix-accelerated-fbdev-scrolling-while-logo-is-.patch
	patches.suse/fbcon-Fix-boundary-checks-for-fbcon-vc-n1-n2-paramet.patch
	patches.suse/drm-i915-dg2-Support-4k-30-on-HDMI.patch
	patches.suse/drm-bridge-adv7511-Add-check-for-mipi_dsi_driver_reg.patch
	patches.suse/drm-mcde-Fix-refcount-leak-in-mcde_dsi_bind.patch
	patches.suse/drm-doc-Fix-comment-typo.patch
	patches.suse/drm-vc4-drv-Adopt-the-dma-configuration-from-the-HVS.patch
	patches.suse/drm-vc4-plane-Remove-subpixel-positioning-check.patch
	patches.suse/drm-vc4-plane-Fix-margin-calculations-for-the-right-.patch
	patches.suse/drm-vc4-dpi-Add-option-for-inverting-pixel-clock-and.patch
	patches.suse/drm-vc4-dsi-Correct-DSI-divider-calculations.patch
	patches.suse/drm-vc4-dsi-Correct-pixel-order-for-DSI0.patch
	patches.suse/drm-vc4-dsi-Register-dsi0-as-the-correct-vc4-encoder.patch
	patches.suse/drm-vc4-dsi-Fix-dsi0-interrupt-support.patch
	patches.suse/drm-vc4-dsi-Add-correct-stop-condition-to-vc4_dsi_en.patch
	patches.suse/drm-vc4-hdmi-Disable-audio-if-dmas-property-is-prese.patch
	patches.suse/drm-vc4-hdmi-Reset-HDMI-MISC_CONTROL-register.patch
	patches.suse/drm-vc4-hdmi-Fix-timings-for-interlaced-modes.patch
	patches.suse/drm-vc4-hdmi-Correct-HDMI-timing-registers-for-inter.patch
	patches.suse/Revert-drm-i915-Hold-reference-to-intel_context-over.patch
	patches.suse/drm-radeon-fix-potential-buffer-overflow-in-ni_set_m.patch
	patches.suse/Revert-workqueue-remove-unused-cancel_work.patch
	patches.suse/drm-radeon-fix-incorrrect-SPDX-License-Identifiers.patch
	patches.suse/drm-amd-display-Revert-drm-amd-display-turn-DPMS-off.patch
	patches.suse/drm-amd-display-Take-emulated-dc_sink-into-account-f.patch
	patches.suse/drm-amd-amd_shared.h-Add-missing-doc-for-PP_GFX_DCS_.patch
	patches.suse/drm-i915-display-clean-up-comments.patch
	patches.suse/drm-vc4-change-vc4_dma_range_matches-from-a-global-t.patch
	patches.suse/drm-rockchip-vop-Don-t-crash-for-invalid-duplicate_s.patch
	patches.suse/drm-rockchip-Fix-an-error-handling-path-rockchip_dp_.patch
	patches.suse/drm-bridge-sii8620-fix-possible-off-by-one.patch
	patches.suse/drm-tegra-vic-Fix-build-warning-when-CONFIG_PM-n.patch
	patches.suse/drm-mediatek-Modify-dsi-funcs-to-atomic-operations.patch
	patches.suse/drm-mediatek-Separate-poweron-poweroff-from-enable-d.patch
	patches.suse/drm-mediatek-Keep-dsi-as-LP00-before-dcs-cmds-transf.patch
	patches.suse/drm-mediatek-Add-pull-down-MIPI-operation-in-mtk_dsi.patch
	patches.suse/drm-mediatek-dpi-Remove-output-format-of-YUV.patch
	patches.suse/drm-mediatek-dpi-Only-enable-dpi-after-the-bridge-is.patch
	patches.suse/drm-msm-hdmi-enable-core-vcc-core-vdda-supply-for-89.patch
	patches.suse/drm-msm-hdmi-drop-empty-none-regulator-lists.patch
	patches.suse/drm-msm-mdp5-Fix-global-state-lock-backoff.patch
	patches.suse/drm-msm-dpu-Fix-for-non-visible-planes.patch
	patches.suse/drm-exynos-exynos7_drm_decon-free-resources-when-clk.patch
	patches.suse/drm-nouveau-kms-nv50-remove-unused-functions.patch
	patches.suse/drm-amdgpu-Check-BO-s-requested-pinning-domains-agai.patch
	patches.suse/drm-nouveau-kms-Fix-failure-path-for-creating-DP-con.patch
	patches.suse/drm-nouveau-acpi-Don-t-print-error-when-we-get-EINPR.patch
	patches.suse/drm-nouveau-Don-t-pm_runtime_put_sync-only-pm_runtim.patch
	patches.suse/i915-perf-Replace-DRM_DEBUG-with-driver-specific-drm.patch
	patches.suse/drm-amd-display-Enable-building-new-display-engine-w.patch
	patches.suse/drm-amd-display-Avoid-MPC-infinite-loop.patch
	patches.suse/fpga-altera-pr-ip-fix-unsigned-comparison-with-less-.patch
	patches.suse/vboxguest-Do-not-use-devm-for-irq.patch
	patches.suse/misc-rtsx-Fix-an-error-handling-path-in-rtsx_pci_pro.patch
	patches.suse/intel_th-Fix-a-resource-leak-in-an-error-handling-pa.patch
	patches.suse/intel_th-msu-sink-Potential-dereference-of-null-poin.patch
	patches.suse/intel_th-msu-Fix-vmalloced-buffers.patch
	patches.suse/intel_th-pci-Add-Meteor-Lake-P-support.patch
	patches.suse/intel_th-pci-Add-Raptor-Lake-S-PCH-support.patch
	patches.suse/intel_th-pci-Add-Raptor-Lake-S-CPU-support.patch
	patches.suse/habanalabs-gaudi-fix-shift-out-of-bounds.patch
	patches.suse/habanalabs-gaudi-mask-constant-value-before-cast.patch
	patches.suse/iio-accel-bma400-Fix-the-scale-min-and-max-macro-val.patch
	patches.suse/iio-accel-bma400-Reordering-of-header-files.patch
	patches.suse/iio-core-Fix-IIO_ALIGN-and-rename-as-it-was-not-suff.patch
	patches.suse/iio-accel-bma220-Fix-alignment-for-DMA-safety.patch
	patches.suse/iio-accel-sca3000-Fix-alignment-for-DMA-safety.patch
	patches.suse/iio-accel-sca3300-Fix-alignment-for-DMA-safety.patch
	patches.suse/iio-adc-ad7266-Fix-alignment-for-DMA-safety.patch
	patches.suse/iio-adc-ad7292-Fix-alignment-for-DMA-safety.patch
	patches.suse/iio-adc-ad7298-Fix-alignment-for-DMA-safety.patch
	patches.suse/iio-adc-ad7476-Fix-alignment-for-DMA-safety.patch
	patches.suse/iio-adc-ad7766-Fix-alignment-for-DMA-safety.patch
	patches.suse/iio-adc-ad7768-1-Fix-alignment-for-DMA-safety.patch
	patches.suse/iio-adc-ad7887-Fix-alignment-for-DMA-safety.patch
	patches.suse/iio-adc-ad7923-Fix-alignment-for-DMA-safety.patch
	patches.suse/iio-adc-hi8435-Fix-alignment-for-DMA-safety.patch
	patches.suse/iio-adc-ltc2496-Fix-alignment-for-DMA-safety.patch
	patches.suse/iio-adc-ltc2497-Fix-alignment-for-DMA-safety.patch
	patches.suse/iio-adc-max1027-Fix-alignment-for-DMA-safety.patch
	patches.suse/iio-adc-max11100-Fix-alignment-for-DMA-safety.patch
	patches.suse/iio-adc-max1118-Fix-alignment-for-DMA-safety.patch
	patches.suse/iio-adc-max1241-Fix-alignment-for-DMA-safety.patch
	patches.suse/iio-adc-mcp320x-Fix-alignment-for-DMA-safety.patch
	patches.suse/iio-adc-ti-adc0832-Fix-alignment-for-DMA-safety.patch
	patches.suse/iio-adc-ti-adc084s021-Fix-alignment-for-DMA-safety.patch
	patches.suse/iio-adc-ti-adc108s102-Fix-alignment-for-DMA-safety.patch
	patches.suse/iio-adc-ti-adc12138-Fix-alignment-for-DMA-safety.patch
	patches.suse/iio-adc-ti-adc128s052-Fix-alignment-for-DMA-safety.patch
	patches.suse/iio-adc-ti-adc161s626-Fix-alignment-for-DMA-safety.patch
	patches.suse/iio-adc-ti-ads124s08-Fix-alignment-for-DMA-safety.patch
	patches.suse/iio-adc-ti-ads131e08-Fix-alignment-for-DMA-safety.patch
	patches.suse/iio-adc-ti-ads7950-Fix-alignment-for-DMA-safety.patch
	patches.suse/iio-adc-ti-ads8344-Fix-alignment-for-DMA-safety.patch
	patches.suse/iio-adc-ti-ads8688-Fix-alignment-for-DMA-safety.patch
	patches.suse/iio-adc-ti-tlc4541-Fix-alignment-for-DMA-safety.patch
	patches.suse/iio-amplifiers-ad8366-Fix-alignment-for-DMA-safety.patch
	patches.suse/iio-common-ssp-Fix-alignment-for-DMA-safety.patch
	patches.suse/iio-dac-ad5064-Fix-alignment-for-DMA-safety.patch
	patches.suse/iio-dac-ad5360-Fix-alignment-for-DMA-safety.patch
	patches.suse/iio-dac-ad5421-Fix-alignment-for-DMA-safety.patch
	patches.suse/iio-dac-ad5449-Fix-alignment-for-DMA-safety.patch
	patches.suse/iio-dac-ad5504-Fix-alignment-for-DMA-safety.patch
	patches.suse/iio-dac-ad5755-Fix-alignment-for-DMA-safety.patch
	patches.suse/iio-dac-ad5761-Fix-alignment-for-DMA-safety.patch
	patches.suse/iio-dac-ad5764-Fix-alignment-for-DMA-safety.patch
	patches.suse/iio-dac-ad5766-Fix-alignment-for-DMA-safety.patch
	patches.suse/iio-dac-ad5770r-Fix-alignment-for-DMA-safety.patch
	patches.suse/iio-dac-ad5791-Fix-alignment-for-DMA-saftey.patch
	patches.suse/iio-dac-ad7303-Fix-alignment-for-DMA-safety.patch
	patches.suse/iio-dac-ad8801-Fix-alignment-for-DMA-safety.patch
	patches.suse/iio-dac-mcp4922-Fix-alignment-for-DMA-safety.patch
	patches.suse/iio-dac-ti-dac082s085-Fix-alignment-for-DMA-safety.patch
	patches.suse/iio-dac-ti-dac5571-Fix-alignment-for-DMA-safety.patch
	patches.suse/iio-dac-ti-dac7311-Fix-alignment-for-DMA-safety.patch
	patches.suse/iio-dac-ti-dac7612-Fix-alignment-for-DMA-safety.patch
	patches.suse/iio-frequency-ad9523-Fix-alignment-for-DMA-safety.patch
	patches.suse/iio-frequency-adf4350-Fix-alignment-for-DMA-safety.patch
	patches.suse/iio-frequency-adf4371-Fix-alignment-for-DMA-safety.patch
	patches.suse/iio-gyro-adis16080-Fix-alignment-for-DMA-safety.patch
	patches.suse/iio-gyro-adis16130-Fix-alignment-for-DMA-safety.patch
	patches.suse/iio-gyro-adxrs450-Fix-alignment-for-DMA-safety.patch
	patches.suse/iio-gyro-fxas210002c-Fix-alignment-for-DMA-safety.patch
	patches.suse/iio-imu-fxos8700-Fix-alignment-for-DMA-safety.patch
	patches.suse/iio-potentiometer-ad5272-Fix-alignment-for-DMA-safet.patch
	patches.suse/iio-potentiometer-max5481-Fix-alignment-for-DMA-safe.patch
	patches.suse/iio-potentiometer-mcp41010-Fix-alignment-for-DMA-saf.patch
	patches.suse/iio-potentiometer-mcp4131-Fix-alignment-for-DMA-safe.patch
	patches.suse/iio-proximity-as3935-Fix-alignment-for-DMA-safety.patch
	patches.suse/iio-resolver-ad2s1200-Fix-alignment-for-DMA-safety.patch
	patches.suse/iio-resolver-ad2s90-Fix-alignment-for-DMA-safety.patch
	patches.suse/iio-temp-ltc2983-Fix-alignment-for-DMA-safety.patch
	patches.suse/iio-temp-maxim_thermocouple-Fix-alignment-for-DMA-sa.patch
	patches.suse/eeprom-idt_89hpesx-uninitialized-data-in-idt_dbgfs_c.patch
	patches.suse/soundwire-bus_type-fix-remove-and-shutdown-support.patch
	patches.suse/soundwire-qcom-Check-device-status-before-reading-de.patch
	patches.suse/interconnect-imx-fix-max_node_id.patch
	patches.suse/phy-stm32-fix-error-return-in-stm32_usbphyc_phy_init.patch
	patches.suse/iio-fix-iio_format_avail_range-printing-for-none-IIO.patch
	patches.suse/iio-light-isl29028-Fix-the-warning-in-isl29028_remov.patch
	patches.suse/spmi-trace-fix-stack-out-of-bound-access-in-SPMI-tracing-functions.patch
	patches.suse/driver-core-fix-potential-deadlock-in-__driver_attac.patch
	patches.suse/drivers-base-fix-userspace-break-from-using-bin_attr.patch
	patches.suse/usb-cdns3-fix-use-after-free-at-workaround-2.patch
	patches.suse/usb-cdns3-fix-random-warning-message-when-driver-loa.patch
	patches.suse/usb-host-Fix-refcount-leak-in-ehci_hcd_ppc_of_probe.patch
	patches.suse/usb-ohci-nxp-Fix-refcount-leak-in-ohci_hcd_nxp_probe.patch
	patches.suse/usb-gadget-tegra-xudc-Fix-error-check-in-tegra_xudc_.patch
	patches.suse/usb-xhci-tegra-Fix-error-check.patch
	patches.suse/usb-typec-tcpm-fix-typo-in-comment.patch
	patches.suse/usb-gadget-bdc-fix-typo-in-comment.patch
	patches.suse/usb-gadget-uvc-call-uvc-uvcg_warn-on-completed-statu.patch
	patches.suse/usb-musb-remove-schedule-work-called-after-flush.patch
	patches.suse/usb-dwc3-Fix-a-repeated-word-checkpatch-warning.patch
	patches.suse/usb-dwc3-core-Deprecate-GCTL.CORESOFTRESET.patch
	patches.suse/usb-dwc3-core-Host-wake-up-support-from-system-suspe.patch
	patches.suse/usb-dwc3-qcom-Add-helper-functions-to-enable-disable.patch
	patches.suse/usb-dwc3-qcom-Configure-wakeup-interrupts-during-sus.patch
	patches.suse/usb-dwc3-qcom-Keep-power-domain-on-to-retain-control.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/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/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-cdns3-change-place-of-priv_ep-assignment-in-cdns.patch
	patches.suse/usb-typec-ucsi-Acknowledge-the-GET_ERROR_STATUS-comm.patch
	patches.suse/usb-cdns3-Don-t-use-priv_dev-uninitialized-in-cdns3_.patch
	patches.suse/staging-rtl8192u-Fix-sleep-in-atomic-context-bug-in-.patch
	patches.suse/USB-Follow-up-to-SPDX-identifiers-addition-remove-no.patch
	patches.suse/USB-Follow-up-to-SPDX-GPL-2.0-identifiers-addition-r.patch
	patches.suse/KVM-VMX-Print-VM-instruction-error-as-unsigned.patch
	patches.suse/KVM-SVM-Don-t-BUG-if-userspace-injects-an-interrupt-.patch
	patches.suse/KVM-SVM-Unwind-speculative-RIP-advancement-if-INTn-i.patch
	patches.suse/KVM-SVM-Stuff-next_rip-on-emulated-INT3-injection-if.patch
	patches.suse/KVM-x86-pmu-Ignore-pmu-global_ctrl-check-if-vPMU-doe.patch
	patches.suse/KVM-nVMX-Snapshot-pre-VM-Enter-BNDCFGS-for-nested_ru.patch
	patches.suse/KVM-nVMX-Snapshot-pre-VM-Enter-DEBUGCTL-for-nested_r.patch
	patches.suse/KVM-Don-t-set-Accessed-Dirty-bits-for-ZERO_PAGE.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/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-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/KVM-arm64-Don-t-return-from-void-function.patch
	patches.suse/selftests-kvm-set-rax-before-vmcall.patch
	patches.suse/HID-wacom-Only-report-rotation-for-art-pen.patch
	patches.suse/HID-wacom-Don-t-register-pad_input-for-touch-switch.patch
	patches.suse/HID-hid-input-add-Surface-Go-battery-quirk.patch
	patches.suse/HID-cp2112-prevent-a-buffer-overflow-in-cp2112_xfer.patch
	patches.suse/HID-multitouch-new-device-class-fix-Lenovo-X12-track.patch
	patches.suse/HID-mcp2221-prevent-a-buffer-overflow-in-mcp_smbus_w.patch
	patches.suse/HID-wacom-Force-pen-out-of-prox-if-no-events-have-be.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-thinkpad-acpi-Add-support-for-automatic.patch
	patches.suse/platform-x86-thinkpad-acpi-Enable-AMT-by-default-on-.patch
	patches.suse/platform-x86-thinkpad_acpi-Use-backlight-helper.patch
	patches.suse/platform-x86-ISST-PUNIT-device-mapping-with-Sub-NUMA-clustering.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-regmap-add-PHY-clock-source-implementation.patch
	patches.suse/clk-qcom-camcc-sm8250-Fix-halt-on-boot-by-reducing-d.patch
	patches.suse/clk-qcom-clk-krait-unlock-spin-after-mux-completion.patch
	patches.suse/clk-qcom-gcc-msm8939-Add-missing-SYSTEM_MM_NOC_BFDCD.patch
	patches.suse/clk-qcom-gcc-msm8939-Fix-bimc_ddr_clk_src-rcgr-base-.patch
	patches.suse/clk-qcom-gcc-msm8939-Add-missing-system_mm_noc_bfdcd.patch
	patches.suse/clk-qcom-gcc-msm8939-Point-MM-peripherals-to-system_.patch
	patches.suse/clk-qcom-ipq8074-fix-NSS-core-PLL-s.patch
	patches.suse/clk-qcom-ipq8074-SW-workaround-for-UBI32-PLL-lock.patch
	patches.suse/clk-qcom-ipq8074-fix-NSS-port-frequency-tables.patch
	patches.suse/clk-qcom-ipq8074-set-BRANCH_HALT_DELAY-flag-for-UBI-.patch
	patches.suse/clk-qcom-ipq8074-dont-disable-gcc_sleep_clk_src.patch
	patches.suse/clk-qcom-camcc-sdm845-Fix-topology-around-titan_top-.patch
	patches.suse/clk-qcom-camcc-sm8250-Fix-topology-around-titan_top-.patch
	patches.suse/clk-qcom-clk-rcg2-Fail-Duty-Cycle-configuration-if-M.patch
	patches.suse/clk-qcom-clk-rcg2-Make-sure-to-not-write-d-0-to-the-.patch
	patches.suse/clk-qcom-clk-alpha-pll-fix-clk_trion_pll_configure-d.patch
	patches.suse/dt-bindings-clock-qcom-gcc-msm8996-add-more-GCC-cloc.patch
	patches.suse/clk-qcom-gcc-msm8939-Fix-weird-field-spacing-in-ftbl.patch
	patches.suse/dmaengine-stm32-mdma-Remove-dead-code-in-stm32_mdma_.patch
	patches.suse/dmaengine-sf-pdma-Add-multithread-support-for-a-DMA-.patch
	patches.suse/dmaengine-dw-axi-dmac-do-not-print-NULL-LLI-during-e.patch
	patches.suse/dmaengine-dw-axi-dmac-ignore-interrupt-if-no-descrip.patch
	patches.suse/dmaengine-imx-dma-Cast-of_device_get_match_data-with.patch
	patches.suse/dmaengine-sprd-Cleanup-in-.remove-after-pm_runtime_g.patch
	patches.suse/PCI-ASPM-Remove-pcie_aspm_pm_state_change.patch
	patches.suse/PCI-endpoint-Don-t-stop-controller-when-unbinding-en.patch
	patches.suse/PCI-portdrv-Don-t-disable-AER-reporting-in-get_port_.patch
	patches.suse/PCI-AER-Iterate-over-error-counters-instead-of-error.patch
	patches.suse/PCI-Add-ACS-quirk-for-Broadcom-BCM5750x-NICs.patch
	patches.suse/PCI-aardvark-Fix-reporting-Slot-capabilities-on-emul.patch
	patches.suse/PCI-dwc-Stop-link-on-host_init-errors-and-de-initial.patch
	patches.suse/PCI-dwc-Add-unroll-iATU-space-support-to-dw_pcie_dis.patch
	patches.suse/PCI-dwc-Disable-outbound-windows-only-for-controller.patch
	patches.suse/PCI-dwc-Set-INCREASE_REGION_SIZE-flag-based-on-limit.patch
	patches.suse/PCI-dwc-Deallocate-EPC-memory-on-dw_pcie_ep_init-err.patch
	patches.suse/PCI-dwc-Always-enable-CDM-check-if-snps-enable-cdm-c.patch
	patches.suse/PCI-dwc-Add-dw_pcie_ops.host_deinit-callback.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-mediatek-gen3-Fix-refcount-leak-in-mtk_pcie_init.patch
	patches.suse/PCI-microchip-Fix-refcount-leak-in-mc_pcie_init_irq_.patch
	patches.suse/PCI-qcom-Set-up-rev-2.1.0-PARF_PHY-before-enabling-c.patch
	patches.suse/PCI-qcom-Power-on-PHY-before-IPQ8074-DBI-register-ac.patch
	patches.suse/PCI-tegra194-Fix-PM-error-handling-in-tegra_pcie_con.patch
	patches.suse/PCI-Disable-MSI-for-Tegra234-Root-Ports.patch
	patches.suse/PCI-tegra194-Fix-Root-Port-interrupt-handling.patch
	patches.suse/PCI-tegra194-Fix-link-up-retry-sequence.patch
	patches.suse/mmc-sdhci-of-esdhc-Fix-refcount-leak-in-esdhc_signal.patch
	patches.suse/mmc-mxcmmc-Silence-a-clang-warning.patch
	patches.suse/mmc-renesas_sdhi-Get-the-reset-handle-early-in-the-p.patch
	patches.suse/memstick-ms_block-Fix-some-incorrect-memory-allocati.patch
	patches.suse/memstick-ms_block-Fix-a-memory-leak.patch
	patches.suse/mmc-tmio-avoid-glitches-when-resetting.patch
	patches.suse/mmc-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-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-qla2xxx-Check-correct-variable-in-qla24xx_async.patch
	patches.suse/scsi-lpfc-Fix-uninitialized-cqe-field-in-lpfc_nvme_c.patch
	patches.suse/scsi-lpfc-Prevent-buffer-overflow-crashes-in-debugfs.patch
	patches.suse/scsi-lpfc-Set-PU-field-when-providing-D_ID-in-XMIT_E.patch
	patches.suse/scsi-lpfc-Remove-extra-atomic_inc-on-cmd_pending-in-.patch
	patches.suse/scsi-lpfc-Fix-possible-memory-leak-when-failing-to-i.patch
	patches.suse/scsi-lpfc-Fix-attempted-FA-PWWN-usage-after-feature-.patch
	patches.suse/scsi-lpfc-Fix-lost-NVMe-paths-during-LIF-bounce-stre.patch
	patches.suse/scsi-lpfc-Revert-RSCN_MEMENTO-workaround-for-misbeha.patch
	patches.suse/scsi-lpfc-Refactor-lpfc_nvmet_prep_abort_wqe-into-lp.patch
	patches.suse/scsi-lpfc-Remove-Menlo-Hornet-related-code.patch
	patches.suse/scsi-lpfc-Update-lpfc-version-to-14.2.0.5.patch
	patches.suse/scsi-lpfc-Copyright-updates-for-14.2.0.5-patches.patch
	patches.suse/scsi-smartpqi-Shorten-drive-visibility-after-removal.patch
	patches.suse/scsi-smartpqi-Fix-DMA-direction-for-RAID-requests.patch
	patches.suse/scsi-smartpqi-Add-module-param-to-disable-managed-ints.patch
	patches.suse/scsi-Revert-scsi-qla2xxx-Fix-disk-failure-to-rediscover.patch
	patches.suse/scsi-qla2xxx-Fix-incorrect-display-of-max-frame-size.patch
	patches.suse/scsi-qla2xxx-Zero-undefined-mailbox-IN-registers.patch
	patches.suse/scsi-qla2xxx-Fix-response-queue-handler-reading-stal.patch
	patches.suse/scsi-qla2xxx-edif-Fix-dropped-IKE-message.patch
	patches.suse/scsi-qla2xxx-Fix-imbalance-vha-vref_count.patch
	patches.suse/scsi-qla2xxx-Fix-discovery-issues-in-FC-AL-topology.patch
	patches.suse/scsi-qla2xxx-Fix-sparse-warning-for-dport_data.patch
	patches.suse/scsi-qla2xxx-Update-manufacturer-details.patch
	patches.suse/scsi-qla2xxx-Update-version-to-10.02.07.800-k.patch
	patches.suse/scsi-sg-Allow-waiting-for-commands-to-complete-on-removed-device.patch
	patches.suse/RDMA-rxe-Remove-useless-pkt-parameters.patch
	patches.suse/RDMA-rxe-Fix-deadlock-in-rxe_do_local_ops.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-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-hfi1-fix-potential-memory-leak-in-setup_base_ct.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-Fix-rnr-retry-behavior.patch
	patches.suse/RDMA-rxe-Limit-the-number-of-calls-to-each-tasklet.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-mlx5-Add-missing-check-for-return-value-in-get-.patch
	patches.suse/RDMA-rxe-Fix-error-unwind-in-rxe_create_qp.patch
	patches.suse/0025-md-Notify-sysfs-sync_completed-in-md_reap_sync_thread.patch
	patches.suse/md-unlock-mddev-before-reap-sync_thread-in-action_st.patch
	patches.suse/0001-crypto-add-crypto_has_shash.patch
	patches.suse/0002-crypto-add-crypto_has_kpp.patch
	patches.suse/0003-lib-base64-RFC4648-compliant-base64-encoding.patch
	patches.suse/0004-nvme-add-definitions-for-NVMe-In-Band-authentication.patch
	patches.suse/0005-nvme-fabrics-decode-authentication-required-connect-.patch
	patches.suse/0006-nvme-Implement-In-Band-authentication.patch
	patches.suse/0007-nvme-auth-Diffie-Hellman-key-exchange-support.patch
	patches.suse/0008-nvmet-parse-fabrics-commands-on-io-queues.patch
	patches.suse/0009-nvmet-Implement-basic-In-Band-Authentication.patch
	patches.suse/0010-nvmet-auth-Diffie-Hellman-key-exchange-support.patch
	patches.suse/0011-nvmet-auth-expire-authentication-sessions.patch
	patches.suse/0008-block-rnbd-srv-Set-keep_id-to-true-after-mutex_trylo.patch
	patches.suse/0026-null_blk-fix-ida-error-handling-in-null_add_dev.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-define-compat_ioctl-again-to-unbreak-32-bit-use.patch
	patches.suse/nvme-auth-uninitialized-variable-in-nvme_auth_transf.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/0027-drivers-md-fix-a-potential-use-after-free-bug.patch
	patches.suse/0028-block-ensure-iov_iter-advances-for-added-pages.patch
	patches.suse/ext4-update-s_overhead_clusters-in-the-superblock-du.patch
	patches.suse/jbd2-fix-outstanding-credits-assert-in-jbd2_journal_.patch
	patches.suse/ext4-fix-extent-status-tree-race-in-writeback-error-.patch
	patches.suse/ext4-add-EXT4_INODE_HAS_XATTR_SPACE-macro-in-xattr.h.patch
	patches.suse/ext4-fix-use-after-free-in-ext4_xattr_set_entry.patch
	patches.suse/ext4-correct-max_inline_xattr_value_size-computing.patch
	patches.suse/ext4-correct-the-misjudgment-in-ext4_iget_extra_inod.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/ext4-avoid-resizing-to-a-partial-cluster-size.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/tracing-Use-alignof__-struct-type-b-instead-of-offsetof.patch
	patches.suse/Input-gscps2-check-return-value-of-ioremap-in-gscps2.patch
	patches.suse/ARM-dts-uniphier-Fix-USB-interrupts-for-PXs2-SoC.patch
	patches.suse/arm64-dts-uniphier-Fix-USB-interrupts-for-PXs3-SoC.patch
	patches.suse/irqchip-tegra-Fix-overflow-implicit-truncation-warni.patch
	patches.suse/drm-meson-Fix-overflow-implicit-truncation-warnings.patch
	patches.suse/mtd-maps-Fix-refcount-leak-in-of_flash_probe_versati.patch
	patches.suse/mtd-maps-Fix-refcount-leak-in-ap_flash_init.patch
	patches.suse/mtd-sm_ftl-Fix-deadlock-caused-by-cancel_work_sync-i.patch
	patches.suse/mtd-partitions-Fix-refcount-leak-in-parse_redboot_of.patch
	patches.suse/mtd-parsers-ofpart-Fix-refcount-leak-in-bcm4908_part.patch
	patches.suse/mtd-st_spi_fsm-Add-a-clk_disable_unprepare-in-.probe.patch
	patches.suse/mtd-dataflash-Add-SPI-ID-table.patch
	patches.suse/mtd-rawnand-meson-Fix-a-potential-double-free-issue.patch
	patches.suse/mtd-rawnand-arasan-Update-NAND-bus-clock-instead-of-.patch
	patches.suse/mtd-rawnand-arasan-Fix-clock-rate-in-NV-DDR.patch
	patches.suse/mtd-spi-nor-fix-spi_nor_spimem_setup_op-call-in-spi_.patch
	patches.suse/mm-memcontrol-fix-potential-oom_lock-recursion-deadlock.patch
	patches.suse/vfio-Clear-the-caps-buf-to-NULL-after-free.patch
	patches.suse/vfio-ccw-Remove-UUID-from-s390-debug-log
	patches.suse/vfio-ccw-Do-not-change-FSM-state-in-subchannel-event
	patches.suse/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/ALSA-usb-audio-Support-jack-detection-on-Dell-dock.patch
	patches.suse/ALSA-usb-audio-Turn-off-manual-mode-on-Dell-dock.patch
	patches.suse/ALSA-hda-cs8409-change-cs8409_fixups-v.pins-initiali.patch
	patches.suse/ALSA-usb-audio-Add-endianness-annotations.patch
	patches.suse/ALSA-hda-cs35l41-Fix-comments-wrt-serial-multi-insta.patch
	patches.suse/ALSA-hda-cs35l41-Improve-dev_err_probe-messaging.patch
	patches.suse/ALSA-hda-cs35l41-Don-t-dereference-fwnode-handle.patch
	patches.suse/ALSA-hda-cs35l41-Allow-compilation-test-on-non-ACPI-.patch
	patches.suse/ALSA-hda-cs35l41-Drop-wrong-use-of-ACPI_PTR.patch
	patches.suse/ALSA-hda-cs35l41-Consolidate-selections-under-SND_HD.patch
	patches.suse/ALSA-hda-hda_cs_dsp_ctl-Add-Library-to-support-CS_DS.patch
	patches.suse/ALSA-hda-hda_cs_dsp_ctl-Add-apis-to-write-the-contro.patch
	patches.suse/ALSA-hda-cs35l41-Save-codec-object-inside-component-.patch
	patches.suse/ALSA-hda-cs35l41-Add-initial-DSP-support-and-firmwar.patch
	patches.suse/ALSA-hda-cs35l41-Save-Subsystem-ID-inside-CS35L41-Dr.patch
	patches.suse/ALSA-hda-cs35l41-Support-reading-subsystem-id-from-A.patch
	patches.suse/ALSA-hda-cs35l41-Support-multiple-load-paths-for-fir.patch
	patches.suse/ALSA-hda-cs35l41-Support-Speaker-ID-for-laptops.patch
	patches.suse/ALSA-bcd2000-Fix-a-UAF-bug-on-the-error-path-of-prob.patch
	patches.suse/ASoC-cros_ec_codec-Fix-refcount-leak-in-cros_ec_code.patch
	patches.suse/ASoC-samsung-Fix-error-handling-in-aries_audio_probe.patch
	patches.suse/ASoC-imx-audmux-Silence-a-clang-warning.patch
	patches.suse/ASoC-fsl_sai-use-local-device-pointer.patch
	patches.suse/ASoC-mt6797-mt6351-Fix-refcount-leak-in-mt6797_mt635.patch
	patches.suse/ASoC-codecs-da7210-add-check-for-i2c_add_driver.patch
	patches.suse/ASoC-cs35l41-Move-cs35l41-exit-hibernate-function-in.patch
	patches.suse/ASoC-cs35l41-Add-common-cs35l41-enter-hibernate-func.patch
	patches.suse/ASoC-cs35l41-Do-not-print-error-when-waking-from-hib.patch
	patches.suse/ASoC-codecs-msm8916-wcd-digital-move-gains-from-SX_T.patch
	patches.suse/ASoC-codecs-wcd9335-move-gains-from-SX_TLV-to-S8_TLV.patch
	patches.suse/ASoC-wm_adsp-Fix-event-for-preloader.patch
	patches.suse/ASoC-cs35l41-Add-support-for-CLSA3541-ACPI-device-ID.patch
	patches.suse/ASoC-samsung-h1940_uda1380-include-proepr-GPIO-consu.patch
	patches.suse/ASoC-samsung-change-gpiod_speaker_power-and-rx1950_a.patch
	patches.suse/ASoC-samsung-change-neo1973_audio-from-a-global-to-s.patch
	patches.suse/ASoC-wm_adsp-Minor-clean-and-redundant-code-removal.patch
	patches.suse/ASoC-qcom-Fix-missing-of_node_put-in-asoc_qcom_lpass.patch
	patches.suse/ASoC-imx-card-Fix-DSD-PDM-mclk-frequency.patch
	patches.suse/ASoC-mt6359-Fix-refcount-leak-bug.patch
	patches.suse/ASoC-rsnd-care-default-case-on-rsnd_ssiu_busif_err_i.patch
	patches.suse/ALSA-hda-cs35l41-Support-Hibernation-during-Suspend.patch
	patches.suse/ALSA-hda-cs35l41-Read-Speaker-Calibration-data-from-.patch
	patches.suse/ALSA-hda-hda_cs_dsp_ctl-Add-fw-id-strings.patch
	patches.suse/ALSA-hda-cs35l41-Add-defaulted-values-into-dsp-bypas.patch
	patches.suse/ALSA-hda-cs35l41-Support-Firmware-switching-and-relo.patch
	patches.suse/ALSA-hda-cs35l41-Add-module-parameter-to-control-fir.patch
	patches.suse/Revert-ALSA-hda-cs35l41-Allow-compilation-test-on-no.patch
	patches.suse/ALSA-usb-audio-Add-quirk-for-Behringer-UMC202HD.patch
	patches.suse/ALSA-usb-6fire-fix-repeated-words-in-comments.patch
	patches.suse/ALSA-hiface-fix-repeated-words-in-comments.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-hda-realtek-Add-quirk-for-Lenovo-Yoga9-14IAP7.patch
	patches.suse/ALSA-hda-realtek-Add-quirk-for-Clevo-NV45PZ.patch
	patches.suse/ACPI-utils-Add-api-to-read-_SUB-from-ACPI.patch
	patches.suse/ASoC-cs35l41-Read-System-Name-from-ACPI-_SUB-to-iden.patch
	patches.suse/ASoC-qcom-q6dsp-Fix-an-off-by-one-in-q6adm_alloc_cop.patch
	patches.suse/ASoC-audio-graph-card-Add-of_node_put-in-fail-path.patch
	patches.suse/ASoC-fsl_asrc-force-cast-the-asrc_format-type.patch
	patches.suse/ASoC-fsl-asoc-card-force-cast-the-asrc_format-type.patch
	patches.suse/ASoC-fsl_easrc-use-snd_pcm_format_t-type-for-sample_.patch
	patches.suse/ASoC-imx-card-use-snd_pcm_format_t-type-for-asrc_for.patch
	patches.suse/firmware-cs_dsp-Add-pre_stop-callback.patch
	patches.suse/firmware-cs_dsp-Add-memory-chunk-helpers.patch
	patches.suse/ASoC-mchp-spdifrx-disable-end-of-block-interrupt-on-.patch
	patches.suse/ASoC-mchp-spdiftx-remove-references-to-mchp_i2s_caps.patch
	patches.suse/ALSA-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/Revert-drivers-video-backlight-platform_lcd.c-add-su.patch
	patches.suse/iommu-exynos-Handle-failed-IOMMU-device-registration-properly
	patches.suse/iommu-arm-smmu-qcom_iommu-Add-of_node_put-when-breaking-out-of-l
	patches.suse/iommu-vt-d-Acquiring-lock-in-domain-ID-allocation-helpers
	patches.suse/iommu-vt-d-Use-IDA-interface-to-manage-iommu-sequenc.patch
	patches.suse/iommu-vt-d-Refactor-iommu-information-of-each-domain.patch
	patches.suse/iommu-vt-d-Remove-unnecessary-check-in-intel_iommu_a.patch
	patches.suse/iommu-vt-d-Remove-global-g_iommus-array.patch
	patches.suse/iommu-vt-d-Make-DMAR_UNITS_SUPPORTED-default-1024.patch
	patches.suse/iommu-amd-Simplify-and-Consolidate-Virtual-APIC-AVIC-Enablement
	patches.suse/selftests-powerpc-Skip-energy_scale_info-test-on-old.patch
	patches.suse/powerpc-perf-Optimize-clearing-the-pending-PMI-and-r.patch
	patches.suse/powerpc-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-ioda-iommu-debugfs-Generate-unique-debugfs-e.patch
	patches.suse/powerpc-powernv-Avoid-crashing-if-rng-is-NULL.patch
	patches.suse/powerpc-powernv-kvm-Use-darn-for-H_RANDOM-on-Power9.patch
	patches.suse/powerpc-powernv-rename-remaining-rng-powernv_-functi.patch
	patches.suse/KVM-PPC-Book3S-HV-Remove-kvmhv_p9_-set-restore-_lpcr.patch
	patches.suse/KVM-PPC-Book3s-HV-Remove-unused-function-kvmppc_bad_.patch
	patches.suse/powerpc-xive-Fix-refcount-leak-in-xive_get_max_prio.patch
	patches.suse/powerpc-64-Init-jump-labels-before-parse_early_param.patch
	patches.suse/s390-crash-fix-incorrect-number-of-bytes-to-copy-to-user-space
	patches.suse/s390-zcore-fix-race-when-reading-from-hardware-system-area
	patches.suse/scripts-faddr2line-Fix-vmlinux-detection-on-arm64.patch
	patches.suse/sched-cpuset-Fix-dl_cpu_busy-panic-due-to-empty-cs-c.patch
	patches.suse/sched-core-Do-not-requeue-task-on-CPU-excluded-from-cpus_mask.patch
	patches.suse/x86-numa-use-cpumask_available-instead-of-hardcoded-null-check.patch
	patches.suse/video-fbdev-amba-clcd-Fix-refcount-leak-bugs.patch
	patches.suse/video-fbdev-sis-fix-typos-in-SiS_GetModeID.patch
	patches.suse/video-fbdev-arkfb-Fix-a-divide-by-zero-bug-in-ark_se.patch
	patches.suse/video-fbdev-i740fb-Check-the-argument-of-i740_calc_v.patch
	patches.suse/video-fbdev-vt8623fb-Check-the-size-of-screen-before.patch
	patches.suse/video-fbdev-arkfb-Check-the-size-of-screen-before-me.patch
	patches.suse/video-fbdev-s3fb-Check-the-size-of-screen-before-mem.patch
	patches.suse/profiling-fix-shift-too-large-makes-kernel-panic.patch
	patches.suse/lib-list_debug.c-Detect-uninitialized-lists.patch
	patches.suse/kfifo-fix-kfifo_to_user-return-type.patch
	patches.suse/lib-smp_processor_id-fix-imbalanced-instrumentation_.patch
	patches.suse/proc-fix-a-dentry-lock-race-between-release_task-and.patch
	patches.suse/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/x86-olpc-fix-logical-not-is-only-applied-to-the-left.patch
	patches.suse/msft-hv-2632-drm-hyperv-Removing-the-restruction-of-VRAM-allocati.patch
	patches.suse/vfs-Check-the-truncate-maximum-size-in-inode_newsize.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-SERIAL_8250_ASPEED_VUART-should-depend-o.patch
	patches.suse/serial-8250_bcm7271-Save-restore-RTS-in-suspend-resu.patch
	patches.suse/tty-vt-initialize-unicode-screen-buffer.patch
	patches.suse/tty-serial-fsl_lpuart-correct-the-count-of-break-cha.patch
	patches.suse/serial-mvebu-uart-uart2-error-bits-clearing.patch
	patches.suse/thermal-sysfs-Fix-cooling_device_stats_setup-error-c.patch
	patches.suse/tools-thermal-Fix-possible-path-truncations.patch
	patches.suse/venus-pm_helpers-Fix-warning-in-OPP-during-probe.patch
	patches.suse/watchdog-sp5100_tco-Fix-a-memory-leak-of-EFCH-MMIO-r.patch
	patches.suse/watchdog-armada_37xx_wdt-check-the-return-value-of-d.patch
	patches.suse/rpmsg-char-Add-mutex-protection-for-rpmsg_eptdev_ope.patch
	patches.suse/rpmsg-mtk_rpmsg-Fix-circular-locking-dependency.patch
	patches.suse/rpmsg-qcom-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/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-add-a-kernel-label-to-use-on-kernel-objects.patch
	patches.suse/apparmor-fix-setting-unconfined-mode-on-a-loaded-pro.patch
	patches.suse/apparmor-fix-overlapping-attachment-computation.patch
	patches.suse/pinctrl-nomadik-Fix-refcount-leak-in-nmk_pinctrl_dt_.patch
	patches.suse/pinctrl-qcom-msm8916-Allow-CAMSS-GP-clocks-to-be-mux.patch
	patches.suse/pinctrl-amd-Don-t-save-restore-interrupt-status-and-.patch
	patches.suse/pinctrl-sunxi-Add-I-O-bias-setting-for-H6-R-PIO.patch
	patches.suse/pinctrl-qcom-sm8250-Fix-PDC-map.patch
	patches.suse/Revert-pNFS-nfs3_set_ds_client-should-set-NFS_CS_NOP.patch
	patches.suse/pNFS-flexfiles-Report-RDMA-connection-errors-to-the-.patch
	patches.suse/NFSv4.1-Don-t-decrease-the-value-of-seq_nr_highest_s.patch
	patches.suse/NFSv4.1-Handle-NFS4ERR_DELAY-replies-to-OP_SEQUENCE-.patch
	patches.suse/sunrpc-fix-expiry-of-auth-creds.patch
	patches.suse/NFSv4-Fix-races-in-the-legacy-idmapper-upcall.patch
	patches.suse/NFSv4.1-RECLAIM_COMPLETE-must-handle-EACCES.patch
	patches.suse/SUNRPC-Reinitialise-the-backchannel-request-buffers-.patch
	patches.suse/NFSv4-pnfs-Fix-a-use-after-free-bug-in-open.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/ceph-use-correct-index-when-encoding-client-supported-features.patch
	patches.suse/ceph-don-t-leak-snap_rwsem-in-handle_cap_grant.patch
	patches.suse/ceph-don-t-truncate-file-in-atomic_open.patch
	patches.suse/ACPI-property-Return-type-of-acpi_add_nondev_subnode.patch
	patches.suse/net-phy-Warn-about-incorrect-mdio_bus_phy_resume-sta.patch
	patches.suse/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/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-MGMT-Fixes-build-warnings-with-C-1.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/netfilter-nf_tables-fix-null-deref-due-to-zeroed-list-head.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/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/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/virtio_net-split-free_unused_bufs.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/rtc-rtc-cmos-Do-not-check-ACPI_FADT_LOW_POWER_S0.patch
	patches.suse/nvme-fabrics-parse-nvme-connect-Linux-error-codes.patch
	patches.suse/scsi-lpfc-Check-the-return-value-of-alloc_workqueue.patch
	patches.suse/scsi-zfcp-Fix-missing-auto-port-scan-and-thus-missing-target-ports
	patches.suse/NTB-ntb_tool-uninitialized-heap-data-in-tool_fn_writ.patch
	patches.suse/docs-i2c-i2c-sysfs-fix-hyperlinks.patch
	patches.suse/x86-bugs-enable-stibp-for-ibpb-mitigated-retbleed.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/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/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-reset-error-handling.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/stmmac-intel-Add-a-missing-clk_disable_unprepare-cal.patch
	patches.suse/igb-Add-lock-to-avoid-data-race.patch
	patches.suse/x86-mm-use-proper-mask-when-setting-pud-mapping.patch
	patches.suse/drm-i915-gt-Skip-TLB-invalidations-once-wedged.patch
	patches.suse/drm-nouveau-recognise-GA103.patch
	patches.suse/drm-meson-Fix-refcount-bugs-in-meson_vpu_has_availab.patch
	patches.suse/drm-ttm-Fix-dummy-res-NULL-ptr-deref-bug.patch
	patches.suse/drm-sun4i-dsi-Prevent-underflow-when-computing-packe.patch
	patches.suse/drm-amd-display-Fix-HDMI-VSIF-V3-incorrect-issue.patch
	patches.suse/drm-amd-display-Check-correct-bounds-for-stream-enco.patch
	patches.suse/drm-amd-display-For-stereo-keep-FLIP_ANY_FRAME.patch
	patches.suse/drm-amd-display-clear-optc-underflow-before-turn-off.patch
	patches.suse/drm-amd-pm-add-missing-fini_microcode-interface-for-.patch
	patches.suse/drm-amd-display-Fix-pixel-clock-programming.patch
	patches.suse/drm-amdgpu-Increase-tlb-flush-timeout-for-sriov.patch
	patches.suse/drm-amd-display-avoid-doing-vm_init-multiple-time.patch
	patches.suse/drm-amdgpu-remove-useless-condition-in-amdgpu_job_st.patch
	patches.suse/ALSA-hda-realtek-Add-quirks-for-ASUS-Zenbooks-using-.patch
	patches.suse/ASoC-SOF-debug-Fix-potential-buffer-overflow-by-snpr.patch
	patches.suse/ASoC-tas2770-Set-correct-FSYNC-polarity.patch
	patches.suse/ASoC-tas2770-Allow-mono-streams.patch
	patches.suse/ASoC-tas2770-Drop-conflicting-set_bias_level-power-s.patch
	patches.suse/ASoC-tas2770-Fix-handling-of-mute-unmute.patch
	patches.suse/ASoC-codec-tlv320aic32x4-fix-mono-playback-via-I2S.patch
	patches.suse/ALSA-hda-cs35l41-Clarify-support-for-CSC3551-without.patch
	patches.suse/ALSA-hda-realtek-Add-quirk-for-Lenovo-Yoga7-14IAL7.patch
	patches.suse/platform-x86-serial-multi-instantiate-Add-CLSA0101-L.patch
	patches.suse/ALSA-hda-cs8409-Support-new-Dolphin-Variants.patch
	patches.suse/ALSA-info-Fix-llseek-return-value-when-using-callbac.patch
	patches.suse/ALSA-hda-realtek-Add-quirk-for-Clevo-NS50PU-NS70PU.patch
	patches.suse/KVM-arm64-Treat-PMCR_EL1.LC-as-RES1-on-asymmetric-systems.patch
	patches.suse/KVM-arm64-Reject-32bit-user-PSTATE-on-asymmetric-systems.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/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/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-set-missing-reload-flag-in-devlink-features.patch
	patches.suse/bnxt_en-fix-NQ-resource-accounting-during-vf-creatio.patch
	patches.suse/net-mlx5e-Properly-disable-vlan-strip-on-non-UL-reps.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-ufs-core-Enable-link-lost-interrupt.patch
	patches.suse/scsi-megaraid_sas-Fix-double-kfree.patch
	patches.suse/msft-hv-2639-scsi-storvsc-Remove-WQ_MEM_RECLAIM-from-storvsc_erro.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/0030-md-Flush-workqueue-md_rdev_misc_wq-in-md_alloc.patch
	patches.suse/md-call-__md_stop_writes-in-md_stop.patch
	patches.suse/drm-gem-Fix-GEM-handle-release-errors.patch
	patches.suse/nouveau-explicitly-wait-on-the-fence-in-nouveau_bo_m.patch
	patches.suse/drm-amdgpu-Move-psp_xgmi_terminate-call-from-amdgpu_.patch
	patches.suse/drm-amdgpu-Check-num_gfx_rings-for-gfx-v9_0-rb-setup.patch
	patches.suse/drm-radeon-add-a-force-flush-to-delay-work-when-rade.patch
	patches.suse/drm-amdgpu-mmVM_L2_CNTL3-register-not-initialized-co.patch
	patches.suse/arm64-Fix-match_list-for-erratum-1286807-on-Arm-Cort.patch
	patches.suse/arm64-fix-rodata-full.patch
	patches.suse/arm64-errata-add-detection-for-AMEVCNTR01-incrementing-incorrectly.patch
	patches.suse/arm64-cacheinfo-Fix-incorrect-assignment-of-signed-error-value-to-unsigned-fw_level.patch
	patches.suse/fbdev-fb_pm2fb-Avoid-potential-divide-by-zero-error.patch
	patches.suse/fbdev-chipsfb-Add-missing-pci_disable_device-in-chip.patch
	patches.suse/fbdev-fbcon-Properly-revert-changes-when-vc_resize-f.patch
	patches.suse/xen-privcmd-fix-error-exit-of-privcmd_ioctl_dm_op.patch
	patches.suse/s390-fix-double-free-of-GS-and-RI-CBs-on-fork-failure
	patches.suse/s390-mm-do-not-trigger-write-fault-when-vma-does-not-allow-VM_WRITE
	patches.suse/ACPI-processor-Remove-freq-Qos-request-for-all-CPUs.patch
	patches.suse/thermal-int340x_thermal-handle-data_vault-when-the-v.patch
	patches.suse/perf-x86-lbr-Enable-the-branch-type-for-the-Arch-LBR-by-default.patch
	patches.suse/perf-x86-intel-ds-Fix-precise-store-latency-handling.patch
	patches.suse/perf-x86-intel-Fix-pebs-event-constraints-for-ADL.patch
	patches.suse/perf-x86-intel-uncore-Fix-broken-read_counter-for-SNB-IMC-PMU.patch
	patches.suse/x86-bugs-add-unknown-reporting-for-mmio-stale-data.patch
	patches.suse/x86-nospec-unwreck-the-rsb-stuffing.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/writeback-avoid-use-after-free-after-removing-device.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/mm-rmap-Fix-anon_vma-degree-ambiguity-leading-to-double-reuse.patch
	patches.suse/ALSA-seq-oss-Fix-data-race-for-max_midi_devs-access.patch
	patches.suse/ALSA-seq-Fix-data-race-at-module-auto-loading.patch
	patches.suse/ALSA-hda-intel-nhlt-Correct-the-handling-of-fmt_conf.patch
	patches.suse/ALSA-hda-realtek-Add-speaker-AMP-init-for-Samsung-la.patch
	patches.suse/ALSA-usb-audio-Add-quirk-for-LH-Labs-Geek-Out-HD-Aud.patch
	patches.suse/wifi-mac80211-Fix-UAF-in-ieee80211_scan_rx.patch
	patches.suse/wifi-mac80211-Don-t-finalize-CSA-in-IBSS-mode-if-sta.patch
	patches.suse/wifi-cfg80211-debugfs-fix-return-type-in-ht40allow_m.patch
	patches.suse/bpf-Don-t-use-tnum_range-on-array-range-checking-for.patch
	patches.suse/Bluetooth-L2CAP-Fix-build-errors-in-some-archs.patch
	patches.suse/ieee802154-adf7242-defer-destroy_workqueue-call.patch
	patches.suse/ieee802154-cc2520-add-rc-code-in-cc2520_tx.patch
	patches.suse/ethernet-rocker-fix-sleep-in-atomic-context-bug-in-n.patch
	patches.suse/kcm-fix-strp_init-order-and-cleanup.patch
	patches.suse/platform-x86-pmc_atom-Fix-SLP_TYPx-bitfield-mask.patch
	patches.suse/platform-surface-aggregator_registry-Add-support-for-84b8e403435c.patch
	patches.suse/platform-x86-acer-wmi-Acer-Aspire-One-AOD270-Packard.patch
	patches.suse/musb-fix-USB_MUSB_TUSB6010-dependency.patch
	patches.suse/usb-typec-tcpm-Return-ENOTSUPP-for-power-supply-prop.patch
	patches.suse/usb-storage-Add-ignore-residue-quirk-for-NXP-PN7462A.patch
	patches.suse/usb-dwc3-fix-PHY-disable-sequence.patch
	patches.suse/Revert-usb-dwc3-qcom-Keep-power-domain-on-to-retain-.patch
	patches.suse/usb-dwc3-qcom-fix-gadget-only-builds.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-dwc3-qcom-fix-peripheral-and-OTG-suspend.patch
	patches.suse/usb-dwc3-qcom-fix-wakeup-implementation.patch
	patches.suse/usb-dwc3-qcom-clean-up-suspend-callbacks.patch
	patches.suse/usb-typec-intel_pmc_mux-Add-new-ACPI-ID-for-Meteor-L.patch
	patches.suse/usb-dwc3-pci-Add-support-for-Intel-Raptor-Lake.patch
	patches.suse/usb-dwc3-gadget-Avoid-duplicate-requests-to-enable-R.patch
	patches.suse/usb-typec-altmodes-displayport-correct-pin-assignmen.patch
	patches.suse/usb-xhci-mtk-relax-TT-periodic-bandwidth-allocation.patch
	patches.suse/usb-gadget-f_uac2-fix-superspeed-transfer.patch
	patches.suse/USB-cdc-acm-Add-Icom-PMR-F3400-support-0c26-0020.patch
	patches.suse/thunderbolt-Use-the-actual-buffer-in-tb_async_error.patch
	patches.suse/usb-dwc3-qcom-suppress-unused-variable-warning.patch
	patches.suse/usb-add-quirks-for-Lenovo-OneLink-Dock.patch
	patches.suse/usb-dwc3-disable-USB-core-PHY-management.patch
	patches.suse/usb-gadget-udc-xilinx-replace-memcpy-with-memcpy_toi.patch
	patches.suse/usb-dwc2-fix-wrong-order-of-phy_power_on-and-phy_ini.patch
	patches.suse/USB-core-Prevent-nested-device-reset-calls.patch
	patches.suse/media-mceusb-Use-new-usb_control_msg_-routines.patch
	patches.suse/usb-gadget-mass_storage-Fix-cdrom-data-transfers-on-.patch
	patches.suse/usb-cdns3-fix-incorrect-handling-TRB_SMM-flag-for-IS.patch
	patches.suse/usb-cdns3-fix-issue-with-rearming-ISO-OUT-endpoint.patch
	patches.suse/Revert-usb-add-quirks-for-Lenovo-OneLink-Dock.patch
	patches.suse/USB-serial-option-add-support-for-OPPO-R11-diag-port.patch
	patches.suse/USB-serial-option-add-Quectel-EM060K-modem.patch
	patches.suse/USB-serial-ftdi_sio-add-Omron-CS1W-CIF31-device-id.patch
	patches.suse/USB-serial-option-add-support-for-Cinterion-MV32-WA--8ffe20d08f2c.patch
	patches.suse/USB-serial-cp210x-add-Decagon-UCA-device-id.patch
	patches.suse/USB-serial-ch341-fix-lost-character-on-LCR-updates.patch
	patches.suse/USB-serial-ch341-fix-disabled-rx-timer-on-older-devi.patch
	patches.suse/usb-storage-Add-ASUS-0x0b05-0x1932-to-IGNORE_UAS.patch
	patches.suse/Revert-usb-gadget-udc-xilinx-replace-memcpy-with-mem.patch
	patches.suse/iio-adc-mcp3911-make-use-of-the-sign-bit.patch
	patches.suse/iio-adc-mcp3911-use-correct-formula-for-AD-conversio.patch
	patches.suse/iio-ad7292-Prevent-regulator-double-disable.patch
	patches.suse/misc-fastrpc-fix-memory-corruption-on-probe.patch
	patches.suse/misc-fastrpc-fix-memory-corruption-on-open.patch
	patches.suse/soundwire-qcom-fix-device-status-array-range.patch
	patches.suse/driver-core-Don-t-probe-devices-after-bus_type.match.patch
	patches.suse/drm-i915-reg-Fix-spelling-mistake-Unsupport-Unsuppor.patch
	patches.suse/drm-i915-display-avoid-warnings-when-registering-dua.patch
	patches.suse/drm-amd-amdgpu-skip-ucode-loading-if-ucode_size-0.patch
	patches.suse/drm-msm-dsi-fix-the-inconsistent-indenting.patch
	patches.suse/drm-msm-dp-delete-DP_RECOVERED_CLOCK_OUT_EN-to-fix-t.patch
	patches.suse/drm-msm-dsi-Fix-number-of-regulators-for-msm8996_dsi.patch
	patches.suse/drm-msm-dsi-Fix-number-of-regulators-for-SDM660.patch
	patches.suse/drm-msm-rd-Fix-FIFO-full-deadlock.patch
	patches.suse/drm-i915-fix-null-pointer-dereference.patch
	patches.suse/drm-i915-glk-ECS-Liva-Q2-needs-GLK-HDMI-port-timing-.patch
	patches.suse/drm-i915-Skip-wm-ddb-readout-for-disabled-pipes.patch
	patches.suse/mmc-core-Fix-UHS-I-SD-1.8V-workaround-branch.patch
	patches.suse/mmc-core-Fix-inconsistent-sd3_bus_mode-at-UHS-I-SD-v.patch
	patches.suse/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/nvmet-auth-add-missing-goto-in-nvmet_setup_auth.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-x86-Mask-off-unsupported-and-unknown-bits-of-IA3.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/arm64-dts-juno-Add-missing-MHU-secure-irq.patch
	patches.suse/soc-brcmstb-pm-arm-Fix-refcount-leak-and-__iomem-lea.patch
	patches.suse/soc-fsl-select-FSL_GUTS-driver-for-DPIO.patch
	patches.suse/ARM-dts-at91-sama5d27_wlsom1-specify-proper-regulato.patch
	patches.suse/ARM-dts-at91-sama5d2_icp-specify-proper-regulator-ou.patch
	patches.suse/ARM-dts-at91-sama5d27_wlsom1-don-t-keep-ldo2-enabled.patch
	patches.suse/ARM-dts-at91-sama5d2_icp-don-t-keep-vdd_other-enable.patch
	patches.suse/efi-libstub-Disable-struct-randomization.patch
	patches.suse/efi-capsule-loader-Fix-use-after-free-in-efi_capsule.patch
	patches.suse/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/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/ipv6-sr-fix-out-of-bounds-read-when-setting-HMAC-dat.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-emu10k1-Fix-out-of-bounds-access-in-snd_emu10k1.patch
	patches.suse/ASoC-cs42l42-Only-report-button-state-if-there-was-a.patch
	patches.suse/ASoC-qcom-sm8250-add-missing-module-owner.patch
	patches.suse/ASoC-mchp-spdiftx-Fix-clang-Wbitfield-constant-conve.patch
	patches.suse/ASoC-nau8824-Fix-semaphore-unbalance-at-error-paths.patch
	patches.suse/vfio-type1-Unpin-zero-pages.patch
	patches.suse/drm-panfrost-devfreq-set-opp-to-the-recommended-one-.patch
	patches.suse/drm-i915-Implement-WaEdpLinkRateDataReload.patch
	patches.suse/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-Set-local-port-to-one-when-accessing-count.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/debugfs-add-debugfs_lookup_and_remove.patch
	patches.suse/scsi-lpfc-Return-DID_TRANSPORT_DISRUPTED-instead-of-.patch
	patches.suse/scsi-lpfc-Add-missing-destroy_workqueue-in-error-pat.patch
	patches.suse/scsi-mpt3sas-Fix-use-after-free-warning.patch
	patches.suse/hwmon-tps23861-fix-byte-order-in-resistance-register.patch
	patches.suse/dt-bindings-hwmon-mr75203-fix-intel-vm-map-property-.patch
	patches.suse/hwmon-mr75203-fix-VM-sensor-allocation-when-intel-vm.patch
	patches.suse/hwmon-mr75203-update-pvt-v_num-and-vm_num-to-the-act.patch
	patches.suse/hwmon-mr75203-fix-voltage-equation-for-negative-sour.patch
	patches.suse/hwmon-mr75203-fix-multi-channel-voltage-reading.patch
	patches.suse/hwmon-mr75203-enable-polling-for-all-VM-channels.patch
	patches.suse/s390-boot-fix-absolute-zero-lowcore-corruption-on-boot
	patches.suse/s390-smp-enforce-lowcore-protection-on-CPU-restart
	patches.suse/docs-i2c-i2c-topology-fix-incorrect-heading.patch
	patches.suse/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/drm-amdgpu-use-dirty-framebuffer-helper.patch
	patches.suse/drm-amd-display-Limit-user-regamma-to-a-valid-value.patch
	patches.suse/drm-amd-display-Reduce-number-of-arguments-of-dml31-.patch
	patches.suse/drm-amd-display-Reduce-number-of-arguments-of-dml31--21485d3da659.patch
	patches.suse/drm-amd-display-Mark-dml30-s-UseMinimumDCFCLK-as-noi.patch
	patches.suse/drm-amdgpu-move-nbio-ih_doorbell_range-into-ih-code-.patch
	patches.suse/drm-amdgpu-move-nbio-sdma_doorbell_range-into-sdma-c.patch
	patches.suse/drm-amdgpu-make-sure-to-init-common-IP-before-gmc.patch
	patches.suse/drm-meson-Correct-OSD1-global-alpha-value.patch
	patches.suse/drm-meson-Fix-OSD1-RGB-to-YCbCr-coefficient.patch
	patches.suse/drm-gma500-Fix-BUG-sleeping-function-called-from-inv.patch
	patches.suse/drm-rockchip-Fix-return-type-of-cdn_dp_connector_mod.patch
	patches.suse/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/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/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/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/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/gve-Fix-GFP-flags-when-allocing-pages-8ccac4edc8da.patch
	patches.suse/can-gs_usb-gs_can_open-fix-race-dev-can.state-condit.patch
	patches.suse/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/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/drm-amd-display-Fix-double-cursor-on-non-video-RGB-M.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/drm-amdgpu-don-t-register-a-dirty-callback-for-non-a.patch
	patches.suse/drm-mediatek-dsi-Add-atomic-destroy-duplicate-_state.patch
	patches.suse/drm-mediatek-dsi-Move-mtk_dsi_stop-call-back-to-mtk_.patch
	patches.suse/drm-panel-simple-Fix-innolux_g121i1_l01-bus_format.patch
	patches.suse/KVM-x86-Inject-UD-on-emulated-XSETBV-if-XSAVES-isn-t.patch
	patches.suse/USB-core-Fix-RST-error-in-hub.c.patch
	patches.suse/usb-dwc3-core-leave-default-DMA-if-the-controller-do.patch
	patches.suse/thunderbolt-Add-support-for-Intel-Maple-Ridge-single.patch
	patches.suse/media-flexcop-usb-fix-endpoint-type-check.patch
	patches.suse/USB-serial-option-add-Quectel-BG95-0x0203-compositio.patch
	patches.suse/USB-serial-option-add-Quectel-RM520N.patch
	patches.suse/drivers-base-Fix-unsigned-comparison-to-1-in-CPUMAP_.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/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/ext4-fix-bug-in-extents-parsing-when-eh_entries-0-an.patch
	patches.suse/ext4-limit-the-number-of-retries-after-discarding-pr.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-imx-card-Fix-refcount-issue-with-of_node_put.patch
	patches.suse/ASoC-tas2770-Reinit-regcache-on-reset.patch
	patches.suse/ARM-dts-am33xx-Fix-MMCHS0-dma-properties.patch
	patches.suse/ARM-dts-am5748-keep-usb4_tm-disabled.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/Input-melfas_mip4-fix-return-value-check-in-mip4_pro.patch
	patches.suse/Input-iqs62x-keys-drop-unused-device-node-references.patch
	patches.suse/Input-snvs_pwrkey-fix-SNVS_HPVIDR1-register-address.patch
	patches.suse/usbnet-Fix-memory-leak-in-usbnet_disconnect.patch
	patches.suse/cxgb4-fix-missing-unlock-on-ETHOFLD-desc-collect-fai.patch
	patches.suse/net-phy-Don-t-WARN-for-PHY_UP-state-in-mdio_bus_phy_.patch
	patches.suse/selftests-Fix-the-if-conditions-of-in-test_extra_fil.patch
	patches.suse/net-usb-qmi_wwan-Add-new-usb-id-for-Dell-branded-EM7.patch
	patches.suse/wifi-mac80211-fix-regression-with-non-QoS-drivers.patch
	patches.suse/drm-bridge-lt8912b-add-vsync-hsync.patch
	patches.suse/drm-bridge-lt8912b-set-hdmi-or-dvi-mode.patch
	patches.suse/drm-bridge-lt8912b-fix-corrupted-image-output.patch
	patches.suse/Revert-drm-bridge-analogix-dp-add-panel-prepare-unpr.patch
	patches.suse/drm-i915-gt-Restrict-forced-preemption-to-the-active.patch
	patches.suse/gpio-mvebu-Fix-check-for-pwm-support-on-non-A8K-plat.patch
	patches.suse/nvme-Fix-IOC_PR_CLEAR-and-IOC_PR_RELEASE-ioctls-for-.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/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/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-Add-helper-function-acpi_dev_get_memor.patch
	patches.suse/ACPI-resource-Skip-IRQ-override-on-Asus-Vivobook-K34.patch
	patches.suse/usb-typec-intel_pmc_mux-Use-the-helper-acpi_dev_get_.patch
	patches.suse/ACPI-x86-s2idle-Move-_HID-handling-for-AMD-systems-i.patch
	patches.suse/ACPI-x86-s2idle-If-a-new-AMD-_HID-is-missing-assume-.patch
	patches.suse/ACPI-x86-s2idle-Add-module-parameter-to-prefer-Micro.patch
	patches.suse/ACPI-x86-s2idle-Add-a-quirk-for-ASUS-TUF-Gaming-A17-.patch
	patches.suse/ACPI-x86-s2idle-Add-a-quirk-for-ASUS-ROG-Zephyrus-G1.patch
	patches.suse/ACPI-x86-s2idle-Add-a-quirk-for-Lenovo-Slim-7-Pro-14.patch
	patches.suse/ACPI-x86-s2idle-Add-a-quirk-for-ASUSTeK-COMPUTER-INC.patch
	patches.suse/ACPI-x86-s2idle-Fix-a-NULL-pointer-dereference.patch
	patches.suse/ACPI-x86-s2idle-Add-another-ID-to-s2idle_dmi_table.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-CPPC-Disable-FIE-if-registers-in-PCC-regions.patch
	patches.suse/ACPI-video-Add-Toshiba-Satellite-Portege-Z830-quirk.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/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/nfsd-Fix-a-memory-leak-in-an-error-handling-path.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-Fix-handling-of-oversized-NFSv4-COMPOUND-reques.patch
	patches.suse/NFSD-Return-nfserr_serverfault-if-splice_ok-but-buf-.patch
	patches.suse/NFSD-Cap-rsize_bop-result-based-on-send-buffer-size.patch
	patches.suse/NFSD-fix-use-after-free-on-source-server-when-doing-.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/net-ethernet-ti-davinci_mdio-fix-build-for-mdio-bitb.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/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/octeontx2-pf-Add-egress-PFC-support.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/ice-Allow-operation-with-reduced-device-MSI-X.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/octeontx2-pf-Fix-unused-variable-build-error.patch
	patches.suse/can-bcm-check-the-result-of-can_send-in-bcm_can_tx.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-fix-number-of-VHT-beamformee-spatial-str.patch
	patches.suse/wifi-rtl8xxxu-Fix-AIFS-written-to-REG_EDCA_-_PARAM.patch
	patches.suse/wifi-rtl8xxxu-Improve-rtl8xxxu_queue_select.patch
	patches.suse/Bluetooth-btusb-mediatek-fix-WMT-failure-during-runt.patch
	patches.suse/Bluetooth-btintel-Mark-Intel-controller-to-support-L.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-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-L2CAP-Fix-user-after-free.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/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/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-thinkpad_acpi-Explicitly-set-to-balance.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/platform-x86-hp-wmi-Support-touchpad-on-off.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/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/drm-virtio-Check-whether-transferred-2D-BO-is-shmem.patch
	patches.suse/drm-virtio-Unlock-reservations-on-virtio_gpu_object_.patch
	patches.suse/drm-bridge-parade-ps8640-Fix-regulator-supply-order.patch
	patches.suse/drm-komeda-Fix-handling-of-atomic-commits-in-the-ato.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/drm-nouveau-kms-nv140-Disable-interlacing.patch
	patches.suse/drm-msm-Make-.remove-and-.shutdown-HW-shutdown-consi.patch
	patches.suse/udmabuf-Set-ubuf-sg-NULL-if-the-creation-of-sg-table.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-scheduler-quieten-kernel-doc-warnings.patch
	patches.suse/drm-amdgpu-add-missing-pci_disable_device-in-amdgpu_.patch
	patches.suse/drm-i915-dg2-Add-additional-HDMI-pixel-clock-frequen.patch
	patches.suse/drm-amdkfd-handle-CPU-fault-on-COW-mapping.patch
	patches.suse/drm-amdkfd-Migrate-in-CPU-page-fault-use-current-mm.patch
	patches.suse/dt-bindings-display-msm-dpu-sc7180-add-missing-DPU-o.patch
	patches.suse/dt-bindings-display-msm-dpu-sdm845-add-missing-DPU-o.patch
	patches.suse/drm-msm-dpu-index-dpu_kms-hw_vbif-using-vbif_idx.patch
	patches.suse/drm-msm-dpu-Fix-comment-typo.patch
	patches.suse/drm-msm-dp-Silence-inconsistent-indent-warning.patch
	patches.suse/drm-msm-dp-correct-1.62G-link-rate-at-dp_catalog_ctr.patch
	patches.suse/drm-omap-dss-Fix-refcount-leak-bugs.patch
	patches.suse/drm-udl-Restore-display-mode-on-resume.patch
	patches.suse/drm-udl-Add-reset_resume.patch
	patches.suse/drm-udl-Enable-damage-clipping.patch
	patches.suse/Revert-drm-udl-Kill-pending-URBs-at-suspend-and-disc.patch
	patches.suse/drm-udl-Suppress-error-print-for-EPROTO-at-URB-compl.patch
	patches.suse/drm-udl-Increase-the-default-URB-list-size-to-20.patch
	patches.suse/drm-udl-Drop-unneeded-alignment.patch
	patches.suse/drm-udl-Fix-potential-URB-leaks.patch
	patches.suse/drm-udl-Fix-inconsistent-urbs.count-value-during-udl.patch
	patches.suse/drm-udl-Don-t-re-initialize-stuff-at-retrying-the-UR.patch
	patches.suse/drm-udl-Sync-pending-URBs-at-the-end-of-suspend.patch
	patches.suse/drm-panel-orientation-quirks-Add-quirk-for-Anbernic-.patch
	patches.suse/drm-amdgpu-fix-initial-connector-audio-value.patch
	patches.suse/drm-meson-explicitly-remove-aggregate-driver-at-modu.patch
	patches.suse/drm-amd-display-Remove-interface-for-periodic-interr.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-usb-audio-Add-quirk-to-enable-Avid-Mbox-3-suppo.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-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-dmaengine-increment-buffer-pointer-atomically.patch
	patches.suse/ALSA-hda-realtek-Add-quirk-for-HP-Zbook-Firefly-14-G.patch
	patches.suse/ALSA-hda-realtek-More-robust-component-matching-for-.patch
	patches.suse/ALSA-usb-audio-Fix-NULL-dererence-at-error-path.patch
	patches.suse/ALSA-usb-audio-Fix-potential-memory-leaks.patch
	patches.suse/ALSA-hda-hdmi-Don-t-skip-notification-handling-durin.patch
	patches.suse/ALSA-hda-Fix-position-reporting-on-Poulsbo.patch
	patches.suse/ASoC-mt6359-fix-tests-for-platform_get_irq-failure.patch
	patches.suse/ASoC-fsl_sai-Remove-unnecessary-FIFO-reset-in-ISR.patch
	patches.suse/ASoC-tas2764-Allow-mono-streams.patch
	patches.suse/ASoC-tas2764-Drop-conflicting-set_bias_level-power-s.patch
	patches.suse/ASoC-tas2764-Fix-mute-unmute.patch
	patches.suse/ASoC-rsnd-Add-check-for-rsnd_mod_power_on.patch
	patches.suse/ASoC-wm_adsp-Handle-optional-legacy-support.patch
	patches.suse/ASoC-eureka-tlv320-Hold-reference-returned-from-of_f.patch
	patches.suse/ASoC-SOF-pci-Change-DMI-match-info-to-support-all-Ch.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-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-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/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/arm64-dts-qcom-ipq8074-fix-PCIe-PHY-serdes-size.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-atomics-remove-LL-SC-trampolines.patch
	patches.suse/arm64-ftrace-fix-module-PLTs-with-mcount.patch
	patches.suse/kselftest-arm64-Fix-validatation-termination-record-.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/btrfs-fix-race-between-quota-enable-and-quota-rescan.patch
	patches.suse/ext4-continue-to-expand-file-system-when-the-target-.patch
	patches.suse/ext4-avoid-crash-when-inline-data-creation-follows-D.patch
	patches.suse/ext4-don-t-run-ext4lazyinit-for-read-only-filesystem.patch
	patches.suse/ext4-fix-null-ptr-deref-in-ext4_write_info.patch
	patches.suse/ext4-make-ext4_lazyinit_thread-freezable.patch
	patches.suse/ext4-Fix-check-for-block-being-out-of-directory-size.patch
	patches.suse/ext4-don-t-increase-iversion-counter-for-ea_inodes.patch
	patches.suse/ext4-ext4_read_bh_lock-should-submit-IO-if-the-buffe.patch
	patches.suse/ext4-place-buffer-head-allocation-before-handle-star.patch
	patches.suse/jbd2-wake-up-journal-waiters-in-FIFO-order-not-LIFO.patch
	patches.suse/mbcache-Avoid-nesting-of-cache-c_list_lock-under-bit.patch
	patches.suse/ext4-fix-dir-corruption-when-ext4_dx_add_entry-fails.patch
	patches.suse/jbd2-fix-potential-buffer-head-reference-count-leak.patch
	patches.suse/jbd2-fix-potential-use-after-free-in-jbd2_fc_wait_bu.patch
	patches.suse/ext4-fix-miss-release-buffer-head-in-ext4_fc_write_i.patch
	patches.suse/ext4-goto-right-label-failed_mount3a.patch
	patches.suse/jbd2-add-miss-release-buffer-head-in-fc_do_one_pass.patch
	patches.suse/ext4-fix-potential-memory-leak-in-ext4_fc_record_mod.patch
	patches.suse/ext4-fix-potential-memory-leak-in-ext4_fc_record_reg.patch
	patches.suse/ext4-update-state-fc_regions_size-after-successful-m.patch
	patches.suse/ext4-introduce-EXT4_FC_TAG_BASE_LEN-helper.patch
	patches.suse/ext4-factor-out-ext4_fc_get_tl.patch
	patches.suse/ext4-fix-potential-out-of-bound-read-in-ext4_fc_repl.patch
	patches.suse/udf-Support-splicing-to-file.patch
	patches.suse/quota-Check-next-prev-free-block-number-after-readin.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/0031-nbd-Fix-hung-when-signal-interrupts-nbd_start_device_ioctl.patch
	patches.suse/0032-blk-throttle-prevent-overflow-while-calculating-wait-time.patch
	patches.suse/0033-bcache-fix-set_at_max_writeback_rate-for-multiple-attached-devices.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/0011-blk-wbt-call-rq_qos_add-after-wb_normal-is-initializ.patch
	patches.suse/0014-md-Replace-snprintf-with-scnprintf.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/0034-md-raid5-Wait-for-MD_SB_CHANGE_PENDING-in-raid5d.patch
	patches.suse/nvme-copy-firmware_rev-on-each-init.patch
	patches.suse/nvme-restrict-management-ioctls-to-admin.patch
	patches.suse/nvme-ensure-subsystem-reset-is-single-threaded.patch
	patches.suse/nvmet-auth-don-t-try-to-cancel-a-non-initialized-wor.patch
	patches.suse/nvme-improve-the-NVME_CONNECT_AUTHREQ-definitions.patch
	patches.suse/nvmet-add-helpers-to-set-the-result-field-for-connec.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-wacom-Add-new-Intuos-Pro-Small-PTH-460-device-ID.patch
	patches.suse/HID-roccat-Fix-use-after-free-in-roccat_read.patch
	patches.suse/HID-wacom-add-three-styli-to-wacom_intuos_get_tool_t.patch
	patches.suse/hid-hid-logitech-hidpp-avoid-unnecessary-assignments.patch
	patches.suse/HID-multitouch-Add-memory-barriers.patch
	patches.suse/mfd-intel_soc_pmic-Fix-an-error-handling-path-in-int.patch
	patches.suse/mfd-fsl-imx25-Fix-an-error-handling-path-in-mx25_tsa.patch
	patches.suse/mfd-lp8788-Fix-an-error-handling-path-in-lp8788_prob.patch
	patches.suse/mfd-lp8788-Fix-an-error-handling-path-in-lp8788_irq_.patch
	patches.suse/mfd-fsl-imx25-Fix-check-for-platform_get_irq-errors.patch
	patches.suse/mfd-sm501-Add-check-for-platform_driver_register.patch
	patches.suse/HSI-omap_ssi-Fix-refcount-leak-in-ssi_probe.patch
	patches.suse/HSI-omap_ssi_port-Fix-dma_map_sg-error-check.patch
	patches.suse/power-supply-adp5061-fix-out-of-bounds-read-in-adp50.patch
	patches.suse/remoteproc-imx_rproc-Simplify-some-error-message.patch
	patches.suse/remoteproc-Harden-rproc_handle_vdev-against-integer-.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/RDMA-mlx5-Don-t-compare-mkey-tags-in-DEVX-indirect-m.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-Fix-kernel-NULL-pointer-dereference-error.patch
	patches.suse/RDMA-rxe-Fix-the-error-caused-by-qp-sk.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-srp-Support-more-than-255-rdma-ports.patch
	patches.suse/RDMA-rxe-Fix-resize_finish-in-rxe_queue.c.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/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-mpt3sas-Don-t-change-DMA-mask-while-reallocatin.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/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-scsi_transport_fc-Use-u-for-dev_loss_tmo.patch
	patches.suse/scsi-tracing-Fix-compile-error-in-trace_array-calls-when-TRACING-is-disabled.patch
	patches.suse/scsi-libsas-Fix-use-after-free-bug-in-smp_execute_task_sg.patch
	patches.suse/scsi-qedf-Populate-sysfs-attributes-for-vport.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/serial-fsl_lpuart-Fix-comment-typo.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-common-debug-Check-non-standard-control-requests.patch
	patches.suse/usb-dwc3-qcom-only-parse-maximum-speed-once.patch
	patches.suse/usb-dwc3-qcom-clean-up-icc-init.patch
	patches.suse/usb-hcd-Fix-dma_map_sg-error-check.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-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/usb-gadget-function-fix-dangling-pnp_string-in-f_pri.patch
	patches.suse/usb-mon-make-mmapped-memory-read-only.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/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-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/misc-ocxl-fix-possible-refcount-leak-in-afu_ioctl.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-prevent-integer-overflow-in-dfl_feature_ioctl_s.patch
	patches.suse/iio-adc-at91-sama5d2_adc-fix-AT91_SAMA5D2_MR_TRACKTI.patch
	patches.suse/iio-adc-at91-sama5d2_adc-check-return-status-for-pre.patch
	patches.suse/iio-adc-at91-sama5d2_adc-lock-around-oversampling-an.patch
	patches.suse/iio-adc-at91-sama5d2_adc-disable-prepare-buffer-on-s.patch
	patches.suse/iio-inkern-only-release-the-device-node-when-done-wi.patch
	patches.suse/iio-inkern-fix-return-value-in-devm_of_iio_channel_g.patch
	patches.suse/iio-ABI-Fix-wrong-format-of-differential-capacitance.patch
	patches.suse/iio-magnetometer-yas530-Change-data-type-of-hard_off.patch
	patches.suse/slimbus-qcom-ngd-use-correct-error-in-message-of-pdr.patch
	patches.suse/slimbus-qcom-ngd-cleanup-in-probe-error-path.patch
	patches.suse/firmware-google-Test-spinlock-on-panic-path-to-avoid.patch
	patches.suse/iio-dac-ad5593r-Fix-i2c-read-protocol-requirements.patch
	patches.suse/iio-ltc2497-Fix-reading-conversion-results.patch
	patches.suse/iio-adc-ad7923-fix-channel-readings-for-some-variant.patch
	patches.suse/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/extcon-usbc-tusb320-fix-kernel-doc-warning.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-nVMX-Treat-General-Detect-DB-DR7.GD-1-as-fault-l.patch
	patches.suse/KVM-nVMX-Prioritize-TSS-T-flag-DBs-over-Monitor-Trap.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/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-vmlinux.lds-Ensure-STRICT_ALIGN_SIZE-is-at-l.patch
	patches.suse/powerpc-vmlinux.lds-Add-an-explicit-symbol-for-the-S.patch
	patches.suse/powerpc-move-__end_rodata-to-cover-arch-read-only-se.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-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/sched-core-Introduce-sched_asym_cpucap_active.patch
	patches.suse/perf-x86-uncore-Add-new-Raptor-Lake-S-support.patch
	patches.suse/locking-rwsem-Disable-preemption-while-trying-for-rw.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-2669-drm-hyperv-Add-ratelimit-on-error-message.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/xfs-remove-xfs_setattr_time-declaration.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-PTM-Add-pci_suspend_ptm-and-pci_resume_ptm.patch
	patches.suse/PCI-PM-Always-disable-PTM-for-all-devices-during-sus.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-fix-a-memory-leak-in-intel_gvt_init_vgp.patch
	patches.suse/NFSv4-pNFS-Always-return-layout-stats-on-layout-retu.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/ring-buffer-Fix-kernel-doc.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_leaf-Fix-overread-with-an-invalid-com.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/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-sprd-Fix-minimum-clock-limit.patch
	patches.suse/io_uring-af_unix-defer-registered-files-gc-to-io_uri.patch
	patches.suse/0035-blk-wbt-fix-that-rwb-wc-is-always-set-to-1-in-wbt_init.patch
	patches.suse/nvme-rdma-fix-possible-hang-caused-during-ctrl-delet.patch
	patches.suse/nvme-tcp-fix-possible-hang-caused-during-ctrl-deleti.patch
	patches.suse/nvme-multipath-fix-possible-hang-in-live-ns-resize-w.patch
	patches.suse/drm-i915-ehl-Update-MOCS-table-for-EHL.patch
	patches.suse/drm-amd-display-Fix-vblank-refcount-in-vrr-transitio.patch
	patches.suse/Revert-drm-amdgpu-use-dirty-framebuffer-helper.patch
	patches.suse/drm-amd-pm-smu7_hwmgr-fix-potential-off-by-one-overf.patch
	patches.suse/drm-amd-display-Fix-build-breakage-with-CONFIG_DEBUG.patch
	patches.suse/ext4-f2fs-fix-readahead-of-verity-data.patch
	patches.suse/mm-memory.c-fix-race-when-faulting-a-device-private-page.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/0017-dm-remove-unnecessary-assignment-statement-in-alloc_.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/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-amdgpu-set-vm_update_mode-0-as-default-for-Sienn.patch
	patches.suse/drm-amdgpu-fix-sdma-doorbell-init-ordering-on-APUs.patch
	patches.suse/gcov-support-GCC-12.1-and-newer-compilers.patch
	patches.suse/ocfs2-fix-BUG-when-iput-after-ocfs2_mknod-fails.patch
	patches.suse/ocfs2-clear-dinode-links-count-in-case-of-error.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/nvme-hwmon-consistently-ignore-errors-from-nvme_hwmo.patch
	patches.suse/nvme-hwmon-kmalloc-the-NVME-SMART-log-buffer.patch
	patches.suse/nvmet-fix-workqueue-MEM_RECLAIM-flushing-dependency.patch
	patches.suse/nvmet-fix-invalid-memory-reference-in-nvmet_subsys_a.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-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/hwmon-coretemp-Handle-large-core-ID-value.patch
	patches.suse/0001-x86-microcode-AMD-Apply-the-patch-early-on-every-log.patch
	patches.suse/perf-x86-intel-lbr-Use-setup_clear_cpu_cap-instead-of-clear_cpu_cap.patch
	patches.suse/sched-core-Fix-comparison-in-sched_group_cookie_matc.patch
	patches.suse/KVM-arm64-vgic-Fix-exit-condition-in-scan_its_table.patch
	patches.suse/KVM-x86-Copy-filter-arg-outside-kvm_vm_ioctl_set_msr.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/scsi-mpt3sas-re-do-lost-mpt3sas-DMA-mask-fix.patch
	patches.suse/platform-x86-thinkpad_acpi-Fix-reporting-a-non-prese.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/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-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-hdmi-fix-IRQ-lifetime.patch
	patches.suse/drm-amdkfd-Fix-memory-leak-in-kfd_mem_dmamap_userptr.patch
	patches.suse/drm-i915-dp-Reset-frl-trained-flag-before-restarting.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-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/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/0012-rbd-fix-possible-memory-leak-in-rbd_sysfs_init.patch
	patches.suse/nvme-tcp-fix-possible-circular-locking-when-deleting.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/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/perf-x86-rapl-Add-support-for-Intel-AlderLake-N.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-stifb-Fall-back-to-cfb_fillrect-on-32-bit-HCRX.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-x86-Mask-off-reserved-bits-in-CPUID.8000001FH.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-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/NFSv4-Fix-a-potential-state-reclaim-deadlock.patch
	patches.suse/NFSv4.1-Handle-RECLAIM_COMPLETE-trunking-errors.patch
	patches.suse/NFSv4.1-We-must-always-send-RECLAIM_COMPLETE-after-a.patch
	patches.suse/SUNRPC-Fix-null-ptr-deref-when-xps-sysfs-alloc-faile.patch
	patches.suse/NFSv4-Retry-LOCK-on-OLD_STATEID-during-delegation-re.patch
	patches.suse/NFSv4.2-Fixup-CLONE-dest-file-size-for-zero-length-c.patch
	patches.suse/nfs4-Fix-kmemleak-when-allocate-slot-failed.patch
	patches.suse/powerpc-64e-Fix-amdgpu-build-on-Book3E-w-o-AltiVec.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-tun-fix-bugs-for-oversize-packet-when-napi-frags.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-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-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/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-dsi-Force-synchronous-probe.patch
	patches.suse/drm-imx-imx-tve-Fix-return-type-of-imx_tve_connector.patch
	patches.suse/drm-amdkfd-Fix-NULL-pointer-dereference-in-svm_migra.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/xfs-fix-memory-leak-in-xfs_errortag_init.patch
	patches.suse/xfs-Fix-unreferenced-object-reported-by-kmemleak-in-.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/ext4-fix-BUG_ON-when-directory-entry-has-invalid-rec.patch
	patches.suse/ext4-fix-warning-in-ext4_da_release_space.patch
	patches.suse/KVM-arm64-Fix-bad-dereference-on-MTE-enabled-systems.patch
	patches.suse/x86-cpu-Add-several-Intel-server-CPU-model-numbers.patch
	patches.suse/perf-x86-rapl-Use-standard-Energy-Unit-for-SPR-Dram-RAPL-domain.patch
	patches.suse/perf-x86-intel-Fix-pebs-event-constraints-for-ICL.patch
	patches.suse/perf-x86-intel-Fix-pebs-event-constraints-for-SPR.patch
	patches.suse/perf-x86-intel-Add-Cooper-Lake-stepping-to-isolation_ucodes.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/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-macvlan-fix-memory-leaks-of-macvlan_common_newli.patch
	patches.suse/drm-amdgpu-disable-BACO-on-special-BEIGE_GOBY-card.patch
	patches.suse/drm-vc4-Fix-missing-platform_unregister_drivers-call.patch
	patches.suse/drm-i915-dmabuf-fix-sg_table-handling-in-map_dma_buf.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-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-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/udf-Fix-a-slab-out-of-bounds-write-bug-in-udf_find_e.patch
	patches.suse/0036-block-bfq-fix-null-pointer-dereference-in-bfq_bio_bfqg.patch
	patches.suse/nvmet-fix-a-memory-leak.patch
	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/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-thinkpad_acpi-Enable-s2idle-quirk-for-2.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/xen-pciback-Allow-setting-PCI_MSIX_FLAGS_MASKALL-too.patch
	patches.suse/xen-platform-pci-add-missing-free_irq-in-error-path.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-avoid-putting-the-realm-twice-when-decoding-snaps-fails.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-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-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/0037-dm-ioctl-fix-misbehavior-if-list_versions-races-with-module-loading.patch
	patches.suse/0038-dm-integrity-flush-the-journal-on-suspend.patch
	patches.suse/0039-dm-integrity-clear-the-journal-on-suspend.patch
	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/drm-amd-display-Add-HUBP-surface-flip-interrupt-hand.patch
	patches.suse/drbd-use-after-free-in-drbd_create_device.patch
	patches.suse/nvmet-fix-a-memory-leak-in-nvmet_auth_set_key.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-intel-pt-Fix-sampling-using-single-range-output.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/tracing-Fix-warning-on-variable-struct-trace_array.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/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/ext4-fix-use-after-free-in-ext4_ext_shift_extents.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-Fix-race-condition-between-iavf_shutdown-and-ia.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/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/dma-buf-fix-racing-conflict-of-dma_heap_add.patch
	patches.suse/fbcon-Use-kzalloc-in-fbcon_prepare_logo.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/nilfs2-fix-nilfs_sufile_mark_dirty-not-set-segment-u.patch
	patches.suse/msft-hv-2700-x86-hyperv-Restore-VP-assist-page-after-cpu-offlinin.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/s390-dasd-fix-no-record-found-for-raw_track_access.patch
	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/virt-sev-guest-Prevent-IV-reuse-in-the-SNP-guest-driver
	patches.suse/scripts-faddr2line-Fix-regression-in-name-resolution.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-Fix-race-where-histograms-can-be-called-before-the-event.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/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-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/bpf-perf-Use-subprog-name-when-reporting-subprog-ksymbol.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-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/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/nvme-fix-SRCU-protection-of-nvme_ns_head-list.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/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/xen-netback-fix-build-warning.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/0001-af_unix-Get-user_ns-from-in_skb-in-unix_diag_get_exa.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-Add-debug-message-for-CSR-controller.patch
	patches.suse/Bluetooth-6LoWPAN-add-missing-hci_dev_put-in-get_l2c.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/xen-netfront-Fix-NULL-sring-after-live-migration.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/s390-qeth-fix-use-after-free-in-hsci.patch
	patches.suse/nvme-initialize-core-quirks-before-calling-nvme_init.patch
	patches.suse/drm-amdgpu-sdma_v4_0-turn-off-SDMA-ring-buffer-in-th.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/seccomp-Move-copy_seccomp-to-no-failure-path.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/msft-hv-2732-hv-fix-comment-typo-in-vmbus_channel-low_latency.patch
	patches.suse/msft-hv-2733-PCI-hv-update-comment-in-x86-specific-hv_arch_irq_un.patch
	patches.suse/msft-hv-2739-iommu-hyper-v-Allow-hyperv-irq-remapping-without-x2a.patch
	patches.suse/msft-hv-2740-x86-hyperv-Remove-unregister-syscore-call-from-Hyper.patch
	patches.suse/arm64-mm-kfence-only-handle-translation-faults.patch
	patches.suse/arm64-make-is_ttbrX_addr-noinstr-safe.patch
	patches.suse/ARM-ux500-do-not-directly-dereference-__iomem.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/arm64-dts-qcom-pmk8350-Specify-PBS-register-for-PON.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-thinkpad_acpi-Fix-max_brightness-of-thi.patch
	patches.suse/platform-x86-thinkpad_acpi-use-strstarts.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/x86-xen-Fix-memory-leak-in-xen_smp_intr_init-_pv.patch
	patches.suse/x86-xen-Fix-memory-leak-in-xen_init_lock_cpu.patch
	patches.suse/xen-privcmd-Fix-a-possible-warning-in-privcmd_ioctl_.patch
	patches.suse/Documentation-Remove-bogus-claim-about-del_timer_syn.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/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/0001-EDAC-mc_sysfs-Increase-legacy-channel-support-to-12.patch
	patches.suse/x86-MCE-AMD-Clear-DFR-errors-found-in-THR-handler.patch
	patches.suse/perf-Fix-possible-memleak-in-pmu_dev_alloc.patch
	patches.suse/perf-x86-intel-uncore-Generalize-IIO-topology-support.patch
	patches.suse/perf-x86-intel-uncore-Introduce-UPI-topology-type.patch
	patches.suse/perf-x86-intel-uncore-Clear-attr_update-properly.patch
	patches.suse/perf-x86-intel-uncore-Disable-I-O-stacks-to-PMU-mapping-on-ICX-D.patch
	patches.suse/perf-x86-intel-uncore-Generalize-get_topology-for-SKX-PMUs.patch
	patches.suse/perf-x86-intel-uncore-Enable-UPI-topology-discovery-for-Skylake-Server.patch
	patches.suse/perf-x86-intel-uncore-Get-UPI-NodeID-and-GroupID.patch
	patches.suse/perf-x86-intel-uncore-Enable-UPI-topology-discovery-for-Icelake-Server.patch
	patches.suse/perf-x86-intel-uncore-Enable-UPI-topology-discovery-for-Sapphire-Rapids.patch
	patches.suse/perf-x86-intel-uncore-Update-sysfs-devices-mapping-file.patch
	patches.suse/perf-x86-intel-uncore-Make-set_mapping-procedure-void.patch
	patches.suse/perf-x86-intel-uncore-Fix-reference-count-leak-in-sad_cfg_iio_topology.patch
	patches.suse/perf-x86-intel-uncore-Fix-reference-count-leak-in-hswep_has_limit_sbox.patch
	patches.suse/perf-x86-intel-uncore-Fix-reference-count-leak-in-snr_uncore_mmio_map.patch
	patches.suse/perf-x86-intel-uncore-Fix-reference-count-leak-in-__uncore_imc_init_box.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-uclamp-Make-asym_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-Add-check-for-ping-command-for-trig.patch
	patches.suse/selftests-ftrace-Convert-tracer-tests-to-use-require.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/ocfs2-fix-memory-leak-in-ocfs2_stack_glue_init.patch
	patches.suse/libfs-add-DEFINE_SIMPLE_ATTRIBUTE_SIGNED-for-signed-.patch
	patches.suse/debugfs-fix-error-when-writing-negative-value-to-ato.patch
	patches.suse/ocfs2-fix-memory-leak-in-ocfs2_mount_volume.patch
	patches.suse/acct-fix-potential-integer-overflow-in-encode_comp_t.patch
	patches.suse/infiniband-READ-is-data-destination-not-source.patch
	patches.suse/xen-fix-direction-argument-of-iov_iter_kvec.patch
	patches.suse/ext4-silence-the-warning-when-evicting-inode-with-di.patch
	patches.suse/ext4-add-inode-table-check-in-__ext4_get_inode_loc-t.patch
	patches.suse/jbd2-use-the-correct-print-format.patch
	patches.suse/ext4-add-helper-to-check-quota-inums.patch
	patches.suse/ext4-add-EXT4_IGET_BAD-flag-to-prevent-unexpected-ba.patch
	patches.suse/ext4-fix-bug_on-in-__es_tree_search-caused-by-bad-bo.patch
	patches.suse/ext4-fix-undefined-behavior-in-bit-shift-for-ext4_ch.patch
	patches.suse/ext4-don-t-allow-journal-inode-to-have-encrypt-flag.patch
	patches.suse/ext4-fix-use-after-free-in-ext4_orphan_cleanup.patch
	patches.suse/ext4-disable-fast-commit-of-encrypted-dir-operations.patch
	patches.suse/ext4-don-t-set-up-encryption-key-during-jbd2-transac.patch
	patches.suse/ext4-fix-leaking-uninitialized-memory-in-fast-commit.patch
	patches.suse/ext4-add-missing-validation-of-fast-commit-record-le.patch
	patches.suse/ext4-fix-unaligned-memory-access-in-ext4_fc_reserve_.patch
	patches.suse/ext4-fix-off-by-one-errors-in-fast-commit-block-fill.patch
	patches.suse/ext4-init-quota-for-old.inode-in-ext4_rename.patch
	patches.suse/ext4-fix-error-code-return-to-user-space-in-ext4_get.patch
	patches.suse/ext4-fix-bad-checksum-after-online-resize.patch
	patches.suse/ext4-fix-corruption-when-online-resizing-a-1K-bigall.patch
	patches.suse/ext4-fix-uninititialized-value-in-ext4_evict_inode.patch
	patches.suse/ext4-fix-delayed-allocation-bug-in-ext4_clu_mapped-f.patch
	patches.suse/fs-ext4-initialize-fsdata-in-pagecache_write.patch
	patches.suse/ext4-avoid-BUG_ON-when-creating-xattrs.patch
	patches.suse/ext4-fix-deadlock-due-to-mbcache-entry-corruption.patch
	patches.suse/ext4-fix-kernel-BUG-in-ext4_write_inline_data_end.patch
	patches.suse/ext4-initialize-quota-before-expanding-inode-in-setp.patch
	patches.suse/ext4-avoid-unaccounted-block-allocation-when-expandi.patch
	patches.suse/ext4-allocate-extended-attribute-value-in-vmalloc-ar.patch
	patches.suse/ext4-fix-inode-leak-in-ext4_xattr_inode_create-on-an.patch
	patches.suse/ext4-fix-reserved-cluster-accounting-in-__es_remove_.patch
	patches.suse/NFSD-Finish-converting-the-NFSv2-GETACL-result-encod.patch
	patches.suse/NFSD-Finish-converting-the-NFSv3-GETACL-result-encod.patch
	patches.suse/nfsd-don-t-call-nfsd_file_put-from-client-states-seq.patch
	patches.suse/NFSD-pass-range-end-to-vfs_fsync_range-instead-of-co.patch
	patches.suse/SUNRPC-Don-t-leak-netobj-memory-when-gss_read_proxy_.patch
	patches.suse/NFSv4.2-Clear-FATTR4_WORD2_SECURITY_LABEL-when-done-.patch
	patches.suse/NFSv4.2-Fix-a-memory-stomp-in-decode_attr_security_l.patch
	patches.suse/NFSv4.2-Fix-initialisation-of-struct-nfs4_label.patch
	patches.suse/NFSv4-Fix-a-credential-leak-in-_nfs4_discover_trunki.patch
	patches.suse/NFSv4-Fix-a-deadlock-between-nfs4_open_recover_helpe.patch
	patches.suse/NFS-Fix-an-Oops-in-nfs_d_automount.patch
	patches.suse/xprtrdma-Fix-regbuf-data-not-freed-in-rpcrdma_req_cr.patch
	patches.suse/SUNRPC-Fix-missing-release-socket-in-rpc_sockname.patch
	patches.suse/NFSv4.x-Fail-client-initialisation-if-state-manager-.patch
	patches.suse/configfs-fix-possible-memory-leak-in-configfs_create.patch
	patches.suse/media-videobuf-dma-contig-use-dma_mmap_coherent.patch
	patches.suse/0040-bfq-fix-waker_bfqq-inconsistency-crash.patch
	patches.suse/drivers-md-md-bitmap-check-the-return-value-of-md_bitmap_get_counter-3bd5.patch
	patches.suse/md-bitmap-Fix-bitmap-chunk-size-overflow-issues-4555.patch
	patches.suse/md-fix-a-crash-in-mempool_free-3410.patch
	patches.suse/md-raid1-stop-mdx_raid1-thread-when-raid1-array-run-failed-b611.patch
	patches.suse/block-clear-slave_dir-when-dropping-the-main-slave_dir-reference-d90d.patch
	patches.suse/0041-elevator-update-the-document-of-elevator_switch.patch
	patches.suse/0042-block-mq-deadline-Fix-dd_finish_request-for-zoned-devices.patch
	patches.suse/block-mq-deadline-Do-not-break-sequential-write-streams-to-zoned-HDDs-015d.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/blk-mq-fix-possible-memleak-when-register-hctx-failed-4b7a.patch
	patches.suse/block-mq-deadline-Rename-deadline_is_seq_writes-3692.patch
	patches.suse/nvmet-force-reconnect-when-number-of-queue-changes.patch
	patches.suse/nvmet-only-allocate-a-single-slab-for-bvecs.patch
	patches.suse/nvme-auth-rename-__nvme_auth_-reset-free-to-nvme_aut.patch
	patches.suse/nvme-auth-rename-authentication-work-elements.patch
	patches.suse/nvme-auth-remove-symbol-export-from-nvme_auth_reset.patch
	patches.suse/nvme-auth-don-t-re-authenticate-if-the-controller-is.patch
	patches.suse/nvme-auth-remove-redundant-buffer-deallocations.patch
	patches.suse/nvme-auth-don-t-ignore-key-generation-failures-when-.patch
	patches.suse/nvme-auth-don-t-override-ctrl-keys-before-validation.patch
	patches.suse/nvme-auth-remove-redundant-if-statement.patch
	patches.suse/nvme-auth-don-t-keep-long-lived-4k-dhchap-buffer.patch
	patches.suse/nvme-auth-guarantee-dhchap-buffers-under-memory-pres.patch
	patches.suse/nvme-auth-clear-sensitive-info-right-after-authentic.patch
	patches.suse/nvme-auth-remove-redundant-deallocations.patch
	patches.suse/nvme-auth-no-need-to-reset-chap-contexts-on-re-authe.patch
	patches.suse/nvme-auth-check-chap-ctrl_key-once-constructed.patch
	patches.suse/nvme-auth-convert-dhchap_auth_list-to-an-array.patch
	patches.suse/nvme-auth-remove-redundant-auth_work-flush.patch
	patches.suse/nvme-auth-have-dhchap_auth_work-wait-for-queues-auth.patch
	patches.suse/nvme-return-err-on-nvme_init_non_mdts_limits-fail.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/0043-blktrace-Fix-output-non-blktrace-event-when-blk_classic-option-enabled.patch
	patches.suse/0044-dm-thin-Fix-UAF-in-run_timer_softirq.patch
	patches.suse/0045-dm-clone-Fix-UAF-in-clone_dtr.patch
	patches.suse/0046-dm-cache-Fix-UAF-in-destroy.patch
	patches.suse/0047-dm-integrity-Fix-UAF-in-dm_integrity_dtr.patch
	patches.suse/0048-dm-thin-Fix-ABBA-deadlock-between-shrink_slab-and-dm_pool_abort_metadata.patch
	patches.suse/0049-dm-cache-Fix-ABBA-deadlock-between-shrink_slab-and-dm_cache_metadata_abort.patch
	patches.suse/0050-dm-cache-set-needs_check-flag-after-aborting-metadata.patch
	patches.suse/0051-dm-thin-resume-even-if-in-FAIL-mode.patch
	patches.suse/0052-dm-thin-Use-last-transaction-s-pmd-root-when-commit-failed.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-hda-cirrus-Add-extra-10-ms-delay-to-allow-PLL-s.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-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-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-dvb-core-Fix-UAF-due-to-refcount-races-at-rele.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-coda-Add-check-for-dcoda_iram_alloc.patch
	patches.suse/media-coda-Add-check-for-kmalloc.patch
	patches.suse/media-si470x-Fix-use-after-free-in-si470x_int_in_cal.patch
	patches.suse/drm-edid-Fix-minimum-bpc-supported-with-DSC1.2-for-H.patch
	patches.suse/drm-bridge-adv7533-remove-dynamic-lane-switching-fro.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-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-panel-panel-sitronix-st7701-Remove-panel-on-DSI-.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-ingenic-Fix-missing-platform_driver_unregister-c.patch
	patches.suse/dt-bindings-display-sun6i-dsi-Fix-clock-conditional.patch
	patches.suse/drm-ttm-optimize-pool-allocations-a-bit-v2.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-amdgpu-complete-gfxoff-allow-signal-during-suspe.patch
	patches.suse/drm-radeon-Add-the-missed-acpi_put_table-to-fix-memo.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-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/drm-amdgpu-fix-pci-device-refcount-leak.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/mmc-sdhci-sprd-Disable-CLK_AUTO-when-the-clock-is-le.patch
	patches.suse/clk-mxl-Switch-from-direct-readl-writel-based-IO-to-.patch
	patches.suse/clk-mxl-Remove-redundant-spinlocks.patch
	patches.suse/clk-mxl-Add-option-to-override-gate-clks.patch
	patches.suse/clk-mxl-Fix-a-clk-entry-by-adding-relevant-flags.patch
	patches.suse/clk-mxl-syscon_node_to_regmap-returns-error-pointers.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/arm64-efi-Execute-runtime-services-from-a-dedicated-.patch
	patches.suse/x86-boot-skip-realmode-init-code-when-running-as-xen-pv-guest.patch
	patches.suse/x86-microcode-intel-Do-not-retry-microcode-reloading.patch
	patches.suse/virt-sev-guest-Remove-unnecessary-free-in-init_crypto
	patches.suse/virt-sev-guest-Add-a-MODULE_ALIAS
	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-kvaser_usb_leaf-Get-capabilities-from.patch
	patches.suse/can-kvaser_usb-kvaser_usb_leaf-Rename-leaf-usbcan-_c.patch
	patches.suse/can-kvaser_usb-kvaser_usb_leaf-Handle-CMD_ERROR_EVEN.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/can-kvaser_usb-Add-struct-kvaser_usb_busparams.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/gve-Reduce-alloc-and-copy-costs-in-the-GQ-rx-path.patch
	patches.suse/octeontx2-af-Allow-mkex-profile-without-DMAC-and-add.patch
	patches.suse/net-mana-Assign-interrupts-to-CPUs-based-on-NUMA-nod.patch
	patches.suse/hamradio-baycom_epp-Fix-return-type-of-baycom_send_p.patch
	patches.suse/s390-ctcm-Fix-return-type-of-ctc-mp-m_tx.patch
	patches.suse/s390-netiucv-Fix-return-type-of-netiucv_tx.patch
	patches.suse/s390-lcs-Fix-return-type-of-lcs_start_xmit.patch
	patches.suse/gve-Fix-error-return-code-in-gve_prefill_rx_pages.patch
	patches.suse/net-mana-Add-support-for-auxiliary-device.patch
	patches.suse/net-mana-Record-the-physical-address-for-doorbell-pa.patch
	patches.suse/net-mana-Handle-vport-sharing-between-devices.patch
	patches.suse/net-mana-Set-the-DMA-device-max-segment-size.patch
	patches.suse/net-mana-Export-Work-Queue-functions-for-use-by-RDMA.patch
	patches.suse/net-mana-Record-port-number-in-netdev.patch
	patches.suse/net-mana-Move-header-files-to-a-common-location.patch
	patches.suse/net-mana-Define-max-values-for-SGL-entries.patch
	patches.suse/net-mana-Define-and-process-GDMA-response-code-GDMA_.patch
	patches.suse/net-mana-Define-data-structures-for-allocating-doorb.patch
	patches.suse/net-mana-Define-data-structures-for-protection-domai.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-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/gve-Adding-a-new-AdminQ-command-to-verify-driver.patch
	patches.suse/gve-Handle-alternate-miss-completions.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/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/Bluetooth-MGMT-Fix-error-report-for-ADD_EXT_ADV_PARA.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/hamradio-don-t-call-dev_kfree_skb-under-spin_lock_ir.patch
	patches.suse/i40e-Fix-the-inability-to-attach-XDP-program-on-down.patch
	patches.suse/mm-memcg-fix-swapcached-stat-accounting.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_transport_port_add.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/IB-mad-Don-t-call-to-function-that-might-sleep-while-in-atomic-context.patch
	patches.suse/RDMA-mana_ib-Add-a-driver-for-Microsoft-Azure-Networ.patch
	patches.suse/RDMA-mana-Remove-redefinition-of-basic-u64-type.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-Fix-inline-for-multiple-SGE-s.patch
	patches.suse/RDMA-irdma-Fix-RQ-completion-opcode.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/xfs-initialize-the-check_owner-object-fully.patch
	patches.suse/xfs-fix-incorrect-error-out-in-xfs_remove.patch
	patches.suse/xfs-fix-incorrect-i_nlink-caused-by-inode-racing.patch
	patches.suse/xfs-hoist-refcount-record-merge-predicates.patch
	patches.suse/xfs-estimate-post-merge-refcounts-correctly.patch
	patches.suse/xfs-get-rid-of-assert-from-xfs_btree_islastblock.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/0001-exit-Put-an-upper-limit-on-how-often-we-can-oops.patch
	patches.suse/0001-exit-Allow-oops_limit-to-be-disabled.patch
	patches.suse/0001-panic-Consolidate-open-coded-panic_on_warn-checks.patch
	patches.suse/0002-panic-Introduce-warn_limit.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-arm64-Fix-unused-variable-compilation-warnings-of-cpu_feature.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-qat-fix-error-return-code-in-adf_probe.patch
	patches.suse/crypto-omap-sham-Use-pm_runtime_resume_and_get-in-om.patch
	patches.suse/crypto-qat-relocate-bufferlist-logic.patch
	patches.suse/crypto-qat-rename-bufferlist-functions.patch
	patches.suse/crypto-qat-change-bufferlist-logic-interface.patch
	patches.suse/crypto-qat-generalize-crypto-request-buffers.patch
	patches.suse/crypto-qat-extend-buffer-list-interface.patch
	patches.suse/crypto-qat-relocate-backlog-related-structures.patch
	patches.suse/crypto-qat-relocate-qat_algs_alloc_flags.patch
	patches.suse/crypto-qat-rename-and-relocate-GEN2-config-function.patch
	patches.suse/crypto-qat-expose-deflate-through-acomp-api-for-QAT-.patch
	patches.suse/crypto-qat-enable-deflate-for-QAT-GEN4.patch
	patches.suse/crypto-acomp-define-max-size-for-destination.patch
	patches.suse/crypto-qat-add-resubmit-logic-for-decompression.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-smscufx-fix-error-handling-code-in-ufx_usb_pro.patch
	patches.suse/fbdev-vermilion-decrease-reference-count-in-error-pa.patch
	patches.suse/fbdev-ep93xx-fb-Add-missing-clk_disable_unprepare-in.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/ACPICA-include-acpi-acpixf.h-Fix-indentation.patch
	patches.suse/ACPICA-Allow-address_space_handler-Install-and-_REG-.patch
	patches.suse/ACPI-EC-Fix-EC-address-space-handler-unregistration.patch
	patches.suse/ACPI-EC-Fix-ECDT-probe-ordering-issues.patch
	patches.suse/x86-kvm-Remove-unused-virt-to-phys-translation-in-kv.patch
	patches.suse/msft-hv-2715-x86-hyperv-Introduce-HV_MAX_SPARSE_VCPU_BANKS-HV_VCP.patch
	patches.suse/KVM-arm64-Fix-kvm-init-failure-when-mode-vhe-and-VA_BITS-52.patch
	patches.suse/KVM-arm64-Fix-PAR_TO_HPFAR-to-work-independently-of-PA_BITS.patch
	patches.suse/KVM-VMX-Resume-guest-immediately-when-injecting-GP-o.patch
	patches.suse/KVM-x86-Fail-emulation-during-EMULTYPE_SKIP-on-any-e.patch
	patches.suse/KVM-SVM-Skip-WRMSR-fastpath-on-VM-Exit-if-next-RIP-i.patch
	patches.suse/KVM-nVMX-Inject-GP-not-UD-if-generic-VMXON-CR0-CR4-c.patch
	patches.suse/KVM-VMX-Execute-IBPB-on-emulated-VM-exit-when-guest-has-IBRS
	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/ftrace-Clean-comments-related-to-FTRACE_OPS_FL_PER_CPU.patch
	patches.suse/ftrace-x86-Add-back-ftrace_expected-for-ftrace-bug-reports.patch
	patches.suse/tracing-probes-Handle-system-names-with-hyphens.patch
	patches.suse/tracing-Fix-complicated-dependency-of-CONFIG_TRACER_MAX_TRACE.patch
	patches.suse/tracing-hist-Fix-wrong-return-value-in-parse_action_params.patch
	patches.suse/tracing-hist-Fix-out-of-bound-write-on-action_data.var_ref_idx.patch
	patches.suse/tracing-Fix-issue-of-missing-one-synthetic-field.patch
	patches.suse/tracing-hist-Fix-issue-of-losting-command-info-in-error_log.patch
	patches.suse/tracing-Fix-infinite-loop-in-tracing_read_pipe-on-overflowed-print_trace_line.patch
	patches.suse/Documentation-devres-add-missing-PHY-helpers.patch
	patches.suse/usb-musb-Add-and-use-inline-functions-musb_-get-set-.patch
	patches.suse/usb-musb-Add-and-use-inline-function-musb_otg_state_.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-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-gadget-f_hid-fix-f_hidg-lifetime-vs-cdev.patch
	patches.suse/usb-gadget-f_hid-fix-refcount-leak-on-error-path.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/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-dwc3-qcom-Fix-memory-leak-in-dwc3_qcom_interconn.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/tty-serial-imx-Handle-RS485-DE-signal-active-high.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/x86-mm-Randomize-per-cpu-entry-area.patch
	patches.suse/powerpc-xmon-Fix-Wswitch-unreachable-warning-in-bpt_.patch
	patches.suse/powerpc-xive-add-missing-iounmap-in-error-path-in-xi.patch
	patches.suse/selftests-powerpc-Move-perror-closer-to-its-use.patch
	patches.suse/selftests-powerpc-Bump-up-rlimit-for-perf-hwbreak-test.patch
	patches.suse/selftests-powerpc-Account-for-offline-cpus-in-perf-hwbreak-test.patch
	patches.suse/powerpc-perf-callchain-validate-kernel-stack-pointer.patch
	patches.suse/powerpc-hv-gpci-Fix-hv_gpci-event-list.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-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-under-NFSv4.1-fix-double-svc_xprt_put-on-rpc_cr.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/igb-Initialize-mailbox-message-for-VF-reset.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/igc-Enhance-Qbv-scheduling-by-using-first-flag-bit.patch
	patches.suse/igc-Use-strict-cycles-for-Qbv-scheduling.patch
	patches.suse/igc-Add-checking-for-basetime-less-than-zero.patch
	patches.suse/igc-allow-BaseTime-0-enrollment-for-Qbv.patch
	patches.suse/igc-recalculate-Qbv-end_time-by-considering-cycle-ti.patch
	patches.suse/igc-Set-Qbv-start_time-and-end_time-to-end_time-if-n.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/0053-block-bfq-fix-possible-uaf-for-bfqq-bic.patch
	patches.suse/0054-loop-Fix-the-max_loop-commandline-argument-treatment-when-it-is-set-to-0.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/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/ASoC-wm8994-Fix-potential-deadlock.patch
	patches.suse/ASoC-rockchip-spdif-Add-missing-clk_disable_unprepar.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/0001-exit-Use-READ_ONCE-for-all-oops-warn-limit-reads.patch
	patches.suse/regulator-core-fix-deadlock-on-regulator-enable.patch
	patches.suse/KVM-x86-ioapic-Fix-level-triggered-EOI-and-userspace.patch
	patches.suse/KVM-nVMX-Document-that-ignoring-memory-failures-for-.patch
	patches.suse/KVM-nVMX-Properly-expose-ENABLE_USR_WAIT_PAUSE-contr.patch
	patches.suse/KVM-x86-xen-Fix-memory-leak-in-kvm_xen_write_hyperca.patch
	patches.suse/nvme-pci-fix-doorbell-buffer-value-endianness.patch
	patches.suse/nvme-pci-fix-mempool-alloc-size.patch
	patches.suse/nvme-pci-fix-page-size-checks.patch
	patches.suse/0054-block-bfq-fix-uaf-for-bfqq-in-bfq_exit_icq_bfqq.patch
	patches.suse/nvme-fix-the-NVME_CMD_EFFECTS_CSE_MASK-definition.patch
	patches.suse/nvmet-don-t-defer-passthrough-commands-with-trivial-.patch
	patches.suse/nvme-auth-fix-smatch-warning-complaints.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/ACPI-x86-s2idle-Force-AMD-GUID-_REV-2-on-HP-Eliteboo.patch
	patches.suse/ACPI-x86-s2idle-Stop-using-AMD-specific-codepath-for.patch
	patches.suse/ata-ahci-Fix-PCS-quirk-application-for-suspend.patch
	patches.suse/arch-fix-broken-BuildID-for-arm64-and-riscv.patch
	patches.suse/x86-kprobes-Fix-kprobes-instruction-boudary-check-wi.patch
	patches.suse/x86-kprobes-Fix-optprobe-optimization-check-with-CON.patch
	patches.suse/perf-x86-amd-fix-potential-integer-overflow-on-shift-of-a-int.patch
	patches.suse/perf-core-Call-LSM-hook-after-copying-perf_event_attr.patch
	patches.suse/btrfs-fix-trace-event-name-typo-for-FLUSH_DELAYED_REFS.patch
	patches.suse/btrfs-fix-resolving-backrefs-for-inline-extent-follo.patch
	patches.suse/nfsd-shut-down-the-NFSv4-state-objects-before-the-fi.patch
	patches.suse/nfsd-fix-handling-of-readdir-in-v4root-vs.-mount-upc.patch
	patches.suse/x86-kexec-Fix-double-free-of-elf-header-buffer.patch
	patches.suse/x86-asm-Fix-an-assembler-warning-with-current-binuti.patch
	patches.suse/x86-bugs-Flush-IBP-in-ib_prctl_set.patch
	patches.suse/tools-virtio-initialize-spinlocks-in-vring_test.c.patch
	patches.suse/virtio_pci-modify-ENOENT-to-EINVAL.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/fbdev-omapfb-avoid-stack-overflow-warning.patch
	patches.suse/gpio-sifive-Fix-refcount-leak-in-sifive_gpio_probe.patch
	patches.suse/wifi-ath9k-use-proper-statements-in-conditionals.patch
	patches.suse/vmxnet3-correctly-report-csum_level-for-encapsulated.patch
	patches.suse/nfc-Fix-potential-resource-leaks.patch
	patches.suse/r8169-move-rtl_wol_enable_rx-and-rtl_prepare_power_d.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/qed-allow-sleep-in-qed_mcp_trace_dump.patch
	patches.suse/net-ulp-prevent-ULP-without-clone-op-from-entering-t.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/perf-x86-rapl-Treat-Tigerlake-like-Icelake.patch
	patches.suse/ARM-renumber-bits-related-to-_TIF_WORK_MASK.patch
	patches.suse/block-don-t-allow-splitting-of-a-REQ_NOWAIT-bio-9cea.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-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/0001-drm-i915-gvt-fix-double-free-bug-in-split_2MB_gtt_en.patch
	patches.suse/RDMA-srp-Move-large-values-to-a-new-enum-for-gcc13.patch
	patches.suse/RDMA-mlx5-Fix-mlx5_ib_get_hw_stats-when-used-for-dev.patch
	patches.suse/RDMA-mlx5-Fix-validation-of-max_rd_atomic-caps-for-D.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/SUNRPC-ensure-the-matching-upcall-is-in-flight-upon-.patch
	patches.suse/pNFS-filelayout-Fix-coalescing-test-for-single-DS.patch
	patches.suse/powerpc-vmlinux.lds-Define-RUNTIME_DISCARD_EXIT.patch
	patches.suse/powerpc-vmlinux.lds-Don-t-discard-.rela-for-relocata.patch
	patches.suse/powerpc-vmlinux.lds-Don-t-discard-.comment.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/spi-spidev-remove-debug-messages-that-access-spidev-.patch
	patches.suse/sched-core-Fix-arch_scale_freq_tick-on-tickless-syst.patch
	patches.suse/perf-x86-msr-Add-Emerald-Rapids.patch
	patches.suse/perf-x86-intel-uncore-Add-Emerald-Rapids.patch
	patches.suse/s390-kexec-fix-ipl-report-address-for-kdump.patch
	patches.suse/net-usb-cdc_ether-add-support-for-Thales-Cinterion-P.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/ipv6-raw-Deduct-extension-header-length-in-rawv6_pus.patch
	patches.suse/ixgbe-fix-pci-device-refcount-leak.patch
	patches.suse/igc-Fix-PPS-delta-between-two-synchronized-end-point.patch
	patches.suse/iavf-iavf_main-actually-log-src-mask-when-talking-ab.patch
	patches.suse/r8152-add-vendor-device-ID-pair-for-Microsoft-Devkit.patch
	patches.suse/arm64-cmpxchg_double-hazard-against-entire-exchange-variable.patch
	patches.suse/drm-Add-orientation-quirk-for-Lenovo-ideapad-D330-10.patch
	patches.suse/drm-virtio-Fix-GEM-handle-creation-UAF.patch
	patches.suse/drm-i915-gt-Reset-twice.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-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-x86-touchscreen_dmi-Add-info-for-the-CSL-Pa.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-asus-nb-wmi-Add-alternate-mapping-for-K.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/platform-x86-thinkpad_acpi-Fix-profile-mode-display-.patch
	patches.suse/cpufreq-Add-Tegra234-to-cpufreq-dt-platdev-blocklist.patch
	patches.suse/cpufreq-armada-37xx-stop-using-0-as-NULL-pointer.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-wm8904-fix-wrong-outputs-volume-after-power-rea.patch
	patches.suse/ASoC-qcom-lpass-cpu-Fix-fallback-SD-line-index-handl.patch
	patches.suse/ASoC-fsl_micfil-Correct-the-number-of-steps-on-SX-co.patch
	patches.suse/ASoC-fsl_ssi-Rename-AC-97-streams-to-avoid-collision.patch
	patches.suse/ASoC-fsl-asoc-card-Fix-naming-of-AC-97-CODEC-widgets.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-rt-wrapper-Add-missing-include.patch
	patches.suse/efi-tpm-Avoid-READ_ONCE-for-accessing-the-event-log.patch
	patches.suse/KVM-arm64-Fix-S1PTW-handling-on-RO-memslots.patch
	patches.suse/scsi-hisi_sas-Set-a-port-invalid-only-if-there-are-no-devices-attached-when-refreshing-port-id.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/x86-boot-Avoid-using-Intel-mnemonics-in-AT-T-syntax-.patch
	patches.suse/nilfs2-fix-general-protection-fault-in-nilfs_btree_i.patch
	patches.suse/tomoyo-fix-broken-dependency-on-.conf.default.patch
	patches.suse/NFSD-fix-use-after-free-in-nfsd4_ssc_setup_dul.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-playstation-sanity-check-DualSense-calibration-d.patch
	patches.suse/HID-betop-check-shape-of-output-reports.patch
	patches.suse/wifi-mac80211-sdata-can-be-NULL-during-AMPDU-start.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/netfilter-nft_payload-incorrect-arithmetics-when-fet.patch
	patches.suse/net-usb-sr9700-Handle-negative-len.patch
	patches.suse/net-mdio-validate-parameter-addr-in-mdiobus_get_phy.patch
	patches.suse/bpf-Skip-task-with-pid-1-in-send_signal_common.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/net-ulp-use-consistent-error-code-when-blocking-ULP.patch
	patches.suse/bnxt-Do-not-read-past-the-end-of-test-names.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-imx-sdma-Fix-a-possible-memory-leak-in-sdm.patch
	patches.suse/dmaengine-xilinx_dma-call-of_node_put-when-breaking-.patch
	patches.suse/drm-i915-display-Check-source-height-is-0.patch
	patches.suse/drm-i915-re-disable-RC6p-on-Sandy-Bridge.patch
	patches.suse/drm-panfrost-fix-GENERIC_ATOMIC64-dependency.patch
	patches.suse/drm-amd-display-Fix-set-scaling-doesn-s-work.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/drm-amd-display-fix-issues-with-driver-unload.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/arm64-dts-imx8mp-correct-usb-clocks.patch
	patches.suse/arm64-dts-imx8mp-phycore-som-Remove-invalid-PMIC-property.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/ARM-dts-imx-Fix-pca9547-i2c-mux-node-name.patch
	patches.suse/ARM-dts-vf610-Fix-pca9548-i2c-mux-node-names.patch
	patches.suse/arm64-dts-freescale-Fix-pca954x-i2c-mux-node-names.patch
	patches.suse/arm64-dts-imx8mm-beacon-Fix-ecspi2-pinmux.patch
	patches.suse/arm64-dts-imx8mq-thor96-fix-no-mmc-property-for-SDHC.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/arm64-dts-qcom-msm8992-libra-Fix-the-memory-map.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/btrfs-fix-race-between-quota-rescan-and-disable-lead.patch
	patches.suse/blk-cgroup-fix-missing-pd_online_fn-while-activating-policy-e3ff.patch
	patches.suse/nvme-pci-fix-timeout-request-state-check.patch
	patches.suse/RDMA-rxe-Prevent-faulty-rkey-generation.patch
	patches.suse/RDMA-core-Fix-ib-block-iterator-counter-overflow.patch
	patches.suse/IB-hfi1-Reject-a-zero-length-user-expected-buffer.patch
	patches.suse/IB-hfi1-Reserve-user-expected-TIDs.patch
	patches.suse/IB-hfi1-Fix-expected-receive-setup-error-exit-issues.patch
	patches.suse/IB-hfi1-Immediately-remove-invalid-memory-from-hardw.patch
	patches.suse/IB-hfi1-Remove-user-expected-buffer-invalidate-race.patch
	patches.suse/pinctrl-rockchip-fix-mux-route-data-for-rk3568.patch
	patches.suse/cifs-fix-potential-deadlock-in-cache_refresh_path-.patch
	patches.suse/cifs-avoid-re-lookups-in-dfs_cache_find-.patch
	patches.suse/cifs-don-t-take-exclusive-lock-for-updating-target-hints.patch
	patches.suse/cifs-remove-duplicate-code-in-__refresh_tcon-.patch
	patches.suse/cifs-handle-cache-lookup-errors-different-than-ENOENT.patch
	patches.suse/cifs-fix-return-of-uninitialized-rc-in-dfs_cache_update_tgthint-.patch
	patches.suse/cifs-do-not-include-page-data-when-checking-signature.patch
	patches.suse/cifs-remove-unused-function.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/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/xhci-pci-set-the-dma-max_seg_size.patch
	patches.suse/usb-xhci-Check-endpoint-is-valid-before-dereferencin.patch
	patches.suse/xhci-Fix-null-pointer-dereference-when-host-dies.patch
	patches.suse/usb-acpi-add-helper-to-check-port-lpm-capability-usi.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-f_ncm-fix-potential-NULL-ptr-deref-in-ncm.patch
	patches.suse/usb-core-hub-disable-autosuspend-for-TI-TUSB8041.patch
	patches.suse/USB-serial-option-add-Quectel-EM05-G-CS-modem.patch
	patches.suse/USB-serial-option-add-Quectel-EM05-G-GR-modem.patch
	patches.suse/USB-serial-option-add-Quectel-EM05-G-RS-modem.patch
	patches.suse/USB-serial-option-add-Quectel-EC200U-modem.patch
	patches.suse/USB-serial-cp210x-add-SCALANCE-LPE-9000-device-id.patch
	patches.suse/USB-serial-option-add-Quectel-EM05CN-SG-modem.patch
	patches.suse/USB-serial-option-add-Quectel-EM05CN-modem.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/serial-exar-Add-support-for-Sealevel-7xxxC-serial-ca.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/prlimit-do_prlimit-needs-to-have-a-speculation-check.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/mei-me-add-meteor-lake-point-M-DID.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/perf-x86-intel-Add-Emerald-Rapids.patch
	patches.suse/scsi-hpsa-Fix-allocation-size-for-scsi_host_alloc.patch
	patches.suse/scsi-iscsi_tcp-Fix-UAF-during-logout-when-accessing-the-shost-ipaddress.patch
	patches.suse/scsi-iscsi_tcp-Fix-UAF-during-login-when-accessing-the-shost-ipaddress.patch
	patches.suse/KVM-arm64-GICv4.1-Fix-race-with-doorbell-on-VPE-activation-deactivation.patch
	patches.suse/KVM-x86-vmx-Do-not-skip-segment-attributes-if-unusab.patch
	patches.suse/module-Don-t-wait-for-GOING-modules.patch
	patches.suse/netlink-prevent-potential-spectre-v1-gadgets.patch
	patches.suse/net-mana-Fix-IRQ-name-add-PCI-and-queue-number.patch
	patches.suse/netrom-Fix-use-after-free-of-a-listening-socket.patch
	patches.suse/sctp-fail-if-no-bound-addresses-can-be-used-for-a-gi.patch
	patches.suse/net-x25-Fix-to-not-accept-on-connected-socket.patch
	patches.suse/net-tg3-resolve-deadlock-in-tg3_reset_task-during-EE.patch
	patches.suse/platform-x86-dell-wmi-Add-a-keymap-for-KEY_MUTE-in-t.patch
	patches.suse/platform-x86-gigabyte-wmi-add-support-for-B450M-DS3H.patch
	patches.suse/platform-x86-thinkpad_acpi-Fix-profile-modes-on-Inte.patch
	patches.suse/drm-i915-selftest-fix-intel_selftest_modify_policy-a.patch
	patches.suse/drm-amd-display-Fix-timing-not-changning-when-freesy.patch
	patches.suse/ovl-fail-on-invalid-uid-gid-mapping-at-copy-up.patch
	patches.suse/i2c-designware-pci-Add-new-PCI-IDs-for-AMD-NAVI-GPU.patch
	patches.suse/i2c-mxs-suppress-probe-deferral-error-message.patch
	patches.suse/i2c-rk3x-fix-a-bunch-of-kernel-doc-warnings.patch
	patches.suse/tracing-Make-sure-trace_printk-can-output-as-soon-as-it-can-be-used.patch
	patches.suse/trace_events_hist-add-check-for-return-value-of-create_hist_field.patch
	patches.suse/cifs-Fix-oops-due-to-uncleared-server-smbd_conn-in-reconnect.patch
	patches.suse/Revert-Input-synaptics-switch-touchpad-on-HP-Laptop-.patch
	patches.suse/x86-sev-add-sev-snp-guest-feature-negotiation-support.patch
	patches.suse/scsi-Revert-scsi-core-map-PQ-1-PDT-other-values-to-SCSI_SCAN_TARGET_PRESENT.patch
	patches.suse/firewire-fix-memory-leak-for-payload-of-request-suba.patch
	patches.suse/ALSA-hda-realtek-fix-mute-micmute-LEDs-speaker-don-t.patch
	patches.suse/ALSA-hda-via-Avoid-potential-array-out-of-bound-in-a.patch
	patches.suse/ALSA-hda-Do-not-unset-preset-when-cleaning-up-codec.patch
	patches.suse/ALSA-hda-realtek-Add-Acer-Predator-PH315-54.patch
	patches.suse/ASoC-Intel-bytcht_es8316-Drop-reference-count-of-ACP.patch
	patches.suse/ASoC-Intel-bytcr_rt5651-Drop-reference-count-of-ACPI.patch
	patches.suse/ASoC-Intel-bytcr_wm5102-Drop-reference-count-of-ACPI.patch
	patches.suse/ASoC-Intel-sof_rt5682-always-set-dpcm_capture-for-am.patch
	patches.suse/ASoC-Intel-sof_cs42l42-always-set-dpcm_capture-for-a.patch
	patches.suse/ASoC-cs42l56-fix-DT-probe.patch
	patches.suse/vhost-net-Clear-the-pending-messages-when-the-backen.patch
	patches.suse/tools-virtio-fix-the-vringh-test-for-virtio-ring-cha.patch
	patches.suse/platform-x86-thinkpad_acpi-Fix-thinklight-LED-bright.patch
	patches.suse/platform-x86-touchscreen_dmi-Add-Chuwi-Vi8-CWI501-DM.patch
	patches.suse/watchdog-diag288_wdt-do-not-use-stack-buffers-for-ha.patch
	patches.suse/watchdog-diag288_wdt-fix-__diag288-inline-assembly.patch
	patches.suse/bus-sunxi-rsb-Fix-error-handling-in-sunxi_rsb_init.patch
	patches.suse/arm64-dts-imx8mm-Fix-pad-control-for-UART1_DTE_RX.patch
	patches.suse/qede-execute-xdp_do_flush-before-napi_complete_done.patch
	patches.suse/virtio-net-execute-xdp_do_flush-before-napi_complete.patch
	patches.suse/bpf-Fix-a-possible-task-gone-issue-with-bpf_send_signal-_thread-helpers.patch
	patches.suse/sfc-correctly-advertise-tunneled-IPv6-segmentation.patch
	patches.suse/net-rose-Fix-to-not-accept-on-connected-socket.patch
	patches.suse/net-phy-dp83822-Fix-null-pointer-access-on-DP83825-D.patch
	patches.suse/netrom-Fix-use-after-free-caused-by-accept-on-alread.patch
	patches.suse/net-tls-tls_is_tx_ready-checked-list_entry.patch
	patches.suse/net-phy-meson-gxl-Add-generic-dummy-stubs-for-MMD-re.patch
	patches.suse/igc-return-an-error-if-the-mac-type-is-unknown-in-ig.patch
	patches.suse/msft-hv-2745-hv_netvsc-Fix-missed-pagebuf-entries-in-netvsc_dma_m.patch
	patches.suse/selftests-net-udpgso_bench_rx-Fix-used-uninitialized.patch
	patches.suse/selftests-net-udpgso_bench_rx-tx-Stop-when-wrong-CLI.patch
	patches.suse/selftests-net-udpgso_bench-Fix-racing-bug-between-th.patch
	patches.suse/selftests-net-udpgso_bench_tx-Cater-for-pending-data.patch
	patches.suse/virtio-net-Keep-stop-to-follow-mirror-sequence-of-op.patch
	patches.suse/can-j1939-fix-errant-WARN_ON_ONCE-in-j1939_session_d.patch
	patches.suse/ata-libata-Fix-sata_down_spd_limit-when-no-link-spee.patch
	patches.suse/mm-memcg-fix-NULL-pointer-in-mem_cgroup_track_foreign_dirty_slowpath.patch
	patches.suse/drm-vc4-hdmi-make-CEC-adapter-name-unique.patch
	patches.suse/drm-nouveau-devinit-tu102-wait-for-GFW_BOOT_PROGRESS.patch
	patches.suse/drm-i915-Fix-potential-bit_17-double-free.patch
	patches.suse/drm-i915-adlp-Fix-typo-for-reference-clock.patch
	patches.suse/drm-amd-display-Properly-handle-additional-cases-whe.patch
	patches.suse/efi-Accept-version-2-of-memory-attributes-table.patch
	patches.suse/efi-fix-potential-NULL-deref-in-efi_mem_reserve_pers.patch
	patches.suse/block-bfq-fix-uaf-for-bfqq-in-bic_set_bfqq-b600.patch
	patches.suse/nvme-auth-use-workqueue-dedicated-to-authentication.patch
	patches.suse/powerpc-64s-Fix-local-irq-disable-when-PMIs-are-disa.patch
	patches.suse/powerpc-kexec_file-Fix-division-by-zero-in-extra-siz.patch
	patches.suse/powerpc-64s-radix-Fix-crash-with-unaligned-relocated.patch
	patches.suse/powerpc-64s-radix-Fix-RWX-mapping-with-relocated-ker.patch
	patches.suse/powerpc-kexec_file-Count-hot-pluggable-memory-in-FDT.patch
	patches.suse/fbcon-Check-font-dimension-limits.patch
	patches.suse/fpga-stratix10-soc-Fix-return-value-check-in-s10_ops.patch
	patches.suse/iio-adc-stm32-dfsdm-fill-module-aliases.patch
	patches.suse/iio-adc-berlin2-adc-Add-missing-of_node_put-in-error.patch
	patches.suse/iio-adc-twl6030-Enable-measurements-of-VUSB-VBAT-and.patch
	patches.suse/iio-imu-fxos8700-fix-map-label-of-channel-type-to-MA.patch
	patches.suse/iio-imu-fxos8700-fix-swapped-ACCEL-and-MAGN-channels.patch
	patches.suse/iio-imu-fxos8700-fix-incomplete-ACCEL-and-MAGN-chann.patch
	patches.suse/iio-imu-fxos8700-fix-IMU-data-bits-returned-to-user-.patch
	patches.suse/iio-imu-fxos8700-fix-ACCEL-measurement-range-selecti.patch
	patches.suse/iio-adc-twl6030-Enable-measurement-of-VAC.patch
	patches.suse/iio-hid-fix-the-retval-in-accel_3d_capture_sample.patch
	patches.suse/iio-hid-fix-the-retval-in-gyro_3d_capture_sample.patch
	patches.suse/iio-imu-fxos8700-fix-incorrect-ODR-mode-readback.patch
	patches.suse/iio-imu-fxos8700-fix-failed-initialization-ODR-mode-.patch
	patches.suse/iio-imu-fxos8700-remove-definition-FXOS8700_CTRL_ODR.patch
	patches.suse/iio-imu-fxos8700-fix-MAGN-sensor-scale-and-unit.patch
	patches.suse/serial-8250_dma-Fix-DMA-Rx-rearm-race.patch
	patches.suse/vc_screen-move-load-of-struct-vc_data-pointer-in-vcs.patch
	patches.suse/usb-dwc3-qcom-enable-vbus-override-when-in-OTG-dr-mo.patch
	patches.suse/usb-gadget-f_fs-Fix-unbalanced-spinlock-in-__ffs_ep0.patch
	patches.suse/usb-gadget-f_uac2-Fix-incorrect-increment-of-bNumEnd.patch
	patches.suse/tracing-Fix-poll-and-select-do-not-work-on-per_cpu-trace_pipe-and-trace_pipe_raw.patch
	patches.suse/of-address-Return-an-error-when-no-valid-dma-ranges-.patch
	patches.suse/cifs-Fix-use-after-free-in-rdata-read_into_pages-.patch
	patches.suse/HID-elecom-add-support-for-TrackBall-056E-011C.patch
	patches.suse/HID-core-Fix-deadloop-in-hid_apply_multiplier.patch
	patches.suse/net-phy-meson-gxl-use-MMD-access-dummy-stubs-for-GXL.patch
	patches.suse/net-USB-Fix-wrong-direction-WARNING-in-plusb.c.patch
	patches.suse/msft-hv-2748-hv_netvsc-Allocate-memory-in-netvsc_dma_map-with-GFP.patch
	patches.suse/can-j1939-do-not-wait-250-ms-if-the-same-addr-was-al.patch
	patches.suse/net-mana-Fix-accessing-freed-irq-affinity_hint.patch
	patches.suse/igc-Add-ndo_tx_timeout-support.patch
	patches.suse/rds-rds_rm_zerocopy_callback-use-list_first_entry.patch
	patches.suse/selftests-forwarding-lib-quote-the-sysctl-values.patch
	patches.suse/IB-hfi1-Restore-allocated-resources-on-failed-copyou.patch
	patches.suse/IB-IPoIB-Fix-legacy-IPoIB-due-to-wrong-number-of-que.patch
	patches.suse/RDMA-irdma-Fix-potential-NULL-ptr-dereference.patch
	patches.suse/RDMA-usnic-use-iommu_map_atomic-under-spin_lock.patch
	patches.suse/IB-hfi1-Assign-npages-earlier.patch
	patches.suse/RDMA-mana_ib-Prevent-array-underflow-in-mana_ib_crea.patch
	patches.suse/drm-amdgpu-fence-Fix-oops-due-to-non-matching-drm_sc.patch
	patches.suse/drm-virtio-exbuf-fence_fd-unmodified-on-interrupted-.patch
	patches.suse/drm-i915-Initialize-the-obj-flags-for-shmem-objects.patch
	patches.suse/drm-i915-Fix-VBT-DSI-DVO-port-handling.patch
	patches.suse/ALSA-pci-lx6464es-fix-a-debug-loop.patch
	patches.suse/ALSA-hda-realtek-Fix-the-speaker-output-on-Samsung-G-bd401fd730cb.patch
	patches.suse/ALSA-hda-realtek-Enable-mute-micmute-LEDs-on-HP-Elit.patch
	patches.suse/ALSA-hda-realtek-Add-quirk-for-ASUS-UM3402-using-CS3.patch
	patches.suse/ALSA-hda-realtek-fix-mute-micmute-LEDs-don-t-work-fo-6c4715aa5b0a.patch
	patches.suse/ALSA-emux-Avoid-potential-array-out-of-bound-in-snd_.patch
	patches.suse/ASoC-rt715-sdca-fix-clock-stop-prepare-timeout-issue.patch
	patches.suse/ASoC-topology-Return-ENOMEM-on-memory-allocation-fai.patch
	patches.suse/ALSA-hda-realtek-Add-Positivo-N14KP6-TG.patch
	patches.suse/nvme-auth-mark-nvme_auth_wq-static.patch
	patches.suse/ceph-flush-cap-releases-when-the-session-is-flushed.patch
	patches.suse/arm64-dts-rockchip-drop-unused-LED-mode-property-fro.patch
	patches.suse/ARM-dts-rockchip-add-power-domains-property-to-dp-no.patch
	patches.suse/arm64-dts-meson-axg-Make-mmc-host-controller-interru.patch
	patches.suse/arm64-dts-meson-g12-common-Make-mmc-host-controller-.patch
	patches.suse/arm64-dts-meson-gx-Make-mmc-host-controller-interrup.patch
	patches.suse/pinctrl-mediatek-Fix-the-drive-register-definition-o.patch
	patches.suse/pinctrl-aspeed-Fix-confusing-types-in-return-value.patch
	patches.suse/pinctrl-single-fix-potential-NULL-dereference.patch
	patches.suse/pinctrl-intel-Restore-the-pins-that-used-to-be-in-Di.patch
	patches.suse/clk-ingenic-jz4760-Update-M-N-OD-calculation-algorit.patch
	patches.suse/ACPI-NFIT-fix-a-potential-deadlock-during-NFIT-teard.patch
	patches.suse/spi-dw-Fix-wrong-FIFO-level-setting-for-long-xfers.patch
	patches.suse/Fix-page-corruption-caused-by-racy-check-in-__free_pages.patch
	patches.suse/powerpc-kexec_file-fix-implicit-decl-error.patch
	patches.suse/powerpc-64s-interrupt-Fix-interrupt-exit-race-with-s.patch
	patches.suse/usb-typec-altmodes-displayport-Fix-probe-pin-assign-.patch
	patches.suse/usb-core-add-quirk-for-Alcor-Link-AK9563-smartcard-r.patch
	patches.suse/x86-speculation-identify-processors-vulnerable-to-smt-rsb-predictions.patch
	patches.suse/vmxnet3-move-rss-code-block-under-eop-descriptor.patch
	patches.suse/sctp-sctp_sock_filter-avoid-list_entry-on-possibly-empty-list.patch
	patches.suse/net-sched-tcindex-update-imperfect-hash-filters-resp.patch
	patches.suse/i40e-Add-checking-for-null-for-nlmsg_find_attr.patch
	patches.suse/net-openvswitch-fix-possible-memory-leak-in-ovs_mete.patch
	patches.suse/net-usb-kalmia-Don-t-pass-act_len-in-usb_bulk_msg-er.patch
	patches.suse/bnxt_en-Fix-mqprio-and-XDP-ring-checking-logic.patch
	patches.suse/net-mpls-fix-stale-pointer-if-allocation-fails-durin.patch
	patches.suse/ixgbe-allow-to-increase-MTU-to-3K-with-XDP-enabled.patch
	patches.suse/i40e-add-double-of-VLAN-header-when-computing-the-ma.patch
	patches.suse/ixgbe-add-double-of-VLAN-header-when-computing-the-m.patch
	patches.suse/igb-conditionalize-I2C-bit-banging-on-external-therm.patch
	patches.suse/drm-amd-display-Fail-atomic_check-early-on-normalize.patch
	patches.suse/drm-i915-gen11-Wa_1408615072-Wa_1407596294-should-be.patch
	patches.suse/sched-psi-Fix-use-after-free-in-ep_remove_wait_queue.patch
	patches.suse/mmc-sdio-fix-possible-resource-leaks-in-some-error-p.patch
	patches.suse/mmc-mmc_spi-fix-error-handling-in-mmc_spi_probe.patch
	patches.suse/mmc-jz4740-Work-around-bug-on-JZ4760-B.patch
	patches.suse/ata-pata_octeon_cf-drop-kernel-doc-notation.patch
	patches.suse/ALSA-hda-conexant-add-a-new-hda-codec-SN6180.patch
	patches.suse/ALSA-hda-realtek-fixed-wrong-gpio-assigned.patch
	patches.suse/ALSA-hda-realtek-fix-mute-micmute-LEDs-don-t-work-fo-5007b848ff22.patch
	patches.suse/ALSA-hda-realtek-Enable-mute-micmute-LEDs-and-speake.patch
	patches.suse/mm-filemap-fix-page-end-in-filemap_get_read_batch.patch
	patches.suse/0001-kvm-initialize-all-of-the-kvm_debugregs-structure-be.patch
	patches.suse/alarmtimer-Prevent-starvation-by-small-intervals-and.patch
	patches.suse/KEYS-asymmetric-Fix-ECDSA-use-via-keyctl-uapi.patch
	patches.suse/udf-Check-consistency-of-Space-Bitmap-Descriptor.patch
	patches.suse/nvme-auth-don-t-use-NVMe-status-codes.patch
	patches.suse/s390-dasd-Fix-potential-memleak-in-dasd_eckd_init.patch
	patches.suse/block-bio-integrity-Copy-flags-when-bio_integrity_pa.patch
	patches.suse/ARM-OMAP2-Fix-memory-leak-in-realtime_counter_init.patch
	patches.suse/ARM-OMAP1-call-platform_device_put-in-error-case-in-.patch
	patches.suse/ARM-s3c-fix-s3c64xx_set_timer_source-prototype.patch
	patches.suse/ARM-imx-Call-ida_simple_remove-for-ida_simple_get.patch
	patches.suse/ARM-zynq-Fix-refcount-leak-in-zynq_early_slcr_init.patch
	patches.suse/ARM-bcm2835_defconfig-Enable-the-framebuffer.patch
	patches.suse/arm64-dts-qcom-qcs404-use-symbol-names-for-PCIe-rese.patch
	patches.suse/arm64-dts-qcom-sm8150-kumano-Panel-framebuffer-is-2..patch
	patches.suse/arm64-dts-qcom-sdm845-db845c-fix-audio-codec-interru.patch
	patches.suse/arm64-dts-qcom-sc7180-correct-SPMI-bus-address-cells.patch
	patches.suse/arm64-dts-qcom-sc7280-correct-SPMI-bus-address-cells.patch
	patches.suse/arm64-dts-qcom-ipq8074-correct-USB3-QMP-PHY-s-clock-.patch
	patches.suse/arm64-dts-qcom-ipq8074-fix-Gen2-PCIe-QMP-PHY.patch
	patches.suse/arm64-dts-qcom-ipq8074-fix-Gen3-PCIe-QMP-PHY.patch
	patches.suse/arm64-dts-qcom-ipq8074-correct-Gen2-PCIe-ranges.patch
	patches.suse/arm64-dts-qcom-ipq8074-fix-Gen3-PCIe-node.patch
	patches.suse/arm64-dts-qcom-ipq8074-correct-PCIe-QMP-PHY-output-c.patch
	patches.suse/arm64-dts-renesas-beacon-renesom-Fix-gpio-expander-r.patch
	patches.suse/ARM-dts-sun8i-nanopi-duo2-Fix-regulator-GPIO-referen.patch
	patches.suse/ARM-dts-exynos-correct-wr-active-property-in-Exynos3.patch
	patches.suse/ARM-dts-exynos-Use-Exynos5420-compatible-for-the-MIP.patch
	patches.suse/ARM-dts-exynos-correct-HDMI-phy-compatible-in-Exynos.patch
	patches.suse/dt-bindings-arm-fsl-Fix-bindings-for-APF28Dev-board.patch
	patches.suse/ARM-dts-imx7s-correct-iomuxc-gpr-mux-controller-cell.patch
	patches.suse/arm64-dts-imx8m-Align-SoC-unique-ID-node-unit-addres.patch
	patches.suse/arm64-dts-meson-gx-Fix-Ethernet-MAC-address-unit-nam.patch
	patches.suse/arm64-dts-meson-g12a-Fix-internal-Ethernet-PHY-unit-.patch
	patches.suse/arm64-dts-meson-gx-Fix-the-SCPI-DVFS-node-name-and-u.patch
	patches.suse/arm64-dts-meson-remove-CPU-opps-below-1GHz-for-G12A-.patch
	patches.suse/arm64-dts-amlogic-meson-gx-fix-SCPI-clock-dvfs-node-.patch
	patches.suse/arm64-dts-amlogic-meson-axg-fix-SCPI-clock-dvfs-node.patch
	patches.suse/arm64-dts-amlogic-meson-gx-add-missing-SCPI-sensors-.patch
	patches.suse/arm64-dts-amlogic-meson-gxl-s905d-sml5442tw-drop-inv.patch
	patches.suse/arm64-dts-amlogic-meson-gx-add-missing-unit-address-.patch
	patches.suse/arm64-dts-amlogic-meson-gxl-add-missing-unit-address.patch
	patches.suse/arm64-dts-amlogic-meson-gx-libretech-pc-fix-update-b.patch
	patches.suse/arm64-dts-amlogic-meson-sm1-bananapi-m5-fix-adc-keys.patch
	patches.suse/arm64-dts-amlogic-meson-gxl-s905d-phicomm-n1-fix-led.patch
	patches.suse/arm64-dts-amlogic-meson-gxbb-kii-pro-fix-led-node-na.patch
	patches.suse/arm64-dts-amlogic-meson-sm1-odroid-hc4-fix-active-fa.patch
	patches.suse/arm64-dts-meson-bananapi-m5-switch-VDDIO_C-pin-to-OP.patch
	patches.suse/arm64-dts-mediatek-mt8183-Fix-systimer-13-MHz-clock-.patch
	patches.suse/arm64-dts-mt8192-Fix-CPU-map-for-single-cluster-SoC.patch
	patches.suse/arm64-dts-mediatek-mt7622-Add-missing-pwm-cells-to-p.patch
	patches.suse/arm64-dts-ti-k3-j7200-Fix-wakeup-pinmux-range.patch
	patches.suse/ARM-dts-qcom-sdx55-Add-Qcom-SMMU-500-as-the-fallback.patch
	patches.suse/arm64-dts-qcom-pmk8350-Use-the-correct-PON-compatibl.patch
	patches.suse/locking-rwsem-Prevent-non-first-waiter-from-spinning.patch
	patches.suse/locking-rwsem-Disable-preemption-in-all-down_read-an.patch
	patches.suse/locking-rwsem-Disable-preemption-in-all-down_write-a.patch
	patches.suse/perf-x86-uncore-Factor-out-uncore_device_to_die.patch
	patches.suse/perf-x86-uncore-Fix-potential-NULL-pointer-in-uncore_get_alias_name.patch
	patches.suse/perf-x86-uncore-Ignore-broken-units-in-discovery-table.patch
	patches.suse/perf-x86-uncore-Add-a-quirk-for-UPI-on-SPR.patch
	patches.suse/perf-x86-uncore-Don-t-WARN_ON_ONCE-for-a-broken-discovery-table.patch
	patches.suse/x86-perf-zhaoxin-Add-stepping-check-for-ZXC.patch
	patches.suse/sched-numa-Stop-an-exhastive-search-if-an-idle-core-is-found.patch
	patches.suse/sched-fair-Limit-sched-slice-duration.patch
	patches.suse/sched-fair-sanitize-vruntime-of-entity-being-placed.patch
	patches.suse/x86-microcode-add-a-parameter-to-microcode_check-to-store-cpu-capabilities.patch
	patches.suse/x86-microcode-check-cpu-capabilities-after-late-microcode-update-correctly.patch
	patches.suse/x86-microcode-adjust-late-loading-result-reporting-message.patch
	patches.suse/x86-microcode-amd-add-a-cpu-parameter-to-the-reloading-functions.patch
	patches.suse/x86-microcode-amd-fix-mixed-steppings-support.patch
	patches.suse/x86-signal-fix-the-value-returned-by-strict_sas_size.patch
	patches.suse/timers-Prevent-union-confusion-from-unexpected-resta.patch
	patches.suse/clocksource-Suspend-the-watchdog-temporarily-when-hi.patch
	patches.suse/powercap-fix-possible-name-leak-in-powercap_register.patch
	patches.suse/ACPICA-Drop-port-I-O-validation-for-some-regions.patch
	patches.suse/ACPICA-nsrepair-handle-cases-without-a-return-value-.patch
	patches.suse/ACPI-tables-Add-support-for-NBFT.patch
	patches.suse/ACPI-battery-Fix-missing-NUL-termination-with-large-.patch
	patches.suse/ACPI-video-Fix-Lenovo-Ideapad-Z570-DMI-match.patch
	patches.suse/thermal-drivers-tsens-Drop-msm8976-specific-defines.patch
	patches.suse/thermal-drivers-tsens-Sort-out-msm8976-vs-msm8956-da.patch
	patches.suse/thermal-drivers-tsens-fix-slope-values-for-msm8939.patch
	patches.suse/thermal-drivers-tsens-limit-num_sensors-to-9-for-msm.patch
	patches.suse/thermal-intel-Fix-unsigned-comparison-with-less-than.patch
	patches.suse/thermal-intel-intel_pch-Add-support-for-Wellsburg-PC.patch
	patches.suse/thermal-intel-powerclamp-Fix-cur_state-for-multi-pac.patch
	patches.suse/thermal-drivers-hisi-Drop-second-sensor-hi3660.patch
	patches.suse/s390-mem_detect-fix-detect_memory-error-handling.patch
	patches.suse/arm64-cpufeature-Fix-field-sign-for-DIT-hwcap-detection.patch
	patches.suse/arm64-Avoid-repeated-AA64MMFR1_EL1-register-read-on-.patch
	patches.suse/ACPI-Don-t-build-ACPICA-with-Os.patch
	patches.suse/platform-x86-think-lmi-Use-min_t-for-comparison-and-.patch
	patches.suse/leds-led-class-Add-missing-put_device-to-led_put.patch
	patches.suse/crypto-x86-ghash-fix-unaligned-access-in-ghash_setke.patch
	patches.suse/lib-mpi-Fix-buffer-overrun-when-SG-is-too-long.patch
	patches.suse/crypto-ccp-Avoid-page-allocation-failure-warning-for.patch
	patches.suse/crypto-ccp-Failure-on-re-initialization-due-to-dupli.patch
	patches.suse/crypto-essiv-Handle-EBUSY-correctly.patch
	patches.suse/crypto-seqiv-Handle-EBUSY-correctly.patch
	patches.suse/crypto-xts-Handle-EBUSY-correctly.patch
	patches.suse/Revert-crypto-rsa-pkcs1pad-Replace-GFP_ATOMIC-with-G.patch
	patches.suse/crypto-qat-fix-out-of-bounds-read.patch
	patches.suse/crypto-rsa-pkcs1pad-Use-akcipher_request_complete.patch
	patches.suse/crypto-crypto4xx-Call-dma_unmap_page-when-done.patch
	patches.suse/wifi-rsi-Fix-memory-leak-in-rsi_coex_attach.patch
	patches.suse/wifi-rtlwifi-rtl8821ae-don-t-call-kfree_skb-under-sp.patch
	patches.suse/wifi-rtlwifi-rtl8188ee-don-t-call-kfree_skb-under-sp.patch
	patches.suse/wifi-rtlwifi-rtl8723be-don-t-call-kfree_skb-under-sp.patch
	patches.suse/wifi-iwlegacy-common-don-t-call-dev_kfree_skb-under-.patch
	patches.suse/wifi-libertas-fix-memory-leak-in-lbs_init_adapter.patch
	patches.suse/wifi-rtl8xxxu-don-t-call-dev_kfree_skb-under-spin_lo.patch
	patches.suse/wifi-rtlwifi-Fix-global-out-of-bounds-bug-in-_rtl881.patch
	patches.suse/wifi-rtl8xxxu-fixing-transmisison-failure-for-rtl819.patch
	patches.suse/wifi-ipw2x00-don-t-call-dev_kfree_skb-under-spin_loc.patch
	patches.suse/wifi-ipw2200-fix-memory-leak-in-ipw_wdev_init.patch
	patches.suse/wifi-wilc1000-fix-potential-memory-leak-in-wilc_mac_.patch
	patches.suse/wifi-brcmfmac-Fix-potential-stack-out-of-bounds-in-b.patch
	patches.suse/wifi-brcmfmac-fix-potential-memory-leak-in-brcmf_net.patch
	patches.suse/wifi-brcmfmac-unmap-dma-buffer-in-brcmf_msgbuf_alloc.patch
	patches.suse/wifi-libertas_tf-don-t-call-kfree_skb-under-spin_loc.patch
	patches.suse/wifi-libertas-if_usb-don-t-call-kfree_skb-under-spin.patch
	patches.suse/wifi-libertas-main-don-t-call-kfree_skb-under-spin_l.patch
	patches.suse/wifi-libertas-cmdresp-don-t-call-kfree_skb-under-spi.patch
	patches.suse/wifi-wl3501_cs-don-t-call-kfree_skb-under-spin_lock_.patch
	patches.suse/wifi-brcmfmac-ensure-CLM-version-is-null-terminated-.patch
	patches.suse/wifi-rtw89-Add-missing-check-for-alloc_workqueue.patch
	patches.suse/wifi-rtl8xxxu-Fix-memory-leaks-with-RTL8723BU-RTL819.patch
	patches.suse/wifi-orinoco-check-return-value-of-hermes_write_word.patch
	patches.suse/wifi-mt7601u-fix-an-integer-underflow.patch
	patches.suse/wifi-rtl8xxxu-Use-a-longer-retry-limit-of-48.patch
	patches.suse/wifi-cfg80211-Fix-extended-KCK-key-length-check-in-n.patch
	patches.suse/net-sched-act_mirred-better-wording-on-protection-ag.patch
	patches.suse/act_mirred-use-the-backlog-for-nested-calls-to-mirre.patch
	patches.suse/net-add-sock_init_data_uid.patch
	patches.suse/tun-tun_chr_open-correctly-initialize-socket-uid.patch
	patches.suse/tap-tap_open-correctly-initialize-socket-uid.patch
	patches.suse/Bluetooth-btusb-Add-VID-PID-13d3-3529-for-Realtek-RT.patch
	patches.suse/Bluetooth-L2CAP-Fix-potential-user-after-free.patch
	patches.suse/Bluetooth-hci_qca-get-wakeup-status-from-serdev-devi.patch
	patches.suse/rds-rds_rm_zerocopy_callback-correct-order-for-list_add_tail.patch
	patches.suse/msft-hv-2767-hv_netvsc-Check-status-in-SEND_RNDIS_PKT-completion-.patch
	patches.suse/dt-bindings-net-snps-dwmac-Fix-snps-reset-delays-us-.patch
	patches.suse/wifi-mt76-dma-free-rx_head-in-mt76_dma_rx_cleanup.patch
	patches.suse/wifi-mt76-add-flexible-polling-wait-interval-support.patch
	patches.suse/wifi-iwl3945-Add-missing-check-for-create_singlethre.patch
	patches.suse/wifi-iwl4965-Add-missing-check-for-create_singlethre.patch
	patches.suse/wifi-mwifiex-Add-missing-compatible-string-for-SD878.patch
	patches.suse/wifi-mwifiex-fix-loop-iterator-in-mwifiex_update_amp.patch
	patches.suse/wifi-ath9k-Fix-use-after-free-in-ath9k_hif_usb_disco.patch
	patches.suse/wifi-ath9k-htc_hst-free-skb-in-ath9k_htc_rx_msg-if-t.patch
	patches.suse/wifi-ath9k-hif_usb-clean-up-skbs-if-ath9k_hif_usb_rx.patch
	patches.suse/wifi-ath9k-Fix-potential-stack-out-of-bounds-write-i.patch
	patches.suse/wifi-ath11k-Fix-memory-leak-in-ath11k_peer_rx_frag_s.patch
	patches.suse/wifi-cfg80211-Fix-use-after-free-for-wext.patch
	patches.suse/wifi-mac80211-make-rate-u32-in-sta_set_rate_info_rx.patch
	patches.suse/qede-fix-interrupt-coalescing-configuration.patch
	patches.suse/sefltests-netdevsim-wait-for-devlink-instance-after-.patch
	patches.suse/ALSA-hda-ca0132-minor-fix-for-allocation-size.patch
	patches.suse/ALSA-hda-cs35l41-Enable-Amp-High-Pass-Filter.patch
	patches.suse/ASoC-soc-compress-Reposition-and-add-pcm_mutex.patch
	patches.suse/ASoC-kirkwood-Iterate-over-array-indexes-instead-of-.patch
	patches.suse/ASoC-soc-compress.c-fixup-private_data-on-snd_soc_ne.patch
	patches.suse/ASoC-mchp-spdifrx-fix-controls-which-rely-on-rsr-reg.patch
	patches.suse/ASoC-mchp-spdifrx-disable-all-interrupts-in-mchp_spd.patch
	patches.suse/ASoC-rsnd-fixup-endif-position.patch
	patches.suse/ASoC-rsnd-Remove-unnecessary-rsnd_dbg_dai_call.patch
	patches.suse/ASoC-mchp-spdifrx-Fix-uninitialized-use-of-mr-in-mch.patch
	patches.suse/ASoC-dt-bindings-meson-fix-gx-card-codec-node-regex.patch
	patches.suse/ASoC-codecs-lpass-fix-incorrect-mclk-rate.patch
	patches.suse/ASoC-tlv320adcx140-fix-ti-gpio-config-DT-property-in.patch
	patches.suse/ASoC-soc-dapm.h-fixup-warning-struct-snd_pcm_substre.patch
	patches.suse/regulator-max77802-Bounds-check-regulator-id-against.patch
	patches.suse/regulator-s5m8767-Bounds-check-id-indexing-into-arra.patch
	patches.suse/spi-dw_bt1-fix-MUX_MMIO-dependencies.patch
	patches.suse/spi-bcm63xx-hsspi-Endianness-fix-for-ARM-based-SoC.patch
	patches.suse/spi-synquacer-Fix-timeout-handling-in-synquacer_spi_.patch
	patches.suse/gpio-vf610-connect-GPIO-label-to-dev-name.patch
	patches.suse/gpio-tegra186-remove-unneeded-loop-in-tegra186_gpio_.patch
	patches.suse/pinctrl-qcom-pinctrl-msm8976-Correct-function-names-.patch
	patches.suse/pinctrl-stm32-Fix-refcount-leak-in-stm32_pctrl_get_i.patch
	patches.suse/pinctrl-rockchip-Fix-refcount-leak-in-rockchip_pinct.patch
	patches.suse/pinctrl-mediatek-Initialize-variable-buf-to-zero.patch
	patches.suse/pinctrl-at91-use-devm_kasprintf-to-avoid-potential-l.patch
	patches.suse/HID-Add-Mapping-for-System-Microphone-Mute.patch
	patches.suse/HID-asus-use-spinlock-to-protect-concurrent-accesses.patch
	patches.suse/HID-asus-use-spinlock-to-safely-schedule-workers.patch
	patches.suse/HID-bigben-use-spinlock-to-protect-concurrent-access.patch
	patches.suse/HID-bigben_worker-remove-unneeded-check-on-report_fi.patch
	patches.suse/HID-bigben-use-spinlock-to-safely-schedule-workers.patch
	patches.suse/hid-bigben_probe-validate-report-count.patch
	patches.suse/Revert-HID-logitech-hidpp-add-a-module-parameter-to-.patch
	patches.suse/HID-logitech-hidpp-Don-t-restart-communication-if-no.patch
	patches.suse/HID-multitouch-Add-quirks-for-flipped-axes.patch
	patches.suse/HID-retain-initial-quirks-set-up-when-creating-HID-d.patch
	patches.suse/hwmon-ftsteutates-Fix-scaling-of-measurements.patch
	patches.suse/hwmon-coretemp-Simplify-platform-device-handling.patch
	patches.suse/hwmon-ltc2945-Handle-error-case-in-ltc2945_value_sto.patch
	patches.suse/hwmon-mlxreg-fan-Return-zero-speed-for-broken-fan.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/docs-ftrace-fix-a-issue-with-duplicated-subtitle-num.patch
	patches.suse/docs-scripts-gdb-add-necessary-make-scripts_gdb-step.patch
	patches.suse/audit-update-the-mailing-list-in-MAINTAINERS.patch
	patches.suse/scsi-libsas-Remove-useless-dev_list-delete-in-sas_ex_discover_end_dev.patch
	patches.suse/scsi-qla2xxx-check-if-port-is-online-before-sending-els.patch
	patches.suse/scsi-qla2xxx-fix-link-failure-in-npiv-environment.patch
	patches.suse/scsi-qla2xxx-fix-dma-api-call-trace-on-nvme-ls-requests.patch
	patches.suse/scsi-qla2xxx-fix-exchange-oversubscription.patch
	patches.suse/scsi-qla2xxx-fix-exchange-oversubscription-for-management-commands.patch
	patches.suse/scsi-qla2xxx-fix-stalled-login.patch
	patches.suse/scsi-qla2xxx-remove-unintended-flag-clearing.patch
	patches.suse/scsi-qla2xxx-fix-erroneous-link-down.patch
	patches.suse/scsi-qla2xxx-remove-increment-of-interface-err-cnt.patch
	patches.suse/scsi-qla2xxx-fix-iocb-resource-check-warning.patch
	patches.suse/scsi-qla2xxx-update-version-to-10.02.08.100-k.patch
	patches.suse/scsi-qla2xxx-remove-dead-code.patch
	patches.suse/scsi-qla2xxx-remove-dead-code-gpnid.patch
	patches.suse/scsi-qla2xxx-remove-dead-code-gnn-id.patch
	patches.suse/scsi-qla2xxx-relocate-rename-vp-map.patch
	patches.suse/scsi-qla2xxx-edif-fix-performance-dip-due-to-lock-contention.patch
	patches.suse/scsi-qla2xxx-edif-fix-stall-session-after-app-start.patch
	patches.suse/scsi-qla2xxx-edif-reduce-memory-usage-during-low-i-o.patch
	patches.suse/scsi-qla2xxx-edif-fix-clang-warning.patch
	patches.suse/scsi-qla2xxx-select-qpair-depending-on-which-cpu-post_cmd-gets.patch
	patches.suse/scsi-qla2xxx-update-version-to-10.02.08.200-k.patch
	patches.suse/scsi-lpfc-Fix-space-indentation-in-lpfc_xcvr_data_sh.patch
	patches.suse/scsi-lpfc-Replace-outdated-strncpy-with-strscpy.patch
	patches.suse/scsi-lpfc-Resolve-miscellaneous-variable-set-but-not.patch
	patches.suse/scsi-lpfc-Set-max-DMA-segment-size-to-HBA-supported-.patch
	patches.suse/scsi-lpfc-Remove-redundant-clean-up-code-in-disable_.patch
	patches.suse/scsi-lpfc-Remove-duplicate-ndlp-kref-decrement-in-lp.patch
	patches.suse/scsi-lpfc-Exit-PRLI-completion-handling-early-if-ndl.patch
	patches.suse/scsi-lpfc-Fix-use-after-free-KFENCE-violation-during.patch
	patches.suse/scsi-lpfc-Reinitialize-internal-VMID-data-structures.patch
	patches.suse/scsi-lpfc-Introduce-new-attention-types-for-lpfc_sli.patch
	patches.suse/scsi-lpfc-Update-lpfc-version-to-14.2.0.10.patch
	patches.suse/scsi-lpfc-Copyright-updates-for-14.2.0.10-patches.patch
	patches.suse/scsi-qla2xxx-fix-printk-format-string.patch
	patches.suse/scsi-qla2xxx-make-qla_trim_buf-and-__qla_adjust_buf-static.patch
	patches.suse/scsi-qla2xxx-use-a-variable-for-repeated-mem_size-computation.patch
	patches.suse/scsi-qla2xxx-simplify-if-condition-evaluation.patch
	patches.suse/scsi-snic-Fix-memory-leak-with-using-debugfs_lookup.patch
	patches.suse/scsi-qla2xxx-remove-the-unused-variable-wwn.patch
	patches.suse/scsi-mpt3sas-Fix-a-memory-leak.patch
	patches.suse/scsi-aic94xx-Add-missing-check-for-dma_map_single.patch
	patches.suse/nfsd-zero-out-pointers-after-putting-nfsd_files-on-C.patch
	patches.suse/NFSD-fix-leaked-reference-count-of-nfsd4_ssc_umount_.patch
	patches.suse/nfsd-fix-race-to-check-ls_layouts.patch
	patches.suse/NFSD-fix-problems-with-cleanup-on-errors-in-nfsd4_co.patch
	patches.suse/nfs4trace-fix-state-manager-flag-printing.patch
	patches.suse/NFS-fix-disabling-of-swap.patch
	patches.suse/cifs-Use-kstrtobool-instead-of-strtobool-.patch
	patches.suse/cifs-Replace-zero-length-arrays-with-flexible-array-members.patch
	patches.suse/cifs-print-last-update-time-for-interface-list.patch
	patches.suse/cifs-Get-rid-of-unneeded-conditional-in-the-smb2_get_aead_req-.patch
	patches.suse/cifs-prevent-data-race-in-smb2_reconnect-.patch
	patches.suse/cifs-get-rid-of-unneeded-conditional-in-cifs_get_num_sgs-.patch
	patches.suse/cifs-introduce-cifs_io_parms-in-smb2_async_writev-.patch
	patches.suse/cifs-split-out-smb3_use_rdma_offload-helper.patch
	patches.suse/cifs-don-t-try-to-use-rdma-offload-on-encrypted-connections.patch
	patches.suse/cifs-Fix-uninitialized-memory-read-in-smb3_qfs_tcon-.patch
	patches.suse/cifs-remove-unneeded-2bytes-of-padding-from-smb2-tree-connect.patch
	patches.suse/cifs-Fix-uninitialized-memory-reads-for-oparms-mode.patch
	patches.suse/cifs-fix-mount-on-old-smb-servers.patch
	patches.suse/cifs-Convert-struct-fealist-away-from-1-element-array.patch
	patches.suse/cifs-Replace-remaining-1-element-arrays.patch
	patches.suse/cifs-Check-the-lease-context-if-we-actually-got-a-lease.patch
	patches.suse/cifs-return-a-single-use-cfid-if-we-did-not-get-a-lease.patch
	patches.suse/cifs-Fix-lost-destroy-smbd-connection-when-MR-allocate-failed.patch
	patches.suse/cifs-Fix-warning-and-UAF-when-destroy-the-MR-list.patch
	patches.suse/cifs-get-rid-of-dns-resolve-worker.patch
	patches.suse/smb3-Replace-smb2pdu-1-element-arrays-with-flex-arrays.patch
	patches.suse/cifs-use-the-least-loaded-channel-for-sending-requests.patch
	patches.suse/cifs-use-tcon-allocation-functions-even-for-dummy-tcon.patch
	patches.suse/cifs-update-ip_addr-for-ses-only-for-primary-chan-setup.patch
	patches.suse/cifs-update-internal-module-number-fdbf8072.patch
	patches.suse/drm-Fix-potential-null-ptr-deref-due-to-drmm_mode_co.patch
	patches.suse/drm-fourcc-Add-missing-big-endian-XRGB1555-and-RGB56.patch
	patches.suse/drm-mxsfb-DRM_MXSFB-should-depend-on-ARCH_MXS-ARCH_M.patch
	patches.suse/drm-vc4-vec-Use-pm_runtime_resume_and_get-in-vc4_vec.patch
	patches.suse/drm-bridge-megachips-Fix-error-handling-in-i2c_regis.patch
	patches.suse/drm-vkms-Fix-memory-leak-in-vkms_init.patch
	patches.suse/drm-vkms-Fix-null-ptr-deref-in-vkms_release.patch
	patches.suse/drm-vc4-dpi-Fix-format-mapping-for-RGB565.patch
	patches.suse/drm-bridge-lt8912b-Add-hot-plug-detection.patch
	patches.suse/drm-bridge-lt9611-Fix-PLL-being-unable-to-lock.patch
	patches.suse/drm-tidss-Fix-pixel-format-definition.patch
	patches.suse/drm-omapdrm-Remove-unused-struct-csc_coef_rgb2yuv.patch
	patches.suse/drm-omap-dsi-Fix-excessive-stack-usage.patch
	patches.suse/gpu-ipu-v3-common-Add-of_node_put-for-reference-retu.patch
	patches.suse/drm-tiny-ili9486-Do-not-assume-8-bit-only-SPI-contro.patch
	patches.suse/drm-vc4-hvs-Set-AXI-panic-modes.patch
	patches.suse/drm-vc4-hvs-Fix-colour-order-for-xRGB1555-on-HVS5.patch
	patches.suse/drm-vc4-hdmi-Correct-interlaced-timings-again.patch
	patches.suse/drm-bridge-lt9611-fix-sleep-mode-setup.patch
	patches.suse/drm-bridge-lt9611-fix-HPD-reenablement.patch
	patches.suse/drm-bridge-lt9611-fix-polarity-programming.patch
	patches.suse/drm-bridge-lt9611-fix-programming-of-video-modes.patch
	patches.suse/drm-bridge-lt9611-fix-clock-calculation.patch
	patches.suse/drm-bridge-lt9611-pass-a-pointer-to-the-of-node.patch
	patches.suse/drm-mipi-dsi-Fix-byte-order-of-16-bit-DCS-set-get-br.patch
	patches.suse/drm-edid-fix-AVI-infoframe-aspect-ratio-handling.patch
	patches.suse/drm-amd-display-Fix-potential-null-deref-in-dm_resum.patch
	patches.suse/drm-radeon-free-iio-for-atombios-when-driver-shutdow.patch
	patches.suse/drm-amd-display-Fix-memory-leakage.patch
	patches.suse/gpu-host1x-Don-t-skip-assigning-syncpoints-to-channe.patch
	patches.suse/drm-mediatek-dsi-Reduce-the-time-of-dsi-from-LP11-to.patch
	patches.suse/drm-mediatek-Use-NULL-instead-of-0-for-NULL-pointer.patch
	patches.suse/drm-mediatek-Drop-unbalanced-obj-unref.patch
	patches.suse/drm-mediatek-mtk_drm_crtc-Add-checks-for-devm_kcallo.patch
	patches.suse/drm-mediatek-Clean-dangling-pointer-on-bind-error-pa.patch
	patches.suse/drm-msm-adreno-Fix-null-ptr-access-in-adreno_gpu_cle.patch
	patches.suse/drm-msm-clean-event_thread-worker-in-case-of-an-erro.patch
	patches.suse/drm-msm-gem-Add-check-for-kmalloc.patch
	patches.suse/drm-msm-dpu-Disallow-unallocated-resources-to-be-ret.patch
	patches.suse/drm-msm-dsi-Add-missing-check-for-alloc_ordered_work.patch
	patches.suse/dt-bindings-msm-dsi-controller-main-Add-vdd-descript.patch
	patches.suse/drm-msm-hdmi-Add-missing-check-for-alloc_ordered_wor.patch
	patches.suse/drm-msm-use-strscpy-instead-of-strncpy.patch
	patches.suse/drm-msm-dpu-drop-stale-comment-from-struct-dpu_mdp_c.patch
	patches.suse/drm-msm-dpu-Add-check-for-cstate.patch
	patches.suse/drm-msm-dpu-Add-check-for-pstates.patch
	patches.suse/drm-msm-mdp5-Add-check-for-kzalloc.patch
	patches.suse/drm-msm-dpu-set-pdpu-is_rt_pipe-early-in-dpu_plane_s.patch
	patches.suse/drm-amd-display-reduce-else-if-to-else-in-dcn10_blan.patch
	patches.suse/drm-panel-orientation-quirks-Add-quirk-for-Lenovo-Id.patch
	patches.suse/drm-amdgpu-fix-enum-odm_combine_mode-mismatch.patch
	patches.suse/ring-buffer-Handle-race-between-rb_move_tail-and-rb_check_pages.patch
	patches.suse/tracing-Add-NULL-checks-for-buffer-in-ring_buffer_free_read_page.patch
	patches.suse/tracing-Add-trace_array_puts-to-write-into-instance.patch
	patches.suse/docs-gdbmacros-print-newest-record.patch
	patches.suse/printf-fix-errname.c-list.patch
	patches.suse/arm64-efi-Make-efi_rt_lock-a-raw_spinlock.patch
	patches.suse/firmware-efi-sysfb_efi-Add-quirk-for-Lenovo-IdeaPad-.patch
	patches.suse/mfd-cs5535-Don-t-build-on-UML.patch
	patches.suse/mfd-pcf50633-adc-Fix-potential-memleak-in-pcf50633_a.patch
	patches.suse/mfd-arizona-Use-pm_runtime_resume_and_get-to-prevent.patch
	patches.suse/backlight-backlight-Fix-doc-for-backlight_device_get.patch
	patches.suse/leds-led-core-Fix-refcount-leak-in-of_led_get.patch
	patches.suse/lib-zlib-remove-redundation-assignement-of-avail_in-.patch
	patches.suse/usb-gadget-fusb300_udc-free-irq-on-the-error-path-in.patch
	patches.suse/usb-typec-intel_pmc_mux-Don-t-leak-the-ACPI-device-r.patch
	patches.suse/USB-fix-memory-leak-with-using-debugfs_lookup.patch
	patches.suse/fotg210-udc-Add-missing-completion-handler.patch
	patches.suse/media-uvcvideo-Handle-cameras-with-invalid-descripto.patch
	patches.suse/media-uvcvideo-Handle-errors-from-calls-to-usb_strin.patch
	patches.suse/media-uvcvideo-Check-for-INACTIVE-in-uvc_ctrl_is_acc.patch
	patches.suse/media-uvcvideo-Fix-race-condition-with-usb_kill_urb.patch
	patches.suse/media-uvcvideo-Quirk-for-autosuspend-in-Logitech-B91.patch
	patches.suse/media-uvcvideo-Silence-memcpy-run-time-false-positiv.patch
	patches.suse/usb-early-xhci-dbc-Fix-a-potential-out-of-bound-memo.patch
	patches.suse/USB-core-Don-t-hold-device-lock-while-reading-the-de.patch
	patches.suse/usb-musb-mediatek-don-t-unregister-something-that-wa.patch
	patches.suse/usb-gadget-configfs-Restrict-symlink-creation-is-UDC.patch
	patches.suse/USB-dwc3-fix-memory-leak-with-using-debugfs_lookup.patch
	patches.suse/USB-chipidea-fix-memory-leak-with-using-debugfs_look.patch
	patches.suse/USB-uhci-fix-memory-leak-with-using-debugfs_lookup.patch
	patches.suse/USB-sl811-fix-memory-leak-with-using-debugfs_lookup.patch
	patches.suse/USB-fotg210-fix-memory-leak-with-using-debugfs_looku.patch
	patches.suse/USB-isp116x-fix-memory-leak-with-using-debugfs_looku.patch
	patches.suse/USB-isp1362-fix-memory-leak-with-using-debugfs_looku.patch
	patches.suse/USB-gadget-gr_udc-fix-memory-leak-with-using-debugfs.patch
	patches.suse/USB-gadget-bcm63xx_udc-fix-memory-leak-with-using-de.patch
	patches.suse/USB-gadget-lpc32xx_udc-fix-memory-leak-with-using-de.patch
	patches.suse/USB-gadget-pxa25x_udc-fix-memory-leak-with-using-deb.patch
	patches.suse/USB-gadget-pxa27x_udc-fix-memory-leak-with-using-deb.patch
	patches.suse/usb-host-xhci-mvebu-Iterate-over-array-indexes-inste.patch
	patches.suse/USB-ene_usb6250-Allocate-enough-memory-for-full-obje.patch
	patches.suse/usb-uvc-Enumerate-valid-values-for-color-matching.patch
	patches.suse/usb-max-3421-Fix-setting-of-I-O-pins.patch
	patches.suse/dt-bindings-usb-amlogic-meson-g12a-usb-ctrl-make-G12.patch
	patches.suse/usb-gadget-u_serial-Add-null-pointer-check-in-gseria.patch
	patches.suse/usb-dwc3-pci-add-support-for-the-Intel-Meteor-Lake-M.patch
	patches.suse/USB-serial-option-add-support-for-VW-Skoda-Carstick-.patch
	patches.suse/tty-fix-out-of-bounds-access-in-tty_driver_lookup_tt.patch
	patches.suse/tty-serial-fsl_lpuart-disable-Rx-Tx-DMA-in-lpuart32_.patch
	patches.suse/tty-serial-fsl_lpuart-clear-LPUART-Status-Register-i.patch
	patches.suse/tty-serial-fsl_lpuart-disable-the-CTS-when-send-brea.patch
	patches.suse/tty-serial-qcom-geni-serial-stop-operations-in-progr.patch
	patches.suse/serial-sc16is7xx-setup-GPIO-controller-later-in-prob.patch
	patches.suse/serial-tegra-Add-missing-clk_disable_unprepare-in-te.patch
	patches.suse/tty-serial-fsl_lpuart-Fix-the-wrong-RXWATER-setting-.patch
	patches.suse/serial-fsl_lpuart-fix-RS485-RTS-polariy-inverse-issu.patch
	patches.suse/tty-serial-imx-disable-Ageing-Timer-interrupt-reques.patch
	patches.suse/staging-emxx_udc-Add-checks-for-dma_alloc_coherent.patch
	patches.suse/Revert-char-pcmcia-cm4000_cs-Replace-mdelay-with-usl.patch
	patches.suse/comedi-use-menuconfig-for-main-Comedi-menu.patch
	patches.suse/eeprom-idt_89hpesx-Fix-error-handling-in-idt_init.patch
	patches.suse/applicom-Fix-PCI-device-refcount-leak-in-applicom_in.patch
	patches.suse/firmware-stratix10-svc-add-missing-gen_pool_destroy-.patch
	patches.suse/VMCI-check-context-notify_page-after-call-to-get_use.patch
	patches.suse/mei-bus-fixup-upon-error-print-return-values-of-send.patch
	patches.suse/misc-enclosure-Fix-doc-for-enclosure_find.patch
	patches.suse/misc-mei-hdcp-Use-correct-macros-to-initialize-uuid_.patch
	patches.suse/firmware-dmi-sysfs-Fix-null-ptr-deref-in-dmi_sysfs_r.patch
	patches.suse/firmware-coreboot-framebuffer-Ignore-reserved-pixel-.patch
	patches.suse/iio-light-tsl2563-Do-not-hardcode-interrupt-trigger-.patch
	patches.suse/tools-iio-iio_utils-fix-memory-leak.patch
	patches.suse/iio-accel-mma9551_core-Prevent-uninitialized-variabl.patch
	patches.suse/iio-accel-mma9551_core-Prevent-uninitialized-variabl-64a68158738e.patch
	patches.suse/firmware-coreboot-Remove-GOOGLE_COREBOOT_TABLE_ACPI-.patch
	patches.suse/driver-core-fix-potential-null-ptr-deref-in-device_a.patch
	patches.suse/driver-core-fix-resource-leak-in-device_add.patch
	patches.suse/drivers-base-transport_class-fix-possible-memory-lea.patch
	patches.suse/drivers-base-transport_class-fix-resource-leak-when-.patch
	patches.suse/drivers-base-component-fix-memory-leak-with-using-de.patch
	patches.suse/drivers-base-dd-fix-memory-leak-with-using-debugfs_l.patch
	patches.suse/driver-core-fw_devlink-Add-DL_FLAG_CYCLE-support-to-.patch
	patches.suse/RDMA-cxgb4-remove-unnecessary-NULL-check-in-__c4iw_p.patch
	patches.suse/RDMA-core-Refactor-rdma_bind_addr.patch
	patches.suse/IB-hfi1-Update-RMT-size-calculation.patch
	patches.suse/RDMA-cxgb4-add-null-ptr-check-after-ip_dev_find.patch
	patches.suse/RDMA-siw-Fix-user-page-pinning-accounting.patch
	patches.suse/RDMA-cxgb4-Fix-potential-null-ptr-deref-in-pass_esta.patch
	patches.suse/RDMA-irdma-Cap-MSIX-used-to-online-CPUs-1.patch
	patches.suse/iw_cxgb4-Fix-potential-NULL-dereference-in-c4iw_fill.patch
	patches.suse/RDMA-mana_ib-Fix-a-bug-when-the-PF-indicates-more-en.patch
	patches.suse/RDMA-rxe-Fix-missing-memory-barriers-in-rxe_queue.h.patch
	patches.suse/IB-hfi1-Fix-math-bugs-in-hfi1_can_pin_pages.patch
	patches.suse/IB-hfi1-Fix-sdma.h-tx-num_descs-off-by-one-errors.patch
	patches.suse/PCI-loongson-Prevent-LS7A-MRRS-increases.patch
	patches.suse/PCI-loongson-Add-more-devices-that-need-MRRS-quirk.patch
	patches.suse/PCI-hotplug-Allow-marking-devices-as-disconnected-du.patch
	patches.suse/PCI-IOV-Enlarge-virtfn-sysfs-name-buffer.patch
	patches.suse/PCI-PM-Observe-reset-delay-irrespective-of-bridge_d3.patch
	patches.suse/PCI-Unify-delay-handling-for-reset-and-resume.patch
	patches.suse/PCI-DPC-Await-readiness-of-secondary-bus-after-reset.patch
	patches.suse/PCI-Align-extra-resources-for-hotplug-bridges-proper.patch
	patches.suse/PCI-Take-other-bus-devices-into-account-when-distrib.patch
	patches.suse/PCI-Fix-dropping-valid-root-bus-resources-with-.end-.patch
	patches.suse/PCI-Avoid-FLR-for-AMD-FCH-AHCI-adapters.patch
	patches.suse/PCI-Add-ACS-quirk-for-Wangxun-NICs.patch
	patches.suse/dmaengine-dw-edma-Fix-missing-src-dst-address-of-int.patch
	patches.suse/dmaengine-dw-edma-Don-t-permit-non-inc-interleaved-x.patch
	patches.suse/dmaengine-dw-edma-Fix-invalid-interleaved-xfers-sema.patch
	patches.suse/dmaengine-dw-edma-Drop-chancnt-initialization.patch
	patches.suse/dmaengine-dw-edma-Fix-readq_ch-return-value-truncati.patch
	patches.suse/PCI-qcom-Fix-host-init-error-handling.patch
	patches.suse/PCI-switchtec-Return-EFAULT-for-copy_to_user-errors.patch
	patches.suse/dt-bindings-power-supply-pm8941-coincell-Don-t-requi.patch
	patches.suse/i2c-designware-fix-i2c_dw_clk_rate-return-size-to-be.patch
	patches.suse/dmaengine-idxd-Set-traffic-class-values-in-GRPCFG-on.patch
	patches.suse/dmaengine-sf-pdma-pdma_desc-memory-leak-fix.patch
	patches.suse/dmaengine-dw-axi-dmac-Do-not-dereference-NULL-struct.patch
	patches.suse/dmaengine-ptdma-check-for-null-desc-before-calling-p.patch
	patches.suse/phy-rockchip-typec-fix-tcphy_get_mode-error-case.patch
	patches.suse/phy-rockchip-typec-Fix-unsigned-comparison-with-less.patch
	patches.suse/soundwire-cadence-Don-t-overflow-the-command-FIFOs.patch
	patches.suse/powerpc-iommu-fix-memory-leak-with-using-debugfs_loo.patch
	patches.suse/powerpc-powernv-ioda-Skip-unallocated-resources-when.patch
	patches.suse/powerpc-kcsan-Exclude-udelay-to-prevent-recursive-in.patch
	patches.suse/powerpc-perf-hv-24x7-add-missing-RTAS-retry-status-handling.patch
	patches.suse/powerpc-pseries-lpar-add-missing-RTAS-retry-status-h.patch
	patches.suse/powerpc-pseries-lparcfg-add-missing-RTAS-retry-statu.patch
	patches.suse/powerpc-rtas-ensure-4KB-alignment-for-rtas_data_buf.patch
	patches.suse/powerpc-eeh-Set-channel-state-after-notifying-the-dr.patch
	patches.suse/KVM-arm64-Free-hypervisor-allocations-if-vector-slot-init-fails.patch
	patches.suse/KVM-SVM-Require-logical-ID-to-be-power-of-2-for-AVIC.patch
	patches.suse/KVM-Destroy-target-device-if-coalesced-MMIO-unregistration-fails.patch
	patches.suse/x86-crash-disable-virt-in-core-nmi-crash-handler-to-avoid-double-shootdown.patch
	patches.suse/x86-reboot-disable-svm-not-just-vmx-when-stopping-cpus.patch
	patches.suse/KVM-SVM-Fix-potential-overflow-in-SEV-s-send-receive.patch
	patches.suse/KVM-arm64-Don-t-arm-a-hrtimer-for-an-already-pending-timer.patch
	patches.suse/KVM-x86-Inject-GP-if-WRMSR-sets-reserved-bits-in-API.patch
	patches.suse/KVM-SVM-hyper-v-placate-modpost-section-mismatch-err.patch
	patches.suse/vdpa_sim-not-reset-state-in-vdpasim_queue_ready.patch
	patches.suse/PCI-Add-SolidRun-vendor-ID.patch
	patches.suse/vfio-type1-prevent-underflow-of-locked_vm-via-exec.patch
	patches.suse/vfio-type1-track-locked_vm-per-dma.patch
	patches.suse/vfio-type1-restore-locked_vm.patch
	patches.suse/Input-iqs269a-drop-unused-device-node-references.patch
	patches.suse/Input-iqs269a-increase-interrupt-handler-return-dela.patch
	patches.suse/Input-iqs269a-configure-device-with-a-single-block-w.patch
	patches.suse/Input-ads7846-don-t-report-pressure-for-ads7845.patch
	patches.suse/Input-ads7846-always-set-last-command-to-PWRDOWN.patch
	patches.suse/Input-ads7846-don-t-check-penirq-immediately-for-784.patch
	patches.suse/Input-iqs626a-drop-unused-device-node-references.patch
	patches.suse/dt-bindings-input-iqs626a-Redefine-trackpad-property.patch
	patches.suse/mtd-dataflash-remove-duplicate-SPI-ID-table.patch
	patches.suse/mtd-spi-nor-sfdp-Fix-index-value-for-SCCR-dwords.patch
	patches.suse/mtd-spi-nor-core-fix-implicit-declaration-warning.patch
	patches.suse/mtd-spi-nor-spansion-Consider-reserved-bits-in-CFR5-.patch
	patches.suse/mtd-spi-nor-Fix-shift-out-of-bounds-in-spi_nor_set_e.patch
	patches.suse/mtd-rawnand-sunxi-Clean-up-chips-after-failed-init.patch
	patches.suse/mtd-rawnand-sunxi-Fix-the-size-of-the-last-OOB-regio.patch
	patches.suse/mtd-rawnand-fsl_elbc-Propagate-HW-ECC-settings-to-HW.patch
	patches.suse/clk-ralink-fix-mt7621_gate_is_enabled-function.patch
	patches.suse/clk-renesas-cpg-mssr-Fix-use-after-free-if-cpg_mssr_.patch
	patches.suse/clk-renesas-cpg-mssr-Remove-superfluous-check-in-res.patch
	patches.suse/clk-imx-avoid-memory-leak.patch
	patches.suse/clk-Honor-CLK_OPS_PARENT_ENABLE-in-clk_core_is_enabl.patch
	patches.suse/clk-qcom-gcc-qcs404-disable-gpll-04-_out_aux-parents.patch
	patches.suse/clk-qcom-gcc-qcs404-fix-names-of-the-DSI-clocks-used.patch
	patches.suse/Documentation-simplify-and-clarify-DCO-contribution-.patch
	patches.suse/media-ti-cal-fix-possible-memory-leak-in-cal_ctx_cre.patch
	patches.suse/media-platform-ti-Add-missing-check-for-devm_regulat.patch
	patches.suse/media-imx-imx7-media-csi-fix-missing-clk_disable_unp.patch
	patches.suse/media-max9286-Fix-memleak-in-max9286_v4l2_register.patch
	patches.suse/media-ov2740-Fix-memleak-in-ov2740_init_controls.patch
	patches.suse/media-ov5675-Fix-memleak-in-ov5675_init_controls.patch
	patches.suse/media-i2c-imx219-Split-common-registers-from-mode-ta.patch
	patches.suse/media-i2c-ov772x-Fix-memleak-in-ov772x_probe.patch
	patches.suse/media-ov5640-Fix-analogue-gain-control.patch
	patches.suse/media-i2c-imx219-Fix-binning-for-RAW8-capture.patch
	patches.suse/media-ipu3-cio2-Fix-PM-runtime-usage_count-in-driver.patch
	patches.suse/media-v4l2-jpeg-correct-the-skip-count-in-jpeg_parse.patch
	patches.suse/media-v4l2-jpeg-ignore-the-unknown-APP14-marker.patch
	patches.suse/media-rc-gpio-ir-recv-add-remove-function.patch
	patches.suse/media-rc-Fix-use-after-free-bugs-caused-by-ene_tx_ir.patch
	patches.suse/media-i2c-ov7670-0-instead-of-EINVAL-was-returned.patch
	patches.suse/media-usb-siano-Fix-use-after-free-bugs-caused-by-do.patch
	patches.suse/media-saa7134-Use-video_unregister_device-for-radio_.patch
	patches.suse/powerpc-Remove-linker-flag-from-KBUILD_AFLAGS.patch
	patches.suse/dt-bindings-hwlock-sun6i-Add-missing-hwlock-cells.patch
	patches.suse/remoteproc-mtk_scp-Move-clk-ops-outside-send_lock.patch
	patches.suse/remoteproc-qcom_q6v5_mss-Use-a-carveout-to-authentic.patch
	patches.suse/mmc-atmel-mci-fix-race-between-stop-command-and-star.patch
	patches.suse/fuse-add-inode-permission-checks-to-fileattr_get-fileattr_set.patch
	patches.suse/ARM-dts-spear320-hmi-correct-STMPE-GPIO-compatible.patch
	patches.suse/ARM-dts-exynos-correct-TMU-phandle-in-Exynos4.patch
	patches.suse/ARM-dts-exynos-correct-TMU-phandle-in-Exynos4210.patch
	patches.suse/ARM-dts-exynos-correct-TMU-phandle-in-Exynos5250.patch
	patches.suse/ARM-dts-exynos-correct-TMU-phandle-in-Odroid-XU.patch
	patches.suse/ARM-dts-exynos-correct-TMU-phandle-in-Odroid-HC1.patch
	patches.suse/ARM-dts-exynos-correct-TMU-phandle-in-Odroid-XU3-fam.patch
	patches.suse/nfc-fix-memory-leak-of-se_io-context-in-nfc_genl_se_.patch
	patches.suse/qede-avoid-uninitialized-entries-in-coal_entry-array.patch
	patches.suse/wifi-ath11k-allow-system-suspend-to-survive-ath11k.patch
	patches.suse/vc_screen-modify-vcs_size-handling-in-vcs_read.patch
	patches.suse/vc_screen-don-t-clobber-return-value-in-vcs_read.patch
	patches.suse/ext4-Fix-possible-corruption-when-moving-a-directory.patch
	patches.suse/ext4-fix-incorrect-options-show-of-original-mount_op.patch
	patches.suse/pwm-stm32-lp-fix-the-check-on-arr-and-cmp-registers-.patch
	patches.suse/regulator-core-Use-ktime_get_boottime-to-determine-h.patch
	patches.suse/spi-tegra210-quad-Fix-validate-combined-sequence.patch
	patches.suse/auxdisplay-hd44780-Fix-potential-memory-leak-in-hd44.patch
	patches.suse/ceph-update-the-time-stamps-and-try-to-drop-the-suid-sgid.patch
	patches.suse/watchdog-at91sam9_wdt-use-devm_request_irq-to-avoid-.patch
	patches.suse/watchdog-Fix-kmemleak-in-watchdog_cdev_register.patch
	patches.suse/watchdog-pcwd_usb-Fix-attempting-to-access-uninitial.patch
	patches.suse/watchdog-sbsa_wdog-Make-sure-the-timeout-programming.patch
	patches.suse/drm-i915-quirks-Add-inverted-backlight-quirk-for-HP-.patch
	patches.suse/drm-i915-Don-t-use-stolen-memory-for-ring-buffers-wi.patch
	patches.suse/drm-i915-Don-t-use-BAR-mappings-for-ring-buffers-wit.patch
	patches.suse/drm-amdkfd-Fix-an-illegal-memory-access.patch
	patches.suse/drm-radeon-Fix-eDP-for-single-display-iMac11-2.patch
	patches.suse/drm-amd-display-fix-shift-out-of-bounds-in-Calculate.patch
	patches.suse/rtc-sun6i-Always-export-the-internal-oscillator.patch
	patches.suse/rtc-pm8xxx-fix-set-alarm-race.patch
	patches.suse/rtc-allow-rtc_read_alarm-without-read_alarm-callback.patch
	patches.suse/s390-extmem-return-correct-segment-type-in-__segment_load.patch
	patches.suse/s390-kprobes-fix-irq-mask-clobbering-on-kprobe-reenter-from-post_handler.patch
	patches.suse/s390-kprobes-fix-current_kprobe-never-cleared-after-kprobes-reenter.patch
	patches.suse/nvme-auth-fix-an-error-code-in-nvme_auth_process_dhc.patch
	patches.suse/nvme-fabrics-show-well-known-discovery-name.patch
	patches.suse/ACPI-x86-utils-Add-Cezanne-to-the-list-for-forcing-S.patch
	patches.suse/thermal-intel-quark_dts-fix-error-pointer-dereferenc.patch
	patches.suse/thermal-intel-BXT_PMIC-select-REGMAP-instead-of-depe.patch
	patches.suse/scsi-ses-Fix-slab-out-of-bounds-in-ses_enclosure_data_process.patch
	patches.suse/scsi-ses-Fix-possible-addl_desc_ptr-out-of-bounds-accesses.patch
	patches.suse/scsi-ses-Fix-possible-desc_ptr-out-of-bounds-accesses.patch
	patches.suse/scsi-ses-Fix-slab-out-of-bounds-in-ses_intf_remove.patch
	patches.suse/scsi-ses-Don-t-attach-if-enclosure-has-no-components.patch
	patches.suse/scsi-scsi_transport_fc-Add-an-additional-flag-to-fc_.patch
	patches.suse/scsi-ipr-Work-around-fortify-string-warning.patch
	patches.suse/scsi-core-Fix-a-source-code-comment.patch
	patches.suse/scsi-core-Remove-the-proc-scsi-proc_name-directory-earlier.patch
	patches.suse/scsi-lpfc-Fix-double-word-in-comments.patch
	patches.suse/cifs-match-even-the-scope-id-for-ipv6-addresses.patch
	patches.suse/cifs-reuse-cifs_match_ipaddr-for-comparison-of-dstaddr-too.patch
	patches.suse/cifs-improve-checking-of-DFS-links-over-STATUS_OBJECT_NAME_INVALID.patch
	patches.suse/cifs-prevent-data-race-in-cifs_reconnect_tcon-.patch
	patches.suse/ASoC-adau7118-don-t-disable-regulators-on-device-unb.patch
	patches.suse/ASoC-zl38060-add-gpiolib-dependency.patch
	patches.suse/ALSA-hda-realtek-Add-quirk-for-HP-EliteDesk-800-G6-T.patch
	patches.suse/ALSA-ice1712-Do-not-left-ice-gpio_mutex-locked-in-au.patch
	patches.suse/ALSA-ice1712-Delete-unreachable-code-in-aureon_add_c.patch
	patches.suse/x86-speculation-Allow-enabling-STIBP-with-legacy-IBR.patch
	patches.suse/Documentation-hw-vuln-Document-the-interaction-betwe.patch
	patches.suse/virt-sev-guest-Return-EIO-if-certificate-buffer-is-not-large-eno
	patches.suse/cpumask-fix-incorrect-cpumask-scanning-result-checks.patch
	patches.suse/platform-x86-MLX_PLATFORM-select-REGMAP-instead-of-d.patch
	patches.suse/HID-cp2112-Fix-driver-not-registering-GPIO-IRQ-chip-.patch
	patches.suse/HID-intel-ish-hid-ipc-Fix-potential-use-after-free-i.patch
	patches.suse/nfc-fdp-add-null-check-of-devm_kmalloc_array-in-fdp_.patch
	patches.suse/0001-net-tls-fix-possible-race-condition-between-do_tls_g.patch
	patches.suse/ca8210-fix-mac_len-negative-array-access.patch
	patches.suse/bnxt_en-Avoid-order-5-memory-allocation-for-TPA-data.patch
	patches.suse/net-usb-cdc_mbim-avoid-altsetting-toggling-for-Telit-418383e6ed6b.patch
	patches.suse/net-usb-qmi_wwan-add-Telit-0x1080-composition.patch
	patches.suse/nfc-change-order-inside-nfc_se_io-error-path.patch
	patches.suse/NFSD-Protect-against-filesystem-freezing.patch
	patches.suse/SUNRPC-Fix-a-server-shutdown-leak.patch
	patches.suse/drm-nouveau-kms-nv50-fix-nv50_wndw_new_-prototype.patch
	patches.suse/drm-msm-Fix-potential-invalid-ptr-free.patch
	patches.suse/drm-msm-a5xx-fix-setting-of-the-CP_PREEMPT_ENABLE_LO.patch
	patches.suse/drm-msm-a5xx-fix-highest-bank-bit-for-a530.patch
	patches.suse/drm-msm-a5xx-fix-the-emptyness-check-in-the-preempt-.patch
	patches.suse/drm-msm-a5xx-fix-context-faults-during-ring-switch.patch
	patches.suse/drm-msm-dpu-fix-len-of-sc7180-ctl-blocks.patch
	patches.suse/drm-msm-disp-dpu-fix-sc7280_pp-base-offset.patch
	patches.suse/drm-connector-print-max_requested_bpc-in-state-debug.patch
	patches.suse/drm-amdgpu-fix-error-checking-in-amdgpu_read_mm_regi.patch
	patches.suse/scsi-qla2xxx-Add-option-to-disable-FC2-Target-suppor.patch
	patches.suse/scsi-hisi_sas-Check-devm_add_action-return-value.patch
	patches.suse/scsi-lpfc-Check-kzalloc-in-lpfc_sli4_cgn_params_read.patch
	patches.suse/scsi-lpfc-Avoid-usage-of-list-iterator-variable-after-loop.patch
	patches.suse/scsi-megaraid_sas-Update-max-supported-LD-IDs-to-240.patch
	patches.suse/msft-hv-2770-scsi-storvsc-Handle-BlockSize-change-in-Hyper-V-VHD-.patch
	patches.suse/scsi-sd-Fix-wrong-zone_write_granularity-value-during-revalidate.patch
	patches.suse/ext4-fix-cgroup-writeback-accounting-with-fs-layer-e.patch
	patches.suse/ext4-fix-RENAME_WHITEOUT-handling-for-inline-directo.patch
	patches.suse/ext4-fix-another-off-by-one-fsmap-error-on-1k-block-.patch
	patches.suse/ext4-Fix-deadlock-during-directory-rename.patch
	patches.suse/watch_queue-fix-IOC_WATCH_QUEUE_SET_SIZE-alloc-error.patch
	patches.suse/fork-allow-CLONE_NEWTIME-in-clone3-flags.patch
	patches.suse/tpm-eventlog-Don-t-abort-tpm_read_log-on-faulty-ACPI.patch
	patches.suse/wifi-cfg80211-Partial-revert-wifi-cfg80211-Fix-use-a.patch
	patches.suse/vdpa_sim-set-last_used_idx-as-last_avail_idx-in-vdpa.patch
	patches.suse/docs-Correct-missing-d_-prefix-for-dentry_operations.patch
	patches.suse/clk-HI655X-select-REGMAP-instead-of-depending-on-it.patch
	patches.suse/tracing-Do-not-let-histogram-values-have-some-modifiers.patch
	patches.suse/tracing-Check-field-value-in-hist_field_name.patch
	patches.suse/ftrace-Fix-invalid-address-access-in-lookup_rec-when-index-is-0.patch
	patches.suse/tracing-Make-tracepoint-lockdep-check-actually-test-something.patch
	patches.suse/ocfs2-fix-data-corruption-after-failed-write.patch
	patches.suse/sched_getaffinity-don-t-assume-cpumask_size-is-fully-initialized.patch
	patches.suse/0001-KVM-nVMX-add-missing-consistency-checks-for-CR0-and-.patch
	patches.suse/cifs-Move-the-in_send-statistic-to-__smb_send_rqst-.patch
	patches.suse/cifs-Fix-smb2_set_path_size-.patch
	patches.suse/cifs-generate-signkey-for-the-channel-that-s-reconnecting.patch
	patches.suse/cifs-set-DFS-root-session-in-cifs_get_smb_ses-.patch
	patches.suse/cifs-fix-use-after-free-bug-in-refresh_cache_worker-.patch
	patches.suse/cifs-return-DFS-root-session-id-in-DebugData.patch
	patches.suse/cifs-use-DFS-root-session-instead-of-tcon-ses.patch
	patches.suse/scsi-mpt3sas-Fix-NULL-pointer-access-in-mpt3sas_transport_port_add.patch
	patches.suse/scsi-core-Add-BLIST_NO_VPD_SIZE-for-some-VDASD.patch
	patches.suse/scsi-core-Fix-a-procfs-host-directory-removal-regression.patch
	patches.suse/drm-shmem-helper-Remove-another-errant-put-in-error-.patch
	patches.suse/drm-panfrost-Don-t-sync-rpm-suspension-after-mmu-flu.patch
	patches.suse/drm-meson-fix-1px-pink-line-on-GXM-when-scaling-vide.patch
	patches.suse/drm-sun4i-fix-missing-component-unbind-on-bind-error.patch
	patches.suse/drm-bridge-Fix-returned-array-size-name-for-atomic_g.patch
	patches.suse/drm-i915-psr-Use-calculated-io-and-fast-wake-lines.patch
	patches.suse/drm-i915-active-Fix-misuse-of-non-idle-barriers-as-f.patch
	patches.suse/ALSA-hda-intel-dsp-config-add-MTL-PCI-id.patch
	patches.suse/ALSA-hda-realtek-fix-speaker-mute-micmute-LEDs-not-w.patch
	patches.suse/ALSA-hda-realtek-Fix-the-speaker-output-on-Samsung-G-a86e79e3015f.patch
	patches.suse/ALSA-hda-Match-only-Intel-devices-with-CONTROLLER_IN.patch
	patches.suse/ASoC-codecs-tx-macro-Fix-for-KASAN-slab-out-of-bound.patch
	patches.suse/ALSA-asihpi-check-pao-in-control_message.patch
	patches.suse/ALSA-hda-ca0132-fixup-buffer-overrun-at-tuning_ctl_s.patch
	patches.suse/mmc-sdhci_am654-lower-power-on-failed-message-severi.patch
	patches.suse/nvme-fix-handling-single-range-discard-request.patch
	patches.suse/nvmet-avoid-potential-UAF-in-nvmet_req_complete.patch
	patches.suse/nfc-pn533-initialize-struct-pn533_out_arg-properly.patch
	patches.suse/net-phy-nxp-c45-tja11xx-fix-MII_BASIC_CONFIG_REV-bit.patch
	patches.suse/i40e-Fix-kernel-crash-during-reboot-when-adapter-is-.patch
	patches.suse/qed-qed_dev-guard-against-a-possible-division-by-zer.patch
	patches.suse/ice-avoid-bonding-causing-auxiliary-plug-unplug-unde.patch
	patches.suse/net-phy-smsc-bail-out-in-lan87xx_read_status-if-genp.patch
	patches.suse/nfc-st-nci-Fix-use-after-free-bug-in-ndlc_remove-due.patch
	patches.suse/net-usb-smsc75xx-Limit-packet-length-to-skb-len.patch
	patches.suse/net-usb-smsc75xx-Move-packet-length-check-to-prevent.patch
	patches.suse/net-iucv-Fix-size-of-interrupt-data.patch
	patches.suse/qed-qed_mng_tlv-correctly-zero-out-min-instead-of-ho.patch
	patches.suse/media-m5mols-fix-off-by-one-loop-termination-error.patch
	patches.suse/hwmon-adt7475-Display-smoothing-attributes-in-correc.patch
	patches.suse/hwmon-adt7475-Fix-masking-of-hysteresis-registers.patch
	patches.suse/hwmon-xgene-Fix-use-after-free-bug-in-xgene_hwmon_re.patch
	patches.suse/hwmon-ina3221-return-prober-error-code.patch
	patches.suse/hwmon-ucd90320-Add-minimum-delay-between-bus-accesse.patch
	patches.suse/hwmon-tmp512-drop-of_match_ptr-for-ID-table.patch
	patches.suse/hwmon-adm1266-Set-can_sleep-flag-for-GPIO-chip.patch
	patches.suse/hwmon-ltc2992-Set-can_sleep-flag-for-GPIO-chip.patch
	patches.suse/kconfig-Update-config-changed-flag-before-calling-ca.patch
	patches.suse/fbdev-omapfb-cleanup-inconsistent-indentation.patch
	patches.suse/fbdev-tgafb-Fix-potential-divide-by-zero.patch
	patches.suse/fbdev-stifb-Provide-valid-pixelclock-and-add-fb_chec.patch
	patches.suse/fbdev-nvidia-Fix-potential-divide-by-zero.patch
	patches.suse/fbdev-intelfb-Fix-potential-divide-by-zero.patch
	patches.suse/fbdev-lxfb-Fix-potential-divide-by-zero.patch
	patches.suse/fbdev-au1200fb-Fix-potential-divide-by-zero.patch
	patches.suse/ext4-fix-possible-double-unlock-when-moving-a-direct.patch
	patches.suse/virt-coco-sev-guest-Check-SEV_SNP-attribute-at-probe-time
	patches.suse/virt-coco-sev-guest-Simplify-extended-guest-request-handling
	patches.suse/virt-coco-sev-guest-Remove-the-disable_vmpck-label-in-handle_gue
	patches.suse/virt-coco-sev-guest-Carve-out-the-request-issuing-logic-into-a-h
	patches.suse/virt-coco-sev-guest-Do-some-code-style-cleanups
	patches.suse/virt-coco-sev-guest-Convert-the-sw_exit_info_2-checking-to-a-swi
	patches.suse/virt-coco-sev-guest-Add-throttling-awareness
	patches.suse/perf-core-Fix-perf_output_begin-parameter-is-incorrectly-invoked-in-perf_event_bpf_output.patch
	patches.suse/perf-fix-perf_event_context-time.patch
	patches.suse/perf-Fix-check-before-add_event_to_groups-in-perf_group_detach.patch
	patches.suse/firmware-xilinx-don-t-make-a-sleepable-memory-alloca.patch
	patches.suse/interconnect-qcom-osm-l3-fix-icc_onecell_data-alloca.patch
	patches.suse/interconnect-fix-mem-leak-when-freeing-nodes.patch
	patches.suse/interconnect-exynos-fix-node-leak-in-probe-PM-QoS-er.patch
	patches.suse/tty-serial-fsl_lpuart-skip-waiting-for-transmission-.patch
	patches.suse/serial-8250-ASPEED_VUART-select-REGMAP-instead-of-de.patch
	patches.suse/serial-8250_em-Fix-UART-port-type.patch
	patches.suse/serial-8250_fsl-fix-handle_irq-locking.patch
	patches.suse/serial-qcom-geni-fix-console-shutdown-hang.patch
	patches.suse/tracing-Fix-wrong-return-in-kprobe_event_gen_test.c.patch
	patches.suse/trace-hwlat-Do-not-wipe-the-contents-of-per-cpu-thread-data.patch
	patches.suse/trace-hwlat-Do-not-start-per-cpu-thread-if-it-is-already-running.patch
	patches.suse/tracing-Make-splice_read-available-again.patch
	patches.suse/ring-buffer-remove-obsolete-comment-for-free_buffer_page.patch
	patches.suse/tracing-hwlat-Replace-sched_setaffinity-with-set_cpus_allowed_ptr.patch
	patches.suse/lockd-set-file_lock-start-and-end-when-decoding-nlm4.patch
	patches.suse/keys-Do-not-cache-key-in-task-struct-if-key-is-reque.patch
	patches.suse/ARM-9290-1-uaccess-Fix-KASAN-false-positives.patch
	patches.suse/scsi-core-Add-BLIST_SKIP_VPD_PAGES-for-SKhynix-H28U74301AMR.patch
	patches.suse/scsi-qla2xxx-Perform-lockless-command-completion-in-abort-path.patch
	patches.suse/scsi-qla2xxx-Synchronize-the-IOCB-count-to-be-in-ord.patch
	patches.suse/scsi-scsi_dh_alua-Fix-memleak-for-qdata-in-alua_activate.patch
	patches.suse/net-usb-smsc95xx-Limit-packet-length-to-skb-len.patch
	patches.suse/iavf-fix-inverted-Rx-hash-condition-leading-to-disab.patch
	patches.suse/iavf-fix-non-tunneled-IPv6-UDP-packet-type-and-hashi.patch
	patches.suse/qed-qed_sriov-guard-against-NULL-derefs-from-qed_iov.patch
	patches.suse/xirc2ps_cs-Fix-use-after-free-bug-in-xirc2ps_detach.patch
	patches.suse/igb-revert-rtnl_lock-that-causes-deadlock.patch
	patches.suse/igb-Enable-SR-IOV-after-reinit.patch
	patches.suse/intel-igbvf-free-irq-on-the-error-path-in-igbvf_requ.patch
	patches.suse/igbvf-Regard-vf-reset-nack-as-success.patch
	patches.suse/igc-fix-the-validation-logic-for-taprio-s-gate-list.patch
	patches.suse/net-phy-Ensure-state-transitions-are-processed-from-.patch
	patches.suse/net-qcom-emac-Fix-use-after-free-bug-in-emac_remove-.patch
	patches.suse/net-usb-lan78xx-Limit-packet-length-to-skb-len.patch
	patches.suse/atm-idt77252-fix-kmemleak-when-rmmod-idt77252.patch
	patches.suse/gve-Cache-link_speed-value-from-device.patch
	patches.suse/net-asix-fix-modprobe-sysfs-cannot-create-duplicate-.patch
	patches.suse/iavf-fix-hang-on-reboot-with-ice.patch
	patches.suse/i40e-fix-flow-director-packet-filter-programming.patch
	patches.suse/net-mdio-thunder-Add-missing-fwnode_handle_put.patch
	patches.suse/wifi-mwifiex-mark-OF-related-data-as-maybe-unused.patch
	patches.suse/wifi-iwlwifi-mvm-fix-mvmtxq-stopped-handling.patch
	patches.suse/wifi-mac80211-fix-qos-on-mesh-interfaces.patch
	patches.suse/Bluetooth-btqcomsmd-Fix-command-timeout-after-settin.patch
	patches.suse/Bluetooth-L2CAP-Fix-responding-with-wrong-PDU-type.patch
	patches.suse/Bluetooth-btsdio-fix-use-after-free-bug-in-btsdio_re.patch
	patches.suse/i2c-imx-lpi2c-clean-rx-tx-buffers-upon-new-message.patch
	patches.suse/i2c-imx-lpi2c-check-only-for-enabled-interrupt-flags.patch
	patches.suse/i2c-hisi-Avoid-redundant-interrupts.patch
	patches.suse/i2c-hisi-Only-use-the-completion-interrupt-to-finish.patch
	patches.suse/i2c-xgene-slimpro-Fix-out-of-bounds-bug-in-xgene_sli.patch
	patches.suse/platform-chrome-cros_ec_chardev-fix-kernel-data-leak.patch
	patches.suse/efi-sysfb_efi-Fix-DMI-quirks-not-working-for-simpled.patch
	patches.suse/efi-sysfb_efi-Add-quirk-for-Lenovo-Yoga-Book-X91F-L.patch
	patches.suse/ACPI-resource-Add-Medion-S17413-to-IRQ-override-quir.patch
	patches.suse/nvme-send-Identify-with-CNS-06h-only-to-I-O-controll.patch
	patches.suse/drm-panel-orientation-quirks-Add-quirk-for-Lenovo-Yo.patch
	patches.suse/drm-bridge-lt8912b-return-EPROBE_DEFER-if-bridge-is-.patch
	patches.suse/drm-i915-Preserve-crtc_state-inherited-during-state-.patch
	patches.suse/drm-i915-active-Fix-missing-debug-object-activation.patch
	patches.suse/drm-i915-gt-perform-uc-late-init-after-probe-error-i.patch
	patches.suse/power-supply-cros_usbpd-reclassify-default-case-as-d.patch
	patches.suse/power-supply-bq24190-Fix-use-after-free-bug-in-bq241.patch
	patches.suse/power-supply-da9150-Fix-use-after-free-bug-in-da9150.patch
	patches.suse/arm64-dts-imx8mm-nitrogen-r2-fix-WM8960-clock-name.patch
	patches.suse/ARM-dts-imx6sll-e60k02-fix-usbotg1-pinctrl.patch
	patches.suse/ARM-dts-imx6sl-tolino-shine2hd-fix-usbotg1-pinctrl.patch
	patches.suse/arm64-dts-imx8mn-specify-sound-dai-cells-for-SAI-nod.patch
	patches.suse/firmware-arm_scmi-Fix-device-node-validation-for-mai.patch
	patches.suse/arm64-dts-qcom-sm8350-Mark-UFS-controller-as-cache-c.patch
	patches.suse/nilfs2-fix-kernel-infoleak-in-nilfs_ioctl_wrap_copy.patch
	patches.suse/mm-mmap-remove-newline-at-the-end-of-the-trace.patch
	patches.suse/hwmon-fix-potential-sensor-registration-fail-if-of_n.patch
	patches.suse/xfs-pass-the-correct-cursor-to-xfs_iomap_prealloc_si.patch
	patches.suse/cifs-check-only-tcon-status-on-tcon-related-functions.patch
	patches.suse/cifs-lock-chan_lock-outside-match_session.patch
	patches.suse/cifs-do-not-poll-server-interfaces-too-regularly.patch
	patches.suse/cifs-empty-interface-list-when-server-doesn-t-support-query-interfa.patch
	patches.suse/cifs-dump-pending-mids-for-all-channels-in-DebugData.patch
	patches.suse/cifs-print-session-id-while-listing-open-files.patch
	patches.suse/cifs-append-path-to-open_enter-trace-event.patch
	patches.suse/cifs-avoid-race-conditions-with-parallel-reconnects.patch
	patches.suse/cifs-fix-missing-unload_nls-in-smb2_reconnect-.patch
	patches.suse/smb3-lower-default-deferred-close-timeout-to-address-perf-regressio.patch
	patches.suse/cifs-fix-dentry-lookups-in-directory-handle-cache.patch
	patches.suse/smb3-fix-unusable-share-after-force-unmount-failure.patch
	patches.suse/sched-fair-Sanitize-vruntime-of-entity-being-migrated.patch
	patches.suse/usb-ucsi-Fix-NULL-pointer-deref-in-ucsi_connector_ch.patch
	patches.suse/usb-ucsi-Fix-ucsi-connector-race.patch
	patches.suse/usb-dwc3-Fix-a-typo-in-field-name.patch
	patches.suse/usb-dwc3-gadget-Add-1ms-delay-after-end-transfer-com.patch
	patches.suse/usb-gadget-u_audio-don-t-let-userspace-block-driver-.patch
	patches.suse/usb-typec-tcpm-fix-warning-when-handle-discover_iden.patch
	patches.suse/usb-cdnsp-Fixes-issue-with-redundant-Status-Stage.patch
	patches.suse/usb-cdns3-Fix-issue-with-using-incorrect-PCI-device-.patch
	patches.suse/usb-cdnsp-changes-PCI-Device-ID-to-fix-conflict-with.patch
	patches.suse/uas-Add-US_FL_NO_REPORT_OPCODES-for-JMicron-JMS583Ge.patch
	patches.suse/thunderbolt-Add-missing-UNSET_INBOUND_SBTX-for-retim.patch
	patches.suse/thunderbolt-Call-tb_check_quirks-after-initializing-.patch
	patches.suse/thunderbolt-Use-scale-field-when-allocating-USB3-ban.patch
	patches.suse/thunderbolt-Use-const-qualifier-for-ring_interrupt_i.patch
	patches.suse/thunderbolt-Disable-interrupt-auto-clear-for-rings.patch
	patches.suse/thunderbolt-Rename-shadowed-variables-bit-to-interru.patch
	patches.suse/usb-chipdea-core-fix-return-EINVAL-if-request-role-i.patch
	patches.suse/usb-chipidea-core-fix-possible-concurrent-when-switc.patch
	patches.suse/usb-dwc2-fix-a-devres-leak-in-hw_enable-upon-suspend.patch
	patches.suse/mtd-rawnand-meson-invalidate-cache-on-polling-ECC-bi.patch
	patches.suse/platform-x86-gigabyte-wmi-Add-support-for-A320M-S2H-.patch
	patches.suse/platform-x86-think-lmi-add-missing-type-attribute.patch
	patches.suse/platform-x86-think-lmi-use-correct-possible_values-d.patch
	patches.suse/platform-x86-think-lmi-only-display-possible_values-.patch
	patches.suse/platform-x86-think-lmi-Add-possible_values-for-Think.patch
	patches.suse/s390-uaccess-add-missing-earlyclobber-annotations-to-__clear_user.patch
	patches.suse/s390-vfio-ap-fix-memory-leak-in-vfio_ap-device-drive.patch
	patches.suse/selftests-sigaltstack-fix-Wuninitialized.patch
	patches.suse/rcu-Fix-rcu_torture_read-ftrace-event.patch
	patches.suse/f2fs-Fix-f2fs_truncate_partial_nodes-ftrace-event.patch
	patches.suse/ALSA-hda-realtek-Add-quirks-for-some-Clevo-laptops.patch
	patches.suse/ALSA-hda-conexant-Partial-revert-of-a-quirk-for-Leno.patch
	patches.suse/ALSA-usb-audio-Fix-recursive-locking-at-XRUN-during-.patch
	patches.suse/ALSA-hda-realtek-Fix-support-for-Dell-Precision-3260.patch
	patches.suse/ALSA-usb-audio-Fix-regression-on-detection-of-Roland.patch
	patches.suse/ALSA-ymfpci-Fix-BUG_ON-in-probe-function.patch
	patches.suse/ALSA-hda-realtek-Add-quirk-for-Lenovo-ZhaoYang-CF462.patch
	patches.suse/drm-i915-tc-Fix-the-ICL-PHY-ownership-check-in-TC-co.patch
	patches.suse/drm-amd-display-Add-DSC-Support-for-Synaptics-Cascad.patch
	patches.suse/drm-etnaviv-fix-reference-leak-when-mmaping-imported.patch
	patches.suse/sfc-ef10-don-t-overwrite-offload-features-at-NIC-res.patch
	patches.suse/net-phy-dp83869-fix-default-value-for-tx-rx-internal.patch
	patches.suse/vmxnet3-use-gro-callback-when-UPT-is-enabled.patch
	patches.suse/r8169-fix-RTL8168H-and-RTL8107E-rx-crc-error.patch
	patches.suse/can-bcm-bcm_tx_setup-fix-KMSAN-uninit-value-in-vfs_w.patch
	patches.suse/xen-netback-don-t-do-grant-copy-across-page-boundary.patch
	patches.suse/ca8210-Fix-unsigned-mac_len-comparison-with-zero-in-.patch
	patches.suse/i40e-fix-registers-dump-after-run-ethtool-adapter-se.patch
	patches.suse/bnxt_en-Fix-reporting-of-test-result-in-ethtool-self.patch
	patches.suse/bnxt_en-Fix-typo-in-PCI-id-to-device-description-str.patch
	patches.suse/bnxt_en-Add-missing-200G-link-speed-reporting.patch
	patches.suse/xen-netback-use-same-error-messages-for-same-errors.patch
	patches.suse/scsi-megaraid_sas-Fix-crash-after-a-double-completion.patch
	patches.suse/scsi-mpt3sas-Don-t-print-sense-pool-info-twice.patch
	patches.suse/regulator-Handle-deferred-clk.patch
	patches.suse/PCI-dwc-Fix-PORT_LINK_CONTROL-update-when-CDM-check-.patch
	patches.suse/platform-x86-intel-pmc-Alder-Lake-PCH-slp_s0_residen.patch
	patches.suse/platform-x86-gigabyte-wmi-add-support-for-X570S-AORU.patch
	patches.suse/NFSv4-Fix-hangs-when-recovering-open-state-after-a-s.patch
	patches.suse/pinctrl-at91-pio4-fix-domain-name-assignment.patch
	patches.suse/pinctrl-ocelot-Fix-alt-mode-for-ocelot.patch
	patches.suse/pinctrl-amd-Disable-and-mask-interrupts-on-resume.patch
	patches.suse/Input-goodix-add-Lenovo-Yoga-Book-X90F-to-nine_bytes.patch
	patches.suse/Input-focaltech-use-explicitly-signed-char-type.patch
	patches.suse/Input-alps-fix-compatibility-with-funsigned-char.patch
	patches.suse/cifs-fix-DFS-traversal-oops-without-CONFIG_CIFS_DFS_UPCALL.patch
	patches.suse/cifs-avoid-races-in-parallel-reconnects-in-smb1.patch
	patches.suse/cifs-prevent-infinite-recursion-in-CIFSGetDFSRefer-.patch
	patches.suse/cifs-get-rid-of-dead-check-in-smb2_reconnect-.patch
	patches.suse/powerpc-Don-t-try-to-copy-PPR-for-task-with-NULL-pt_.patch
	patches.suse/btrfs-fix-race-between-quota-disable-and-quota-assig.patch
	patches.suse/msft-hv-2770-Drivers-vmbus-Check-for-channel-allocation-before-lo.patch
	patches.suse/NFSD-Avoid-calling-OPDESC-with-ops-opnum-OP_ILLEGAL.patch
	patches.suse/nfsd-call-op_release-even-when-op_func-returns-an-er.patch
	patches.suse/sunrpc-only-free-unix-grouplist-after-RCU-settles.patch
	patches.suse/NFSD-callback-request-does-not-use-correct-credentia.patch
	patches.suse/ring-buffer-Fix-race-while-reader-and-writer-are-on-the-same-page.patch
	patches.suse/ftrace-Mark-get_lock_parent_ip-__always_inline.patch
	patches.suse/tracing-Have-tracing_snapshot_instance_cond-write-errors-to-the-appropriate-instance.patch
	patches.suse/tracing-Free-error-logs-of-tracing-instances.patch
	patches.suse/asm-generic-io.h-suppress-endianness-warnings-for-re.patch
	patches.suse/platform-x86-think-lmi-Fix-memory-leak-when-showing-.patch
	patches.suse/platform-x86-think-lmi-Fix-memory-leaks-when-parsing.patch
	patches.suse/platform-x86-think-lmi-Clean-up-display-of-current_v.patch
	patches.suse/ALSA-hda-realtek-fix-mute-micmute-LEDs-for-a-HP-ProB-9fdc1605c504.patch
	patches.suse/ASoC-soc-pcm-fix-hw-formats-cleared-by-soc_pcm_hw_in.patch
	patches.suse/ASOC-Intel-sof_sdw-add-quirk-for-Intel-Rooks-County-.patch
	patches.suse/ASoC-Intel-bytcr_rt5640-Add-quirk-for-the-Acer-Iconi.patch
	patches.suse/ALSA-hda-realtek-Add-quirk-for-Clevo-X370SNW.patch
	patches.suse/drm-i915-fix-race-condition-UAF-in-i915_perf_add_con.patch
	patches.suse/drm-nouveau-disp-Support-more-modes-by-checking-with.patch
	patches.suse/drm-panfrost-Fix-the-panfrost_mmu_map_fault_addr-err.patch
	patches.suse/pwm-cros-ec-Explicitly-set-.polarity-in-.get_state.patch
	patches.suse/pwm-sprd-Explicitly-set-.polarity-in-.get_state.patch
	patches.suse/selftests-mount-Fix-mount_setattr_test-builds-failed.patch
	patches.suse/wifi-mac80211-fix-invalid-drv_sta_pre_rcu_remove-cal.patch
	patches.suse/gve-Secure-enough-bytes-in-the-first-TX-desc-for-all.patch
	patches.suse/can-j1939-j1939_tp_tx_dat_new-fix-out-of-bounds-memo.patch
	patches.suse/can-isotp-isotp_ops-fix-poll-to-not-report-false-EPO.patch
	patches.suse/gpio-GPIO_REGMAP-select-REGMAP-instead-of-depending-.patch
	patches.suse/gpio-davinci-Add-irq-chip-flag-to-skip-set-wake.patch
	patches.suse/nilfs2-fix-potential-UAF-of-struct-nilfs_sc_info-in-.patch
	patches.suse/mm-take-a-page-reference-when-removing-device-exclusive-entries.patch
	patches.suse/nilfs2-fix-sysfs-interface-lifetime.patch
	patches.suse/ftrace-Fix-issue-that-direct-addr-not-restored-in-modify_ftrace_direct.patch
	patches.suse/nvme-fix-discard-support-without-oncs.patch
	patches.suse/scsi-qla2xxx-Fix-memory-leak-in-qla2x00_probe_one.patch
	patches.suse/scsi-iscsi_tcp-Check-that-sock-is-valid-before-iscsi_set_param.patch
	patches.suse/usb-xhci-tegra-fix-sleep-in-atomic-call.patch
	patches.suse/xhci-also-avoid-the-XHCI_ZERO_64B_REGS-quirk-with-a-.patch
	patches.suse/xhci-Free-the-command-allocated-for-setting-LPM-if-w.patch
	patches.suse/USB-serial-cp210x-add-Silicon-Labs-IFS-USB-DATACABLE.patch
	patches.suse/USB-serial-option-add-Telit-FE990-compositions.patch
	patches.suse/USB-serial-option-add-Quectel-RM500U-CN-modem.patch
	patches.suse/usb-dwc3-pci-add-support-for-the-Intel-Meteor-Lake-S.patch
	patches.suse/usb-typec-altmodes-displayport-Fix-configure-initial.patch
	patches.suse/usb-cdnsp-Fixes-error-uninitialized-symbol-len.patch
	patches.suse/tty-serial-sh-sci-Fix-transmit-end-interrupt-handler.patch
	patches.suse/dt-bindings-serial-renesas-scif-Fix-4th-IRQ-for-4-IR.patch
	patches.suse/tty-serial-fsl_lpuart-avoid-checking-for-transfer-co.patch
	patches.suse/tty-serial-sh-sci-Fix-Rx-on-RZ-G2L-SCI.patch
	patches.suse/iio-adis16480-select-CONFIG_CRC32.patch
	patches.suse/iio-adc-ad7791-fix-IRQ-flags.patch
	patches.suse/iio-light-cm32181-Unregister-second-I2C-client-if-pr.patch
	patches.suse/iio-dac-cio-dac-Fix-max-DAC-write-value-check-for-12.patch
	patches.suse/iio-adc-palmas_gpadc-fix-NULL-dereference-on-rmmod.patch
	patches.suse/iio-adc-ti-ads7950-Set-can_sleep-flag-for-GPIO-chip.patch
	patches.suse/cifs-double-lock-in-cifs_reconnect_tcon-.patch
	patches.suse/perf-core-Fix-the-same-task-check-in-perf_event_set_output.patch
	patches.suse/KVM-arm64-PMU-Restore-the-guest-s-EL0-event-counting-after-migration.patch
	patches.suse/mtd-rawnand-stm32_fmc2-remove-unsupported-EDO-mode.patch
	patches.suse/mtd-rawnand-stm32_fmc2-use-timings.mode-instead-of-c.patch
	patches.suse/mtdblock-tolerate-corrected-bit-flips.patch
	patches.suse/mtd-rawnand-meson-fix-bitmask-for-length-in-command-.patch
	patches.suse/x86-PCI-Add-quirk-for-AMD-XHCI-controller-that-loses.patch
	patches.suse/drm-i915-dsi-fix-DSS-CTL-register-offsets-for-TGL.patch
	patches.suse/fbmem-Reject-FB_ACTIVATE_KD_TEXT-from-userspace.patch
	patches.suse/drm-armada-Fix-a-potential-double-free-in-an-error-h.patch
	patches.suse/Revert-pinctrl-amd-Disable-and-mask-interrupts-on-re.patch
	patches.suse/net-phy-nxp-c45-tja11xx-fix-unsigned-long-multiplica.patch
	patches.suse/net-phy-nxp-c45-tja11xx-add-remove-callback.patch
	patches.suse/Bluetooth-Fix-race-condition-in-hidp_session_thread.patch
	patches.suse/Bluetooth-L2CAP-Fix-use-after-free-in-l2cap_disconne.patch
	patches.suse/clk-sprd-set-max_register-according-to-mapping-range.patch
	patches.suse/cgroup-cpuset-Wake-up-cpuset_attach_wq-tasks-in-cpuset_cancel_attach.patch
	patches.suse/RDMA-irdma-Do-not-generate-SW-completions-for-NOPs.patch
	patches.suse/RDMA-irdma-Fix-memory-leak-of-PBLE-objects.patch
	patches.suse/RDMA-irdma-Increase-iWARP-CM-default-rexmit-count.patch
	patches.suse/RDMA-irdma-Add-ipv4-check-to-irdma_find_listener.patch
	patches.suse/IB-mlx5-Add-support-for-400G_8X-lane-speed.patch
	patches.suse/RDMA-cma-Allow-UD-qp_type-to-join-multicast-only.patch
	patches.suse/RDMA-core-Fix-GID-entry-ref-leak-when-create_ah-fail.patch
	patches.suse/ALSA-i2c-cs8427-fix-iec958-mixer-control-deactivatio.patch
	patches.suse/ALSA-hda-sigmatel-add-pin-overrides-for-Intel-DP45SG.patch
	patches.suse/ALSA-hda-sigmatel-fix-S-PDIF-out-on-Intel-D-45-mothe.patch
	patches.suse/ALSA-emu10k1-fix-capture-interrupt-handler-unlinking.patch
	patches.suse/ALSA-emu10k1-don-t-create-old-pass-through-playback-.patch
	patches.suse/ALSA-firewire-tascam-add-missing-unwind-goto-in-snd_.patch
	patches.suse/ALSA-hda-patch_realtek-add-quirk-for-Asus-N7601ZM.patch
	patches.suse/ALSA-hda-realtek-Add-quirks-for-Lenovo-Z13-Z16-Gen2.patch
	patches.suse/i2c-ocores-generate-stop-condition-after-timeout-in-.patch
	patches.suse/cifs-fix-negotiate-context-parsing.patch
	patches.suse/powerpc-papr_scm-Update-the-NUMA-distance-table-for-.patch
	patches.suse/sched-fair-Fix-imbalance-overflow.patch
	patches.suse/arm64-dts-meson-g12-common-specify-full-DMC-range.patch
	patches.suse/arm64-dts-imx8mm-evk-correct-pmic-clock-source.patch
	patches.suse/ARM-dts-rockchip-fix-a-typo-error-for-rk3288-spdif-n.patch
	patches.suse/arm64-dts-qcom-ipq8074-hk01-enable-QMP-device-not-th.patch
	patches.suse/mmc-sdhci_am654-Set-HIGH_SPEED_ENA-for-SDR12-and-SDR.patch
	patches.suse/memstick-fix-memory-leak-if-card-device-is-never-reg.patch
	patches.suse/regulator-fan53555-Explicitly-include-bits-header.patch
	patches.suse/regulator-fan53555-Fix-wrong-TCS_SLEW_MASK.patch
	patches.suse/writeback-cgroup-fix-null-ptr-deref-write-in-bdi_spl.patch
	patches.suse/nilfs2-initialize-unused-bytes-in-segment-summary-bl.patch
	patches.suse/net-sched-sch_qfq-prevent-slab-out-of-bounds-in-qfq_.patch
	patches.suse/virtio_net-bugfix-overflow-inside-xdp_linearize_page.patch
	patches.suse/sfc-Fix-use-after-free-due-to-selftest_work.patch
	patches.suse/bnxt_en-Do-not-initialize-PTP-on-older-P3-P4-chips.patch
	patches.suse/e1000e-Disable-TSO-on-i219-LM-card-to-increase-speed.patch
	patches.suse/i40e-fix-accessing-vsi-active_filters-without-holdin.patch
	patches.suse/i40e-fix-i40e_setup_misc_vector-error-handling.patch
	patches.suse/drm-i915-Fix-fast-wake-AUX-sync-len.patch
	patches.suse/ASN.1-Fix-check-for-strdup-success.patch
	patches.suse/ALSA-hda-realtek-Remove-specific-patch-for-Dell-Prec.patch
	patches.suse/ASoC-fsl_asrc_dma-fix-potential-null-ptr-deref.patch
	patches.suse/ALSA-hda-realtek-fix-mute-micmute-LEDs-for-a-HP-ProB-2ae147d643d3.patch
	patches.suse/iio-adc-at91-sama5d2_adc-fix-an-error-code-in-at91_a.patch
	patches.suse/iio-light-tsl2772-fix-reading-proximity-diodes-from-.patch
	patches.suse/KVM-arm64-Fix-buffer-overflow-in-kvm_arm_set_fw_reg.patch
	patches.suse/selinux-fix-Makefile-dependencies-of-flask.h.patch
	patches.suse/selinux-ensure-av_permissions.h-is-built-when-needed.patch
	patches.suse/KEYS-Create-static-version-of-public_key_verify_sign.patch
	patches.suse/KEYS-Add-missing-function-documentation.patch
	patches.suse/tpm-tpm_tis-Claim-locality-before-writing-TPM_INT_EN.patch
	patches.suse/tpm-tpm_tis-Disable-interrupts-if-tpm_tis_probe_irq-.patch
	patches.suse/selftests-resctrl-Return-NULL-if-malloc_and_init_mem.patch
	patches.suse/selftests-resctrl-Move-setup-call-outside-of-test-sp.patch
	patches.suse/selftests-resctrl-Allow-setup-to-return-errors.patch
	patches.suse/selftests-resctrl-Check-for-return-value-after-write.patch
	patches.suse/x86-mce-amd-use-an-u64-for-bank_map.patch
	patches.suse/soc-ti-pm33xx-Fix-refcount-leak-in-am33xx_pm_probe.patch
	patches.suse/firmware-qcom_scm-Clear-download-bit-during-reboot.patch
	patches.suse/dt-bindings-soc-qcom-smd-rpm-re-add-missing-qcom-rpm.patch
	patches.suse/arm64-dts-renesas-r8a77990-Remove-bogus-voltages-fro.patch
	patches.suse/arm64-dts-renesas-r8a774c0-Remove-bogus-voltages-fro.patch
	patches.suse/ARM-dts-gta04-fix-excess-dma-channel-usage.patch
	patches.suse/ARM-dts-exynos-fix-WM8960-clock-name-in-Itop-Elite.patch
	patches.suse/ARM-dts-s5pv210-correct-MIPI-CSIS-clock-name.patch
	patches.suse/dt-bindings-arm-fsl-Fix-copy-paste-error-in-comment.patch
	patches.suse/arm64-dts-ti-k3-j721e-main-Remove-ti-strobe-sel-prop.patch
	patches.suse/ARM-dts-qcom-ipq4019-Fix-the-PCI-I-O-port-range.patch
	patches.suse/ARM-dts-qcom-ipq8064-Fix-the-PCI-I-O-port-range.patch
	patches.suse/arm64-dts-qcom-msm8998-Fix-stm-stimulus-base-reg-nam.patch
	patches.suse/arm64-dts-qcom-msm8996-Add-missing-DWC3-quirks.patch
	patches.suse/arm64-dts-qcom-sdm845-Fix-the-PCI-I-O-port-range.patch
	patches.suse/arm64-dts-qcom-msm8998-Fix-the-PCI-I-O-port-range.patch
	patches.suse/arm64-dts-qcom-ipq8074-Fix-the-PCI-I-O-port-range.patch
	patches.suse/arm64-dts-qcom-msm8996-Fix-the-PCI-I-O-port-range.patch
	patches.suse/arm64-dts-qcom-sm8250-Fix-the-PCI-I-O-port-range.patch
	patches.suse/arm64-dts-qcom-sc7180-trogdor-lazor-correct-trackpad.patch
	patches.suse/arm64-dts-qcom-msm8994-kitakami-drop-unit-address-fr.patch
	patches.suse/arm64-dts-qcom-msm8994-msft-lumia-octagon-drop-unit-.patch
	patches.suse/arm64-kgdb-Set-PSTATE.SS-to-1-to-re-enable-single-st.patch
	patches.suse/drm-rockchip-Drop-unbalanced-obj-unref.patch
	patches.suse/drm-vgem-add-missing-mutex_destroy.patch
	patches.suse/drm-displayid-add-displayid_get_header-and-check-bou.patch
	patches.suse/drm-probe-helper-Cancel-previous-job-before-starting.patch
	patches.suse/drm-bridge-adv7533-Fix-adv7533_mode_valid-for-adv753.patch
	patches.suse/drm-i915-dg2-Add-HDMI-pixel-clock-frequencies-267.30.patch
	patches.suse/drm-amd-display-Use-DC_LOG_DC-in-the-trasform-pixel-.patch
	patches.suse/drm-rcar-du-Fix-a-NULL-vs-IS_ERR-bug.patch
	patches.suse/drm-amd-display-dc-dce60-Makefile-Fix-previous-attem.patch
	patches.suse/drm-lima-lima_drv-Add-missing-unwind-goto-in-lima_pd.patch
	patches.suse/drm-bridge-lt8912b-Fix-DSI-Video-Mode.patch
	patches.suse/drm-fb-helper-set-x-yres_virtual-in-drm_fb_helper_ch.patch
	patches.suse/drm-ttm-pool-Fix-ttm_pool_alloc-error-path.patch
	patches.suse/drm-tegra-Avoid-potential-32-bit-integer-overflow.patch
	patches.suse/drm-msm-disp-dpu-check-for-crtc-enable-rather-than-c.patch
	patches.suse/drm-msm-adreno-drop-bogus-pm_runtime_set_active.patch
	patches.suse/drm-msm-adreno-Disable-preemption-on-Adreno-510.patch
	patches.suse/drm-msm-fix-NULL-deref-on-snapshot-tear-down.patch
	patches.suse/drm-msm-dp-Clean-up-handling-of-DP-AUX-interrupts.patch
	patches.suse/drm-amd-Fix-an-out-of-bounds-error-in-BIOS-parser.patch
	patches.suse/drm-amd-display-Fix-potential-null-dereference.patch
	patches.suse/drm-i915-Make-intel_get_crtc_new_encoder-less-oopsy.patch
	patches.suse/media-cx23885-Fix-a-null-ptr-deref-bug-in-buffer_pre.patch
	patches.suse/media-pci-tw68-Fix-null-ptr-deref-bug-in-buf-prepare.patch
	patches.suse/media-av7110-prevent-underflow-in-write_ts_to_decode.patch
	patches.suse/media-max9286-Free-control-handler.patch
	patches.suse/media-rkvdec-fix-use-after-free-bug-in-rkvdec_remove.patch
	patches.suse/media-dm1105-Fix-use-after-free-bug-in-dm1105_remove.patch
	patches.suse/media-saa7134-fix-use-after-free-bug-in-saa7134_fini.patch
	patches.suse/media-rc-gpio-ir-recv-Fix-support-for-wake-up.patch
	patches.suse/media-venus-dec-Fix-handling-of-the-start-cmd.patch
	patches.suse/regmap-cache-Return-error-in-cache-sync-operations-f.patch
	patches.suse/regulator-core-Shorten-off-on-delay-us-for-always-on.patch
	patches.suse/regulator-core-Consistently-set-mutex_owner-when-usi.patch
	patches.suse/regulator-core-Avoid-lockdep-reports-when-resolving-.patch
	patches.suse/regulator-stm32-pwr-fix-of_iomap-leak.patch
	patches.suse/mtd-core-provide-unique-name-for-nvmem-device-take-t.patch
	patches.suse/mtd-core-fix-nvmem-error-reporting.patch
	patches.suse/mtd-core-fix-error-path-for-nvmem-provider.patch
	patches.suse/mtd-spi-nor-Fix-a-trivial-typo.patch
	patches.suse/memstick-r592-Fix-UAF-bug-in-r592_remove-due-to-race.patch
	patches.suse/mmc-sdhci-of-esdhc-fix-quirk-to-ignore-command-inhib.patch
	patches.suse/mailbox-zynqmp-Fix-IPI-isr-handling.patch
	patches.suse/mailbox-zynqmp-Fix-typo-in-IPI-documentation.patch
	patches.suse/remoteproc-stm32-Call-of_node_put-on-iteration-error.patch
	patches.suse/remoteproc-st-Call-of_node_put-on-iteration-error.patch
	patches.suse/remoteproc-imx_rproc-Call-of_node_put-on-iteration-e.patch
	patches.suse/remoteproc-stm32_rproc-Add-mutex-protection-for-work.patch
	patches.suse/dt-bindings-remoteproc-stm32-rproc-Typo-fix.patch
	patches.suse/hwmon-k10temp-Check-range-scale-when-CUR_TEMP-regist.patch
	patches.suse/hwmon-adt7475-Use-device_property-APIs-when-configur.patch
	patches.suse/hwmon-pmbus-fsp-3y-Fix-functionality-bitmask-in-FSP-.patch
	patches.suse/ACPICA-Avoid-undefined-behavior-applying-zero-offset.patch
	patches.suse/ACPICA-ACPICA-check-null-return-of-ACPI_ALLOCATE_ZER.patch
	patches.suse/ACPI-processor-Fix-evaluating-_PDC-method-when-runni.patch
	patches.suse/ACPI-VIOT-Initialize-the-correct-IOMMU-fwspec.patch
	patches.suse/ACPI-EC-Fix-oops-when-removing-custom-query-handlers.patch
	patches.suse/ACPI-bus-Ensure-that-notify-handlers-are-not-running.patch
	patches.suse/crypto-safexcel-Cleanup-ring-IRQ-workqueues-on-load-.patch
	patches.suse/crypto-caam-Clear-some-memory-in-instantiate_rng.patch
	patches.suse/crypto-sa2ul-Select-CRYPTO_DES.patch
	patches.suse/crypto-drbg-Only-fail-when-jent-is-unavailable-in-FI.patch
	patches.suse/s390-dasd-fix-hanging-blockdevice-after-request-requeue.patch
	patches.suse/nvmet-fix-Identify-Namespace-handling.patch
	patches.suse/nvmet-fix-Identify-Controller-handling.patch
	patches.suse/nvmet-fix-Identify-Active-Namespace-ID-list-handling.patch
	patches.suse/nvmet-fix-I-O-Command-Set-specific-Identify-Controll.patch
	patches.suse/nvme-fix-async-event-trace-event.patch
	patches.suse/nvme-fcloop-fix-inconsistent-IN-HARDIRQ-W-HARDIRQ-ON.patch
	patches.suse/scsi-lpfc-Prevent-lpfc_debugfs_lockstat_write-buffer.patch
	patches.suse/scsi-lpfc-Reorder-freeing-of-various-DMA-buffers-and.patch
	patches.suse/scsi-lpfc-Fix-lockdep-warning-for-rx_monitor-lock-wh.patch
	patches.suse/scsi-lpfc-Record-LOGO-state-with-discovery-engine-ev.patch
	patches.suse/scsi-lpfc-Defer-issuing-new-PLOGI-if-received-RSCN-b.patch
	patches.suse/scsi-lpfc-Correct-used_rpi-count-when-devloss-tmo-fi.patch
	patches.suse/scsi-lpfc-Skip-waiting-for-register-ready-bits-when-.patch
	patches.suse/scsi-lpfc-Revise-lpfc_error_lost_link-reason-code-ev.patch
	patches.suse/scsi-lpfc-Update-lpfc-version-to-14.2.0.11.patch
	patches.suse/scsi-lpfc-Copyright-updates-for-14.2.0.11-patches.patch
	patches.suse/scsi-lpfc-Drop-redundant-pci_enable_pcie_error_repor.patch
	patches.suse/scsi-lpfc-Fix-ioremap-issues-in-lpfc_sli4_pci_mem_se.patch
	patches.suse/scsi-lpfc-Silence-an-incorrect-device-output.patch
	patches.suse/wifi-brcmfmac-support-CQM-RSSI-notification-with-old.patch
	patches.suse/wifi-brcmfmac-cfg80211-Pass-the-PMK-in-binary-instea.patch
	patches.suse/wifi-rtw88-mac-Return-the-original-error-from-rtw_pw.patch
	patches.suse/wifi-rtw88-mac-Return-the-original-error-from-rtw_ma.patch
	patches.suse/wifi-mac80211-adjust-scan-cancel-comment-check.patch
	patches.suse/net-mana-Add-new-MANA-VF-performance-counters-for-ea.patch
	patches.suse/wifi-brcmfmac-slab-out-of-bounds-read-in-brcmf_get_a.patch
	patches.suse/wifi-ath6kl-minor-fix-for-allocation-size.patch
	patches.suse/wifi-ath-Silence-memcpy-run-time-false-positive-warn.patch
	patches.suse/wifi-ath9k-hif_usb-fix-memory-leak-of-remain_skbs.patch
	patches.suse/wifi-ath5k-fix-an-off-by-one-check-in-ath5k_eeprom_r.patch
	patches.suse/wifi-ath6kl-reduce-WARN-to-dev_dbg-in-callback.patch
	patches.suse/wifi-rtl8xxxu-RTL8192EU-always-needs-full-init.patch
	patches.suse/net-qrtr-correct-types-of-trace-event-parameters.patch
	patches.suse/wifi-rtlwifi-fix-incorrect-error-codes-in-rtl_debugf.patch
	patches.suse/wifi-rtlwifi-fix-incorrect-error-codes-in-rtl_debugf-5dbe1f8eb8c5.patch
	patches.suse/wifi-rtw89-fix-potential-race-condition-between-napi.patch
	patches.suse/wifi-rt2x00-Fix-memory-leak-when-handling-surveys.patch
	patches.suse/selftests-xsk-Disable-IPv6-on-VETH1.patch
	patches.suse/net-mana-Use-napi_build_skb-in-RX-path.patch
	patches.suse/net-mana-Refactor-RX-buffer-allocation-code-to-prepa.patch
	patches.suse/net-mana-Enable-RX-path-to-handle-various-MTU-sizes.patch
	patches.suse/net-mana-Add-support-for-jumbo-frame.patch
	patches.suse/wifi-iwlwifi-fix-duplicate-entry-in-iwl_dev_info_tab.patch
	patches.suse/wifi-iwlwifi-debug-fix-crash-in-__iwl_err.patch
	patches.suse/wifi-iwlwifi-trans-don-t-trigger-d3-interrupt-twice.patch
	patches.suse/wifi-iwlwifi-mvm-don-t-set-CHECKSUM_COMPLETE-for-uns.patch
	patches.suse/wifi-iwlwifi-pcie-fix-possible-NULL-pointer-derefere.patch
	patches.suse/wifi-iwlwifi-yoyo-skip-dump-correctly-on-hw-error.patch
	patches.suse/wifi-iwlwifi-yoyo-Fix-possible-division-by-zero.patch
	patches.suse/wifi-iwlwifi-mvm-initialize-seq-variable.patch
	patches.suse/wifi-iwlwifi-fw-move-memset-before-early-return.patch
	patches.suse/wifi-iwlwifi-pcie-Fix-integer-overflow-in-iwl_write_.patch
	patches.suse/wifi-iwlwifi-make-the-loop-for-card-preparation-effe.patch
	patches.suse/wifi-iwlwifi-mvm-check-firmware-response-size.patch
	patches.suse/wifi-iwlwifi-dvm-Fix-memcpy-detected-field-spanning-.patch
	patches.suse/wifi-iwlwifi-fw-fix-memory-leak-in-debugfs.patch
	patches.suse/wifi-mt76-handle-failure-of-vzalloc-in-mt7615_coredu.patch
	patches.suse/wifi-mt76-add-missing-locking-to-protect-against-con.patch
	patches.suse/wifi-mt76-mt7921e-Set-memory-space-enable-in-PCI_COM.patch
	patches.suse/wifi-mt76-mt7921e-fix-probe-timeout-after-reboot.patch
	patches.suse/wifi-mt76-fix-6GHz-high-channel-not-be-scanned.patch
	patches.suse/wifi-mt76-mt7921e-improve-reliability-of-dma-reset.patch
	patches.suse/wifi-ath11k-Fix-SKB-corruption-in-REO-destination-ri.patch
	patches.suse/Bluetooth-btintel-Add-LE-States-quirk-support.patch
	patches.suse/Revert-Bluetooth-btsdio-fix-use-after-free-bug-in-bt.patch
	patches.suse/Bluetooth-L2CAP-fix-bad-unlock-balance-in-l2cap_disc.patch
	patches.suse/bluetooth-Perform-careful-capability-checks-in-hci_s.patch
	patches.suse/net-mana-Rename-mana_refill_rxoob-and-remove-some-em.patch
	patches.suse/net-mana-Check-if-netdev-napi_alloc_frag-returns-sin.patch
	patches.suse/ixgbe-Allow-flow-hash-to-be-set-via-ethtool.patch
	patches.suse/ixgbe-Enable-setting-RSS-table-to-default-values.patch
	patches.suse/drm-panel-otm8009a-Set-backlight-parent-to-panel-dev.patch
	patches.suse/PCI-EDR-Clear-Device-Status-after-EDR-error-recovery.patch
	patches.suse/PCI-pciehp-Fix-AB-BA-deadlock-between-reset_lock-and.patch
	patches.suse/PCI-imx6-Install-the-fault-handler-only-on-compatibl.patch
	patches.suse/PCI-qcom-Fix-the-incorrect-register-usage-in-v2.7.0-.patch
	patches.suse/ASoC-cs35l41-Only-disable-internal-boost.patch
	patches.suse/ASoC-es8316-Handle-optional-IRQ-assignment.patch
	patches.suse/ASoC-fsl_mqs-move-of_node_put-to-the-correct-locatio.patch
	patches.suse/spi-qup-Don-t-skip-cleanup-in-remove-s-error-path.patch
	patches.suse/spi-fsl-spi-Fix-CPM-QE-mode-Litte-Endian.patch
	patches.suse/spi-cadence-quadspi-fix-suspend-resume-implementatio.patch
	patches.suse/ipmi-ssif-Add-send_retries-increment.patch
	patches.suse/ipmi-fix-SSIF-not-responding-under-certain-cond.patch
	patches.suse/i2c-cadence-cdns_i2c_master_xfer-Fix-runtime-PM-leak.patch
	patches.suse/HID-logitech-hidpp-Don-t-use-the-USB-serial-for-USB-.patch
	patches.suse/HID-logitech-hidpp-Reconcile-USB-and-Unifying-serial.patch
	patches.suse/HID-wacom-Set-a-default-resolution-for-older-tablets.patch
	patches.suse/HID-wacom-generic-Set-battery-quirk-only-when-we-see.patch
	patches.suse/usb-host-xhci-rcar-remove-leftover-quirk-handling.patch
	patches.suse/usb-dwc3-gadget-Change-condition-for-processing-susp.patch
	patches.suse/usb-gadget-udc-renesas_usb3-Fix-use-after-free-bug-i.patch
	patches.suse/usb-chipidea-imx-avoid-unnecessary-probe-defer.patch
	patches.suse/USB-serial-option-add-UNISOC-vendor-and-TOZED-LT70C-.patch
	patches.suse/usb-gadget-tegra-xudc-Fix-crash-in-vbus_draw.patch
	patches.suse/xhci-fix-debugfs-register-accesses-while-suspended.patch
	patches.suse/USB-dwc3-fix-runtime-pm-imbalance-on-probe-errors.patch
	patches.suse/USB-dwc3-fix-runtime-pm-imbalance-on-unbind.patch
	patches.suse/usb-chipidea-fix-missing-goto-in-ci_hdrc_probe.patch
	patches.suse/usb-mtu3-fix-kernel-panic-at-qmu-transfer-done-irq-h.patch
	patches.suse/usb-dwc3-gadget-Stall-and-restart-EP0-if-host-is-unr.patch
	patches.suse/USB-core-Add-routines-for-endpoint-checks-in-old-dri.patch
	patches.suse/serial-8250_bcm7271-Fix-arbitration-handling.patch
	patches.suse/tty-Prevent-writing-chars-during-tcsetattr-TCSADRAIN.patch
	patches.suse/tty-serial-fsl_lpuart-adjust-buffer-length-to-the-in.patch
	patches.suse/serial-8250-Add-missing-wakeup-event-reporting.patch
	patches.suse/drivers-staging-rtl8723bs-Fix-locking-in-_rtw_join_t.patch
	patches.suse/drivers-staging-rtl8723bs-Fix-locking-in-rtw_scan_ti.patch
	patches.suse/staging-iio-resolver-ads1210-fix-config-mode.patch
	patches.suse/staging-rtl8192e-Fix-W_DISABLE-does-not-work-after-s.patch
	patches.suse/driver-core-Don-t-require-dynamic_debug-for-initcall.patch
	patches.suse/fpga-bridge-fix-kernel-doc-parameter-description.patch
	patches.suse/vmci_host-fix-a-race-condition-in-vmci_host_poll-cau.patch
	patches.suse/dt-bindings-nvmem-qcom-spmi-sdam-fix-example-reg-pro.patch
	patches.suse/dt-bindings-iio-ti-tmp117-fix-documentation-link.patch
	patches.suse/firmware-stratix10-svc-Fix-an-NULL-vs-IS_ERR-bug-in-.patch
	patches.suse/pstore-Revert-pmsg_lock-back-to-a-normal-mutex.patch
	patches.suse/virtio_ring-don-t-update-event-idx-on-get_buf.patch
	patches.suse/ring-buffer-Ensure-proper-resetting-of-atomic-variables-in-ring_buffer_reset_online_cpus.patch
	patches.suse/ring-buffer-Sync-IRQ-works-before-buffer-destruction.patch
	patches.suse/powerpc-rtas-use-memmove-for-potentially-overlapping.patch
	patches.suse/powerpc-64-Always-build-with-128-bit-long-double.patch
	patches.suse/workqueue-Fix-hung-time-report-of-worker-pools.patch
	patches.suse/workqueue-Warn-when-a-new-worker-could-not-be-create.patch
	patches.suse/workqueue-Interrupted-create_worker-is-not-a-repeate.patch
	patches.suse/workqueue-Warn-when-a-rescuer-could-not-be-created.patch
	patches.suse/workqueue-Print-backtraces-from-CPUs-with-hung-CPU-b.patch
	patches.suse/clocksource-drivers-davinci-Fix-memory-leak-in-davin.patch
	patches.suse/swiotlb-relocate-PageHighMem-test-away-from-rmem_swi.patch
	patches.suse/xfs-verify-buffer-contents-when-we-skip-log-replay.patch
	patches.suse/NFS-Cleanup-unused-rpc_clnt-variable.patch
	patches.suse/IB-hifi1-add-a-null-check-of-kzalloc_node-in-hfi1_ip.patch
	patches.suse/RDMA-siw-Fix-potential-page_array-out-of-range-acces.patch
	patches.suse/RDMA-rdmavt-Delete-unnecessary-NULL-check.patch
	patches.suse/RDMA-mlx4-Prevent-shift-wrapping-in-set_user_sq_size.patch
	patches.suse/RDMA-rxe-Remove-tasklet-call-from-rxe_cq.c.patch
	patches.suse/RDMA-siw-Remove-namespace-check-from-siw_netdev_even.patch
	patches.suse/RDMA-cm-Trace-icm_send_rej-event-before-the-cm-state.patch
	patches.suse/RDMA-srpt-Add-a-check-for-valid-mad_agent-pointer.patch
	patches.suse/IB-hfi1-Fix-SDMA-mmu_rb_node-not-being-evicted-in-LR.patch
	patches.suse/IB-hfi1-Fix-bugs-with-non-PAGE_SIZE-end-multi-iovec-.patch
	patches.suse/RDMA-mlx5-Fix-flow-counter-query-via-DEVX.patch
	patches.suse/RDMA-mlx5-Use-correct-device-num_ports-when-modify-D.patch
	patches.suse/clk-at91-clk-sam9x60-pll-fix-return-value-check.patch
	patches.suse/clk-tegra20-fix-gcc-7-constant-overflow-warning.patch
	patches.suse/clk-add-missing-of_node_put-in-assigned-clocks-prope.patch
	patches.suse/clk-rockchip-rk3399-allow-clk_cifout-to-force-clk_ci.patch
	patches.suse/dt-bindings-mailbox-qcom-apcs-kpss-global-fix-SDX55-.patch
	patches.suse/clk-qcom-gcc-sm8350-fix-PCIe-PIPE-clocks-handling.patch
	patches.suse/power-supply-generic-adc-battery-fix-unit-scaling.patch
	patches.suse/rtc-omap-include-header-for-omap_rtc_power_off_progr.patch
	patches.suse/rtc-meson-vrtc-Use-ktime_get_real_ts64-to-get-the-cu.patch
	patches.suse/KVM-arm64-Limit-length-in-kvm_vm_ioctl_mte_copy_tags-to-INT_MAX.patch
	patches.suse/KVM-SVM-Fix-benign-bool-vs.-int-comparison-in-svm_se.patch
	patches.suse/KVM-x86-Remove-a-redundant-guest-cpuid-check-in-kvm_.patch
	patches.suse/KVM-VMX-Use-is_64_bit_mode-to-check-64-bit-mode-in-S.patch
	patches.suse/KVM-nVMX-Emulate-NOPs-in-L2-and-PAUSE-if-it-s-not-in.patch
	patches.suse/Input-hp_sdc_rtc-mark-an-unused-function-as-__maybe_.patch
	patches.suse/Input-raspberrypi-ts-fix-refcount-leak-in-rpi_ts_pro.patch
	patches.suse/Input-xpad-add-constants-for-GIP-interface-numbers.patch
	patches.suse/leds-TI_LMU_COMMON-select-REGMAP-instead-of-dependin.patch
	patches.suse/leds-Fix-reference-to-led_set_brightness-in-doc.patch
	patches.suse/leds-tca6507-Fix-error-handling-of-using-fwnode_prop.patch
	patches.suse/mfd-tqmx86-Do-not-access-I2C_DETECT-register-through.patch
	patches.suse/mfd-tqmx86-Correct-board-names-for-TQMxE39x.patch
	patches.suse/mfd-dln2-Fix-memory-leak-in-dln2_probe.patch
	patches.suse/pinctrl-qcom-lpass-lpi-set-output-value-before-enabl.patch
	patches.suse/pinctrl-renesas-r8a779a0-Remove-incorrect-AVB-01-pin.patch
	patches.suse/dmaengine-mv_xor_v2-Fix-an-error-code.patch
	patches.suse/dma-gpi-remove-spurious-unlock-in-gpi_ch_init.patch
	patches.suse/dmaengine-dw-edma-Fix-to-change-for-continuous-trans.patch
	patches.suse/dmaengine-dw-edma-Fix-to-enable-to-issue-dma-request.patch
	patches.suse/dmaengine-at_xdmac-do-not-enable-all-cyclic-channels.patch
	patches.suse/phy-tegra-xusb-Add-missing-tegra_xusb_port_unregiste.patch
	patches.suse/soundwire-qcom-correct-setting-ignore-bit-on-v1.5.1.patch
	patches.suse/pwm-meson-Fix-axg-ao-mux-parents.patch
	patches.suse/pwm-meson-Fix-g12a-ao-clk81-name.patch
	patches.suse/PM-hibernate-Turn-snapshot_test-into-global-variable.patch
	patches.suse/PM-hibernate-Do-not-get-block-device-exclusively-in-.patch
	patches.suse/watchdog-dw_wdt-Fix-the-error-handling-path-of-dw_wd.patch
	patches.suse/drm-amd-display-Fix-hang-when-skipping-modeset.patch
	patches.suse/drm-amd-display-fix-flickering-caused-by-S-G-mode.patch
	patches.suse/drm-amdgpu-add-a-missing-lock-for-AMDGPU_SCHED.patch
	patches.suse/tracing-Fix-permissions-for-the-buffer_percent-file.patch
	patches.suse/i2c-tegra-Fix-PEC-support-for-SMBUS-block-read.patch
	patches.suse/i2c-omap-Fix-standard-mode-false-ACK-readings.patch
	patches.suse/ixgbe-Fix-panic-during-XDP_TX-with-64-CPUs.patch
	patches.suse/selftests-srv6-make-srv6_end_dt46_l3vpn_test-more-ro.patch
	patches.suse/r8152-fix-flow-control-issue-of-RTL8156A.patch
	patches.suse/r8152-fix-the-poor-throughput-for-2.5G-devices.patch
	patches.suse/r8152-move-setting-r8153b_rx_agg_chg_indicate.patch
	patches.suse/sfc-Fix-module-EEPROM-reporting-for-QSFP-modules.patch
	patches.suse/netfilter-nf_tables-deactivate-anonymous-set-from-pr.patch
	patches.suse/igc-read-before-write-to-SRRCTL-register.patch
	patches.suse/virtio_net-suppress-cpu-stall-when-free_unused_bufs.patch
	patches.suse/ALSA-hda-realtek-Add-quirk-for-ThinkPad-P1-Gen-6.patch
	patches.suse/ALSA-hda-realtek-Add-quirk-for-ASUS-UM3402YAR-using-.patch
	patches.suse/ALSA-hda-realtek-support-HP-Pavilion-Aero-13-be0xxx-.patch
	patches.suse/ALSA-usb-audio-Add-quirk-for-Pioneer-DDJ-800.patch
	patches.suse/ALSA-caiaq-input-Add-error-handling-for-unsupported-.patch
	patches.suse/ALSA-hda-realtek-Fix-mute-and-micmute-LEDs-for-an-HP.patch
	patches.suse/nilfs2-fix-infinite-loop-in-nilfs_mdt_get_block.patch
	patches.suse/nilfs2-do-not-write-dirty-data-after-degenerating-to.patch
	patches.suse/crypto-sun8i-ss-Fix-a-test-in-sun8i_ss_setup_ivs.patch
	patches.suse/platform-x86-thinkpad_acpi-Fix-platform-profiles-on-.patch
	patches.suse/platform-x86-touchscreen_dmi-Add-upside-down-quirk-f.patch
	patches.suse/platform-x86-touchscreen_dmi-Add-info-for-the-Dexp-U.patch
	patches.suse/gve-Remove-the-code-of-clearing-PBA-bit.patch
	patches.suse/docs-networking-fix-x25-iface.rst-heading-index-orde.patch
	patches.suse/drm-mipi-dsi-Set-the-fwnode-for-mipi_dsi_device.patch
	patches.suse/drm-i915-dp-prevent-potential-div-by-zero.patch
	patches.suse/drm-amdgpu-Fix-vram-recover-doesn-t-work-after-whole.patch
	patches.suse/drm-amdgpu-disable-sdma-ecc-irq-only-when-sdma-RAS-i.patch
	patches.suse/drm-amdgpu-gfx-disable-gfx9-cp_ecc_error_irq-only-wh.patch
	patches.suse/fbdev-arcfb-Fix-error-handling-in-arcfb_probe.patch
	patches.suse/ARM-9296-1-HP-Jornada-7XX-fix-kernel-doc-warnings.patch
	patches.suse/selftests-sgx-Add-test_encl.elf-to-TEST_FILES.patch
	patches.suse/media-netup_unidvb-fix-use-after-free-at-del_timer.patch
	patches.suse/media-ttusb-dec-fix-memory-leak-in-ttusb_dec_exit_dv.patch
	patches.suse/media-dvb-core-Fix-use-after-free-on-race-condition-.patch
	patches.suse/media-dvb-core-Fix-use-after-free-due-on-race-condit.patch
	patches.suse/media-dvb-core-Fix-use-after-free-due-to-race-at-dvb.patch
	patches.suse/media-dvb-core-Fix-kernel-WARNING-for-blocking-opera.patch
	patches.suse/media-dvb-core-Fix-use-after-free-due-to-race-condit.patch
	patches.suse/selftests-seg6-disable-DAD-on-IPv6-router-cfg-for-sr.patch
	patches.suse/selftets-seg6-disable-rp_filter-by-default-in-srv6_e.patch
	patches.suse/can-isotp-recvmsg-allow-MSG_CMSG_COMPAT-flag.patch
	patches.suse/can-j1939-recvmsg-allow-MSG_CMSG_COMPAT-flag.patch
	patches.suse/cassini-Fix-a-memory-leak-in-the-error-handling-path.patch
	patches.suse/wifi-mac80211-fix-min-center-freq-offset-tracing.patch
	patches.suse/wifi-iwlwifi-mvm-fix-cancel_delayed_work_sync-deadlo.patch
	patches.suse/wifi-iwlwifi-fw-fix-DBGI-dump.patch
	patches.suse/wifi-iwlwifi-fix-OEM-s-name-in-the-ppag-approved-lis.patch
	patches.suse/wifi-iwlwifi-mvm-fix-OEM-s-name-in-the-tas-approved-.patch
	patches.suse/wifi-iwlwifi-mvm-don-t-trust-firmware-n_channels.patch
	patches.suse/can-kvaser_pciefd-Set-CAN_STATE_STOPPED-in-kvaser_pc.patch
	patches.suse/can-kvaser_pciefd-Clear-listen-only-bit-if-not-expli.patch
	patches.suse/can-kvaser_pciefd-Call-request_irq-before-enabling-i.patch
	patches.suse/can-kvaser_pciefd-Empty-SRB-buffer-in-probe.patch
	patches.suse/can-kvaser_pciefd-Do-not-send-EFLUSH-command-on-TFD-.patch
	patches.suse/can-kvaser_pciefd-Disable-interrupts-in-probe-error-.patch
	patches.suse/ALSA-hda-realtek-Add-quirk-for-Clevo-L140AU.patch
	patches.suse/ALSA-hda-realtek-Add-quirk-for-2nd-ASUS-GU603.patch
	patches.suse/ALSA-hda-realtek-Add-a-quirk-for-HP-EliteDesk-805.patch
	patches.suse/ALSA-hda-realtek-Add-quirk-for-HP-EliteBook-G10-lapt.patch
	patches.suse/ALSA-firewire-digi00x-prevent-potential-use-after-fr.patch
	patches.suse/ALSA-usb-audio-Add-a-sample-rate-workaround-for-Line.patch
	patches.suse/ALSA-hda-realtek-Apply-HP-B-O-top-speaker-profile-to.patch
	patches.suse/ALSA-hda-realtek-Fix-mute-and-micmute-LEDs-for-yet-a.patch
	patches.suse/ASoC-fsl_micfil-Fix-error-handler-with-pm_runtime_en.patch
	patches.suse/ALSA-hda-Fix-Oops-by-9.1-surround-channel-names.patch
	patches.suse/ALSA-cs46xx-mark-snd_cs46xx_download_image-as-static.patch
	patches.suse/ALSA-hda-Add-NVIDIA-codec-IDs-a3-through-a7-to-patch.patch
	patches.suse/s390-qdio-fix-do_sqbs-inline-assembly-constraint.patch
	patches.suse/Documentation-filesystems-sharedsubtree-add-section-.patch
	patches.suse/Documentation-filesystems-ramfs-rootfs-initramfs-use.patch
	patches.suse/drm-exynos-fix-g2d_open-close-helper-function-defini.patch
	patches.suse/drm-msm-dp-unregister-audio-driver-during-unbind.patch
	patches.suse/drm-msm-dpu-Move-non-MDP_TOP-INTF_INTR-offsets-out-o.patch
	patches.suse/drm-msm-dpu-Remove-duplicate-register-defines-from-I.patch
	patches.suse/usb-dwc3-gadget-Improve-dwc3_gadget_suspend-and-dwc3.patch
	patches.suse/usb-dwc3-debugfs-Resume-dwc3-before-accessing-regist.patch
	patches.suse/usb-typec-altmodes-displayport-fix-pin_assignment_sh.patch
	patches.suse/usb-gadget-u_ether-Fix-host-MAC-address-case.patch
	patches.suse/xhci-pci-Only-run-d3cold-avoidance-quirk-for-s2idle.patch
	patches.suse/xhci-Fix-incorrect-tracking-of-free-space-on-transfe.patch
	patches.suse/thunderbolt-Clear-registers-properly-when-auto-clear.patch
	patches.suse/serial-arc_uart-fix-of_iomap-leak-in-arc_serial_prob.patch
	patches.suse/serial-8250_bcm7271-balance-clk_enable-calls.patch
	patches.suse/serial-8250_bcm7271-fix-leak-in-brcmuart_probe.patch
	patches.suse/serial-qcom-geni-fix-enabling-deactivated-interrupt.patch
	patches.suse/vc_screen-reload-load-of-struct-vc_data-pointer-in-v.patch
	patches.suse/fbdev-udlfb-Fix-endpoint-check.patch
	patches.suse/powerpc-iommu-DMA-address-offset-is-incorrectly-calc.patch
	patches.suse/mmc-sdhci-esdhc-imx-make-no-mmc-hs400-works.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/char-pcmcia-synclink_cs-Fix-use-after-free-in-mgslpc.patch
	patches.suse/keys-Fix-linking-a-duplicate-key-to-a-keyring-s-asso.patch
	patches.suse/iwlwifi-cfg-Add-missing-MODULE_FIRMWARE-for-pnvm.patch
	patches.suse/x86-alternative-Make-debug-alternative-selective.patch
	patches.suse/x86-alternative-Support-relocations-in-alternatives.patch
	patches.suse/x86-lib-memmove-Decouple-ERMS-from-FSRM.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
+ptesarik +sp4_needs_review 	patches.suse/s390-sles15sp2-kdump-fix-out-of-memory-with-PCI.patch

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

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

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

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

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

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

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

	# 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

	# Move to sorted when merged
	patches.suse/locking-rwbase-Mitigate-indefinite-writer-starvation.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
	patches.suse/smaps_rollup-fix-no-vmas-null-deref.patch

	# bsc#1210034
	patches.suse/mm-page_alloc-skip-regions-with-hugetlbfs-pages-when-allocating-1G-pages.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
	patches.suse/revert-btrfs-props-change-how-empty-value-is-interpr.patch

	# ext[2-4]
	patches.suse/ext4-dont-warn-when-enabling-DAX.patch
	patches.suse/ext4-unsupported-features.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
	patches.suse/NFSv3-handle-out-of-order-write-replies.patch
	patches.suse/SUNRPC-Fix-NFSD-s-request-deferral-on-RDMA-transport-FIX.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

	# 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-guest-os-id.patch
	patches.suse/suse-hv-pci-hyperv-fix-a-race-condition-bug-in-hv_pci_query_relations.patch
	patches.suse/suse-hv-pci-hyperv-Fix-a-race-condition-in-hv_irq_unmask-that-can-cause-panic.patch
	patches.suse/suse-hv-pci-hyperv-Remove-the-useless-hv_pcichild_state-from-struct-hv_pci_dev.patch
	patches.suse/suse-hv-pci-hyperv-Revert-PCI-hv-Fix-a-timing-issue-which-causes-kdump-to-fail-occasionally.patch
	patches.suse/suse-hv-pci-hyperv-Add-a-per-bus-mutex-state_lock.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/0002-drm-ast-Create-the-driver-for-ASPEED-proprietory-Dis.patch
	patches.suse/0001-firmware-sysfb-Add-parameter-to-enable-sysfb-support.patch
	patches.suse/0001-drm-vmwgfx-Avoid-NULL-ptr-deref-in-vmw_cmd_dx_define.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

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

	# bsc#1166486
	patches.suse/nvdimm-disable-namespace-on-error.patch

	# bsc#1177529
	patches.suse/Avoid-deadlock-for-recursive-I-O-on-dm-thin-when-used-as-swap-4905.patch

	patches.suse/sbitmap-avoid-lockups-when-waker-gets-preempted.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

	# Bluetooth
	# Bug 1209052 - CVE-2023-28464: kernel-source: double free in hci_conn_cleanup()
	patches.suse/Bluetooth-Fix-double-free-in-hci_conn_cleanup.patch

	########################################################
	# Wireless networking drivers
	########################################################
	patches.suse/b43-missing-firmware-info.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

	########################################################
	# 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
	########################################################
	patches.suse/HID-microsoft-Add-rumble-support-to-latest-xbox-cont.patch

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

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

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

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

	########################################################
	# Livepatching
	########################################################
	patches.suse/livepatch-mark-the-kernel-unsupported-when-disabling.patch
	patches.suse/livepatch-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/crypto-add-suse_kabi_padding.patch
	patches.suse/fpga-add-kABI-padding.patch
	patches.suse/x86-cpufeatures-add-kabi-padding.patch
	patches.suse/hdaudio-suse-kabi-padding.patch
	patches.suse/asoc-suse-kabi-padding.patch
	patches.suse/arch-arm64-mm_context-t-placeholder.patch
	patches.suse/powerpc-Add-kABI-placeholder-to-struct-pci_controlle.patch
	patches.suse/typeC-Add-kABI-placeholders.patch
	patches.suse/scsi-kabi-add-suse_kabi_padding-to-scsi-template-structs.patch
	patches.suse/drm-Add-kabi-placeholders-to-commonly-used-structs.patch
	patches.suse/kABI-padding-for-qat.patch
	patches.suse/kABI-padding-for-generic-crypto.patch
	patches.suse/kABI-padding-for-bpf.patch
	patches.suse/rfkill-add-kABI-padding.patch

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

	patches.kabi/arm64-kvm-keep-the-field-workaround_flags-in-structu.patch
	patches.kabi/NFS-pass-cred-explicitly-for-access-tests.patch
	patches.kabi/acpi_ec-struct-forward-compat.patch
	patches.kabi/iio-accel-fxls8962af-kabi-compat.patch
	patches.kabi/kABI-fix-rndis_parameters-locking.patch
	patches.kabi/fuse-handle-kabi-change-in-struct-fuse_args.patch
	patches.kabi/kABI-Fix-kABI-after-x86-mm-cpa-Generalize-__set_memo.patch
	patches.kabi/ALSA-kABI-workaround-for-snd_pcm_runtime-changes.patch
	patches.kabi/scsi-iscsi-fix-iscsi_cls_conn-changes.patch
	patches.kabi/scsi-iscsi-fix-iscsi_endpoint-changes.patch
	patches.kabi/net-ax25_dev-kabi-workaround.patch
	patches.kabi/x86-unwind-kABI-workround-for-unwind_state-changes.patch
	patches.kabi/powerpc-powernv-kABI-add-back-powernv_get_random_lon.patch
	patches.kabi/kABI-Add-back-removed-struct-paca-member.patch
	patches.kabi/scsi-kabi-fc_host_fpin_rcv.patch

	patches.kabi/SUNRPC-Do-not-dereference-non-socket-transports-in-kabi.patch
	patches.kabi/block-fixup-kabi-after-blkcg-merge.patch
	patches.kabi/Revert-NFSv4-Handle-the-special-Linux-file-open-acce.kabi

	patches.kabi/scsi-block-pm-fix-blk_post_runtime_resume-args.patch
	patches.kabi/pci-quirks-kABI-workaround.patch

	patches.kabi/kABI-ivtv-restore-caps-member.patch
	patches.kabi/mlx5-kabi-protect-lag_mp.patch
	patches.kabi/sched-pasid-add-kabi-workaround.patch

	patches.kabi/kABI-Fix-kABI-after-CVE-2022-0171-backport.patch
	patches.kabi/lockdown-kABI-workaround-for-lockdown_reason-changes.patch

	patches.kabi/hide-appended-member-supports_dynamic_smps_6ghz.patch
	patches.kabi/jbd2-fake-debug-exports.patch
	patches.kabi/ice-kabi-protect_ic_pf.patch
	patches.kabi/kabi-return-type-change-of-secure_ipv-46-_port_ephem.patch
	patches.kabi/sctp-handle-kabi-change-in-struct-sctp_endpoint.patch
	patches.kabi/sysctl_run_estimation-kabi-workaround.patch
	patches.kabi/kABI-i2c-smbus-restore-of-alert-variant.patch

	patches.kabi/kABI-fix-change-of-iscsi_host_remove-arguments.patch
	patches.kabi/kABI-fix-removal-of-iscsi_destroy_conn.patch
	patches.kabi/kABI-scsi-libiscsi-fix-removal-of-iscsi_create_conn.patch

	patches.kabi/kABI-fix-adding-field-to-scsi_device.patch
	patches.kabi/kABI-fix-adding-field-to-ufs_hba.patch
	patches.kabi/kABI-fix-adding-another-field-to-scsi_device.patch
	patches.kabi/KABI-cgroup-restore-KABI-of-css_set.patch

	patches.kabi/rtsx_usb-kABI-workaround.patch
	patches.kabi/phy_device-kABI-workaround.patch
	patches.kabi/snd-soc-rt5682-kABI-workaround.patch
	patches.kabi/blk-mq-fix-kabi-support-concurrent-queue-quiesce-unquiesce.patch
	patches.kabi/nvmet-kabi-fixes-for-in-band-authentication.patch
	patches.kabi/SUNRPC-Fix-NFSD-s-request-deferral-on-RDMA-transport-kabi.patch

	patches.kabi/sched-fair-Fix-cfs_rq_clock_pelt-for-throttled-cfs_rq-kabi.patch

	patches.kabi/kABI-Fix-kABI-after-mm-rmap-Fix-anon_vma-degree-ambi.patch

	patches.kabi/kABI-Fix-kABI-after-SNP-Guest-backport.patch

	patches.kabi/usb.h-struct-usb_device-hide-new-member.patch
	patches.kabi/struct-xhci_hcd-restore-member-now-dynamically-alloc.patch
	patches.kabi/struct-ehci_hcd-hide-new-element-going-into-a-hole.patch
	patches.kabi/spi-kabi-workaround.patch

	patches.kabi/NFS-Fix-another-fsync-issue-after-a-server-reboot.patch
	patches.kabi/overflow.h-restore-__ab_c_size.patch
	patches.kabi/kABI-Fix-kABI-after-bacport-always-set-kvm_run-if_flag.patch
	patches.kabi/kABI-Fix-kABI-after-backport-Refactoring-find_arch_event.patch
	patches.kabi/kABI-Fix-kABI-after-backport-Add-pmc-intr-to-refactor.patch
	patches.kabi/kABI-Fix-kABI-after-backport-Update-vPMCs-when-retiring-branch.patch
	patches.kabi/kABI-Fix-kABI-after-backport-Forcibly-leave-nested-virt.patch
	patches.kabi/kABI-Fix-kABI-after-KVM-x86-pmu-Use-different-raw-event-masks.patch
	patches.kabi/kABI-Fix-after-adding-trace_iterator.wait_index.patch
	patches.kabi/kabi-sk_buff_scm_io_uring.patch
	patches.kabi/net-smc-workarounds-for-smc_sock.patch
	patches.kabi/net-smc-workarounds-for-smc_link.patch
	patches.kabi/kABI-reintroduce-a-non-inline-usleep_range.patch
	patches.kabi/restore-m_can_lec_type.patch
	patches.kabi/scsi-iscsi-kabi-fix-libiscsi-new-field.patch
	patches.kabi/scsi-iscsi-kabi-add-iscsi_conn_queue_work-back.patch
	patches.kabi/mm-compaction-kABI-avoid-pglist_data-kABI-breakage.patch
	patches.kabi/ath11k_hwparams-hide-new-member-spectral.patch
	patches.kabi/ath11k_hw_params-reinsert-deleted-members.patch
	patches.kabi/ath11k_hw_params-unremane-cal_size.patch
	patches.kabi/acpi-ec-kABI-workaround.patch
	patches.kabi/kABI-Preserve-TRACE_EVENT_FL-values.patch
	patches.kabi/jbd2-fixup-fast-commit-kabi.patch
	patches.kabi/mbcache-entry-flags-kabi-fixup.patch
	patches.kabi/NFSv3-handle-out-of-order-write-replies.patch
	patches.kabi/kabi-workaround-for-migrate_vma.fault_page.patch
	patches.kabi/struct-uvc_device-move-flush_status-new-member-to-en.patch
	patches.kabi/NFS-Further-optimisations-for-ls-l.patch
	patches.kabi/NFSD-Have-legacy-NFSD-WRITE-decoders-use-xdr_stream_.patch
	patches.kabi/NFSv4.1-query-for-fs_location-attr-on-a-new-file-sys.patch
	patches.kabi/hid-quirks-kABI-workaround.patch
	patches.kabi/PCI-Reduce-warnings-on-possible-RW1C-corruption.patch
	patches.kabi/PCI-dwc-Add-dw_pcie_ops.host_deinit-callback.patch
	patches.kabi/NFS-nfsiod-should-not-block-forever-in-mempool_alloc.patch
	patches.kabi/NFSv4-Fix-free-of-uninitialized-nfs4_label-on-referr.patch
	patches.kabi/NFSv4-keep-state-manager-thread-active-if-swap-is-en.patch
	patches.kabi/kABI-Fix-kABI-after-backport-Emulate-RDPID-only-if-it-is-enabled.patch

	patches.kabi/struct-dwc3-mask-new-member.patch
	patches.kabi/x86-msr-Remove-.fixup-usage.patch
	patches.kabi/xhci-kabi-workaround.patch
	patches.kabi/x86-msi-Fix-msi-message-data-shadow-struct.patch
	patches.kabi/PCI-loongson-Prevent-LS7A-MRRS-increases.patch
	patches.kabi/struct-ci_hdrc-hide-new-member-at-end.patch
	patches.kabi/RDMA-mana-hide-new-rdma_driver_ids.patch
	patches.kabi/media-dvb_frontend-kabi-workaround.patch
	patches.kabi/media-dvb_net-kabi-workaround.patch
	patches.kabi/mt76_poll_msec-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.
	########################################################