File series.conf of Package kernel-source

# Kernel patches configuration file
# vim: set ts=8 sw=8 noet:
#
# There are three kinds of rules (see guards.1 for details):
# +symbol       include this patch if symbol is defined; otherwise exclude.
# -symbol       exclude this patch if symbol is defined; otherwise include.
# -             exclude this patch.
#
# Using symbols means that an entirely different source tree will be
# generated depending on which symbols are defined. This used to be
# a good thing when arch-specific patches contained conflicts with other
# patches, but we now have a policy that patches must build everywhere.
# The result is a unified source tree that allows us to do neat things
# like ship kernel module packages. Creating a divergent tree breaks
# these # so you'd better have an extraordinary reason for using them.
# For example, the openSUSE 10.3 kernel uses them for segregating the
# -rt patches until they can be integrated completely, and these are
# only applied at the very end of the series.
#
# The most common use in recent kernels is to disable a patch with a
# username as the symbol to indicate responsbility. Another use is
# to check in a patch for testing, but have it disabled in all but your
# own build environment.

	########################################################
	# Build fixes that apply to the vanilla kernel too.
	# Patches in patches.rpmify are applied to both -vanilla
	# and patched flavors.
	########################################################
	patches.rpmify/Add-ksym-provides-tool.patch
	patches.rpmify/Revert-kconfig-only-write-CONFIG_FOO-is-not-set-for-.patch
	patches.rpmify/BTF-Don-t-break-ABI-when-debuginfo-is-disabled.patch
	patches.rpmify/usrmerge-Adjust-module-path-in-the-kernel-sources.patch

	########################################################
	# The sorted section should contain all patches that are
	# either mainline backports or are already in a known
	# subystem maintainer repository so that they can be
	# sorted by git-sort scripts. Out-of-tree patches (which
	# includes any patch without Git-commit tag) belong
	# either into the "on the way to mainline" section below
	# or into one of the subsystem sections.
	########################################################

	########################################################
	# sorted patches
	########################################################
	patches.suse/fs-support-relative-paths-with-FSCONFIG_SET_STRING.patch
	patches.suse/epoll-annotate-racy-check.patch
	patches.suse/fcntl-make-F_DUPFD_QUERY-associative.patch
	patches.suse/epoll-Add-synchronous-wakeup-support-for-ep_poll_callback.patch
	patches.suse/initramfs-avoid-filename-buffer-overrun.patch
	patches.suse/cachefiles-Fix-incorrect-length-return-value-in-cachefiles.patch
	patches.suse/cachefiles-Fix-missing-pos-updates-in-cachefiles_ondemand_.patch
	patches.suse/cachefiles-Fix-NULL-pointer-dereference-in-object-file.patch
	patches.suse/netfs-fscache-Add-a-memory-barrier-for-FSCACHE_VOLUME_CREATING.patch
	patches.suse/fs-file.c-remove-sanity_check-and-add-likely-unlikel.patch
	patches.suse/fs-file.c-conditionally-clear-full_fds.patch
	patches.suse/fs-file.c-add-fast-path-in-find_next_fd.patch
	patches.suse/uaccess-add-copy_struct_to_user-helper.patch
	patches.suse/sched_getattr-port-to-copy_struct_to_user.patch
	patches.suse/block-fs-Pass-an-iocb-to-generic_atomic_write_valid.patch
	patches.suse/fs-block-Check-for-IOCB_DIRECT-in-generic_atomic_write_valid.patch
	patches.suse/fdget-trivial-conversions.patch
	patches.suse/fdget-more-trivial-conversions.patch
	patches.suse/assorted-variants-of-irqfd-setup-convert-to-CLASS-fd.patch
	patches.suse/ext4-fix-FS_IOC_GETFSMAP-handling.patch
	patches.suse/block-move-iostat-check-into-blk_acount_io_start.patch
	patches.suse/block-remove-redundant-passthrough-check-in-blk_mq_n.patch
	patches.suse/block-remove-req-part-check-for-stats-accounting.patch
	patches.suse/block-kill-blk_do_io_stat-helper.patch
	patches.suse/block-add-support-for-defining-read-only-partitions.patch
	patches.suse/block-introduce-add_disk_fwnode.patch
	patches.suse/block-add-support-for-partition-table-defined-in-OF.patch
	patches.suse/block-set-issue-time-stamp-based-on-queue-state.patch
	patches.suse/block-move-issue-side-time-stamping-to-blk_account_i.patch
	patches.suse/block-add-partition-uuid-into-uevent-as-PARTUUID.patch
	patches.suse/block-return-void-from-the-queue_sysfs_entry-load_mo.patch
	patches.suse/block-enable-passthrough-command-statistics.patch
	patches.suse/block-sed-opal-add-ioctl-IOC_OPAL_SET_SID_PW.patch
	patches.suse/block-replace-call_rcu-by-kfree_rcu-for-simple-kmem_.patch
	patches.suse/Revert-blk-throttle-Fix-IO-hang-for-a-corner-case.patch
	patches.suse/block-fix-missing-dispatching-request-when-queue-is-started-or-unquiesced.patch
	patches.suse/block-fix-ordering-between-checking-QUEUE_FLAG_QUIESCED-request-adding.patch
	patches.suse/block-fix-ordering-between-checking-BLK_MQ_S_STOPPED-request-adding.patch
	patches.suse/block-flush-all-throttled-bios-when-deleting-the-cgr.patch
	patches.suse/block-remove-redundant-explicit-memory-barrier-from-.patch
	patches.suse/blk-mq-Make-blk_mq_quiesce_tagset-hold-the-tag-list-mutex-less-long.patch
	patches.suse/blk-mq-Unexport-blk_mq_flush_busy_ctxs.patch
	patches.suse/blk-mq-add-non_owner-variant-of-start_freeze-unfreeze-queue-APIs.patch
	patches.suse/nvme-core-switch-to-non_owner-variant-of-start_freez.patch
	patches.suse/block-model-freeze-enter-queue-as-lock-for-supporting-lockdep.patch
	patches.suse/block-add-a-bdev_limits-helper.patch
	patches.suse/loop-Use-bdev-limit-helpers-for-configuring-discard.patch
	patches.suse/brd-defer-automatic-disk-creation-until-module-initi.patch
	patches.suse/blk-integrity-remove-seed-for-user-mapped-buffers.patch
	patches.suse/block-remove-zone-append-special-casing-from-the-dir.patch
	patches.suse/block-remove-bio_add_zone_append_page.patch
	patches.suse/loop-Simplify-discard-granularity-calc.patch
	patches.suse/block-update-blk_stack_limits-documentation.patch
	patches.suse/block-remove-the-max_zone_append_sectors-check-in-bl.patch
	patches.suse/md-raid5-ppl-Use-atomic64_inc_return-in-ppl_new_ioun.patch
	patches.suse/md-add-a-new-helper-rdev_blocked.patch
	patches.suse/md-don-t-wait-faulty-rdev-in-md_wait_for_blocked_rde.patch
	patches.suse/md-don-t-record-new-badblocks-for-faulty-rdev.patch
	patches.suse/md-raid1-factor-out-helper-to-handle-blocked-rdev-fr.patch
	patches.suse/md-raid1-don-t-wait-for-Faulty-rdev-in-wait_blocked_.patch
	patches.suse/md-raid10-don-t-wait-for-Faulty-rdev-in-wait_blocked.patch
	patches.suse/md-raid5-don-t-set-Faulty-rdev-for-blocked_rdev.patch
	patches.suse/md-md-bitmap-Add-missing-destroy_work_on_stack.patch
	patches.suse/block-Switch-to-using-refcount_t-for-zone-write-plugs.patch
	patches.suse/block-Replace-sprintf-with-sysfs_emit.patch
	patches.suse/block-RCU-protect-disk-conv_zones_bitmap-d7cb.patch
	patches.suse/block-Add-a-public-bdev_zone_is_seq-helper.patch
	patches.suse/block-remove-blk_freeze_queue.patch
	patches.suse/rbd-unfreeze-queue-after-marking-disk-as-dead.patch
	patches.suse/block-always-verify-unfreeze-lock-on-the-owner-task.patch
	patches.suse/block-don-t-verify-IO-lock-for-freeze-unfreeze-in-elevator_init_mq.patch
	patches.suse/loop-fix-type-of-block-size.patch
	patches.suse/md-raid5-Wait-sync-io-to-finish-before-changing-group-cnt.patch
	patches.suse/s390-dasd-Fix-redundant-proc-dasd-entries-removal.patch
	patches.suse/ublk-fix-ublk_ch_mmap-for-64K-page-size.patch
	patches.suse/block-Rework-bio_split-return-value.patch
	patches.suse/block-Error-an-attempt-to-split-an-atomic-write-in-b.patch
	patches.suse/block-Handle-bio_split-errors-in-bio_submit_split.patch
	patches.suse/md-raid0-Handle-bio_split-errors.patch
	patches.suse/md-raid1-Handle-bio_split-errors.patch
	patches.suse/md-raid10-Handle-bio_split-errors.patch
	patches.suse/block-take-chunk_sectors-into-account-in-bio_split_write_zeroes.patch
	patches.suse/block-fix-bio_split_rw_at-to-take-zone_write_granularity-into-account.patch
	patches.suse/block-lift-bio_is_zone_append-to-bio.h.patch
	patches.suse/block-pre-calculate-max_zone_append_sectors.patch
	patches.suse/block-remove-the-write_hint-field-from-struct-reques.patch
	patches.suse/block-remove-the-ioprio-field-from-struct-request.patch
	patches.suse/nvme-use-helpers-to-access-io_uring-cmd-space.patch
	patches.suse/nvme-pci-fix-freeing-of-the-HMB-descriptor-table.patch
	patches.suse/block-export-blk_validate_limits.patch
	patches.suse/btrfs-validate-queue-limits.patch
	patches.suse/nvme-pci-reverse-request-order-in-nvme_queue_rqs.patch
	patches.suse/virtio_blk-reverse-request-order-in-virtio_queue_rqs.patch
	patches.suse/block-remove-rq_list_move.patch
	patches.suse/block-add-a-rq_list-type.patch
	patches.suse/block-don-t-reorder-requests-in-blk_add_rq_to_plug.patch
	patches.suse/block-don-t-reorder-requests-in-blk_mq_add_to_batch.patch
	patches.suse/block-genhd-use-seq_put_decimal_ull-for-diskstats-de.patch
	patches.suse/block-make-struct-rq_list-available-for-CONFIG_BLOCK.patch
	patches.suse/md-raid5-Increase-r5conf.cache_name-size.patch
	patches.suse/io_uring-eventfd-abstract-out-ev_fd-put-helper.patch
	patches.suse/s390-pci-Sort-PCI-functions-prior-to-creating-virtual-busses.patch
	patches.suse/s390-pci-Use-topology-ID-for-multi-function-devices.patch
	patches.suse/s390-pci-Ignore-RID-for-isolated-VFs.patch
	patches.suse/s390-facilities-Fix-warning-about-shadow-of-global-variable.patch
	patches.suse/s390-virtio_ccw-Fix-dma_parm-pointer-not-set-up.patch
	patches.suse/s390-sclp-Allow-user-space-to-provide-PCI-reports-for-optical-modules.patch
	patches.suse/s390-pci-Expose-FIDPARM-attribute-in-sysfs.patch
	patches.suse/s390-cio-Do-not-unregister-the-subchannel-based-on-DNV.patch
	patches.suse/s390-Fix-various-typos.patch
	patches.suse/s390-pageattr-Implement-missing-kernel_page_present.patch
	patches.suse/s390-uv-Refactor-uv-sysfs-creation.patch
	patches.suse/s390-uv-Provide-host-key-hashes-in-sysfs.patch
	patches.suse/s390-uv-Use-a-constant-for-more-data-rc.patch
	patches.suse/s390-uv-Retrieve-UV-secrets-support.patch
	patches.suse/s390-uvdevice-Add-Retrieve-Secret-IOCTL.patch
	patches.suse/s390-uvdevice-Increase-indent-in-IOCTL-definitions.patch
	patches.suse/s390-uv-Retrieve-UV-secrets-sysfs-support.patch
	patches.suse/s390-zcrypt-Cleanup-include-zcrypt_api.h.patch
	patches.suse/s390-pkey-Simplify-protected-key-length-calculation-code.patch
	patches.suse/s390-pkey-Rework-pkey-verify-for-protected-keys.patch
	patches.suse/s390-pkey-Build-module-name-array-selectively-based-on-kernel-config-options.patch
	patches.suse/s390-pkey-Add-new-pkey-handler-module-pkey-uv.patch
	patches.suse/s390-cpum_sf-Handle-CPU-hotplug-remove-during-sampling.patch
	patches.suse/s390-pkey-Tolerate-larger-key-blobs.patch
	patches.suse/s390-crypto-Convert-to-reverse-x-mas-tree-rename-ret-to-rc.patch
	patches.suse/s390-crypto-Use-module-local-structures-for-protected-keys.patch
	patches.suse/s390-crypto-Generalize-parameters-for-key-conversion.patch
	patches.suse/s390-crypto-Introduce-function-for-tokenize-clearkeys.patch
	patches.suse/s390-crypto-Postpone-the-key-split-to-key-conversion.patch
	patches.suse/s390-crypto-Add-hardware-acceleration-for-full-AES-XTS-mode.patch
	patches.suse/s390-entry-Remove-__GMAP_ASCE-and-use-_PIF_GUEST_FAU.patch
	patches.suse/s390-kvm-Remove-kvm_arch_fault_in_page.patch
	patches.suse/s390-mm-fault-Handle-guest-related-program-interrupt.patch
	patches.suse/s390-kvm-Stop-using-gmap_-en-dis-able.patch
	patches.suse/s390-cpum_sf-Fix-and-protect-memory-allocation-of-SDBs-with-mutex.patch
	patches.suse/s390-kvm-Initialize-uninitialized-flags-variable.patch
	patches.suse/s390-kvm-Mask-extra-bits-from-program-interrupt-code.patch
	patches.suse/s390-uvdevice-Support-longer-secret-lists.patch
	patches.suse/s390-cmpxchg-Provide-arch_try_cmpxchg.patch
	patches.suse/s390-syscalls-Avoid-creation-of-arch-arch-directory.patch
	patches.suse/s390-cio-Externalize-full-CMG-characteristics.patch
	patches.suse/s390-asm-Helper-macros-for-flag-output-operand-handl.patch
	patches.suse/s390-kvm-Convert-to-use-flag-output-macros.patch
	patches.suse/perf-imx_perf-add-support-for-i.MX91-platform.patch
	patches.suse/arm64-Expose-ID_AA64ISAR1_EL1.XS-to-sanitised-feature-consumers.patch
	patches.suse/ACPI-GTDT-Tighten-the-check-for-the-array-of-platfor.patch
	patches.suse/arm64-fix-.data.rel.ro-size-assertion-when-CONFIG_LTO_CLANG.patch
	patches.suse/acpi-arm64-Adjust-error-handling-procedure-in-gtdt_p.patch
	patches.suse/acpi-arm64-remove-unnecessary-cast.patch
	patches.suse/arm64-tls-Fix-context-switching-of-tpidrro_el0-when-kpti-is-enabled.patch
	patches.suse/kselftest-arm64-signal-drop-now-redundant-GNU_SOURCE.patch
	patches.suse/kselftest-arm64-hwcap-fix-f8dp2-cpuinfo-name.patch
	patches.suse/kselftest-arm64-mte-fix-printf-type-warnings-about-_.patch
	patches.suse/kselftest-arm64-mte-fix-printf-type-warnings-about-l.patch
	patches.suse/kselftest-arm64-Log-fp-stress-child-startup-errors-t.patch
	patches.suse/kselftest-arm64-Fix-encoding-for-SVE-B16B16-test.patch
	patches.suse/kselftest-arm64-Don-t-leak-pipe-fds-in-pac.exec_sign.patch
	patches.suse/arm64-rsi-Add-RSI-definitions.patch
	patches.suse/arm64-Detect-if-in-a-realm-and-set-RIPAS-RAM.patch
	patches.suse/arm64-realm-Query-IPA-size-from-the-RMM.patch
	patches.suse/arm64-rsi-Add-support-for-checking-whether-an-MMIO-i.patch
	patches.suse/arm64-rsi-Map-unprotected-MMIO-as-decrypted.patch
	patches.suse/efi-arm64-Map-Device-with-Prot-Shared.patch
	patches.suse/arm64-Enforce-bounce-buffers-for-realm-DMA.patch
	patches.suse/arm64-mm-Avoid-TLBI-when-marking-pages-as-valid.patch
	patches.suse/arm64-Enable-memory-encrypt-for-Realms.patch
	patches.suse/virt-arm-cca-guest-TSM_REPORT-support-for-realms.patch
	patches.suse/arm64-Document-Arm-Confidential-Compute.patch
	patches.suse/arm64-sysreg-Update-ID_AA64MMFR1_EL1-register.patch
	patches.suse/arm64-setup-name-tcr2-register.patch
	patches.suse/arm64-probes-Disable-kprobes-uprobes-on-MOPS-instructions.patch
	patches.suse/selftests-mm-Fix-unused-function-warning-for-aarch64.patch
	patches.suse/xen-Fix-the-issue-of-resource-not-being-properly-rel.patch
	patches.suse/platform-chrome-cros_ec_typec-fix-missing-fwnode-ref.patch
	patches.suse/firmware-google-Unregister-driver_info-on-failure.patch
	patches.suse/crypto-ecdsa-Avoid-signed-integer-overflow-on-signat.patch
	patches.suse/crypto-mxs-dcp-Fix-AES-CBC-with-hardware-bound-keys.patch
	patches.suse/crypto-caam-Fix-the-pointer-passed-to-caam_qi_shutdo.patch
	patches.suse/crypto-qat-remove-check-after-debugfs_create_dir.patch
	patches.suse/crypto-powerpc-p10-aes-gcm-Re-write-AES-GCM-stitched.patch
	patches.suse/crypto-powerpc-p10-aes-gcm-Register-modules-as-SIMD.patch
	patches.suse/crypto-powerpc-p10-aes-gcm-Add-dependency-on-CRYPTO_.patch
	patches.suse/crypto-qat-qat_420xx-fix-off-by-one-in-uof_get_name.patch
	patches.suse/crypto-qat-qat_4xxx-fix-off-by-one-in-uof_get_name.patch
	patches.suse/crypto-qat-remove-faulty-arbiter-config-reset.patch
	patches.suse/crypto-ecdsa-Update-Kconfig-help-text-for-NIST-P521.patch
	patches.suse/crypto-pcrypt-Call-crypto-layer-directly-when-padata.patch
	patches.suse/crypto-x86-aegis128-access-32-bit-arguments-as-32-bi.patch
	patches.suse/crypto-cavium-Fix-the-if-condition-to-exit-loop-afte.patch
	patches.suse/crypto-hisilicon-qm-disable-same-error-report-before.patch
	patches.suse/crypto-qat-Fix-missing-destroy_workqueue-in-adf_init.patch
	patches.suse/crypto-inside-secure-Fix-the-return-value-of-safexce.patch
	patches.suse/crypto-caam-add-error-check-to-caam_rsa_set_priv_key.patch
	patches.suse/crypto-bcm-add-error-check-in-the-ahash_hmac_init-fu.patch
	patches.suse/crypto-aes-gcm-p10-Use-the-correct-bit-to-test-for-P.patch
	patches.suse/crypto-cavium-Fix-an-error-handling-path-in-cpt_ucod.patch
	patches.suse/cpufreq-amd-pstate-Rename-MSR-and-shared-memory-specific-functions.patch
	patches.suse/cpufreq-amd-pstate-Fix-non-kerneldoc-comment.patch
	patches.suse/cpufreq-amd-pstate-Don-t-update-CPPC-request-in-amd_.patch
	patches.suse/cpufreq-amd-pstate-Use-amd_pstate_update_min_max_limit-for-EPP-limits.patch
	patches.suse/cpufreq-amd-pstate-Drop-needless-EPP-initialization.patch
	patches.suse/cpufreq-amd-pstate-Remove-the-redundant-verify-function.patch
	patches.suse/cpufreq-amd-pstate-Set-the-initial-min_freq-to-lowest_nonlinear_freq.patch
	patches.suse/cpufreq-amd-pstate-Call-amd_pstate_register-in-amd_pstate_init.patch
	patches.suse/cpufreq-amd-pstate-Call-amd_pstate_set_driver-in-amd_pstate_register_driver.patch
	patches.suse/cpufreq-amd-pstate-Remove-the-switch-case-in-amd_pstate_init.patch
	patches.suse/cpufreq-amd-pstate-Remove-the-redundant-amd_pstate_set_driver-call.patch
	patches.suse/amd-pstate-Set-min_perf-to-nominal_perf-for-active-mode-performance-gov.patch
	patches.suse/amd-pstate-Switch-to-amd-pstate-by-default-on-some-Server-platforms.patch
	patches.suse/cpufreq-amd-pstate-ut-Add-fix-for-min-freq-unit-test.patch
	patches.suse/cpufreq-amd-pstate-Rename-functions-that-enable-CPPC.patch
	patches.suse/cpufreq-amd-pstate-Do-not-attempt-to-clear-MSR_AMD_CPPC_ENABLE.patch
	patches.suse/cpufreq-amd-pstate-Call-cppc_set_epp_perf-in-the-reenable-function.patch
	patches.suse/cpufreq-amd-pstate-Align-offline-flow-of-shared-memory-and-MSR-based-systems.patch
	patches.suse/cpufreq-amd-pstate-Push-adjust_perf-vfunc-init-into-cpu_init.patch
	patches.suse/cpufreq-amd-pstate-Move-registration-after-static-function-call-update.patch
	patches.suse/sched-cpufreq-Ensure-sd-is-rebuilt-for-EAS-check.patch
	patches.suse/cpufreq-intel_pstate-Update-Balance-performance-EPP-for-Granite-Rapids.patch
	patches.suse/cpuidle-menu-Remove-iowait-influence.patch
	patches.suse/intel_idle-add-Granite-Rapids-Xeon-D-support.patch
	patches.suse/thermal-core-Initialize-thermal-zones-before-registe.patch
	patches.suse/thermal-core-Rearrange-PM-notification-code.patch
	patches.suse/thermal-core-Represent-suspend-related-thermal-zone-.patch
	patches.suse/thermal-core-Mark-thermal-zones-as-initializing-to-s.patch
	patches.suse/thermal-core-Fix-race-between-zone-registration-and-.patch
	patches.suse/thermal-core-Move-lists-of-thermal-instances-to-trip.patch
	patches.suse/tools-lib-thermal-Make-more-generic-the-command-enco.patch
	patches.suse/thermal-lib-Fix-memory-leak-on-error-in-thermal_genl.patch
	patches.suse/thermal-testing-Use-DEFINE_FREE-and-__free-to-simpli.patch
	patches.suse/thermal-testing-Initialize-some-variables-annoteded-.patch
	patches.suse/ACPI-CPPC-Fix-_CPC-register-setting-issue.patch
	patches.suse/ACPI-battery-check-result-of-register_pm_notifier.patch
	patches.suse/ACPI-battery-allocate-driver-data-through-devm_-APIs.patch
	patches.suse/ACPI-battery-initialize-mutexes-through-devm_-APIs.patch
	patches.suse/ACPI-battery-use-DEFINE_SIMPLE_DEV_PM_OPS.patch
	patches.suse/ACPI-battery-Check-for-error-code-from-devm_mutex_in.patch
	patches.suse/ACPI-EC-make-EC-support-compile-time-conditional.patch
	patches.suse/ACPI-pfr_telemetry-remove-redundant-error-check-on-r.patch
	patches.suse/ACPI-allow-building-without-CONFIG_HAS_IOPORT.patch
	patches.suse/ACPI-processor_perflib-extend-X86-dependency.patch
	patches.suse/ACPI-x86-Make-UART-skip-quirks-work-on-PCI-UARTs-wit.patch
	patches.suse/ACPI-x86-Add-adev-NULL-check-to-acpi_quirk_skip_serd.patch
	patches.suse/ACPI-video-force-native-for-Apple-MacbookPro11-2-and.patch
	patches.suse/ACPI-thermal-Use-strscpy-instead-of-strcpy.patch
	patches.suse/ACPI-APD-Use-strscpy-instead-of-strcpy.patch
	patches.suse/ACPI-EC-Use-strscpy-instead-of-strcpy.patch
	patches.suse/ACPI-event-Use-strscpy-instead-of-strcpy.patch
	patches.suse/ACPI-pci_link-Use-strscpy-instead-of-strcpy.patch
	patches.suse/ACPI-pci_root-Use-strscpy-instead-of-strcpy.patch
	patches.suse/ACPI-power-Use-strscpy-instead-of-strcpy.patch
	patches.suse/ACPI-SBS-Use-strscpy-instead-of-strcpy.patch
	patches.suse/ACPI-SBSHC-Use-strscpy-instead-of-strcpy.patch
	patches.suse/ACPI-scan-Use-strscpy-instead-of-strcpy.patch
	patches.suse/ACPI-Switch-back-to-struct-platform_driver-remove.patch
	patches.suse/hwmon-nct6775-Add-665-ACE-600M-CL-to-ASUS-WMI-monito.patch
	patches.suse/hwmon-pmbus-core-clear-faults-after-setting-smbalert.patch
	patches.suse/hwmon-nct6775-core-Fix-overflows-seen-when-writing-l.patch
	patches.suse/doc-rcu-update-printed-dynticks-counter-bits.patch
	patches.suse/kcsan-Turn-report_filterlist_lock-into-a-raw_spinloc.patch
	patches.suse/EDAC-fsl_ddr-Pass-down-fsl_mc_pdata-in-ddr_in32-and-ddr_out32.patch
	patches.suse/EDAC-fsl_ddr-Move-global-variables-into-struct-fsl_mc_pdata.patch
	patches.suse/EDAC-fsl_ddr-Fix-bad-bit-shift-operations.patch
	patches.suse/EDAC-fsl_ddr-Add-support-for-i.MX9-DDR-controller.patch
	patches.suse/EDAC-skx_common-Differentiate-memory-error-sources.patch
	patches.suse/EDAC-skx_common-i10nm-Fix-incorrect-far-memory-error.patch
	patches.suse/EDAC-igen6-Avoid-segmentation-fault-on-module-unload.patch
	patches.suse/EDAC-bluefield-Fix-potential-integer-overflow.patch
	patches.suse/x86-microcode-intel-Remove-unnecessary-cache-writeback-and.patch
	patches.suse/x86-virt-Move-SEV-specific-parsing-into-arch-x86-vir.patch
	patches.suse/x86-virt-Provide-nosnp-boot-option-for-sev-kernel-co.patch
	patches.suse/virt-sev-guest-Use-AES-GCM-crypto-library.patch
	patches.suse/x86-sev-Cache-the-secrets-page-address.patch
	patches.suse/virt-sev-guest-Consolidate-SNP-guest-messaging-param.patch
	patches.suse/virt-sev-guest-Reduce-the-scope-of-SNP-command-mutex.patch
	patches.suse/virt-sev-guest-Carve-out-SNP-message-context-structu.patch
	patches.suse/x86-mm-Refactor-__set_clr_pte_enc.patch
	patches.suse/x86-sev-Convert-shared-memory-back-to-private-on-kex.patch
	patches.suse/x86-sev-Cleanup-vc_handle_msr.patch
	patches.suse/x86-cpufeatures-Rename-X86_FEATURE_FAST_CPPC-to-have-AMD-prefix.patch
	patches.suse/x86-cpufeatures-Add-X86_FEATURE_AMD_HETEROGENEOUS_CORES.patch
	patches.suse/x86-cpu-Enable-SD_ASYM_PACKING-for-PKG-domain-on-AMD.patch
	patches.suse/x86-cpu-Add-CPU-type-to-struct-cpuinfo_topology.patch
	patches.suse/x86-amd-Use-heterogeneous-core-topology-for-identifying-boost-numerator.patch
	patches.suse/x86-cpu-Fix-FAM5_QUARK_X1000-to-use-X86_MATCH_VFM.patch
	patches.suse/locking-ww_mutex-Adjust-to-lockdep-nest_lock-requirements.patch
	patches.suse/lockdep-Add-lockdep_cleanup_dead_cpu.patch
	patches.suse/lockdep-Use-info-level-for-lockdep-initial-info-messages.patch
	patches.suse/locking-pvqspinlock-Convert-fields-of-enum-vcpu_state-to-uppercase.patch
	patches.suse/locking-rt-Add-sparse-annotation-PREEMPT_RT-s-sleeping-locks.patch
	patches.suse/locking-rt-Remove-one-__cond_lock-in-RT-s-spin_trylock_irqsave.patch
	patches.suse/locking-rt-Add-sparse-annotation-for-RCU.patch
	patches.suse/locking-rt-Annotate-unlock-followed-by-lock-for-sparse.patch
	patches.suse/locking-rtmutex-Fix-misleading-comment.patch
	patches.suse/cleanup-Remove-address-space-of-returned-pointer.patch
	patches.suse/locking-osq_lock-Use-atomic_try_cmpxchg_release-in-osq_unlock.patch
	patches.suse/cleanup-Adjust-scoped_guard-macros-to-avoid-potentia.patch
	patches.suse/kcsan-seqlock-Support-seqcount_latch_t.patch
	patches.suse/kcsan-seqlock-Fix-incorrect-assumption-in-read_seqbe.patch
	patches.suse/iio-magnetometer-fix-if-scoped_guard-formatting.patch
	patches.suse/Revert-scripts-faddr2line-Check-only-two-symbols-whe.patch
	patches.suse/perf-x86-Refine-hybrid_pmu_type-defination.patch
	patches.suse/x86-cpu-intel-Define-helper-to-get-CPU-core-native-ID.patch
	patches.suse/perf-x86-intel-Support-hybrid-PMU-with-multiple-atom-uarchs.patch
	patches.suse/perf-x86-intel-Add-PMU-support-for-ArrowLake-H.patch
	patches.suse/perf-x86-amd-Warn-only-on-new-bits-set.patch
	patches.suse/perf-x86-rapl-Move-the-pmu-allocation-out-of-CPU-hotplug.patch
	patches.suse/perf-x86-rapl-Clean-up-cpumask-and-hotplug.patch
	patches.suse/perf-x86-intel-pt-Fix-buffer-full-but-size-is-0-case.patch
	patches.suse/perf-core-Add-aux_pause-aux_resume-aux_start_paused.patch
	patches.suse/perf-x86-intel-pt-Add-support-for-pause-resume.patch
	patches.suse/perf-x86-intel-Do-not-enable-large-PEBS-for-events-with-aux-actions-or-aux-sampling.patch
	patches.suse/sched-change-wake_up_bit-and-related-function-to-expect-unsigned-long.patch
	patches.suse/sched-Improve-documentation-for-wake_up_bit-wait_on_bit-family-of-functions.patch
	patches.suse/sched-Document-wait_var_event-family-of-functions-and-wake_up_var.patch
	patches.suse/sched-Add-test_and_clear_wake_up_bit-and-atomic_dec_and_wake_up.patch
	patches.suse/sched-Add-wait-wake-interface-for-variable-updated-under-a-lock.patch
	patches.suse/sched-add-wait_var_event_io.patch
	patches.suse/softirq-use-bit-waits-instead-of-var-waits.patch
	patches.suse/sched-remove-unused-__HAVE_THREAD_FUNCTIONS-hook-support.patch
	patches.suse/sched-fair-remove-the-DOUBLE_TICK-feature.patch
	patches.suse/sched-fair-optimize-the-PLACE_LAG-when-se-vlag-is-zero.patch
	patches.suse/sched-fair-fix-the-comment-for-PREEMPT_SHORT.patch
	patches.suse/sched-wait-Remove-unused-bit_wait_io_timeout.patch
	patches.suse/sched-idle-Optimize-the-generic-idle-loop-by-removing-needless-memory-barrier.patch
	patches.suse/sched-Improve-cache-locality-of-RSEQ-concurrency-IDs-for-intermittent-workloads.patch
	patches.suse/locking-mutex-Remove-wakeups-from-under-mutex-wait_lock.patch
	patches.suse/locking-mutex-Make-mutex-wait_lock-irq-safe.patch
	patches.suse/locking-mutex-Expose-__mutex_owner.patch
	patches.suse/sched-Add-move_queued_task_locked-helper.patch
	patches.suse/sched-Consolidate-pick_-_task-to-task_is_pushable-helper.patch
	patches.suse/sched-Split-out-__schedule-deactivate-task-logic-into-a-helper.patch
	patches.suse/sched-Split-scheduler-and-execution-contexts.patch
	patches.suse/sched-uclamp-Fix-unnused-variable-warning.patch
	patches.suse/sched-psi-pass-enqueue-dequeue-flags-to-psi-callbacks-directly.patch
	patches.suse/sched-Initialize-idle-tasks-only-once.patch
	patches.suse/sched-ext-Remove-sched_fork-hack.patch
	patches.suse/sched-Add-TIF_NEED_RESCHED_LAZY-infrastructure.patch
	patches.suse/sched-Add-Lazy-preemption-model.patch
	patches.suse/sched-Enable-PREEMPT_DYNAMIC-for-PREEMPT_RT.patch
	patches.suse/sched-x86-Enable-Lazy-preemption.patch
	patches.suse/riscv-add-PREEMPT_LAZY-support.patch
	patches.suse/sched-No-PREEMPT_RT-y-for-all-yes-mod-config.patch
	patches.suse/sched-x86-Update-the-comment-for-TIF_NEED_RESCHED_LAZY.patch
	patches.suse/hrtimer-Use-__raise_softirq_irqoff-to-raise-the-softirq.patch
	patches.suse/timers-Use-__raise_softirq_irqoff-to-raise-the-softirq.patch
	patches.suse/softirq-Use-a-dedicated-thread-for-timer-wakeups-on-PREEMPT_RT.patch
	patches.suse/irqchip-riscv-aplic-Prevent-crash-when-MSI-domain-is.patch
	patches.suse/timers-Move-sleep-and-timeout-functions-into-a-separate-file.patch
	patches.suse/posix-timers-Cure-si_sys_private-race.patch
	patches.suse/jiffies-Define-secs_to_jiffies.patch
	patches.suse/timekeeping-Always-check-for-negative-motion.patch
	patches.suse/hrtimers-Add-missing-hrtimer_init-trace-points.patch
	patches.suse/KVM-x86-xen-Initialize-hrtimer-in-kvm_xen_init_vcpu.patch
	patches.suse/hrtimers-Introduce-hrtimer_setup-to-replace-hrtimer_init.patch
	patches.suse/hrtimers-Introduce-hrtimer_setup_on_stack.patch
	patches.suse/hrtimers-Introduce-hrtimer_setup_sleeper_on_stack.patch
	patches.suse/hrtimers-Introduce-hrtimer_update_function.patch
	patches.suse/fs-aio-Switch-to-use-hrtimer_setup_sleeper_on_stack.patch
	patches.suse/futex-Switch-to-use-hrtimer_setup_sleeper_on_stack.patch
	patches.suse/net-pktgen-Switch-to-use-hrtimer_setup_sleeper_on_stack.patch
	patches.suse/timers-Switch-to-use-hrtimer_setup_sleeper_on_stack.patch
	patches.suse/wait-Switch-to-use-hrtimer_setup_sleeper_on_stack.patch
	patches.suse/hrtimers-Delete-hrtimer_init_sleeper_on_stack.patch
	patches.suse/sched-idle-Switch-to-use-hrtimer_setup_on_stack.patch
	patches.suse/clocksource-drivers-sp804-Make-user-selectable.patch
	patches.suse/clocksource-drivers-timer-ti-dm-Fix-child-node-refco.patch
	patches.suse/Documentation-kgdb-Correct-parameter-error.patch
	patches.suse/docs-zh_TW-zh_CN-Make-rst-references-unique.patch
	patches.suse/scripts-kernel-doc-Do-not-track-section-counter-acro.patch
	patches.suse/kernel-doc-allow-object-like-macros-in-ReST-output.patch
	patches.suse/cgroup-cpuset-Fix-spelling-errors-in-file-kernel-cgroup-cpuset.c.patch
	patches.suse/cgroup-rstat-Tracking-cgroup-level-niced-CPU-time.patch
	patches.suse/Revert-cgroup-Fix-memory-leak-caused-by-missing-cgroup_bpf_offline.patch
	patches.suse/cgroup-bpf-only-cgroup-v2-can-be-attached-by-bpf-programs.patch
	patches.suse/cgroup-cpuset-Revert-Allow-suppression-of-sched-domain-rebuild-in-update_cpumasks_hier.patch
	patches.suse/cgroup-cpuset-Enforce-at-most-one-rebuild_sched_domains_locked-call-per-operation.patch
	patches.suse/cgroup-cpuset-Disable-cpuset_cpumask_can_shrink-test-if-not-load-balancing.patch
	patches.suse/sched_ext-Factor-out-move_task_between_dsqs-from-scx_dispatch_from_dsq.patch
	patches.suse/sched-ext-Fix-unmatch-trailing-comment-of-CONFIG_EXT_GROUP_SCHED.patch
	patches.suse/sched-ext-Use-tg_cgroup-to-elieminate-duplicate-code.patch
	patches.suse/sched_ext-Use-btf_ids-to-resolve-task_struct.patch
	patches.suse/sched_ext-improve-WAKE_SYNC-behavior-for-default-idle-CPU-selection.patch
	patches.suse/sched_ext-Clarify-ops.select_cpu-for-single-CPU-tasks.patch
	patches.suse/sched_ext-Introduce-LLC-awareness-to-the-default-idle-selection-policy.patch
	patches.suse/sched_ext-Rename-CFI-stubs-to-names-that-are-recognized-by-BPF.patch
	patches.suse/sched_ext-Replace-set_arg_maybe_null-with-__nullable-CFI-stub-tags.patch
	patches.suse/sched_ext-Introduce-NUMA-awareness-to-the-default-idle-selection-policy.patch
	patches.suse/sched_ext-Do-not-enable-LLC-NUMA-optimizations-when-domains-overlap.patch
	patches.suse/sched_ext-Fix-incorrect-use-of-bitwise-AND.patch
	patches.suse/sched_ext-Avoid-live-locking-bypass-mode-switching.patch
	patches.suse/sched_ext-Enable-the-ops-breather-and-eject-BPF-scheduler-on-softlockup.patch
	patches.suse/sched_ext-Clarify-sched_ext_ops-table-for-userland-scheduler.patch
	patches.suse/sched_ext-add-a-missing-rcu_read_lock-unlock-pair-at-scx_select_cpu_dfl.patch
	patches.suse/sched_ext-scx_bpf_dispatch_from_dsq_set_-are-allowed-from-unlocked-context.patch
	patches.suse/sched_ext-Rename-scx_bpf_dispatch-_vtime-to-scx_bpf_dsq_insert-_vtime.patch
	patches.suse/sched_ext-Rename-scx_bpf_consume-to-scx_bpf_dsq_move_to_local.patch
	patches.suse/sched_ext-Rename-scx_bpf_dispatch-_vtime-_from_dsq-scx_bpf_dsq_move-_vtime.patch
	patches.suse/sched_ext-Replace-scx_next_task_picked-with-switch_class-in-comment.patch
	patches.suse/selftests-resctrl-Print-accurate-buffer-size-as-part.patch
	patches.suse/selftests-resctrl-Fix-memory-overflow-due-to-unhandl.patch
	patches.suse/selftests-resctrl-Protect-against-array-overrun-duri.patch
	patches.suse/selftests-resctrl-Protect-against-array-overflow-whe.patch
	patches.suse/regmap-irq-Consistently-use-memset32-in-regmap_irq_t.patch
	patches.suse/regmap-maple-Provide-lockdep-sub-class-for-maple-tre.patch
	patches.suse/regmap-irq-Set-lockdep-class-for-hierarchical-IRQ-do.patch
	patches.suse/regulator-qcom-smd-make-smd_vreg_rpm-static.patch
	patches.suse/regulator-rk808-Restrict-DVS-GPIOs-to-the-RK808-vari.patch
	patches.suse/spi-spi-fsl-lpspi-Use-IRQF_NO_AUTOEN-flag-in-request.patch
	patches.suse/spi-spi-fsl-lpspi-Adjust-type-of-scldiv.patch
	patches.suse/spi-spi-fsl-lpspi-support-effective_speed_hz.patch
	patches.suse/driver-core-Add-device-probe-log-helper-dev_warn_pro.patch
	patches.suse/spi-tegra210-quad-Avoid-shift-out-of-bounds.patch
	patches.suse/spi-zynqmp-gqspi-Undo-runtime-PM-changes-at-driver-e.patch
	patches.suse/pwm-imx27-Workaround-of-the-pwm-output-bug-when-decr.patch
	patches.suse/pwm-Assume-a-disabled-PWM-to-emit-a-constant-inactiv.patch
	patches.suse/gpio-free-irqs-that-are-still-requested-when-the-chi.patch
	patches.suse/gpio-vf610-use-generic-device_get_match_data.patch
	patches.suse/gpio-sloppy-logic-analyzer-remove-reference-to-rcu_m.patch
	patches.suse/gpio-grgpio-use-a-helper-variable-to-store-the-addre.patch
	patches.suse/gpio-grgpio-Add-NULL-check-in-grgpio_probe.patch
	patches.suse/power-sequencing-make-the-QCom-PMU-pwrseq-driver-dep.patch
	patches.suse/pmdomain-ti-sci-Add-missing-of_node_put-for-args.np.patch
	patches.suse/mmc-core-Add-SD-card-quirk-for-broken-poweroff-notif.patch
	patches.suse/mmc-sdhci-esdhc-imx-enable-quirks-SDHCI_QUIRK_NO_LED.patch
	patches.suse/mmc-sd-SDUC-Support-Recognition.patch
	patches.suse/mmc-core-Adjust-ACMD22-to-SDUC.patch
	patches.suse/mmc-mtk-sd-use-devm_mmc_alloc_host.patch
	patches.suse/mmc-mtk-sd-fix-devm_clk_get_optional-usage.patch
	patches.suse/mmc-mmc_spi-drop-buggy-snprintf.patch
	patches.suse/mmc-pwrseq_simple-add-support-for-one-reset-control.patch
	patches.suse/mmc-core-Use-GFP_NOIO-in-ACMD22.patch
	patches.suse/mmc-mtk-sd-Fix-error-handle-of-probe-function.patch
	patches.suse/mmc-mtk-sd-Fix-MMC_CAP2_CRYPTO-flag-setting.patch
	patches.suse/mmc-pwrseq_simple-Handle-RESET_CONTROLLER-properly.patch
	patches.suse/of-fdt-add-dt_phys-arg-to-early_init_dt_scan-and-ear.patch
	patches.suse/of-Allow-overlay-kunit-tests-to-run-CONFIG_OF_OVERLA.patch
	patches.suse/HID-wacom-Interpret-tilt-data-from-Intuos-Pro-BT-as-.patch
	patches.suse/HID-magicmouse-Apple-Magic-Trackpad-2-USB-C-driver-s.patch
	patches.suse/msft-hv-3082-HID-hyperv-streamline-driver-probe-to-avoid-devres-i.patch
	patches.suse/HID-add-per-device-quirk-to-force-bind-to-hid-generi.patch
	patches.suse/media-v4l-Add-luma-16-bit-interlaced-pixel-format.patch
	patches.suse/media-uvcvideo-Add-luma-16-bit-interlaced-pixel-form.patch
	patches.suse/media-uvcvideo-RealSense-D421-Depth-module-metadata.patch
	patches.suse/media-uvcvideo-Add-support-for-the-D3DFMT_R5G6B5-pix.patch
	patches.suse/media-uvcvideo-Add-a-quirk-for-the-Kaiweets-KTI-W02-.patch
	patches.suse/media-uvcvideo-Force-UVC-version-to-1.0a-for-0408-40.patch
	patches.suse/media-uvcvideo-Require-entities-to-have-a-non-zero-u.patch
	patches.suse/media-uvcvideo-Refactor-the-status-irq-API.patch
	patches.suse/media-uvcvideo-Avoid-race-condition-during-unregiste.patch
	patches.suse/media-v4l2-core-add-v4l2_debugfs_root.patch
	patches.suse/media-pwc-set-lock-before-calling-vb2_queue_init.patch
	patches.suse/media-msi2500-set-lock-before-calling-vb2_queue_init.patch
	patches.suse/media-hackrf-set-lock-before-calling-vb2_queue_init.patch
	patches.suse/media-airspy-set-lock-before-calling-vb2_queue_init.patch
	patches.suse/media-rcar_drif.c-set-lock-before-calling-vb2_queue_.patch
	patches.suse/media-video-i2c-set-lock-before-calling-vb2_queue_in.patch
	patches.suse/media-tda18271-add-missing-result-checking-of-tda182.patch
	patches.suse/media-platform-rga-fix-32-bit-DMA-limitation.patch
	patches.suse/media-verisilicon-av1-Fix-reference-video-buffer-poi.patch
	patches.suse/media-mtk-jpeg-Fix-null-ptr-deref-during-unload-modu.patch
	patches.suse/media-imx-jpeg-Set-video-drvdata-before-register-vid.patch
	patches.suse/media-amphion-Set-video-drvdata-before-register-vide.patch
	patches.suse/media-imx-jpeg-Ensure-power-suppliers-be-suspended-b.patch
	patches.suse/media-wl128x-Fix-atomicity-violation-in-fmc_send_cmd.patch
	patches.suse/media-cx231xx-Add-support-for-Dexatek-USB-Video-Grab.patch
	patches.suse/media-i2c-tc358743-Fix-crash-in-the-probe-error-path.patch
	patches.suse/media-platform-allegro-dvt-Fix-possible-memory-leak-.patch
	patches.suse/media-ts2020-fix-null-ptr-deref-in-ts2020_probe.patch
	patches.suse/media-qcom-camss-fix-error-path-on-configuration-of-.patch
	patches.suse/media-i2c-max96717-clean-up-on-error-in-max96717_sub.patch
	patches.suse/media-ti-j721e-csi2rx-Convert-comma-to-semicolon.patch
	patches.suse/media-uapi-Add-meta-formats-for-PiSP-FE-config-and-s.patch
	patches.suse/media-i2c-vgxy61-Fix-an-error-handling-path-in-vgxy6.patch
	patches.suse/media-i2c-ds90ub960-Fix-missing-return-check-on-ub96.patch
	patches.suse/v4l2-subdev-Return-EOPNOTSUPP-for-unsupported-pad-ty.patch
	patches.suse/media-ipu6-fix-the-wrong-type-casting-and-64-bit-div.patch
	patches.suse/media-ipu6-remove-redundant-dependency-in-Kconfig.patch
	patches.suse/media-platform-video-mux-Fix-mutex-locking.patch
	patches.suse/media-uvcvideo-Stop-stream-during-unregister.patch
	patches.suse/media-videobuf2-core-update-vb2_thread-if-wait_finis.patch
	patches.suse/media-v4l2-core-v4l2-dv-timings-check-cvt-gtf-result.patch
	patches.suse/media-vb2-Fix-comment.patch
	patches.suse/media-mantis-remove-orphan-mantis_core.h.patch
	patches.suse/media-ipu6-Fix-DMA-and-physical-address-debugging-me.patch
	patches.suse/media-ipu6-not-override-the-dma_ops-of-device-in-dri.patch
	patches.suse/media-ipu6-use-the-IPU6-DMA-mapping-APIs-to-do-mappi.patch
	patches.suse/media-ipu6-remove-architecture-DMA-ops-dependency-in.patch
	patches.suse/media-i2c-dw9768-Fix-pm_runtime_set_suspended-with-r.patch
	patches.suse/media-amphion-Fix-pm_runtime_set_suspended-with-runt.patch
	patches.suse/media-venus-Fix-pm_runtime_set_suspended-with-runtim.patch
	patches.suse/media-gspca-ov534-ov772x-Fix-off-by-one-error-in-set.patch
	patches.suse/media-ov08x40-Fix-burst-write-sequence.patch
	patches.suse/media-intel-ipu6-do-not-handle-interrupts-when-devic.patch
	patches.suse/media-venus-fix-enc-dec-destruction-order.patch
	patches.suse/media-venus-sync-with-threaded-IRQ-during-inst-destr.patch
	patches.suse/media-atomisp-Add-check-for-rgby_data-memory-allocat.patch
	patches.suse/media-platform-exynos4-is-Fix-an-OF-node-reference-l.patch
	patches.suse/MAINTAINERS-update-location-of-media-main-tree.patch
	patches.suse/docs-media-update-location-of-the-media-patches.patch
	patches.suse/media-uvcvideo-Skip-parsing-frames-of-type-UVC_VS_UN.patch
	patches.suse/platform-x86-asus-wmi-Fix-inconsistent-use-of-therma.patch
	patches.suse/platform-x86-intel-pmt-allow-user-offset-for-PMT-cal.patch
	patches.suse/platform-x86-panasonic-laptop-Return-errno-correctly.patch
	patches.suse/efi-libstub-fix-efi_parse_options-ignoring-the-defau.patch
	patches.suse/efi-libstub-remove-unnecessary-cmd_line_len-from-efi.patch
	patches.suse/efi-libstub-measure-initrd-to-PCR9-independent-of-so.patch
	patches.suse/tpm-fix-signed-unsigned-bug-when-checking-event-logs.patch
	patches.suse/tpm-do-not-ignore-memblock_reserve-return-value.patch
	patches.suse/tpm-fix-unsigned-signed-mismatch-errors-related-to-_.patch
	patches.suse/libstub-tpm-do-not-ignore-failure-case-when-reading-.patch
	patches.suse/efi-libstub-Free-correct-pointer-on-failure.patch
	patches.suse/efi-zboot-Fix-outdated-comment-about-using-LoadImage.patch
	patches.suse/efi-memattr-Ignore-table-if-the-size-is-clearly-bogu.patch
	patches.suse/x86-efi-Drop-support-for-the-EFI_PROPERTIES_TABLE.patch
	patches.suse/x86-efi-Apply-EFI-Memory-Attributes-after-kexec.patch
	patches.suse/efi-libstub-Parse-builtin-command-line-after-bootloa.patch
	patches.suse/efi-libstub-Fix-command-line-fallback-handling-when-.patch
	patches.suse/efi-libstub-Take-command-line-overrides-into-account.patch
	patches.suse/efi-Fix-memory-leak-in-efivar_ssdt_load.patch
	patches.suse/Bluetooth-add-HAS_IOPORT-dependencies.patch
	patches.suse/tty-serial-handle-HAS_IOPORT-dependencies.patch
	patches.suse/asm-generic-provide-generic-page_to_phys-and-phys_to.patch
	patches.suse/asm-generic-add-an-optional-pfn_valid-check-to-page_.patch
	patches.suse/watchdog-Add-HAS_IOPORT-dependency-for-SBC8360-and-S.patch
	patches.suse/tty-serial-export-serial_8250_warn_need_ioport.patch
	patches.suse/arm64-tegra-p2180-Add-mandatory-compatible-for-WiFi-node.patch
	patches.suse/arm64-dts-rockchip-Split-up-RK3588-s-PCIe-pinctrls.patch
	patches.suse/arm64-dts-rockchip-Fix-Turing-RK1-PCIe3-hang.patch
	patches.suse/arm64-dts-rockchip-pwm-leds-for-Orange-Pi-5.patch
	patches.suse/arm64-dts-rockchip-Remove-enable-active-low-from-two-boards.patch
	patches.suse/arm64-dts-imx8mn-tqma8mqnl-mba8mx-usbot-fix-coexistence-of-output-low-and-output-high-in-GPIO.patch
	patches.suse/arm64-dts-freescale-imx8mm-verdin-Fix-SD-regulator-startup-delay.patch
	patches.suse/arm64-dts-freescale-imx8mp-verdin-Fix-SD-regulator-startup-delay.patch
	patches.suse/arm64-dts-allwinner-pinephone-Add-mount-matrix-to-accelerometer.patch
	patches.suse/arm64-dts-rockchip-correct-analog-audio-name-on-Indiedroid-Nova.patch
	patches.suse/drivers-soc-xilinx-add-the-missing-kfree-in-xlnx_add.patch
	patches.suse/soc-qcom-llcc-Use-designated-initializers-for-LLC-se.patch
	patches.suse/firmware-qcom-scm-Allow-QSEECOM-on-Lenovo-Yoga-Slim-.patch
	patches.suse/soc-qcom-geni-se-fix-array-underflow-in-geni_se_clk_.patch
	patches.suse/soc-qcom-pd-mapper-Add-QCM6490-PD-maps.patch
	patches.suse/firmware-qcom-scm-Allow-QSEECOM-on-Dell-XPS-13-9345.patch
	patches.suse/soc-imx8m-Probe-the-SoC-driver-as-platform-driver.patch
	patches.suse/soc-imx8m-Remove-global-soc_uid.patch
	patches.suse/soc-imx8m-Use-devm_-to-simplify-probe-failure-handling.patch
	patches.suse/soc-ti-smartreflex-Use-IRQF_NO_AUTOEN-flag-in-reques.patch
	patches.suse/firmware-arm_scpi-Check-the-DVFS-OPP-count-returned-.patch
	patches.suse/soc-fsl-rcpm-fix-missing-of_node_put-in-copy_ippdexp.patch
	patches.suse/soc-fsl-cpm1-qmc-Set-the-ret-error-code-on-platform_.patch
	patches.suse/selftests-bpf-Fix-uprobe-consumer-test.patch
	patches.suse/libbpf-Fix-expected_attach_type-set-handling-in-prog.patch
	patches.suse/selftests-bpf-Fix-uprobe_multi-compilation-error.patch
	patches.suse/libbpf-Fix-output-.symtab-byte-order-during-linking.patch
	patches.suse/libbpf-Add-missing-per-arch-include-path.patch
	patches.suse/selftests-bpf-Add-missing-per-arch-include-path.patch
	patches.suse/bpf-Fix-the-xdp_adjust_tail-sample-prog-issue.patch
	patches.suse/selftests-bpf-Fix-backtrace-printing-for-selftests-c.patch
	patches.suse/libbpf-fix-sym_is_subprog-logic-for-weak-global-subp.patch
	patches.suse/samples-bpf-Fix-a-resource-leak.patch
	patches.suse/libbpf-never-interpret-subprogs-in-.text-as-entry-pr.patch
	patches.suse/bpf-Prevent-tailcall-infinite-loop-caused-by-freplac.patch
	patches.suse/selftests-bpf-Add-test-to-verify-tailcall-and-frepla.patch
	patches.suse/libsubcmd-Silence-compiler-warning.patch
	patches.suse/selftests-bpf-fix-test_spin_lock_fail.c-s-global-var.patch
	patches.suse/libbpf-move-global-data-mmap-ing-into-bpf_object__lo.patch
	patches.suse/bpf-arm64-Remove-garbage-frame-for-struct_ops-trampoline.patch
	patches.suse/bpf-handle-implicit-declaration-of-function-gettid-i.patch
	patches.suse/bpf-bpftool-Fix-incorrect-disasm-pc.patch
	patches.suse/bpf-Tighten-tail-call-checks-for-lingering-locks-RCU.patch
	patches.suse/bpf-Unify-resource-leak-checks.patch
	patches.suse/selftests-bpf-Add-tests-for-tail-calls-with-locks-an.patch
	patches.suse/bpf-Mark-raw_tp-arguments-with-PTR_MAYBE_NULL.patch
	patches.suse/selftests-bpf-Clean-up-open-coded-gettid-syscall-inv.patch
	patches.suse/selftests-bpf-Add-tests-for-raw_tp-null-handling.patch
	patches.suse/bpf-Allow-return-values-0-and-1-for-kprobe-session.patch
	patches.suse/selftests-bpf-Add-kprobe-session-verifier-test-for-r.patch
	patches.suse/bpf-Call-free_htab_elem-after-htab_unlock_bucket.patch
	patches.suse/selftests-bpf-Move-ENOTSUPP-from-bpf_util.h.patch
	patches.suse/selftests-bpf-Test-the-update-operations-for-htab-of.patch
	patches.suse/selftests-bpf-skip-the-timer_lockup-test-for-single-.patch
	patches.suse/bpf-Use-function-pointers-count-as-struct_ops-links-.patch
	patches.suse/bpf-Add-kernel-symbol-for-struct_ops-trampoline.patch
	patches.suse/msft-hv-3072-net-mana-Increase-the-DEF_RX_BUFFERS_PER_QUEUE-to-10.patch
	patches.suse/msft-hv-3073-net-mana-Add-get_link-and-get_link_ksettings-in-etht.patch
	patches.suse/lib-packing-refuse-operating-on-bit-indices-which-ex.patch
	patches.suse/lib-packing-adjust-definitions-and-implementation-fo.patch
	patches.suse/lib-packing-remove-kernel-doc-from-header-file.patch
	patches.suse/lib-packing-add-pack-and-unpack-wrappers-over-packin.patch
	patches.suse/lib-packing-duplicate-pack-and-unpack-implementation.patch
	patches.suse/lib-packing-add-KUnit-tests-adapted-from-selftests.patch
	patches.suse/lib-packing-add-additional-KUnit-tests.patch
	patches.suse/lib-packing-fix-QUIRK_MSB_ON_THE_RIGHT-behavior.patch
	patches.suse/lib-packing-use-BITS_PER_BYTE-instead-of-8.patch
	patches.suse/lib-packing-use-GENMASK-for-box_mask.patch
	patches.suse/ena-Link-IRQs-to-NAPI-instances.patch
	patches.suse/ena-Link-queues-to-NAPIs.patch
	patches.suse/ipv4-avoid-quadratic-behavior-in-FIB-insertion-of-co.patch
	patches.suse/gve-Map-IRQs-to-NAPI-instances.patch
	patches.suse/gve-Map-NAPI-instances-to-queues.patch
	patches.suse/ibmvnic-Add-stat-for-tx-direct-vs-tx-batched.patch
	patches.suse/qed-make-ethtool-d-10-times-faster.patch
	patches.suse/qed-put-cond_resched-in-qed_grc_dump_ctx_data.patch
	patches.suse/qed-allow-the-callee-of-qed_mcp_nvm_read-to-sleep.patch
	patches.suse/qed-put-cond_resched-in-qed_dmae_operation_wait.patch
	patches.suse/octeontx2-af-Change-block-parameter-to-const-pointer.patch
	patches.suse/net-mlx5-hw-counters-Make-fc_stats-fc_pool-private.patch
	patches.suse/net-mlx5-hw-counters-Use-kvmalloc-for-bulk-query-buf.patch
	patches.suse/net-mlx5-hw-counters-Replace-IDR-lists-with-xarray.patch
	patches.suse/net-mlx5-hw-counters-Drop-unneeded-cacheline-alignme.patch
	patches.suse/net-mlx5-hw-counters-Don-t-maintain-a-counter-count.patch
	patches.suse/net-mlx5-hw-counters-Remove-mlx5_fc_create_ex.patch
	patches.suse/ice-Implement-ice_ptp_pin_desc.patch
	patches.suse/ice-Add-SDPs-support-for-E825C.patch
	patches.suse/ice-Align-E810T-GPIO-to-other-products.patch
	patches.suse/ice-Cache-perout-extts-requests-and-check-flags.patch
	patches.suse/ice-Disable-shared-pin-on-E810-on-setfunc.patch
	patches.suse/ice-Read-SDP-section-from-NVM-for-pin-definitions.patch
	patches.suse/ice-Enable-1PPS-out-from-CGU-for-E825C-products.patch
	patches.suse/ice-Introduce-ice_get_phy_model-wrapper.patch
	patches.suse/ice-Add-ice_get_ctrl_ptp-wrapper-to-simplify-the-cod.patch
	patches.suse/ice-Initial-support-for-E825C-hardware-in-ice_adapte.patch
	patches.suse/ice-Use-ice_adapter-for-PTP-shared-data-instead-of-a.patch
	patches.suse/ice-Drop-auxbus-use-for-PTP-to-finalize-ice_adapter-.patch
	patches.suse/msft-hv-3075-hv_netvsc-Don-t-assume-cpu_possible_mask-is-dense.patch
	patches.suse/net-add-IFLA_MAX_PACING_OFFLOAD_HORIZON-device-attri.patch
	patches.suse/sfc-remove-obsolete-counters-from-struct-efx_channel.patch
	patches.suse/sfc-implement-basic-per-queue-stats.patch
	patches.suse/sfc-add-n_rx_overlength-to-ethtool-stats.patch
	patches.suse/sfc-account-XDP-TXes-in-netdev-base-stats.patch
	patches.suse/sfc-implement-per-queue-rx-drop-and-overrun-stats.patch
	patches.suse/sfc-implement-per-queue-TSO-hw_gso-stats.patch
	patches.suse/sfc-add-per-queue-RX-bytes-stats.patch
	patches.suse/lib-packing-catch-kunit_kzalloc-failure-in-the-pack-.patch
	patches.suse/ipv4-remove-fib_devindex_hashfn.patch
	patches.suse/ipv4-use-rcu-in-ip_fib_check_default.patch
	patches.suse/ipv4-remove-fib_info_lock.patch
	patches.suse/ipv4-remove-fib_info_devhash.patch
	patches.suse/vmxnet3-support-higher-link-speeds-from-vmxnet3-v9.patch
	patches.suse/net-qcom-emac-Find-sgmii_ops-by-device_for_each_chil.patch
	patches.suse/idpf-Don-t-hard-code-napi_struct-size.patch
	patches.suse/msft-hv-3077-net-mana-Enable-debugfs-files-for-MANA-device.patch
	patches.suse/doc-net-Fix-.rst-rendering-of-net_cachelines-pages.patch
	patches.suse/ice-Implement-ethtool-reset-support.patch
	patches.suse/ice-add-E830-HW-VF-mailbox-message-limit-support.patch
	patches.suse/ice-consistently-use-q_idx-in-ice_vc_cfg_qs_msg.patch
	patches.suse/ice-store-max_frame-and-rx_buf_len-only-in-ice_rx_ri.patch
	patches.suse/ice-Make-use-of-assign_bit-API.patch
	patches.suse/ice-Use-common-error-handling-code-in-two-functions.patch
	patches.suse/ice-Cleanup-unused-declarations.patch
	patches.suse/iavf-Remove-unused-declarations.patch
	patches.suse/igb-Cleanup-unused-declarations.patch
	patches.suse/e1000e-Remove-duplicated-writel-in-e1000_configure_t.patch
	patches.suse/e1000e-Link-NAPI-instances-to-queues-and-IRQs.patch
	patches.suse/e1000-Link-NAPI-instances-to-queues-and-IRQs.patch
	patches.suse/net-mlx5-qos-Flesh-out-element_attributes-in-mlx5_if.patch
	patches.suse/net-mlx5-qos-Rename-vport-tsar-into-sched_elem.patch
	patches.suse/net-mlx5-qos-Consistently-name-vport-vars-as-vport.patch
	patches.suse/net-mlx5-qos-Refactor-and-document-bw_share-calculat.patch
	patches.suse/net-mlx5-qos-Maintain-rate-group-vport-members-in-a-.patch
	patches.suse/net-mlx5-qos-Always-create-group0.patch
	patches.suse/net-mlx5-qos-Drop-esw-param-from-vport-qos-functions.patch
	patches.suse/net-mlx5-qos-Store-the-eswitch-in-a-mlx5_esw_rate_gr.patch
	patches.suse/net-mlx5-qos-Add-an-explicit-dev-to-vport-trace-call.patch
	patches.suse/net-mlx5-qos-Rename-rate-group-list-as-parent_entry.patch
	patches.suse/net-mlx5-qos-Store-rate-groups-in-a-qos-domain.patch
	patches.suse/net-mlx5-qos-Refactor-locking-to-a-qos-domain-mutex.patch
	patches.suse/net-mlx5-Unify-QoS-element-type-checks-across-NIC-an.patch
	patches.suse/net-mlx5-Add-support-check-for-TSAR-types-in-QoS-sch.patch
	patches.suse/genetlink-extend-info-user-storage-to-match-NL-cb-ct.patch
	patches.suse/netlink-spec-add-shaper-YAML-spec.patch
	patches.suse/net-shapers-implement-NL-get-operation.patch
	patches.suse/net-shapers-implement-NL-set-and-delete-operations.patch
	patches.suse/net-shapers-implement-NL-group-operation.patch
	patches.suse/net-shapers-implement-delete-support-for-NODE-scope-.patch
	patches.suse/net-shapers-implement-shaper-cleanup-on-queue-deleti.patch
	patches.suse/netlink-spec-add-shaper-introspection-support.patch
	patches.suse/net-shaper-implement-introspection-support.patch
	patches.suse/net-shapers-implement-cap-validation-in-the-core.patch
	patches.suse/testing-net-drv-add-basic-shaper-test.patch
	patches.suse/virtchnl-support-queue-rate-limit-and-quanta-size-co.patch
	patches.suse/ice-Support-VF-queue-rate-limit-and-quanta-size-conf.patch
	patches.suse/iavf-Add-net_shaper_ops-support.patch
	patches.suse/iavf-add-support-to-exchange-qos-capabilities.patch
	patches.suse/r8169-don-t-apply-UDP-padding-quirk-on-RTL8126A.patch
	patches.suse/tg3-Link-IRQs-to-NAPI-instances.patch
	patches.suse/tg3-Link-queues-to-NAPIs.patch
	patches.suse/netdevsim-copy-addresses-for-both-in-and-out-paths.patch
	patches.suse/selftests-rtnetlink-update-netdevsim-ipsec-output-fo.patch
	patches.suse/r8169-enable-SG-TSO-on-selected-chip-versions-per-de.patch
	patches.suse/tg3-Address-byte-order-miss-matches.patch
	patches.suse/net-napi-Make-napi_defer_hard_irqs-per-NAPI.patch
	patches.suse/netdev-genl-Dump-napi_defer_hard_irqs.patch
	patches.suse/net-napi-Make-gro_flush_timeout-per-NAPI.patch
	patches.suse/netdev-genl-Dump-gro_flush_timeout.patch
	patches.suse/net-napi-Add-napi_config.patch
	patches.suse/netdev-genl-Support-setting-per-NAPI-config-values.patch
	patches.suse/bnxt-Add-support-for-persistent-NAPI-config.patch
	patches.suse/mlx5-Add-support-for-persistent-NAPI-config.patch
	patches.suse/mlx4-Add-support-for-persistent-NAPI-config-to-RX-CQ.patch
	patches.suse/selftests-bpf-add-missing-header-include-for-htons.patch
	patches.suse/selftests-bpf-fix-bpf_map_redirect-call-for-cpu-map-.patch
	patches.suse/selftests-bpf-make-xdp_cpumap_attach-keep-redirect-p.patch
	patches.suse/selftests-bpf-check-program-redirect-in-xdp_cpumap_a.patch
	patches.suse/xsk-Get-rid-of-xdp_buff_xsk-xskb_list_node.patch
	patches.suse/xsk-s-free_list_node-list_node.patch
	patches.suse/neighbour-Remove-NEIGH_DN_TABLE.patch
	patches.suse/af_packet-avoid-erroring-out-after-sock_init_data-in.patch
	patches.suse/Bluetooth-L2CAP-do-not-leave-dangling-sk-pointer-on-.patch
	patches.suse/Bluetooth-RFCOMM-avoid-leaving-dangling-sk-pointer-i.patch
	patches.suse/net-af_can-do-not-leave-a-dangling-sk-pointer-in-can.patch
	patches.suse/net-ieee802154-do-not-leave-a-dangling-sk-pointer-in.patch
	patches.suse/net-inet-do-not-leave-a-dangling-sk-pointer-in-inet_.patch
	patches.suse/net-inet6-do-not-leave-a-dangling-sk-pointer-in-inet.patch
	patches.suse/gve-move-DQO-rx-buffer-management-related-code-to-a-.patch
	patches.suse/gve-adopt-page-pool-for-DQ-RDA-mode.patch
	patches.suse/gve-add-support-for-basic-queue-stats.patch
	patches.suse/neighbour-Use-rtnl_register_many.patch
	patches.suse/ethtool-rss-prevent-rss-ctx-deletion-when-in-use.patch
	patches.suse/tg3-Increase-buffer-size-for-IRQ-label.patch
	patches.suse/eth-Fix-typo-accelaration-.-exprienced-and-rewrittin.patch
	patches.suse/net-mlx5-Refactor-QoS-group-scheduling-element-creat.patch
	patches.suse/net-mlx5-Introduce-node-type-to-rate-group-structure.patch
	patches.suse/net-mlx5-Add-parent-group-support-in-rate-group-stru.patch
	patches.suse/net-mlx5-Restrict-domain-list-insertion-to-root-TSAR.patch
	patches.suse/net-mlx5-Rename-vport-QoS-group-reference-to-parent.patch
	patches.suse/net-mlx5-Introduce-node-struct-and-rename-group-term.patch
	patches.suse/net-mlx5-Refactor-vport-scheduling-element-creation-.patch
	patches.suse/net-mlx5-Refactor-vport-QoS-to-use-scheduling-node-s.patch
	patches.suse/net-mlx5-Remove-vport-QoS-enabled-flag.patch
	patches.suse/net-mlx5-Simplify-QoS-scheduling-element-configurati.patch
	patches.suse/net-mlx5-Generalize-QoS-operations-for-nodes-and-vpo.patch
	patches.suse/net-mlx5-Add-sync-reset-drop-mode-support.patch
	patches.suse/net-mlx5-Only-create-VEPA-flow-table-when-in-VEPA-mo.patch
	patches.suse/net-mlx5-fs-rename-packet-reformat-struct-member-act.patch
	patches.suse/net-mlx5-fs-rename-modify-header-struct-member-actio.patch
	patches.suse/virtchnl-fix-m68k-build.patch
	patches.suse/octeontx2-pf-handle-otx2_mbox_get_rsp-errors-in-otx2.patch
	patches.suse/octeontx2-pf-handle-otx2_mbox_get_rsp-errors-in-otx2-e26f8eac.patch
	patches.suse/octeontx2-pf-handle-otx2_mbox_get_rsp-errors-in-otx2-bd3110bc.patch
	patches.suse/octeontx2-pf-handle-otx2_mbox_get_rsp-errors-in-cn10.patch
	patches.suse/octeontx2-pf-handle-otx2_mbox_get_rsp-errors-in-otx2-f5b942e6.patch
	patches.suse/octeontx2-pf-handle-otx2_mbox_get_rsp-errors-in-otx2-69297b0d.patch
	patches.suse/net-atlantic-support-reading-SFP-module-info.patch
	patches.suse/netlink-specs-Add-missing-bitset-attrs-to-ethtool-sp.patch
	patches.suse/net-mlx5-unique-names-for-per-device-caches.patch
	patches.suse/vsock-do-not-leave-dangling-sk-pointer-in-vsock_crea.patch
	patches.suse/netlink-specs-Add-missing-phy-ntf-command-to-ethtool.patch
	patches.suse/neighbour-use-kvzalloc-kvfree.patch
	patches.suse/net-mlx5e-Update-features-on-MTU-change.patch
	patches.suse/net-mlx5e-Update-features-on-ring-size-change.patch
	patches.suse/ibmvnic-use-ethtool-string-helpers.patch
	patches.suse/msft-hv-3079-net-mana-use-ethtool-string-helpers.patch
	patches.suse/mlx5-fix-typo-in-mlx5_cqwq_get_cqe_enahnced_comp.patch
	patches.suse/mlx5-simplify-EQ-interrupt-polling-logic.patch
	patches.suse/net-marvell-use-ethtool-string-helpers.patch
	patches.suse/net-qlogic-use-ethtool-string-helpers.patch
	patches.suse/wifi-p54-Use-IRQF_NO_AUTOEN-flag-in-request_irq.patch
	patches.suse/wifi-mwifiex-Use-IRQF_NO_AUTOEN-flag-in-request_irq.patch
	patches.suse/wifi-cfg80211-check-radio-iface-combination-for-mult.patch
	patches.suse/wifi-mwifiex-add-missing-locking-for-cfg80211-calls.patch
	patches.suse/wifi-wilc1000-Set-MAC-after-operation-mode.patch
	patches.suse/wifi-mwifiex-Fix-memcpy-field-spanning-write-warning.patch
	patches.suse/wifi-rtw88-use-ieee80211_purge_tx_queue-to-purge-TX-.patch
	patches.suse/wifi-rtw89-rename-rtw89_vif-to-rtw89_vif_link-ahead-.patch
	patches.suse/wifi-rtw89-rename-rtw89_sta-to-rtw89_sta_link-ahead-.patch
	patches.suse/wifi-rtw89-read-bss_conf-corresponding-to-the-link.patch
	patches.suse/wifi-rtw89-read-link_sta-corresponding-to-the-link.patch
	patches.suse/wifi-rtw89-refactor-VIF-related-func-ahead-for-MLO.patch
	patches.suse/wifi-rtw89-refactor-STA-related-func-ahead-for-MLO.patch
	patches.suse/wifi-rtw89-tweak-driver-architecture-for-impending-M.patch
	patches.suse/wifi-rtw89-check-return-value-of-ieee80211_probereq_.patch
	patches.suse/wifi-rtw89-handle-entity-active-flag-per-PHY.patch
	patches.suse/wifi-rtl8xxxu-Perform-update_beacon_work-when-beacon.patch
	patches.suse/debugfs-add-small-file-operations-for-most-files.patch
	patches.suse/Documentation-networking-Add-missing-PHY_GET-command.patch
	patches.suse/octeontx2-pf-Define-common-API-for-HW-resources-conf.patch
	patches.suse/octeontx2-pf-Add-new-APIs-for-queue-memory-alloc-fre.patch
	patches.suse/octeontx2-pf-Reuse-PF-max-mtu-value.patch
	patches.suse/octeontx2-pf-Move-shared-APIs-to-header-file.patch
	patches.suse/gve-change-to-use-page_pool_put_full_page-when-recyc.patch
	patches.suse/dpll-add-clock-quality-level-attribute-and-op.patch
	patches.suse/net-mlx5-DPLL-Add-clock-quality-level-op-implementat.patch
	patches.suse/net-bnxt-use-ethtool-string-helpers.patch
	patches.suse/net-tcp-Add-missing-lockdep-annotations-for-TCP-AO-hlist-traversals.patch
	patches.suse/dim-make-dim_calc_stats-inputs-const-pointers.patch
	patches.suse/dim-pass-dim_sample-to-net_dim-by-reference.patch
	patches.suse/selftests-bpf-Fix-msg_verify_data-in-test_sockmap.patch
	patches.suse/selftests-bpf-Fix-txmsg_redir-of-test_txmsg_pull-in-.patch
	patches.suse/net-mlx5-Rework-esw-qos-domain-init-and-cleanup.patch
	patches.suse/net-mlx5-DR-moved-all-the-SWS-code-into-a-separate-d.patch
	patches.suse/net-mlx5-HWS-renamed-the-files-in-accordance-with-na.patch
	patches.suse/net-mlx5e-move-XDP_REDIRECT-sq-to-dynamic-allocation.patch
	patches.suse/net-mlx5e-do-not-create-xdp_redirect-for-non-uplink-.patch
	patches.suse/net-ena-Remove-autopolling-mode.patch
	patches.suse/net-ena-Remove-deadcode.patch
	patches.suse/net-ena-remove-devm-from-ethtool.patch
	patches.suse/mlx5_en-use-read-sequence-for-gettimex64.patch
	patches.suse/bnxt_en-cache-only-24-bits-of-hw-counter.patch
	patches.suse/bnxt_en-replace-PTP-spinlock-with-seqlock.patch
	patches.suse/netlink-typographical-error-in-nlmsg_type-constants-.patch
	patches.suse/sfc-Remove-falcon-deadcode.patch
	patches.suse/sfc-Remove-unused-efx_mae_mport_vf.patch
	patches.suse/sfc-Remove-unused-mcdi-functions.patch
	patches.suse/sfc-Remove-more-unused-functions.patch
	patches.suse/ipv6-release-nexthop-on-device-removal.patch
	patches.suse/selftests-net-really-check-for-bg-process-completion.patch
	patches.suse/bnxt_en-ethtool-Remove-ip4-ip6-ntuple-support-for-IP.patch
	patches.suse/bnxt_en-ethtool-Support-unset-l4proto-on-ip4-ip6-ntu.patch
	patches.suse/net-bnx2x-use-ethtool-string-helpers.patch
	patches.suse/netfilter-nf_tables-avoid-false-positive-lockdep-spl.patch
	patches.suse/netfilter-nf_tables-must-hold-rcu-read-lock-while-it.patch
	patches.suse/netfilter-nf_tables-must-hold-rcu-read-lock-while-it-cddc0427.patch
	patches.suse/net-sfc-use-ethtool-string-helpers.patch
	patches.suse/msft-hv-3081-hv_sock-Initializing-vsk-trans-to-NULL-to-prevent-a-.patch
	patches.suse/neighbour-Add-hlist_node-to-struct-neighbour.patch
	patches.suse/neighbour-Define-neigh_for_each_in_bucket.patch
	patches.suse/neighbour-Convert-seq_file-functions-to-use-hlist.patch
	patches.suse/neighbour-Convert-iteration-to-use-hlist-macro.patch
	patches.suse/neighbour-Remove-bare-neighbour-next-pointer.patch
	patches.suse/neighbour-Create-netdev-neighbour-association.patch
	patches.suse/mlx5-core-Schedule-EQ-comp-tasklet-only-if-necessary.patch
	patches.suse/bridge-Allow-deleting-FDB-entries-with-non-existent-.patch
	patches.suse/mlx5-core-relax-memory-barrier-in-eq_update_ci.patch
	patches.suse/mlx5-core-deduplicate-mlx5_-eq_update_ci.patch
	patches.suse/octeontx2-af-Refactor-few-NPC-mcam-APIs.patch
	patches.suse/octeontx2-af-Knobs-for-NPC-default-rule-counters.patch
	patches.suse/ipv6-Fix-soft-lockups-in-fib6_select_path-under-high-next-hop-churn.patch
	patches.suse/bnxt_en-use-irq_update_affinity_hint.patch
	patches.suse/net-atlantic-use-irq_update_affinity_hint.patch
	patches.suse/bnxt_en-add-unlocked-version-of-bnxt_refclk_read.patch
	patches.suse/net-Add-napi_struct-parameter-irq_suspend_timeout.patch
	patches.suse/net-Add-control-functions-for-irq-suspension.patch
	patches.suse/eventpoll-Trigger-napi_busy_loop-if-prefer_busy_poll.patch
	patches.suse/eventpoll-Control-irq-suspension-for-prefer_busy_pol.patch
	patches.suse/selftests-net-Add-busy_poll_test.patch
	patches.suse/net-mlx5-E-switch-refactor-eswitch-mode-change.patch
	patches.suse/net-mlx5-Simplify-QoS-normalization-by-removing-erro.patch
	patches.suse/net-mlx5-Generalize-max_rate-and-min_rate-setting-fo.patch
	patches.suse/net-mlx5-Refactor-scheduling-element-configuration-b.patch
	patches.suse/net-mlx5-Generalize-scheduling-element-operations.patch
	patches.suse/net-mlx5-Integrate-esw_qos_vport_enable-logic-into-r.patch
	patches.suse/net-mlx5-Make-vport-QoS-enablement-more-flexible-for.patch
	patches.suse/net-mlx5e-SHAMPO-Simplify-UMR-allocation-for-headers.patch
	patches.suse/net-mlx5e-SHAMPO-Fix-page_index-calculation-inconsis.patch
	patches.suse/net-mlx5e-SHAMPO-Change-frag-page-setup-order-during.patch
	patches.suse/net-mlx5e-SHAMPO-Drop-info-array.patch
	patches.suse/net-mlx5e-SHAMPO-Rework-header-allocation-loop.patch
	patches.suse/eth-bnxt-use-page-pool-for-head-frags.patch
	patches.suse/octeontx2-pf-RVU-representor-driver.patch
	patches.suse/octeontx2-pf-Create-representor-netdev.patch
	patches.suse/octeontx2-pf-Add-basic-net_device_ops.patch
	patches.suse/octeontx2-af-Add-packet-path-between-representor-and.patch
	patches.suse/octeontx2-pf-Get-VF-stats-via-representor.patch
	patches.suse/octeontx2-pf-Add-support-to-sync-link-state-between-.patch
	patches.suse/octeontx2-pf-Configure-VF-mtu-via-representor.patch
	patches.suse/octeontx2-pf-Add-representors-for-sdp-MAC.patch
	patches.suse/octeontx2-pf-Add-devlink-port-support.patch
	patches.suse/octeontx2-pf-Implement-offload-stats-ndo-for-represe.patch
	patches.suse/octeontx2-pf-Adds-TC-offload-support.patch
	patches.suse/wifi-ath9k-add-range-check-for-conn_rsp_epid-in-htc_.patch
	patches.suse/wifi-ath10k-fix-invalid-VHT-parameters-in-supported_.patch
	patches.suse/wifi-ath10k-fix-invalid-VHT-parameters-in-supported_-52db16e.patch
	patches.suse/wifi-ath12k-Skip-Rx-TID-cleanup-for-self-peer.patch
	patches.suse/wifi-ath12k-fix-use-after-free-in-ath12k_dp_cc_clean.patch
	patches.suse/wifi-ath12k-fix-one-more-memcpy-size-error.patch
	patches.suse/wifi-ath11k-Fix-CE-offset-address-calculation-for-WC.patch
	patches.suse/wifi-ath12k-fix-atomic-calls-in-ath12k_mac_op_set_bi.patch
	patches.suse/wifi-ath10k-avoid-NULL-pointer-error-during-sdio-rem.patch
	patches.suse/wifi-ath5k-add-PCI-ID-for-SX76X.patch
	patches.suse/wifi-ath5k-add-PCI-ID-for-Arcadyan-devices.patch
	patches.suse/wifi-ath12k-remove-msdu_end-structure-for-WCN7850.patch
	patches.suse/wifi-ath12k-fix-crash-when-unbinding.patch
	patches.suse/wifi-ath12k-fix-warning-when-unbinding.patch
	patches.suse/wifi-wfx-Fix-error-handling-in-wfx_core_init.patch
	patches.suse/wifi-cw1200-Fix-potential-NULL-dereference.patch
	patches.suse/wifi-cfg80211-Remove-the-Medium-Synchronization-Dela.patch
	patches.suse/wifi-nl80211-fix-bounds-checker-error-in-nl80211_par.patch
	patches.suse/wifi-iwlwifi-allow-fast-resume-on-ax200.patch
	patches.suse/wifi-iwlwifi-mvm-tell-iwlmei-when-we-finished-suspen.patch
	patches.suse/wifi-iwlwifi-be-less-noisy-if-the-NIC-is-dead-in-S3.patch
	patches.suse/wifi-rtw89-Fix-TX-fail-with-A2DP-after-scanning.patch
	patches.suse/wifi-rtw89-unlock-on-error-path-in-rtw89_ops_unassig.patch
	patches.suse/wifi-rtw89-chan-manage-active-interfaces.patch
	patches.suse/wifi-rtw89-tweak-setting-of-channel-and-TX-power-for.patch
	patches.suse/wifi-rtw89-coex-check-NULL-return-of-kmalloc-in-btc_.patch
	patches.suse/wifi-rtlwifi-Drastically-reduce-the-attempts-to-read.patch
	patches.suse/wifi-brcmfmac-release-root-node-in-all-execution-pat.patch
	patches.suse/wifi-ipw2x00-libipw_rx_any-fix-bad-alignment.patch
	patches.suse/wifi-brcmfmac-Fix-oops-due-to-NULL-pointer-dereferen.patch
	patches.suse/net-rfkill-gpio-Add-check-for-clk_enable.patch
	patches.suse/Revert-wifi-iwlegacy-do-not-skip-frames-with-bad-FCS.patch
	patches.suse/selftests-bpf-Add-txmsg_pass-to-pull-push-pop-in-tes.patch
	patches.suse/selftests-bpf-Fix-SENDPAGE-data-logic-in-test_sockma.patch
	patches.suse/selftests-bpf-Fix-total_bytes-in-msg_loop_rx-in-test.patch
	patches.suse/selftests-bpf-Add-push-pop-checking-for-msg_verify_d.patch
	patches.suse/bpf-sockmap-Several-fixes-to-bpf_msg_pop_data.patch
	patches.suse/net-ethtool-only-allow-set_rxnfc-with-rss-ring_cooki.patch
	patches.suse/Bluetooth-btusb-mediatek-move-Bluetooth-power-off-co.patch
	patches.suse/Bluetooth-btusb-mediatek-add-callback-function-in-bt.patch
	patches.suse/Bluetooth-btusb-mediatek-add-intf-release-flow-when-.patch
	patches.suse/Bluetooth-btusb-mediatek-change-the-conditions-for-I.patch
	patches.suse/Bluetooth-btusb-add-Foxconn-0xe0fc-for-Qualcomm-WCN7.patch
	patches.suse/Bluetooth-btusb-Add-one-more-ID-0x0489-0xe0f3-for-Qu.patch
	patches.suse/Bluetooth-btusb-Add-one-more-ID-0x13d3-0x3623-for-Qu.patch
	patches.suse/Bluetooth-btnxpuart-Drop-_v0-suffix-from-FW-names.patch
	patches.suse/Bluetooth-btnxpuart-Rename-IW615-to-IW610.patch
	patches.suse/Bluetooth-hci_conn-Reduce-hci_conn_drop-calls-in-two.patch
	patches.suse/bluetooth-Fix-typos-in-the-comments.patch
	patches.suse/Bluetooth-btusb-Add-RTL8852BE-device-0489-e123-to-de.patch
	patches.suse/Bluetooth-btusb-Add-USB-HW-IDs-for-MT7920-MT7925.patch
	patches.suse/Bluetooth-hci_conn-Use-disable_delayed_work_sync.patch
	patches.suse/Bluetooth-btnxpuart-Add-GPIO-support-to-power-save-f.patch
	patches.suse/Bluetooth-hci_core-Fix-not-checking-skb-length-on-hc.patch
	patches.suse/Bluetooth-hci_core-Fix-not-checking-skb-length-on-hc-59437cbb.patch
	patches.suse/Bluetooth-btintel_pcie-Add-handshake-between-driver-.patch
	patches.suse/Bluetooth-btintel_pcie-Add-recovery-mechanism.patch
	patches.suse/Bluetooth-btmtksdio-Lookup-device-node-only-as-fallb.patch
	patches.suse/Bluetooth-btintel-Add-DSBR-support-for-BlazarIW-Blaz.patch
	patches.suse/Bluetooth-hci_qca-use-devm_clk_get_optional_enabled_.patch
	patches.suse/Bluetooth-btintel_pcie-Remove-deadcode.patch
	patches.suse/Bluetooth-btintel-Do-no-pass-vendor-events-to-stack.patch
	patches.suse/Bluetooth-Fix-type-of-len-in-rfcomm_sock_getsockopt-.patch
	patches.suse/Bluetooth-btintel_pcie-remove-redundant-assignment-t.patch
	patches.suse/Bluetooth-Add-new-quirks-for-ATS2851.patch
	patches.suse/Bluetooth-Support-new-quirks-for-ATS2851.patch
	patches.suse/Bluetooth-Set-quirks-for-ATS2851.patch
	patches.suse/Bluetooth-btintel_pcie-Replace-deprecated-PCI-functi.patch
	patches.suse/Bluetooth-btmtk-adjust-the-position-to-init-iso-data.patch
	patches.suse/Bluetooth-btusb-Add-new-VID-PID-0489-e111-for-MT7925.patch
	patches.suse/Bluetooth-btbcm-fix-missing-of_node_put-in-btbcm_get.patch
	patches.suse/Bluetooth-btrtl-Decrease-HCI_OP_RESET-timeout-from-1.patch
	patches.suse/Bluetooth-ISO-Do-not-emit-LE-PA-Create-Sync-if-previ.patch
	patches.suse/Bluetooth-ISO-Fix-matching-parent-socket-for-BIS-sla.patch
	patches.suse/Bluetooth-ISO-Do-not-emit-LE-BIG-Create-Sync-if-prev.patch
	patches.suse/Bluetooth-ISO-Update-hci_conn_hash_lookup_big-for-Br.patch
	patches.suse/Bluetooth-btusb-Add-new-VID-PID-0489-e124-for-MT7925.patch
	patches.suse/Bluetooth-btusb-Add-3-HWIDs-for-MT7925.patch
	patches.suse/Bluetooth-HCI-Add-IPC-11-bus-type.patch
	patches.suse/Bluetooth-SCO-Use-kref-to-track-lifetime-of-sco_conn.patch
	patches.suse/Bluetooth-ISO-Use-kref-to-track-lifetime-of-iso_conn.patch
	patches.suse/Bluetooth-hci_conn-Remove-alloc-from-critical-sectio.patch
	patches.suse/Bluetooth-ISO-Send-BIG-Create-Sync-via-hci_sync.patch
	patches.suse/Bluetooth-hci_bcm-Use-the-devm_clk_get_optional-help.patch
	patches.suse/Bluetooth-fix-use-after-free-in-device_for_each_chil.patch
	patches.suse/Bluetooth-MGMT-Add-initial-implementation-of-MGMT_OP.patch
	patches.suse/netdev-genl-Hold-rcu_read_lock-in-napi_set.patch
	patches.suse/bnxt_en-optimize-gettimex64.patch
	patches.suse/octeontx2-pf-Fix-spelling-mistake-reprentator-repres.patch
	patches.suse/ndo_fdb_add-Add-a-parameter-to-report-whether-notifi.patch
	patches.suse/ndo_fdb_del-Add-a-parameter-to-report-whether-notifi.patch
	patches.suse/ice-rework-of-dump-serdes-equalizer-values-feature.patch
	patches.suse/ice-extend-dump-serdes-equalizer-values-feature.patch
	patches.suse/ice-refactor-last-segment-of-DDP-pkg.patch
	patches.suse/ice-support-optional-flags-in-signature-segment-head.patch
	patches.suse/ice-Add-support-for-persistent-NAPI-config.patch
	patches.suse/ice-only-allow-Tx-promiscuous-for-multicast.patch
	patches.suse/ice-initialize-pf-supported_rxdids-immediately-after.patch
	patches.suse/ice-use-stack-variable-for-virtchnl_supported_rxdids.patch
	patches.suse/ice-Unbind-the-workqueue.patch
	patches.suse/ixgbe-Break-include-dependency-cycle.patch
	patches.suse/igc-remove-autoneg-parameter-from-igc_mac_info.patch
	patches.suse/igb-Fix-2-typos-in-comments-in-igb_main.c.patch
	patches.suse/igbvf-remove-unused-spinlock.patch
	patches.suse/e1000-Hold-RTNL-when-e1000_down-can-be-called.patch
	patches.suse/net-neighbor-clear-error-in-case-strict-check-is-not.patch
	patches.suse/bnxt_en-Update-firmware-interface-spec-to-1.10.3.85.patch
	patches.suse/bnxt_en-Add-mem_valid-bit-to-struct-bnxt_ctx_mem_typ.patch
	patches.suse/bnxt_en-Refactor-bnxt_free_ctx_mem.patch
	patches.suse/bnxt_en-Add-a-force-parameter-to-bnxt_free_ctx_mem.patch
	patches.suse/bnxt_en-Allocate-backing-store-memory-for-FW-trace-l.patch
	patches.suse/bnxt_en-Manage-the-FW-trace-context-memory.patch
	patches.suse/bnxt_en-Do-not-free-FW-log-context-memory.patch
	patches.suse/bnxt_en-Add-functions-to-copy-host-context-memory.patch
	patches.suse/bnxt_en-Add-2-parameters-to-bnxt_fill_coredump_seg_h.patch
	patches.suse/bnxt_en-Add-a-new-ethtool-W-dump-flag.patch
	patches.suse/bnxt_en-Add-FW-trace-coredump-segments-to-the-coredu.patch
	patches.suse/Documentation-tipc-fix-formatting-issue-in-tipc.rst.patch
	patches.suse/net-phy-dp83869-fix-status-reporting-for-1000base-x-.patch
	patches.suse/i40e-Fix-handling-changed-priv-flags.patch
	patches.suse/netdev-genl-Hold-rcu_read_lock-in-napi_get.patch
	patches.suse/selftests-netfilter-Fix-missing-return-values-in-con.patch
	patches.suse/netfilter-ipset-add-missing-range-check-in-bitmap_ip.patch
	patches.suse/xsk-Free-skb-when-TX-metadata-options-are-invalid.patch
	patches.suse/net-phy-fix-phylib-s-dual-eee_enabled.patch
	patches.suse/gve-Flow-steering-trigger-reset-only-for-timeout-err.patch
	patches.suse/bpf-fix-recursive-lock-when-verdict-program-return-S.patch
	patches.suse/erofs-fix-file-backed-mounts-over-FUSE.patch
	patches.suse/erofs-fix-blksize-PAGE_SIZE-for-file-backed-mounts.patch
	patches.suse/erofs-handle-NONHEAD-delta-1-lclusters-gracefully.patch
	patches.suse/xfs-sb_spino_align-is-not-verified.patch
	patches.suse/xfs-fix-simplify-extent-lookup-in-xfs_can_free_eofblocks.patch
	patches.suse/xfs-fix-chown-with-rt-quota.patch
	patches.suse/xfs-report-realtime-block-quota-limits-on-realtime-directories.patch
	patches.suse/dlm-fix-swapped-args-sb_flags-vs-sb_status.patch
	patches.suse/dlm-fix-possible-lkb_resource-null-dereference.patch
	patches.suse/dlm-fix-dlm_recover_members-refcount-on-error.patch
	patches.suse/dma-debug-fix-a-possible-deadlock-on-radix_lock.patch
	patches.suse/dma-mapping-remove-an-outdated-comment-from-dma-map-.patch
	patches.suse/ACPICA-IORT-Update-for-revision-E.f.patch
	patches.suse/ACPI-IORT-Support-CANWBS-memory-access-flag.patch
	patches.suse/i2c-dev-Fix-memory-leak-when-underlying-adapter-does.patch
	patches.suse/i2c-i801-Add-support-for-Intel-Panther-Lake.patch
	patches.suse/ALSA-hda-Use-own-quirk-lookup-helper.patch
	patches.suse/ALSA-hda-conexant-Use-the-new-codec-SSID-matching.patch
	patches.suse/ALSA-hda-realtek-Use-codec-SSID-matching-for-Lenovo-.patch
	patches.suse/ALSA-usb-audio-Use-snprintf-instead-of-sprintf-in-bu.patch
	patches.suse/ALSA-hda-Fix-build-error-without-CONFIG_SND_DEBUG.patch
	patches.suse/ALSA-usb-audio-Add-Pioneer-DJ-AlphaTheta-DJM-A9-Mixe.patch
	patches.suse/ALSA-usb-audio-Make-mic-volume-workarounds-globally-.patch
	patches.suse/ALSA-usx2y-Use-snd_card_free_when_closed-at-disconne.patch
	patches.suse/ALSA-us122l-Use-snd_card_free_when_closed-at-disconn.patch
	patches.suse/ALSA-caiaq-Use-snd_card_free_when_closed-at-disconne.patch
	patches.suse/ALSA-6fire-Release-resources-at-card-release.patch
	patches.suse/ASoC-dt-bindings-mt6359-Update-generic-node-name-and.patch
	patches.suse/ASoC-fsl_micfil-fix-regmap_write_bits-usage.patch
	patches.suse/ASoC-fsl-asoc-card-Add-missing-handling-of-hp-mic-dt.patch
	patches.suse/ASoC-Intel-sof_rt5682-Add-HDMI-In-capture-with-rt568.patch
	patches.suse/ASoC-amd-acp-fix-for-inconsistent-indenting.patch
	patches.suse/ASoC-amd-acp-fix-for-cpu-dai-index-logic.patch
	patches.suse/ASoC-Intel-avs-Fix-return-status-of-avs_pcm_hw_const.patch
	patches.suse/ASoC-rt722-sdca-Remove-logically-deadcode-in-rt722-s.patch
	patches.suse/ASoC-sdw_utils-Add-support-for-exclusion-DAI-quirks.patch
	patches.suse/ASoC-sdw_utils-Add-a-quirk-to-allow-the-cs42l43-mic-.patch
	patches.suse/ASoC-Intel-sof_sdw-Add-quirk-for-cs42l43-system-usin.patch
	patches.suse/ASoC-Intel-sof_sdw-Add-quirks-for-some-new-Lenovo-la.patch
	patches.suse/ASoC-sdw_utils-Add-quirk-to-exclude-amplifier-functi.patch
	patches.suse/ASoC-Intel-soc-acpi-intel-arl-match-Add-rt722-and-rt.patch
	patches.suse/ASoC-codecs-Fix-atomicity-violation-in-snd_soc_compo.patch
	patches.suse/ASoC-da7213-Populate-max_register-to-regmap_config.patch
	patches.suse/ASoC-hdmi-codec-reorder-channel-allocation-list.patch
	patches.suse/ALSA-hda-Poll-jack-events-for-LS7A-HD-Audio.patch
	patches.suse/drm-imagination-Convert-to-use-time_before-macro.patch
	patches.suse/drm-imagination-Use-pvr_vm_context_get.patch
	patches.suse/drm-mm-Mark-drm_mm_interval_tree-functions-with-__ma.patch
	patches.suse/drm-vc4-hdmi-Avoid-log-spam-for-audio-start-failure.patch
	patches.suse/drm-vc4-hvs-Set-AXI-panic-modes-for-the-HVS.patch
	patches.suse/drm-vc4-hdmi-Increase-audio-MAI-fifo-dreq-threshold.patch
	patches.suse/drm-vc4-hvs-Don-t-write-gamma-luts-on-2711.patch
	patches.suse/drm-vc4-hdmi-Avoid-hang-with-debug-registers-when-su.patch
	patches.suse/drm-vc4-hvs-Fix-dlist-debug-not-resetting-the-next-e.patch
	patches.suse/drm-vc4-hvs-Remove-incorrect-limit-from-hvs_dlist-de.patch
	patches.suse/drm-vc4-Introduce-generation-number-enum.patch
	patches.suse/drm-vc4-hvs-Correct-logic-on-stopping-an-HVS-channel.patch
	patches.suse/drm-omap-Fix-possible-NULL-dereference.patch
	patches.suse/drm-omap-Fix-locking-in-omap_gem_new_dmabuf.patch
	patches.suse/drm-v3d-Appease-lockdep-while-updating-GPU-stats.patch
	patches.suse/drm-panic-Fix-uninitialized-spinlock-acquisition-wit.patch
	patches.suse/udmabuf-change-folios-array-from-kmalloc-to-kvmalloc.patch
	patches.suse/udmabuf-fix-vmap_udmabuf-error-page-set.patch
	patches.suse/drm-imx-dcss-Use-IRQF_NO_AUTOEN-flag-in-request_irq.patch
	patches.suse/drm-imx-dcss-Use-IRQF_NO_AUTOEN-flag-in-request_irq-4380f86.patch
	patches.suse/drm-imx-ipuv3-Use-IRQF_NO_AUTOEN-flag-in-request_irq.patch
	patches.suse/drm-panel-orientation-quirks-Add-quirk-for-AYA-NEO-2.patch
	patches.suse/drm-panel-orientation-quirks-Add-quirk-for-AYA-NEO-F.patch
	patches.suse/drm-panel-orientation-quirks-Add-quirk-for-AYA-NEO-G.patch
	patches.suse/drm-panel-nt35510-Make-new-commands-optional.patch
	patches.suse/drm-bridge-it6505-Enable-module-autoloading.patch
	patches.suse/drm-mcde-Enable-module-autoloading.patch
	patches.suse/drm-sti-avoid-potential-dereference-of-error-pointer.patch
	patches.suse/drm-sti-avoid-potential-dereference-of-error-pointer-e965e77.patch
	patches.suse/drm-sti-avoid-potential-dereference-of-error-pointer-831214f.patch
	patches.suse/drm-v3d-Address-race-condition-in-MMU-flush.patch
	patches.suse/drm-v3d-Flush-the-MMU-before-we-supply-more-memory-t.patch
	patches.suse/drm-fbdev-helper-Move-color-mode-lookup-into-4CC-for.patch
	patches.suse/drm-fbdev-Add-memory-agnostic-fbdev-client.patch
	patches.suse/drm-Add-client-agnostic-setup-helper.patch
	patches.suse/drm-fbdev-ttm-Support-struct-drm_driver.fbdev_probe.patch
	patches.suse/drm-nouveau-Run-DRM-default-client-setup.patch
	patches.suse/drm-panthor-introduce-job-cycle-and-timestamp-accoun.patch
	patches.suse/drm-panthor-record-current-and-maximum-device-clock-.patch
	patches.suse/drm-bridge-anx7625-Drop-EDID-cache-on-bridge-power-o.patch
	patches.suse/drm-bridge-it6505-Drop-EDID-cache-on-bridge-power-of.patch
	patches.suse/drm-panel-jd9365da-h3-Remove-unused-num_init_cmds-st.patch
	patches.suse/drm-vc4-Match-drm_dev_enter-and-exit-calls-in-vc4_hv-cf1c87d.patch
	patches.suse/drm-vc4-Match-drm_dev_enter-and-exit-calls-in-vc4_hv.patch
	patches.suse/drm-vc4-Correct-generation-check-in-vc4_hvs_lut_load.patch
	patches.suse/drm-xe-pciids-separate-RPL-U-and-RPL-P-PCI-IDs.patch
	patches.suse/drm-xe-pciids-separate-ARL-and-MTL-PCI-IDs.patch
	patches.suse/drm-xe-pciids-Add-PVC-s-PCI-device-ID-macros.patch
	patches.suse/drm-xe-pciid-Add-new-PCI-id-for-ARL.patch
	patches.suse/drm-xe-devcoredump-Use-drm_puts-and-already-cached-l.patch
	patches.suse/drm-xe-devcoredump-Improve-section-headings-and-add-.patch
	patches.suse/drm-xe-devcoredump-Add-ASCII85-dump-helper-function.patch
	patches.suse/drm-xe-guc-Copy-GuC-log-prior-to-dumping.patch
	patches.suse/drm-xe-ptl-L3bank-mask-is-not-available-on-the-media.patch
	patches.suse/drm-xe-xe3-Add-initial-set-of-workarounds.patch
	patches.suse/drm-i915-color-Extract-intel_color_modeset.patch
	patches.suse/drm-i915-Plumb-dsb-all-way-to-the-plane-hooks.patch
	patches.suse/drm-display-Fix-building-with-GCC-15.patch
	patches.suse/accel-ivpu-Limit-FW-version-string-length.patch
	patches.suse/accel-ivpu-Add-coredump-support.patch
	patches.suse/accel-ivpu-Add-FW-state-dump-on-TDR.patch
	patches.suse/accel-ivpu-Prevent-recovery-invocation-during-probe-.patch
	patches.suse/drm-bridge-tc358767-Fix-link-properties-discovery.patch
	patches.suse/accel-qaic-Add-AIC080-support.patch
	patches.suse/drm-panic-Select-ZLIB_DEFLATE-for-DRM_PANIC_SCREEN_Q.patch
	patches.suse/drm-amdgpu-Fix-JPEG-v4.0.3-register-write.patch
	patches.suse/drm-amd-display-Fix-incorrect-DSC-recompute-trigger.patch
	patches.suse/drm-amd-display-Fix-out-of-bounds-access-in-dcn21_li.patch
	patches.suse/drm-radeon-r600_cs-Fix-possible-int-overflow-in-r600.patch
	patches.suse/drm-amdgpu-gfx9-Add-Cleaner-Shader-Deinitialization-.patch
	patches.suse/drm-amd-display-skip-disable-CRTC-in-seemless-bootup.patch
	patches.suse/drm-amd-display-Fix-garbage-or-black-screen-when-res.patch
	patches.suse/drm-amd-display-fix-a-memleak-issue-when-driver-is-r.patch
	patches.suse/drm-amd-display-calculate-final-viewport-before-TAP-.patch
	patches.suse/drm-amd-display-Skip-Invalid-Streams-from-DSC-Policy.patch
	patches.suse/drm-amd-display-disable-SG-displays-on-cyan-skillfis.patch
	patches.suse/drm-amd-display-Increase-idle-worker-HPD-detection-t.patch
	patches.suse/drm-amd-display-Full-exit-out-of-IPS2-when-all-allow.patch
	patches.suse/Revert-drm-amdgpu-gfx9-put-queue-resets-behind-a-deb.patch
	patches.suse/drm-amd-display-Adding-array-index-check-to-prevent-.patch
	patches.suse/drm-amdgpu-gfx9-Add-cleaner-shader-for-GFX9.4.2.patch
	patches.suse/drm-amdgpu-clear-RB_OVERFLOW-bit-when-enabling-inter.patch
	patches.suse/drm-amdgpu-Dereference-the-ATCS-ACPI-buffer.patch
	patches.suse/drm-amdgpu-refine-error-handling-in-amdgpu_ttm_tt_pi.patch
	patches.suse/drm-fbdev-dma-Select-FB_DEFERRED_IO.patch
	patches.suse/drm-fsl-dcu-enable-PIXCLK-on-LS1021A.patch
	patches.suse/drm-panel-simple-Add-Microchip-AC69T88A-LVDS-Display.patch
	patches.suse/drm-panel-nv3052c-correct-spi_device_id-for-RG35XX-p.patch
	patches.suse/drm-sched-memset-job-in-drm_sched_job_init.patch
	patches.suse/drm-panfrost-Remove-unused-id_mask-from-struct-panfr.patch
	patches.suse/drm-nouveau-gr-gf100-Fix-missing-unlock-in-gf100_gr_.patch
	patches.suse/accel-ivpu-Increase-DMA-address-range.patch
	patches.suse/drm-zynqmp_kms-Unplug-DRM-device-before-removal.patch
	patches.suse/drm-xlnx-zynqmp_disp-layer-may-be-null-while-releasi.patch
	patches.suse/drm-xlnx-zynqmp_dpsub-fix-hotplug-detection.patch
	patches.suse/drm-msm-dpu-on-SDM845-move-DSPP_3-to-LM_5-block.patch
	patches.suse/drm-msm-dpu-drop-LM_3-LM_4-on-SDM845.patch
	patches.suse/drm-msm-dpu-drop-LM_3-LM_4-on-MSM8998.patch
	patches.suse/drm-msm-Fix-some-typos-in-comment.patch
	patches.suse/drm-msm-adreno-Use-IRQF_NO_AUTOEN-flag-in-request_ir.patch
	patches.suse/drm-msm-gpu-Check-the-status-of-registration-to-PM-Q.patch
	patches.suse/drm-xe-forcewake-Add-a-helper-xe_force_wake_ref_has_.patch
	patches.suse/drm-xe-devcoredump-Update-handling-of-xe_force_wake_.patch
	patches.suse/drm-xe-guc-ct-Flush-g2h-worker-in-case-of-g2h-respon.patch
	patches.suse/drm-xe-oa-Separate-batch-submission-from-waiting-for.patch
	patches.suse/drm-xe-oa-uapi-Define-and-parse-OA-sync-properties.patch
	patches.suse/drm-xe-oa-Add-input-fence-dependencies.patch
	patches.suse/drm-xe-oa-Signal-output-fences.patch
	patches.suse/drm-xe-oa-Move-functions-up-so-they-can-be-reused-fo.patch
	patches.suse/drm-xe-oa-Add-syncs-support-to-OA-config-ioctl.patch
	patches.suse/drm-xe-oa-Allow-only-certain-property-changes-from-c.patch
	patches.suse/drm-xe-xe_guc_ads-save-restore-OA-registers-and-allo.patch
	patches.suse/Revert-drm-xe-xe_guc_ads-save-restore-OA-registers-a.patch
	patches.suse/drm-mediatek-Fix-child-node-refcount-handling-in-ear.patch
	patches.suse/drm-xe-hdcp-Fix-gsc-structure-check-in-fw-check-stat.patch
	patches.suse/drm-i915-dsi-convert-to-struct-intel_display.patch
	patches.suse/drm-msm-dpu-cast-crtc_clk-calculation-to-u64-in-_dpu.patch
	patches.suse/drm-amd-display-Reduce-HPD-Detection-Interval-for-IP.patch
	patches.suse/drm-amd-display-Refactoring-if-and-endif-statements-.patch
	patches.suse/drm-amd-display-Fix-underflow-when-playing-8K-video-.patch
	patches.suse/drm-amdgpu-Fix-the-memory-allocation-issue-in-amdgpu.patch
	patches.suse/drm-amdgpu-fix-comment-about-amdgpu.abmlevel-default.patch
	patches.suse/drm-amd-display-Remove-hw-w-a-toggle-if-on-DP2-HPO.patch
	patches.suse/drm-amd-display-parse-umc_info-or-vram_info-based-on.patch
	patches.suse/drm-amd-display-Don-t-write-DP_MSTM_CTRL-after-LT.patch
	patches.suse/drm-amd-display-Prune-Invalid-Modes-For-HDMI-Output.patch
	patches.suse/drm-amdkfd-Use-dynamic-allocation-for-CU-occupancy-a.patch
	patches.suse/drm-amdgpu-skip-amdgpu_device_cache_pci_state-under-.patch
	patches.suse/drm-amdgpu-set-the-right-AMDGPU-sg-segment-limitatio.patch
	patches.suse/drm-etnaviv-Request-pages-from-DMA32-zone-on-address.patch
	patches.suse/drm-etnaviv-hold-GPU-lock-across-perfmon-sampling.patch
	patches.suse/drm-etnaviv-flush-shader-L1-cache-after-user-command.patch
	patches.suse/drm-vkms-Drop-unnecessary-call-to-drm_crtc_cleanup.patch
	patches.suse/drm-panic-Add-ABGR2101010-support.patch
	patches.suse/drm-bridge-it6505-Fix-inverted-reset-polarity.patch
	patches.suse/drm-use-ATOMIC64_INIT-for-atomic64_t.patch
	patches.suse/drm-panfrost-Add-missing-OPP-table-refcnt-decrementa.patch
	patches.suse/drm-panthor-Fix-OPP-refcnt-leaks-in-devfreq-initiali.patch
	patches.suse/drm-amdgpu-fix-ACA-bank-count-boundary-check-error.patch
	patches.suse/drm-amdgpu-Fix-map-unmap-queue-logic.patch
	patches.suse/drm-amdkfd-Fix-wrong-usage-of-INIT_WORK.patch
	patches.suse/Revert-drm-amd-display-parse-umc_info-or-vram_info-b.patch
	patches.suse/cxl-core-regs-Add-rcd_pcie_cap-initialization.patch
	patches.suse/cxl-pci-Add-sysfs-attribute-for-CXL-1.1-device-link-.patch
	patches.suse/cxl-downgrade-a-warning-message-to-debug-level-in-cx.patch
	patches.suse/cxl-cdat-Use-pra-for-dpa-range-outputs.patch
	patches.suse/ACPI-CDAT-Add-CDAT-DSMAS-shared-and-read-only-flag-v.patch
	patches.suse/cxl-pci-Delay-event-buffer-allocation.patch
	patches.suse/cxl-hdm-Use-guard-in-cxl_dpa_set_mode.patch
	patches.suse/cxl-region-Refactor-common-create-region-code.patch
	patches.suse/x86-tdx-Introduce-wrappers-to-read-and-write-TD-metadata.patch
	patches.suse/x86-tdx-Rename-tdx_parse_tdinfo-to-tdx_setup.patch
	patches.suse/x86-tdx-Dynamically-disable-SEPT-violations-from-causing-V.patch
	patches.suse/x86-tdx-Enable-CPU-topology-enumeration.patch
	patches.suse/verification-dot2-Improve-dot-parser-robustness.patch
	patches.suse/tracing-Remove-TRACE_FLAG_IRQS_NOSUPPORT.patch
	patches.suse/bpf-put-bpf_link-s-program-when-link-is-safe-to-be-d.patch
	patches.suse/ftrace-Fix-regression-with-module-command-in-stack_trace_filter.patch
	patches.suse/kunit-skb-use-gfp-variable-instead-of-hardcoding-GFP.patch
	patches.suse/kunit-string-stream-Fix-a-UAF-bug-in-kunit_init_suit.patch
	patches.suse/kunit-Fix-potential-null-dereference-in-kunit_device.patch
	patches.suse/mfd-tps65010-Use-IRQF_NO_AUTOEN-flag-in-request_irq-.patch
	patches.suse/mfd-da9052-spi-Change-read-mask-to-write-mask.patch
	patches.suse/mfd-intel_soc_pmic_bxtwc-Use-IRQ-domain-for-USB-Type.patch
	patches.suse/mfd-intel_soc_pmic_bxtwc-Use-IRQ-domain-for-TMU-devi.patch
	patches.suse/mfd-intel_soc_pmic_bxtwc-Use-IRQ-domain-for-PMIC-dev.patch
	patches.suse/mfd-intel_soc_pmic_bxtwc-Fix-IRQ-domain-names-duplic.patch
	patches.suse/mfd-rt5033-Fix-missing-regmap_del_irq_chip.patch
	patches.suse/leds-flash-mt6360-Fix-device_for_each_child_node-ref.patch
	patches.suse/leds-lp55xx-Remove-redundant-test-for-invalid-channe.patch
	patches.suse/leds-max5970-Fix-unreleased-fwnode_handle-in-probe-f.patch
	patches.suse/leds-ktd2692-Set-missing-timing-properties.patch
	patches.suse/leds-class-Protect-brightness_show-with-led_cdev-led.patch
	patches.suse/clk-sophgo-avoid-integer-overflow-in-sg2042_pll_reca.patch
	patches.suse/clk-clk-apple-nco-Add-NULL-check-in-applnco_probe.patch
	patches.suse/clk-clk-loongson2-Fix-memory-corruption-bug-in-struc.patch
	patches.suse/clk-clk-loongson2-Fix-potential-buffer-overflow-in-f.patch
	patches.suse/clk-mediatek-drop-two-dead-config-options.patch
	patches.suse/clk-ralink-mtmips-fix-clock-plan-for-Ralink-SoC-RT38.patch
	patches.suse/clk-ralink-mtmips-fix-clocks-probe-order-in-oldest-r.patch
	patches.suse/clk-en7523-remove-REG_PCIE-_-MEM-MEM_MASK-configurat.patch
	patches.suse/clk-en7523-move-clock_register-in-hw_init-callback.patch
	patches.suse/clk-en7523-introduce-chip_scu-regmap.patch
	patches.suse/clk-en7523-fix-estimation-of-fixed-rate-for-EN7581.patch
	patches.suse/clk-Allow-kunit-tests-to-run-without-OF_OVERLAY-enab.patch
	patches.suse/clk-renesas-rzg2l-Fix-FOUTPOSTDIV-clk.patch
	patches.suse/clk-imx93-Move-IMX93_CLK_END-macro-to-clk-driver.patch
	patches.suse/dt-bindings-clock-imx93-Drop-IMX93_CLK_END-macro-definition.patch
	patches.suse/dt-bindings-clock-Add-i.MX91-clock-support.patch
	patches.suse/clk-imx-add-i.MX91-clk.patch
	patches.suse/clk-imx-lpcg-scu-SW-workaround-for-errata-e10858.patch
	patches.suse/clk-imx-fracn-gppll-correct-PLL-initialization-flow.patch
	patches.suse/clk-imx-fracn-gppll-fix-pll-power-up.patch
	patches.suse/clk-imx-clk-scu-fix-clk-enable-state-save-and-restor.patch
	patches.suse/clk-imx-imx8-acm-Fix-return-value-check-in-clk_imx_a.patch
	patches.suse/clk-sunxi-ng-d1-Fix-PLL_AUDIO0-preset.patch
	patches.suse/clk-clk-axi-clkgen-make-sure-to-enable-the-AXI-bus-c.patch
	patches.suse/clk-qcom-videocc-sm8550-depend-on-either-gcc-sm8550-.patch
	patches.suse/clk-qcom-gcc-qcs404-fix-initial-rate-of-GPLL3.patch
	patches.suse/clk-qcom-clk-alpha-pll-drop-lucid-evo-pll-enabled-wa.patch
	patches.suse/clk-qcom-clk-alpha-pll-fix-lucid-5lpe-pll-enabled-ch.patch
	patches.suse/clk-qcom-rcg2-add-clk_rcg2_shared_floor_ops.patch
	patches.suse/clk-qcom-rpmh-add-support-for-SAR2130P.patch
	patches.suse/clk-qcom-tcsrcc-sm8550-add-SAR2130P-support.patch
	patches.suse/clk-qcom-dispcc-sm8550-enable-support-for-SAR2130P.patch
	patches.suse/clk-qcom-clk-alpha-pll-Add-NSS-HUAYRA-ALPHA-PLL-supp.patch
	patches.suse/mtd-hyperbus-rpc-if-Add-missing-MODULE_DEVICE_TABLE.patch
	patches.suse/mtd-spi-nor-spansion-Use-nor-addr_nbytes-in-octal-DT.patch
	patches.suse/mtd-spi-nor-core-replace-dummy-buswidth-from-addr-to.patch
	patches.suse/mtd-rawnand-atmel-Fix-possible-memory-leak.patch
	patches.suse/mtd-spinand-winbond-Fix-512GW-and-02JW-OOB-layout.patch
	patches.suse/mtd-spinand-winbond-Fix-512GW-01GW-01JW-and-02JW-ECC.patch
	patches.suse/tpm-ibmvtpm-Set-TPM_OPS_AUTO_STARTUP-flag-on-driver.patch
	patches.suse/cppc_cpufreq-Use-desired-perf-if-feedback-ctrs-are-0.patch
	patches.suse/cpufreq-loongson2-Unregister-platform_driver-on-fail.patch
	patches.suse/Revert-cpufreq-brcmstb-avs-cpufreq-Fix-initial-comma.patch
	patches.suse/cpufreq-CPPC-Fix-possible-null-ptr-deref-for-cpufreq.patch
	patches.suse/cpufreq-CPPC-Fix-possible-null-ptr-deref-for-cppc_ge.patch
	patches.suse/cpufreq-scmi-Fix-cleanup-path-when-boost-enablement-.patch
	patches.suse/cpufreq-loongson3-Check-for-error-code-from-devm_mut.patch
	patches.suse/cpufreq-CPPC-Fix-wrong-return-value-in-cppc_get_cpu_.patch
	patches.suse/cpufreq-CPPC-Fix-wrong-return-value-in-cppc_get_cpu_-b51eb08.patch
	patches.suse/cpufreq-mediatek-hw-Fix-wrong-return-value-in-mtk_cp.patch
	patches.suse/thermal-drivers-qcom-tsens-v1-Add-support-for-MSM893.patch
	patches.suse/iommu-io-pgtable-arm-Fix-stage-2-map-unmap-for-conca.patch
	patches.suse/iommu-tegra241-cmdqv-Fix-unused-variable-warning.patch
	patches.suse/iommu-tegra241-cmdqv-Fix-alignment-failure-at-max_n_.patch
	patches.suse/iommu-s390-Implement-blocking-domain.patch
	patches.suse/iommu-amd-Fix-corruption-when-mapping-large-pages-fr.patch
	patches.suse/iommu-amd-pgtbl_v2-Take-protection-domain-lock-befor.patch
	patches.suse/RDMA-core-Provide-rdma_user_mmap_disassociate-to-dis.patch
	patches.suse/RDMA-hns-Disassociate-mmap-pages-for-all-uctx-when-H.patch
	patches.suse/IB-hfi1-make-clear_all_interrupts-static.patch
	patches.suse/RDMA-efa-Update-device-interface.patch
	patches.suse/RDMA-efa-Add-option-to-set-QP-service-level-on-creat.patch
	patches.suse/RDMA-ipoib-Use-the-networking-stack-default-for-txqu.patch
	patches.suse/RDMA-bnxt_re-Add-support-for-optimized-modify-QP.patch
	patches.suse/RDMA-bnxt_re-Add-support-for-CQ-rx-coalescing.patch
	patches.suse/RDMA-bnxt_re-Add-support-for-modify_device-hook.patch
	patches.suse/RDMA-bnxt_re-Fix-access-flags-for-MR-and-QP-modify.patch
	patches.suse/RDMA-Use-ethtool-string-helpers.patch
	patches.suse/RDMA-hns-Fix-an-AEQE-overflow-error-caused-by-untime.patch
	patches.suse/RDMA-hns-Fix-flush-cqe-error-when-racing-with-destro.patch
	patches.suse/RDMA-hns-Modify-debugfs-name.patch
	patches.suse/RDMA-hns-Use-dev_-printings-in-hem-code-instead-of-i.patch
	patches.suse/RDMA-hns-Fix-cpu-stuck-caused-by-printings-during-re.patch
	patches.suse/RDMA-rxe-Fix-the-qp-flush-warnings-in-req.patch
	patches.suse/RDMA-bnxt_re-Check-cqe-flags-to-know-imm_data-vs-inv.patch
	patches.suse/RDMA-efa-Report-link-speed-according-to-device-attri.patch
	patches.suse/RDMA-rxe-Set-queue-pair-cur_qp_state-when-being-quer.patch
	patches.suse/RDMA-bnxt_re-Support-driver-specific-data-collection.patch
	patches.suse/RDMA-bnxt_re-Add-support-for-querying-HW-contexts.patch
	patches.suse/RDMA-bnxt_re-Support-raw-data-query-for-each-resourc.patch
	patches.suse/RDMA-bnxt_re-Add-debugfs-hook-in-the-driver.patch
	patches.suse/net-mlx5-Introduce-data-placement-ordering-bits.patch
	patches.suse/RDMA-mlx5-Support-OOO-RX-WQE-consumption.patch
	patches.suse/RDMA-mlx5-Support-querying-per-plane-IB-PortCounters.patch
	patches.suse/RDMA-mlx5-Call-dev_put-after-the-blocking-notifier.patch
	patches.suse/RDMA-core-Implement-RoCE-GID-port-rescan-and-export-.patch
	patches.suse/RDMA-mlx5-Ensure-active-slave-attachment-to-the-bond.patch
	patches.suse/RDMA-core-Add-device-ufile-cleanup-operation.patch
	patches.suse/RDMA-core-Move-ib_uverbs_file-struct-to-uverbs_types.patch
	patches.suse/RDMA-mlx5-Add-implementation-for-ufile_hw_cleanup-de.patch
	patches.suse/RDMA-nldev-Add-IB-device-and-net-device-rename-event.patch
	patches.suse/RDMA-hns-Fix-out-of-order-issue-of-requester-when-se.patch
	patches.suse/RDMA-hns-Fix-NULL-pointer-derefernce-in-hns_roce_map.patch
	patches.suse/bnxt_en-Add-support-for-RoCE-sriov-configuration.patch
	patches.suse/RDMA-bnxt_re-Enhance-RoCE-SRIOV-resource-configurati.patch
	patches.suse/RDMA-bnxt_re-Add-set_func_resources-support-for-P5-P.patch
	patches.suse/RDMA-hns-Fix-different-dgids-mapping-to-the-same-dip.patch
	patches.suse/RDMA-bnxt_re-Fail-probe-early-when-not-enough-MSI-x-.patch
	patches.suse/RDMA-bnxt_re-Refactor-NQ-allocation.patch
	patches.suse/RDMA-bnxt_re-Refurbish-CQ-to-NQ-hash-calculation.patch
	patches.suse/RDMA-bnxt_re-Cache-MSIx-info-to-a-local-structure.patch
	patches.suse/RDMA-mlx5-Move-events-notifier-registration-to-be-af.patch
	patches.suse/IB-cm-Explicitly-mark-if-a-response-MAD-is-a-retrans.patch
	patches.suse/IB-cm-Do-not-hold-reference-on-cm_id-unless-needed.patch
	patches.suse/IB-cm-Rework-sending-DREQ-when-destroying-a-cm_id.patch
	patches.suse/RDMA-bnxt_re-Support-different-traffic-class.patch
	patches.suse/RDMA-bnxt_re-Use-the-default-mode-of-congestion-cont.patch
	patches.suse/RDMA-bnxt_re-Correct-the-sequence-of-device-suspend.patch
	patches.suse/unicode-Fix-utf8_load-error-path.patch
	patches.suse/ovl-properly-handle-large-files-in-ovl_security_fileattr.patch
	patches.suse/ovl-Filter-invalid-inodes-with-missing-lookup-functi.patch
	patches.suse/smb-client-fix-use-after-free-of-signing-key.patch
	patches.suse/smb-Don-t-leak-cfid-when-reconnect-races-with-open_cached_dir.patch
	patches.suse/smb-prevent-use-after-free-due-to-open_cached_dir-error-paths.patch
	patches.suse/zram-do-not-mark-idle-slots-that-cannot-be-idle.patch
	patches.suse/mm-refactor-mm_access-to-not-return-NULL.patch
	patches.suse/mm-madvise-unrestrict-process_madvise-for-current-process.patch
	patches.suse/mm-remove-misleading-unlikely-hint-in-vms_gather_munmap_vmas.patch
	patches.suse/maple_tree-fix-alloc-node-fail-issue.patch
	patches.suse/mm-mremap-cleanup-vma_to_resize.patch
	patches.suse/mm-mremap-remove-goto-from-mremap_to.patch
	patches.suse/tools-testing-add-additional-vma_internal.h-stubs.patch
	patches.suse/mm-isolate-mmap-internal-logic-to-mm-vma.c.patch
	patches.suse/mm-refactor-__mmap_region.patch
	patches.suse/mm-remove-unnecessary-reset-state-logic-on-merge-new-VMA.patch
	patches.suse/mm-defer-second-attempt-at-merge-on-mmap.patch
	patches.suse/mm-vma-the-pgoff-is-correct-if-can_merge_right.patch
	patches.suse/selftests-damon-huge_count_read_write-provide-suffic.patch
	patches.suse/selftests-damon-huge_count_read_write-remove-unneces.patch
	patches.suse/selftests-damon-_debugfs_common-hide-expected-error-.patch
	patches.suse/selftests-damon-debugfs_duplicate_context_creation-h.patch
	patches.suse/kasan-move-checks-to-do_strncpy_from_user.patch
	patches.suse/mm-pagewalk-add-the-ability-to-install-PTEs.patch
	patches.suse/mm-add-PTE_MARKER_GUARD-PTE-marker.patch
	patches.suse/mm-madvise-implement-lightweight-guard-page-mechanism.patch
	patches.suse/tools-testing-update-tools-UAPI-header-for-mman-common.h.patch
	patches.suse/selftests-mm-add-self-tests-for-guard-page-feature.patch
	patches.suse/zram-clear-IDLE-flag-after-recompression.patch
	patches.suse/zram-clear-IDLE-flag-in-mark_idle.patch
	patches.suse/vma-detect-infinite-loop-in-vma-tree.patch
	patches.suse/maple_tree-refine-mas_store_root-on-storing-NULL.patch
	patches.suse/mm-remove-unnecessary-page_table_lock-on-stack-expansion.patch
	patches.suse/zram-ZRAM_DEF_COMP-should-depend-on-ZRAM.patch
	patches.suse/zram-fix-NULL-pointer-in-comp_algorithm_show.patch
	patches.suse/powerpc-vdso-Flag-VDSO64-entry-points-as-functions.patch
	patches.suse/powerpc-fadump-Refactor-and-prepare-fadump_cma_init-.patch
	patches.suse/powerpc-fadump-Move-fadump_cma_init-to-setup_arch-af.patch
	patches.suse/powerpc-mm-fault-Fix-kfence-page-fault-reporting.patch
	patches.suse/powerpc-pseries-Fix-dtl_access_lock-to-be-a-rw_semap.patch
	patches.suse/powerpc-kprobes-Use-ftrace-to-determine-if-a-probe-i.patch
	patches.suse/powerpc64-ftrace-Nop-out-additional-std-instruction-.patch
	patches.suse/powerpc32-ftrace-Unify-32-bit-and-64-bit-ftrace-entr.patch
	patches.suse/powerpc-module_64-Convert-ifdef-to-IS_ENABLED.patch
	patches.suse/powerpc-ftrace-Remove-pointer-to-struct-module-from-.patch
	patches.suse/powerpc-ftrace-Skip-instruction-patching-if-the-inst.patch
	patches.suse/powerpc-ftrace-Move-ftrace-stub-used-for-init-text-b.patch
	patches.suse/powerpc64-bpf-Fold-bpf_jit_emit_func_call_hlp-into-b.patch
	patches.suse/powerpc-ftrace-Add-a-postlink-script-to-validate-fun.patch
	patches.suse/kbuild-Add-generic-hook-for-architectures-to-use-bef.patch
	patches.suse/powerpc64-ftrace-Move-ftrace-sequence-out-of-line.patch
	patches.suse/powerpc64-ftrace-Support-.text-larger-than-32MB-with.patch
	patches.suse/powerpc-ftrace-Add-support-for-DYNAMIC_FTRACE_WITH_C.patch
	patches.suse/powerpc-ftrace-Add-support-for-DYNAMIC_FTRACE_WITH_D.patch
	patches.suse/samples-ftrace-Add-support-for-ftrace-direct-samples.patch
	patches.suse/powerpc64-bpf-Add-support-for-bpf-trampolines.patch
	patches.suse/powerpc-ftrace-Fix-ftrace-bug-with-KASAN-y.patch
	patches.suse/powerpc-fadump-allocate-memory-for-additional-parameters-early.patch
	patches.suse/fadump-reserve-param-area-if-below-boot_mem_top.patch
	patches.suse/powerpc-pseries-Fix-KVM-guest-detection-for-disablin.patch
	patches.suse/powerpc-sstep-make-emulate_vsx_load-and-emulate_vsx_.patch
	patches.suse/powerpc-kexec-Fix-return-of-uninitialized-variable.patch
	patches.suse/KVM-PPC-replace-call_rcu-by-kfree_rcu-for-simple-kme.patch
	patches.suse/KVM-PPC-Book3S-HV-Add-Power11-capability-support-for.patch
	patches.suse/Revert-KVM-PPC-Book3S-HV-Nested-Stop-forwarding-all-.patch
	patches.suse/KVM-PPC-Book3S-HV-Stop-using-vc-dpdes-for-nested-KVM.patch
	patches.suse/KVM-PPC-Book3S-HV-Avoid-returning-to-nested-hypervis.patch
	patches.suse/KVM-PPC-Book3S-HV-Fix-kmv-kvm-typo.patch
	patches.suse/powerpc-perf-Add-perf-interface-to-expose-vpa-counters.patch
	patches.suse/docs-ABI-sysfs-bus-event_source-devices-vpa-pmu-Document-sysfs-event-format-entries-for-vpa_pmu.patch
	patches.suse/powerpc-kvm-Add-vpa-latency-counters-to-kvm_vcpu_arch.patch
	patches.suse/powerpc-perf-Add-per-task-process-monitoring-to-vpa_pmu-driver.patch
	patches.suse/KVM-Drop-KVM_ERR_PTR_BAD_PAGE-and-instead-return-NUL.patch
	patches.suse/KVM-Allow-calling-kvm_release_page_-clean-dirty-on-a.patch
	patches.suse/KVM-Add-kvm_release_page_unused-API-to-put-pages-tha.patch
	patches.suse/KVM-x86-mmu-Skip-the-try-unsync-path-iff-the-old-SPT.patch
	patches.suse/KVM-x86-mmu-Don-t-overwrite-shadow-present-MMU-SPTEs.patch
	patches.suse/KVM-x86-mmu-Invert-can_unsync-and-renamed-to-synchro.patch
	patches.suse/KVM-x86-mmu-Mark-new-SPTE-as-Accessed-when-synchroni.patch
	patches.suse/KVM-x86-mmu-Mark-folio-dirty-when-creating-SPTE-not-.patch
	patches.suse/KVM-x86-mmu-Mark-page-folio-accessed-only-when-zappi.patch
	patches.suse/KVM-x86-mmu-Use-gfn_to_page_many_atomic-when-prefetc.patch
	patches.suse/KVM-Rename-gfn_to_page_many_atomic-to-kvm_prefetch_p.patch
	patches.suse/KVM-Drop-atomic-param-from-gfn-pfn-and-hva-pfn-APIs.patch
	patches.suse/KVM-Annotate-that-all-paths-in-hva_to_pfn-might-slee.patch
	patches.suse/KVM-Return-ERR_SIGPENDING-from-hva_to_pfn-if-GUP-ret.patch
	patches.suse/KVM-Drop-extra-GUP-via-check_user_page_hwpoison-to-d.patch
	patches.suse/KVM-Replace-async-pointer-in-gfn-pfn-with-no_wait-an.patch
	patches.suse/KVM-x86-mmu-Drop-kvm_page_fault.hva-i.e.-don-t-track.patch
	patches.suse/KVM-Drop-unused-hva-pointer-from-__gfn_to_pfn_memslo.patch
	patches.suse/KVM-Introduce-kvm_follow_pfn-to-eventually-replace-g.patch
	patches.suse/KVM-Remove-pointless-sanity-check-on-map-param-to-kv.patch
	patches.suse/KVM-Explicitly-initialize-all-fields-at-the-start-of.patch
	patches.suse/KVM-Use-NULL-for-struct-page-pointer-to-indicate-mre.patch
	patches.suse/KVM-nVMX-Rely-on-kvm_vcpu_unmap-to-track-validity-of.patch
	patches.suse/KVM-nVMX-Drop-pointless-msr_bitmap_map-field-from-st.patch
	patches.suse/KVM-nVMX-Add-helper-to-put-unmap-vmcs12-pages.patch
	patches.suse/KVM-Use-plain-struct-page-pointer-instead-of-single-.patch
	patches.suse/KVM-Provide-refcounted-page-as-output-field-in-struc.patch
	patches.suse/KVM-Move-kvm_-set-release-_page_-clean-dirty-helpers.patch
	patches.suse/KVM-pfncache-Precisely-track-refcounted-pages.patch
	patches.suse/KVM-Migrate-kvm_vcpu_map-to-kvm_follow_pfn.patch
	patches.suse/KVM-Pin-as-in-FOLL_PIN-pages-during-kvm_vcpu_map.patch
	patches.suse/KVM-nVMX-Mark-vmcs12-s-APIC-access-page-dirty-when-u.patch
	patches.suse/KVM-Pass-in-write-dirty-to-kvm_vcpu_map-not-kvm_vcpu.patch
	patches.suse/KVM-Get-writable-mapping-for-__kvm_vcpu_map-only-whe.patch
	patches.suse/KVM-Disallow-direct-access-w-o-mmu_notifier-to-unpin.patch
	patches.suse/KVM-x86-Don-t-fault-in-APIC-access-page-during-initi.patch
	patches.suse/KVM-x86-mmu-Add-mmu-prefix-fault-in-helpers-to-free-.patch
	patches.suse/KVM-x86-mmu-Put-direct-prefetched-pages-via-kvm_rele.patch
	patches.suse/KVM-x86-mmu-Add-common-helper-to-handle-prefetching-.patch
	patches.suse/KVM-x86-mmu-Add-helper-to-finish-handling-a-guest-pa.patch
	patches.suse/KVM-x86-mmu-Mark-pages-folios-dirty-at-the-origin-of.patch
	patches.suse/KVM-Move-declarations-of-memslot-accessors-up-in-kvm.patch
	patches.suse/KVM-Add-kvm_faultin_pfn-to-specifically-service-gues.patch
	patches.suse/KVM-x86-mmu-Convert-page-fault-paths-to-kvm_faultin_.patch
	patches.suse/KVM-guest_memfd-Pass-index-not-gfn-to-__kvm_gmem_get.patch
	patches.suse/KVM-guest_memfd-Provide-struct-page-as-output-from-k.patch
	patches.suse/KVM-x86-mmu-Put-refcounted-pages-instead-of-blindly-.patch
	patches.suse/KVM-x86-mmu-Don-t-mark-unused-faultin-pages-as-acces.patch
	patches.suse/KVM-Move-x86-s-API-to-release-a-faultin-page-to-comm.patch
	patches.suse/KVM-VMX-Hold-mmu_lock-until-page-is-released-when-up.patch
	patches.suse/KVM-VMX-Use-__kvm_faultin_page-to-get-APIC-access-pa.patch
	patches.suse/KVM-PPC-e500-Mark-struct-page-dirty-in-kvmppc_e500_s.patch
	patches.suse/KVM-PPC-e500-Mark-struct-page-pfn-accessed-before-dr.patch
	patches.suse/KVM-PPC-e500-Use-__kvm_faultin_pfn-to-handle-page-fa.patch
	patches.suse/KVM-arm64-Mark-struct-page-pfns-accessed-dirty-befor.patch
	patches.suse/KVM-arm64-Use-__kvm_faultin_pfn-to-handle-memory-abo.patch
	patches.suse/KVM-RISC-V-Mark-struct-page-pfns-dirty-iff-a-stage-2.patch
	patches.suse/KVM-RISC-V-Mark-struct-page-pfns-accessed-before-dro.patch
	patches.suse/KVM-RISC-V-Use-kvm_faultin_pfn-when-mapping-pfns-int.patch
	patches.suse/KVM-PPC-Use-__kvm_faultin_pfn-to-handle-page-faults-.patch
	patches.suse/KVM-PPC-Use-__kvm_faultin_pfn-to-handle-page-faults--431d2f7dcbde.patch
	patches.suse/KVM-PPC-Drop-unused-kvm_ro-param-from-kvmppc_book3s_.patch
	patches.suse/KVM-PPC-Book3S-Mark-struct-page-pfns-dirty-accessed-.patch
	patches.suse/KVM-PPC-Use-kvm_faultin_pfn-to-handle-page-faults-on.patch
	patches.suse/KVM-LoongArch-Mark-struct-page-pfns-dirty-only-in-sl.patch
	patches.suse/KVM-LoongArch-Mark-struct-page-pfns-accessed-only-in.patch
	patches.suse/KVM-LoongArch-Mark-struct-page-pfn-accessed-before-d.patch
	patches.suse/KVM-LoongArch-Use-kvm_faultin_pfn-to-map-pfns-into-t.patch
	patches.suse/KVM-MIPS-Mark-struct-page-pfns-dirty-only-in-slow-pa.patch
	patches.suse/KVM-MIPS-Mark-struct-page-pfns-accessed-only-in-slow.patch
	patches.suse/KVM-MIPS-Mark-struct-page-pfns-accessed-prior-to-dro.patch
	patches.suse/KVM-MIPS-Use-kvm_faultin_pfn-to-map-pfns-into-the-gu.patch
	patches.suse/KVM-PPC-Remove-extra-get_page-to-fix-page-refcount-l.patch
	patches.suse/KVM-PPC-Use-kvm_vcpu_map-to-map-guest-memory-to-patc.patch
	patches.suse/KVM-Convert-gfn_to_page-to-use-kvm_follow_pfn.patch
	patches.suse/KVM-Add-support-for-read-only-usage-of-gfn_to_page.patch
	patches.suse/KVM-arm64-Use-__gfn_to_page-when-copying-MTE-tags-to.patch
	patches.suse/KVM-PPC-Explicitly-require-struct-page-memory-for-Ul.patch
	patches.suse/KVM-Drop-gfn_to_pfn-APIs-now-that-all-users-are-gone.patch
	patches.suse/KVM-s390-Use-kvm_release_page_dirty-to-unpin-struct-.patch
	patches.suse/KVM-Make-kvm_follow_pfn.refcounted_page-a-required-f.patch
	patches.suse/KVM-x86-mmu-Don-t-mark-struct-page-accessed-when-zap.patch
	patches.suse/KVM-arm64-Don-t-mark-struct-page-accessed-when-makin.patch
	patches.suse/KVM-Drop-APIs-that-manipulate-struct-page-via-pfns.patch
	patches.suse/KVM-Don-t-grab-reference-on-VM_MIXEDMAP-pfns-that-ha.patch
	patches.suse/riscv-KVM-add-basic-support-for-host-vs-guest-profil.patch
	patches.suse/RISC-V-KVM-Order-the-object-files-alphabetically.patch
	patches.suse/RISC-V-KVM-Save-restore-HSTATUS-in-C-source.patch
	patches.suse/RISC-V-KVM-Save-restore-SCOUNTEREN-in-C-source.patch
	patches.suse/RISC-V-KVM-Break-down-the-__kvm_riscv_switch_to-into.patch
	patches.suse/RISC-V-KVM-Replace-aia_set_hvictl-with-aia_hvictl_va.patch
	patches.suse/RISC-V-KVM-Don-t-setup-SGEI-for-zero-guest-external-.patch
	patches.suse/RISC-V-KVM-Add-common-nested-acceleration-support.patch
	patches.suse/RISC-V-KVM-Use-nacl_csr_xyz-for-accessing-H-extensio.patch
	patches.suse/RISC-V-KVM-Use-nacl_csr_xyz-for-accessing-AIA-CSRs.patch
	patches.suse/RISC-V-KVM-Use-SBI-sync-SRET-call-when-available.patch
	patches.suse/RISC-V-KVM-Save-trap-CSRs-in-kvm_riscv_vcpu_enter_ex.patch
	patches.suse/RISC-V-KVM-Use-NACL-HFENCEs-for-KVM-request-based-HF.patch
	patches.suse/RISC-V-KVM-Fix-APLIC-in_clrip-and-clripnum-write-emu.patch
	patches.suse/riscv-kvm-Fix-out-of-bounds-array-access.patch
	patches.suse/KVM-s390-add-concurrent-function-facility-to-cpu-model.patch
	patches.suse/KVM-s390-add-msa11-to-cpu-model.patch
	patches.suse/KVM-s390-add-gen17-facilities-to-CPU-model.patch
	patches.suse/KVM-Rework-core-loop-of-kvm_vcpu_on_spin-to-use-a-si.patch
	patches.suse/KVM-Return-0-directly-when-there-s-no-task-to-yield-.patch
	patches.suse/KVM-Protect-vCPU-s-last-run-PID-with-rwlock-not-RCU.patch
	patches.suse/KVM-x86-mmu-Flush-remote-TLBs-iff-MMU-writable-flag-.patch
	patches.suse/KVM-x86-mmu-Always-set-SPTE-s-dirty-bit-if-it-s-crea.patch
	patches.suse/KVM-x86-mmu-Fold-all-of-make_spte-s-writable-handlin.patch
	patches.suse/KVM-x86-mmu-Don-t-force-flush-if-SPTE-update-clears-.patch
	patches.suse/KVM-x86-mmu-Don-t-flush-TLBs-when-clearing-Dirty-bit.patch
	patches.suse/KVM-x86-mmu-Drop-ignored-return-value-from-kvm_tdp_m.patch
	patches.suse/KVM-x86-mmu-Fold-mmu_spte_update_no_track-into-mmu_s.patch
	patches.suse/KVM-x86-mmu-WARN-and-flush-if-resolving-a-TDP-MMU-fa.patch
	patches.suse/KVM-x86-mmu-Add-a-dedicated-flag-to-track-if-A-D-bit.patch
	patches.suse/KVM-x86-mmu-Set-shadow_accessed_mask-for-EPT-even-if.patch
	patches.suse/KVM-x86-mmu-Set-shadow_dirty_mask-for-EPT-even-if-A-.patch
	patches.suse/KVM-x86-mmu-Use-Accessed-bit-even-when-_hardware_-A-.patch
	patches.suse/KVM-x86-mmu-Process-only-valid-TDP-MMU-roots-when-ag.patch
	patches.suse/KVM-x86-mmu-Stop-processing-TDP-MMU-roots-for-test_a.patch
	patches.suse/KVM-x86-mmu-Dedup-logic-for-detecting-TLB-flushes-on.patch
	patches.suse/KVM-x86-mmu-Set-Dirty-bit-for-new-SPTEs-even-if-_har.patch
	patches.suse/KVM-Allow-arch-code-to-elide-TLB-flushes-when-aging-.patch
	patches.suse/KVM-x86-Don-t-emit-TLB-flushes-when-aging-SPTEs-for-.patch
	patches.suse/KVM-x86-mmu-Drop-max_level-from-kvm_mmu_max_mapping_.patch
	patches.suse/KVM-x86-mmu-Batch-TLB-flushes-when-zapping-collapsib.patch
	patches.suse/KVM-x86-mmu-Check-yielded_gfn-for-forward-progress-i.patch
	patches.suse/KVM-x86-mmu-Demote-the-WARN-on-yielded-in-xxx_cond_r.patch
	patches.suse/KVM-x86-mmu-Refactor-TDP-MMU-iter-need-resched-check.patch
	patches.suse/KVM-x86-mmu-Recover-TDP-MMU-huge-page-mappings-in-pl.patch
	patches.suse/KVM-x86-mmu-Rename-make_huge_page_split_spte-to-make.patch
	patches.suse/KVM-x86-mmu-WARN-if-huge-page-recovery-triggered-dur.patch
	patches.suse/KVM-x86-mmu-Remove-KVM-s-MMU-shrinker.patch
	patches.suse/KVM-x86-mmu-Drop-per-VM-zapped_obsolete_pages-list.patch
	patches.suse/KVM-VMX-Remove-the-unused-variable-gpa-in-__invept.patch
	patches.suse/KVM-x86-Fix-a-comment-inside-kvm_vcpu_update_apicv.patch
	patches.suse/KVM-x86-Fix-a-comment-inside-__kvm_set_or_clear_apic.patch
	patches.suse/KVM-x86-Ensure-vcpu-mode-is-loaded-from-memory-in-kv.patch
	patches.suse/KVM-x86-Advertise-AMD_IBPB_RET-to-userspace.patch
	patches.suse/KVM-x86-AMD-s-IBPB-is-not-equivalent-to-Intel-s-IBPB.patch
	patches.suse/KVM-x86-Bypass-register-cache-when-querying-CPL-from.patch
	patches.suse/KVM-x86-Add-lockdep-guarded-asserts-on-register-cach.patch
	patches.suse/KVM-x86-Use-0-for-guest-RIP-if-PMI-encounters-protec.patch
	patches.suse/KVM-x86-drop-x86.h-include-from-cpuid.h.patch
	patches.suse/KVM-x86-Route-non-canonical-checks-in-emulator-throu.patch
	patches.suse/KVM-x86-Add-X86EMUL_F_MSR-and-X86EMUL_F_DT_LOAD-to-a.patch
	patches.suse/KVM-x86-model-canonical-checks-more-precisely.patch
	patches.suse/KVM-nVMX-fix-canonical-check-of-vmcs12-HOST_RIP.patch
	patches.suse/KVM-x86-Co-locate-initialization-of-feature-MSRs-in-.patch
	patches.suse/KVM-x86-Disallow-changing-MSR_PLATFORM_INFO-after-vC.patch
	patches.suse/KVM-x86-Quirk-initialization-of-feature-MSRs-to-KVM-.patch
	patches.suse/KVM-x86-Reject-userspace-attempts-to-access-PERF_CAP.patch
	patches.suse/KVM-VMX-Remove-restriction-that-PMU-version-0-for-PE.patch
	patches.suse/KVM-x86-Reject-userspace-attempts-to-access-ARCH_CAP.patch
	patches.suse/KVM-x86-Remove-ordering-check-b-w-MSR_PLATFORM_INFO-.patch
	patches.suse/KVM-x86-Short-circuit-all-kvm_lapic_set_base-if-MSR-.patch
	patches.suse/KVM-x86-Drop-superfluous-kvm_lapic_set_base-call-whe.patch
	patches.suse/KVM-x86-Get-vcpu-arch.apic_base-directly-and-drop-kv.patch
	patches.suse/KVM-x86-Inline-kvm_get_apic_mode-in-lapic.h.patch
	patches.suse/KVM-x86-Move-kvm_set_apic_base-implementation-to-lap.patch
	patches.suse/KVM-x86-Rename-APIC-base-setters-to-better-capture-t.patch
	patches.suse/KVM-x86-Make-kvm_recalculate_apic_map-local-to-lapic.patch
	patches.suse/KVM-x86-Unpack-msr_data-structure-prior-to-calling-k.patch
	patches.suse/KVM-x86-Short-circuit-all-of-kvm_apic_set_base-if-MS.patch
	patches.suse/KVM-powerpc-remove-remaining-traces-of-KVM_CAP_PPC_R.patch
	patches.suse/Documentation-KVM-fix-malformed-table.patch
	patches.suse/x86-KVM-Advertise-CPUIDs-for-new-instructions-in-Cle.patch
	patches.suse/KVM-x86-expose-MSR_PLATFORM_INFO-as-a-feature-MSR.patch
	patches.suse/arm64-Add-encoding-for-PIRE0_EL2.patch
	patches.suse/KVM-arm64-Drop-useless-struct-s2_mmu-in-__kvm_at_s1e.patch
	patches.suse/KVM-arm64-nv-Add-missing-EL2-EL1-mappings-in-get_el2.patch
	patches.suse/KVM-arm64-nv-Handle-CNTHCTL_EL2-specially.patch
	patches.suse/KVM-arm64-nv-Save-Restore-vEL2-sysregs.patch
	patches.suse/KVM-arm64-Correctly-access-TCR2_EL1-PIR_EL1-PIRE0_EL.patch
	patches.suse/KVM-arm64-Extend-masking-facility-to-arbitrary-regis.patch
	patches.suse/KVM-arm64-Add-TCR2_EL2-to-the-sysreg-arrays.patch
	patches.suse/KVM-arm64-Sanitise-TCR2_EL2.patch
	patches.suse/KVM-arm64-Add-save-restore-for-TCR2_EL2.patch
	patches.suse/KVM-arm64-Add-PIR-E0-_EL2-to-the-sysreg-arrays.patch
	patches.suse/KVM-arm64-Add-save-restore-for-PIR-E0-_EL2.patch
	patches.suse/KVM-arm64-Handle-PIR-E0-_EL2-traps.patch
	patches.suse/KVM-arm64-Add-AT-fast-path-support-for-S1PIE.patch
	patches.suse/KVM-arm64-Split-S1-permission-evaluation-into-direct.patch
	patches.suse/KVM-arm64-Disable-hierarchical-permissions-when-S1PI.patch
	patches.suse/KVM-arm64-Implement-AT-S1PIE-support.patch
	patches.suse/KVM-arm64-Add-a-composite-EL2-visibility-helper.patch
	patches.suse/KVM-arm64-Define-helper-for-EL2-registers-with-custo.patch
	patches.suse/KVM-arm64-Hide-TCR2_EL1-from-userspace-when-disabled.patch
	patches.suse/KVM-arm64-Hide-S1PIE-registers-from-userspace-when-d.patch
	patches.suse/KVM-arm64-Rely-on-visibility-to-let-PIR-_ELx-TCR2_EL.patch
	patches.suse/arm64-Add-encoding-for-POR_EL2.patch
	patches.suse/KVM-arm64-Drop-bogus-CPTR_EL2.E0POE-trap-routing.patch
	patches.suse/KVM-arm64-Subject-S1PIE-S1POE-registers-to-HCR_EL2.-.patch
	patches.suse/KVM-arm64-Add-kvm_has_s1poe-helper.patch
	patches.suse/KVM-arm64-Add-basic-support-for-POR_EL2.patch
	patches.suse/KVM-arm64-Add-save-restore-support-for-POR_EL2.patch
	patches.suse/KVM-arm64-Add-POE-save-restore-for-AT-emulation-fast.patch
	patches.suse/KVM-arm64-Disable-hierarchical-permissions-when-POE-.patch
	patches.suse/KVM-arm64-Make-PAN-conditions-part-of-the-S1-walk-co.patch
	patches.suse/KVM-arm64-Handle-stage-1-permission-overlays.patch
	patches.suse/KVM-arm64-Handle-WXN-attribute.patch
	patches.suse/firmware-psci-Add-definitions-for-PSCI-v1.3-specific.patch
	patches.suse/KVM-arm64-Add-PSCI-v1.3-SYSTEM_OFF2-function-for-hib.patch
	patches.suse/KVM-arm64-Add-support-for-PSCI-v1.2-and-v1.3.patch
	patches.suse/KVM-arm64-nvhe-Pass-through-PSCI-v1.3-SYSTEM_OFF2-ca.patch
	patches.suse/arm64-sysreg-Convert-existing-MPAM-sysregs-and-add-t.patch
	patches.suse/arm64-cpufeature-discover-CPU-support-for-MPAM.patch
	patches.suse/KVM-arm64-Fix-missing-traps-of-guest-accesses-to-the.patch
	patches.suse/KVM-arm64-Add-a-macro-for-creating-filtered-sys_reg_.patch
	patches.suse/KVM-arm64-Disable-MPAM-visibility-by-default-and-ign.patch
	patches.suse/KVM-arm64-Make-L1Ip-feature-in-CTR_EL0-writable-from.patch
	patches.suse/KVM-arm64-Just-advertise-SEIS-as-0-when-emulating-IC.patch
	patches.suse/KVM-arm64-Don-t-map-kvm_vgic_global_state-at-EL2-wit.patch
	patches.suse/KVM-arm64-Move-pkvm_vcpu_init_traps-to-init_pkvm_hyp.patch
	patches.suse/KVM-arm64-Refactor-kvm_vcpu_enable_ptrauth-for-hyp-u.patch
	patches.suse/KVM-arm64-Initialize-the-hypervisor-s-VM-state-at-EL.patch
	patches.suse/KVM-arm64-Initialize-trap-register-values-in-hyp-in-.patch
	patches.suse/KVM-arm64-Get-rid-of-userspace_irqchip_in_use.patch
	patches.suse/KVM-arm64-Don-t-retire-aborted-MMIO-instruction.patch
	patches.suse/arm64-sysreg-Describe-ID_AA64DFR2_EL1-fields.patch
	patches.suse/arm64-sysreg-Migrate-MDCR_EL2-definition-to-table.patch
	patches.suse/arm64-sysreg-Add-new-definitions-for-ID_AA64DFR0_EL1.patch
	patches.suse/KVM-arm64-Describe-RES0-RES1-bits-of-MDCR_EL2.patch
	patches.suse/KVM-arm64-nv-Allow-coarse-grained-trap-combos-to-use.patch
	patches.suse/KVM-arm64-nv-Rename-BEHAVE_FORWARD_ANY.patch
	patches.suse/KVM-arm64-nv-Reinject-traps-that-take-effect-in-Host.patch
	patches.suse/KVM-arm64-nv-Honor-MDCR_EL2.-TPM-TPMCR-in-Host-EL0.patch
	patches.suse/KVM-arm64-nv-Describe-trap-behaviour-of-MDCR_EL2.HPM.patch
	patches.suse/KVM-arm64-nv-Advertise-support-for-FEAT_HPMN0.patch
	patches.suse/KVM-arm64-Rename-kvm_pmu_valid_counter_mask.patch
	patches.suse/KVM-arm64-nv-Adjust-range-of-accessible-PMCs-accordi.patch
	patches.suse/KVM-arm64-Add-helpers-to-determine-if-PMC-counts-at-.patch
	patches.suse/KVM-arm64-nv-Honor-MDCR_EL2.HPME.patch
	patches.suse/KVM-arm64-nv-Honor-MDCR_EL2.HLP.patch
	patches.suse/KVM-arm64-nv-Apply-EL2-event-filtering-when-in-hyp-c.patch
	patches.suse/KVM-arm64-nv-Reprogram-PMU-events-affected-by-nested.patch
	patches.suse/KVM-arm64-vgic-its-Add-a-data-length-check-in-vgic_i.patch
	patches.suse/KVM-arm64-vgic-its-Clear-DTE-when-MAPD-unmaps-a-devi.patch
	patches.suse/KVM-arm64-vgic-its-Clear-ITE-when-DISCARD-frees-an-I.patch
	patches.suse/KVM-arm64-Pass-on-SVE-mapping-failures.patch
	patches.suse/LoongArch-KVM-Add-iocsr-and-mmio-bus-simulation-in-k.patch
	patches.suse/LoongArch-KVM-Add-IPI-device-support.patch
	patches.suse/LoongArch-KVM-Add-IPI-read-and-write-function.patch
	patches.suse/LoongArch-KVM-Add-IPI-user-mode-read-and-write-funct.patch
	patches.suse/LoongArch-KVM-Add-EIOINTC-device-support.patch
	patches.suse/LoongArch-KVM-Add-EIOINTC-read-and-write-functions.patch
	patches.suse/LoongArch-KVM-Add-EIOINTC-user-mode-read-and-write-f.patch
	patches.suse/LoongArch-KVM-Add-PCHPIC-device-support.patch
	patches.suse/LoongArch-KVM-Add-PCHPIC-read-and-write-functions.patch
	patches.suse/LoongArch-KVM-Add-PCHPIC-user-mode-read-and-write-fu.patch
	patches.suse/LoongArch-KVM-Add-irqfd-support.patch
	patches.suse/KVM-x86-switch-hugepage-recovery-thread-to-vhost_tas.patch
	patches.suse/Revert-KVM-VMX-Move-LOAD_IA32_PERF_GLOBAL_CTRL-errat.patch
	patches.suse/KVM-x86-add-back-X86_LOCAL_APIC-dependency.patch
	patches.suse/KVM-x86-Break-CONFIG_KVM_X86-s-direct-dependency-on-.patch
	patches.suse/Input-cs40l50-fix-wrong-usage-of-INIT_WORK.patch
	patches.suse/Input-hideep-add-missing-dependency-on-REGMAP_I2C.patch
	patches.suse/Input-hycon-hy46xx-add-missing-dependency-on-REGMAP_.patch
	patches.suse/Input-serio-define-serio_pause_rx-guard-to-pause-and.patch
	patches.suse/Input-imagis-fix-warning-regarding-imagis_3038_data-.patch
	patches.suse/fbdev-sh7760fb-Fix-a-possible-memory-leak-in-sh7760f.patch
	patches.suse/x86-fix-off-by-one-in-access_ok.patch
	patches.suse/lib-string_helpers-silence-snprintf-output-truncatio.patch
	patches.suse/lib-Kconfig.debug-move-int_pow-test-option-to-runtim.patch
	patches.suse/scatterlist-fix-a-typo.patch
	patches.suse/ipc-fix-memleak-if-msg_init_ns-failed-in-create_ipc_ns.patch
	patches.suse/perf-tools-update-expected-diff-for-lib-list_sort.c.patch
	patches.suse/checkpatch-always-parse-orig_commit-in-fixes-tag.patch
	patches.suse/ocfs2-fix-uninitialized-value-in-ocfs2_file_read_ite.patch
	patches.suse/util_macros.h-fix-rework-find_closest-macros.patch
	patches.suse/mm-slub-Avoid-list-corruption-when-removing-a-slab-from-the-full-list.patch
	patches.suse/slab-Fix-too-strict-alignment-check-in-create_cache.patch
	patches.suse/pinctrl-freescale-fix-COMPILE_TEST-error-with-PINCTR.patch
	patches.suse/pinctrl-zynqmp-drop-excess-struct-member-description.patch
	patches.suse/pinctrl-renesas-rzg2l-Fix-missing-return-in-rzg2l_pi.patch
	patches.suse/pinctrl-renesas-Select-PINCTRL_RZG2L-for-RZ-V2H-P-So.patch
	patches.suse/pinmux-Use-sequential-access-to-access-desc-pinmux-d.patch
	patches.suse/pinctrl-qcom-pmic-gpio-add-support-for-PM8937.patch
	patches.suse/pinctrl-qcom-spmi-mpp-Add-PM8937-compatible.patch
	patches.suse/pinctrl-qcom-spmi-fix-debugfs-drive-strength.patch
	patches.suse/pinctrl-k210-Undef-K210_PC_DEFAULT.patch
	patches.suse/mailbox-mtk-cmdq-fix-wrong-use-of-sizeof-in-cmdq_get.patch
	patches.suse/mailbox-arm_mhuv2-clean-up-loop-in-get_irq_chan_comb.patch
	patches.suse/mailbox-pcc-Check-before-sending-MCTP-PCC-response-A.patch
	patches.suse/scsi-hisi_sas-Enable-all-PHYs-that-are-not-disabled-by-user-during-controller-reset.patch
	patches.suse/scsi-hisi_sas-Add-cond_resched-for-no-forced-preempt.patch
	patches.suse/scsi-hisi_sas-Create-all-dump-files-during-debugfs-initialization.patch
	patches.suse/scsi-lpfc-Modify-CGN-warning-signal-calculation-base.patch
	patches.suse/scsi-lpfc-Check-devloss-callbk-done-flag-for-potenti.patch
	patches.suse/scsi-lpfc-Call-lpfc_sli4_queue_unset-in-restart-and-.patch
	patches.suse/scsi-lpfc-Update-lpfc_els_flush_cmd-to-check-for-SLI.patch
	patches.suse/scsi-lpfc-Check-SLI_ACTIVE-flag-in-FDMI-cmpl-before-.patch
	patches.suse/scsi-lpfc-Add-cleanup-of-nvmels_wq-after-HBA-reset.patch
	patches.suse/scsi-lpfc-Prevent-NDLP-reference-count-underflow-in-.patch
	patches.suse/scsi-lpfc-Remove-NLP_RELEASE_RPI-flag-from-nodelist-.patch
	patches.suse/scsi-lpfc-Change-lpfc_nodelist-nlp_flag-member-into-.patch
	patches.suse/scsi-lpfc-Update-lpfc-version-to-14.4.0.6.patch
	patches.suse/scsi-lpfc-Copyright-updates-for-14.4.0.6-patches.patch
	patches.suse/scsi-bfa-Fix-use-after-free-in-bfad_im_module_exit.patch
	patches.suse/scsi-qedf-Fix-a-possible-memory-leak-in-qedf_alloc_a.patch
	patches.suse/scsi-qedi-Fix-a-possible-memory-leak-in-qedi_alloc_and_init_sb.patch
	patches.suse/scsi-sg-Enable-runtime-power-management.patch
	patches.suse/scsi-st-Don-t-modify-unknown-block-number-in-MTIOCGET.patch
	patches.suse/scsi-st-Add-MTIOCGET-and-MTLOAD-to-ioctls-allowed-after-device-reset.patch
	patches.suse/dm-Fix-typo-in-error-message.patch
	patches.suse/dm-thin-Add-missing-destroy_work_on_stack.patch
	patches.suse/gfs2-Rename-GLF_VERIFY_EVICT-to-GLF_VERIFY_DELETE.patch
	patches.suse/gfs2-Allow-immediate-GLF_VERIFY_DELETE-work.patch
	patches.suse/gfs2-Fix-unlinked-inode-cleanup.patch
	patches.suse/KMSAN-uninit-value-in-inode_go_dump-5.patch
	patches.suse/virtiofs-use-pages-instead-of-pointer-for-kernel-direct-IO.patch
	patches.suse/NFSD-Prevent-a-potential-integer-overflow.patch
	patches.suse/svcrdma-Address-an-integer-overflow.patch
	patches.suse/nfsd-drop-inode-parameter-from-nfsd4_change_attribute.patch
	patches.suse/NFSD-Remove-a-never-true-comparison.patch
	patches.suse/NFSD-Prevent-NULL-dereference-in-nfsd4_process_cb_update.patch
	patches.suse/NFSD-Cap-the-number-of-bytes-copied-by-nfs4_reset_recoverydir.patch
	patches.suse/nfsd-make-sure-exp-active-before-svc_export_show.patch
	patches.suse/SUNRPC-make-sure-cache-entry-active-before-cache_show.patch
	patches.suse/svcrdma-fix-miss-destroy-percpu_counter-in-svc_rdma_proc_init.patch
	patches.suse/NFSD-Fix-nfsd4_shutdown_copy.patch
	patches.suse/nfsd-fix-nfs4_openowner-leak-when-concurrent-nfsd4_open-occur.patch
	patches.suse/nfs_common-must-not-hold-RCU-while-calling-nfsd_file_put_local.patch
	patches.suse/Documentation-rust-add-coding-guidelines-on-lints.patch
	patches.suse/Documentation-rust-discuss-expect-.-in-the-guideline.patch
	patches.suse/drm-panic-avoid-reimplementing-Iterator-find.patch
	patches.suse/drm-panic-remove-unnecessary-borrow-in-alignment_pat.patch
	patches.suse/drm-panic-prefer-eliding-lifetimes.patch
	patches.suse/drm-panic-remove-redundant-field-when-assigning-valu.patch
	patches.suse/drm-panic-correctly-indent-continuation-of-line-in-l.patch
	patches.suse/drm-panic-allow-verbose-boolean-for-clarity.patch
	patches.suse/drm-panic-allow-verbose-version-check.patch
	patches.suse/docs-rust-remove-spurious-item-in-expect-list.patch
	patches.suse/perf-test-Be-more-tolerant-of-metricgroup-failures.patch
	patches.suse/perf-cs-etm-Don-t-flush-when-packet_queue-fills-up.patch
	patches.suse/perf-cs-etm-Use-new-OpenCSD-consistency-checks.patch
	patches.suse/perf-scripting-python-Add-function-to-get-a-config-value.patch
	patches.suse/perf-scripts-python-cs-etm-Update-to-use-argparse.patch
	patches.suse/perf-scripts-python-cs-etm-Improve-arguments.patch
	patches.suse/perf-scripts-python-cs-etm-Add-start-and-stop-arguments.patch
	patches.suse/perf-test-cs-etm-Test-Coresight-disassembly-script.patch
	patches.suse/perf-evsel-display-dmesg-command-of-showing-a-hardcoded-path.patch
	patches.suse/perf-stat-Close-cork_fd-when-create_perf_stat_counter-failed.patch
	patches.suse/perf-stat-Stop-repeating-when-ref_perf_stat-returns-1.patch
	patches.suse/perf-vendor-events-arm64-imx95-add-imx95_bandwidth_usage.lpddr4x-metric.patch
	patches.suse/perf-symbol-Do-not-fixup-end-address-of-labels.patch
	patches.suse/perf-test-Ignore-security-failures-in-all-PMU-test.patch
	patches.suse/perf-evsel-Add-alternate_hw_config-and-use-in-evsel__match.patch
	patches.suse/perf-stat-Uniquify-event-name-improvements.patch
	patches.suse/perf-stat-Remove-evlist__add_default_attrs-use-strings.patch
	patches.suse/perf-evsel-x86-Make-evsel__has_perf_metrics-work-for-legacy-events.patch
	patches.suse/perf-evsel-Remove-pmu_name.patch
	patches.suse/perf-test-Make-stat-test-work-on-DT-devices.patch
	patches.suse/perf-test-Add-a-test-for-default-perf-stat-command.patch
	patches.suse/libperf-Explicitly-specify-install-html-dependencies.patch
	patches.suse/perf-sched-replay-Remove-unused-parts-of-the-code.patch
	patches.suse/perf-mem-Fix-printing-PERF_MEM_LVLNUM_-L2_MHB-MSC.patch
	patches.suse/perf-test-Speed-up-test-case-perf-annotate-basic-tests.patch
	patches.suse/perf-test-Use-ARRAY_SIZE-for-array-length.patch
	patches.suse/perf-vender-events-arm64-Use-Topdown-as-topdown-metric-group-name.patch
	patches.suse/perf-evsel-Reduce-a-variables-scope.patch
	patches.suse/perf-x86-topdown-Complete-topdown-slots-metrics-events-check.patch
	patches.suse/perf-x86-topdown-Correct-leader-selection-with-sample_read-enabled.patch
	patches.suse/perf-x86-topdown-Don-t-move-topdown-metric-events-in-group.patch
	patches.suse/perf-tests-Add-leader-sampling-test-in-record-tests.patch
	patches.suse/perf-tests-Add-topdown-events-counting-and-sampling-tests.patch
	patches.suse/perf-tests-Add-more-topdown-events-regroup-tests.patch
	patches.suse/perf-jevents-Don-t-stop-at-the-first-matched-pmu-when-searching-a-events-table.patch
	patches.suse/perf-stat-Fix-affinity-memory-leaks-on-error-path.patch
	patches.suse/perf-test-Fix-memory-leaks-on-event-times-error-paths.patch
	patches.suse/perf-test-Skip-not-fail-tp-fields-test-when-insufficient-permissions.patch
	patches.suse/perf-test-Skip-not-fail-syscall-tp-fields-test-when-insufficient-permissions.patch
	patches.suse/tools-perf-Correctly-calculate-sample-period-for-inherited-SAMPLE_READ-values.patch
	patches.suse/tools-perf-Allow-inherit-PERF_SAMPLE_READ-when-opening-events.patch
	patches.suse/perf-test-perf-test-86-fails-on-s390.patch
	patches.suse/perf-trace-Keep-exited-threads-for-summary.patch
	patches.suse/perf-test-Restore-sample-rate-for-perf_event_attr.patch
	patches.suse/perf-list-update-option-desc-in-man-page.patch
	patches.suse/perf-arm-spe-Define-metadata-header-version-2.patch
	patches.suse/perf-arm-spe-Calculate-meta-data-size.patch
	patches.suse/perf-arm-spe-Save-per-CPU-information-in-metadata.patch
	patches.suse/perf-arm-spe-Support-metadata-version-2.patch
	patches.suse/perf-arm-spe-Dump-metadata-with-version-2.patch
	patches.suse/perf-test-attr-Add-back-missing-topdown-events.patch
	patches.suse/perf-probe-Remove-unused-add_perf_probe_events.patch
	patches.suse/perf-test-x86-Fix-typo-in-intel-pt-test.patch
	patches.suse/perf-tools-Remove-unused-color_fwrite_lines.patch
	patches.suse/perf-pmu-Simplify-an-asprintf-error-message.patch
	patches.suse/perf-pmu-Allow-hardcoded-terms-to-be-applied-to-attributes.patch
	patches.suse/perf-parse-events-Expose-rename-config_term_name.patch
	patches.suse/perf-tool_pmu-Factor-tool-events-into-their-own-PMU.patch
	patches.suse/perf-tool_pmu-Rename-enum-perf_tool_event-to-tool_pmu_event.patch
	patches.suse/perf-tool_pmu-Rename-perf_tool_event__-to-tool_pmu__.patch
	patches.suse/perf-tool_pmu-Move-expr-literals-to-tool_pmu.patch
	patches.suse/perf-jevents-Add-tool-event-json-under-a-common-architecture.patch
	patches.suse/perf-tool_pmu-Switch-to-standard-pmu-functions-and-json-descriptions.patch
	patches.suse/perf-tests-Add-tool-PMU-test.patch
	patches.suse/perf-report-Display-columns-Predicted-Abort-Cycles-in-branch-history.patch
	patches.suse/tools-perf-tests-Fix-compilation-error-with-strncpy-in-tests-tool_pmu.patch
	patches.suse/tools-perf-tests-Remove-duplicate-evlist__delete-in-tests-tool_pmu.c.patch
	patches.suse/perf-tools-Fix-compiler-error-in-util-tool_pmu.c.patch
	patches.suse/perf-tools-Fix-possible-compiler-warnings-in-hashmap.patch
	patches.suse/perf-tools-Remove-unnecessary-parentheses.patch
	patches.suse/perf-sched-timehist-Add-pre-migration-wait-time-option.patch
	patches.suse/perf-evsel-Fix-missing-inherit-sample-read-check.patch
	patches.suse/perf-test-Delete-unused-Intel-CQM-test.patch
	patches.suse/perf-arm-spe-Rename-arm_spe__synth_data_source_generic.patch
	patches.suse/perf-arm-spe-Rename-the-common-data-source-encoding.patch
	patches.suse/perf-arm-spe-Introduce-arm_spe__is_homogeneous.patch
	patches.suse/perf-arm-spe-Use-metadata-to-decide-the-data-source-feature.patch
	patches.suse/perf-arm-spe-Remove-the-unused-midr-field.patch
	patches.suse/perf-arm-spe-Add-Neoverse-V2-to-common-data-source-encoding-list.patch
	patches.suse/perf-arm-spe-Add-Cortex-CPUs-to-common-data-source-encoding-list.patch
	patches.suse/perf-tool_pmu-Remove-duplicate-io.h-header.patch
	patches.suse/perf-x86-topdown-Make-topdown-metrics-comparators-be-symmetric.patch
	patches.suse/perf-x86-topdown-Refine-helper-arch_is_topdown_metrics.patch
	patches.suse/perf-test-Speed-up-some-tests-using-perf-list.patch
	patches.suse/perf-probe-Use-the-MAX_EVENT_NAME_LEN-macro.patch
	patches.suse/perf-probe-Check-group-string-length.patch
	patches.suse/perf-probe-Improve-log-for-long-event-name-failure.patch
	patches.suse/perf-dso-Fix-symtab_type-for-kmod-compression.patch
	patches.suse/tools-perf-pmu-events-powerpc-Add-support-for-compat-events-in-json.patch
	patches.suse/tools-perf-powerpc-util-Add-support-to-handle-compatible-mode-PVR-for-perf-json-events.patch
	patches.suse/perf-disasm-Fix-capstone-memory-leak.patch
	patches.suse/perf-probe-Fix-libdw-memory-leak.patch
	patches.suse/perf-color-Add-printf-format-checking-and-resolve-issues.patch
	patches.suse/perf-stat-Fix-add-parameter-names-for-print_metric.patch
	patches.suse/perf-stat-Display-none-for-NaN-with-metric-only-json.patch
	patches.suse/perf-stat-Drop-metric-unit-if-unit-is-NULL.patch
	patches.suse/perf-stat-Change-color-to-threshold-in-print_metric.patch
	patches.suse/perf-stat-Add-metric-threshold-to-json-output.patch
	patches.suse/perf-stat-Disable-metric-thresholds-for-CSV-and-JSON-metric-only-mode.patch
	patches.suse/perf-probe-Correct-demangled-symbols-in-C-program.patch
	patches.suse/perf-test-Add-a-shell-wrapper-for-Setup-struct-perf_event_attr.patch
	patches.suse/perf-test-Remove-C-test-wrapper-for-attr.py.patch
	patches.suse/perf-test-Move-attr-files-into-shell-directory-where-they-are-used.patch
	patches.suse/perf-build-Fix-LIBDW_DIR.patch
	patches.suse/perf-build-Rename-NO_DWARF-to-NO_LIBDW.patch
	patches.suse/perf-build-Remove-defined-but-never-used-variable.patch
	patches.suse/perf-build-Rename-test-dwarf-to-test-libdw.patch
	patches.suse/perf-build-Combine-libdw-dwarf-unwind-into-libdw-feature-tests.patch
	patches.suse/perf-build-Combine-test-dwarf-getlocations-into-test-libdw.patch
	patches.suse/perf-build-Combine-test-dwarf-getcfi-into-test-libdw.patch
	patches.suse/perf-probe-Move-elfutils-support-check-to-libdw-check.patch
	patches.suse/perf-libdw-Remove-unnecessary-defines.patch
	patches.suse/perf-build-Rename-HAVE_DWARF_SUPPORT-to-HAVE_LIBDW_SUPPORT.patch
	patches.suse/perf-build-Rename-CONFIG_DWARF-to-CONFIG_LIBDW.patch
	patches.suse/perf-test-Update-all-metrics-test-like-metricgroups-test.patch
	patches.suse/perf-test-Fix-perf-test-case-84-on-s390.patch
	patches.suse/perf-vendor-events-amd-Add-Zen-5-data-fabric-events.patch
	patches.suse/perf-vendor-events-amd-Add-Zen-5-data-fabric-metrics.patch
	patches.suse/perf-vendor-events-amd-Update-Zen-5-data-cache-fill-events.patch
	patches.suse/perf-test-Introduce-workloads__for_each.patch
	patches.suse/perf-test-Introduce-list-workloads-to-list-the-available-workloads.patch
	patches.suse/perf-test-Document-the-w-workload-option.patch
	patches.suse/perf-tools-sched-pipe-bench-add-n-nonblocking-benchmark.patch
	patches.suse/perf-tools-Add-fallback-for-exclude_guest.patch
	patches.suse/perf-tools-Don-t-set-attr.exclude_guest-by-default.patch
	patches.suse/perf-tools-Simplify-evsel__add_modifier.patch
	patches.suse/perf-tools-Do-not-set-exclude_guest-for-precise_ip.patch
	patches.suse/perf-tools-Detect-missing-kernel-features-properly.patch
	patches.suse/perf-tools-Move-x86__is_amd_cpu-to-util-env.c.patch
	patches.suse/perf-tools-Check-fallback-error-and-order.patch
	patches.suse/perf-record-Just-use-cycles-P-as-the-default-event.patch
	patches.suse/perf-test-Add-precise_max-subtest-to-the-perf-record-shell-test.patch
	patches.suse/perf-disasm-Use-disasm_line__free-to-properly-free-disasm_line-b4e0e9a1.patch
	patches.suse/perf-disasm-Use-disasm_line__free-to-properly-free-disasm_line.patch
	patches.suse/perf-disasm-Fix-not-cleaning-up-disasm_line-in-symbol__disassemble_raw.patch
	patches.suse/perf-test-Display-number-of-active-running-tests.patch
	patches.suse/perf-test-Reduce-scope-of-parallel-variable.patch
	patches.suse/perf-test-Avoid-list-test-blocking-on-writing-to-stdout.patch
	patches.suse/perf-test-Tag-parallel-failing-shell-tests-with-exclusive.patch
	patches.suse/perf-test-Add-a-signal-handler-around-running-a-test.patch
	patches.suse/perf-test-Run-parallel-tests-in-two-passes.patch
	patches.suse/perf-test-Make-parallel-testing-the-default.patch
	patches.suse/perf-test-Add-a-signal-handler-to-kill-forked-child-processes.patch
	patches.suse/perf-test-Sort-tests-placing-exclusive-tests-last.patch
	patches.suse/perf-vendor-events-arm64-Add-i.MX91-DDR-Performance-Monitor-metrics.patch
	patches.suse/perf-arm-spe-Set-sample.addr-to-target-address-for-instruction-sample.patch
	patches.suse/perf-arm-spe-Use-ARM_SPE_OP_BRANCH_ERET-when-synthesizing-branches.patch
	patches.suse/perf-arm-spe-Correctly-set-sample-flags.patch
	patches.suse/perf-arm-spe-Update-itrace-help-text.patch
	patches.suse/perf-probe-Fix-retrieval-of-source-files-from-a-debuginfod-server.patch
	patches.suse/perf-riscv-Wire-up-perf-trace-support-for-RISC-V.patch
	patches.suse/perf-ftrace-latency-Fix-unit-on-histogram-first-entry-when-using-use-nsec.patch
	patches.suse/perf-arm-spe-Use-old-behavior-when-opening-old-SPE-files.patch
	patches.suse/perf-stat-Support-inherit-events-during-fork-for-bperf.patch
	patches.suse/perf-test-Use-sqrtloop-workload-to-test-bperf-event.patch
	patches.suse/perf-build-Make-libunwind-opt-in-rather-than-opt-out.patch
	patches.suse/perf-test-Remove-cpu-list-BPF-cgroup-counter-test.patch
	patches.suse/perf-build-Add-missing-cflags-when-building-with-custom-libtraceevent.patch
	patches.suse/perf-tools-Add-all-shellcheck_log-to-gitignore.patch
	patches.suse/perf-test-Remove-dangling-CFLAGS-for-removed-attr.o-object.patch
	patches.suse/perf-test-Fix-ftrace-test-with-regex-patterns.patch
	patches.suse/perf-trace-avoid-garbage-when-not-printing-a-trace-event-s-arguments.patch
	patches.suse/perf-event-Remove-deadcode.patch
	patches.suse/perf-tools-Add-the-empty-pmu-events-build-to-.gitignore.patch
	patches.suse/perf-stat-Expand-metric-unit-buffer-size.patch
	patches.suse/perf-script-cs_etm-Add-map_pgoff-to-python-dictionary.patch
	patches.suse/perf-script-python-Adjust-objdump-start-end-per-map-pgoff-parameter.patch
	patches.suse/perf-build-Include-libtraceevent-headers-directly-indicated-by-pkg-config.patch
	patches.suse/perf-hwmon_pmu-Add-hwmon-filename-parser.patch
	patches.suse/perf-test-Add-hwmon-filename-parser-test.patch
	patches.suse/perf-hwmon_pmu-Add-a-tool-PMU-exposing-events-from-hwmon-in-sysfs.patch
	patches.suse/perf-pmu-Add-calls-enabling-the-hwmon_pmu.patch
	patches.suse/perf-test-Add-hwmon-PMU-test.patch
	patches.suse/perf-docs-Document-tool-and-hwmon-events.patch
	patches.suse/perf-bpf-prologue-Remove-unused-file.patch
	patches.suse/perf-dwarf-regs-Remove-PERF_HAVE_ARCH_REGS_QUERY_REGISTER_OFFSET.patch
	patches.suse/perf-dwarf-regs-Add-EM_HOST-and-EF_HOST-defines.patch
	patches.suse/perf-disasm-Add-e_machine-e_flags-to-struct-arch.patch
	patches.suse/perf-dwarf-regs-Pass-accurate-disassembly-machine-to-get_dwarf_regnum.patch
	patches.suse/perf-dwarf-regs-Pass-ELF-flags-to-get_dwarf_regstr.patch
	patches.suse/perf-dwarf-regs-Move-x86-dwarf-regs-out-of-arch.patch
	patches.suse/perf-arm64-Remove-dwarf-regs.c.patch
	patches.suse/perf-arm-Remove-dwarf-regs.c.patch
	patches.suse/perf-dwarf-regs-Move-csky-dwarf-regs-out-of-arch.patch
	patches.suse/perf-loongarch-Remove-dwarf-regs.c.patch
	patches.suse/perf-mips-Remove-dwarf-regs.c.patch
	patches.suse/perf-dwarf-regs-Move-powerpc-dwarf-regs-out-of-arch.patch
	patches.suse/perf-riscv-Remove-dwarf-regs.c-and-add-dwarf-regs-table.h.patch
	patches.suse/perf-s390-Remove-dwarf-regs.c.patch
	patches.suse/perf-sh-Remove-dwarf-regs.c.patch
	patches.suse/perf-sparc-Remove-dwarf-regs.c.patch
	patches.suse/perf-xtensa-Remove-dwarf-regs.c.patch
	patches.suse/perf-dwarf-regs-Remove-get_arch_regstr-code.patch
	patches.suse/perf-build-Remove-PERF_HAVE_DWARF_REGS.patch
	patches.suse/perf-disasm-Introduce-symbol__disassemble_objdump.patch
	patches.suse/perf-disasm-Define-stubs-for-the-LLVM-and-capstone-disassemblers.patch
	patches.suse/perf-disasm-Allow-configuring-what-disassemblers-to-use.patch
	patches.suse/perf-tools-Fix-typos-Muliplier-Multiplier.patch
	patches.suse/perf-list-Fix-topic-and-pmu_name-argument-order.patch
	patches.suse/perf-timechart-Remove-redundant-variable-assignment.patch
	patches.suse/perf-trace-Fix-tracing-itself-creating-feedback-loops.patch
	patches.suse/perf-probe-Fix-error-message-for-failing-to-find-line-range.patch
	patches.suse/perf-probe-Fix-to-ignore-escaped-characters-in-lines-option.patch
	patches.suse/perf-probe-Accept-FUNC-to-specify-function-name-explicitly.patch
	patches.suse/perf-string-Add-strpbrk_esq-and-strdup_esq-for-escape-and-quote.patch
	patches.suse/perf-probe-Introduce-quotation-marks-support.patch
	patches.suse/perf-trace-Do-not-lose-last-events-in-a-race.patch
	patches.suse/perf-trace-Avoid-garbage-when-not-printing-a-syscall-s-arguments.patch
	patches.suse/perf-tests-Add-test-for-trace-output-loss.patch
	patches.suse/perf-test-shell-trace_exit_race-Show-what-went-wrong-in-verbose-mode.patch
	patches.suse/perf-test-shell-trace_exit_race-Use-no-comm-to-avoid-cases-where-COMM-isn-t-resolved.patch
	patches.suse/perf-util-Remove-kernel-version-deadcode.patch
	patches.suse/perf-tests-Make-leader-sampling-test-work-without-branch-event.patch
	patches.suse/perf-test-Add-missing-__exit-calls-in-tool-hwmon-tests.patch
	patches.suse/perf-jevents-fix-breakage-when-do-perf-stat-on-system-metric.patch
	patches.suse/perf-header-Move-is_cpu_online-to-numa-bench.patch
	patches.suse/perf-header-Refactor-get_cpuid-to-take-a-CPU-for-ARM.patch
	patches.suse/perf-arm64-header-Use-cpu-argument-in-get_cpuid.patch
	patches.suse/perf-header-Avoid-transitive-PMU-includes.patch
	patches.suse/perf-header-Pass-a-perf_cpu-rather-than-a-PMU-to-get_cpuid_str.patch
	patches.suse/perf-jevents-Add-map_for_cpu.patch
	patches.suse/perf-pmu-Move-pmu_metrics_table__find-and-remove-ARM-override.patch
	patches.suse/perf-Remove-unused-del_perf_probe_events.patch
	patches.suse/perf-test-Correct-hwmon-test-PMU-detection.patch
	patches.suse/perf-bpf-filter-Return-ENOMEM-directly-when-pfi-allocation-fails.patch
	patches.suse/perf-test-fix-perf-ftrace-test-on-s390.patch
	patches.suse/perf-tests-hwmon_pmu-Remove-double-evlist__delete.patch
	patches.suse/perf-hwmon_pmu-Ensure-hwmon-key-union-is-zeroed-before-use.patch
	patches.suse/perf-tests-Fix-hwmon-parsing-with-PMU-name-test.patch
	patches.suse/PCI-vmd-Set-devices-to-D0-before-enabling-PM-L1-Subs.patch
	patches.suse/PCI-cpqphp-Fix-PCIBIOS_-return-value-confusion.patch
	patches.suse/PCI-Fix-use-after-free-of-slot-bus-on-hot-remove.patch
	patches.suse/PCI-of_property-Assign-PCI-instead-of-CPU-bus-addres.patch
	patches.suse/PCI-starfive-Enable-controller-runtime-PM-before-pro.patch
	patches.suse/PCI-pwrctl-Use-of_platform_device_create-to-create-p.patch
	patches.suse/PCI-pwrctl-Create-pwrctl-device-only-if-at-least-one.patch
	patches.suse/PCI-pwrctl-Ensure-that-pwrctl-drivers-are-probed-bef.patch
	patches.suse/PCI-Add-reset_subordinate-to-reset-hierarchy-below-b.patch
	patches.suse/PCI-Detect-and-trust-built-in-Thunderbolt-chips.patch
	patches.suse/PCI-Add-TLP-Processing-Hints-TPH-support.patch
	patches.suse/PCI-TPH-Add-Steering-Tag-support.patch
	patches.suse/PCI-TPH-Add-TPH-documentation.patch
	patches.suse/PCI-Add-ACS-quirk-for-Wangxun-FF5xxx-NICs.patch
	patches.suse/PCI-endpoint-epf-mhi-Avoid-NULL-dereference-if-DT-la.patch
	patches.suse/PCI-endpoint-Fix-PCI-domain-ID-release-in-pci_epc_de.patch
	patches.suse/PCI-endpoint-Clear-secondary-not-primary-EPC-in-pci_.patch
	patches.suse/PCI-dwc-ep-Fix-advertised-resizable-BAR-size-regress.patch
	patches.suse/PCI-imx6-Fix-suspend-resume-support-on-i.MX6QDL.patch
	patches.suse/PCI-j721e-Deassert-PERST-after-a-delay-of-PCIE_T_PVP.patch
	patches.suse/PCI-keystone-Set-mode-as-Root-Complex-for-ti-keyston.patch
	patches.suse/PCI-keystone-Add-link-up-check-to-ks_pcie_other_map_.patch
	patches.suse/PCI-microchip-Add-support-for-using-either-Root-Port.patch
	patches.suse/PCI-qcom-Enable-MSI-interrupts-together-with-Link-up.patch
	patches.suse/PCI-qcom-ep-Move-controller-cleanups-to-qcom_pcie_pe.patch
	patches.suse/PCI-qcom-Add-support-for-IPQ9574.patch
	patches.suse/PCI-qcom-Disable-ASPM-L0s-for-X1E80100.patch
	patches.suse/PCI-rockchip-ep-Fix-address-translation-unit-program.patch
	patches.suse/PCI-tegra194-Move-controller-cleanups-to-pex_ep_even.patch
	patches.suse/PCI-vmd-Add-DID-8086-B06F-and-8086-B60B-for-Intel-cl.patch
	patches.suse/PCI-Fix-reset_method_store-memory-leak.patch
	patches.suse/i3c-master-Replace-hard-code-2-with-macro-I3C_ADDR_S.patch
	patches.suse/i3c-master-Extend-address-status-bit-to-4-and-add-I3.patch
	patches.suse/i3c-master-Fix-dynamic-address-leak-when-assigned-ad.patch
	patches.suse/i3c-master-svc-fix-possible-assignment-of-the-same-a.patch
	patches.suse/i3c-master-Remove-i3c_dev_disable_ibi_locked-olddev-.patch
	patches.suse/i3c-master-Fix-miss-free-init_dyn_addr-at-i3c_master.patch
	patches.suse/i3c-mipi-i3c-hci-Mask-ring-interrupts-before-ring-st.patch
	patches.suse/i3c-master-svc-Fix-pm_runtime_set_suspended-with-run.patch
	patches.suse/i3c-master-svc-Modify-enabled_events-bit-7-0-to-act-.patch
	patches.suse/i3c-Use-i3cdev-desc-info-instead-of-calling-i3c_devi.patch
	patches.suse/hwmon-tps23861-Fix-reporting-of-negative-temperature.patch
	patches.suse/hwmon-aquacomputer_d5next-Fix-length-of-speed_input-.patch
	patches.suse/mailbox-remoteproc-k3-m4-fix-compile-testing.patch
	patches.suse/remoteproc-qcom-pas-Remove-subdevs-on-the-error-path.patch
	patches.suse/remoteproc-qcom-adsp-Remove-subdevs-on-the-error-pat.patch
	patches.suse/remoteproc-qcom-pas-add-minidump_id-to-SM8350-resour.patch
	patches.suse/remoteproc-qcom-pas-enable-SAR2130P-audio-DSP-suppor.patch
	patches.suse/remoteproc-qcom_q6v5_pas-disable-auto-boot-for-wpss.patch
	patches.suse/remoteproc-qcom_q6v5_mss-Re-order-writes-to-the-IMEM.patch
	patches.suse/selftests-mount_setattr-Fix-failures-on-64K-PAGE_SIZ.patch
	patches.suse/fs_parser-update-mount_api-doc-to-match-function-sig.patch
	patches.suse/RISC-V-KVM-Allow-Smnpm-and-Ssnpm-extensions-for-gues.patch
	patches.suse/kvm-vfio-Constify-struct-kvm_device_ops.patch
	patches.suse/vfio-mlx5-Fix-an-unwind-issue-in-mlx5vf_add_migratio.patch
	patches.suse/vfio-pci-Properly-hide-first-in-list-PCIe-extended-c.patch
	patches.suse/vdpa-mlx5-Fix-suboptimal-range-on-iotlb-iteration.patch
	patches.suse/gpio-zevio-Add-missed-label-initialisation.patch
	patches.suse/gpio-exar-set-value-when-external-pull-up-or-pull-do.patch
	patches.suse/phy-airoha-Fix-REG_CSR_2L_PLL_CMN_RESERVE0-config-in.patch
	patches.suse/phy-airoha-Fix-REG_PCIE_PMA_TX_RESET-config-in-airoh.patch
	patches.suse/phy-airoha-Fix-REG_CSR_2L_JCPLL_SDM_HREN-config-in-a.patch
	patches.suse/phy-airoha-Fix-REG_CSR_2L_RX-0-1-_REV0-definitions.patch
	patches.suse/thermal-gov_power_allocator-Add-missing-NULL-pointer.patch
	patches.suse/thermal-of-Simplify-thermal_of_should_bind-with-scop.patch
	patches.suse/thermal-int3400-Fix-reading-of-current_uuid-for-acti.patch
	patches.suse/ACPI-introduce-acpi_arch_init.patch
	patches.suse/ACPI-x86-Add-skip-i2c-clients-quirk-for-Acer-Iconia-.patch
	patches.suse/ACPI-x86-Clean-up-Asus-entries-in-acpi_quirk_skip_dm.patch
	patches.suse/exfat-fix-out-of-bounds-access-of-directory-entries.patch
	patches.suse/exfat-fix-uninit-value-in-__exfat_get_dentry_set.patch
	patches.suse/exfat-fix-file-being-changed-by-unaligned-direct-write.patch
	patches.suse/power-supply-core-Remove-might_sleep-from-power_supp.patch
	patches.suse/power-supply-bq27xxx-Fix-registers-of-bq27426.patch
	patches.suse/power-supply-rt9471-Fix-wrong-WDT-function-regfield-.patch
	patches.suse/power-supply-rt9471-Use-IC-status-regfield-to-report.patch
	patches.suse/power-reset-ep93xx-add-AUXILIARY_BUS-dependency.patch
	patches.suse/regulator-qcom-rpmh-Update-ranges-for-FTSMPS525.patch
	patches.suse/spi-atmel-quadspi-Fix-register-name-in-verbose-loggi.patch
	patches.suse/spi-Fix-acpi-deferred-irq-probe.patch
	patches.suse/net-phy-ensure-that-genphy_c45_an_config_eee_aneg-se.patch
	patches.suse/net-usb-lan78xx-Fix-double-free-issue-with-interrupt.patch
	patches.suse/net-usb-lan78xx-Fix-memory-leak-on-device-unplug-by-.patch
	patches.suse/tg3-Set-coherent-DMA-mask-bits-to-31-for-BCM57766-ch.patch
	patches.suse/net-usb-lan78xx-Fix-refcounting-and-autosuspend-on-i.patch
	patches.suse/netlink-fix-false-positive-warning-in-extack-during-dumps.patch
	patches.suse/net-l2tp-fix-warning-in-l2tp_exit_net-found-by-syzbo.patch
	patches.suse/s390-iucv-MSG_PEEK-causes-memory-leak-in-iucv_sock_destruct.patch
	patches.suse/net-ipv6-delete-temporary-address-if-mngtmpaddr-is-r.patch
	patches.suse/net-mdio-ipq4019-add-missing-error-check.patch
	patches.suse/octeontx2-af-RPM-Fix-mismatch-in-lmac-type.patch
	patches.suse/octeontx2-af-RPM-Fix-low-network-performance.patch
	patches.suse/octeontx2-af-RPM-fix-stale-RSFEC-counters.patch
	patches.suse/octeontx2-af-RPM-fix-stale-FCFEC-counters.patch
	patches.suse/octeontx2-af-Quiesce-traffic-before-NIX-block-reset.patch
	patches.suse/bnxt_en-Reserve-rings-after-PCIe-AER-recovery-if-NIC.patch
	patches.suse/bnxt_en-Set-backplane-link-modes-correctly-for-ethto.patch
	patches.suse/bnxt_en-Fix-queue-start-to-update-vnic-RSS-table.patch
	patches.suse/bnxt_en-Fix-receive-ring-space-parameters-when-XDP-i.patch
	patches.suse/bnxt_en-Refactor-bnxt_ptp_init.patch
	patches.suse/bnxt_en-Unregister-PTP-during-PCI-shutdown-and-suspe.patch
	patches.suse/Bluetooth-MGMT-Fix-slab-use-after-free-Read-in-set_p.patch
	patches.suse/Bluetooth-MGMT-Fix-possible-deadlocks.patch
	patches.suse/Bluetooth-SCO-remove-the-redundant-sco_conn_put.patch
	patches.suse/net-phy-fix-phy_ethtool_set_eee-incorrectly-enabling.patch
	patches.suse/tcp-Fix-use-after-free-of-nreq-in-reqsk_timer_handler.patch
	patches.suse/selftests-rds-move-test.py-to-TEST_FILES.patch
	patches.suse/ip6mr-fix-tables-suspicious-RCU-usage.patch
	patches.suse/ipmr-fix-tables-suspicious-RCU-usage.patch
	patches.suse/tracing-Record-task-flag-NEED_RESCHED_LAZY.patch
	patches.suse/docs-ABI-sysfs-bus-event_source-devices-vpa-pmu-Fix-htmldocs-errors.patch
	patches.suse/s390-debug-Pass-in-and-enforce-output-buffer-size-for-format-handlers.patch
	patches.suse/s390-stacktrace-Use-break-instead-of-return-statement.patch
	patches.suse/s390-vfio-ap-Remove-gmap_convert_to_secure-from-vfio_ap_ops.patch
	patches.suse/s390-entry-Mark-IRQ-entries-to-fix-stack-depot-warnings.patch
	patches.suse/KVM-s390-Use-try_cmpxchg-instead-of-cmpxchg-loops.patch
	patches.suse/KVM-s390-Remove-one-byte-cmpxchg-usage.patch
	patches.suse/KVM-s390-Increase-size-of-union-sca_utility-to-four-.patch
	patches.suse/s390-pci-Fix-leak-of-struct-zpci_dev-when-zpci_add_device-fails.patch
	patches.suse/s390-pci-Fix-potential-double-remove-of-hotplug-slot.patch
	patches.suse/apparmor-allocate-xmatch-for-nullpdb-inside-aa_alloc.patch
	patches.suse/apparmor-test-Fix-memory-leak-for-aa_unpack_strdup.patch
	patches.suse/apparmor-fix-Do-simple-duplicate-message-elimination.patch
	patches.suse/usb-host-fix-typo-in-the-comment.patch
	patches.suse/usb-typec-Fix-typo-in-comment.patch
	patches.suse/usb-typec-ucsi-glink-use-device_for_each_child_node_.patch
	patches.suse/usb-typec-stusb160x-Make-use-of-i2c_get_match_data.patch
	patches.suse/usb-Switch-back-to-struct-platform_driver-remove.patch
	patches.suse/usb-chipidea-add-CI_HDRC_HAS_SHORT_PKT_LIMIT-flag.patch
	patches.suse/usb-chipidea-udc-limit-usb-request-length-to-max-16K.patch
	patches.suse/usb-chipidea-udc-create-bounce-buffer-for-problem-sg.patch
	patches.suse/usb-chipidea-udc-handle-USB-Error-Interrupt-if-IOC-n.patch
	patches.suse/usb-using-mutex-lock-and-supporting-O_NONBLOCK-flag-.patch
	patches.suse/usb-yurex-make-waiting-on-yurex_write-interruptible.patch
	patches.suse/USB-chaoskey-fail-open-after-removal.patch
	patches.suse/USB-chaoskey-Fix-possible-deadlock-chaoskey_list_loc.patch
	patches.suse/usb-typec-ucsi-Do-not-call-ACPI-_DSM-method-for-UCSI.patch
	patches.suse/usb-typec-ucsi-UCSI2.0-Set-Sink-Path-command-support.patch
	patches.suse/usb-require-FMODE_WRITE-for-usbdev_mmap.patch
	patches.suse/usb-typec-Add-attribute-file-showing-the-supported-U.patch
	patches.suse/usb-typec-Add-attribute-file-showing-the-USB-Modes-o.patch
	patches.suse/usb-typec-ucsi-Supply-the-USB-capabilities-to-the-po.patch
	patches.suse/usb-typec-ucsi-Add-support-for-the-partner-USB-Modes.patch
	patches.suse/usb-gadget-uvc-wake-pump-everytime-we-update-the-fre.patch
	patches.suse/xhci-add-helper-to-stop-endpoint-and-wait-for-comple.patch
	patches.suse/usb-typec-ucsi-Helper-for-Get-Connector-Status-comma.patch
	patches.suse/usb-dwc3-gadget-Refine-the-logic-for-resizing-Tx-FIF.patch
	patches.suse/usb-storage-fix-wrong-comments-for-struct-bulk_cb_wr.patch
	patches.suse/usb-typec-tcpm-Add-support-for-parsing-time-dt-prope.patch
	patches.suse/usb-core-use-sysfs_emit-instead-of-sprintf.patch
	patches.suse/phy-realtek-usb-fix-NULL-deref-in-rtk_usb2phy_probe.patch
	patches.suse/phy-realtek-usb-fix-NULL-deref-in-rtk_usb3phy_probe.patch
	patches.suse/xhci-Add-Isochronous-TRB-fields-to-TRB-tracer.patch
	patches.suse/usb-xhci-Remove-unused-parameters-of-next_trb.patch
	patches.suse/usb-xhci-Fix-sum_trb_lengths.patch
	patches.suse/xhci-Cleanup-Candence-controller-PCI-device-and-vend.patch
	patches.suse/xhci-show-DMA-address-of-TRB-when-tracing-TRBs.patch
	patches.suse/xhci-Don-t-trace-ring-at-every-enqueue-or-dequeue-in.patch
	patches.suse/xhci-add-stream-context-tracing.patch
	patches.suse/xhci-trace-stream-context-at-Set-TR-Deq-command-comp.patch
	patches.suse/xhci-debugfs-Add-virt-endpoint-state-to-xhci-debugfs.patch
	patches.suse/usb-xhci-introduce-macro-for-ring-segment-list-itera.patch
	patches.suse/usb-xhci-remove-option-to-change-a-default-ring-s-TR.patch
	patches.suse/usb-xhci-adjust-xhci_alloc_segments_for_ring-argumen.patch
	patches.suse/usb-xhci-rework-xhci_free_segments_for_ring.patch
	patches.suse/usb-xhci-refactor-xhci_link_rings-to-use-source-and-.patch
	patches.suse/usb-xhci-rework-xhci_link_segments.patch
	patches.suse/usb-xhci-add-xhci_initialize_ring_segments.patch
	patches.suse/xhci-Combine-two-if-statements-for-Etron-xHCI-host.patch
	patches.suse/xhci-Don-t-issue-Reset-Device-command-to-Etron-xHCI-.patch
	patches.suse/xhci-Fix-control-transfer-error-on-Etron-xHCI-host.patch
	patches.suse/xhci-Don-t-perform-Soft-Retry-for-Etron-xHCI-host.patch
	patches.suse/xhci-pci-Use-standard-pattern-for-device-IDs.patch
	patches.suse/xhci-pci-Fix-indentation-in-the-PCI-device-ID-defini.patch
	patches.suse/usb-xhci-simplify-TDs-start-and-end-naming-scheme-in.patch
	patches.suse/usb-xhci-move-link-TRB-quirk-to-xhci_gen_setup.patch
	patches.suse/usb-xhci-request-MSI-X-according-to-requested-amount.patch
	patches.suse/usb-xhci-improve-xhci_clear_command_ring.patch
	patches.suse/usb-xhci-remove-unused-arguments-from-td_to_noop.patch
	patches.suse/usb-xhci-refactor-xhci_td_cleanup-to-return-void.patch
	patches.suse/usb-xhci-add-help-function-xhci_dequeue_td.patch
	patches.suse/usb-xhci-remove-irrelevant-comment.patch
	patches.suse/usb-xhci-Limit-Stop-Endpoint-retries.patch
	patches.suse/usb-xhci-Fix-TD-invalidation-under-pending-Set-TR-De.patch
	patches.suse/usb-xhci-Avoid-queuing-redundant-Stop-Endpoint-comma.patch
	patches.suse/usb-typec-ucsi-Convert-connector-specific-commands-t.patch
	patches.suse/usb-typec-ucsi-glink-fix-off-by-one-in-connector_sta.patch
	patches.suse/usb-typec-ucsi-glink-be-more-precise-on-orientation-.patch
	patches.suse/thunderbolt-Don-t-hardcode-margining-capabilities-si.patch
	patches.suse/thunderbolt-debugfs-Add-USB4-Gen-4-margining-capabil.patch
	patches.suse/thunderbolt-debugfs-Implement-Gen-4-margining-eye-se.patch
	patches.suse/usb-musb-Fix-hardware-lockup-on-first-Rx-endpoint-re.patch
	patches.suse/usb-typec-ucsi-Fix-a-missing-bits-to-bytes-conversio.patch
	patches.suse/usb-misc-ljca-move-usb_autopm_put_interface-after-wa.patch
	patches.suse/usb-misc-ljca-set-small-runtime-autosuspend-delay.patch
	patches.suse/usb-typec-fix-potential-array-underflow-in-ucsi_ccg_.patch
	patches.suse/USB-core-remove-dead-code-in-do_proc_bulk.patch
	patches.suse/usb-dwc3-gadget-Add-missing-check-for-single-port-RA.patch
	patches.suse/usb-dwc3-core-Set-force_gen1-bit-for-all-applicable-.patch
	patches.suse/usb-cdns3-Synchronise-PCI-IDs-via-common-data-base.patch
	patches.suse/USB-make-single-lock-for-all-usb-dynamic-id-lists.patch
	patches.suse/USB-properly-lock-dynamic-id-list-when-showing-an-id.patch
	patches.suse/USB-make-to_usb_driver-use-container_of_const.patch
	patches.suse/USB-make-to_usb_device_driver-use-container_of_const.patch
	patches.suse/USB-serial-ftdi_sio-Fix-atomicity-violation-in-get_s.patch
	patches.suse/usb-ehci-spear-fix-call-balance-of-sehci-clk-handlin.patch
	patches.suse/Revert-usb-gadget-composite-fix-OS-descriptors-w_val.patch
	patches.suse/usb-dwc3-ep0-Don-t-clear-ep0-DWC3_EP_TRANSFER_STARTE.patch
	patches.suse/usb-dwc3-gadget-Fix-checking-for-number-of-TRBs-left.patch
	patches.suse/usb-dwc3-gadget-Fix-looping-of-queued-SG-entries.patch
	patches.suse/usb-dwc3-gadget-Cleanup-SG-handling.patch
	patches.suse/usb-dwc3-gadget-Remove-dwc3_request-needs_extra_trb.patch
	patches.suse/usb-typec-tcpm-Add-support-for-sink-bc12-completion-.patch
	patches.suse/staging-vchiq_arm-Fix-missing-refcount-decrement-in-.patch
	patches.suse/drivers-base-Remove-unused-auxiliary_find_device.patch
	patches.suse/devres-Fix-page-faults-when-tracing-devres-from-unlo.patch
	patches.suse/cacheinfo-Don-t-opencode-per_cpu_cacheinfo.patch
	patches.suse/driver-core-Put-device-attribute-wakeup_last_time_ms.patch
	patches.suse/sysfs-explicitly-pass-size-to-sysfs_add_bin_file_mod.patch
	patches.suse/sysfs-introduce-callback-attribute_group-bin_size.patch
	patches.suse/PCI-sysfs-Calculate-bin_attribute-size-through-bin_s.patch
	patches.suse/nvmem-core-calculate-bin_attribute-size-through-bin_.patch
	patches.suse/sysfs-treewide-constify-attribute-callback-of-bin_is.patch
	patches.suse/sysfs-treewide-constify-attribute-callback-of-bin_at.patch
	patches.suse/sysfs-treewide-constify-attribute-callback-of-bin_at-699e7b85.patch
	patches.suse/sysfs-implement-all-BIN_ATTR_-macros-in-terms-of-__B.patch
	patches.suse/sysfs-bin_attribute-add-const-read-write-callback-va.patch
	patches.suse/driver-core-fw_devlink-Stop-trying-to-optimize-cycle.patch
	patches.suse/cdx-Fix-cdx_mmap_resource-after-constifying-attr-in-.patch
	patches.suse/firmware_loader-Fix-possible-resource-leak-in-fw_log.patch
	patches.suse/sysfs-attribute_group-allow-registration-of-const-bi.patch
	patches.suse/misc-apds990x-Fix-missing-pm_runtime_disable.patch
	patches.suse/iio-light-al3010-Fix-an-error-handling-path-in-al301.patch
	patches.suse/iio-adc-ad7606-Fix-typo-in-the-driver-name.patch
	patches.suse/iio-dac-adi-axi-dac-fix-wrong-register-bitfield.patch
	patches.suse/misc-rtsx-Cleanup-on-DRV_NAME-cardreader-variables.patch
	patches.suse/goldfish-Fix-unused-const-variable-goldfish_pipe_acp.patch
	patches.suse/comedi-Flush-partial-mappings-in-error-case.patch
	patches.suse/counter-stm32-timer-cnt-fix-device_node-handling-in-.patch
	patches.suse/counter-stm32-timer-cnt-Add-check-for-clk_enable.patch
	patches.suse/counter-ti-ecap-capture-Add-check-for-clk_enable.patch
	patches.suse/iio-invensense-fix-multiple-odr-switch-when-FIFO-is-.patch
	patches.suse/iio-backend-fix-wrong-pointer-passed-to-IS_ERR.patch
	patches.suse/iio-adc-ad7923-Fix-buffer-overflow-for-tx_buf-and-ri.patch
	patches.suse/ad7780-fix-division-by-zero-in-ad7780_write_raw.patch
	patches.suse/iio-adc-ad4000-fix-reading-unsigned-data.patch
	patches.suse/iio-gts-Fix-uninitialized-symbol-ret.patch
	patches.suse/iio-gts-fix-infinite-loop-for-gain_to_scaletables.patch
	patches.suse/iio-accel-kx022a-Fix-raw-read-format.patch
	patches.suse/iio-accel-adxl380-fix-raw-sample-read.patch
	patches.suse/iio-Fix-fwnode_handle-in-__fwnode_iio_channel_get_by.patch
	patches.suse/bus-mhi-host-Switch-trace_mhi_gen_tre-fields-to-nati.patch
	patches.suse/iio-adc-ad7192-properly-check-spi_get_device_match_d.patch
	patches.suse/iio-accel-kxcjk-1013-Remove-redundant-I-C-ID.patch
	patches.suse/iio-accel-kxcjk-1013-Revert-Add-support-for-KX022-10.patch
	patches.suse/iio-light-ltr501-Add-LTER0303-to-the-supported-devic.patch
	patches.suse/iio-adc-ad4000-Check-for-error-code-from-devm_mutex_.patch
	patches.suse/iio-adc-pac1921-Check-for-error-code-from-devm_mutex.patch
	patches.suse/spmi-pmic-arb-fix-return-path-in-for_each_available_.patch
	patches.suse/interconnect-qcom-icc-rpmh-probe-defer-incase-of-mis.patch
	patches.suse/ALSA-ac97-bus-Fix-the-mistake-in-the-comment.patch
	patches.suse/ALSA-hda-realtek-Update-ALC256-depop-procedure.patch
	patches.suse/ALSA-usb-audio-Fix-potential-out-of-bound-accesses-f.patch
	patches.suse/ALSA-pcm-Add-sanity-NULL-check-for-the-default-mmap-.patch
	patches.suse/ALSA-hda-realtek-Fix-Internal-Speaker-and-Mic-boost-.patch
	patches.suse/ALSA-rawmidi-Fix-kvfree-call-in-spinlock.patch
	patches.suse/ALSA-usb-audio-Fix-out-of-bounds-reads-when-finding-.patch
	patches.suse/ALSA-hda-realtek-fix-mute-micmute-LEDs-don-t-work-fo.patch
	patches.suse/ALSA-hda-realtek-Enable-speaker-pins-for-Medion-E154.patch
	patches.suse/ALSA-hda-realtek-Update-ALC225-depop-procedure.patch
	patches.suse/ALSA-hda-tas2781-Add-speaker-id-check-for-ASUS-proje.patch
	patches.suse/ALSA-hda-realtek-Set-PCBeep-to-default-value-for-ALC.patch
	patches.suse/ALSA-hda-Show-the-codec-quirk-info-at-probing.patch
	patches.suse/ALSA-core-Fix-possible-NULL-dereference-caused-by-ku.patch
	patches.suse/ALSA-ump-Fix-evaluation-of-MIDI-1.0-FB-info.patch
	patches.suse/ALSA-hda-realtek-Apply-quirk-for-Medion-E15433.patch
	patches.suse/ALSA-hda-improve-bass-speaker-support-for-ASUS-Zenbo.patch
	patches.suse/ASoC-amd-yc-fix-internal-mic-on-Redmi-G-2022.patch
	patches.suse/ASoC-imx-audmix-Add-NULL-check-in-imx_audmix_probe.patch
	patches.suse/ASoC-amd-yc-Add-quirk-for-microphone-on-Lenovo-Think.patch
	patches.suse/ASoC-amd-yc-Fix-for-enabling-DMIC-on-acp6x-via-_DSD-.patch
	patches.suse/ASoC-mediatek-Check-num_codecs-is-not-zero-to-avoid-.patch
	patches.suse/ASoC-SOF-ipc3-topology-Convert-the-topology-pin-inde.patch
	patches.suse/ASoC-amd-yc-Add-a-quirk-for-microfone-on-Lenovo-Thin.patch
	patches.suse/drm-xe-ufence-Wake-up-waiters-after-setting-ufence-s.patch
	patches.suse/drm-xe-Mark-preempt-fence-workqueue-as-reclaim.patch
	patches.suse/drm-amd-pm-update-current_socclk-and-current_uclk-in.patch
	patches.suse/drm-amd-display-update-pipe-selection-policy-to-chec.patch
	patches.suse/drm-amd-display-Ignore-scalar-validation-failure-if-.patch
	patches.suse/drm-amd-display-Fix-handling-of-plane-refcount.patch
	patches.suse/drm-amd-display-Remove-PIPE_DTO_SRC_SEL-programming-.patch
	patches.suse/drm-amd-Add-some-missing-straps-from-NBIO-7.11.0.patch
	patches.suse/drm-amd-Fix-initialization-mistake-for-NBIO-7.11-dev.patch
	patches.suse/drm-amdgpu-pm-add-gen5-display-to-the-user-on-smu-v1.patch
	patches.suse/drm-radeon-Fix-spurious-unplug-event-on-radeon-HDMI.patch
	patches.suse/drm-amd-display-Fix-null-check-for-pipe_ctx-plane_st.patch
	patches.suse/drm-amd-display-Fix-null-check-for-pipe_ctx-plane_st-2bc96c9.patch
	patches.suse/drm-amdkfd-Use-the-correct-wptr-size.patch
	patches.suse/drm-amd-pm-disable-pcie-speed-switching-on-Intel-pla.patch
	patches.suse/drm-amd-pm-skip-setting-the-power-source-on-smu-v14..patch
	patches.suse/drm-amd-pm-Remove-arcturus-min-power-limit.patch
	patches.suse/drm-amdgpu-vcn-reset-fw_shared-when-VCPU-buffers-cor.patch
	patches.suse/drm-amdgpu-fix-usage-slab-after-free.patch
	patches.suse/Revert-drm-radeon-Delay-Connector-detecting-when-HPD.patch
	patches.suse/drm-xe-guc_submit-fix-race-around-suspend_pending.patch
	patches.suse/drm-xe-migrate-fix-pat-index-usage.patch
	patches.suse/drm-xe-migrate-use-XE_BO_FLAG_PAGETABLE.patch
	patches.suse/drm-xe-Take-PM-ref-in-delayed-snapshot-capture-worke.patch
	patches.suse/tty-serial-fsl_lpuart-add-7-bits-format-support-on-imx7ulp-imx8ulp-imx8qxp.patch
	patches.suse/misc-eeprom-eeprom_93cx6-Add-quirk-for-extra-read-cl.patch
	patches.suse/kfifo-don-t-include-dma-mapping.h-in-kfifo.h.patch
	patches.suse/serial-8250_dw-Add-Sophgo-SG2044-quirk.patch
	patches.suse/serial-8250-omap-Move-pm_runtime_get_sync.patch
	patches.suse/serial-sh-sci-Clean-sci_ports-0-after-at-earlycon-ex.patch
	patches.suse/serial-8250_fintek-Add-support-for-F81216E.patch
	patches.suse/tty-ldsic-fix-tty_ldisc_autoload-sysctl-s-proc_handl.patch
	patches.suse/serial-amba-pl011-Fix-RX-stall-when-DMA-is-used.patch
	patches.suse/serial-amba-pl011-fix-build-regression.patch
	patches.suse/Revert-serial-sh-sci-Clean-sci_ports-0-after-at-earl.patch
	patches.suse/smb-client-fix-NULL-ptr-deref-in-crypto_aead_setkey.patch
	patches.suse/smb-During-unmount-ensure-all-cached-dir-instances-drop-their-dent.patch
	patches.suse/smb-Initialize-cfid-tcon-before-performing-network-o.patch
	patches.suse/NFSv4.0-Fix-a-use-after-free-problem-in-the-asynchronous-open.patch
	patches.suse/nfs-localio-must-clear-res.replen-in-nfs_local_read_done.patch
	patches.suse/Revert-fs-nfs-fix-missing-refcnt-by-replacing-folio_set_private-by-folio_attach_private.patch
	patches.suse/Revert-nfs-don-t-reuse-partially-completed-requests-in-nfs_lock_and_join_requests.patch
	patches.suse/nfs-ignore-SB_RDONLY-when-mounting-nfs.patch
	patches.suse/sunrpc-clear-XPRT_SOCK_UPD_TIMEOUT-when-reset-transport.patch
	patches.suse/SUNRPC-timeout-and-cancel-TLS-handshake-with-ETIMEDOUT.patch
	patches.suse/sunrpc-fix-one-UAF-issue-caused-by-sunrpc-kernel-tcp-socket.patch
	patches.suse/nfs-blocklayout-Don-t-attempt-unregister-for-invalid-block-device.patch
	patches.suse/nfs-blocklayout-Limit-repeat-device-registration-on-failure.patch
	patches.suse/ceph-fix-cred-leak-in-ceph_mds_check_access.patch
	patches.suse/9p-xen-fix-release-of-IRQ.patch
	patches.suse/ubi-wl-Put-source-PEB-into-correct-list-if-trying-lo.patch
	patches.suse/ubi-fastmap-wl-Schedule-fm_work-if-wear-leveling-poo.patch
	patches.suse/ubi-fastmap-Fix-duplicate-slab-cache-names-while-att.patch
	patches.suse/mtd-ubi-fix-unreleased-fwnode_handle-in-find_volume_.patch
	patches.suse/hostfs-Fix-the-NULL-vs-IS_ERR-bug-for-__filemap_get_folio.patch
	patches.suse/rtc-cmos-avoid-taking-rtc_lock-for-extended-period-o.patch
	patches.suse/rtc-st-lpc-Use-IRQF_NO_AUTOEN-flag-in-request_irq.patch
	patches.suse/rtc-bbnsm-add-remove-hook.patch
	patches.suse/rtc-abx80x-Fix-WDT-bit-position-of-the-status-regist.patch
	patches.suse/rtc-check-if-__rtc_read_time-was-successful-in-rtc_t.patch
	patches.suse/rtc-rzn1-fix-BCD-to-rtc_time-conversion-errors.patch
	patches.suse/rtc-ab-eoz9-don-t-fail-temperature-reads-on-undervol.patch
	patches.suse/Rename-.data.unlikely-to-.data.unlikely.patch
	patches.suse/Rename-.data.once-to-.data.once-to-fix-resetting-WAR.patch
	patches.suse/kbuild-deb-pkg-Don-t-fail-if-modules.order-is-missin.patch
	patches.suse/kbuild-switch-from-lz4c-to-lz4-for-compression.patch
	patches.suse/setlocalversion-work-around-git-describe-performance.patch
	patches.suse/modpost-remove-incorrect-code-in-do_eisa_entry.patch
	patches.suse/modpost-remove-unnecessary-check-in-do_acpi_entry.patch
	patches.suse/modpost-introduce-module_alias_printf-helper.patch
	patches.suse/modpost-deduplicate-MODULE_ALIAS-for-all-drivers.patch
	patches.suse/modpost-remove-DEF_FIELD_ADDR_VAR-macro.patch
	patches.suse/modpost-pass-struct-module-to-do_-_entry-functions.patch
	patches.suse/modpost-call-module_alias_printf-from-all-do_-_entry.patch
	patches.suse/modpost-convert-do_pnp_card_entries-to-a-generic-han.patch
	patches.suse/modpost-convert-do_pnp_device_entry-to-a-generic-han.patch
	patches.suse/modpost-convert-do_of_table-to-a-generic-handler.patch
	patches.suse/modpost-convert-do_usb_table-to-a-generic-handler.patch
	patches.suse/modpost-move-strstarts-to-modpost.h.patch
	patches.suse/modpost-rename-variables-in-handle_moddevtable.patch
	patches.suse/KVM-arm64-vgic-v3-Sanitise-guest-writes-to-GICR_INVL.patch
	patches.suse/KVM-arm64-vgic-Make-vgic_get_irq-more-robust.patch
	patches.suse/KVM-arm64-vgic-Kill-VGIC_MAX_PRIVATE-definition.patch
	patches.suse/KVM-arm64-vgic-its-Add-stronger-type-checking-to-the.patch
	patches.suse/KVM-arm64-Mark-set_sysreg_masks-as-inline-to-avoid-b.patch
	patches.suse/KVM-arm64-Ignore-PMCNTENSET_EL0-while-checking-for-o.patch
	patches.suse/KVM-arm64-Use-MDCR_EL2.HPME-to-evaluate-overflow-of-.patch
	patches.suse/io_uring-check-for-overflows-in-io_pin_pages.patch
	patches.suse/io_uring-fix-corner-case-forgetting-to-vunmap.patch
	patches.suse/io_uring-tctx-work-around-xa_store-allocation-error-.patch
	patches.suse/blk-settings-round-down-io_opt-to-physical_block_size.patch
	patches.suse/block-fix-uaf-for-flush-rq-while-iterating-tags.patch
	patches.suse/block-return-unsigned-int-from-bdev_io_min.patch
	patches.suse/loop-Fix-ABBA-locking-race.patch
	patches.suse/block-Drop-granularity-check-in-queue_limit_discard_.patch
	patches.suse/ublk-fix-error-code-for-unsupported-command.patch
	patches.suse/block-Add-extra-checks-in-blk_validate_atomic_write_.patch
	patches.suse/block-Support-atomic-writes-limits-for-stacked-devic.patch
	patches.suse/md-raid0-Atomic-write-support.patch
	patches.suse/md-raid1-Atomic-write-support.patch
	patches.suse/md-raid10-Atomic-write-support.patch
	patches.suse/Revert-block-bfq-merge-bfq_release_process_ref-into-bfq_put_cooperator.patch
	patches.suse/block-blk-mq-fix-uninit-value-in-blk_rq_prep_clone-a.patch
	patches.suse/block-don-t-bother-checking-the-data-direction-for-m.patch
	patches.suse/block-req-bio-is-always-set-in-the-merge-code.patch
	patches.suse/block-return-unsigned-int-from-bdev_io_opt.patch
	patches.suse/block-return-unsigned-int-from-queue_dma_alignment.patch
	patches.suse/block-return-unsigned-int-from-blk_lim_dma_alignment.patch
	patches.suse/block-return-bool-from-blk_rq_aligned.patch
	patches.suse/block-remove-a-duplicate-definition-for-bdev_read_on.patch
	patches.suse/block-return-bool-from-get_disk_ro-and-bdev_read_onl.patch
	patches.suse/nvme-multipath-Fix-RCU-list-traversal-to-use-SRCU-pr.patch
	patches.suse/nvme-pci-add-support-for-sgl-metadata.patch
	patches.suse/nvme-pci-use-sgls-for-all-user-requests-if-possible.patch
	patches.suse/Revert-nvme-make-keep-alive-synchronous-operation.patch
	patches.suse/nvme-fabrics-fix-kernel-crash-while-shutting-down-co.patch
	patches.suse/block-Remove-extra-part-pointer-NULLify-in-blk_rq_in.patch
	patches.suse/block-Prevent-potential-deadlock-in-blk_revalidate_disk_zones.patch
	patches.suse/mq-deadline-don-t-call-req_get_ioprio-from-the-I-O-c.patch
	patches.suse/block-Don-t-allow-an-atomic-write-be-truncated-in-blkdev_write_iter.patch
	patches.suse/block-bfq-fix-bfqq-uaf-in-bfq_limit_depth.patch
	patches.suse/brd-decrease-the-number-of-allocated-pages-which-discarded.patch
	patches.suse/tools-power-turbostat-fix-GCC9-build-regression.patch
	patches.suse/tools-power-turbostat-Fix-column-printing-for-PMT-xtal_time-counters.patch
	patches.suse/tools-power-turbostat-Allow-using-cpu-device-in-perf-counters-on-hybrid-platforms.patch
	patches.suse/tools-power-turbostat-Fix-trailing-n-parsing.patch
	patches.suse/tools-power-turbostat-Honor-show-CPU-even-when-even-when-num_cpus-1.patch
	patches.suse/tools-power-turbostat-Remove-PC7-PC9-support-on-MTL.patch
	patches.suse/tools-power-turbostat-Add-back-PC8-support-on-Arrowlake.patch
	patches.suse/tools-power-turbostat-Rename-arl_features-to-lnl_features.patch
	patches.suse/tools-power-turbostat-Remove-PC3-support-on-Lunarlake.patch
	patches.suse/tools-power-turbostat-Add-initial-support-for-GraniteRapids-D.patch
	patches.suse/tools-power-turbostat-Enhance-platform-divergence-description.patch
	patches.suse/tools-power-turbostat-Remove-unnecessary-fflush-call.patch
	patches.suse/tools-power-turbostat-Consolidate-graphics-sysfs-access.patch
	patches.suse/tools-power-turbostat-Cache-graphics-sysfs-file-descriptors-during-probe.patch
	patches.suse/tools-power-turbostat-Add-support-for-sys-class-drm-card1.patch
	patches.suse/tools-power-turbostat-Force-no-perf-in-dump-mode.patch
	patches.suse/tools-power-turbostat-Fix-child-s-argument-forwardin.patch
	patches.suse/tools-power-turbostat-Add-RAPL-psys-as-a-built-in-counter.patch
	patches.suse/tools-power-turbostat-2024.11.30.patch
	patches.suse/x86-mm-Carve-out-INVLPG-inline-asm-for-use-by-others.patch
	patches.suse/x86-microcode-AMD-Flush-patch-buffer-mapping-after-applica.patch
	patches.suse/x86-Documentation-Update-algo-in-init_size-descripti.patch
	patches.suse/x86-CPU-AMD-Terminate-the-erratum_1386_microcode-arr.patch
	patches.suse/irqchip-irq-mvebu-sei-Move-misplaced-select-callback.patch
	patches.suse/irqchip-gicv3-its-Add-workaround-for-hip09-ITS-errat.patch
	patches.suse/module-Convert-default-symbol-namespace-to-string-li.patch
	patches.suse/xfs-remove-unknown-compat-feature-check-in-superblock-write-validation.patch
	patches.suse/btrfs-fix-use-after-free-in-btrfs_encoded_read_endio.patch
	patches.suse/btrfs-add-a-sanity-check-for-btrfs-root-in-btrfs_search_sl.patch
	patches.suse/platform-x86-asus-wmi-Ignore-return-value-when-writi.patch
	patches.suse/platform-x86-asus-nb-wmi-Ignore-unknown-event-0xCF.patch
	patches.suse/LoongArch-KVM-Protect-kvm_check_requests-with-SRCU.patch
	patches.suse/LoongArch-KVM-Protect-kvm_io_bus_-read-write-with-SR.patch
	patches.suse/iTCO_wdt-mask-NMI_NOW-bit-for-update_no_reboot_bit-c.patch
	patches.suse/watchdog-xilinx_wwdt-Calculate-max_hw_heartbeat_ms-u.patch
	patches.suse/watchdog-apple-Actually-flush-writes-after-requestin.patch
	patches.suse/watchdog-it87_wdt-add-PWRGD-enable-quirk-for-Qotom-Q.patch
	patches.suse/watchdog-rzg2l_wdt-Power-on-the-watchdog-domain-in-t.patch
	patches.suse/Revert-watchdog-s3c2410_wdt-use-exynos_get_pmu_regma.patch
	patches.suse/watchdog-mediatek-Make-sure-system-reset-gets-assert.patch
	patches.suse/watchdog-mediatek-Add-support-for-MT6735-TOPRGU-WDT.patch
	patches.suse/watchdog-rti-of-honor-timeout-sec-property.patch
	patches.suse/HID-i2c-hid-Revert-to-using-power-commands-to-wake-o.patch
	patches.suse/HID-wacom-fix-when-get-product-name-maybe-null-point.patch
	patches.suse/selftests-hid-fix-typo-and-exit-code.patch
	patches.suse/net-enetc-Do-not-configure-preemptible-TCs-if-SIs-do.patch
	patches.suse/ptp-Add-error-handling-for-adjfine-callback-in-ptp_c.patch
	patches.suse/net-hsr-avoid-potential-out-of-bound-access-in-fill_.patch
	patches.suse/bnxt_en-ethtool-Supply-ntuple-rss-context-action.patch
	patches.suse/net-Fix-icmp-host-relookup-triggering-ip_rt_bug.patch
	patches.suse/ipv6-avoid-possible-NULL-deref-in-modify_prefix_rout.patch
	patches.suse/octeontx2-af-Fix-SDP-MAC-link-credits-configuration.patch
	patches.suse/can-dev-can_set_termination-allow-sleeping-GPIOs.patch
	patches.suse/can-gs_usb-add-usb-endpoint-address-detection-at-dri.patch
	patches.suse/can-c_can-c_can_handle_bus_err-update-statistics-if-.patch
	patches.suse/can-sun4i_can-sun4i_can_err-call-can_change_state-ev.patch
	patches.suse/can-hi311x-hi3110_can_ist-fix-potential-use-after-fr.patch
	patches.suse/can-m_can-m_can_handle_lec_err-fix-rx-tx-_errors-sta.patch
	patches.suse/can-ifi_canfd-ifi_canfd_handle_lec_err-fix-rx-tx-_er.patch
	patches.suse/can-hi311x-hi3110_can_ist-fix-rx-tx-_errors-statisti.patch
	patches.suse/can-sja1000-sja1000_err-fix-rx-tx-_errors-statistics.patch
	patches.suse/can-sun4i_can-sun4i_can_err-fix-rx-tx-_errors-statis.patch
	patches.suse/can-ems_usb-ems_usb_rx_err-fix-rx-tx-_errors-statist.patch
	patches.suse/can-f81604-f81604_handle_can_bus_errors-fix-rx-tx-_e.patch
	patches.suse/can-mcp251xfd-mcp251xfd_get_tef_len-work-around-erra.patch
	patches.suse/can-j1939-j1939_session_new-fix-skb-reference-counti.patch
	patches.suse/net-phy-microchip-Reset-LAN88xx-PHY-to-ensure-clean-.patch
	patches.suse/net-ipv6-release-expired-exception-dst-cached-in-soc.patch
	patches.suse/dccp-Fix-memory-leak-in-dccp_feat_change_recv.patch
	patches.suse/tipc-Fix-use-after-free-of-kernel-socket-in-cleanup_.patch
	patches.suse/net-smc-initialize-close_work-early-to-avoid-warning.patch
	patches.suse/net-smc-fix-LGR-and-link-use-after-free-issue.patch
	patches.suse/net-qed-allow-old-cards-not-supporting-num_images-to.patch
	patches.suse/net-hsr-must-allocate-more-bytes-for-RedBox-support.patch
	patches.suse/net-Make-napi_hash_lock-irq-safe.patch
	patches.suse/Revert-udp-avoid-calling-sock_def_readable-if-possib.patch
	patches.suse/ethtool-Fix-access-to-uninitialized-fields-in-set-RX.patch
	patches.suse/geneve-do-not-assume-mac-header-is-set-in-geneve_xmi.patch
	patches.suse/bnxt_en-refactor-tpa_info-alloc-free-into-helpers.patch
	patches.suse/bnxt_en-refactor-bnxt_alloc_rx_rings-to-call-bnxt_al.patch
	patches.suse/bnxt_en-handle-tpa_info-in-queue-API-implementation.patch
	patches.suse/net-mlx5-HWS-Fix-memory-leak-in-mlx5hws_definer_calc.patch
	patches.suse/net-mlx5-HWS-Properly-set-bwc-queue-locks-lock-class.patch
	patches.suse/net-mlx5-E-Switch-Fix-switching-to-switchdev-mode-wi.patch
	patches.suse/net-mlx5-E-Switch-Fix-switching-to-switchdev-mode-in.patch
	patches.suse/net-mlx5e-SD-Use-correct-mdev-to-build-channel-param.patch
	patches.suse/net-mlx5e-Remove-workaround-to-avoid-syndrome-for-in.patch
	patches.suse/ice-fix-PHY-Clock-Recovery-availability-check.patch
	patches.suse/ice-fix-PHY-timestamp-extraction-for-ETH56G.patch
	patches.suse/ice-Fix-NULL-pointer-dereference-in-switchdev.patch
	patches.suse/ice-Fix-VLAN-pruning-in-switchdev-mode.patch
	patches.suse/idpf-set-completion-tag-for-empty-bufs-associated-wi.patch
	patches.suse/ixgbevf-stop-attempting-IPSEC-offload-on-Mailbox-API.patch
	patches.suse/ixgbe-downgrade-logging-of-unsupported-VF-API-versio.patch
	patches.suse/ixgbe-Correct-BASE-BX10-compliance-code.patch
	patches.suse/igb-Fix-potential-invalid-memory-access-in-igb_init_.patch
	patches.suse/ipvs-fix-UB-due-to-uninitialized-stack-access-in-ip_.patch
	patches.suse/0001-netfilter-x_tables-fix-LED-ID-check-in-led_tg_check.patch
	patches.suse/netfilter-nft_socket-remove-WARN_ON_ONCE-on-maximum-.patch
	patches.suse/netfilter-nft_inner-incorrect-percpu-area-handling-u.patch
	patches.suse/netfilter-ipset-Hold-module-reference-while-requesti.patch
	patches.suse/net-avoid-potential-UAF-in-default_operstate.patch
	patches.suse/msft-hv-3086-net-mana-Request-a-V2-response-version-for-MANA_QUER.patch
	patches.suse/iommufd-Fix-out_fput-in-iommufd_fault_alloc.patch
	patches.suse/pmdomain-core-Add-missing-put_device.patch
	patches.suse/pmdomain-core-Fix-error-path-in-pm_genpd_init-when-i.patch
	patches.suse/pmdomain-imx-gpcv2-Adjust-delay-after-power-up-hands.patch
	patches.suse/mmc-sdhci-pci-Add-DMI-quirk-for-missing-CD-GPIO-on-V.patch
	patches.suse/mmc-core-Further-prevent-card-detect-during-shutdown.patch
	patches.suse/spi-mpc52xx-Add-cancel_work_sync-before-module-remov.patch
	patches.suse/spi-intel-Add-Panther-Lake-SPI-controller-support.patch
	patches.suse/spi-omap2-mcspi-Fix-the-IS_ERR-bug-for-devm_clk_get_.patch
	patches.suse/regmap-Use-correct-format-specifier-for-logging-rang.patch
	patches.suse/regmap-detach-regmap-from-dev-on-regmap_exit.patch
	patches.suse/ALSA-seq-ump-Fix-seq-port-updates-per-FB-info-notify.patch
	patches.suse/ALSA-ump-Don-t-open-legacy-substream-for-an-inactive.patch
	patches.suse/ALSA-ump-Indicate-the-inactive-group-in-legacy-subst.patch
	patches.suse/ALSA-ump-Update-legacy-substream-names-upon-FB-info-.patch
	patches.suse/ALSA-hda-conexant-fix-Z60MR100-startup-pop-issue.patch
	patches.suse/ALSA-usb-audio-Notify-xrun-for-low-latency-mode.patch
	patches.suse/ALSA-sh-Use-standard-helper-for-buffer-accesses.patch
	patches.suse/ALSA-ump-Shut-up-truncated-string-warning.patch
	patches.suse/ALSA-usb-audio-add-mixer-mapping-for-Corsair-HS80.patch
	patches.suse/ALSA-hda-realtek-Enable-mute-and-micmute-LED-on-HP-P.patch
	patches.suse/ALSA-hda-tas2781-Fix-error-code-tas2781_read_acpi.patch
	patches.suse/ALSA-hda-realtek-Add-support-for-Samsung-Galaxy-Book.patch
	patches.suse/ALSA-usb-audio-Fix-a-DMA-to-stack-memory-bug.patch
	patches.suse/ALSA-usb-audio-Add-extra-PID-for-RME-Digiface-USB.patch
	patches.suse/ALSA-hda-realtek-fix-micmute-LEDs-don-t-work-on-HP-L.patch
	patches.suse/ALSA-hda-realtek-Fix-spelling-mistake-Firelfy-Firefl.patch
	patches.suse/ASoC-Intel-avs-da7219-Remove-suspend_pre-and-resume_.patch
	patches.suse/ASoC-SOF-ipc3-topology-fix-resource-leaks-in-sof_ipc.patch
	patches.suse/ASoC-mediatek-mt8188-mt6359-Remove-hardcoded-dmic-co.patch
	patches.suse/dma-fence-Fix-reference-leak-on-fence-merge-failure-.patch
	patches.suse/dma-fence-Use-kernel-s-sort-for-merging-fences.patch
	patches.suse/dma-buf-fix-dma_fence_array_signaled-v4.patch
	patches.suse/drm-dp_mst-Fix-MST-sideband-message-body-length-chec.patch
	patches.suse/drm-sti-Add-__iomem-for-mixer_dbg_mxn-s-parameter.patch
	patches.suse/drm-xe-Move-the-coredump-registration-to-the-worker-.patch
	patches.suse/drm-dp_mst-Fix-resetting-msg-rx-state-after-topology.patch
	patches.suse/drm-dp_mst-Verify-request-type-in-the-corresponding-.patch
	patches.suse/drm-dp_mst-Ensure-mst_primary-pointer-is-valid-in-dr.patch
	patches.suse/drm-v3d-Enable-Performance-Counters-before-clearing-.patch
	patches.suse/drm-amdgpu-hdp4.0-do-a-posting-read-when-flushing-HD.patch
	patches.suse/drm-amdgpu-hdp5.0-do-a-posting-read-when-flushing-HD.patch
	patches.suse/drm-amdgpu-hdp5.2-do-a-posting-read-when-flushing-HD.patch
	patches.suse/drm-amdgpu-hdp6.0-do-a-posting-read-when-flushing-HD.patch
	patches.suse/drm-amdgpu-hdp7.0-do-a-posting-read-when-flushing-HD.patch
	patches.suse/drm-amdkfd-add-MEC-version-that-supports-no-PCIe-ato.patch
	patches.suse/drm-amdkfd-hard-code-cacheline-for-gc943-gc944.patch
	patches.suse/drm-amd-display-Add-a-left-edge-pixel-if-in-YCbCr422.patch
	patches.suse/drm-amd-display-Add-option-to-retrieve-detile-buffer.patch
	patches.suse/drm-amd-display-Correct-prefetch-calculation.patch
	patches.suse/drm-amd-display-Limit-VTotal-range-to-max-hw-cap-min.patch
	patches.suse/drm-amd-pm-fix-and-simplify-workload-handling.patch
	patches.suse/drm-amdgpu-rework-resume-handling-for-display-v2.patch
	patches.suse/arm64-mm-Fix-zone_dma_limit-calculation.patch
	patches.suse/arm64-patching-avoid-early-page_to_phys.patch
	patches.suse/drivers-virt-pkvm-Don-t-fail-ioremap-call-if-MMIO_GU.patch
	patches.suse/ACPI-IORT-Add-PMCG-platform-information-for-HiSilico.patch
	patches.suse/arm64-Ensure-bits-ASID-15-8-are-masked-out-when-the-kernel-uses-8-bit-ASIDs.patch
	patches.suse/coco-virt-arm64-Do-not-enable-cca-guest-driver-by-de.patch
	patches.suse/arm64-ptrace-fix-partial-SETREGSET-for-NT_ARM_TAGGED_ADDR_CTRL.patch
	patches.suse/arm64-ptrace-fix-partial-SETREGSET-for-NT_ARM_FPMR.patch
	patches.suse/arm64-ptrace-fix-partial-SETREGSET-for-NT_ARM_POE.patch
	patches.suse/bpf-vsock-Fix-poll-missing-a-queue.patch
	patches.suse/selftest-bpf-Add-test-for-af_vsock-poll.patch
	patches.suse/bpf-vsock-Invoke-proto-close-on-close.patch
	patches.suse/selftest-bpf-Add-test-for-vsock-removal-from-sockmap.patch
	patches.suse/xsk-fix-OOB-map-writes-when-deleting-elements.patch
	patches.suse/bpf-fix-OOB-devmap-writes-when-deleting-elements.patch
	patches.suse/bpftool-fix-potential-NULL-pointer-dereferencing-in-.patch
	patches.suse/tcp_bpf-Fix-the-sk_mem_uncharge-logic-in-tcp_bpf_sen.patch
	patches.suse/selftests-bpf-Add-apply_bytes-test-to-test_txmsg_red.patch
	patches.suse/bpf-Ensure-reg-is-PTR_TO_STACK-in-process_iter_arg.patch
	patches.suse/selftests-bpf-Add-tests-for-iter-arg-check.patch
	patches.suse/bpf-Zero-index-arg-error-string-for-dynptr-and-iter.patch
	patches.suse/bpf-Don-t-mark-STACK_INVALID-as-STACK_MISC-in-mark_s.patch
	patches.suse/bpf-Fix-narrow-scalar-spill-onto-64-bit-spilled-scal.patch
	patches.suse/selftests-bpf-Introduce-__caps_unpriv-annotation-for.patch
	patches.suse/selftests-bpf-Add-test-for-reading-from-STACK_INVALI.patch
	patches.suse/selftests-bpf-Add-test-for-narrow-spill-into-64-bit-.patch
	patches.suse/bpf-Remove-unnecessary-check-when-updating-LPM-trie.patch
	patches.suse/bpf-Remove-unnecessary-kfree-im_node-in-lpm_trie_upd.patch
	patches.suse/bpf-Handle-BPF_EXIST-and-BPF_NOEXIST-for-LPM-trie.patch
	patches.suse/bpf-Handle-in-place-update-for-full-LPM-trie-correct.patch
	patches.suse/bpf-Fix-exact-match-conditions-in-trie_get_next_key.patch
	patches.suse/bpf-Switch-to-bpf-mem-allocator-for-LPM-trie.patch
	patches.suse/bpf-Use-raw_spinlock_t-for-LPM-trie.patch
	patches.suse/selftests-bpf-Move-test_lpm_map.c-to-map_tests.patch
	patches.suse/selftests-bpf-Add-more-test-cases-for-LPM-trie.patch
	patches.suse/io_uring-Change-res2-parameter-type-in-io_uring_cmd_.patch
	patches.suse/bcache-revert-replacing-IS_ERR_OR_NULL-with-IS_ERR-a.patch
	patches.suse/virtio-blk-don-t-keep-queue-frozen-during-system-sus.patch
	patches.suse/nvme-don-t-apply-NVME_QUIRK_DEALLOCATE_ZEROES-when-D.patch
	patches.suse/nvme-fabrics-handle-zero-MAXCMD-without-closing-the-.patch
	patches.suse/nvme-tcp-fix-the-memleak-while-create-new-ctrl-faile.patch
	patches.suse/nvme-rdma-unquiesce-admin_q-before-destroy-it.patch
	patches.suse/blk-mq-register-cpuhp-callback-after-hctx-is-added-to-xarray-table.patch
	patches.suse/blk-mq-move-cpuhp-callback-registering-out-of-q-sysfs_lock.patch
	patches.suse/scsi-qla1280-Fix-hw-revision-numbering-for-ISP1020-1040.patch
	patches.suse/scsi-megaraid_sas-Fix-for-a-potential-deadlock.patch
	patches.suse/scsi-ufs-core-Cancel-RTC-work-during-ufshcd_remove.patch
	patches.suse/scsi-ufs-qcom-Only-free-platform-MSIs-when-ESI-is-en.patch
	patches.suse/scsi-mpt3sas-Diag-Reset-when-Doorbell-In-Use-bit-is-.patch
	patches.suse/scsi-mpt3sas-Update-driver-version-to-51.100.00.00.patch
	patches.suse/scsi-mpi3mr-Synchronize-access-to-ioctl-data-buffer.patch
	patches.suse/scsi-mpi3mr-Fix-corrupt-config-pages-PHY-state-is-switched-in-sysfs.patch
	patches.suse/scsi-mpi3mr-Start-controller-indexing-from-0.patch
	patches.suse/scsi-mpi3mr-Handling-of-fault-code-for-insufficient-power.patch
	patches.suse/scsi-qla2xxx-Fix-abort-in-bsg-timeout.patch
	patches.suse/scsi-qla2xxx-Fix-use-after-free-on-unload.patch
	patches.suse/scsi-qla2xxx-Remove-check-req_sg_cnt-should-be-equal.patch
	patches.suse/scsi-qla2xxx-Fix-NVMe-and-NPIV-connect-issue.patch
	patches.suse/scsi-qla2xxx-Supported-speed-displayed-incorrectly-f.patch
	patches.suse/scsi-qla2xxx-Update-version-to-10.02.09.400-k.patch
	patches.suse/scsi-ufs-core-sysfs-Prevent-div-by-zero.patch
	patches.suse/scsi-sg-Fix-slab-use-after-free-read-in-sg_release.patch
	patches.suse/msft-hv-3085-scsi-storvsc-Do-not-flag-MAINTENANCE_IN-return-of-SR.patch
	patches.suse/scsi-scsi_debug-Fix-hrtimer-support-for-ndelay.patch
	patches.suse/mm-gup-handle-NULL-pages-in-unpin_user_pages.patch
	patches.suse/mm-mempolicy-fix-migrate_to_node-assuming-there-is-a.patch
	patches.suse/kasan-make-report_lock-a-raw-spinlock.patch
	patches.suse/ocfs2-free-inode-when-ocfs2_get_init_inode-fails.patch
	patches.suse/selftest-hugetlb_dio-fix-test-naming.patch
	patches.suse/selftests-damon-add-_damon_sysfs.py-to-TEST_FILES.patch
	patches.suse/stackdepot-fix-stack_depot_save_flags-in-NMI-context.patch
	patches.suse/ocfs2-update-seq_file-index-in-ocfs2_dlm_seq_next.patch
	patches.suse/mm-respect-mmap-hint-address-when-aligning-for-THP.patch
	patches.suse/mm-correct-typo-in-MMAP_STATE-macro.patch
	patches.suse/scatterlist-fix-incorrect-func-name-in-kernel-doc.patch
	patches.suse/lib-stackinit-hide-never-taken-branch-from-compiler.patch
	patches.suse/sched-numa-fix-memory-leak-due-to-the-overwritten-vma-numab_state.patch
	patches.suse/iio-magnetometer-yas530-use-signed-integer-type-for-.patch
	patches.suse/x86-pkeys-Change-caller-of-update_pkru_in_sigframe.patch
	patches.suse/x86-pkeys-Ensure-updated-PKRU-value-is-XRSTOR-d.patch
	patches.suse/x86-cpu-Add-Lunar-Lake-to-list-of-CPUs-with-a-broken-MONIT.patch
	patches.suse/x86-cpu-topology-Remove-limit-of-CPUs-due-to-disabled-IO-A.patch
	patches.suse/x86-kexec-Restore-GDT-on-return-from-preserve_context-kexe.patch
	patches.suse/cacheinfo-Allocate-memory-during-CPU-hotplug-if-not-done-f.patch
	patches.suse/x86-cacheinfo-Delete-global-num_cache_leaves.patch
	patches.suse/x86-CPU-AMD-WARN-when-setting-EFER.AUTOIBRS-if-and-only-if.patch
	patches.suse/clocksource-Make-negative-motion-detection-more-robust.patch
	patches.suse/irqchip-stm32mp-exti-CONFIG_STM32MP_EXTI-should-not-.patch
	patches.suse/modpost-Add-.irqentry.text-to-OTHER_SECTIONS.patch
	patches.suse/x86-Fix-build-regression-with-CONFIG_KEXEC_JUMP-enabled.patch
	patches.suse/sched-deadline-Fix-replenish_dl_new_period-dl_server-condition.patch
	patches.suse/sched-fix-warning-in-sched_setaffinity.patch
	patches.suse/softirq-Allow-raising-SCHED_SOFTIRQ-from-SMP-call-function-on-RT-kernel.patch
	patches.suse/sched-core-Remove-the-unnecessary-need_resched-check-in-nohz_csd_func.patch
	patches.suse/sched-fair-Check-idle_cpu-before-need_resched-to-detect-ilb-CPU-turning-busy.patch
	patches.suse/sched-core-Prevent-wakeup-of-ksoftirqd-during-idle-load-balance.patch
	patches.suse/sched-core-Update-kernel-boot-parameters-for-LAZY-preempt.patch
	patches.suse/sched-deadline-Fix-warning-in-migrate_enable-for-boosted-tasks.patch
	patches.suse/locking-rtmutex-Fix-wake_q-logic-in-task_blocks_on_rt_mutex.patch
	patches.suse/perf-x86-intel-Add-Arrow-Lake-U-support.patch
	patches.suse/perf-x86-intel-ds-Unconditionally-drain-PEBS-DS-when-chang.patch
	patches.suse/locking-ww_mutex-Fix-ww_mutex-dummy-lockdep-map-selftest-warnings.patch
	patches.suse/btrfs-fix-mount-failure-due-to-remount-races.patch
	patches.suse/btrfs-flush-delalloc-workers-queue-before-stopping-c.patch
	patches.suse/clk-en7523-Fix-wrong-BUS-clock-for-EN7581.patch
	patches.suse/clk-en7523-Initialize-num-before-accessing-hws-in-en.patch
	patches.suse/selftests-ftrace-adjust-offset-for-kprobe-syntax-err.patch
	patches.suse/Revert-unicode-Don-t-special-case-ignorable-code-poi.patch
	patches.suse/tipc-fix-NULL-deref-in-cleanup_bearer.patch
	patches.suse/net-mlx5-DR-prevent-potential-error-pointer-derefere.patch
	patches.suse/selftests-mlxsw-sharedbuffer-Remove-h1-ingress-test-.patch
	patches.suse/selftests-mlxsw-sharedbuffer-Remove-duplicate-test-c.patch
	patches.suse/selftests-mlxsw-sharedbuffer-Ensure-no-extra-packets.patch
	patches.suse/ptp-kvm-x86-Return-EOPNOTSUPP-instead-of-ENODEV-from.patch
	patches.suse/bnxt_en-Fix-GSO-type-for-HW-GRO-packets-on-5750X-chi.patch
	patches.suse/bnxt_en-Fix-potential-crash-when-dumping-FW-log-core.patch
	patches.suse/net-lapb-increase-LAPB_HEADER_LEN.patch
	patches.suse/net-defer-final-struct-net-free-in-netns-dismantle.patch
	patches.suse/net-stmmac-fix-TSO-DMA-API-usage-causing-oops.patch
	patches.suse/cxgb4-use-port-number-to-set-mac-addr.patch
	patches.suse/qca_spi-Fix-clock-speed-for-multiple-QCA7000.patch
	patches.suse/qca_spi-Make-driver-probing-reliable.patch
	patches.suse/octeontx2-af-Fix-installation-of-PF-multicast-rule.patch
	patches.suse/virtio_net-correct-netdev_tx_reset_queue-invocation-point.patch
	patches.suse/virtio_ring-add-a-func-argument-recycle_done-to-virt.patch
	patches.suse/virtio_net-ensure-netdev_tx_reset_queue-is-called-on.patch
	patches.suse/bnxt_en-Fix-aggregation-ID-mask-to-prevent-oops-on-5.patch
	patches.suse/Documentation-networking-Add-a-caveat-to-nexthop_com.patch
	patches.suse/tcp-check-space-before-adding-MPTCP-SYN-options.patch
	patches.suse/wifi-nl80211-fix-NL80211_ATTR_MLO_LINK_ID-off-by-one.patch
	patches.suse/wifi-mac80211-fix-mbss-changed-flags-corruption-on-3.patch
	patches.suse/wifi-mac80211-init-cnt-before-accessing-elem-in-ieee.patch
	patches.suse/wifi-cfg80211-clear-link-ID-from-bitmap-during-link-.patch
	patches.suse/wifi-mac80211-wake-the-queues-in-case-of-failure-in-.patch
	patches.suse/wifi-mac80211-fix-a-queue-stall-in-certain-cases-of-.patch
	patches.suse/wifi-mac80211-fix-station-NSS-capability-initializat.patch
	patches.suse/wifi-cfg80211-sme-init-n_channels-before-channels-ac.patch
	patches.suse/net-renesas-rswitch-avoid-use-after-put-for-a-device.patch
	patches.suse/msft-hv-3087-net-mana-Fix-memory-leak-in-mana_gd_setup_irqs.patch
	patches.suse/msft-hv-3088-net-mana-Fix-irq_contexts-memory-leak-in-mana_gd_set.patch
	patches.suse/net-usb-qmi_wwan-add-Telit-FE910C04-compositions.patch
	patches.suse/splice-do-not-checksum-AF_UNIX-sockets.patch
	patches.suse/batman-adv-Do-not-send-uninitialized-TT-changes.patch
	patches.suse/batman-adv-Remove-uninitialized-data-in-full-table-T.patch
	patches.suse/batman-adv-Do-not-let-TT-changes-list-grows-indefini.patch
	patches.suse/net-sched-netem-account-for-backlog-updates-from-child-qdisc.patch
	patches.suse/selftests-netfilter-Stabilize-rpath.sh.patch
	patches.suse/netfilter-IDLETIMER-Fix-for-possible-ABBA-deadlock.patch
	patches.suse/netfilter-nf_tables-do-not-defer-rule-destruction-via-call_rcu.patch
	patches.suse/Bluetooth-Improve-setsockopt-handling-of-malformed-u.patch
	patches.suse/Bluetooth-hci_event-Fix-using-rcu_read_-un-lock-whil.patch
	patches.suse/Bluetooth-iso-Always-release-hdev-at-the-end-of-iso_.patch
	patches.suse/Bluetooth-iso-Fix-recursive-locking-warning.patch
	patches.suse/Bluetooth-SCO-Add-support-for-16-bits-transparent-vo.patch
	patches.suse/Bluetooth-iso-Fix-circular-lock-in-iso_listen_bis.patch
	patches.suse/Bluetooth-iso-Fix-circular-lock-in-iso_conn_big_sync.patch
	patches.suse/Bluetooth-btmtk-avoid-UAF-in-btmtk_process_coredump.patch
	patches.suse/perf-tools-Fix-build-id-event-recording.patch
	patches.suse/perf-test-Don-t-signal-all-processes-on-system-when-interrupting-tests.patch
	patches.suse/perf-machine-Initialize-machine-env-to-address-a-segfault.patch
	patches.suse/tools-headers-Sync-uapi-linux-perf_event.h-with-the-kernel-sources.patch
	patches.suse/perf-tools-Fix-build-error-on-generated-fs_at_flags_array.c.patch
	patches.suse/perf-tools-Fix-precise_ip-fallback-logic.patch
	patches.suse/perf-ftrace-Fix-undefined-behavior-in-cmp_profile_data.patch
	patches.suse/perf-hwmon_pmu-Use-openat-rather-than-dup-to-refresh-directory.patch
	patches.suse/perf-test-hwmon_pmu-Fix-event-file-location.patch
	patches.suse/perf-test-expr-Fix-system_tsc_freq-for-only-x86.patch
	patches.suse/libperf-evlist-Fix-cpu-argument-on-hybrid-platform.patch
	patches.suse/perf-probe-Fix-uninitialized-variable.patch
	patches.suse/ALSA-hda-cs35l56-Remove-calls-to-cs35l56_force_sync_.patch
	patches.suse/ALSA-hda-realtek-Fix-headset-mic-on-Acer-Nitro-5.patch
	patches.suse/ALSA-hda-realtek-Add-support-for-ASUS-Zen-AIO-27-Z27.patch
	patches.suse/ALSA-usb-audio-Add-implicit-feedback-quirk-for-Yamah.patch
	patches.suse/ALSA-hda-ca0132-Use-standard-HD-audio-quirk-matching.patch
	patches.suse/ALSA-hda-realtek-Add-new-alc2xx-fixup-headset-mic-mo.patch
	patches.suse/sound-usb-enable-DSD-output-for-ddHiFi-TC44C.patch
	patches.suse/sound-usb-format-don-t-warn-that-raw-DSD-is-unsuppor.patch
	patches.suse/ALSA-control-Avoid-WARN-for-symlink-errors.patch
	patches.suse/ASoC-amd-yc-Fix-the-wrong-return-value.patch
	patches.suse/ASoC-audio-graph-card-Call-of_node_put-on-correct-no.patch
	patches.suse/ASoC-tas2781-Fix-calibration-issue-in-stress-test.patch
	patches.suse/ASoC-fsl_xcvr-change-IFACE_PCM-to-IFACE_MIXER.patch
	patches.suse/ASoC-fsl_spdif-change-IFACE_PCM-to-IFACE_MIXER.patch
	patches.suse/ASoC-Intel-sof_sdw-Add-space-for-a-terminator-into-D.patch
	patches.suse/gpio-ljca-Initialize-num-before-accessing-item-in-lj.patch
	patches.suse/gpio-graniterapids-Fix-vGPIO-driver-crash.patch
	patches.suse/gpio-graniterapids-Fix-incorrect-BAR-assignment.patch
	patches.suse/gpio-graniterapids-Fix-invalid-GPI_IS-register-offse.patch
	patches.suse/gpio-graniterapids-Fix-invalid-RXEVCFG-register-bitm.patch
	patches.suse/gpio-graniterapids-Determine-if-GPIO-pad-can-be-used.patch
	patches.suse/gpio-graniterapids-Check-if-GPIO-line-can-be-used-fo.patch
	patches.suse/gpio-graniterapids-Fix-GPIO-Ack-functionality.patch
	patches.suse/gpio-idio-16-Actually-make-use-of-the-GPIO_IDIO_16-s.patch
	patches.suse/riscv-Fix-wrong-usage-of-__pa-on-a-fixmap-address.patch
	patches.suse/arm64-stacktrace-Don-t-WARN-when-unwinding-other-tasks.patch
	patches.suse/kselftest-arm64-abi-fix-SVCR-detection.patch
	patches.suse/xfs-return-a-64-bit-block-count-from-xfs_btree_count_blocks.patch
	patches.suse/xfs-don-t-drop-errno-values-when-we-fail-to-ficlone-the-entire-range.patch
	patches.suse/xfs-set-XFS_SICK_INO_SYMLINK_ZAPPED-explicitly-when-zapping-a-symlink.patch
	patches.suse/xfs-fix-null-bno_hint-handling-in-xfs_rtallocate_rtg.patch
	patches.suse/xfs-update-btree-keys-correctly-when-_insrec-splits-an-inode-root-block.patch
	patches.suse/xfs-fix-scrub-tracepoints-when-inode-rooted-btrees-are-involved.patch
	patches.suse/xfs-unlock-inodes-when-erroring-out-of-xfs_trans_alloc_dir.patch
	patches.suse/xfs-only-run-precommits-once-per-transaction-object.patch
	patches.suse/xfs-fix-sb_spino_align-checks-for-large-fsblock-sizes.patch
	patches.suse/xfs-return-from-xfs_symlink_verify-early-on-V4-filesystems.patch
	patches.suse/acpi-nfit-vmalloc-out-of-bounds-Read-in-acpi_nfit_ct.patch
	patches.suse/block-Use-a-zone-write-plug-BIO-work-for-REQ_NOWAIT-BIOs.patch
	patches.suse/block-Ignore-REQ_NOWAIT-for-zone-reset-and-zone-finish-operations.patch
	patches.suse/dm-Fix-dm-zoned-reclaim-zone-write-pointer-alignment.patch
	patches.suse/block-Prevent-potential-deadlocks-in-zone-write-plug-error-recovery.patch
	patches.suse/blk-cgroup-Fix-UAF-in-blkcg_unpin_online.patch
	patches.suse/block-get-wp_offset-by-bdev_offset_from_zone_start.patch
	patches.suse/block-Make-bio_iov_bvec_set-accept-pointer-to-const-.patch
	patches.suse/blk-iocost-Avoid-using-clamp-on-inuse-in-__propagate_weights.patch
	patches.suse/mq-deadline-Remove-a-local-variable.patch
	patches.suse/blk-mq-Clean-up-blk_mq_requeue_work.patch
	patches.suse/block-Fix-queue_iostats_passthrough_show.patch
	patches.suse/block-Fix-potential-deadlock-while-freezing-queue-an.patch
	patches.suse/ACPI-resource-Fix-memory-resource-type-union-access.patch
	patches.suse/ACPICA-events-evxfregn-don-t-release-the-ContextMute.patch
	patches.suse/Documentation-PM-Clarify-pm_runtime_resume_and_get-r.patch
	patches.suse/drm-i915-color-Stop-using-non-posted-DSB-writes-for-.patch
	patches.suse/drm-i915-Fix-NULL-pointer-dereference-in-capture_eng.patch
	patches.suse/drm-i915-Fix-memory-leak-by-correcting-cache-object-.patch
	patches.suse/drm-xe-fix-the-ERR_PTR-returned-on-failure-to-alloca.patch
	patches.suse/drm-xe-Call-invalidation_fence_fini-for-PT-inval-fen.patch
	patches.suse/drm-xe-reg_sr-Remove-register-pool.patch
	patches.suse/drm-amdgpu-use-sjt-mec-fw-on-gfx943-for-sriov.patch
	patches.suse/drm-amdgpu-fix-UVD-contiguous-CS-mapping-problem.patch
	patches.suse/amdgpu-uvd-get-ring-reference-from-rq-scheduler.patch
	patches.suse/drm-amd-pm-Set-SMU-v13.0.7-default-workload-type.patch
	patches.suse/drm-amdkfd-Correct-the-migration-DMA-map-direction.patch
	patches.suse/drm-amdkfd-Dereference-null-return-value.patch
	patches.suse/drm-amdkfd-hard-code-cacheline-size-for-gfx11.patch
	patches.suse/drm-amdkfd-hard-code-MALL-cacheline-size-for-gfx11-g.patch
	patches.suse/drm-amdgpu-fix-when-the-cleaner-shader-is-emitted.patch
	patches.suse/drm-amdkfd-pause-autosuspend-when-creating-pdd.patch
	patches.suse/regulator-axp20x-AXP717-set-ramp_delay.patch
	patches.suse/spi-aspeed-Fix-an-error-handling-path-in-aspeed_spi_.patch
	patches.suse/spi-rockchip-Fix-PM-runtime-count-on-no-op-cs.patch
	patches.suse/spi-spi-cadence-qspi-Disable-STIG-mode-for-Altera-So.patch
	patches.suse/ata-sata_highbank-fix-OF-node-reference-leak-in-high.patch
	patches.suse/iommu-vt-d-Remove-cache-tags-before-disabling-ATS.patch
	patches.suse/iommu-vt-d-Fix-qi_batch-NULL-pointer-with-nested-par.patch
	patches.suse/drm-panic-remove-spurious-empty-line-to-clean-warnin.patch
	patches.suse/crypto-hisilicon-debugfs-fix-the-struct-pointer-inco.patch
	patches.suse/serial-sh-sci-Check-if-TX-data-was-written-to-device.patch
	patches.suse/tty-serial-Work-around-warning-backtrace-in-serial8250_set_defaults.patch
	patches.suse/usb-ehci-hcd-fix-call-balance-of-clocks-handling-rou.patch
	patches.suse/usb-host-max3421-hcd-Correctly-abort-a-USB-request.patch
	patches.suse/usb-typec-anx7411-fix-fwnode_handle-reference-leak.patch
	patches.suse/usb-typec-anx7411-fix-OF-node-reference-leaks-in-anx.patch
	patches.suse/usb-dwc3-imx8mp-fix-software-node-kernel-dump.patch
	patches.suse/usb-gadget-midi2-Fix-interpretation-of-is_midi1-bits.patch
	patches.suse/usb-core-hcd-only-check-primary-hcd-skip_phy_initial.patch
	patches.suse/usb-dwc3-xilinx-make-sure-pipe-clock-is-deselected-i.patch
	patches.suse/usb-misc-onboard_usb_dev-skip-suspend-resume-sequenc.patch
	patches.suse/usb-gadget-u_serial-Fix-the-issue-that-gs_start_io-c.patch
	patches.suse/usb-dwc2-Fix-HCD-resume.patch
	patches.suse/usb-dwc2-hcd-Fix-GetPortStatus-SetPortFeature.patch
	patches.suse/usb-dwc2-Fix-HCD-port-connection-race.patch
	patches.suse/usb-typec-ucsi-Fix-completion-notifications.patch
	patches.suse/usb-typec-ucsi-Fix-connector-status-writing-past-buf.patch
	patches.suse/bpf-sockmap-Fix-race-between-element-replace-and-clo.patc
	patches.suse/bpf-Fix-UAF-via-mismatching-bpf_prog-attachment-RCU-flavors.patch
	patches.suse/bpf-perf-Fix-invalid-prog_array-access-in-perf_event.patch
	patches.suse/bpf-refactor-bpf_helper_changes_pkt_data-to-use-help.patch
	patches.suse/bpf-consider-that-tail-calls-invalidate-packet-point.patch
	patches.suse/selftests-bpf-validate-that-tail-call-invalidates-pa.patch
	patches.suse/bpf-fix-potential-error-return.patch
	patches.suse/bpf-Fix-theoretical-prog_array-UAF-in-__uprobe_perf_.patch
	patches.suse/bpf-Check-size-for-BTF-based-ctx-access-of-pointer-m.patch
	patches.suse/selftests-bpf-Add-test-for-narrow-ctx-load-for-point.patch
	patches.suse/bpf-Revert-bpf-Mark-raw_tp-arguments-with-PTR_MAYBE_.patch
	patches.suse/bpf-Augment-raw_tp-arguments-with-PTR_MAYBE_NULL.patch
	patches.suse/selftests-bpf-Add-tests-for-raw_tp-NULL-args.patch
	patches.suse/arm64-Fix-usage-of-new-shifted-MDCR_EL2-values.patch
	patches.suse/KVM-arm64-Fix-S1-S2-combination-when-FWB-1-and-S2-ha.patch
	patches.suse/KVM-arm64-Do-not-allow-ID_AA64MMFR0_EL1.ASIDbits-to-.patch
	patches.suse/KVM-arm64-vgic-its-Add-error-handling-in-vgic_its_ca.patch
	patches.suse/KVM-x86-Cache-CPUID.0xD-XSTATE-offsets-sizes-during-.patch
	patches.suse/RISC-V-KVM-Fix-csr_write-csr_set-for-HVIEN-PMU-overf.patch
	patches.suse/sched-fair-Fix-NEXT_BUDDY.patch
	patches.suse/sched-fair-Fix-sched_can_stop_tick-for-fair-tasks.patch
	patches.suse/sched-eevdf-More-PELT-vs-DELAYED_DEQUEUE.patch
	patches.suse/sched-dlserver-Fix-dlserver-double-enqueue.patch
	patches.suse/sched-dlserver-Fix-dlserver-time-accounting.patch
	patches.suse/irqchip-gic-Correct-declaration-of-percpu_base-point.patch
	patches.suse/irqchip-gic-v3-Work-around-insecure-GIC-integrations.patch
	patches.suse/EDAC-amd64-Simplify-ECC-check-on-unified-memory-cont.patch
	patches.suse/i2c-pnx-Fix-timeout-in-wait-functions.patch
	patches.suse/i2c-riic-Always-round-up-when-calculating-bus-period.patch
	patches.suse/efi-zboot-Limit-compression-options-to-GZIP-and-ZSTD.patch
	patches.suse/efivarfs-Fix-error-on-non-existent-file.patch
	patches.suse/efi-esrt-remove-esre_attribute-store.patch
	patches.suse/p2sb-Factor-out-p2sb_read_from_cache.patch
	patches.suse/p2sb-Introduce-the-global-flag-p2sb_hidden_by_bios.patch
	patches.suse/p2sb-Move-P2SB-hide-and-unhide-code-to-p2sb_scan_and.patch
	patches.suse/p2sb-Do-not-scan-and-remove-the-P2SB-device-when-it-.patch
	patches.suse/firmware-arm_ffa-Fix-the-race-around-setting-ffa_dev.patch
	patches.suse/xen-netfront-fix-crash-when-removing-device.patch
	patches.suse/x86-make-get_cpu_vendor-accessible-from-Xen-code.patch
	patches.suse/objtool-x86-allow-syscall-instruction.patch
	patches.suse/x86-static-call-provide-a-way-to-do-very-early-stati.patch
	patches.suse/x86-xen-don-t-do-PV-iret-hypercall-through-hypercall.patch
	patches.suse/x86-xen-add-central-hypercall-functions.patch
	patches.suse/x86-xen-use-new-hypercall-functions-instead-of-hyper.patch
	patches.suse/x86-xen-remove-hypercall-page.patch
	patches.suse/erofs-fix-PSI-memstall-accounting.patch
	patches.suse/erofs-add-erofs_sb_free-helper.patch
	patches.suse/erofs-use-struct-erofs_device_info-for-the-primary-device.patch
	patches.suse/erofs-reference-struct-erofs_device_info-for-erofs_map_dev.patch
	patches.suse/erofs-use-buffered-I-O-for-file-backed-mounts-by-default.patch
	patches.suse/s390-mm-Fix-DirectMap-accounting.patch
	patches.suse/s390-ipl-Fix-never-less-than-zero-warning.patch
	patches.suse/s390-mm-Consider-KMSAN-modules-metadata-for-paging-levels.patch
	patches.suse/x86-static-call-fix-32-bit-build.patch
	patches.suse/msft-hv-3089-tools-hv-Fix-a-complier-warning-in-the-fcopy-uio-dae.patch
	patches.suse/msft-hv-3090-x86-hyperv-Fix-hv-tsc-page-based-sched_clock-for-hib.patch
	patches.suse/msft-hv-3091-tools-hv-change-permissions-of-NetworkManager-config.patch
	patches.suse/msft-hv-3092-drivers-hv-Convert-open-coded-timeouts-to-secs_to_ji.patch
	patches.suse/msft-hv-3093-tools-hv-terminate-fcopy-daemon-if-read-from-uio-fai.patch
	patches.suse/msft-hv-3094-Drivers-hv-util-Don-t-force-error-code-to-ENODEV-in-.patch
	patches.suse/msft-hv-3095-Drivers-hv-util-Avoid-accessing-a-ringbuffer-not-ini.patch
	patches.suse/msft-hv-3096-hv-hv_kvp_daemon-Pass-NIC-name-to-hv_get_dns_info-as.patch
	patches.suse/msft-hv-3097-tools-hv-reduce-resouce-usage-in-hv_get_dns_info-hel.patch
	patches.suse/msft-hv-3098-tools-hv-add-a-.gitignore-file.patch
	patches.suse/msft-hv-3099-tools-hv-reduce-resource-usage-in-hv_kvp_daemon.patch
	patches.suse/selinux-ignore-unknown-extended-permissions.patch
	patches.suse/cxl-pci-Fix-potential-bogus-return-value-upon-succes.patch
	patches.suse/cxl-pci-Check-dport-regs.rcd_pcie_cap-availability-b.patch
	patches.suse/cxl-region-Fix-region-creation-for-greater-than-x2-s.patch
	patches.suse/mmc-sdhci-tegra-Remove-SDHCI_QUIRK_BROKEN_ADMA_ZEROL.patch
	patches.suse/mmc-mtk-sd-disable-wakeup-in-.remove-and-in-the-erro.patch
	patches.suse/net-tun-fix-tun_napi_alloc_frags.patch
	patches.suse/net-smc-protect-link-down-work-from-execute-after-lgr-freed.patch
	patches.suse/net-smc-check-iparea_offset-and-ipv6_prefixes_cnt-wh.patch
	patches.suse/net-smc-check-v2_ext_offset-eid_cnt-ism_gid_cnt-when-receiving-proposal-msg.patch
	patches.suse/net-smc-check-smcd_v2_ext_offset-when-receiving-prop.patch
	patches.suse/net-smc-check-return-value-of-sock_recvmsg-when-drai.patch
	patches.suse/net-mscc-ocelot-fix-incorrect-IFH-SRC_PORT-field-in-.patch
	patches.suse/netdevsim-prevent-bad-user-input-in-nsim_dev_health_break_write.patch
	patches.suse/tools-net-ynl-fix-sub-message-key-lookup-for-nested-.patch
	patches.suse/ionic-Fix-netdev-notifier-unregister-on-failure.patch
	patches.suse/ionic-no-double-destroy-workqueue.patch
	patches.suse/ionic-use-ee-offset-when-returning-sprom-data.patch
	patches.suse/chelsio-chtls-prevent-potential-integer-overflow-on-.patch
	patches.suse/net-ethernet-oa_tc6-fix-tx-skb-race-condition-betwee.patch
	patches.suse/qed-fix-possible-uninit-pointer-read-in-qed_mcp_nvm_.patch
	patches.suse/net-netdevsim-fix-nsim_pp_hold_write.patch
	patches.suse/can-m_can-set-init-flag-earlier-in-probe.patch
	patches.suse/can-m_can-fix-missed-interrupts-with-m_can_pci.patch
	patches.suse/selftests-openvswitch-fix-tcpdump-execution.patch
	patches.suse/idpf-add-support-for-SW-triggered-interrupts.patch
	patches.suse/idpf-trigger-SW-interrupt-when-exiting-wb_on_itr-mod.patch
	patches.suse/octeontx2-pf-fix-netdev-memory-leak-in-rvu_rep_creat.patch
	patches.suse/octeontx2-pf-fix-error-handling-of-devlink-port-in-r.patch
	patches.suse/netfilter-ipset-Fix-for-recursive-locking-warning.patch
	patches.suse/ring-buffer-Fix-overflow-in-__rb_map_vma.patch
	patches.suse/i915-guc-Reset-engine-utilization-buffer-before-regi.patch
	patches.suse/i915-guc-Ensure-busyness-counter-increases-motonical.patch
	patches.suse/i915-guc-Accumulate-active-runtime-on-gt-reset.patch
	patches.suse/udmabuf-also-check-for-F_SEAL_FUTURE_WRITE.patch
	patches.suse/udmabuf-fix-memory-leak-on-last-export_udmabuf-error.patch
	patches.suse/dma-buf-Fix-__dma_buf_debugfs_list_del-argument-for-.patch
	patches.suse/drm-panel-himax-hx83102-Add-a-check-to-prevent-NULL-.patch
	patches.suse/drm-panel-novatek-nt35950-fix-return-value-check-in-.patch
	patches.suse/drm-panel-st7701-Add-prepare_prev_first-flag-to-drm_.patch
	patches.suse/drm-panel-synaptics-r63353-Fix-regulator-unbalance.patch
	patches.suse/drm-display-use-ERR_PTR-on-DP-tunnel-manager-creatio.patch
	patches.suse/drm-modes-Avoid-divide-by-zero-harder-in-drm_mode_vr.patch
	patches.suse/accel-ivpu-Fix-general-protection-fault-in-ivpu_bo_l.patch
	patches.suse/accel-ivpu-Fix-WARN-in-ivpu_ipc_send_receive_interna.patch
	patches.suse/drm-amdgpu-don-t-access-invalid-sched.patch
	patches.suse/drm-amdgpu-nbio7.7-fix-IP-version-check.patch
	patches.suse/drm-amdgpu-nbio7.11-fix-IP-version-check.patch
	patches.suse/drm-amdgpu-mmhub4.1-fix-IP-version-check.patch
	patches.suse/drm-amdgpu-gfx12-fix-IP-version-check.patch
	patches.suse/drm-amdgpu-smu14.0.2-fix-IP-version-check.patch
	patches.suse/drm-amdgpu-fix-amdgpu_coredump.patch
	patches.suse/drm-amdgpu-Handle-NULL-bo-tbo.resource-again-in-amdg.patch
	patches.suse/drm-amd-Update-strapping-for-NBIO-2.5.0.patch
	patches.suse/drm-amdgpu-nbio7.0-fix-IP-version-check.patch
	patches.suse/USB-serial-option-add-TCL-IK512-MBIM-ECM.patch
	patches.suse/USB-serial-option-add-MeiG-Smart-SLM770A.patch
	patches.suse/USB-serial-option-add-Netprisma-LCUK54-modules-for-W.patch
	patches.suse/USB-serial-option-add-MediaTek-T7XX-compositions.patch
	patches.suse/USB-serial-option-add-Telit-FE910C04-rmnet-compositi.patch
	patches.suse/xhci-Turn-NEC-specific-quirk-for-handling-Stop-Endpo.patch
	patches.suse/usb-xhci-fix-ring-expansion-regression-in-6.13-rc1.patch
	patches.suse/thunderbolt-Add-support-for-Intel-Panther-Lake-M-P.patch
	patches.suse/thunderbolt-Don-t-display-nvm_version-unless-upgrade.patch
	patches.suse/thunderbolt-Improve-redrive-mode-handling.patch
	patches.suse/io_uring-Fix-registered-ring-file-refcount-leak.patch
	patches.suse/io_uring-check-if-iowq-is-killed-before-queuing.patch
	patches.suse/block-bdev-use-helper-for-max-block-size-check.patch
	patches.suse/block-Revert-block-Fix-potential-deadlock-while-free.patch
	patches.suse/block-avoid-to-reuse-hctx-not-removed-from-cpuhp-callback-list.patch
	patches.suse/hwmon-tmp513-Fix-interpretation-of-values-of-Shunt-V.patch
	patches.suse/hwmon-tmp513-Fix-Current-Register-value-interpretati.patch
	patches.suse/hwmon-tmp513-Fix-interpretation-of-values-of-Tempera.patch
	patches.suse/ceph-give-up-on-paths-longer-than-PATH_MAX.patch
	patches.suse/NFS-pnfs-Fix-a-live-lock-between-recalled-layouts-and-layoutget.patch
	patches.suse/smb-client-fix-TCP-timers-deadlock-after-rmmod.patch
	patches.suse/cpufreq-amd-pstate-Detect-preferred-core-support-before-driver-registration.patch
	patches.suse/cpufreq-amd-pstate-Store-the-boost-numerator-as-highest-perf-again.patch
	patches.suse/cpufreq-amd-pstate-Use-boost-numerator-for-upper-bound-of-frequencies.patch
	patches.suse/media-dvb-frontends-dib3000mb-fix-uninit-value-in-di.patch
	patches.suse/media-mediatek-vcodec-mark-vdec_vp9_slice_map_counts.patch
	patches.suse/selftests-memfd-run-sysctl-tests-when-PID-namespace-.patch
	patches.suse/ocfs2-fix-the-space-leak-in-LA-when-releasing-LA.patch
	patches.suse/mm-use-aligned-address-in-clear_gigantic_page.patch
	patches.suse/mm-use-aligned-address-in-copy_user_gigantic_page.patch
	patches.suse/mm-correctly-reference-merged-VMA.patch
	patches.suse/zram-refuse-to-use-zero-sized-block-device-as-backing-device.patch
	patches.suse/zram-fix-uninitialized-ZRAM-not-releasing-backing-device.patch
	patches.suse/fork-avoid-inappropriate-uprobe-access-to-invalid-mm.patch
	patches.suse/mm-page_alloc-don-t-call-pfn_to_page-on-possibly-non-existent-PFN-in-split_large_buddy.patch
	patches.suse/alloc_tag-fix-set_codetag_empty-when-CONFIG_MEM_ALLO.patch
	patches.suse/arm64-dts-broadcom-Fix-L2-linesize-for-Raspberry-Pi-5.patch
	patches.suse/of-property-fw_devlink-Do-not-use-interrupt-parent-d.patch
	patches.suse/of-address-Preserve-the-flags-portion-on-1-1-dma-ran.patch
	patches.suse/of-Fix-error-path-in-of_parse_phandle_with_args_map.patch
	patches.suse/of-Fix-refcount-leakage-for-OF-node-returned-by-__of.patch
	patches.suse/of-irq-Fix-interrupt-map-cell-length-check-in-of_irq.patch
	patches.suse/of-irq-Fix-using-uninitialized-variable-addr_len-in-.patch
	patches.suse/KVM-VMX-don-t-include-linux-find.h-directly.patch
	patches.suse/KVM-x86-let-it-be-known-that-ignore_msrs-is-a-bad-id.patch
	patches.suse/KVM-SVM-Disable-AVIC-on-SNP-enabled-system-without-H.patch
	patches.suse/KVM-x86-Play-nice-with-protected-guests-in-complete_.patch
	patches.suse/KVM-SVM-Allow-guest-writes-to-set-MSR_AMD64_DE_CFG-b.patch
	patches.suse/KVM-x86-mmu-Treat-TDP-MMU-faults-as-spurious-if-acce.patch
	patches.suse/nfsd-restore-callback-functionality-for-NFSv4.0.patch
	patches.suse/preempt-Move-PREEMPT_RT-before-PREEMPT-in-vermagic.patch
	patches.suse/mtd-rawnand-fix-double-free-in-atmel_pmecc_create_us.patch
	patches.suse/mtd-diskonchip-Cast-an-operand-to-prevent-potential-.patch
	patches.suse/mtd-rawnand-arasan-Fix-double-assertion-of-chip-sele.patch
	patches.suse/mtd-rawnand-arasan-Fix-missing-de-registration-of-NA.patch
	patches.suse/platform-chrome-cros_ec_lpc-fix-product-identity-for.patch
	patches.suse/phy-usb-Toggle-the-PHY-power-during-init.patch
	patches.suse/phy-rockchip-naneng-combphy-fix-phy-reset.patch
	patches.suse/phy-qcom-qmp-Fix-register-name-in-RX-Lane-config-of-.patch
	patches.suse/phy-rockchip-samsung-hdptx-Set-drvdata-before-enabli.patch
	patches.suse/phy-core-Fix-that-API-devm_phy_put-fails-to-release-.patch
	patches.suse/phy-core-Fix-that-API-devm_of_phy_provider_unregiste.patch
	patches.suse/phy-core-Fix-that-API-devm_phy_destroy-fails-to-dest.patch
	patches.suse/phy-core-Fix-an-OF-node-refcount-leakage-in-_of_phy_.patch
	patches.suse/phy-core-Fix-an-OF-node-refcount-leakage-in-of_phy_p.patch
	patches.suse/dmaengine-at_xdmac-avoid-null_prt_deref-in-at_xdmac_.patch
	patches.suse/dmaengine-dw-Select-only-supported-masters-for-ACPI-.patch
	patches.suse/dmaengine-loongson2-apb-Change-GENMASK-to-GENMASK_UL.patch
	patches.suse/linux-dmaengine.h-fix-a-few-kernel-doc-warnings.patch
	patches.suse/dmaengine-apple-admac-Avoid-accessing-registers-in-p.patch
	patches.suse/dmaengine-amd-qdma-Remove-using-the-private-get-and-.patch
	patches.suse/dmaengine-fsl-edma-implement-the-cleanup-path-of-fsl.patch
	patches.suse/dmaengine-mv_xor-fix-child-node-refcount-handling-in.patch
	patches.suse/dmaengine-tegra-Return-correct-DMA-status-when-pause.patch
	patches.suse/ALSA-memalloc-prefer-dma_mapping_error-over-explicit.patch
	patches.suse/selftests-alsa-Fix-circular-dependency-involving-glo.patch
	patches.suse/ALSA-sh-Fix-wrong-argument-order-for-copy_from_iter.patch
	patches.suse/ASoC-amd-ps-Fix-for-enabling-DMIC-on-acp63-platform-.patch
	patches.suse/ASoC-dt-bindings-realtek-rt5645-Fix-CPVDD-voltage-co.patch
	patches.suse/ASoC-Intel-sof_sdw-Fix-DMI-match-for-Lenovo-21Q6-and.patch
	patches.suse/ASoC-Intel-sof_sdw-Fix-DMI-match-for-Lenovo-21QA-and.patch
	patches.suse/ASoC-SOF-Intel-hda-dai-Do-not-release-the-link-DMA-o.patch
	patches.suse/ASoC-rt722-add-delay-time-to-wait-for-the-calibratio.patch
	patches.suse/ASoC-mediatek-disable-buffer-pre-allocation.patch
	patches.suse/tracing-Prevent-bad-count-for-tracing_cpumask_write.patch
	patches.suse/stddef-make-__struct_group-UAPI-C-friendly.patch
	patches.suse/powerpc-pseries-vas-Add-close-callback-in-vas_vm_ops.patch
	patches.suse/power-supply-gpio-charger-Fix-set-charge-current-lim.patch
	patches.suse/power-supply-cros_charge-control-add-mutex-for-drive.patch
	patches.suse/power-supply-cros_charge-control-allow-start_thresho.patch
	patches.suse/power-supply-cros_charge-control-hide-start-threshol.patch
	patches.suse/power-supply-bq24190-Fix-BQ24296-Vbus-regulator-supp.patch
	patches.suse/io_uring-sqpoll-fix-sqpoll-error-handling-races.patch
	patches.suse/ublk-detach-gendisk-from-ublk-device-if-add_disk-fai-75cd.patch
	patches.suse/i2c-imx-add-imx7d-compatible-string-for-applying-err.patch
	patches.suse/i2c-microchip-core-actually-use-repeated-sends.patch
	patches.suse/i2c-microchip-core-fix-ghost-detections.patch
	patches.suse/btrfs-fix-use-after-free-waiting-for-encoded-read-en.patch
	patches.suse/btrfs-check-folio-mapping-after-unlock-in-relocate_o.patch
	patches.suse/btrfs-fix-transaction-atomicity-bug-when-enabling-si.patch
	patches.suse/PCI-MSI-Handle-lack-of-irqdomain-gracefully.patch
	patches.suse/locking-rtmutex-Make-sure-we-wake-anything-on-the-wake_q-when-we-release-the-lock-wait_lock.patch
	patches.suse/perf-x86-intel-uncore-Add-Clearwater-Forest-support.patch
	patches.suse/perf-x86-intel-ds-Add-PEBS-format-6.patch
	patches.suse/perf-x86-intel-Fix-bitmask-of-OCR-and-FRONTEND-events-for-.patch
	patches.suse/x86-fred-Clear-WFE-in-missing-ENDBRANCH-CPs.patch
	patches.suse/virt-tdx-guest-Just-leak-decrypted-memory-on-unrecov.patch
	patches.suse/freezer-sched-Report-frozen-tasks-as-D-instead-of-R.patch
	patches.suse/platform-x86-mlx-platform-call-pci_dev_put-to-balanc.patch
	patches.suse/platform-x86-hp-wmi-mark-8A15-board-for-timed-OMEN-t.patch
	patches.suse/platform-x86-thinkpad-acpi-Add-support-for-hotkey-0x.patch
	patches.suse/mmc-sdhci-msm-fix-crypto-key-eviction.patch
	patches.suse/pmdomain-imx-gpcv2-fix-an-OF-node-reference-leak-in-.patch
	patches.suse/pmdomain-core-add-dummy-release-function-to-genpd-de.patch
	patches.suse/fgraph-Add-READ_ONCE-when-accessing-fgraph_array.patch
	patches.suse/drm-xe-Revert-some-changes-that-break-a-mesa-debug-t.patch
	patches.suse/drm-xe-Use-non-interruptible-wait-when-moving-BO-to-.patch
	patches.suse/drm-xe-Wait-for-migration-job-before-unmapping-pages.patch
	patches.suse/drm-xe-pf-Use-correct-function-to-check-LMEM-provisi.patch
	patches.suse/drm-xe-Fix-fault-on-fd-close-after-unbind.patch
	patches.suse/drm-i915-cx0_phy-Fix-C10-pll-programming-sequence.patch
	patches.suse/drm-i915-dg1-Fix-power-gate-sequence.patch
	patches.suse/drm-bridge-adv7511_audio-Update-Audio-InfoFrame-prop.patch
	patches.suse/drm-adv7511-Fix-use-after-free-in-adv7533_attach_dsi.patch
	patches.suse/drm-adv7511-Drop-dsi-single-lane-support.patch
	patches.suse/ALSA-usb-audio-US16x08-Initialize-array-before-use.patch
	patches.suse/ALSA-hda-tas2781-Ignore-SUBSYS_ID-not-found-for-tas2.patch
	patches.suse/ALSA-seq-oss-Fix-races-at-processing-SysEx-messages.patch
	patches.suse/Revert-ALSA-ump-Don-t-enumeration-invalid-groups-for.patch
	patches.suse/ALSA-hda-realtek-Add-quirk-for-Framework-F111-000C.patch
	patches.suse/ALSA-seq-Check-UMP-support-for-midi_version-change.patch
	patches.suse/pinctrl-mcp23s08-Fix-sleeping-in-atomic-context-due-.patch
	patches.suse/RDMA-bnxt_re-Remove-always-true-dattr-validity-check.patch
	patches.suse/RDMA-uverbs-Prevent-integer-overflow-issue.patch
	patches.suse/RDMA-mlx5-Enforce-same-type-port-association-for-mul.patch
	patches.suse/RDMA-bnxt_re-Fix-max-SGEs-for-the-Work-Request.patch
	patches.suse/RDMA-bnxt_re-Avoid-initializing-the-software-queue-f.patch
	patches.suse/RDMA-bnxt_re-Avoid-sending-the-modify-QP-workaround-.patch
	patches.suse/RDMA-bnxt_re-Don-t-fail-destroy-QP-and-cleanup-debug.patch
	patches.suse/RDMA-core-Fix-ENODEV-error-for-iWARP-test-over-vlan.patch
	patches.suse/RDMA-bnxt_re-Fix-the-check-for-9060-condition.patch
	patches.suse/RDMA-bnxt_re-Add-check-for-path-mtu-in-modify_qp.patch
	patches.suse/RDMA-bnxt_re-Fix-setting-mandatory-attributes-for-mo.patch
	patches.suse/RDMA-bnxt_re-Fix-to-export-port-num-to-ib_query_qp.patch
	patches.suse/RDMA-bnxt_re-Fix-reporting-hw_ver-in-query_device.patch
	patches.suse/RDMA-nldev-Set-error-code-in-rdma_nl_notify_event.patch
	patches.suse/RDMA-siw-Remove-direct-link-to-net_device.patch
	patches.suse/RDMA-bnxt_re-Fix-max_qp_wrs-reported.patch
	patches.suse/RDMA-bnxt_re-Disable-use-of-reserved-wqes.patch
	patches.suse/RDMA-bnxt_re-Add-send-queue-size-check-for-variable-.patch
	patches.suse/RDMA-bnxt_re-Fix-MSN-table-size-for-variable-wqe-mod.patch
	patches.suse/RDMA-bnxt_re-Fix-the-locking-while-accessing-the-QP-.patch
	patches.suse/RDMA-hns-Fix-mapping-error-of-zero-hop-WQE-buffer.patch
	patches.suse/RDMA-hns-Fix-accessing-invalid-dip_ctx-during-destro.patch
	patches.suse/RDMA-hns-Fix-warning-storm-caused-by-invalid-input-i.patch
	patches.suse/RDMA-hns-Fix-missing-flush-CQE-for-DWQE.patch
	patches.suse/RDMA-rxe-Remove-the-direct-link-to-net_device.patch
	patches.suse/RDMA-rtrs-Ensure-ib_sge-list-is-accessible.patch
	patches.suse/RDMA-bnxt_re-Fix-error-recovery-sequence.patch
	patches.suse/RDMA-mlx5-Enable-multiplane-mode-only-when-it-is-sup.patch
	patches.suse/net-phy-micrel-Dynamically-control-external-clock-of.patch
	patches.suse/wifi-iwlwifi-fix-CRF-name-for-Bz.patch
	patches.suse/wifi-iwlwifi-mvm-Fix-__counted_by-usage-in-cfg80211_.patch
	patches.suse/wifi-cw1200-Fix-potential-NULL-dereference-146b605.patch
	patches.suse/gve-clean-XDP-queues-in-gve_tx_stop_ring_gqi.patch
	patches.suse/gve-guard-XDP-xmit-NDO-on-existence-of-xdp-queues.patch
	patches.suse/gve-guard-XSK-operations-on-the-existence-of-queues.patch
	patches.suse/gve-process-XSK-TX-descriptors-as-part-of-RX-NAPI.patch
	patches.suse/gve-fix-XDP-allocation-path-in-edge-cases.patch
	patches.suse/selftests-net-local_termination-require-mausezahn.patch
	patches.suse/net-stmmac-restructure-the-error-path-of-stmmac_probe_config_dt.patch
	patches.suse/net-fix-memory-leak-in-tcp_conn_request.patch
	patches.suse/netrom-check-buffer-length-before-accessing-it.patch
	patches.suse/net-sctp-Prevent-autoclose-integer-overflow-in-sctp_.patch
	patches.suse/net-mlx5-DR-select-MSIX-vector-0-for-completion-queu.patch
	patches.suse/net-mlx5e-macsec-Maintain-TX-SA-from-encoding_sa.patch
	patches.suse/net-mlx5e-Skip-restore-TC-rules-for-vport-rep-withou.patch
	patches.suse/net-mlx5e-Keep-netdev-when-leave-switchdev-for-devli.patch
	patches.suse/gve-trigger-RX-NAPI-instead-of-TX-NAPI-in-gve_xsk_wa.patch
	patches.suse/mptcp-fix-TCP-options-overflow.patch
	patches.suse/sky2-Add-device-ID-11ab-4373-for-Marvell-88E8075.patch
	patches.suse/net-wwan-t7xx-Fix-FSM-command-timeout-issue.patch
	patches.suse/net-sfc-Correct-key_len-for-efx_tc_ct_zone_ht_params.patch
	patches.suse/net-reenable-NETIF_F_IPV6_CSUM-offload-for-BIG-TCP-packets.patch
	patches.suse/net-restrict-SO_REUSEPORT-to-inet-sockets.patch
	patches.suse/net-wwan-iosm-Properly-check-for-valid-exec-stage-in.patch
	patches.suse/af_packet-fix-vlan_get_tci-vs-MSG_PEEK.patch
	patches.suse/af_packet-fix-vlan_get_protocol_dgram-vs-MSG_PEEK.patch
	patches.suse/ila-serialize-calls-to-nf_register_net_hooks.patch
	patches.suse/mptcp-fix-recvbuffer-adjust-on-sleeping-rcvmsg.patch
	patches.suse/io_uring-rw-fix-downgraded-mshot-read.patch
	patches.suse/io_uring-net-always-initialize-kmsg-msg.msg_inq-upfr.patch
	patches.suse/io_uring-kbuf-use-pre-committed-buffer-address-for-n.patch
	patches.suse/nvme-pci-512-byte-aligned-dma-pool-segment-quirk.patch
	patches.suse/nvmet-Don-t-overflow-subsysnqn.patch
	patches.suse/nvmet-propagate-npwg-topology.patch
	patches.suse/nvmet-loop-avoid-using-mutex-in-IO-hotpath.patch
	patches.suse/workqueue-Do-not-warn-when-cancelling-WQ_MEM_RECLAIM-work-from-WQ_MEM_RECLAIM-worker.patch
	patches.suse/sched_ext-initialize-kit-cursor.flags.patch
	patches.suse/clk-thead-Fix-TH1520-emmc-and-shdci-clock-rate.patch
	patches.suse/clk-clk-imx8mp-audiomix-fix-function-signature.patch
	patches.suse/mm-reinstate-ability-to-map-write-sealed-memfd-mappings-read-only.patch
	patches.suse/mm-vmscan-account-for-free-pages-to-prevent-infinite.patch
	patches.suse/mm-don-t-try-THP-alignment-for-FS-without-get_unmapped_area.patch
	patches.suse/maple_tree-reload-mas-before-the-second-call-for-mas.patch
	patches.suse/mm-hugetlb-independent-PMD-page-table-shared-count.patch
	patches.suse/ocfs2-fix-slab-use-after-free-due-to-dangling-pointe.patch
	patches.suse/scripts-sorttable-fix-orc_sort_cmp-to-maintain-symme.patch
	patches.suse/scripts-mksysmap-Fix-escape-chars.patch
	patches.suse/modpost-fix-the-missed-iteration-for-the-max-bit-in-.patch
	patches.suse/kbuild-pacman-pkg-provide-versioned-linux-api-header.patch
	patches.suse/exfat-fix-the-infinite-loop-in-exfat_readdir.patch
	patches.suse/exfat-fix-the-new-buffer-was-not-zeroed-before-writing.patch
	patches.suse/exfat-fix-the-infinite-loop-in-__exfat_free_cluster.patch
	patches.suse/iomap-pass-byte-granular-end-position-to-iomap_add_to_ioend.patch
	patches.suse/fs-fix-is_mnt_ns_file.patch
	patches.suse/kheaders-Ignore-silly-rename-files.patch
	patches.suse/netfs-Fix-enomem-handling-in-buffered-reads.patch
	patches.suse/nfs-Fix-oops-in-nfs_netfs_init_request-when-copying-to-cache.patch
	patches.suse/cachefiles-Parse-the-secctx-immediately.patch
	patches.suse/netfs-Fix-missing-barriers-by-using-clear_and_wake_up_bit.patch
	patches.suse/netfs-Fix-ceph-copy-to-cache-on-write-begin.patch
	patches.suse/netfs-Fix-the-non-cancellation-of-copy-when-cache-is-temporarily-disabled.patch
	patches.suse/netfs-Fix-is-caching-check-in-read-retry.patch
	patches.suse/ovl-pass-realinode-to-ovl_encode_real_fh-instead-of-realde.patch
	patches.suse/ovl-support-encoding-fid-from-inode-with-no-alias.patch
	patches.suse/dm-array-fix-releasing-a-faulty-array-block-twice-in-f289.patch
	patches.suse/dm-array-fix-unreleased-btree-blocks-on-closing-a-fa.patch
	patches.suse/dm-array-fix-cursor-index-when-skipping-across-block.patch
	patches.suse/dm-verity-FEC-Fix-RS-FEC-repair-for-roots-unaligned-.patch
	patches.suse/dm-ebs-don-t-set-the-flag-DM_TARGET_PASSES_INTEGRITY.patch
	patches.suse/dm-thin-make-get_first_thin-use-rcu-safe-list-first-.patch
	patches.suse/btrfs-zoned-calculate-max_extent_size-properly-on-no.patch
	patches.suse/btrfs-zlib-fix-avail_in-bytes-for-s390-zlib-HW-compression.patch
	patches.suse/net_sched-cls_flow-validate-TCA_FLOW_RSHIFT-attribut.patch
	patches.suse/selftests-tc-testing-reduce-rshift-value.patch
	patches.suse/ieee802154-ca8210-Add-missing-check-for-kfifo_alloc-.patch
	patches.suse/mac802154-check-local-interfaces-before-deleting-sda.patch
	patches.suse/bnxt_en-Fix-possible-memory-leak-when-hwrm_req_repla.patch
	patches.suse/bnxt_en-Fix-DIM-shutdown.patch
	patches.suse/tls-Fix-tls_sw_sendmsg-error-handling.patch
	patches.suse/ipvlan-Fix-use-after-free-in-ipvlan_get_iflink.patch
	patches.suse/eth-gve-use-appropriate-helper-to-set-xdp_features.patch
	patches.suse/netdev-prevent-accessing-NAPI-instances-from-another.patch
	patches.suse/tcp-Annotate-data-race-around-sk-sk_mark-in-tcp_v4_send_reset.patch
	patches.suse/net-hns3-don-t-auto-enable-misc-vector.patch
	patches.suse/net-hns3-fixed-hclge_fetch_pf_reg-accesses-bar-space.patch
	patches.suse/net-hns3-fix-kernel-crash-when-1588-is-sent-on-HIP08.patch
	patches.suse/Bluetooth-hci_sync-Fix-not-setting-Random-Address-wh.patch
	patches.suse/Bluetooth-MGMT-Fix-Add-Device-to-responding-before-c.patch
	patches.suse/Bluetooth-btnxpuart-Fix-driver-sending-truncated-dat.patch
	patches.suse/Bluetooth-btmtk-Fix-failed-to-send-func-ctrl-for-Med.patch
	patches.suse/ice-fix-max-values-for-dpll-pin-phase-adjust.patch
	patches.suse/ice-fix-incorrect-PHY-settings-for-100-GB-s.patch
	patches.suse/igc-return-early-when-failing-to-read-EECD-register.patch
	patches.suse/sched-sch_cake-add-bounds-checks-to-host-bulk-flow-f.patch
	patches.suse/net-stmmac-dwmac-tegra-Read-iommu-stream-id-from-dev.patch
	patches.suse/net-mlx5-Fix-variable-not-being-completed-when-funct.patch
	patches.suse/mptcp-sysctl-sched-avoid-using-current-nsproxy.patch
	patches.suse/mptcp-sysctl-blackhole-timeout-avoid-using-current-n.patch
	patches.suse/sctp-sysctl-cookie_hmac_alg-avoid-using-current-nspr.patch
	patches.suse/sctp-sysctl-rto_min-max-avoid-using-current-nsproxy.patch
	patches.suse/sctp-sysctl-auth_enable-avoid-using-current-nsproxy.patch
	patches.suse/sctp-sysctl-udp_port-avoid-using-current-nsproxy.patch
	patches.suse/sctp-sysctl-plpmtud_probe_interval-avoid-using-curre.patch
	patches.suse/rds-sysctl-rds_tcp_-rcv-snd-buf-avoid-using-current-nsproxy.patch
	patches.suse/gpio-virtuser-fix-missing-lookup-table-cleanups.patch
	patches.suse/gpio-virtuser-fix-handling-of-multiple-conn_ids-in-l.patch
	patches.suse/gpio-virtuser-lock-up-configfs-that-an-instantiated-.patch
	patches.suse/gpio-sim-lock-up-configfs-that-an-instantiated-devic.patch
	patches.suse/gpio-loongson-Fix-Loongson-2K2000-ACPI-GPIO-register.patch
	patches.suse/platform-x86-amd-pmc-Only-disable-IRQ1-wakeup-where-.patch
	patches.suse/platform-x86-intel-power-domains-Add-Clearwater-Fore.patch
	patches.suse/platform-x86-ISST-Add-Clearwater-Forest-to-support-l.patch
	patches.suse/platform-x86-intel-pmc-Fix-ioremap-of-bad-address.patch
	patches.suse/iomap-avoid-avoid-truncating-64-bit-offset-to-32-bits.patch
	patches.suse/netfs-Fix-kernel-async-DIO.patch
	patches.suse/drm-amd-display-Remove-unnecessary-amdgpu_irq_get-pu.patch
	patches.suse/drm-amd-display-fix-page-fault-due-to-max-surface-de.patch
	patches.suse/drm-amd-display-increase-MAX_SURFACES-to-the-value-s.patch
	patches.suse/drm-amd-display-fix-divide-error-in-DM-plane-scale-c.patch
	patches.suse/drm-amdkfd-fixed-page-fault-when-enable-MES-shader-d.patch
	patches.suse/drm-amd-display-Add-check-for-granularity-in-dml-cei.patch
	patches.suse/drm-amdkfd-wq_release-signals-dma_fence-only-when-av.patch
	patches.suse/drm-amd-pm-fix-BUG-scheduling-while-atomic.patch
	patches.suse/drm-amdgpu-Add-a-lock-when-accessing-the-buddy-trim-.patch
	patches.suse/drm-xe-Fix-tlb-invalidation-when-wedging.patch
	patches.suse/Revert-drm-mediatek-dsi-Correct-calculation-formula-.patch
	patches.suse/drm-mediatek-Set-private-all_drm_private-i-drm-to-NU.patch
	patches.suse/drm-mediatek-Move-mtk_crtc_finish_page_flip-to-ddp_c.patch
	patches.suse/drm-mediatek-Only-touch-DISP_REG_OVL_PITCH_MSB-if-AF.patch
	patches.suse/drm-mediatek-Add-support-for-180-degree-rotation-in-.patch
	patches.suse/drm-mediatek-stop-selecting-foreign-drivers.patch
	patches.suse/drm-mediatek-Fix-YCbCr422-color-format-issue-for-DP.patch
	patches.suse/drm-mediatek-Fix-mode-valid-issue-for-dp.patch
	patches.suse/drm-mediatek-mtk_dsi-Add-registers-to-pdata-to-fix-M.patch
	patches.suse/drm-mediatek-Add-return-value-check-when-reading-DPC.patch
	patches.suse/ACPI-resource-Add-Asus-Vivobook-X1504VAP-to-irq1_lev.patch
	patches.suse/ACPI-resource-Add-TongFang-GM5HG0A-to-irq1_edge_low_.patch
	patches.suse/ACPI-resource-acpi_dev_irq_override-Check-DMI-match-.patch
	patches.suse/thermal-of-fix-OF-node-leak-in-of_thermal_zone_find.patch
	patches.suse/cgroup-cpuset-Remove-stale-text.patch
	patches.suse/cgroup-cpuset-Prevent-leakage-of-isolated-CPUs-into-sched-domains.patch
	patches.suse/cgroup-cpuset-remove-kernfs-active-break.patch
	patches.suse/sched_ext-idle-Refresh-idle-masks-during-idle-to-idle-transitions.patch
	patches.suse/arm64-dts-imx95-correct-the-address-length-of-netcmix_blk_ctrl.patch
	patches.suse/arm64-dts-rockchip-rename-rfkill-label-for-Radxa-ROCK-5B.patch
	patches.suse/arm64-dts-rockchip-add-hevc-power-domain-clock-to-rk3328.patch
	patches.suse/io_uring-timeout-fix-multishot-updates.patch
	patches.suse/io_uring-eventfd-ensure-io_eventfd_signal-defers-ano.patch
	patches.suse/io_uring-sqpoll-zero-sqd-thread-on-tctx-errors.patch
	patches.suse/block-bfq-fix-waker_bfqq-UAF-after-bfq_split_bfqq.patch
	patches.suse/hwmon-drivetemp-Fix-driver-producing-garbage-data-wh.patch
	patches.suse/x86-static-call-Remove-early_boot_irqs_disabled-chec.patch
	patches.suse/x86-fpu-Ensure-shadow-stack-is-active-before-getting-regis.patch
	patches.suse/KVM-e500-always-restore-irqs.patch
	patches.suse/KVM-e500-use-shadow-TLB-entry-as-witness-for-writabi.patch
	patches.suse/KVM-e500-track-host-writability-of-pages.patch
	patches.suse/KVM-e500-map-readonly-host-pages-for-read.patch
	patches.suse/KVM-e500-perform-hugepage-check-after-looking-up-the.patch
	patches.suse/KVM-arm64-Always-check-the-state-from-hyp_ack_unshar.patch
	patches.suse/KVM-arm64-Add-unified-helper-for-reprogramming-count.patch
	patches.suse/KVM-arm64-Use-KVM_REQ_RELOAD_PMU-to-handle-PMCR_EL0..patch
	patches.suse/KVM-arm64-nv-Reload-PMU-events-upon-MDCR_EL2.HPME-ch.patch
	patches.suse/KVM-arm64-Only-apply-PMCR_EL0.P-to-the-guest-range-o.patch
	patches.suse/KVM-s390-vsie-fix-virtual-physical-address-in-unpin_scb.patch
	patches.suse/KVM-s390-Reject-setting-flic-pfault-attributes-on-ucontrol-VMs.patch
	patches.suse/KVM-s390-Reject-KVM_SET_GSI_ROUTING-on-ucontrol-VMs.patch
	patches.suse/usb-dwc3-gadget-fix-writing-NYET-threshold.patch
	patches.suse/usb-dwc3-am62-Disable-autosuspend-during-remove.patch
	patches.suse/usb-host-xhci-plat-set-skip_phy_initialization-if-so.patch
	patches.suse/usb-typec-tcpm-tcpci_maxim-fix-error-code-in-max_con.patch
	patches.suse/usb-gadget-f_uac2-Fix-incorrect-setting-of-bNumEndpo.patch
	patches.suse/USB-usblp-return-error-when-setting-unsupported-prot.patch
	patches.suse/usb-gadget-configfs-Ignore-trailing-LF-for-user-stri.patch
	patches.suse/usb-typec-ucsi-Set-orientation-as-none-when-connecto.patch
	patches.suse/usb-chipidea-ci_hdrc_imx-decrement-device-s-refcount.patch
	patches.suse/usb-gadget-u_serial-Disable-ep-before-setting-port-t.patch
	patches.suse/usb-typec-tcpci-fix-NULL-pointer-issue-on-shared-irq.patch
	patches.suse/usb-fix-reference-leak-in-usb_new_device.patch
	patches.suse/USB-core-Disable-LPM-only-for-non-suspended-ports.patch
	patches.suse/usb-gadget-f_fs-Remove-WARN_ON-in-functionfs_bind.patch
	patches.suse/usb-gadget-midi2-Reverse-select-at-the-right-place.patch
	patches.suse/usb-storage-Add-max-sectors-quirk-for-Nokia-208.patch
	patches.suse/usb-typec-fix-pm-usage-counter-imbalance-in-ucsi_ccg.patch
	patches.suse/USB-serial-cp210x-add-Phoenix-Contact-UPS-Device.patch
	patches.suse/USB-serial-option-add-MeiG-Smart-SRM815.patch
	patches.suse/USB-serial-option-add-Neoway-N723-EA-support.patch
	patches.suse/tty-serial-8250-Fix-another-runtime-PM-usage-counter.patch
	patches.suse/serial-stm32-use-port-lock-wrappers-for-break-contro.patch
	patches.suse/fs-debugfs-differentiate-short-fops-with-proxy-ops.patch
	patches.suse/debugfs-fix-missing-mutex_destroy-in-short_fops-case.patch
	patches.suse/topology-Keep-the-cpumask-unchanged-when-printing-cp.patch
	patches.suse/fs-debugfs-fix-open-proxy-for-unsafe-files.patch
	patches.suse/staging-iio-ad9834-Correct-phase-range-check.patch
	patches.suse/staging-iio-ad9832-Correct-phase-range-check.patch
	patches.suse/iio-adc-ad7124-Disable-all-channels-at-probe-time.patch
	patches.suse/iio-test-check-null-return-of-kunit_kmalloc-in-iio_r.patch
	patches.suse/iio-gyro-fxas21002c-Fix-missing-data-update-in-trigg.patch
	patches.suse/iio-imu-inv_icm42600-fix-timestamps-after-suspend-if.patch
	patches.suse/iio-adc-ad4695-fix-buffered-read-single-sample-timin.patch
	patches.suse/iio-adc-stm32-dfsdm-handle-label-as-an-optional-prop.patch
	patches.suse/iio-adc-ti-ads1298-Add-NULL-check-in-ads1298_init.patch
	patches.suse/iio-test-Fix-GTS-test-config.patch
	patches.suse/iio-dummy-iio_simply_dummy_buffer-fix-information-le.patch
	patches.suse/iio-adc-ti-ads8688-fix-information-leak-in-triggered.patch
	patches.suse/iio-light-bh1745-fix-information-leak-in-triggered-b.patch
	patches.suse/iio-light-vcnl4035-fix-information-leak-in-triggered.patch
	patches.suse/iio-imu-kmx61-fix-information-leak-in-triggered-buff.patch
	patches.suse/iio-adc-rockchip_saradc-fix-information-leak-in-trig.patch
	patches.suse/iio-pressure-zpa2326-fix-information-leak-in-trigger.patch
	patches.suse/iio-adc-ti-ads1119-fix-information-leak-in-triggered.patch
	patches.suse/iio-adc-ti-ads124s08-Use-gpiod_set_value_cansleep.patch
	patches.suse/iio-adc-ad7173-fix-using-shared-static-info-struct.patch
	patches.suse/iio-adc-at91-call-input_free_device-on-allocated-iio.patch
	patches.suse/iio-adc-ad9467-Fix-the-don-t-allow-reading-vref-if-n.patch
	patches.suse/iio-inkern-call-iio_device_put-only-on-mapped-device.patch
	patches.suse/iio-adc-ti-ads1119-fix-sample-size-in-scan-struct-fo.patch
	patches.suse/interconnect-qcom-icc-rpm-Set-the-count-member-befor.patch
	patches.suse/interconnect-icc-clk-check-return-values-of-devm_kas.patch
	patches.suse/misc-microchip-pci1xxxx-Resolve-kernel-panic-during-.patch
	patches.suse/misc-microchip-pci1xxxx-Resolve-return-code-mismatch.patch
	patches.suse/mm-zswap-properly-synchronize-freeing-resources-duri.patch
	patches.suse/mm-clear-uffd-wp-PTE-PMD-state-on-mremap.patch
	patches.suse/selftests-mm-set-allocated-memory-to-non-zero-conten.patch
	patches.suse/zram-fix-potential-UAF-of-zram-table.patch
	patches.suse/mm-vmscan-pgdemote-vmstat-is-not-getting-updated-when-MGLR.patch
	patches.suse/ALSA-hda-realtek-Add-support-for-Ayaneo-System-using.patch
	patches.suse/ASoC-tas2781-Fix-occasional-calibration-failture.patch
	patches.suse/ASoC-wm8994-Add-depends-on-MFD-core.patch
	patches.suse/ASoC-codecs-es8316-Fix-HW-rate-calculation-for-48Mhz.patch
	patches.suse/ASoC-samsung-Add-missing-selects-for-MFD_WM8994.patch
	patches.suse/ASoC-samsung-Add-missing-depends-on-I2C.patch
	patches.suse/ASoC-cs42l43-Add-codec-force-suspend-resume-ops.patch
	patches.suse/ALSA-hda-realtek-fixup-ASUS-GA605W.patch
	patches.suse/ALSA-hda-realtek-fixup-ASUS-H7606W.patch
	patches.suse/ALSA-hda-realtek-Fix-volume-adjustment-issue-on-Leno.patch
	patches.suse/scsi-core-Fix-command-pass-through-retry-regression.patch
	patches.suse/scsi-iscsi-Fix-redundant-response-for-ISCSI_UEVENT_GET_HOST_STATS-request.patch
	patches.suse/seccomp-Stub-for-CONFIG_SECCOMP.patch
	patches.suse/ACPI-video-Fix-random-crashes-due-to-bad-kfree.patch
	patches.suse/cpuidle-menu-Update-documentation-after-previous-changes.patch
	patches.suse/cpuidle-teo-Update-documentation-after-previous-changes.patch
	patches.suse/cpufreq-Move-endif-to-the-end-of-Kconfig-file.patch
	patches.suse/eth-bnxt-always-recalculate-features-after-XDP-clear.patch
	patches.suse/xsk-Bring-back-busy-polling-support.patch
	patches.suse/msft-hv-3100-net-mana-Cleanup-mana-debugfs-dir-after-cleanup-of-a.patch
	patches.suse/openvswitch-fix-lockup-on-tx-to-unregistering-netdev.patch
	patches.suse/pktgen-Avoid-out-of-bounds-access-in-get_imix_entrie.patch
	patches.suse/gtp-Use-for_each_netdev_rcu-in-gtp_genl_dump_pdp.patch
	patches.suse/gtp-Destroy-device-along-with-udp-socket-s-netns-dis.patch
	patches.suse/pfcp-Destroy-device-along-with-udp-socket-s-netns-di.patch
	patches.suse/vsock-virtio-discard-packets-if-the-transport-change.patch
	patches.suse/vsock-bpf-return-early-if-transport-is-not-assigned.patch
	patches.suse/vsock-virtio-cancel-close-work-in-the-destructor.patch
	patches.suse/vsock-reset-socket-state-when-de-assigning-the-trans.patch
	patches.suse/vsock-prevent-null-ptr-deref-in-vsock_-has_data-has_.patch
	patches.suse/selftests-mptcp-avoid-spurious-errors-on-disconnect.patch
	patches.suse/ice-Fix-E825-initialization.patch
	patches.suse/ice-Fix-quad-registers-read-on-E825.patch
	patches.suse/ice-Fix-ETH56G-FC-FEC-Rx-offset-value.patch
	patches.suse/ice-Add-correct-PHY-lane-assignment.patch
	patches.suse/net-fec-handle-page_pool_dev_alloc_pages-error.patch
	patches.suse/net-make-page_pool_ref_netmem-work-with-net-iovs.patch
	patches.suse/net-mlx5-Fix-RDMA-TX-steering-prio.patch
	patches.suse/net-mlx5-Fix-a-lockdep-warning-as-part-of-the-write-.patch
	patches.suse/net-mlx5-SF-Fix-add-port-error-handling.patch
	patches.suse/net-mlx5-Clear-port-select-structure-when-fail-to-cr.patch
	patches.suse/net-mlx5e-Fix-inversion-dependency-warning-while-ena.patch
	patches.suse/net-mlx5e-Rely-on-reqid-in-IPsec-tunnel-mode.patch
	patches.suse/net-mlx5e-Always-start-IPsec-sequence-number-from-1.patch
	patches.suse/drm-tests-helpers-Fix-compiler-warning.patch
	patches.suse/drm-nouveau-disp-Fix-missing-backlight-control-on-Ma.patch
	patches.suse/drm-connector-hdmi-Validate-supported_formats-matche.patch
	patches.suse/nouveau-fence-handle-cross-device-fences-properly.patch
	patches.suse/drm-vmwgfx-Unreserve-BO-on-error.patch
	patches.suse/drm-vmwgfx-Add-new-keep_resv-BO-param.patch
	patches.suse/drm-v3d-Ensure-job-pointer-is-set-to-NULL-after-job-.patch
	patches.suse/drm-amdgpu-smu13-update-powersave-optimizations.patch
	patches.suse/drm-amd-display-Validate-mdoe-under-MST-LCT-1-case-a.patch
	patches.suse/drm-amd-display-Reduce-accessing-remote-DPCD-overhea.patch
	patches.suse/Revert-drm-amd-display-Enable-urgent-latency-adjustm.patch
	patches.suse/drm-amd-display-Do-not-wait-for-PSR-disable-on-vbl-e.patch
	patches.suse/drm-amd-display-Do-not-elevate-mem_type-change-to-fu.patch
	patches.suse/drm-amd-display-Use-HW-lock-mgr-for-PSR1.patch
	patches.suse/drm-amd-display-Initialize-denominator-defaults-to-1.patch
	patches.suse/drm-amd-display-Fix-PSR-SU-not-support-but-still-cal.patch
	patches.suse/drm-amd-display-Disable-replay-and-psr-while-VRR-is-.patch
	patches.suse/drm-amdgpu-Fix-Circular-Locking-Dependency-in-AMDGPU.patch
	patches.suse/drm-amdgpu-disable-gfxoff-with-the-compute-workload-.patch
	patches.suse/drm-amdgpu-always-sync-the-GFX-pipe-on-ctx-switch.patch
	patches.suse/drm-amdgpu-fix-fw-attestation-for-MP0_14_0_-2-3.patch
	patches.suse/drm-i915-fb-Relax-clear-color-alignment-to-64-bytes.patch
	patches.suse/drm-xe-introduce-xe_gt_reset-and-xe_gt_wait_for_rese.patch
	patches.suse/drm-xe-make-change-ccs_mode-a-synchronous-action.patch
	patches.suse/drm-xe-oa-Add-missing-VISACTL-mux-registers.patch
	patches.suse/drm-xe-Mark-ComputeCS-read-mode-as-UC-on-iGPU.patch
	patches.suse/smb-client-fix-double-free-of-TCP_Server_Info-hostna.patch
	patches.suse/mm-zswap-move-allocations-during-CPU-init-outside-th.patch
	patches.suse/ocfs2-check-dir-i_size-in-ocfs2_find_entry.patch
	patches.suse/pmdomain-imx8mp-blk-ctrl-add-missing-loop-break-cond.patch
	patches.suse/i2c-core-fix-reference-leak-in-i2c_register_adapter.patch
	patches.suse/i2c-atr-Fix-client-detach.patch
	patches.suse/i2c-mux-demux-pinctrl-check-initial-mux-selection-to.patch
	patches.suse/i2c-rcar-fix-NACK-handling-when-being-a-target.patch
	patches.suse/i2c-testunit-on-errors-repeat-NACK-until-STOP.patch
	patches.suse/gpio-xilinx-Convert-gpio_lock-to-raw-spinlock.patch
	patches.suse/hwmon-tmp513-Fix-division-of-negative-numbers.patch
	patches.suse/hwmon-drivetemp-Set-scsi-command-timeout-to-10s.patch
	patches.suse/hwmon-ltc2991-Fix-mixed-signed-unsigned-in-DIV_ROUND.patch
	patches.suse/Revert-mtd-spi-nor-core-replace-dummy-buswidth-from-.patch
	patches.suse/platform-x86-dell-uart-backlight-fix-serdev-race.patch
	patches.suse/platform-x86-lenovo-yoga-tab2-pro-1380-fastcharger-f.patch
	patches.suse/reset-rzg2l-usbphy-ctrl-Assign-proper-of-node-to-the.patch
	patches.suse/soc-ti-pruss-Fix-pruss-APIs.patch
	patches.suse/of-unittest-Add-test-that-of_address_to_resource-fai.patch
	patches.suse/sched-fair-Fix-EEVDF-entity-placement-bug-causing-scheduling-lag.patch
	patches.suse/sched-fair-Fix-update_cfs_group-vs-DELAY_DEQUEUE.patch
	patches.suse/irqchip-gic-v3-Handle-CPU_PM_ENTER_FAILED-correctly.patch
	patches.suse/irqchip-gic-v3-its-Don-t-enable-interrupts-in-its_ir.patch
	patches.suse/irqchip-sunxi-nmi-Add-missing-SKIP_WAKE-flag.patch
	patches.suse/irqchip-Plug-a-OF-node-reference-leak-in-platform_ir.patch
	patches.suse/x86-fred-Fix-the-FRED-RSP0-MSR-out-of-sync-with-its-per-CP.patch
	patches.suse/x86-asm-Make-serialize-always_inline.patch
	patches.suse/seqlock-annotate-spinning-as-unlikely-in-__read_seqcount_begin.patch
	patches.suse/gfs2-Truncate-address-space-when-flipping-GFS2_DIF_JDATA-flag.patch
	patches.suse/exec-Make-sure-task-comm-is-always-NUL-terminated.patch
	patches.suse/pstore-blk-trivial-typo-fixes.patch
	patches.suse/dlm-fix-removal-of-rsb-struct-that-is-master-and-dir-record.patch
	patches.suse/dlm-fix-srcu_read_lock-return-type-to-int.patch
	patches.suse/block-remove-unnecessary-check-in-blk_unfreeze_check.patch
	patches.suse/block-track-disk-DEAD-state-automatically-for-modeli.patch
	patches.suse/block-don-t-verify-queue-freeze-manually-in-elevator.patch
	patches.suse/block-track-queue-dying-state-automatically-for-mode.patch
	patches.suse/null_blk-Add-rotational-feature-support.patch
	patches.suse/blktrace-don-t-centralize-grabbing-q-debugfs_mutex-i.patch
	patches.suse/blktrace-move-copy_-to-from-_user-out-of-debugfs_loc.patch
	patches.suse/block-Delete-bio_prio.patch
	patches.suse/block-Delete-bio_set_prio.patch
	patches.suse/blktrace-remove-redundant-return-at-end-of-function.patch
	patches.suse/driver-core-bus-add-irq_get_affinity-callback-to-bus.patch
	patches.suse/PCI-hookup-irq_get_affinity-callback.patch
	patches.suse/virtio-hookup-irq_get_affinity-callback.patch
	patches.suse/blk-mq-introduce-blk_mq_map_hw_queues.patch
	patches.suse/scsi-replace-blk_mq_pci_map_queues-with-blk_mq_map_h.patch
	patches.suse/nvme-replace-blk_mq_pci_map_queues-with-blk_mq_map_h.patch
	patches.suse/virtio-blk-scsi-replace-blk_mq_virtio_map_queues-wit.patch
	patches.suse/blk-mq-remove-unused-queue-mapping-helpers.patch
	patches.suse/block-remove-BLK_MQ_F_SHOULD_MERGE.patch
	patches.suse/blk-zoned-Minimize-include-directives.patch
	patches.suse/blk-zoned-Document-locking-assumptions.patch
	patches.suse/blk-zoned-Improve-the-queue-reference-count-strategy.patch
	patches.suse/blk-zoned-Split-queue_zone_wplugs_show.patch
	patches.suse/elevator-Enable-const-sysfs-attributes.patch
	patches.suse/block-mq-deadline-Constify-sysfs-attributes.patch
	patches.suse/block-bfq-constify-sysfs-attributes.patch
	patches.suse/kyber-constify-sysfs-attributes.patch
	patches.suse/block-retry-call-probe-after-request_module-in-blk_request_module.patch
	patches.suse/ps3disk-Do-not-use-dev-bounce_size-before-it-is-set.patch
	patches.suse/block-remove-bio_add_pc_page.patch
	patches.suse/block-remove-blk_rq_bio_prep.patch
	patches.suse/block-use-page_to_phys-in-bvec_phys.patch
	patches.suse/block-add-a-dma-mapping-iterator.patch
	patches.suse/block-better-split-mq-vs-non-mq-code-in-add_disk_fwn.patch
	patches.suse/block-remove-blk_mq_init_bitmaps.patch
	patches.suse/block-remove-BLK_MQ_F_NO_SCHED.patch
	patches.suse/block-simplify-tag-allocation-policy-selection.patch
	patches.suse/nbd-don-t-allow-reconnect-after-disconnect.patch
	patches.suse/block-fix-docs-for-freezing-of-queue-limits-updates.patch
	patches.suse/block-add-a-queue_limits_commit_update_frozen-helper.patch
	patches.suse/block-check-BLK_FEAT_POLL-under-q_usage_count.patch
	patches.suse/block-don-t-update-BLK_FEAT_POLL-in-__blk_mq_update_nr_hw_queues.patch
	patches.suse/block-add-a-store_limit-operations-for-sysfs-entries.patch
	patches.suse/block-fix-queue-freeze-vs-limits-lock-order-in-sysfs.patch
	patches.suse/nvme-fix-queue-freeze-vs-limits-lock-order.patch
	patches.suse/nbd-fix-queue-freeze-vs-limits-lock-order.patch
	patches.suse/usb-storage-fix-queue-freeze-vs-limits-lock-order.patch
	patches.suse/loop-refactor-queue-limits-updates.patch
	patches.suse/loop-fix-queue-freeze-vs-limits-lock-order.patch
	patches.suse/loop-move-updating-lo_flags-out-of-loop_set_status_f.patch
	patches.suse/loop-update-commands-in-loop_set_status-still-referr.patch
	patches.suse/loop-create-a-lo_can_use_dio-helper.patch
	patches.suse/loop-only-write-back-pagecache-when-starting-to-to-u.patch
	patches.suse/loop-open-code-the-direct-I-O-flag-update-in-loop_se.patch
	patches.suse/loop-allow-loop_set_status-to-re-enable-direct-I-O.patch
	patches.suse/loop-don-t-freeze-the-queue-in-loop_update_dio.patch
	patches.suse/loop-remove-the-use_dio-field-in-struct-loop_device.patch
	patches.suse/nvme-tcp-Fix-I-O-queue-cpu-spreading-for-multiple-co.patch
	patches.suse/nvme-Add-error-check-for-xa_store-in-nvme_get_effect.patch
	patches.suse/nvme-Add-error-path-for-xa_store-in-nvme_init_effect.patch
	patches.suse/block-mark-GFP_NOIO-around-sysfs-store.patch
	patches.suse/nbd-fix-partial-sending.patch
	patches.suse/blk-cgroup-fix-kernel-doc-warnings-in-header-file.patch
	patches.suse/blk-cgroup-rwstat-fix-kernel-doc-warnings-in-header-.patch
	patches.suse/partitions-ldm-remove-the-initial-kernel-doc-notation.patch
	patches.suse/nvme-fix-bogus-kzalloc-return-check-in-nvme_init_eff.patch
	patches.suse/md-reintroduce-md-linear.patch
	patches.suse/md-Replace-deprecated-kmap_atomic-with-kmap_local_pa.patch
	patches.suse/md-md-bitmap-factor-behind-write-counters-out-from-bitmap_-start-end-write.patch
	patches.suse/md-md-bitmap-remove-the-last-parameter-for-bimtap_ops-endwrite.patch
	patches.suse/md-add-a-new-callback-pers-bitmap_sector.patch
	patches.suse/md-raid5-implement-pers-bitmap_sector.patch
	patches.suse/md-md-bitmap-move-bitmap_-start-end-write-to-md-upper-layer.patch
	patches.suse/block-Reorder-the-request-allocation-code-in-blk_mq_.patch
	patches.suse/blk-mq-Move-more-error-handling-into-blk_mq_submit_b.patch
	patches.suse/block-Ensure-start-sector-is-aligned-for-stacking-at.patch
	patches.suse/block-Change-blk_stack_atomic_writes_limits-unit_min.patch
	patches.suse/block-limit-disk-max-sectors-to-LLONG_MAX-9.patch
	patches.suse/md-md-linear-Fix-a-NULL-vs-IS_ERR-bug-in-linear_add.patch
	patches.suse/block-Add-common-atomic-writes-enable-flag.patch
	patches.suse/block-Don-t-trim-an-atomic-write.patch
	patches.suse/block-define-set-of-integrity-flags-to-be-inherited-.patch
	patches.suse/block-copy-back-bounce-buffer-to-user-space-correctly-in-case-of-split.patch
	patches.suse/block-modify-bio_integrity_map_user-to-accept-iov_it.patch
	patches.suse/fs-iov_iter-define-meta-io-descriptor.patch
	patches.suse/fs-introduce-IOCB_HAS_METADATA-for-metadata.patch
	patches.suse/io_uring-introduce-attributes-for-read-write-and-PI-.patch
	patches.suse/block-introduce-BIP_CHECK_GUARD-REFTAG-APPTAG-bip_fl.patch
	patches.suse/nvme-add-support-for-passing-on-the-application-tag.patch
	patches.suse/scsi-add-support-for-user-meta-interface.patch
	patches.suse/block-add-support-to-pass-user-meta-buffer.patch
	patches.suse/block-make-bio_integrity_map_user-static-inline.patch
	patches.suse/io_uring-rsrc-require-cloned-buffers-to-share-accoun.patch
	patches.suse/s390-diag-Create-misc-device-dev-diag.patch
	patches.suse/s390-diag324-Retrieve-power-readings-via-diag-0x324.patch
	patches.suse/s390-diag-Move-diag.c-to-diag-specific-folder.patch
	patches.suse/s390-pci-Report-PCI-error-recovery-results-via-SCLP.patch
	patches.suse/s390-debug-Simplify-and-document-debug_next_entry-logic.patch
	patches.suse/s390-debug-Split-private-data-alloc-free-out-of-file-operations.patch
	patches.suse/s390-debug-Add-debug_dump-to-write-debug-view-to-a-string-buffer.patch
	patches.suse/s390-debug-Add-a-reverse-mode-for-debug_dump.patch
	patches.suse/s390-pci-Add-pci_msg-debug-view-to-PCI-report.patch
	patches.suse/s390-topology-Improve-topology-detection.patch
	patches.suse/s390-stackleak-Use-exrl-instead-of-ex-in-__stackleak_poison.patch
	patches.suse/s390-futex-Fix-FUTEX_OP_ANDN-implementation.patch
	patches.suse/arm64-rsi-Add-automatic-arm-cca-guest-module-loading.patch
	patches.suse/arm64-sysreg-Allow-a-Mapping-descriptor-for-system-r.patch
	patches.suse/arm64-sysreg-Get-rid-of-the-TCR2_EL1x-SysregFields.patch
	patches.suse/arm64-sysreg-Convert-_EL12-accessors-to-Mapping.patch
	patches.suse/arm64-sysreg-Get-rid-of-CPACR_ELx-SysregFields.patch
	patches.suse/arm64-sysreg-Update-ID_AA64ISAR3_EL1-to-DDI0601-2024.patch
	patches.suse/arm64-sme-Move-storage-of-reg_smidr-to-__cpuinfo_store_cpu.patch
	patches.suse/arm64-Filter-out-SVE-hwcaps-when-FEAT_SVE-isn-t-implemented.patch
	patches.suse/KVM-arm64-Allow-control-of-dpISA-extensions-in-ID_AA.patch
	patches.suse/arm64-mm-Reduce-PA-space-to-48-bits-when-LPA2-is-not-enabled.patch
	patches.suse/arm64-mm-Override-PARange-for-LPA2-and-use-it-consistently.patch
	patches.suse/arm64-kvm-Configure-HYP-TCR.PS-DS-based-on-host-stag.patch
	patches.suse/arm64-kvm-Avoid-invalid-physical-addresses-to-signal.patch
	patches.suse/perf-imx9_perf-Introduce-AXI-filter-version-to-refactor-the-driver-and-better-extension.patch
	patches.suse/powerpc-book3s64-hugetlb-Fix-disabling-hugetlb-when-fadump-is-active.patch
	patches.suse/powerpc-pseries-iommu-IOMMU-incorrectly-marks-MMIO-r.patch
	patches.suse/selftests-powerpc-Fix-argument-order-to-timer_sub.patch
	patches.suse/EDAC-i10nm-Add-Intel-Clearwater-Forest-server-support.patch
	patches.suse/x86-bugs-Add-SRSO_USER_KERNEL_NO-support.patch
	patches.suse/KVM-x86-Advertise-SRSO_USER_KERNEL_NO-to-userspace.patch
	patches.suse/x86-sev-Prepare-for-using-the-RMPREAD-instruction-to.patch
	patches.suse/x86-sev-Add-support-for-the-RMPREAD-instruction.patch
	patches.suse/x86-sev-Move-the-SNP-probe-routine-out-of-the-way.patch
	patches.suse/x86-sev-Map-only-the-RMP-table-entries-instead-of-th.patch
	patches.suse/x86-sev-Treat-the-contiguous-RMP-table-as-a-single-R.patch
	patches.suse/x86-sev-Add-full-support-for-a-segmented-RMP-table.patch
	patches.suse/virt-sev-guest-Remove-is_vmpck_empty-helper.patch
	patches.suse/virt-sev-guest-Replace-GFP_KERNEL_ACCOUNT-with-GFP_K.patch
	patches.suse/x86-sev-Carve-out-and-export-SNP-guest-messaging-ini.patch
	patches.suse/x86-sev-Relocate-SNP-guest-messaging-routines-to-com.patch
	patches.suse/x86-sev-Add-Secure-TSC-support-for-SNP-guests.patch
	patches.suse/x86-sev-Change-TSC-MSR-behavior-for-Secure-TSC-enabl.patch
	patches.suse/x86-sev-Prevent-GUEST_TSC_FREQ-MSR-interception-for-.patch
	patches.suse/x86-sev-Prevent-RDTSC-RDTSCP-interception-for-Secure.patch
	patches.suse/x86-tsc-Init-the-TSC-for-Secure-TSC-guests.patch
	patches.suse/x86-mtrr-Rename-mtrr_overwrite_state-to-guest_force_.patch
	patches.suse/sched-wake_q-Add-helper-to-call-wake_up_q-after-unlock-with-preemption-disabled.patch
	patches.suse/locking-ww_mutex-test-Use-swap-macro.patch
	patches.suse/lockdep-Document-MAX_LOCKDEP_CHAIN_HLOCKS-calculation.patch
	patches.suse/lockdep-Mark-chain_hlock_class_idx-with-__maybe_unused.patch
	patches.suse/lockdep-Move-lockdep_assert_locked-under-ifdef-CONFIG_PROVE_LOCKING.patch
	patches.suse/x86-Convert-unreachable-to-BUG.patch
	patches.suse/x86-mm-Convert-unreachable-to-BUG.patch
	patches.suse/perf-core-Save-raw-sample-data-conditionally-based-on-samp.patch
	patches.suse/perf-x86-rapl-Remove-the-unused-get_rapl_pmu_cpumask-function.patch
	patches.suse/x86-topology-Introduce-topology_logical_core_id.patch
	patches.suse/perf-x86-rapl-Remove-the-cpu_to_rapl_pmu-function.patch
	patches.suse/perf-x86-rapl-Rename-rapl_pmu-variables.patch
	patches.suse/perf-x86-rapl-Make-rapl_model-struct-global.patch
	patches.suse/perf-x86-rapl-Add-arguments-to-the-init-and-cleanup-functions.patch
	patches.suse/perf-x86-rapl-Modify-the-generic-variable-names-to-_pkg.patch
	patches.suse/perf-x86-rapl-Remove-the-global-variable-rapl_msrs.patch
	patches.suse/perf-x86-rapl-Move-the-cntr_mask-to-rapl_pmus-struct.patch
	patches.suse/perf-x86-rapl-Add-core-energy-counter-support-for-AMD-CPUs.patch
	patches.suse/seqlock-add-raw_seqcount_try_begin.patch
	patches.suse/mm-gup-Use-raw_seqcount_try_begin.patch
	patches.suse/mm-convert-mm_lock_seq-to-a-proper-seqcount.patch
	patches.suse/mm-introduce-mmap_lock_speculate_-try_begin-retry.patch
	patches.suse/perf-map-pages-in-advance.patch
	patches.suse/x86-ioapic-Remove-a-stray-tab-in-the-IO-APIC-type-string.patch
	patches.suse/sched-Don-t-try-to-catch-up-excess-steal-time.patch
	patches.suse/sched-add-READ_ONCE-to-task_on_rq_queued.patch
	patches.suse/sched-deadline-Restore-dl_server-bandwidth-on-non-destructive-root-domain-changes.patch
	patches.suse/sched-deadline-Correctly-account-for-allocated-bandwidth-during-hotplug.patch
	patches.suse/sched-deadline-Check-bandwidth-overflow-earlier-for-hotplug.patch
	patches.suse/sched-deadline-Consolidate-Timer-Cancellation.patch
	patches.suse/sched-fair-Remove-CONFIG_CFS_BANDWIDTH-n-definition-of-cfs_bandwidth_used.patch
	patches.suse/sched-core-Remove-HK_TYPE_SCHED.patch
	patches.suse/sched-isolation-Make-isolcpus-nohz-equivalent-to-nohz_full.patch
	patches.suse/sched-isolation-Consolidate-housekeeping-cpumasks-that-are-always-identical.patch
	patches.suse/sched-Unify-HK_TYPE_-TIMER-TICK-MISC-to-HK_TYPE_KERNEL_NOISE.patch
	patches.suse/sched-fair-Rename-h_nr_running-into-h_nr_queued.patch
	patches.suse/sched-fair-Add-new-cfs_rq.h_nr_runnable.patch
	patches.suse/sched-fair-Use-the-new-cfs_rq.h_nr_runnable.patch
	patches.suse/sched-fair-Removed-unsued-cfs_rq.h_nr_delayed.patch
	patches.suse/sched-fair-Rename-cfs_rq.idle_h_nr_running-into-h_nr_idle.patch
	patches.suse/sched-fair-Remove-unused-cfs_rq.idle_nr_running.patch
	patches.suse/sched-fair-Rename-cfs_rq.nr_running-into-nr_queued.patch
	patches.suse/sched-fair-Do-not-try-to-migrate-delayed-dequeue-task.patch
	patches.suse/sched-fair-Fix-variable-declaration-position.patch
	patches.suse/sched-fair-Mark-m-_vruntime-with-__maybe_unused.patch
	patches.suse/sched-fair-Untangle-NEXT_BUDDY-and-pick_next_task.patch
	patches.suse/rseq-Validate-read-only-fields-under-DEBUG_RSEQ-config.patch
	patches.suse/sched-deadline-Cleanup-goto-label-in-pick_earliest_pushable_dl_task.patch
	patches.suse/sched-fair-Fix-CPU-bandwidth-limit-bypass-during-CPU-hotplug.patch
	patches.suse/sched-fair-Update-comments-after-sched_tick-rename.patch
	patches.suse/sched-fair-Fix-value-reported-by-hot-tasks-pulled-in-proc-schedstat.patch
	patches.suse/sched-fair-Cleanup-in-migrate_degrades_locality-to-improve-readability.patch
	patches.suse/sched-Report-the-different-kinds-of-imbalances-in-proc-schedstat.patch
	patches.suse/sched-Move-sched-domain-name-out-of-CONFIG_SCHED_DEBUG.patch
	patches.suse/sched-stats-Print-domain-name-in-proc-schedstat.patch
	patches.suse/docs-Update-Schedstat-version-to-17.patch
	patches.suse/sched-Fix-race-between-yield_to-and-try_to_wake_up.patch
	patches.suse/sched-fair-Encapsulate-set-custom-slice-in-a-__setparam_fair-function.patch
	patches.suse/sched-debug-Change-need_resched-warnings-to-pr_err.patch
	patches.suse/sched-core-Prioritize-migrating-eligible-tasks-in-sched_balance_rq.patch
	patches.suse/x86-itmt-Convert-sysctl_sched_itmt_enabled-to-boolean.patch
	patches.suse/x86-itmt-Use-guard-for-itmt_update_mutex.patch
	patches.suse/x86-itmt-Move-the-sched_itmt_enabled-sysctl-to-debugfs.patch
	patches.suse/x86-topology-Remove-x86_smt_flags-and-use-cpu_smt_flags-di.patch
	patches.suse/x86-topology-Use-x86_sched_itmt_flags-for-PKG-domain-uncon.patch
	patches.suse/sched-fair-Do-not-compute-NUMA-Balancing-stats-unnecessarily-during-lb.patch
	patches.suse/sched-fair-Do-not-compute-overloaded-status-unnecessarily-during-lb.patch
	patches.suse/sched-Define-sched_clock_irqtime-as-static-key.patch
	patches.suse/sched-Don-t-account-irq-time-if-sched_clock_irqtime-is-disabled.patch
	patches.suse/sched-psi-Don-t-account-irq-time-if-sched_clock_irqtime-is-disabled.patch
	patches.suse/psi-Fix-race-when-task-wakes-up-before-psi_sched_switch-adjusts-flags.patch
	patches.suse/rseq-Fix-rseq-unregistration-regression.patch
	patches.suse/printk-Fix-signed-integer-overflow-when-defining-LOG_BUF_LEN_MAX.patch
	patches.suse/printk-Defer-legacy-printing-when-holding-printk_cpu_sync.patch
	patches.suse/genirq-Make-handle_enforce_irqctx-unconditionally-av.patch
	patches.suse/torture-Add-dowarn-argument-to-torture_sched_setaffinity.patch
	patches.suse/drm-rockchip-cdn-dp-Use-drm_connector_helper_hpd_irq.patch
	patches.suse/drm-v3d-Fix-performance-counter-source-settings-on-V.patch
	patches.suse/accel-ivpu-Fix-Qemu-crash-when-running-in-passthroug.patch
	patches.suse/drm-virtio-New-fence-for-every-plane-update.patch
	patches.suse/drm-Add-panel-backlight-quirks.patch
	patches.suse/drm-panel-backlight-quirks-Add-Framework-13-matte-pa.patch
	patches.suse/drm-panel-backlight-quirks-Add-Framework-13-glossy-a.patch
	patches.suse/drm-v3d-Stop-active-perfmon-if-it-is-being-destroyed.patch
	patches.suse/drm-tidss-Fix-issue-in-irq-handling-causing-irq-floo.patch
	patches.suse/drm-tidss-Clear-the-interrupt-status-for-interrupts-.patch
	patches.suse/drm-tidss-Fix-race-condition-while-handling-interrup.patch
	patches.suse/nvkm-gsp-correctly-advance-the-read-pointer-of-GSP-m.patch
	patches.suse/nvkm-correctly-calculate-the-available-space-of-the-.patch
	patches.suse/drm-rockchip-vop2-fix-rk3588-dp-dsi-maxclk-verificat.patch
	patches.suse/drm-renesas-rz-du-Increase-supported-resolutions.patch
	patches.suse/drm-tests-hdmi-handle-empty-modes-in-find_preferred_.patch
	patches.suse/drm-tests-hdmi-return-meaningful-value-from-set_conn.patch
	patches.suse/drm-renesas-rz-du-Drop-DU_MCR0_DPI_OE-macro.patch
	patches.suse/drm-rockchip-vop2-Fix-cluster-windows-alpha-ctrl-reg.patch
	patches.suse/drm-rockchip-vop2-Fix-the-mixer-alpha-setup-for-laye.patch
	patches.suse/drm-panthor-Preserve-the-result-returned-by-panthor_.patch
	patches.suse/drm-rockchip-vop2-Fix-the-windows-switch-between-dif.patch
	patches.suse/drm-connector-add-mutex-to-protect-ELD-from-concurre.patch
	patches.suse/drm-bridge-anx7625-use-eld_mutex-to-protect-access-t.patch
	patches.suse/drm-bridge-ite-it66121-use-eld_mutex-to-protect-acce.patch
	patches.suse/drm-amd-display-use-eld_mutex-to-protect-access-to-c.patch
	patches.suse/drm-exynos-hdmi-use-eld_mutex-to-protect-access-to-c.patch
	patches.suse/drm-radeon-use-eld_mutex-to-protect-access-to-connec.patch
	patches.suse/drm-sti-hdmi-use-eld_mutex-to-protect-access-to-conn.patch
	patches.suse/drm-vc4-hdmi-use-eld_mutex-to-protect-access-to-conn.patch
	patches.suse/drm-rcar-du-dsi-Fix-PHY-lock-bit-check.patch
	patches.suse/drm-connector-Allow-clearing-HDMI-infoframes.patch
	patches.suse/drm-rockchip-vop2-Set-AXI-id-for-rk3588.patch
	patches.suse/drm-rockchip-vop2-Setup-delay-cycle-for-Esmart2-3.patch
	patches.suse/drm-rockchip-vop2-Check-linear-format-for-Cluster-wi.patch
	patches.suse/drm-rockchip-vop2-Add-check-for-32-bpp-format-for-rk.patch
	patches.suse/drm-rockchip-vop2-include-rockchip_drm_drv.h.patch
	patches.suse/drm-bridge-it6505-Change-definition-of-AUX_FIFO_MAX_.patch
	patches.suse/drm-bridge-it6505-Change-definition-MAX_HDCP_DOWN_ST.patch
	patches.suse/drm-bridge-it6505-fix-HDCP-Bstatus-check.patch
	patches.suse/drm-bridge-it6505-fix-HDCP-encryption-when-R0-ready.patch
	patches.suse/drm-bridge-it6505-fix-HDCP-CTS-compare-V-matching.patch
	patches.suse/drm-bridge-it6505-fix-HDCP-CTS-KSV-list-wait-timer.patch
	patches.suse/drm-amd-pm-Fix-an-error-handling-path-in-vega10_enab.patch
	patches.suse/drm-amd-display-Populate-chroma-prefetch-parameters-.patch
	patches.suse/drm-amdgpu-Fix-potential-NULL-pointer-dereference-in.patch
	patches.suse/drm-amd-display-Overwriting-dualDPP-UBF-values-befor.patch
	patches.suse/drm-amd-display-update-dcn351-used-clock-offset.patch
	patches.suse/drm-amdgpu-vcn-reset-fw_shared-under-SRIOV.patch
	patches.suse/drm-amdgpu-simplify-return-statement-in-amdgpu_ras_e.patch
	patches.suse/drm-amd-display-Fix-Mode-Cutoff-in-DSC-Passthrough-t.patch
	patches.suse/Revert-drm-amd-display-Fix-green-screen-issue-after-.patch
	patches.suse/drm-amdgpu-Don-t-enable-sdma-4.4.5-CTXEMPTY-interrup.patch
	patches.suse/drm-amdkfd-Queue-interrupt-work-to-different-CPU.patch
	patches.suse/drm-i915-Grab-intel_display-from-the-encoder-to-avoi.patch
	patches.suse/Revert-drm-i915-dpt-Make-DPT-object-unshrinkable.patch
	patches.suse/drm-xe-tracing-Fix-a-potential-TP_printk-UAF.patch
	patches.suse/xe-oa-Fix-query-mode-of-operation-for-OAR-OAC.patch
	patches.suse/drm-etnaviv-Fix-page-property-being-used-for-non-wri.patch
	patches.suse/drm-amd-display-Increase-sanitizer-frame-larger-than.patch
	patches.suse/drm-amdkfd-Move-gfx12-trap-handler-to-separate-file.patch
	patches.suse/drm-amdgpu-tear-down-ttm-range-manager-for-doorbell-.patch
	patches.suse/drm-amdgpu-fix-gpu-recovery-disable-with-per-queue-r.patch
	patches.suse/drm-amd-display-Limit-Scaling-Ratio-on-DCN3.01.patch
	patches.suse/drm-msm-dp-set-safe_to_exit_level-before-printing-it.patch
	patches.suse/drm-msm-hdmi-simplify-code-in-pll_get_integloop_gain.patch
	patches.suse/drm-msm-dpu-fix-x1e80100-intf_6-underrun-vsync-inter.patch
	patches.suse/drm-msm-dpu1-don-t-choke-on-disabling-the-writeback-.patch
	patches.suse/drm-msm-dpu-provide-DSPP-and-correct-LM-config-for-S.patch
	patches.suse/drm-msm-dpu-link-DSPP_2-_3-blocks-on-SM8150.patch
	patches.suse/drm-msm-dpu-link-DSPP_2-_3-blocks-on-SC8180X.patch
	patches.suse/drm-msm-dpu-link-DSPP_2-_3-blocks-on-SM8250.patch
	patches.suse/drm-msm-dpu-link-DSPP_2-_3-blocks-on-SM8350.patch
	patches.suse/drm-msm-dpu-link-DSPP_2-_3-blocks-on-SM8550.patch
	patches.suse/drm-msm-dpu-link-DSPP_2-_3-blocks-on-SM8650.patch
	patches.suse/drm-msm-dpu-link-DSPP_2-_3-blocks-on-X1E80100.patch
	patches.suse/drm-msm-Check-return-value-of-of_dma_configure.patch
	patches.suse/drm-msm-don-t-clean-up-priv-kms-prematurely.patch
	patches.suse/drm-msm-mdp4-correct-LCDC-regulator-name.patch
	patches.suse/OPP-add-index-check-to-assert-to-avoid-buffer-overfl.patch
	patches.suse/drm-msm-gem-prevent-integer-overflow-in-msm_ioctl_ge.patch
	patches.suse/drm-connector-hdmi-Do-atomic-check-when-necessary.patch
	patches.suse/Align-git-commit-ID-abbreviation-guidelines-and-chec.patch
	patches.suse/selinux-Fix-SCTP-error-inconsistency-in-selinux_sock.patch
	patches.suse/cachestat-fix-page-cache-statistics-permission-check.patch
	patches.suse/ynl-add-missing-pieces-to-ethtool-spec-to-better-mat.patch
	patches.suse/ethtool-separate-definitions-that-are-gonna-be-gener.patch
	patches.suse/ethtool-remove-the-comments-that-are-not-gonna-be-ge.patch
	patches.suse/ethtool-regenerate-uapi-header-from-the-spec.patch
	patches.suse/net_sched-sch_sfq-don-t-allow-1-packet-limit.patch
	patches.suse/xdp-xsk-constify-read-only-arguments-of-some-static-.patch
	patches.suse/xdp-allow-attaching-already-registered-memory-model-.patch
	patches.suse/xsk-allow-attaching-XSk-pool-via-xdp_rxq_info_reg_me.patch
	patches.suse/xdp-register-system-page-pool-as-an-XDP-memory-model.patch
	patches.suse/netmem-add-a-couple-of-page-helper-wrappers.patch
	patches.suse/page_pool-make-page_pool_put_page_bulk-handle-array-.patch
	patches.suse/octeontx2-pf-map-skb-data-as-device-writeable.patch
	patches.suse/octeontx2-pf-Move-skb-fragment-map-unmap-to-common-c.patch
	patches.suse/octeontx2-af-Disable-backpressure-between-CPT-and-NI.patch
	patches.suse/cn10k-ipsec-Init-hardware-for-outbound-ipsec-crypto-.patch
	patches.suse/cn10k-ipsec-Add-SA-add-del-support-for-outb-ipsec-cr.patch
	patches.suse/cn10k-ipsec-Process-outbound-ipsec-crypto-offload.patch
	patches.suse/cn10k-ipsec-Allow-ipsec-crypto-offload-for-skb-with-.patch
	patches.suse/cn10k-ipsec-Enable-outbound-ipsec-crypto-offload.patch
	patches.suse/net-stmmac-Fix-clock-rate-variables-size.patch
	patches.suse/net-phy-Add-helper-for-mapping-RGMII-link-speed-to-clock-rate.patch
	patches.suse/net-dwmac-imx-Use-helper-rgmii_clock.patch
	patches.suse/gve-Remove-unused-gve_adminq_set_mtu.patch
	patches.suse/cn10k-ipsec-Fix-compilation-error-when-CONFIG_XFRM_O.patch
	patches.suse/lib-packing-create-__pack-and-__unpack-variants-with.patch
	patches.suse/lib-packing-demote-truncation-error-in-pack-to-a-war.patch
	patches.suse/lib-packing-add-pack_fields-and-unpack_fields.patch
	patches.suse/ice-remove-int_q_state-from-ice_tlan_ctx.patch
	patches.suse/ice-use-structures-to-keep-track-of-queue-context-si.patch
	patches.suse/ice-use-linux-packing.h-for-Tx-and-Rx-queue-context-.patch
	patches.suse/ice-reduce-size-of-queue-context-fields.patch
	patches.suse/ice-move-prefetch-enable-to-ice_setup_rx_ctx.patch
	patches.suse/ice-cleanup-Rx-queue-context-programming-functions.patch
	patches.suse/ionic-add-asic-codes-to-firmware-interface-file.patch
	patches.suse/ionic-Use-VLAN_ETH_HLEN-when-possible.patch
	patches.suse/ionic-Translate-IONIC_RC_ENOSUPP-to-EOPNOTSUPP.patch
	patches.suse/ionic-add-speed-defines-for-200G-and-400G.patch
	patches.suse/ionic-add-support-for-QSFP_PLUS_CMIS.patch
	patches.suse/net-smc-support-ipv4-mapped-ipv6-addr-client-for-smc-r-v2.patch
	patches.suse/page_pool-allow-mixing-PPs-within-one-bulk.patch
	patches.suse/xdp-get-rid-of-xdp_frame-mem.id.patch
	patches.suse/xdp-make-__xdp_return-MP-agnostic.patch
	patches.suse/net-page_pool-rename-page_pool_alloc_netmem-to-_netm.patch
	patches.suse/net-page_pool-create-page_pool_alloc_netmem.patch
	patches.suse/page_pool-Set-dma_sync-to-false-for-devmem-memory-pr.patch
	patches.suse/page_pool-disable-sync-for-cpu-for-dmabuf-memory-pro.patch
	patches.suse/net-ena-Fix-incorrect-indentation.patch
	patches.suse/ionic-remove-the-unused-nb_work.patch
	patches.suse/octeontx2-af-fix-build-regression-without-CONFIG_DCB.patch
	patches.suse/gve-Convert-timeouts-to-secs_to_jiffies.patch
	patches.suse/net-Make-dev_get_hwtstamp_phylib-accessible.patch
	patches.suse/net-Make-net_hwtstamp_validate-accessible.patch
	patches.suse/net-Add-the-possibility-to-support-a-selected-hwtsta.patch
	patches.suse/net-ethtool-tsinfo-Enhance-tsinfo-to-support-several.patch
	patches.suse/net-ethtool-Add-support-for-tsconfig-command-to-get-.patch
	patches.suse/net-mlx5-ifc-Reorganize-mlx5_ifc_flow_table_context_.patch
	patches.suse/net-mlx5-Add-ConnectX-8-device-to-ifc.patch
	patches.suse/net-mlx5-Add-support-for-new-scheduling-elements.patch
	patches.suse/net-mlx5-qos-Add-ifc-support-for-cross-esw-schedulin.patch
	patches.suse/net-mlx5-Add-device-cap-abs_native_port_num.patch
	patches.suse/net-page_pool-rename-page_pool_is_last_ref.patch
	patches.suse/net-mlx5e-Report-rx_discards_phy-via-rx_dropped.patch
	patches.suse/ptr_ring-do-not-block-hard-interrupts-in-ptr_ring_re.patch
	patches.suse/devlink-add-devlink_fmsg_put-macro.patch
	patches.suse/devlink-add-devlink_fmsg_dump_skb-function.patch
	patches.suse/ice-rename-devlink_port.-ch-to-port.-ch.patch
	patches.suse/ice-add-Tx-hang-devlink-health-reporter.patch
	patches.suse/ice-Add-MDD-logging-via-devlink-health.patch
	patches.suse/bnxt_en-Use-FW-defined-resource-limits-for-RoCE.patch
	patches.suse/bnxt_en-Do-not-allow-ethtool-m-on-an-untrusted-VF.patch
	patches.suse/bnxt_en-Skip-PHY-loopback-ethtool-selftest-if-unsupp.patch
	patches.suse/bnxt_en-Skip-MAC-loopback-selftest-if-it-is-unsuppor.patch
	patches.suse/bnxt_en-Skip-reading-PXP-registers-during-ethtool-d-.patch
	patches.suse/wifi-cfg80211-tests-Fix-potential-NULL-dereference-i.patch
	patches.suse/wifi-ath11k-Fix-unexpected-return-buffer-manager-err.patch
	patches.suse/wifi-wcn36xx-fix-channel-survey-memory-allocation-si.patch
	patches.suse/wifi-ath11k-cleanup-struct-ath11k_reg_tpc_power_info.patch
	patches.suse/wifi-ath11k-cleanup-struct-ath11k_mon_data.patch
	patches.suse/wifi-brcmsmac-add-gain-range-check-to-wlc_phy_iqcal_.patch
	patches.suse/wifi-brcmfmac-add-missing-header-include-for-brcmf_d.patch
	patches.suse/wifi-rtlwifi-rtl8821ae-phy-restore-removed-code-to-f.patch
	patches.suse/wifi-rtlwifi-do-not-complete-firmware-loading-needle.patch
	patches.suse/wifi-rtlwifi-rtl8192se-rise-completion-of-firmware-l.patch
	patches.suse/wifi-rtlwifi-wait-for-firmware-loading-before-releas.patch
	patches.suse/wifi-rtlwifi-fix-init_sw_vars-leak-when-probe-fails.patch
	patches.suse/wifi-rtlwifi-usb-fix-workqueue-leak-when-probe-fails.patch
	patches.suse/wifi-rtw89-pci-disable-PCIE-wake-bit-when-PCIE-deini.patch
	patches.suse/wifi-rtl8xxxu-add-more-missing-rtl8192cu-USB-IDs.patch
	patches.suse/wifi-rtw89-add-crystal_cap-check-to-avoid-setting-as.patch
	patches.suse/wifi-rtlwifi-remove-unused-check_buddy_priv.patch
	patches.suse/wifi-rtlwifi-destroy-workqueue-at-rtl_deinit_core.patch
	patches.suse/wifi-rtlwifi-fix-memory-leaks-and-invalid-access-at-.patch
	patches.suse/wifi-rtlwifi-pci-wait-for-firmware-loading-before-re.patch
	patches.suse/sfc-remove-efx_writed_page_locked.patch
	patches.suse/page_pool-add-page_pool_dev_alloc_netmem.patch
	patches.suse/xdp-add-generic-xdp_buff_add_frag.patch
	patches.suse/xdp-add-generic-xdp_build_skb_from_buff.patch
	patches.suse/xsk-make-xsk_buff_add_frag-really-add-the-frag-via-_.patch
	patches.suse/xsk-add-generic-XSk-xdp_buff-skb-conversion.patch
	patches.suse/udp-Deal-with-race-between-UDP-socket-address-change-and-r.patch
	patches.suse/sfc-Use-netdev-refcount-tracking-in-struct-efx_async.patch
	patches.suse/net-mlx5-LAG-Refactor-lag-logic.patch
	patches.suse/net-mlx5-LAG-Support-LAG-over-Multi-Host-NICs.patch
	patches.suse/net-mlx5-fs-add-counter-object-to-flow-destination.patch
	patches.suse/net-mlx5-fs-add-mlx5_fs_pool-API.patch
	patches.suse/net-mlx5-fs-retry-insertion-to-hash-table-on-EBUSY.patch
	patches.suse/net-mlx5-HWS-no-need-to-expose-mlx5hws_send_queues_o.patch
	patches.suse/net-mlx5-HWS-do-not-initialize-native-API-queues.patch
	patches.suse/net-mlx5-DR-expand-SWS-STE-callbacks-and-consolidate.patch
	patches.suse/net-mlx5-DR-add-support-for-ConnectX-8-steering.patch
	patches.suse/net-mlx5-Remove-PTM-support-log-message.patch
	patches.suse/net-mlx5-fs-Add-support-for-RDMA-RX-steering-over-IB.patch
	patches.suse/net-ethtool-Fix-suspicious-rcu_dereference-usage.patch
	patches.suse/ixgbe-Add-support-for-E610-FW-Admin-Command-Interfac.patch
	patches.suse/ixgbe-Add-support-for-E610-device-capabilities-detec.patch
	patches.suse/ixgbe-Add-link-management-support-for-E610-device.patch
	patches.suse/ixgbe-Add-support-for-NVM-handling-in-E610-device.patch
	patches.suse/ixgbe-Add-support-for-EEPROM-dump-in-E610-device.patch
	patches.suse/ixgbe-Add-ixgbe_x540-multiple-header-inclusion-prote.patch
	patches.suse/ixgbe-Clean-up-the-E610-link-management-related-code.patch
	patches.suse/ixgbe-Enable-link-management-in-E610-device.patch
	patches.suse/PCI-Add-PCI_VDEVICE_SUB-helper-macro.patch
	patches.suse/ixgbevf-Add-support-for-Intel-R-E610-device.patch
	patches.suse/devlink-Improve-the-port-attributes-description.patch
	patches.suse/net-dwmac-imx-add-imx93-clock-input-support-in-RMII-mode.patch
	patches.suse/team-prevent-adding-a-device-which-is-already-a-team.patch
	patches.suse/i40e-Deadcode-i40e_aq_.patch
	patches.suse/i40e-Remove-unused-i40e_blink_phy_link_led.patch
	patches.suse/i40e-Remove-unused-i40e_-read-write-_phy_register.patch
	patches.suse/i40e-Deadcode-profile-code.patch
	patches.suse/i40e-Remove-unused-i40e_get_cur_guaranteed_fd_count.patch
	patches.suse/i40e-Remove-unused-i40e_del_filter.patch
	patches.suse/i40e-Remove-unused-i40e_commit_partition_bw_setting.patch
	patches.suse/i40e-Remove-unused-i40e_asq_send_command_v2.patch
	patches.suse/i40e-Remove-unused-i40e_dcb_hw_get_num_tc.patch
	patches.suse/igc-Remove-unused-igc_acquire-release_nvm.patch
	patches.suse/igc-Remove-unused-igc_read-write_pci_cfg-wrappers.patch
	patches.suse/igc-Remove-unused-igc_read-write_pcie_cap_reg.patch
	patches.suse/ax25-rcu-protect-dev-ax25_ptr.patch
	patches.suse/net-mlx5-HWS-remove-the-use-of-duplicated-structs.patch
	patches.suse/net-mlx5-HWS-remove-implementation-of-unused-FW-comm.patch
	patches.suse/net-mlx5-HWS-denote-how-refcounts-are-protected.patch
	patches.suse/net-mlx5-HWS-simplify-allocations-as-we-support-only.patch
	patches.suse/net-mlx5-HWS-add-error-message-on-failure-to-move-ru.patch
	patches.suse/net-mlx5-HWS-change-error-flow-on-matcher-disconnect.patch
	patches.suse/net-mlx5-HWS-remove-wrong-deletion-of-the-miss-table.patch
	patches.suse/net-mlx5-HWS-reduce-memory-consumption-of-a-matcher-.patch
	patches.suse/net-mlx5-HWS-num_of_rules-counter-on-matcher-should-.patch
	patches.suse/net-mlx5-HWS-separate-SQ-that-HWS-uses-from-the-usua.patch
	patches.suse/net-mlx5-HWS-fix-definer-s-HWS_SET32-macro-for-negat.patch
	patches.suse/net-mlx5-HWS-handle-returned-error-value-in-pool-all.patch
	patches.suse/net-mlx5-HWS-use-the-right-size-when-writing-arg-dat.patch
	patches.suse/net-mlx5-HWS-support-flow-sampler-destination.patch
	patches.suse/net-mlx5-HWS-set-timeout-on-polling-for-completion.patch
	patches.suse/octeontx2-pf-mcs-Remove-dead-code-and-semi-colon-fro.patch
	patches.suse/ixgbevf-Remove-unused-ixgbevf_hv_mbx_ops.patch
	patches.suse/igb-Remove-static-qualifiers.patch
	patches.suse/igb-Introduce-igb_xdp_is_enabled.patch
	patches.suse/igb-Introduce-XSK-data-structures-and-helpers.patch
	patches.suse/igb-Add-XDP-finalize-and-stats-update-functions.patch
	patches.suse/igb-Add-AF_XDP-zero-copy-Rx-support.patch
	patches.suse/igb-Add-AF_XDP-zero-copy-Tx-support.patch
	patches.suse/igc-Allow-hot-swapping-XDP-program.patch
	patches.suse/igc-Fix-passing-0-to-ERR_PTR-in-igc_xdp_run_prog.patch
	patches.suse/igb-Fix-passing-0-to-ERR_PTR-in-igb_run_xdp.patch
	patches.suse/ixgbe-Fix-passing-0-to-ERR_PTR-in-ixgbe_run_xdp.patch
	patches.suse/ixgbevf-Fix-passing-0-to-ERR_PTR-in-ixgbevf_run_xdp.patch
	patches.suse/i40e-add-ability-to-reset-VF-for-Tx-and-Rx-MDD-event.patch
	patches.suse/igc-Link-IRQs-to-NAPI-instances.patch
	patches.suse/igc-Link-queues-to-NAPI-instances.patch
	patches.suse/net-mlx5-use-do_aux_work-for-PHC-overflow-checks.patch
	patches.suse/netdev-define-NETDEV_INTERNAL.patch
	patches.suse/xfrm-Support-ESN-context-update-to-hardware-for-TX.patch
	patches.suse/net-mlx5e-Update-TX-ESN-context-for-IPSec-hardware-o.patch
	patches.suse/net-ethtool-Use-hwprov-under-rcu_read_lock.patch
	patches.suse/eth-iavf-extend-the-netdev_lock-usage.patch
	patches.suse/net-mlx5-fs-add-HWS-root-namespace-functions.patch
	patches.suse/net-mlx5-fs-add-HWS-flow-table-API-functions.patch
	patches.suse/net-mlx5-fs-add-HWS-flow-group-API-functions.patch
	patches.suse/net-mlx5-fs-add-HWS-actions-pool.patch
	patches.suse/net-mlx5-fs-add-HWS-packet-reformat-API-function.patch
	patches.suse/net-mlx5-fs-add-HWS-modify-header-API-function.patch
	patches.suse/net-mlx5-fs-manage-flow-counters-HWS-action-sharing-.patch
	patches.suse/net-mlx5-fs-add-dest-table-cache.patch
	patches.suse/net-mlx5-fs-add-HWS-fte-API-functions.patch
	patches.suse/net-mlx5-fs-add-support-for-dest-vport-HWS-action.patch
	patches.suse/net-mlx5-fs-set-create-match-definer-to-not-supporte.patch
	patches.suse/net-mlx5-fs-add-HWS-get-capabilities.patch
	patches.suse/net-mlx5-fs-add-HWS-to-steering-mode-options.patch
	patches.suse/net-mlx5-HWS-update-flow-remove-the-use-of-dual-RTCs.patch
	patches.suse/net-mlx5-HWS-update-flow-support-through-bigger-acti.patch
	patches.suse/ethtool-linkstate-migrate-linkstate-functions-to-sup.patch
	patches.suse/net-ethtool-plumb-PHY-stats-to-PHY-drivers.patch
	patches.suse/net-ethtool-add-support-for-structured-PHY-statistic.patch
	patches.suse/net-mlx5-Update-mlx5_ifc-to-support-FEC-for-200G-per.patch
	patches.suse/net-mlx5-Add-support-for-MRTCQ-register.patch
	patches.suse/net-mlx5-SHAMPO-Introduce-new-SHAMPO-specific-HCA-ca.patch
	patches.suse/net-mlx5-Add-nic_cap_reg-and-vhca_icm_ctrl-registers.patch
	patches.suse/net-stmmac-imx-Use-syscon_regmap_lookup_by_phandle_args.patch
	patches.suse/net-ethtool-add-hds_config-member-in-ethtool_netdev_.patch
	patches.suse/net-ethtool-add-support-for-configuring-hds-thresh.patch
	patches.suse/net-devmem-add-ring-parameter-filtering.patch
	patches.suse/net-disallow-setup-single-buffer-XDP-when-tcp-data-s.patch
	patches.suse/bnxt_en-add-support-for-rx-copybreak-ethtool-command.patch
	patches.suse/bnxt_en-add-support-for-tcp-data-split-ethtool-comma.patch
	patches.suse/bnxt_en-add-support-for-hds-thresh-ethtool-command.patch
	patches.suse/netdevsim-add-HDS-feature.patch
	patches.suse/inet-ipmr-fix-data-races.patch
	patches.suse/ice-c827-move-wait-for-FW-to-ice_init_hw.patch
	patches.suse/ice-split-ice_init_hw-out-from-ice_init_dev.patch
	patches.suse/ice-minor-rename-goto-labels-from-err-to-unroll.patch
	patches.suse/ice-ice_probe-init-ice_adapter-after-HW-init.patch
	patches.suse/ice-add-recipe-priority-check-in-search.patch
	patches.suse/ice-add-fw-and-port-health-reporters.patch
	patches.suse/ice-use-string-choice-helpers.patch
	patches.suse/ice-use-read_poll_timeout_atomic-in-ice_read_phy_tst.patch
	patches.suse/ice-rename-TS_LL_READ-macros-to-REG_LL_PROXY_H_.patch
	patches.suse/ice-add-lock-to-protect-low-latency-interface.patch
	patches.suse/ice-check-low-latency-PHY-timer-update-firmware-capa.patch
	patches.suse/ice-implement-low-latency-PHY-timer-updates.patch
	patches.suse/ice-Add-in-out-PTP-pin-delays.patch
	patches.suse/net-wwan-iosm-Fix-hibernation-by-re-binding-the-driv.patch
	patches.suse/net-add-netdev_lock-netdev_unlock-helpers.patch
	patches.suse/net-make-netdev_lock-protect-netdev-reg_state.patch
	patches.suse/net-add-netdev-up-protected-by-netdev_lock.patch
	patches.suse/net-protect-netdev-napi_list-with-netdev_lock.patch
	patches.suse/net-protect-NAPI-enablement-with-netdev_lock.patch
	patches.suse/net-protect-napi-irq-with-netdev_lock.patch
	patches.suse/net-mlx5-HWS-rework-the-check-if-matcher-size-can-be.patch
	patches.suse/net-mlx5e-CT-Add-initial-support-for-Hardware-Steeri.patch
	patches.suse/net-mlx5e-CT-Make-mlx5_ct_fs_smfs_ct_validate_flow_r.patch
	patches.suse/net-mlx5e-CT-Offload-connections-with-hardware-steer.patch
	patches.suse/dev-Acquire-netdev_rename_lock-before-restoring-dev-.patch
	patches.suse/msft-hv-3157-hv_netvsc-Replace-one-element-array-with-flexible-ar.patch
	patches.suse/pldmfw-enable-selected-component-update.patch
	patches.suse/devlink-add-devl-guard.patch
	patches.suse/ice-support-FW-Recovery-Mode.patch
	patches.suse/net-mlx5-fix-unintentional-sign-extension-on-shift-o.patch
	patches.suse/net-ethtool-ts-add-separate-counter-for-unconfirmed-.patch
	patches.suse/eth-bnxt-fix-string-truncation-warning-in-FW-version.patch
	patches.suse/net-destroy-dev-lock-later-in-free_netdev.patch
	patches.suse/wifi-mt76-mt7996-fix-invalid-interface-combinations.patch
	patches.suse/wifi-wlcore-fix-unbalanced-pm_runtime-calls.patch
	patches.suse/wifi-brcmfmac-Check-the-return-value-of-of_property_.patch
	patches.suse/wifi-iwlwifi-pcie-Add-support-for-new-device-ids.patch
	patches.suse/wifi-iwlwifi-fw-read-STEP-table-from-correct-UEFI-va.patch
	patches.suse/wifi-iwlwifi-avoid-memory-leak.patch
	patches.suse/wifi-iwlwifi-mvm-avoid-NULL-pointer-dereference.patch
	patches.suse/wifi-iwlwifi-mvm-don-t-count-mgmt-frames-as-MPDU.patch
	patches.suse/wifi-mac80211-prohibit-deactivating-all-links.patch
	patches.suse/wifi-cfg80211-Move-cfg80211_scan_req_add_chan-n_chan.patch
	patches.suse/wifi-mac80211-fix-tid-removal-during-mesh-forwarding.patch
	patches.suse/wifi-mac80211-Fix-common-size-calculation-for-ML-ele.patch
	patches.suse/wifi-mac80211-Support-parsing-EPCS-ML-element.patch
	patches.suse/wifi-mac80211-don-t-flush-non-uploaded-STAs.patch
	patches.suse/wifi-cfg80211-adjust-allocation-of-colocated-AP-data.patch
	patches.suse/wifi-rtw88-add-__packed-attribute-to-efuse-layout-st.patch
	patches.suse/wifi-rtlwifi-rtl8821ae-Fix-media-status-report.patch
	patches.suse/wifi-rtw89-fix-proceeding-MCC-with-wrong-scanning-st.patch
	patches.suse/wifi-rtw89-chan-fix-soft-lockup-in-rtw89_entity_reca.patch
	patches.suse/wifi-rtw89-avoid-to-init-mgnt_entry-list-twice-when-.patch
	patches.suse/wifi-rtw89-mcc-consider-time-limits-not-divisible-by.patch
	patches.suse/wifi-rtw89-fix-race-between-cancel_hw_scan-and-hw_sc.patch
	patches.suse/wifi-rtw88-8703b-Fix-RX-TX-issues.patch
	patches.suse/wifi-rtw88-sdio-Fix-disconnection-after-beacon-loss.patch
	patches.suse/wifi-mt76-mt7925-fix-off-by-one-in-mt7925_load_clc.patch
	patches.suse/wifi-mt76-mt7915-Fix-mesh-scan-on-MT7916-DBDC.patch
	patches.suse/wifi-mt76-mt76u_vendor_request-Do-not-print-error-me.patch
	patches.suse/wifi-mt76-mt7921-fix-using-incorrect-group-cipher-af.patch
	patches.suse/wifi-mt76-mt7915-Fix-an-error-handling-path-in-mt791.patch
	patches.suse/wifi-mt76-mt7915-add-module-param-to-select-5-GHz-or.patch
	patches.suse/wifi-mt76-mt7925-fix-NULL-deref-check-in-mt7925_chan.patch
	patches.suse/wifi-mt76-mt7925-fix-wrong-band_idx-setting-when-ena.patch
	patches.suse/wifi-mt76-mt7925-fix-get-wrong-chip-cap-from-incorre.patch
	patches.suse/wifi-mt76-mt7925-fix-the-invalid-ip-address-for-arp-.patch
	patches.suse/wifi-mt76-mt7996-fix-overflows-seen-when-writing-lim.patch
	patches.suse/wifi-mt76-mt7915-fix-overflows-seen-when-writing-lim.patch
	patches.suse/wifi-mt76-connac-Extend-mt76_connac_mcu_uni_add_dev-.patch
	patches.suse/wifi-mt76-mt7925-Fix-incorrect-MLD-address-in-bss_ml.patch
	patches.suse/wifi-mt76-mt7925-Fix-incorrect-WCID-assignment-for-M.patch
	patches.suse/wifi-mt76-mt7925-Fix-incorrect-WCID-phy_idx-assignme.patch
	patches.suse/wifi-mt76-mt7925-fix-wrong-parameter-for-related-cmd.patch
	patches.suse/wifi-mt76-mt7925-Fix-CNM-Timeout-with-Single-Active-.patch
	patches.suse/wifi-mt76-mt7925-Enhance-mt7925_mac_link_bss_add-to-.patch
	patches.suse/wifi-mt76-Enhance-mt7925_mac_link_sta_add-to-support.patch
	patches.suse/wifi-mt76-mt7925-Update-mt7925_mcu_sta_update-for-BC.patch
	patches.suse/wifi-mt76-mt7925-Update-mt792x_rx_get_wcid-for-per-l.patch
	patches.suse/wifi-mt76-mt7925-Update-mt7925_unassign_vif_chanctx-.patch
	patches.suse/wifi-mt76-mt7925-Update-secondary-link-PS-flow.patch
	patches.suse/wifi-mt76-mt7925-Init-secondary-link-PM-state.patch
	patches.suse/wifi-mt76-mt7925-Update-mt7925_mcu_uni_-tx-rx-_ba-fo.patch
	patches.suse/wifi-mt76-mt7925-Cleanup-MLO-settings-post-disconnec.patch
	patches.suse/wifi-mt76-mt7925-Properly-handle-responses-for-comma.patch
	patches.suse/wifi-mt76-mt7921u-Add-VID-PID-for-TP-Link-TXE50UH.patch
	patches.suse/wifi-mt76-mt7996-fix-rx-filter-setting-for-bfee-func.patch
	patches.suse/wifi-mt76-only-enable-tx-worker-after-setting-the-ch.patch
	patches.suse/wifi-mt76-mt7915-firmware-restart-on-devices-with-a-.patch
	patches.suse/wifi-mt76-mt7915-fix-omac-index-assignment-after-har.patch
	patches.suse/wifi-mt76-mt7915-fix-register-mapping.patch
	patches.suse/wifi-mt76-mt7996-fix-register-mapping.patch
	patches.suse/wifi-mt76-mt7996-add-max-mpdu-len-capability.patch
	patches.suse/wifi-mt76-mt7996-fix-the-capability-of-reception-of-.patch
	patches.suse/wifi-mt76-mt7996-fix-HE-Phy-capability.patch
	patches.suse/wifi-mt76-mt7996-fix-incorrect-indexing-of-MIB-FW-ev.patch
	patches.suse/wifi-mt76-mt7996-fix-definition-of-tx-descriptor.patch
	patches.suse/wifi-mt76-mt7996-fix-ldpc-setting.patch
	patches.suse/wifi-ath12k-fix-read-pointer-after-free-in-ath12k_ma.patch
	patches.suse/wifi-ath12k-fix-tx-power-max-reg-power-update-to-fir.patch
	patches.suse/wifi-brcmfmac-fix-NULL-pointer-dereference-in-brcmf_.patch
	patches.suse/Bluetooth-btusb-Add-new-VID-PID-13d3-3610-for-MT7922.patch
	patches.suse/Bluetooth-btusb-Add-new-VID-PID-13d3-3628-for-MT7925.patch
	patches.suse/Bluetooth-qca-Update-firmware-name-to-support-board-.patch
	patches.suse/Bluetooth-btbcm-Fix-NULL-deref-in-btbcm_get_board_na.patch
	patches.suse/Bluetooth-btrtl-check-for-NULL-in-btrtl_setup_realte.patch
	patches.suse/Bluetooth-L2CAP-handle-NULL-sock-pointer-in-l2cap_so.patch
	patches.suse/Bluetooth-qca-Fix-poor-RF-performance-for-WCN6855.patch
	patches.suse/Bluetooth-MGMT-Fix-slab-use-after-free-Read-in-mgmt_.patch
	patches.suse/selftests-net-ipsec-Fix-Null-pointer-dereference-in-.patch
	patches.suse/net-move-HDS-config-from-ethtool-state.patch
	patches.suse/net-ethtool-store-netdev-in-a-temp-variable-in-ethnl.patch
	patches.suse/net-provide-pending-ring-configuration-in-net_device.patch
	patches.suse/eth-bnxt-apply-hds_thrs-settings-correctly.patch
	patches.suse/net-ethtool-populate-the-default-HDS-params-in-the-c.patch
	patches.suse/eth-bnxt-allocate-enough-buffer-space-to-meet-HDS-th.patch
	patches.suse/eth-bnxt-update-header-sizing-defaults.patch
	patches.suse/net-let-net.core.dev_weight-always-be-non-zero.patch
	patches.suse/net-avoid-race-between-device-unregistration-and-eth.patch
	patches.suse/net-sched-Disallow-replacing-of-child-qdisc-from-one.patch
	patches.suse/net-ethernet-ti-am65-cpsw-fix-freeing-IRQ-in-am65_cpsw_nuss_remove_tx_chns.patch
	patches.suse/tcp_cubic-fix-incorrect-HyStart-round-start-detectio.patch
	patches.suse/net-rose-prevent-integer-overflows-in-rose_setsockop.patch
	patches.suse/gpio-pca953x-log-an-error-when-failing-to-get-the-re.patch
	patches.suse/regulator-of-Implement-the-unwind-path-of-of_regulat.patch
	patches.suse/spi-zynq-qspi-Add-check-for-clk_enable.patch
	patches.suse/spi-atmel-quadspi-Create-atmel_qspi_ops-to-support-n.patch
	patches.suse/spi-atmel-qspi-Memory-barriers-after-memory-mapped-I.patch
	patches.suse/HID-hid-sensor-hub-don-t-use-stale-platform-data-on-.patch
	patches.suse/mfd-lpc_ich-Add-another-Gemini-Lake-ISA-bridge-PCI-d.patch
	patches.suse/mfd-syscon-Fix-race-in-device_node_get_regmap.patch
	patches.suse/leds-lp8860-Write-full-EEPROM-not-only-half-of-it.patch
	patches.suse/leds-netxbig-Fix-an-OF-node-reference-leak-in-netxbi.patch
	patches.suse/leds-cht-wcove-Use-devm_led_classdev_register-to-avo.patch
	patches.suse/hwmon-nct6775-Actually-make-use-of-the-HWMON_NCT6775.patch
	patches.suse/hwmon-Fix-help-text-for-aspeed-g6-pwm-tach.patch
	patches.suse/mmc-core-Respect-quirk_max_rate-for-non-UHS-SDIO-car.patch
	patches.suse/mmc-sdhci-esdhc-imx-enable-SDHCI_QUIRK_NO_LED-quirk-.patch
	patches.suse/mmc-sdhci-msm-Correctly-set-the-load-for-the-regulat.patch
	patches.suse/pwm-stm32-lp-Add-check-for-clk_enable.patch
	patches.suse/pwm-stm32-Add-check-for-clk_enable.patch
	patches.suse/i2c-imx-lpi2c-add-eDMA-mode-support-for-LPI2C.patch
	patches.suse/i2c-imx-lpi2c-add-target-mode-support.patch
	patches.suse/i2c-imx-lpi2c-make-controller-available-until-the-system-enters-suspend_noirq-and-from-resume_noirq.patch
	patches.suse/i2c-Force-ELAN06FA-touchpad-I2C-bus-freq-to-100KHz.patch
	patches.suse/i2c-designware-Actually-make-use-of-the-I2C_DW_COMMO.patch
	patches.suse/clk-fix-an-OF-node-reference-leak-in-of_clk_get_pare.patch
	patches.suse/clk-analogbits-Fix-incorrect-calculation-of-vco-rate.patch
	patches.suse/clk-renesas-cpg-mssr-Fix-soc-node-handling-in-cpg_ms.patch
	patches.suse/clk-mediatek-mt2701-vdec-fix-conversion-to-mtk_clk_s.patch
	patches.suse/clk-mediatek-mt2701-aud-fix-conversion-to-mtk_clk_si.patch
	patches.suse/clk-mediatek-mt2701-bdp-add-missing-dummy-clk.patch
	patches.suse/clk-mediatek-mt2701-mm-add-missing-dummy-clk.patch
	patches.suse/clk-mediatek-mt2701-img-add-missing-dummy-clk.patch
	patches.suse/clk-ralink-mtmips-remove-duplicated-xtal-clock-for-R.patch
	patches.suse/dt-bindings-clock-sunxi-Export-PLL_VIDEO_2X-and-PLL_MIPI.patch
	patches.suse/clk-sunxi-ng-a64-drop-redundant-CLK_PLL_VIDEO0_2X-an.patch
	patches.suse/clk-sunxi-ng-a64-stop-force-selecting-PLL-MIPI-as-TC.patch
	patches.suse/clk-imx8mp-Fix-clkout1-2-support.patch
	patches.suse/dt-bindings-clock-imx93-Add-SPDIF-IPG-clk.patch
	patches.suse/clk-imx93-Add-IMX93_CLK_SPDIF_IPG-clock.patch
	patches.suse/arm64-dts-imx93-Use-IMX93_CLK_SPDIF_IPG-as-SPDIF-IPG-clock.patch
	patches.suse/clk-imx-Apply-some-clks-only-for-i.MX93.patch
	patches.suse/clk-qcom-gcc-sm8550-Do-not-turn-off-PCIe-GDSCs-durin.patch
	patches.suse/clk-qcom-gcc-sm8650-Do-not-turn-off-PCIe-GDSCs-durin.patch
	patches.suse/clk-qcom-clk-rpmh-prevent-integer-overflow-in-recalc.patch
	patches.suse/clk-qcom-gcc-sm6350-Add-missing-parent_map-for-two-c.patch
	patches.suse/clk-qcom-dispcc-sm6350-Add-missing-parent_map-for-a-.patch
	patches.suse/clk-qcom-clk-alpha-pll-fix-alpha-mode-configuration.patch
	patches.suse/clk-qcom-Make-GCC_8150-depend-on-QCOM_GDSC.patch
	patches.suse/clk-qcom-camcc-x1e80100-Set-titan_top_gdsc-as-the-pa.patch
	patches.suse/clk-qcom-gcc-mdm9607-Fix-cmd_rcgr-offset-for-blsp1_u.patch
	patches.suse/clk-qcom-gcc-x1e80100-Do-not-turn-off-usb_2-controll.patch
	patches.suse/clk-qcom-gcc-sdm845-Do-not-use-shared-clk_ops-for-QU.patch
	patches.suse/clk-thead-Fix-clk-gate-registration-to-pass-flags.patch
	patches.suse/clk-thead-Add-CLK_IGNORE_UNUSED-to-fix-TH1520-boot.patch
	patches.suse/clk-thead-Fix-cpu2vp_clk-for-TH1520-AP_SUBSYS-clocks.patch
	patches.suse/clk-mmp2-call-pm_genpd_init-only-after-genpd.name-is.patch
	patches.suse/clk-sunxi-ng-a100-enable-MMC-clock-reparenting.patch
	patches.suse/clk-clk-loongson2-Fix-the-number-count-of-clk-provid.patch
	patches.suse/ipmi-ipmb-Add-check-devm_kasprintf-returned-value.patch
	patches.suse/ipmi-ssif_bmc-Fix-new-request-loss-when-bmc-ready-fo.patch
	patches.suse/intel_idle-add-Clearwater-Forest-SoC-support.patch
	patches.suse/cpufreq-schedutil-Fix-superfluous-updates-caused-by-need_freq_update.patch
	patches.suse/cpufreq-amd-pstate-Convert-the-amd_pstate_get-set_epp-to-static-calls.patch
	patches.suse/cpufreq-amd-pstate-Move-the-invocation-of-amd_pstate_update_perf.patch
	patches.suse/cpufreq-amd-pstate-Refactor-amd_pstate_epp_reenable-and-amd_pstate_epp_offline.patch
	patches.suse/cpufreq-amd-pstate-Remove-the-cppc_state-check-in-offline-online-functions.patch
	patches.suse/cpufreq-amd-pstate-Merge-amd_pstate_epp_cpu_offline-and-amd_pstate_epp_offline.patch
	patches.suse/cpufreq-amd-pstate-Add-trace-event-for-EPP-perf-updates.patch
	patches.suse/cpufreq-amd-pstate-convert-mutex-use-to-guard.patch
	patches.suse/cpufreq-amd-pstate-Drop-cached-epp_policy-variable.patch
	patches.suse/cpufreq-amd-pstate-Use-FIELD_PREP-and-FIELD_GET-macros.patch
	patches.suse/cpufreq-amd-pstate-Only-update-the-cached-value-in-msr_set_epp-on-success.patch
	patches.suse/cpufreq-amd-pstate-store-all-values-in-cpudata-struct-in-khz.patch
	patches.suse/cpufreq-amd-pstate-Change-amd_pstate_update_perf-to-return-an-int.patch
	patches.suse/cpufreq-amd-pstate-Move-limit-updating-code.patch
	patches.suse/cpufreq-amd-pstate-Cache-EPP-value-and-use-that-everywhere.patch
	patches.suse/cpufreq-amd-pstate-Always-write-EPP-value-when-updating-perf.patch
	patches.suse/cpufreq-amd-pstate-Drop-ret-variable-from-amd_pstate_set_energy_pref_index.patch
	patches.suse/cpufreq-amd-pstate-Drop-boost_state-variable.patch
	patches.suse/cpufreq-amd-pstate-Fix-prefcore-rankings.patch
	patches.suse/cpufreq-amd-pstate-Refactor-max-frequency-calculation.patch
	patches.suse/cpufreq-ACPI-Fix-max-frequency-computation.patch
	patches.suse/cpufreq-fix-using-cpufreq-dt-as-module.patch
	patches.suse/cpufreq-qcom-Fix-qcom_cpufreq_hw_recalc_rate-to-query-LUT-if-LMh-IRQ-is-not-available.patch
	patches.suse/cpufreq-qcom-Implement-clk_ops-determine_rate-for-qcom_cpufreq-clocks.patch
	patches.suse/cpupower-fix-TSC-MHz-calculation.patch
	patches.suse/APEI-GHES-Have-GHES-honor-the-panic-setting.patch
	patches.suse/ACPI-fan-cleanup-resources-in-the-error-path-of-.pro.patch
	patches.suse/HID-wacom-Initialize-brightness-of-LED-trigger.patch
	patches.suse/Revert-HID-multitouch-Add-support-for-lenovo-Y9000P-.patch
	patches.suse/HID-multitouch-fix-support-for-Goodix-PID-0x01e9.patch
	patches.suse/HID-hid-thrustmaster-Fix-warning-in-thrustmaster_pro.patch
	patches.suse/HID-multitouch-Add-quirk-for-Hantick-5288-touchpad.patch
	patches.suse/HID-fix-generic-desktop-D-Pad-controls.patch
	patches.suse/HID-hid-steam-Make-sure-rumble-work-is-canceled-on-r.patch
	patches.suse/HID-hid-asus-Disable-OOBE-mode-on-the-ProArt-P16.patch
	patches.suse/HID-core-Fix-assumption-that-Resolution-Multipliers-.patch
	patches.suse/HID-Wacom-Add-PCI-Wacom-device-support.patch
	patches.suse/Input-xpad-add-support-for-Nacon-Pro-Compact.patch
	patches.suse/Input-bbnsm_pwrkey-add-remove-hook.patch
	patches.suse/Input-xpad-add-support-for-Nacon-Evol-X-Xbox-One-Con.patch
	patches.suse/Input-davinci-keyscan-remove-leftover-header.patch
	patches.suse/Input-xpad-add-QH-Electronics-VID-PID.patch
	patches.suse/Input-xpad-improve-name-of-8BitDo-controller-2dc8-31.patch
	patches.suse/Input-xpad-add-support-for-wooting-two-he-arm.patch
	patches.suse/Input-xpad-add-unofficial-Xbox-360-wireless-receiver.patch
	patches.suse/Input-atkbd-map-F23-key-to-support-default-copilot-s.patch
	patches.suse/Input-synaptics-fix-crash-when-enabling-pass-through.patch
	patches.suse/selftest-media_tests-fix-trivial-UAF-typo.patch
	patches.suse/selftests-timers-clocksource-switch-Adapt-progress-t.patch
	patches.suse/selftests-harness-fix-printing-of-mismatch-values-in.patch
	patches.suse/selftests-ftrace-Fix-to-use-remount-when-testing-mou.patch
	patches.suse/selftests-rseq-Fix-handling-of-glibc-without-rseq-su.patch
	patches.suse/keys-drop-shadowing-dead-prototype.patch
	patches.suse/KEYS-trusted-dcp-fix-improper-sg-use-with-CONFIG_VMA.patch
	patches.suse/samples-landlock-Fix-possible-NULL-dereference-in-pa.patch
	patches.suse/landlock-Handle-weird-files.patch
	patches.suse/selftests-landlock-Fix-build-with-non-default-pthrea.patch
	patches.suse/selftests-landlock-Fix-error-message.patch
	patches.suse/selftests-ktap_helpers-Fix-uninitialized-variable.patch
	patches.suse/bpf-Reject-struct_ops-registration-that-uses-module-.patch
	patches.suse/bpf-Send-signals-asynchronously-if-preemptible.patch
	patches.suse/bpf-tcp-Mark-bpf_load_hdr_opt-arg2-as-read-write.patch
	patches.suse/tools-Sync-if_xdp.h-uapi-tooling-header.patch
	patches.suse/bpf-Free-special-fields-after-unlock-in-htab_lru_map.patch
	patches.suse/bpf-Bail-out-early-in-__htab_map_lookup_and_delete_e.patch
	patches.suse/bpf-Free-element-after-unlock-in-__htab_map_lookup_a.patch
	patches.suse/bpf-Cancel-the-running-bpf_timer-through-kworker-for.patch
	patches.suse/selftests-bpf-Add-test-case-for-the-freeing-of-bpf_t.patch
	patches.suse/xfs-don-t-shut-down-the-filesystem-for-media-failures-beyond-end-of-log.patch
	patches.suse/xfs-libxfs-replace-kmalloc-and-memcpy-with-kmemdup.patch
	patches.suse/xfs-fix-a-double-completion-for-buffers-on-in-memory-targets.patch
	patches.suse/xfs-check-for-dead-buffers-in-xfs_buf_find_insert.patch
	patches.suse/smb-client-fix-oops-due-to-unset-link-speed.patch
	patches.suse/kprobes-Reduce-preempt-disable-scope-in-check_kprobe_access_safe.patch
	patches.suse/ktest.pl-Check-kernelrelease-return-in-get_version.patch
	patches.suse/ktest.pl-Remove-unused-declarations-in-run_bisect_te.patch
	patches.suse/ktest.pl-Fix-typo-in-comment.patch
	patches.suse/ktest.pl-Fix-typo-accesing.patch
	patches.suse/sched_ext-Use-the-NUMA-scheduling-domain-for-NUMA-optimizations.patch
	patches.suse/sched_ext-Use-sizeof_field-for-key_len-in-dsq_hash_params.patch
	patches.suse/sched_ext-Use-str_enabled_disabled-helper-in-update_selcpu_topology.patch
	patches.suse/sched_ext-update-scx_bpf_dsq_insert-doc-for-SCX_DSQ_LOCAL_ON.patch
	patches.suse/tools-features-Don-t-check-for-libunwind-devel-files-by-default.patch
	patches.suse/perf-arm-spe-Prepare-for-adding-data-source-packet-implementations-for-other-cores.patch
	patches.suse/perf-Increase-MAX_NR_CPUS-to-4096.patch
	patches.suse/perf-cpumap-Reduce-transitive-dependencies-on-libperf-MAX_NR_CPUS.patch
	patches.suse/libperf-cpumap-Hide-reduce-scope-of-MAX_NR_CPUS.patch
	patches.suse/libperf-cpumap-Be-tolerant-of-newline-at-the-end-of-a-cpumask.patch
	patches.suse/perf-pmu-Remove-use-of-perf_cpu_map__read.patch
	patches.suse/libperf-cpumap-Remove-use-of-perf_cpu_map__read.patch
	patches.suse/libperf-cpumap-Grow-array-of-read-CPUs-in-smaller-increments.patch
	patches.suse/perf-header-Fix-one-memory-leakage-in-process_bpf_btf.patch
	patches.suse/perf-header-Fix-one-memory-leakage-in-process_bpf_prog_inf.patch
	patches.suse/perf-bpf-Fix-two-memory-leakages-when-calling-perf_env__in.patch
	patches.suse/tools-build-Remove-the-libunwind-feature-tests-from-the-ones-detected-when-test-all.o-builds.patch
	patches.suse/perf-expr-Initialize-is_test-value-in-expr__ctx_new.patch
	patches.suse/perf-tools-Add-aux_start_paused-aux_pause-and-aux_resume.patch
	patches.suse/perf-tools-Add-aux-action-config-term.patch
	patches.suse/perf-tools-Parse-aux-action.patch
	patches.suse/perf-tools-Add-missing_features-for-aux_start_paused-aux_pause-aux_resume.patch
	patches.suse/perf-intel-pt-Improve-man-page-format.patch
	patches.suse/perf-intel-pt-Add-documentation-for-pause-resume.patch
	patches.suse/perf-intel-pt-Add-a-test-for-pause-resume.patch
	patches.suse/perf-stat-Fix-trailing-comma-when-there-is-no-metric-unit.patch
	patches.suse/perf-top-Don-t-complain-about-lack-of-vmlinux-when-not-res.patch
	patches.suse/perf-maps-Fix-display-of-kernel-symbols.patch
	patches.suse/perf-machine-Don-t-ignore-_etext-when-not-a-text-symbol.patch
	patches.suse/perf-namespaces-Introduce-nsinfo__set_in_pidns.patch
	patches.suse/perf-namespaces-Fixup-the-nsinfo__in_pidns-return-type-its.patch
	patches.suse/perf-symbol-Prefer-non-label-symbols-with-same-address.patch
	patches.suse/perf-MANIFEST-Add-arch-include-uapi-asm-bpf_perf_event.h-t.patch
	patches.suse/perf-report-Fix-misleading-help-message-about-demangle.patch
	patches.suse/perf-test-stat-Avoid-hybrid-assumption-when-virtualized.patch
	patches.suse/perf-inject-Fix-use-without-initialization-of-local-variab.patch
	patches.suse/perf-test-record-probe_libc_inet_pton-Make-test-resilient.patch
	patches.suse/perf-tools-Expose-quiet-verbose-variables-in-Makefile.perf.patch
	patches.suse/perf-test-Fix-parallel-sequential-option-documentation.patch
	patches.suse/perf-lock-Fix-parse_lock_type-which-only-retrieve-one-lock.patch
	patches.suse/perf-lock-Add-percpu-rwsem-for-type-filter.patch
	patches.suse/perf-bench-Fix-undefined-behavior-in-cmpworker.patch
	patches.suse/x86-sev-Avoid-WARN-s-and-panic-s-in-early-boot-code.patch
	patches.suse/x86-boot-Disable-UBSAN-in-early-boot-code.patch
	patches.suse/x86-sev-Disable-UBSAN-on-SEV-code-that-may-execute-v.patch
	patches.suse/x86-sev-Don-t-hang-but-terminate-on-failure-to-remap.patch
	patches.suse/x86-sev-Disable-ftrace-branch-profiling-in-SEV-start.patch
	patches.suse/x86-tdx-Disable-unnecessary-virtualization-exception.patch
	patches.suse/x86-tdx-Dump-attributes-and-TD_CTLS-on-boot.patch
	patches.suse/x86-virt-tdx-Rename-struct-tdx_tdmr_sysinfo-to-refle.patch
	patches.suse/x86-virt-tdx-Start-to-track-all-global-metadata-in-o.patch
	patches.suse/x86-virt-tdx-Use-auto-generated-code-to-read-global-.patch
	patches.suse/x86-virt-tdx-Use-dedicated-struct-members-for-PAMT-e.patch
	patches.suse/x86-virt-tdx-Switch-to-use-auto-generated-global-met.patch
	patches.suse/x86-virt-tdx-Require-the-module-to-assert-it-has-the.patch
	patches.suse/platform-mellanox-mlxbf-pmc-incorrect-type-in-assign.patch
	patches.suse/platform-x86-x86-android-tablets-make-platform-data-.patch
	patches.suse/platform-x86-serdev_helpers-Check-for-serial_ctrl_ui.patch
	patches.suse/platform-x86-int3472-Check-for-adev-NULL.patch
	patches.suse/platform-x86-acer-wmi-Add-support-for-Acer-PH14-51.patch
	patches.suse/platform-x86-acer-wmi-Add-support-for-Acer-Predator-.patch
	patches.suse/Input-allocate-keycode-for-phone-linking.patch
	patches.suse/platform-x86-acer-wmi-add-support-for-Acer-Nitro-AN5.patch
	patches.suse/platform-x86-acer-wmi-Ignore-AC-events.patch
	patches.suse/iommu-arm-smmu-Make-instance-lookup-robust
	patches.suse/iommu-arm-smmu-v3-Clean-up-more-on-probe-failure
	patches.suse/iommu-Manage-driver-probe-deferral-better
	patches.suse/pinctrl-nomadik-Add-check-for-clk_enable.patch
	patches.suse/pinctrl-samsung-Fix-irq-handling-if-an-error-occurs-.patch
	patches.suse/pinctrl-samsung-fix-fwnode-refcount-cleanup-if-platf.patch
	patches.suse/pinctrl-stm32-Add-check-for-clk_enable.patch
	patches.suse/pinctrl-amd-Take-suspend-type-into-consideration-whi.patch
	patches.suse/pinctrl-renesas-rzg2l-Fix-PFC_MASK-for-RZ-V2H-and-RZ.patch
	patches.suse/tpm-Change-to-kvalloc-in-eventlog-acpi.c.patch
	patches.suse/crypto-tegra-do-not-transfer-req-when-tegra-init-fai.patch
	patches.suse/crypto-api-Fix-boot-up-self-test-race.patch
	patches.suse/crypto-caam-use-JobR-s-space-to-access-page-0-regs.patch
	patches.suse/crypto-qce-fix-goto-jump-in-error-path.patch
	patches.suse/crypto-qce-unregister-previously-registered-algos-in.patch
	patches.suse/crypto-qce-fix-priority-to-be-less-than-ARMv8-CE.patch
	patches.suse/rhashtable-Fix-potential-deadlock-by-moving-schedule.patch
	patches.suse/crypto-hisilicon-sec2-fix-for-aead-icv-error.patch
	patches.suse/crypto-hisilicon-sec2-fix-for-aead-invalid-authsize.patch
	patches.suse/crypto-ixp4xx-fix-OF-node-reference-leaks-in-init_ix.patch
	patches.suse/crypto-iaa-Fix-IAA-disabling-that-occurs-when-sync_m.patch
	patches.suse/padata-fix-sysfs-store-callback-check.patch
	patches.suse/padata-add-pd-get-put-refcnt-helper.patch
	patches.suse/padata-fix-UAF-in-padata_reorder.patch
	patches.suse/padata-avoid-UAF-for-reorder_work.patch
	patches.suse/rhashtable-Fix-rhashtable_try_insert-test.patch
	patches.suse/ALSA-seq-Make-dependency-on-UMP-clearer.patch
	patches.suse/ALSA-hda-Fix-compilation-of-snd_hdac_adsp_xxx-helper.patch
	patches.suse/ALSA-hda-Add-AZX_DCAPS_NO_TCSEL-flag-for-Loongson-HD.patch
	patches.suse/ALSA-hda-Support-for-Ideapad-hotkey-mute-LEDs.patch
	patches.suse/ALSA-hda-realtek-Enable-headset-mic-on-Positivo-C640.patch
	patches.suse/ALSA-usb-audio-Add-delay-quirk-for-USB-Audio-Device.patch
	patches.suse/ALSA-hda-realtek-Fixed-headphone-distorted-sound-on-.patch
	patches.suse/ASoC-Intel-sof_sdw-Fix-DMI-match-for-Lenovo-83LC.patch
	patches.suse/ASoC-Intel-sof_sdw-Fix-DMI-match-for-Lenovo-83JX-83M.patch
	patches.suse/ASoC-SOF-Intel-hda-dai-Ensure-DAI-widget-is-valid-du.patch
	patches.suse/ASoC-cs40l50-Use-y-for-Makefile.patch
	patches.suse/ASoC-mediatek-mt8365-Use-y-for-Makefile.patch
	patches.suse/ASoC-wcd937x-Use-y-for-Makefile.patch
	patches.suse/ASoC-Intel-sof_sdw-correct-mach_params-dmic_num.patch
	patches.suse/ASoC-Intel-sof_sdw-Correct-quirk-for-Lenovo-Yoga-Sli.patch
	patches.suse/ASoC-sun4i-spdif-Add-clock-multiplier-settings.patch
	patches.suse/ASoC-fsl_utils-Add-function-to-constrain-rates.patch
	patches.suse/ASoC-fsl_sai-Add-sample-rate-constraint.patch
	patches.suse/ASoC-soc-pcm-don-t-use-soc_pcm_ret-on-.prepare-callb.patch
	patches.suse/ASoC-Intel-avs-Do-not-readq-u32-registers.patch
	patches.suse/ASoC-Intel-avs-Fix-the-minimum-firmware-version-numb.patch
	patches.suse/ASoC-Intel-avs-Fix-theoretical-infinite-loop.patch
	patches.suse/ASoC-Intel-avs-Fix-init-config-parsing.patch
	patches.suse/ASoC-amd-Add-ACPI-dependency-to-fix-build-error.patch
	patches.suse/ALSA-hda-realtek-Enable-Mute-LED-on-HP-Laptop-14s-fq.patch
	patches.suse/fbdev-omapfb-Fix-an-OF-node-leak-in-dss_of_port_get_.patch
	patches.suse/fbdev-omap-use-threaded-IRQ-for-LCD-DMA.patch
	patches.suse/iommufd-iova_bitmap-Fix-shift-out-of-bounds-in-iova_bitmap_offset_to_index.patch
	patches.suse/iommufd-fault-Destroy-response-and-mutex-in-iommufd_.patch
	patches.suse/iommufd-Fix-struct-iommu_hwpt_pgfault-init-and-paddi.patch
	patches.suse/RDMA-mlx4-Avoid-false-error-about-access-to-uninitia.patch
	patches.suse/RDMA-mlx4-Use-ib_umem_find_best_pgsz-to-calculate-MT.patch
	patches.suse/RDMA-mlx4-Use-DMA-iterator-to-write-MTT.patch
	patches.suse/RDMA-mlx5-Extend-ODP-statistics-with-operation-count.patch
	patches.suse/rdma-cxgb4-Prevent-potential-integer-overflow-on-32b.patch
	patches.suse/RDMA-bnxt_re-Remove-extra-new-line-in-bnxt_re_netdev.patch
	patches.suse/RDMA-bnxt_re-Remove-unnecessary-goto-in-bnxt_re_netd.patch
	patches.suse/RDMA-bnxt_re-Optimize-error-handling-in-bnxt_re_prob.patch
	patches.suse/RDMA-bnxt_re-Eliminate-need-for-some-forward-declara.patch
	patches.suse/RDMA-bnxt_re-Remove-unnecessary-header-file-inclusio.patch
	patches.suse/IB-hfi1-Remove-unused-hfi1_format_hwerrors.patch
	patches.suse/RDMA-rxe-Fix-mismatched-max_msg_sz.patch
	patches.suse/RDMA-srp-Fix-error-handling-in-srp_add_port.patch
	patches.suse/RDMA-irdma-Remove-unused-irdma_cqp_-_fpm_val_cmd-fun.patch
	patches.suse/RDMA-core-Remove-unused-ib_ud_header_unpack.patch
	patches.suse/RDMA-core-Remove-unused-ib_find_exact_cached_pkey.patch
	patches.suse/RDMA-core-Remove-unused-ibdev_printk.patch
	patches.suse/RDMA-core-Remove-unused-ib_copy_path_rec_from_user.patch
	patches.suse/RDMA-core-Add-ib_query_netdev_port-to-query-netdev-p.patch
	patches.suse/RDMA-core-Support-link-status-events-dispatching.patch
	patches.suse/RDMA-bnxt_re-Remove-deliver-net-device-event.patch
	patches.suse/RDMA-irdma-Remove-deliver-net-device-event.patch
	patches.suse/RDMA-rxe-Remove-deliver-net-device-event.patch
	patches.suse/RDMA-siw-Remove-deliver-net-device-event.patch
	patches.suse/RDMA-usnic-Support-report_port_event-ops.patch
	patches.suse/RDMA-mlx4-Support-report_port_event-ops.patch
	patches.suse/RDMA-pvrdma-Support-report_port_event-ops.patch
	patches.suse/RDMA-mlx5-Handle-link-status-event-only-for-LAG-devi.patch
	patches.suse/RDMA-hns-Support-fast-path-for-link-down-events-disp.patch
	patches.suse/RDMA-efa-Reset-device-on-probe-failure.patch
	patches.suse/RDMA-mlx5-Fix-link-status-down-event-for-MPV.patch
	patches.suse/RDMA-bnxt_re-Fix-to-drop-reference-to-the-mmap-entry.patch
	patches.suse/RDMA-efa-Align-interrupt-related-fields-to-same-type.patch
	patches.suse/RDMA-rtrs-Add-missing-deinit-call.patch
	patches.suse/RDMA-hns-Clean-up-the-legacy-CONFIG_INFINIBAND_HNS.patch
	patches.suse/RDMA-mlx5-Fix-indirect-mkey-ODP-page-count.patch
	patches.suse/bnxt_en-Add-ULP-call-to-notify-async-events.patch
	patches.suse/RDMA-bnxt_re-Add-Async-event-handling-support.patch
	patches.suse/RDMA-bnxt_re-Query-firmware-defaults-of-CC-params-du.patch
	patches.suse/RDMA-bnxt_re-Add-support-to-handle-DCB_CONFIG_CHANGE.patch
	patches.suse/RDMA-bnxt_re-Pass-the-context-for-ulp_irq_stop.patch
	patches.suse/RDMA-bnxt_re-Allocate-dev_attr-information-dynamical.patch
	patches.suse/RDMA-cxgb4-Notify-rdma-stack-for-IB_EVENT_QP_LAST_WQ.patch
	patches.suse/RDMA-rxe-Fix-the-warning-__rxe_cleanup-0x12c-0x170-r.patch
	patches.suse/RDMA-hfi1-Constify-struct-bin_attribute.patch
	patches.suse/RDMA-mlx5-Fix-a-race-for-an-ODP-MR-which-leads-to-CQ.patch
	patches.suse/RDMA-mlx5-Fix-implicit-ODP-use-after-free.patch
	patches.suse/soc-atmel-fix-device_node-release-in-atmel_soc_devic.patch
	patches.suse/arm64-dts-allwinner-a64-explicitly-assign-clock-parent-for-TCON0.patch
	patches.suse/arm64-tegra-Fix-DMA-ID-for-SPI2.patch
	patches.suse/arm64-tegra-Fix-typo-in-Tegra234-dce-fabric-compatible.patch
	patches.suse/arm64-tegra-Disable-Tegra234-sce-fabric-node.patch
	patches.suse/arm64-tegra-Fix-Tegra234-PCIe-interrupt-map.patch
	patches.suse/arm64-dts-rockchip-Fix-sdmmc-access-on-rk3308-rock-s0-v1.1-boards.patch
	patches.suse/arm64-dts-rockchip-Fix-PCIe3-handling-for-Edgeble-6TOPS-Modules.patch
	patches.suse/arm64-dts-rockchip-fix-num-channels-property-of-wolfvision-pf5-mic.patch
	patches.suse/arm64-dts-rockchip-increase-gmac-rx_delay-on-rk3399-puma.patch
	patches.suse/arm64-dts-marvell-cn9131-cf-solidwan-fix-cp1-comphy-links.patch
	patches.suse/memory-tegra20-emc-fix-an-OF-node-reference-bug-in-t.patch
	patches.suse/soc-imx-Add-SoC-device-register-for-i.MX9.patch
	patches.suse/soc-mediatek-mtk-devapc-Fix-leaking-IO-map-on-error-.patch
	patches.suse/soc-mediatek-mtk-devapc-Fix-leaking-IO-map-on-driver.patch
	patches.suse/soc-tegra-fuse-Update-Tegra234-nvmem-keepout-list.patch
	patches.suse/soc-qcom-llcc-Enable-LLCC_WRCACHE-at-boot-on-X1.patch
	patches.suse/soc-qcom-smem_state-fix-missing-of_node_put-in-error.patch
	patches.suse/soc-qcom-socinfo-Avoid-out-of-bounds-read-of-serial-.patch
	patches.suse/firmware-qcom-scm-Fix-missing-read-barrier-in-qcom_s.patch
	patches.suse/firmware-qcom-scm-Fix-missing-read-barrier-in-qcom_s-b628510.patch
	patches.suse/firmware-qcom-scm-Cleanup-global-__scm-on-probe-fail.patch
	patches.suse/firmware-qcom-scm-smc-Handle-missing-SCM-device.patch
	patches.suse/soc-samsung-exynos-pmu-Fix-uninitialized-ret-in-tens.patch
	patches.suse/of-Fix-of_find_node_opts_by_path-handling-of-alias-p.patch
	patches.suse/of-Correct-child-specifier-used-as-input-of-the-2nd-.patch
	patches.suse/of-property-Avoiding-using-uninitialized-variable-im.patch
	patches.suse/of-reserved-memory-Fix-using-wrong-number-of-cells-t.patch
	patches.suse/of-reserved-memory-Do-not-make-kmemleak-ignore-freed.patch
	patches.suse/of-fdt-Restore-possibility-to-use-both-ACPI-and-FDT-.patch
	patches.suse/of-address-Fix-empty-resource-handling-in-__of_addre.patch
	patches.suse/efi-libstub-Bump-up-EFI_MMAP_NR_SLACK_SLOTS-to-32.patch
	patches.suse/efi-sysfb_efi-fix-W-1-warnings-when-EFI-is-not-set.patch
	patches.suse/efi-libstub-Use-std-gnu11-to-fix-build-with-GCC-15.patch
	patches.suse/x86-efi-skip-memattr-table-on-kexec-boot.patch
	patches.suse/i3c-dw-Fix-use-after-free-in-dw_i3c_master-driver-du.patch
	patches.suse/i3c-mipi-i3c-hci-Add-Intel-specific-quirk-to-ring-re.patch
	patches.suse/i3c-mipi-i3c-hci-Add-support-for-MIPI-I3C-HCI-on-PCI.patch
	patches.suse/i3c-master-Fix-missing-ret-assignment-in-set_speed.patch
	patches.suse/mailbox-tegra-hsp-Clear-mailbox-before-using-message.patch
	patches.suse/mailbox-zynqmp-Remove-invalid-__percpu-annotation-in.patch
	patches.suse/spi-omap2-mcspi-Correctly-handle-devm_clk_get_option.patch
	patches.suse/msft-hv-3140-hyperv-Move-hv_connection_id-to-hyperv-tlfs.h.patch
	patches.suse/msft-hv-3141-hyperv-Clean-up-unnecessary-includes.patch
	patches.suse/msft-hv-3142-hyperv-Add-new-Hyper-V-headers-in-include-hyperv.patch
	patches.suse/msft-hv-3143-hyperv-Switch-from-hyperv-tlfs.h-to-hyperv-hvhdk.h.patch
	patches.suse/msft-hv-3144-hyperv-Remove-the-now-unused-hyperv-tlfs.h-files.patch
	patches.suse/msft-hv-3145-x86-hyperv-Don-t-assume-cpu_possible_mask-is-dense.patch
	patches.suse/msft-hv-3146-Drivers-hv-Don-t-assume-cpu_possible_mask-is-dense.patch
	patches.suse/msft-hv-3147-iommu-hyper-v-Don-t-assume-cpu_possible_mask-is-dens.patch
	patches.suse/msft-hv-3148-uio_hv_generic-Add-a-check-for-HV_NIC-for-send-recei.patch
	patches.suse/msft-hv-3149-Drivers-hv-vmbus-Wait-for-boot-time-offers-during-bo.patch
	patches.suse/msft-hv-3150-Drivers-hv-vmbus-Log-on-missing-offers-if-any.patch
	patches.suse/msft-hv-3151-hv_balloon-Fallback-to-generic_online_page-for-non-H.patch
	patches.suse/msft-hv-3152-hyperv-Enable-the-hypercall-output-page-for-the-VTL-.patch
	patches.suse/msft-hv-3153-hyperv-Do-not-overlap-the-hvcall-IO-areas-in-get_vtl.patch
	patches.suse/msft-hv-3154-hyperv-Do-not-overlap-the-hvcall-IO-areas-in-hv_vtl_.patch
	patches.suse/KVM-Open-code-kvm_set_memory_region-into-its-sole-ca.patch
	patches.suse/KVM-Assert-slots_lock-is-held-when-setting-memory-re.patch
	patches.suse/KVM-Add-a-dedicated-API-for-setting-KVM-internal-mem.patch
	patches.suse/KVM-x86-Drop-double-underscores-from-__kvm_set_memor.patch
	patches.suse/KVM-Disallow-all-flags-for-KVM-internal-memslots.patch
	patches.suse/KVM-Explicitly-verify-target-vCPU-is-online-in-kvm_g.patch
	patches.suse/KVM-Grab-vcpu-mutex-across-installing-the-vCPU-s-fd-.patch
	patches.suse/Revert-KVM-Fix-vcpu_array-0-races.patch
	patches.suse/KVM-Don-t-BUG-the-kernel-if-xa_insert-fails-with-EBU.patch
	patches.suse/KVM-Drop-hack-that-manually-informs-lockdep-of-kvm-l.patch
	patches.suse/KVM-x86-add-comment-to-kvm_mmu_do_page_fault.patch
	patches.suse/KVM-SVM-Macrofy-SEV-n-versions-of-sev_xxx_guest.patch
	patches.suse/KVM-SVM-Remove-redundant-TLB-flush-on-guest-CR4.PGE-.patch
	patches.suse/KVM-SVM-Use-str_enabled_disabled-helper-in-sev_hardw.patch
	patches.suse/KVM-SVM-Use-str_enabled_disabled-helper-in-svm_hardw.patch
	patches.suse/KVM-x86-Plumb-in-the-vCPU-to-kvm_x86_ops.hwapic_isr_.patch
	patches.suse/KVM-nVMX-Defer-SVI-update-to-vmcs01-on-EOI-when-L2-i-04bc93cf49d1.patch
	patches.suse/KVM-VMX-Allow-toggling-bits-in-MSR_IA32_RTIT_CTL-whe.patch
	patches.suse/KVM-nVMX-Explicitly-update-vPPR-on-successful-nested.patch
	patches.suse/KVM-nVMX-Check-for-pending-INIT-SIPI-after-entering-.patch
	patches.suse/KVM-nVMX-Drop-manual-vmcs01.GUEST_INTERRUPT_STATUS.R.patch
	patches.suse/KVM-nVMX-Use-vmcs01-s-controls-shadow-to-check-for-I.patch
	patches.suse/KVM-nVMX-Honor-event-priority-when-emulating-PI-deli.patch
	patches.suse/KVM-x86-Remove-hwapic_irr_update-from-kvm_x86_ops.patch
	patches.suse/KVM-VMX-Reinstate-__exit-attribute-for-vmx_exit.patch
	patches.suse/KVM-VMX-Fix-comment-of-handle_vmx_instruction.patch
	patches.suse/KVM-VMX-refactor-PML-terminology.patch
	patches.suse/KVM-VMX-read-the-PML-log-in-the-same-order-as-it-was.patch
	patches.suse/KVM-x86-Use-feature_bit-to-clear-CONSTANT_TSC-when-e.patch
	patches.suse/KVM-x86-Limit-use-of-F-and-SF-to-kvm_cpu_cap_-mask-i.patch
	patches.suse/KVM-x86-Do-all-post-set-CPUID-processing-during-vCPU.patch
	patches.suse/KVM-x86-Explicitly-do-runtime-CPUID-updates-after-in.patch
	patches.suse/KVM-x86-Account-for-KVM-reserved-CR4-bits-when-passi.patch
	patches.suse/KVM-x86-Move-__kvm_is_valid_cr4-definition-to-x86.h.patch
	patches.suse/KVM-x86-pmu-Drop-now-redundant-refresh-during-init.patch
	patches.suse/KVM-x86-Drop-now-redundant-MAXPHYADDR-and-GPA-rsvd-b.patch
	patches.suse/KVM-x86-Disallow-KVM_CAP_X86_DISABLE_EXITS-after-vCP.patch
	patches.suse/KVM-x86-Reject-disabling-of-MWAIT-HLT-interception-w.patch
	patches.suse/KVM-x86-Zero-out-PV-features-cache-when-the-CPUID-le.patch
	patches.suse/KVM-x86-Don-t-update-PV-features-caches-when-enablin.patch
	patches.suse/KVM-x86-Do-reverse-CPUID-sanity-checks-in-__feature_.patch
	patches.suse/KVM-x86-Account-for-max-supported-CPUID-leaf-when-ge.patch
	patches.suse/KVM-x86-Unpack-F-CPUID-feature-flag-macros-to-one-fl.patch
	patches.suse/KVM-x86-Rename-kvm_cpu_cap_mask-to-kvm_cpu_cap_init.patch
	patches.suse/KVM-x86-Add-a-macro-to-init-CPUID-features-that-are-.patch
	patches.suse/KVM-x86-Add-a-macro-to-precisely-handle-aliased-0x1..patch
	patches.suse/KVM-x86-Handle-kernel-and-KVM-defined-CPUID-words-in.patch
	patches.suse/KVM-x86-undef-SPEC_CTRL_SSBD-in-cpuid.c-to-avoid-mac.patch
	patches.suse/KVM-x86-Harden-CPU-capabilities-processing-against-o.patch
	patches.suse/KVM-x86-Add-a-macro-to-init-CPUID-features-that-igno.patch
	patches.suse/KVM-x86-Add-a-macro-to-init-CPUID-features-that-KVM-.patch
	patches.suse/KVM-x86-Swap-incoming-guest-CPUID-into-vCPU-before-m.patch
	patches.suse/KVM-x86-Clear-PV_UNHALT-for-HLT-exiting-only-when-us.patch
	patches.suse/KVM-x86-Remove-unnecessary-caching-of-KVM-s-PV-CPUID.patch
	patches.suse/KVM-x86-Always-operate-on-kvm_vcpu-data-in-cpuid_ent.patch
	patches.suse/KVM-x86-Move-kvm_find_cpuid_entry-_index-up-near-cpu.patch
	patches.suse/KVM-x86-Remove-all-direct-usage-of-cpuid_entry2_find.patch
	patches.suse/KVM-x86-Advertise-TSC_DEADLINE_TIMER-in-KVM_GET_SUPP.patch
	patches.suse/KVM-x86-Advertise-HYPERVISOR-in-KVM_GET_SUPPORTED_CP.patch
	patches.suse/KVM-x86-Rename-governed-features-helpers-to-use-gues.patch
	patches.suse/KVM-x86-Replace-guts-of-governed-features-with-compr.patch
	patches.suse/KVM-x86-Initialize-guest-cpu_caps-based-on-guest-CPU.patch
	patches.suse/KVM-x86-Extract-code-for-generating-per-entry-emulat.patch
	patches.suse/KVM-x86-Treat-MONTIOR-MWAIT-as-a-partially-emulated-.patch
	patches.suse/KVM-x86-Initialize-guest-cpu_caps-based-on-KVM-suppo.patch
	patches.suse/KVM-x86-Avoid-double-CPUID-lookup-when-updating-MWAI.patch
	patches.suse/KVM-x86-Drop-unnecessary-check-that-cpuid_entry2_fin.patch
	patches.suse/KVM-x86-Update-OS-XSAVE-PKE-bits-in-guest-CPUID-irre.patch
	patches.suse/KVM-x86-Update-guest-cpu_caps-at-runtime-for-dynamic.patch
	patches.suse/KVM-x86-Shuffle-code-to-prepare-for-dropping-guest_c.patch
	patches.suse/KVM-x86-Replace-almost-all-guest-CPUID-feature-queri.patch
	patches.suse/KVM-x86-Drop-superfluous-host-XSAVE-check-when-adjus.patch
	patches.suse/KVM-x86-Add-a-macro-for-features-that-are-synthesize.patch
	patches.suse/KVM-x86-Pull-CPUID-capabilities-from-boot_cpu_data-o.patch
	patches.suse/KVM-x86-Rename-SF-macro-to-SCATTERED_F.patch
	patches.suse/KVM-x86-Explicitly-track-feature-flags-that-require-.patch
	patches.suse/KVM-x86-Explicitly-track-feature-flags-that-are-enab.patch
	patches.suse/KVM-x86-Use-only-local-variables-no-bitmask-to-init-.patch
	patches.suse/KVM-x86-Add-function-for-vectoring-error-generation.patch
	patches.suse/KVM-x86-Add-emulation-status-for-unhandleable-except.patch
	patches.suse/KVM-x86-Try-to-unprotect-and-retry-on-unhandleable-e.patch
	patches.suse/KVM-VMX-Handle-event-vectoring-error-in-check_emulat.patch
	patches.suse/KVM-SVM-Handle-event-vectoring-error-in-check_emulat.patch
	patches.suse/KVM-x86-Add-interrupt-injection-information-to-the-k.patch
	patches.suse/KVM-x86-Add-information-about-pending-requests-to-kv.patch
	patches.suse/KVM-x86-Use-LVT_TIMER-instead-of-an-open-coded-liter.patch
	patches.suse/KVM-x86-Avoid-double-RDPKRU-when-loading-host-guest-.patch
	patches.suse/RISC-V-KVM-Add-SBI-system-suspend-support.patch
	patches.suse/KVM-x86-clear-vcpu-run-hypercall.ret-before-exiting-.patch
	patches.suse/KVM-x86-Add-a-helper-to-check-for-user-interception-.patch
	patches.suse/KVM-x86-Move-emulate-hypercall-function-declarations.patch
	patches.suse/KVM-x86-Bump-hypercall-stat-prior-to-fully-completin.patch
	patches.suse/KVM-x86-Always-complete-hypercall-via-function-callb.patch
	patches.suse/KVM-x86-Refactor-__kvm_emulate_hypercall-into-a-macr.patch
	patches.suse/KVM-guest_memfd-Remove-RCU-protected-attribute-from-.patch
	patches.suse/KVM-x86-mmu-Zap-invalid-roots-with-mmu_lock-holding-.patch
	patches.suse/KVM-Add-member-to-struct-kvm_gfn_range-to-indicate-p.patch
	patches.suse/KVM-x86-Add-a-VM-type-define-for-TDX.patch
	patches.suse/KVM-x86-mmu-Add-an-external-pointer-to-struct-kvm_mm.patch
	patches.suse/KVM-x86-mmu-Add-an-is_mirror-member-for-union-kvm_mm.patch
	patches.suse/KVM-x86-mmu-Make-kvm_tdp_mmu_alloc_root-return-void.patch
	patches.suse/KVM-x86-tdp_mmu-Take-struct-kvm-in-iter-loops.patch
	patches.suse/KVM-x86-mmu-Support-GFN-direct-bits.patch
	patches.suse/KVM-x86-tdp_mmu-Extract-root-invalid-check-from-tdx_.patch
	patches.suse/KVM-x86-tdp_mmu-Introduce-KVM-MMU-root-types-to-spec.patch
	patches.suse/KVM-x86-tdp_mmu-Take-root-in-tdp_mmu_for_each_pte.patch
	patches.suse/KVM-x86-tdp_mmu-Support-mirror-root-for-TDP-MMU.patch
	patches.suse/KVM-x86-tdp_mmu-Propagate-attr_filter-to-MMU-notifie.patch
	patches.suse/KVM-x86-tdp_mmu-Propagate-building-mirror-page-table.patch
	patches.suse/KVM-x86-tdp_mmu-Propagate-tearing-down-mirror-page-t.patch
	patches.suse/KVM-x86-tdp_mmu-Take-root-types-for-kvm_tdp_mmu_inva.patch
	patches.suse/KVM-x86-tdp_mmu-Don-t-zap-valid-mirror-roots-in-kvm_.patch
	patches.suse/KVM-x86-mmu-Prevent-aliased-memslot-GFNs.patch
	patches.suse/KVM-x86-mmu-Return-RET_PF-instead-of-1-in-kvm_mmu_pa.patch
	patches.suse/kvm-defer-huge-page-recovery-vhost-task-to-later.patch
	patches.suse/media-imx-jpeg-Fix-potential-error-pointer-dereferen.patch
	patches.suse/media-cxd2841er-fix-64-bit-division-on-gcc-9.patch
	patches.suse/media-rkisp1-Fix-unused-value-issue.patch
	patches.suse/media-rc-iguanair-handle-timeouts.patch
	patches.suse/media-lmedm04-Handle-errors-for-lme2510_int_read.patch
	patches.suse/media-stm32-dcmipp-correct-dma_set_mask_and_coherent.patch
	patches.suse/media-marvell-Add-check-for-clk_enable.patch
	patches.suse/media-ccs-Fix-CCS-static-data-parsing-for-large-bloc.patch
	patches.suse/media-ccs-Clean-up-parsed-CCS-static-data-on-parse-f.patch
	patches.suse/media-i2c-imx290-Register-0x3011-varies-between-imx3.patch
	patches.suse/media-i2c-imx412-Add-missing-newline-to-prints.patch
	patches.suse/media-imx296-Add-standby-delay-during-probe.patch
	patches.suse/media-ccs-Fix-cleanup-order-in-ccs_probe.patch
	patches.suse/media-intel-ipu6-remove-cpu-latency-qos-request-on-e.patch
	patches.suse/media-i2c-ov9282-Correct-the-exposure-offset.patch
	patches.suse/media-i2c-ds90ub9x3-Fix-extra-fwnode_handle_put.patch
	patches.suse/media-i2c-ds90ub960-Fix-UB9702-refclk-register-acces.patch
	patches.suse/media-i2c-ds90ub960-Fix-use-of-non-existing-register.patch
	patches.suse/media-i2c-ds90ub960-Fix-logging-SP-EQ-status-only-fo.patch
	patches.suse/media-i2c-ds90ub960-Fix-UB9702-VC-map.patch
	patches.suse/media-i2c-ds90ub913-Add-error-handling-to-ub913_hw_i.patch
	patches.suse/media-i2c-ds90ub953-Add-error-handling-for-i2c-reads.patch
	patches.suse/media-mc-fix-endpoint-iteration.patch
	patches.suse/media-ov5640-fix-get_light_freq-on-auto.patch
	patches.suse/media-bcm2835-unicam-Disable-trigger-mode-operation.patch
	patches.suse/media-mipi-csis-Add-check-for-clk_enable.patch
	patches.suse/media-camif-core-Add-check-for-clk_enable.patch
	patches.suse/staging-media-max96712-fix-kernel-oops-when-removing.patch
	patches.suse/media-uvcvideo-Fix-crash-during-unbind-if-gpio-unit-.patch
	patches.suse/media-uvcvideo-Fix-double-free-in-error-path.patch
	patches.suse/media-uvcvideo-Fix-deadlock-during-uvc_probe.patch
	patches.suse/media-uvcvideo-Fix-event-flags-in-uvc_ctrl_send_even.patch
	patches.suse/media-uvcvideo-Support-partial-control-reads.patch
	patches.suse/media-uvcvideo-Only-save-async-fh-if-success.patch
	patches.suse/media-uvcvideo-Remove-redundant-NULL-assignment.patch
	patches.suse/media-uvcvideo-Remove-dangling-pointers.patch
	patches.suse/media-uvcvideo-Propagate-buf-error-to-userspace.patch
	patches.suse/media-uvcvideo-Implement-dual-stream-quirk-to-fix-lo.patch
	patches.suse/media-uvcvideo-Add-new-quirk-definition-for-the-Soni.patch
	patches.suse/media-uvcvideo-Add-Kurokesu-C1-PRO-camera.patch
	patches.suse/media-nxp-imx8-isi-fix-v4l2-compliance-test-errors.patch
	patches.suse/media-mmp-Bring-back-registration-of-the-device.patch
	patches.suse/media-vidtv-Fix-a-null-ptr-deref-in-vidtv_mux_stop_t.patch
	patches.suse/staging-media-imx-fix-OF-node-leak-in-imx_media_add_.patch
	patches.suse/media-dvb-usb-v2-af9035-fix-ISO-C90-compilation-erro.patch
	patches.suse/media-nuvoton-Fix-an-error-check-in-npcm_video_ece_i.patch
	patches.suse/PCI-ASPM-Save-parent-L1SS-config-in-pci_save_aspm_l1.patch
	patches.suse/PCI-DPC-Quirk-PIO-log-size-for-Intel-Raptor-Lake-P.patch
	patches.suse/PCI-Avoid-putting-some-root-ports-into-D3-on-TUXEDO-.patch
	patches.suse/PCI-switchtec-Add-Microchip-PCI100X-device-IDs.patch
	patches.suse/PCI-endpoint-Destroy-the-EPC-device-in-devm_pci_epc_.patch
	patches.suse/PCI-endpoint-Finish-virtual-EP-removal-in-pci_epf_re.patch
	patches.suse/PCI-dwc-ep-Write-BAR_MASK-before-iATU-registers-in-p.patch
	patches.suse/PCI-dwc-ep-Prevent-changing-BAR-size-flags-in-pci_ep.patch
	patches.suse/PCI-endpoint-pci-epf-test-Set-dma_chan_rx-pointer-to.patch
	patches.suse/PCI-endpoint-pci-epf-test-Fix-check-for-DMA-MEMCPY-t.patch
	patches.suse/PCI-qcom-Update-ICC-and-OPP-values-after-Link-Up-eve.patch
	patches.suse/PCI-dwc-Always-stop-link-in-the-dw_pcie_suspend_noir.patch
	patches.suse/PCI-imx6-Configure-PHY-based-on-Root-Complex-or-Endp.patch
	patches.suse/PCI-imx6-Skip-controller_id-generation-logic-for-i.M.patch
	patches.suse/PCI-imx6-Deassert-apps_reset-in-imx_pcie_deassert_co.patch
	patches.suse/PCI-imx6-Add-missing-reference-clock-disable-logic.patch
	patches.suse/PCI-mediatek-gen3-Rely-on-msleep-in-mtk_pcie_en7581_.patch
	patches.suse/PCI-microchip-Set-inbound-address-translation-for-co.patch
	patches.suse/PCI-rcar-ep-Fix-incorrect-variable-used-when-calling.patch
	patches.suse/mtd-hyperbus-hbmc-am654-fix-an-OF-node-reference-lea.patch
	patches.suse/mtd-onenand-Fix-uninitialized-retlen-in-do_otp_read.patch
	patches.suse/mtd-spinand-Remove-write_enable_op-in-markbad.patch
	patches.suse/mtd-rawnand-brcmnand-fix-status-read-of-brcmnand_wai.patch
	patches.suse/watchdog-rti_wdt-Fix-an-OF-node-leak-in-rti_wdt_prob.patch
	patches.suse/remoteproc-core-Fix-ida_free-call-while-not-allocate.patch
	patches.suse/remoteproc-omap-Handle-ARM-dma_iommu_mapping.patch
	patches.suse/remoteproc-mtk_scp-Only-populate-devices-for-SCP-cor.patch
	patches.suse/tracing-osnoise-Fix-resetting-of-tracepoints.patch
	patches.suse/module-Extend-the-preempt-disabled-section-in-dereference_symbol_descriptor.patch
	patches.suse/module-Don-t-fail-module-loading-when-setting-ro_aft.patch
	patches.suse/firewire-test-Fix-potential-null-dereference-in-fire.patch
	patches.suse/scsi-qla2xxx-Move-FCE-Trace-buffer-allocation-to-user-control.patch
	patches.suse/scsi-Rename-.slave_alloc-and-.slave_destroy.patch
	patches.suse/scsi-Rename-.device_configure-into-.sdev_configure.patch
	patches.suse/scsi-Convert-SCSI-drivers-to-.sdev_configure.patch
	patches.suse/scsi-core-Remove-the-.slave_configure-method.patch
	patches.suse/scsi-core-Update-API-documentation.patch
	patches.suse/msft-hv-3138-scsi-storvsc-Don-t-assume-cpu_possible_mask-is-dense.patch
	patches.suse/scsi-mpt3sas-Set-ioc-manu_pg11.EEDPTagMode-directly-to-1.patch
	patches.suse/scsi-myrb-Remove-dead-code.patch
	patches.suse/scsi-lpfc-redefine-incorrect-type-in-lpfc_create_device_data.patch
	patches.suse/scsi-lpfc-restrict-the-reg_fcfi-mam-field-to-fcoe-adapters-only.patch
	patches.suse/scsi-lpfc-delete-nlp_target_remove-flag-due-to-obsolete-usage.patch
	patches.suse/scsi-lpfc-modify-handling-of-adisc-based-on-ndlp-state-and-rpi.patch
	patches.suse/scsi-lpfc-add-handling-for-ls_rjt-reason-explanation-authentication.patch
	patches.suse/scsi-lpfc-change-lpfc_nodelist-save_flags-member-into-a-bitmask.patch
	patches.suse/scsi-lpfc-update-definition-of-firmware-configuration-mbox-cmds.patch
	patches.suse/scsi-lpfc-add-support-for-large-fw-object-application-layer-reads.patch
	patches.suse/scsi-lpfc-update-lpfc-version-to-14.4.0.7.patch
	patches.suse/scsi-lpfc-copyright-updates-for-14.4.0.7-patches.patch
	patches.suse/msft-hv-3155-scsi-storvsc-Ratelimit-warning-logs-to-prevent-VM-de.patch
	patches.suse/scsi-st-Don-t-set-pos_unknown-just-after-device-recognition.patch
	patches.suse/scsi-mpi3mr-Fix-possible-crash-when-setting-up-bsg-fails.patch
	patches.suse/bluetooth-mgmt-convert-timeouts-to-secs_to_jiffies.patch
	patches.suse/ocfs2-handle-a-symlink-read-error-correctly.patch
	patches.suse/lib-inflate.c-remove-dead-code.patch
	patches.suse/kasan-fix-typo-in-kasan_poison_new_object-documentat.patch
	patches.suse/ocfs2-mark-dquot-as-inactive-if-failed-to-start-trans-while-releasing-dquot.patch
	patches.suse/latencytop-use-correct-kernel-doc-format-for-func-pa.patch
	patches.suse/kasan-make-kasan_record_aux_stack_noalloc-the-defaul.patch
	patches.suse/mm-rodata_test-use-READ_ONCE-to-read-const-variable.patch
	patches.suse/selftests-mm-fix-conversion-specifiers-in-transact_t.patch
	patches.suse/maple_tree-simplify-split-calculation.patch
	patches.suse/lazy-tlb-fix-hotplug-exit-race-with-MMU_LAZY_TLB_SHOOTDOWN.patch
	patches.suse/mm-vma-move-brk-internals-to-mm-vma.c.patch
	patches.suse/mm-vma-move-unmapped_area-internals-to-mm-vma.c.patch
	patches.suse/mm-abstract-get_arg_page-stack-expansion-and-mmap-read-loc.patch
	patches.suse/mm-vma-move-stack-expansion-logic-to-mm-vma.c.patch
	patches.suse/mm-vma-move-__vm_munmap-to-mm-vma.c.patch
	patches.suse/mm-enforce-__must_check-on-VMA-merge-and-split.patch
	patches.suse/mm-perform-all-memfd-seal-checks-in-a-single-place.patch
	patches.suse/selftests-mm-fix-condition-in-uffd_move_test_common.patch
	patches.suse/mm-assert-mmap-write-lock-held-on-do_mmap-mmap_region.patch
	patches.suse/mm-add-comments-to-do_mmap-mmap_region-and-vm_mmap.patch
	patches.suse/mm-remove-unnecessary-calls-to-lru_add_drain.patch
	patches.suse/mm-debug-introduce-VM_WARN_ON_VMG-to-dump-VMA-merge-state.patch
	patches.suse/mm-debug-prefer-VM_WARN_ON_VMG-to-report-VMG-debug-warning.patch
	patches.suse/mm-make-mmap_region-internal.patch
	patches.suse/selftests-mm-use-selftests-framework-to-print-test-r.patch
	patches.suse/selftests-mm-cow-modify-the-incorrect-checking-param.patch
	patches.suse/selftests-mm-virtual_address_range-unmap-chunks-afte.patch
	patches.suse/selftests-mm-virtual_address_range-avoid-reading-fro.patch
	patches.suse/seqlock-add-missing-parameter-documentation-for-raw_seqcou.patch
	patches.suse/tools-add-VM_WARN_ON_VMG-definition.patch
	patches.suse/mm-compaction-fix-UBSAN-shift-out-of-bounds-warning.patch
	patches.suse/vhost-net-Set-num_buffers-for-virtio-1.0.patch
	patches.suse/power-ip5xxx_power-Fix-return-value-on-ADC-read-erro.patch
	patches.suse/power-reset-as3722-poweroff-Remove-unnecessary-retur.patch
	patches.suse/pwm-microchip-core-fix-incorrect-comparison-with-max.patch
	patches.suse/usb-dwc3-remove-unused-sg-struct-member.patch
	patches.suse/usb-gadget-functionfs-fix-spellos.patch
	patches.suse/usb-dwc3-core-Disable-USB2-retry-for-DWC_usb31-1.80a.patch
	patches.suse/USB-Fix-the-issue-of-task-recovery-failure-caused-by.patch
	patches.suse/usb-common-expand-documentation-for-USB-functions.patch
	patches.suse/usb-typec-tcpci-set-local-CC-to-Rd-only-when-cc1-cc2-status-is-Rp.patch
	patches.suse/usb-typec-tcpm-Add-support-for-parsing-pd-revision-D.patch
	patches.suse/usb-typec-tcpm-Add-new-AMS-for-Get_Revision-response.patch
	patches.suse/usb-dwc3-gadget-Fix-incorrect-UDC-state-after-manual.patch
	patches.suse/usb-typec-Only-use-SVID-for-matching-altmodes.patch
	patches.suse/usb-typec-Add-driver-for-Thunderbolt-3-Alternate-Mod.patch
	patches.suse/usb-typec-Make-active-on-port-altmode-writable.patch
	patches.suse/usb-typec-Print-err-when-displayport-fails-to-enter.patch
	patches.suse/usb-gadget-f_tcm-Don-t-free-command-immediately.patch
	patches.suse/usb-gadget-f_tcm-Translate-error-to-sense.patch
	patches.suse/usb-gadget-f_tcm-Decrement-command-ref-count-on-clea.patch
	patches.suse/usb-gadget-f_tcm-Fix-Get-SetInterface-return-value.patch
	patches.suse/usb-gadget-f_tcm-ep_autoconfig-with-fullspeed-endpoi.patch
	patches.suse/usb-gadget-f_tcm-Don-t-prepare-BOT-write-request-twi.patch
	patches.suse/xhci-dbc-Improve-performance-by-removing-delay-in-tr.patch
	patches.suse/xhci-dbgtty-Improve-performance-by-handling-received.patch
	patches.suse/usb-xhci-Fix-NULL-pointer-dereference-on-certain-com.patch
	patches.suse/xhci-Add-command-completion-parameter-support.patch
	patches.suse/xhci-Add-missing-capability-definition-bits.patch
	patches.suse/usb-typec-ucsi-make-yoga_c630_ucsi_ops-be-static.patch
	patches.suse/usb-dwc3-Skip-resume-if-pm_runtime_set_active-fails.patch
	patches.suse/usb-dwc3-am62-Fix-an-OF-node-leak-in-phy_syscon_pll_.patch
	patches.suse/usb-dwc3-st-Switch-from-CONFIG_PM_SLEEP-guards-to-pm.patch
	patches.suse/usb-host-xhci-plat-Assign-shared_hcd-rsrc_start.patch
	patches.suse/usb-typec-tcpm-set-SRC_SEND_CAPABILITIES-timeout-to-.patch
	patches.suse/usb-phy-Remove-API-devm_usb_put_phy.patch
	patches.suse/USB-Replace-own-str_plural-with-common-one.patch
	patches.suse/USB-host-Use-str_enable_disable-like-helpers.patch
	patches.suse/USB-typec-Use-str_enable_disable-like-helpers.patch
	patches.suse/usb-dwc3-gadget-Reinitiate-stream-for-all-host-NoStr.patch
	patches.suse/usb-quirks-Add-NO_LPM-quirk-for-TOSHIBA-TransMemory-.patch
	patches.suse/USB-serial-quatech2-fix-null-ptr-deref-in-qt2_proces.patch
	patches.suse/usb-dwc3-core-Defer-the-probe-until-USB-power-supply.patch
	patches.suse/usb-typec-ucsi-Add-a-macro-definition-for-UCSI-v1.0.patch
	patches.suse/usb-host-xhci-plat-add-support-compatible-ID-PNP0D15.patch
	patches.suse/usb-typec-tcpci-Prevent-Sink-disconnection-before-vP.patch
	patches.suse/Revert-usb-gadget-u_serial-Disable-ep-before-setting.patch
	patches.suse/usb-hcd-Bump-local-buffer-size-in-rh_string.patch
	patches.suse/pps-Fix-a-use-after-free.patch
	patches.suse/VMCI-remove-unused-ioctl-definitions.patch
	patches.suse/misc-misc_minor_alloc-to-use-ida-for-all-dynamic-mis.patch
	patches.suse/uio-Fix-return-value-of-poll.patch
	patches.suse/uio-uio_dmem_genirq-check-the-return-value-of-devm_k.patch
	patches.suse/drivers-card_reader-rtsx_usb-Restore-interrupt-based.patch
	patches.suse/VMCI-fix-reference-to-ioctl-number.rst.patch
	patches.suse/nvmem-imx-ocotp-ele-simplify-read-beyond-device-check.patch
	patches.suse/nvmem-imx-ocotp-ele-fix-reading-from-non-zero-offset.patch
	patches.suse/nvmem-imx-ocotp-ele-fix-MAC-address-byte-order.patch
	patches.suse/nvmem-imx-ocotp-ele-set-word-length-to-1.patch
	patches.suse/misc-fastrpc-Deregister-device-nodes-properly-in-err.patch
	patches.suse/misc-fastrpc-Fix-registered-buffer-page-address.patch
	patches.suse/misc-fastrpc-Fix-copy-buffer-page-size.patch
	patches.suse/extcon-realtek-fix-NULL-deref-check-in-extcon_rtk_ty.patch
	patches.suse/iio-adc-ad7124-Don-t-create-more-channels-than-the-d.patch
	patches.suse/iio-adc-ad7124-Refuse-invalid-input-specifiers.patch
	patches.suse/iio-adc-ad_sigma_delta-Handle-CS-assertion-as-intend.patch
	patches.suse/iio-iio-mux-kzalloc-instead-of-devm_kzalloc-to-ensur.patch
	patches.suse/bus-mhi-host-Free-mhi_buf-vector-inside-mhi_alloc_bh.patch
	patches.suse/intel_th-core-fix-kernel-doc-warnings.patch
	patches.suse/iio-light-as73211-fix-channel-handling-in-only-color.patch
	patches.suse/dm-crypt-don-t-update-io-sector-after-kcryptd_crypt_.patch
	patches.suse/dm-crypt-track-tag_offset-in-convert_context.patch
	patches.suse/drm-modeset-Handle-tiled-displays-in-pan_display_ato.patch
	patches.suse/drm-client-Handle-tiled-displays-better.patch
	patches.suse/drm-amd-display-Fix-error-pointers-in-amdgpu_dm_crtc.patch
	patches.suse/drm-amd-display-Add-hubp-cache-reset-when-powergatin.patch
	patches.suse/drm-amd-display-Optimize-cursor-position-updates.patch
	patches.suse/drm-v3d-Assign-job-pointer-to-NULL-before-signaling-.patch
	patches.suse/nfsd-fix-legacy-client-tracking-initialization.patch
	patches.suse/NFSD-fix-decoding-in-nfs4_xdr_dec_cb_getattr.patch
	patches.suse/SUNRPC-introduce-cache_check_rcu-to-help-check-in-rc.patch
	patches.suse/nfsd-no-need-get-cache-ref-when-protected-by-rcu.patch
	patches.suse/SUNRPC-no-need-get-cache-ref-when-protected-by-rcu.patch
	patches.suse/nfsd-fix-UAF-when-access-ex_uuid-or-ex_stats.patch
	patches.suse/NFSD-Insulate-nfsd4_encode_read-from-page-boundaries-in-the-encode-buffer.patch
	patches.suse/NFSD-Insulate-nfsd4_encode_read_plus-from-page-boundaries-in-the-encode-buffer.patch
	patches.suse/NFSD-Insulate-nfsd4_encode_read_plus_data-from-page-boundaries-in-the-encode-buffer.patch
	patches.suse/Revert-SUNRPC-Reduce-thread-wake-up-rate-when-receiving-large-RPC-messages.patch
	patches.suse/LoongArch-Fix-warnings-during-S3-suspend.patch
	patches.suse/KVM-arm64-Drop-MDSCR_EL1_DEBUG_MASK.patch
	patches.suse/KVM-arm64-Get-rid-of-__kvm_get_mdcr_el2-and-related-.patch
	patches.suse/KVM-arm64-Track-presence-of-SPE-TRBE-in-kvm_host_dat.patch
	patches.suse/KVM-arm64-Move-host-SME-SVE-tracking-flags-to-host-d.patch
	patches.suse/KVM-arm64-Write-MDCR_EL2-directly-from-kvm_arm_setup.patch
	patches.suse/KVM-arm64-Evaluate-debug-owner-at-vcpu_load.patch
	patches.suse/KVM-arm64-Clean-up-KVM_SET_GUEST_DEBUG-handler.patch
	patches.suse/KVM-arm64-Select-debug-state-to-save-restore-based-o.patch
	patches.suse/KVM-arm64-Remove-debug-tracepoints.patch
	patches.suse/KVM-arm64-Remove-vestiges-of-debug_ptr.patch
	patches.suse/KVM-arm64-Use-debug_owner-to-track-if-debug-regs-nee.patch
	patches.suse/KVM-arm64-Reload-vCPU-for-accesses-to-OSLAR_EL1.patch
	patches.suse/KVM-arm64-Compute-MDCR_EL2-at-vcpu_load.patch
	patches.suse/KVM-arm64-Don-t-hijack-guest-context-MDSCR_EL1.patch
	patches.suse/KVM-arm64-Manage-software-step-state-at-load-put.patch
	patches.suse/KVM-arm64-nv-Honor-MDCR_EL2.TDE-routing-for-debug-ex.patch
	patches.suse/KVM-arm64-Avoid-reading-ID_AA64DFR0_EL1-for-debug-sa.patch
	patches.suse/KVM-arm64-Fold-DBGxVR-DBGxCR-accessors-into-common-s.patch
	patches.suse/KVM-arm64-Promote-guest-ownership-for-DBGxVR-DBGxCR-.patch
	patches.suse/KVM-arm64-Change-the-layout-of-enum-pkvm_page_state.patch
	patches.suse/KVM-arm64-Move-enum-pkvm_page_state-to-memory.h.patch
	patches.suse/KVM-arm64-Make-hyp_page-order-a-u8.patch
	patches.suse/KVM-arm64-Move-host-page-ownership-tracking-to-the-h.patch
	patches.suse/KVM-arm64-Pass-walk-flags-to-kvm_pgtable_stage2_mkyo.patch
	patches.suse/KVM-arm64-Pass-walk-flags-to-kvm_pgtable_stage2_rela.patch
	patches.suse/KVM-arm64-Make-kvm_pgtable_stage2_init-a-static-inli.patch
	patches.suse/KVM-arm64-Add-get-put-_pkvm_hyp_vm-helpers.patch
	patches.suse/KVM-arm64-Introduce-__pkvm_vcpu_-load-put.patch
	patches.suse/KVM-arm64-Introduce-__pkvm_host_share_guest.patch
	patches.suse/KVM-arm64-Introduce-__pkvm_host_unshare_guest.patch
	patches.suse/KVM-arm64-Introduce-__pkvm_host_relax_guest_perms.patch
	patches.suse/KVM-arm64-Introduce-__pkvm_host_wrprotect_guest.patch
	patches.suse/KVM-arm64-Introduce-__pkvm_host_test_clear_young_gue.patch
	patches.suse/KVM-arm64-Introduce-__pkvm_host_mkyoung_guest.patch
	patches.suse/KVM-arm64-Introduce-__pkvm_tlb_flush_vmid.patch
	patches.suse/KVM-arm64-Introduce-the-EL1-pKVM-MMU.patch
	patches.suse/KVM-arm64-Plumb-the-pKVM-MMU-in-KVM.patch
	patches.suse/KVM-arm64-Consolidate-allowed-and-restricted-VM-feat.patch
	patches.suse/KVM-arm64-Group-setting-traps-for-protected-VMs-by-c.patch
	patches.suse/KVM-arm64-Move-checking-protected-vcpu-features-to-a.patch
	patches.suse/KVM-arm64-Remove-KVM_ARM_VCPU_POWER_OFF-from-protect.patch
	patches.suse/KVM-arm64-Use-KVM-extension-checks-for-allowed-prote.patch
	patches.suse/KVM-arm64-Initialize-feature-id-registers-for-protec.patch
	patches.suse/KVM-arm64-Fix-RAS-trapping-in-pKVM-for-protected-VMs.patch
	patches.suse/KVM-arm64-Set-protected-VM-traps-based-on-its-view-o.patch
	patches.suse/KVM-arm64-Rework-specifying-restricted-features-for-.patch
	patches.suse/KVM-arm64-Remove-fixed_config.h-header.patch
	patches.suse/KVM-arm64-Remove-redundant-setting-of-HCR_EL2-trap-b.patch
	patches.suse/KVM-arm64-Calculate-cptr_el2-traps-on-activating-tra.patch
	patches.suse/KVM-arm64-Refactor-kvm_reset_cptr_el2.patch
	patches.suse/KVM-arm64-Fix-the-value-of-the-CPTR_EL2-RES1-bitmask.patch
	patches.suse/KVM-arm64-Remove-PtrAuth-guest-vcpu-flag.patch
	patches.suse/KVM-arm64-Convert-the-SVE-guest-vcpu-flag-to-a-vm-fl.patch
	patches.suse/KVM-arm64-Use-kvm_vcpu_has_feature-directly-for-stru.patch
	patches.suse/KVM-arm64-Fix-FEAT_MTE-in-pKVM.patch
	patches.suse/KVM-arm64-nv-Add-handling-of-EL2-specific-timer-regi.patch
	patches.suse/KVM-arm64-nv-Sync-nested-timer-state-with-FEAT_NV2.patch
	patches.suse/KVM-arm64-nv-Publish-emulated-timer-interrupt-state-.patch
	patches.suse/KVM-arm64-nv-Use-FEAT_ECV-to-trap-access-to-EL0-time.patch
	patches.suse/KVM-arm64-nv-Accelerate-EL0-timer-read-accesses-when.patch
	patches.suse/KVM-arm64-nv-Accelerate-EL0-counter-accesses-from-hy.patch
	patches.suse/KVM-arm64-Handle-counter-access-early-in-non-HYP-con.patch
	patches.suse/KVM-arm64-nv-Add-trap-routing-for-CNTHCTL_EL2.EL1-NV.patch
	patches.suse/KVM-arm64-nv-Propagate-CNTHCTL_EL2.EL1NV-P-V-CT-bits.patch
	patches.suse/KVM-arm64-nv-Sanitise-CNTHCTL_EL2.patch
	patches.suse/KVM-arm64-Work-around-x1e-s-CNTVOFF_EL2-bogosity.patch
	patches.suse/KVM-arm64-Drop-pkvm_mem_transition-for-FF-A.patch
	patches.suse/KVM-arm64-Drop-pkvm_mem_transition-for-host-hyp-shar.patch
	patches.suse/KVM-arm64-Drop-pkvm_mem_transition-for-host-hyp-dona.patch
	patches.suse/KVM-arm64-coresight-Give-TRBE-enabled-state-to-KVM.patch
	patches.suse/KVM-arm64-Support-trace-filtering-for-guests.patch
	patches.suse/KVM-arm64-nv-Always-evaluate-HCR_EL2-using-sanitisin.patch
	patches.suse/KVM-arm64-nv-Apply-RESx-settings-to-sysreg-reset-val.patch
	patches.suse/KVM-arm64-nv-Advertise-the-lack-of-AArch32-EL0-suppo.patch
	patches.suse/KVM-arm64-Fix-nVHE-stacktrace-VA-bits-mask.patch
	patches.suse/arm64-kvm-Introduce-nvhe-stack-size-constants.patch
	patches.suse/KVM-arm64-vgic-Use-str_enabled_disabled-in-vgic_v3_p.patch
	patches.suse/KVM-arm64-Explicitly-handle-BRBE-traps-as-UNDEFINED.patch
	patches.suse/serial-8250_port-Assign-UPIO_UNKNOWN-instead-of-its-direct-value.patch
	patches.suse/serial-8250_pci-Resolve-WCH-vendor-ID-ambiguity.patch
	patches.suse/serial-8250_pci-Share-WCH-IDs-with-parport_serial-dr.patch
	patches.suse/8250-microchip-pci1xxxx-Add-workaround-for-RTS-bit-t.patch
	patches.suse/serial-8250-Use-ier-bits-to-determine-if-Rx-is-stopped.patch
	patches.suse/serial-8250-Do-not-set-UART_LSR_THRE-in-read_status_mask.patch
	patches.suse/serial-8250-Never-adjust-UART_LSR_DR-in-read_status_mask.patch
	patches.suse/serial-8250-Explain-the-role-of-read_status_mask.patch
	patches.suse/tty-serial-fsl_lpuart-increase-maximum-uart_nr-to-12.patch
	patches.suse/tty-serial-fsl_lpuart-flush-RX-and-TX-FIFO-when-lpuart-shutdown.patch
	patches.suse/tty-mips_ejtag_fdc-fix-one-more-u8-warning.patch
	patches.suse/serial-8250-Adjust-the-timeout-for-FIFO-mode.patch
	patches.suse/serial-8250-Use-frame-time-to-determine-timeout.patch
	patches.suse/serial-8250-Use-high-level-writing-function-for-FIFO.patch
	patches.suse/serial-8250-Provide-flag-for-IER-toggling-for-RS485.patch
	patches.suse/serial-8250-Switch-to-nbcon-console.patch
	patches.suse/serial-8250-Revert-drop-lockdep-annotation-from-serial8250_clear_IER.patch
	patches.suse/tty-xilinx_uartps-split-sysrq-handling.patch
	patches.suse/tty-Permit-some-TIOCL_SETSEL-modes-without-CAP_SYS_A.patch
	patches.suse/serial-sh-sci-Drop-__initdata-macro-for-port_cfg.patch
	patches.suse/serial-sh-sci-Move-runtime-PM-enable-to-sci_probe_si.patch
	patches.suse/serial-sh-sci-Do-not-probe-the-serial-port-if-its-sl.patch
	patches.suse/serial-sh-sci-Clean-sci_ports-0-after-at-earlycon-ex1.patch
	patches.suse/serial-sh-sci-Increment-the-runtime-usage-counter-fo.patch
	patches.suse/tools-bootconfig-Fix-the-wrong-format-specifier.patch
	patches.suse/libnvdimm-Replace-namespace_match-with-device_find_c.patch
	patches.suse/driver-core-Constify-API-device_find_child-and-adapt.patch
	patches.suse/driver-core-Introduce-an-device-matching-API-device_.patch
	patches.suse/cxl-pmem-Replace-match_nvdimm_bridge-with-API-device.patch
	patches.suse/cxl-pmem-Remove-is_cxl_nvdimm_bridge.patch
	patches.suse/usb-typec-class-Remove-both-cable_match-and-partner_.patch
	patches.suse/kunit-platform-Resolve-struct-completion-warning.patch
	patches.suse/sysfs-constify-macro-BIN_ATTRIBUTE_GROUPS.patch
	patches.suse/sysfs-constify-bin_attribute-argument-of-sysfs_bin_a.patch
	patches.suse/devcoredump-cleanup-some-comments.patch
	patches.suse/driver-core-class-Fix-wild-pointer-dereferences-in-A.patch
	patches.suse/blk-cgroup-Fix-class-block_class-s-subsystem-refcount-leakage.patch
	patches.suse/debugfs-separate-cache-for-debugfs-inodes.patch
	patches.suse/debugfs-move-automount-into-debugfs_inode_info.patch
	patches.suse/debugfs-get-rid-of-dynamically-allocation-proxy_ops.patch
	patches.suse/debugfs-don-t-mess-with-bits-in-d_fsdata.patch
	patches.suse/debugfs-allow-to-store-an-additional-opaque-pointer-.patch
	patches.suse/xhci-don-t-mess-with-d_iname.patch
	patches.suse/octeontx2-don-t-mess-with-d_parent-or-d_parent-d_nam.patch
	patches.suse/vfio-platform-check-the-bounds-of-read-write-syscall.patch
	patches.suse/NFS-Fix-potential-buffer-overflowin-nfs_sysfs_link_rpc_client.patch
	patches.suse/nfs-fix-incorrect-error-handling-in-LOCALIO.patch
	patches.suse/nfs-Make-NFS_FSCACHE-select-NETFS_SUPPORT-instead-of-depending-on-it.patch
	patches.suse/NFSv4.2-fix-COPY_NOTIFY-xdr-buf-size-calculation.patch
	patches.suse/NFSv4.2-mark-OFFLOAD_CANCEL-MOVEABLE.patch
	patches.suse/pnfs-flexfiles-retry-getting-layout-segment-for-reads.patch
	patches.suse/x86-sev-Disable-jump-tables-in-SEV-startup-code.patch
	patches.suse/powerpc-pseries-eeh-Fix-get-PE-state-translation.patch
	patches.suse/powerpc-pseries-iommu-Don-t-unset-window-if-it-was-n.patch
	patches.suse/ACPI-HMAT-Move-HMAT-messages-to-pr_debug.patch
	patches.suse/cxl-pci-Add-CXL-Type-1-2-support-to-cxl_dvsec_rr_dec.patch
	patches.suse/cxl-events-Update-Common-Event-Record-to-CXL-spec-re.patch
	patches.suse/cxl-events-Add-Component-Identifier-formatting-for-C.patch
	patches.suse/cxl-events-Update-General-Media-Event-Record-to-CXL-.patch
	patches.suse/cxl-events-Update-DRAM-Event-Record-to-CXL-spec-rev-.patch
	patches.suse/cxl-events-Update-Memory-Module-Event-Record-to-CXL-.patch
	patches.suse/cxl-core-regs-Refactor-out-functions-to-count-regblo.patch
	patches.suse/regulator-core-Add-missing-newline-character.patch
	patches.suse/dmaengine-ti-edma-fix-OF-node-reference-leaks-in-edm.patch
	patches.suse/gpio-mxc-remove-dead-code-after-switch-to-DT-only.patch
	patches.suse/selftests-gpio-gpio-sim-Fix-missing-chip-disablement.patch
	patches.suse/s390-fpu-Add-fpc-exception-handler-remove-fixup-section-again.patch
	patches.suse/s390-pci-Fix-SR-IOV-for-PFs-initially-in-standby.patch
	patches.suse/s390-Add-std-gnu11-to-decompressor-and-purgatory-CFLAGS.patch
	patches.suse/s390-sclp-Initialize-sclp-subsystem-via-arch_cpu_finalize_init.patch
	patches.suse/docs-power-Fix-footnote-reference-for-Toshiba-Satell.patch
	patches.suse/net-sched-fix-ets-qdisc-OOB-Indexing.patch
	patches.suse/NFC-nci-Add-bounds-checking-in-nci_hci_create_pipe.patch
	patches.suse/net-hns3-fix-oops-when-unload-drivers-paralleling.patch
	patches.suse/net-phy-marvell-88q2xxx-Fix-temperature-measurement-.patch
	patches.suse/net-fec-implement-TSO-descriptor-cleanup.patch
	patches.suse/net-mvneta-fix-locking-in-mvneta_cpu_online.patch
	patches.suse/ipmr-do-not-call-mr_mfc_uses_dev-for-unres-entries.patch
	patches.suse/net-rose-fix-timer-races-against-user-threads.patch
	patches.suse/net-mlx5e-add-missing-cpu_to_node-to-kvzalloc_node-i.patch
	patches.suse/tools-ynl-c-correct-reverse-decode-of-empty-attrs.patch
	patches.suse/eth-tg3-fix-calling-napi_enable-in-atomic-context.patch
	patches.suse/eth-forcedeth-remove-local-wrappers-for-napi-enable-.patch
	patches.suse/eth-forcedeth-fix-calling-napi_enable-in-atomic-cont.patch
	patches.suse/eth-8139too-fix-calling-napi_enable-in-atomic-contex.patch
	patches.suse/eth-niu-fix-calling-napi_enable-in-atomic-context.patch
	patches.suse/eth-via-rhine-fix-calling-napi_enable-in-atomic-cont.patch
	patches.suse/wifi-mt76-move-napi_enable-from-under-BH.patch
	patches.suse/netdevsim-don-t-assume-core-pre-populates-HDS-params.patch
	patches.suse/net-page_pool-don-t-try-to-stash-the-napi-id.patch
	patches.suse/selftests-mptcp-extend-CFLAGS-to-keep-options-from-e.patch
	patches.suse/selftests-net-lib-openvswitch-extend-CFLAGS-to-keep-.patch
	patches.suse/rxrpc-afs-Fix-peer-hash-locking-vs-RCU-callback.patch
	patches.suse/vxlan-Fix-uninit-value-in-vxlan_vnifilter_dump.patch
	patches.suse/net-phy-c45-tjaxx-add-delay-between-MDIO-write-and-r.patch
	patches.suse/net-davicom-fix-UAF-in-dm9000_drv_remove.patch
	patches.suse/mptcp-pm-only-set-fullmesh-for-subflow-endp.patch
	patches.suse/mptcp-handle-fastopen-disconnect-correctly.patch
	patches.suse/idpf-add-read-memory-barrier-when-checking-descripto.patch
	patches.suse/idpf-fix-transaction-timeouts-on-reset.patch
	patches.suse/idpf-Acquire-the-lock-before-accessing-the-xn-salt.patch
	patches.suse/idpf-convert-workqueues-to-unbound.patch
	patches.suse/idpf-add-more-info-during-virtchnl-transaction-timeo.patch
	patches.suse/ice-fix-ice_parser_rt-bst_key-array-size.patch
	patches.suse/ice-remove-invalid-parameter-of-equalizer.patch
	patches.suse/iavf-allow-changing-VLAN-state-without-calling-PF.patch
	patches.suse/net-usb-rtl8150-enable-basic-endpoint-checking.patch
	patches.suse/usbnet-ipheth-fix-possible-overflow-in-DPE-length-ch.patch
	patches.suse/usbnet-ipheth-check-that-DPE-points-past-NCM-header.patch
	patches.suse/usbnet-ipheth-use-static-NDP16-location-in-URB.patch
	patches.suse/usbnet-ipheth-refactor-NCM-datagram-loop.patch
	patches.suse/usbnet-ipheth-break-up-NCM-header-size-computation.patch
	patches.suse/usbnet-ipheth-fix-DPE-OoB-read.patch
	patches.suse/usbnet-ipheth-document-scope-of-NCM-implementation.patch
	patches.suse/vsock-Keep-the-binding-until-socket-destruction.patch
	patches.suse/vsock-Allow-retrying-on-connect-failure.patch
	patches.suse/tcp-correct-handling-of-extreme-memory-squeeze.patch
	patches.suse/net-xdp-Disallow-attaching-device-bound-programs-in-.patch
	patches.suse/selftests-net-Add-test-for-loading-devbound-XDP-prog.patch
	patches.suse/Bluetooth-btusb-mediatek-Add-locks-for-usb_driver_cl.patch
	patches.suse/Bluetooth-btnxpuart-Fix-glitches-seen-in-dual-A2DP-s.patch
	patches.suse/Bluetooth-L2CAP-accept-zero-as-a-special-value-for-M.patch
	patches.suse/net-ravb-Fix-missing-rtnl-lock-in-suspend-resume-pat.patch
	patches.suse/netfilter-nf_tables-reject-mismatching-sum-of-field_len-with-set-key-length.patch
	patches.suse/cpufreq-s3c64xx-Fix-compilation-warning.patch
	patches.suse/PM-hibernate-Add-error-handling-for-syscore_suspend.patch
	patches.suse/PM-sleep-core-Synchronize-runtime-PM-status-of-paren.patch
	patches.suse/ACPI-x86-Add-skip-i2c-clients-quirk-for-Vexia-EDU-AT.patch
	patches.suse/perf-trace-Fix-BPF-loading-failure-E2BIG.patch
	patches.suse/perf-annotate-Use-an-array-for-the-disassembler-preference.patch
	patches.suse/perf-trace-Fix-runtime-error-of-index-out-of-bounds.patch
	patches.suse/perf-test-Skip-syscall-enum-test-if-no-landlock-syscall.patch
	patches.suse/i2c-imx-lpi2c-select-CONFIG_I2C_SLAVE.patch
	patches.suse/rtc-tps6594-Fix-integer-overflow-on-32bit-systems.patch
	patches.suse/rtc-pcf85063-fix-potential-OOB-write-in-PCF85063-NVM.patch
	patches.suse/rtc-loongson-clear-TOY_MATCH0_REG-in-loongson_rtc_is.patch
	patches.suse/rtc-zynqmp-Fix-optional-clock-name-property.patch
	patches.suse/ubi-Add-a-check-for-ubi_num.patch
	patches.suse/ALSA-hda-realtek-Fix-quirk-matching-for-Legion-Pro-7.patch
	patches.suse/ALSA-usb-audio-Add-delay-quirk-for-iBasso-DC07-Pro.patch
	patches.suse/ALSA-pcm-use-new-array-copying-wrapper.patch
	patches.suse/ALSA-hda-Fix-headset-detection-failure-due-to-unstab.patch
	patches.suse/ASoC-rockchip-i2s_tdm-Re-add-the-set_sysclk-callback.patch
	patches.suse/ASoC-acp-Support-microphone-from-Lenovo-Go-S.patch
	patches.suse/ASoC-da7213-Initialize-the-mutex.patch
	patches.suse/ASoC-Intel-bytcr_rt5640-Add-DMI-quirk-for-Vexia-Edu-.patch
	patches.suse/ASoC-amd-acp-Fix-possible-deadlock.patch
	patches.suse/ALSA-hda-realtek-Workaround-for-resume-on-Dell-Venue.patch
	patches.suse/ata-libata-core-Add-ATA_QUIRK_NOLPM-for-Samsung-SSD-.patch
	patches.suse/ata-libata-sff-Ensure-that-we-cannot-write-outside-t.patch
	patches.suse/io_uring-uring_cmd-use-cached-cmd_op-in-io_uring_cmd.patch
	patches.suse/io_uring-fix-multishots-with-selected-buffers.patch
	patches.suse/io_uring-net-don-t-retry-connect-operation-on-EPOLLE.patch
	patches.suse/block-don-t-revert-iter-for-EIOCBQUEUED.patch
	patches.suse/blk-mq-create-correct-map-for-fallback-case.patch
	patches.suse/md-md-bitmap-Synchronize-bitmap_get_stats-with-bitmap-lifetime.patch
	patches.suse/loop-don-t-clear-LO_FLAGS_PARTSCAN-on-LOOP_SET_STATU.patch
	patches.suse/block-get-rid-of-request-queue-sysfs_dir_lock.patch
	patches.suse/block-fix-nr_hw_queue-update-racing-with-disk-additi.patch
	patches.suse/block-force-noio-scope-in-blk_mq_freeze_queue.patch
	patches.suse/kbuild-suppress-stdout-from-merge_config-for-silent-.patch
	patches.suse/genksyms-fix-memory-leak-when-the-same-symbol-is-add.patch
	patches.suse/genksyms-fix-memory-leak-when-the-same-symbol-is-rea.patch
	patches.suse/kconfig-fix-file-name-in-warnings-when-loading-KCONF.patch
	patches.suse/kconfig-fix-memory-leak-in-sym_warn_unmet_dep.patch
	patches.suse/PCI-Restore-original-INTX_DISABLE-bit-by-pcim_intx.patch
	patches.suse/drm-amdkfd-Block-per-queue-reset-when-halt_if_hws_ha.patch
	patches.suse/drm-amd-amdgpu-change-the-config-of-cgcg-on-gfx12.patch
	patches.suse/drm-amd-pm-Mark-MM-activity-as-unsupported.patch
	patches.suse/drm-amd-display-Correct-register-address-in-dcn35.patch
	patches.suse/drm-amdkfd-only-flush-the-validate-MES-contex.patch
	patches.suse/kbuild-Use-fzero-init-padding-bits-all.patch
	patches.suse/Revert-media-uvcvideo-Require-entities-to-have-a-non.patch
	patches.suse/ocfs2-fix-incorrect-CPU-endianness-conversion-causing-mount-failure.patch
	patches.suse/mm-vmscan-accumulate-nr_demoted-for-accurate-demotion-stat.patch
	patches.suse/kernel-be-more-careful-about-dup_mmap-failures-and-uprobe-registering.patch
	patches.suse/debugfs-Fix-the-missing-initializations-in-__debugfs.patch
	patches.suse/tools-power-turbostat-Add-initial-support-for-PantherLake.patch
	patches.suse/tools-power-turbostat-Add-initial-support-for-ClearwaterForest.patch
	patches.suse/tools-power-turbostat-update-turbostat-8.patch
	patches.suse/tools-power-turbostat-Exit-on-unsupported-Intel-models.patch
	patches.suse/tools-power-turbostat-Exit-on-unsupported-Vendors.patch
	patches.suse/tools-power-turbostat-Improve-help-output.patch
	patches.suse/tools-power-turbostat-Introduce-force-parameter.patch
	patches.suse/tools-power-turbostat-add-Busy-to-show-idle.patch
	patches.suse/tools-power-turbostat-Add-an-NMI-column.patch
	patches.suse/tools-power-turbostat-Remove-SysWatt-from-DISABLED_BY_DEFAULT.patch
	patches.suse/tools-power-turbostat-Fix-PMT-mmaped-file-size-rounding.patch
	patches.suse/tools-power-turbostat-Add-fixed-RAPL-PSYS-divisor-for-SPR.patch
	patches.suse/tools-power-turbostat-Enhance-turbostat-self-performance-visibility.patch
	patches.suse/tools-power-turbostat-Check-for-non-zero-value-when-MSR-probing.patch
	patches.suse/tools-power-turbostat-Return-default-value-for-unmapped-PMT-domains.patch
	patches.suse/tools-power-turbostat-Extend-PMT-identification-with-a-sequence-number.patch
	patches.suse/tools-power-turbostat-Add-PMT-directory-iterator-helper.patch
	patches.suse/tools-power-turbostat-Allow-mapping-multiple-PMT-files-with-the-same-GUID.patch
	patches.suse/tools-power-turbostat-Allow-adding-PMT-counters-directly-by-sysfs-path.patch
	patches.suse/tools-power-turbostat-version-2025.01.14.patch
	patches.suse/tools-power-turbostat-Add-tcore-clock-PMT-type.patch
	patches.suse/tools-power-turbostat-Fix-forked-child-affinity-regression.patch
	patches.suse/tools-power-turbostat-Harden-one-shot-mode-against-cpu-offline.patch
	patches.suse/tools-power-turbostat-Add-CPU-c1e-BIC-for-CWF.patch
	patches.suse/tools-power-turbostat-version-2025.02.02.patch
	patches.suse/xfs-don-t-call-remap_verify_area-with-sb-write-protection-held.patch
	patches.suse/xfs-Propagate-errors-from-xfs_reflink_cancel_cow_range-in-xfs_dax_write_iomap_end.patch
	patches.suse/xfs-Add-error-handling-for-xfs_reflink_cancel_cow_range.patch
	patches.suse/irqchip-lan966x-oic-Make-CONFIG_LAN966X_OIC-depend-o.patch
	patches.suse/irqchip-irq-mvebu-icu-Fix-access-to-msi_data-from-ir.patch
	patches.suse/irqchip-apple-aic-Only-handle-PMC-interrupt-as-FIQ-w.patch
	patches.suse/jiffies-Cast-to-unsigned-long-in-secs_to_jiffies-con.patch
	patches.suse/platform-x86-intel-pmc-fix-ltr-decode-in-pmc_core_lt.patch
	patches.suse/btrfs-fix-assertion-failure-when-splitting-ordered-extent-after-transaction-abort.patch
	patches.suse/btrfs-fix-use-after-free-when-attempting-to-join-an-.patch
	patches.suse/ice-Add-check-for-devm_kzalloc.patch
	patches.suse/vmxnet3-Fix-tx-queue-race-condition-with-XDP.patch
	patches.suse/tg3-Disable-tg3-PCIe-AER-on-system-reboot.patch
	patches.suse/ice-put-Rx-buffers-after-being-done-with-current-fra.patch
	patches.suse/ice-gather-page_count-s-of-each-frag-right-before-XD.patch
	patches.suse/ice-stop-storing-XDP-verdict-within-ice_rx_buf.patch
	patches.suse/net-atlantic-fix-warning-during-hot-unplug.patch
	patches.suse/net-rose-lock-the-socket-in-rose_bind.patch
	patches.suse/selftests-mptcp-connect-f-no-reconnect.patch
	patches.suse/netem-Update-sch-q.qlen-before-qdisc_tree_reduce_backlog.patch
	patches.suse/x86-xen-fix-xen_hypercall_hvm-to-not-clobber-rbx.patch
	patches.suse/x86-xen-add-FRAME_END-to-xen_hypercall_hvm.patch
	patches.suse/PCI-ASPM-Fix-L1SS-saving.patch
	patches.suse/PCI-TPH-Restore-TPH-Requester-Enable-correctly.patch
	patches.suse/selftests-always-check-mask-returned-by-statmount-2.patch
	patches.suse/gpio-pca953x-Improve-interrupt-support.patch
	patches.suse/gpio-sim-lock-hog-configfs-items-if-present.patch
	patches.suse/ACPI-PRM-Remove-unnecessary-strict-handler-address-c.patch
	patches.suse/ACPI-property-Fix-return-value-for-nval-0-in-acpi_da.patch
	patches.suse/ACPI-resource-IRQ-override-for-Eluktronics-MECH-17.patch
	patches.suse/cpufreq-amd-pstate-Fix-per-policy-boost-flag-incorrect-when-fail.patch
	patches.suse/cpufreq-amd-pstate-Remove-the-goto-label-in-amd_pstate_update_limits.patch
	patches.suse/cpufreq-amd-pstate-Fix-max_perf-updation-with-schedutil.patch
	patches.suse/cpufreq-amd-pstate-Fix-cpufreq_policy-ref-counting.patch
	patches.suse/powercap-call-put_device-on-an-error-path-in-powerca.patch
	patches.suse/drivers-block-sunvdc.c-update-the-correct-AIP-call.patch
	patches.suse/nvme-pci-Add-TUXEDO-InfinityFlex-to-Samsung-sleep-qu.patch
	patches.suse/nvme-pci-Add-TUXEDO-IBP-Gen9-to-Samsung-sleep-quirk.patch
	patches.suse/nvme-fc-go-straight-to-connecting-state-when-initial.patch
	patches.suse/nvme-handle-connectivity-loss-in-nvme_set_queue_coun.patch
	patches.suse/nvme-fc-do-not-ignore-connectivity-loss-during-conne.patch
	patches.suse/nvme-make-nvme_tls_attrs_group-static.patch
	patches.suse/nvme-fc-use-ctrl-state-getter.patch
	patches.suse/md-Fix-linear_set_limits.patch
	patches.suse/firmware-iscsi_ibft-fix-ISCSI_IBFT-Kconfig-entry.patch
	patches.suse/iscsi_ibft-Fix-UBSAN-shift-out-of-bounds-warning-in-.patch
	patches.suse/drm-amdgpu-add-a-BO-metadata-flag-to-disable-write-c.patch
	patches.suse/drm-amd-display-Fix-out-of-bound-accesses.patch
	patches.suse/drm-amd-display-Fix-seamless-boot-sequence.patch
	patches.suse/Revert-drm-amd-display-Use-HW-lock-mgr-for-PSR1.patch
	patches.suse/drm-komeda-Add-check-for-komeda_get_layer_fourcc_lis.patch
	patches.suse/accel-ivpu-Clear-runtime_error-after-pm_runtime_resu.patch
	patches.suse/accel-ivpu-Fix-error-handling-in-recovery-reset.patch
	patches.suse/gpu-drm_dp_cec-fix-broken-CEC-adapter-properties-che.patch
	patches.suse/drm-xe-devcoredump-Move-exec-queue-snapshot-to-Conte.patch
	patches.suse/drm-xe-Fix-and-re-enable-xe_print_blob_ascii85.patch
	patches.suse/drm-i915-pmu-Fix-zero-delta-busyness-issue.patch
	patches.suse/drm-i915-Fix-page-cleanup-on-DMA-remap-failure.patch
	patches.suse/drm-i915-Drop-64bpp-YUV-formats-from-ICL-SDR-planes.patch
	patches.suse/drm-i915-guc-Debug-print-LRC-state-entries-only-if-t.patch
	patches.suse/drm-i915-dp-fix-the-Adaptive-sync-Operation-mode-for.patch
	patches.suse/drm-i915-dp-Iterate-DSC-BPP-from-high-to-low-on-all-.patch
	patches.suse/kbuild-Move-Wenum-enum-conversion-to-W-2.patch
	patches.suse/sched-fair-Fix-inaccurate-h_nr_runnable-accounting-with-delayed-dequeue.patch
	patches.suse/sched-debug-Provide-slice-length-for-fair-tasks.patch
	patches.suse/clocksource-Use-migrate_disable-to-avoid-calling-get_random_u32-in-atomic-context.patch
	patches.suse/x86-boot-Use-std-gnu11-to-fix-build-with-GCC-15.patch
	patches.suse/rust-kbuild-add-fzero-init-padding-bits-to-bindgen_s.patch
	patches.suse/scsi-core-Do-not-retry-I-Os-during-depopulation.patch
	patches.suse/scsi-ufs-core-Fix-use-after-free-in-init-error-and-remove-paths.patch
	patches.suse/msft-hv-3159-scsi-storvsc-Set-correct-data-length-for-sending-SCS.patch
	patches.suse/seccomp-passthrough-uretprobe-systemcall-without-fil.patch
	patches.suse/KVM-s390-vsie-fix-some-corner-cases-when-grabbing-vsie-pages.patch
	patches.suse/KVM-s390-vsie-stop-using-page-index.patch
	patches.suse/KVM-s390-vsie-stop-messing-with-page-refcount.patch
	patches.suse/KVM-s390-vsie-stop-using-struct-page-for-vsie-page.patch
	patches.suse/KVM-Do-not-restrict-the-size-of-KVM-internal-memory-.patch
	patches.suse/KVM-s390-wrapper-for-KVM_BUG.patch
	patches.suse/KVM-s390-fake-memslot-for-ucontrol-VMs.patch
	patches.suse/KVM-arm64-Flush-hyp-bss-section-after-initialization.patch
	patches.suse/KVM-arm64-Flush-sync-debug-state-in-protected-mode.patch
	patches.suse/KVM-arm64-Fail-protected-mode-init-if-no-vgic-hardwa.patch
	patches.suse/KVM-arm64-Fix-nested-S2-MMU-structures-reallocation.patch
	patches.suse/KVM-arm64-timer-Always-evaluate-the-need-for-a-soft-.patch
	patches.suse/KVM-arm64-timer-Correctly-handle-EL1-timer-emulation.patch
	patches.suse/KVM-arm64-timer-Don-t-adjust-the-EL2-virtual-timer-o.patch
	patches.suse/KVM-remove-kvm_arch_post_init_vm.patch
	patches.suse/KVM-x86-mmu-Ensure-NX-huge-page-recovery-thread-is-a.patch
	patches.suse/PM-sleep-core-Restrict-power.set_active-propagation.patch
	patches.suse/scripts-Makefile.extrawarn-Do-not-show-clang-s-non-k.patch
	patches.suse/pinctrl-cy8c95x0-Avoid-accessing-reserved-registers.patch
	patches.suse/pinctrl-cy8c95x0-Enable-regmap-locking-for-debug.patch
	patches.suse/pinctrl-cy8c95x0-Rename-PWMSEL-to-SELPWM.patch
	patches.suse/pinctrl-cy8c95x0-Respect-IRQ-trigger-settings-from-f.patch
	patches.suse/pinctrl-pinconf-generic-Print-unsigned-value-if-a-fo.patch
	patches.suse/HID-intel-ish-hid-fix-the-length-of-MNG_SYNC_FW_CLOC.patch
	patches.suse/HID-intel-ish-hid-Send-clock-sync-message-immediatel.patch
	patches.suse/HID-ignore-non-functional-sensor-in-HP-5MP-Camera.patch
	patches.suse/HID-hid-steam-Fix-issues-with-disabling-both-gamepad.patch
	patches.suse/HID-winwing-Add-NULL-check-in-winwing_init_led.patch
	patches.suse/HID-multitouch-Add-NULL-check-in-mt_input_configured.patch
	patches.suse/HID-intel-ish-hid-ipc-Add-Panther-Lake-PCI-device-ID.patch
	patches.suse/HID-topre-Fix-n-key-rollover-on-Realforce-R3S-TKL-bo.patch
	patches.suse/HID-hid-apple-Apple-Magic-Keyboard-a3203-USB-C-suppo.patch
	patches.suse/HID-apple-fix-up-the-F6-key-on-the-Omoton-KB066-keyb.patch
	patches.suse/HID-hid-thrustmaster-fix-stack-out-of-bounds-read-in.patch
	patches.suse/HID-hid-steam-Move-hidraw-input-un-registering-to-wo.patch
	patches.suse/HID-hid-steam-Don-t-use-cancel_delayed_work_sync-in-.patch
	patches.suse/nfsd-clear-acl_access-acl_default-after-releasing-them.patch
	patches.suse/nfsd-validate-the-nfsd_serv-pointer-before-calling-svc_wake_up.patch
	patches.suse/NFSD-fix-hang-in-nfsd4_shutdown_callback.patch
	patches.suse/NFSD-Fix-CB_GETATTR-status-fix.patch
	patches.suse/x86-cpu-kvm-SRSO-Fix-possible-missing-IBPB-on-VM-Exit.patch
	patches.suse/platform-x86-thinkpad_acpi-Fix-invalid-fan-speed-on-.patch
	patches.suse/platform-x86-thinkpad_acpi-Support-for-V9-DYTC-platf.patch
	patches.suse/platform-x86-int3472-Use-correct-type-for-polarity-c.patch
	patches.suse/platform-x86-int3472-Call-reset-GPIO-enable-for-INT3.patch
	patches.suse/net-add-dev_net_rcu-helper.patch
	patches.suse/ipv4-add-RCU-protection-to-ip4_dst_hoplimit.patch
	patches.suse/ipv4-use-RCU-protection-in-ip_dst_mtu_maybe_forward.patch
	patches.suse/ipv4-use-RCU-protection-in-ipv4_default_advmss.patch
	patches.suse/ipv4-use-RCU-protection-in-rt_is_expired.patch
	patches.suse/ipv4-use-RCU-protection-in-inet_select_addr.patch
	patches.suse/ipv4-use-RCU-protection-in-__ip_rt_update_pmtu.patch
	patches.suse/ipv4-icmp-convert-to-dev_net_rcu.patch
	patches.suse/flow_dissector-use-RCU-protection-to-fetch-dev_net.patch
	patches.suse/ipv6-use-RCU-protection-in-ip6_default_advmss.patch
	patches.suse/ipv6-icmp-convert-to-dev_net_rcu.patch
	patches.suse/ipv6-Use-RCU-in-ip6_input.patch
	patches.suse/net-ethtool-tsconfig-Fix-netlink-type-of-hwtstamp-fl.patch
	patches.suse/ax25-Fix-refcount-leak-caused-by-setting-SO_BINDTODE.patch
	patches.suse/ndisc-ndisc_send_redirect-must-use-dev_get_by_index_rcu.patch
	patches.suse/ndisc-use-RCU-protection-in-ndisc_alloc_skb.patch
	patches.suse/neighbour-use-RCU-protection-in-__neigh_notify.patch
	patches.suse/arp-use-RCU-protection-in-arp_xmit.patch
	patches.suse/openvswitch-use-RCU-protection-in-ovs_vport_cmd_fill_info.patch
	patches.suse/vrf-use-RCU-protection-in-l3mdev_l3_out.patch
	patches.suse/ndisc-extend-RCU-protection-in-ndisc_send_skb.patch
	patches.suse/ipv6-mcast-extend-RCU-protection-in-igmp6_send.patch
	patches.suse/wifi-ath12k-fix-handling-of-6-GHz-rules.patch
	patches.suse/Documentation-networking-fix-basic-node-example-docu.patch
	patches.suse/can-j1939-j1939_sk_send_loop-fix-unable-to-send-mess.patch
	patches.suse/can-ctucanfd-handle-skb-allocation-failure.patch
	patches.suse/can-c_can-fix-unbalanced-runtime-PM-disable-in-error.patch
	patches.suse/can-etas_es58x-fix-potential-NULL-pointer-dereferenc.patch
	patches.suse/can-rockchip-rkcanfd_handle_rx_fifo_overflow_int-bai.patch
	patches.suse/batman-adv-fix-panic-during-interface-removal.patch
	patches.suse/batman-adv-Ignore-neighbor-throughput-metrics-in-err.patch
	patches.suse/batman-adv-Drop-unmanaged-ELP-metric-worker.patch
	patches.suse/vxlan-check-vxlan_vnigroup_init-return-value.patch
	patches.suse/iavf-Fix-a-locking-bug-in-an-error-path.patch
	patches.suse/idpf-fix-handling-rsc-packet-with-a-single-segment.patch
	patches.suse/idpf-record-rx-queue-in-skb-for-RSC-packets.patch
	patches.suse/idpf-call-set_real_num_queues-in-idpf_open.patch
	patches.suse/ixgbe-Fix-possible-skb-NULL-pointer-dereference.patch
	patches.suse/igc-Fix-HW-RX-timestamp-when-passed-by-ZC-XDP.patch
	patches.suse/igc-Set-buffer-type-for-empty-frames-in-igc_init_emp.patch
	patches.suse/vsock-Orphan-socket-after-transport-release.patch
	patches.suse/net-ethernet-ti-am65-cpsw-fix-memleak-in-certain-XDP.patch
	patches.suse/ipv6-mcast-add-RCU-protection-to-mld_newpack.patch
	patches.suse/s390-qeth-move-netif_napi_add_tx-and-napi_enable-fro.patch
	patches.suse/Bluetooth-L2CAP-Fix-slab-use-after-free-Read-in-l2ca.patch
	patches.suse/Bluetooth-btintel_pcie-Fix-a-potential-race-conditio.patch
	patches.suse/Bluetooth-L2CAP-Fix-corrupted-list-in-hci_chan_del.patch
	patches.suse/regmap-irq-Add-missing-kfree.patch
	patches.suse/spi-sn-f-ospi-Fix-division-by-zero.patch
	patches.suse/drm-tests-hdmi-Fix-WW_MUTEX_SLOWPATH-failures.patch
	patches.suse/drm-tests-hdmi-Remove-redundant-assignments.patch
	patches.suse/gpu-host1x-Fix-a-use-of-uninitialized-mutex.patch
	patches.suse/drm-Fix-DSC-BPP-increment-decoding.patch
	patches.suse/drm-amdgpu-gfx9-manually-control-gfxoff-for-CS-on-RV.patch
	patches.suse/drm-amdgpu-bump-version-for-RV-PCO-compute-fix.patch
	patches.suse/amdkfd-properly-free-gang_ctx_bo-when-failed-to-init.patch
	patches.suse/drm-amdgpu-bail-out-when-failed-to-load-fw-in-psp_in.patch
	patches.suse/drm-amdkfd-Ensure-consistent-barrier-state-saved-in-.patch
	patches.suse/drm-amdgpu-avoid-buffer-overflow-attach-in-smu_sys_s.patch
	patches.suse/drm-i915-selftests-avoid-using-uninitialized-context.patch
	patches.suse/drm-xe-client-bo-client-does-not-need-bos_lock.patch
	patches.suse/xen-swiotlb-relax-alignment-requirements.patch
	patches.suse/x86-xen-allow-larger-contiguous-memory-regions-in-PV.patch
	patches.suse/iommu-Fix-potential-memory-leak-in-iopf_queue_remove.patch
	patches.suse/iommu-amd-Expicitly-enable-CNTRL.EPHEn-bit-in-resume.patch
	patches.suse/arm64-Handle-.ARM.attributes-section-in-linker-scripts.patch
	patches.suse/arm64-cacheinfo-Avoid-out-of-bounds-write-to-cacheinfo-array.patch
	patches.suse/arm64-amu-Delay-allocating-cpumask-for-AMU-FIE-support.patch
	patches.suse/ACPI-GTDT-Relax-sanity-checking-on-Platform-Timers-a.patch
	patches.suse/workqueue-Put-the-pwq-after-detaching-the-rescuer-from-the-pool.patch
	patches.suse/cgroup-fix-race-between-fork-and-cgroup.kill.patch
	patches.suse/selftests-cgroup-use-bash-in-test_cpuset_v1_hp.sh.patch
	patches.suse/cgroup-Remove-steal-time-from-usage_usec.patch
	patches.suse/sched_ext-Fix-incorrect-autogroup-migration-detection.patch
	patches.suse/io_uring-waitid-don-t-abuse-io_tw_state.patch
	patches.suse/io_uring-kbuf-reallocate-buf-lists-on-upgrade.patch
	patches.suse/io_uring-uring_cmd-switch-sqe-to-async_data-on-EAGAI.patch
	patches.suse/io_uring-uring_cmd-unconditionally-copy-SQEs-at-prep.patch
	patches.suse/block-cleanup-and-fix-batch-completion-adding-conditions.patch
	patches.suse/partitions-mac-fix-handling-of-bogus-partition-table.patch
	patches.suse/efi-Avoid-cold-plugged-memory-for-placing-the-kernel.patch
	patches.suse/mmc-mtk-sd-Fix-register-settings-for-hs400-es-mode.patch
	patches.suse/thermal-cpufreq_cooling-Remove-structure-member-docu.patch
	patches.suse/PCI-Avoid-FLR-for-Mediatek-MT7922-WiFi.patch
	patches.suse/gpio-bcm-kona-Fix-GPIO-lock-unlock-for-banks-above-b.patch
	patches.suse/gpio-bcm-kona-Make-sure-GPIO-bits-are-unlocked-when-.patch
	patches.suse/gpio-bcm-kona-Add-missing-newline-to-dev_err-format-.patch
	patches.suse/gpiolib-acpi-Add-a-quirk-for-Acer-Nitro-ANV14.patch
	patches.suse/gpio-stmpe-Check-return-value-of-stmpe_reg_read-in-s.patch
	patches.suse/gpiolib-Fix-crash-on-error-in-gpiochip_get_ngpios.patch
	patches.suse/objtool-rust-add-one-more-noreturn-Rust-function.patch
	patches.suse/s390-cio-Fix-CHPID-configure-attribute-caching.patch
	patches.suse/s390-pci-Pull-search-for-parent-PF-out-of-zpci_iov_setup_virtfn.patch
	patches.suse/s390-pci-Fix-handling-of-isolated-VFs.patch
	patches.suse/tracing-Do-not-allow-mmap-of-persistent-ring-buffer.patch
	patches.suse/KVM-arm64-Improve-error-handling-from-check_host_sha.patch
	patches.suse/KVM-arm64-Simplify-np-guest-hypercalls.patch
	patches.suse/KVM-arm64-Fix-__pkvm_host_mkyoung_guest-return-value.patch
	patches.suse/KVM-arm64-Unconditionally-save-flush-host-FPSIMD-SVE-SME-state.patch
	patches.suse/KVM-arm64-Remove-host-FPSIMD-saving-for-non-protecte.patch
	patches.suse/KVM-arm64-Remove-VHE-host-restore-of-CPACR_EL1.ZEN.patch
	patches.suse/KVM-arm64-Remove-VHE-host-restore-of-CPACR_EL1.SMEN.patch
	patches.suse/KVM-arm64-Refactor-CPTR-trap-deactivation.patch
	patches.suse/KVM-arm64-Refactor-exit-handlers.patch
	patches.suse/KVM-arm64-Mark-some-header-functions-as-inline.patch
	patches.suse/KVM-arm64-Eagerly-switch-ZCR_EL-1-2.patch
	patches.suse/KVM-arm64-Simplify-warning-in-kvm_arch_vcpu_load_fp.patch
	patches.suse/KVM-arm64-Convert-timer-offset-VA-when-accessed-in-H.patch
	patches.suse/KVM-arm64-Fix-alignment-of-kvm_hyp_memcache-allocati.patch
	patches.suse/KVM-arm64-timer-Drop-warning-on-failed-interrupt-sig.patch
	patches.suse/KVM-arm64-vgic-Hoist-SGI-PPI-alloc-from-vgic_init-to.patch
	patches.suse/crypto-ccp-Add-external-API-interface-for-PSP-module.patch
	patches.suse/KVM-SVM-Ensure-PSP-module-is-initialized-if-KVM-modu.patch
	patches.suse/x86-sev-Fix-broken-SNP-support-with-KVM-module-built.patch
	patches.suse/msft-hv-3160-KVM-x86-Reject-Hyper-V-s-SEND_IPI-hypercalls-if-loca.patch
	patches.suse/KVM-nSVM-Enter-guest-mode-before-initializing-nested.patch
	patches.suse/KVM-x86-Load-DR6-with-guest-value-only-before-enteri.patch
	patches.suse/objtool-Ignore-dangling-jump-table-entries.patch
	patches.suse/sched-Clarify-wake_up_q-s-write-to-task-wake_q.next.patch
	patches.suse/perf-x86-rapl-Fix-the-error-checking-order.patch
	patches.suse/perf-x86-intel-Clean-up-PEBS-via-PT-on-hybrid.patch
	patches.suse/perf-x86-intel-Fix-ARCH_PERFMON_NUM_COUNTER_LEAF.patch
	patches.suse/perf-x86-intel-Ensure-LBRs-are-disabled-when-a-CPU-is-star.patch
	patches.suse/usb-gadget-f_midi-Fixing-wMaxPacketSize-exceeded-iss.patch
	patches.suse/usb-phy-generic-Use-proper-helper-for-property-detec.patch
	patches.suse/usb-gadget-udc-renesas_usb3-Fix-compiler-warning.patch
	patches.suse/USB-hub-Ignore-non-compliant-devices-with-too-many-c.patch
	patches.suse/usb-dwc2-gadget-remove-of_node-reference-upon-udc_st.patch
	patches.suse/usb-gadget-f_midi-fix-MIDI-Streaming-descriptor-leng.patch
	patches.suse/USB-serial-option-add-MeiG-Smart-SLM828.patch
	patches.suse/USB-serial-option-add-Telit-Cinterion-FN990B-composi.patch
	patches.suse/USB-serial-option-fix-Telit-Cinterion-FN990A-name.patch
	patches.suse/USB-serial-option-drop-MeiG-Smart-defines.patch
	patches.suse/USB-pci-quirks-Fix-HCCPARAMS-register-error-for-LS7A.patch
	patches.suse/usb-xhci-Restore-xhci_pci-support-for-Renesas-HCs.patch
	patches.suse/usb-cdc-acm-Check-control-transfer-buffer-size-befor.patch
	patches.suse/usb-cdc-acm-Fix-handling-of-oversized-fragments.patch
	patches.suse/USB-cdc-acm-Fill-in-Renesas-R-Car-D3-USB-Download-mo.patch
	patches.suse/USB-Add-USB_QUIRK_NO_LPM-quirk-for-sony-xperia-xz1-s.patch
	patches.suse/usb-dwc3-Fix-timeout-issue-during-controller-enter-e.patch
	patches.suse/usb-core-fix-pipe-creation-for-get_bMaxPacketSize0.patch
	patches.suse/USB-gadget-f_midi-f_midi_complete-to-call-queue_work.patch
	patches.suse/usb-gadget-core-flush-gadget-workqueue-after-device-.patch
	patches.suse/USB-quirks-add-USB_QUIRK_NO_LPM-quirk-for-Teclast-di.patch
	patches.suse/usb-roles-set-switch-registered-flag-early-on.patch
	patches.suse/usb-typec-tcpm-PSSourceOffTimer-timeout-in-PR_Swap-e.patch
	patches.suse/serial-port-Assign-iotype-correctly-when-iobase-is-s.patch
	patches.suse/serial-port-Always-update-iotype-in-__uart_read_prop.patch
	patches.suse/serial-8250-Fix-fifo-underflow-on-flush.patch
	patches.suse/tools-fix-annoying-mkdir-p-.-logs-when-building-tool.patch
	patches.suse/kbuild-userprogs-fix-bitsize-and-target-detection-on.patch
	patches.suse/powerpc-code-patching-Disable-KASAN-report-during-pa.patch
	patches.suse/powerpc-64s-Rewrite-__real_pte-and-__rpte_to_hidx-as.patch
	patches.suse/powerpc-code-patching-Fix-KASAN-hit-by-not-flagging-.patch
	patches.suse/acct-perform-last-write-from-workqueue.patch
	patches.suse/acct-block-access-to-kernel-internal-filesystems.patch
	patches.suse/ALSA-hda-realtek-Limit-mic-boost-on-Positivo-ARN50.patch
	patches.suse/PCI-pci_ids-add-INTEL_HDA_PTL_H.patch
	patches.suse/ALSA-hda-intel-dsp-config-Add-PTL-H-support.patch
	patches.suse/ASoC-SOF-Intel-pci-ptl-Add-support-for-PTL-H.patch
	patches.suse/ALSA-hda-hda-intel-add-Panther-Lake-H-support.patch
	patches.suse/ALSA-hda-realtek-Fixup-ALC225-depop-procedure.patch
	patches.suse/ASoC-fsl_micfil-Enable-default-case-in-micfil_set_qu.patch
	patches.suse/ASoC-rockchip-i2s-tdm-fix-shift-config-for-SND_SOC_D.patch
	patches.suse/ASoC-Intel-soc-acpi-intel-mtl-match-declare-adr-as-u.patch
	patches.suse/ASoC-simple-card-utils.c-add-missing-dlc-of_node.patch
	patches.suse/ASoC-arizona-madera-use-fsleep-in-up-down-DAPM-event.patch
	patches.suse/ASoC-SOF-ipc4-topology-Harden-loops-for-looking-up-A.patch
	patches.suse/ASoC-SOF-Intel-hda-add-softdep-pre-to-snd-hda-codec-.patch
	patches.suse/ASoC-SOF-stream-ipc-Check-for-cstream-nullity-in-sof.patch
	patches.suse/ASoC-SOF-pcm-Clear-the-susbstream-pointer-to-NULL-on.patch
	patches.suse/ASoC-Intel-sof_sdw-Add-lookup-of-quirk-using-PCI-sub.patch
	patches.suse/ASoC-Intel-sof_sdw-Add-quirk-for-Asus-Zenbook-S14.patch
	patches.suse/ASoC-SOF-amd-Add-post_fw_run_delay-ACP-quirk.patch
	patches.suse/ASoC-SOF-amd-Handle-IPC-replies-before-FW_BOOT_COMPL.patch
	patches.suse/ASoC-imx-audmix-remove-cpu_mclk-which-is-from-cpu-da.patch
	patches.suse/ALSA-hda-Add-error-check-for-snd_ctl_rename_id-in-sn.patch
	patches.suse/ALSA-hda-cirrus-Correct-the-full-scale-volume-set-lo.patch
	patches.suse/ALSA-hda-cirrus-Reduce-codec-resume-time.patch
	patches.suse/ALSA-hda-conexant-Add-quirk-for-HP-ProBook-450-G4-mu.patch
	patches.suse/ALSA-seq-Drop-UMP-events-when-no-UMP-conversion-is-s.patch
	patches.suse/lib-iov_iter-fix-import_iovec_ubuf-iovec-management.patch
	patches.suse/mm-migrate_device-don-t-add-folio-to-be-freed-to-LRU-in-migrate_device_finalize.patch
	patches.suse/selftests-mm-fix-check-for-running-THP-tests.patch
	patches.suse/kasan-don-t-call-find_vm_area-in-a-PREEMPT_RT-kernel.patch
	patches.suse/xfs-fix-online-repair-probing-when-CONFIG_XFS_ONLINE_REPAIR-n.patch
	patches.suse/xfs-flush-inodegc-before-swapon.patch
	patches.suse/net-wwan-mhi_wwan_mbim-Silence-sequence-number-glitc.patch
	patches.suse/vsock-virtio-fix-variables-initialization-during-res.patch
	patches.suse/geneve-Fix-use-after-free-in-geneve_find_dev.patch
	patches.suse/net-sched-cls_api-fix-error-handling-causing-NULL-dereference.patch
	patches.suse/drop_monitor-fix-incorrect-initialization-order.patch
	patches.suse/s390-ism-add-release-function-for-struct-device.patch
	patches.suse/ibmvnic-Don-t-reference-skb-after-sending-to-VIOS.patch
	patches.suse/sockmap-vsock-For-connectible-sockets-allow-only-con.patch
	patches.suse/vsock-bpf-Warn-on-socket-without-transport.patch
	patches.suse/selftest-bpf-Adapt-vsock_delete_on_close-to-sockmap-.patch
	patches.suse/selftest-bpf-Add-vsock-test-for-sockmap-rejecting-un.patch
	patches.suse/tcp-adjust-rcvq_space-after-updating-scaling-ratio.patch
	patches.suse/gve-set-xdp-redirect-target-only-when-it-is-availabl.patch
	patches.suse/net-Add-net_passive_inc-and-net_passive_dec.patch
	patches.suse/gtp-Suppress-list-corruption-splat-in-gtp_net_exit_b.patch
	patches.suse/geneve-Suppress-list-corruption-splat-in-geneve_dest.patch
	patches.suse/net-Add-non-RCU-dev_getbyhwaddr-helper.patch
	patches.suse/arp-switch-to-dev_getbyhwaddr-in-arp_req_set_public.patch
	patches.suse/tcp-drop-secpath-at-the-same-time-as-we-currently-drop-dst.patch
	patches.suse/nfp-bpf-Add-check-for-nfp_app_ctrl_msg_alloc.patch
	patches.suse/bpf-test_run-Fix-use-after-free-issue-in-eth_skb_pkt.patch
	patches.suse/selftests-bpf-Adjust-data-size-to-have-ETH_HLEN.patch
	patches.suse/bpf-unify-VM_WRITE-vs-VM_MAYWRITE-use-in-BPF-map-mma.patch
	patches.suse/bpf-avoid-holding-freeze_mutex-during-mmap-operation.patch
	patches.suse/net-Add-rx_skb-of-kfree_skb-to-raw_tp_null_args.patch
	patches.suse/power-supply-da9150-fg-fix-potential-overflow.patch
	patches.suse/power-supply-axp20x_battery-Fix-fault-handling-for-A.patch
	patches.suse/gpio-vf610-add-locking-to-gpio-direction-functions.patch
	patches.suse/gpiolib-protect-gpio_chip-with-SRCU-in-array_info-pa.patch
	patches.suse/mtd-rawnand-cadence-fix-error-code-in-cadence_nand_i.patch
	patches.suse/mtd-rawnand-cadence-use-dma_map_resource-for-sdma-ad.patch
	patches.suse/mtd-rawnand-cadence-fix-incorrect-device-in-dma_unma.patch
	patches.suse/mtd-rawnand-cadence-fix-unchecked-dereference.patch
	patches.suse/mtd-spi-nor-sst-Fix-SST-write-failure.patch
	patches.suse/io_uring-prevent-opcode-speculation.patch
	patches.suse/block-merge-remove-unnecessary-min-with-UINT_MAX.patch
	patches.suse/block-fix-NULL-pointer-dereferenced-within-__blk_rq_.patch
	patches.suse/md-raid-Fix-the-set_queue_limits-implementations.patch
	patches.suse/nvme-pci-quirk-Acer-FA100-for-non-uniqueue-identifie.patch
	patches.suse/nvme-tcp-add-basic-support-for-the-C2HTermReq-PDU.patch
	patches.suse/nvmet-Fix-crash-when-a-namespace-is-disabled.patch
	patches.suse/nvmet-rdma-recheck-queue-state-is-LIVE-in-state-lock.patch
	patches.suse/nvme-tcp-Fix-compilation-warning-with-W-1.patch
	patches.suse/nvme-tcp-fix-connect-failure-on-receiving-partial-IC.patch
	patches.suse/nvme-ioctl-add-missing-space-in-err-message.patch
	patches.suse/nvme-fc-rely-on-state-transitions-to-handle-connecti.patch
	patches.suse/nvme-only-allow-entering-LIVE-from-CONNECTING-state.patch
	patches.suse/drm-panel-jd9365da-h3-fix-reset-signal-polarity.patch
	patches.suse/nouveau-svm-fix-missing-folio-unlock-put-after-make_.patch
	patches.suse/drm-nouveau-pmu-Fix-gp10b-firmware-guard.patch
	patches.suse/drm-i915-gt-Use-spin_lock_irqsave-in-interruptible-c.patch
	patches.suse/drm-i915-dsi-Use-TRANS_DDI_FUNC_CTL-s-own-port-width.patch
	patches.suse/drm-i915-ddi-Fix-HDMI-port-width-programming-in-DDI_.patch
	patches.suse/drm-i915-Make-sure-all-planes-in-use-by-the-joiner-h.patch
	patches.suse/drm-i915-dp-Fix-error-handling-during-128b-132b-link.patch
	patches.suse/drm-msm-Avoid-rounding-up-to-one-jiffy.patch
	patches.suse/drm-msm-dpu-skip-watchdog-timer-programming-through-.patch
	patches.suse/drm-msm-dpu-enable-DPU_WB_INPUT_CTRL-for-DPU-5.x.patch
	patches.suse/drm-msm-dpu-Disable-dither-in-phys-encoder-cleanup.patch
	patches.suse/drm-msm-dpu-Don-t-leak-bits_per_component-into-rando.patch
	patches.suse/drm-msm-dsi-phy-Protect-PHY_CMN_CLK_CFG0-updated-fro.patch
	patches.suse/drm-msm-dsi-phy-Protect-PHY_CMN_CLK_CFG1-against-clo.patch
	patches.suse/drm-msm-dsi-phy-Do-not-overwite-PHY_CMN_CLK_CFG1-whe.patch
	patches.suse/arm64-dts-rockchip-Fix-broken-tsadc-pinctrl-names-for-rk3588.patch
	patches.suse/arm64-dts-rockchip-Fix-lcdpwr_en-pin-for-Cool-Pi-GenBook.patch
	patches.suse/arm64-dts-rockchip-adjust-SMMU-interrupt-type-on-rk3588.patch
	patches.suse/platform-cznic-CZNIC_PLATFORMS-should-depend-on-ARCH.patch
	patches.suse/tee-optee-Fix-supplicant-wait-loop.patch
	patches.suse/firmware-arm_scmi-imx-Correct-tx-size-of-scmi_imx_mi.patch
	patches.suse/soc-loongson-loongson2_guts-Add-check-for-devm_kstrd.patch
	patches.suse/s390-boot-Fix-ESSA-detection.patch
	patches.suse/irqchip-gic-v3-Fix-rk3399-workaround-when-secure-int.patch
	patches.suse/irqchip-jcore-aic-clocksource-drivers-jcore-Fix-jcor.patch
	patches.suse/perf-x86-intel-Fix-event-constraints-for-LNC.patch
	patches.suse/sched-Compact-RSEQ-concurrency-IDs-with-reduced-threads-and-affinity.patch
	patches.suse/rseq-Fix-rseq-registration-with-CONFIG_DEBUG_RSEQ.patch
	patches.suse/smb-client-Add-check-for-next_buffer-in-receive_encr.patch
	patches.suse/EDAC-qcom-Correct-interrupt-enable-register-configur.patch
	patches.suse/dm-integrity-Avoid-divide-by-zero-in-table-status-in.patch
	patches.suse/dm-vdo-add-missing-spin_lock_init.patch
	patches.suse/rseq-selftests-Fix-riscv-rseq_offset_deref_addv-inli.patch
	patches.suse/ovl-fix-UAF-in-ovl_dentry_update_reval-by-moving-dpu.patch
	patches.suse/tools-Unify-top-level-quiet-infrastructure.patch
	patches.suse/RDMA-mlx5-Fix-the-recovery-flow-of-the-UMR-QP.patch
	patches.suse/IB-mlx5-Set-and-get-correct-qp_num-for-a-DCT-QP.patch
	patches.suse/RDMA-mlx5-Fix-a-race-for-DMABUF-MR-which-can-lead-to.patch
	patches.suse/RDMA-mlx5-Fix-a-WARN-during-dereg_mr-for-DM-type.patch
	patches.suse/msft-hv-3161-RDMA-mana_ib-Allocate-PAGE-aligned-doorbell-index.patch
	patches.suse/RDMA-hns-Fix-mbox-timing-out-by-adding-retry-mechani.patch
	patches.suse/RDMA-bnxt_re-Fix-an-issue-in-bnxt_re_async_notifier.patch
	patches.suse/RDMA-bnxt_re-Add-sanity-checks-on-rdev-validity.patch
	patches.suse/RDMA-bnxt_re-Fix-issue-in-the-unload-path.patch
	patches.suse/RDMA-bnxt_re-Fix-the-statistics-for-Gen-P7-VF.patch
	patches.suse/RDMA-mlx5-Fix-implicit-ODP-hang-on-parent-deregistra.patch
	patches.suse/RDMA-mlx5-Fix-AH-static-rate-parsing.patch
	patches.suse/RDMA-mlx5-Fix-bind-QP-error-cleanup-flow.patch
	patches.suse/RDMA-bnxt_re-Fix-the-page-details-for-the-srq-create.patch
	patches.suse/ima-Reset-IMA_NONACTION_RULE_FLAGS-after-post_setatt.patch
	patches.suse/landlock-Fix-non-TCP-sockets-restriction.patch
	patches.suse/selftests-landlock-Test-TCP-accesses-with-protocol-I.patch
	patches.suse/selftests-landlock-Test-that-MPTCP-actions-are-not-r.patch
	patches.suse/SUNRPC-Prevent-looping-due-to-rpc_signal_task-races.patch
	patches.suse/NFSv4-Fix-a-deadlock-when-recovering-state-on-a-sillyrenamed-file.patch
	patches.suse/SUNRPC-Handle-ETIMEDOUT-return-from-tlshd.patch
	patches.suse/sunrpc-suppress-warnings-for-unused-procfs-functions.patch
	patches.suse/scsi-core-Clear-driver-private-data-when-retrying-request.patch
	patches.suse/scsi-ufs-core-bsg-Fix-crash-when-arpmb-command-fails.patch
	patches.suse/ALSA-usb-audio-Avoid-dropping-MIDI-events-at-closing.patch
	patches.suse/ALSA-usb-audio-Re-add-sample-rate-quirk-for-Pioneer-.patch
	patches.suse/ASoC-tas2770-Fix-volume-scale.patch
	patches.suse/ASoC-tas2764-Fix-power-control-mask.patch
	patches.suse/ASoC-tas2764-Set-the-SDOUT-polarity-correctly.patch
	patches.suse/ALSA-hda-realtek-Fix-wrong-mic-setup-for-ASUS-VivoBo.patch
	patches.suse/ALSA-hda-realtek-Fix-microphone-regression-on-ASUS-N.patch
	patches.suse/ASoC-es8328-fix-route-from-DAC-to-output.patch
	patches.suse/ASoC-fsl-Rename-stream-name-of-SAI-DAI-driver.patch
	patches.suse/ASoC-dapm-graph-set-fill-colour-of-turned-on-nodes.patch
	patches.suse/firmware-cs_dsp-Remove-async-regmap-writes.patch
	patches.suse/ASoC-cs35l56-Prevent-races-when-soft-resetting-using.patch
	patches.suse/ASoC-SOF-Intel-don-t-check-number-of-sdw-links-when-.patch
	patches.suse/net-phy-qcom-qca807x-fix-condition-for-DAC_DSP_BIAS_.patch
	patches.suse/Bluetooth-L2CAP-Fix-L2CAP_ECRED_CONN_RSP-response.patch
	patches.suse/net-better-track-kernel-sockets-lifetime.patch
	patches.suse/ipvlan-ensure-network-headers-are-in-skb-linear-part.patch
	patches.suse/net-ethtool-fix-ioctl-confusing-drivers-about-desire.patch
	patches.suse/tcp-devmem-don-t-write-truncated-dmabuf-CMSGs-to-userspace.patch
	patches.suse/mptcp-always-handle-address-removal-under-msk-socket.patch
	patches.suse/ice-Fix-deinitializing-VF-in-error-path.patch
	patches.suse/ice-Avoid-setting-default-Rx-VSI-twice-in-switchdev-.patch
	patches.suse/iavf-fix-circular-lock-dependency-with-netdev_lock.patch
	patches.suse/ixgbe-fix-media-cage-present-detection-for-E610-devi.patch
	patches.suse/net-enetc-VFs-do-not-support-HWTSTAMP_TX_ONESTEP_SYN.patch
	patches.suse/tcp-Defer-ts_recent-changes-until-req-is-owned.patch
	patches.suse/gve-unlink-old-napi-when-stopping-a-queue-using-queu.patch
	patches.suse/net-mlx5-Fix-vport-QoS-cleanup-on-error.patch
	patches.suse/net-mlx5-Restore-missing-trace-event-when-enabling-v.patch
	patches.suse/net-mlx5-IRQ-Fix-null-string-in-debug-print.patch
	patches.suse/usbnet-gl620a-fix-endpoint-checking-in-genelink_bind.patch
	patches.suse/selftests-drv-net-Check-if-combined-count-exists.patch
	patches.suse/idpf-fix-checksums-set-in-idpf_rx_rsc.patch
	patches.suse/amdgpu-pm-legacy-fix-suspend-resume-issues.patch
	patches.suse/drm-amdkfd-Preserve-cp_hqd_pq_control-on-update_mqd.patch
	patches.suse/drm-amdgpu-disable-BAR-resize-on-Dell-G5-SE.patch
	patches.suse/drm-amd-display-Disable-PSR-SU-on-eDP-panels.patch
	patches.suse/drm-amd-display-add-a-quirk-to-enable-eDP0-on-DP1.patch
	patches.suse/drm-amd-display-Fix-HPD-after-gpu-reset.patch
	patches.suse/drm-amdgpu-init-return-value-in-amdgpu_ttm_clear_buf.patch
	patches.suse/drm-vkms-Round-fixp2int-conversion-in-lerp_u16.patch
	patches.suse/drm-nouveau-Do-not-override-forced-connector-status.patch
	patches.suse/drm-fbdev-dma-Add-shadow-buffering-for-deferred-I-O.patch
	patches.suse/drm-xe-userptr-restore-invalidation-list-on-error.patch
	patches.suse/drm-xe-userptr-fix-EFAULT-handling.patch
	patches.suse/drm-xe-oa-Allow-oa_exponent-value-of-0.patch
	patches.suse/drm-xe-regs-remove-a-duplicate-definition-for-RING_C.patch
	patches.suse/drm-xe-cancel-pending-job-timer-before-freeing-sched.patch
	patches.suse/efi-Don-t-map-the-entire-mokvar-table-to-determine-i.patch
	patches.suse/block-Remove-zone-write-plugs-when-handling-native-zone-append-writes.patch
	patches.suse/iommu-vt-d-Remove-device-comparison-in-context_setup.patch
	patches.suse/iommu-vt-d-Fix-suspicious-RCU-usage.patch
	patches.suse/vmlinux.lds-Ensure-that-const-vars-with-relocations-.patch
	patches.suse/perf-core-Add-RCU-read-lock-protection-to-perf_itera.patch
	patches.suse/perf-core-Order-the-PMU-list-to-fix-warning-about-unordered-pmu_ctx_list.patch
	patches.suse/uprobes-Reject-the-shared-zeropage-in-uprobe_write_o.patch
	patches.suse/perf-x86-Fix-low-freqency-setting-issue.patch
	patches.suse/perf-core-Fix-low-freq-setting-via-IOC_PERIOD.patch
	patches.suse/perf-x86-intel-Use-better-start-period-for-frequency-mode.patch
	patches.suse/perf-x86-rapl-Add-support-for-Intel-Arrow-Lake-U.patch
	patches.suse/thermal-gov_power_allocator-Fix-incorrect-calculatio.patch
	patches.suse/thermal-of-Fix-cdev-lookup-in-thermal_of_should_bind.patch
	patches.suse/thermal-gov_power_allocator-Update-total_weight-on-b.patch
	patches.suse/KVM-arm64-Fix-tcr_el2-initialisation-in-hVHE-mode.patch
	patches.suse/KVM-arm64-Ensure-a-VMID-is-allocated-before-programm.patch
	patches.suse/KVM-x86-Free-vCPUs-before-freeing-VM-state.patch
	patches.suse/KVM-nVMX-Process-events-on-nested-VM-Exit-if-injecta.patch
	patches.suse/vhost-return-task-creation-error-instead-of-NULL.patch
	patches.suse/kvm-retry-nx_huge_page_recovery_thread-creation.patch
	patches.suse/Revert-ata-libata-core-Add-ATA_QUIRK_NOLPM-for-Samsu.patch
	patches.suse/i2c-npcm-disable-interrupt-enable-bit-before-devm_re.patch
	patches.suse/i2c-ls2x-Fix-frequency-division-register-access.patch
	patches.suse/arm64-mm-Fix-Boot-panic-on-Ampere-Altra.patch
	patches.suse/mm-hugetlb-Add-huge-page-size-param-to-huge_ptep_get_and_clear.patch
	patches.suse/arm64-hugetlb-Fix-huge_ptep_get_and_clear-for-non-present-ptes.patch
	patches.suse/arm64-hugetlb-Fix-flush_hugetlb_tlb_range-invalidation-level.patch
	patches.suse/phy-rockchip-fix-Kconfig-dependency-more.patch
	patches.suse/phy-rockchip-naneng-combphy-compatible-reset-with-ol.patch
	patches.suse/phy-exynos5-usbdrd-fix-MPLL_MULTIPLIER-and-SSC_REFCL.patch
	patches.suse/phy-exynos5-usbdrd-gs101-ensure-power-is-gated-to-SS.patch
	patches.suse/phy-ti-gmii-sel-Do-not-use-syscon-helper-to-build-re.patch
	patches.suse/phy-tegra-xusb-reset-VBUS-ID-OVERRIDE.patch
	patches.suse/Revert-of-reserved-memory-Fix-using-wrong-number-of-.patch
	patches.suse/HID-google-fix-unused-variable-warning-under-CONFIG_.patch
	patches.suse/HID-intel-ish-hid-Fix-use-after-free-issue-in-hid_is.patch
	patches.suse/HID-intel-ish-hid-Fix-use-after-free-issue-in-ishtp_.patch
	patches.suse/HID-i2c-hid-improve-i2c_hid_get_report-error-message.patch
	patches.suse/HID-apple-disable-Fn-key-handling-on-the-Omoton-KB06.patch
	patches.suse/HID-appleir-Fix-potential-NULL-dereference-at-raw-ev.patch
	patches.suse/HID-hid-steam-Fix-use-after-free-when-detaching-devi.patch
	patches.suse/exfat-fix-just-enough-dentries-but-allocate-a-new-cluster-to-dir.patch
	patches.suse/exfat-fix-soft-lockup-in-exfat_clear_bitmap.patch
	patches.suse/exfat-short-circuit-zero-byte-writes-in-exfat_file_write_iter.patch
	patches.suse/exfat-add-a-check-for-invalid-data-size.patch
	patches.suse/bluetooth-btusb-Initialize-.owner-field-of-force_pol.patch
	patches.suse/Bluetooth-Add-check-for-mgmt_alloc_skb-in-mgmt_remot.patch
	patches.suse/Bluetooth-Add-check-for-mgmt_alloc_skb-in-mgmt_devic.patch
	patches.suse/net-gso-fix-ownership-in-__udp_gso_segment.patch
	patches.suse/caif_virtio-fix-wrong-pointer-check-in-cfv_probe.patch
	patches.suse/llc-do-not-use-skb_get-before-dev_queue_xmit.patch
	patches.suse/be2net-fix-sleeping-while-atomic-bugs-in-be_ndo_brid.patch
	patches.suse/net-hns3-make-sure-ptp-clock-is-unregister-and-freed.patch
	patches.suse/wifi-nl80211-reject-cooked-mode-if-it-is-set-along-w.patch
	patches.suse/wifi-mac80211-Cleanup-sta-TXQs-on-flush.patch
	patches.suse/wifi-mac80211-remove-debugfs-dir-for-virtual-monitor.patch
	patches.suse/wifi-iwlwifi-fw-allocate-chained-SG-tables-for-dump.patch
	patches.suse/wifi-iwlwifi-mvm-clean-up-ROC-on-failure.patch
	patches.suse/wifi-iwlwifi-mvm-don-t-try-to-talk-to-a-dead-firmwar.patch
	patches.suse/wifi-iwlwifi-mvm-use-the-right-version-of-the-rate-A.patch
	patches.suse/wifi-iwlwifi-limit-printed-string-from-FW-file.patch
	patches.suse/wifi-iwlwifi-Free-pages-allocated-when-failing-to-bu.patch
	patches.suse/wifi-iwlwifi-Fix-A-MSDU-TSO-preparation.patch
	patches.suse/wifi-mac80211-fix-MLE-non-inheritance-parsing.patch
	patches.suse/wifi-mac80211-fix-vendor-specific-inheritance.patch
	patches.suse/wifi-mac80211-Fix-sparse-warning-for-monitor_sdata.patch
	patches.suse/wifi-brcmfmac-keep-power-during-suspend-if-board-req.patch
	patches.suse/wifi-cfg80211-regulatory-improve-invalid-hints-check.patch
	patches.suse/ppp-Fix-KMSAN-uninit-value-warning-with-bpf.patch
	patches.suse/mctp-i3c-handle-NULL-header-address.patch
	patches.suse/drm-nouveau-select-FW-caching.patch
	patches.suse/drm-imagination-avoid-deadlock-on-fence-release.patch
	patches.suse/drm-imagination-Hold-drm_gem_gpuva-lock-for-unmap.patch
	patches.suse/drm-imagination-only-init-job-done-fences-once.patch
	patches.suse/drm-imagination-Fix-timestamps-in-firmware-traces.patch
	patches.suse/drm-sched-Fix-preprocessor-guard.patch
	patches.suse/drm-xe-Remove-double-pageflip.patch
	patches.suse/drm-xe-userptr-properly-setup-pfn_flags_mask.patch
	patches.suse/drm-xe-Fix-GT-for-each-engine-workarounds.patch
	patches.suse/drm-xe-vm-Validate-userptr-during-gpu-vma-prefetchin.patch
	patches.suse/drm-xe-vm-Fix-a-misplaced-endif.patch
	patches.suse/drm-xe-Fix-fault-mode-invalidation-with-unbind.patch
	patches.suse/drm-xe-Add-staging-tree-for-VM-binds.patch
	patches.suse/drm-xe-hmm-Style-and-include-fixes.patch
	patches.suse/drm-xe-hmm-Don-t-dereference-struct-page-pointers-wi.patch
	patches.suse/drm-xe-userptr-Unmap-userptrs-in-the-mmu-notifier.patch
	patches.suse/drm-amd-display-Fix-null-check-for-pipe_ctx-plane_st-374c9fa.patch
	patches.suse/drm-amdkfd-Fix-NULL-Pointer-Dereference-in-KFD-queue.patch
	patches.suse/drm-radeon-Fix-rs400_gpu_init-for-ATI-mobility-radeo.patch
	patches.suse/drm-amd-pm-always-allow-ih-interrupt-from-fw.patch
	patches.suse/ALSA-hda-realtek-Remove-revert-duplicate-Ally-X-conf.patch
	patches.suse/ALSA-hda-realtek-Fix-Asus-Z13-2025-audio.patch
	patches.suse/ALSA-hda-Fix-speakers-on-ASUS-EXPERTBOOK-P5405CSA-1..patch
	patches.suse/ALSA-seq-Avoid-module-auto-load-handling-at-event-de.patch
	patches.suse/ALSA-hda-realtek-add-supported-Mic-Mute-LED-for-Leno.patch
	patches.suse/ALSA-usx2y-validate-nrpacks-module-parameter-on-prob.patch
	patches.suse/ALSA-hda-realtek-fix-incorrect-IS_REACHABLE-usage.patch
	patches.suse/ALSA-hda-realtek-update-ALC222-depop-optimize.patch
	patches.suse/ALSA-hda-intel-Add-Dell-ALC3271-to-power_save-denyli.patch
	patches.suse/ALSA-hda-realtek-Add-support-for-ASUS-ROG-Strix-G814.patch
	patches.suse/ALSA-hda-realtek-Add-support-for-ASUS-ROG-Strix-GA60.patch
	patches.suse/ALSA-hda-realtek-Add-support-for-ASUS-ROG-Strix-G614.patch
	patches.suse/ALSA-hda-realtek-Add-support-for-various-ASUS-Laptop.patch
	patches.suse/ALSA-hda-realtek-Add-support-for-ASUS-B3405-and-B360.patch
	patches.suse/ALSA-hda-realtek-Add-support-for-ASUS-B5405-and-B560.patch
	patches.suse/ALSA-hda-realtek-Add-support-for-ASUS-Zenbook-UM3406.patch
	patches.suse/platform-x86-intel-hid-fix-volume-buttons-on-Microso.patch
	patches.suse/platform-x86-thinkpad_acpi-Add-battery-quirk-for-Thi.patch
	patches.suse/platform-x86-intel-vsec-Add-Diamond-Rapids-support.patch
	patches.suse/platform-x86-amd-pmf-Propagate-PMF-TA-return-codes.patch
	patches.suse/gpio-aggregator-protect-driver-attr-handlers-against.patch
	patches.suse/gpio-rcar-Use-raw_spinlock-to-protect-register-acces.patch
	patches.suse/gpio-rcar-Fix-missing-of_node_put-call.patch
	patches.suse/hwmon-peci-dimmtemp-Do-not-provide-fake-thresholds-d.patch
	patches.suse/hwmon-pmbus-Initialise-page-count-in-pmbus_identify.patch
	patches.suse/hwmon-ntc_thermistor-Fix-the-ncpXXxh103-sensor-table.patch
	patches.suse/hwmon-ad7314-Validate-leading-zero-bits-and-return-e.patch
	patches.suse/hwmon-fix-a-NULL-vs-IS_ERR_OR_NULL-check-in-xgene_hw.patch
	patches.suse/perf-core-Fix-pmus_lock-vs.-pmus_srcu-ordering.patch
	patches.suse/perf-core-Fix-perf_pmu_register-vs.-perf_init_event.patch
	patches.suse/sched-fair-Fix-potential-memory-corruption-in-child_cfs_rq_on_list.patch
	patches.suse/sched-rt-Update-limit-of-sched_rt-sysctl-in-documentation.patch
	patches.suse/nvme-ioctl-fix-leaked-requests-on-mapping-error.patch
	patches.suse/nvmet-remove-old-function-prototype.patch
	patches.suse/nvme-tcp-Fix-a-C2HTermReq-error-message.patch
	patches.suse/nvme-tcp-fix-potential-memory-corruption-in-nvme_tcp.patch
	patches.suse/nvmet-tcp-Fix-a-possible-sporadic-response-drops-in-.patch
	patches.suse/nvme-tcp-fix-signedness-bug-in-nvme_tcp_init_connect.patch
	patches.suse/mm-slab-kvfree_rcu-Switch-to-WQ_MEM_RECLAIM-wq.patch
	patches.suse/s390-traps-Fix-test_monitor_call-inline-assembly.patch
	patches.suse/x86-amd_nb-Use-rdmsr_safe-in-amd_get_mmconfig_range.patch
	patches.suse/virt-sev-guest-Allocate-request-data-dynamically.patch
	patches.suse/virt-sev-guest-Move-SNP-Guest-Request-data-pages-han.patch
	patches.suse/Revert-selftests-mm-remove-local-__NR_-definitions.patch
	patches.suse/selftests-damon-damos_quota_goal-handle-minimum-quot.patch
	patches.suse/dma-kmsan-export-kmsan_handle_dma-for-modules.patch
	patches.suse/mm-abort-vma_modify-on-merge-out-of-memory-failure.patch
	patches.suse/NFS-fix-nfs_release_folio-to-not-deadlock-via-kcompa.patch
	patches.suse/selftests-damon-damos_quota-make-real-expectation-of.patch
	patches.suse/selftests-damon-damon_nr_regions-set-ops-update-for-.patch
	patches.suse/selftests-damon-damon_nr_regions-sort-collected-regi.patch
	patches.suse/mm-fix-kernel-BUG-when-userfaultfd_move-encounters-swapcac.patch
	patches.suse/rapidio-fix-an-API-misues-when-rio_add_net-fails.patch
	patches.suse/rapidio-add-check-for-rio_add_net-in-rio_scan_alloc_.patch
	patches.suse/KVM-arm64-Initialize-HCR_EL2.E2H-early.patch
	patches.suse/KVM-arm64-Initialize-SCTLR_EL1-in-__kvm_hyp_init_cpu.patch
	patches.suse/KVM-SVM-Set-RFLAGS.IF-1-in-C-code-to-get-VMRUN-out-o.patch
	patches.suse/KVM-SVM-Drop-DEBUGCTL-5-2-from-guest-s-effective-val.patch
	patches.suse/KVM-SVM-Suppress-DEBUGCTL.BTF-on-AMD.patch
	patches.suse/KVM-x86-Snapshot-the-host-s-DEBUGCTL-in-common-x86.patch
	patches.suse/KVM-SVM-Manually-context-switch-DEBUGCTL-if-LBR-virt.patch
	patches.suse/KVM-x86-Snapshot-the-host-s-DEBUGCTL-after-disabling.patch
	patches.suse/KVM-SVM-Save-host-DR-masks-on-CPUs-with-DebugSwap.patch
	patches.suse/KVM-SVM-Don-t-rely-on-DebugSwap-to-restore-host-DR0..patch
	patches.suse/KVM-x86-Explicitly-zero-EAX-and-EBX-when-PERFMON_V2-.patch
	patches.suse/iio-light-apds9306-fix-max_scale_nano-values.patch
	patches.suse/iio-adc-at91-sama5d2_adc-fix-sama7g5-realbits-value.patch
	patches.suse/iio-adc-ad7192-fix-channel-select.patch
	patches.suse/iio-dac-ad3552r-clear-reset-status-flag.patch
	patches.suse/iio-filter-admv8818-Force-initialization-of-SDO.patch
	patches.suse/mei-me-add-panther-lake-P-DID.patch
	patches.suse/mei-vsc-Use-wakeuphostint-when-getting-the-host-wake.patch
	patches.suse/bus-mhi-host-pci_generic-Use-pci_try_reset_function-.patch
	patches.suse/intel_th-pci-Add-Arrow-Lake-support.patch
	patches.suse/intel_th-pci-Add-Panther-Lake-H-support.patch
	patches.suse/intel_th-pci-Add-Panther-Lake-P-U-support.patch
	patches.suse/cdx-Fix-possible-UAF-error-in-driver_override_show.patch
	patches.suse/slimbus-messaging-Free-transaction-ID-in-delayed-int.patch
	patches.suse/drivers-virt-acrn-hsm-Use-kzalloc-to-avoid-info-leak.patch
	patches.suse/eeprom-digsy_mtc-Make-GPIO-lookup-table-match-the-de.patch
	patches.suse/char-misc-deallocate-static-minor-in-error-path.patch
	patches.suse/bus-simple-pm-bus-fix-forced-runtime-PM-use.patch
	patches.suse/Revert-drivers-card_reader-rtsx_usb-Restore-interrup.patch
	patches.suse/drivers-core-fix-device-leak-in-__fw_devlink_relax_c.patch
	patches.suse/usb-atm-cxacru-fix-a-flaw-in-existing-endpoint-check.patch
	patches.suse/usb-gadget-u_ether-Set-is_suspend-flag-if-remote-wak.patch
	patches.suse/usb-gadget-Set-self-powered-based-on-MaxPower-and-bm.patch
	patches.suse/usb-typec-tcpci_rt1711h-Unmask-alert-interrupts-to-f.patch
	patches.suse/acpi-typec-ucsi-Introduce-a-poll_cci-method.patch
	patches.suse/usb-typec-ucsi-increase-timeout-for-PPM-reset-operat.patch
	patches.suse/usb-gadget-Fix-setting-self-powered-state-on-suspend.patch
	patches.suse/usb-xhci-Enable-the-TRB-overfetch-quirk-on-VIA-VL805.patch
	patches.suse/xhci-Restrict-USB4-tunnel-detection-for-USB3-devices.patch
	patches.suse/usb-gadget-Check-bmAttributes-only-if-configuration-.patch
	patches.suse/usb-dwc3-gadget-Prevent-irq-storm-when-TH-re-execute.patch
	patches.suse/usb-renesas_usbhs-Call-clk_put.patch
	patches.suse/usb-renesas_usbhs-Use-devm_usb_get_phy.patch
	patches.suse/usb-renesas_usbhs-Flush-the-notify_hotplug_work.patch
	patches.suse/usb-hub-lack-of-clearing-xHC-resources.patch
	patches.suse/usb-dwc3-Set-SUSPENDENABLE-soon-after-phy-init.patch
	patches.suse/usb-xhci-Fix-host-controllers-dying-after-suspend-an.patch
	patches.suse/usb-quirks-Add-DELAY_INIT-and-NO_LPM-for-Prolific-Ma.patch
	patches.suse/usb-typec-ucsi-Fix-NULL-pointer-access.patch
	patches.suse/kbuild-userprogs-use-correct-lld-when-linking-throug.patch
	patches.suse/kbuild-hdrcheck-fix-cross-build-with-clang.patch
	patches.suse/x86-microcode-AMD-Fix-out-of-bounds-on-systems-with-.patch
	patches.suse/pinctrl-bcm281xx-Fix-incorrect-regmap-max_registers-.patch
	patches.suse/pinctrl-nuvoton-npcm8xx-Add-NULL-check-in-npcm8xx_gp.patch
	patches.suse/msft-hv-3162-x86-hyperv-vtl-Stop-kernel-from-probing-VTL0-low-mem.patch
	patches.suse/msft-hv-3163-fbdev-hyperv_fb-iounmap-the-correct-memory-when-remo.patch
	patches.suse/drm-hyperv-Fix-address-space-leak-when-Hyper-V-DRM-d.patch
	patches.suse/msft-hv-3165-fbdev-hyperv_fb-Fix-hang-in-kdump-kernel-when-on-Hyp.patch
	patches.suse/msft-hv-3166-fbdev-hyperv_fb-Simplify-hvfb_putmem.patch
	patches.suse/msft-hv-3167-fbdev-hyperv_fb-Allow-graceful-removal-of-framebuffe.patch
	patches.suse/msft-hv-3168-x86-hyperv-Fix-output-argument-to-hypercall-that-cha.patch
	patches.suse/msft-hv-3169-Drivers-hv-vmbus-Don-t-release-fb_mmio-resource-in-v.patch
	patches.suse/spi-microchip-core-prevent-RX-overflows-when-transmi.patch
	patches.suse/ice-do-not-configure-destination-override-for-switch.patch
	patches.suse/ice-fix-memory-leak-in-aRFS-after-reset.patch
	patches.suse/ice-Fix-switchdev-slow-path-in-LAG.patch
	patches.suse/ice-register-devlink-prior-to-creating-health-report.patch
	patches.suse/sched-address-a-potential-NULL-pointer-dereference-in-the-.patch
	patches.suse/Bluetooth-SCO-fix-sco_conn-refcounting-on-sco_conn_r.patch
	patches.suse/Bluetooth-hci_event-Fix-enabling-passive-scanning.patch
	patches.suse/netmem-prevent-TX-of-unreadable-skbs.patch
	patches.suse/net-phy-nxp-c45-tja11xx-add-TJA112X-PHY-configuratio.patch
	patches.suse/net-phy-nxp-c45-tja11xx-add-TJA112XB-SGMII-PCS-resta.patch
	patches.suse/netpoll-hold-rcu-read-lock-in-__netpoll_send_skb.patch
	patches.suse/net-mlx5-handle-errors-in-mlx5_chains_create_table.patch
	patches.suse/eth-bnxt-fix-truesize-for-mb-xdp-pass-case.patch
	patches.suse/eth-bnxt-return-fail-if-interface-is-down-in-bnxt_qu.patch
	patches.suse/eth-bnxt-do-not-use-BNXT_VNIC_NTUPLE-unconditionally.patch
	patches.suse/eth-bnxt-do-not-update-checksum-in-bnxt_xdp_build_sk.patch
	patches.suse/eth-bnxt-fix-kernel-panic-in-the-bnxt_get_queue_stat.patch
	patches.suse/eth-bnxt-fix-memory-leak-in-queue-reset.patch
	patches.suse/net-mctp-unshare-packets-when-reassembling.patch
	patches.suse/selftests-bonding-fix-incorrect-mac-address.patch
	patches.suse/wifi-iwlwifi-pcie-Fix-TSO-preparation.patch
	patches.suse/wifi-iwlwifi-mvm-fix-PNVM-timeout-for-non-MSI-X-plat.patch
	patches.suse/wifi-mac80211-flush-the-station-before-moving-it-to-.patch
	patches.suse/wifi-mac80211-don-t-queue-sdata-work-for-a-non-runni.patch
	patches.suse/wifi-mac80211-fix-SA-Query-processing-in-MLO.patch
	patches.suse/wifi-cfg80211-cancel-wiphy_work-before-freeing-wiphy.patch
	patches.suse/net-mlx5-DR-use-the-right-action-structs-for-STEv3.patch
	patches.suse/net-mlx5-HWS-Rightsize-bwc-matcher-priority.patch
	patches.suse/net-mlx5-Fix-incorrect-IRQ-pool-usage-when-releasing.patch
	patches.suse/net-mlx5-Lag-Check-shared-fdb-before-creating-MultiP.patch
	patches.suse/net-mlx5-Bridge-fix-the-crash-caused-by-LAG-state-ch.patch
	patches.suse/net-mlx5e-Prevent-bridge-link-show-failure-for-non-e.patch
	patches.suse/msft-hv-3170-net-mana-cleanup-mana-struct-after-debugfs_remove.patch
	patches.suse/selftests-netfilter-skip-br_netfilter-queue-tests-if.patch
	patches.suse/clk-samsung-gs101-fix-synchronous-external-abort-in-.patch
	patches.suse/clk-samsung-update-PLL-locktime-for-PLL142XX-used-on.patch
	patches.suse/drm-amdgpu-display-Allow-DCC-for-video-formats-on-GF.patch
	patches.suse/drm-amd-display-fix-missing-.is_two_pixels_per_conta.patch
	patches.suse/drm-amd-Keep-display-off-while-going-into-S4.patch
	patches.suse/drm-amd-display-Disable-unneeded-hpd-interrupts-duri.patch
	patches.suse/drm-amd-display-fix-default-brightness.patch
	patches.suse/drm-amd-display-Restore-correct-backlight-brightness.patch
	patches.suse/drm-amd-display-Assign-normalized_pix_clk-when-color.patch
	patches.suse/drm-amd-display-Fix-slab-use-after-free-on-hdcp_work.patch
	patches.suse/drm-amd-amdkfd-Evict-all-queues-even-HWS-remove-queu.patch
	patches.suse/drm-amdgpu-NULL-check-BO-s-backing-store-when-determ.patch
	patches.suse/drm-gma500-Add-NULL-check-for-pci_gfx_root-in-mid_ge.patch
	patches.suse/drm-panic-use-div_ceil-to-clean-Clippy-warning.patch
	patches.suse/drm-panic-fix-overindented-list-items-in-documentati.patch
	patches.suse/drm-atomic-Filter-out-redundant-DPMS-calls.patch
	patches.suse/drm-dp_mst-Fix-locking-when-skipping-CSN-before-topo.patch
	patches.suse/drm-i915-cdclk-Do-cdclk-post-plane-programming-later.patch
	patches.suse/drm-i915-Increase-I915_PARAM_MMAP_GTT_VERSION-versio.patch
	patches.suse/drm-xe-Release-guc-ids-before-cancelling-work.patch
	patches.suse/drm-xe-userptr-Fix-an-incorrect-assert.patch
	patches.suse/drm-xe-pm-Temporarily-disable-D3Cold-on-BMG.patch
	patches.suse/drm-xe-remove-redundant-check-in-xe_vm_create_ioctl.patch
	patches.suse/arm64-mm-Populate-vmemmap-at-the-page-level-if-not-section-aligned.patch
	patches.suse/Fix-mmu-notifiers-for-range-based-invalidates.patch
	patches.suse/ALSA-hda-realtek-Add-mute-LED-quirk-for-HP-Pavilion-.patch
	patches.suse/ASoC-Intel-sof_sdw-Fix-unlikely-uninitialized-variab.patch
	patches.suse/ASoC-codecs-wsa884x-report-temps-to-hwmon-in-millide.patch
	patches.suse/ASoC-rt1320-set-wake_capable-0-explicitly.patch
	patches.suse/ASoC-ops-Consistently-treat-platform_max-as-control-.patch
	patches.suse/ASoC-cs42l43-Fix-maximum-ADC-Volume.patch
	patches.suse/ASoC-amd-yc-Support-mic-on-another-Lenovo-ThinkPad-E.patch
	patches.suse/ASoC-rt722-sdca-add-missing-readable-registers.patch
	patches.suse/ASoC-codecs-wm0010-Fix-error-handling-path-in-wm0010.patch
	patches.suse/nvme-move-error-logging-from-nvme_end_req-to-__nvme_.patch
	patches.suse/dm-flakey-Fix-memory-corruption-in-optional-corrupt_.patch
	patches.suse/scripts-generate_rust_analyzer-add-missing-macros-de.patch
	patches.suse/Input-ads7846-fix-gpiod-allocation.patch
	patches.suse/Input-xpad-add-8BitDo-SN30-Pro-Hyperkin-X91-and-Game.patch
	patches.suse/Input-xpad-add-multiple-supported-devices.patch
	patches.suse/Input-goodix-berlin-fix-comment-referencing-wrong-re.patch
	patches.suse/Input-goodix-berlin-fix-vddio-regulator-references.patch
	patches.suse/Input-xpad-add-support-for-ZOTAC-Gaming-Zone.patch
	patches.suse/Input-xpad-add-support-for-TECNO-Pocket-Go.patch
	patches.suse/Input-xpad-rename-QH-controller-to-Legion-Go-S.patch
	patches.suse/Input-i8042-swap-old-quirk-combination-with-new-quir.patch
	patches.suse/Input-i8042-add-required-quirks-for-missing-old-boar.patch
	patches.suse/Input-i8042-swap-old-quirk-combination-with-new-quir-75ee4eb.patch
	patches.suse/Input-i8042-swap-old-quirk-combination-with-new-quir-d85862c.patch
	patches.suse/Input-iqs7222-preserve-system-status-register.patch
	patches.suse/USB-serial-option-match-on-interface-class-for-Telit.patch
	patches.suse/USB-serial-option-add-Telit-Cinterion-FE990B-composi.patch
	patches.suse/USB-serial-option-fix-Telit-Cinterion-FE990A-name.patch
	patches.suse/USB-serial-ftdi_sio-add-support-for-Altera-USB-Blast.patch
	patches.suse/i2c-omap-fix-IRQ-storms.patch
	patches.suse/i2c-ali1535-Fix-an-error-handling-path-in-ali1535_pr.patch
	patches.suse/i2c-ali15x3-Fix-an-error-handling-path-in-ali15x3_pr.patch
	patches.suse/i2c-sis630-Fix-an-error-handling-path-in-sis630_prob.patch
	patches.suse/arm64-dts-bcm2712-PL011-UARTs-are-actually-r1p5.patch
	patches.suse/firmware-imx-scu-fix-OF-node-leak-in-.probe.patch
	patches.suse/arm64-dts-freescale-tqma8mpql-Fix-vqmmc-supply.patch
	patches.suse/soc-imx8m-Unregister-cpufreq-and-soc-dev-in-cleanup-.patch
	patches.suse/arm64-dts-freescale-imx8mp-verdin-dahlia-add-Microphone-Jack-to-sound-card.patch
	patches.suse/arm64-dts-freescale-imx8mm-verdin-dahlia-add-Microphone-Jack-to-sound-card.patch
	patches.suse/arm64-dts-rockchip-remove-supports-cqe-from-rk3588-jaguar.patch
	patches.suse/arm64-dts-rockchip-remove-supports-cqe-from-rk3588-tiger.patch
	patches.suse/arm64-dts-rockchip-fix-pinmux-of-UART0-for-PX30-Ringneck-on-Haikou.patch
	patches.suse/arm64-dts-rockchip-fix-pinmux-of-UART5-for-PX30-Ringneck-on-Haikou.patch
	patches.suse/arm64-dts-rockchip-Remove-undocumented-sdmmc-property-from-lubancat-1.patch
	patches.suse/arm64-dts-rockchip-Add-avdd-HDMI-supplies-to-RockPro64-board-dtsi.patch
	patches.suse/arm64-dts-rockchip-Add-missing-PCIe-supplies-to-RockPro64-board-dtsi.patch
	patches.suse/memory-omap-gpmc-drop-no-compatible-check.patch
	patches.suse/firmware-qcom-scm-Fix-error-code-in-probe.patch
	patches.suse/firmware-qcom-uefisecapp-fix-efivars-registration-ra.patch
	patches.suse/soc-qcom-pdr-Fix-the-potential-deadlock.patch
	patches.suse/selftests-mm-run_vmtests.sh-fix-half_ufd_size_MB-cal.patch
	patches.suse/mm-huge_memory-drop-beyond-EOF-folios-with-the-right-numbe.patch
	patches.suse/memcg-drain-obj-stock-on-cpu-hotplug-teardown.patch
	patches.suse/ata-libata-core-Add-ATA_QUIRK_NO_LPM_ON_ATI-for-cert.patch
	patches.suse/hwmon-nct6775-core-Fix-out-of-bounds-access-for-NCT6.patch
	patches.suse/efi-libstub-Avoid-physical-address-0x0-when-doing-ra.patch
	patches.suse/mmc-atmel-mci-Add-missing-clk_disable_unprepare.patch
	patches.suse/mmc-sdhci-brcmstb-add-cqhci-suspend-resume-to-PM-ops.patch
	patches.suse/RDMA-rxe-Fix-the-failure-of-ibv_query_device-and-ibv.patch
	patches.suse/RDMA-bnxt_re-Fix-allocation-of-QP-table.patch
	patches.suse/RDMA-bnxt_re-Add-missing-paranthesis-in-map_qp_id_to.patch
	patches.suse/RDMA-bnxt_re-Fix-reporting-maximum-SRQs-on-P7-chips.patch
	patches.suse/RDMA-mlx5-Handle-errors-returned-from-mlx5r_ib_rate.patch
	patches.suse/RDMA-bnxt_re-Avoid-clearing-VLAN_ID-mask-in-modify-q.patch
	patches.suse/RDMA-hns-Fix-soft-lockup-during-bt-pages-loop.patch
	patches.suse/RDMA-hns-Fix-unmatched-condition-in-error-path-of-al.patch
	patches.suse/RDMA-hns-Fix-invalid-sq-params-not-being-blocked.patch
	patches.suse/RDMA-hns-Fix-a-missing-rollback-in-error-path-of-hns.patch
	patches.suse/RDMA-hns-Fix-missing-xa_destroy.patch
	patches.suse/RDMA-hns-Fix-wrong-value-of-max_sge_rd.patch
	patches.suse/msft-hv-3171-net-mana-Support-holes-in-device-list-reply-msg.patch
	patches.suse/can-ucan-fix-out-of-bound-read-in-strscpy-source.patch
	patches.suse/can-statistics-use-atomic-access-in-hot-path.patch
	patches.suse/can-rcar_canfd-Fix-page-entries-in-the-AFL-list.patch
	patches.suse/can-flexcan-only-change-CAN-state-when-link-up-in-sy.patch
	patches.suse/can-flexcan-disable-transceiver-during-system-PM.patch
	patches.suse/ipv6-Fix-memleak-of-nhc_pcpu_rth_output-in-fib_check_nh_v6.patch
	patches.suse/ipv6-Set-errno-after-ip_fib_metrics_init-in-ip6_rout.patch
	patches.suse/phy-fix-xa_alloc_cyclic-error-handling.patch
	patches.suse/Bluetooth-Fix-error-code-in-chan_alloc_skb_cb.patch
	patches.suse/Bluetooth-hci_event-Fix-connection-regression-betwee.patch
	patches.suse/net-atm-fix-use-after-free-in-lec_send.patch
	patches.suse/batman-adv-Ignore-own-maximum-aggregation-size-durin.patch
	patches.suse/dma-mapping-fix-missing-clear-bdr-in-check_ram_in_range_map.patch
	patches.suse/drm-sched-Fix-fence-reference-count-leak.patch
	patches.suse/drm-v3d-Don-t-run-jobs-that-have-errors-flagged-in-i.patch
	patches.suse/accel-qaic-Fix-possible-data-corruption-in-BOs-2G.patch
	patches.suse/accel-qaic-Fix-integer-overflow-in-qaic_validate_req.patch
	patches.suse/gpu-host1x-Do-not-assume-that-a-NULL-domain-means-no.patch
	patches.suse/drm-xe-Fix-exporting-xe-buffers-multiple-times.patch
	patches.suse/drm-radeon-fix-uninitialized-size-issue-in-radeon_vc.patch
	patches.suse/drm-amdgpu-Fix-MPEG2-MPEG4-and-VC1-video-caps-max-si.patch
	patches.suse/drm-amdgpu-Fix-JPEG-video-caps-max-size-for-navi1x-a.patch
	patches.suse/drm-amdgpu-Remove-JPEG-from-vega-and-carrizo-video-c.patch
	patches.suse/drm-amd-pm-add-unique_id-for-gfx12.patch
	patches.suse/drm-amdgpu-pm-wire-up-hwmon-fan-speed-for-smu-14.0.2.patch
	patches.suse/drm-amdgpu-gfx12-correct-cleanup-of-me-field-with-gf.patch
	patches.suse/drm-amdgpu-Restore-uncached-behaviour-on-GFX12.patch
	patches.suse/drm-amdkfd-Fix-user-queue-validation-on-Gfx7-8.patch
	patches.suse/drm-amd-display-Fix-message-for-support_edp0_on_dp1.patch
	patches.suse/drm-amd-display-Use-HW-lock-mgr-for-PSR1-when-only-o.patch
	patches.suse/drm-amdgpu-pm-Handle-SCLK-offset-correctly-in-overdr.patch
	patches.suse/perf-x86-rapl-Fix-error-handling-in-init_rapl_pmus.patch
	patches.suse/regulator-core-Fix-deadlock-in-create_regulator.patch
	patches.suse/regulator-dummy-force-synchronous-probing.patch
	patches.suse/regulator-check-that-dummy-regulator-has-been-probed.patch
	patches.suse/regulator-rtq2208-Fix-incorrect-buck-converter-phase.patch
	patches.suse/regulator-rtq2208-Fix-the-LDO-DVS-capability.patch
	patches.suse/spi-Fix-reference-count-leak-in-slave_show.patch
	patches.suse/keys-Fix-UAF-in-key_put.patch
	patches.suse/i2c-amd-mp2-drop-free_irq-of-devm_request_irq-alloca.patch
	patches.suse/init-add-initramfs_internal.h.patch
	patches.suse/initramfs-allocate-heap-buffers-together.patch
	patches.suse/initramfs-fix-hardlink-hash-leak-without-TRAILER.patch
	patches.suse/cgroup-rstat-Fix-forceidle-time-in-cpu.stat.patch
	patches.suse/bitmap-Align-documentation-between-bitmap_gather-and.patch
	patches.suse/lockdep-mm-Fix-might_fault-lockdep-check-of-current-mm-mmap_lock.patch
	patches.suse/lockdep-Don-t-disable-interrupts-on-RT-in-disable_ir.patch
	patches.suse/sched-Cancel-the-slice-protection-of-the-idle-entity.patch
	patches.suse/sched-Reduce-the-default-slice-to-avoid-tasks-getting-an-extra-tick.patch
	patches.suse/sched-Don-t-define-sched_clock_irqtime-as-static-key.patch
	patches.suse/sched-eevdf-Force-propagating-min_slice-of-cfs_rq-when-en-de-queue-tasks.patch
	patches.suse/sched-fair-Refactor-can_migrate_task-to-elimate-looping.patch
	patches.suse/x86-tsc-Always-save-restore-TSC-sched_clock-on-suspend-resume.patch
	patches.suse/sched-core-Remove-duplicate-included-header-file-stats.h.patch
	patches.suse/sched-Add-unlikey-branch-hints-to-several-system-calls.patch
	patches.suse/sched-membarrier-Fix-redundant-load-of-membarrier_st.patch
	patches.suse/sched-Add-a-generic-function-to-return-the-preemption-string.patch
	patches.suse/lib-dump_stack-Use-preempt_model_str.patch
	patches.suse/arm-Rely-on-generic-printing-of-preemption-model.patch
	patches.suse/arm64-Rely-on-generic-printing-of-preemption-model.patch
	patches.suse/powerpc-Rely-on-generic-printing-of-preemption-model.patch
	patches.suse/s390-Rely-on-generic-printing-of-preemption-model.patch
	patches.suse/x86-Rely-on-generic-printing-of-preemption-model.patch
	patches.suse/xtensa-Rely-on-generic-printing-of-preemption-model.patch
	patches.suse/tracing-Use-preempt_model_str.patch
	patches.suse/cpuidle-sched-Use-smp_mb__after_atomic-in-current_clr_polling.patch
	patches.suse/perf-x86-intel-Apply-static-call-for-drain_pebs.patch
	patches.suse/perf-x86-intel-Avoid-disable-PMU-if-cpuc-enabled-in-sample.patch
	patches.suse/perf-Avoid-the-read-if-the-count-is-already-updated.patch
	patches.suse/perf-core-Simplify-the-perf_event_alloc-error-path.patch
	patches.suse/perf-core-Simplify-the-perf_pmu_register-error-path.patch
	patches.suse/perf-core-Simplify-perf_pmu_register.patch
	patches.suse/perf-core-Simplify-perf_init_event.patch
	patches.suse/perf-core-Simplify-perf_event_alloc.patch
	patches.suse/perf-core-Merge-struct-pmu-pmu_disable_count-into-struct-perf_cpu_pmu_context-pmu_disable_count.patch
	patches.suse/perf-core-Add-this_cpc-helper.patch
	patches.suse/perf-core-Introduce-perf_free_addr_filters.patch
	patches.suse/perf-bpf-Robustify-perf_event_free_bpf_prog.patch
	patches.suse/perf-core-Simplify-the-perf_mmap-control-flow.patch
	patches.suse/perf-core-Further-simplify-perf_mmap.patch
	patches.suse/perf-core-Remove-retry-loop-from-perf_mmap.patch
	patches.suse/perf-core-Lift-event-mmap_mutex-in-perf_mmap.patch
	patches.suse/perf-core-Detach-struct-perf_cpu_pmu_context-and-struct-pmu-lifetimes.patch
	patches.suse/perf-core-Fix-perf_mmap-failure-path.patch
	patches.suse/perf-core-Clean-up-perf_try_init_event.patch
	patches.suse/perf-ring_buffer-Allow-the-EPOLLRDNORM-flag-for-poll.patch
	patches.suse/perf-Extend-per-event-callchain-limit-to-branch-stack.patch
	patches.suse/perf-Save-PMU-specific-data-in-task_struct.patch
	patches.suse/locking-percpu-rwsem-Add-guard-support.patch
	patches.suse/perf-attach-detach-PMU-specific-data.patch
	patches.suse/perf-Supply-task-information-to-sched_task.patch
	patches.suse/perf-x86-lbr-Fix-shorter-LBRs-call-stacks-for-the-system-w.patch
	patches.suse/perf-x86-Remove-swap_task_ctx.patch
	patches.suse/perf-Clean-up-pmu-specific-data.patch
	patches.suse/msft-hv-3205-x86-hyperv-Use-named-operands-in-inline-asm.patch
	patches.suse/zstd-Increase-DYNAMIC_BMI2-GCC-version-cutoff-from-4.patch
	patches.suse/selftests-x86-syscall-Fix-coccinelle-WARNING-recomme.patch
	patches.suse/x86-coco-Replace-static-const-cc_mask-with-the-newly-intro.patch
	patches.suse/usb-typec-tcpm-Switch-to-use-hrtimer_setup.patch
	patches.suse/arch_topology-init-capacity_freq_ref-to-0.patch
	patches.suse/cpufreq-Allow-arch_freq_get_on_cpu-to-return-an-error.patch
	patches.suse/cpufreq-Introduce-an-optional-cpuinfo_avg_freq-sysfs-entry.patch
	patches.suse/arm64-Provide-an-AMU-based-version-of-arch_freq_get_on_cpu.patch
	patches.suse/arm64-Update-AMU-based-freq-scale-factor-on-entering-idle.patch
	patches.suse/arm64-Utilize-for_each_cpu_wrap-for-reference-lookup.patch
	patches.suse/dma-Fix-encryption-bit-clearing-for-dma_to_phys.patch
	patches.suse/dma-Introduce-generic-dma_addr_-crypted-helpers.patch
	patches.suse/arm64-realm-Use-aliased-addresses-for-device-DMA-to-.patch
	patches.suse/arm64-errata-Add-QCOM_KRYO_4XX_GOLD-to-the-spectre_bhb_k24_list.patch
	patches.suse/arm64-errata-Assume-that-unknown-CPUs-_are_-vulnerable-to-Spectre-BHB.patch
	patches.suse/arm64-errata-Add-KRYO-2XX-3XX-4XX-silver-cores-to-Spectre-BHB-safe-list.patch
	patches.suse/arm64-cputype-Add-MIDR_CORTEX_A76AE.patch
	patches.suse/arm64-errata-Add-newer-ARM-cores-to-the-spectre_bhb_loop_affected-lists.patch
	patches.suse/EDAC-ie31200-work-around-false-positive-build-warning.patch
	patches.suse/EDAC-ie31200-Fix-the-size-of-EDAC_MC_LAYER_CHIP_SELECT-lay.patch
	patches.suse/EDAC-ie31200-Fix-the-DIMM-size-mask-for-several-SoCs.patch
	patches.suse/EDAC-ie31200-Fix-the-error-path-order-of-ie31200_init.patch
	patches.suse/EDAC-ie31200-Fix-the-3rd-parameter-name-of-populate_dimm_i.patch
	patches.suse/EDAC-ie31200-Simplify-the-pci_device_id-table.patch
	patches.suse/EDAC-ie31200-Make-the-memory-controller-resources-configur.patch
	patches.suse/EDAC-ie31200-Make-struct-dimm_data-contain-decoded-informa.patch
	patches.suse/EDAC-ie31200-Fold-the-two-channel-loops-into-one-loop.patch
	patches.suse/EDAC-ie31200-Break-up-ie31200_probe1.patch
	patches.suse/EDAC-ie31200-Add-Intel-Raptor-Lake-S-SoCs-support.patch
	patches.suse/EDAC-ie31200-Switch-Raptor-Lake-S-to-interrupt-mode.patch
	patches.suse/msft-hv-3189-hyperv-Move-hv_current_partition_id-to-arch-generic-.patch
	patches.suse/msft-hv-3190-hyperv-Move-arch-x86-hyperv-hv_proc.c-to-drivers-hv.patch
	patches.suse/cpu-export-lockdep_assert_cpus_held.patch
	patches.suse/msft-hv-3191-drivers-hv-introduce-vmbus_channel_set_cpu.patch
	patches.suse/msft-hv-3192-drivers-hv-add-CPU-offlining-support.patch
	patches.suse/msft-hv-3200-hyperv-Convert-hypercall-statuses-to-linux-error-cod.patch
	patches.suse/msft-hv-3201-hyperv-Change-hv_root_partition-into-a-function.patch
	patches.suse/msft-hv-3213-hyperv-Add-CONFIG_MSHV_ROOT-to-gate-root-partition-s.patch
	patches.suse/msft-hv-3214-hyperv-Remove-unused-union-and-structs.patch
	patches.suse/msft-hv-3215-x86-hyperv-Add-VTL-mode-emergency-restart-callback.patch
	patches.suse/msft-hv-3216-x86-hyperv-Add-VTL-mode-callback-for-restarting-the-.patch
	patches.suse/msft-hv-3217-x86-hyperv-Fix-check-of-return-value-from-snp_set_vm.patch
	patches.suse/msft-hv-3218-hyperv-Log-hypercall-status-codes-as-strings.patch
	patches.suse/msft-hv-3219-x86-mshyperv-Add-support-for-extended-Hyper-V-featur.patch
	patches.suse/msft-hv-3220-arm64-hyperv-Add-some-missing-functions-to-arm64.patch
	patches.suse/msft-hv-3221-hyperv-Introduce-hv_recommend_using_aeoi.patch
	patches.suse/acpi-numa-Export-node_to_pxm.patch
	patches.suse/msft-hv-3222-Drivers-hv-Export-some-functions-for-use-by-root-par.patch
	patches.suse/msft-hv-3223-Drivers-hv-Introduce-per-cpu-event-ring-tail.patch
	patches.suse/msft-hv-3224-x86-hyperv-Add-mshv_handler-irq-handler-and-setup-fu.patch
	patches.suse/msft-hv-3225-hyperv-Add-definitions-for-root-partition-driver-to-.patch
	patches.suse/msft-hv-3226-Drivers-hv-Introduce-mshv_root-module-to-expose-dev-.patch
	patches.suse/msft-hv-3227-x86-hyperv-Add-comments-about-hv_vpset-and-var-size-.patch
	patches.suse/msft-hv-3228-x86-hyperv-fix-an-indentation-issue-in-mshyperv.h.patch
	patches.suse/cpuidle-menu-Drop-a-redundant-local-variable.patch
	patches.suse/cpuidle-menu-Use-one-loop-for-average-and-variance-computations.patch
	patches.suse/cpuidle-menu-Tweak-threshold-use-in-get_typical_interval.patch
	patches.suse/cpuidle-menu-Eliminate-outliers-on-both-ends-of-the-sample-set.patch
	patches.suse/cpuidle-menu-Avoid-discarding-useful-information.patch
	patches.suse/cpuidle-menu-Update-documentation-after-get_typical_interval-changes.patch
	patches.suse/PM-hibernate-Avoid-deadlock-in-hibernate_compressor_.patch
	patches.suse/PM-sleep-Adjust-check-before-setting-power.must_resu.patch
	patches.suse/PM-sleep-Fix-handling-devices-with-direct_complete-s.patch
	patches.suse/thermal-int340x-Add-NULL-check-for-adev.patch
	patches.suse/selinux-always-check-the-file-label-in-selinux_kerne.patch
	patches.suse/selinux-Chain-up-tool-resolving-errors-in-install_po.patch
	patches.suse/regulator-pca9450-Fix-enable-register-for-LDO5.patch
	patches.suse/spi-cadence-qspi-Fix-probe-on-AM62A-LP-SK.patch
	patches.suse/gpio-74x164-Remove-unneeded-dependency-to-OF_GPIO.patch
	patches.suse/mmc-dw_mmc-add-a-quirk-for-accessing-64-bit-FIFOs-in.patch
	patches.suse/mmc-sdhci-omap-Disable-MMC_CAP_AGGRESSIVE_PM-for-eMM.patch
	patches.suse/mmc-sdhci-pxav3-set-NEED_RSP_BUSY-capability.patch
	patches.suse/memstick-rtsx_usb_ms-Fix-slab-use-after-free-in-rtsx.patch
	patches.suse/mmc-omap-Fix-memory-leak-in-mmc_omap_new_slot.patch
	patches.suse/platform-chrome-cros_ec_lpc-Match-on-Framework-ACPI-.patch
	patches.suse/auxdisplay-MAX6959-should-select-BITREVERSE.patch
	patches.suse/auxdisplay-hd44780-Fix-an-API-misuse-in-hd44780.c.patch
	patches.suse/auxdisplay-panel-Fix-an-API-misuse-in-panel.c.patch
	patches.suse/media-streamzap-fix-race-between-device-disconnectio.patch
	patches.suse/media-streamzap-prevent-processing-IR-data-on-URB-fa.patch
	patches.suse/media-chips-media-wave5-Fix-gray-color-on-screen.patch
	patches.suse/media-chips-media-wave5-Avoid-race-condition-in-the-.patch
	patches.suse/media-chips-media-wave5-Fix-a-hang-after-seeking.patch
	patches.suse/media-chips-media-wave5-Fix-timeout-while-testing-10.patch
	patches.suse/media-hi556-Fix-memory-leak-on-error-in-hi556_check_.patch
	patches.suse/Revert-media-imx214-Fix-the-error-handling-in-imx214.patch
	patches.suse/media-i2c-imx214-Rectify-probe-error-handling-relate.patch
	patches.suse/media-i2c-ccs-Set-the-device-s-runtime-PM-status-cor.patch
	patches.suse/media-i2c-ccs-Set-the-device-s-runtime-PM-status-cor-80704d1.patch
	patches.suse/media-i2c-imx219-Rectify-runtime-PM-handling-in-prob.patch
	patches.suse/media-i2c-imx319-Rectify-runtime-PM-handling-probe-a.patch
	patches.suse/media-i2c-ov7251-Set-enable-GPIO-low-in-probe.patch
	patches.suse/media-i2c-ov7251-Introduce-1-ms-delay-between-regula.patch
	patches.suse/media-imx219-Adjust-PLL-settings-based-on-the-number.patch
	patches.suse/media-mtk-vcodec-venc-avoid-Wenum-compare-conditiona.patch
	patches.suse/media-uapi-rkisp1-config-Fix-typo-in-extensible-para.patch
	patches.suse/media-mediatek-vcodec-Fix-a-resource-leak-related-to.patch
	patches.suse/media-i2c-adv748x-Fix-test-pattern-selection-mask.patch
	patches.suse/media-verisilicon-HEVC-Initialize-start_bit-field.patch
	patches.suse/media-platform-allgro-dvt-unregister-v4l2_device-on-.patch
	patches.suse/media-mgb4-Fix-CMT-registers-update-logic.patch
	patches.suse/media-mgb4-Fix-switched-CMT-frequency-range-magic-va.patch
	patches.suse/media-nuvoton-Fix-reference-handling-of-ece_node.patch
	patches.suse/media-nuvoton-Fix-reference-handling-of-ece_pdev.patch
	patches.suse/media-visl-Fix-ERANGE-error-when-setting-enum-contro.patch
	patches.suse/media-venus-hfi_parser-add-check-to-avoid-out-of-bou.patch
	patches.suse/media-venus-hfi_parser-refactor-hfi-packet-parsing-l.patch
	patches.suse/media-venus-hfi-add-check-to-handle-incorrect-queue-.patch
	patches.suse/media-venus-hfi-add-a-check-to-handle-OOB-in-sfr-reg.patch
	patches.suse/media-uvcvideo-Add-quirk-for-Actions-UVC05.patch
	patches.suse/media-intel-ipu6-set-the-dev_parent-of-video-device-.patch
	patches.suse/media-omap3isp-Handle-ARM-dma_iommu_mapping.patch
	patches.suse/media-s5p-mfc-Corrected-NV12M-NV21M-plane-sizes.patch
	patches.suse/media-vimc-skip-.s_stream-for-stopped-entities.patch
	patches.suse/media-rockchip-rga-fix-rga-offset-lookup.patch
	patches.suse/media-v4l2-dv-timings-prevent-possible-overflow-in-v.patch
	patches.suse/media-siano-Fix-error-handling-in-smsdvb_module_init.patch
	patches.suse/media-platform-stm32-Add-check-for-clk_enable.patch
	patches.suse/media-vim2m-print-device-name-after-registering-devi.patch
	patches.suse/ALSA-hda-intel-Fix-Optimus-when-GPU-has-no-sound.patch
	patches.suse/ALSA-hda-intel-Add-Lenovo-IdeaPad-Z570-to-probe-deny.patch
	patches.suse/ALSA-pcm-Drop-superfluous-NULL-check-in-snd_pcm_form.patch
	patches.suse/ALSA-usb-audio-Fix-CME-quirk-for-UF-series-keyboards.patch
	patches.suse/ALSA-hda-realtek-Always-honor-no_shutup_pins.patch
	patches.suse/ALSA-usb-audio-separate-DJM-A9-cap-lvl-options.patch
	patches.suse/ALSA-hda-realtek-Support-mute-LED-on-HP-Laptop-15s-d.patch
	patches.suse/ASoC-amd-Add-DMI-quirk-for-ACP6X-mic-support.patch
	patches.suse/ASoC-ti-j721e-evm-Fix-clock-configuration-for-ti-j72.patch
	patches.suse/ALSA-timer-Don-t-take-register_mutex-with-copy_from-.patch
	patches.suse/ASoC-SOF-topology-Use-krealloc_array-to-replace-krea.patch
	patches.suse/ASoC-amd-ps-use-macro-for-ACP6.3-pci-revision-id.patch
	patches.suse/x86-entry-Add-__init-to-ia32_emulation_override_cmdline.patch
	patches.suse/ASoC-fsl_audmix-register-card-device-depends-on-dais.patch
	patches.suse/ASoC-Intel-adl-add-2xrt1316-audio-configuration.patch
	patches.suse/ASoC-cs35l41-check-the-return-value-from-spi_setup.patch
	patches.suse/ASoC-amd-acp-Fix-for-enabling-DMIC-on-acp-platforms-.patch
	patches.suse/ASoC-codecs-wcd937x-fix-a-potential-memory-leak-in-w.patch
	patches.suse/ASoC-amd-yc-update-quirk-data-for-new-Lenovo-model.patch
	patches.suse/ALSA-hda-realtek-Fix-built-in-mic-assignment-on-ASUS.patch
	patches.suse/ALSA-hda-realtek-Bass-speaker-fixup-for-ASUS-UM5606K.patch
	patches.suse/platform-x86-intel-pmc-Make-tgl_core_generic_init-static.patch
	patches.suse/platform-x86-intel-pmc-Remove-duplicate-enum.patch
	patches.suse/platform-x86-intel-pmc-Create-generic_core_init-for-all-platforms.patch
	patches.suse/platform-x86-intel-pmc-Remove-simple-init-functions.patch
	patches.suse/platform-x86-intel-pmc-Add-Arrow-Lake-U-H-support-to-intel_pmc_core-driver.patch
	patches.suse/platform-x86-lenovo-yoga-tab2-pro-1380-fastcharger-M.patch
	patches.suse/platform-x86-dell-uart-backlight-Make-dell_uart_bl_s.patch
	patches.suse/platform-x86-dell-ddv-Fix-temperature-calculation.patch
	patches.suse/platform-x86-x86-android-tablets-Add-select-POWER_SU.patch
	patches.suse/HID-remove-superfluous-and-wrong-Makefile-entry-for-.patch
	patches.suse/HID-pidff-Convert-infinite-length-from-Linux-API-to-.patch
	patches.suse/HID-pidff-Do-not-send-effect-envelope-if-it-s-empty.patch
	patches.suse/HID-pidff-Clamp-PERIODIC-effect-period-to-device-s-l.patch
	patches.suse/HID-pidff-Add-MISSING_DELAY-quirk-and-its-detection.patch
	patches.suse/HID-pidff-Add-MISSING_PBO-quirk-and-its-detection.patch
	patches.suse/HID-pidff-Add-PERMISSIVE_CONTROL-quirk.patch
	patches.suse/HID-pidff-Add-hid_pidff_init_with_quirks-and-export-.patch
	patches.suse/HID-pidff-Add-FIX_WHEEL_DIRECTION-quirk.patch
	patches.suse/HID-pidff-Stop-all-effects-before-enabling-actuators.patch
	patches.suse/HID-Add-hid-universal-pidff-driver-and-supported-dev.patch
	patches.suse/HID-pidff-Add-PERIODIC_SINE_ONLY-quirk.patch
	patches.suse/HID-pidff-Completely-rework-and-fix-pidff_reset-func.patch
	patches.suse/HID-pidff-Simplify-pidff_upload_effect-function.patch
	patches.suse/HID-pidff-Define-values-used-in-pidff_find_special_f.patch
	patches.suse/HID-pidff-Rescale-time-values-to-match-field-units.patch
	patches.suse/HID-pidff-Factor-out-code-for-setting-gain.patch
	patches.suse/HID-pidff-Fix-null-pointer-dereference-in-pidff_find.patch
	patches.suse/HID-pidff-Move-all-hid-pidff-definitions-to-a-dedica.patch
	patches.suse/HID-pidff-Simplify-pidff_rescale_signed.patch
	patches.suse/HID-pidff-Use-macros-instead-of-hardcoded-min-max-va.patch
	patches.suse/HID-pidff-Factor-out-pool-report-fetch-and-remove-ex.patch
	patches.suse/HID-pidff-Make-sure-to-fetch-pool-before-checking-SI.patch
	patches.suse/HID-hid-universal-pidff-Add-Asetek-wheelbases-suppor.patch
	patches.suse/HID-pidff-Comment-and-code-style-update.patch
	patches.suse/HID-pidff-Support-device-error-response-from-PID_BLO.patch
	patches.suse/HID-pidff-Remove-redundant-call-to-pidff_find_specia.patch
	patches.suse/HID-pidff-Rename-two-functions-to-align-them-with-na.patch
	patches.suse/HID-pidff-Clamp-effect-playback-LOOP_COUNT-value.patch
	patches.suse/HID-pidff-Compute-INFINITE-value-instead-of-using-ha.patch
	patches.suse/HID-pidff-Fix-90-degrees-direction-name-North-East.patch
	patches.suse/HID-pidff-Fix-set_device_control.patch
	patches.suse/HID-hid-plantronics-Add-mic-mute-mapping-and-general.patch
	patches.suse/ALSA-usb-audio-Add-quirk-for-Plantronics-headsets-to.patch
	patches.suse/HID-Enable-playstation-driver-independently-of-sony-.patch
	patches.suse/mtd-Replace-kcalloc-with-devm_kcalloc.patch
	patches.suse/mtd-Add-check-for-devm_kcalloc.patch
	patches.suse/mtd-rawnand-brcmnand-fix-PM-resume-warning.patch
	patches.suse/mtd-nand-Fix-a-kdoc-comment.patch
	patches.suse/clocksource-drivers-stm32-lptimer-Use-wakeup-capable.patch
	patches.suse/md-md-bitmap-fix-wrong-bitmap_limit-for-clustermd-wh.patch
	patches.suse/nvme-pci-remove-stale-comment.patch
	patches.suse/nvmet-fc-Remove-unused-functions.patch
	patches.suse/ata-libata-core-Add-external-to-the-libata.force-ker.patch
	patches.suse/ata-libata-eh-Do-not-use-ATAPI-DMA-for-a-device-limi.patch
	patches.suse/ahci-add-PCI-ID-for-Marvell-88SE9215-SATA-Controller.patch
	patches.suse/ata-libata-Fix-NCQ-Non-Data-log-not-supported-print.patch
	patches.suse/ahci-Marvell-88SE9215-controllers-prefer-DMA-for-ATA.patch
	patches.suse/scsi-lpfc-Reduce-log-message-generation-during-ELS-r.patch
	patches.suse/scsi-lpfc-Free-phba-irq-in-lpfc_sli4_enable_msi-when.patch
	patches.suse/scsi-lpfc-Ignore-ndlp-rport-mismatch-in-dev_loss_tmo.patch
	patches.suse/scsi-lpfc-Handle-duplicate-D_IDs-in-ndlp-search-by-D.patch
	patches.suse/scsi-lpfc-Update-lpfc-version-to-14.4.0.8.patch
	patches.suse/scsi-lpfc-Copyright-updates-for-14.4.0.8-patches.patch
	patches.suse/msft-hv-3208-scsi-storvsc-Don-t-report-the-host-packet-status-as-.patch
	patches.suse/net-usb-qmi_wwan-add-Telit-Cinterion-FN990B-composit.patch
	patches.suse/net-usb-asix_devices-add-FiberGecko-DeviceID.patch
	patches.suse/bnxt_en-Set-NPAR-1.2-support-when-registering-with-f.patch
	patches.suse/bnxt_en-Refactor-completion-ring-allocation-logic-fo.patch
	patches.suse/bnxt_en-Refactor-TX-ring-allocation-logic.patch
	patches.suse/bnxt_en-Refactor-completion-ring-free-routine.patch
	patches.suse/bnxt_en-Refactor-bnxt_free_tx_rings-to-free-per-TX-r.patch
	patches.suse/bnxt_en-Refactor-RX-RX-AGG-ring-parameters-setup-for.patch
	patches.suse/bnxt_en-Pass-NQ-ID-to-the-FW-when-allocating-RX-RX-A.patch
	patches.suse/bnxt_en-Reallocate-RX-completion-ring-for-TPH-suppor.patch
	patches.suse/bnxt_en-Refactor-TX-ring-free-logic.patch
	patches.suse/bnxt_en-Extend-queue-stop-start-for-TX-rings.patch
	patches.suse/bnxt_en-Add-TPH-support-in-BNXT-driver.patch
	patches.suse/msft-hv-3195-net-mana-Allow-tso_max_size-to-go-up-to-GSO_MAX_SIZE.patch
	patches.suse/msft-hv-3196-hv_netvsc-Use-VF-s-tso_max_size-value-when-data-path.patch
	patches.suse/msft-hv-3197-net-mana-Add-debug-logs-in-MANA-network-driver.patch
	patches.suse/can-flexcan-Add-quirk-to-handle-separate-interrupt-l.patch
	patches.suse/can-flexcan-add-NXP-S32G2-S32G3-SoC-support.patch
	patches.suse/can-rockchip_canfd-rkcanfd_chip_fifo_setup-remove-du.patch
	patches.suse/net-usb-qmi_wwan-add-Telit-Cinterion-FE990B-composit.patch
	patches.suse/wifi-mac80211-add-strict-mode-disabling-workarounds.patch
	patches.suse/wifi-mac80211-ensure-sdata-work-is-canceled-before-i.patch
	patches.suse/wifi-rtw89-Correct-immediate-cfg_len-calculation-for.patch
	patches.suse/wifi-mac80211-fix-integer-overflow-in-hwmp_route_inf.patch
	patches.suse/cdc_ether-r8152-ThinkPad-Hybrid-USB-C-A-Dock-quirk.patch
	patches.suse/broadcom-fix-supported-flag-check-in-periodic-output.patch
	patches.suse/msft-hv-3230-net-mana-Add-metadata-support-for-xdp-mode.patch
	patches.suse/wifi-ath11k-Fix-DMA-buffer-allocation-to-resolve-SWI.patch
	patches.suse/wifi-ath12k-fix-skb_ext_desc-leak-in-ath12k_dp_tx-er.patch
	patches.suse/wifi-ath11k-fix-memory-leak-in-ath11k_xxx_remove.patch
	patches.suse/wifi-ath12k-encode-max-Tx-power-in-scan-channel-list.patch
	patches.suse/wifi-ath12k-Fix-invalid-entry-fetch-in-ath12k_dp_mon.patch
	patches.suse/wifi-ath9k-do-not-submit-zero-bytes-to-the-entropy-p.patch
	patches.suse/wifi-ath11k-fix-wrong-overriding-for-VHT-Beamformee-.patch
	patches.suse/wifi-ath11k-update-channel-list-in-reg-notifier-inst.patch
	patches.suse/wifi-ath11k-update-channel-list-in-worker-when-wait-.patch
	patches.suse/wifi-ath11k-fix-RCU-stall-while-reaping-monitor-dest.patch
	patches.suse/wifi-ath11k-add-srng-lock-for-ath11k_hal_srng_-in-mo.patch
	patches.suse/wifi-ath12k-Add-missing-htt_metadata-flag-in-ath12k_.patch
	patches.suse/wifi-ath11k-Clear-affinity-hint-before-calling-ath11.patch
	patches.suse/wifi-ath12k-Clear-affinity-hint-before-calling-ath12.patch
	patches.suse/wifi-ath12k-Fix-invalid-data-access-in-ath12k_dp_rx_.patch
	patches.suse/wifi-mac80211-check-basic-rates-validity-in-sta_link.patch
	patches.suse/wifi-cfg80211-init-wiphy_work-before-allocating-rfki.patch
	patches.suse/wifi-mwifiex-Fix-premature-release-of-RF-calibration.patch
	patches.suse/wifi-mwifiex-Fix-RF-calibration-data-download-from-f.patch
	patches.suse/wifi-rtw89-rtw8852b-t-fix-TSSI-debug-timestamps.patch
	patches.suse/wifi-rtw89-fw-correct-debug-message-format-in-rtw89_.patch
	patches.suse/wifi-rtw89-pci-correct-ISR-RDU-bit-for-8922AE.patch
	patches.suse/wifi-mt76-mt7915-fix-possible-integer-overflows-in-m.patch
	patches.suse/wifi-mt76-mt7925-ensure-wow-pattern-command-align-fw.patch
	patches.suse/wifi-mt76-mt7925-fix-country-count-limitation-for-CL.patch
	patches.suse/wifi-mt76-Add-check-for-devm_kstrdup.patch
	patches.suse/wifi-mt76-mt7921-fix-kernel-panic-due-to-null-pointe.patch
	patches.suse/wifi-mt76-mt7925-fix-the-wrong-link_idx-when-a-p2p_d.patch
	patches.suse/wifi-mt76-mt7925-fix-the-wrong-simultaneous-cap-for-.patch
	patches.suse/wifi-mt76-mt7925-remove-unused-acpi-function-for-clc.patch
	patches.suse/wifi-mt76-mt76x2u-add-TP-Link-TL-WDN6200-ID-to-devic.patch
	patches.suse/Bluetooth-btintel_pcie-Add-device-id-of-Whale-Peak.patch
	patches.suse/Bluetooth-hci_uart-fix-race-during-initialization.patch
	patches.suse/Bluetooth-hci_uart-Fix-another-race-during-initializ.patch
	patches.suse/Bluetooth-hci_vhci-convert-timeouts-to-secs_to_jiffi.patch
	patches.suse/Bluetooth-MGMT-convert-timeouts-to-secs_to_jiffies.patch
	patches.suse/Bluetooth-SMP-convert-timeouts-to-secs_to_jiffies.patch
	patches.suse/Bluetooth-L2CAP-convert-timeouts-to-secs_to_jiffies.patch
	patches.suse/Bluetooth-btusb-Add-2-HWIDs-for-MT7922.patch
	patches.suse/Bluetooth-hci_qca-use-the-power-sequencer-for-wcn675.patch
	patches.suse/Bluetooth-qca-simplify-WCN399x-NVM-loading.patch
	patches.suse/Bluetooth-Add-quirk-for-broken-READ_VOICE_SETTING.patch
	patches.suse/Bluetooth-Add-quirk-for-broken-READ_PAGE_SCAN_TYPE.patch
	patches.suse/Bluetooth-hci_core-Enable-buffer-flow-control-for-SC.patch
	patches.suse/Bluetooth-HCI-Add-definition-of-hci_rp_remote_name_r.patch
	patches.suse/Bluetooth-btnxpuart-Fix-kernel-panic-during-FW-relea.patch
	patches.suse/eth-bnxt-fix-out-of-range-access-of-vnic_info-array.patch
	patches.suse/ax25-Remove-broken-autobind.patch
	patches.suse/ice-health.c-fix-compilation-on-gcc-7.5.patch
	patches.suse/arm64-tegra-Remove-the-Orin-NX-Nano-suspend-key.patch
	patches.suse/arm64-dts-exynos-gs101-disable-pinctrl_gsacore-node.patch
	patches.suse/arm64-dts-imx8mp-skov-correct-PMIC-board-limits.patch
	patches.suse/arm64-dts-imx8mp-skov-operate-CPU-at-850-mV-by-default.patch
	patches.suse/arm64-dts-imx8mp-add-AUDIO_AXI_CLK_ROOT-to-AUDIOMIX-block.patch
	patches.suse/arm64-dts-imx8mp-change-AUDIO_AXI_CLK_ROOT-freq.-to-800MHz.patch
	patches.suse/arm64-dts-rockchip-Remove-bluetooth-node-from-rock-3a.patch
	patches.suse/arm64-dts-rockchip-Fix-PWM-pinctrl-names.patch
	patches.suse/firmware-arm_ffa-Explicitly-cast-return-value-from-F.patch
	patches.suse/firmware-arm_ffa-Explicitly-cast-return-value-from-N.patch
	patches.suse/firmware-arm_ffa-Skip-the-first-partition-ID-when-pa.patch
	patches.suse/firmware-arm_scmi-use-ioread64-instead-of-ioread64_h.patch
	patches.suse/soc-mediatek-mtk-mmsys-Fix-MT8188-VDO1-DPI1-output-s.patch
	patches.suse/soc-mediatek-mt8167-mmsys-Fix-missing-regval-in-all-.patch
	patches.suse/soc-mediatek-mt8365-mmsys-Fix-routing-table-masks-an.patch
	patches.suse/soc-samsung-exynos-chipid-Add-NULL-pointer-check-in-.patch
	patches.suse/memory-mtk-smi-Add-ostd-setting-for-mt8192.patch
	patches.suse/bus-qcom-ssc-block-bus-Remove-some-duplicated-iounma.patch
	patches.suse/bus-qcom-ssc-block-bus-Fix-the-error-handling-path-o.patch
	patches.suse/dlm-increase-max-number-of-links-for-corosync3-knet.patch
	patches.suse/dlm-prevent-NPD-when-writing-a-positive-value-to-event_done.patch
	patches.suse/dlm-fix-error-if-inactive-rsb-is-not-hashed.patch
	patches.suse/dlm-fix-error-if-active-rsb-is-not-hashed.patch
	patches.suse/dlm-make-tcp-still-work-in-multi-link-env.patch
	patches.suse/ktest-Fix-Test-Failures-Due-to-Missing-LOG_FILE-Dire.patch
	patches.suse/kunit-qemu_configs-sparc-use-Zilog-console.patch
	patches.suse/powerpc-export-MIN-RMA-size.patch
	patches.suse/powerpc-fadump-fix-additional-param-memory-reservati.patch
	patches.suse/powerpc-increase-MIN-RMA-size-for-CAS-negotiation.patch
	patches.suse/Documentation-powerpc-fadump-add-additional-paramete.patch
	patches.suse/powerpc-pseries-Macros-and-wrapper-functions-for-H_H.patch
	patches.suse/powerpc-pseries-Export-hardware-trace-macro-dump-via.patch
	patches.suse/powerpc-Document-details-on-H_HTM-hcall.patch
	patches.suse/powerpc-pseries-iommu-memory-notifier-incorrectly-ad.patch
	patches.suse/KVM-PPC-Enable-CAP_SPAPR_TCE_VFIO-on-pSeries-KVM-gue.patch
	patches.suse/powerpc-perf-Fix-ref-counting-on-the-PMU-vpa_pmu.patch
	patches.suse/ima-limit-the-number-of-open-writers-integrity-viola.patch
	patches.suse/ima-limit-the-number-of-ToMToU-integrity-violations.patch
	patches.suse/landlock-Move-code-to-ease-future-backports.patch
	patches.suse/landlock-Add-the-errata-interface.patch
	patches.suse/landlock-Add-erratum-for-TCP-fix.patch
	patches.suse/landlock-Prepare-to-add-second-errata.patch
	patches.suse/landlock-Always-allow-signals-between-threads-of-the-same-process.patch
	patches.suse/selftests-landlock-Split-signal_scoping_threads-tests.patch
	patches.suse/selftests-landlock-Add-a-new-test-for-setuid.patch
	patches.suse/tpm-do-not-start-chip-while-suspended.patch
	patches.suse/tpm-tpm_tis-Fix-timeout-handling-when-waiting-for-TP.patch
	patches.suse/tpm-tpm_tis-Workaround-failed-command-reception-on-I.patch
	patches.suse/tpm-End-any-active-auth-session-before-shutdown.patch
	patches.suse/fbdev-au1100fb-Move-a-variable-assignment-behind-a-n.patch
	patches.suse/dummycon-fix-default-rows-cols.patch
	patches.suse/mdacon-rework-dependency-list.patch
	patches.suse/fbdev-omapfb-Add-plane-value-check.patch
	patches.suse/fbdev-sm501fb-Add-some-geometry-checks.patch
	patches.suse/drm-bridge-ti-sn65dsi86-Fix-multiple-instances.patch
	patches.suse/drm-allow-encoder-mode_set-even-when-connectors-chan.patch
	patches.suse/drm-ssd130x-Set-SPI-.id_table-to-prevent-an-SPI-core.patch
	patches.suse/drm-ssd130x-fix-ssd132x-encoding.patch
	patches.suse/drm-ssd130x-ensure-ssd132x-pitch-is-correct.patch
	patches.suse/drm-dp_mst-Fix-drm-RAD-print.patch
	patches.suse/drm-ast-Fix-ast_dp-connection-status.patch
	patches.suse/drm-bridge-it6505-fix-HDCP-V-match-check-is-not-perf.patch
	patches.suse/drm-xlnx-zynqmp-Fix-max-dma-segment-size.patch
	patches.suse/drm-vkms-Fix-use-after-free-and-double-free-on-init-.patch
	patches.suse/drm-panel-orientation-quirks-Add-support-for-AYANEO-.patch
	patches.suse/drm-panel-orientation-quirks-Add-quirks-for-AYA-NEO-.patch
	patches.suse/drm-panel-orientation-quirks-Add-quirk-for-AYA-NEO-S.patch
	patches.suse/drm-panel-orientation-quirks-Add-new-quirk-for-GPD-W.patch
	patches.suse/drm-panel-orientation-quirks-Add-quirk-for-OneXPlaye.patch
	patches.suse/gpu-cdns-mhdp8546-fix-call-balance-of-mhdp-clk-handl.patch
	patches.suse/drm-debugfs-fix-printk-format-for-bridge-index.patch
	patches.suse/drm-bridge-panel-forbid-initializing-a-panel-with-un.patch
	patches.suse/drm-radeon-ci_dpm-Remove-needless-NULL-checks-of-dpm.patch
	patches.suse/drm-amd-display-Update-Cursor-request-mode-to-the-be.patch
	patches.suse/Revert-drm-amd-display-Exit-idle-optimizations-befor.patch
	patches.suse/drm-amdgpu-Unlocked-unmap-only-clear-page-table-leav.patch
	patches.suse/drm-amdgpu-refine-smu-send-msg-debug-log-format.patch
	patches.suse/drm-amdgpu-umsch-declare-umsch-firmware.patch
	patches.suse/drm-amdgpu-umsch-fix-ucode-check.patch
	patches.suse/drm-amd-display-Exit-idle-optimizations-before-acces.patch
	patches.suse/drm-xe-vf-Don-t-try-to-trigger-a-full-GT-reset-if-VF.patch
	patches.suse/drm-panel-ilitek-ili9882t-fix-GPIO-name-in-error-mes.patch
	patches.suse/drm-repaper-fix-integer-overflows-in-repeat-function.patch
	patches.suse/drm-bridge-Fix-spelling-mistake-gettin-getting.patch
	patches.suse/drm-panthor-Update-CS_STATUS_-defines-to-correct-val.patch
	patches.suse/drm-amd-display-fix-an-indent-issue-in-DML21.patch
	patches.suse/drm-amd-display-stop-DML2-from-removing-pipes-based-.patch
	patches.suse/drm-amdkfd-Fix-Circular-Locking-Dependency-in-svm_ra.patch
	patches.suse/drm-amdkfd-clamp-queue-size-to-minimum.patch
	patches.suse/drm-amdkfd-Fix-mode1-reset-crash-issue.patch
	patches.suse/drm-amdkfd-Fix-pqm_destroy_queue-race-with-GPU-reset.patch
	patches.suse/drm-amdkfd-debugfs-hang_hws-skip-GPU-with-MES.patch
	patches.suse/drm-amd-display-fix-type-mismatch-in-CalculateDynami.patch
	patches.suse/drm-amdgpu-handle-amdgpu_cgs_create_device-errors-in.patch
	patches.suse/drm-msm-dpu-don-t-use-active-in-atomic_check.patch
	patches.suse/drm-msm-dsi-phy-Program-clock-inverters-in-correct-r.patch
	patches.suse/drm-msm-dsi-Use-existing-per-interface-slice-count-i.patch
	patches.suse/drm-msm-dsi-Set-PHY-usescase-and-mode-before-registe.patch
	patches.suse/drm-msm-dsi-Add-check-for-devm_kstrdup.patch
	patches.suse/drm-msm-a6xx-Fix-stale-rpmh-votes-from-GPU.patch
	patches.suse/drm-msm-a6xx-Fix-a6xx-indexed-regs-in-devcoreduump.patch
	patches.suse/drivers-base-devres-Allow-to-release-group-on-device.patch
	patches.suse/drm-xe-xelp-Move-Wa_16011163337-from-tunings-to-work.patch
	patches.suse/drm-mediatek-mtk_hdmi-Unregister-audio-platform-devi.patch
	patches.suse/drm-mediatek-mtk_hdmi-Fix-typo-for-aud_sampe_size-me.patch
	patches.suse/drm-mediatek-mtk_dpi-Move-the-input_2p_en-bit-to-pla.patch
	patches.suse/drm-mediatek-mtk_dpi-Explicitly-manage-TVD-clock-in-.patch
	patches.suse/drm-mediatek-Fix-config_updating-flag-never-false-wh.patch
	patches.suse/drm-mediatek-dp-drm_err-dev_err-in-HPD-path-to-avoid.patch
	patches.suse/drm-mediatek-dsi-fix-error-codes-in-mtk_dsi_host_tra.patch
	patches.suse/drm-amd-display-avoid-NPD-when-ASIC-does-not-support.patch
	patches.suse/drm-amdgpu-grab-an-additional-reference-on-the-gang-.patch
	patches.suse/PCI-ACS-Fix-pci-config_acs-parameter.patch
	patches.suse/PCI-ASPM-Fix-link-state-exit-during-switch-upstream-.patch
	patches.suse/PCI-Fix-wrong-length-of-devres-array.patch
	patches.suse/PCI-Check-BAR-index-for-validity.patch
	patches.suse/PCI-Enable-Configuration-RRS-SV-early.patch
	patches.suse/PCI-Fix-reference-leak-in-pci_register_host_bridge.patch
	patches.suse/PCI-Fix-reference-leak-in-pci_alloc_child_bus.patch
	patches.suse/PCI-Remove-stray-put_device-in-pci_register_host_bri.patch
	patches.suse/PCI-portdrv-Only-disable-pciehp-interrupts-early-whe.patch
	patches.suse/PCI-pciehp-Avoid-unnecessary-device-replacement-chec.patch
	patches.suse/PCI-pciehp-Don-t-enable-HPIE-when-resuming-in-poll-m.patch
	patches.suse/PCI-Avoid-reset-when-disabled-via-sysfs.patch
	patches.suse/PCI-Use-downstream-bridges-for-distributing-resources.patch
	patches.suse/PCI-Remove-add_align-overwrite-unrelated-to-size0.patch
	patches.suse/PCI-Simplify-size1-assignment-logic.patch
	patches.suse/PCI-Allow-relaxed-bridge-window-tail-sizing-for-opti.patch
	patches.suse/PCI-Fix-BAR-resizing-when-VF-BARs-are-assigned.patch
	patches.suse/misc-pci_endpoint_test-Fix-displaying-irq_type-after.patch
	patches.suse/PCI-brcmstb-Fix-missing-of_node_put-in-brcm_pcie_pro.patch
	patches.suse/PCI-brcmstb-Set-generation-limit-before-PCIe-link-up.patch
	patches.suse/PCI-brcmstb-Use-internal-register-to-change-link-cap.patch
	patches.suse/PCI-brcmstb-Fix-error-path-after-a-call-to-regulator.patch
	patches.suse/PCI-brcmstb-Fix-potential-premature-regulator-disabl.patch
	patches.suse/PCI-cadence-ep-Fix-the-driver-to-send-MSG-TLP-for-IN.patch
	patches.suse/PCI-Add-Rockchip-Vendor-ID.patch
	patches.suse/PCI-dwc-ep-Return-ENOMEM-for-allocation-failures.patch
	patches.suse/PCI-histb-Fix-an-error-handling-path-in-histb_pcie_p.patch
	patches.suse/msft-hv-3198-PCI-hv-Correct-a-comment.patch
	patches.suse/PCI-j721e-Fix-the-value-of-.linkdown_irq_regfield-fo.patch
	patches.suse/PCI-mediatek-gen3-Configure-PBUS_CSR-registers-for-E.patch
	patches.suse/PCI-qcom-ep-Mark-BAR0-BAR2-as-64bit-BARs-and-BAR1-BA.patch
	patches.suse/PCI-vmd-Make-vmd_dev-cfg_lock-a-raw_spinlock_t-type.patch
	patches.suse/PCI-xilinx-cpm-Fix-IRQ-domain-leak-in-error-path-of-.patch
	patches.suse/lib-842-Improve-error-handling-in-sw842_compress.patch
	patches.suse/crypto-ccp-Fix-check-for-the-primary-ASP-device.patch
	patches.suse/crypto-hisilicon-sec2-fix-for-aead-auth-key-length.patch
	patches.suse/crypto-hisilicon-sec2-fix-for-aead-authsize-alignmen.patch
	patches.suse/crypto-hisilicon-sec2-fix-for-sec-spec-check.patch
	patches.suse/crypto-api-Fix-larval-relookup-type-and-mask.patch
	patches.suse/crypto-bpf-Add-MODULE_DESCRIPTION-for-skcipher.patch
	patches.suse/crypto-tegra-Use-separate-buffer-for-setkey.patch
	patches.suse/crypto-tegra-check-return-value-for-hash-do_one_req.patch
	patches.suse/crypto-tegra-Fix-CMAC-intermediate-result-handling.patch
	patches.suse/crypto-tegra-Set-IV-to-NULL-explicitly-for-AES-ECB.patch
	patches.suse/crypto-tegra-Use-HMAC-fallback-when-keyslots-are-ful.patch
	patches.suse/crypto-iaa-Test-the-correct-request-flag.patch
	patches.suse/crypto-ccp-Fix-uAPI-definitions-of-PSP-errors.patch
	patches.suse/crypto-qat-set-parity-error-mask-for-qat_420xx.patch
	patches.suse/crypto-qat-remove-access-to-parity-register-for-QAT-.patch
	patches.suse/crypto-nx-Fix-uninitialised-hv_nxc-on-error.patch
	patches.suse/msft-hv-3179-net-mana-fix-warning-in-the-writer-of-client-oob.patch
	patches.suse/msft-hv-3202-RDMA-mana_ib-Ensure-variable-err-is-initialized.patch
	patches.suse/RDMA-core-Don-t-expose-hw_counters-outside-of-init-n.patch
	patches.suse/RDMA-erdma-Prevent-use-after-free-in-erdma_accept_ne.patch
	patches.suse/RDMA-core-Fix-use-after-free-when-rename-device-name.patch
	patches.suse/RDMA-mlx5-Fix-MR-cache-initialization-error-flow.patch
	patches.suse/RDMA-mlx5-Fix-cache-entry-update-on-dereg-error.patch
	patches.suse/RDMA-mlx5-Fix-page_size-variable-overflow.patch
	patches.suse/RDMA-mlx5-Fix-mlx5_poll_one-cur_qp-update-flow.patch
	patches.suse/RDMA-mlx5-Fix-calculation-of-total-invalidated-pages.patch
	patches.suse/IB-mad-Check-available-slots-before-posting-receive-.patch
	patches.suse/of-irq-Fix-device-node-refcount-leakage-in-API-of_ir.patch
	patches.suse/of-irq-Fix-device-node-refcount-leakage-in-API-of_ir-ff93e72.patch
	patches.suse/of-irq-Fix-device-node-refcount-leakages-in-of_irq_c.patch
	patches.suse/of-irq-Fix-device-node-refcount-leakage-in-API-irq_o.patch
	patches.suse/of-irq-Fix-device-node-refcount-leakages-in-of_irq_i.patch
	patches.suse/of-property-Increase-NR_FWNODE_REFERENCE_ARGS.patch
	patches.suse/s390-Remove-ioremap_wt-and-pgprot_writethrough.patch
	patches.suse/mfd-sm501-Switch-to-BIT-to-mitigate-integer-overflow.patch
	patches.suse/mfd-ene-kb3930-Fix-a-potential-NULL-pointer-derefere.patch
	patches.suse/Revert-leds-pca955x-Remove-the-unused-function-pca95.patch
	patches.suse/leds-Fix-LED_OFF-brightness-race.patch
	patches.suse/leds-rgb-leds-qcom-lpg-Fix-pwm-resolution-max-for-Hi.patch
	patches.suse/leds-rgb-leds-qcom-lpg-Fix-calculation-of-best-perio.patch
	patches.suse/backlight-led_bl-Hold-led_access-lock-when-calling-l.patch
	patches.suse/pinctrl-nuvoton-npcm8xx-Fix-error-handling-in-npcm8x.patch
	patches.suse/pinctrl-renesas-rzg2l-Suppress-binding-attributes.patch
	patches.suse/pinctrl-renesas-rzg2l-Fix-missing-of_node_put-call.patch
	patches.suse/pinctrl-renesas-rzv2m-Fix-missing-of_node_put-call.patch
	patches.suse/pinctrl-renesas-rza2-Fix-missing-of_node_put-call.patch
	patches.suse/pinctrl-intel-Fix-wrong-bypass-assignment-in-intel_p.patch
	patches.suse/pinctrl-tegra-Set-SFIO-mode-to-Mux-Register.patch
	patches.suse/pinctrl-qcom-Clear-latched-interrupt-status-when-cha.patch
	patches.suse/pinctrl-samsung-add-support-for-eint_fltcon_offset.patch
	patches.suse/pinctrl-npcm8xx-Fix-incorrect-struct-npcm8xx_pincfg-.patch
	patches.suse/remoteproc-qcom_q6v5_mss-Handle-platforms-with-one-p.patch
	patches.suse/remoteproc-qcom-pas-add-minidump_id-to-SC7280-WPSS.patch
	patches.suse/remoteproc-core-Clear-table_sz-when-rproc_shutdown.patch
	patches.suse/remoteproc-qcom_q6v5_pas-Use-resource-with-CX-PD-for.patch
	patches.suse/remoteproc-qcom_q6v5_pas-Make-single-PD-handling-mor.patch
	patches.suse/power-supply-bq27xxx_battery-do-not-update-cached-fl.patch
	patches.suse/power-supply-max77693-Fix-wrong-conversion-of-charge.patch
	patches.suse/HSI-ssi_protocol-Fix-use-after-free-vulnerability-in.patch
	patches.suse/mailbox-tegra-hsp-Define-dimensioning-masks-in-SoC-d.patch
	patches.suse/bpf-Add-tracepoints-with-null-able-arguments.patch
	patches.suse/module-Begin-to-move-from-RCU-sched-to-RCU.patch
	patches.suse/module-Use-proper-RCU-assignment-in-add_kallsyms.patch
	patches.suse/module-Use-RCU-in-find_kallsyms_symbol.patch
	patches.suse/module-Use-RCU-in-module_get_kallsym.patch
	patches.suse/module-Use-RCU-in-find_module_all.patch
	patches.suse/module-Use-RCU-in-__find_kallsyms_symbol_value.patch
	patches.suse/module-Use-RCU-in-module_kallsyms_on_each_symbol.patch
	patches.suse/module-Remove-module_assert_mutex_or_preempt-from-try_add_tainted_module.patch
	patches.suse/module-Use-RCU-in-find_symbol.patch
	patches.suse/module-Use-RCU-in-__is_module_percpu_address.patch
	patches.suse/module-Allow-__module_address-to-be-called-from-RCU-section.patch
	patches.suse/module-Use-RCU-in-search_module_extables.patch
	patches.suse/module-Use-RCU-in-all-users-of-__module_address.patch
	patches.suse/module-Use-RCU-in-all-users-of-__module_text_address.patch
	patches.suse/ARM-module-Use-RCU-in-all-users-of-__module_text_address.patch
	patches.suse/arm64-module-Use-RCU-in-all-users-of-__module_text_address.patch
	patches.suse/cfi-Use-RCU-while-invoking-__module_address.patch
	patches.suse/x86-Use-RCU-in-all-users-of-__module_address.patch
	patches.suse/jump_label-Use-RCU-in-all-users-of-__module_address.patch
	patches.suse/jump_label-Use-RCU-in-all-users-of-__module_text_address.patch
	patches.suse/bpf-Use-RCU-in-all-users-of-__module_text_address.patch
	patches.suse/kprobes-Use-RCU-in-all-users-of-__module_text_address.patch
	patches.suse/static_call-Use-RCU-in-all-users-of-__module_text_address.patch
	patches.suse/bug-Use-RCU-instead-RCU-sched-to-protect-module_bug_list.patch
	patches.suse/perf-stat-Fix-find_stat-for-mixed-legacy-non-legacy-events.patch
	patches.suse/perf-Always-feature-test-reallocarray.patch
	patches.suse/perf-test-Fix-Hwmon-PMU-test-endianess-issue.patch
	patches.suse/perf-pmus-Restructure-pmu_read_sysfs-to-scan-fewer-PMUs.patch
	patches.suse/perf-pmu-Rename-name-matching-for-no-suffix-or-wildcard-variants.patch
	patches.suse/perf-stat-Don-t-merge-counters-purely-on-name.patch
	patches.suse/perf-tools-Add-skip-check-in-tool_pmu__event_to_str.patch
	patches.suse/perf-tests-Fix-Tool-PMU-test-segfault.patch
	patches.suse/perf-report-Switch-data-file-correctly-in-TUI.patch
	patches.suse/perf-report-Fix-input-reload-switch-with-symbol-sort-key.patch
	patches.suse/perf-pmu-Dynamically-allocate-tool-PMU.patch
	patches.suse/perf-pmu-Don-t-double-count-common-sysfs-and-json-events.patch
	patches.suse/perf-build-Fix-in-tree-build-due-to-symbolic-link.patch
	patches.suse/perf-arm-spe-Fix-load-store-operation-checking.patch
	patches.suse/perf-test-Add-timeout-to-datasym-workload.patch
	patches.suse/perf-bench-Fix-perf-bench-syscall-loop-count.patch
	patches.suse/perf-tests-Fix-data-symbol-test-with-LTO-builds.patch
	patches.suse/perf-debug-Avoid-stack-overflow-in-recursive-error-message.patch
	patches.suse/perf-evlist-Add-success-path-to-evlist__create_syswide_map.patch
	patches.suse/perf-x86-topdown-Fix-topdown-leader-sampling-test-error-on.patch
	patches.suse/perf-units-Fix-insufficient-array-space.patch
	patches.suse/perf-test-stat_all_pmu.sh-Correctly-check-perf-stat-result.patch
	patches.suse/perf-python-Fixup-description-of-sample.id-event-member.patch
	patches.suse/perf-python-Decrement-the-refcount-of-just-created-event-o.patch
	patches.suse/perf-python-Don-t-keep-a-raw_data-pointer-to-consumed-ring.patch
	patches.suse/perf-python-Check-if-there-is-space-to-copy-all-the-event.patch
	patches.suse/perf-dso-fix-dso__is_kallsyms-check.patch
	patches.suse/perf-intel-tpebs-Fix-incorrect-usage-of-zfree.patch
	patches.suse/perf-pmu-Handle-memory-failure-in-tool_pmu__new.patch
	patches.suse/perf-vendor-events-arm64-AmpereOneX-Fix-frontend_bound-cal.patch
	patches.suse/perf-tools-Fix-is_compat_mode-build-break-in-ppc64.patch
	patches.suse/perf-tools-annotate-asm_pure_loop.S.patch
	patches.suse/perf-bpf-filter-Fix-a-parsing-error-with-comma.patch
	patches.suse/nfsd-fix-management-of-listener-transports.patch
	patches.suse/NFSD-Skip-sending-CB_RECALL_ANY-when-the-backchannel-isn-t-up.patch
	patches.suse/NFSD-nfsd_unlink-clobbers-non-zero-status-returned-from-fh_fill_pre_attrs.patch
	patches.suse/NFSD-Never-return-NFS4ERR_FILE_OPEN-when-removing-a-directory.patch
	patches.suse/svcrdma-do-not-unregister-device-for-listeners.patch
	patches.suse/nfsd-allow-SC_STATUS_FREEABLE-when-searching-via-nfs4_lookup_stateid.patch
	patches.suse/nfsd-put-dl_stid-if-fail-to-queue-dl_recall.patch
	patches.suse/exfat-fix-random-stack-corruption-after-get_block.patch
	patches.suse/exfat-fix-the-infinite-loop-in-exfat_find_last_cluster.patch
	patches.suse/exfat-fix-missing-shutdown-check.patch
	patches.suse/exfat-fix-potential-wrong-error-return-from-get_block.patch
	patches.suse/mm-simplify-vma-merge-structure-and-expand-comments.patch
	patches.suse/mm-further-refactor-commit_merge.patch
	patches.suse/mm-eliminate-adj_start-parameter-from-commit_merge.patch
	patches.suse/mm-make-vmg-target-consistent-and-further-simplify-commit_.patch
	patches.suse/mm-completely-abstract-unnecessary-adj_start-calculation.patch
	patches.suse/selftests-mm-fix-thuge-gen-test-name-uniqueness.patch
	patches.suse/mm-allow-guard-regions-in-file-backed-and-read-only-mappin.patch
	patches.suse/maple_tree-remove-a-BUG_ON-in-mas_alloc_nodes.patch
	patches.suse/mm-introduce-vma_start_read_locked-_nested-helpers.patch
	patches.suse/mm-move-per-vma-lock-into-vm_area_struct.patch
	patches.suse/mm-mark-vma-as-detached-until-it-s-added-into-vma-tree.patch
	patches.suse/mm-introduce-vma_iter_store_attached-to-use-with-attached-.patch
	patches.suse/mm-mark-vmas-detached-upon-exit.patch
	patches.suse/types-move-struct-rcuwait-into-types.h.patch
	patches.suse/mm-allow-vma_start_read_locked-vma_start_read_locked_neste.patch
	patches.suse/mm-move-mmap_init_lock-out-of-the-header-file.patch
	patches.suse/mm-uninline-the-main-body-of-vma_start_write.patch
	patches.suse/refcount-provide-ops-for-cases-when-object-s-memory-can-be.patch
	patches.suse/refcount-introduce-__refcount_-add-inc-_not_zero_limited_a.patch
	patches.suse/mm-replace-vm_lock-and-detached-flag-with-a-reference-coun.patch
	patches.suse/mm-move-lesser-used-vma_area_struct-members-into-the-last-.patch
	patches.suse/mm-debug-print-vm_refcnt-state-when-dumping-the-vma.patch
	patches.suse/mm-remove-extra-vma_numab_state_init-call.patch
	patches.suse/mm-prepare-lock_vma_under_rcu-for-vma-reuse-possibility.patch
	patches.suse/mm-make-vma-cache-SLAB_TYPESAFE_BY_RCU.patch
	patches.suse/fs-proc-task_mmu-add-guard-region-bit-to-pagemap.patch
	patches.suse/mm-mremap-correctly-handle-partial-mremap-of-VMA-starting-.patch
	patches.suse/mm-mremap-refactor-mremap-system-call-implementation.patch
	patches.suse/mm-mremap-introduce-and-use-vma_remap_struct-threaded-stat.patch
	patches.suse/mm-mremap-initial-refactor-of-move_vma.patch
	patches.suse/mm-mremap-complete-refactor-of-move_vma.patch
	patches.suse/mm-mremap-refactor-move_page_tables-abstracting-state.patch
	patches.suse/mm-mremap-thread-state-through-move-page-table-operation.patch
	patches.suse/selftests-mm-cow-fix-the-incorrect-error-handling.patch
	patches.suse/docs-thermal-sync-hardware-protection-doc-with-code.patch
	patches.suse/driver-core-Remove-needless-return-in-void-API-devic.patch
	patches.suse/iio-accel-mma8452-Ensure-error-return-on-failure-to-.patch
	patches.suse/iio-accel-msa311-Fix-failure-to-release-runtime-pm-i.patch
	patches.suse/iio-backend-make-sure-to-NULL-terminate-stack-buffer.patch
	patches.suse/iio-adc-ad4130-Fix-comparison-of-channel-setups.patch
	patches.suse/iio-adc-ad7124-Fix-comparison-of-channel-configs.patch
	patches.suse/iio-adc-ad7173-Fix-comparison-of-channel-configs.patch
	patches.suse/iio-adc-ad7768-1-set-MOSI-idle-state-to-prevent-acci.patch
	patches.suse/iio-light-Add-check-for-array-bounds-in-veml6075_rea.patch
	patches.suse/bus-mhi-host-Fix-race-between-unprepare-and-queue_bu.patch
	patches.suse/w1-fix-NULL-pointer-dereference-in-probe.patch
	patches.suse/soundwire-slave-fix-an-OF-node-reference-leak-in-sou.patch
	patches.suse/phy-phy-rockchip-samsung-hdptx-Don-t-use-dt-aliases-.patch
	patches.suse/phy-freescale-imx8m-pcie-assert-phy-reset-and-perst-.patch
	patches.suse/dmaengine-fsl-edma-cleanup-chan-after-dma_async_devi.patch
	patches.suse/dmaengine-fsl-edma-free-irq-correctly-in-remove-path.patch
	patches.suse/i3c-master-svc-Fix-missing-the-IBI-rules.patch
	patches.suse/i3c-master-svc-Use-readsb-helper-for-reading-MDB.patch
	patches.suse/i3c-Add-NULL-pointer-check-in-i3c_master_queue_ibi.patch
	patches.suse/thermal-drivers-rockchip-Add-missing-rk3328-mapping-.patch
	patches.suse/thermal-core-Remove-duplicate-struct-declaration.patch
	patches.suse/thermal-drivers-mediatek-lvts-Disable-monitor-mode-d.patch
	patches.suse/thermal-drivers-mediatek-lvts-Disable-Stage-3-therma.patch
	patches.suse/rtnetlink-Allocate-vfinfo-size-for-VF-GUIDs-when-sup.patch
	patches.suse/rndis_host-Flag-RNDIS-modems-as-WWAN-devices.patch
	patches.suse/msft-hv-3231-net-mana-Switch-to-page-pool-for-jumbo-frames.patch
	patches.suse/net-usb-usbnet-restore-usb-d-name-exception-for-loca.patch
	patches.suse/net-phy-broadcom-Correct-BCM5221-PHY-model-detection.patch
	patches.suse/selftests-mptcp-fix-incorrect-fd-checks-in-main_loop.patch
	patches.suse/selftests-mptcp-close-fd_in-before-returning-in-main.patch
	patches.suse/objtool-spi-amd-Fix-out-of-bounds-stack-access-in-am.patch
	patches.suse/objtool-media-dib8000-Prevent-divide-by-zero-in-dib8.patch
	patches.suse/objtool-Fix-segfault-in-ignore_unreachable_insn.patch
	patches.suse/objtool-Fix-verbose-disassembly-if-CROSS_COMPILE-isn.patch
	patches.suse/x86-paravirt-Move-halt-paravirt-calls-under-CONFIG_PARAVIR.patch
	patches.suse/x86-tdx-Fix-arch_safe_halt-execution-for-TDX-VMs.patch
	patches.suse/x86-tdx-Emit-warning-if-IRQs-are-enabled-during-HLT-VE-han.patch
	patches.suse/ACPI-x86-Extend-Lenovo-Yoga-Tab-3-quirk-with-skip-GP.patch
	patches.suse/ACPI-processor-idle-return-an-error-if-both-P_LVL-2-.patch
	patches.suse/ACPI-resource-Skip-IRQ-override-on-ASUS-Vivobook-14-.patch
	patches.suse/counter-stm32-lptimer-cnt-fix-error-handling-when-en.patch
	patches.suse/counter-microchip-tcb-capture-Fix-undefined-counter-.patch
	patches.suse/staging-rtl8723bs-select-CONFIG_CRYPTO_LIB_AES.patch
	patches.suse/staging-vchiq_arm-Register-debugfs-after-cdev.patch
	patches.suse/staging-vchiq_arm-Fix-possible-NPR-of-keep-alive-thr.patch
	patches.suse/tty-n_tty-use-uint-for-space-returned-by-tty_write_r.patch
	patches.suse/tty-serial-8250-Add-some-more-device-IDs.patch
	patches.suse/tty-serial-8250-Add-Brainboxes-XC-devices.patch
	patches.suse/tty-serial-fsl_lpuart-disable-transmitter-before-cha.patch
	patches.suse/tty-serial-fsl_lpuart-Use-u32-and-u8-for-register-va.patch
	patches.suse/serial-8250_dma-terminate-correct-DMA-in-tx_dma_flus.patch
	patches.suse/serial-stm32-do-not-deassert-RS485-RTS-GPIO-prematur.patch
	patches.suse/usb-typec-ucsi-Rename-SET_UOM-UCSI-command-to-SET_CC.patch
	patches.suse/usb-typec-ucsi-Enable-UCSI-commands-in-debugfs.patch
	patches.suse/usb-typec-thunderbolt-Fix-loops-that-iterate-TYPEC_P.patch
	patches.suse/usb-typec-thunderbolt-Remove-IS_ERR-check-for-plug.patch
	patches.suse/USB-core-Add-eUSB2-descriptor-and-parsing-in-USB-cor.patch
	patches.suse/usb-core-replace-usb_sndaddr0pipe-macro-with-usb_snd.patch
	patches.suse/ucsi_ccg-Don-t-show-failed-to-get-FW-build-informati.patch
	patches.suse/usb-xhci-Don-t-skip-on-Stopped-Length-Invalid.patch
	patches.suse/usb-xhci-correct-debug-message-page-size-calculation.patch
	patches.suse/usb-xhci-Apply-the-link-chain-quirk-on-NEC-isoc-endp.patch
	patches.suse/usb-core-Don-t-use-pK-through-printk.patch
	patches.suse/acpi-nfit-fix-narrowing-conversion-in-acpi_nfit_ctl.patch
	patches.suse/mm-mremap-do-not-set-vrm-vma-NULL-immediately-prior-to-che.patch
	patches.suse/lib-scatterlist-fix-sg_split_phys-to-preserve-origin.patch
	patches.suse/arm64-mm-Correct-the-update-of-max_pfn.patch
	patches.suse/arm64-mops-Do-not-dereference-src-reg-for-a-set-operation.patch
	patches.suse/arm64-mm-Drop-dead-code-for-pud-special-bit-handling.patch
	patches.suse/arm64-Don-t-call-NULL-in-do_compat_alignment_fixup.patch
	patches.suse/ALSA-hda-realtek-Fix-built-in-mic-breakage-on-ASUS-V.patch
	patches.suse/ALSA-hda-realtek-Enable-Mute-LED-on-HP-OMEN-16-Lapto.patch
	patches.suse/ALSA-hda-realtek-Fix-built-in-mic-on-another-ASUS-Vi.patch
	patches.suse/firmware-cs_dsp-Ensure-cs_dsp_load-_coeff-returns-0-.patch
	patches.suse/ASoC-qdsp6-q6asm-dai-fix-q6asm_dai_compr_set_params-.patch
	patches.suse/ASoC-codecs-rt5665-Fix-some-error-handling-paths-in-.patch
	patches.suse/ASoC-q6apm-dai-schedule-all-available-frames-to-avoi.patch
	patches.suse/ASoC-q6apm-add-q6apm_get_hw_pointer-helper.patch
	patches.suse/ASoC-qdsp6-q6apm-dai-set-10-ms-period-and-buffer-ali.patch
	patches.suse/ASoC-qdsp6-q6apm-dai-fix-capture-pipeline-overruns.patch
	patches.suse/ASoC-q6apm-dai-make-use-of-q6apm_get_hw_pointer.patch
	patches.suse/ASoC-imx-card-Add-NULL-check-in-imx_card_probe.patch
	patches.suse/x86-uaccess-Improve-performance-by-aligning-writes-to-8-by.patch
	patches.suse/platform-x86-thinkpad_acpi-disable-ACPI-fan-access-f.patch
	patches.suse/platform-x86-ISST-Correct-command-storage-data-lengt.patch
	patches.suse/spi-cadence-Fix-out-of-bounds-array-access-in-cdns_m.patch
	patches.suse/spi-bcm2835-Do-not-call-gpiod_put-on-invalid-descrip.patch
	patches.suse/spi-bcm2835-Restore-native-CS-probing-when-pinctrl-b.patch
	patches.suse/sctp-add-mutual-exclusion-in-proc_sctp_do_udp_port.patch
	patches.suse/udp-Fix-multiple-wraparounds-of-sk-sk_rmem_alloc.patch
	patches.suse/udp-Fix-memory-accounting-leak.patch
	patches.suse/net-decrease-cached-dst-counters-in-dst_release.patch
	patches.suse/ipv6-fix-omitted-netlink-attributes-when-using-RTEXT.patch
	patches.suse/net-fix-geneve_opt-length-integer-overflow.patch
	patches.suse/usbnet-fix-NPE-during-rx_complete.patch
	patches.suse/ipv6-Start-path-selection-from-the-first-nexthop.patch
	patches.suse/ipv6-Do-not-consider-link-down-nexthops-in-path-sele.patch
	patches.suse/ntb_hw_switchtec-Fix-shift-out-of-bounds-in-switchte.patch
	patches.suse/ntb-intel-Fix-using-link-status-DB-s.patch
	patches.suse/ntb_perf-Delete-duplicate-dmaengine_unmap_put-call-i.patch
	patches.suse/ntb-use-64-bit-arithmetic-for-the-MSI-doorbell-mask.patch
	patches.suse/s390-entry-Fix-setting-_CIF_MCCK_GUEST-with-lowcore-relocation.patch
	patches.suse/s390-pci-Fix-zpci_bus_is_isolated_vf-for-non-VFs.patch
	patches.suse/Input-synaptics-hide-unused-smbus_pnp_ids-array.patch
	patches.suse/Input-pm8941-pwrkey-fix-dev_dbg-output-in-pm8941_pwr.patch
	patches.suse/drm-amd-pm-Prevent-division-by-zero.patch
	patches.suse/drm-amd-pm-Prevent-division-by-zero-7d641c2.patch
	patches.suse/drm-amd-pm-Prevent-division-by-zero-4e3d950.patch
	patches.suse/drm-amd-pm-Prevent-division-by-zero-4b8c3c0.patch
	patches.suse/drm-amd-pm-Prevent-division-by-zero-7c246a0.patch
	patches.suse/drm-amd-display-Increase-vblank-offdelay-for-PSR-pan.patch
	patches.suse/drm-amd-display-Actually-do-immediate-vblank-disable.patch
	patches.suse/drm-amdgpu-Prefer-shadow-rom-when-available.patch
	patches.suse/drm-amdgpu-gfx11-fix-num_mec.patch
	patches.suse/drm-amdgpu-gfx12-fix-num_mec.patch
	patches.suse/kbuild-exclude-.rodata.-cst-str-when-building-ranges.patch
	patches.suse/Revert-kheaders-Ignore-silly-rename-files.patch
	patches.suse/perf-core-Fix-child_total_time_enabled-accounting-bug-at-t.patch
	patches.suse/tools-power-turbostat-Allow-Zero-return-value-for-some-RAPL-registers.patch
	patches.suse/tools-power-turbostat-Increase-CPU_SUBSET_MAXCPUS-to-8192.patch
	patches.suse/tools-power-turbostat-report-CoreThr-per-measurement-interval.patch
	patches.suse/tools-power-turbostat-Restore-GFX-sysfs-fflush-call.patch
	patches.suse/cgroup-cpuset-Fix-incorrect-isolated_cpus-update-in-update_parent_effective_cpumask.patch
	patches.suse/cgroup-cpuset-Fix-error-handling-in-remote_partition_disable.patch
	patches.suse/mtd-inftlcore-Add-error-check-for-inftl_read_oob.patch
	patches.suse/mtd-rawnand-Add-status-chack-in-r852_ready.patch
	patches.suse/gpio-tegra186-fix-resource-handling-in-ACPI-probe-pa.patch
	patches.suse/gpio-zynq-Fix-wakeup-source-leaks-on-device-unbind.patch
	patches.suse/gpiolib-of-Fix-the-choice-for-Ingenic-NAND-quirk.patch
	patches.suse/net-tls-explicitly-disallow-disconnect.patch
	patches.suse/net-phy-move-phy_link_change-prior-to-mdio_bus_phy_m.patch
	patches.suse/net-phy-allow-MDIO-bus-PM-ops-to-start-stop-state-ma.patch
	patches.suse/ipv6-Align-behavior-across-nexthops-during-path-sele.patch
	patches.suse/x86-bugs-Rename-entry_ibpb-to-write_ibpb.patch
	patches.suse/x86-bugs-Use-SBPB-in-write_ibpb-if-applicable.patch
	patches.suse/x86-bugs-Fix-RSB-clearing-in-indirect_branch_prediction_ba.patch
	patches.suse/x86-bugs-Don-t-fill-RSB-on-VMEXIT-with-eIBRS-retpoline.patch
	patches.suse/x86-bugs-Don-t-fill-RSB-on-context-switch-with-eIBRS.patch
	patches.suse/x86-bugs-Add-RSB-mitigation-document.patch
	patches.suse/drm-i915-Disable-RPG-during-live-selftest.patch
	patches.suse/drm-i915-vrr-Add-vrr.vsync_-start-end-in-vrr_params_.patch
	patches.suse/drm-i915-huc-Fix-fence-not-released-on-early-probe-e.patch
	patches.suse/drm-amdgpu-mes11-optimize-MES-pipe-FW-version-fetchi.patch
	patches.suse/drm-amdgpu-immediately-use-GTT-for-new-allocations.patch
	patches.suse/drm-amdgpu-dma_buf-fix-page_link-check.patch
	patches.suse/drm-amd-display-Do-not-enable-Replay-and-PSR-while-V.patch
	patches.suse/drm-amd-display-Protect-FPU-in-dml21_copy.patch
	patches.suse/drm-amd-display-Protect-FPU-in-dml2_init-dml21_init.patch
	patches.suse/drm-amd-display-Protect-FPU-in-dml2_validate-dml21_v.patch
	patches.suse/drm-amd-pm-smu11-Prevent-division-by-zero.patch
	patches.suse/drm-amdgpu-mes12-optimize-MES-pipe-FW-version-fetchi.patch
	patches.suse/drm-imagination-take-paired-job-reference.patch
	patches.suse/drm-imagination-fix-firmware-memory-leaks.patch
	patches.suse/drm-nouveau-prime-fix-ttm_bo_delayed_delete-oops.patch
	patches.suse/accel-ivpu-Fix-warning-in-ivpu_ipc_send_receive_inte.patch
	patches.suse/accel-ivpu-Fix-deadlock-in-ivpu_ms_cleanup.patch
	patches.suse/accel-ivpu-Fix-PM-related-deadlocks-in-MS-IOCTLs.patch
	patches.suse/drm-sti-remove-duplicate-object-names.patch
	patches.suse/drm-tests-helpers-Create-kunit-helper-to-destroy-a-d.patch
	patches.suse/drm-tests-modeset-Fix-drm_display_mode-memory-leak.patch
	patches.suse/drm-tests-modeset-Fix-drm_display_mode-memory-leak-9b0827b.patch
	patches.suse/drm-tests-cmdline-Fix-drm_display_mode-memory-leak.patch
	patches.suse/drm-tests-modes-Fix-drm_display_mode-memory-leak.patch
	patches.suse/drm-tests-modes-Fix-drm_display_mode-memory-leak-f02d3bf.patch
	patches.suse/drm-tests-probe-helper-Fix-drm_display_mode-memory-l.patch
	patches.suse/drm-xe-Fix-an-out-of-bounds-shift-when-invalidating-.patch
	patches.suse/drm-xe-Use-local-fence-in-error-path-of-xe_migrate_c.patch
	patches.suse/drm-xe-hw_engine-define-sysfs_ops-on-all-directories.patch
	patches.suse/s390-cpumf-Fix-double-free-on-error-in-cpumf_pmu_event_init.patch
	patches.suse/ata-pata_pxa-Fix-potential-NULL-pointer-dereference-.patch
	patches.suse/ata-sata_sx4-Add-error-handling-in-pdc20621_i2c_read.patch
	patches.suse/pwm-mediatek-Prevent-divide-by-zero-in-pwm_mediatek_.patch
	patches.suse/pwm-rcar-Improve-register-calculation.patch
	patches.suse/pwm-fsl-ftm-Handle-clk_get_rate-returning-0.patch
	patches.suse/RDMA-bnxt_re-Fix-budget-handling-of-notification-que.patch
	patches.suse/RDMA-usnic-Fix-passing-zero-to-PTR_ERR-in-usnic_ib_p.patch
	patches.suse/RDMA-hns-Fix-wrong-maximum-DMA-segment-size.patch
	patches.suse/RDMA-cma-Fix-workqueue-crash-in-cma_netevent_work_ha.patch
	patches.suse/RDMA-core-Silence-oversized-kvmalloc-warning.patch
	patches.suse/RDMA-bnxt_re-Remove-unusable-nq-variable.patch
	patches.suse/crypto-caam-qi-Fix-drv_ctx-refcount-bug.patch
	patches.suse/radix-tree-add-missing-cleanup.h.patch
	patches.suse/ata-libata-sata-Save-all-fields-from-sense-data-desc.patch
	patches.suse/asus-laptop-Fix-an-uninitialized-variable.patch
	patches.suse/platform-x86-amd-pmf-Fix-STT-limits.patch
	patches.suse/ALSA-hda-cirrus_scodec_test-Don-t-select-dependencie.patch
	patches.suse/ALSA-hda-realtek-Fixed-ASUS-platform-headset-Mic-iss.patch
	patches.suse/ASoC-Intel-sof_sdw-Add-quirk-for-Asus-Zenbook-S16.patch
	patches.suse/ASoC-dwc-always-enable-disable-i2s-irqs.patch
	patches.suse/ASoC-qcom-Fix-sc7280-lpass-potential-buffer-overflow.patch
	patches.suse/ASoC-Intel-avs-Fix-null-ptr-deref-in-avs_component_p.patch
	patches.suse/ASoC-codecs-lpass-wsa-macro-Fix-vi-feedback-rate.patch
	patches.suse/ASoC-codecs-lpass-wsa-macro-Fix-logic-of-enabling-vi.patch
	patches.suse/ASoC-cs42l43-Reset-clamp-override-on-jack-removal.patch
	patches.suse/ASoC-fsl-fsl_qmc_audio-Reset-audio-data-pointers-on-.patch
	patches.suse/Bluetooth-hci_event-Fix-sending-MGMT_EV_DEVICE_FOUND.patch
	patches.suse/Bluetooth-btrtl-Prevent-potential-NULL-dereference.patch
	patches.suse/Bluetooth-l2cap-Check-encryption-key-size-on-incomin.patch
	patches.suse/wifi-at76c50x-fix-use-after-free-access-in-at76_disc.patch
	patches.suse/wifi-mac80211-Purge-vif-txq-in-ieee80211_do_stop.patch
	patches.suse/wifi-wl1251-fix-memory-leak-in-wl1251_tx_work.patch
	patches.suse/can-rockchip_canfd-fix-broken-quirks-checks.patch
	patches.suse/Bluetooth-vhci-Avoid-needless-snprintf-calls.patch
	patches.suse/Revert-PCI-Avoid-reset-when-disabled-via-sysfs.patch
	patches.suse/kunit-qemu_configs-SH-Respect-kunit-cmdline.patch
	patches.suse/Documentation-PM-runtime-Fix-a-reference-to-pm_runti.patch
	patches.suse/string-Add-load_unaligned_zeropad-code-path-to-sized.patch
	patches.suse/drm-amdgpu-fix-warning-of-drm_mm_clean.patch
	patches.suse/drm-amdgpu-Add-back-JPEG-to-video-caps-for-carrizo-a.patch
	patches.suse/drm-v3d-Fix-Indirect-Dispatch-configuration-for-V3D-.patch
	patches.suse/dma-buf-sw_sync-Decrement-refcount-on-error-in-sw_sy.patch
	patches.suse/drm-mgag200-Fix-value-in-VBLKSTR-register.patch
	patches.suse/drm-xe-Set-LRC-addresses-before-guc-load.patch
	patches.suse/drm-xe-userptr-fix-notifier-vs-folio-deadlock.patch
	patches.suse/drm-xe-dma_buf-stop-relying-on-placement-in-unmap.patch
	patches.suse/drm-msm-a6xx-Don-t-let-IB_SIZE-overflow.patch
	patches.suse/i2c-atr-Fix-wrong-include.patch
	patches.suse/i2c-cros-ec-tunnel-defer-probe-if-parent-EC-is-not-p.patch

	# out-of-tree patches
	patches.suse/powerpc-boot-Fix-build-with-gcc-15.patch
	patches.suse/powerpc-pseries-Define-common-functions-for-RTAS-seq.patch
	patches.suse/powerpc-pseries-Define-papr_indices_io_block-for-pap.patch
	patches.suse/powerpc-pseries-Add-papr-indices-char-driver-for-ibm.patch
	patches.suse/powerpc-pseries-Add-ibm-set-dynamic-indicator-RTAS-c.patch
	patches.suse/powerpc-pseries-Add-ibm-get-dynamic-sensor-state-RTA.patch
	patches.suse/powerpc-pseries-Add-papr-platform-dump-character-dri.patch
	patches.suse/powerpc-pseries-Add-a-char-driver-for-physical-attes.patch
	patches.suse/tpm-tis-Double-the-timeout-B-to-4s.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-kexec_file-Add-KEXEC_SIG-support.patch
+lduncan	patches.suse/scsi-target-iscsi-handle-SCSI-immediate-commands.patch
+lduncan	patches.suse/scsi-target-iscsi-don-t-warn-of-R-W-when-no-data.patch
	patches.suse/kdump-add-crashkernel-cma-suffix.patch
	patches.suse/kdump-implement-reserve_crashkernel_cma.patch
	patches.suse/kdump-x86-implement-crashkernel-cma-reservation.patch
	patches.suse/kdump-crashkernel-cma-update-Documentation.patch
	patches.suse/kdump-wait-for-dma-to-time-out-when-using-cma.patch
+hare	patches.suse/net-dcb-check-for-detached-device-before-executing-c.patch
+neilb	patches.suse/NFSv3-only-use-NFS-timeout-for-MOUNT-when-protocols-.patch

	patches.suse/crypto-qat-add-shutdown-handler-to-qat_4xxx.patch
        patches.suse/crypto-qat-add-shutdown-handler-to-qat_420xx.patch
        patches.suse/crypto-qat-remove-redundant-prototypes-in-qat_dh895x.patch
        patches.suse/crypto-qat-add-shutdown-handler-to-qat_dh895xcc.patch
        patches.suse/crypto-qat-remove-redundant-prototypes-in-qat_c62x.patch
        patches.suse/crypto-qat-add-shutdown-handler-to-qat_c62x.patch
        patches.suse/crypto-qat-remove-redundant-prototypes-in-qat_c3xxx.patch
        patches.suse/crypto-qat-add-shutdown-handler-to-qat_c3xxx.patch

	patches.suse/wifi-ath11k-determine-PM-policy-based-on-machine-mod.patch
	patches.suse/wifi-ath11k-introduce-ath11k_core_continue_suspend_r.patch
	patches.suse/wifi-ath11k-refactor-ath11k_core_suspend-_resume.patch
	patches.suse/wifi-ath11k-support-non-WoWLAN-mode-suspend-as-well.patch
	patches.suse/wifi-ath11k-choose-default-PM-policy-for-hibernation.patch
	patches.suse/Reapply-wifi-ath11k-restore-country-code-during-resu.patch

	patches.suse/video-screen_info-Update-framebuffers-behind-PCI-bri.patch
	patches.suse/iommu-vt-d-Assign-owner-to-the-static-identity-domai.patch

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

	# SUSE specific build tweaks
	patches.suse/btf-pahole-j1-option.patch
	patches.suse/rpm-kernel-config
	patches.suse/add-suse-supported-flag.patch
	patches.suse/powerpc-security-mitigation-patching.sh-Support-X-ta.patch
	patches.suse/kernel-add-product-identifying-information-to-kernel-build.patch
	patches.suse/kernel-add-release-status-to-kernel-build.patch
	patches.suse/panic-do-not-print-uninitialized-taint_flags.patch

	# build tweaks for external KMPs
	patches.suse/s390-export-symbols-for-crash-kmp.patch

	########################################################
	# Performance-specific out-of-tree patches
	########################################################

	# Patches to be carried out-of-tree
	# o changes to default tuning

	# Frequency scaling
	patches.suse/cpufreq-intel_pstate-Revert-upstream-changes-to-iowa.patch
	patches.suse/cpufreq-intel_pstate-Ramp-up-frequency-faster-when-u.patch
	patches.suse/cpufreq-intel_pstate-Temporarily-boost-P-state-when-.patch
	patches.suse/cpufreq-intel_pstate-Revert-upstream-default-governo.patch
	patches.suse/Revert-cpufreq-Avoid-configuring-old-governors-as-de.patch
	patches.suse/cpufreq-amd-pstate-Default-to-powersave-governor-whe.patch
	patches.suse/io_uring-sqpoll-Increase-task_work-submission-batch-.patch

	# Reserved memory for memory-less zones
	patches.suse/Revert-mm-page_alloc.c-don-t-show-protection-in-zone.patch

	# Needs re-evaluation. See notes in changelog for history on what needs to be done
+mgorman	patches.suse/cpufreq-ondemand-Set-default-up_threshold-to-30-on-multi-core-systems.patch

	# Patches of historical interest temporarily preserved in case a
	# relevant bug hits the areas of interest

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

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

	# s390x

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

	# ARM
+mbrugger	patches.suse/0001-regulator-mt6360-Add-OF-match-table.patch
+mbrugger	patches.suse/0002-regulator-mt6358-Add-OF-match-table.patch
+mbrugger	patches.suse/0003-regulator-mt6323-Add-OF-match-table.patch

	########################################################
	# Scheduler
	########################################################

	# Patch to restore proc tunables that moved to debugfs. These sysctls
	# produce warning in 15-SP4 through to 15-SP7. After that point, a
	# kernel revision is expected to replace CFS with EEVDF and all
	# scheduler tuning will need to be revisited. Until then, warn
	# customers that the tuning options will disappear.
+mgorman	patches.suse/sched-Temporarily-restore-deprecated-scheduler-sysctls-with-a-warning.patch

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

	# bnc#1193175
	# Upstream has changed a lot in this area and needs to be re-evaluated
	# from scratch.
+mgorman	patches.suse/sched-fair-Revert-update_pick_idlest-Select-group-with-lowest-group_util-when-idle_cpus-are-equal.patch

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

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

	# generic
	patches.suse/vfs-add-super_operations-get_inode_dev
	patches.suse/unsupported-features.patch
+jeffm	patches.suse/procfs-add-tunable-for-fd-fdinfo-dentry-retention.patch

	# btrfs
	patches.suse/btrfs-provide-super_operations-get_inode_dev
+dsterba	patches.suse/btrfs-8447-serialize-subvolume-mounts-with-potentially-mi.patch
+dsterba	patches.suse/btrfs-8888-add-allow_unsupported-module-parameter.patch

	# ext[2-4]
	patches.suse/ext4-unsupported-features.patch

	# XFS
	patches.suse/xfs-allow-mount-remount-when-stripe-width-alignment-.patch

	# NFS
+neilb	patches.suse/0001-NFS-flush-out-dirty-data-on-file-fput.patch
+neilb	patches.suse/NFS-flush-dirty-data-on-fput-fix.patch
+neilb	patches.suse/mvfs-workaround.patch
+neilb	patches.suse/nfs-set-acl-perm.patch
+neilb	patches.suse/NFS-only-invalidate-dentrys-that-are-clearly-invalid.patch
+neilb	patches.suse/nfsd-prepare-for-supporting-admin-revocation-of-stat.patch
+neilb	patches.suse/nfsd-allow-open-state-ids-to-be-revoked-and-then-fre.patch
+neilb	patches.suse/nfsd-allow-lock-state-ids-to-be-revoked-and-then-fre.patch
+neilb	patches.suse/nfsd-allow-delegation-state-ids-to-be-revoked-and-th.patch
+neilb	patches.suse/nfsd-dont-revoke-v4-0-states.patch
+neilb	patches.suse/nfs-access-cache-no-negative.patch
+neilb	patches.suse/NFS-Handle-missing-attributes-in-OPEN-reply.patch
+neilb	patches.suse/nfs-serialize-opens.patch
+neilb	patches.suse/NFS-never-reuse-a-NFSv4-0-lock-owner.patch

	# netfs
	patches.suse/netfs-add-to-next-prev_donated.patch

	# other

	########################################################
	# Block layer
	########################################################
+hare	patches.suse/dm-mpath-leastpending-path-update
+hare	patches.suse/dm-mpath-no-partitions-feature
+neilb	patches.suse/md-display-timeout-error.patch

	########################################################
	# Networking core
	########################################################
	patches.suse/NFC-SUSE-specific-brutal-fix-for-runtime-PM.patch
+mkubecek	patches.suse/net-allow-retransmitting-a-TCP-packet-if-original-is.patch
	patches.suse/powerpc-pseries-mobility-notify-network-peers-after-.patch
+mkubecek	patches.suse/netfilter-nf_tables-fix-64-bit-load-issue-in-nft_byt.patch
	patches.suse/0001-ipv6-sr-reject-unsupported-SR-HMAC-algos-with-ENO.patch
	patches.suse/0002-ipv6-sr-factor-seg6_hmac_exit-s-per-algo-code-int.patch
	patches.suse/0003-ipv6-sr-factor-seg6_hmac_init_algo-s-per-algo-cod.patch
	patches.suse/0004-ipv6-sr-continue-initialization-at-ENOENT-HMAC-in.patch

	########################################################
	# BPF
	########################################################

	# selftests
+shung-hsi.yu	patches.suse/bpf-selftests-adapt-bpf_iter_task_vma-to-got_inode_dev.patch

	########################################################
	# Perf
	########################################################
+tonyj	patches.suse/perf-local-check-alloc-histogram-return.patch

	########################################################
	# Security
	########################################################
	# crypto

	# hardening
	patches.suse/mm-security-Move-hardened-usercopy-under-Kernel-hardening-options.patch
	patches.suse/mm-security-Allow-default-HARDENED_USERCOPY-to-be-set-at-compile-time.patch
	patches.suse/mm-security-Check-early-if-HARDENED_USERCOPY-is-enabled.patch
	patches.suse/fortify-Move-FORTIFY_SOURCE-under-Kernel-hardening-options.patch

	# 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/lockdown-fix-kernel-lockdown-enforcement-issue-when-secure.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
	patches.suse/0001-initcall_blacklist-Does-not-allow-kernel_lockdown-be.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/0004-MODSIGN-checking-the-blacklisted-hash-before-loading.patch

	# Hibernation Signature Verification FATE#316350
	patches.suse/0001-security-create-hidden-area-to-keep-sensitive-data.patch
	patches.suse/0002-hibernate-avoid-the-data-in-hidden-area-to-be-snapsh.patch
	patches.suse/0005-efi-generate-secret-key-in-EFI-boot-environment.patch
	patches.suse/0006-efi-allow-user-to-regenerate-secret-key.patch
	patches.suse/0007-PM-hibernate-encrypt-hidden-area.patch
	patches.suse/0008-PM-hibernate-Generate-and-verify-signature-for-snaps.patch
	patches.suse/0009-PM-hibernate-prevent-EFI-secret-key-to-be-regenerate.patch
	patches.suse/0010-PM-hibernate-a-option-to-request-that-snapshot-image.patch
	patches.suse/0011-PM-hibernate-require-hibernate-snapshot-image-to-be-.patch
	# jsc#PED-1444 Impl: Do NOT auto-generate EFI secret-key for hibernation verification
	patches.suse/0001-efi-do-not-automatically-generate-secret-key.patch
	patches.suse/0001-efi-remove-EFI-secret-key-when-booting-with-secure-b.patch

	# FIPS
+nstange	patches.suse/0001-crypto-implement-downstream-solution-for-disabling-d.patch
+nstange	patches.suse/0002-crypto-populate-downstream-list-of-drivers-unapprove.patch
+nstange	patches.suse/crypto-ecdh-implement-FIPS-PCT.patch
+nstange	patches.suse/crypto-dh-implement-FIPS-PCT.patch
+nstange	patches.suse/crypto-seqiv-flag-instantiations-as-fips-compliant.patch
+nstange	patches.suse/crypto-ecdh-make-ecdh_compute_value-to-zeroize-the-p.patch
+nstange	patches.suse/crypto-ecdsa-make-ecdsa_ecc_ctx_deinit-to-zeroize-th.patch
	patches.suse/fips-disable-sha1.patch

	# NIAP PP_OS bsc#1177353, bsc#1179076, bsc#1213270
	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
	patches.suse/0001-X.509-Fix-the-parser-of-extended-key-usage-for-lengt.patch
	patches.suse/0001-PKCS-7-Check-codeSigning-EKU-of-certificates-in-PKCS.patch

	# NVidia vGPU support
+jroedel	patches.suse/Restore-kABI-for-NVidia-vGPU-driver.patch

	########################################################
	# Virtualization
	########################################################
	patches.suse/suse-hv-guest-os-id.patch

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

	# bsc#1215885 bsc#1218105 - A workaround for misbehaving clocksources
+jwiesner	patches.suse/clocksource-disable-watchdog-checks-on-TSC-when-TSC-.patch

	########################################################
	# PM
	########################################################
	patches.suse/ACPI-acpi_pad-Do-not-launch-acpi_pad-threads-on-idle-cpus.patch

	########################################################
	# DRM / Graphics
	########################################################
+tzimmermann	patches.suse/drivers-firmware-skip-simpledrm-if-nvidia-drm.modese.patch
+tzimmermann	patches.suse/Add-parameter-to-disable-simple-framebuffer-devices.patch
+tzimmermann	patches.suse/0001-bsc-1204315-Disable-sysfb-before-creating-simple-fra.patch
+tzimmermann	patches.suse/drm-vmwgfx-Avoid-NULL-ptr-deref-in-vmw_cmd_dx_define.patch
+tzimmermann	patches.suse/0001-firmware-sysfb-Add-parameter-to-enable-sysfb-support.patch
	patches.suse/drm-hibmc-Drop-dependency-on-ARM64.patch

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

	# SCSI
+hare	patches.suse/scsi-retry-alua-transition-in-progress
	patches.suse/ata-Fix-racy-link-clearance.patch
+hare	patches.suse/fcoe-reduce-max_sectors
+hare	patches.suse/scsi-do-not-print-reservation-conflict-for-TEST-UNIT.patch
+hare	patches.suse/sd-always-retry-READ-CAPACITY-for-ALUA-state-transit.patch
	patches.suse/scsi-lpfc-update-the-obsolete-adapter-list.patch
	patches.suse/qla2xxx-add-debug-log-for-unmaintained-hw-detected.patch
+hare	patches.suse/scsi-do-not-put-scsi_common-in-a-separate-module.patch

	# CD-ROM
	patches.suse/scsi-blacklist-add-VMware-ESXi-cdrom-broken-tray-emu.patch

	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

	# nvme-tcp kato and error handling, waiting for TP to be published
	patches.suse/nvme-tcp-do-not-terminate-commands-when-in-resetting.patch
	patches.suse/nvme-tcp-make-err_work-a-delayed-work.patch
	patches.suse/nvme-tcp-delay-error-recovery-until-the-next-kato.patch
	patches.suse/nvme-tcp-add-recovery_delay-to-sysfs.patch

	# bsc#1219670
+hare	patches.suse/nvme-keyring-restrict-match-length-for-version-1-ide.patch

	# bsc#1189297
+mwilck	patches.suse/scsi_probe_lun-retry-after-timeout.patch

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

	# bsc#1184485, bsc#1216776
+mwilck	patches.suse/dm_blk_ioctl-implement-path-failover-for-SG_IO.patch
	# bsc#1223575
+mwilck	patches.suse/dm-multipath-dont-attempt-SG_IO-on-non-SCSI-disks-.patch

	# bsc#1224105
+mwilck	patches.suse/nvme_core-scan-namespaces-asynchronously.patch

	# bsc#1228244
+hare	patches.suse/nvme-multipath-suppress-partition-scan-until-the-dis.patch

	# bsc#1236897 - blk: honor isolcpus configuration
	patches.suse/lib-group_cpus-let-group_cpu_evenly-return-number-initialized-masks.patch
	patches.suse/blk-mq-add-number-of-queue-calc-helper.patch
	patches.suse/nvme-pci-use-block-layer-helpers-to-calculate-num-of-queues.patch
	patches.suse/scsi-use-block-layer-helpers-to-calculate-num-of-queues.patch
	patches.suse/virtio-blk-scsi-use-block-layer-helpers-to-calculate-num-of-queues.patch
	patches.suse/lib-group_cpus-honor-housekeeping-config-when-grouping-cpus.patch
	patches.suse/blk-mq-use-hk-cpus-only-when-isolcpus-managed_irq-is-enabled.patch
	patches.suse/blk-mq-issue-warning-when-offlining-hctx-with-online-isolcpus.patch
	patches.suse/doc-update-managed_irq-documentation.patch

	########################################################
	# Networking drivers (wired)
	########################################################
	patches.suse/mlx5-add-parameter-to-disable-enhanced-IPoIB.patch
+mkubecek	patches.suse/lan78xx-Enable-LEDs-and-auto-negotiation.patch
	patches.suse/bsc1170284-ixgbe_dont_check_firmware_errors.patch
	patches.suse/0001-idpf-extend-tx-watchdog-timeout.patch
	patches.suse/ice-Fix-NULL-pointer-access-if-PF-doesn-t-support-SR.patch

	########################################################
	# Wireless networking drivers
	########################################################
+jbenc	patches.suse/b43-missing-firmware-info.patch

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

	########################################################
	# Input
	########################################################

	########################################################
	# Sound
	########################################################

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

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

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

	# printk
	patches.suse/vsprintf-kallsyms-Prevent-invalid-data-when-printing.patch

	########################################################
	# Livepatching
	########################################################
	patches.suse/livepatch-mark-the-kernel-unsupported-when-disabling.patch
	patches.suse/livepatch-dump-ipa-clones.patch
	patches.suse/Revert-Revert-kbuild-use-flive-patching-when-CONFIG_LIVEPATCH-is-enabled.patch
	patches.suse/Revert-kallsyms-unexport-kallsyms_lookup_name-and-kallsyms_on_each_symbol.patch

	# klp-convert
	patches.suse/livepatch-Create-and-include-UAPI-headers.patch
	patches.suse/livepatch-Add-klp-convert-tool.patch
	patches.suse/kbuild-modpost-integrate-klp-convert.patch
	patches.suse/livepatch-Add-sample-livepatch-module.patch

	########################################################
	# SUSE kABI padding
	########################################################
	patches.suse/asoc-suse-kabi-padding.patch
	patches.suse/hdaudio-suse-kabi-padding.patch
	patches.suse/kabi-Add-placeholders-to-a-couple-of-important-struc.patch
	patches.suse/media-suse-kabi-padding.patch
	patches.suse/soundwire-suse-kabi-padding.patch
	patches.suse/wireless-suse-kabi-padding.patch
	patches.suse/kabi-arm64-reserve-space-in-cpu_hwcaps-and-cpu_hwcap.patch
	patches.suse/0001-Add-a-void-suse_kabi_padding-placeholder-to-some-USB.patch
	patches.suse/0001-Thunderbolt-kABI-paddings-added.patch
	patches.suse/0002-Add-a-void-suse_kabi_padding-placeholder-to-some-USB.patch
	patches.suse/0002-Add-a-void-suse_kabi_padding-placeholder-to-some-gsp.patch
	patches.suse/0001-typeC-add-kABI-padding.patch
	patches.suse/prepare-arm64-klp
	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
+nik.borisov	patches.suse/kabi-reserve-cpuid-leaves.patch
	patches.suse/powerpc-Add-kABI-placeholder-to-struct-pci_controlle.patch
	patches.suse/typeC-Add-kABI-placeholders.patch
	patches.suse/blk-kabi-re-add-symbols.patch
	patches.suse/blk-kabi-add-suse_kabi_padding-to-blk-layer-structs.patch
	patches.suse/scsi-kabi-add-suse_kabi_padding-to-scsi-template-structs.patch
+pjakobsson	patches.suse/drm-Add-kabi-placeholders-to-commonly-used-structs.patch
	patches.suse/kABI-padding-for-generic-crypto.patch
	patches.suse/kABI-padding-for-bpf.patch
	patches.suse/rfkill-add-kABI-padding.patch
	patches.suse/paddings-add-for-type-C-new-in-SP5.patch
	patches.suse/paddings-for-the-new-structures-for-roles.patch
	patches.suse/paddings-for-gadgets.patch
	patches.suse/paddings-for-TB-and-USB4-XDomain-structures.patch
	patches.suse/paddings-for-realtik-802.11.patch
	patches.suse/paddings-for-mediatek-802.11.patch
	patches.suse/paddings-for-ath-802.11.patch
	patches.suse/paddings-for-the-inter-DMN-tunnel-stuff-of-TB.patch
	patches.suse/tracing-Add-kabi-placeholders.patch
+fweisbecker	patches.suse/kABI-padding-for-context-tracking.patch
+jgross	patches.suse/kabi-placeholders-for-coco-host-support.patch
	patches.suse/paddings-add-paddings-to-TypeC-stuff.patch
	patches.suse/padding-XHCI-additional-padding.patch
	patches.suse/padding-ohci-core-structure-padding.patch
	patches.suse/padding-ehci-core-structures.patch
	patches.suse/new-paddings-for-the-new-features-of-TB.patch
+vbabka	patches.suse/kabi-padding-for-vmstat-items.patch
	patches.suse/padding-for-more-cgroup-controllers.patch

	########################################################
	# kABI consistency patches
	########################################################

	########################################################
	# SLE15-SP3 OOT performance patches evaluated but left
	# disabled. See patches for the SLE 15 SP4 notes.
	########################################################
+mgorman 	patches.suse/cpuidle-Poll-for-a-minimum-of-30ns-and-poll-for-a-tick-if-lower-c-states-are-disabled.patch
+mgorman	patches.suse/sched-nohz-Avoid-disabling-the-tick-for-very-short-durations.patch

	########################################################
	# preempt-rt backport converged
	#	v6.12-rc4-rt5	6a9d395e8967afc6bfebb5fd8297f9ab8c8de2dc
	#	v6.13-rc1-rt1   5374fecd2695b36d4a9a09ac72ca807c3a4a764b
	#	v6.13-rc6-rt3	f5ae0be7da36839da0c65a884df6fda4af2420bd
	########################################################

	# DRM
	patches.suse/drm-i915-Use-preempt_disable-enable_rt-where-recommended.patch			# v6.12-rc4-rt5
	patches.suse/drm-i915-Don-t-disable-interrupts-on-PREEMPT_RT-during-atomic-updates.patch	# v6.12-rc4-rt5
	patches.suse/drm-i915-Don-t-check-for-atomic-context-on-PREEMPT_RT.patch			# v6.12-rc4-rt5
	patches.suse/drm-i915-Disable-tracing-points-on-PREEMPT_RT.patch				# v6.12-rc4-rt5
	patches.suse/drm-i915-gt-Use-spin_lock_irq-instead-of-local_irq_disable-spin_lock.patch		# v6.12-rc4-rt5
	patches.suse/drm-i915-Drop-the-irqs_disabled-check.patch					# v6.12-rc4-rt5
	patches.suse/drm-i915-guc-Consider-also-RCU-depth-in-busy-loop.patch				# v6.12-rc4-rt5
	patches.suse/Revert-drm-i915-Depend-on-PREEMPT_RT.patch						# v6.12-rc4-rt5

	# Add helper for updating -rt configs based on default
	patches.suse/rt-Add-documentation-describing-what-RT-kernel-config-changes-to-default.patch
	patches.suse/rt-Add-documentation-describing-what-kernel-debug-options-to-add-for-testing.patch
	patches.suse/rt-Add-helper-script-to-refresh-RT-configs-based-on-the-parent.patch

	########################################################
	# You'd better have a good reason for adding a patch
	# below here.
	########################################################
openSUSE Build Service is sponsored by