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

	########################################################
	# Build fixes that apply to the vanilla kernel too.
	# Patches in patches.rpmify are applied to both -vanilla
	# and patched flavors.
	########################################################
	patches.rpmify/powerpc-Blacklist-GCC-5.4-6.1-and-6.2.patch
	patches.rpmify/Add-ksym-provides-tool.patch
	patches.rpmify/Kconfig-make-CONFIG_CC_CAN_LINK-always-true.patch
	patches.rpmify/Revert-kconfig-only-write-CONFIG_FOO-is-not-set-for-.patch
	patches.rpmify/scripts-mkmakefile-honor-second-argument.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/tpm_tis_core-Turn-on-the-TPM-before-probing-IRQ-s.patch
	patches.suse/tpm_tis_core-Set-TPM_CHIP_FLAG_IRQ-before-probing-fo.patch
	patches.suse/EDAC-mc-Fix-grain_bits-calculation.patch
	patches.suse/EDAC-altera-Use-the-proper-type-for-the-IRQ-status-b.patch
	patches.suse/EDAC-mellanox-Add-ECC-support-for-BlueField-DDR4.patch
	patches.suse/EDAC-pnd2-Fix-ioremap-size-in-dnv_rd_reg.patch
	patches.suse/EDAC-mc-Cleanup-_edac_mc_free-code.patch
	patches.suse/EDAC-amd64-Support-more-than-two-controllers-for-chi.patch
	patches.suse/edac-amd64-recognize-dram-device-type-ecc-capability.patch
	patches.suse/edac-amd64-decode-syndrome-before-translating-address.patch
	patches.suse/EDAC-Prefer-unsigned-int-to-bare-use-of-unsigned.patch
	patches.suse/EDAC-mc_sysfs-Remove-pointless-gotos.patch
	patches.suse/EDAC-mc_sysfs-Make-debug-messages-consistent.patch
	patches.suse/edac-amd64-add-pci-device-ids-for-family-17h-model-70h.patch
	patches.suse/RAS-Build-debugfs.o-only-when-enabled-in-Kconfig.patch
	patches.suse/hwmon-lm75-Fix-write-operations-for-negative-tempera.patch
	patches.suse/x86-amd_nb-Add-PCI-device-IDs-for-family-17h-model-7.patch
	patches.suse/hwmon-k10temp-Add-support-for-AMD-family-17h-model-7.patch
	patches.suse/hwmon-acpi_power_meter-Change-log-level-for-unsafe-s.patch
	patches.suse/hwmon-shtc1-fix-shtc1-and-shtw1-id-mask.patch
	patches.suse/regulator-lm363x-Fix-off-by-one-n_voltages-for-lm363.patch
	patches.suse/regulator-lm363x-Fix-n_voltages-setting-for-lm36274.patch
	patches.suse/regulator-core-Add-of_node_put-before-return.patch
	patches.suse/regulator-core-Add-label-to-collate-of_node_put-stat.patch
	patches.suse/regulator-provide-regulator_bulk_set_supply_names.patch
	patches.suse/regulator-add-missing-static-inline-to-a-helper-s-st.patch
	patches.suse/regulator-Defer-init-completion-for-a-while-after-la.patch
	patches.suse/regulator-max77686-fix-obtaining-maxim-ena-GPIO.patch
	patches.suse/regulator-da9211-fix-obtaining-enable-GPIO.patch
	patches.suse/spi-bcm-qspi-Fix-BSPI-QUAD-and-DUAL-mode-support-whe.patch
	patches.suse/spi-dw-pci-Add-support-for-Intel-Elkhart-Lake-PSE-SP.patch
	patches.suse/spi-spi-fsl-dspi-Exit-the-ISR-with-IRQ_NONE-when-it-.patch
	patches.suse/spi-dw-pci-Add-MODULE_DEVICE_TABLE.patch
	patches.suse/spi-bcm2835-Work-around-DONE-bit-erratum.patch
	patches.suse/spi-dw-mmio-Clock-should-be-shut-when-error-occurs.patch
	patches.suse/spi-spi-fsl-dspi-change-usage-pattern-of-spi_mcr_-and-spi_ctar_-macros.patch
	patches.suse/spi-fsl-qspi-Enhance-binding-to-extend-example-for-f.patch
	patches.suse/spi-ep93xx-Repair-SPI-CS-lookup-tables.patch
	patches.suse/gpio-mpc8xxx-Add-ls1028a-device-specify-function.patch
	patches.suse/gpio-madera-Add-support-for-Cirrus-Logic-CS47L15.patch
	patches.suse/gpio-madera-Add-support-for-Cirrus-Logic-CS47L92.patch
	patches.suse/gpio-Add-support-for-hierarchical-IRQ-domains.patch
	patches.suse/gpio-stubs-in-headers-should-be-inline.patch
	patches.suse/gpio-mpc8xxx-add-ls1088a-platform-special-function.patch
	patches.suse/gpio-Move-gpiochip_lock-unlock_as_irq-to-gpio-driver.patch
	patches.suse/gpio-ftgpio-Fix-an-error-handling-path-in-ftgpio_gpi.patch
	patches.suse/gpio-pca953x-Switch-to-use-device_get_match_data.patch
	patches.suse/gpio-pca953x-Use-GENMASK-consistently.patch
	patches.suse/gpio-pca953x-Remove-explicit-comparison-with-0.patch
	patches.suse/gpio-pca953x-Drop-s-for-constant-string-literals.patch
	patches.suse/gpio-aspeed-Fix-incorrect-number-of-banks.patch
	patches.suse/iommu-arm-smmu-v3-Disable-detection-of-ATS-and-PRI.patch
	patches.suse/iommu-mediatek-fix-iova_to_phys-pa-start-for-4gb-mode
	patches.suse/iommu-mediatek-fix-vld_pa_rng-register-backup-when-suspend
	patches.suse/iommu-ipmmu-vmsa-move-imttbcr_sl0_twobit_-to-restore-sort-order
	patches.suse/iommu-amd-Override-wrong-IVRS-IOAPIC-on-Raven-Ridge-.patch
	patches.suse/iommu-amd-Silence-warnings-under-memory-pressure.patch
	patches.suse/iommu-vt-d-fix-wrong-analysis-whether-devices-share-the-same-bus
	patches.suse/iommu-vt-d-add-trace-events-for-device-dma-map-unmap
	patches.suse/iommu-vt-d-add-scalable-mode-fault-information
	patches.suse/iommu-remember-when-default-domain-type-was-set-on-kernel-command-line
	patches.suse/iommu-add-helpers-to-set-get-default-domain-type
	patches.suse/iommu-use-functions-to-set-default-domain-type-in-iommu_set_def_domain_type
	patches.suse/iommu-amd-request-passthrough-mode-from-iommu-core
	patches.suse/iommu-vt-d-request-passthrough-mode-from-iommu-core
	patches.suse/x86-dma-get-rid-of-iommu_pass_through
	patches.suse/ia64-get-rid-of-iommu_pass_through
	patches.suse/iommu-print-default-domain-type-on-boot
	patches.suse/iommu-set-default-domain-type-at-runtime
	patches.suse/iommu-disable-passthrough-mode-when-sme-is-active
	patches.suse/documentation-update-documentation-for-iommu-passthrough
	patches.suse/iommu-iova-avoid-false-sharing-on-fq_timer_on
	patches.suse/iommu-dma-fix-for-dereferencing-before-null-checking
	patches.suse/iommu-don-t-use-sme_active-in-generic-code
	patches.suse/arm64-kexec-Use-consistent-convention-of-initializin.patch
	patches.suse/arm64-mm-free-the-initrd-reserved-memblock-in-a-alig.patch
	patches.suse/arm64-prefetch-fix-a-Wtype-limits-warning.patch
	patches.suse/arm64-efi-Move-variable-assignments-after-SECTIONS.patch
	patches.suse/powerpc-Makefile-Always-pass-synthetic-to-nm-if-supp.patch
	patches.suse/arm64-entry-Move-ct_user_exit-before-any-other-excep.patch
	patches.suse/arm64-kpti-ensure-patched-kernel-text-is-fetched-fro.patch
	patches.suse/kasan-arm64-fix-CONFIG_KASAN_SW_TAGS-KASAN_INLINE.patch
	patches.suse/ACPI-PPTT-Add-support-for-ACPI-6.3-thread-flag.patch
	patches.suse/arm64-topology-Use-PPTT-to-determine-if-PE-is-a-thre.patch
	patches.suse/0001-perf-imx_ddr-Add-MODULE_DEVICE_TABLE.patch
	patches.suse/arm64-map-FDT-as-RW-for-early_init_dt_scan.patch
	patches.suse/fdt-add-support-for-rng-seed.patch
	patches.suse/arm64-kexec_file-add-rng-seed-support.patch
	patches.suse/fdt-Update-CRC-check-for-rng-seed.patch
	patches.suse/arm64-smp-Treat-unknown-boot-failures-as-being-stuck.patch
	patches.suse/Revert-arm64-Remove-unnecessary-ISBs-from-set_-pte-p.patch
	patches.suse/arm64-tlb-Ensure-we-execute-an-ISB-following-walk-ca.patch
	patches.suse/jump_label-Don-t-warn-on-__exit-jump-entries.patch
	patches.suse/arm64-Use-correct-ll-sc-atomic-constraints.patch
	patches.suse/m68k-Prevent-some-compiler-warnings-in-Coldfire-buil.patch
	patches.suse/irqchip-sifive-plic-set-max-threshold-for-ignored-ha.patch
	patches.suse/ia64-unwind-fix-double-free-for-mod-arch.init_unw_ta.patch
	patches.suse/qla2xxx-remove-SGI-SN2-support.patch
	patches.suse/kexec-add-KEXEC_ELF.patch
	patches.suse/kexec_elf-change-order-of-elf_-_to_cpu-functions.patch
	patches.suse/kexec_elf-remove-parsing-of-section-headers.patch
	patches.suse/kexec_elf-remove-PURGATORY_STACK_SIZE.patch
	patches.suse/kexec_elf-remove-Elf_Rel-macro.patch
	patches.suse/kexec_elf-remove-unused-variable-in-kexec_elf_load.patch
	patches.suse/kexec_elf-support-32-bit-ELF-files.patch
	patches.suse/parisc-Disable-HP-HSC-PCI-Cards-to-prevent-kernel-cr.patch
	patches.suse/dmaengine-iop-adma-use-correct-printk-format-strings.patch
	patches.suse/ARM-xscale-fix-multi-cpu-compilation.patch
	patches.suse/ARM-ux500-add-missing-of_node_put.patch
	patches.suse/net-lpc-enet-fix-printk-format-strings.patch
	patches.suse/ARM-at91-move-platform-specific-asm-offset.h-to-arch.patch
	patches.suse/ARM-OMAP2-move-platform-specific-asm-offset.h-to-arc.patch
	patches.suse/ARM-zynq-Use-memcpy_toio-instead-of-memcpy-on-smp-br.patch
	patches.suse/firmware-arm_scmi-Check-if-platform-has-released-shm.patch
	patches.suse/soc-renesas-rcar-sysc-Add-goto-to-of_node_put-before.patch
	patches.suse/soc-renesas-rmobile-sysc-Set-GENPD_FLAG_ALWAYS_ON-fo.patch
	patches.suse/soc-renesas-Enable-ARM_ERRATA_754322-for-affected-Co.patch
	patches.suse/soc-fsl-qbman-Rework-QBMan-private-memory-setup.patch
	patches.suse/soc-fsl-qbman-Cleanup-buffer-pools-if-BMan-was-initi.patch
	patches.suse/soc-fsl-qbman-Cleanup-QMan-queues-if-device-was-alre.patch
	patches.suse/soc-fsl-qbman-Fix-drain_mr_fqni.patch
	patches.suse/soc-fsl-qbman-Disable-interrupts-during-portal-recov.patch
	patches.suse/soc-fsl-qbman-Fixup-qman_shutdown_fq.patch
	patches.suse/soc-fsl-qbman-Update-device-tree-with-reserved-memor.patch
	patches.suse/soc-fsl-guts-Add-definition-for-LS1028A.patch
	patches.suse/soc-amlogic-meson-clk-measure-protect-measure-with-a.patch
	patches.suse/soc-amlogic-meson-gx-socinfo-Add-of_node_put-before-.patch
	patches.suse/firmware-qcom_scm-Use-proper-types-for-dma-mappings.patch
	patches.suse/base-soc-Export-soc_device_register-unregister-APIs.patch
	patches.suse/ARM-dts-stm32-remove-fixed-regulator-unit-address-on.patch
	patches.suse/ARM-dts-stm32-add-missing-vdda-supply-to-adc-on-stm32f429i-eval.patch
	patches.suse/ARM-dts-stm32-add-missing-vdda-supply-to-adc-on-stm3.patch
	patches.suse/ARM-dts-stm32-add-pwm-cells-to-stm32mp157c.patch
	patches.suse/ARM-dts-stm32-add-pwm-cells-to-stm32f429.patch
	patches.suse/ARM-dts-stm32-add-pwm-cells-to-stm32f746.patch
	patches.suse/clk-meson-g12a-fix-hifi-typo-in-mali-parent_names.patch
	patches.suse/ARM-dts-r8a7779-Use-SYSC-always-on-PM-Domain-for-HSC.patch
	patches.suse/ARM-dts-aspeed-swift-Fix-FSI-GPIOs.patch
	patches.suse/ARM-dts-imx7d-cl-som-imx7-make-ethernet-work-again.patch
	patches.suse/ARM-dts-imx7-colibri-disable-HS400.patch
	patches.suse/arm64-dts-imx8mm-Correct-OPP-table-according-to-late.patch
	patches.suse/arm64-dts-imx8mq-Correct-OPP-table-according-to-late.patch
	patches.suse/arm64-dts-meson-fix-boards-regulators-states-format.patch
	patches.suse/arm64-dts-qcom-Add-Lenovo-Miix-630.patch
	patches.suse/arm64-dts-qcom-Add-HP-Envy-x2.patch
	patches.suse/arm64-dts-qcom-Add-Asus-NovaGo-TP370QL.patch
	patches.suse/arm64-dts-qcom-qcs404-evb-Mark-WCSS-clocks-protected.patch
	patches.suse/ARM-dts-exynos-Mark-LDO10-as-always-on-on-Peach-Pit-.patch
	patches.suse/ARM-dts-aspeed-swift-Change-power-supplies-to-versio.patch
	patches.suse/ARM-dts-aspeed-g5-Fixe-gpio-ranges-upper-limit.patch
	patches.suse/arm64-dts-rockchip-limit-clock-rate-of-MMC-controlle.patch
	patches.suse/arm64-dts-qcom-Add-Lenovo-Yoga-C630.patch
	patches.suse/objtool-Clobber-user-CFLAGS-variable.patch
	patches.suse/rcu-Simplify-rcu_read_unlock_special-deferred-wakeup.patch
	patches.suse/rcu-Make-rcu_read_unlock_special-checks-match-raise_.patch
	patches.suse/rcu-Add-destroy_work_on_stack-to-match-INIT_WORK_ONS.patch
	patches.suse/idle-Prevent-late-arriving-interrupts-from-disruptin.patch
	patches.suse/torture-Expand-last_ts-variable-in-kvm-test-1-run.sh.patch
	patches.suse/rcutorture-Test-TREE03-with-the-threadirqs-kernel-bo.patch
	patches.suse/torture-Remove-exporting-of-internal-functions.patch
	patches.suse/efi-x86-move-efi_is_table_address-into-arch-x86.patch
	patches.suse/efi-Export-Runtime-Configuration-Interface-table-to--1c5fecb6.patch
	patches.suse/efi-cper-print-AER-info-of-PCIe-fatal-error.patch
	patches.suse/0001-locking-rwsem-Make-handoff-writer-optimistically-spi.patch
	patches.suse/0001-locking-rwsem-Check-for-operations-on-an-uninitializ.patch
	patches.suse/0001-locking-qspinlock-x86-Clarify-virt_spin_lock_key.patch
	patches.suse/0001-locking-mutex-Make-__mutex_owner-static-to-mutex.c.patch
	patches.suse/0002-locking-mutex-Use-mutex-flags-macro-instead-of-hard-.patch
	patches.suse/0001-mutex-Fix-up-mutex_waiter-usage.patch
	patches.suse/perf-config-Honour-PERF_CONFIG-env-var-to-specify-al.patch
	patches.suse/perf-test-vfs_getname-Disable-.perfconfig-to-get-def.patch
	patches.suse/perf-tools-Fix-paths-in-include-statements.patch
	patches.suse/perf-record-Support-aarch64-random-socket_id-assignm.patch
	patches.suse/perf-map-Use-zalloc-for-map_groups.patch
	patches.suse/perf-unwind-Fix-libunwind-when-tid-pid.patch
	patches.suse/tools-headers-Grab-copy-of-linux-const.h-needed-by-l.patch
	patches.suse/tools-lib-traceevent-Fix-robust-test-of-do_generate_.patch
	patches.suse/tools-headers-Fixup-bitsperlong-per-arch-includes.patch
	patches.suse/libperf-Fix-alignment-trap-with-xyarray-contents-in-.patch
	patches.suse/perf-trace-beauty-ioctl-Fix-off-by-one-error-in-cmd-.patch
	patches.suse/perf-report-Fix-ns-time-sort-key-output.patch
	patches.suse/perf-script-Fix-memory-leaks-in-list_scripts.patch
	patches.suse/perf-allow-normal-events-to-output-aux-data.patch
	patches.suse/perf-x86-intel-support-pebs-output-to-pt.patch
	patches.suse/perf-evlist-Use-unshare-CLONE_FS-in-sb-threads-to-le.patch
	patches.suse/tools-lib-traceevent-Do-not-free-tep-cmdlines-in-add.patch
	patches.suse/0001-tools-lib-traceevent-Remove-unneeded-qsort-and-uses-.patch
	patches.suse/libtraceevent-Change-users-plugin-directory.patch
	patches.suse/kprobes-Prohibit-probing-on-BUG-and-WARN-address.patch
	patches.suse/sched-fair-Move-init_numa_balancing-below-task_numa_work.patch
	patches.suse/sched-fair-Move-task_numa_work-init-to-init_numa_balancing.patch
	patches.suse/sched-fair-Change-task_numa_work-storage-to-static.patch
	patches.suse/sched-fair-Fix-imbalance-due-to-CPU-affinity.patch
	patches.suse/time-tick-broadcast-Fix-tick_broadcast_offline-lockd.patch
	patches.suse/sched-fair-Start-tracking-SCHED_IDLE-tasks-count-in-cfs_rq.patch
	patches.suse/sched-fair-Fall-back-to-sched-idle-CPU-if-idle-CPU-isn-t-found.patch
	patches.suse/0001-sched-core-Convert-get_task_struct-to-return-the-tas.patch
	patches.suse/sched-stats-Fix-unlikely-use-of-sched_info_on.patch
	patches.suse/sched-isolation-Prefer-housekeeping-CPU-in-local-node.patch
	patches.suse/sched-fair-Introduce-fits_capacity.patch
	patches.suse/sched-topology-Add-partition_sched_domains_locked.patch
	patches.suse/sched-core-Streamle-calls-to-task_rq_unlock.patch
	patches.suse/cpusets-Rebuild-root-domain-deadline-accounting-information.patch
	patches.suse/sched-deadline-Fix-bandwidth-accounting-at-all-level.patch
	patches.suse/0001-cgroup-cpuset-Convert-cpuset_mutex-to-percpu_rwsem.patch
	patches.suse/rcu-tree-Call-setschedule-gp-ktread-to-SCHED_FIFO-ou.patch
	patches.suse/sched-core-Fix-CPU-controller-for-RT_GROUP_SCHED.patch
	patches.suse/rcu-tree-Fix-SCHED_FIFO-params.patch
	patches.suse/0001-sched-Clean-up-active_mm-reference-counting.patch
	patches.suse/sched-fair-Fix-low-cpu-usage-with-high-throttling-by-removing-expiration-of-cpu-local-slices.patch
	patches.suse/stop_machine-Fix-stop_cpus_in_progress-ordering.patch
	patches.suse/sched-rt-deadline-Fix-set_next_task-vs-pick_next_task.patch
	patches.suse/sched-Rework-CPU-hotplug-task-selection.patch
	patches.suse/sched-Add-task_struct-pointer-to-sched_class-set_curr_task.patch
	patches.suse/sched-fair-Expose-newidle_balance.patch
	patches.suse/sched-Allow-put_prev_task-to-drop-rq-lock.patch
	patches.suse/sched-Rework-pick_next_task-slow-path.patch
	patches.suse/sched-fair-Use-rq_lock-unlock-in-online_fair_sched_g.patch
	patches.suse/sched-topology-Improve-load-balancing-on-AMD-EPYC.patch
	patches.suse/sched-fair-Speed-up-energy-aware-wake-ups.patch
	patches.suse/sched-psi-Correct-overly-pessimistic-size-calculatio.patch
	patches.suse/sched-preempt-Use-CONFIG_PREEMPTION-where-appropriat.patch
	patches.suse/rcu-Use-CONFIG_PREEMPTION.patch
	patches.suse/locking-spinlocks-Use-CONFIG_PREEMPTION.patch
	patches.suse/tracing-Use-CONFIG_PREEMPTION.patch
	patches.suse/kprobes-Use-CONFIG_PREEMPTION.patch
	patches.suse/x86-Use-CONFIG_PREEMPTION.patch
	patches.suse/x86-dumpstack-Indicate-PREEMPT_RT-in-dumps.patch
	patches.suse/x86-kvm-Use-CONFIG_PREEMPTION.patch
	patches.suse/0001-x86-math64-Provide-a-sane-mul_u64_u32_div-implementa.patch
	patches.suse/x86-cpufeatures-enable-a-new-avx512-cpu-feature.patch
	patches.suse/x86-intel-aggregate-big-core-client-naming.patch
	patches.suse/x86-intel-aggregate-big-core-mobile-naming.patch
	patches.suse/x86-intel-aggregate-big-core-graphics-naming.patch
	patches.suse/x86-intel-aggregate-microserver-naming.patch
	patches.suse/x86-cpu-Add-Tiger-Lake-to-Intel-family.patch
	patches.suse/0001-x86-mm-Avoid-redundant-interrupt-disable-in-load_mm_.patch
	patches.suse/x86-kconfig-remove-x86_direct_gbpages-dependency-on-debug_pagealloc.patch
	patches.suse/x86-mm-Fix-cpumask_of_node-error-condition.patch
	patches.suse/x86-platform-intel-iosf_mbi-Rewrite-locking.patch
	patches.suse/msft-hv-1903-x86-hyperv-Create-and-use-Hyper-V-page-definitions.patch
	patches.suse/msft-hv-1904-x86-hyperv-Add-functions-to-allocate-deallocate-page.patch
	patches.suse/msft-hv-1905-drivers-hv-vmbus-Replace-page-definition-with-Hyper-.patch
	patches.suse/platform-x86-ISST-Use-dev_get_drvdata.patch
	patches.suse/platform-mellanox-mlxreg-hotplug-Remove-dev_err-usag.patch
	patches.suse/platform-x86-intel_pmc_core-Do-not-ioremap-RAM.patch
	patches.suse/platform-x86-intel_pmc_core_pltdrv-Module-removal-wa.patch
	patches.suse/platform-x86-pmc_atom-Add-Siemens-SIMATIC-IPC227E-to.patch
	patches.suse/platform-x86-intel_int0002_vgpio-Fix-wakeups-not-wor.patch
	patches.suse/tools-power-x86-intel-speed-select-Fix-a-read-overfl.patch
	patches.suse/tools-power-x86-intel-speed-select-Fix-memory-leak.patch
	patches.suse/platform-x86-ISST-Allow-additional-TRL-MSRs.patch
	patches.suse/alarmtimer-Use-EOPNOTSUPP-instead-of-ENOTSUPP.patch
	patches.suse/smp-hotplug-Track-booted-once-CPUs-in-a-cpumask.patch
	patches.suse/cpumask-Implement-cpumask_or_equal.patch
	patches.suse/x86-mm-pti-Handle-unaligned-address-gracefully-in-pt.patch
	patches.suse/x86-mm-pti-Do-not-invoke-PTI-functions-when-PTI-is-d.patch
	patches.suse/genirq-affinity-Improve-__irq_build_affinity_masks.patch
	patches.suse/genirq-affinity-Spread-vectors-on-node-according-to-.patch
	patches.suse/genirq-affinity-Remove-const-qualifier-from-node_to_.patch
	patches.suse/msft-hv-1909-PCI-hv-Allocate-a-named-fwnode-instead-of-an-address.patch
	patches.suse/irqdomain-Add-the-missing-assignment-of-domain-fwnod.patch
	patches.suse/irqchip-gic-v3-its-Fix-LPI-release-for-Multi-MSI-dev.patch
	patches.suse/x86-reboot-Always-use-NMI-fallback-when-shutdown-via.patch
	patches.suse/x86-kgbd-use-nmi_vector-not-apic_dm_nmi.patch
	patches.suse/x86-apic-Invoke-perf_events_lapic_init-after-enablin.patch
	patches.suse/x86-apic-Soft-disable-APIC-before-initializing-it.patch
	patches.suse/x86-apic-Make-apic_pending_intr_clear-more-robust.patch
	patches.suse/x86-apic-Move-IPI-inlines-into-ipi.c.patch
	patches.suse/x86-apic-Cleanup-the-include-maze.patch
	patches.suse/x86-apic-Move-ipi-header-into-apic-directory.patch
	patches.suse/x86-apic-Move-apic_flat_64-header-into-apic-director.patch
	patches.suse/x86-apic-Consolidate-the-apic-local-headers.patch
	patches.suse/x86-apic-uv-Make-x2apic_extra_bits-static.patch
	patches.suse/x86-cpu-Move-arch_smt_update-to-a-neutral-place.patch
	patches.suse/x86-hotplug-Silence-APIC-and-NMI-when-CPU-is-dead.patch
	patches.suse/x86-apic-Remove-dest-argument-from-__default_send_IP.patch
	patches.suse/x86-apic-Add-NMI_VECTOR-wait-to-IPI-shorthand.patch
	patches.suse/x86-apic-Move-no_ipi_broadcast-out-of-32bit.patch
	patches.suse/x86-apic-Add-static-key-to-Control-IPI-shorthands.patch
	patches.suse/x86-apic-Provide-and-use-helper-for-send_IPI_allbuts.patch
	patches.suse/x86-smp-Move-smp_function_call-implementations-into-.patch
	patches.suse/x86-smp-Enhance-native_send_call_func_ipi.patch
	patches.suse/x86-apic-Remove-the-shorthand-decision-logic.patch
	patches.suse/x86-apic-Share-common-IPI-helpers.patch
	patches.suse/x86-apic-flat64-Remove-the-IPI-shorthand-decision-lo.patch
	patches.suse/x86-apic-x2apic-Implement-IPI-shorthands-support.patch
	patches.suse/x86-apic-vector-Warn-when-vector-space-exhaustion-br.patch
	patches.suse/0001-lib-timerqueue-Rely-on-rbtree-semantics-for-next-tim.patch
	patches.suse/0001-hrtimer-Remove-task-argument-from-hrtimer_init_sleep.patch
	patches.suse/0002-hrtimer-Consolidate-hrtimer_init-hrtimer_init_sleepe.patch
	patches.suse/0001-hrtimer-Provide-hrtimer_sleeper_start_expires.patch
	patches.suse/0001-hrtimer-treewide-Use-hrtimer_sleeper_start_expires.patch
	patches.suse/posix-cpu-timers-Sanitize-bogus-WARNONS.patch
	patches.suse/msft-hv-1928-clocksource-drivers-hyperv-Allocate-Hyper-V-TSC-page.patch
	patches.suse/msft-hv-1929-clocksource-drivers-hyperv-Add-Hyper-V-specific-sche.patch
	patches.suse/msft-hv-1930-clocksource-drivers-hyperv-Enable-TSC-page-clocksour.patch
	patches.suse/clocksource-drivers-npcm-Fix-GENMASK-and-timer-opera.patch
	patches.suse/clocksource-drivers-timer-of-Do-not-warn-on-deferred.patch
	patches.suse/clocksource-drivers-Do-not-warn-on-probe-defer.patch
	patches.suse/msft-hv-1933-x86-hyperv-Hide-pv_ops-access-for-CONFIG_PARAVIRT-n.patch
	patches.suse/s390-zcrypt-move-cca-misc-functions-to-new-code-file
	patches.suse/s390-zcrypt-add-base-code-for-cca-crypto-card-info-support
	patches.suse/s390-zcrypt-new-sysfs-attributes-serialnr-and-mkvps
	patches.suse/s390-kasan-provide-uninstrumented-__strlen.patch
	patches.suse/s390-process-avoid-potential-reading-of-freed-stack.patch
	patches.suse/s390-stacktrace-use-common-arch_stack_walk-infrastructure.patch
	patches.suse/s390-startup-round-down-mem-option-to-page-boundary
	patches.suse/s390-pkey-pkey-cleanup-narrow-in-kernel-api-fix-some-variable-types
	patches.suse/s390-zcrypt-extend-cca_findcard-function-and-helper
	patches.suse/s390-zcrypt-add-low-level-functions-for-cca-aes-cipher-keys
	patches.suse/s390-pkey-add-cca-aes-cipher-key-support
	patches.suse/s390-paes-prepare-paes-functions-for-large-key-blobs
	patches.suse/s390-zcrypt-fix-wrong-handling-of-cca-cipher-keygenflags
	patches.suse/s390-sclp-Fix-bit-checked-for-has_sipl.patch
	patches.suse/s390-vfio-ap-fix-warning-reset-not-completed
	patches.suse/s390-crypto-xts-aes-s390-fix-extra-run-time-crypto-s.patch
	patches.suse/s390-crypto-support-for-sha3-via-cpacf-msa6
	patches.suse/s390-add-support-for-ibm-z15-machines
	patches.suse/s390-pci-fix-MSI-message-data.patch
	patches.suse/docs-cgroup-v1-blkio-controller.rst-remove-a-CFQ-lef.patch
	patches.suse/docs-ipmb-place-it-at-driver-api-and-convert-to-ReST.patch
	patches.suse/docs-packing-move-it-to-core-api-book-and-adjust-mar.patch
	patches.suse/Documentation-sphinx-Add-missing-comma-to-list-of-st.patch
	patches.suse/Documentation-virt-Fix-broken-reference-to-virt-tree.patch
	patches.suse/io_uring-fix-wrong-sequence-setting-logic.patch
	patches.suse/ahci-Do-not-export-local-variable-ahci_em_messages.patch
	patches.suse/libata-ahci-Drop-PCS-quirk-for-Denverton-and-beyond.patch
	patches.suse/blk-mq-introduce-blk_mq_request_completed.patch
	patches.suse/blk-mq-introduce-blk_mq_tagset_wait_completed_reques.patch
	patches.suse/nvme-don-t-abort-completed-request-in-nvme_cancel_re.patch
	patches.suse/nvme-wait-until-all-completed-request-s-complete-fn-.patch
	patches.suse/blk-mq-remove-blk_mq_complete_request_sync.patch
	patches.suse/block-Declare-several-function-pointer-arguments-con.patch
	patches.suse/block-Document-the-bio-splitting-functions.patch
	patches.suse/block-Simplify-bvec_split_segs.patch
	patches.suse/block-Simplify-blk_bio_segment_split.patch
	patches.suse/block-Improve-physical-block-alignment-of-split-bios.patch
	patches.suse/block-Fix-spelling-in-the-header-above-blkg_lookup.patch
	patches.suse/block-Fix-a-comment-in-blk_cleanup_queue.patch
	patches.suse/block-add-req-op-to-reset-all-zones-and-flag.patch
	patches.suse/blk-zoned-implement-REQ_OP_ZONE_RESET_ALL.patch
	patches.suse/scsi-implement-REQ_OP_ZONE_RESET_ALL.patch
	patches.suse/null_blk-implement-REQ_OP_ZONE_RESET_ALL.patch
	patches.suse/blk-mq-add-callback-of-.cleanup_rq.patch
	patches.suse/scsi-implement-.cleanup_rq-callback.patch
	patches.suse/blk-mq-balance-mapping-between-present-CPUs-and-queu.patch
	patches.suse/lightnvm-remove-nvm_submit_io_sync_fn.patch
	patches.suse/lightnvm-move-metadata-mapping-to-lower-level-driver.patch
	patches.suse/lightnvm-pblk-use-kvmalloc-for-metadata.patch
	patches.suse/block-stop-exporting-bio_map_kern.patch
	patches.suse/0001-raid1-use-an-int-as-the-return-value-of-raise_barrie.patch
	patches.suse/md-raid6-Set-R5_ReadError-when-there-is-read-failure.patch
	patches.suse/md-raid1-end-bio-when-the-device-faulty.patch
	patches.suse/0002-md-raid10-end-bio-when-the-device-faulty.patch
	patches.suse/0003-md-Convert-to-use-int_pow.patch
	patches.suse/0004-md-allow-last-device-to-be-forcibly-removed-from-RAI.patch
	patches.suse/md-don-t-set-In_sync-if-array-is-frozen.patch
	patches.suse/md-don-t-call-spare_active-in-md_reap_sync_thread-if.patch
	patches.suse/0005-raid1-factor-out-a-common-routine-to-handle-the-comp.patch
	patches.suse/loop-Add-LOOP_SET_DIRECT_IO-to-compat-ioctl.patch
	patches.suse/floppy-fix-usercopy-direction.patch
	patches.suse/blk-mq-Fix-memory-leak-in-blk_mq_init_allocated_queu.patch
	patches.suse/block-annotate-refault-stalls-from-IO-submission.patch
	patches.suse/block-remove-struct-request_queue-queue_head.patch
	patches.suse/block-sed-opal-Add-remove-spaces.patch
	patches.suse/block-sed-opal-Remove-always-false-conditional-state.patch
	patches.suse/block-sed-opal-Removed-duplicate-OPAL_METHOD_LENGTH-.patch
	patches.suse/nbd-add-missing-config-put.patch
	patches.suse/nbd-fix-max-number-of-supported-devs.patch
	patches.suse/block-improve-the-gap-check-in-__bio_add_pc_page.patch
	patches.suse/block-create-a-bio_try_merge_pc_page-helper.patch
	patches.suse/block-move-same-page-handling-from-__bio_add_pc_page.patch
	patches.suse/0001-null_blk-move-duplicate-code-to-callers.patch
	patches.suse/0002-null_blk-create-a-helper-for-zoned-devices.patch
	patches.suse/0003-null_blk-fix-inline-misuse.patch
	patches.suse/writeback-Generalize-and-expose-wb_completion.patch
	patches.suse/bdi-Add-bdi-id.patch
	patches.suse/writeback-Separate-out-wb_get_lookup-from-wb_get_create.patch
	patches.suse/writeback-memcg-Implement-cgroup_writeback_by_id.patch
	patches.suse/writeback-memcg-Implement-foreign-dirty-flushing.patch
	patches.suse/block-Remove-blk_mq_register_dev.patch
	patches.suse/block-don-t-hold-q-sysfs_lock-in-elevator_init_mq.patch
	patches.suse/blk-mq-don-t-hold-q-sysfs_lock-in-blk_mq_map_swqueue.patch
	patches.suse/block-add-helper-for-checking-if-queue-is-registered.patch
	patches.suse/block-split-.sysfs_lock-into-two-locks.patch
	patches.suse/md-only-call-set_in_sync-when-it-is-expected-to-succ.patch
	patches.suse/md-don-t-report-active-array_state-until-after-reval.patch
	patches.suse/0006-raid5-improve-too-many-read-errors-msg-by-adding-lim.patch
	patches.suse/blkcg-pass-q-and-blkcg-into-blkcg_pol_alloc_pd_fn.patch
	patches.suse/blkcg-make-cpd_init_fn-optional.patch
	patches.suse/blkcg-separate-blkcg_conf_get_disk-out-of-blkg_conf_.patch
	patches.suse/block-rq_qos-add-rq_qos_merge.patch
	patches.suse/block-rq_qos-implement-rq_qos_ops-queue_depth_change.patch
	patches.suse/blkcg-s-RQ_QOS_CGROUP-RQ_QOS_LATENCY.patch
	patches.suse/blk-mq-add-optional-request-alloc_time_ns.patch
	patches.suse/blkcg-implement-blk-iocost.patch
	patches.suse/blkcg-add-tools-cgroup-iocost_monitor.py.patch
	patches.suse/blkcg-add-tools-cgroup-iocost_coef_gen.py.patch
	patches.suse/blkcg-blk-iocost-predeclare-used-structs.patch
	patches.suse/blkcg-fix-missing-free-on-error-path-of-blk_iocost_i.patch
	patches.suse/blkcg-add-missing-NULL-check-in-ioc_cpd_alloc.patch
	patches.suse/nvme-tcp-cleanup-nvme_tcp_recv_pdu.patch
	patches.suse/nvme-tcp-Use-protocol-specific-operations-while-read.patch
	patches.suse/nvme-have-nvme_init_identify-set-ctrl-cap.patch
	patches.suse/nvme-pci-set-ctrl-sqsize-to-the-device-q_depth.patch
	patches.suse/nvme-move-sqsize-setting-to-the-core.patch
	patches.suse/nvme-don-t-pass-cap-to-nvme_disable_ctrl.patch
	patches.suse/nvme-tcp-selects-CRYPTO_CRC32C-for-nvme-tcp.patch
	patches.suse/nvme-tcp-support-simple-polling.patch
	patches.suse/nvmet-fix-data-units-read-and-written-counters-in-SM.patch
	patches.suse/nvme-add-Get-LBA-Status-command-opcode.patch
	patches.suse/nvme-trace-support-for-Get-LBA-Status-opcode-parsed.patch
	patches.suse/nvme-trace-parse-Get-LBA-Status-command-in-detail.patch
	patches.suse/nvmet-trace-parse-Get-LBA-Status-command-in-detail.patch
	patches.suse/nvmet-tcp-fix-possible-NULL-deref.patch
	patches.suse/nvmet-tcp-fix-possible-memory-leak.patch
	patches.suse/nvme-fabrics-Add-type-of-service-TOS-configuration.patch
	patches.suse/nvme-rdma-Add-TOS-for-rdma-transport.patch
	patches.suse/nvme-tcp-Use-struct-nvme_ctrl-directly.patch
	patches.suse/nvme-tcp-Add-TOS-for-tcp-transport.patch
	patches.suse/nvmet-tcp-Add-TOS-for-tcp-transport.patch
	patches.suse/nvme-multipath-fix-ana-log-nsid-lookup-when-nsid-is-.patch
	patches.suse/nvme-trace-bio-completion.patch
	patches.suse/nvme-pci-Pass-the-queue-to-SQ_SIZE-CQ_SIZE-macros.patch
	patches.suse/nvme-pci-Add-support-for-variable-IO-SQ-element-size.patch
	patches.suse/nvme-pci-Add-support-for-Apple-2018-models.patch
	patches.suse/nvme-pci-Support-shared-tags-across-queues-for-Apple.patch
	patches.suse/nvme-make-fabrics-command-run-on-a-separate-request-.patch
	patches.suse/nvme-pci-Tidy-up-nvme_unmap_data.patch
	patches.suse/nvme-fc-Use-rq_dma_dir-macro.patch
	patches.suse/nvme-rdma-Use-rq_dma_dir-macro.patch
	patches.suse/block-mq-deadline-Fix-queue-restart-handling.patch
	patches.suse/block-elevator.c-Remove-now-unused-elevator-argument.patch
	patches.suse/Documenation-switching-sched-Remove-notes-about-elev.patch
	patches.suse/Documentation-kernel-per-CPU-kthreads.txt-Remove-ref.patch
	patches.suse/0001-bcache-add-cond_resched-in-__bch_cache_cmp.patch
	patches.suse/0002-bcache-Fix-an-error-code-in-bch_dump_read.patch
	patches.suse/closures-fix-a-race-on-wakeup-from-closure_sync.patch
	patches.suse/0007-md-raid0-linear-Mark-array-as-broken-and-fail-BIOs-i.patch
	patches.suse/md-raid1-fail-run-raid1-array-when-active-disk-less-.patch
	patches.suse/0008-md-raid5-use-bio_end_sector-to-calculate-last_sector.patch
	patches.suse/paride-pf-need-to-set-queue-to-NULL-before-put_disk.patch
	patches.suse/paride-pcd-need-to-set-queue-to-NULL-before-put_disk.patch
	patches.suse/block-Cleanup-elevator_init_mq-use.patch
	patches.suse/block-Change-elevator_init_mq-to-always-succeed.patch
	patches.suse/block-Introduce-elevator-features.patch
	patches.suse/block-Improve-default-elevator-selection.patch
	patches.suse/block-Delay-default-elevator-initialization.patch
	patches.suse/block-Set-ELEVATOR_F_ZBD_SEQ_WRITE-for-nullblk-zoned.patch
	patches.suse/sd-Set-ELEVATOR_F_ZBD_SEQ_WRITE-for-ZBC-disks.patch
	patches.suse/block-fix-elevator_get_by_features.patch
	patches.suse/bfq-Fix-the-missing-barrier-in-__bfq_entity_update_w.patch
	patches.suse/bfq-Extract-bfq_group_set_weight-from-bfq_io_set_wei.patch
	patches.suse/bfq-Add-per-device-weight.patch
	patches.suse/blk-iocost-Fix-incorrect-operation-order-during-iocg.patch
	patches.suse/blk-iocost-Account-force-charged-overage-in-absolute.patch
	patches.suse/blk-iocost-Don-t-let-merges-push-vtime-into-the-futu.patch
	patches.suse/iocost_monitor-Always-use-strings-for-json-values.patch
	patches.suse/iocost_monitor-Report-more-info-with-higher-accuracy.patch
	patches.suse/iocost_monitor-Report-debt.patch
	patches.suse/block-bypass-blk_set_runtime_active-for-uninitialize.patch
	patches.suse/block-fix-race-between-switching-elevator-and-removi.patch
	patches.suse/nvme-fail-cancelled-commands-with-NVME_SC_HOST_PATH_.patch
	patches.suse/nvme-tcp-fail-command-with-NVME_SC_HOST_PATH_ERROR-s.patch
	patches.suse/nvme-fc-Fail-transport-errors-with-NVME_SC_HOST_PATH.patch
	patches.suse/nvme-pass-status-to-nvme_error_status.patch
	patches.suse/nvme-make-nvme_identify_ns-propagate-errors-back.patch
	patches.suse/nvme-make-nvme_report_ns_ids-propagate-error-back.patch
	patches.suse/nvme-fix-ns-removal-hang-when-failing-to-revalidate-.patch
	patches.suse/nvme-Treat-discovery-subsystems-as-unique-subsystems.patch
	patches.suse/nvme-include-admin_q-sync-with-nvme_sync_queues.patch
	patches.suse/nvme-tcp-remove-redundant-assignment-to-variable-ret.patch
	patches.suse/nvme-Assign-subsys-instance-from-first-ctrl.patch
	patches.suse/nvme-Remove-redundant-assignment-of-cq-vector.patch
	patches.suse/nvmet-Use-PTR_ERR_OR_ZERO-in-nvmet_init_discovery.patch
	patches.suse/nvme-fabrics-allow-discovery-subsystems-accept-a-kat.patch
	patches.suse/nvme-enable-aen-regardless-of-the-presence-of-I-O-qu.patch
	patches.suse/nvme-add-uevent-variables-for-controller-devices.patch
	patches.suse/nvme-send-discovery-log-page-change-events-to-usersp.patch
	patches.suse/nvmet-fix-a-wrong-error-status-returned-in-error-log.patch
	patches.suse/raid5-don-t-increment-read_errors-on-EILSEQ-return.patch
	patches.suse/raid5-don-t-set-STRIPE_HANDLE-to-stripe-which-is-in-.patch
	patches.suse/md-raid0-avoid-RAID0-data-corruption-due-to-layout-c.patch
	patches.suse/0009-md-add-feature-flag-MD_FEATURE_RAID0_LAYOUT.patch
	patches.suse/0010-raid5-remove-STRIPE_OPS_REQ_PENDING.patch
	patches.suse/0011-raid5-use-bio_end_sector-in-r5_next_bio.patch
	patches.suse/bfq-Fix-bfq-linkage-error.patch
	patches.suse/block-make-rq-sector-size-accessible-for-block-stats.patch
	patches.suse/block-also-check-RQF_STATS-in-blk_mq_need_time_stamp.patch
	patches.suse/mmc-sdhci-iproc-Add-support-for-emmc2-of-the-BCM2711.patch
	patches.suse/mmc-sdhci-pci-Add-another-Id-for-Intel-CML.patch
	patches.suse/mmc-Remove-dev_err-usage-after-platform_get_irq.patch
	patches.suse/mmc-sdhci-of-esdhc-add-erratum-A011334-support-in-ls.patch
	patches.suse/mmc-sdhci-cadence-use-struct_size-helper.patch
	patches.suse/mmc-bcm2835-Take-SWIOTLB-memory-size-limitation-into.patch
	patches.suse/mmc-sdhci-add-pll-enable-support-to-internal-clock-setup.patch
	patches.suse/pci-add-genesys-logic-inc-vendor-id.patch
	patches.suse/mmc-sdhci-export-sdhci_abort_tuning-function-symbol.patch
	patches.suse/mmc-sdhci-Fix-incorrect-switch-to-HS-mode.patch
	patches.suse/mmc-core-Add-helper-function-to-indicate-if-SDIO-IRQ.patch
	patches.suse/mmc-dw_mmc-Re-store-SDIO-IRQs-mask-at-system-resume.patch
	patches.suse/mmc-mtk-sd-Re-store-SDIO-IRQs-mask-at-system-resume.patch
	patches.suse/mmc-core-Clarify-sdio_irq_pending-flag-for-MMC_CAP2_.patch
	patches.suse/ALSA-firewire-tascam-handle-error-code-when-getting-.patch
	patches.suse/ALSA-firewire-tascam-check-intermediate-state-of-clo.patch
	patches.suse/ALSA-hda-Flush-interrupts-on-disabling.patch
	patches.suse/ALSA-hda-hdmi-Don-t-report-spurious-jack-state-chang.patch
	patches.suse/ALSA-hda-hdmi-Allow-audio-component-for-AMD-ATI-and-.patch
	patches.suse/ALSA-line6-sizeof-byte-is-always-1-use-that-fact.patch
	patches.suse/ALSA-hda-Show-the-fatal-CORB-RIRB-error-more-clearly.patch
	patches.suse/ALSA-i2c-ak4xxx-adda-Fix-a-possible-null-pointer-der.patch
	patches.suse/ALSA-usb-audio-Scarlett-Gen-2-mixer-interface.patch
	patches.suse/ALSA-aoa-onyx-always-initialize-register-read-value.patch
	patches.suse/ALSA-hda-Add-support-of-Zhaoxin-controller.patch
	patches.suse/ALSA-usb-audio-Unify-audioformat-release-code.patch
	patches.suse/ALSA-usb-audio-fix-PCM-device-order.patch
	patches.suse/ALSA-usb-audio-Skip-bSynchAddress-endpoint-check-if-.patch
	patches.suse/ALSA-usb-audio-Add-Pioneer-DDJ-SX3-PCM-quirck.patch
	patches.suse/ALSA-hda-Inform-too-slow-responses.patch
	patches.suse/ALSA-hda-Add-a-quirk-model-for-fixing-Huawei-Mateboo.patch
	patches.suse/ALSA-hda-Set-fifo_size-for-both-playback-and-capture.patch
	patches.suse/ALSA-hda-sigmatel-remove-unused-variable-stac9200_co.patch
	patches.suse/ALSA-hda-Drop-unsol-event-handler-for-Intel-HDMI-cod.patch
	patches.suse/ALSA-hda-Expand-pin_match-function-to-match-upcoming.patch
	patches.suse/ALSA-hda-Define-a-fallback_pin_fixup_tbl-for-alc269-.patch
	patches.suse/ALSA-hda-realtek-Check-beep-whitelist-before-assigni.patch
	patches.suse/ALSA-hda-realtek-Blacklist-PC-beep-for-Lenovo-ThinkC.patch
	patches.suse/ALSA-usb-audio-More-validations-of-descriptor-units.patch
	patches.suse/ALSA-usb-audio-Simplify-parse_audio_unit.patch
	patches.suse/ALSA-usb-audio-Unify-the-release-of-usb_mixer_elem_i.patch
	patches.suse/ALSA-usb-audio-Remove-superfluous-bLength-checks.patch
	patches.suse/ALSA-usb-audio-Clean-up-check_input_term.patch
	patches.suse/ALSA-usb-audio-Fix-possible-NULL-dereference-at-crea.patch
	patches.suse/ALSA-usb-audio-remove-some-dead-code.patch
	patches.suse/ALSA-hda-Allow-runtime-PM-for-controller-if-componen.patch
	patches.suse/ALSA-usb-audio-DSD-auto-detection-for-Playback-Desig.patch
	patches.suse/ALSA-usb-audio-Update-DSD-support-quirks-for-Oppo-an.patch
	patches.suse/ALSA-firewire-motu-add-support-for-MOTU-4pre.patch
	patches.suse/ALSA-hda-hdmi-remove-redundant-assignment-to-variabl.patch
	patches.suse/Add-Acer-Aspire-Ethos-8951G-model-quirk.patch
	patches.suse/ASoC-rsnd-don-t-call-clk_get_rate-under-atomic-conte.patch
	patches.suse/ASoC-SOF-Intel-hda-Initialize-HDA-controller-after-i.patch
	patches.suse/ASoC-hdac_hda-fix-page-fault-issue-by-removing-race.patch
	patches.suse/ASoC-es8328-Fix-copy-paste-error-in-es8328_right_lin.patch
	patches.suse/ASoC-wm8737-Fix-copy-paste-error-in-wm8737_snd_contr.patch
	patches.suse/ASoC-uniphier-Fix-double-reset-assersion-when-transi.patch
	patches.suse/ASoC-meson-axg-tdm-formatter-free-reset-on-device-re.patch
	patches.suse/ASoC-meson-g12a-tohdmitx-require-regmap-mmio.patch
	patches.suse/ASoC-sun4i-i2s-Register-regmap-and-PCM-before-our-co.patch
	patches.suse/ASoC-mchp-i2s-mcc-Fix-unprepare-of-GCLK.patch
	patches.suse/ASoC-mchp-i2s-mcc-Wait-for-RX-TX-RDY-only-if-control.patch
	patches.suse/ASoC-Intel-Skylake-Use-correct-function-to-access-io.patch
	patches.suse/ASoC-Intel-Fix-use-of-potentially-uninitialized-vari.patch
	patches.suse/ASoC-Intel-NHLT-Fix-debug-print-format.patch
	patches.suse/ASoC-es8316-fix-headphone-mixer-volume-table.patch
	patches.suse/ASoC-fsl_ssi-Fix-clock-control-issue-in-master-mode.patch
	patches.suse/ASoC-Intel-Baytrail-Fix-implicit-fallthrough-warning.patch
	patches.suse/ASoC-dmaengine-Make-the-pcm-name-equal-to-pcm-id-if-.patch
	patches.suse/ASoC-ams-delta-Take-control-over-audio-mute-GPIO-pin.patch
	patches.suse/ASoC-SOF-Intel-hda-Make-hdac_device-device-managed.patch
	patches.suse/ASoC-fsl_sai-add-of_match-data.patch
	patches.suse/ASoC-fsl_sai-derive-TX-FIFO-watermark-from-FIFO-dept.patch
	patches.suse/ASoC-fsl_sai-mark-regmap-as-fast_io.patch
	patches.suse/ASoC-tlv320aic31xx-suppress-error-message-for-EPROBE.patch
	patches.suse/ASoC-Define-a-set-of-DAPM-pre-post-up-events.patch
	patches.suse/ASoC-sgtl5000-Improve-VAG-power-and-mute-control.patch
	patches.suse/ASoC-sgtl5000-Fix-definition-of-VAG-Ramp-Control.patch
	patches.suse/ASoC-sgtl5000-add-ADC-mute-control.patch
	patches.suse/ASoC-sgtl5000-Fix-of-unmute-outputs-on-probe.patch
	patches.suse/ASoC-sgtl5000-Fix-charge-pump-source-assignment.patch
	patches.suse/ASoC-SOF-pci-mark-last_busy-value-at-runtime-PM-init.patch
	patches.suse/ASoC-SOF-reset-DMA-state-in-prepare.patch
	patches.suse/ASoC-sunxi-fix-a-sound-binding-broken-reference.patch
	patches.suse/ASoC-fsl_sai-Add-registers-definition-for-multiple-d.patch
	patches.suse/ASoC-fsl_sai-Update-Tx-Rx-channel-enable-mask.patch
	patches.suse/ASoC-fsl_sai-Add-support-for-SAI-new-version.patch
	patches.suse/ASoC-fsl_sai-Add-support-for-imx7ulp-imx8mq.patch
	patches.suse/ASoC-sun4i-i2s-Don-t-use-the-oversample-to-calculate.patch
	patches.suse/ASoC-sun4i-i2s-Rework-MCLK-divider-calculation.patch
	patches.suse/ASoC-intel-cht_bsw_max98090_ti-Add-all-Chromebooks-t.patch
	patches.suse/ASoC-sun4i-i2s-Move-the-channel-configuration-to-a-c.patch
	patches.suse/ASoC-sun4i-i2s-Move-the-format-configuration-to-a-ca.patch
	patches.suse/ASoC-sun4i-i2s-Use-module-clock-as-BCLK-parent-on-ne.patch
	patches.suse/ASoC-sun4i-i2s-Fix-the-MCLK-and-BCLK-dividers-on-new.patch
	patches.suse/ASoC-sun4i-i2s-RX-and-TX-counter-registers-are-swapp.patch
	patches.suse/ASoC-sun4i-i2s-Fix-LRCK-and-BCLK-polarity-offsets-on.patch
	patches.suse/ASoC-sun4i-i2s-Fix-the-LRCK-polarity.patch
	patches.suse/ASoC-sun4i-i2s-Fix-WSS-and-SR-fields-for-the-A83t.patch
	patches.suse/ASoC-sun4i-i2s-Fix-MCLK-Enable-bit-offset-on-A83t.patch
	patches.suse/ASoC-sun4i-i2s-Fix-the-LRCK-period-on-A83t.patch
	patches.suse/ASoC-sun4i-i2s-Remove-duplicated-quirks-structure.patch
	patches.suse/ASoC-sun4i-i2s-Pass-the-channels-number-as-an-argume.patch
	patches.suse/ASoC-sun4i-i2s-Support-more-channels.patch
	patches.suse/ASoC-fsl_sai-Add-support-for-imx8qm.patch
	patches.suse/ASoC-sun4i-i2s-Add-support-for-TDM-slots.patch
	patches.suse/ASoC-sun4i-i2s-Use-the-physical-slot-width-for-the-c.patch
	patches.suse/ASoC-sun4i-i2s-Use-the-actual-format-width-instead-o.patch
	patches.suse/ASoC-sun4i-i2s-Replace-call-to-params_width-by-local.patch
	patches.suse/ASoC-sun4i-i2s-Add-support-for-DSP-formats.patch
	patches.suse/ASoC-wm8988-fix-typo-in-wm8988_right_line_controls.patch
	patches.suse/ASoC-imx-audmix-register-the-card-on-a-proper-dev.patch
	patches.suse/ASoC-sunxi-Revert-initial-A83t-support.patch
	patches.suse/ASoC-sun4i-Revert-A83t-description.patch
	patches.suse/ASoC-Intel-Haswell-Adjust-machine-device-private-con.patch
	patches.suse/ASoC-dt-bindings-sun4i-spdif-Fix-dma-names-warning.patch
	patches.suse/ASoC-fsl_sai-Implement-set_bclk_ratio.patch
	patches.suse/media-mtk-cir-lower-de-glitch-counter-for-rc-mm-prot.patch
	patches.suse/media-technisat-usb2-break-out-of-loop-at-end-of-buf.patch
	patches.suse/media-dib0700-fix-link-error-for-dibx000_i2c_set_spe.patch
	patches.suse/media-si2168-add-support-for-Mygica-T230C-v2.patch
	patches.suse/media-dvbsky-add-support-for-Mygica-T230C-v2.patch
	patches.suse/media-vb2-reorder-checks-in-vb2_poll.patch
	patches.suse/media-vivid-fix-potential-integer-overflow-on-left-s.patch
	patches.suse/media-vivid-add-sanity-check-to-avoid-divide-error-a.patch
	patches.suse/media-vivid-work-around-high-stack-usage-with-clang.patch
	patches.suse/media-staging-imx-Fix-NULL-deref-in-find_pipeline_en.patch
	patches.suse/media-exynos4-is-fix-leaked-of_node-references.patch
	patches.suse/0001-media-vimc-stream-remove-obsolete-function-doc.patch
	patches.suse/0001-media-vimc-stream-fix-style-of-argument-description.patch
	patches.suse/media-rcar-vin-Clean-up-correct-notifier-in-error-pa.patch
	patches.suse/media-hdpvr-Add-device-num-check-and-handling.patch
	patches.suse/media-marvell-ccic-mmp-add-MODULE_DEVICE_TABLE.patch
	patches.suse/media-vivid-fix-device-init-when-no_error_inj-1-and-.patch
	patches.suse/media-i2c-ov5640-Check-for-devm_gpiod_get_optional-e.patch
	patches.suse/media-hantro-Set-DMA-max-segment-size.patch
	patches.suse/media-don-t-drop-front-end-reference-count-for-detac.patch
	patches.suse/media-iguanair-add-sanity-checks.patch
	patches.suse/media-staging-tegra-vde-Fix-build-error.patch
	patches.suse/media-imx7.rst-Fix-the-references-to-the-CSI-multipl.patch
	patches.suse/media-media-platform-fsl-viu.c-fix-build-for-MICROBL.patch
	patches.suse/0001-media-Revert-media-vimc-Remove-or-modify-stream-chec.patch
	patches.suse/0001-media-Revert-media-vimc-propagate-pixel-format-in-th.patch
	patches.suse/media-mtk-mdp-fix-reference-count-on-old-device-tree.patch
	patches.suse/media-i2c-tda1997x-prevent-potential-NULL-pointer-ac.patch
	patches.suse/media-fdp1-Reduce-FCP-not-found-message-level-to-deb.patch
	patches.suse/media-MAINTAINERS-hantro-Fix-typo-in-a-filepath.patch
	patches.suse/media-MAINTAINERS-Remove-zoran-driver.patch
	patches.suse/media-em28xx-modules-workqueue-not-inited-for-2nd-de.patch
	patches.suse/media-tm6000-double-free-if-usb-disconnect-while-str.patch
	patches.suse/media-rc-imon-Allow-iMON-RC-protocol-for-ffdc-7e-dev.patch
	patches.suse/media-vsp1-fix-memory-leak-of-dl-on-error-return-pat.patch
	patches.suse/media-ov8856-Check-reading-clock-frequency-succeeded.patch
	patches.suse/media-omap3isp-Set-device-on-omap3isp-subdevs.patch
	patches.suse/media-omap3isp-Don-t-set-streaming-state-on-random-s.patch
	patches.suse/media-i2c-ov5645-Fix-power-sequence.patch
	patches.suse/media-imx-mipi-csi-2-Don-t-fail-if-initial-state-tim.patch
	patches.suse/media-radio-si470x-kill-urb-on-error.patch
	patches.suse/media-hdpvr-add-terminating-0-at-end-of-string.patch
	patches.suse/media-gspca-zero-usb_buf-on-error.patch
	patches.suse/media-dvb-frontends-use-ida-for-pll-number.patch
	patches.suse/media-mceusb-fix-eliminate-TX-IR-signal-length-limit.patch
	patches.suse/media-dvb-core-fix-a-memory-leak-bug.patch
	patches.suse/media-ttusb-dec-Fix-info-leak-in-ttusb_dec_send_comm.patch
	patches.suse/media-atmel-atmel-isi-fix-timeout-value-for-stop-str.patch
	patches.suse/media-cec-notifier-clear-cec_adap-in-cec_notifier_un.patch
	patches.suse/media-cpia2_usb-fix-memory-leaks.patch
	patches.suse/media-saa7146-add-cleanup-in-hexium_attach.patch
	patches.suse/media-sn9c20x-Add-MSI-MS-1039-laptop-to-flip_dmi_tab.patch
	patches.suse/media-saa7134-fix-terminology-around-saa7134_i2c_eep.patch
	patches.suse/media-aspeed-video-address-a-protential-usage-of-an-.patch
	patches.suse/media-ov9650-add-a-sanity-check.patch
	patches.suse/media-em28xx-Fix-exception-handling-in-em28xx_alloc_.patch
	patches.suse/media-videobuf-core.c-poll_wait-needs-a-non-NULL-buf.patch
	patches.suse/leds-leds-lp5562-allow-firmware-files-up-to-the-maxi.patch
	patches.suse/drivers-Introduce-device-lookup-variants-by-name.patch
	patches.suse/drivers-Introduce-device-lookup-variants-by-of_node.patch
	patches.suse/drivers-Introduce-device-lookup-variants-by-fwnode.patch
	patches.suse/led-triggers-Fix-a-memory-leak-bug.patch
	patches.suse/leds-lm3532-Fix-brightness-control-for-i2c-mode.patch
	patches.suse/leds-lm3532-Fixes-for-the-driver-for-stability.patch
	patches.suse/leds-ti-lmu-common-Fix-coccinelle-issue-in-TI-LMU.patch
	patches.suse/leds-trigger-gpio-GPIO-0-is-valid.patch
	patches.suse/led-triggers-Fix-dereferencing-of-null-pointer.patch
	patches.suse/dmaengine-bcm2835-Print-error-in-case-setting-DMA-ma.patch
	patches.suse/dmaengine-tegra-apb-Support-per-burst-residue-granul.patch
	patches.suse/dmaengine-tegra210-adma-Don-t-program-FIFO-threshold.patch
	patches.suse/dmaengine-fsl-edma-add-i.mx7ulp-edma2-version-suppor.patch
	patches.suse/dmaengine-fsl-edma-implement-.device_synchronize-cal.patch
	patches.suse/dmaengine-make-mux_configure32-static.patch
	patches.suse/dmaengine-change-alignment-of-mux_configure32-and-fs.patch
	patches.suse/dmaengine-dw-platform-Switch-to-acpi_dma_controller_.patch
	patches.suse/dmaengine-iop-adma.c-fix-printk-format-warning.patch
	patches.suse/dmaengine-ti-edma-Do-not-reset-reserved-paRAM-slots.patch
	patches.suse/PM-wakeup-Drop-wakeup_source_init-wakeup_source_prep.patch
	patches.suse/PM-wakeup-Use-wakeup_source_register-in-wakelock.c.patch
	patches.suse/PM-wakeup-Show-wakeup-sources-stats-in-sysfs.patch
	patches.suse/PM-wakeup-Fix-sysfs-registration-error-path.patch
	patches.suse/PM-wakeup-Register-wakeup-class-kobj-after-device-is.patch
	patches.suse/PM-wakeup-Unexport-wakeup_source_sysfs_-add-remove.patch
	patches.suse/PM-sleep-Fix-possible-overflow-in-pm_system_cancel_w.patch
	patches.suse/add-cpuidle-haltpoll-driver.patch
	patches.suse/cpuidle-add-poll_limit_ns-to-cpuidle_device-structure.patch
	patches.suse/governors-unify-last_state_idx.patch
	patches.suse/cpuidle-add-haltpoll-governor.patch
	patches.suse/cpuidle-haltpoll-disable-host-side-polling-when-kvm-virtualized.patch
	patches.suse/cpuidle-header-file-stubs-must-be-static-inline.patch
	patches.suse/cpuidle-menu-Allow-tick-to-be-stopped-if-PM-QoS-is-used.patch
	patches.suse/cpuidle-teo-Allow-tick-to-be-stopped-if-PM-QoS-is-us.patch
	patches.suse/cpuidle-haltpoll-vcpu-hotplug-support.patch
	patches.suse/cpuidle-allow-governor-switch-on-cpuidle_register_driver.patch
	patches.suse/cpuidle-haltpoll-set-haltpoll-as-preferred-governor.patch
	patches.suse/cpuidle-haltpoll-return-ENODEV-on-modinit-failure.patch
	patches.suse/cpuidle-haltpoll-do-not-set-an-owner-to-allow-modunload.patch
	patches.suse/cpuidle-haltpoll-Enable-kvm-guest-polling-when-dedicated-physical-CPUs-are-available.patch
	patches.suse/cpufreq-intel_pstate-Implement-QoS-supported-freq-co.patch
	patches.suse/sched-cpufreq-Align-trace-event-behavior-of-fast-swi.patch
	patches.suse/cpufreq-Add-policy-create-remove-notifiers-back.patch
	patches.suse/thermal-cpu_cooling-Switch-to-QoS-requests-for-freq-.patch
	patches.suse/cpufreq-powerpc-macintosh-Switch-to-QoS-requests-for.patch
	patches.suse/cpufreq-powerpc_cbe-Switch-to-QoS-requests-for-freq-.patch
	patches.suse/arch_topology-Use-CPUFREQ_CREATE_POLICY-instead-of-C.patch
	patches.suse/video-sa1100fb-Remove-cpufreq-policy-notifier.patch
	patches.suse/video-pxafb-Remove-cpufreq-policy-notifier.patch
	patches.suse/ACPI-cpufreq-Switch-to-QoS-requests-instead-of-cpufr.patch
	patches.suse/cpufreq-Remove-CPUFREQ_ADJUST-and-CPUFREQ_NOTIFY-pol.patch
	patches.suse/Documentation-cpufreq-Update-policy-notifier-documen.patch
	patches.suse/cpufreq-ap806-Add-NULL-check-after-kcalloc.patch
	patches.suse/cpufreq-imx-cpufreq-dt-Add-i.MX8MN-support.patch
	patches.suse/opp-Not-all-power-domains-are-scalable.patch
	patches.suse/PM-devfreq-tegra-Fix-kHz-to-Hz-conversion.patch
	patches.suse/PM-devfreq-Fix-kernel-oops-on-governor-module-load.patch
	patches.suse/PM-devfreq-exynos-bus-Correct-clock-enable-sequence.patch
	patches.suse/PM-devfreq-passive-Use-non-devm-notifiers.patch
	patches.suse/PM-devfreq-passive-fix-compiler-warning.patch
	patches.suse/opp-Don-t-decrement-uninitialized-list_kref.patch
	patches.suse/ACPI-CPPC-do-not-require-the-_PSD-method.patch
	patches.suse/ACPI-APEI-Release-resources-if-gen_pool_add-fails.patch
	patches.suse/ACPI-processor-don-t-print-errors-for-processorIDs-0.patch
	patches.suse/ACPI-custom_method-fix-memory-leaks.patch
	patches.suse/ACPI-PCI-fix-acpi_pci_irq_enable-memory-leak.patch
	patches.suse/ACPI-LPSS-Save-restore-LPSS-private-registers-also-o.patch
	patches.suse/ACPI-property-Fix-acpi_graph_get_remote_endpoint-nam.patch
	patches.suse/software-node-Initialize-the-return-value-in-softwar.patch
	patches.suse/KVM-coalesced_mmio-add-bounds-checking.patch
	patches.suse/kvm-x86-fix-x86_decode_insn-return-when-fetching-insn-bytes-fails
	patches.suse/kvm-x86-mmu-add-explicit-access-mask-for-mmio-sptes
	patches.suse/kvm-x86-unconditionally-call-x86-ops-that-are-always-implemented
	patches.suse/KVM-x86-Disable-posted-interrupts-for-non-standard-I.patch
	patches.suse/KVM-x86-Manually-calculate-reserved-bits-when-loadin.patch
	patches.suse/KVM-PPC-Book3S-HV-XIVE-Free-escalation-interrupts-be.patch
	patches.suse/KVM-PPC-Book3S-HV-Fix-race-in-re-enabling-XIVE-escal.patch
	patches.suse/KVM-PPC-Book3S-HV-Don-t-push-XIVE-context-when-not-u.patch
	patches.suse/powerpc-xive-Implement-get_irqchip_state-method-for-.patch
	patches.suse/KVM-PPC-Book3S-Enable-XIVE-native-capability-only-if.patch
	patches.suse/KVM-PPC-Book3S-HV-Check-for-MMU-ready-on-piggybacked.patch
	patches.suse/KVM-PPC-Book3S-HV-Don-t-lose-pending-doorbell-reques.patch
	patches.suse/KVM-arm-arm64-vgic-Use-a-single-IO-device-per-redist.patch
	patches.suse/arm64-KVM-Device-mappings-should-be-execute-never.patch
	patches.suse/KVM-arm-arm64-vgic-Allow-more-than-256-vcpus-for-KVM.patch
	patches.suse/kvm-x86-refactor-up-kvm_-g-s-et_msr-to-simplify-callers
	patches.suse/kvm-x86-add-kvm_emulate_-rd-wr-msr-to-consolidate-vxm-svm-code
	patches.suse/kvm-x86-return-to-userspace-with-internal-error-on-unexpected-exit-reason
	patches.suse/KVM-x86-always-stop-emulation-on-page-fault.patch
	patches.suse/KVM-x86-set-ctxt-have_exception-in-x86_decode_insn.patch
	patches.suse/kvm-Nested-KVM-MMUs-need-PAE-root-too.patch
	patches.suse/KVM-s390-Test-for-bad-access-register-and-size-at-th.patch
	patches.suse/0001-kvm-s390-disallow-invalid-bits-in-kvm_valid_regs-and-kvm_dirty_regs
	patches.suse/driver-core-platform-Add-an-error-message-to-platfor.patch
	patches.suse/driver-core-add-dev_groups-to-all-drivers.patch
	patches.suse/driver-core-platform-Introduce-platform_get_irq_opti.patch
	patches.suse/driver-core-platform-Export-platform_get_irq_optiona.patch
	patches.suse/usb-gadget-udc-core-Fix-segfault-if-udc_bind_to_driv.patch
	patches.suse/0001-usb-dwc3-meson-g12a-fix-suspend-resume-regulator-unb.patch
	patches.suse/0001-usb-typec-tps6598x-Fix-build-error-without-CONFIG_RE.patch
	patches.suse/usbip-Implement-SG-support-to-vhci-hcd-and-stub-driv.patch
	patches.suse/USB-usbcore-Fix-slab-out-of-bounds-bug-during-device.patch
	patches.suse/serial-stm32-Use-__maybe_unused-instead-of-if-CONFIG.patch
	patches.suse/tty-serial-fsl_lpuart-Use-appropriate-lpuart32_-I-O-.patch
	patches.suse/tty-serial-atmel-reschedule-TX-after-RX-was-started.patch
	patches.suse/serial-tegra-add-internal-loopback-functionality.patch
	patches.suse/serial-tegra-protect-IER-against-LCR.DLAB.patch
	patches.suse/tty-max310x-fix-off-by-one-buffer-access-when-storin.patch
	patches.suse/serial-sprd-correct-the-wrong-sequence-of-arguments.patch
	patches.suse/serial-tegra-add-support-to-ignore-read.patch
	patches.suse/serial-tegra-avoid-reg-access-when-clk-disabled.patch
	patches.suse/serial-tegra-flush-the-RX-fifo-on-frame-error.patch
	patches.suse/serial-tegra-report-error-to-upper-tty-layer.patch
	patches.suse/serial-tegra-check-for-FIFO-mode-enabled-status.patch
	patches.suse/serial-tegra-set-maximum-num-of-uart-ports-to-8.patch
	patches.suse/serial-tegra-add-support-to-use-8-bytes-trigger.patch
	patches.suse/serial-tegra-DT-for-Adjusted-baud-rates.patch
	patches.suse/serial-tegra-add-support-to-adjust-baud-rate.patch
	patches.suse/serial-tegra-report-clk-rate-errors.patch
	patches.suse/serial-tegra-Add-PIO-mode-support.patch
	patches.suse/iio-imu-st_lsm6dsx-move-odr_table-in-st_lsm6dsx_sens.patch
	patches.suse/iio-tsl2772-Use-devm_add_action_or_reset-for-tsl2772.patch
	patches.suse/staging-erofs-fix-an-error-handling-in-erofs_readdir.patch
	patches.suse/staging-erofs-some-compressed-cluster-should-be-subm.patch
	patches.suse/staging-erofs-cannot-set-EROFS_V_Z_INITED_BIT-if-fil.patch
	patches.suse/staging-erofs-add-two-missing-erofs_workgroup_put-fo.patch
	patches.suse/staging-erofs-avoid-endless-loop-of-invalid-lookback.patch
	patches.suse/staging-erofs-detect-potential-multiref-due-to-corru.patch
	patches.suse/staging-most-sound-Fix-error-path-of-audio_init.patch
	patches.suse/iio-dac-ad5380-fix-incorrect-assignment-to-val.patch
	patches.suse/mic-avoid-statically-declaring-a-struct-device.patch
	patches.suse/phy-ti-am654-serdes-fix-an-use-after-free-in-serdes_.patch
	patches.suse/phy-renesas-rcar-gen3-usb2-Disable-clearing-VBUS-in-.patch
	patches.suse/phy-qcom-qmp-Correct-ready-status-again.patch
	patches.suse/0001-thunderbolt-Switch-to-use-device_property_count_uXX.patch
	patches.suse/0001-thunderbolt-Show-key-using-pE-not-pEp.patch
	patches.suse/0001-thunderbolt-Correct-path-indices-for-PCIe-tunnel.patch
	patches.suse/0001-thunderbolt-Move-NVM-upgrade-support-flag-to-struct-.patch
	patches.suse/0001-thunderbolt-Use-32-bit-writes-when-writing-ring-prod.patch
	patches.suse/0001-thunderbolt-Do-not-fail-adding-switch-if-some-port-i.patch
	patches.suse/0001-thunderbolt-Hide-switch-attributes-that-are-not-set.patch
	patches.suse/0001-thunderbolt-Expose-active-parts-of-NVM-even-if-upgra.patch
	patches.suse/0001-thunderbolt-Add-support-for-Intel-Ice-Lake.patch
	patches.suse/0001-ACPI-property-Add-two-new-Thunderbolt-property-GUIDs.patch
	patches.suse/coresight-etm4x-Two-function-calls-less.patch
	patches.suse/coresight-etm4x-Add-ETM-PIDs-for-SDM845-and-MSM8996.patch
	patches.suse/coresight-cpu-debug-Add-support-for-Qualcomm-Kryo.patch
	patches.suse/coresight-etr_buf-Consolidate-refcount-initializatio.patch
	patches.suse/coresight-tmc-etr-Handle-memory-errors.patch
	patches.suse/coresight-tmc-etr-Check-if-non-secure-access-is-enab.patch
	patches.suse/coresight-Convert-pr_warn-to-dev_warn-for-obsolete-b.patch
	patches.suse/coresight-acpi-Static-funnel-support.patch
	patches.suse/coresight-etm4x-Remove-superfluous-setting-of-os_unl.patch
	patches.suse/coresight-etm4x-Use-explicit-barriers-on-enable-disa.patch
	patches.suse/coresight-etm4x-use-module_param-instead-of-module_p.patch
	patches.suse/coresight-etm4x-improve-clarity-of-etm4_os_unlock-co.patch
	patches.suse/coresight-tmc-etr-Fix-updating-buffer-in-not-snapsho.patch
	patches.suse/coresight-tmc-etr-Fix-perf_data-check.patch
	patches.suse/coresight-tmc-Make-memory-width-mask-computation-int.patch
	patches.suse/coresight-tmc-etr-Decouple-buffer-sync-and-barrier-p.patch
	patches.suse/coresight-tmc-etr-Add-barrier-packets-when-moving-of.patch
	patches.suse/dev-mem-Bail-out-upon-SIGKILL.patch
	patches.suse/firmware-google-check-if-size-is-valid-when-decoding.patch
	patches.suse/crypto-ccree-account-for-TEE-not-ready-to-report.patch
	patches.suse/crypto-ccp-Reduce-maximum-stack-usage.patch
	patches.suse/0001-padata-Replace-delayed-timer-with-immediate-workqueu.patch
	patches.suse/0001-padata-purge-get_cpu-and-reorder_via_wq-from-padata_.patch
	patches.suse/crypto-qat-Silence-smp_processor_id-warning.patch
	patches.suse/crypto-ccree-use-the-full-crypt-length-value.patch
	patches.suse/crypto-caam-fix-concurrency-issue-in-givencrypt-desc.patch
	patches.suse/crypto-ccp-Clean-up-and-exit-correctly-on-allocation.patch
	patches.suse/crypto-caam-qi-fix-error-handling-in-ERN-handler.patch
	patches.suse/crypto-caam-free-resources-in-case-caam_rng-registra.patch
	patches.suse/crypto-caam-execute-module-exit-point-only-if-necess.patch
	patches.suse/crypto-caam-unregister-algorithm-only-if-the-registr.patch
	patches.suse/0001-padata-initialize-pd-cpu-with-effective-cpumask.patch
	patches.suse/crypto-caam-qi-execute-library-only-on-DPAA-1.x.patch
	patches.suse/crypto-caam-qi-use-print_hex_dump_debug-function-to-.patch
	patches.suse/crypto-mediatek-fix-uninitialized-value-of-gctx-text.patch
	patches.suse/crypto-skcipher-Unmap-pages-after-an-external-error.patch
	patches.suse/crypto-cavium-zip-Add-missing-single_release.patch
	patches.suse/0001-padata-allocate-workqueue-internally.patch
	patches.suse/0001-workqueue-unconfine-alloc-apply-free_workqueue_attrs.patch
	patches.suse/workqueue-require-CPU-hotplug-read-exclusion-for-app.patch
	patches.suse/0001-padata-make-padata_do_parallel-find-alternate-callba.patch
	patches.suse/0001-crypto-pcrypt-remove-padata-cpumask-notifier.patch
	patches.suse/0001-padata-pcrypt-take-CPU-hotplug-lock-internally-in-pa.patch
	patches.suse/0001-padata-use-separate-workqueues-for-parallel-and-seri.patch
	patches.suse/0001-padata-unbind-parallel-jobs-from-specific-CPUs.patch
	patches.suse/net-Use-skb-accessors-in-network-drivers.patch
	patches.suse/net-Use-skb-accessors-in-network-core.patch
	patches.suse/net-Increase-the-size-of-skb_frag_t.patch
	patches.suse/net-Reorder-the-contents-of-skb_frag_t.patch
	patches.suse/net-Rename-skb_frag-page-to-bv_page.patch
	patches.suse/net-Rename-skb_frag_t-size-to-bv_len.patch
	patches.suse/net-Convert-skb_frag_t-to-bio_vec.patch
	patches.suse/ftgmac100-Fix-build.patch
	patches.suse/net-broadcom-Use-dev_get_drvdata.patch
	patches.suse/e1000e-Use-dev_get_drvdata-where-possible.patch
	patches.suse/fm10k-Use-dev_get_drvdata.patch
	patches.suse/i40e-Use-dev_get_drvdata.patch
	patches.suse/igb-Use-dev_get_drvdata-where-possible.patch
	patches.suse/net-mlx5e-xsk-dynamically-allocate-mlx5e_channel_par.patch
	patches.suse/net-sched-include-mpls-actions-in-hardware-intermedi.patch
	patches.suse/nfp-flower-offload-MPLS-push-action.patch
	patches.suse/nfp-flower-offload-MPLS-pop-action.patch
	patches.suse/nfp-flower-offload-MPLS-set-action.patch
	patches.suse/drivers-net-xgene-Remove-acpi_has_method-calls.patch
	patches.suse/sfc-Use-dev_get_drvdata-where-possible.patch
	patches.suse/sfc-falcon-Use-dev_get_drvdata-where-possible.patch
	patches.suse/Build-fixes-for-skb_frag_size-conversion.patch
	patches.suse/net-ixgbevf-fix-a-compilation-error-of-skb_frag_t.patch
	patches.suse/igc-Remove-the-polarity-field-from-a-PHY-information.patch
	patches.suse/igc-Remove-the-unused-field-from-a-device-specificat.patch
	patches.suse/igc-Update-the-MAC-reset-flow.patch
	patches.suse/igc-Add-more-SKUs-for-i225-device.patch
	patches.suse/e1000e-add-workaround-for-possible-stalled-packet.patch
	patches.suse/qed-reduce-maximum-stack-frame-size.patch
	patches.suse/mlx4-avoid-large-stack-usage-in-mlx4_init_hca.patch
	patches.suse/net-sfc-falcon-convert-to-i2c_new_dummy_device.patch
	patches.suse/mlxsw-spectrum-Expose-KVD-size-for-Spectrum-2.patch
	patches.suse/mlxsw-spectrum_router-Increase-scale-of-IPv6-nexthop.patch
	patches.suse/staging-octeon-Fix-build-failure-due-to-typo.patch
	patches.suse/net-neigh-remove-redundant-assignment-to-variable-bu.patch
	patches.suse/net-stmmac-Make-MDIO-bus-reset-optional.patch
	patches.suse/net-stmmac-Do-not-request-stmmaceth-clock.patch
	patches.suse/drivers-net-xgene-Move-status-variable-declaration-i.patch
	patches.suse/mlx4-en_netdev-allow-offloading-VXLAN-over-VLAN.patch
	patches.suse/mlxsw-spectrum_flower-Forbid-to-offload-mirred-redir.patch
	patches.suse/mlxsw-spectrum_acl-Track-rules-that-forbid-egress-bl.patch
	patches.suse/mlxsw-spectrum_flower-Forbid-to-offload-match-on-res.patch
	patches.suse/net-hns3-add-reset-checking-before-set-channels.patch
	patches.suse/net-hns3-add-a-check-for-get_reset_level.patch
	patches.suse/net-hns3-remove-upgrade-reset-level-when-reset-fail.patch
	patches.suse/net-hns3-change-GFP-flag-during-lock-period.patch
	patches.suse/net-hns3-modify-firmware-version-display-format.patch
	patches.suse/net-hns3-add-debug-messages-to-identify-eth-down-cau.patch
	patches.suse/net-hns3-make-hclge_service-use-delayed-workqueue.patch
	patches.suse/net-hns3-add-interrupt-affinity-support-for-misc-int.patch
	patches.suse/net-hns3-Add-support-for-using-order-1-pages-with-a-.patch
	patches.suse/net-hns3-use-dev_info-instead-of-pr_info.patch
	patches.suse/NFC-fix-attrs-checks-in-netlink-interface.patch
	patches.suse/bnxt_en-Update-firmware-interface-spec.-to-1.10.0.89.patch
	patches.suse/bnxt_en-Add-TPA-structure-definitions-for-BCM57500-c.patch
	patches.suse/bnxt_en-Refactor-TPA-logic.patch
	patches.suse/bnxt_en-Expand-bnxt_tpa_info-struct-to-support-57500.patch
	patches.suse/bnxt_en-Handle-standalone-RX_AGG-completions.patch
	patches.suse/bnxt_en-Refactor-tunneled-hardware-GRO-logic.patch
	patches.suse/bnxt_en-Set-TPA-GRO-mode-flags-on-57500-chips-proper.patch
	patches.suse/bnxt_en-Add-fast-path-logic-for-TPA-on-57500-chips.patch
	patches.suse/bnxt_en-Add-TPA-ID-mapping-logic-for-57500-chips.patch
	patches.suse/bnxt_en-Add-hardware-GRO-setup-function-for-57500-ch.patch
	patches.suse/bnxt_en-Refactor-ethtool-ring-statistics-logic.patch
	patches.suse/bnxt_en-Allocate-the-larger-per-ring-statistics-bloc.patch
	patches.suse/bnxt_en-Support-TPA-counters-on-57500-chips.patch
	patches.suse/bnxt_en-Refactor-bnxt_init_one-and-turn-on-TPA-suppo.patch
	patches.suse/bnxt_en-Support-all-variants-of-the-5750X-chip-famil.patch
	patches.suse/bnxt_en-Add-PCI-IDs-for-57500-series-NPAR-devices.patch
	patches.suse/linux-Add-skb_frag_t-page_offset-accessors.patch
	patches.suse/net-Use-skb_frag_off-accessors.patch
	patches.suse/linux-Remove-bvec-page_offset-use-bv_offset.patch
	patches.suse/net-Remove-dev_err-usage-after-platform_get_irq.patch
	patches.suse/vhost-vsock-split-packets-to-send-using-multiple-buf.patch
	patches.suse/selftests-mlxsw-Fix-local-variable-declarations-in-D.patch
	patches.suse/selftests-mlxsw-Add-a-test-for-leftover-DSCP-rule.patch
	patches.suse/0001-mac80211-pass-the-vif-to-cancel_remain_on_channel.patch
	patches.suse/net-mlx5e-Print-a-warning-when-LRO-feature-is-droppe.patch
	patches.suse/net-mlx5e-Avoid-warning-print-when-not-required.patch
	patches.suse/net-mlx5e-Improve-ethtool-rxnfc-callback-structure.patch
	patches.suse/net-mlx5e-Fix-unnecessary-flow_block_cb_is_busy-call.patch
	patches.suse/net-mlx5e-Simplify-get_route_and_out_devs-helper-fun.patch
	patches.suse/net-mlx5e-Extend-tc-flow-struct-with-reference-count.patch
	patches.suse/net-mlx5e-Change-flow-flags-type-to-unsigned-long.patch
	patches.suse/net-mlx5e-Protect-tc-flows-hashtable-with-rcu.patch
	patches.suse/net-mlx5e-Protect-unready-flows-with-dedicated-lock.patch
	patches.suse/net-mlx5e-Eswitch-change-offloads-num_flows-type-to-.patch
	patches.suse/net-mlx5e-Eswitch-use-state_lock-to-synchronize-vlan.patch
	patches.suse/net-mlx5e-Rely-on-rcu-instead-of-rtnl-lock-when-gett.patch
	patches.suse/net-mlx5e-Protect-tc-flow-table-with-mutex.patch
	patches.suse/net-bridge-mcast-add-delete-due-to-fast-leave-mdb-fl.patch
	patches.suse/mvpp2-use-devm_platform_ioremap_resource-to-simplify.patch
	patches.suse/net-phy-xgene-use-devm_platform_ioremap_resource-to-.patch
	patches.suse/net-hns3-add-link-change-event-report.patch
	patches.suse/net-hns3-add-handler-for-NCSI-error-mailbox.patch
	patches.suse/net-hns3-do-not-query-unsupported-commands-in-debugf.patch
	patches.suse/net-hns3-refine-for-set-ring-parameters.patch
	patches.suse/net-hns3-remove-unnecessary-variable-in-hclge_get_ma.patch
	patches.suse/net-hns3-minor-cleanup-in-hns3_clean_rx_ring.patch
	patches.suse/net-hns3-minior-error-handling-change-for-hclge_tm_s.patch
	patches.suse/net-hns3-simplify-hclge_cmd_query_error.patch
	patches.suse/net-hns3-rename-a-member-in-struct-hclge_mac_etherty.patch
	patches.suse/net-hns3-fix-some-reset-handshake-issue.patch
	patches.suse/net-hns3-clear-reset-interrupt-status-in-hclge_irq_h.patch
	patches.suse/net-hns3-activate-reset-timer-when-calling-reset_eve.patch
	patches.suse/ice-add-lp_advertising-flow-control-support.patch
	patches.suse/ice-track-hardware-stat-registers-past-rollover.patch
	patches.suse/ice-Move-vector-base-setup-to-PF-VSI.patch
	patches.suse/ice-Always-set-prefena-when-configuring-an-Rx-queue.patch
	patches.suse/ice-separate-out-control-queue-lock-creation.patch
	patches.suse/ice-Do-not-configure-port-with-no-media.patch
	patches.suse/ice-Disable-VFs-until-reset-is-completed.patch
	patches.suse/ice-Only-bump-Rx-tail-and-release-buffers-once-per-n.patch
	patches.suse/ice-Set-up-Tx-scheduling-tree-based-on-alloc-VSI-Tx-.patch
	patches.suse/ice-Update-number-of-VF-queue-before-setting-VSI-res.patch
	patches.suse/ice-Add-stats-for-Rx-drops-at-the-port-level.patch
	patches.suse/ice-Remove-duplicate-code-in-ice_alloc_rx_bufs.patch
	patches.suse/ice-Don-t-return-error-for-disabling-LAN-Tx-queue-th.patch
	patches.suse/ice-Remove-unnecessary-flag-ICE_FLAG_MSIX_ENA.patch
	patches.suse/ice-Remove-flag-to-track-VF-interrupt-status.patch
	patches.suse/ice-Bump-version-number.patch
	patches.suse/enetc-Clean-up-local-mdio-bus-allocation.patch
	patches.suse/enetc-Clean-up-makefile.patch
	patches.suse/enetc-Add-mdio-bus-driver-for-the-PCIe-MDIO-endpoint.patch
	patches.suse/fm10k-reduce-scope-of-the-err-variable.patch
	patches.suse/fm10k-reduce-scope-of-p-local-variable.patch
	patches.suse/fm10k-reduce-the-scope-of-qv-local-variable.patch
	patches.suse/fm10k-reduce-the-scope-of-local-err-variable.patch
	patches.suse/fm10k-reduce-the-scope-of-the-q_idx-local-variable.patch
	patches.suse/fm10k-reduce-the-scope-of-the-tx_buffer-variable.patch
	patches.suse/fm10k-reduce-the-scope-of-the-err-variable.patch
	patches.suse/fm10k-reduce-the-scope-of-the-local-i-variable.patch
	patches.suse/fm10k-reduce-the-scope-of-the-local-msg-variable.patch
	patches.suse/fm10k-reduce-the-scope-of-the-result-local-variable.patch
	patches.suse/fm10k-reduce-scope-of-the-ring-variable.patch
	patches.suse/net-mlx5-fix-Wtype-limits-compilation-warnings.patch
	patches.suse/net-mlx5-Refactor-and-optimize-flow-counter-bulk-que.patch
	patches.suse/net-mlx5-Add-flow-counter-bulk-allocation-hardware-b.patch
	patches.suse/net-mlx5-Fix-offset-of-tisc-bits-reserved-field.patch
	patches.suse/net-mlx5-Make-load_one-and-unload_one-symmetric.patch
	patches.suse/net-mlx5-E-Switch-Verify-support-QoS-element-type.patch
	patches.suse/net-mlx5-E-switch-Combine-metadata-enable-disable-fu.patch
	patches.suse/net-mlx5-E-switch-Initialize-TSAR-Qos-hardware-block.patch
	patches.suse/net-mlx5-E-switch-Introduce-helper-function-to-enabl.patch
	patches.suse/net-mlx5-E-Switch-remove-redundant-error-handling.patch
	patches.suse/net-mlx5-E-Switch-Remove-redundant-mc_promisc-NULL-c.patch
	patches.suse/net-mlx5-E-switch-Tide-up-eswitch-config-sequence.patch
	patches.suse/net-mlx5-E-Switch-add-ingress-rate-support.patch
	patches.suse/net-mlx5-Add-flow-counter-bulk-infrastructure.patch
	patches.suse/net-mlx5-Add-flow-counter-pool.patch
	patches.suse/net-mlx5e-Tx-Strict-the-room-needed-for-SQ-edge-NOPs.patch
	patches.suse/net-mlx5e-XDP-Close-TX-MPWQE-session-when-no-room-fo.patch
	patches.suse/net-mlx5e-XDP-Slight-enhancement-for-WQE-fetch-funct.patch
	patches.suse/net-mlx5e-Tx-Soften-inline-mode-VLAN-dependencies.patch
	patches.suse/net-mlx5e-Rx-checksum-handling-refactoring.patch
	patches.suse/net-mlx5e-Fix-mlx5e_tx_reporter_create-return-value.patch
	patches.suse/net-mlx5e-Set-tx-reporter-only-on-successful-creatio.patch
	patches.suse/net-mlx5e-TX-reporter-cleanup.patch
	patches.suse/net-mlx5e-Allow-dropping-specific-tunnel-packets.patch
	patches.suse/drop_monitor-Use-correct-error-code.patch
	patches.suse/drop_monitor-Rename-and-document-scope-of-mutex.patch
	patches.suse/drop_monitor-Document-scope-of-spinlock.patch
	patches.suse/drop_monitor-Avoid-multiple-blank-lines.patch
	patches.suse/drop_monitor-Add-extack-support.patch
	patches.suse/drop_monitor-Use-pre_doit-post_doit-hooks.patch
	patches.suse/Increase-fq_codel-count-in-the-bulk-dropper.patch
	patches.suse/fq_codel-Kill-useless-per-flow-dropped-statistic.patch
	patches.suse/fm10k-remove-unnecessary-variable-initializer.patch
	patches.suse/fm10k-remove-needless-assignment-of-err-local-variab.patch
	patches.suse/fm10k-remove-needless-initialization-of-size-local-v.patch
	patches.suse/fm10k-explicitly-return-0-on-success-path-in-functio.patch
	patches.suse/fm10k-cast-page_addr-to-u8-when-incrementing-it.patch
	patches.suse/fm10k-mark-unused-parameters-with-__always_unused.patch
	patches.suse/fm10k-convert-NON_Q_VECTORS-hw-into-NON_Q_VECTORS.patch
	patches.suse/fm10k-fix-fm10k_get_fault_pf-to-read-correct-address.patch
	patches.suse/net-tc_act-add-skbedit_ptype-helper-functions.patch
	patches.suse/net-sched-add-skbedit-of-ptype-action-to-hardware-IR.patch
	patches.suse/net-tc_act-add-helpers-to-detect-ingress-mirred-acti.patch
	patches.suse/net-sched-add-ingress-mirred-action-to-hardware-IR.patch
	patches.suse/nfp-flower-push-vlan-after-tunnel-in-merge.patch
	patches.suse/nfp-flower-detect-potential-pre-tunnel-rules.patch
	patches.suse/nfp-flower-verify-pre-tunnel-rules.patch
	patches.suse/nfp-flower-offload-pre-tunnel-rules.patch
	patches.suse/nfp-flower-remove-offloaded-MACs-when-reprs-are-appl.patch
	patches.suse/nfp-flower-encode-mac-indexes-with-pre-tunnel-rule-c.patch
	patches.suse/i40e-fix-incorrect-ethtool-statistics-veb-and-veb.tc.patch
	patches.suse/i40e-Log-disable-fw-lldp-flag-change-by-ethtool.patch
	patches.suse/i40e-don-t-report-link-up-for-a-VF-who-hasn-t-enable.patch
	patches.suse/i40e-fix-code-comments.patch
	patches.suse/i40e-Update-visual-effect-for-advertised-FEC-mode.patch
	patches.suse/i40e-Log-info-when-PF-is-entering-and-leaving-Allmul.patch
	patches.suse/i40e-verify-string-count-matches-even-on-early-retur.patch
	patches.suse/i40e-Remove-unicast-log-when-VF-is-leaving-multicast.patch
	patches.suse/dpaa_eth-Use-refcount_t-for-refcount.patch
	patches.suse/cxgb4-smt-Add-lock-for-atomic_dec_and_test.patch
	patches.suse/cxgb4-smt-Use-normal-int-for-refcount.patch
	patches.suse/qed-Add-new-ethtool-supported-port-types-based-on-me.patch
	patches.suse/sfc-don-t-score-irq-moderation-points-for-GRO.patch
	patches.suse/sfc-falcon-don-t-score-irq-moderation-points-for-GRO.patch
	patches.suse/net-use-listified-RX-for-handling-GRO_NORMAL-skbs.patch
	patches.suse/cls_api-modify-the-tc_indr_block_ing_cmd-parameters.patch
	patches.suse/cls_api-remove-the-tcf_block-cache.patch
	patches.suse/cls_api-add-flow_indr_block_call-function.patch
	patches.suse/flow_offload-move-tc-indirect-block-to-flow-offload.patch
	patches.suse/flow_offload-support-get-multi-subsystem-block.patch
	patches.suse/mlxsw-spectrum-Extend-to-support-Spectrum-3-ASIC.patch
	patches.suse/fq_codel-remove-set-but-not-used-variables-prev_ecn_.patch
	patches.suse/devlink-remove-pointless-data_len-arg-from-region-sn.patch
	patches.suse/taprio-remove-unused-variable-entry_list_policy.patch
	patches.suse/net-hns3-fix-GFP-flag-error-in-hclge_mac_update_stat.patch
	patches.suse/net-hns3-fix-interrupt-clearing-error-for-VF.patch
	patches.suse/net-hns3-clean-up-for-vlan-handling-in-hns3_fill_des.patch
	patches.suse/net-hns3-add-input-length-check-for-debugfs-write-fu.patch
	patches.suse/net-hns3-modify-how-pause-options-is-displayed.patch
	patches.suse/net-hns3-add-DFX-registers-information-for-ethtool-d.patch
	patches.suse/net-hns3-add-some-statitics-info-to-tx-process.patch
	patches.suse/net-hns3-add-check-for-max-TX-BD-num-for-tso-and-non.patch
	patches.suse/net-hns3-add-function-display-NCL_CONFIG-info.patch
	patches.suse/net-hns3-refine-MAC-pause-statistics-querying-functi.patch
	patches.suse/net-hns3-add-handshake-with-VF-for-PF-reset.patch
	patches.suse/net-hns3-refine-some-macro-definitions.patch
	patches.suse/net-mlx5e-Extend-hairpin-entry-with-reference-counte.patch
	patches.suse/net-mlx5e-Protect-hairpin-entry-flows-list-with-spin.patch
	patches.suse/net-mlx5e-Protect-hairpin-hash-table-with-mutex.patch
	patches.suse/net-mlx5e-Allow-concurrent-creation-of-hairpin-entri.patch
	patches.suse/net-mlx5e-Extend-mod-header-entry-with-reference-cou.patch
	patches.suse/net-mlx5e-Protect-mod-header-entry-flows-list-with-s.patch
	patches.suse/net-mlx5e-Protect-mod_hdr-hash-table-with-mutex.patch
	patches.suse/net-mlx5e-Allow-concurrent-creation-of-mod_hdr-entri.patch
	patches.suse/net-mlx5e-Extend-encap-entry-with-reference-counter.patch
	patches.suse/net-mlx5e-Protect-encap-hash-table-with-mutex.patch
	patches.suse/net-mlx5e-Allow-concurrent-creation-of-encap-entries.patch
	patches.suse/net-mlx5-E-switch-Removed-unused-hwid.patch
	patches.suse/net-mlx5e-Simplify-querying-port-representor-parent-.patch
	patches.suse/net-mlx5e-Use-vhca_id-in-generating-representor-port.patch
	patches.suse/net-mlx5e-Use-refcount_t-for-refcount.patch
	patches.suse/mlx5-no-need-to-check-return-value-of-debugfs_create.patch
	patches.suse/bnxt-no-need-to-check-return-value-of-debugfs_create.patch
	patches.suse/cxgb4-no-need-to-check-return-value-of-debugfs_creat.patch
	patches.suse/hns3-no-need-to-check-return-value-of-debugfs_create.patch
	patches.suse/nfp-no-need-to-check-return-value-of-debugfs_create-.patch
	patches.suse/mvpp2-no-need-to-check-return-value-of-debugfs_creat.patch
	patches.suse/fm10k-no-need-to-check-return-value-of-debugfs_creat.patch
	patches.suse/i40e-no-need-to-check-return-value-of-debugfs_create.patch
	patches.suse/ixgbe-no-need-to-check-return-value-of-debugfs_creat.patch
	patches.suse/drop_monitor-Split-tracing-enable-disable-to-differe.patch
	patches.suse/drop_monitor-Initialize-timer-and-work-item-upon-tra.patch
	patches.suse/drop_monitor-Reset-per-CPU-data-before-starting-to-t.patch
	patches.suse/drop_monitor-Require-CAP_NET_ADMIN-for-drop-monitor-.patch
	patches.suse/drop_monitor-Add-alert-mode-operations.patch
	patches.suse/drop_monitor-Add-packet-alert-mode.patch
	patches.suse/drop_monitor-Allow-truncation-of-dropped-packets.patch
	patches.suse/drop_monitor-Add-a-command-to-query-current-configur.patch
	patches.suse/drop_monitor-Make-drop-queue-length-configurable.patch
	patches.suse/drop_monitor-Expose-tail-drop-counter.patch
	patches.suse/netdevsim-register-couple-of-devlink-params.patch
	patches.suse/net-dsa-mv88e6xxx-fix-SMI-bit-checking.patch
	patches.suse/devlink-send-notifications-for-deleted-snapshots-on-.patch
	patches.suse/net-hns3-Make-hclge_func_reset_sync_vf-static.patch
	patches.suse/libbpf-provide-more-helpful-message-on-uninitialized.patch
	patches.suse/selftests-bpf-convert-test_get_stack_raw_tp-to-perf_.patch
	patches.suse/selftests-bpf-switch-test_tcpnotify-to-perf_buffer-A.patch
	patches.suse/samples-bpf-convert-xdp_sample_pkts_user-to-perf_buf.patch
	patches.suse/samples-bpf-switch-trace_output-sample-to-perf_buffe.patch
	patches.suse/selftests-bpf-remove-perf-buffer-helpers.patch
	patches.suse/bpf-Allow-bpf_skb_event_output-for-a-few-prog-types.patch
	patches.suse/selftests-bpf-Add-selftests-for-bpf_perf_event_outpu.patch
	patches.suse/bpf-flow_dissector-pass-input-flags-to-BPF-flow-diss.patch
	patches.suse/bpf-flow_dissector-support-flags-in-BPF_PROG_TEST_RU.patch
	patches.suse/tools-bpf-sync-bpf_flow_keys-flags.patch
	patches.suse/selftests-bpf-support-BPF_FLOW_DISSECTOR_F_PARSE_1ST.patch
	patches.suse/bpf-flow_dissector-support-ipv6-flow_label-and-BPF_F.patch
	patches.suse/selftests-bpf-support-BPF_FLOW_DISSECTOR_F_STOP_AT_E.patch
	patches.suse/selftests-bpf-prevent-headers-to-be-compiled-as-C-co.patch
	patches.suse/selftests-bpf-revamp-test_progs-to-allow-more-contro.patch
	patches.suse/selftests-bpf-add-test-selectors-by-number-and-name-.patch
	patches.suse/libbpf-return-previous-print-callback-from-libbpf_se.patch
	patches.suse/selftest-bpf-centralize-libbpf-logging-management-fo.patch
	patches.suse/selftests-bpf-abstract-away-test-log-output.patch
	patches.suse/selftests-bpf-add-sub-tests-support-for-test_progs.patch
	patches.suse/selftests-bpf-convert-bpf_verif_scale.c-to-sub-tests.patch
	patches.suse/selftests-bpf-convert-send_signal.c-to-use-subtests.patch
	patches.suse/include-bpf.h-Remove-map_insert_ctx-stubs.patch
	patches.suse/xdp-Refactor-devmap-allocation-code-for-reuse.patch
	patches.suse/xdp-Add-devmap_hash-map-type-for-looking-up-devices-.patch
	patches.suse/tools-include-uapi-Add-devmap_hash-BPF-map-type.patch
	patches.suse/tools-libbpf_probes-Add-new-devmap_hash-type.patch
	patches.suse/tools-Add-definitions-for-devmap_hash-map-type.patch
	patches.suse/tcp-tcp_syn_flood_action-read-port-from-socket.patch
	patches.suse/tcp-add-skb-less-helpers-to-retrieve-SYN-cookie.patch
	patches.suse/bpf-add-bpf_tcp_gen_syncookie-helper.patch
	patches.suse/bpf-sync-bpf.h-to-tools.patch
	patches.suse/selftests-bpf-bpf_tcp_gen_syncookie-bpf_helpers.patch
	patches.suse/selftests-bpf-fix-clearing-buffered-output-between-t.patch
	patches.suse/bpf-always-allocate-at-least-16-bytes-for-setsockopt.patch
	patches.suse/selftests-bpf-test_progs-switch-to-open_memstream.patch
	patches.suse/selftests-bpf-test_progs-test__printf-printf.patch
	patches.suse/selftests-bpf-test_progs-drop-extra-trailing-tab.patch
	patches.suse/libbpf-add-helpers-for-working-with-BTF-types.patch
	patches.suse/libbpf-convert-libbpf-code-to-use-new-btf-helpers.patch
	patches.suse/libbpf-add-.BTF.ext-offset-relocation-section-loadin.patch
	patches.suse/libbpf-implement-BPF-CO-RE-offset-relocation-algorit.patch
	patches.suse/selftests-bpf-add-BPF_CORE_READ-relocatable-read-mac.patch
	patches.suse/selftests-bpf-add-CO-RE-relocs-testing-setup.patch
	patches.suse/selftests-bpf-add-CO-RE-relocs-struct-flavors-tests.patch
	patches.suse/selftests-bpf-add-CO-RE-relocs-nesting-tests.patch
	patches.suse/selftests-bpf-add-CO-RE-relocs-array-tests.patch
	patches.suse/selftests-bpf-add-CO-RE-relocs-enum-ptr-func_proto-t.patch
	patches.suse/selftests-bpf-add-CO-RE-relocs-modifiers-typedef-tes.patch
	patches.suse/selftests-bpf-add-CO-RE-relocs-ptr-as-array-tests.patch
	patches.suse/selftests-bpf-add-CO-RE-relocs-ints-tests.patch
	patches.suse/selftests-bpf-add-CO-RE-relocs-misc-tests.patch
	patches.suse/tools-bpf-fix-core_reloc.c-compilation-error.patch
	patches.suse/xdp-xdp_umem-fix-umem-pages-mapping-for-32bits-syste.patch
	patches.suse/samples-bpf-xdp_fwd-rename-devmap-name-to-be-xdp_tx_.patch
	patches.suse/samples-bpf-make-xdp_fwd-more-practically-usable-via.patch
	patches.suse/tools-bpftool-fix-reading-from-proc-config.gz.patch
	patches.suse/btf-expose-BTF-info-through-sysfs.patch
	patches.suse/tools-bpftool-add-feature-check-for-zlib.patch
	patches.suse/selftests-bpf-fix-race-in-flow-dissector-tests.patch
	patches.suse/btf-rename-sys-kernel-btf-kernel-into-sys-kernel-btf.patch
	patches.suse/libbpf-attempt-to-load-kernel-BTF-from-sysfs-first.patch
	patches.suse/net-devlink-remove-redundant-rtnl-lock-assert.patch
	patches.suse/0001-ipvs-Improve-robustness-to-the-ipvs-sysctl.patch
	patches.suse/netfilter-add-missing-IS_ENABLED-CONFIG_NF_TABLES-ch.patch
	patches.suse/netfilter-connlabels-prefer-static-lock-initialiser.patch
	patches.suse/net-mvpp2-Replace-tasklet-with-softirq-hrtimer.patch
	patches.suse/page_pool-remove-unnecessary-variable-init.patch
	patches.suse/netdevsim-implement-support-for-devlink-region-and-s.patch
	patches.suse/page_pool-fix-logic-in-__page_pool_get_cached.patch
	patches.suse/can-xilinx_can-xcan_chip_start-fix-failure-with-inva.patch
	patches.suse/can-xilinx_can-xcan_probe-skip-error-message-on-defe.patch
	patches.suse/qed-Add-API-for-configuring-NVM-attributes.patch
	patches.suse/qed-Add-driver-API-for-flashing-the-config-attribute.patch
	patches.suse/net-mscc-describe-the-PTP-register-range.patch
	patches.suse/net-mscc-improve-the-frame-header-parsing-readabilit.patch
	patches.suse/net-mscc-remove-the-frame_info-cpuq-member.patch
	patches.suse/net-mscc-PTP-Hardware-Clock-PHC-support.patch
	patches.suse/net-bridge-mdb-move-vlan-comments.patch
	patches.suse/net-bridge-mdb-factor-out-mdb-filling.patch
	patches.suse/net-bridge-mdb-dump-host-joined-entries-as-well.patch
	patches.suse/net-bridge-mdb-allow-add-delete-for-host-joined-grou.patch
	patches.suse/drop_monitor-Move-per-CPU-data-init-fini-to-separate.patch
	patches.suse/drop_monitor-Initialize-hardware-per-CPU-data.patch
	patches.suse/drop_monitor-Add-basic-infrastructure-for-hardware-d.patch
	patches.suse/drop_monitor-Consider-all-monitoring-states-before-p.patch
	patches.suse/drop_monitor-Add-support-for-packet-alert-mode-for-h.patch
	patches.suse/drop_monitor-Add-support-for-summary-alert-mode-for-.patch
	patches.suse/drop_monitor-Allow-user-to-start-monitoring-hardware.patch
	patches.suse/devlink-Add-packet-trap-infrastructure.patch
	patches.suse/devlink-Add-generic-packet-traps-and-groups.patch
	patches.suse/Documentation-Add-devlink-trap-documentation.patch
	patches.suse/netdevsim-Add-devlink-trap-support.patch
	patches.suse/Documentation-Add-description-of-netdevsim-traps.patch
	patches.suse/net-hns3-add-or-modify-comments.patch
	patches.suse/net-hns3-modify-redundant-initialization-of-variable.patch
	patches.suse/net-hns3-fix-error-and-incorrect-format.patch
	patches.suse/net-hns3-change-print-level-of-RAS-error-log-from-wa.patch
	patches.suse/net-hns3-prevent-unnecessary-MAC-TNL-interrupt.patch
	patches.suse/net-hns3-add-phy_attached_info-to-the-hns3-driver.patch
	patches.suse/be2net-eliminate-enable-field-from-be_aic_obj.patch
	patches.suse/net-hns-add-phy_attached_info-to-the-hns-driver.patch
	patches.suse/net-flow_offload-convert-block_ing_cb_list-to-regula.patch
	patches.suse/rtw88-Fix-misuse-of-GENMASK-macro.patch
	patches.suse/libertas-Add-missing-sentinel-at-end-of-if_usb.c-fw_.patch
	patches.suse/rtw88-pci-Rearrange-the-memory-usage-for-skb-in-RX-I.patch
	patches.suse/rtw88-pci-Use-DMA-sync-instead-of-remapping-in-RX-IS.patch
	patches.suse/rtw88-debug-dump-tx-power-indexes-in-use.patch
	patches.suse/libertas_tf-Use-correct-channel-range-in-lbtf_geo_in.patch
	patches.suse/Revert-mwifiex-fix-system-hang-problem-after-resume.patch
	patches.suse/netdevsim-Fix-build-error-without-CONFIG_INET.patch
	patches.suse/s390-qeth-use-node_descriptor-struct
	patches.suse/s390-qeth-propagate-length-of-processed-cmd-io-data-to-callback
	patches.suse/s390-qeth-use-correct-length-field-in-snmp-cmd-callback
	patches.suse/s390-qeth-keep-cmd-alive-after-io-completion
	patches.suse/s390-qeth-merge-qeth_reply-struct-into-qeth_cmd_buffer
	patches.suse/s390-qeth-get-vnicc-sub-cmd-type-from-reply-data
	patches.suse/s390-qeth-streamline-control-code-for-promisc-mode
	patches.suse/s390-ctcm-don-t-use-intparm-for-channel-io
	patches.suse/s390-lcs-don-t-use-intparm-for-channel-io
	patches.suse/can-mcp251x-mcp251x_hw_reset-allow-more-time-after-a.patch
	patches.suse/ice-Use-the-software-based-tail-when-checking-for-hu.patch
	patches.suse/ice-Assume-that-more-than-one-Rx-queue-is-rare-in-ic.patch
	patches.suse/ice-Restructure-VFs-initialization-flows.patch
	patches.suse/ice-fix-set-pause-param-autoneg-check.patch
	patches.suse/ice-Set-WB_ON_ITR-when-we-don-t-re-enable-interrupts.patch
	patches.suse/ice-Fix-kernel-hang-with-DCB-reset-in-CEE-mode.patch
	patches.suse/ice-allow-empty-Rx-descriptors.patch
	patches.suse/ice-Do-not-always-bring-up-PF-VSI-in-ice_ena_vsi.patch
	patches.suse/ice-update-GLINT_DYN_CTL-and-GLINT_VECT2FUNC-registe.patch
	patches.suse/ice-Reduce-wait-times-during-VF-bringup-reset.patch
	patches.suse/ice-Increase-size-of-Mailbox-receive-queue-for-many-.patch
	patches.suse/ice-Move-VF-resources-definition-to-SR-IOV-specific-.patch
	patches.suse/ice-Change-type-for-queue-counts.patch
	patches.suse/ice-improve-print-for-VF-s-when-adding-deleting-MAC-.patch
	patches.suse/net-mlx5e-Rename-reporter-header-file.patch
	patches.suse/net-mlx5e-Change-naming-convention-for-reporter-s-fu.patch
	patches.suse/net-mlx5e-Generalize-tx-reporter-s-functionality.patch
	patches.suse/net-mlx5e-Extend-tx-diagnose-function.patch
	patches.suse/net-mlx5e-Extend-tx-reporter-diagnostics-output.patch
	patches.suse/net-mlx5e-Add-cq-info-to-tx-reporter-diagnose.patch
	patches.suse/net-mlx5e-Add-helper-functions-for-reporter-s-basics.patch
	patches.suse/net-mlx5e-Add-support-to-rx-reporter-diagnose.patch
	patches.suse/net-mlx5e-Split-open-close-ICOSQ-into-stages.patch
	patches.suse/net-mlx5e-Report-and-recover-from-CQE-error-on-ICOSQ.patch
	patches.suse/net-mlx5e-Report-and-recover-from-rx-timeout.patch
	patches.suse/net-mlx5e-RX-Handle-CQE-with-error-at-the-earliest-s.patch
	patches.suse/net-mlx5e-Report-and-recover-from-CQE-with-error-on-.patch
	patches.suse/net-mlx5e-Fix-deallocation-of-non-fully-init-encap-e.patch
	patches.suse/net-mlx5-Fix-the-order-of-fc_stats-cleanup.patch
	patches.suse/mlxsw-core-Add-API-to-set-trap-action.patch
	patches.suse/mlxsw-reg-Add-new-trap-actions.patch
	patches.suse/mlxsw-Add-layer-2-discard-trap-IDs.patch
	patches.suse/mlxsw-Add-trap-group-for-layer-2-discards.patch
	patches.suse/mlxsw-spectrum-Add-devlink-trap-support.patch
	patches.suse/selftests-mlxsw-Add-test-cases-for-devlink-trap-L2-d.patch
	patches.suse/selftests-mlxsw-Add-a-test-case-for-devlink-trap.patch
	patches.suse/mac80211-minstrel_ht-fix-per-group-max-throughput-ra.patch
	patches.suse/net-bcmgenet-use-devm_platform_ioremap_resource-to-s.patch
	patches.suse/net-mlx5e-Extract-code-that-queues-neigh-update-work.patch
	patches.suse/net-mlx5e-Always-take-reference-to-neigh-entry.patch
	patches.suse/net-mlx5e-Extend-neigh-hash-entry-with-rcu.patch
	patches.suse/net-mlx5e-Refactor-mlx5e_neigh_update_table-encap_lo.patch
	patches.suse/net-mlx5e-Protect-neigh-hash-encap-list-with-spinloc.patch
	patches.suse/net-mlx5e-Refactor-neigh-used-value-update-for-concu.patch
	patches.suse/net-mlx5e-Refactor-neigh-update-for-concurrent-execu.patch
	patches.suse/net-mlx5e-Only-access-fully-initialized-flows-in-nei.patch
	patches.suse/net-mlx5e-Add-tc-flower-tracepoints.patch
	patches.suse/net-mlx5e-Add-trace-point-for-neigh-used-value-updat.patch
	patches.suse/net-mlx5e-Add-trace-point-for-neigh-update.patch
	patches.suse/msft-hv-1922-PCI-hv-Add-a-paravirtual-backchannel-in-software.patch
	patches.suse/msft-hv-1923-PCI-hv-Add-a-Hyper-V-PCI-interface-driver-for-softwa.patch
	patches.suse/net-mlx5-Add-wrappers-for-HyperV-PCIe-operations.patch
	patches.suse/net-mlx5-Add-HV-VHCA-infrastructure.patch
	patches.suse/net-mlx5-Add-HV-VHCA-control-agent.patch
	patches.suse/net-mlx5e-Add-mlx5e-HV-VHCA-stats-agent.patch
	patches.suse/i40e-reduce-stack-usage-in-i40e_set_fc.patch
	patches.suse/i40e-Check-if-transceiver-implements-DDM-before-acce.patch
	patches.suse/i40e-add-check-on-i40e_configure_tx_ring-return-valu.patch
	patches.suse/i40e-fix-shifts-of-signed-values.patch
	patches.suse/i40e-Add-drop-mode-parameter-to-set-mac-config.patch
	patches.suse/i40e-check_recovery_mode-had-wrong-if-statement.patch
	patches.suse/i40e-Update-FW-API-version-to-1.9.patch
	patches.suse/i40e-reset-veb.tc_stats-when-resetting-veb.stats.patch
	patches.suse/i40e-Fix-crash-caused-by-stress-setting-of-VF-MAC-ad.patch
	patches.suse/i40e-Remove-function-i40e_update_dcb_config.patch
	patches.suse/i40e-allow-reset-in-recovery-mode.patch
	patches.suse/i40e-Persistent-LLDP-support.patch
	patches.suse/i40e-fix-retrying-in-i40e_aq_get_phy_capabilities.patch
	patches.suse/ethernet-Delete-unnecessary-checks-before-the-macro-.patch
	patches.suse/net-ipv6-fix-listify-ip6_rcv_finish-in-case-of-forwa.patch
	patches.suse/net-mlx5-Fix-return-code-in-case-of-hyperv-wrong-siz.patch
	patches.suse/drop_monitor-Make-timestamps-y2038-safe.patch
	patches.suse/r8169-fix-DMA-issue-on-MIPS-platform.patch
	patches.suse/net-use-unlikely-for-dql_avail-case.patch
	patches.suse/net-hns3-Fix-Wunused-const-variable-warning.patch
	patches.suse/net-core-skmsg-Delete-an-unnecessary-check-before-th.patch
	patches.suse/bnxt_en-Fix-allocation-of-zero-statistics-block-size.patch
	patches.suse/s390-qdio-enable-drivers-to-poll-for-output-completions
	patches.suse/s390-qdio-let-drivers-opt-out-from-output-queue-scanning
	patches.suse/s390-qeth-collect-accurate-tx-statistics
	patches.suse/s390-qeth-add-tx-napi-support-for-iqd-devices
	patches.suse/s390-qeth-when-in-tx-napi-mode-use-napi_consume_skb
	patches.suse/s390-qeth-add-bql-support-for-iqd-devices
	patches.suse/s390-qeth-add-xmit_more-support-for-iqd-devices
	patches.suse/ice-Allow-egress-control-packets-from-PF_VSI.patch
	patches.suse/ice-Account-for-all-states-of-FW-DCBx-and-LLDP.patch
	patches.suse/ice-Don-t-call-synchronize_irq-for-VF-s-from-the-hos.patch
	patches.suse/ice-Treat-DCBx-state-NOT_STARTED-as-valid.patch
	patches.suse/ice-Copy-dcbx-configuration-only-if-mode-is-correct.patch
	patches.suse/ice-reject-VF-attempts-to-enable-head-writeback.patch
	patches.suse/ice-Rename-ethtool-private-flag-for-lldp.patch
	patches.suse/ice-silence-some-bogus-error-messages.patch
	patches.suse/ice-Fix-flag-used-for-module-query.patch
	patches.suse/ice-Don-t-clear-auto_fec-bit-in-ice_cfg_phy_fec.patch
	patches.suse/ice-Add-input-handlers-for-virtual-channel-handlers.patch
	patches.suse/ice-update-ethtool-stats-on-demand.patch
	patches.suse/ice-Fix-issues-updating-VSI-MAC-filters.patch
	patches.suse/ice-Don-t-allow-VSI-to-remove-unassociated-ucast-fil.patch
	patches.suse/net-sched-protect-block-offload-related-fields-with-.patch
	patches.suse/net-sched-change-tcf-block-offload-counter-type-to-a.patch
	patches.suse/net-sched-refactor-block-offloads-counter-usage.patch
	patches.suse/net-sched-notify-classifier-on-successful-offload-ad.patch
	patches.suse/net-sched-add-API-for-registering-unlocked-offload-b.patch
	patches.suse/net-sched-conditionally-obtain-rtnl-lock-in-cls-hw-o.patch
	patches.suse/net-sched-take-rtnl-lock-in-tc_setup_flow_action.patch
	patches.suse/net-sched-take-reference-to-action-dev-before-callin.patch
	patches.suse/net-sched-copy-tunnel-info-when-setting-flow_action-.patch
	patches.suse/net-sched-flower-don-t-take-rtnl-lock-for-cls-hw-off.patch
	patches.suse/nfp-add-AMDA0058-boards-to-firmware-list.patch
	patches.suse/ice-Fix-ethtool-port-and-PFC-stats-for-4x25G-cards.patch
	patches.suse/ice-added-sibling-head-to-parse-nodes.patch
	patches.suse/ice-Sanitize-ice_ena_vsi-and-ice_dis_vsi.patch
	patches.suse/ice-shorten-local-and-add-debug-prints.patch
	patches.suse/ice-Introduce-a-local-variable-for-a-VSI-in-the-rebu.patch
	patches.suse/ice-Don-t-clog-kernel-debug-log-with-VF-MDD-events-e.patch
	patches.suse/ice-add-validation-in-OP_CONFIG_VSI_QUEUES-VF-messag.patch
	patches.suse/ice-fix-ice_is_tc_ena.patch
	patches.suse/ice-fix-potential-infinite-loop.patch
	patches.suse/ice-add-support-for-enabling-disabling-single-queues.patch
	patches.suse/ice-add-support-for-virtchnl_queue_select.-tx-rx-_qu.patch
	patches.suse/ice-Alloc-queue-management-bitmaps-and-arrays-dynami.patch
	patches.suse/ice-Fix-VF-configuration-issues-due-to-reset.patch
	patches.suse/ice-Rework-ice_ena_msix_range.patch
	patches.suse/ice-fix-adminq-calls-during-remove.patch
	patches.suse/mlxsw-Remove-56G-speed-support.patch
	patches.suse/mlxsw-spectrum-Prevent-auto-negotiation-on-number-of.patch
	patches.suse/mlxsw-Bump-firmware-version-to-13.2000.1886.patch
	patches.suse/mlxsw-spectrum_ptp-Add-counters-for-GC-events.patch
	patches.suse/net-hns3-code-optimization-for-debugfs-related-to-du.patch
	patches.suse/net-hns3-use-macro-instead-of-magic-number.patch
	patches.suse/net-hns3-modify-base-parameter-of-kstrtouint-in-hclg.patch
	patches.suse/net-hns3-reduce-the-parameters-of-some-functions.patch
	patches.suse/net-hns3-optimize-some-log-printings.patch
	patches.suse/net-hns3-make-some-reusable-codes-into-a-function.patch
	patches.suse/net-hns3-fix-incorrect-type-in-assignment.patch
	patches.suse/net-hns3-optimize-waiting-time-for-TQP-reset.patch
	patches.suse/net-hns3-implement-.process_hw_error-for-hns3-client.patch
	patches.suse/net-hns3-add-phy-selftest-function.patch
	patches.suse/net-hns3-check-reset-interrupt-status-when-reset-fai.patch
	patches.suse/net-hns3-not-allow-SSU-loopback-while-execute-ethtoo.patch
	patches.suse/net-mlx5-Fix-mlx5_ifc_query_lag_out_bits.patch
	patches.suse/IB-mlx5-Support-MLX5_CMD_OP_QUERY_LAG-as-a-DEVX-gene.patch
	patches.suse/net-mlx5-remove-self-assignment-on-esw-dev.patch
	patches.suse/mlx5-Use-refcount_t-for-refcount.patch
	patches.suse/net-mlx5-Use-debug-message-instead-of-warn.patch
	patches.suse/net-mlx5-Add-XRQ-legacy-commands-opcodes.patch
	patches.suse/net-mlx5-Add-missing-include-file-to-lib-crypto.c.patch
	patches.suse/net-mlx5-Improve-functions-documentation.patch
	patches.suse/net-mlx5-Add-support-for-VNIC_ENV-internal-rq-counte.patch
	patches.suse/net-mlx5-Expose-IP-in-IP-capability-bit.patch
	patches.suse/net-mlx5-Add-lag_tx_port_affinity-capability-bit.patch
	patches.suse/net-mlx5-Add-per-namespace-flow-table-default-miss-a.patch
	patches.suse/net-mlx5-Create-bypass-and-loopback-flow-steering-na.patch
	patches.suse/net-mlx5-fix-a-Wstringop-truncation-warning.patch
	patches.suse/net-mlx5-Set-ODP-capabilities-for-DC-transport-to-ma.patch
	patches.suse/net-mlx5e-ethtool-Fix-a-typo-in-WOL-function-names.patch
	patches.suse/net-mlx5e-Expose-new-function-for-TIS-destroy-loop.patch
	patches.suse/net-mlx5e-Support-LAG-TX-port-affinity-distribution.patch
	patches.suse/net-mlx5e-Add-device-out-of-buffer-counter.patch
	patches.suse/net-mlx5e-Change-function-s-position-to-a-more-fitti.patch
	patches.suse/net-mlx5e-Support-RSS-for-IP-in-IP-and-IPv6-tunneled.patch
	patches.suse/net-mlx5e-Improve-stateless-offload-capability-check.patch
	patches.suse/net-mlx5e-Support-TSO-and-TX-checksum-offloads-for-I.patch
	patches.suse/r8169-move-disabling-interrupt-coalescing-to-RTL8169.patch
	patches.suse/r8169-read-common-register-for-PCI-commit.patch
	patches.suse/bnxt_en-Use-a-common-function-to-print-the-same-etht.patch
	patches.suse/bnxt_en-Remove-the-1-error-return-code-from-bnxt_hwr.patch
	patches.suse/bnxt_en-Convert-error-code-in-firmware-message-respo.patch
	patches.suse/bnxt_en-Simplify-error-checking-in-the-SR-IOV-messag.patch
	patches.suse/bnxt_en-Suppress-all-error-messages-in-hwrm_do_send_.patch
	patches.suse/bnxt_en-Prepare-bnxt_init_one-to-be-called-multiple-.patch
	patches.suse/bnxt_en-Refactor-bnxt_sriov_enable.patch
	patches.suse/bnxt_en-Register-buffers-for-VFs-before-reserving-re.patch
	patches.suse/bnxt_en-Handle-firmware-reset-status-during-IF_UP.patch
	patches.suse/bnxt_en-Discover-firmware-error-recovery-capabilitie.patch
	patches.suse/bnxt_en-Pre-map-the-firmware-health-monitoring-regis.patch
	patches.suse/bnxt_en-Enable-health-monitoring.patch
	patches.suse/bnxt_en-Add-BNXT_STATE_IN_FW_RESET-state.patch
	patches.suse/bnxt_en-Add-new-FW-devlink_health_reporter.patch
	patches.suse/bnxt_en-Handle-RESET_NOTIFY-async-event-from-firmwar.patch
	patches.suse/bnxt_en-Handle-firmware-reset.patch
	patches.suse/bnxt_en-Add-devlink-health-reset-reporter.patch
	patches.suse/bnxt_en-Retain-user-settings-on-a-VF-after-RESET_NOT.patch
	patches.suse/bnxt_en-Do-not-send-firmware-messages-if-firmware-is.patch
	patches.suse/bnxt_en-Add-RESET_FW-state-logic-to-bnxt_fw_reset_ta.patch
	patches.suse/bnxt_en-Add-bnxt_fw_exception-to-handle-fatal-firmwa.patch
	patches.suse/bnxt_en-Add-FW-fatal-devlink_health_reporter.patch
	patches.suse/sched-act_vlan-implement-stats_update-callback.patch
	patches.suse/net-sched-cls_matchall-cleanup-flow_action-before-de.patch
	patches.suse/net-mlx5e-Move-local-var-definition-into-ifdef-block.patch
	patches.suse/bnxt_en-Fix-compile-error-regression-with-CONFIG_BNX.patch
	patches.suse/net-mlx5e-Remove-unlikely-from-WARN-condition.patch
	patches.suse/udp-Remove-unlikely-from-IS_ERR-condition.patch
	patches.suse/net-bridge-Populate-the-pvid-flag-in-br_vlan_get_inf.patch
	patches.suse/qed-Add-APIs-for-reading-config-id-attributes.patch
	patches.suse/qede-Add-support-for-reading-the-config-id-attribute.patch
	patches.suse/qed-Add-APIs-for-configuring-grc-dump-config-flags.patch
	patches.suse/qede-Add-support-for-dumping-the-grc-data.patch
	patches.suse/net-tls-use-RCU-protection-on-icsk-icsk_ulp_data.patch
	patches.suse/tcp-ulp-add-functions-to-dump-ulp-specific-informati.patch
	patches.suse/net-tls-export-protocol-version-cipher-tx_conf-rx_co.patch
	patches.suse/devlink-Make-port-index-data-type-as-unsigned-int.patch
	patches.suse/devlink-Use-switch-case-instead-of-if-else.patch
	patches.suse/net-hns3-remove-redundant-assignment-to-pointer-reg_.patch
	patches.suse/net-hns3-remove-set-but-not-used-variable-qos.patch
	patches.suse/mlx5-Add-missing-init_net-check-in-FIB-notifier.patch
	patches.suse/mvpp2-refactor-BM-pool-functions.patch
	patches.suse/mvpp2-percpu-buffers.patch
	patches.suse/net-mlx5-Move-device-memory-management-to-mlx5_core.patch
	patches.suse/net-mlx5-Add-HW-bits-and-definitions-required-for-SW.patch
	patches.suse/net-mlx5-Avoid-disabling-RoCE-when-uninitialized.patch
	patches.suse/net-mlx5-Add-stub-for-mlx5_eswitch_mode.patch
	patches.suse/net-mlx5-Set-only-stag-for-match-untagged-packets.patch
	patches.suse/net-mlx5-Add-flow-steering-actions-to-fs_cmd-shim-la.patch
	patches.suse/net-mlx5-DR-Add-the-internal-direct-rule-types-defin.patch
	patches.suse/net-mlx5-DR-Add-direct-rule-command-utilities.patch
	patches.suse/net-mlx5-DR-ICM-pool-memory-allocator.patch
	patches.suse/net-mlx5-DR-Expose-an-internal-API-to-issue-RDMA-ope.patch
	patches.suse/net-mlx5-DR-Add-Steering-entry-STE-utilities.patch
	patches.suse/net-mlx5-DR-Expose-steering-domain-functionality.patch
	patches.suse/net-mlx5-DR-Expose-steering-table-functionality.patch
	patches.suse/net-mlx5-DR-Expose-steering-matcher-functionality.patch
	patches.suse/net-mlx5-DR-Expose-steering-action-functionality.patch
	patches.suse/net-mlx5-DR-Expose-steering-rule-functionality.patch
	patches.suse/net-mlx5-DR-Add-required-FW-steering-functionality.patch
	patches.suse/net-mlx5-DR-Expose-APIs-for-direct-rule-managing.patch
	patches.suse/net-mlx5-DR-Add-CONFIG_MLX5_SW_STEERING-for-software.patch
	patches.suse/net-mlx5-Add-direct-rule-fs_cmd-implementation.patch
	patches.suse/net-mlx5-Add-API-to-set-the-namespace-steering-mode.patch
	patches.suse/net-mlx5-Add-support-to-use-SMFS-in-switchdev-mode.patch
	patches.suse/net-mlx5-Add-devlink-flow_steering_mode-parameter.patch
	patches.suse/ice-Fix-EMP-reset-handling.patch
	patches.suse/ice-Fix-resource-leak-in-ice_remove_rule_internal.patch
	patches.suse/ice-Report-what-the-user-set-for-coalesce-tx-rx-usec.patch
	patches.suse/ice-Deduce-TSA-value-from-the-priority-value-in-the-.patch
	patches.suse/ice-add-needed-PFR-during-driver-unload.patch
	patches.suse/ice-update-driver-unloading-field-for-Queue-Shutdown.patch
	patches.suse/ice-add-print-of-autoneg-state-to-link-message.patch
	patches.suse/ice-print-extra-message-if-topology-issue.patch
	patches.suse/ice-Cleanup-defines-in-ice_type.h.patch
	patches.suse/ice-Limit-Max-TCs-on-devices-with-more-than-4-ports.patch
	patches.suse/ice-Correctly-handle-return-values-for-init-DCB.patch
	patches.suse/ice-Always-notify-FW-of-VF-reset.patch
	patches.suse/ice-Report-stats-when-VSI-is-down.patch
	patches.suse/ice-Remove-enable-DCB-when-SW-LLDP-is-activated.patch
	patches.suse/ice-Only-disable-VLAN-pruning-for-the-VF-when-all-VL.patch
	patches.suse/devlink-Add-new-info-version-tags-for-ASIC-and-FW.patch
	patches.suse/ionic-Add-basic-framework-for-IONIC-Network-device-d.patch
	patches.suse/ionic-Add-hardware-init-and-device-commands.patch
	patches.suse/ionic-Add-port-management-commands.patch
	patches.suse/ionic-Add-basic-lif-support.patch
	patches.suse/ionic-Add-interrupts-and-doorbells.patch
	patches.suse/ionic-Add-basic-adminq-support.patch
	patches.suse/ionic-Add-adminq-action.patch
	patches.suse/ionic-Add-notifyq-support.patch
	patches.suse/ionic-Add-the-basic-NDO-callbacks-for-netdev-support.patch
	patches.suse/ionic-Add-management-of-rx-filters.patch
	patches.suse/ionic-Add-Rx-filter-and-rx_mode-ndo-support.patch
	patches.suse/ionic-Add-async-link-status-check-and-basic-stats.patch
	patches.suse/ionic-Add-initial-ethtool-support.patch
	patches.suse/ionic-Add-Tx-and-Rx-handling.patch
	patches.suse/ionic-Add-netdev-event-handling.patch
	patches.suse/ionic-Add-driver-stats.patch
	patches.suse/ionic-Add-RSS-support.patch
	patches.suse/ionic-Add-coalesce-and-other-features.patch
	patches.suse/net-sched-cbs-remove-redundant-assignment-to-variabl.patch
	patches.suse/net-tls-use-the-full-sk_proto-pointer.patch
	patches.suse/net-tls-don-t-jump-to-return.patch
	patches.suse/net-tls-narrow-down-the-critical-area-of-device_offl.patch
	patches.suse/net-tls-clean-up-the-number-of-ifdefs-for-CONFIG_TLS.patch
	patches.suse/net-tls-dedup-the-record-cleanup.patch
	patches.suse/ixgbe-Use-kzfree-rather-than-its-implementation.patch
	patches.suse/sunrpc-Use-kzfree-rather-than-its-implementation.patch
	patches.suse/rocker-add-missing-init_net-check-in-FIB-notifier.patch
	patches.suse/net-qed-Move-static-keyword-to-the-front-of-declarat.patch
	patches.suse/net-hns-Move-static-keyword-to-the-front-of-declarat.patch
	patches.suse/nfp-Drop-unnecessary-continue-in-nfp_net_pf_alloc_vn.patch
	patches.suse/net_sched-act_police-add-2-new-attributes-to-support.patch
	patches.suse/net-hns3-fix-error-VF-index-when-setting-VLAN-offloa.patch
	patches.suse/net-hns3-fix-double-free-bug-when-setting-ringparam.patch
	patches.suse/net-hns3-fix-mis-assignment-to-hdev-reset_level-in-h.patch
	patches.suse/net-hns3-add-client-node-validity-judgment.patch
	patches.suse/net-hns3-remove-explicit-conversion-to-bool.patch
	patches.suse/net-hns3-disable-loopback-setting-in-hclge_mac_init.patch
	patches.suse/net-hns3-make-hclge_dbg_get_m7_stats_info-static.patch
	patches.suse/tools-bpftool-compile-with-EXTRA_WARNINGS.patch
	patches.suse/libbpf-make-libbpf.map-source-of-truth-for-libbpf-ve.patch
	patches.suse/tools-bpftool-fix-arguments-for-p_err-in-do_event_pi.patch
	patches.suse/tools-bpftool-fix-format-strings-and-arguments-for-j.patch
	patches.suse/tools-bpftool-fix-argument-for-p_err-in-BTF-do_dump.patch
	patches.suse/tools-bpftool-fix-format-string-for-p_err-in-query_f.patch
	patches.suse/tools-bpftool-fix-format-string-for-p_err-in-detect_.patch
	patches.suse/tools-bpftool-move-__printf-attributes-to-header-fil.patch
	patches.suse/btf-fix-return-value-check-in-btf_vmlinux_init.patch
	patches.suse/xsk-replace-ndo_xsk_async_xmit-with-ndo_xsk_wakeup.patch
	patches.suse/xsk-add-support-for-need_wakeup-flag-in-AF_XDP-rings.patch
	patches.suse/i40e-add-support-for-AF_XDP-need_wakeup-feature.patch
	patches.suse/ixgbe-add-support-for-AF_XDP-need_wakeup-feature.patch
	patches.suse/libbpf-add-support-for-need_wakeup-flag-in-AF_XDP-pa.patch
	patches.suse/samples-bpf-add-use-of-need_wakeup-flag-in-xdpsock.patch
	patches.suse/net-mlx5e-Move-the-SW-XSK-code-from-NAPI-poll-to-a-s.patch
	patches.suse/net-mlx5e-Add-AF_XDP-need_wakeup-support.patch
	patches.suse/net-Don-t-call-XDP_SETUP_PROG-when-nothing-is-change.patch
	patches.suse/libbpf-relicense-bpf_helpers.h-and-bpf_endian.h.patch
	patches.suse/selftests-bpf-fix-race-in-test_tcp_rtt-test.patch
	patches.suse/bpf-export-bpf_map_inc_not_zero.patch
	patches.suse/bpf-support-cloning-sk-storage-on-accept.patch
	patches.suse/bpf-sync-bpf.h-to-tools-9e819ffc.patch
	patches.suse/xsk-remove-AF_XDP-socket-from-map-when-the-socket-is.patch
	patches.suse/xsk-support-BPF_EXIST-and-BPF_NOEXIST-flags-in-XSKMA.patch
	patches.suse/bpf-Use-PTR_ERR_OR_ZERO-in-xsk_map_inc.patch
	patches.suse/bpf-add-BTF-ids-in-procfs-for-file-descriptors-to-BT.patch
	patches.suse/bpf-add-new-BPF_BTF_GET_NEXT_ID-syscall-command.patch
	patches.suse/tools-bpf-synchronise-BPF-UAPI-header-with-tools.patch
	patches.suse/libbpf-refactor-bpf_-_get_next_id-functions.patch
	patches.suse/libbpf-add-bpf_btf_get_next_id-to-cycle-through-BTF-.patch
	patches.suse/libbpf-use-LFS-_FILE_OFFSET_BITS-instead-of-direct-m.patch
	patches.suse/xdp-xdp_umem-replace-kmap-on-vmap-for-umem-map.patch
	patches.suse/btf-do-not-use-CONFIG_OUTPUT_FORMAT.patch
	patches.suse/bpf-fix-struct-pt_reg-typo-in-documentation.patch
	patches.suse/bpf-clarify-when-bpf_trace_printk-discards-lines.patch
	patches.suse/bpf-sync-bpf.h-to-tools-1f8919b1.patch
	patches.suse/bpf-introduce-verifier-internal-test-flag.patch
	patches.suse/tools-bpf-sync-bpf.h.patch
	patches.suse/selftests-bpf-test_progs-test__skip.patch
	patches.suse/selftests-bpf-test_progs-remove-global-fail-success-.patch
	patches.suse/selftests-bpf-test_progs-remove-asserts-from-subtest.patch
	patches.suse/selftests-bpf-test_progs-remove-unused-ret.patch
	patches.suse/tools-bpftool-ignore-make-built-in-rules-for-getting.patch
	patches.suse/tools-bpftool-improve-and-check-builds-for-different.patch
	patches.suse/tools-bpf-account-for-generated-feature-and-libbpf-d.patch
	patches.suse/tools-bpftool-do-not-link-twice-against-libbpf.a-in-.patch
	patches.suse/nfp-bpf-rework-MTU-checking.patch
	patches.suse/nfp-bpf-add-simple-map-op-cache.patch
	patches.suse/bpf-fix-error-check-in-bpf_tcp_gen_syncookie.patch
	patches.suse/i40e-simplify-Rx-buffer-recycle.patch
	patches.suse/ixgbe-simplify-Rx-buffer-recycle.patch
	patches.suse/xsk-add-support-to-allow-unaligned-chunk-placement.patch
	patches.suse/i40e-modify-driver-for-handling-offsets.patch
	patches.suse/ixgbe-modify-driver-for-handling-offsets.patch
	patches.suse/mlx5e-modify-driver-for-handling-offsets.patch
	patches.suse/net-mlx5e-Allow-XSK-frames-smaller-than-a-page.patch
	patches.suse/libbpf-add-flags-to-umem-config.patch
	patches.suse/samples-bpf-add-unaligned-chunks-mode-support-to-xdp.patch
	patches.suse/samples-bpf-add-buffer-recycling-for-unaligned-chunk.patch
	patches.suse/samples-bpf-use-hugepages-in-xdpsock-app.patch
	patches.suse/selftests-bpf-test_progs-fix-verbose-mode-garbage.patch
	patches.suse/selftests-bpf-test_progs-add-missing-n-to-CHECK_FAIL.patch
	patches.suse/selftests-bpf-introduce-bpf_cpu_to_be64-and-bpf_be64.patch
	patches.suse/selftests-bpf-fix-ctx-write-sysctl-write-read-ok-on-.patch
	patches.suse/selftests-bpf-improve-unexpected-success-reporting-i.patch
	patches.suse/selftests-bpf-fix-endianness-issues-in-test_sysctl.patch
	patches.suse/i40e-fix-xdp-handle-calculations.patch
	patches.suse/ixgbe-fix-xdp-handle-calculations.patch
	patches.suse/xsk-avoid-store-tearing-when-assigning-queues.patch
	patches.suse/xsk-avoid-store-tearing-when-assigning-umem.patch
	patches.suse/xsk-use-state-member-for-socket-synchronization.patch
	patches.suse/xsk-lock-the-control-mutex-in-sock_diag-interface.patch
	patches.suse/rtlwifi-rtl8192cu-Fix-value-set-in-descriptor.patch
	patches.suse/rtlwifi-rtl8821ae-Fix-incorrect-returned-values.patch
	patches.suse/zd1211rw-remove-false-assertion-from-zd_mac_clear.patch
	patches.suse/bcma-fix-incorrect-update-of-BCMA_CORE_PCI_MDIO_DATA.patch
	patches.suse/brcmfmac-get-chip-s-default-RAM-info-during-PCIe-set.patch
	patches.suse/mt76-round-up-length-on-mt76_wr_copy.patch
	patches.suse/mt76-mt7615-fix-sparse-warnings-warning-restricted-_.patch
	patches.suse/mt76-mt7615-always-release-sem-in-mt7615_load_patch.patch
	patches.suse/mt76-mt76u-fix-typo-in-mt76u_fill_rx_sg.patch
	patches.suse/mt76-usb-fix-endian-in-mt76u_copy.patch
	patches.suse/mt76-mt7615-fix-MT7615_WATCHDOG_TIME-definition.patch
	patches.suse/mt76-mt7603-fix-watchdog-rescheduling-in-mt7603_set_.patch
	patches.suse/mt76-stop-rx-aggregation-on-station-removal.patch
	patches.suse/rtw88-fix-seq_file-memory-leak.patch
	patches.suse/rtlwifi-Fix-file-release-memory-leak.patch
	patches.suse/0001-iwlwifi-mvm-start-to-remove-the-code-for-d0i3.patch
	patches.suse/0001-iwlwifi-remove-all-the-d0i3-references.patch
	patches.suse/0001-iwlwifi-mvm-remove-the-tx-defer-for-d0i3.patch
	patches.suse/0001-iwlwifi-mvm-remove-the-d0i3-entry-exit-flow.patch
	patches.suse/0001-iwlwifi-mvm-remove-d0i3_ap_sta_id.patch
	patches.suse/0001-iwlwifi-mvm-remove-last-leftovers-of-d0i3.patch
	patches.suse/iwlwifi-dbg_ini-remove-periphery-phy-and-aux-regions.patch
	patches.suse/ice-Update-fields-in-ice_vsi_set_num_qs-when-reconfi.patch
	patches.suse/ice-Add-ice_get_main_vsi-to-get-PF-main-VSI.patch
	patches.suse/ice-Check-root-pointer-for-validity.patch
	patches.suse/ice-clean-up-arguments.patch
	patches.suse/ice-move-code-closer-together.patch
	patches.suse/ice-small-efficiency-fixes.patch
	patches.suse/ice-change-work-limit-to-a-constant.patch
	patches.suse/ice-Reliably-reset-VFs.patch
	patches.suse/ice-report-link-down-for-VF-when-PF-s-queues-are-not.patch
	patches.suse/ice-Check-for-DCB-capability-before-initializing-DCB.patch
	patches.suse/ice-Report-VF-link-status-with-opcode-to-get-resourc.patch
	patches.suse/ice-update-Tx-context-struct.patch
	patches.suse/ice-Allow-for-delayed-LLDP-MIB-change-registration.patch
	patches.suse/ice-Minor-refactor-in-queue-management.patch
	patches.suse/ice-change-default-number-of-receive-descriptors.patch
	patches.suse/ice-Rework-around-device-function-capabilities.patch
	patches.suse/netfilter-not-mark-a-spinlock-as-__read_mostly.patch
	patches.suse/net-fib_notifier-move-fib_notifier_ops-from-struct-n.patch
	patches.suse/tcp-ulp-fix-possible-crash-in-tcp_diag_get_aux_size.patch
	patches.suse/net-mlx5e-Fix-static-checker-warning-of-potential-po.patch
	patches.suse/net-mlx5-Kconfig-Fix-MLX5_CORE-dependency-with-PCI_H.patch
	patches.suse/net-mlx5e-Use-ipv6_stub-to-avoid-dependency-with-ipv.patch
	patches.suse/net-mlx5e-Remove-leftover-declaration.patch
	patches.suse/net-mlx5-fix-spelling-mistake-offlaods-offloads.patch
	patches.suse/net-mlx5-fix-missing-assignment-of-variable-err.patch
	patches.suse/net-mlx5-Use-PTR_ERR_OR_ZERO-rather-than-its-impleme.patch
	patches.suse/net-mlx5e-kTLS-Remove-unused-function-parameter.patch
	patches.suse/net-mlx5e-Remove-unnecessary-clear_bit-s.patch
	patches.suse/net-mlx5-DR-Remove-useless-set-memory-to-zero-use-me.patch
	patches.suse/net-mlx5-DR-Fix-error-return-code-in-dr_domain_init_.patch
	patches.suse/net-mlx5-DR-Remove-redundant-dev_name-print-from-err.patch
	patches.suse/net-mlx5-Expose-HW-capability-bits-for-port-buffer-p.patch
	patches.suse/net-mlx5e-Add-port-buffer-s-congestion-counters.patch
	patches.suse/msft-hv-1945-hv_netvsc-Allow-scatter-gather-feature-to-be-tunable.patch
	patches.suse/msft-hv-1946-hv_netvsc-Sync-offloading-features-to-VF-NIC.patch
	patches.suse/ionic-Remove-unused-including-linux-version.h.patch
	patches.suse/be2net-make-two-arrays-static-const-makes-object-sma.patch
	patches.suse/net-hns3-make-array-spec_opcode-static-const-makes-o.patch
	patches.suse/Bluetooth-hci_bcm-Fix-Wunused-const-variable-warning.patch
	patches.suse/bluetooth-bcm-Add-support-for-loading-firmware-for-B.patch
	patches.suse/bluetooth-hci_bcm-Give-more-time-to-come-out-of-rese.patch
	patches.suse/Bluetooth-hidp-Fix-assumptions-on-the-return-value-o.patch
	patches.suse/net-tls-unref-frags-in-order.patch
	patches.suse/net-tls-use-RCU-for-the-adder-to-the-offload-record-.patch
	patches.suse/net-tls-remove-the-record-tail-optimization.patch
	patches.suse/net-tls-align-non-temporal-copy-to-cache-lines.patch
	patches.suse/iavf-remove-unused-debug-function-iavf_debug_d.patch
	patches.suse/ixgbevf-Link-lost-in-VM-on-ixgbevf-when-restoring-fr.patch
	patches.suse/e1000e-Make-speed-detection-on-hotplugging-cable-mor.patch
	patches.suse/igc-Remove-useless-forward-declaration.patch
	patches.suse/fm10k-use-a-local-variable-for-the-frag-pointer.patch
	patches.suse/igc-Add-NVM-checksum-validation.patch
	patches.suse/iavf-allow-permanent-MAC-address-to-change.patch
	patches.suse/igc-Remove-unneeded-PCI-bus-defines.patch
	patches.suse/i40e-fix-hw_dbg-usage-in-i40e_hmc_get_object_va.patch
	patches.suse/i40e-Implement-debug-macro-hw_dbg-using-dev_dbg.patch
	patches.suse/i40e-Remove-EMPR-traces-from-debugfs-facility.patch
	patches.suse/ixgbe-sync-the-first-fragment-unconditionally.patch
	patches.suse/igc-Add-tx_csum-offload-functionality.patch
	patches.suse/i40e-Add-support-for-X710-device.patch
	patches.suse/net-mlx4_en-ethtool-make-array-modes-static-const-ma.patch
	patches.suse/devlink-extend-fw_load_policy-values.patch
	patches.suse/devlink-add-reset_dev_on_drv_probe-param.patch
	patches.suse/nfp-nsp-add-support-for-fw_loaded-command.patch
	patches.suse/nfp-nsp-add-support-for-optional-hwinfo-lookup.patch
	patches.suse/nfp-nsp-add-support-for-hwinfo-set-operation.patch
	patches.suse/nfp-honor-FW-reset-and-loading-policies.patch
	patches.suse/nfp-add-devlink-param-infrastructure.patch
	patches.suse/nfp-devlink-add-fw_load_policy-support.patch
	patches.suse/nfp-devlink-add-reset_dev_on_drv_probe-support.patch
	patches.suse/kdoc-fix-nfp_fw_load-documentation.patch
	patches.suse/Documentation-nfp-add-nfp-driver-specific-notes.patch
	patches.suse/net-hns3-add-ethtool_ops.set_channels-support-for-HN.patch
	patches.suse/net-hns3-revert-to-old-channel-when-setting-new-chan.patch
	patches.suse/net-hns3-fix-shaper-parameter-algorithm.patch
	patches.suse/net-hns3-fix-port-setting-handle-for-fibre-port.patch
	patches.suse/net-hns3-modify-some-logs-format.patch
	patches.suse/net-hns3-check-NULL-pointer-before-use.patch
	patches.suse/net-hns3-add-some-DFX-info-for-reset-issue.patch
	patches.suse/net-mlx5-Fix-rt-s-type-in-dr_action_create_reformat_.patch
	patches.suse/net-mlx5-Fix-addr-s-type-in-mlx5dr_icm_dm.patch
	patches.suse/net-mlx5-FWTrace-Reduce-stack-usage.patch
	patches.suse/mac80211-vht-add-support-VHT-EXT-NSS-BW-in-parsing-V.patch
	patches.suse/mac80211-don-t-check-if-key-is-NULL-in-ieee80211_key.patch
	patches.suse/nl80211-Fix-possible-Spectre-v1-for-CQM-RSSI-thresho.patch
	patches.suse/cfg80211-Purge-frame-registrations-on-iftype-change.patch
	patches.suse/devlink-add-unknown-fw_load_policy-value.patch
	patches.suse/nfp-devlink-set-unknown-fw_load_policy.patch
	patches.suse/qed-Fix-size-of-config-attribute-dump.patch
	patches.suse/qed-Fix-Config-attribute-frame-format.patch
	patches.suse/nfp-read-chip-model-from-the-PluDevice-register.patch
	patches.suse/cxgb4-Fix-spelling-typos.patch
	patches.suse/0001-netfilter-nf_tables_offload-avoid-excessive-stack-us.patch
	patches.suse/ixgbe-fix-memory-leaks.patch
	patches.suse/i40e-check-__I40E_VF_DISABLE-bit-in-i40e_sync_filter.patch
	patches.suse/ixgbe-use-skb_get_queue_mapping-in-tx-path.patch
	patches.suse/i40e-use-ktime_get_real_ts64-instead-of-ktime_to_tim.patch
	patches.suse/i40e-remove-I40E_AQC_ADD_CLOUD_FILTER_OIP.patch
	patches.suse/i40e-mark-additional-missing-bits-as-reserved.patch
	patches.suse/i40e-fix-missed-Negotiated-string-in-i40e_print_link.patch
	patches.suse/i40e-Fix-message-for-other-card-without-FEC.patch
	patches.suse/i40e-use-BIT-macro-to-specify-the-cloud-filter-field.patch
	patches.suse/i40e-clear-__I40E_VIRTCHNL_OP_PENDING-on-invalid-min.patch
	patches.suse/iavf-fix-MAC-address-setting-for-VFs-when-filter-is-.patch
	patches.suse/net-ixgbevf-make-array-api-static-const-makes-object.patch
	patches.suse/i40e-fix-potential-RX-buffer-starvation-for-AF_XDP.patch
	patches.suse/ice-send-driver-version-to-firmware.patch
	patches.suse/ice-Fix-FW-version-formatting-in-dmesg.patch
	patches.suse/ice-Implement-Dynamic-Device-Personalization-DDP-dow.patch
	patches.suse/ice-Initialize-DDP-package-structures.patch
	patches.suse/ice-Enable-DDP-package-download.patch
	patches.suse/ice-Bump-version.patch
	patches.suse/mlx4-Split-restart_one-into-two-functions.patch
	patches.suse/net-devlink-split-reload-op-into-two.patch
	patches.suse/net-devlink-move-reload-fail-indication-to-devlink-c.patch
	patches.suse/rtw88-fix-wrong-rx-power-calculation.patch
	patches.suse/ath9k-dynack-fix-possible-deadlock-in-ath_dynack_nod.patch
	patches.suse/wcn36xx-use-dynamic-allocation-for-large-variables.patch
	patches.suse/net-ath6kl-Fix-a-NULL-ptr-deref-bug.patch
	patches.suse/ath9k_htc-release-allocated-buffer-if-timed-out.patch
	patches.suse/ath9k-release-allocated-buffer-if-timed-out.patch
	patches.suse/ath10k-adjust-skb-length-in-ath10k_sdio_mbox_rx_pack.patch
	patches.suse/ath10k-fix-channel-info-parsing-for-non-tlv-target.patch
	patches.suse/wil6210-add-wil_netif_rx-helper-function.patch
	patches.suse/qed-fix-spelling-mistake-fullill-fulfill.patch
	patches.suse/net-sched-extend-flow_action_entry-with-destructor.patch
	patches.suse/net-sched-take-reference-to-psample-group-in-flow_ac.patch
	patches.suse/net-sched-use-get_dev-action-API-in-flow_action-infr.patch
	patches.suse/kbuild-replace-BASH-specific-2-with-shift-and.patch
	patches.suse/kcm-use-BPF_PROG_RUN.patch
	patches.suse/selftests-bpf-add-bpf-gcc-support.patch
	patches.suse/i40e-fix-xdp-handle-calculations-168dfc3a.patch
	patches.suse/ixgbe-fix-xdp-handle-calculations-2e78fc62.patch
	patches.suse/samples-bpf-fix-xdpsock-l2fwd-tx-for-unaligned-mode.patch
	patches.suse/xdp-Fix-race-in-dev_map_hash_update_elem-when-replac.patch
	patches.suse/bpf-fix-accessing-bpf_sysctl.file_pos-on-s390.patch
	patches.suse/tcp-Add-TCP_INFO-counter-for-packets-received-out-of.patch
	patches.suse/tcp-Add-snd_wnd-to-TCP_INFO.patch
	patches.suse/bnxt_en-Don-t-proceed-in-.ndo_set_rx_mode-when-devic.patch
	patches.suse/bnxt_en-Increase-timeout-for-HWRM_DBG_COREDUMP_XX-co.patch
	patches.suse/bnxt_en-Update-firmware-interface-spec.-to-1.10.0.10.patch
	patches.suse/bnxt_en-Add-a-new-BNXT_FW_RESET_STATE_POLL_FW_DOWN-s.patch
	patches.suse/taprio-Add-support-for-hardware-offloading.patch
	patches.suse/netdevsim-Set-offsets-to-various-protocol-layers.patch
	patches.suse/drop_monitor-Better-sanitize-notified-packets.patch
	patches.suse/s390-ctcm-delete-unnecessary-checks-before-the-macro-call-dev_kfree_skb
	patches.suse/ethtool-implement-Energy-Detect-Powerdown-support-vi.patch
	patches.suse/net-ena-add-intr_moder_rx_interval-to-struct-ena_com.patch
	patches.suse/net-ena-switch-to-dim-algorithm-for-rx-adaptive-inte.patch
	patches.suse/net-ena-reimplement-set-get_coalesce.patch
	patches.suse/net-ena-enable-the-interrupt_moderation-in-driver_su.patch
	patches.suse/net-ena-remove-code-duplication-in-ena_com_update_no.patch
	patches.suse/net-ena-remove-old-adaptive-interrupt-moderation-cod.patch
	patches.suse/net-ena-remove-ena_restore_ethtool_params-and-releva.patch
	patches.suse/net-ena-remove-all-old-adaptive-rx-interrupt-moderat.patch
	patches.suse/net-ena-fix-update-of-interrupt-moderation-register.patch
	patches.suse/net-ena-fix-retrieval-of-nonadaptive-interrupt-moder.patch
	patches.suse/net-ena-fix-incorrect-update-of-intr_delay_resolutio.patch
	patches.suse/mlxsw-spectrum_buffers-Prevent-changing-CPU-port-s-c.patch
	patches.suse/mlxsw-spectrum-Register-CPU-port-with-devlink.patch
	patches.suse/mlxsw-spectrum_buffers-Add-the-ability-to-query-the-.patch
	patches.suse/net-sched-fix-race-between-deactivation-and-dequeue-.patch
	patches.suse/net-dsa-Fix-load-order-between-DSA-drivers-and-tagge.patch
	patches.suse/net_sched-let-qdisc_put-accept-NULL-pointer.patch
	patches.suse/udp-correct-reuseport-selection-with-connected-socke.patch
	patches.suse/ip6_gre-fix-a-dst-leak-in-ip6erspan_tunnel_xmit.patch
	patches.suse/net-stmmac-Hold-rtnl-lock-in-suspend-resume-callback.patch
	patches.suse/net-ena-don-t-wake-up-tx-queue-when-down.patch
	patches.suse/xen-netfront-do-not-assume-sk_buff_head-list-is-empt.patch
	patches.suse/infiniband-don-t-bother-with-d_delete.patch
	patches.suse/devpts_pty_kill-don-t-bother-with-d_delete.patch
	patches.suse/vfs-set-fs_context-user_ns-for-reconfigure.patch
	patches.suse/0001-vfs-Create-fs_context-aware-mount_bdev-replacement.patch
	patches.suse/btrfs-factor-out-extent-dropping-code-from-hole-punc.patch
	patches.suse/btrfs-fix-ENOSPC-errors-leading-to-transaction-abort.patch
	patches.suse/btrfs-Move-free_pages_out-label-in-inline-extent-han.patch
	patches.suse/btrfs-Remove-delalloc_end-argument-from-extent_clear.patch
	patches.suse/btrfs-Remove-leftover-of-in-band-dedupe.patch
	patches.suse/btrfs-delayed-inode-Kill-the-BUG_ON-in-btrfs_delete_.patch
	patches.suse/btrfs-extent-tree-Make-sure-we-only-allocate-extents.patch
	patches.suse/btrfs-tree-checker-Add-ROOT_ITEM-check.patch
	patches.suse/Btrfs-fix-inode-cache-block-reserve-leak-on-failure-.patch
	patches.suse/btrfs-remove-unnecessary-condition-in-btrfs_clone-to.patch
	patches.suse/btrfs-move-btrfs_add_free_space-out-of-a-header-file.patch
	patches.suse/btrfs-move-basic-block_group-definitions-to-their-own-header.patch
	patches.suse/btrfs-migrate-the-block-group-lookup-code.patch
	patches.suse/btrfs-migrate-the-block-group-ref-counting-stuff.patch
	patches.suse/btrfs-migrate-nocow-and-reservation-helpers.patch
	patches.suse/btrfs-export-the-block-group-caching-helpers.patch
	patches.suse/btrfs-export-the-excluded-extents-helpers.patch
	patches.suse/btrfs-export-the-caching-control-helpers.patch
	patches.suse/btrfs-temporarily-export-fragment_free_space.patch
	patches.suse/btrfs-make-caching_thread-use-btrfs_find_next_key.patch
	patches.suse/btrfs-fix-memory-leaks-in-the-test-test_find_first_c.patch
	patches.suse/btrfs-make-test_find_first_clear_extent_bit-fail-on-.patch
	patches.suse/btrfs-migrate-the-block-group-caching-code.patch
	patches.suse/btrfs-temporarily-export-inc_block_group_ro.patch
	patches.suse/btrfs-migrate-the-block-group-removal-code.patch
	patches.suse/btrfs-migrate-the-block-group-read-creation-code.patch
	patches.suse/btrfs-temporarily-export-btrfs_get_restripe_target.patch
	patches.suse/btrfs-migrate-inc-dec_block_group_ro-code.patch
	patches.suse/btrfs-migrate-the-dirty-bg-writeout-code.patch
	patches.suse/btrfs-export-block-group-accounting-helpers.patch
	patches.suse/btrfs-migrate-the-block-group-space-accounting-helpers.patch
	patches.suse/btrfs-migrate-the-chunk-allocation-code.patch
	patches.suse/btrfs-migrate-the-alloc_profile-helpers.patch
	patches.suse/btrfs-migrate-the-block-group-cleanup-code.patch
	patches.suse/btrfs-unexport-the-temporary-exported-functions.patch
	patches.suse/btrfs-add-a-flush-step-for-delayed-iputs.patch
	patches.suse/btrfs-unify-error-handling-for-ticket-flushing.patch
	patches.suse/btrfs-factor-out-the-ticket-flush-handling.patch
	patches.suse/btrfs-refactor-priority_reclaim_metadata_space.patch
	patches.suse/btrfs-introduce-an-evict-flushing-state.patch
	patches.suse/Btrfs-fix-use-after-free-when-using-the-tree-modific.patch
	patches.suse/btrfs-rename-the-btrfs_calc_-metadata_size-helpers.patch
	patches.suse/btrfs-only-reserve-metadata_size-for-inodes.patch
	patches.suse/btrfs-Detect-unbalanced-tree-with-empty-leaf-before-.patch
	patches.suse/btrfs-fix-allocation-of-free-space-cache-v1-bitmap-p.patch
	patches.suse/btrfs-use-correct-count-in-btrfs_file_write_iter.patch
	patches.suse/btrfs-treat-RWF_-D-SYNC-writes-as-sync-for-CRCs.patch
	patches.suse/btrfs-stop-clearing-EXTENT_DIRTY-in-inode-I-O-tree.patch
	patches.suse/btrfs-do-not-allow-reservations-if-we-have-pending-tickets.patch
	patches.suse/btrfs-roll-tracepoint-into-btrfs_space_info_update-helper.patch
	patches.suse/btrfs-add-space-reservation-tracepoint-for-reserved-bytes.patch
	patches.suse/btrfs-stop-partially-refilling-tickets-when-releasing-space.patch
	patches.suse/btrfs-refactor-the-ticket-wakeup-code.patch
	patches.suse/btrfs-rework-wake_all_tickets.patch
	patches.suse/btrfs-fix-may_commit_transaction-to-deal-with-no-partial-filling.patch
	patches.suse/btrfs-remove-orig_bytes-from-reserve_ticket.patch
	patches.suse/btrfs-rename-btrfs_space_info_add_old_bytes.patch
	patches.suse/btrfs-change-the-minimum-global-reserve-size.patch
	patches.suse/btrfs-always-reserve-our-entire-size-for-the-global-reserve.patch
	patches.suse/btrfs-use-btrfs_try_granting_tickets-in-update_global_rsv.patch
	patches.suse/btrfs-do-not-account-global-reserve-in-can_overcommit.patch
	patches.suse/btrfs-add-enospc-debug-messages-for-ticket-failure.patch
	patches.suse/btrfs-Relinquish-CPUs-in-btrfs_compare_trees.patch
	patches.suse/ovl-fix-regression-caused-by-overlapping-layers-dete.patch
	patches.suse/ovl-Fix-dereferencing-possible-ERR_PTR.patch
	patches.suse/ovl-filter-of-trusted-xattr-results-in-audit.patch
	patches.suse/mm-set-S_SWAPFILE-on-blockdev-swap-devices.patch
	patches.suse/vfs-dont-allow-writes-to-swap-files.patch
	patches.suse/fs-xfs-Remove-KM_NOSLEEP-and-KM_SLEEP.patch
	patches.suse/xfs-add-kmem-allocation-trace-points.patch
	patches.suse/xfs-get-allocation-alignment-from-the-buftarg.patch
	patches.suse/xfs-add-kmem_alloc_io.patch
	patches.suse/xfs-fix-maxicount-division-by-zero-error.patch
	patches.suse/mm-Handle-MADV_WILLNEED-through-vfs_fadvise.patch
	patches.suse/fs-Export-generic_fadvise.patch
	patches.suse/xfs-Fix-stale-data-exposure-when-readahead-races-wit.patch
	patches.suse/xfs-Fix-deadlock-between-AGI-and-AGF-with-RENAME_WHI.patch
	patches.suse/xfs-Use-WARN_ON_ONCE-for-bailout-mount-operation.patch
	patches.suse/xfs-push-the-AIL-in-xlog_grant_head_wake.patch
	patches.suse/xfs-fix-missed-wakeup-on-l_flush_wait.patch
	patches.suse/xfs-prevent-CIL-push-holdoff-in-log-recovery.patch
	patches.suse/xfs-factor-debug-code-out-of-xlog_state_do_callback.patch
	patches.suse/xfs-factor-callbacks-out-of-xlog_state_do_callback.patch
	patches.suse/xfs-factor-iclog-state-processing-out-of-xlog_state_.patch
	patches.suse/xfs-push-iclog-state-cleaning-into-xlog_state_clean_.patch
	patches.suse/xfs-push-the-grant-head-when-the-log-head-moves-forw.patch
	patches.suse/fs-cifs-Initialize-filesystem-timestamp-ranges.patch
	patches.suse/pstore-fs-superblock-limits.patch
	patches.suse/cifs-fix-a-comment-for-the-timeouts-when-sending-echos.patch
	patches.suse/fs-cifs-cifsssmb-remove-redundant-assignment-to-variable-ret.patch
	patches.suse/cifs-get-mode-bits-from-special-sid-on-stat.patch
	patches.suse/cifs-allow-chmod-to-set-mode-bits-using-special-sid.patch
	patches.suse/cifs-prepare-SMB2_Flush-to-be-usable-in-compounds.patch
	patches.suse/cifs-add-passthrough-for-smb2-setinfo.patch
	patches.suse/smb3-add-missing-flag-definitions.patch
	patches.suse/cifs-remove-redundant-assignment-to-variable-rc.patch
	patches.suse/cifs-remove-unused-variable.patch
	patches.suse/smb3-Incorrect-size-for-netname-negotiate-context.patch
	patches.suse/cifs-remove-set-but-not-used-variables.patch
	patches.suse/cifs-create-a-helper-to-find-a-writeable-handle-by-path-name.patch
	patches.suse/cifs-use-existing-handle-for-compound_op-OP_SET_INFO-when-possible.patch
	patches.suse/cifs-add-new-debugging-macro-cifs_server_dbg.patch
	patches.suse/cifs-fix-dereference-on-ses-before-it-is-null-checked.patch
	patches.suse/smb3-add-mount-option-to-allow-forced-caching-of-read-only-share.patch
	patches.suse/smb3-add-some-more-descriptive-messages-about-share-when-mounting-c.patch
	patches.suse/smb3-add-mount-option-to-allow-RW-caching-of-share-accessed-by-only.patch
	patches.suse/smb3-log-warning-if-CSC-policy-conflicts-with-cache-mount-option.patch
	patches.suse/smb3-add-dynamic-tracepoints-for-flush-and-close.patch
	patches.suse/smb3-allow-skipping-signature-verification-for-perf-sensitive-confi.patch
	patches.suse/smb3-fix-signing-verification-of-large-reads.patch
	patches.suse/cifs-add-a-debug-macro-that-prints-server-share-for-errors.patch
	patches.suse/smb3-allow-parallelizing-decryption-of-reads.patch
	patches.suse/smb3-enable-offload-of-decryption-of-large-reads-via-mount-option.patch
	patches.suse/cifs-add-a-helper-to-find-an-existing-readable-handle-to-a-file.patch
	patches.suse/smb3-only-offload-decryption-of-read-responses-if-multiple-requests.patch
	patches.suse/smb3-display-max-smb3-requests-in-flight-at-any-one-time.patch
	patches.suse/smb3-improve-handling-of-share-deleted-and-share-recreated-.patch
	patches.suse/smb3-allow-disabling-requesting-leases.patch
	patches.suse/smb3-fix-unmount-hang-in-open_shroot.patch
	patches.suse/smb3-fix-potential-null-dereference-in-decrypt-offload.patch
	patches.suse/cifs-modefromsid-make-room-for-4-ACE.patch
	patches.suse/smb3-add-missing-worker-function-for-SMB3-change-notify.patch
	patches.suse/cifs-modefromsid-write-mode-ACE-first.patch
	patches.suse/configfs-fix-a-deadlock-in-configfs_symlink.patch
	patches.suse/block-add-a-helper-function-to-merge-the-segments.patch
	patches.suse/mmc-queue-use-bigger-segments-if-DMA-MAP-layer-can-m.patch
	patches.suse/dma-mapping-introduce-dma_get_merge_boundary.patch
	patches.suse/iommu-dma-add-a-new-dma_map_ops-of-get_merge_boundar.patch
	patches.suse/dma-mapping-fix-filename-references.patch
	patches.suse/dma-mapping-explicitly-wire-up-mmap-and-get_sgtable.patch
	patches.suse/vmalloc-lift-the-arm-flag-for-coherent-mappings-to-common-code.patch
	patches.suse/mmc-queue-Fix-bigger-segments-usage.patch
	patches.suse/mailbox-mediatek-cmdq-clear-the-event-in-cmdq-initia.patch
	patches.suse/mbox-qcom-add-APCS-child-device-for-QCS404.patch
	patches.suse/mailbox-qcom-apcs-fix-max_register-value.patch
	patches.suse/ipmi_si-Only-schedule-continuously-in-the-thread-in-.patch
	patches.suse/ipmi_ssif-avoid-registering-duplicate-ssif-interface.patch
	patches.suse/0001-ipmi-move-message-error-checking-to-avoid-deadlock.patch
	patches.suse/Input-cros_ec_keyb-add-back-missing-mask-for-event_t.patch
	patches.suse/platform-chrome-cros_ec_rpmsg-Fix-race-with-host-com.patch
	patches.suse/pinctrl-tegra-Add-suspend-and-resume-support.patch
	patches.suse/pinctrl-tegra210-Add-Tegra210-pinctrl-pm-ops.patch
	patches.suse/pinctrl-bcm2835-Add-support-for-BCM2711-pull-up-func.patch
	patches.suse/pinctrl-stmfx-update-pinconf-settings.patch
	patches.suse/pinctrl-rockchip-Mark-expected-switch-fall-through.patch
	patches.suse/pinctrl-tegra-Fix-write-barrier-placement-in-pmx_wri.patch
	patches.suse/pinctrl-tegra-Flush-pinctrl-writes-during-resume.patch
	patches.suse/pinctrl-amd-disable-spurious-firing-GPIO-IRQs.patch
	patches.suse/pinctrl-bcm2835-Pass-irqchip-when-adding-gpiochip.patch
	patches.suse/pinctrl-denverton-Provide-Interrupt-Status-register-.patch
	patches.suse/pinctrl-denverton-Update-pin-names-according-to-v1.0.patch
	patches.suse/pinctrl-intel-remap-the-pin-number-to-gpio-offset-fo.patch
	patches.suse/pinctrl-qcom-sdm845-Fix-UFS_RESET-pin.patch
	patches.suse/pinctrl-iproc-gpio-Fix-incorrect-pinconf-configurati.patch
	patches.suse/pinctrl-meson-gxbb-Fix-wrong-pinning-definition-for-.patch
	patches.suse/drm-i915-Signal-fence-completion-from-i915_request_w.patch
	patches.suse/drm-i915-Flush-the-execution-callbacks-on-retiring.patch
	patches.suse/drm-i915-ehl-Allow-combo-PHY-A-to-drive-a-third-exte.patch
	patches.suse/drm-i915-use-vfuncs-for-reg_read-write_fw_domains.patch
	patches.suse/drm-i915-kill-uncore_sanitize.patch
	patches.suse/drm-i915-kill-uncore_to_i915.patch
	patches.suse/drm-i915-skip-forcewake-actions-on-forcewake-less-un.patch
	patches.suse/drm-i915-dynamically-allocate-forcewake-domains.patch
	patches.suse/drm-i915-gvt-decouple-check_vgpu-from-uncore_init.patch
	patches.suse/drm-i915-execlists-Preempt-to-busy.patch
	patches.suse/drm-i915-execlists-Minimalistic-timeslicing.patch
	patches.suse/drm-i915-Rings-are-always-flushed.patch
	patches.suse/drm-i915-selftests-Use-request-managed-wakerefs.patch
	patches.suse/drm-i915-ehl-dsi-Set-lane-latency-optimization-for-D.patch
	patches.suse/drm-i915-ehl-dsi-Enable-AFE-over-PPI-strap.patch
	patches.suse/drm-i915-gtt-Defer-address-space-cleanup-to-an-RCU-w.patch
	patches.suse/drm-i915-execlists-Keep-virtual-context-alive-until-.patch
	patches.suse/drm-i915-Convert-intel_vgt_-de-balloon-to-uncore.patch
	patches.suse/drm-i915-Introduce-struct-intel_gt-as-replacement-fo.patch
	patches.suse/drm-i915-Move-intel_gt-initialization-to-a-separate-.patch
	patches.suse/drm-i915-Store-some-backpointers-in-struct-intel_gt.patch
	patches.suse/drm-i915-Move-intel_gt_pm_init-under-intel_gt_init_e.patch
	patches.suse/drm-i915-Make-i915_check_and_clear_faults-take-intel.patch
	patches.suse/drm-i915-Convert-i915_gem_init_swizzling-to-intel_gt.patch
	patches.suse/drm-i915-Use-intel_uncore_rmw-in-intel_gt_init_swizz.patch
	patches.suse/drm-i915-Convert-init_unused_rings-to-intel_gt.patch
	patches.suse/drm-i915-Convert-gt-workarounds-to-intel_gt.patch
	patches.suse/drm-i915-Store-backpointer-to-intel_gt-in-the-engine.patch
	patches.suse/drm-i915-Convert-intel_mocs_init_l3cc_table-to-intel.patch
	patches.suse/drm-i915-Convert-i915_ppgtt_init_hw-to-intel_gt.patch
	patches.suse/drm-i915-Consolidate-some-open-coded-mmio-rmw.patch
	patches.suse/drm-i915-Convert-i915_gem_init_hw-to-intel_gt.patch
	patches.suse/drm-i915-Stop-using-I915_READ-WRITE-in-intel_wopcm_i.patch
	patches.suse/drm-i915-Compartmentalize-i915_ggtt_probe_hw.patch
	patches.suse/drm-i915-Compartmentalize-i915_ggtt_init_hw.patch
	patches.suse/drm-i915-Make-ggtt-invalidation-work-on-ggtt.patch
	patches.suse/drm-i915-Store-intel_gt-backpointer-in-vm.patch
	patches.suse/drm-i915-Compartmentalize-i915_gem_suspend-restore_g.patch
	patches.suse/drm-i915-Convert-i915_gem_flush_ggtt_writes-to-intel.patch
	patches.suse/drm-i915-Move-i915_gem_chipset_flush-to-intel_gt.patch
	patches.suse/drm-i915-Compartmentalize-timeline_init-park-fini.patch
	patches.suse/drm-i915-Compartmentalize-i915_ggtt_cleanup_hw.patch
	patches.suse/drm-i915-Compartmentalize-i915_gem_init_ggtt.patch
	patches.suse/drm-i915-Store-ggtt-pointer-in-intel_gt.patch
	patches.suse/drm-i915-Compartmentalize-ring-buffer-creation.patch
	patches.suse/drm-i915-Save-trip-via-top-level-i915-in-a-few-more-.patch
	patches.suse/drm-i915-Make-timelines-gt-centric.patch
	patches.suse/drm-i915-Rename-i915_timeline-to-intel_timeline-and-.patch
	patches.suse/drm-i915-Eliminate-dual-personality-of-i915_scratch_.patch
	patches.suse/drm-i915-Prevent-dereference-of-engine-before-NULL-c.patch
	patches.suse/drm-i915-gt-Rename-i915_gt_timelines.patch
	patches.suse/drm-i915-gt-Fixup-kerneldoc-parameters.patch
	patches.suse/drm-i915-guc-reorder-enable-disable-communication-st.patch
	patches.suse/drm-i915-guc-handle-GuC-messages-received-with-CTB-d.patch
	patches.suse/drm-i915-Remove-waiting-retiring-from-shrinker-paths.patch
	patches.suse/drm-i915-Track-i915_active-using-debugobjects.patch
	patches.suse/drm-i915-Throw-away-the-active-object-retirement-com.patch
	patches.suse/drm-i915-Provide-an-i915_active.acquire-callback.patch
	patches.suse/drm-i915-Local-debug-BUG_ON-for-intel_wakeref.patch
	patches.suse/drm-i915-blt-Remove-recursive-vma-lock.patch
	patches.suse/drm-i915-execlists-Always-clear-ring_pause-if-we-do-.patch
	patches.suse/drm-i915-gem-Clear-read-write-domains-for-GPU-clear.patch
	patches.suse/drm-i915-ehl-Add-one-additional-PCH-ID-to-MCC.patch
	patches.suse/drm-i915-ehl-Add-missing-VECS-engine.patch
	patches.suse/drm-i915-execlists-Convert-recursive-defer_request-i.patch
	patches.suse/drm-i915-guc-Add-debug-capture-of-GuC-exception.patch
	patches.suse/drm-i915-gt-Pass-intel_gt-to-pm-routines.patch
	patches.suse/drm-i915-Rename-intel_wakeref_-is-_active.patch
	patches.suse/drm-i915-selftests-Hold-ref-on-request-across-waits.patch
	patches.suse/drm-i915-gt-Drop-stale-commentary-for-timeline-densi.patch
	patches.suse/drm-i915-gt-Always-call-kref_init-for-the-timeline.patch
	patches.suse/drm-i915-gt-Add-some-debug-tracing-for-context-pinni.patch
	patches.suse/drm-i915-icl-Add-missing-device-ID.patch
	patches.suse/drm-i915-Check-backlight-type-while-doing-eDP-backli.patch
	patches.suse/drm-i915-selftests-Serialise-nop-reset-with-retireme.patch
	patches.suse/drm-i915-selftests-Drop-manual-request-wakerefs-arou.patch
	patches.suse/drm-i915-selftests-Fixup-atomic-reset-checking.patch
	patches.suse/drm-i915-Switch-to-per-crtc-vblank-vfuncs.patch
	patches.suse/drm-i915-Nuke-drm_driver-irq-vfuncs.patch
	patches.suse/drm-i915-Initialize-drm_driver-vblank-funcs-at-compi.patch
	patches.suse/drm-i915-icl-Add-new-supported-CD-clocks.patch
	patches.suse/drm-i915-ehl-Remove-unsupported-cd-clocks.patch
	patches.suse/drm-i915-ehl-Add-voltage-level-requirement-table.patch
	patches.suse/drm-i915-Move-OA-files-to-separate-folder.patch
	patches.suse/drm-i915-prefix-header-search-path-with-srctree.patch
	patches.suse/drm-i915-add-header-search-path-to-subdir-Makefiles.patch
	patches.suse/drm-i915-make-i915_fixed.h-self-contained.patch
	patches.suse/drm-i915-make-i915_globals.h-self-contained.patch
	patches.suse/drm-i915-make-i915_pvinfo.h-self-contained.patch
	patches.suse/drm-i915-make-i915_vgpu.h-self-contained.patch
	patches.suse/drm-i915-make-intel_guc_ct.h-self-contained.patch
	patches.suse/drm-i915-make-intel_guc_fwif.h-self-contained.patch
	patches.suse/drm-i915-make-intel_guc_reg.h-self-contained.patch
	patches.suse/drm-i915-make-intel_gvt.h-self-contained.patch
	patches.suse/drm-i915-make-intel_uc_fw.h-self-contained.patch
	patches.suse/drm-i915-Make-i945gm_vblank_work_func-static.patch
	patches.suse/drm-i915-rework-reading-pipe-disable-fuses.patch
	patches.suse/drm-i915-Pass-intel_crtc_state-to-needs_modeset.patch
	patches.suse/drm-i915-Convert-most-of-atomic-commit-to-take-more-.patch
	patches.suse/drm-i915-Convert-hw-state-verifier-to-take-more-inte.patch
	patches.suse/drm-i915-Use-intel_crtc_state-in-sanitize_watermarks.patch
	patches.suse/drm-i915-Pass-intel-state-to-plane-functions-as-well.patch
	patches.suse/drm-i915-Use-intel-state-as-much-as-possible-in-wm-c.patch
	patches.suse/drm-i915-icl-Add-support-to-read-out-the-TBT-PLL-HW-.patch
	patches.suse/drm-i915-Tune-down-WARNs-about-TBT-AUX-power-well-en.patch
	patches.suse/drm-i915-Move-the-TypeC-port-handling-code-to-a-sepa.patch
	patches.suse/drm-i915-Sanitize-the-terminology-used-for-TypeC-por.patch
	patches.suse/drm-i915-Don-t-enable-the-DDI-IO-power-in-the-TypeC-.patch
	patches.suse/drm-i915-Use-the-correct-AUX-power-domain-in-TypeC-T.patch
	patches.suse/drm-i915-Unify-the-TypeC-port-notation-in-debug-erro.patch
	patches.suse/drm-i915-Factor-out-common-parts-from-TypeC-port-han.patch
	patches.suse/drm-i915-Wait-for-TypeC-PHY-complete-flag-to-clear-i.patch
	patches.suse/drm-i915-Handle-the-TCCOLD-power-down-event.patch
	patches.suse/drm-i915-Sanitize-the-TypeC-connect-detect-sequences.patch
	patches.suse/drm-i915-Fix-the-TypeC-port-mode-sanitization-during.patch
	patches.suse/drm-i915-Keep-the-TypeC-port-mode-fixed-for-detect-A.patch
	patches.suse/drm-i915-Sanitize-the-TypeC-FIA-lane-configuration-d.patch
	patches.suse/drm-i915-Sanitize-the-shared-DPLL-reserve-release-in.patch
	patches.suse/drm-i915-Sanitize-the-shared-DPLL-find-reference-int.patch
	patches.suse/drm-i915-icl-Split-getting-the-DPLLs-to-port-type-sp.patch
	patches.suse/drm-i915-icl-Reserve-all-required-PLLs-for-TypeC-por.patch
	patches.suse/drm-i915-Keep-the-TypeC-port-mode-fixed-when-the-por.patch
	patches.suse/drm-i915-Add-state-verification-for-the-TypeC-port-m.patch
	patches.suse/drm-i915-Remove-unneeded-disconnect-in-TypeC-legacy-.patch
	patches.suse/drm-i915-WARN-about-invalid-lane-reversal-in-TBT-alt.patch
	patches.suse/drm-i915-guc-Avoid-reclaim-locks-during-reset.patch
	patches.suse/drm-i915-icl-Drop-port-parameter-to-icl_get_combo_bu.patch
	patches.suse/drm-i915-ehl-Add-third-combo-PHY-offset.patch
	patches.suse/drm-i915-ehl-Don-t-program-PHY_MISC-on-EHL-PHY-C.patch
	patches.suse/drm-i915-execlists-Refactor-CSB-state-machine.patch
	patches.suse/drm-i915-Report-if-i915_active-is-still-busy-upon-wa.patch
	patches.suse/drm-i915-whitelist-PS_-DEPTH-INVOCATION-_COUNT.patch
	patches.suse/Revert-drm-i915-Introduce-private-PAT-management.patch
	patches.suse/drm-i915-gtt-Don-t-check-PPGTT-presence-on-PPGTT-onl.patch
	patches.suse/drm-i915-synchronize_irq-against-the-actual-irq.patch
	patches.suse/drm-i915-display-Handle-lost-primary_port-across-sus.patch
	patches.suse/drm-i915-selftests-Common-live-setup-teardown.patch
	patches.suse/drm-i915-selftests-Lock-the-drm_mm-while-modifying.patch
	patches.suse/drm-i915-execlists-Hesitate-before-slicing.patch
	patches.suse/drm-i915-gem-Free-pages-before-rcu-freeing-the-objec.patch
	patches.suse/drm-i915-Markup-potential-lock-for-i915_active.patch
	patches.suse/drm-i915-Mark-up-vma-active-as-safe-for-use-inside-s.patch
	patches.suse/drm-i915-Use-port-clock-to-set-correct-N-value.patch
	patches.suse/drm-i915-Add-N-CTS-values-for-10-12-bit-deep-color.patch
	patches.suse/drm-i915-Move-the-renderstate-setup-under-gt.patch
	patches.suse/drm-i915-Flush-the-workqueue-before-draining.patch
	patches.suse/drm-i915-Check-caller-held-wakerefs-in-assert_forcew.patch
	patches.suse/drm-i915-gt-Use-caller-provided-forcewake-for-intel_.patch
	patches.suse/drm-i915-gt-Assume-we-hold-forcewake-for-execlists-r.patch
	patches.suse/drm-i915-gt-Ignore-forcewake-acquisition-for-posting.patch
	patches.suse/drm-i915-gem-Defer-obj-base.resv-fini-until-RCU-call.patch
	patches.suse/drm-i915-Show-support-for-accurate-sw-PMU-busyness-t.patch
	patches.suse/drm-i915-gtt-Handle-double-alloc-failures.patch
	patches.suse/drm-i915-guc-Upgrade-to-GuC-33.0.0.patch
	patches.suse/drm-i915-Dump-w-a-lists-on-all-engines.patch
	patches.suse/drm-i915-gt-Pull-engine-w-a-initialisation-into-comm.patch
	patches.suse/drm-i915-selftests-Drain-the-freedlists-between-exec.patch
	patches.suse/drm-i915-hangcheck-Look-at-instdone-for-all-engines.patch
	patches.suse/drm-i915-overlay-Stash-the-kernel-context-on-initial.patch
	patches.suse/drm-i915-selftests-Be-engine-agnostic.patch
	patches.suse/drm-i915-Show-instdone-for-each-engine-in-debugfs.patch
	patches.suse/drm-i915-Rework-some-interrupt-handling-functions-to.patch
	patches.suse/drm-i915-Remove-some-legacy-mmio-accessors-from-inte.patch
	patches.suse/drm-i915-Move-dev_priv-pm_i-m-e-r-into-intel_gt.patch
	patches.suse/drm-i915-Add-windowing-for-primary-planes-on-gen2-3-.patch
	patches.suse/drm-i915-Disable-sprite-gamma-on-ivb-bdw.patch
	patches.suse/drm-i915-Program-plane-gamma-ramps.patch
	patches.suse/drm-i915-Deal-with-cpp-8-for-g4x-watermarks.patch
	patches.suse/drm-i915-Cosmetic-fix-for-skl-plane-switch-statement.patch
	patches.suse/drm-i915-Clean-up-skl-vs.-icl-plane-formats.patch
	patches.suse/drm-i915-ehl-Add-support-for-DPLL4-v10.patch
	patches.suse/drm-i915-Order-assert-forcewake-test.patch
	patches.suse/drm-i915-Remove-set-but-not-used-variable-encoder.patch
	patches.suse/drm-i915-Remove-set-but-not-used-variable-intel_dig_.patch
	patches.suse/drm-i915-gtt-pde-entry-encoding-is-identical.patch
	patches.suse/drm-i915-gtt-Tear-down-setup-and-cleanup-macros-for-.patch
	patches.suse/drm-i915-gtt-Setup-phys-pages-for-3lvl-pdps.patch
	patches.suse/drm-i915-gtt-Introduce-release_pd_entry.patch
	patches.suse/drm-i915-Pull-assert_forcewake_active-underneath-the.patch
	patches.suse/drm-i915-Explicitly-track-active-fw_domain-timers.patch
	patches.suse/drm-i915-selftests-Reorder-error-cleanup-for-whiteli.patch
	patches.suse/drm-i915-Update-DRIVER_DATE-to-20190708.patch
	patches.suse/drm-i915-selftests-Set-igt_spinner.gt-for-early-exit.patch
	patches.suse/drm-i915-selftests-Fill-in-a-little-more-of-the-dumm.patch
	patches.suse/drm-i915-gt-Apply-RCS-workarounds-to-the-render-clas.patch
	patches.suse/drm-i915-gt-Remove-presumption-of-RCS0.patch
	patches.suse/drm-i915-hdcp-debug-logs-for-sink-related-failures.patch
	patches.suse/drm-i915-Add-icl-mipi-dsi-properties.patch
	patches.suse/drm-i915-sdvo-Use-named-initializers-for-the-SDVO-co.patch
	patches.suse/drm-i915-sdvo-Remove-duplicate-SET_INPUT_TIMINGS_PAR.patch
	patches.suse/drm-i915-sdvo-Shrink-sdvo_cmd_names-strings.patch
	patches.suse/drm-i915-sdvo-Add-helpers-to-get-the-cmd-status-stri.patch
	patches.suse/drm-i915-Clear-the-shared-PLL-from-the-put_dplls-hoo.patch
	patches.suse/drm-i915-icl-Clear-the-shared-port-PLLs-from-the-new.patch
	patches.suse/drm-i915-userptr-Don-t-mark-readonly-objects-as-dirt.patch
	patches.suse/drm-i915-enumerate-scratch-fields.patch
	patches.suse/drm-i915-add-infrastructure-to-hold-off-preemption-o.patch
	patches.suse/drm-i915-Remove-unused-i915_gem_context_lookup_engin.patch
	patches.suse/drm-i915-execlists-Record-preemption-for-selftests.patch
	patches.suse/drm-i915-icl-Handle-YCbCr-to-RGB-conversion-for-BT20.patch
	patches.suse/drm-i915-icl-Fix-Y-pre-offset-for-Full-Range-YCbCr.patch
	patches.suse/drm-i915-icl-Fixed-Input-CSC-Co-efficients-for-BT601.patch
	patches.suse/drm-i915-make-new-intel_tc.c-use-uncore-accessors.patch
	patches.suse/drm-i915-fix-include-order-in-intel_tc.patch
	patches.suse/drm-i915-move-intel_ddi_set_fia_lane_count-to-intel_.patch
	patches.suse/drm-i915-gen11-Start-distinguishing-phy-from-port.patch
	patches.suse/drm-i915-gen11-Program-ICL_DPCLKA_CFGCR0-according-t.patch
	patches.suse/drm-i915-gen11-Convert-combo-PHY-logic-to-use-new-en.patch
	patches.suse/drm-i915-Transition-port-type-checks-to-phy-checks.patch
	patches.suse/drm-i915-ehl-Enable-DDI-D.patch
	patches.suse/drm-i915-gt-Drop-the-duplicate-icl-workaround.patch
	patches.suse/drm-i915-selftests-Ensure-we-don-t-clamp-a-random-of.patch
	patches.suse/drm-i915-guc-Remove-preemption-support-for-current-f.patch
	patches.suse/drm-i915-guc-Simplify-guc-client.patch
	patches.suse/drm-i915-sdvo-Fix-handling-if-zero-hbuf-size.patch
	patches.suse/drm-i915-selftests-Hold-the-vma-manager-lock-while-m.patch
	patches.suse/drm-i915-Use-the-display-core-power-domain-in-vlv-ch.patch
	patches.suse/drm-i915-Check-crtc_state-wm.need_postvbl_update-bef.patch
	patches.suse/drm-i915-Simplify-modeset_get_crtc_power_domains-arg.patch
	patches.suse/drm-i915-Polish-intel_shared_dpll_swap_state.patch
	patches.suse/drm-i915-Polish-intel_atomic_track_fbs.patch
	patches.suse/drm-i915-Use-intel_-types-in-intel_-lock-modeset-_al.patch
	patches.suse/drm-i915-Use-intel_-types-in-intel_atomic_commit.patch
	patches.suse/drm-i915-Don-t-pass-stack-garbage-to-pcode-in-the-se.patch
	patches.suse/drm-i915-guc-Drop-redundant-ctx-param-from-kerneldoc.patch
	patches.suse/drm-i915-Copy-name-string-into-ring-buffer-for-intel.patch
	patches.suse/drm-i915-Don-t-overestimate-4-2-0-link-symbol-clock.patch
	patches.suse/drm-i915-Add-4th-pipe-and-transcoder.patch
	patches.suse/drm-i915-tgl-add-initial-Tiger-Lake-definitions.patch
	patches.suse/drm-i915-tgl-Introduce-Tiger-Lake-PCH.patch
	patches.suse/drm-i915-tgl-Add-TGL-PCH-detection-in-virtualized-en.patch
	patches.suse/drm-i915-tgl-Add-TGL-PCI-IDs.patch
	patches.suse/drm-i915-tgl-Check-if-pipe-D-is-fused.patch
	patches.suse/drm-i915-tgl-rename-TRANSCODER_EDP_VDSC-to-use-on-tr.patch
	patches.suse/drm-i915-tgl-Add-power-well-support.patch
	patches.suse/drm-i915-tgl-Add-power-well-to-support-4th-pipe.patch
	patches.suse/drm-i915-tgl-Add-new-pll-ids.patch
	patches.suse/drm-i915-tgl-Add-pll-manager.patch
	patches.suse/drm-i915-tgl-Add-additional-ports-for-Tiger-Lake.patch
	patches.suse/drm-i915-tgl-Add-additional-PHYs-for-Tiger-Lake.patch
	patches.suse/drm-i915-tgl-init-ddi-port-A-C-for-Tiger-Lake.patch
	patches.suse/drm-i915-tgl-apply-Display-WA-1178-to-fix-type-C-don.patch
	patches.suse/drm-i915-gen12-MBUS-B-credit-change.patch
	patches.suse/drm-i915-tgl-Add-gmbus-gpio-pin-to-port-mapping.patch
	patches.suse/drm-i915-tgl-port-to-ddc-pin-mapping.patch
	patches.suse/drm-i915-tgl-Add-vbt-value-mapping-for-DDC-Bus-pin.patch
	patches.suse/drm-i915-tgl-Add-DPLL-registers.patch
	patches.suse/drm-i915-tgl-Update-DPLL-clock-reference-register.patch
	patches.suse/drm-i915-Add-test-for-invalid-flag-bits-in-whitelist.patch
	patches.suse/drm-i915-Implement-read-only-support-in-whitelist-se.patch
	patches.suse/drm-i915-Add-engine-name-to-workaround-debug-print.patch
	patches.suse/drm-i915-gtt-Use-shallow-dma-pages-for-scratch.patch
	patches.suse/drm-i915-gtt-Wrap-page_table-with-page_directory.patch
	patches.suse/drm-i915-gtt-Reorder-gen8-ppgtt-free-clear-alloc.patch
	patches.suse/drm-i915-gtt-Markup-i915_ppgtt-height.patch
	patches.suse/drm-i915-gtt-Compute-the-radix-for-gen8-page-table-l.patch
	patches.suse/drm-i915-gtt-Convert-vm-scratch-into-an-array.patch
	patches.suse/drm-i915-gtt-Use-NULL-to-encode-scratch-shadow-entri.patch
	patches.suse/drm-i915-Drop-extern-qualifiers-from-header-function.patch
	patches.suse/drm-i915-Rename-_load-_unload-to-match-PCI-entry-poi.patch
	patches.suse/drm-i915-Replace-_load-with-_probe-consequently.patch
	patches.suse/drm-i915-Propagate-_release-function-name-suffix-dow.patch
	patches.suse/drm-i915-Propagate-_remove-function-name-suffix-down.patch
	patches.suse/drm-i915-Propagate-_probe-function-name-suffix-down.patch
	patches.suse/drm-i915-guc-Don-t-enable-GuC-HuC-in-auto-mode-on-pr.patch
	patches.suse/drm-i915-guc-Turn-on-GuC-HuC-auto-mode.patch
	patches.suse/drm-i915-Skip-SINK_COUNT-read-on-CH7511.patch
	patches.suse/drm-i915-display-Drop-kerneldoc-for-intel_atomic_com.patch
	patches.suse/drm-i915-gtt-Recursive-cleanup-for-gen8.patch
	patches.suse/drm-i915-gtt-Recursive-ppgtt-clear-for-gen8.patch
	patches.suse/drm-i915-Add-modular-FIA.patch
	patches.suse/drm-i915-tgl-add-modular-FIA-to-device-info.patch
	patches.suse/drm-i915-gt-Use-intel_gt-as-the-primary-object-for-h.patch
	patches.suse/drm-i915-guc-Use-system-workqueue-for-log-capture.patch
	patches.suse/drm-i915-uc-replace-uc-init-fini-misc.patch
	patches.suse/drm-i915-uc-introduce-intel_uc_fw_supported.patch
	patches.suse/drm-i915-guc-move-guc-irq-functions-to-intel_guc-par.patch
	patches.suse/drm-i915-guc-unify-guc-irq-handling.patch
	patches.suse/drm-i915-uc-move-GuC-and-HuC-files-under-gt-uc.patch
	patches.suse/drm-i915-uc-move-GuC-HuC-inside-intel_gt-under-a-new.patch
	patches.suse/drm-i915-uc-Move-intel-functions-to-intel_uc.patch
	patches.suse/drm-i915-uc-prefer-intel_gt-over-i915-in-GuC-HuC-pat.patch
	patches.suse/drm-i915-guc-prefer-intel_gt-in-guc-interrupt-functi.patch
	patches.suse/drm-i915-uc-kill-g-h-uc_to_i915.patch
	patches.suse/drm-i915-selftests-Ignore-self-preemption-suppressio.patch
	patches.suse/drm-i915-ehl-Map-MCC-pins-based-on-PHY-not-port.patch
	patches.suse/drm-i915-Add-support-for-retrying-hotplug.patch
	patches.suse/drm-i915-Enable-hotplug-retry.patch
	patches.suse/drm-i915-execlists-Disable-preemption-under-GVT.patch
	patches.suse/drm-i915-gtt-Recursive-ppgtt-alloc-for-gen8.patch
	patches.suse/drm-i915-gtt-Tidy-up-ppgtt-insertion-for-gen8.patch
	patches.suse/drm-i915-oa-Reconfigure-contexts-on-the-fly.patch
	patches.suse/drm-i915-Update-description-of-i915.enable_guc-modpa.patch
	patches.suse/0003-drm-i915-execlists-Process-interrupted-context-on-re.patch
	patches.suse/drm-i915-gt-Push-engine-stopping-into-reset-prepare.patch
	patches.suse/drm-i915-Add-gen8_de_pipe_fault_mask.patch
	patches.suse/drm-i915-ehl-Use-an-id-of-4-while-accessing-DPLL4-s-.patch
	patches.suse/drm-i915-Make-sure-cdclk-is-high-enough-for-DP-audio.patch
	patches.suse/drm-i915-Drop-wmb-inside-pread_gtt.patch
	patches.suse/drm-i915-Use-maximum-write-flush-for-pwrite_gtt.patch
	patches.suse/drm-i915-execlists-Cancel-breadcrumb-on-preempting-t.patch
	patches.suse/drm-i915-Remove-set-but-not-used-variable-src_y.patch
	patches.suse/0001-drm-i915-Trust-programmed-MCR-in-read_subslice_reg.patch
	patches.suse/0001-drm-i915-Fix-and-improve-MCR-selection-logic.patch
	patches.suse/drm-i915-Skip-CS-verification-of-L3-bank-registers.patch
	patches.suse/drm-i915-icl-Verify-engine-workarounds-in-GEN8_L3SQC.patch
	patches.suse/drm-i915-icl-Add-Wa_1409178092.patch
	patches.suse/Revert-drm-i915-guc-Turn-on-GuC-HuC-auto-mode.patch
	patches.suse/Revert-drm-i915-Update-description-of-i915.enable_gu.patch
	patches.suse/drm-i915-gtt-Correct-unshifted-from-for-gen8_ppgtt_a.patch
	patches.suse/drm-i915-gtt-Don-t-try-to-clear-failed-empty-pd-allo.patch
	patches.suse/drm-i915-dsi-remove-set-but-not-used-variable-hfront.patch
	patches.suse/drm-i915-gtt-Fix-rounding-for-36b.patch
	patches.suse/drm-i915-Remove-obsolete-engine-cleanup.patch
	patches.suse/drm-i915-gt-Hook-up-intel_context_fini.patch
	patches.suse/drm-i915-Rely-on-spinlock-protection-for-GPU-error-c.patch
	patches.suse/drm-i915-Add-HDCP-capability-info-to-i915_display_in.patch
	patches.suse/drm-i915-uc-Gt-fy-uc-reset.patch
	patches.suse/drm-i915-uc-Sanitize-uC-when-GT-is-sanitized.patch
	patches.suse/drm-i915-selftests-Let-igt_vma_partial-et-al-breathe.patch
	patches.suse/drm-i915-Squelch-nop-wait-for-idle-trace.patch
	patches.suse/drm-i915-huc-fix-status-check.patch
	patches.suse/drm-i915-Use-dev_get_drvdata.patch
	patches.suse/drm-i915-guc-Set-GuC-init-params-only-once.patch
	patches.suse/drm-i915-uc-Unify-uC-platform-check.patch
	patches.suse/drm-i915-Fix-handling-of-non-supported-uC.patch
	patches.suse/drm-i915-uc-Unify-uC-FW-selection.patch
	patches.suse/drm-i915-uc-Unify-uc_fw-status-tracking.patch
	patches.suse/drm-i915-uc-Move-xfer-rsa-logic-to-common-function.patch
	patches.suse/drm-i915-huc-Copy-huc-rsa-only-once.patch
	patches.suse/drm-i915-uc-Plumb-the-gt-through-fw_upload.patch
	patches.suse/drm-i915-uc-Unify-uC-firmware-upload.patch
	patches.suse/drm-i915-uc-Update-drawing-for-firmware-layout.patch
	patches.suse/drm-i915-uc-Move-uc-firmware-layout-definitions-to-d.patch
	patches.suse/drm-i915-Capture-vma-contents-outside-of-spinlock.patch
	patches.suse/drm-i915-uc-Reorder-params-in-intel_uc_fw_fetch.patch
	patches.suse/drm-i915-guc-init-submission-structures-as-part-of-g.patch
	patches.suse/drm-i915-perf-Initialise-err-to-0-before-looping-ove.patch
	patches.suse/drm-i915-Do-not-rely-on-for-loop-caching-the-mask.patch
	patches.suse/drm-i915-uc-Don-t-sanitize-guc_log_level-modparam.patch
	patches.suse/drm-i915-gt-Add-to-timeline-requires-the-timeline-mu.patch
	patches.suse/drm-i915-uc-Remove-redundant-header_offset-size-defi.patch
	patches.suse/drm-i915-uc-Remove-redundant-ucode-offset-definition.patch
	patches.suse/drm-i915-uc-Remove-redundant-RSA-offset-definition.patch
	patches.suse/drm-i915-tgl-skip-setting-PORT_CL_DW12_-on-initializ.patch
	patches.suse/drm-i915-tgl-select-correct-bit-for-port-select.patch
	patches.suse/drm-i915-tgl-update-ddi-tc-clock_off-bits.patch
	patches.suse/drm-i915-uc-Fixup-kerneldoc-after-params-were-flippe.patch
	patches.suse/drm-i915-selftests-Careful-not-to-flush-hang_fini-on.patch
	patches.suse/drm-i915-Flush-the-i915_vm_release-before-ggtt-shutd.patch
	patches.suse/drm-i915-uc-Don-t-fail-on-HuC-firmware-failure.patch
	patches.suse/drm-i915-use-upstream-version-of-header-tests.patch
	patches.suse/drm-i915-Inline-engine-init_context-into-its-caller.patch
	patches.suse/drm-i915-Move-aliasing_ppgtt-underneath-its-i915_ggt.patch
	patches.suse/drm-i915-gt-Provide-a-local-intel_context.vm.patch
	patches.suse/drm-i915-Update-DRIVER_DATE-to-20190730.patch
	patches.suse/0001-drm-lima-Mark-64-bit-number-as-ULL.patch
	patches.suse/0002-drm-lima-Reduce-the-amount-of-logs-on-deferred-probe.patch
	patches.suse/drm-mcde-Fix-uninitialized-variable.patch
	patches.suse/drm-i915-remove-irrelevant-DRM_UNLOCKED-flag.patch
	patches.suse/drm-vkms-Fix-crc-worker-races.patch
	patches.suse/0001-drm-mgag200-add-in-missing-around-if-block.patch
	patches.suse/drm-bridge-tc358767-Increase-AUX-transfer-length-lim.patch
	patches.suse/drm-vkms-Avoid-assigning-0-for-possible_crtc.patch
	patches.suse/drm-panel-simple-fix-AUO-g185han01-horizontal-blanki.patch
	patches.suse/0004-drm-panel-make-drm_panel.h-self-contained.patch
	patches.suse/fbdev-Ditch-fb_edid_add_monspecs.patch
	patches.suse/0001-video-ssd1307fb-Start-page-range-at-page_offset.patch
	patches.suse/0002-drm-mgag200-Pin-displayed-cursor-BO-to-video-memory.patch
	patches.suse/0003-drm-mgag200-Set-cursor-scanout-address-to-correct-BO.patch
	patches.suse/0004-drm-mgag200-Don-t-unpin-the-current-cursor-image-s-b.patch
	patches.suse/drm-tinydrm-Kconfig-drivers-Select-BACKLIGHT_CLASS_D.patch
	patches.suse/drm-stm-attach-gem-fence-to-atomic-state.patch
	patches.suse/0005-drm-bridge-sii902x-fix-missing-reference-to-mclk-clo.patch
	patches.suse/drm-panel-check-failure-cases-in-the-probe-func.patch
	patches.suse/video-of-display_timing-Add-of_node_put-in-of_get_di.patch
	patches.suse/drm-rockchip-Check-for-fast-link-training-before-ena.patch
	patches.suse/0001-drm-syncobj-fix-leaking-dma_fence-in-drm_syncobj_que.patch
	patches.suse/0002-drm-mali-dp-Mark-expected-switch-fall-through.patch
	patches.suse/dma-buf-fix-stack-corruption-in-dma_fence_chain_rele.patch
	patches.suse/drm-Add-Content-protection-type-property.patch
	patches.suse/drm-i915-Attach-content-type-property.patch
	patches.suse/drm-uevent-for-connector-status-change.patch
	patches.suse/drm-hdcp-update-content-protection-property-with-uev.patch
	patches.suse/drm-i915-update-the-hdcp-state-with-uevent.patch
	patches.suse/drm-hdcp-reference-for-srm-file-format.patch
	patches.suse/drm-i915-stop-using-seqcount-for-fence-pruning.patch
	patches.suse/0003-drm-rockchip-fix-VOP_WIN_GET-macro.patch
	patches.suse/drm-amd-display-add-monitor-patch-to-add-T7-delay.patch
	patches.suse/drm-amd-display-Power-gate-all-DSCs-at-driver-init-t.patch
	patches.suse/drm-amd-display-fix-not-calling-ppsmu-to-trigger-PME.patch
	patches.suse/drm-amd-display-Clear-FEC_READY-shadow-register-if-D.patch
	patches.suse/0001-drm-amd-display-support-dummy-pstate.patch
	patches.suse/drm-amd-display-Copy-GSL-groups-when-committing-a-ne.patch
	patches.suse/drm-amd-display-readd-msse2-to-prevent-Clang-from-em.patch
	patches.suse/drm-amdgpu-Fix-hard-hang-for-S-G-display-BOs.patch
	patches.suse/0001-drm-amd-display-Embed-DCN2-SOC-bounding-box.patch
	patches.suse/0002-drm-amd-display-Support-uclk-switching-for-DCN2.patch
	patches.suse/0001-drm-amdgpu-remove-ras_reserve_vram-in-ras-injection.patch
	patches.suse/0003-drm-amd-display-Use-proper-enum-conversion-functions.patch
	patches.suse/drm-radeon-Fix-EEH-during-kexec.patch
	patches.suse/gpu-drm-radeon-Fix-a-possible-null-pointer-dereferen.patch
	patches.suse/drm-amd-display-Allow-cursor-async-updates-for-frame.patch
	patches.suse/drm-amd-display-Skip-determining-update-type-for-asy.patch
	patches.suse/drm-amd-display-Don-t-replace-the-dc_state-for-fast-.patch
	patches.suse/drm-Fix-kerneldoc-warns-in-connector-related-docs.patch
	patches.suse/dma-buf-sw_sync-Synchronize-signal-vs-syncpt-free.patch
	patches.suse/0001-drm-rcar-du-lvds-Fix-bridge_to_rcar_lvds.patch
	patches.suse/drm-nouveau-kms-tu102-disable-input-lut-when-input-i.patch
	patches.suse/drm-nouveau-volt-Fix-for-some-cards-having-0-maximum.patch
	patches.suse/drm-i915-tgl-Add-hpd-interrupt-handling.patch
	patches.suse/drm-i915-tgl-Update-north-display-hotplug-detection-.patch
	patches.suse/drm-i915-tgl-handle-DP-aux-interrupts.patch
	patches.suse/drm-i915-make-i915_selftest.h-self-contained.patch
	patches.suse/drm-i915-Avoid-ce-gem_context-i915.patch
	patches.suse/drm-i915-selftests-Pass-intel_context-to-igt_spinner.patch
	patches.suse/drm-i915-uc-Don-t-enable-communication-twice-on-resu.patch
	patches.suse/drm-i915-uc-Move-uC-WOPCM-setup-in-uc_init_hw.patch
	patches.suse/drm-i915-remove-dangling-forward-declaration.patch
	patches.suse/drm-i915-tgl-Move-fault-registers-to-their-new-offse.patch
	patches.suse/drm-i915-tgl-stop-using-ERROR_GEN6-and-DONE_REG.patch
	patches.suse/drm-i915-tgl-Define-MOCS-entries-for-Tigerlake.patch
	patches.suse/drm-i915-tgl-Tigerlake-only-has-global-MOCS-register.patch
	patches.suse/drm-i915-Move-MOCS-setup-to-intel_mocs.c.patch
	patches.suse/drm-i915-ehl-Ungate-DDIC-and-DDID.patch
	patches.suse/0001-drm-i915-execlists-Always-clear-pending-inflight-req.patch
	patches.suse/drm-i915-oa-add-content-to-Makefile.patch
	patches.suse/drm-i915-ehl-Don-t-forget-to-handle-port-C-s-hotplug.patch
	patches.suse/drm-i915-Remove-lrc-default-desc-from-GEM-context.patch
	patches.suse/drm-i915-gt-Move-gt_cleanup_early-out-of-gem_cleanup.patch
	patches.suse/drm-i915-uc-Move-uC-early-functions-inside-the-GT-on.patch
	patches.suse/drm-i915-gt-Introduce-intel_gt_runtime_suspend-resum.patch
	patches.suse/drm-i915-uc-Rename-intel_uc_is_using-into-intel_uc_s.patch
	patches.suse/drm-i915-uc-Consider-enable_guc-modparam-during-fw-s.patch
	patches.suse/drm-i915-guc-Use-dedicated-flag-to-track-submission-.patch
	patches.suse/drm-i915-uc-Stop-sanitizing-enable_guc-modparam.patch
	patches.suse/drm-i915-tgl-Add-and-use-new-DC5-and-DC6-residency-c.patch
	patches.suse/drm-i915-tgl-allow-the-reg_read-ioctl-to-read-the-RC.patch
	patches.suse/drm-i915-pmu-Make-more-struct-i915_pmu-centric.patch
	patches.suse/drm-i915-pmu-Convert-engine-sampling-to-uncore-mmio.patch
	patches.suse/drm-i915-pmu-Convert-sampling-to-gt.patch
	patches.suse/drm-i915-pmu-Make-get_rc6-take-intel_gt.patch
	patches.suse/drm-i915-pmu-Atomically-acquire-the-gt_pm-wakeref.patch
	patches.suse/drm-i915-Flush-extra-hard-after-writing-relocations-.patch
	patches.suse/drm-i915-Allow-sharing-the-idle-barrier-from-other-k.patch
	patches.suse/drm-i915-oa-update-the-generated-files.patch
	patches.suse/drm-i915-Fix-documentation-for-__intel_wait_for_regi.patch
	patches.suse/drm-i915-Report-resv_obj-allocation-failure.patch
	patches.suse/drm-i915-Add-i915-to-i915_inject_probe_failure.patch
	patches.suse/drm-i915-uc-Do-full-sanitize-instead-of-pure-reset.patch
	patches.suse/drm-i915-uc-Reorder-firmware-status-codes.patch
	patches.suse/drm-i915-uc-Move-GuC-error-log-to-uc-and-release-it-.patch
	patches.suse/drm-i915-uc-Inject-probe-errors-into-intel_uc_init_h.patch
	patches.suse/drm-i915-wopcm-Don-t-fail-on-WOPCM-partitioning-fail.patch
	patches.suse/drm-i915-Hide-unshrinkable-context-objects-from-the-.patch
	patches.suse/drm-i915-Flush-the-freed-object-list-on-file-close.patch
	patches.suse/drm-i915-Teach-execbuffer-to-take-the-engine-wakeref.patch
	patches.suse/drm-i915-Replace-struct_mutex-for-batch-pool-seriali.patch
	patches.suse/drm-i915-guc-Prefer-intel_guc_is_submission_supporte.patch
	patches.suse/drm-i915-huc-Prefer-intel_huc_is_supported.patch
	patches.suse/drm-i915-uc-Remove-redundant-GuC-support-checks.patch
	patches.suse/drm-i915-uc-Don-t-fail-on-HuC-early-init-errors.patch
	patches.suse/drm-i915-gt-Remove-stale-kerneldoc-for-internal-MOCS.patch
	patches.suse/drm-i915-Use-drm_i915_private-directly-from-drv_get_.patch
	patches.suse/drm-i915-gem-Make-caps.scheduler-static.patch
	patches.suse/drm-i915-gt-Move-the-class-inst-lookup-for-engines-o.patch
	patches.suse/drm-i915-dmc-Load-DMC-on-TGL.patch
	patches.suse/drm-i915-move-intel_display.c-function-declarations.patch
	patches.suse/drm-i915-sprite-un-inline-icl_is_hdr_plane.patch
	patches.suse/drm-i915-irq-un-inline-functions-to-avoid-i915_drv.h.patch
	patches.suse/drm-i915-bw-make-intel_atomic_get_bw_state-static.patch
	patches.suse/drm-i915-mst-un-inline-intel_dp_mst_encoder_active_l.patch
	patches.suse/drm-i915-tc-un-inline-intel_tc_port_ref_held.patch
	patches.suse/drm-i915-avoid-including-intel_drv.h-via-i915_drv.h-.patch
	patches.suse/drm-i915-rename-intel_drv.h-to-display-intel_display.patch
	patches.suse/drm-i915-remove-unnecessary-includes-of-intel_displa.patch
	patches.suse/drm-i915-move-property-enums-to-intel_display_types..patch
	patches.suse/drm-i915-abstract-display-suspend-resume-operations.patch
	patches.suse/drm-i915-Drop-expectations-of-VM_IO-from-our-GGTT-mm.patch
	patches.suse/drm-i915-Rename-engines-to-match-their-user-interfac.patch
	patches.suse/drm-i915-Use-intel_engine_lookup_user-for-probing-HA.patch
	patches.suse/drm-i915-Fix-some-NULL-vs-IS_ERR-conditions.patch
	patches.suse/drm-i915-Include-the-DRIVER_DATE-in-the-error-state.patch
	patches.suse/drm-i915-Isolate-i915_getparam_ioctl.patch
	patches.suse/drm-i915-perf-Refactor-oa-object-to-better-manage-re.patch
	patches.suse/drm-i915-uc-Prefer-dev_info-for-reporting-options.patch
	patches.suse/drm-i915-uc-HuC-firmware-can-t-be-supported-without-.patch
	patches.suse/drm-i915-uc-Don-t-fetch-HuC-fw-if-GuC-fw-fetch-alrea.patch
	patches.suse/drm-i915-Don-t-try-to-partition-WOPCM-without-GuC-fi.patch
	patches.suse/drm-i915-Make-wopcm_to_i915-private.patch
	patches.suse/drm-i915-uc-WOPCM-programming-errors-are-not-always-.patch
	patches.suse/drm-i915-uc-Hardening-firmware-fetch.patch
	patches.suse/drm-i915-split-out-intel_pch.-ch-from-i915_drv.-ch.patch
	patches.suse/drm-i915-tgl-dsi-Program-TRANS_VBLANK-register.patch
	patches.suse/drm-i915-tgl-dsi-Set-latency-PCS_DW1-for-tgl.patch
	patches.suse/drm-i915-tgl-dsi-Do-not-override-TA_SURE.patch
	patches.suse/drm-i915-tgl-dsi-Gate-the-ddi-clocks-after-pll-mappi.patch
	patches.suse/drm-i915-tgl-Add-mipi-dsi-support-for-TGL.patch
	patches.suse/drm-i915-tgl-dsi-Enable-blanking-packets-during-BLLP.patch
	patches.suse/drm-i915-selftests-Pass-intel_context-to-mock_reques.patch
	patches.suse/drm-i915-Allocate-kernel_contexts-directly.patch
	patches.suse/drm-i915-Fix-up-the-inverse-mapping-for-default-ctx-.patch
	patches.suse/drm-i915-Get-transcoder-power-domain-before-reading-.patch
	patches.suse/drm-i915-tgl-Fix-the-read-of-the-DDI-that-transcoder.patch
	patches.suse/drm-i915-selftests-Fixup-a-missing-legacy_idx.patch
	patches.suse/drm-i915-Defer-final-intel_wakeref_put-to-process-co.patch
	patches.suse/drm-i915-Only-include-active-engines-in-the-capture-.patch
	patches.suse/drm-i915-Make-debugfs-per_file_stats-scale-better.patch
	patches.suse/drm-i915-remove-unused-dev_priv-no_aux_handshake.patch
	patches.suse/drm-i915-move-add_taint_for_CI-to-i915_utils.h.patch
	patches.suse/drm-i915-move-I915_STATE_WARN-and-_ON-to-intel_displ.patch
	patches.suse/drm-i915-move-printing-and-load-error-inject-to-i915.patch
	patches.suse/drm-i915-extract-i915_perf.h-from-i915_drv.h.patch
	patches.suse/drm-i915-extract-i915_sysfs.h-from-i915_drv.h.patch
	patches.suse/drm-i915-extract-i915_suspend.h-from-i915_drv.h.patch
	patches.suse/drm-i915-extract-i915_memcpy.h-from-i915_drv.h.patch
	patches.suse/drm-i915-extract-gem-i915_gem_stolen.h-from-i915_drv.patch
	patches.suse/drm-i915-extract-i915_gem_shrinker.h-from-i915_drv.h.patch
	patches.suse/drm-i915-Free-the-imported-shmemfs-file-for-phys-obj.patch
	patches.suse/drm-i915-execlists-Backtrack-along-timeline.patch
	patches.suse/drm-i915-Check-for-a-second-VCS-engine-more-carefull.patch
	patches.suse/drm-i915-Replace-global-bsd_dispatch_index-with-rand.patch
	patches.suse/drm-i915-Generalise-BSD-default-selection.patch
	patches.suse/drm-i915-Drop-the-fudge-warning-on-ring-restart-for-.patch
	patches.suse/drm-i915-Remove-i915_gem_context_create_gvt.patch
	patches.suse/drm-i915-gt-Make-deferred-context-allocation-explici.patch
	patches.suse/drm-i915-Push-the-ring-creation-flags-to-the-backend.patch
	patches.suse/drm-i915-Lift-timeline-into-intel_context.patch
	patches.suse/drm-i915-Stop-reconfiguring-our-shmemfs-mountpoint.patch
	patches.suse/drm-i915-split-out-uncore_mmio_debug.patch
	patches.suse/drm-i915-blt-don-t-assume-pinned-intel_context.patch
	patches.suse/drm-i915-blt-bump-the-size-restriction.patch
	patches.suse/drm-i915-selftests-move-gpu-write-dw-into-utils.patch
	patches.suse/drm-i915-gtt-enable-GTT-cache-by-default.patch
	patches.suse/drm-i915-gtt-disable-2M-pages-for-pre-gen11.patch
	patches.suse/drm-i915-blt-support-copying-objects.patch
	patches.suse/drm-i915-buddy-allocator.patch
	patches.suse/drm-i915-Remove-unused-debugfs-i915_emon_status.patch
	patches.suse/drm-i915-uc-Fail-early-if-there-is-no-GuC-fw-availab.patch
	patches.suse/drm-i915-uc-Include-HuC-firmware-version-in-summary.patch
	patches.suse/drm-i915-uc-Update-messages-from-fw-upload-step.patch
	patches.suse/drm-i915-uc-Use-EIO-code-for-GuC-initialization-fail.patch
	patches.suse/drm-i915-icl-Remove-DDI-IO-power-domain-from-PG3-pow.patch
	patches.suse/drm-i915-tgl-Fixing-up-list-of-PG3-power-domains.patch
	patches.suse/drm-i915-uc-Update-copyright-and-license.patch
	patches.suse/drm-i915-execlists-Avoid-sync-calls-during-park.patch
	patches.suse/drm-i915-selftests-Prevent-the-timeslice-expiring-du.patch
	patches.suse/drm-i915-gt-Use-the-local-engine-wakeref-when-checki.patch
	patches.suse/drm-i915-Extract-GT-powermanagement-interrupt-handli.patch
	patches.suse/drm-i915-Extract-general-GT-interrupt-handlers.patch
	patches.suse/drm-i915-Forgo-last_fence-active-request-tracking.patch
	patches.suse/drm-i915-overlay-Switch-to-using-i915_active-trackin.patch
	patches.suse/drm-i915-guc-keep-breadcrumb-irq-always-enabled.patch
	patches.suse/drm-i915-drop-engine_pin-unpin_breadcrumbs_irq.patch
	patches.suse/drm-i915-guc-Use-a-local-cancel_port_requests.patch
	patches.suse/drm-i915-uc-Log-fw-status-changes-only-under-debug-c.patch
	patches.suse/drm-i915-tgl-Fix-missing-parentheses-on-TGL_TRANS_DD.patch
	patches.suse/drm-i915-Push-the-wakeref-count-deferral-to-the-back.patch
	patches.suse/drm-i915-gt-Save-restore-interrupts-around-breadcrum.patch
	patches.suse/drm-i915-kvmgt-Use-struct_size-helper.patch
	patches.suse/drm-i915-gvt-Fix-typo-of-VBLANK_TIMER_PERIOD.patch
	patches.suse/drm-i915-gvt-no-need-to-check-return-value-of-debugf.patch
	patches.suse/drm-i915-gvt-factor-out-tlb-and-mocs-register-offset.patch
	patches.suse/drm-i915-gvt-Utility-for-valid-command-length-check.patch
	patches.suse/drm-i915-gvt-Add-MI-command-valid-length-check.patch
	patches.suse/drm-i915-gvt-Add-valid-length-check-for-MI-variable-.patch
	patches.suse/drm-i915-gvt-Double-check-batch-buffer-size-after-co.patch
	patches.suse/drm-i915-bdw-Move-misc-display-IRQ-handling-to-it-ow.patch
	patches.suse/drm-i915-Add-_TRANS2.patch
	patches.suse/drm-i915-Update-DRIVER_DATE-to-20190813.patch
	patches.suse/drm-i915-guc-Remove-client-submissions.patch
	patches.suse/drm-i915-Include-engine-mmio_base-in-the-debug-dump.patch
	patches.suse/drm-i915-Disregard-drm_mode_config.fb_base.patch
	patches.suse/drm-i915-Print-CCID-for-all-renderCS.patch
	patches.suse/drm-i915-Serialise-read-write-of-the-barrier-s-engin.patch
	patches.suse/drm-i915-Convert-a-few-more-bland-dmesg-info-to-be-d.patch
	patches.suse/drm-i915-selftest-buddy-fixup-igt_buddy_alloc_range.patch
	patches.suse/drm-i915-icl-Implement-gen11-flush-including-tile-ca.patch
	patches.suse/drm-i915-icl-Add-command-cache-invalidate.patch
	patches.suse/drm-i915-icl-Add-gen11-specific-render-breadcrumbs.patch
	patches.suse/drm-i915-Move-tasklet-kicking-to-__i915_request_queu.patch
	patches.suse/drm-i915-cml-Add-Missing-PCI-IDs.patch
	patches.suse/drm-i915-gt-Track-timeline-activeness-in-enter-exit.patch
	patches.suse/drm-i915-gt-Convert-timeline-tracking-to-spinlock.patch
	patches.suse/drm-i915-gt-Guard-timeline-pinning-without-relying-o.patch
	patches.suse/drm-i915-Protect-request-retirement-with-timeline-mu.patch
	patches.suse/drm-i915-Extract-intel_frontbuffer-active-tracking.patch
	patches.suse/drm-i915-Use-the-associated-uncore-for-the-vm.patch
	patches.suse/drm-i915-buddy-tidy-up-i915_buddy_fini.patch
	patches.suse/drm-i915-buddy-use-kmemleak_update_trace.patch
	patches.suse/drm-i915-uc-Move-FW-size-sanity-check-back-to-fetch.patch
	patches.suse/drm-i915-wopcm-Check-WOPCM-layout-separately-from-ca.patch
	patches.suse/drm-i915-wopcm-Try-to-use-already-locked-WOPCM-layou.patch
	patches.suse/drm-i915-wopcm-Update-error-messages.patch
	patches.suse/drm-i915-wopcm-Fix-SPDX-tag-location.patch
	patches.suse/drm-i915-gt-Mark-context-active_count-as-protected-b.patch
	patches.suse/drm-i915-Markup-expected-timeline-locks-for-i915_act.patch
	patches.suse/drm-i915-execlists-Lift-process_csb-out-of-the-irq-o.patch
	patches.suse/drm-i915-Move-i915_power_well_id-out-of-i915_reg.h.patch
	patches.suse/drm-i915-Move-engine-IDs-out-of-i915_reg.h.patch
	patches.suse/drm-i915-Move-gmbus-definitions-out-of-i915_reg.h.patch
	patches.suse/drm-i915-Wrappers-for-display-register-waits.patch
	patches.suse/drm-i915-uc-Add-explicit-DISABLED-state-for-firmware.patch
	patches.suse/drm-i915-gtt-Fold-gen8-insertions-into-one.patch
	patches.suse/drm-i915-selftests-Check-the-context-size.patch
	patches.suse/drm-i915-uc-Cleanup-fw-fetch-only-if-it-was-successf.patch
	patches.suse/drm-i915-uc-Cleanup-fw-fetch-on-every-GuC-HuC-init-f.patch
	patches.suse/drm-i915-uc-Never-fail-on-uC-preparation-step.patch
	patches.suse/drm-i915-guc-Don-t-open-log-relay-if-GuC-is-not-runn.patch
	patches.suse/drm-i915-uc-Don-t-always-fail-on-unavailable-GuC-fir.patch
	patches.suse/drm-i915-uc-Never-fail-on-HuC-firmware-errors.patch
	patches.suse/drm-i915-Propagate-fence-errors.patch
	patches.suse/drm-i915-Always-wrap-the-ring-offset-before-resettin.patch
	patches.suse/drm-i915-gt-Mark-up-the-nested-engine-pm-timeline-lo.patch
	patches.suse/drm-i915-Only-emit-the-send-bug-report-once-for-a-GP.patch
	patches.suse/drm-i915-Serialize-against-vma-moves.patch
	patches.suse/drm-i915-gen11-Allow-usage-of-all-GPIO-pins.patch
	patches.suse/drm-i915-i915_active.retire-is-optional.patch
	patches.suse/drm-i915-Use-0-for-the-unordered-context.patch
	patches.suse/drm-i915-Assume-exclusive-access-to-objects-inside-r.patch
	patches.suse/drm-i915-Sanitize-PHY-state-during-display-core-unin.patch
	patches.suse/drm-i915-Serialize-insertion-into-the-file-mm.reques.patch
	patches.suse/drm-i915-Be-defensive-when-starting-vma-activity.patch
	patches.suse/drm-i915-tgl-Report-valid-VDBoxes-with-SFC-capabilit.patch
	patches.suse/drm-i915-tgl-add-Gen12-default-indirect-ctx-offset.patch
	patches.suse/drm-i915-tgl-add-GEN12_MAX_CONTEXT_HW_ID.patch
	patches.suse/drm-i915-tgl-Gen12-csb-support.patch
	patches.suse/drm-i915-tgl-Introduce-initial-Tiger-Lake-workaround.patch
	patches.suse/drm-i915-tgl-Updated-Private-PAT-programming.patch
	patches.suse/drm-i915-tgl-Gen12-render-context-size.patch
	patches.suse/drm-i915-Dynamically-allocate-s0ix-struct-for-VLV.patch
	patches.suse/drm-i915-gtt-Relax-pd_used-assertion.patch
	patches.suse/drm-i915-Update-DRIVER_DATE-to-20190820.patch
	patches.suse/drm-i915-tgl-disable-DDIC.patch
	patches.suse/drm-i915-tgl-add-support-for-reading-the-timestamp-f.patch
	patches.suse/drm-i915-tgl-Move-transcoders-to-pipes-powerwells.patch
	patches.suse/drm-i915-tgl-update-DMC-firmware-to-2.04.patch
	patches.suse/drm-i915-Fix-DP-MST-crtc_mask.patch
	patches.suse/drm-i915-gtt-Relax-assertion-for-pt_used.patch
	patches.suse/drm-i915-dp-stylistic-cleanup-around-hdcp2_msg_data.patch
	patches.suse/drm-i915-dp-avoid-shadowing-variables.patch
	patches.suse/drm-i915-dp-make-hdcp2_dp_msg_data-const.patch
	patches.suse/drm-i915-hdmi-stylistic-cleanup-around-hdcp2_msg_dat.patch
	patches.suse/drm-i915-hdmi-make-hdcp2_msg_data-const.patch
	patches.suse/drm-i915-gtt-Include-asm-smp.h.patch
	patches.suse/drm-i915-Replace-PIN_NONFAULT-with-calls-to-PIN_NOEV.patch
	patches.suse/drm-i915-execlists-Set-priority-hint-prior-to-submis.patch
	patches.suse/drm-i915-gtt-Add-some-range-asserts.patch
	patches.suse/drm-i915-selftests-Fixup-a-couple-of-missing-seriali.patch
	patches.suse/drm-i915-Generalise-the-clflush-dma-worker.patch
	patches.suse/drm-i915-Track-ggtt-fence-reservations-under-its-own.patch
	patches.suse/drm-i915-Pull-obj-userfault-tracking-under-the-ggtt-.patch
	patches.suse/drm-i915-Replace-i915_vma_put_fence.patch
	patches.suse/drm-i915-Update-DRIVER_DATE-to-20190822.patch
	patches.suse/0001-drm-imx-Drop-unused-imx-ipuv3-crtc.o-build.patch
	patches.suse/efifb-BGRT-Improve-efifb_bgrt_sanity_check.patch
	patches.suse/drm-i915-Select-DMABUF_SELFTESTS-for-the-default-i91.patch
	patches.suse/0002-drm-fix-module-name-in-edid_firmware-log-message.patch
	patches.suse/drm-amd-display-fix-issue-where-252-255-values-are-c.patch
	patches.suse/drm-amd-display-Fix-frames_to_insert-math.patch
	patches.suse/drm-amd-display-reprogram-VM-config-when-system-resu.patch
	patches.suse/drm-amd-display-Register-VUPDATE_NO_LOCK-interrupts-.patch
	patches.suse/drm-amd-powerplay-smu7-enforce-minimal-VBITimeout-v2.patch
	patches.suse/0001-Revert-drm-amd-display-skip-dsc-config-for-navi10-br.patch
	patches.suse/0002-Revert-drm-amd-display-navi10-bring-up-skip-dsc-enco.patch
	patches.suse/0003-Revert-drm-amd-display-add-global-master-update-lock.patch
	patches.suse/0004-Revert-drm-amd-display-Fix-underscan-not-using-prope.patch
	patches.suse/drm-amdgpu-sdma5-fix-number-of-sdma5-trap-irq-types-.patch
	patches.suse/drm-amd-powerpaly-fix-navi-series-custom-peak-level-.patch
	patches.suse/drm-amd-display-fix-MPO-HUBP-underflow-with-Scatter-.patch
	patches.suse/drm-amd-display-support-spdif.patch
	patches.suse/drm-amd-display-fix-trigger-not-generated-for-freesy.patch
	patches.suse/0005-Revert-drm-amdgpu-free-up-the-first-paging-queue-v2.patch
	patches.suse/drm-amdgpu-si-fix-ASIC-tests.patch
	patches.suse/0001-drm-msm-dsi-Fix-return-value-check-for-clk_get_paren.patch
	patches.suse/0002-drm-msm-Use-the-correct-dma_sync-calls-harder.patch
	patches.suse/0002-drm-mcde-Fix-DSI-transfers.patch
	patches.suse/drm-i915-gvt-update-vgpu-workload-head-pointer-corre.patch
	patches.suse/drm-i915-gvt-update-RING_START-reg-of-vGPU-when-the-.patch
	patches.suse/drm-i915-Hold-irq-off-for-the-entire-fake-lock-perio.patch
	patches.suse/drm-i915-Flush-the-existing-fence-before-GGTT-read-w.patch
	patches.suse/drm-i915-to-make-vgpu-ppgtt-notificaiton-as-atomic-o.patch
	patches.suse/drm-i915-Use-NOEVICT-for-first-pass-on-attemping-to-.patch
	patches.suse/drm-nouveau-kms-nv50-Don-t-create-MSTMs-for-eDP-conn.patch
	patches.suse/docs-kbuild-fix-invalid-ReST-syntax.patch
	patches.suse/docs-kbuild-remove-cc-ldoption-from-document-again.patch
	patches.suse/kbuild-Do-not-enable-Wimplicit-fallthrough-for-clang.patch
	patches.suse/kbuild-add-BASH-to-run-scripts-with-bash-extension.patch
	patches.suse/tracing-Make-sure-variable-reference-alias-has-corre.patch
	patches.suse/arm64-fix-unreachable-code-issue-with-cmpxchg.patch
	patches.suse/powerpc-rtas-Unexport-rtas_online_cpus_mask-rtas_off.patch
	patches.suse/PCI-rpaphp-Avoid-a-sometimes-uninitialized-warning.patch
	patches.suse/powerpc-powernv-Restrict-OPAL-symbol-map-to-only-be-.patch
	patches.suse/powerpc-pseries-Fix-cpu_hotplug_lock-acquisition-in-.patch
	patches.suse/powerpc-powernv-ioda-Fix-race-in-TCE-level-allocatio.patch
	patches.suse/powerpc-iommu-Allow-bypass-only-for-DMA.patch
	patches.suse/powerpc-powernv-ioda2-Allocate-TCE-table-levels-on-d.patch
	patches.suse/powerpc-xmon-Check-for-HV-mode-when-dumping-XIVE-inf.patch
	patches.suse/powerpc-xive-Fix-dump-of-XIVE-interrupt-under-pserie.patch
	patches.suse/powerpc-xmon-Add-a-dump-of-all-XIVE-interrupts.patch
	patches.suse/powerpc-ptdump-Fix-addresses-display-on-PPC32.patch
	patches.suse/powerpc-ptdump-fix-walk_pagetables-address-mismatch.patch
	patches.suse/powerpc-ptdump-get-out-of-note_prot_wx-when-CONFIG_P.patch
	patches.suse/powerpc-kasan-Fix-parallel-loading-of-modules.patch
	patches.suse/powerpc-kasan-Fix-shadow-area-set-up-for-modules.patch
	patches.suse/powerpc-futex-Fix-warning-oldval-may-be-used-uniniti.patch
	patches.suse/powerpc-32s-Fix-boot-failure-with-DEBUG_PAGEALLOC-wi.patch
	patches.suse/powerpc-64s-radix-Fix-memory-hotplug-section-page-ta.patch
	patches.suse/powerpc-64s-radix-Fix-memory-hot-unplug-page-table-s.patch
	patches.suse/powerpc-perf-fix-imc-allocation-failure-handling.patch
	patches.suse/powerpc-603-Fix-handling-of-the-DIRTY-flag.patch
	patches.suse/powerpc-rtas-use-device-model-APIs-and-serialization.patch
	patches.suse/powerpc-rtas-allow-rescheduling-while-changing-cpu-s.patch
	patches.suse/powerpc-pseries-mobility-use-cond_resched-when-updat.patch
	patches.suse/powerpc-mce-Schedule-work-from-irq_work.patch
	patches.suse/powerpc-mce-Fix-MCE-handling-for-huge-pages.patch
	patches.suse/powerpc-mce-Make-machine_check_ue_event-static.patch
	patches.suse/extable-Add-function-to-search-only-kernel-exception.patch
	patches.suse/powerpc-mce-Handle-UE-event-for-memcpy_mcsafe.patch
	patches.suse/powerpc-memcpy-Add-memcpy_mcsafe-for-pmem.patch
	patches.suse/powerpc-add-machine-check-safe-copy_to_user.patch
	patches.suse/powerpc-eeh-Clear-stale-EEH_DEV_NO_HANDLER-flag.patch
	patches.suse/selftests-powerpc-Retry-on-host-facility-unavailable.patch
	patches.suse/powerpc-64s-support-nospectre_v2-cmdline-option.patch
	patches.suse/powerpc-spinlocks-Refactor-SHARED_PROCESSOR.patch
	patches.suse/powerpc-spinlocks-Rename-SPLPAR-only-spinlocks.patch
	patches.suse/0001-powerpc-spinlocks-Fix-oops-in-__spin_yield-on-bare-m.patch
	patches.suse/powerpc-32-don-t-use-CPU_FTR_COHERENT_ICACHE.patch
	patches.suse/powerpc-convert-to-copy_thread_tls.patch
	patches.suse/powerpc-64s-exception-machine-check-fwnmi-remove-HV-.patch
	patches.suse/powerpc-64s-exception-machine-check-remove-bitrotted.patch
	patches.suse/powerpc-64s-exception-machine-check-fix-KVM-guest-te.patch
	patches.suse/powerpc-64s-exception-machine-check-adjust-RFI-targe.patch
	patches.suse/powerpc-64s-exception-machine-check-pseries-should-a.patch
	patches.suse/powerpc-64s-exception-machine-check-remove-machine_c.patch
	patches.suse/powerpc-64s-exception-machine-check-use-correct-cfar.patch
	patches.suse/powerpc-64s-powernv-machine-check-dump-SLB-contents.patch
	patches.suse/powerpc-64s-pseries-machine-check-convert-to-use-com.patch
	patches.suse/powerpc-64s-exception-machine-check-pseries-should-s.patch
	patches.suse/powerpc-64s-exception-machine-check-restructure-to-r.patch
	patches.suse/powerpc-64s-exception-machine-check-move-tramp-code.patch
	patches.suse/powerpc-64s-exception-simplify-machine-check-early-p.patch
	patches.suse/powerpc-64s-exception-machine-check-move-unrecoverab.patch
	patches.suse/powerpc-64s-exception-untangle-early-machine-check-h.patch
	patches.suse/powerpc-64s-exception-machine-check-improve-labels-a.patch
	patches.suse/powerpc-64s-exception-Fix-DAR-load-for-handle_page_f.patch
	patches.suse/powerpc-64s-exception-move-head-64.h-exception-code-.patch
	patches.suse/powerpc-64s-exception-Add-EXC_HV_OR_STD-which-select.patch
	patches.suse/powerpc-64s-exception-Fix-performance-monitor-virt-h.patch
	patches.suse/powerpc-64s-exception-remove-0xb00-handler.patch
	patches.suse/powerpc-64s-exception-Replace-PROLOG-macros-and-EXC-.patch
	patches.suse/powerpc-64s-exceptions-Use-keyword-params-to-shorten.patch
	patches.suse/powerpc-64s-exception-remove-EXCEPTION_PROLOG_0-1-re.patch
	patches.suse/powerpc-64s-exception-Add-the-virt-variant-of-the-de.patch
	patches.suse/powerpc-64s-exception-INT_HANDLER-support-HDAR-HDSIS.patch
	patches.suse/powerpc-64s-exception-Add-INT_KVM_HANDLER-gas-macro.patch
	patches.suse/powerpc-64s-exception-KVM_HANDLER-reorder-arguments-.patch
	patches.suse/powerpc-64s-exception-Merge-EXCEPTION_PROLOG_COMMON_.patch
	patches.suse/powerpc-64s-exception-Add-INT_COMMON-gas-macro-to-ge.patch
	patches.suse/powerpc-64s-exception-Expand-EXCEPTION_COMMON-macro-.patch
	patches.suse/powerpc-64s-exception-Expand-EXCEPTION_PROLOG_COMMON.patch
	patches.suse/powerpc-64s-exception-INT_COMMON-add-DAR-DSISR-recon.patch
	patches.suse/powerpc-64s-exception-move-interrupt-entry-code-abov.patch
	patches.suse/powerpc-64s-exception-program-check-handler-do-not-b.patch
	patches.suse/powerpc-64s-exception-Remove-pointless-KVM-handler-n.patch
	patches.suse/powerpc-64s-exception-reduce-page-fault-unnecessary-.patch
	patches.suse/powerpc-eeh-Clean-up-EEH-PEs-after-recovery-finishes.patch
	patches.suse/powerpc-64s-remove-register_process_table-callback.patch
	patches.suse/powerpc-64s-radix-tidy-up-TLB-flushing-code.patch
	patches.suse/powerpc-64s-pseries-radix-flush-translations-before-.patch
	patches.suse/powerpc-imc-Dont-create-debugfs-files-for-cpu-less-n.patch
	patches.suse/powerpc-Add-attributes-for-setjmp-longjmp.patch
	patches.suse/powerpc-memcpy-Fix-stack-corruption-for-smaller-size.patch
	patches.suse/powerpc-pseries-correctly-track-irq-state-in-default.patch
	patches.suse/powerpc-xive-Fix-bogus-error-code-returned-by-OPAL.patch
	patches.suse/powerpc-fadump-move-internal-macros-definitions-to-a.patch
	patches.suse/powerpc-fadump-add-helper-functions.patch
	patches.suse/powerpc-fadump-declare-helper-functions-in-internal-.patch
	patches.suse/powerpc-fadump-Improve-fadump-documentation.patch
	patches.suse/powerpc-fadump-use-helper-functions-to-reserve-relea.patch
	patches.suse/powerpc-fadump-move-rtas-specific-definitions-to-pla.patch
	patches.suse/powerpc-fadump-introduce-callbacks-for-platform-spec.patch
	patches.suse/pseries-fadump-define-RTAS-register-un-register-call.patch
	patches.suse/powerpc-fadump-add-source-info-while-displaying-regi.patch
	patches.suse/powerpc-fadump-release-all-the-memory-above-boot-mem.patch
	patches.suse/pseries-fadump-move-out-platform-specific-support-fr.patch
	patches.suse/powerpc-fadump-use-FADump-instead-of-fadump-for-how-.patch
	patches.suse/powerpc-opal-add-MPIPL-interface-definitions.patch
	patches.suse/powerpc-fadump-add-fadump-support-on-powernv.patch
	patches.suse/powerpc-fadump-improve-fadump_reserve_mem.patch
	patches.suse/powerpc-fadump-register-kernel-metadata-address-with.patch
	patches.suse/powerpc-fadump-reset-metadata-address-during-clean-u.patch
	patches.suse/powerpc-fadump-define-OPAL-register-un-register-call.patch
	patches.suse/powerpc-fadump-support-copying-multiple-kernel-boot-.patch
	patches.suse/powerpc-fadump-process-the-crashdump-by-exporting-it.patch
	patches.suse/powerpc-fadump-Warn-before-processing-partial-crashd.patch
	patches.suse/powerpc-fadump-handle-invalidation-of-crashdump-and-.patch
	patches.suse/powerpc-fadump-Update-documentation-about-OPAL-platf.patch
	patches.suse/powerpc-fadump-make-use-of-memblock-s-bottom-up-allo.patch
	patches.suse/powerpc-fadump-process-architected-register-state-da.patch
	patches.suse/powerpc-fadump-make-crash-memory-ranges-array-alloca.patch
	patches.suse/powerpc-fadump-consider-reserved-ranges-while-releas.patch
	patches.suse/powerpc-fadump-improve-how-crashed-kernel-s-memory-i.patch
	patches.suse/powerpc-fadump-add-support-to-preserve-crash-data-on.patch
	patches.suse/powerpc-fadump-update-documentation-about-CONFIG_PRE.patch
	patches.suse/powerpc-opalcore-export-sys-firmware-opal-core-for-a.patch
	patches.suse/powerpc-opalcore-provide-an-option-to-invalidate-sys.patch
	patches.suse/powerpc-fadump-consider-f-w-load-area.patch
	patches.suse/powerpc-fadump-update-documentation-about-option-to-.patch
	patches.suse/powerpc-fadump-remove-RMA_START-and-RMA_END-macros.patch
	patches.suse/powerpc-fadump-support-holes-in-kernel-boot-memory-a.patch
	patches.suse/powerpc-dump-kernel-log-before-carrying-out-fadump-o.patch
	patches.suse/powerpc-mm-mce-Keep-irqs-disabled-during-lockless-pa.patch
	patches.suse/vfio-spapr_tce-Fix-incorrect-tce_iommu_group-memory-.patch
	patches.suse/vfio_pci-Restore-original-state-on-release.patch
	patches.suse/clk-qoriq-Fix-Wunused-const-variable.patch
	patches.suse/clk-qcom-gcc-sdm845-Use-floor-ops-for-sdcc-clks.patch
	patches.suse/clk-qcom-fix-QCS404-TuringCC-regmap.patch
	patches.suse/clk-ingenic-jz4740-Fix-pll-half-divider-not-read-wri.patch
	patches.suse/clk-actions-Don-t-reference-clk_init_data-after-regi.patch
	patches.suse/clk-meson-axg-audio-Don-t-reference-clk_init_data-af.patch
	patches.suse/clk-sirf-Don-t-reference-clk_init_data-after-registr.patch
	patches.suse/clk-sprd-Don-t-reference-clk_init_data-after-registr.patch
	patches.suse/clk-zx296718-Don-t-reference-clk_init_data-after-reg.patch
	patches.suse/clk-sunxi-Don-t-call-clk_hw_get_name-on-a-hw-that-is.patch
	patches.suse/clk-imx8mm-Fix-typo-of-pwm3-clock-s-mux-option-4.patch
	patches.suse/clk-imx8mm-GPT1-clock-mux-option-5-should-be-sys_pll.patch
	patches.suse/clk-imx-imx8mm-fix-audio-pll-setting.patch
	patches.suse/clk-imx8mq-Mark-AHB-clock-as-critical.patch
	patches.suse/clk-imx8mq-Fix-sys3-pll-references.patch
	patches.suse/clk-imx8mm-Fix-incorrect-parents.patch
	patches.suse/clk-imx-pll14xx-avoid-glitch-when-set-rate.patch
	patches.suse/clk-imx-clk-pll14xx-unbypass-PLL-by-default.patch
	patches.suse/clk-imx-imx8mm-fix-pll-mux-bit.patch
	patches.suse/clk-sunxi-ng-v3s-add-the-missing-PLL_DDR1.patch
	patches.suse/clk-sunxi-ng-v3s-add-missing-clock-slices-for-MMC2-m.patch
	patches.suse/clk-renesas-mstp-Set-GENPD_FLAG_ALWAYS_ON-for-clock-.patch
	patches.suse/clk-renesas-cpg-mssr-Set-GENPD_FLAG_ALWAYS_ON-for-cl.patch
	patches.suse/clk-fix-devm_platform_ioremap_resource.cocci-warning.patch
	patches.suse/dt-bindings-bcm2835-cprman-Add-bcm2711-support.patch
	patches.suse/clk-bcm2835-Introduce-SoC-specific-clock-registratio.patch
	patches.suse/clk-bcm2835-Add-BCM2711_CLOCK_EMMC2-support.patch
	patches.suse/clk-bcm2835-Mark-PLLD_PER-as-CRITICAL.patch
	patches.suse/clk-Evict-unregistered-clks-from-parent-caches.patch
	patches.suse/clk-actions-Fix-factor-clk-struct-member-access.patch
	patches.suse/clk-Make-clk_bulk_get_all-return-a-valid-id.patch
	patches.suse/clk-at91-fix-update-bit-maps-on-CFG_MOR-write.patch
	patches.suse/clk-at91-select-parent-if-main-oscillator-or-bypass-.patch
	patches.suse/clk-sprd-add-missing-kfree.patch
	patches.suse/arm64-dts-ti-k3-am65-main-Fix-gic-its-node-unit-addr.patch
	patches.suse/ARM-samsung-Fix-system-restart-on-S3C6410.patch
	patches.suse/ARM-dts-dir685-Drop-spi-cpol-from-the-display.patch
	patches.suse/printk-Do-not-lose-last-line-in-kmsg-buffer-dump.patch
	patches.suse/vsprintf-Prevent-crash-when-dereferencing-invalid-po.patch
	patches.suse/randstruct-Check-member-structs-in-is_pure_ops_struc.patch
	patches.suse/mm-mmu_notifiers-hoist-do_mmu_notifier_register-down.patch
	patches.suse/mm-mmu_notifiers-do-not-speculatively-allocate-a-mmu.patch
	patches.suse/mm-mmu_notifiers-add-a-get-put-scheme-for-the-regist.patch
	patches.suse/0003-drm-amdkfd-fix-a-use-after-free-race-with-mmu_notife.patch
	patches.suse/RDMA-odp-Use-the-common-interval-tree-library-instea.patch
	patches.suse/RDMA-odp-Iterate-over-the-whole-rbtree-directly.patch
	patches.suse/RDMA-odp-Make-it-clearer-when-a-umem-is-an-implicit-.patch
	patches.suse/RMDA-odp-Consolidate-umem_odp-initialization.patch
	patches.suse/RDMA-odp-Make-the-three-ways-to-create-a-umem_odp-cl.patch
	patches.suse/RDMA-odp-Split-creating-a-umem_odp-from-ib_umem_get.patch
	patches.suse/RDMA-odp-Provide-ib_umem_odp_release-to-undo-the-all.patch
	patches.suse/RDMA-odp-Check-for-overflow-when-computing-the-umem_.patch
	patches.suse/RDMA-odp-Use-kvcalloc-for-the-dma_list-and-page_list.patch
	patches.suse/RDMA-core-Make-invalidate_range-a-device-operation.patch
	patches.suse/RDMA-mlx5-Use-ib_umem_start-instead-of-umem.address.patch
	patches.suse/RDMA-mlx5-Use-odp-instead-of-mr-umem-in-pagefault_mr.patch
	patches.suse/RDMA-odp-use-mmu_notifier_get-put-for-struct-ib_ucon.patch
	patches.suse/RDMA-odp-remove-ib_ucontext-from-ib_umem.patch
	patches.suse/mm-hmm-fix-hmm_range_fault-s-handling-of-swapped-out-pages.patch
	patches.suse/mm-hmm-hmm_range_fault-null-pointer-bug.patch
	patches.suse/mm-hmm-hmm_range_fault-infinite-loop.patch
	patches.suse/IB-hfi1-Do-not-update-hcrc-for-a-KDETH-packet-during.patch
	patches.suse/IB-hfi1-Remove-unused-define.patch
	patches.suse/RDMA-mlx4-Untag-user-pointers-in-mlx4_get_umem_mr.patch
	patches.suse/RDMA-hns-Fix-comparison-of-unsigned-long-variable-en.patch
	patches.suse/RDMA-core-Annotate-destroy-of-mutex-to-ensure-that-i.patch
	patches.suse/IB-mlx5-Avoid-unnecessary-typecast.patch
	patches.suse/RDMA-hns-Package-the-flow-of-creating-cq.patch
	patches.suse/RDMA-hns-Refactor-the-code-of-creating-srq.patch
	patches.suse/RDMA-hns-Refactor-for-hns_roce_v2_modify_qp-function.patch
	patches.suse/RDMA-hns-Use-a-separated-function-for-setting-extend.patch
	patches.suse/RDMA-hns-optimize-the-duplicated-code-for-qpc-settin.patch
	patches.suse/RDMA-hns-Optimize-hns_roce_mhop_alloc-function.patch
	patches.suse/RDMA-hns-Package-for-hns_roce_rereg_user_mr-function.patch
	patches.suse/RDMA-hns-Refactor-hem-table-mhop-check-and-calculati.patch
	patches.suse/RDMA-hns-Refactor-eq-table-init-for-hip08.patch
	patches.suse/RDMA-qib-Unneeded-variable-ret.patch
	patches.suse/RDMA-qedr-Remove-Unneeded-variable-rc.patch
	patches.suse/IB-usnic-Use-dev_get_drvdata.patch
	patches.suse/RDMA-mlx4-Separate-creation-of-RWQ-and-QP.patch
	patches.suse/RDMA-mlx4-Annotate-boolean-arguments-as-bool-and-not.patch
	patches.suse/RDMA-core-Support-netlink-commands-in-non-init_net-n.patch
	patches.suse/IB-mlx5-Add-CREATE_PSV-DESTROY_PSV-for-devx-interfac.patch
	patches.suse/qed-Change-dpi_addr-to-be-denoted-with-__iomem.patch
	patches.suse/IB-mlx5-Refactor-code-for-counters-allocation.patch
	patches.suse/IB-mlx5-Support-per-device-q-counters-in-switchdev-m.patch
	patches.suse/IB-bnxt_re-Do-not-notifify-GID-change-event.patch
	patches.suse/RDMA-efa-Expose-device-statistics.patch
	patches.suse/infiniband-Remove-dev_err-usage-after-platform_get_i.patch
	patches.suse/RDMA-core-fix-spelling-mistake-Nelink-Netlink.patch
	patches.suse/RDMA-mlx5-Remove-DEBUG-ODP-code.patch
	patches.suse/RDMA-hns-remove-set-but-not-used-variable-irq_num.patch
	patches.suse/mlx5-Fix-formats-with-line-continuation-whitespace.patch
	patches.suse/rdma-Enable-ib_alloc_cq-to-spread-work-over-a-device.patch
	patches.suse/RDMA-hns-Remove-not-used-UAR-assignment.patch
	patches.suse/RDMA-core-Introduce-ratelimited-ibdev-printk-functio.patch
	patches.suse/RDMA-efa-Rate-limit-admin-queue-error-prints.patch
	patches.suse/RDMA-Introduce-ib_port_phys_state-enum.patch
	patches.suse/RDMA-cxgb3-Use-ib_device_set_netdev.patch
	patches.suse/RDMA-core-Add-common-iWARP-query-port.patch
	patches.suse/RDMA-cxgb3-cxgb4-i40iw-Remove-common-code.patch
	patches.suse/RDMA-hns-remove-obsolete-Kconfig-comment.patch
	patches.suse/RDMA-hns-Encapsulate-some-lines-for-setting-sq-size-.patch
	patches.suse/RDMA-hns-Optimize-hns_roce_modify_qp-function.patch
	patches.suse/RDMA-hns-Update-the-prompt-message-for-creating-and-.patch
	patches.suse/RDMA-hns-Remove-unnessary-init-for-cmq-reg.patch
	patches.suse/RDMA-hns-Clean-up-unnecessary-initial-assignment.patch
	patches.suse/RDMA-hns-Update-some-comments-style.patch
	patches.suse/RDMA-hns-Handling-the-error-return-value-of-hem-func.patch
	patches.suse/RDMA-hns-Split-bool-statement-and-assign-statement.patch
	patches.suse/RDMA-hns-Refactor-irq-request-code.patch
	patches.suse/RDMA-hns-Remove-unnecessary-kzalloc.patch
	patches.suse/RDMA-hns-Refactor-hns_roce_v2_set_hem-for-hip08.patch
	patches.suse/RDMA-hns-Remove-redundant-print-in-hns_roce_v2_ceq_i.patch
	patches.suse/RDMA-hns-Disable-alw_lcl_lpbk-of-SSU.patch
	patches.suse/RDMA-hns-Use-the-new-APIs-for-printing-log.patch
	patches.suse/IB-mlx5-Add-legacy-events-to-DEVX-list.patch
	patches.suse/IB-mlx5-Expose-XRQ-legacy-commands-over-the-DEVX-int.patch
	patches.suse/RDMA-mlx5-Annotate-lock-dependency-in-bind-unbind-sl.patch
	patches.suse/RDMA-hns-Logic-optimization-of-wc_flags.patch
	patches.suse/RDMA-hns-Bugfix-for-creating-qp-attached-to-srq.patch
	patches.suse/RDMA-hns-Modify-pi-vlaue-when-cq-overflows.patch
	patches.suse/RDMA-hns-Bugfix-for-slab-out-of-bounds-when-unloadin.patch
	patches.suse/RDMA-hns-bugfix-for-slab-out-of-bounds-when-loading-.patch
	patches.suse/RDMA-hns-Remove-unuseful-member.patch
	patches.suse/RDMA-hns-Fix-some-white-space-check_mtu_validate.patch
	patches.suse/RDMA-Delete-DEBUG-code.patch
	patches.suse/RDMA-mlx5-RDMA_RX-flow-type-support-for-user-applica.patch
	patches.suse/RDMA-efa-Remove-umem-check-on-dereg-MR-flow.patch
	patches.suse/RDMA-efa-Use-existing-FIELD_SIZEOF-macro.patch
	patches.suse/RDMA-iwpm-Delete-unnecessary-checks-before-the-macro.patch
	patches.suse/IB-mlx5-Remove-check-of-FW-capabilities-in-ODP-page-.patch
	patches.suse/IB-mlx5-Add-page-fault-handler-for-DC-initiator-WQE.patch
	patches.suse/RDMA-hns-Modify-the-data-structure-of-hns_roce_av.patch
	patches.suse/RDMA-hns-Remove-the-some-magic-number.patch
	patches.suse/RDMA-hns-Fix-cast-from-or-to-restricted-__le32-for-d.patch
	patches.suse/RDMA-hns-Add-reset-process-for-function-clear.patch
	patches.suse/RDMA-hns-Remove-if-else-judgment-statements-for-crea.patch
	patches.suse/RDMA-hns-Delete-the-not-used-lines.patch
	patches.suse/RDMA-hns-Fix-wrong-assignment-of-qp_access_flags.patch
	patches.suse/RDMA-cma-Fix-false-error-message.patch
	patches.suse/Documentation-infiniband-update-name-of-some-functio.patch
	patches.suse/RDMA-hns-Use-devm_platform_ioremap_resource-to-simpl.patch
	patches.suse/RDMA-odp-Add-missing-cast-for-32-bit.patch
	patches.suse/RDMA-usnic-Avoid-overly-large-buffers-on-stack.patch
	patches.suse/RDMA-Fix-goto-target-to-release-the-allocated-memory.patch
	patches.suse/RDMA-siw-Fix-page-address-mapping-in-TX-path.patch
	patches.suse/IB-iser-Support-up-to-16MB-data-transfer-in-a-single.patch
	patches.suse/RDMA-siw-Relax-from-kmap_atomic-use-in-TX-path.patch
	patches.suse/IB-hfi1-Add-traces-for-TID-RDMA-READ.patch
	patches.suse/IB-rdmavt-hfi1-qib-Add-a-counter-for-credit-waits.patch
	patches.suse/IB-hfi1-Define-variables-as-unsigned-long-to-fix-KAS.patch
	patches.suse/RDMA-hns-Optimize-cmd-init-and-mode-selection-for-hi.patch
	patches.suse/RDMA-hns-Package-operations-of-rq-inline-buffer-into.patch
	patches.suse/RDMA-bnxt_re-Fix-spelling-mistake-missin_resp-missin.patch
	patches.suse/IB-mlx5-Use-the-original-address-for-the-page-during.patch
	patches.suse/IB-mlx5-Free-mpi-in-mp_slave-mode.patch
	patches.suse/RDMA-efa-Fix-incorrect-error-print.patch
	patches.suse/RDMA-Fix-double-free-in-srq-creation-error-flow.patch
	patches.suse/0004-dm-make-dm_table_find_target-return-NULL.patch
	patches.suse/dm-zoned-fix-invalid-memory-access.patch
	patches.suse/dm-raid-fix-updating-of-max_discard_sectors-limit.patch
	patches.suse/scsi-ufs-Change-names-related-to-error-history.patch
	patches.suse/scsi-ufs-Add-fatal-and-auto-hibern8-error-history.patch
	patches.suse/scsi-ufs-Do-not-reset-error-history-during-host-rese.patch
	patches.suse/scsi-ufs-Add-history-of-fatal-events.patch
	patches.suse/scsi-core-add-support-for-request-batching.patch
	patches.suse/scsi-virtio_scsi-implement-request-batching.patch
	patches.suse/scsi-lpfc-Remove-unnecessary-null-check-before-kfree.patch
	patches.suse/scsi-ufs-change-msleep-to-usleep_range.patch
	patches.suse/scsi-qla2xxx-Remove-unnecessary-null-check.patch
	patches.suse/scsi-aic94xx-Remove-unnecessary-null-check.patch
	patches.suse/scsi-fdomain-use-BCTL_RST-in-fdomain_reset.patch
	patches.suse/scsi-fdomain-use-BSTAT_-MSG-CMD-IO-in-fdomain_work.patch
	patches.suse/scsi-fdomain_isa-use-CFG1_IRQ_MASK.patch
	patches.suse/scsi-qla2xxx-Replace-vmalloc-memset-with-vzalloc.patch
	patches.suse/scsi-scsi_debugfs-Use-for_each_set_bit-to-simplify-c.patch
	patches.suse/scsi-mpt3sas-clean-up-a-couple-sizeof-uses.patch
	patches.suse/scsi-cxlflash-Mark-expected-switch-fall-throughs.patch
	patches.suse/scsi-ibmvscsi_tgt-Mark-expected-switch-fall-throughs.patch
	patches.suse/scsi-mpt3sas-support-target-smid-for-abort-query-tas.patch
	patches.suse/scsi-qla2xxx-Fix-DMA-unmap-leak.patch
	patches.suse/scsi-qla2xxx-Fix-different-size-DMA-Alloc-Unmap.patch
	patches.suse/scsi-qla2xxx-Fix-abort-timeout-race-condition.patch
	patches.suse/scsi-qla2xxx-Use-Correct-index-for-Q-Pair-array.patch
	patches.suse/scsi-qla2xxx-Skip-FW-dump-on-LOOP-initialization-err.patch
	patches.suse/scsi-qla2xxx-Reject-EH_-abort-device_reset-target_re.patch
	patches.suse/scsi-qla2xxx-Fix-Relogin-to-prevent-modifying-scan_s.patch
	patches.suse/scsi-qla2xxx-Fix-premature-timer-expiration.patch
	patches.suse/scsi-qla2xxx-Retry-fabric-Scan-on-IOCB-queue-full.patch
	patches.suse/scsi-qla2xxx-Correct-error-handling-during-initializ.patch
	patches.suse/scsi-qla2xxx-Fix-NVMe-port-discovery-after-a-short-d.patch
	patches.suse/scsi-qla2xxx-Use-common-update-firmware-options-rout.patch
	patches.suse/scsi-qla2xxx-Fix-hang-in-fcport-delete-path.patch
	patches.suse/scsi-qla2xxx-Allow-NVMe-IO-to-resume-with-short-cabl.patch
	patches.suse/scsi-qla2xxx-Update-driver-version-to-10.01.00.18-k.patch
	patches.suse/scsi-megaraid_sas-Make-a-bunch-of-functions-static.patch
	patches.suse/scsi-megaraid_sas-Fix-a-compilation-warning.patch
	patches.suse/scsi-ibmvfc-Mark-expected-switch-fall-throughs.patch
	patches.suse/scsi-qlogicpti-Mark-expected-switch-fall-throughs.patch
	patches.suse/scsi-sun3_scsi-Mark-expected-switch-fall-throughs.patch
	patches.suse/scsi-wd33c93-Mark-expected-switch-fall-through.patch
	patches.suse/scsi-ufs-revamp-string-descriptor-reading.patch
	patches.suse/scsi-core-Make-scsi_internal_device_unblock_nowait-r.patch
	patches.suse/scsi-core-Complain-if-scsi_target_block-fails.patch
	patches.suse/scsi-core-Reduce-memory-required-for-SCSI-logging.patch
	patches.suse/scsi-ufs-Configure-clock-in-.hce_enable_notify-in-Ca.patch
	patches.suse/scsi-ncr53c8xx-Mark-expected-switch-fall-through.patch
	patches.suse/scsi-hisi_sas-Make-max-IPTT-count-equal-for-all-hw-r.patch
	patches.suse/scsi-hisi_sas-Drop-hisi_sas_hw.get_free_slot.patch
	patches.suse/scsi-hisi_sas-Fix-pointer-usage-error-in-show-debugf.patch
	patches.suse/scsi-hisi_sas-Snapshot-HW-cache-of-IOST-and-ITCT-at-.patch
	patches.suse/scsi-hisi_sas-Snapshot-AXI-and-RAS-register-at-debug.patch
	patches.suse/scsi-hisi_sas-Fix-out-of-bound-at-debug_I_T_nexus_re.patch
	patches.suse/scsi-hisi_sas-Don-t-bother-clearing-status-buffer-IU.patch
	patches.suse/scsi-hisi_sas-Make-slot-buf-minimum-allocation-of-PA.patch
	patches.suse/scsi-hisi_sas-Drop-kmap_atomic-in-SMP-command-comple.patch
	patches.suse/scsi-hisi_sas-Drop-SMP-resp-frame-DMA-mapping.patch
	patches.suse/scsi-hisi_sas-Drop-free_irq-when-devm_request_irq-fa.patch
	patches.suse/scsi-hisi_sas-Modify-return-type-of-debugfs-function.patch
	patches.suse/scsi-hisi_sas-Remove-some-unnecessary-code.patch
	patches.suse/scsi-hisi_sas-replace-p-with-pK.patch
	patches.suse/scsi-hisi_sas-Consolidate-internal-abort-calls-in-LU.patch
	patches.suse/scsi-pm80xx-remove-redundant-assignments-to-variable.patch
	patches.suse/scsi-mpt3sas-Add-support-for-PCIe-Lane-margin.patch
	patches.suse/scsi-mpt3sas-memset-request-frame-before-reusing.patch
	patches.suse/scsi-mpt3sas-Gracefully-handle-online-firmware-updat.patch
	patches.suse/scsi-mpt3sas-Update-MPI-headers-to-2.6.8-spec.patch
	patches.suse/scsi-mpt3sas-Enumerate-SES-of-a-managed-PCIe-switch.patch
	patches.suse/scsi-mpt3sas-Allow-ioctls-to-blocked-access-status-N.patch
	patches.suse/scsi-mpt3sas-Support-MEMORY-MOVE-Tool-box-command.patch
	patches.suse/scsi-mpt3sas-Add-sysfs-to-know-supported-features.patch
	patches.suse/scsi-mpt3sas-Handle-fault-during-HBA-initialization.patch
	patches.suse/scsi-mpt3sas-Reduce-the-performance-drop.patch
	patches.suse/scsi-mpt3sas-Run-SAS-DEVICE-STATUS-CHANGE-EVENT-from.patch
	patches.suse/scsi-mpt3sas-Update-driver-version-to-31.100.00.00.patch
	patches.suse/scsi-qla2xxx-Make-qla2x00_abort_srb-again-decrease-t.patch
	patches.suse/scsi-qla2xxx-Really-fix-qla2xxx_eh_abort.patch
	patches.suse/scsi-qla2xxx-Improve-Linux-kernel-coding-style-confo.patch
	patches.suse/scsi-qla2xxx-Use-tabs-instead-of-spaces-for-indentat.patch
	patches.suse/scsi-qla2xxx-Include-the-asm-unaligned.h-header-file.patch
	patches.suse/scsi-qla2xxx-Remove-an-include-directive-from-qla_mr.patch
	patches.suse/scsi-qla2xxx-Remove-a-superfluous-forward-declaratio.patch
	patches.suse/scsi-qla2xxx-Declare-the-fourth-ql_dump_buffer-argum.patch
	patches.suse/scsi-qla2xxx-Change-the-return-type-of-qla2x00_updat.patch
	patches.suse/scsi-qla2xxx-Reduce-the-scope-of-three-local-variabl.patch
	patches.suse/scsi-qla2xxx-Declare-qla_tgt_cmd.cdb-const.patch
	patches.suse/scsi-qla2xxx-Change-data_dsd-into-an-array.patch
	patches.suse/scsi-qla2xxx-Verify-locking-assumptions-at-runtime.patch
	patches.suse/scsi-qla2xxx-Reduce-the-number-of-casts-in-GID-list-.patch
	patches.suse/scsi-qla2xxx-Simplify-qlt_lport_dump.patch
	patches.suse/scsi-qla2xxx-Remove-a-superfluous-pointer-check.patch
	patches.suse/scsi-qla2xxx-Remove-two-superfluous-tests.patch
	patches.suse/scsi-qla2xxx-Simplify-qla24xx_abort_sp_done.patch
	patches.suse/scsi-qla2xxx-Fix-session-lookup-in-qlt_abort_work.patch
	patches.suse/scsi-qla2xxx-Report-the-firmware-status-code-if-a-ma.patch
	patches.suse/scsi-qla2xxx-Do-not-corrupt-vha-plogi_ack_list.patch
	patches.suse/scsi-qla2xxx-Use-strlcpy-instead-of-strncpy.patch
	patches.suse/scsi-qla2xxx-Complain-if-a-mailbox-command-times-out.patch
	patches.suse/scsi-qla2xxx-Complain-if-parsing-the-version-string-.patch
	patches.suse/scsi-qla2xxx-Remove-dead-code.patch
	patches.suse/scsi-qla2xxx-Simplify-a-debug-statement.patch
	patches.suse/scsi-qla2xxx-Fix-qla24xx_process_bidir_cmd.patch
	patches.suse/scsi-qla2xxx-Remove-unreachable-code-from-qla83xx_id.patch
	patches.suse/scsi-qla2xxx-Suppress-a-Coveritiy-complaint-about-in.patch
	patches.suse/scsi-qla2xxx-Suppress-multiple-Coverity-complaint-ab.patch
	patches.suse/scsi-qla2xxx-Always-check-the-qla2x00_wait_for_hba_o.patch
	patches.suse/scsi-qla2xxx-Declare-fourth-qla2x00_set_model_info-a.patch
	patches.suse/scsi-qla2xxx-Complain-if-waiting-for-pending-command.patch
	patches.suse/scsi-qla2xxx-Check-the-PCI-info-string-output-buffer.patch
	patches.suse/scsi-qla2xxx-Use-memcpy-and-strlcpy-instead-of-strcp.patch
	patches.suse/scsi-qla2xxx-Complain-if-a-soft-reset-fails.patch
	patches.suse/scsi-qla2xxx-Introduce-the-be_id_t-and-le_id_t-data-.patch
	patches.suse/scsi-qla2xxx-Change-the-return-type-of-qla24xx_read_.patch
	patches.suse/scsi-qla2xxx-Check-secondary-image-if-reading-the-pr.patch
	patches.suse/scsi-qla2xxx-Make-it-explicit-that-ELS-pass-through-.patch
	patches.suse/scsi-qla2xxx-Set-the-responder-mode-if-appropriate-f.patch
	patches.suse/scsi-qla2xxx-Rework-key-encoding-in-qlt_find_host_by.patch
	patches.suse/scsi-qla2xxx-Enable-type-checking-for-the-SRB-free-a.patch
	patches.suse/scsi-qla2xxx-Introduce-the-function-qla2xxx_init_sp.patch
	patches.suse/scsi-qla2xxx-Fix-a-race-condition-between-aborting-a.patch
	patches.suse/scsi-qla2xxx-Make-qlt_handle_abts_completion-more-ro.patch
	patches.suse/scsi-qla2xxx-Modify-NVMe-include-directives.patch
	patches.suse/scsi-qla2xxx-Introduce-qla2xxx_get_next_handle.patch
	patches.suse/scsi-qla2xxx-Make-sure-that-aborted-commands-are-fre.patch
	patches.suse/scsi-qla2xxx-Complain-if-sp-done-is-not-called-from-.patch
	patches.suse/scsi-qla2xxx-Let-the-compiler-check-the-type-of-the-.patch
	patches.suse/scsi-qla2xxx-Remove-superfluous-sts_entry_-casts.patch
	patches.suse/scsi-qla2xxx-Report-invalid-mailbox-status-codes.patch
	patches.suse/scsi-qla2xxx-Inline-the-qla2x00_fcport_event_handler.patch
	patches.suse/scsi-qla2xxx-Introduce-qla2x00_els_dcmd2_free.patch
	patches.suse/scsi-qla2xxx-Remove-two-superfluous-if-tests.patch
	patches.suse/scsi-qla2xxx-Simplify-qla24xx_async_abort_cmd.patch
	patches.suse/scsi-qla2xxx-Fix-a-NULL-pointer-dereference.patch
	patches.suse/scsi-megaraid_sas-Introduce-module-parameter-for-def.patch
	patches.suse/scsi-pmcraid-Fix-a-typo-pcmraid-pmcraid.patch
	patches.suse/scsi-sym53c8xx_2-remove-redundant-assignment-to-retv.patch
	patches.suse/scsi-csiostor-Prefer-pcie_capability_read_word.patch
	patches.suse/scsi-esas2r-Prefer-pcie_capability_read_word.patch
	patches.suse/scsi-use-__u-8-16-32-64-instead-of-uint-8-16-32-64-_.patch
	patches.suse/scsi-qla2xxx-qla2x00_alloc_fw_dump-set-ha-eft.patch
	patches.suse/scsi-qla2xxx-cleanup-trace-buffer-initialization.patch
	patches.suse/scsi-fnic-remove-redundant-assignment-of-variable-rc.patch
	patches.suse/scsi-lpfc-remove-redundant-code.patch
	patches.suse/scsi-lpfc-use-spin_lock_irqsave-in-IRQ-context.patch
	patches.suse/scsi-ufs-qcom-Make-structure-ufs_hba_qcom_vops-const.patch
	patches.suse/scsi-lpfc-remove-NULL-check-before-some-freeing-func.patch
	patches.suse/scsi-lpfc-Limit-xri-count-for-kdump-environment.patch
	patches.suse/scsi-lpfc-Fix-PLOGI-failure-with-high-remoteport-cou.patch
	patches.suse/scsi-lpfc-Fix-ELS-field-alignments.patch
	patches.suse/scsi-lpfc-Fix-crash-on-driver-unload-in-wq-free.patch
	patches.suse/scsi-lpfc-Fix-failure-to-clear-non-zero-eq_delay-aft.patch
	patches.suse/scsi-lpfc-Fix-leak-of-ELS-completions-on-adapter-res.patch
	patches.suse/scsi-lpfc-Fix-port-relogin-failure-due-to-GID_FT-int.patch
	patches.suse/scsi-lpfc-Fix-discovery-when-target-has-no-GID_FT-in.patch
	patches.suse/scsi-lpfc-Fix-ADISC-reception-terminating-login-stat.patch
	patches.suse/scsi-lpfc-Fix-issuing-init_vpi-mbox-on-SLI-3-card.patch
	patches.suse/scsi-lpfc-Fix-Oops-in-nvme_register-with-target-logo.patch
	patches.suse/scsi-lpfc-Fix-irq-raising-in-lpfc_sli_hba_down.patch
	patches.suse/scsi-lpfc-Fix-oops-when-fewer-hdwqs-than-cpus.patch
	patches.suse/scsi-lpfc-Fix-FLOGI-handling-across-multiple-link-up.patch
	patches.suse/scsi-lpfc-Fix-null-ptr-oops-updating-lpfc_devloss_tm.patch
	patches.suse/scsi-lpfc-Fix-devices-that-don-t-return-after-devlos.patch
	patches.suse/scsi-lpfc-Fix-loss-of-remote-port-after-devloss-due-.patch
	patches.suse/scsi-lpfc-Fix-propagation-of-devloss_tmo-setting-to-.patch
	patches.suse/scsi-lpfc-Fix-sg_seg_cnt-for-HBAs-that-don-t-support.patch
	patches.suse/scsi-lpfc-Fix-driver-nvme-rescan-logging.patch
	patches.suse/scsi-lpfc-Fix-error-in-remote-port-address-change.patch
	patches.suse/scsi-lpfc-Fix-deadlock-on-host_lock-during-cable-pul.patch
	patches.suse/scsi-lpfc-Fix-crash-due-to-port-reset-racing-vs-adap.patch
	patches.suse/scsi-lpfc-Fix-too-many-sg-segments-spamming-in-kerne.patch
	patches.suse/scsi-lpfc-Fix-hang-when-downloading-fw-on-port-enabl.patch
	patches.suse/scsi-lpfc-Fix-nvme-target-mode-ABTSing-a-received-AB.patch
	patches.suse/scsi-lpfc-Fix-nvme-sg_seg_cnt-display-if-HBA-does-no.patch
	patches.suse/scsi-lpfc-Fix-sli4-adapter-initialization-with-MSI.patch
	patches.suse/scsi-lpfc-Fix-upcall-to-bsg-done-in-non-success-case.patch
	patches.suse/scsi-lpfc-Fix-Max-Frame-Size-value-shown-in-fdmishow.patch
	patches.suse/scsi-lpfc-Fix-reported-physical-link-speed-on-a-disa.patch
	patches.suse/scsi-lpfc-Fix-BlockGuard-enablement-on-FCoE-adapters.patch
	patches.suse/scsi-lpfc-Fix-nvme-first-burst-module-parameter-desc.patch
	patches.suse/scsi-lpfc-Fix-coverity-warnings.patch
	patches.suse/scsi-lpfc-Add-simple-unlikely-optimizations-to-reduc.patch
	patches.suse/scsi-lpfc-Migrate-to-px-and-pf-in-kernel-print-calls.patch
	patches.suse/scsi-lpfc-Add-first-and-second-level-hardware-revisi.patch
	patches.suse/scsi-lpfc-Add-MDS-driver-loopback-diagnostics-suppor.patch
	patches.suse/scsi-lpfc-Support-dynamic-unbounded-SGL-lists-on-G7-.patch
	patches.suse/scsi-lpfc-Add-NVMe-sequence-level-error-recovery-sup.patch
	patches.suse/scsi-lpfc-Merge-per-protocol-WQ-CQ-pairs-into-single.patch
	patches.suse/scsi-lpfc-Update-lpfc-version-to-12.4.0.0.patch
	patches.suse/scsi-bfa-remove-redundant-assignment-to-variable-err.patch
	patches.suse/scsi-ufs-Disable-local-LCC-in-.link_startup_notify-i.patch
	patches.suse/scsi-fcoe-remove-redundant-call-to-skb_transport_hea.patch
	patches.suse/scsi-ufs-fix-broken-hba-outstanding_tasks.patch
	patches.suse/scsi-qla2xxx-Fix-a-recently-introduced-kernel-warnin.patch
	patches.suse/scsi-mpt3sas-Introduce-module-parameter-to-override-.patch
	patches.suse/scsi-hisi_sas-remove-set-but-not-used-variable-irq_v.patch
	patches.suse/scsi-qla2xxx-fix-spelling-mistake-initializatin-init.patch
	patches.suse/scsi-ufs-remove-set-but-not-used-variable-val.patch
	patches.suse/scsi-lpfc-Resolve-checker-warning-for-lpfc_new_io_bu.patch
	patches.suse/scsi-lpfc-Remove-bg-debugfs-buffers.patch
	patches.suse/scsi-lpfc-fix-12.4.0.0-GPF-at-boot.patch
	patches.suse/scsi-smartpqi-add-module-param-for-exposure-order.patch
	patches.suse/scsi-smartpqi-add-pci-ids-for-fiberhome-controller.patch
	patches.suse/scsi-smartpqi-add-module-param-to-hide-vsep.patch
	patches.suse/scsi-smartpqi-add-sysfs-entries.patch
	patches.suse/scsi-smartpqi-add-bay-identifier.patch
	patches.suse/scsi-smartpqi-correct-hang-when-deleting-32-lds.patch
	patches.suse/scsi-smartpqi-add-gigabyte-controller.patch
	patches.suse/scsi-smartpqi-correct-REGNEWD-return-status.patch
	patches.suse/scsi-smartpqi-add-new-pci-ids.patch
	patches.suse/scsi-smartpqi-update-copyright.patch
	patches.suse/scsi-smartpqi-bump-version-to-1.2.8-026.patch
	patches.suse/scsi-qedf-Print-message-during-bailout-conditions.patch
	patches.suse/scsi-qedf-Stop-sending-fipvlan-request-on-unload.patch
	patches.suse/scsi-qedf-Fix-crash-during-sg_reset.patch
	patches.suse/scsi-qedf-Update-module-description-string.patch
	patches.suse/scsi-qedf-Add-shutdown-callback-handler.patch
	patches.suse/scsi-qedf-Interpret-supported-caps-value-correctly.patch
	patches.suse/scsi-qedf-Add-support-for-20-Gbps-speed.patch
	patches.suse/scsi-qedf-Add-debug-information-for-unsolicited-proc.patch
	patches.suse/scsi-qedf-Initiator-fails-to-re-login-to-switch-afte.patch
	patches.suse/scsi-qedf-Check-for-module-unloading-bit-before-proc.patch
	patches.suse/scsi-qedf-Decrease-the-LL2-MTU-size-to-2500.patch
	patches.suse/scsi-qedf-Use-discovery-list-to-traverse-rports.patch
	patches.suse/scsi-qedf-Fix-race-betwen-fipvlan-request-and-respon.patch
	patches.suse/scsi-qedf-Update-the-version-to-8.42.3.0.patch
	patches.suse/scsi-bnx2fc-remove-set-but-not-used-variable-fh.patch
	patches.suse/scsi-bnx2fc-remove-set-but-not-used-variables-lport-.patch
	patches.suse/scsi-bnx2fc-remove-set-but-not-used-variables-task-p.patch
	patches.suse/scsi-fnic-print-port-speed-only-at-driver-init-or-sp.patch
	patches.suse/scsi-fnic-fix-msix-interrupt-allocation.patch
	patches.suse/scsi-sd-Improve-unaligned-completion-resid-message.patch
	patches.suse/scsi-qla2xxx-Fix-message-indicating-vectors-used-by-.patch
	patches.suse/scsi-qla2xxx-Fix-flash-read-for-Qlogic-ISPs.patch
	patches.suse/scsi-qla2xxx-Fix-driver-reload-for-ISP82xx.patch
	patches.suse/scsi-qla2xxx-Fix-stuck-login-session.patch
	patches.suse/scsi-qla2xxx-Fix-stale-session.patch
	patches.suse/scsi-qla2xxx-Update-driver-version-to-10.01.00.19-k.patch
	patches.suse/scsi-lpfc-Convert-existing-pf-users-to-ps.patch
	patches.suse/scsi-lpfc-Fix-reset-recovery-paths-that-are-not-reco.patch
	patches.suse/scsi-ufs-Introduce-vops-for-resetting-device.patch
	patches.suse/scsi-ufs-qcom-Implement-device_reset-vops.patch
	patches.suse/scsi-arm64-dts-qcom-sdm845-Specify-UFS-device-reset-.patch
	patches.suse/scsi-ufs-Use-kmemdup-in-ufshcd_read_string_desc.patch
	patches.suse/scsi-hisi_sas-use-devm_platform_ioremap_resource-to-.patch
	patches.suse/scsi-ufshcd-use-devm_platform_ioremap_resource-to-si.patch
	patches.suse/scsi-ufs-hisi-use-devm_platform_ioremap_resource-to-.patch
	patches.suse/scsi-fcoe-fix-null-ptr-deref-Read-in-fc_release_tran.patch
	patches.suse/scsi-scsi_dh_rdac-zero-cdb-in-send_mode_select.patch
	patches.suse/scsi-virtio_scsi-unplug-LUNs-when-events-missed.patch
	patches.suse/0001-libnvdimm-of_pmem-Provide-a-unique-name-for-bus-prov.patch
	patches.suse/tools-testing-nvdimm-Fix-fallthrough-warning.patch
	patches.suse/0002-libnvdimm-security-Introduce-a-frozen-attribute.patch
	patches.suse/0003-libnvdimm-region-Rewrite-_probe_success-to-_advance_.patch
	patches.suse/0004-libnvdimm-pmem-Advance-namespace-seed-for-specific-p.patch
	patches.suse/0005-libnvdimm-pfn_dev-Add-a-build-check-to-make-sure-we-.patch
	patches.suse/0006-libnvdimm-pfn_dev-Add-page-size-and-struct-page-size.patch
	patches.suse/0007-libnvdimm-label-Remove-the-dpa-align-check.patch
	patches.suse/0008-libnvdimm-Use-PAGE_SIZE-instead-of-SZ_4K-for-align-c.patch
	patches.suse/mtd-rawnand-stm32_fmc2-avoid-warnings-when-building-.patch
	patches.suse/mtd-rawnand-ingenic-fix-devm_platform_ioremap_resour.patch
	patches.suse/mtd-rawnand-brcmnand-Fix-ecc-chunk-calculation-for-e.patch
	patches.suse/mtd-spi-nor-intel-spi-Add-support-for-Intel-Tiger-La.patch
	patches.suse/mtd-spi-nor-Fix-Cadence-QSPI-RCU-Schedule-Stall.patch
	patches.suse/mtd-spi-nor-Fix-an-error-code-in-spi_nor_read_raw.patch
	patches.suse/mtd-spi-nor-fix-a-memory-leak-bug.patch
	patches.suse/mtd-spi-nor-Add-support-for-mt35xu02g.patch
	patches.suse/mtd-cfi_cmdset_0002-Use-chip_good-to-retry-in-do_wri.patch
	patches.suse/ubifs-Fix-memory-leak-in-read_znode-error-path.patch
	patches.suse/ubifs-Fix-memory-leak-in-__ubifs_node_verify_hmac-er.patch
	patches.suse/jbd2-flush_descriptor-Do-not-decrease-buffer-head-s-ref-count.patch
	patches.suse/ext4-set-error-return-correctly-when-ext4_htree_stor.patch
	patches.suse/ext4-fix-warning-inside-ext4_convert_unwritten_exten.patch
	patches.suse/ext4-fix-punch-hole-for-inline_data-file-systems.patch
	patches.suse/ext4-fix-potential-use-after-free-after-remounting-w.patch
	patches.suse/ext4-fix-kernel-oops-caused-by-spurious-casefold-fla.patch
	patches.suse/quota-fix-wrong-condition-in-is_quota_modification.patch
	patches.suse/f2fs-fix-to-drop-meta-node-pages-during-umount.patch
	patches.suse/gfs2-clear-buf_in_tr-when-ending-a-transaction-in-sw.patch
	patches.suse/MIPS-Ingenic-Disable-broken-BTB-lookup-optimization.patch
	patches.suse/MIPS-Don-t-use-bc_false-uninitialized-in-__mm_isBran.patch
	patches.suse/MIPS-tlbex-Explicitly-cast-_PAGE_NO_EXEC-to-a-boolea.patch
	patches.suse/MIPS-Treat-Loongson-Extensions-as-ASEs.patch
	patches.suse/mips-atomic-Fix-loongson_llsc_mb-wreckage.patch
	patches.suse/mips-atomic-Fix-smp_mb__-before-after-_atomic.patch
	patches.suse/ARM-8875-1-Kconfig-default-to-AEABI-w-Clang.patch
	patches.suse/ARM-8896-1-VDSO-Don-t-leak-kernel-addresses.patch
	patches.suse/ARM-8898-1-mm-Don-t-treat-faults-reported-from-cache.patch
	patches.suse/ARM-8903-1-ensure-that-usable-memory-in-bank-0-start.patch
	patches.suse/ARM-8904-1-skip-nomap-memblocks-while-finding-the-lo.patch
	patches.suse/ARM-8905-1-Emit-__gnu_mcount_nc-when-using-Clang-10..patch
	patches.suse/0001-module-support-reading-multiple-values-per-modinfo-t.patch
	patches.suse/0002-export-explicitly-align-struct-kernel_symbol.patch
	patches.suse/0003-module-add-support-for-symbol-namespaces.patch
	patches.suse/0004-modpost-add-support-for-symbol-namespaces.patch
	patches.suse/0005-module-add-config-option-MODULE_ALLOW_MISSING_NAMESP.patch
	patches.suse/0006-export-allow-definition-default-namespaces-in-Makefi.patch
	patches.suse/0007-modpost-add-support-for-generating-namespace-depende.patch
	patches.suse/0008-scripts-Coccinelle-script-for-namespace-dependencies.patch
	patches.suse/0009-docs-Add-documentation-for-Symbol-Namespaces.patch
	patches.suse/0010-usb-storage-remove-single-use-define-for-debugging.patch
	patches.suse/0011-usb-storage-export-symbols-in-USB_STORAGE-namespace.patch
	patches.suse/0012-module-Fix-link-failure-due-to-invalid-relocation-on.patch
	patches.suse/soundwire-intel-fix-channel-number-reported-by-hardw.patch
	patches.suse/soundwire-bus-set-initial-value-to-port_status.patch
	patches.suse/remoteproc-qcom-q6v5-mss-fixup-q6v5_pds_enable-error.patch
	patches.suse/rtc-bd70528-fix-driver-dependencies.patch
	patches.suse/rtc-rv3029-revert-error-handling-patch-to-rv3029_eep.patch
	patches.suse/rtc-fsl-ftm-alarm-add-FTM-alarm-driver.patch
	patches.suse/rtc-pcf2127-bugfix-read-rtc-disables-watchdog.patch
	patches.suse/rtc-snvs-fix-possible-race-condition.patch
	patches.suse/rtc-pcf85363-pcf85263-fix-regmap-error-in-set_time.patch
	patches.suse/power-supply-register-HWMON-devices-with-valid-names.patch
	patches.suse/power-supply-sbs-battery-use-correct-flags-field.patch
	patches.suse/power-supply-sbs-battery-only-return-health-when-bat.patch
	patches.suse/power-supply-Init-device-wakeup-after-device_add.patch
	patches.suse/power-reset-gpio-restart-Fix-typo-when-gpio-reset-is.patch
	patches.suse/power-supply-ab8500-remove-set-but-not-used-variable.patch
	patches.suse/crypto-talitos-fix-missing-break-in-switch-statement.patch
	patches.suse/crypto-hisilicon-Fix-double-free-in-sec_free_hw_sgl.patch
	patches.suse/crypto-hisilicon-Matching-the-dma-address-for-dma_po.patch
	patches.suse/hwrng-core-don-t-wait-on-add_early_randomness.patch
	patches.suse/selinux-fix-residual-uses-of-current_security-for-th.patch
	patches.suse/LSM-SafeSetID-Stop-releasing-uninitialized-ruleset.patch
	patches.suse/HID-hidraw-Fix-invalid-read-in-hidraw_ioctl.patch
	patches.suse/HID-logitech-Fix-general-protection-fault-caused-by-.patch
	patches.suse/HID-logitech-dj-Fix-crash-when-initial-logi_dj_recv_.patch
	patches.suse/HID-sony-Fix-memory-corruption-issue-on-cleanup.patch
	patches.suse/HID-prodikeys-Fix-general-protection-fault-during-pr.patch
	patches.suse/HID-apple-Fix-stuck-function-keys-when-using-FN.patch
	patches.suse/HID-Add-quirk-for-HP-X500-PIXART-OEM-mouse.patch
	patches.suse/HID-core-reformat-and-reduce-hid_printk-macros.patch
	patches.suse/HID-core-Add-printk_once-variants-to-hid_warn-etc.patch
	patches.suse/HID-core-fix-dmesg-flooding-if-report-field-larger-t.patch
	patches.suse/hidraw-Return-EPOLLOUT-from-hidraw_poll.patch
	patches.suse/HID-wacom-Fix-several-minor-compiler-warnings.patch
	patches.suse/HID-wacom-add-new-MobileStudio-Pro-13-support.patch
	patches.suse/livepatch-nullify-obj-mod-in-klp_module_coming-s-error-path.patch
	patches.suse/Smack-Don-t-ignore-other-bprm-unsafe-flags-if-LSM_UN.patch
	patches.suse/security-smack-Fix-possible-null-pointer-dereference.patch
	patches.suse/smack-use-GFP_NOFS-while-holding-inode_smack-smk_loc.patch
	patches.suse/PCI-Add-pci_info_ratelimited-to-ratelimit-PCI-separa.patch
	patches.suse/PCI-Use-static-const-struct-not-const-static-struct.patch
	patches.suse/PCI-Add-ACS-quirk-for-iProc-PAXB.patch
	patches.suse/PCI-P2PDMA-Introduce-private-pagemap-structure.patch
	patches.suse/PCI-P2PDMA-Add-provider-s-pci_dev-to-pci_p2pdma_page.patch
	patches.suse/PCI-P2PDMA-Add-constants-for-map-type-results-to-ups.patch
	patches.suse/PCI-P2PDMA-Factor-out-__upstream_bridge_distance.patch
	patches.suse/PCI-P2PDMA-Apply-host-bridge-whitelist-for-ACS.patch
	patches.suse/PCI-P2PDMA-Factor-out-host_bridge_whitelist.patch
	patches.suse/PCI-P2PDMA-Whitelist-some-Intel-host-bridges.patch
	patches.suse/PCI-P2PDMA-Add-attrs-argument-to-pci_p2pdma_map_sg.patch
	patches.suse/PCI-P2PDMA-Introduce-pci_p2pdma_unmap_sg.patch
	patches.suse/PCI-P2PDMA-Factor-out-__pci_p2pdma_map_sg.patch
	patches.suse/PCI-P2PDMA-Store-mapping-method-in-an-xarray.patch
	patches.suse/PCI-P2PDMA-dma_map-requests-that-traverse-the-host-b.patch
	patches.suse/PCI-P2PDMA-Allow-IOMMU-for-host-bridge-whitelist.patch
	patches.suse/PCI-P2PDMA-Update-pci_p2pdma_distance_many-documenta.patch
	patches.suse/PCI-Restore-Resizable-BAR-size-bits-correctly-for-1M.patch
	patches.suse/PCI-Correct-pci-resource_alignment-parameter-example.patch
	patches.suse/PCI-Add-Amazon-s-Annapurna-Labs-vendor-ID.patch
	patches.suse/PCI-Add-ACS-quirk-for-Amazon-Annapurna-Labs-root-por.patch
	patches.suse/PCI-VPD-Prevent-VPD-access-for-Amazon-s-Annapurna-La.patch
	patches.suse/PCI-Add-quirk-to-disable-MSI-X-support-for-Amazon-s-.patch
	patches.suse/PCI-dwc-Add-validation-that-PCIe-core-is-set-to-corr.patch
	patches.suse/PCI-dwc-Return-directly-when-num-lanes-is-not-found.patch
	patches.suse/msft-hv-1911-PCI-hv-Avoid-use-of-hv_pci_dev-pci_slot-after-freein.patch
	patches.suse/PCI-pci-hyperv-Fix-build-errors-on-non-SYSFS-config.patch
	patches.suse/msft-hv-1921-PCI-hv-Detect-and-fix-Hyper-V-PCI-domain-number-coll.patch
	patches.suse/msft-hv-1947-PCI-hv-Use-bytes-4-and-5-from-instance-ID-as-the-PCI.patch
	patches.suse/PCI-layerscape-Add-the-bar_fixed_64bit-property-to-t.patch
	patches.suse/PCI-layerscape-Add-CONFIG_PCI_LAYERSCAPE_EP-to-build.patch
	patches.suse/PCI-rockchip-Propagate-errors-for-optional-regulator.patch
	patches.suse/PCI-exynos-Propagate-errors-for-optional-PHYs.patch
	patches.suse/PCI-imx6-Propagate-errors-for-optional-regulators.patch
	patches.suse/PCI-histb-Propagate-errors-for-optional-regulators.patch
	patches.suse/PCI-mobiveil-Fix-the-CPU-base-address-setup-in-inbou.patch
	patches.suse/PCI-tegra-Fix-OF-node-reference-leak.patch
	patches.suse/PCI-Add-defines-for-some-of-PCIe-spec-r4.0-features.patch
	patches.suse/PCI-Disable-MSI-for-Tegra-root-ports.patch
	patches.suse/PCI-dwc-Group-DBI-registers-writes-requiring-unlocki.patch
	patches.suse/PCI-dwc-Move-config-space-capability-search-API.patch
	patches.suse/PCI-dwc-Add-extended-configuration-space-capability-.patch
	patches.suse/PCI-dwc-Export-dw_pcie_wait_for_link-API.patch
	patches.suse/PCI-dwc-Add-support-to-enable-CDM-register-check.patch
	patches.suse/phy-tegra-Add-PCIe-PIPE2UPHY-support.patch
	patches.suse/PCI-tegra-Add-Tegra194-PCIe-support.patch
	patches.suse/PCI-tegra-Add-support-to-configure-sideband-pins.patch
	patches.suse/PCI-tegra-Add-support-to-enable-slot-regulators.patch
	patches.suse/arm64-tegra-Add-PCIe-slot-supply-information-in-p297.patch
	patches.suse/PCI-vmd-Fix-config-addressing-when-using-bus-offsets.patch
	patches.suse/PCI-vmd-Fix-shadow-offsets-to-reflect-spec-changes.patch
	patches.suse/0001-video-backlight-Drop-default-m-for-LCD-BACKLIGHT_CLA.patch
	patches.suse/mfd-intel-lpss-Remove-D3cold-delay.patch
	patches.suse/mfd-intel-lpss-Add-Intel-Tiger-Lake-PCI-IDs.patch
	patches.suse/vfs-Convert-bpf-to-use-the-new-mount-API.patch
	patches.suse/hypfs-Fix-error-number-left-in-struct-pointer-member.patch
	patches.suse/msft-hv-1907-hv_balloon-Use-a-static-page-for-the-balloon_up-send.patch
	patches.suse/msft-hv-1908-hv_balloon-Reorganize-the-probe-function.patch
	patches.suse/msft-hv-1919-Tools-hv-move-to-tools-buildsystem.patch
	patches.suse/msft-hv-1935-HID-hv-Remove-dependencies-on-PAGE_SIZE-for-ring-buf.patch
	patches.suse/msft-hv-1936-Drivers-hv-vmbus-Break-out-synic-enable-and-disable-.patch
	patches.suse/msft-hv-1937-Drivers-hv-vmbus-Suspend-resume-the-synic-for-hibern.patch
	patches.suse/msft-hv-1938-Drivers-hv-vmbus-Add-a-helper-function-is_sub_channe.patch
	patches.suse/msft-hv-1939-Drivers-hv-vmbus-Implement-suspend-resume-for-VSC-dr.patch
	patches.suse/msft-hv-1940-Drivers-hv-vmbus-Ignore-the-offers-when-resuming-fro.patch
	patches.suse/msft-hv-1941-Drivers-hv-vmbus-Suspend-resume-the-vmbus-itself-for.patch
	patches.suse/msft-hv-1942-Drivers-hv-vmbus-Clean-up-hv_sock-channels-by-force-.patch
	patches.suse/msft-hv-1943-Drivers-hv-vmbus-Suspend-after-cleaning-up-hv_sock-a.patch
	patches.suse/msft-hv-1944-Drivers-hv-vmbus-Resume-after-fixing-up-old-primary-.patch
	patches.suse/tools-power-x86-intel-speed-select-Fix-high-priority.patch
	patches.suse/platform-x86-pmc_atom-Add-Siemens-SIMATIC-IPC277E-to.patch
	patches.suse/platform-x86-i2c-multi-instantiate-Derive-the-device.patch
	patches.suse/fat-work-around-race-with-userspace-s-read-via-block.patch
	patches.suse/Revert-mm-z3fold.c-fix-race-between-migration-and-de.patch
	patches.suse/mm-add-dummy-can_do_mlock-helper.patch
	patches.suse/z3fold-fix-retry-mechanism-in-page-reclaim.patch
	patches.suse/kbuild-clean-compressed-initramfs-image.patch
	patches.suse/ocfs2-wait-for-recovering-done-after-direct-unlock-r.patch
	patches.suse/kmemleak-increase-DEBUG_KMEMLEAK_EARLY_LOG_SIZE-defa.patch
	patches.suse/mm-introduce-page_size.patch
	patches.suse/mm-introduce-page_shift.patch
	patches.suse/mm-introduce-compound_nr.patch
	patches.suse/mm-replace-list_move_tail-with-add_page_to_lru_list_tail.patch
	patches.suse/mm-page_owner-record-page-owner-for-each-subpage.patch
	patches.suse/mm-page_owner-keep-owner-info-when-freeing-the-page.patch
	patches.suse/mm-page_owner-debug_pagealloc-save-and-dump-freeing-stack-trace.patch
	patches.suse/mm-filemap.c-don-t-initiate-writeback-if-mapping-has-no-dirty-pages.patch
	patches.suse/mm-filemap.c-rewrite-mapping_needs_writeback-in-less-fancy-manner.patch
	patches.suse/mm-vmscan-do-not-share-cgroup-iteration-between-reclaimers.patch
	patches.suse/mm-gup-add-make_dirty-arg-to-put_user_pages_dirty_lo.patch
	patches.suse/mm-vmalloc-do-not-keep-unpurged-areas-in-the-busy-tree.patch
	patches.suse/mm-vmalloc-modify-struct-vmap_area-to-reduce-its-size.patch
	patches.suse/mm-vmalloc.c-move-area-pages-after-if-statement.patch
	patches.suse/z3fold-fix-memory-leak-in-kmem-cache.patch
	patches.suse/mm-compaction.c-clear-total_-migrate-free-_scanned-b.patch
	patches.suse/mm-compaction.c-remove-unnecessary-zone-parameter-in-isolate_migratepages.patch
	patches.suse/mm-mempolicy.c-remove-unnecessary-nodemask-check-in-kernel_migrate_pages.patch
	patches.suse/memcg-oom-don-t-require-__GFP_FS-when-invoking-memcg.patch
	patches.suse/mm-reclaim-make-should_continue_reclaim-perform-dryrun-detection.patch
	patches.suse/mm-reclaim-cleanup-should_continue_reclaim.patch
	patches.suse/mm-compaction-raise-compaction-priority-after-it-withdrawns.patch
	patches.suse/hugetlbfs-don-t-retry-when-pool-page-allocations-start-to-fail.patch
	patches.suse/mm-thp-extract-split_queue_-into-a-struct.patch
	patches.suse/mm-move-mem_cgroup_uncharge-out-of-__page_cache_release.patch
	patches.suse/mm-shrinker-make-shrinker-not-depend-on-memcg-kmem.patch
	patches.suse/mm-thp-make-deferred-split-shrinker-memcg-aware.patch
	patches.suse/arm64-consider-stack-randomization-for-mmap-base-onl.patch
	patches.suse/arm-properly-account-for-stack-randomization-and-sta.patch
	patches.suse/arm-use-STACK_TOP-when-computing-mmap-base-address.patch
	patches.suse/mips-properly-account-for-stack-randomization-and-st.patch
	patches.suse/block-use-symbolic-constants-for-t10_pi-type.patch
	patches.suse/block-centralize-PI-remapping-logic-to-the-block-lay.patch
	patches.suse/block-bfq-update-inject-limit-only-after-injection-o.patch
	patches.suse/block-bfq-reduce-upper-bound-for-inject-limit-to-max.patch
	patches.suse/block-bfq-increase-update-frequency-of-inject-limit.patch
	patches.suse/block-bfq-push-up-injection-only-after-setting-servi.patch
	patches.suse/pktcdvd-remove-warning-on-attempting-to-register-non.patch
	patches.suse/block-t10-pi-fix-Wswitch-warning.patch
	patches.suse/block-drop-device-references-in-bsg_queue_rq.patch
	patches.suse/ALSA-dice-fix-wrong-packet-parameter-for-Alesis-iO26.patch
	patches.suse/ALSA-hda-realtek-Fix-alienware-headset-mic.patch
	patches.suse/ALSA-usb-audio-Add-Hiby-device-family-to-quirks-for-.patch
	patches.suse/ALSA-hda-Apply-AMD-controller-workaround-for-Raven-p.patch
	patches.suse/ALSA-hda-realtek-PCI-quirk-for-Medion-E4254.patch
	patches.suse/ALSA-hda-Add-laptop-imic-fixup-for-ASUS-M9V-laptop.patch
	patches.suse/ASoC-fsl_sai-Fix-noise-when-using-EDMA.patch
	patches.suse/ASoC-core-delete-component-card_list-in-soc_remove_c.patch
	patches.suse/ASoC-core-use-list_del_init-and-move-it-back-to-soc_.patch
	patches.suse/ASoC-pcm3168a-The-codec-does-not-support-S32_LE.patch
	patches.suse/ALSA-usb-audio-Add-DSD-support-for-EVGA-NU-Audio.patch
	patches.suse/i2c-tegra-Compile-PM-functions-unconditionally.patch
	patches.suse/i2c-cht-wc-Fix-lockdep-warning.patch
	patches.suse/i2c-designware-pci-Switch-over-to-MSI-interrupts.patch
	patches.suse/i2c-designware-pci-Add-support-for-Elkhart-Lake-PSE-.patch
	patches.suse/i2c-designware-assert-reset-when-error-happen-at-pro.patch
	patches.suse/watchdog-iTCO-Add-support-for-Cannon-Lake-PCH-iTCO.patch
	patches.suse/i2c-i801-Use-iTCO-version-6-in-Cannon-Lake-PCH-and-b.patch
	patches.suse/i2c-hix5hd2-Remove-IRQF_ONESHOT.patch
	patches.suse/i2c-exynos5-Remove-IRQF_ONESHOT.patch
	patches.suse/i2c-tegra-Move-suspend-handling-to-NOIRQ-phase.patch
	patches.suse/selftests-tpm2-Add-the-missing-TEST_FILES-assignment.patch
	patches.suse/KEYS-trusted-correctly-initialize-digests-and-fix-lo.patch
	patches.suse/tpm-Wrap-the-buffer-from-the-caller-to-tpm_buf-in-tp.patch
	patches.suse/fuse-fix-deadlock-with-aio-poll-and-fuse_iqueue-wait.patch
	patches.suse/fuse-fix-request-limit.patch
	patches.suse/fuse-fix-missing-unlock_page-in-fuse_writepage.patch
	patches.suse/fuse-fix-beyond-end-of-page-access-in-fuse_parse_cac.patch
	patches.suse/fuse-fix-memleak-in-cuse_channel_open.patch
	patches.suse/ceph-fix-directories-inode-i_blkbits-initialization.patch
	patches.suse/0003-ceph-allow-copy_file_range-when-src-and-dst-inode-are-same.patch
	patches.suse/0004-ceph-don-t-list-vxattrs-in-listxattr.patch
	patches.suse/0005-libceph-add-function-that-reset-client-s-entity-addr.patch
	patches.suse/0006-libceph-add-function-that-clears-osd-client-s-abort_err.patch
	patches.suse/0007-ceph-allow-closing-session-in-restarting-reconnect-state.patch
	patches.suse/0008-ceph-track-and-report-error-of-async-metadata-operation.patch
	patches.suse/0009-ceph-pass-filp-to-ceph_get_caps.patch
	patches.suse/0010-ceph-add-helper-function-that-forcibly-reconnects-to-ceph-cluster.patch
	patches.suse/0011-ceph-return-eio-if-read-write-against-filp-that-lost-file-locks.patch
	patches.suse/0012-ceph-invalidate-all-write-mode-filp-after-reconnect.patch
	patches.suse/0013-ceph-auto-reconnect-after-blacklisted.patch
	patches.suse/0014-ceph-don-t-setpageerror-on-writepage-errors.patch
	patches.suse/0015-ceph-remove-ceph_get_cap_mds-and-_ceph_get_cap_mds.patch
	patches.suse/ceph-fetch-cap_gen-under-spinlock-in-ceph_add_cap.patch
	patches.suse/0017-ceph-eliminate-session-s_trim_caps.patch
	patches.suse/0018-ceph-fix-comments-over-ceph_add_cap.patch
	patches.suse/0019-ceph-have-_mark_caps_flushing-return-flush_tid.patch
	patches.suse/0020-ceph-remove-unneeded-test-in-try_flush_caps.patch
	patches.suse/0021-ceph-remove-ceph_i_noflush.patch
	patches.suse/0022-ceph-remove-incorrect-comment-above-_send_cap.patch
	patches.suse/0023-ceph-fix-indentation-in-_get_snap_name.patch
	patches.suse/0024-ceph-update-the-mtime-when-truncating-up.patch
	patches.suse/0025-ceph-don-t-freeze-during-write-page-faults.patch
	patches.suse/0026-ceph-don-t-return-a-value-from-void-function.patch
	patches.suse/0027-libceph-handle-osd-op-ceph_pagelist_append-errors.patch
	patches.suse/0028-ceph-add-buffered-direct-exclusionary-locking-for-reads-and-writes.patch
	patches.suse/0029-ceph-turn-ceph_security_invalidate_secctx-into-static-inline.patch
	patches.suse/0030-ceph-only-set-ceph_i_sec_inited-if-we-got-a-mac-label.patch
	patches.suse/0031-ceph-allow-arbitrary-security-xattrs.patch
	patches.suse/0032-rbd-fix-response-length-parameter-for-encoded-strings.patch
	patches.suse/0033-ceph-use-release_pages-directly.patch
	patches.suse/0034-libceph-drop-unused-con-parameter-of-calc_target.patch
	patches.suse/ceph-reconnect-connection-if-session-hang-in-opening.patch
	patches.suse/0036-rbd-pull-rbd_img_request_create-dout-out-into-the-callers.patch
	patches.suse/0037-ceph-move-static-keyword-to-the-front-of-declarations.patch
	patches.suse/0038-ceph-include-ceph_debug-h-in-cache-c.patch
	patches.suse/0039-ceph-allow-object-copies-across-different-filesystems-in-the-same-cluster.patch
	patches.suse/0040-libceph-avoid-a-_vmalloc-deadlock-in-ceph_kvmalloc.patch
	patches.suse/0041-libceph-use-ceph_kvmalloc-for-osdmap-arrays.patch
	patches.suse/0042-ceph-call-ceph_mdsc_destroy-from-destroy_fs_client.patch
	patches.suse/memcg-kmem-do-not-fail-__GFP_NOFAIL-charges.patch
	patches.suse/kernel-elfcore.c-include-proper-prototypes.patch
	patches.suse/0001-rbtree-avoid-generating-code-twice-for-the-cached-ve.patch
	patches.suse/0001-augmented-rbtree-add-comments-for-RB_DECLARE_CALLBAC.patch
	patches.suse/0002-augmented-rbtree-add-new-RB_DECLARE_CALLBACKS_MAX-ma.patch
	patches.suse/0003-augmented-rbtree-rework-the-RB_DECLARE_CALLBACKS-mac.patch
	patches.suse/include-trace-events-writeback.h-fix-Wstringop-trunc.patch
	patches.suse/checkpatch.pl-warn-on-invalid-commit-id.patch
	patches.suse/kexec-bail-out-upon-SIGKILL-when-allocating-memory.patch
	patches.suse/lib-lzo-lzo1x_compress.c-fix-alignment-bug-in-lzo-rl.patch
	patches.suse/IB-hfi1-remove-unlikely-from-IS_ERR-condition.patch
	patches.suse/xen-pci-reserve-MCFG-areas-earlier.patch
	patches.suse/s390-pkey-add-sysfs-attributes-to-emit-aes-cipher-key-blobs
	patches.suse/s390-zcrypt-cex7s-exploitation-support
	patches.suse/s390-topology-avoid-firing-events-before-kobjs-are-c.patch
	patches.suse/s390-cio-avoid-calling-strlen-on-null-pointer.patch
	patches.suse/s390-cio-exclude-subchannels-with-no-parent-from-pse.patch
	patches.suse/xfs-convert-inode-to-extent-format-after-extent-merg.patch
	patches.suse/xfs-log-proper-length-of-superblock.patch
	patches.suse/binfmt_elf-Do-not-move-brk-for-INTERP-less-ET_EXEC.patch
	patches.suse/fs-nfs-Fix-possible-null-pointer-dereferences-in-enc.patch
	patches.suse/SUNRPC-Remove-rpc_wake_up_queued_task_on_wq.patch
	patches.suse/SUNRPC-Inline-xdr_commit_encode.patch
	patches.suse/xprtrdma-Refresh-the-documenting-comment-in-frwr_ops.patch
	patches.suse/xprtrdma-Update-obsolete-comment.patch
	patches.suse/xprtrdma-Fix-calculation-of-ri_max_segs-again.patch
	patches.suse/xprtrdma-Boost-maximum-transport-header-size.patch
	patches.suse/xprtrdma-Rename-CQE-field-in-Receive-trace-points.patch
	patches.suse/xprtrdma-Rename-rpcrdma_buffer-rb_all.patch
	patches.suse/xprtrdma-Toggle-XPRT_CONGESTED-in-xprtrdma-s-slot-me.patch
	patches.suse/xprtrdma-Simplify-rpcrdma_mr_pop.patch
	patches.suse/xprtrdma-Combine-rpcrdma_mr_put-and-rpcrdma_mr_unmap.patch
	patches.suse/xprtrdma-Move-rpcrdma_mr_get-out-of-frwr_map.patch
	patches.suse/xprtrdma-Ensure-creating-an-MR-does-not-trigger-FS-w.patch
	patches.suse/xprtrdma-Cache-free-MRs-in-each-rpcrdma_req.patch
	patches.suse/xprtrdma-Remove-rpcrdma_buffer-rb_mrlock.patch
	patches.suse/xprtrdma-Use-an-llist-to-manage-free-rpcrdma_reps.patch
	patches.suse/xprtrdma-Clean-up-xprt_rdma_set_connect_timeout.patch
	patches.suse/xprtrdma-Fix-bc_max_slots-return-value.patch
	patches.suse/xprtrdma-Inline-XDR-chunk-encoder-functions.patch
	patches.suse/xprtrdma-Optimize-rpcrdma_post_recvs.patch
	patches.suse/xprtrdma-Recycle-MRs-after-disconnect.patch
	patches.suse/xprtrdma-Clear-xprt-reestablish_timeout-on-close.patch
	patches.suse/xprtrdma-Send-Queue-size-grows-after-a-reconnect.patch
	patches.suse/SUNRPC-Dequeue-the-request-from-the-receive-queue-wh.patch
	patches.suse/SUNRPC-Don-t-receive-TCP-data-into-a-request-buffer-.patch
	patches.suse/SUNRPC-RPC-level-errors-should-always-set-task-tk_rp.patch
	patches.suse/SUNRPC-Fix-buffer-handling-of-GSS-MIC-without-slack.patch
	patches.suse/SUNRPC-Rename-xdr_buf_read_netobj-to-xdr_buf_read_mi.patch
	patches.suse/SUNRPC-Don-t-try-to-parse-incomplete-RPC-messages.patch
	patches.suse/SUNRPC-Fix-congestion-window-race-with-disconnect.patch
	patches.suse/pNFS-Ensure-we-do-clear-the-return-on-close-layout-s.patch
	patches.suse/selftests-seccomp-fix-build-on-older-kernels.patch
	patches.suse/usercopy-Avoid-HIGHMEM-pfn-warning.patch
	patches.suse/perf-stat-Reset-previous-counts-on-repeat-with-inter.patch
	patches.suse/perf-stat-Fix-a-segmentation-fault-when-using-repeat.patch
	patches.suse/perf-tools-Fix-segfault-in-cpu_cache_level__read.patch
	patches.suse/perf-probe-Fix-to-clear-tev-nargs-in-clear_probe_tra.patch
	patches.suse/perf-build-Add-detection-of-java-11-openjdk-devel-pa.patch
	patches.suse/perf-unwind-Fix-libunwind-build-failure-on-i386-syst.patch
	patches.suse/timer-Read-jiffies-once-when-forwarding-base-clk.patch
	patches.suse/ntb-point-to-right-memory-window-index.patch
	patches.suse/NTB-fix-IDT-Kconfig-typos-spellos.patch
	patches.suse/drm-atomic-Take-the-atomic-toys-away-from-X.patch
	patches.suse/drm-atomic-Reject-FLIP_ASYNC-unconditionally.patch
	patches.suse/drm-amd-display-dce11.x-dce12-update-formula-input.patch
	patches.suse/drm-amd-display-Add-missing-HBM-support-and-raise-Ve.patch
	patches.suse/drm-radeon-Bail-earlier-when-radeon.cik_-si_support-.patch
	patches.suse/drm-amdgpu-Check-for-valid-number-of-registers-to-re.patch
	patches.suse/0004-drm-amdgpu-Fix-KFD-related-kernel-oops-on-Hawaii.patch
	patches.suse/drm-amd-display-Restore-backlight-brightness-after-s.patch
	patches.suse/drm-amdgpu-display-fix-64-bit-divide.patch
	patches.suse/drm-amd-display-prevent-memory-leak.patch
	patches.suse/watchdog-jz4740-Fix-unused-variable-warning-in-jz474.patch
	patches.suse/watchdog-imx2_wdt-fix-min-calculation-in-imx2_wdt_se.patch
	patches.suse/watchdog-aspeed-Add-support-for-AST2600.patch
	patches.suse/thermal_hwmon-Sanitize-thermal_zone-type.patch
	patches.suse/thermal-Fix-use-after-free-when-unregistering-therma.patch
	patches.suse/thermal-tegra-Fix-a-typo.patch
	patches.suse/drivers-thermal-qcom-tsens-Fix-memory-leak-from-qfpr.patch
	patches.suse/thermal-qoriq-Add-clock-operations.patch
	patches.suse/thermal-qoriq-Fix-error-path-of-calling-qoriq_tmu_re.patch
	patches.suse/thermal-qoriq-Use-devm_platform_ioremap_resource-ins.patch
	patches.suse/thermal-qoriq-Use-__maybe_unused-instead-of-if-CONFI.patch
	patches.suse/blk-mq-move-lockdep_assert_held-into-elevator_exit.patch
	patches.suse/block-don-t-release-queue-s-sysfs-lock-during-switch.patch
	patches.suse/iocost-better-trace-vrate-changes.patch
	patches.suse/iocost-improve-nr_lagging-handling.patch
	patches.suse/iocost-bump-up-default-latency-targets-for-hard-disk.patch
	patches.suse/block-fix-null-pointer-dereference-in-blk_mq_rq_time.patch
	patches.suse/pwm-stm32-lp-Add-check-in-case-requested-period-cann.patch
	patches.suse/msft-hv-1948-x86-Hyper-V-Fix-definition-of-struct-hv_vp_assist_pa.patch
	patches.suse/KVM-Hyper-V-Add-new-KVM-capability-KVM_CAP_HYPERV_DI.patch
	patches.suse/msft-hv-1949-KVM-Hyper-V-VMX-Add-direct-tlb-flush-support.patch
	patches.suse/KVM-x86-announce-KVM_CAP_HYPERV_ENLIGHTENED_VMCS-sup.patch
	patches.suse/kvm-x86-manually-flush-collapsible-sptes-only-when-toggling-flags
	patches.suse/msft-hv-1950-KVM-hyperv-Fix-Direct-Synthetic-timers-assert-an-int.patch
	patches.suse/cpu-SMT-create-and-export-cpu_smt_possible.patch
	patches.suse/msft-hv-1951-KVM-x86-hyper-v-set-NoNonArchitecturalCoreSharing-CP.patch
	patches.suse/0001-KVM-x86-Add-support-for-user-wait-instructions.patch
	patches.suse/0002-KVM-vmx-Emulate-MSR-IA32_UMWAIT_CONTROL.patch
	patches.suse/0003-KVM-vmx-Introduce-handle_unexpected_vmexit-and-handl.patch
	patches.suse/kvm-x86-mmu-treat-invalid-shadow-pages-as-obsolete
	patches.suse/KVM-x86-mmu-Use-fast-invalidate-mechanism-to-zap-MMI.patch
	patches.suse/kvm-x86-mmu-revert-revert-kvm-mmu-show-mmu_valid_gen-in-shadow-page-related-tracepoints
	patches.suse/kvm-x86-mmu-revert-revert-kvm-mmu-add-tracepoint-for-kvm_mmu_invalidate_all_pages
	patches.suse/kvm-x86-mmu-revert-revert-kvm-mmu-zap-pages-in-batch
	patches.suse/kvm-x86-mmu-revert-revert-kvm-mmu-collapse-tlb-flushes-when-zap-all-pages
	patches.suse/kvm-x86-mmu-revert-revert-kvm-mmu-reclaim-the-zapped-obsolete-page-first
	patches.suse/kvm-x86-mmu-revert-kvm-x86-mmu-remove-is_obsolete-call
	patches.suse/kvm-x86-Add-significant-index-flag-to-a-few-CPUID-le.patch
	patches.suse/Revert-locking-pvqspinlock-Don-t-wait-if-vCPU-is-pre.patch
	patches.suse/KVM-vmx-fix-build-warnings-in-hv_enable_direct_tlbfl.patch
	patches.suse/riscv-Avoid-interrupts-being-erroneously-enabled-in-.patch
	patches.suse/9p-avoid-attaching-writeback_fid-on-mmap-with-type-P.patch
	patches.suse/9p-Transport-error-uninitialized.patch
	patches.suse/9p-cache.c-Fix-memory-leak-in-v9fs_cache_session_get.patch
	patches.suse/SUNRPC-Track-writers-of-the-channel-file-to-improve-.patch
	patches.suse/svcrdma-Remove-svc_rdma_wq.patch
	patches.suse/svcrdma-Use-llist-for-managing-cache-of-recv_ctxts.patch
	patches.suse/sunrpc-add-a-new-cache_detail-operation-for-when-a-c.patch
	patches.suse/sunrpc-clean-up-indentation-issue.patch
	patches.suse/ima-initialize-the-template-field-with-the-default-t.patch
	patches.suse/MODSIGN-Export-module-signature-definitions-c8424e77.patch
	patches.suse/PKCS-7-Refactor-verify_pkcs7_signature-2a7bf671.patch
	patches.suse/PKCS-7-Introduce-pkcs7_get_digest-e201af16.patch
	patches.suse/integrity-Select-CONFIG_KEYS-instead-of-depending-on-cf38fed1.patch
	patches.suse/ima-Add-modsig-appraise_type-option-for-module-style.patch
	patches.suse/ima-Factor-xattr_verify-out-of-ima_appraise_measurem-a5fbeb61.patch
	patches.suse/ima-Implement-support-for-module-style-appended-sign-39b07096.patch
	patches.suse/ima-Collect-modsig-15588227.patch
	patches.suse/ima-Define-ima-modsig-template-3878d505.patch
	patches.suse/ima-Store-the-measurement-again-when-appraising-a-mo-e5092255.patch
	patches.suse/ima-always-return-negative-code-for-error.patch
	patches.suse/ima-fix-freeing-ongoing-ahash_request.patch
	patches.suse/MODSIGN-make-new-include-file-self-contained-70433f67.patch
	patches.suse/ima-Fix-use-after-free-in-ima_read_modsig-556d971b.patch
	patches.suse/security-Support-early-LSMs-e6b1db98.patch
	patches.suse/security-Add-a-locked-down-LSM-hook-9e47d31d.patch
	patches.suse/security-Add-a-static-lockdown-policy-LSM-000d388e.patch
	patches.suse/lockdown-Enforce-module-signatures-if-the-kernel-is--49fcf732.patch
	patches.suse/lockdown-Restrict-dev-mem-kmem-port-when-the-kernel--9b9d8dda.patch
	patches.suse/kexec_load-Disable-at-runtime-if-the-kernel-is-locke-7d31f460.patch
	patches.suse/lockdown-Copy-secure_boot-flag-in-boot-params-across-fef5dad9.patch
	patches.suse/kexec_file-split-KEXEC_VERIFY_SIG-into-KEXEC_SIG-and-99d5cadf.patch
	patches.suse/kexec_file-Restrict-at-runtime-if-the-kernel-is-lock.patch
	patches.suse/hibernate-Disable-when-the-kernel-is-locked-down.patch
	patches.suse/PCI-Lock-down-BAR-access-when-the-kernel-is-locked-d.patch
	patches.suse/x86-Lock-down-IO-port-access-when-the-kernel-is-lock.patch
	patches.suse/x86-msr-Restrict-MSR-access-when-the-kernel-is-locke.patch
	patches.suse/ACPI-Limit-access-to-custom_method-when-the-kernel-i.patch
	patches.suse/acpi-Ignore-acpi_rsdp-kernel-param-when-the-kernel-h.patch
	patches.suse/acpi-Disable-ACPI-table-override-if-the-kernel-is-lo.patch
	patches.suse/lockdown-Prohibit-PCMCIA-CIS-storage-when-the-kernel.patch
	patches.suse/lockdown-Lock-down-TIOCSSERIAL.patch
	patches.suse/lockdown-Lock-down-module-params-that-specify-hardwa.patch
	patches.suse/x86-mmiotrace-Lock-down-the-testmmiotrace-module.patch
	patches.suse/lockdown-Lock-down-proc-kcore.patch
	patches.suse/lockdown-Lock-down-tracing-and-perf-kprobes-when-in-.patch
	patches.suse/bpf-Restrict-bpf-when-kernel-lockdown-is-in-confiden.patch
	patches.suse/lockdown-Lock-down-perf-when-in-confidentiality-mode.patch
	patches.suse/kexec-Allow-kexec_file-with-appropriate-IMA-policy-w.patch
	patches.suse/debugfs-Restrict-debugfs-when-the-kernel-is-locked-d.patch
	patches.suse/tracefs-Restrict-tracefs-when-the-kernel-is-locked-d.patch
	patches.suse/efi-Restrict-efivar_ssdt_load-when-the-kernel-is-loc.patch
	patches.suse/lockdown-Print-current-comm-in-restriction-messages.patch
	patches.suse/security-constify-some-arrays-in-lockdown-LSM.patch
	patches.suse/kexec-Fix-file-verification-on-S390.patch
	patches.suse/0001-tasks-Add-a-count-of-task-RCU-users.patch
	patches.suse/0002-tasks-sched-core-Ensure-tasks-are-available-for-a-gr.patch
	patches.suse/0003-tasks-sched-core-With-a-grace-period-after-finish_ta.patch
	patches.suse/0004-tasks-sched-core-RCUify-the-assignment-of-rq-curr.patch
	patches.suse/sched-membarrier-Fix-private-expedited-registration-.patch
	patches.suse/sched-membarrier-Remove-redundant-check.patch
	patches.suse/sched-membarrier-Call-sync_core-only-before-usermode.patch
	patches.suse/sched-membarrier-Fix-p-mm-membarrier_state-racy-load.patch
	patches.suse/sched-membarrier-Skip-IPIs-when-mm-mm_users-1.patch
	patches.suse/sched-membarrier-Return-ENOMEM-to-userspace-on-memory-allocation-failure.patch
	patches.suse/sched-core-Fix-migration-to-invalid-CPU-in-__set_cpu.patch
	patches.suse/sched-fair-Fix-Wunused-but-set-variable-warnings.patch
	patches.suse/sched-fair-Avoid-redundant-EAS-calculation.patch
	patches.suse/x86-purgatory-Disable-the-stackleak-GCC-plugin-for-t.patch
	patches.suse/powerpc-mm-Add-a-helper-to-select-PAGE_KERNEL_RO-or-.patch
	patches.suse/powerpc-mm-Fix-an-Oops-in-kasan_mmu_init.patch
	patches.suse/KVM-PPC-Book3S-HV-use-smp_mb-when-setting-clearing-h.patch
	patches.suse/powerpc-pseries-Read-TLB-Block-Invalidate-Characteri.patch
	patches.suse/powerpc-pseries-Call-H_BLOCK_REMOVE-when-supported.patch
	patches.suse/powerpc-book3s64-mm-Don-t-do-tlbie-fixup-for-some-ha.patch
	patches.suse/powerpc-book3s64-radix-Rename-CPU_FTR_P9_TLBIE_BUG-f.patch
	patches.suse/powerpc-mm-Fixup-tlbie-vs-mtpidr-mtlpidr-ordering-is.patch
	patches.suse/selftests-powerpc-Add-test-case-for-tlbie-vs-mtpidr-.patch
	patches.suse/powerpc-nvdimm-Use-HCALL-error-as-the-return-value.patch
	patches.suse/powerpc-nvdimm-use-H_SCM_QUERY-hcall-on-H_OVERLAP-er.patch
	patches.suse/usbnet-sanity-checking-of-packet-sizes-and-device-mt.patch
	patches.suse/ionic-Remove-unnecessary-ternary-operator-in-ionic_d.patch
	patches.suse/ibmvnic-Warn-unknown-speed-message-only-when-carrier.patch
	patches.suse/net-sched-act_sample-don-t-push-mac-header-on-ip6gre.patch
	patches.suse/selftests-Update-fib_tests-to-handle-missing-ping6.patch
	patches.suse/selftests-Update-fib_nexthop_multiprefix-to-handle-m.patch
	patches.suse/ipv4-Revert-removal-of-rt_uses_gateway.patch
	patches.suse/sch_netem-fix-a-divide-by-zero-in-tabledist.patch
	patches.suse/ipv6-fix-a-typo-in-fib6_rule_lookup.patch
	patches.suse/cdc_ncm-fix-divide-by-zero-caused-by-invalid-wMaxPac.patch
	patches.suse/usbnet-ignore-endpoints-with-invalid-wMaxPacketSize.patch
	patches.suse/net-phy-fix-DP83865-10-Mbps-HDX-loopback-disable-fun.patch
	patches.suse/net-qrtr-Stop-rx_worker-before-freeing-node.patch
	patches.suse/net_sched-add-max-len-check-for-TCA_KIND.patch
	patches.suse/net_sched-add-policy-validation-for-action-attribute.patch
	patches.suse/qede-qede_fp-simplify-a-bit-qede_rx_build_skb.patch
	patches.suse/net-ena-Select-DIMLIB-for-ENA_ETHERNET.patch
	patches.suse/ionic-Fix-an-error-code-in-ionic_lif_alloc.patch
	patches.suse/net-sched-fix-possible-crash-in-tcf_action_destroy.patch
	patches.suse/mISDN-enforce-CAP_NET_RAW-for-raw-sockets.patch
	patches.suse/appletalk-enforce-CAP_NET_RAW-for-raw-sockets.patch
	patches.suse/ax25-enforce-CAP_NET_RAW-for-raw-sockets.patch
	patches.suse/ieee802154-enforce-CAP_NET_RAW-for-raw-sockets.patch
	patches.suse/nfc-enforce-CAP_NET_RAW-for-raw-sockets.patch
	patches.suse/arcnet-provide-a-buffer-big-enough-to-actually-recei.patch
	patches.suse/skge-fix-checksum-byte-order.patch
	patches.suse/net-ibmvnic-unlock-rtnl_lock-in-reset-so-linkwatch_e.patch
	patches.suse/net-ibmvnic-prevent-more-than-one-thread-from-runnin.patch
	patches.suse/ppp-Fix-memory-leak-in-ppp_write.patch
	patches.suse/net-sched-cbs-Fix-not-adding-cbs-instance-to-list.patch
	patches.suse/net-mlx5-DR-Fix-SW-steering-HW-bits-and-definitions.patch
	patches.suse/net-mlx5-DR-Remove-redundant-vport-number-from-actio.patch
	patches.suse/net-mlx5-DR-Fix-getting-incorrect-prev-node-in-ste_f.patch
	patches.suse/net-mlx5-DR-Allow-matching-on-vport-based-on-vhca_id.patch
	patches.suse/net-mlx5-Add-device-ID-of-upcoming-BlueField-2.patch
	patches.suse/net-mlx5e-Fix-traffic-duplication-in-ethtool-steerin.patch
	patches.suse/net-mlx5e-Fix-matching-on-tunnel-addresses-type.patch
	patches.suse/macsec-drop-skb-sk-before-calling-gro_cells_receive.patch
	patches.suse/net-stmmac-Fix-page-pool-size.patch
	patches.suse/openvswitch-change-type-of-UPCALL_PID-attribute-to-N.patch
	patches.suse/ipv6-do-not-free-rt-if-FIB_LOOKUP_NOREF-is-set-on-su.patch
	patches.suse/mt76-mt7615-fix-mt7615-firmware-path-definitions.patch
	patches.suse/iwlwifi-fw-don-t-send-GEO_TX_POWER_LIMIT-command-to-.patch
	patches.suse/wil6210-use-after-free-in-wil_netif_rx_any.patch
	patches.suse/net-aquantia-Fix-aq_vec_isr_legacy-return-value.patch
	patches.suse/cxgb4-Signedness-bug-in-init_one.patch
	patches.suse/net-hisilicon-Fix-signedness-bug-in-hix5hd2_dev_prob.patch
	patches.suse/net-broadcom-bcmsysport-Fix-signedness-in-bcm_syspor.patch
	patches.suse/net-netsec-Fix-signedness-bug-in-netsec_probe.patch
	patches.suse/enetc-Fix-a-signedness-bug-in-enetc_of_get_phy.patch
	patches.suse/net-socionext-Fix-a-signedness-bug-in-ave_probe.patch
	patches.suse/0002-net-stmmac-dwmac-meson8b-Fix-signedness-bug-in-probe.patch
	patches.suse/net-axienet-fix-a-signedness-bug-in-probe.patch
	patches.suse/of-mdio-Fix-a-signedness-bug-in-of_phy_get_and_conne.patch
	patches.suse/net-nixge-Fix-a-signedness-bug-in-nixge_probe.patch
	patches.suse/net-ethernet-stmmac-Fix-signedness-bug-in-ipq806x_gm.patch
	patches.suse/kcm-disable-preemption-in-kcm_parse_func_strparser.patch
	patches.suse/sch_netem-fix-rcu-splat-in-netem_enqueue.patch
	patches.suse/ipv6-add-priority-parameter-to-ip6_xmit.patch
	patches.suse/net-rds-Check-laddr_check-before-calling-it.patch
	patches.suse/net-sched-sch_htb-don-t-call-qdisc_put-while-holding.patch
	patches.suse/net-sched-multiq-don-t-call-qdisc_put-while-holding-.patch
	patches.suse/net-sched-sch_sfb-don-t-call-qdisc_put-while-holding.patch
	patches.suse/libbpf-Remove-getsockopt-check-for-XDP_OPTIONS.patch
	patches.suse/bpf-fix-BTF-verification-of-enums.patch
	patches.suse/bpf-fix-BTF-limits.patch
	patches.suse/xsk-relax-UMEM-headroom-alignment.patch
	patches.suse/bpf-xskmap-Return-ERR_PTR-for-failure-case-instead-o.patch
	patches.suse/libbpf-fix-false-uninitialized-variable-warning.patch
	patches.suse/selftests-bpf-adjust-strobemeta-loop-to-satisfy-late.patch
	patches.suse/libbpf-Teach-btf_dumper-to-emit-stand-alone-anonymou.patch
	patches.suse/bpf-Clean-up-indentation-issue-in-BTF-kflag-processi.patch
	patches.suse/bpf-Fix-bpf_event_output-re-entry-issue.patch
	patches.suse/vrf-Do-not-attempt-to-create-IPv6-mcast-rule-if-IPv6.patch
	patches.suse/nfp-flower-prevent-memory-leak-in-nfp_flower_spawn_p.patch
	patches.suse/nfp-flower-fix-memory-leak-in-nfp_flower_spawn_vnic_.patch
	patches.suse/netfilter-nf_tables-allow-lookups-in-dynamic-sets.patch
	patches.suse/net-dsa-microchip-Always-set-regmap-stride-to-1.patch
	patches.suse/lib-dimlib-fix-help-text-typos.patch
	patches.suse/net-phy-micrel-add-Asym-Pause-workaround-for-KSZ9021.patch
	patches.suse/net-ena-clean-up-indentation-issue.patch
	patches.suse/mlxsw-spectrum-Clear-VLAN-filters-during-port-initia.patch
	patches.suse/Documentation-Clarify-trap-s-description.patch
	patches.suse/mlxsw-spectrum_flower-Fail-in-case-user-specifies-mu.patch
	patches.suse/tcp_bbr-fix-quantization-code-to-not-raise-cwnd-if-n.patch
	patches.suse/sk_buff-drop-all-skb-extensions-on-free-and-skb-scru.patch
	patches.suse/tcp-better-handle-TCP_USER_TIMEOUT-in-SYN_SENT-state.patch
	patches.suse/nfp-abm-fix-memory-leak-in-nfp_abm_u32_knode_replace.patch
	patches.suse/iommu-amd-fix-pages-leak-in-free_pagetable
	patches.suse/iommu-amd-Fix-downgrading-default-page-sizes-in-allo.patch
	patches.suse/iommu-amd-introduce-first_pte_l7-helper
	patches.suse/iommu-amd-unmap-all-l7-ptes-when-downgrading-page-sizes
	patches.suse/iommu-amd-wait-for-completion-of-iotlb-flush-in-attach_device
	patches.suse/iommu-amd-remove-domain-updated
	patches.suse/iommu-amd-remove-amd_iommu_devtable_lock
	patches.suse/iommu-amd-take-domain-lock-for-complete-attach-detach-path
	patches.suse/iommu-amd-check-for-busy-devices-earlier-in-attach_device
	patches.suse/iommu-amd-lock-dev_data-in-attach-detach-code-paths
	patches.suse/iommu-amd-lock-code-paths-traversing-protection_domain-dev_list
	patches.suse/i2c-qcom-geni-Disable-DMA-processing-on-the-Lenovo-Y.patch
	patches.suse/i2c-riic-Clear-NACK-in-tend-isr.patch
	patches.suse/i2c-i801-Bring-back-Block-Process-Call-support-for-c.patch
	patches.suse/0008-powerpc-book3s64-Export-has_transparent_hugepage-rel.patch
	patches.suse/0009-libnvdimm-dax-Pick-the-right-alignment-default-when-.patch
	patches.suse/libnvdimm-Fix-endian-conversion-issues.patch
	patches.suse/libnvdimm-altmap-track-namespace-boundaries-in-altmap.patch
	patches.suse/libnvdimm-nfit_test-Fix-acpi_handle-redefinition.patch
	patches.suse/libnvdimm-region-Initialize-bad-block-for-volatile-n.patch
	patches.suse/libnvdimm-prevent-nvdimm-from-requesting-key-when-se.patch
	patches.suse/libnvdimm-region-Enable-MAP_SYNC-for-volatile-region.patch
	patches.suse/smb3-allow-decryption-keys-to-be-dumped-by-admin-for-debugging.patch
	patches.suse/smb3-fix-leak-in-open-on-server-perf-counter.patch
	patches.suse/fs-cifs-smb2pdu-c-Make-SMB2_notify_init-static.patch
	patches.suse/fs-cifs-sess-c-Remove-set-but-not-used-variable-capabilities-.patch
	patches.suse/CIFS-fix-max-ea-value-size.patch
	patches.suse/smb3-Add-missing-reparse-tags.patch
	patches.suse/smb3-pass-mode-bits-into-create-calls.patch
	patches.suse/smb3-missing-ACL-related-flags.patch
	patches.suse/CIFS-Fix-oplock-handling-for-SMB-2.1-protocols.patch
	patches.suse/mmc-sdhci-improve-ADMA-error-reporting.patch
	patches.suse/mmc-sdhci-of-esdhc-set-DMA-snooping-based-on-DMA-coh.patch
	patches.suse/mmc-sdhci-Let-drivers-define-their-DMA-mask.patch
	patches.suse/mmc-tegra-Implement-set_dma_mask.patch
	patches.suse/mmc-host-sdhci-pci-add-genesys-logic-gl975x-support.patch
	patches.suse/tracing-Have-error-path-in-predicate_parse-free-its-.patch
	patches.suse/ARM-aspeed-ast2500-is-ARMv6K.patch
	patches.suse/bus-ti-sysc-Fix-clock-handling-for-no-idle-quirks.patch
	patches.suse/bus-ti-sysc-Fix-handling-of-invalid-clocks.patch
	patches.suse/ARM-omap2plus_defconfig-Fix-missing-video.patch
	patches.suse/ARM-dts-logicpd-torpedo-baseboard-Fix-missing-video.patch
	patches.suse/ARM-dts-am3517-evm-Fix-missing-video.patch
	patches.suse/ARM-dts-logicpd-som-lv-Fix-i2c2-and-i2c3-Pin-mux.patch
	patches.suse/bus-ti-sysc-Remove-unpaired-sysc_clkdm_deny_idle.patch
	patches.suse/Btrfs-fix-selftests-failure-due-to-uninitialized-i_m.patch
	patches.suse/btrfs-adjust-dirty_metadata_bytes-after-writeback-fa.patch
	patches.suse/Btrfs-fix-race-setting-up-and-completing-qgroup-resc.patch
	patches.suse/0001-btrfs-relocation-fix-use-after-free-on-dead-relocati.patch
	patches.suse/0001-btrfs-Fix-a-regression-which-we-can-t-convert-to-SIN.patch
	patches.suse/0001-btrfs-qgroup-Fix-the-wrong-target-io_tree-when-freei.patch
	patches.suse/0002-btrfs-qgroup-Fix-reserved-data-space-leak-if-we-have.patch
	patches.suse/char-random-Add-a-newline-at-the-end-of-the-file.patch
	patches.suse/membarrier-Fix-RCU-locking-bug-caused-by-faulty-merge.patch
	patches.suse/tick-broadcast-hrtimer-Fix-a-race-in-bc_set_next.patch
	patches.suse/vfs-Fix-EOVERFLOW-testing-in-put_compat_statfs64.patch
	patches.suse/blk-mq-honor-IO-scheduler-for-multiqueue-devices.patch
	patches.suse/blk-mq-apply-normal-plugging-for-HDD.patch
	patches.suse/nvmet-change-ppl-to-lpp.patch
	patches.suse/nvme-pci-Fix-a-race-in-controller-removal.patch
	patches.suse/nvme-tcp-fix-wrong-stop-condition-in-io_work.patch
	patches.suse/nvme-pci-Save-PCI-state-before-putting-drive-into-de.patch
	patches.suse/nvme-fix-an-error-code-in-nvme_init_subsystem.patch
	patches.suse/nvme-rdma-Fix-max_hw_sectors-calculation.patch
	patches.suse/Added-QUIRKs-for-ADATA-XPG-SX8200-Pro-512GB.patch
	patches.suse/nvmet-tcp-remove-superflous-check-on-request-sgl.patch
	patches.suse/nvme-Add-quirk-for-Kingston-NVME-SSD-running-FW-E8FK.patch
	patches.suse/nvme-allow-64-bit-results-in-passthru-commands.patch
	patches.suse/nvme-Add-ctrl-attributes-for-queue_count-and-sqsize.patch
	patches.suse/nvme-Move-ctrl-sqsize-to-generic-space.patch
	patches.suse/nvme-rdma-fix-possible-use-after-free-in-connect-tim.patch
	patches.suse/loop-change-queue-block-size-to-match-when-using-DIO.patch
	patches.suse/s390-dasd-Fix-error-handling-during-online-processin.patch
	patches.suse/Revert-s390-dasd-Add-discard-support-for-ESE-volumes.patch
	patches.suse/0001-block-sed-opal-fix-sparse-warning-obsolete-array-ini.patch
	patches.suse/0002-block-sed-opal-fix-sparse-warning-convert-__be64-dat.patch
	patches.suse/0001-drm-amdgpu-revert-disable-bulk-moves-for-now.patch
	patches.suse/drm-amd-powerplay-change-metrics-update-period-from-.patch
	patches.suse/drm-amdgpu-fix-multiple-memory-leaks-in-acp_hw_init.patch
	patches.suse/drm-amd-display-memory-leak.patch
	patches.suse/drm-Free-the-writeback_job-when-it-with-an-empty-fb.patch
	patches.suse/drm-Clear-the-fence-pointer-when-writeback-job-signa.patch
	patches.suse/drm-komeda-prevent-memory-leak-in-komeda_wb_connecto.patch
	patches.suse/drm-omap-fix-max-fclk-divider-for-omap36xx.patch
	patches.suse/0003-drm-i915-dp-Fix-dsc-bpp-calculations-v5.patch
	patches.suse/0004-drm-i915-Fix-g4x-sprite-scaling-stride-check-with-GT.patch
	patches.suse/Revert-drm-i915-Fix-DP-MST-crtc_mask.patch
	patches.suse/sched-Add-__ASSEMBLY__-guards-around-struct-clone_ar.patch
	patches.suse/selftests-pidfd-Fix-undefined-reference-to-pthread_c.patch
	patches.suse/sched-add-kernel-doc-for-struct-clone_args.patch
	patches.suse/lib-introduce-copy_struct_from_user-helper.patch
	patches.suse/clone3-switch-to-copy_struct_from_user.patch
	patches.suse/usercopy-Add-parentheses-around-assignment-in-test_c.patch
	patches.suse/xen-efi-Set-nonblocking-callbacks.patch
	patches.suse/xen-balloon-Set-pages-PageOffline-in-balloon_add_reg.patch
	patches.suse/xen-xenbus-fix-self-deadlock-after-killing-user-proc.patch
	patches.suse/kvm-x86-fix-a-spurious-e2big-in-_do_cpuid_func
	patches.suse/KVM-X86-Fix-userspace-set-invalid-CR4.patch
	patches.suse/kvm-x86-improve-emulation-of-cpuid-leaves-0bh-and-1fh
	patches.suse/kvm-x86-use-amd-cpuid-semantics-for-amd-vcpus
	patches.suse/kvm-x86-powerpc-do-not-allow-clearing-largepages-debugfs-entry
	patches.suse/kvm-vmx-limit-guest-pmcs-to-those-supported-on-the-host
	patches.suse/selftests-kvm-Fix-libkvm-build-error.patch
	patches.suse/KVM-nVMX-Fix-consistency-check-on-injected-exception.patch
	patches.suse/RISC-V-Clear-load-reservations-while-restoring-hart-.patch
	patches.suse/riscv-Fix-memblock-reservation-for-device-tree-blob.patch
	patches.suse/MIPS-dts-ar9331-fix-interrupt-controller-size.patch
	patches.suse/mips-Loongson-Fix-the-link-time-qualifier-of-serial_.patch
	patches.suse/s390-cpumsf-check-for-cpu-measurement-sampling
	patches.suse/s390-qdio-clarify-size-of-the-qib-parm-area
	patches.suse/s390-mm-fix-Wunused-but-set-variable-warnings.patch
	patches.suse/KVM-s390-fix-__insn32_query-inline-assembly.patch
	patches.suse/0002-kvm-s390-mark-_insn32_query-as-_always_inline
	patches.suse/net-dsa-qca8k-Use-up-to-7-ports-for-all-operations.patch
	patches.suse/sch_cbq-validate-TCA_CBQ_WRROPT-to-avoid-crash.patch
	patches.suse/erspan-remove-the-incorrect-mtu-limit-for-erspan.patch
	patches.suse/net-Unpublish-sk-from-sk_reuseport_cb-before-call_rc.patch
	patches.suse/ieee802154-atusb-fix-use-after-free-at-disconnect.patch
	patches.suse/ieee802154-ca8210-prevent-memory-leak.patch
	patches.suse/net-dsa-sja1105-Ensure-PTP-time-for-rxtstamp-reconst.patch
	patches.suse/net-dsa-sja1105-Prevent-leaking-memory.patch
	patches.suse/net-sched-taprio-Fix-potential-integer-overflow-in-t.patch
	patches.suse/net-socionext-netsec-always-grab-descriptor-lock.patch
	patches.suse/ionic-select-CONFIG_NET_DEVLINK.patch
	patches.suse/nl80211-validate-beacon-head.patch
	patches.suse/cfg80211-validate-SSID-MBSSID-element-ordering-assum.patch
	patches.suse/cfg80211-initialize-on-stack-chandefs.patch
	patches.suse/nl80211-fix-null-pointer-dereference.patch
	patches.suse/mac80211-fix-txq-null-pointer-dereference.patch
	patches.suse/mac80211-keep-BHs-disabled-while-calling-drv_tx_wake.patch
	patches.suse/net-sched-taprio-Avoid-division-by-zero-on-invalid-l.patch
	patches.suse/net-sched-cbs-Avoid-division-by-zero-when-calculatin.patch
	patches.suse/net-mscc-ocelot-add-missing-of_node_put-after-callin.patch
	patches.suse/net-dsa-rtl8366rb-add-missing-of_node_put-after-call.patch
	patches.suse/devlink-Fix-error-handling-in-param-and-info_get-dum.patch
	patches.suse/net-stmmac-xgmac-Not-all-Unicast-addresses-may-be-av.patch
	patches.suse/net-stmmac-dwmac4-Always-update-the-MAC-Hash-Filter.patch
	patches.suse/net-stmmac-Correctly-take-timestamp-for-PTPv2.patch
	patches.suse/net-stmmac-Do-not-stop-PHY-if-WoL-is-enabled.patch
	patches.suse/0003-net-stmmac-xgmac-Disable-the-Timestamp-interrupt-by-.patch
	patches.suse/net-ag71xx-fix-mdio-subnode-support.patch
	patches.suse/hso-fix-NULL-deref-on-tty-open.patch
	patches.suse/vsock-Fix-a-lockdep-warning-in-__vsock_release.patch
	patches.suse/tcp-adjust-rto_base-in-retransmits_timed_out.patch
	patches.suse/xen-netfront-do-not-use-0U-as-error-return-value-for.patch
	patches.suse/tipc-fix-unlimited-bundling-of-small-messages.patch
	patches.suse/mlx5-avoid-64-bit-division-in-dr_icm_pool_mr_create.patch
	patches.suse/net-dsa-rtl8366-Check-VLAN-ID-and-not-ports.patch
	patches.suse/net-rds-Fix-error-handling-in-rds_ib_add_one.patch
	patches.suse/net-dsa-sja1105-Initialize-the-meta_lock.patch
	patches.suse/net-dsa-sja1105-Fix-sleeping-while-atomic-in-.port_h.patch
	patches.suse/ptp_qoriq-Initialize-the-registers-spinlock-before-c.patch
	patches.suse/netfilter-nft_connlimit-disable-bh-on-garbage-collec.patch
	patches.suse/net-hisilicon-Fix-usage-of-uninitialized-variable-in.patch
	patches.suse/net-stmmac-Avoid-deadlock-on-suspend-resume.patch
	patches.suse/ipv6-drop-incoming-packets-having-a-v4mapped-source-.patch
	patches.suse/udp-fix-gso_segs-calculations.patch
	patches.suse/udp-only-do-GSO-if-of-segs-1.patch
	patches.suse/lib-textsearch-fix-escapes-in-example-code.patch
	patches.suse/tcp-fix-slab-out-of-bounds-in-tcp_zerocopy_receive.patch
	patches.suse/qmi_wwan-add-support-for-Cinterion-CLS8-devices.patch
	patches.suse/rxrpc-Fix-rxrpc_recvmsg-tracepoint.patch
	patches.suse/cxgb4-Fix-out-of-bounds-MSI-X-info-array-access.patch
	patches.suse/r8152-Set-macpassthru-in-reset_resume-callback.patch
	patches.suse/net-ipv4-avoid-mixed-n_redirects-and-rate_tokens-usa.patch
	patches.suse/net-phy-allow-for-reset-line-to-be-tied-to-a-sleepy-.patch
	patches.suse/ipv6-Handle-missing-host-route-in-__ipv6_ifa_notify.patch
	patches.suse/net-phy-fix-write-to-mii-ctrl1000-register.patch
	patches.suse/sch_dsmark-fix-potential-NULL-deref-in-dsmark_init.patch
	patches.suse/nfc-fix-memory-leak-in-llcp_sock_bind.patch
	patches.suse/net-qlogic-Fix-memory-leak-in-ql_alloc_large_buffers.patch
	patches.suse/Convert-filldir-64-from-__put_user-to-unsafe_put_use.patch
	patches.suse/Make-filldir-64-verify-the-directory-entry-filename-.patch
	patches.suse/scsi-bnx2fc-Handle-scope-bits-when-array-returns-BUS.patch
	patches.suse/scsi-ufs-skip-shutdown-if-hba-is-not-powered.patch
	patches.suse/scsi-qedf-Remove-always-false-tmp_prio-0-statement.patch
	patches.suse/msft-hv-1948-scsi-storvsc-setup-1-1-mapping-between-hardware-queu.patch
	patches.suse/scsi-megaraid-disable-device-when-probe-failed-after.patch
	patches.suse/scsi-qla2xxx-Silence-fwdump-template-message.patch
	patches.suse/scsi-qla2xxx-Fix-unbound-sleep-in-fcport-delete-path.patch
	patches.suse/scsi-qla2xxx-Fix-stale-mem-access-on-driver-unload.patch
	patches.suse/scsi-qla2xxx-Optimize-NPIV-tear-down-process.patch
	patches.suse/scsi-qla2xxx-Fix-N2N-link-reset.patch
	patches.suse/scsi-qla2xxx-Fix-N2N-link-up-fail.patch
	patches.suse/scsi-qla2xxx-Fix-Nport-ID-display-value.patch
	patches.suse/kbuild-correct-formatting-of-header-in-kbuild-module.patch
	patches.suse/namespace-fix-namespace.pl-script-to-support-relativ.patch
	patches.suse/scripts-setlocalversion-clear-local-variable-to-make.patch
	patches.suse/clk-ti-dra7-Fix-mcasp8-clock-bits.patch
	patches.suse/ARM-dts-Fix-wrong-clocks-for-dra7-mcasp.patch
	patches.suse/DTS-ARM-gta04-introduce-legacy-spi-cs-high-to-make-d.patch
	patches.suse/ARM-omap2plus_defconfig-Enable-DRM_TI_TFP410.patch
	patches.suse/ARM-dts-Fix-gpio0-flags-for-am335x-icev2.patch
	patches.suse/ARM-OMAP2-Fix-missing-reset-done-flag-for-am3-and-am.patch
	patches.suse/ARM-OMAP2-Add-missing-LCDC-midlemode-for-am335x.patch
	patches.suse/ARM-OMAP2-Fix-warnings-with-broken-omap2_set_init_vo.patch
	patches.suse/ARM-dts-am4372-Set-memory-bandwidth-limit-for-DISPC.patch
	patches.suse/elf-don-t-use-MAP_FIXED_NOREPLACE-for-elf-executable.patch
	patches.suse/uaccess-implement-a-proper-unsafe_copy_to_user-and-s.patch
	patches.suse/ocfs2-clear-zero-in-unaligned-direct-IO.patch
	patches.suse/fs-ocfs2-fix-possible-null-pointer-dereferences-in-o.patch
	patches.suse/fs-ocfs2-fix-a-possible-null-pointer-dereference-in-.patch
	patches.suse/panic-ensure-preemption-is-disabled-during-panic.patch
	patches.suse/mm-memremap-drop-unused-SECTION_SIZE-and-SECTION_MAS.patch
	patches.suse/writeback-fix-use-after-free-in-finish_writeback_work.patch
	patches.suse/memcg-only-record-foreign-writebacks-with-dirty-pages-when-memcg-is-not-disabled.patch
	patches.suse/0001-kernel-sysctl.c-do-not-override-max_threads-provided.patch
	patches.suse/mm-z3fold.c-claim-page-in-the-beginning-of-free.patch
	patches.suse/mm-page_alloc.c-fix-a-crash-in-free_pages_prepare.patch
	patches.suse/mm-vmpressure.c-fix-a-signedness-bug-in-vmpressure_r.patch
	patches.suse/mm-memcg-proportional-memory.-low-min-reclaim.patch
	patches.suse/mm-memcg-make-memory.emin-the-baseline-for-utilisation-determination.patch
	patches.suse/mm-memcg-make-scan-aggression-always-exclude-protection.patch
	patches.suse/mm-sl-ou-b-improve-memory-accounting.patch
	patches.suse/mm-sl-aou-b-guarantee-natural-alignment-for-kmalloc-power-of-two.patch
	patches.suse/kselftest-exclude-failed-TARGETS-from-runlist.patch
	patches.suse/selftests-kselftest-runner.sh-Add-45-second-timeout-.patch
	patches.suse/selinux-fix-context-string-corruption-in-convert_con.patch
	patches.suse/gpiolib-don-t-clear-FLAG_IS_OUT-when-emulating-open-.patch
	patches.suse/gpio-fix-getting-nonexclusive-gpiods-from-DT.patch
	patches.suse/gpio-eic-sprd-Fix-the-incorrect-EIC-offset-when-togg.patch
	patches.suse/gpio-max77620-Use-correct-unit-for-debounce-times.patch
	patches.suse/arm64-errata-Update-stale-comment.patch
	patches.suse/arm64-sve-Fix-wrong-free-for-task-thread.sve_state.patch
	patches.suse/arm64-cpufeature-Effectively-expose-FRINT-capability.patch
	patches.suse/arm64-Fix-incorrect-irqflag-restore-for-priority-mas.patch
	patches.suse/arm64-ftrace-Ensure-synchronisation-in-PLT-setup-for.patch
	patches.suse/arm64-vdso32-Fix-broken-compat-vDSO-build-warnings.patch
	patches.suse/arm64-vdso32-Detect-binutils-support-for-dmb-ishld.patch
	patches.suse/arm64-Default-to-building-compat-vDSO-with-clang-whe.patch
	patches.suse/arm64-vdso32-Don-t-use-KBUILD_CPPFLAGS-unconditional.patch
	patches.suse/arm64-armv8_deprecated-Checking-return-value-for-mem.patch
	patches.suse/RDMA-vmw_pvrdma-Free-SRQ-only-once.patch
	patches.suse/RDMA-siw-Fix-serialization-issue-in-write_space.patch
	patches.suse/RDMA-core-Fix-use-after-free-and-refcnt-leak-on-ndev.patch
	patches.suse/RDMA-hfi1-Prevent-memory-leak-in-sdma_init.patch
	patches.suse/RDMA-iw_cxgb4-fix-SRQ-access-from-dump_qp.patch
	patches.suse/RDMA-iwcm-Fix-a-lock-inversion-issue.patch
	patches.suse/RDMA-i40iw-Associate-ibdev-to-netdev-before-IB-devic.patch
	patches.suse/RDMA-core-Fix-an-error-handling-path-in-res_get_comm.patch
	patches.suse/RDMA-cm-Fix-memory-leak-in-cm_add-remove_one.patch
	patches.suse/RDMA-cxgb4-Do-not-dma-memory-off-of-the-stack.patch
	patches.suse/RDMA-nldev-Reshuffle-the-code-to-avoid-need-to-rebin.patch
	patches.suse/IB-core-Fix-wrong-iterating-on-ports.patch
	patches.suse/RDMA-mlx5-Do-not-allow-rereg-of-a-ODP-MR.patch
	patches.suse/RDMA-mlx5-Fix-a-race-with-mlx5_ib_update_xlt-on-an-i.patch
	patches.suse/RDMA-odp-Lift-umem_mutex-out-of-ib_umem_odp_unmap_dm.patch
	patches.suse/RDMA-mlx5-Order-num_pending_prefetch-properly-with-s.patch
	patches.suse/RDMA-mlx5-Put-live-in-the-correct-place-for-ODP-MRs.patch
	patches.suse/RDMA-mlx5-Add-missing-synchronize_srcu-for-MW-cases.patch
	patches.suse/Fix-the-locking-in-dcache_readdir-and-friends.patch
	patches.suse/Btrfs-fix-memory-leak-due-to-concurrent-append-write.patch
	patches.suse/btrfs-fix-incorrect-updating-of-log-root-tree.patch
	patches.suse/btrfs-fix-balance-convert-to-single-on-32-bit-host-C.patch
	patches.suse/btrfs-allocate-new-inode-in-NOFS-context.patch
	patches.suse/btrfs-fix-uninitialized-ret-in-ref-verify.patch
	patches.suse/btrfs-silence-maybe-uninitialized-warning-in-clone_r.patch
	patches.suse/xfs-Fix-tail-rounding-in-xfs_alloc_file_space.patch
	patches.suse/xfs-assure-zeroed-memory-buffers-for-certain-kmem-al.patch
	patches.suse/xfs-log-the-inode-on-directory-sf-to-block-format-ch.patch
	patches.suse/xfs-remove-broken-error-handling-on-failed-attr-sf-t.patch
	patches.suse/xfs-move-local-to-extent-inode-logging-into-bmap-hel.patch
	patches.suse/Revert-libata-freezer-avoid-block-device-removal-whi.patch
	patches.suse/blk-wbt-fix-performance-regression-in-wbt-scale_up-scale_down.patch
	patches.suse/io_uring-only-flush-workqueues-on-fileset-removal.patch
	patches.suse/0022-null_blk-Fix-zoned-command-return-code.patch
	patches.suse/nbd-fix-possible-sysfs-duplicate-warning.patch
	patches.suse/drm-amdgpu-fix-memory-leak.patch
	patches.suse/drm-i915-execlists-Remove-incorrect-BUG_ON-for-sched.patch
	patches.suse/drm-i915-Perform-GGTT-restore-much-earlier-during-re.patch
	patches.suse/drm-i915-Whitelist-COMMON_SLICE_CHICKEN2.patch
	patches.suse/0001-drm-i915-Don-t-mix-srcu-tag-and-negative-error-codes.patch
	patches.suse/drm-i915-Extend-Haswell-GT1-PSMI-workaround-to-all.patch
	patches.suse/drm-i915-Verify-the-engine-after-acquiring-the-activ.patch
	patches.suse/drm-i915-Bump-skl-max-plane-width-to-5k-for-linear-x.patch
	patches.suse/drm-i915-Prevent-bonded-requests-from-overtaking-eac.patch
	patches.suse/drm-i915-Mark-contents-as-dirty-on-a-write-fault.patch
	patches.suse/drm-i915-cml-Add-second-PCH-ID-for-CMP.patch
	patches.suse/drm-i915-execlists-Drop-redundant-list_del_init-rq-s.patch
	patches.suse/drm-i915-Only-enqueue-already-completed-requests.patch
	patches.suse/drm-i915-Fixup-preempt-to-busy-vs-reset-of-a-virtual.patch
	patches.suse/drm-i915-execlists-Protect-peeking-at-execlists-acti.patch
	patches.suse/drm-i915-gt-execlists-active-is-serialised-by-the-ta.patch
	patches.suse/msft-hv-1953-HID-hyperv-Use-in-place-iterator-API-in-the-channel-.patch
	patches.suse/msft-hv-1954-Drivers-hv-vmbus-Fix-harmless-building-warnings-with.patch
	patches.suse/0013-scripts-add_namespace-Fix-coccicheck-failed.patch
	patches.suse/0014-module-swap-the-order-of-symbol.namespace.patch
	patches.suse/0015-modpost-fix-broken-sym-namespace-for-external-module.patch
	patches.suse/0016-module-rename-__kstrtab_ns_-to-__kstrtabns_-to-avoid.patch
	patches.suse/0017-kbuild-fix-build-error-of-make-nsdeps-in-clean-tree.patch
	patches.suse/0018-nsdeps-fix-hashbang-of-scripts-nsdeps.patch
	patches.suse/0019-nsdeps-make-generated-patches-independent-of-locale.patch
	patches.suse/0020-doc-move-namespaces.rst-from-kbuild-to-core-api.patch
	patches.suse/smb3-cleanup-some-recent-endian-errors-spotted-by-updated-sparse.patch
	patches.suse/fs-cifs-mute-Wunused-const-variable-message.patch
	patches.suse/cifs-use-cifsInodeInfo-open_file_lock-while-iteratin.patch
	patches.suse/CIFS-Gracefully-handle-QueryInfo-errors-during-open.patch
	patches.suse/smb3-remove-noisy-debug-message-and-minor-cleanup.patch
	patches.suse/smb3-Fix-regression-in-time-handling.patch
	patches.suse/CIFS-Force-revalidate-inode-when-dentry-is-stale.patch
	patches.suse/CIFS-Force-reval-dentry-if-LOOKUP_REVAL-flag-is-set.patch
	patches.suse/nfs-Fix-nfsi-nrequests-count-error-on-nfs_inode_remo.patch
	patches.suse/NFS-Fix-O_DIRECT-accounting-of-number-of-bytes-read-.patch
	patches.suse/NFSv4-Fix-leak-of-clp-cl_acceptor-string.patch
	patches.suse/SUNRPC-fix-race-to-sk_err-after-xs_error_report.patch
	patches.suse/s390-cio-fix-virtio-ccw-DMA-without-PV.patch
	patches.suse/s390-uaccess-avoid-false-positive-compiler-warnings.patch
	patches.suse/x86-xen-Return-from-panic-notifier.patch
	patches.suse/powerpc-64s-radix-Fix-build-failure-with-RADIX_MMU-n.patch
	patches.suse/powerpc-pseries-Remove-confusing-warning-message.patch
	patches.suse/selftests-powerpc-Fix-compile-error-on-tlbie_test-du.patch
	patches.suse/MIPS-include-Mark-__cmpxchg-as-__always_inline.patch
	patches.suse/MIPS-include-Mark-__xchg-as-__always_inline.patch
	patches.suse/MIPS-fw-sni-Fix-out-of-bounds-init-of-o32-stack.patch
	patches.suse/MIPS-elf_hwcap-Export-userspace-ASEs.patch
	patches.suse/MIPS-Disable-Loongson-MMI-instructions-for-kernel-bu.patch
	patches.suse/riscv-avoid-kernel-hangs-when-trapped-in-BUG.patch
	patches.suse/riscv-avoid-sending-a-SIGTRAP-to-a-user-thread-trapp.patch
	patches.suse/riscv-Correct-the-handling-of-unexpected-ebreak-in-d.patch
	patches.suse/x86-asm-Fix-MWAITX-C-state-hint-value.patch
	patches.suse/x86-cpu-add-comet-lake-to-the-intel-cpu-models-header.patch
	patches.suse/efi-cper-Fix-endianness-of-PCIe-class-code.patch
	patches.suse/efivar-ssdt-Don-t-iterate-over-EFI-vars-if-no-SSDT-o.patch
	patches.suse/efi-tpm-Don-t-access-event-count-when-it-isn-t-mappe.patch
	patches.suse/efi-tpm-Don-t-traverse-an-event-log-with-no-events.patch
	patches.suse/efi-tpm-Only-set-efi_tpm_final_log_size-after-succes.patch
	patches.suse/efi-Make-unexported-efi_rci2_sysfs_init-static.patch
	patches.suse/efi-x86-Do-not-clean-dummy-variable-in-kexec-path.patch
	patches.suse/efi-tpm-Fix-sanity-check-of-unsigned-tbl_size-being-.patch
	patches.suse/libsubcmd-Make-_FORTIFY_SOURCE-defines-dependent-on-.patch
	patches.suse/perf-tests-Avoid-raising-SEGV-using-an-obvious-NULL-.patch
	patches.suse/perf-llvm-Don-t-access-out-of-scope-array.patch
	patches.suse/perf-map-Fix-overlapped-map-handling.patch
	patches.suse/perf-inject-jit-Fix-JIT_CODE_MOVE-filename.patch
	patches.suse/perf-script-brstackinsn-Fix-recovery-from-LBR-binary.patch
	patches.suse/perf-jevents-Fix-period-for-Intel-fixed-counters.patch
	patches.suse/perf-tools-Propagate-get_cpuid-error.patch
	patches.suse/perf-annotate-Propagate-perf_env__arch-error.patch
	patches.suse/perf-annotate-Fix-the-signedness-of-failure-returns.patch
	patches.suse/perf-annotate-Propagate-the-symbol__annotate-error-r.patch
	patches.suse/perf-annotate-Fix-arch-specific-init-failure-errors.patch
	patches.suse/perf-annotate-Return-appropriate-error-code-for-allo.patch
	patches.suse/perf-annotate-Don-t-return-1-for-error-when-doing-BP.patch
	patches.suse/perf-core-Rework-memory-accounting-in-perf_mmap.patch
	patches.suse/perf-core-Fix-corner-case-in-perf_rotate_context.patch
	patches.suse/perf-x86-amd-Change-fix-NMI-latency-mitigation-to-us.patch
	patches.suse/perf-x86-intel-add-comet-lake-cpu-support.patch
	patches.suse/perf-x86-msr-add-comet-lake-cpu-support.patch
	patches.suse/perf-x86-cstate-add-comet-lake-cpu-support.patch
	patches.suse/perf-x86-cstate-update-c-state-counters-for-ice-lake.patch
	patches.suse/sched-fair-Scale-bandwidth-quota-and-period-without-losing-quota-period-ratio-precision.patch
	patches.suse/sched-vtime-Fix-guest-system-mis-accounting-on-task-switch.patch
	patches.suse/USB-rio500-Remove-Rio-500-kernel-driver.patch
	patches.suse/USB-microtek-fix-info-leak-at-probe.patch
	patches.suse/USB-adutux-fix-use-after-free-on-disconnect.patch
	patches.suse/USB-adutux-fix-NULL-derefs-on-disconnect.patch
	patches.suse/USB-yurex-Don-t-retry-on-unexpected-errors.patch
	patches.suse/usbip-vhci_hcd-indicate-failed-message.patch
	patches.suse/USB-dummy-hcd-fix-power-budget-for-SuperSpeed-mode.patch
	patches.suse/usb-typec-tcpm-usb-typec-tcpm-Fix-a-signedness-bug-i.patch
	patches.suse/USB-usblcd-fix-I-O-after-disconnect.patch
	patches.suse/usb-typec-ucsi-ccg-Remove-run_isr-flag.patch
	patches.suse/usb-typec-ucsi-displayport-Fix-for-the-mode-entering.patch
	patches.suse/USB-legousbtower-fix-slab-info-leak-at-probe.patch
	patches.suse/USB-legousbtower-fix-deadlock-on-disconnect.patch
	patches.suse/USB-legousbtower-fix-potential-NULL-deref-on-disconn.patch
	patches.suse/USB-legousbtower-fix-open-after-failed-reset-request.patch
	patches.suse/xhci-Fix-false-warning-message-about-wrong-bounce-bu.patch
	patches.suse/xhci-Prevent-device-initiated-U1-U2-link-pm-if-exit-.patch
	patches.suse/xhci-Check-all-endpoints-for-LPM-timeout.patch
	patches.suse/xhci-Fix-USB-3.1-capability-detection-on-early-xHCI-.patch
	patches.suse/usb-xhci-wait-for-CNR-controller-not-ready-bit-in-xh.patch
	patches.suse/xhci-Prevent-deadlock-when-xhci-adapter-breaks-durin.patch
	patches.suse/xhci-Increase-STS_SAVE-timeout-in-xhci_suspend.patch
	patches.suse/xhci-Fix-NULL-pointer-dereference-in-xhci_clear_tt_b.patch
	patches.suse/usb-renesas_usbhs-gadget-Do-not-discard-queues-in-us.patch
	patches.suse/usb-renesas_usbhs-gadget-Fix-usb_ep_set_-halt-wedge-.patch
	patches.suse/ARM-dts-sunxi-Revert-phy-names-removal-for-ECHI-and-.patch
	patches.suse/USB-usb-skeleton-fix-runtime-PM-after-driver-unbind.patch
	patches.suse/USB-usblp-fix-runtime-PM-after-driver-unbind.patch
	patches.suse/USB-serial-fix-runtime-PM-after-driver-unbind.patch
	patches.suse/media-stkwebcam-fix-runtime-PM-after-driver-unbind.patch
	patches.suse/USB-serial-ftdi_sio-add-device-IDs-for-Sienna-and-Ec.patch
	patches.suse/USB-serial-option-add-Telit-FN980-compositions.patch
	patches.suse/USB-serial-option-add-support-for-Cinterion-CLS8-dev.patch
	patches.suse/USB-serial-keyspan-fix-NULL-derefs-on-open-and-write.patch
	patches.suse/driver-core-platform-Add-platform_get_irq_byname_opt.patch
	patches.suse/USB-usb-skeleton-fix-NULL-deref-on-disconnect.patch
	patches.suse/USB-usb-skeleton-fix-use-after-free-after-driver-unb.patch
	patches.suse/USB-legousbtower-fix-use-after-free-on-release.patch
	patches.suse/USB-ldusb-fix-NULL-derefs-on-driver-unbind.patch
	patches.suse/USB-adutux-fix-use-after-free-on-release.patch
	patches.suse/USB-chaoskey-fix-use-after-free-on-release.patch
	patches.suse/USB-iowarrior-fix-use-after-free-on-disconnect.patch
	patches.suse/USB-iowarrior-fix-use-after-free-on-release.patch
	patches.suse/USB-iowarrior-fix-use-after-free-after-driver-unbind.patch
	patches.suse/USB-yurex-fix-NULL-derefs-on-disconnect.patch
	patches.suse/tty-serial-owl-Fix-the-link-time-qualifier-of-owl_ua.patch
	patches.suse/tty-serial-rda-Fix-the-link-time-qualifier-of-rda_ua.patch
	patches.suse/serial-sifive-select-SERIAL_EARLYCON.patch
	patches.suse/serial-sh-sci-Use-platform_get_irq_optional-for-opti.patch
	patches.suse/serial-uartlite-fix-exit-path-null-pointer.patch
	patches.suse/serial-uartps-Fix-uartps_major-handling.patch
	patches.suse/tty-n_hdlc-fix-build-on-SPARC.patch
	patches.suse/serial-mctrl_gpio-Check-for-NULL-pointer.patch
	patches.suse/serial-8250_omap-Fix-gpio-check-for-auto-RTS-CTS.patch
	patches.suse/serial-fix-kernel-doc-warning-in-comments.patch
	patches.suse/tty-serial-imx-Use-platform_get_irq_optional-for-opt.patch
	patches.suse/staging-fbtft-Depend-on-OF.patch
	patches.suse/staging-fbtft-Remove-fbtft_device.patch
	patches.suse/staging-bcm2835-audio-Fix-draining-behavior-regressi.patch
	patches.suse/staging-rtl8188eu-fix-null-dereference-when-kzalloc-.patch
	patches.suse/staging-rtl8188eu-fix-HighestRate-check-in-odm_ARFBR.patch
	patches.suse/Staging-fbtft-fix-memory-leak-in-fbtft_framebuffer_a.patch
	patches.suse/staging-vt6655-Fix-memory-leak-in-vt6655_probe.patch
	patches.suse/iio-adc-meson_saradc-Fix-memory-allocation-order.patch
	patches.suse/iio-fix-center-temperature-of-bmc150-accel-core.patch
	patches.suse/iio-adc-hx711-fix-bug-in-sampling-of-data.patch
	patches.suse/iio-accel-adxl372-Fix-remove-limitation-for-FIFO-sam.patch
	patches.suse/iio-accel-adxl372-Fix-push-to-buffers-lost-samples.patch
	patches.suse/iio-accel-adxl372-Perform-a-reset-at-start-up.patch
	patches.suse/iio-adc-stm32-adc-move-registers-definitions.patch
	patches.suse/iio-adc-stm32-adc-fix-a-race-when-using-several-adcs.patch
	patches.suse/iio-imu-adis16400-release-allocated-memory-on-failur.patch
	patches.suse/iio-imu-adis16400-fix-memory-leak.patch
	patches.suse/iio-adc-axp288-Override-TS-pin-bias-current-for-some.patch
	patches.suse/iio-imu-st_lsm6dsx-fix-waitime-for-st_lsm6dsx-i2c-co.patch
	patches.suse/iio-light-fix-vcnl4000-devicetree-hooks.patch
	patches.suse/iio-light-add-missing-vcnl4040-of_compatible.patch
	patches.suse/iio-adc-ad799x-fix-probe-error-handling.patch
	patches.suse/iio-light-opt3001-fix-mutex-unlock-race.patch
	patches.suse/mei-me-add-comet-point-lake-LP-device-ids.patch
	patches.suse/mei-avoid-FW-version-request-on-Ibex-Peak-and-earlie.patch
	patches.suse/misc-fastrpc-prevent-memory-leak-in-fastrpc_dma_buf_.patch
	patches.suse/virt-vbox-fix-memory-leak-in-hgcm_call_preprocess_li.patch
	patches.suse/firmware-google-increment-VPD-key_len-properly.patch
	patches.suse/mtd-rawnand-au1550nd-Fix-au_read_buf16-prototype.patch
	patches.suse/hwmon-Fix-HWMON_P_MIN_ALARM-mask.patch
	patches.suse/tracefs-Revert-ccbd54ff54e8-tracefs-Restrict-tracefs.patch
	patches.suse/ftrace-Get-a-reference-counter-for-the-trace_array-o.patch
	patches.suse/tracing-Get-trace_array-reference-for-available_trac.patch
	patches.suse/tracing-hwlat-Report-total-time-spent-in-all-NMIs-du.patch
	patches.suse/tracing-hwlat-Don-t-ignore-outer-loop-duration-when-.patch
	patches.suse/tracing-Initialize-iter-seq-after-zeroing-in-tracing.patch
	patches.suse/mm-page_owner-fix-off-by-one-error-in-_set_page_owner_handle.patch
	patches.suse/mm-page_owner-decouple-freeing-stack-trace-from-debug_pagealloc.patch
	patches.suse/mm-page_owner-rename-flag-indicating-that-page-is-allocated.patch
	patches.suse/mm-slub-fix-a-deadlock-in-show_slab_objects.patch
	patches.suse/mm-slub.c-init_on_free-1-should-wipe-freelist-ptr-for-bulk-allocations.patch
	patches.suse/mm-compaction-fix-wrong-pfn-handling-in-_reset_isolation_pfn.patch
	patches.suse/fs-direct-io.c-fix-kernel-doc-warning.patch
	patches.suse/fs-libfs.c-fix-kernel-doc-warning.patch
	patches.suse/fs-fs-writeback.c-fix-kernel-doc-warning.patch
	patches.suse/bitmap.h-fix-kernel-doc-warning-and-typo.patch
	patches.suse/xarray.h-fix-kernel-doc-warning.patch
	patches.suse/mm-slab.c-fix-kernel-doc-warning-for-__ksize.patch
	patches.suse/mm-memory-failure-poison-read-receives-SIGKILL-inste.patch
	patches.suse/firmware-dmi-fix-unlikely-out-of-bounds-read.patch
	patches.suse/parisc-Fix-vmap-memory-leak-in-ioremap-iounmap.patch
	patches.suse/scsi-sd-Ignore-a-failure-to-sync-cache-due-to-lack-o.patch
	patches.suse/scsi-qla2xxx-Remove-WARN_ON_ONCE-in-qla2x00_status_c.patch
	patches.suse/scsi-core-save-restore-command-resid-for-error-handl.patch
	patches.suse/scsi-zfcp-fix-reaction-on-bit-error-threshold-notifi.patch
	patches.suse/vhost-test-stop-device-before-reset.patch
	patches.suse/platform-x86-classmate-laptop-remove-unused-variable.patch
	patches.suse/platform-x86-intel_punit_ipc-Avoid-error-message-whe.patch
	patches.suse/platform-x86-i2c-multi-instantiate-Fail-the-probe-if.patch
	patches.suse/Input-da9063-fix-capability-and-drop-KEY_SLEEP.patch
	patches.suse/Input-synaptics-rmi4-avoid-processing-unknown-IRQs.patch
	patches.suse/Revert-Input-elantech-enable-SMBus-on-new-2018-syste.patch
	patches.suse/drm-i915-execlists-Refactor-EIO-markup-of-hung-reque.patch
	patches.suse/drm-i915-Favor-last-VBT-child-device-with-conflictin.patch
	patches.suse/drm-i915-userptr-Never-allow-userptr-into-the-mappab.patch
	patches.suse/drm-i915-Fixup-preempt-to-busy-vs-resubmission-of-a-.patch
	patches.suse/Revert-drm-radeon-Fix-EEH-during-kexec.patch
	patches.suse/drm-amdgpu-Bail-earlier-when-amdgpu.cik_-si_support-.patch
	patches.suse/drm-amdgpu-sdma5-fix-mask-value-of-POLL_REGMEM-packe.patch
	patches.suse/drm-edid-Add-6-bpc-quirk-for-SDC-panel-in-Lenovo-G50.patch
	patches.suse/drm-msm-dsi-Implement-reset-correctly.patch
	patches.suse/drm-ttm-Restore-ttm-prefaulting.patch
	patches.suse/drm-panfrost-Handle-resetting-on-timeout-better.patch
	patches.suse/xfs-change-the-seconds-fields-in-xfs_bulkstat-to-sig.patch
	patches.suse/xtensa-drop-EXPORT_SYMBOL-for-outs-ins.patch
	patches.suse/xtensa-fix-change_bit-in-exclusive-access-option.patch
	patches.suse/arm64-cpufeature-Treat-ID_AA64ZFR0_EL1-as-RAZ-when-S.patch
	patches.suse/arm64-hibernate-check-pgd-table-allocation.patch
	patches.suse/arm64-KVM-Trap-VM-ops-when-ARM64_WORKAROUND_CAVIUM_T.patch
	patches.suse/arm64-Enable-workaround-for-Cavium-TX2-erratum-219-w.patch
	patches.suse/arm64-Avoid-Cavium-TX2-erratum-219-when-switching-TT.patch
	patches.suse/arm64-Allow-CAVIUM_TX2_ERRATUM_219-to-be-selected.patch
	patches.suse/scsi-core-fix-missing-.cleanup_rq-for-SCSI-hosts-wit.patch
	patches.suse/scsi-core-fix-dh-and-multipathing-for-SCSI-hosts-wit.patch
	patches.suse/PCI-PM-Fix-pci_power_up.patch
	patches.suse/cpufreq-Avoid-cpufreq_suspend-deadlock-on-system-shu.patch
	patches.suse/ACPI-processor-Avoid-NULL-pointer-dereferences-at-in.patch
	patches.suse/ACPI-CPPC-Set-pcc_data-pcc_ss_id-to-NULL-in-acpi_cpp.patch
	patches.suse/ALSA-hda-realtek-Reduce-the-Headphone-static-noise-o.patch
	patches.suse/ALSA-hdac-clear-link-output-stream-mapping.patch
	patches.suse/ALSA-usb-audio-Disable-quirks-for-BOSS-Katana-amplif.patch
	patches.suse/ALSA-hda-realtek-Enable-headset-mic-on-Asus-MJ401TA.patch
	patches.suse/ALSA-hda-Force-runtime-PM-on-Nvidia-HDMI-codecs.patch
	patches.suse/mmc-renesas_sdhi-Do-not-use-platform_get_irq-to-coun.patch
	patches.suse/mmc-sh_mmcif-Use-platform_get_irq_optional-for-optio.patch
	patches.suse/mmc-sdhci-iproc-fix-spurious-interrupts-on-Multibloc.patch
	patches.suse/memstick-jmb38x_ms-Fix-an-error-handling-path-in-jmb.patch
	patches.suse/lib-test_user_copy-style-cleanup.patch
	patches.suse/usercopy-Avoid-soft-lockups-in-test_check_nonzero_us.patch
	patches.suse/iommu-io-pgtable-arm-correct-mali-attributes
	patches.suse/iommu-io-pgtable-arm-support-all-mali-configurations
	patches.suse/iommu-rockchip-Don-t-use-platform_get_irq-to-implici.patch
	patches.suse/iommu-ipmmu-vmsa-Only-call-platform_get_irq-when-int.patch
	patches.suse/iommu-amd-fix-incorrect-pasid-decoding-from-event-log
	patches.suse/iommu-amd-check-pm_level_size-condition-in-locked-section
	patches.suse/dm-snapshot-introduce-account_start_copy-and-account.patch
	patches.suse/dm-snapshot-rework-COW-throttling-to-fix-deadlock.patch
	patches.suse/dm-cache-fix-bugs-when-a-GFP_NOWAIT-allocation-fails.patch
	patches.suse/ceph-just-skip-unrecognized-info-in-ceph_reply_info_.patch
	patches.suse/0046-rbd-cancel-lock_dwork-if-the-wait-is-interrupted.patch
	patches.suse/filldir-64-remove-WARN_ON_ONCE-for-bad-directory-ent.patch
	patches.suse/riscv-tlbflush-remove-confusing-comment-on-local_flu.patch
	patches.suse/blkcg-Fix-multiple-bugs-in-blkcg_activate_policy.patch
	patches.suse/blk-rq-qos-fix-first-node-deletion-of-rq_qos_del.patch
	patches.suse/libata-ahci-Fix-PCS-quirk-application.patch
	patches.suse/md-raid0-fix-warning-message-for-parameter-default_l.patch
	patches.suse/io_uring-fix-up-O_NONBLOCK-handling-for-sockets.patch
	patches.suse/nvme-fix-possible-deadlock-when-nvme_update_formats-.patch
	patches.suse/nvme-retain-split-access-workaround-for-capability-r.patch
	patches.suse/nvme-pci-Free-tagset-if-no-IO-queues.patch
	patches.suse/nvme-Remove-ADMIN_ONLY-state.patch
	patches.suse/nvme-Restart-request-timers-in-resetting-state.patch
	patches.suse/nvme-Prevent-resets-during-paused-controller-state.patch
	patches.suse/nvme-Wait-for-reset-state-when-required.patch
	patches.suse/nvme-tcp-Initialize-sk-sk_ll_usec-only-with-NET_RX_B.patch
	patches.suse/nvme-pci-Set-the-prp2-correctly-when-using-more-than.patch
	patches.suse/drivers-base-memory.c-don-t-access-uninitialized-mem.patch
	patches.suse/fs-proc-page.c-don-t-access-uninitialized-memmaps-in.patch
	patches.suse/mm-memory-failure.c-don-t-access-uninitialized-memma.patch
	patches.suse/mm-page_owner-don-t-access-uninitialized-memmaps-whe.patch
	patches.suse/mm-memory_hotplug-don-t-access-uninitialized-memmaps-in-shrink_pgdat_span.patch
	patches.suse/mm-memunmap-don-t-access-uninitialized-memmap-in-mem.patch
	patches.suse/mm-memcg-slab-fix-panic-in-__free_slab-caused-by-pre.patch
	patches.suse/mm-gup-fix-a-misnamed-write-argument-and-a-related-bug.patch
	patches.suse/mm-memcg-get-number-of-pages-on-the-LRU-list-in-memc.patch
	patches.suse/mm-memblock-do-not-enforce-current-limit-for-membloc.patch
	patches.suse/hugetlbfs-don-t-access-uninitialized-memmaps-in-pfn_.patch
	patches.suse/ocfs2-fix-panic-due-to-ocfs2_wq-is-null.patch
	patches.suse/mm-memcontrol-update-lruvec-counters-in-mem_cgroup_move_account.patch
	patches.suse/zram-fix-race-between-backing_dev_show-and-backing_d.patch
	patches.suse/net-dsa-b53-Do-not-clear-existing-mirrored-port-mask.patch
	patches.suse/0004-net-stmmac-selftests-Check-if-filtering-is-available.patch
	patches.suse/0005-net-stmmac-gmac4-Not-all-Unicast-addresses-may-be-av.patch
	patches.suse/0006-net-stmmac-selftests-Fix-L2-Hash-Filter-test.patch
	patches.suse/rxrpc-Fix-call-ref-leak.patch
	patches.suse/rxrpc-Fix-trace-after-put-looking-at-the-put-peer-re.patch
	patches.suse/rxrpc-Fix-trace-after-put-looking-at-the-put-connect.patch
	patches.suse/rxrpc-Fix-trace-after-put-looking-at-the-put-call-re.patch
	patches.suse/rxrpc-rxrpc_peer-needs-to-hold-a-ref-on-the-rxrpc_lo.patch
	patches.suse/ionic-fix-stats-memory-dereference.patch
	patches.suse/llc-fix-sk_buff-leak-in-llc_sap_state_process.patch
	patches.suse/llc-fix-sk_buff-leak-in-llc_conn_service.patch
	patches.suse/llc-fix-another-potential-sk_buff-leak-in-llc_ui_sen.patch
	patches.suse/llc-fix-sk_buff-refcounting-in-llc_conn_state_proces.patch
	patches.suse/net-mlx5-DR-Allow-insertion-of-duplicate-rules.patch
	patches.suse/net_sched-fix-backward-compatibility-for-TCA_KIND.patch
	patches.suse/net_sched-fix-backward-compatibility-for-TCA_ACT_KIN.patch
	patches.suse/NFC-pn533-fix-use-after-free-and-memleaks.patch
	patches.suse/Doc-networking-device_drivers-pensando-fix-ionic.rst.patch
	patches.suse/mac80211-Reject-malformed-SSID-elements.patch
	patches.suse/cfg80211-wext-avoid-copying-malformed-SSIDs.patch
	patches.suse/nl80211-fix-memory-leak-in-nl80211_get_ftm_responder.patch
	patches.suse/mac80211-accept-deauth-frames-in-IBSS-mode.patch
	patches.suse/ip6erspan-remove-the-incorrect-mtu-limit-for-ip6ersp.patch
	patches.suse/bonding-fix-potential-NULL-deref-in-bond_update_slav.patch
	patches.suse/sctp-add-chunks-to-sk_backlog-when-the-newsk-sk_sock.patch
	patches.suse/phylink-fix-kernel-doc-warnings.patch
	patches.suse/s390-qeth-fix-error-handling-during-vnicc-initialization
	patches.suse/s390-qeth-fix-initialization-of-vnicc-cmd-masks-during-set-online
	patches.suse/net-taprio-Fix-returning-EINVAL-when-configuring-wit.patch
	patches.suse/act_mirred-Fix-mirred_init_module-error-handling.patch
	patches.suse/netns-fix-NLM_F_ECHO-mechanism-for-RTM_NEWNSID.patch
	patches.suse/netfilter-conntrack-avoid-possible-false-sharing.patch
	patches.suse/tun-remove-possible-false-sharing-in-tun_flow_update.patch
	patches.suse/net-avoid-possible-false-sharing-in-sk_leave_memory_.patch
	patches.suse/net-add-READ-WRITE-_ONCE-annotations-on-rskq_accept_.patch
	patches.suse/tcp-annotate-lockless-access-to-tcp_memory_pressure.patch
	patches.suse/net-silence-KCSAN-warnings-around-sk_add_backlog-cal.patch
	patches.suse/net-annotate-sk-sk_rcvlowat-lockless-reads.patch
	patches.suse/net-silence-KCSAN-warnings-about-sk-sk_backlog.len-r.patch
	patches.suse/r8169-fix-jumbo-packet-handling-on-resume-from-suspe.patch
	patches.suse/net-update-net_dim-documentation-after-rename.patch
	patches.suse/net-smc-fix-smcd-link-group-creation-with-vlan-id
	patches.suse/net-smc-receive-returns-without-data
	patches.suse/net-smc-receive-pending-data-after-rcv_shutdown
	patches.suse/rxrpc-Fix-possible-NULL-pointer-access-in-ICMP-handl.patch
	patches.suse/libbpf-handle-symbol-versioning-properly-for-libbpf..patch
	patches.suse/xsk-Fix-crash-in-poll-when-device-does-not-support-n.patch
	patches.suse/selftests-bpf-Set-rp_filter-in-test_flow_dissector.patch
	patches.suse/selftests-bpf-More-compatible-nc-options-in-test_lwt.patch
	patches.suse/tcp-add-rcu-protection-around-tp-fastopen_rsk.patch
	patches.suse/tcp-annotate-tp-rcv_nxt-lockless-reads.patch
	patches.suse/tcp-annotate-tp-copied_seq-lockless-reads.patch
	patches.suse/tcp-annotate-tp-write_seq-lockless-reads.patch
	patches.suse/tcp-annotate-tp-snd_nxt-lockless-reads.patch
	patches.suse/tcp-annotate-tp-urg_seq-lockless-reads.patch
	patches.suse/tcp-annotate-sk-sk_rcvbuf-lockless-reads.patch
	patches.suse/tcp-annotate-sk-sk_sndbuf-lockless-reads.patch
	patches.suse/tcp-annotate-sk-sk_wmem_queued-lockless-reads.patch
	patches.suse/netdevsim-Fix-error-handling-in-nsim_fib_init-and-ns.patch
	patches.suse/net-aquantia-temperature-retrieval-fix.patch
	patches.suse/net-aquantia-when-cleaning-hw-cache-it-should-be-tog.patch
	patches.suse/net-aquantia-do-not-pass-lro-session-with-invalid-tc.patch
	patches.suse/net-aquantia-correctly-handle-macvlan-and-multicast-.patch
	patches.suse/rt2x00-initialize-last_reset.patch
	patches.suse/iwlwifi-mvm-fix-race-in-sync-rx-queue-notification.patch
	patches.suse/iwlwifi-pcie-fix-rb_allocator-workqueue-allocation.patch
	patches.suse/iwlwifi-dbg_ini-fix-memory-leak-in-alloc_sgtable.patch
	patches.suse/iwlwifi-pcie-fix-memory-leaks-in-iwl_pcie_ctxt_info_.patch
	patches.suse/iwlwifi-exclude-GEO-SAR-support-for-3168.patch
	patches.suse/iwlwifi-pcie-change-qu-with-jf-devices-to-use-qu-con.patch
	patches.suse/ath10k-fix-latency-issue-for-QCA988x.patch
	patches.suse/net-bcmgenet-Set-phydev-dev_flags-only-for-internal-.patch
	patches.suse/net-ethernet-broadcom-have-drivers-select-DIMLIB-as-.patch
	patches.suse/net-cavium-Use-the-correct-style-for-SPDX-License-Id.patch
	patches.suse/net-avoid-errors-when-trying-to-pop-MLPS-header-on-n.patch
	patches.suse/net-sched-fix-corrupted-L2-header-with-MPLS-push-and.patch
	patches.suse/tcp-fix-a-possible-lockdep-splat-in-tcp_done.patch
	patches.suse/net-avoid-potential-infinite-loop-in-tc_ctl_action.patch
	patches.suse/sched-etf-Fix-ordering-of-packets-with-same-txtime.patch
	patches.suse/sctp-change-sctp_prot-.no_autobind-with-true.patch
	patches.suse/net-i82596-fix-dma_alloc_attr-for-sni_82596.patch
	patches.suse/net-bcmgenet-Fix-RGMII_MODE_EN-value-for-GENET-v1-2-.patch
	patches.suse/net-usb-sr9800-fix-uninitialized-local-variable.patch
	patches.suse/rxrpc-use-rcu-protection-while-reading-sk-sk_user_da.patch
	patches.suse/net-phy-Fix-link-partner-information-disappear-issue.patch
	patches.suse/net-stmmac-disable-enable-ptp_ref_clk-in-suspend-res.patch
	patches.suse/dpaa2-eth-Fix-TX-FQID-values.patch
	patches.suse/net-phy-micrel-Discern-KSZ8051-and-KSZ8795-PHYs.patch
	patches.suse/net-phy-micrel-Update-KSZ87xx-PHY-name.patch
	patches.suse/ipv4-Return-ENETUNREACH-if-we-can-t-create-route-but.patch
	patches.suse/ipv4-fix-race-condition-between-route-lookup-and-inv.patch
	patches.suse/net-bcmgenet-don-t-set-phydev-link-from-MAC.patch
	patches.suse/net-phy-bcm7xxx-define-soft_reset-for-40nm-EPHY.patch
	patches.suse/net-bcmgenet-soft-reset-40nm-EPHYs-before-MAC-init.patch
	patches.suse/net-bcmgenet-reset-40nm-EPHY-on-energy-detect.patch
	patches.suse/net-ensure-correct-skb-tstamp-in-various-fragmenters.patch
	patches.suse/mlxsw-spectrum_trap-Push-Ethernet-header-before-repo.patch
	patches.suse/net-usb-lan78xx-Connect-PHY-before-registering-MAC.patch
	patches.suse/net-hns3-fix-mis-counting-IRQ-vector-numbers-issue.patch
	patches.suse/xen-netback-fix-error-path-of-xenvif_connect_data.patch
	patches.suse/net-netem-fix-error-path-for-corrupted-GSO-frames.patch
	patches.suse/net-netem-correct-the-parent-s-backlog-when-corrupte.patch
	patches.suse/net-aquantia-add-an-error-handling-in-aq_nic_set_multicast_list.patch
	patches.suse/net-dsa-fix-switch-tree-list.patch
	patches.suse/net-reorder-struct-net-fields-to-avoid-false-sharing.patch
	patches.suse/irqchip-al-fic-Add-support-for-irq-retrigger.patch
	patches.suse/irqchip-sifive-plic-Switch-to-fasteoi-flow.patch
	patches.suse/x86-boot-64-Make-level2_kernel_pgt-pages-invalid-out.patch
	patches.suse/x86-boot-64-Round-memory-hole-size-up-to-next-PMD-pa.patch
	patches.suse/msft-hv-1955-x86-hyperv-Make-vapic-support-x2apic-mode.patch
	patches.suse/x86-apic-x2apic-Fix-a-NULL-pointer-deref-when-handli.patch
	patches.suse/msft-hv-1956-x86-hyperv-Set-pv_info.name-to-Hyper-V.patch
	patches.suse/x86-boot-acpi-Move-get_cmdline_acpi_rsdp-under-ifdef.patch
	patches.suse/scripts-setlocalversion-fix-a-bashism.patch
	patches.suse/pinctrl-armada-37xx-fix-control-of-pins-32-and-up.patch
	patches.suse/pinctrl-ns2-Fix-off-by-one-bugs-in-ns2_pinmux_enable.patch
	patches.suse/pinctrl-stmfx-fix-null-pointer-on-remove.patch
	patches.suse/pinctrl-armada-37xx-swap-polarity-on-LED-group.patch
	patches.suse/pinctrl-intel-Allocate-IRQ-chip-dynamic.patch
	patches.suse/pinctrl-cherryview-restore-Strago-DMI-workaround-for.patch
	patches.suse/pinctrl-berlin-as370-fix-a-typo-s-spififib-spdifib.patch
	patches.suse/Btrfs-add-missing-extents-release-on-file-extent-clu.patch
	patches.suse/0001-btrfs-block-group-Fix-a-memory-leak-due-to-missing-b.patch
	patches.suse/btrfs-don-t-needlessly-create-extent-refs-kernel-thr.patch
	patches.suse/0001-btrfs-qgroup-Always-free-PREALLOC-META-reserve-in-bt.patch
	patches.suse/0001-btrfs-tracepoints-Fix-wrong-parameter-order-for-qgro.patch
	patches.suse/0001-btrfs-tracepoints-Fix-bad-entry-members-of-qgroup-ev.patch
	patches.suse/Btrfs-fix-qgroup-double-free-after-failure-to-reserv.patch
	patches.suse/Btrfs-check-for-the-full-sync-flag-while-holding-the.patch
	patches.suse/EDAC-ghes-Fix-Use-after-free-in-ghes_edac-remove-pat.patch
	patches.suse/ARM-mm-fix-alignment-handler-faults-under-memory-pre.patch
	patches.suse/ARM-8908-1-add-__always_inline-to-functions-called-f.patch
	patches.suse/ARM-8914-1-NOMMU-Fix-exc_ret-for-XIP.patch
	patches.suse/ARM-8926-1-v7m-remove-register-save-to-stack-before-.patch
	patches.suse/regulator-of-fix-suspend-min-max-voltage-parsing.patch
	patches.suse/regulator-core-make-regulator_register-EPROBE_DEFER-.patch
	patches.suse/regulator-da9062-fix-suspend_enable-disable-preparat.patch
	patches.suse/regulator-ti-abb-Fix-timeout-in-ti_abb_wait_txdone-t.patch
	patches.suse/regulator-pfuze100-regulator-Variable-val-in-pfuze10.patch
	patches.suse/tracing-Fix-gfp_t-format-for-synthetic-events.patch
	patches.suse/tracing-Fix-race-in-perf_trace_buf-initialization.patch
	patches.suse/ALSA-hda-realtek-Add-support-for-ALC711.patch
	patches.suse/ASoC-samsung-arndale-Add-missing-OF-node-dereferenci.patch
	patches.suse/ASoC-wm8994-Do-not-register-inapplicable-controls-fo.patch
	patches.suse/ASoC-topology-Fix-a-signedness-bug-in-soc_tplg_dapm_.patch
	patches.suse/ASoC-SOF-loader-fix-kernel-oops-on-firmware-boot-fai.patch
	patches.suse/ASoC-SOF-topology-fix-parse-fail-issue-for-byte-bool.patch
	patches.suse/ASoC-SOF-Intel-hda-fix-warnings-during-FW-load.patch
	patches.suse/ASoC-SOF-Intel-initialise-and-verify-FW-crash-dump-d.patch
	patches.suse/ASoC-SOF-Intel-hda-Disable-DMI-L1-entry-during-captu.patch
	patches.suse/ASoC-rt5682-add-NULL-handler-to-set_jack-function.patch
	patches.suse/ASoC-intel-sof_rt5682-add-remove-function-to-disable.patch
	patches.suse/ASoC-intel-bytcr_rt5651-add-null-check-to-support_bu.patch
	patches.suse/ASoC-wm_adsp-Don-t-generate-kcontrols-without-READ-f.patch
	patches.suse/ASoc-rockchip-i2s-Fix-RPM-imbalance.patch
	patches.suse/ASoC-msm8916-wcd-digital-add-missing-MIX2-path-for-R.patch
	patches.suse/ASoC-simple_card_utils.h-Fix-potential-multiple-rede.patch
	patches.suse/ASoC-rsnd-Reinitialize-bit-clock-inversion-flag-for-.patch
	patches.suse/ASoC-Intel-sof-rt5682-add-a-check-for-devm_clk_get.patch
	patches.suse/ASoC-SOF-control-return-true-when-kcontrol-values-ch.patch
	patches.suse/ALSA-usb-audio-Fix-copy-paste-error-in-the-validator.patch
	patches.suse/ALSA-hda-Add-Tigerlake-Jasperlake-PCI-ID.patch
	patches.suse/PM-QoS-Introduce-frequency-QoS.patch
	patches.suse/cpufreq-Use-per-policy-frequency-QoS.patch
	patches.suse/PM-QoS-Drop-frequency-QoS-types-from-device-PM-QoS.patch
	patches.suse/cpufreq-Cancel-policy-update-work-scheduled-before-f.patch
	patches.suse/cpuidle-haltpoll-Take-idle-override-into-account.patch
	patches.suse/opp-of-drop-incorrect-lockdep_assert_held.patch
	patches.suse/opp-Reinitialize-the-list_kref-before-adding-the-sta.patch
	patches.suse/ACPI-NFIT-Fix-unlock-on-error-in-scrub_show.patch
	patches.suse/of-unittest-fix-memory-leak-in-unittest_data_add.patch
	patches.suse/of-reserved_mem-add-missing-of_node_put-for-proper-r.patch
	patches.suse/mmc-sdhci-omap-Fix-Tuning-procedure-for-temperatures.patch
	patches.suse/mmc-cqhci-Commit-descriptors-before-setting-the-door.patch
	patches.suse/mmc-mxs-fix-flags-passed-to-dmaengine_prep_slave_sg.patch
	patches.suse/drm-komeda-Don-t-flush-inactive-pipes.patch
	patches.suse/drm-komeda-Fix-typos-in-komeda_splitter_validate.patch
	patches.suse/drm-amdgpu-uvd6-fix-allocation-size-in-enc-ring-test.patch
	patches.suse/drm-amdgpu-uvd7-fix-allocation-size-in-enc-ring-test.patch
	patches.suse/drm-amdgpu-vcn-fix-allocation-size-in-enc-ring-test.patch
	patches.suse/drm-amdgpu-user-pages-array-memory-leak-fix.patch
	patches.suse/drm-amdgpu-fix-potential-VM-faults.patch
	patches.suse/drm-amdgpu-fix-error-handling-in-amdgpu_bo_list_crea.patch
	patches.suse/drm-amdgpu-vce-fix-allocation-size-in-enc-ring-test.patch
	patches.suse/selftests-kvm-vmx_set_nested_state_test-don-t-check-.patch
	patches.suse/selftests-kvm-fix-sync_regs_test-with-newer-gccs.patch
	patches.suse/KVM-arm64-pmu-Fix-cycle-counter-truncation.patch
	patches.suse/arm64-KVM-Handle-PMCR_EL0.LC-as-RES1-on-pure-AArch64.patch
	patches.suse/KVM-arm64-pmu-Set-the-CHAINED-attribute-before-creat.patch
	patches.suse/KVM-arm64-pmu-Reset-sample-period-on-overflow-handli.patch
	patches.suse/KVM-PPC-Book3S-HV-XIVE-Ensure-VP-isn-t-already-in-us.patch
	patches.suse/kvm-nvmx-don-t-leak-l1-mmio-regions-to-l2
	patches.suse/arm64-dts-Fix-gpio-to-pinmux-mapping.patch
	patches.suse/ARM-dts-logicpd-torpedo-som-Remove-twl_keypad.patch
	patches.suse/ARM-dts-am3874-iceboard-Fix-i2c-mux-idle-disconnect-.patch
	patches.suse/ARM-dts-Use-level-interrupt-for-omap4-5-wlcore.patch
	patches.suse/arm64-dts-zii-ultra-fix-ARM-regulator-states.patch
	patches.suse/arm64-dts-lx2160a-Correct-CPU-core-idle-state-name.patch
	patches.suse/ARM-dts-imx6q-logicpd-Re-Enable-SNVS-power-key.patch
	patches.suse/ARM-dts-vf610-zii-scu4-aib-Specify-i2c-mux-idle-disc.patch
	patches.suse/ARM-dts-imx7s-Correct-GPT-s-ipg-clock-source.patch
	patches.suse/arm64-dts-imx8mq-Use-correct-clock-for-usdhc-s-ipg-c.patch
	patches.suse/arm64-dts-imx8mm-Use-correct-clock-for-usdhc-s-ipg-c.patch
	patches.suse/arm64-dts-rockchip-fix-Rockpro64-RK808-interrupt-lin.patch
	patches.suse/arm64-dts-rockchip-fix-RockPro64-vdd-log-regulator-s.patch
	patches.suse/arm64-dts-rockchip-fix-RockPro64-sdhci-settings.patch
	patches.suse/arm64-dts-rockchip-fix-RockPro64-sdmmc-settings.patch
	patches.suse/arm64-dts-rockchip-Fix-usb-c-on-Hugsun-X99-TV-Box.patch
	patches.suse/ARM-davinci-dm365-Fix-McBSP-dma_slave_map-entry.patch
	patches.suse/ARM-dts-bcm2837-rpi-cm3-Avoid-leds-gpio-probing-issu.patch
	patches.suse/arm64-dts-allwinner-a64-pine64-plus-Add-PHY-regulato.patch
	patches.suse/arm64-dts-allwinner-a64-Drop-PMU-node.patch
	patches.suse/arm64-dts-allwinner-a64-sopine-baseboard-Add-PHY-reg.patch
	patches.suse/0021-modpost-delegate-updating-namespaces-to-separate-fun.patch
	patches.suse/0022-modpost-make-updating-the-symbol-namespace-explicit.patch
	patches.suse/0023-symbol-namespaces-revert-to-previous-__ksymtab-name-.patch
	patches.suse/0024-scripts-nsdeps-use-alternative-sed-delimiter.patch
	patches.suse/Input-st1232-fix-reporting-multitouch-coordinates.patch
	patches.suse/scsi-qla2xxx-fix-a-potential-NULL-pointer-dereferenc.patch
	patches.suse/scsi-scsi_dh_alua-handle-RTPG-sense-code-correctly-d.patch
	patches.suse/scsi-sni_53c710-fix-compilation-error.patch
	patches.suse/scsi-fix-kconfig-dependency-warning-related-to-53C70.patch
	patches.suse/scsi-ch-Make-it-possible-to-open-a-ch-device-multipl.patch
	patches.suse/scsi-target-core-Do-not-overwrite-CDB-byte-1.patch
	patches.suse/scsi-hpsa-add-missing-hunks-in-reset-patch.patch
	patches.suse/scsi-core-try-to-get-module-before-removing-device.patch
	patches.suse/scsi-lpfc-remove-left-over-BUILD_NVME-defines.patch
	patches.suse/fs-dax-Fix-pmd-vs-pte-conflict-detection.patch
	patches.suse/s390-zcrypt-fix-memleak-at-release.patch
	patches.suse/s390-kaslr-add-support-for-R_390_GLOB_DAT-relocation.patch
	patches.suse/io_uring-Fix-corrupted-user_data.patch
	patches.suse/io_uring-Fix-broken-links-with-offloading.patch
	patches.suse/io_uring-Fix-race-for-sqes-with-userspace.patch
	patches.suse/io_uring-used-cached-copies-of-sq-dropped-and-cq-ove.patch
	patches.suse/io_uring-fix-bad-inflight-accounting-for-SETUP_IOPOL.patch
	patches.suse/nbd-protect-cmd-status-with-cmd-lock.patch
	patches.suse/nbd-handle-racing-with-error-ed-out-commands.patch
	patches.suse/nbd-verify-socket-is-supported-during-setup.patch
	patches.suse/i2c-aspeed-fix-master-pending-state-handling.patch
	patches.suse/i2c-mt65xx-fix-NULL-ptr-dereference.patch
	patches.suse/i2c-stm32f7-fix-first-byte-to-send-in-slave-mode.patch
	patches.suse/i2c-stm32f7-fix-a-race-in-slave-mode-with-arbitratio.patch
	patches.suse/i2c-stm32f7-remove-warning-when-compiling-with-W-1.patch
	patches.suse/USB-ldusb-fix-memleak-on-disconnect.patch
	patches.suse/USB-legousbtower-fix-memleak-on-disconnect.patch
	patches.suse/USB-legousbtower-fix-a-signedness-bug-in-tower_probe.patch
	patches.suse/usb-udc-lpc32xx-fix-bad-bit-shift-operation.patch
	patches.suse/USB-usblp-fix-use-after-free-on-disconnect.patch
	patches.suse/USB-serial-ti_usb_3410_5052-fix-port-close-races.patch
	patches.suse/USB-ldusb-fix-read-info-leaks.patch
	patches.suse/binder-Don-t-modify-VMA-bounds-in-mmap-handler.patch
	patches.suse/staging-wlan-ng-fix-exit-return-when-sme-key_idx-NUM.patch
	patches.suse/8250-men-mcb-fix-error-checking-when-get_num_ports-r.patch
	patches.suse/MIPS-bmips-mark-exception-vectors-as-char-arrays.patch
	patches.suse/MIPS-tlbex-Fix-build_restore_pagemask-KScratch-resto.patch
	patches.suse/CIFS-avoid-using-MID-0xFFFF.patch
	patches.suse/cifs-Fix-missed-free-operations.patch
	patches.suse/CIFS-Fix-retry-mid-list-corruption-on-reconnects.patch
	patches.suse/CIFS-Fix-use-after-free-of-file-info-structures.patch
	patches.suse/cifs-Fix-cifsInodeInfo-lock_sem-deadlock-when-reconn.patch
	patches.suse/irqchip-gic-v3-its-Use-the-exact-ITSList-for-VMOVP.patch
	patches.suse/irqchip-sifive-plic-Skip-contexts-except-supervisor-.patch
	patches.suse/perf-tools-Fix-resource-leak-of-closedir-on-the-erro.patch
	patches.suse/perf-annotate-Fix-multiple-memory-and-file-descripto.patch
	patches.suse/perf-c2c-Fix-memory-leak-in-build_cl_output.patch
	patches.suse/tools-headers-UAPI-Sync-sched.h-with-the-kernel.patch
	patches.suse/perf-kmem-Fix-memory-leak-in-compact_gfp_flags.patch
	patches.suse/perf-aux-Fix-tracking-of-auxiliary-trace-buffer-allo.patch
	patches.suse/perf-aux-Fix-AUX-output-stopping.patch
	patches.suse/lib-vdso-Make-clock_getres-POSIX-compliant-again.patch
	patches.suse/virtio_ring-fix-stalls-for-packed-rings.patch
	patches.suse/HID-fix-error-message-in-hid_open_report.patch
	patches.suse/HID-Fix-assumption-that-devices-have-inputs.patch
	patches.suse/HID-google-add-magnemite-masterball-USB-ids.patch
	patches.suse/HID-intel-ish-hid-fix-wrong-error-handling-in-ishtp_.patch
	patches.suse/HID-i2c-hid-Remove-runtime-power-management.patch
	patches.suse/HID-logitech-hidpp-split-g920_get_config.patch
	patches.suse/HID-logitech-hidpp-rework-device-validation.patch
	patches.suse/HID-logitech-hidpp-do-all-FF-cleanup-in-hidpp_ff_des.patch
	patches.suse/HID-i2c-hid-add-Trekstor-Primebook-C11B-to-descripto.patch
	patches.suse/ARC-plat-hsdk-Enable-on-board-SPI-NOR-flash-IC.patch
	patches.suse/ARC-perf-Accommodate-big-endian-CPU.patch
	patches.suse/fuse-flush-dirty-data-metadata-before-non-truncate-s.patch
	patches.suse/fuse-truncate-pending-writes-on-O_TRUNC.patch
	patches.suse/iommu-amd-Apply-the-same-IVRS-IOAPIC-workaround-to-A.patch
	patches.suse/iommu-vt-d-Fix-panic-after-kexec-p-for-kdump.patch
	patches.suse/dmaengine-sprd-Fix-the-link-list-pointer-register-co.patch
	patches.suse/dmaengine-tegra210-adma-fix-transfer-failure.patch
	patches.suse/dmaengine-imx-sdma-fix-size-check-for-sdma-script_nu.patch
	patches.suse/dmaengine-xilinx_dma-Fix-64-bit-simple-AXIDMA-transf.patch
	patches.suse/dmaengine-xilinx_dma-Fix-control-reg-update-in-vdma_.patch
	patches.suse/dmaengine-sprd-Fix-the-possible-memory-leak-issue.patch
	patches.suse/dmaengine-qcom-bam_dma-Fix-resource-leak.patch
	patches.suse/dmaengine-cppi41-Fix-cppi41_dma_prep_slave_sg-when-i.patch
	patches.suse/ALSA-usb-audio-Add-DSD-support-for-Gustard-U16-X26-U.patch
	patches.suse/ALSA-hda-realtek-Add-support-for-ALC623.patch
	patches.suse/ALSA-hda-realtek-Fix-2-front-mics-of-codec-0x623.patch
	patches.suse/ALSA-bebob-Fix-prototype-of-helper-function-to-retur.patch
	patches.suse/Revert-ALSA-hda-Flush-interrupts-on-disabling.patch
	patches.suse/ALSA-hda-Fix-mutex-deadlock-in-HDMI-codec-driver.patch
	patches.suse/ALSA-timer-Fix-mutex-deadlock-at-releasing-card.patch
	patches.suse/RDMA-mlx5-Clear-old-rate-limit-when-closing-QP.patch
	patches.suse/IB-hfi1-Avoid-excessive-retry-for-TID-RDMA-READ-requ.patch
	patches.suse/IB-hfi1-Use-a-common-pad-buffer-for-9B-and-16B-packe.patch
	patches.suse/iw_cxgb4-fix-ECN-check-on-the-passive-accept.patch
	patches.suse/RDMA-iwcm-move-iw_rem_ref-calls-out-of-spinlock.patch
	patches.suse/RDMA-siw-free-siw_base_qp-in-kref-release-routine.patch
	patches.suse/RDMA-qedr-Fix-reported-firmware-version.patch
	patches.suse/IB-core-Use-rdma_read_gid_l2_fields-to-compare-GID-L.patch
	patches.suse/RDMA-uverbs-Prevent-potential-underflow.patch
	patches.suse/RDMA-nldev-Skip-counter-if-port-doesn-t-match.patch
	patches.suse/IB-core-Avoid-deadlock-during-netlink-message-handli.patch
	patches.suse/RDMA-mlx5-Use-irq-xarray-locking-for-mkey_table.patch
	patches.suse/RDMA-iw_cxgb4-Avoid-freeing-skb-twice-in-arp-failure.patch
	patches.suse/RDMA-hns-Prevent-memory-leaks-of-eq-buf_list.patch
	patches.suse/ACPI-processor-Add-QoS-requests-for-all-CPUs.patch
	patches.suse/0001-drm-etnaviv-fix-dumping-of-iommuv2.patch
	patches.suse/drm-v3d-Fix-memory-leak-in-v3d_submit_cl_ioctl.patch
	patches.suse/drm-i915-tgl-Fix-doc-not-corresponding-to-code.patch
	patches.suse/drm-i915-Fix-PCH-reference-clock-for-FDI-on-HSW-BDW.patch
	patches.suse/drm-amdgpu-Fix-SDMA-hang-when-performing-VKexample-t.patch
	patches.suse/drm-amdgpu-sdma5-do-not-execute-0-sized-IBs-v2.patch
	patches.suse/drm-amdgpu-gfx10-update-gfx-golden-settings.patch
	patches.suse/drm-sched-Set-error-to-s_fence-if-HW-job-submission-.patch
	patches.suse/drm-amdgpu-If-amdgpu_ib_schedule-fails-return-back-t.patch
	patches.suse/drm-amd-display-do-not-synchronize-drr-displays.patch
	patches.suse/drm-amd-display-add-50us-buffer-as-WA-for-pstate-swi.patch
	patches.suse/drm-amd-display-Passive-DP-HDMI-dongle-detection-fix.patch
	patches.suse/dc.c-use-kzalloc-without-test.patch
	patches.suse/drm-amdgpu-powerplay-vega10-allow-undervolting-in-p7.patch
	patches.suse/drm-amdgpu-gmc10-properly-set-BANK_SELECT-and-FRAGME.patch
	patches.suse/kvm-Allocate-memslots-and-buses-before-calling-kvm_a.patch
	patches.suse/kvm-call-kvm_arch_destroy_vm-if-vm-creation-fails.patch
	patches.suse/KVM-vmx-svm-always-run-with-EFER.NXE-1-when-shadow-p.patch
	patches.suse/arm64-Ensure-VM_WRITE-VM_SHARED-ptes-are-clean-by-de.patch
	patches.suse/arm64-cpufeature-Enable-Qualcomm-Falkor-Kryo-errata-.patch
	patches.suse/arm64-cpufeature-Enable-Qualcomm-Falkor-errata-1009-.patch
	patches.suse/arm64-apply-ARM64_ERRATUM_845719-workaround-for-Brah.patch
	patches.suse/arm64-Brahma-B53-is-SSB-and-spectre-v2-safe.patch
	patches.suse/arm64-apply-ARM64_ERRATUM_843419-workaround-for-Brah.patch
	patches.suse/efi-Make-CONFIG_EFI_RCI2_TABLE-selectable-on-x86-onl.patch
	patches.suse/efi-tpm-Return-EINVAL-when-determining-tpm-final-eve.patch
	patches.suse/efi-random-Treat-EFI_RNG_PROTOCOL-output-as-bootload.patch
	patches.suse/efi-libstub-arm-Account-for-firmware-reserved-memory.patch
	patches.suse/x86-efi-Never-relocate-kernel-below-lowest-acceptabl.patch
	patches.suse/perf-x86-amd-ibs-Fix-reading-of-the-IBS-OpData-regis.patch
	patches.suse/perf-x86-amd-ibs-Handle-erratum-420-only-on-the-affe.patch
	patches.suse/perf-x86-uncore-Fix-event-group-support.patch
	patches.suse/sched-topology-Don-t-try-to-build-empty-sched-domain.patch
	patches.suse/sched-topology-Allow-sched_asym_cpucapacity-to-be-di.patch
	patches.suse/riscv-init-merge-split-string-literals-in-preprocess.patch
	patches.suse/riscv-fp-add-missing-__user-pointer-annotations.patch
	patches.suse/nvme-multipath-fix-possible-io-hang-after-ctrl-recon.patch
	patches.suse/nvme-multipath-remove-unused-groups_only-mode-in-ana.patch
	patches.suse/um-ubd-Entrust-re-queue-to-the-upper-layers.patch
	patches.suse/io_uring-ensure-we-clear-io_kiocb-result-before-each.patch
	patches.suse/iocost-don-t-nest-spin_lock_irq-in-ioc_weight_write.patch
	patches.suse/SUNRPC-The-TCP-back-channel-mustn-t-disappear-while-.patch
	patches.suse/SUNRPC-The-RDMA-back-channel-mustn-t-disappear-while.patch
	patches.suse/SUNRPC-Destroy-the-back-channel-when-we-destroy-the-.patch
	patches.suse/NFSv4-Don-t-allow-a-cached-open-with-a-revoked-deleg.patch
	patches.suse/NFS-Fix-an-RCU-lock-leak-in-nfs4_refresh_delegation_.patch
	patches.suse/net-mlx5e-Tx-Fix-assumption-of-single-WQEBB-of-NOP-i.patch
	patches.suse/net-mlx5e-Tx-Zero-memset-WQE-info-struct-upon-update.patch
	patches.suse/net-mlx5e-kTLS-Release-reference-on-DUMPed-fragments.patch
	patches.suse/net-mlx5e-kTLS-Size-of-a-Dump-WQE-is-fixed.patch
	patches.suse/net-mlx5e-kTLS-Save-only-the-frag-page-to-release-at.patch
	patches.suse/net-mlx5e-kTLS-Save-by-value-copy-of-the-record-frag.patch
	patches.suse/net-mlx5e-kTLS-Fix-page-refcnt-leak-in-TX-resync-err.patch
	patches.suse/net-mlx5e-kTLS-Fix-missing-SQ-edge-fill.patch
	patches.suse/net-mlx5e-kTLS-Limit-DUMP-wqe-size.patch
	patches.suse/net-mlx5e-kTLS-Remove-unneeded-cipher-type-checks.patch
	patches.suse/net-mlx5e-kTLS-Save-a-copy-of-the-crypto-info.patch
	patches.suse/net-mlx5e-kTLS-Enhance-TX-resync-flow.patch
	patches.suse/net-mlx5e-TX-Fix-consumer-index-of-error-cqe-dump.patch
	patches.suse/net-mlx5-prevent-memory-leak-in-mlx5_fpga_conn_creat.patch
	patches.suse/net-mlx5-fix-memory-leak-in-mlx5_fw_fatal_reporter_d.patch
	patches.suse/ipv4-fix-IPSKB_FRAG_PMTU-handling-with-fragmentation.patch
	patches.suse/r8152-add-device-id-for-Lenovo-ThinkPad-USB-C-Dock-G.patch
	patches.suse/dynamic_debug-provide-dynamic_hex_dump-stub.patch
	patches.suse/net-stmmac-Fix-the-problem-of-tso_xmit.patch
	patches.suse/bnxt_en-Fix-the-size-of-devlink-MSIX-parameters.patch
	patches.suse/bnxt_en-Fix-devlink-NVRAM-related-byte-order-related.patch
	patches.suse/bnxt_en-Adjust-the-time-to-wait-before-polling-firmw.patch
	patches.suse/bnxt_en-Minor-formatting-changes-in-FW-devlink_healt.patch
	patches.suse/bnxt_en-Avoid-disabling-pci-device-in-bnxt_remove_on.patch
	patches.suse/net-sched-taprio-fix-Wmissing-prototypes-warnings.patch
	patches.suse/net-openvswitch-free-vport-unless-register_netdevice.patch
	patches.suse/ipv6-include-net-addrconf.h-for-missing-declarations.patch
	patches.suse/net-flow_dissector-switch-to-siphash.patch
	patches.suse/net-phy-smsc-LAN8740-add-PHY_RST_AFTER_CLK_EN-flag.patch
	patches.suse/keys-Fix-memory-leak-in-copy_net_ns.patch
	patches.suse/net-core-limit-nested-device-depth.patch
	patches.suse/net-core-add-generic-lockdep-keys.patch
	patches.suse/bonding-fix-unexpected-IFF_BONDING-bit-unset.patch
	patches.suse/bonding-use-dynamic-lockdep-key-instead-of-subclass.patch
	patches.suse/team-fix-nested-locking-lockdep-warning.patch
	patches.suse/macsec-fix-refcnt-leak-in-module-exit-routine.patch
	patches.suse/net-core-add-ignore-flag-to-netdev_adjacent-structur.patch
	patches.suse/vxlan-add-adjacent-link-to-limit-depth-level.patch
	patches.suse/net-remove-unnecessary-variables-and-callback.patch
	patches.suse/virt_wifi-fix-refcnt-leak-in-module-exit-routine.patch
	patches.suse/net-sch_generic-Use-pfifo_fast-as-fallback-scheduler.patch
	patches.suse/net-smc-fix-closing-of-fallback-SMC-sockets.patch
	patches.suse/net-smc-keep-vlan_id-for-SMC-R-in-smc_listen_work.patch
	patches.suse/netns-fix-GFP-flags-in-rtnl_net_notifyid.patch
	patches.suse/cxgb4-request-the-TX-CIDX-updates-to-status-page.patch
	patches.suse/net-Zeroing-the-structure-ethtool_wolinfo-in-ethtool.patch
	patches.suse/ipv4-fix-route-update-on-metric-change.patch
	patches.suse/selftests-fib_tests-add-more-tests-for-metric-update.patch
	patches.suse/bpf-lwtunnel-Fix-reroute-supplying-invalid-dst.patch
	patches.suse/selftests-bpf-More-compatible-nc-options-in-test_tc_.patch
	patches.suse/xdp-Prevent-overflow-in-devmap_hash-cost-calculation.patch
	patches.suse/xdp-Handle-device-unregister-for-devmap_hash-map-typ.patch
	patches.suse/bpf-Fix-use-after-free-in-subprog-s-jited-symbol-rem.patch
	patches.suse/bpf-Fix-use-after-free-in-bpf_get_prog_name.patch
	patches.suse/xsk-Fix-registration-of-Rx-only-sockets.patch
	patches.suse/netfilter-nf_flow_table-set-timeout-before-insertion.patch
	patches.suse/netfilter-nft_payload-fix-missing-check-for-matching.patch
	patches.suse/ipvs-don-t-ignore-errors-in-case-refcounting-ip_vs-m.patch
	patches.suse/ipvs-move-old_secure_tcp-into-struct-netns_ipvs.patch
	patches.suse/net-add-skb_queue_empty_lockless.patch
	patches.suse/udp-use-skb_queue_empty_lockless.patch
	patches.suse/net-use-skb_queue_empty_lockless-in-poll-handlers.patch
	patches.suse/net-use-skb_queue_empty_lockless-in-busy-poll-contex.patch
	patches.suse/net-add-READ_ONCE-annotation-in-__skb_wait_for_more_.patch
	patches.suse/udp-fix-data-race-in-udp_set_dev_scratch.patch
	patches.suse/net-fix-sk_page_frag-recursion-from-memory-reclaim.patch
	patches.suse/net-ethernet-ftgmac100-Fix-DMA-coherency-issue-with-.patch
	patches.suse/net-usb-lan78xx-Disable-interrupts-before-calling-ge.patch
	patches.suse/batman-adv-Avoid-free-alloc-race-when-handling-OGM-b.patch
	patches.suse/fjes-Handle-workqueue-allocation-failure.patch
	patches.suse/net-hisilicon-Fix-Trying-to-free-already-free-IRQ.patch
	patches.suse/wimax-i2400-Fix-memory-leak-in-i2400m_op_rfkill_sw_t.patch
	patches.suse/net-mscc-ocelot-fix-vlan_filtering-when-enslaving-to.patch
	patches.suse/net-mscc-ocelot-refuse-to-overwrite-the-port-s-nativ.patch
	patches.suse/net-mlx4_core-Dynamically-set-guaranteed-amount-of-c.patch
	patches.suse/net-hisilicon-Fix-ping-latency-when-deal-with-high-t.patch
	patches.suse/erspan-fix-the-tun_info-options_len-check-for-erspan.patch
	patches.suse/vxlan-check-tun_info-options_len-properly.patch
	patches.suse/net-fec_main-Use-platform_get_irq_byname_optional-to.patch
	patches.suse/net-fec_ptp-Use-platform_get_irq_xxx_optional-to-avo.patch
	patches.suse/bonding-fix-using-uninitialized-mode_lock.patch
	patches.suse/net-smc-fix-refcounting-for-non-blocking-connect.patch
	patches.suse/net-rtnetlink-fix-a-typo-fbd-fdb.patch
	patches.suse/net-mlx5-Fix-flow-counter-list-auto-bits-struct.patch
	patches.suse/net-mlx5e-Determine-source-port-properly-for-vlan-pu.patch
	patches.suse/net-mlx5e-Remove-incorrect-match-criteria-assignment.patch
	patches.suse/net-mlx5e-Replace-kfree-with-kvfree-when-free-vhca-s.patch
	patches.suse/net-mlx5e-Only-skip-encap-flows-update-when-encap-in.patch
	patches.suse/net-mlx5-Fix-rtable-reference-leak.patch
	patches.suse/net-mlx5-Fix-NULL-pointer-dereference-in-extended-de.patch
	patches.suse/net-mlx5e-Don-t-store-direct-pointer-to-action-s-tun.patch
	patches.suse/net-mlx5e-Fix-handling-of-compressed-CQEs-in-case-of.patch
	patches.suse/net-mlx5e-Fix-ethtool-self-test-link-speed.patch
	patches.suse/net-mlx5e-Initialize-on-stack-link-modes-bitmap.patch
	patches.suse/qed-fix-spelling-mistake-queuess-queues.patch
	patches.suse/vxlan-fix-unexpected-failure-of-vxlan_changelink.patch
	patches.suse/qed-Optimize-execution-time-for-nvm-attributes-confi.patch
	patches.suse/mlxsw-core-Unpublish-devlink-parameters-during-reloa.patch
	patches.suse/net-annotate-accesses-to-sk-sk_incoming_cpu.patch
	patches.suse/net-annotate-lockless-accesses-to-sk-sk_napi_id.patch
	patches.suse/cxgb4-fix-panic-when-attaching-to-ULD-fail.patch
	patches.suse/msft-hv-1958-hv_netvsc-Fix-error-handling-in-netvsc_set_features.patch
	patches.suse/hv_netvsc-Fix-error-handling-in-netvsc_attach.patch
	patches.suse/nl80211-fix-validation-of-mesh-path-nexthop.patch
	patches.suse/rxrpc-Fix-handling-of-last-subpacket-of-jumbo-packet.patch
	patches.suse/netdevsim-Fix-use-after-free-during-device-dismantle.patch
	patches.suse/tcp-increase-tcp_max_syn_backlog-max-value.patch
	patches.suse/net-ethernet-arc-add-the-missed-clk_disable_unprepar.patch
	patches.suse/rtlwifi-Fix-potential-overflow-on-P2P-code.patch
	patches.suse/iwlwifi-pcie-fix-PCI-ID-0x2720-configs-that-should-b.patch
	patches.suse/iwlwifi-pcie-fix-all-9460-entries-for-qnj.patch
	patches.suse/iwlwifi-pcie-0x2720-is-qu-and-0x30DC-is-not.patch
	patches.suse/rtlwifi-rtl_pci-Fix-problem-of-too-small-skb-len.patch
	patches.suse/mt76-dma-fix-buffer-unmap-with-non-linear-skbs.patch
	patches.suse/igb-igc-Don-t-warn-on-fatal-read-failures-when-the-d.patch
	patches.suse/igb-Enable-media-autosense-for-the-i350.patch
	patches.suse/igb-Fix-constant-media-auto-sense-switching-when-no-.patch
	patches.suse/i40e-Fix-receive-buffer-starvation-for-AF_XDP.patch
	patches.suse/e1000-fix-memory-leaks.patch
	patches.suse/Documentation-networking-device-drivers-Remove-stray.patch
	patches.suse/ixgbe-Remove-duplicate-clear_bit-call.patch
	patches.suse/inet-stop-leaking-jiffies-on-the-wire.patch
	patches.suse/gve-Fixes-DMA-synchronization.patch
	patches.suse/net-phylink-Fix-phylink_dbg-macro.patch
	patches.suse/net-dsa-bcm_sf2-Fix-IMP-setup-for-port-different-tha.patch
	patches.suse/r8169-fix-wrong-PHY-ID-issue-with-RTL8168dp.patch
	patches.suse/selftests-net-reuseport_dualstack-fix-uninitalized-p.patch
	patches.suse/selftests-bpf-Skip-write-only-files-in-debugfs.patch
	patches.suse/net-cls_bpf-fix-NULL-deref-on-offload-filter-removal.patch
	patches.suse/net-fix-installing-orphaned-programs.patch
	patches.suse/s390-cmm-fix-information-leak-in-cmm_timeout_handler.patch
	patches.suse/s390-unwind-fix-mixing-regs-and-sp.patch
	patches.suse/s390-idle-fix-cpu-idle-time-calculation.patch
	patches.suse/powerpc-32s-fix-allow-prevent_user_access-when-cross.patch
	patches.suse/powerpc-powernv-Fix-CPU-idle-to-be-called-with-IRQs-.patch
	patches.suse/scsi-qla2xxx-fixup-incorrect-usage-of-host_byte.patch
	patches.suse/scsi-lpfc-Check-queue-pointer-before-use.patch
	patches.suse/scsi-ufs-bsg-Wake-the-device-before-sending-raw-upiu.patch
	patches.suse/scsi-lpfc-Honor-module-parameter-lpfc_use_adisc.patch
	patches.suse/scsi-qla2xxx-Initialized-mailbox-to-prevent-driver-l.patch
	patches.suse/scsi-qla2xxx-Fix-partial-flash-write-of-MBI.patch
	patches.suse/scsi-target-cxgbit-Fix-cxgbit_fw4_ack.patch
	patches.suse/scsi-sd-define-variable-dif-as-unsigned-int-instead-.patch
	patches.suse/scsi-qla2xxx-stop-timer-in-shutdown-path.patch
	patches.suse/hwmon-ina3221-Fix-read-timeout-issue.patch
	patches.suse/fix-memory-leak-in-large-read-decrypt-offload.patch
	patches.suse/usb-dwc3-select-CONFIG_REGMAP_MMIO.patch
	patches.suse/usb-fsl-Check-memory-resource-before-releasing-it.patch
	patches.suse/usb-gadget-udc-atmel-Fix-interrupt-storm-in-FIFO-mod.patch
	patches.suse/usb-gadget-composite-Fix-possible-double-free-memory.patch
	patches.suse/usb-dwc3-pci-prevent-memory-leak-in-dwc3_pci_probe.patch
	patches.suse/usb-gadget-configfs-fix-concurrent-issue-between-com.patch
	patches.suse/usb-dwc3-remove-the-call-trace-of-USBx_GFLADJ.patch
	patches.suse/USB-Skip-endpoints-with-0-maxpacket-length.patch
	patches.suse/USB-ldusb-fix-ring-buffer-locking.patch
	patches.suse/USB-ldusb-use-unsigned-size-format-specifiers.patch
	patches.suse/USB-ldusb-fix-control-message-timeout.patch
	patches.suse/xhci-Fix-use-after-free-regression-in-xhci-clear-hub.patch
	patches.suse/usb-xhci-fix-Immediate-Data-Transfer-endianness.patch
	patches.suse/usb-xhci-fix-__le32-__le64-accessors-in-debugfs-code.patch
	patches.suse/usbip-tools-Fix-read_usb_vudc_device-error-path-hand.patch
	patches.suse/usbip-Fix-free-of-unallocated-memory-in-vhci-tx.patch
	patches.suse/usb-storage-Revert-commit-747668dbc061-usb-storage-S.patch
	patches.suse/UAS-Revert-commit-3ae62a42090f-UAS-fix-alignment-of-.patch
	patches.suse/USB-gadget-Reject-endpoints-with-0-maxpacket-value.patch
	patches.suse/USB-serial-whiteheat-fix-potential-slab-corruption.patch
	patches.suse/USB-serial-whiteheat-fix-line-speed-endianness.patch
	patches.suse/usb-dwc3-gadget-fix-race-when-disabling-ep-with-canc.patch
	patches.suse/tools-gpio-Use-building_out_of_srctree-to-determine-.patch
	patches.suse/clone3-validate-stack-arguments.patch
	patches.suse/mm-memcontrol-fix-NULL-ptr-deref-in-percpu-stats-flu.patch
	patches.suse/mm-gup_benchmark-fix-MAP_HUGETLB-case.patch
	patches.suse/mm-meminit-Recalculate-pcpu-batch-and-high-limits-after-init-completes.patch
	patches.suse/mm-thp-handle-page-cache-THP-correctly-in-PageTransC.patch
	patches.suse/ocfs2-protect-extent-tree-in-ocfs2_prepare_inode_for.patch
	patches.suse/mm-vmstat-hide-proc-pagetypeinfo-from-normal-users.patch
	patches.suse/0001-mm-vmstat-reduce-zone-lock-holding-time-by-proc-page.patch
	patches.suse/mm-khugepaged-fix-might_sleep-warn-with-CONFIG_HIGHP.patch
	patches.suse/dump_stack-avoid-the-livelock-of-the-dump_lock.patch
	patches.suse/mm-slab-make-page_cgroup_ino-to-recognize-non-compou.patch
	patches.suse/scripts-gdb-fix-debugging-modules-compiled-with-hot-.patch
	patches.suse/mm-memory_hotplug-fix-updating-the-node-span.patch
	patches.suse/mm-memcontrol-fix-network-errors-from-failing-__GFP_.patch
	patches.suse/HID-i2c-hid-Send-power-on-command-after-reset.patch
	patches.suse/HID-wacom-generic-Treat-serial-number-and-related-fi.patch
	patches.suse/clk-at91-sam9x60-fix-programmable-clock.patch
	patches.suse/clk-meson-gxbb-let-sar_adc_clk_div-set-the-parent-cl.patch
	patches.suse/clk-imx8m-Use-SYS_PLL1_800M-as-intermediate-parent-o.patch
	patches.suse/clk-at91-avoid-sleeping-early.patch
	patches.suse/clk-ti-dra7-atl-clock-Remove-ti_clk_add_alias-call.patch
	patches.suse/clk-ti-clkctrl-Fix-failed-to-enable-error-with-doubl.patch
	patches.suse/clk-sunxi-Fix-operator-precedence-in-sunxi_divs_clk_.patch
	patches.suse/clk-sunxi-ng-a80-fix-the-zero-ing-of-bits-16-and-18.patch
	patches.suse/clk-samsung-exynos5433-Fix-error-paths.patch
	patches.suse/clk-samsung-exynos542x-Move-G3D-subsystem-clocks-to-.patch
	patches.suse/clk-samsung-exynos5420-Preserve-PLL-configuration-du.patch
	patches.suse/fbdev-c2p-Fix-link-failure-on-non-inlining.patch
	patches.suse/drm-i915-Avoid-HPD-poll-detect-triggering-a-new-dete.patch
	patches.suse/drm-i915-dp-Do-not-switch-aux-to-TBT-mode-for-non-TC.patch
	patches.suse/drm-amdgpu-dont-schedule-jobs-while-in-reset.patch
	patches.suse/drm-amd-swSMU-fix-smu-workload-bit-map-error.patch
	patches.suse/drm-amdgpu-register-gpu-instance-before-fan-boost-fe.patch
	patches.suse/drm-amdgpu-add-warning-for-GRBM-1-cycle-delay-issue-.patch
	patches.suse/drm-radeon-fix-si_enable_smc_cac-failed-issue.patch
	patches.suse/ALSA-bebob-fix-to-detect-configured-source-of-sampli.patch
	patches.suse/ALSA-hda-ca0132-Fix-possible-workqueue-stall.patch
	patches.suse/ALSA-hda-hdmi-add-Tigerlake-support.patch
	patches.suse/ALSA-timer-Fix-incorrectly-assigned-timer-instance.patch
	patches.suse/ASoC-msm8916-wcd-analog-Fix-RX1-selection-in-RDAC2-M.patch
	patches.suse/ASoC-compress-fix-unsigned-integer-overflow-check.patch
	patches.suse/ASoC-kirkwood-fix-external-clock-probe-defer.patch
	patches.suse/ASoC-hdmi-codec-drop-mutex-locking-again.patch
	patches.suse/ASoC-rsnd-dma-fix-SSI9-4-5-6-7-busif-dma-address.patch
	patches.suse/ASoC-kirkwood-fix-device-remove-ordering.patch
	patches.suse/ASoC-SOF-Intel-hda-stream-fix-the-CONFIG_-prefix-mis.patch
	patches.suse/ASoC-SOF-Fix-memory-leak-in-sof_dfsentry_write.patch
	patches.suse/ASoC-SOF-ipc-Fix-memory-leak-in-sof_set_get_large_ct.patch
	patches.suse/ASoC-ti-sdma-pcm-Add-back-the-flags-parameter-for-no.patch
	patches.suse/ASoC-rockchip-rockchip_max98090-Enable-SHDN-to-fix-h.patch
	patches.suse/ASoC-hdac_hda-fix-race-in-device-removal.patch
	patches.suse/ASoC-stm32-sai-add-restriction-on-mmap-support.patch
	patches.suse/ASoC-SOF-topology-Fix-bytes-control-size-checks.patch
	patches.suse/cpufreq-intel_pstate-Fix-invalid-EPB-setting.patch
	patches.suse/XArray-Fix-xas_next-with-a-single-entry-at-0.patch
	patches.suse/idr-Fix-idr_get_next_ul-race-with-idr_remove.patch
	patches.suse/idr-Fix-integer-overflow-in-idr_for_each_entry.patch
	patches.suse/idr-Fix-idr_alloc_u32-on-32-bit-systems.patch
	patches.suse/arm64-Do-not-mask-out-PTE_RDONLY-in-pte_same.patch
	patches.suse/0025-scripts-nsdeps-make-sure-to-pass-all-module-source-f.patch
	patches.suse/ceph-fix-use-after-free-in-__ceph_remove_cap.patch
	patches.suse/ceph-fix-RCU-case-handling-in-ceph_d_revalidate.patch
	patches.suse/ceph-add-missing-check-in-d_revalidate-snapdir-handl.patch
	patches.suse/ceph-don-t-try-to-handle-hashed-dentries-in-non-O_CR.patch
	patches.suse/ceph-don-t-allow-copy_file_range-when-stripe_count-1.patch
	patches.suse/ceph-return-EINVAL-if-given-fsc-mount-option-on-kern.patch
	patches.suse/pwm-bcm-iproc-Prevent-unloading-the-driver-module-wh.patch
	patches.suse/nvme-rdma-fix-a-segmentation-fault-during-module-unl.patch
	patches.suse/nvme-multipath-fix-crash-in-nvme_mpath_clear_ctrl_pa.patch
	patches.suse/blkcg-make-blkcg_print_stat-print-stats-only-for-onl.patch
	patches.suse/block-drbd-remove-a-stray-unlock-in-__drbd_send_prot.patch
	patches.suse/cgroup-writeback-don-t-switch-wbs-immediately-on-dea.patch
	patches.suse/net-fec-add-missed-clk_disable_unprepare-in-remove.patch
	patches.suse/dccp-do-not-leak-jiffies-on-the-wire.patch
	patches.suse/can-dev-add-missing-of_node_put-after-calling-of_get.patch
	patches.suse/can-gs_usb-gs_can_open-prevent-memory-leak.patch
	patches.suse/can-mcba_usb-fix-use-after-free-on-disconnect.patch
	patches.suse/can-usb_8dev-fix-use-after-free-on-disconnect.patch
	patches.suse/can-flexcan-disable-completely-the-ECC-mechanism.patch
	patches.suse/can-peak_usb-fix-a-potential-out-of-sync-while-decod.patch
	patches.suse/can-peak_usb-fix-slab-info-leak.patch
	patches.suse/can-peak_usb-report-bus-recovery-as-well.patch
	patches.suse/can-c_can-c_can_poll-only-read-status-register-after.patch
	patches.suse/can-c_can-D_CAN-c_can_chip_config-perform-a-sofware-.patch
	patches.suse/can-rx-offload-can_rx_offload_queue_sorted-fix-error.patch
	patches.suse/can-rx-offload-can_rx_offload_queue_tail-fix-error-h.patch
	patches.suse/can-rx-offload-can_rx_offload_offload_one-do-not-inc.patch
	patches.suse/can-rx-offload-can_rx_offload_offload_one-increment-.patch
	patches.suse/can-rx-offload-can_rx_offload_offload_one-use-ERR_PT.patch
	patches.suse/can-rx-offload-can_rx_offload_irq_offload_timestamp-.patch
	patches.suse/can-rx-offload-can_rx_offload_irq_offload_fifo-conti.patch
	patches.suse/can-flexcan-increase-error-counters-if-skb-enqueuein.patch
	patches.suse/can-mcp251x-mcp251x_restart_work_handler-Fix-potenti.patch
	patches.suse/taprio-fix-panic-while-hw-offload-sched-list-swap.patch
	patches.suse/bpf-Allow-narrow-loads-of-bpf_sysctl-fields-with-off.patch
	patches.suse/bpf-Change-size-to-u64-for-bpf_map_-area_alloc-charg.patch
	patches.suse/powerpc-bpf-Fix-tail-call-implementation.patch
	patches.suse/bonding-fix-state-transition-issue-in-link-monitorin.patch
	patches.suse/net-hns3-Use-the-correct-style-for-SPDX-License-Iden.patch
	patches.suse/net-sched-prevent-duplicate-flower-rules-from-tcf_pr.patch
	patches.suse/mlx4_core-fix-wrong-comment-about-the-reason-of-subt.patch
	patches.suse/net-tls-fix-sk_msg-trim-on-fallback-to-copy-mode.patch
	patches.suse/net-qualcomm-rmnet-Fix-potential-UAF-when-unregister.patch
	patches.suse/net-prevent-load-store-tearing-on-sk-sk_stamp.patch
	patches.suse/NFC-fdp-fix-incorrect-free-object.patch
	patches.suse/Documentation-TLS-Add-missing-counter-description.patch
	patches.suse/net-bcmgenet-use-RGMII-loopback-for-MAC-reset.patch
	patches.suse/Revert-net-bcmgenet-soft-reset-40nm-EPHYs-before-MAC.patch
	patches.suse/net-bcmgenet-reapply-manual-settings-to-the-PHY.patch
	patches.suse/net-mscc-ocelot-don-t-handle-netdev-events-for-other.patch
	patches.suse/net-mscc-ocelot-fix-NULL-pointer-on-LAG-slave-remova.patch
	patches.suse/net-mscc-ocelot-fix-__ocelot_rmw_ix-prototype.patch
	patches.suse/net-tls-don-t-pay-attention-to-sk_write_pending-when.patch
	patches.suse/net-tls-add-a-TX-lock.patch
	patches.suse/selftests-tls-add-test-for-concurrent-recv-and-send.patch
	patches.suse/net-smc-fix-ethernet-interface-refcounting.patch
	patches.suse/netfilter-nf_tables-Align-nft_expr-private-data-to-6.patch
	patches.suse/bridge-ebtables-don-t-crash-when-using-dnat-target-i.patch
	patches.suse/netfilter-nf_tables-bogus-EOPNOTSUPP-on-basechain-up.patch
	patches.suse/netfilter-nf_tables_offload-skip-EBUSY-on-chain-upda.patch
	patches.suse/netfilter-ipset-Fix-an-error-code-in-ip_set_sockfn_g.patch
	patches.suse/netfilter-ipset-Copy-the-right-MAC-address-in-hash-i.patch
	patches.suse/netfilter-ipset-Fix-nla_policies-to-fully-support-NL.patch
	patches.suse/net-stmmac-gmac4-bitrev32-returns-u32.patch
	patches.suse/net-stmmac-xgmac-bitrev32-returns-u32.patch
	patches.suse/0007-net-stmmac-selftests-Prevent-false-positives-in-filt.patch
	patches.suse/net-stmmac-xgmac-Fix-TSA-selection.patch
	patches.suse/net-stmmac-xgmac-Disable-Flow-Control-when-1-or-more.patch
	patches.suse/0008-net-stmmac-Fix-TSO-descriptor-with-Enhanced-Addressi.patch
	patches.suse/r8169-fix-page-read-in-r8168g_mdio_read.patch
	patches.suse/net-mlx5e-Fix-eswitch-debug-print-of-max-fdb-flow.patch
	patches.suse/net-mlx5-DR-Fix-memory-leak-in-modify-action-destroy.patch
	patches.suse/net-mlx5-DR-Fix-memory-leak-during-rule-creation.patch
	patches.suse/net-mlx5e-Use-correct-enum-to-determine-uplink-port.patch
	patches.suse/net-hns3-add-compatible-handling-for-command-HCLGE_O.patch
	patches.suse/NFC-st21nfca-fix-double-free.patch
	patches.suse/nfc-netlink-fix-double-device-reference-drop.patch
	patches.suse/CDC-NCM-handle-incomplete-transfer-of-MTU.patch
	patches.suse/net-usb-qmi_wwan-add-support-for-DW5821e-with-eSIM-s.patch
	patches.suse/net-hns-Fix-the-stray-netpoll-locks-causing-deadlock.patch
	patches.suse/ipv6-fixes-rt6_probe-and-fib6_nh-last_probe-init.patch
	patches.suse/ipv4-Fix-table-id-reference-in-fib_sync_down_addr.patch
	patches.suse/net-ethernet-octeon_mgmt-Account-for-second-possible.patch
	patches.suse/mac80211-fix-ieee80211_txq_setup_flows-failure-path.patch
	patches.suse/net-fq_impl-Switch-to-kvmalloc-for-memory-allocation.patch
	patches.suse/mac80211-fix-station-inactive_time-shortly-after-boo.patch
	patches.suse/vsock-virtio-fix-sock-refcnt-holding-during-the-shut.patch
	patches.suse/net-fix-data-race-in-neigh_event_send.patch
	patches.suse/qede-fix-NULL-pointer-deref-in-__qede_remove.patch
	patches.suse/ice-fix-potential-infinite-loop-because-loop-counter.patch
	patches.suse/iavf-initialize-ITRN-registers-with-correct-values.patch
	patches.suse/i40e-Fix-for-ethtool-m-issue-on-X722-NIC.patch
	patches.suse/igb-igc-use-ktime-accessors-for-skb-tstamp.patch
	patches.suse/i40e-need_wakeup-flag-might-not-be-set-for-Tx.patch
	patches.suse/ixgbe-need_wakeup-flag-might-not-be-set-for-Tx.patch
	patches.suse/watchdog-pm8916_wdt-fix-pretimeout-registration-flow.patch
	patches.suse/watchdog-meson-Fix-the-wrong-value-of-left-time.patch
	patches.suse/watchdog-imx_sc_wdt-Pretimeout-should-follow-SCU-fir.patch
	patches.suse/watchdog-bd70528-Add-MODULE_ALIAS-to-allow-module-au.patch
	patches.suse/btrfs-Consider-system-chunk-array-size-for-new-SYSTE.patch
	patches.suse/btrfs-tree-checker-Fix-wrong-check-on-max-devid.patch
	patches.suse/btrfs-fix-race-leading-to-metadata-space-leak-after-task-received-signal.patch
	patches.suse/btrfs-save-i_size-to-avoid-double-evaluation-of-i_si.patch
	patches.suse/pinctrl-intel-Avoid-potential-glitches-if-pin-is-in-.patch
	patches.suse/pinctrl-cherryview-Fix-irq_valid_mask-calculation.patch
	patches.suse/pinctrl-cherryview-Allocate-IRQ-chip-dynamic.patch
	patches.suse/lib-Remove-select-of-inexistant-GENERIC_IO.patch
	patches.suse/SMB3-Fix-persistent-handles-reconnect.patch
	patches.suse/stacktrace-Don-t-skip-first-entry-on-noncurrent-task.patch
	patches.suse/perf-scripting-engines-Iterate-on-tep-event-arrays-d.patch
	patches.suse/perf-tools-Fix-time-sorting.patch
	patches.suse/sched-Fix-pick_next_task-vs-change-pattern-race.patch
	patches.suse/clocksource-drivers-mediatek-Fix-error-handling.patch
	patches.suse/clocksource-drivers-sh_mtu2-Do-not-loop-using-platfo.patch
	patches.suse/timekeeping-vsyscall-Update-VDSO-data-unconditionall.patch
	patches.suse/x86-resctrl-prevent-null-pointer-dereference-when-reading-mondata.patch
	patches.suse/x86-apic-32-Avoid-bogus-LDR-warnings.patch
	patches.suse/x86-dumpstack-64-Don-t-evaluate-exception-stacks-bef.patch
	patches.suse/x86-tsc-Respect-tsc-command-line-paraemeter-for-cloc.patch
	patches.suse/thunderbolt-Read-DP-IN-adapter-first-two-dwords-in-o.patch
	patches.suse/thunderbolt-Fix-lockdep-circular-locking-depedency-w.patch
	patches.suse/thunderbolt-Drop-unnecessary-read-when-writing-LC-co.patch
	patches.suse/soundwire-depend-on-ACPI.patch
	patches.suse/soundwire-intel-fix-intel_register_dai-PDI-offsets-a.patch
	patches.suse/intel_th-gth-Fix-the-window-switching-sequence.patch
	patches.suse/intel_th-pci-Add-Comet-Lake-PCH-support.patch
	patches.suse/intel_th-pci-Add-Jasper-Lake-PCH-support.patch
	patches.suse/iio-imu-adis16480-make-sure-provided-frequency-is-po.patch
	patches.suse/iio-srf04-fix-wrong-limitation-in-distance-measuring.patch
	patches.suse/iio-imu-inv_mpu6050-fix-no-data-on-MPU6050.patch
	patches.suse/iio-adc-stm32-adc-fix-stopping-dma.patch
	patches.suse/reset-Fix-memory-leak-in-reset_control_array_put.patch
	patches.suse/reset-fix-of_reset_simple_xlate-kerneldoc-comment.patch
	patches.suse/reset-fix-of_reset_control_get_count-kerneldoc-comme.patch
	patches.suse/reset-fix-reset_control_lookup-kerneldoc-comment.patch
	patches.suse/reset-fix-reset_control_get_exclusive-kerneldoc-comm.patch
	patches.suse/reset-fix-reset_control_ops-kerneldoc-comment.patch
	patches.suse/arm64-dts-ls1028a-fix-a-compatible-issue.patch
	patches.suse/ARM-dts-imx6qdl-sabreauto-Fix-storm-of-accelerometer.patch
	patches.suse/soc-imx-gpc-fix-initialiser-format.patch
	patches.suse/ARM-dts-imx6-logicpd-Re-enable-SNVS-power-key.patch
	patches.suse/arm64-dts-imx8mm-fix-compatible-string-for-sdma.patch
	patches.suse/ARM-dts-sun8i-a83t-tbs-a711-Fix-WiFi-resume-from-sus.patch
	patches.suse/ARM-sunxi-Fix-CPU-powerdown-on-A83T.patch
	patches.suse/arm64-dts-zii-ultra-fix-ARM-regulator-GPIO-handle.patch
	patches.suse/ARM-dts-stm32-relax-qspi-pins-slew-rate-for-stm32mp1.patch
	patches.suse/ARM-dts-stm32-Fix-CAN-RAM-mapping-on-stm32mp157c.patch
	patches.suse/ARM-dts-stm32-remove-OV5640-pinctrl-definition-on-st.patch
	patches.suse/ARM-dts-stm32-change-joystick-pinctrl-definition-on-.patch
	patches.suse/scsi-sd_zbc-Fix-sd_zbc_complete.patch
	patches.suse/scsi-qla2xxx-fix-NPIV-tear-down-process.patch
	patches.suse/scsi-core-Handle-drivers-which-set-sg_tablesize-to-z.patch
	patches.suse/cgroup-freezer-call-cgroup_enter_frozen-with-preempt.patch
	patches.suse/drm-i915-Rename-gen7-cmdparser-tables.patch
	patches.suse/drm-i915-Disable-Secure-Batches-for-gen6.patch
	patches.suse/drm-i915-Remove-Master-tables-from-cmdparser.patch
	patches.suse/drm-i915-Add-support-for-mandatory-cmdparsing.patch
	patches.suse/drm-i915-Support-ro-ppgtt-mapped-cmdparser-shadow-bu.patch
	patches.suse/drm-i915-Allow-parsing-of-unsized-batches.patch
	patches.suse/drm-i915-Add-gen9-BCS-cmdparsing.patch
	patches.suse/drm-i915-cmdparser-Use-explicit-goto-for-error-paths.patch
	patches.suse/drm-i915-cmdparser-Add-support-for-backward-jumps.patch
	patches.suse/drm-i915-cmdparser-Ignore-Length-operands-during-com.patch
	patches.suse/drm-i915-Lower-RM-timeout-to-avoid-DSI-hard-hangs.patch
	patches.suse/drm-i915-gen8-Add-RC6-CTX-corruption-WA.patch
	patches.suse/drm-i915-cmdparser-Fix-jump-whitelist-clearing.patch
	patches.suse/x86-msr-Add-the-IA32_TSX_CTRL-MSR.patch
	patches.suse/x86-cpu-Add-a-helper-function-x86_read_arch_cap_msr.patch
	patches.suse/x86-cpu-Add-a-tsx-cmdline-option-with-TSX-disabled-b.patch
	patches.suse/x86-speculation-taa-Add-mitigation-for-TSX-Async-Abo.patch
	patches.suse/x86-speculation-taa-Add-sysfs-reporting-for-TSX-Asyn.patch
	patches.suse/kvm-x86-Export-MDS_NO-0-to-guests-when-TSX-is-enable.patch
	patches.suse/x86-tsx-Add-auto-option-to-the-tsx-cmdline-parameter.patch
	patches.suse/x86-speculation-taa-Add-documentation-for-TSX-Async-.patch
	patches.suse/x86-tsx-Add-config-options-to-set-tsx-on-off-auto.patch
	patches.suse/x86-bugs-Add-ITLB_MULTIHIT-bug-infrastructure.patch
	patches.suse/x86-cpu-Add-Tremont-to-the-cpu-vulnerability-whiteli.patch
	patches.suse/cpu-speculation-Uninline-and-export-CPU-mitigations-.patch
	patches.suse/kvm-mmu-ITLB_MULTIHIT-mitigation.patch
	patches.suse/kvm-Add-helper-function-for-creating-VM-worker-threa.patch
	patches.suse/kvm-x86-mmu-Recovery-of-shattered-NX-large-pages.patch
	patches.suse/Documentation-Add-ITLB_MULTIHIT-documentation.patch
	patches.suse/x86-speculation-taa-Fix-printing-of-TAA_MSG_SMT-on-I.patch
	patches.suse/KVM-Fix-NULL-ptr-deref-after-kvm_create_vm-fails.patch
	patches.suse/KVM-fix-placement-of-refcount-initialization.patch
	patches.suse/kvm-vmx-consider-pid-pir-to-determine-if-vcpu-has-pending-interrupts
	patches.suse/kvm-vmx-do-not-change-pid-ndst-when-loading-a-blocked-vcpu
	patches.suse/KVM-MMU-Do-not-treat-ZONE_DEVICE-pages-as-being-rese.patch
	patches.suse/btrfs-fix-log-context-list-corruption-after-rename-e.patch
	patches.suse/Input-synaptics-rmi4-fix-video-buffer-size.patch
	patches.suse/Input-synaptics-rmi4-disable-the-relative-position-I.patch
	patches.suse/Input-synaptics-rmi4-do-not-consume-more-data-than-w.patch
	patches.suse/Input-synaptics-rmi4-clear-IRQ-enables-for-F54.patch
	patches.suse/Input-cyttsp4_core-fix-use-after-free-bug.patch
	patches.suse/IB-hfi1-Ensure-full-Gen3-speed-in-a-Gen4-system.patch
	patches.suse/IB-hfi1-Ensure-r_tid_ack-is-valid-before-building-TI.patch
	patches.suse/IB-hfi1-Calculate-flow-weight-based-on-QP-MTU-for-TI.patch
	patches.suse/IB-hfi1-TID-RDMA-WRITE-should-not-return-IB_WC_RNR_R.patch
	patches.suse/RDMA-hns-Correct-the-value-of-HNS_ROCE_HEM_CHUNK_LEN.patch
	patches.suse/RDMA-hns-Correct-the-value-of-srq_desc_size.patch
	patches.suse/aio-Fix-io_pgetevents-struct-__compat_aio_sigset-lay.patch
	patches.suse/autofs-fix-a-leak-in-autofs_expire_indirect.patch
	patches.suse/cgroup-don-t-put-ERR_PTR-into-fc-root.patch
	patches.suse/exportfs_decode_fh-negative-pinned-may-become-positi.patch
	patches.suse/audit_get_nd-don-t-unlock-parent-too-early.patch
	patches.suse/ecryptfs-fix-unlink-and-rmdir-in-face-of-underlying-.patch
	patches.suse/ecryptfs_lookup_interpose-lower_dentry-d_inode-is-no.patch
	patches.suse/ecryptfs_lookup_interpose-lower_dentry-d_parent-is-n.patch
	patches.suse/drm-i915-update-rawclk-also-on-resume.patch
	patches.suse/0002-drm-i915-gvt-fix-dropping-obj-reference-twice.patch
	patches.suse/0003-Revert-drm-i915-ehl-Update-MOCS-table-for-EHL.patch
	patches.suse/drm-i915-tgl-MOCS-table-update.patch
	patches.suse/drm-sun4i-tcon-Set-min-division-of-TCON0_DCLK-to-1.patch
	patches.suse/ALSA-usb-audio-Fix-missing-error-check-at-mixer-reso.patch
	patches.suse/ALSA-hda-Add-Cometlake-S-PCI-ID.patch
	patches.suse/ALSA-hda-hdmi-fix-pin-setup-on-Tigerlake.patch
	patches.suse/ALSA-usb-audio-not-submit-urb-for-stopped-endpoint.patch
	patches.suse/ALSA-pcm-Fix-stream-lock-usage-in-snd_pcm_period_ela.patch
	patches.suse/ALSA-usb-audio-Fix-incorrect-NULL-check-in-create_ya.patch
	patches.suse/ALSA-usb-audio-Fix-incorrect-size-check-for-processi.patch
	patches.suse/mmc-sdhci-of-at91-fix-quirk2-overwrite.patch
	patches.suse/selftests-kvm-fix-build-with-glibc-2.30.patch
	patches.suse/KVM-x86-mmu-Take-slots_lock-when-using-kvm_mmu_zap_a.patch
	patches.suse/MIPS-SGI-IP27-fix-exception-handler-replication.patch
	patches.suse/afs-Fix-race-in-commit-bulk-status-fetch.patch
	patches.suse/0053-ceph-take-the-inode-lock-before-acquiring-cap-refs.patch
	patches.suse/0054-ceph-increment-decrement-dio-counter-on-async-requests.patch
	patches.suse/0055-rbd-silence-bogus-uninitialized-warning-in-rbd_object_map_update_finish.patch
	patches.suse/block-check-bi_size-overflow-before-merge.patch
	patches.suse/io_uring-ensure-registered-buffer-import-returns-the.patch
	patches.suse/block-bfq-deschedule-empty-bfq_queues-not-referred-b.patch
	patches.suse/iocost-check-active_list-of-all-the-ancestors-in-ioc.patch
	patches.suse/rsxx-add-missed-destroy_workqueue-calls-in-remove.patch
	patches.suse/Input-ff-memless-kill-timer-in-destroy.patch
	patches.suse/Input-synaptics-rmi4-destroy-F54-poller-workqueue-wh.patch
	patches.suse/mm-mempolicy-fix-the-wrong-return-value-and-potentia.patch
	patches.suse/mm-memcg-switch-to-css_tryget-in-get_mem_cgroup_from.patch
	patches.suse/mm-hugetlb-switch-to-css_tryget-in-hugetlb_cgroup_ch.patch
	patches.suse/mm-slub-really-fix-slab-walking-for-init_on_free.patch
	patches.suse/mm-memory_hotplug-fix-try_offline_node.patch
	patches.suse/mm-page_io.c-do-not-free-shared-swap-slots.patch
	patches.suse/mm-debug.c-__dump_page-prints-an-extra-line.patch
	patches.suse/mm-debug.c-PageAnon-is-true-for-PageKsm-pages.patch
	patches.suse/devlink-disallow-reload-operation-during-device-clea.patch
	patches.suse/tcp-remove-redundant-new-line-from-tcp_event_sk_skb.patch
	patches.suse/net-ethernet-dwmac-sun8i-Use-the-correct-function-in.patch
	patches.suse/devlink-Add-method-for-time-stamp-on-reporter-s-dump.patch
	patches.suse/mlxsw-core-Enable-devlink-reload-only-on-probe.patch
	patches.suse/NFC-nxp-nci-Fix-NULL-pointer-dereference-after-I2C-c.patch
	patches.suse/mdio_bus-Fix-PTR_ERR-applied-after-initialization-to.patch
	patches.suse/net-smc-fix-refcount-non-blocking-connect-part-2.patch
	patches.suse/dpaa2-eth-free-already-allocated-channels-on-probe-d.patch
	patches.suse/xfrm-Fix-memleak-on-xfrm-state-destroy.patch
	patches.suse/xfrm-release-device-reference-for-invalid-state.patch
	patches.suse/net-usb-qmi_wwan-add-support-for-Foxconn-T77W968-LTE.patch
	patches.suse/slip-Fix-memory-leak-in-slip_open-error-path.patch
	patches.suse/net-cdc_ncm-Signedness-bug-in-cdc_ncm_set_dgram_size.patch
	patches.suse/iwlwifi-pcie-don-t-consider-IV-len-in-A-MSDU.patch
	patches.suse/slcan-Fix-memory-leak-in-error-path.patch
	patches.suse/ravb-implement-MTU-change-while-device-is-up.patch
	patches.suse/net-hns3-add-compatible-handling-for-MAC-VLAN-switch.patch
	patches.suse/net-hns3-reallocate-SSU-buffer-size-when-pfc_en-chan.patch
	patches.suse/net-hns3-fix-ETS-bandwidth-validation-bug.patch
	patches.suse/selftests-mlxsw-Adjust-test-to-recent-changes.patch
	patches.suse/ax88172a-fix-information-leak-on-short-answers.patch
	patches.suse/net-ep93xx_eth-fix-mismatch-of-request_mem_region-in.patch
	patches.suse/net-gemini-add-missed-free_netdev.patch
	patches.suse/net-smc-fix-fastopen-for-non-blocking-connect.patch
	patches.suse/net-hns3-cleanup-of-stray-struct-hns3_link_mode_mapp.patch
	patches.suse/ipmr-Fix-skb-headroom-in-ipmr_get_route.patch
	patches.suse/perf-core-Consistently-fail-fork-on-allocation-failu.patch
	patches.suse/ntp-y2038-Remove-incorrect-time_t-truncation.patch
	patches.suse/x86-quirks-Disable-HPET-on-Intel-Coffe-Lake-platform.patch
	patches.suse/x86-resctrl-fix-potential-lockdep-warning.patch
	patches.suse/i2c-acpi-Force-bus-speed-to-400KHz-if-a-Silead-touch.patch
	patches.suse/i2c-core-fix-use-after-free-in-of_i2c_notify.patch
	patches.suse/sched-core-Avoid-spurious-lock-dependencies.patch
	patches.suse/sched-pelt-Fix-update-of-blocked-PELT-ordering.patch
	patches.suse/iommu-vt-d-Fix-QI_DEV_IOTLB_PFSID-and-QI_DEV_EIOTLB_.patch
	patches.suse/mdio_bus-Fix-init-if-CONFIG_RESET_CONTROLLER-n.patch
	patches.suse/afs-Fix-missing-timeout-reset.patch
	patches.suse/fork-fix-pidfd_poll-s-return-type.patch
	patches.suse/gpiolib-acpi-Add-Terra-Pad-1061-to-the-run_edge_even.patch
	patches.suse/gpio-max77620-Fixup-debounce-delays.patch
	patches.suse/gpio-bd70528-Use-correct-unit-for-debounce-times.patch
	patches.suse/tools-gpio-Correctly-add-make-dependencies-for-gpio_.patch
	patches.suse/nbd-fix-memory-leak-in-nbd_get_socket.patch
	patches.suse/arm64-uaccess-Ensure-PAN-is-re-enabled-after-unhandl.patch
	patches.suse/drm-amd-powerplay-issue-no-PPSMC_MSG_GetCurrPkgPwr-o.patch
	patches.suse/drm-amdgpu-disable-gfxoff-when-using-register-read-i.patch
	patches.suse/drm-amdgpu-disable-gfxoff-on-original-raven.patch
	patches.suse/drm-i915-Don-t-oops-in-dumb_create-ioctl-if-we-have-.patch
	patches.suse/0001-drm-i915-Preload-LUTs-if-the-hw-isn-t-currently-usin.patch
	patches.suse/drm-i915-pmu-Frequency-is-reported-as-accumulated-cy.patch
	patches.suse/drm-i915-userptr-Try-to-acquire-the-page-lock-around.patch
	patches.suse/drm-i915-Protect-request-peeking-with-RCU.patch
	patches.suse/drm-i915-make-pool-objects-read-only.patch
	patches.suse/drm-i915-fbdev-Restore-physical-addresses-for-fb_mma.patch
	patches.suse/PM-QoS-Invalidate-frequency-QoS-requests-after-remov.patch
	patches.suse/Revert-fs-ocfs2-fix-possible-null-pointer-dereferenc.patch
	patches.suse/mm-memory_hotplug-don-t-access-uninitialized-memmaps-in-shrink_zone_span.patch
	patches.suse/mm-ksm.c-don-t-WARN-if-page-is-still-mapped-in-remove_stable_node.patch
	patches.suse/afs-Fix-possible-assert-with-callbacks-from-yfs-serv.patch
	patches.suse/afs-Fix-large-file-support.patch
	patches.suse/bpf-offload-Unlock-on-error-in-bpf_offload_dev_creat.patch
	patches.suse/net-mlx4_en-fix-mlx4-ethtool-N-insertion.patch
	patches.suse/mlxsw-spectrum_router-Fix-determining-underlay-for-a.patch
	patches.suse/net-sched-ensure-opts_len-IP_TUNNEL_OPTS_MAX-in-act_.patch
	patches.suse/net-mlx4_en-Fix-wrong-limitation-for-number-of-TX-ri.patch
	patches.suse/net-ipv4-fix-sysctl-max-for-fib_multipath_hash_polic.patch
	patches.suse/gve-fix-dma-sync-bug-where-not-all-pages-synced.patch
	patches.suse/net-tls-enable-sk_msg-redirect-to-tls-socket-egress.patch
	patches.suse/taprio-don-t-reject-same-mqprio-settings.patch
	patches.suse/net-phylink-update-documentation-on-create-and-destr.patch
	patches.suse/net-phylink-fix-link-mode-modification-in-PHY-mode.patch
	patches.suse/net-sched-act_pedit-fix-WARN-in-the-traffic-path.patch
	patches.suse/net-fec-fix-clock-count-mis-match.patch
	patches.suse/net-hns3-fix-a-wrong-reset-interrupt-status-mask.patch
	patches.suse/net-sysfs-Fix-reference-count-leak-in-rx-netdev_queu.patch
	patches.suse/ipv6-route-return-if-there-is-no-fib_nh_gw_family.patch
	patches.suse/s390-qeth-fix-potential-deadlock-on-workqueue-flush
	patches.suse/s390-qeth-return-proper-errno-on-io-error
	patches.suse/net-ibmvnic-Ignore-H_FUNCTION-return-from-H_EOI-to-t.patch
	patches.suse/r8152-Re-order-napi_disable-in-rtl8152_close.patch
	patches.suse/net-mlx5e-Fix-error-flow-cleanup-in-mlx5e_tc_tun_cre.patch
	patches.suse/net-mlx5e-Fix-ingress-rate-configuration-for-represe.patch
	patches.suse/net-mlx5e-Reorder-mirrer-action-parsing-to-check-for.patch
	patches.suse/net-mlx5-DR-Fix-invalid-EQ-vector-number-on-CQ-creat.patch
	patches.suse/net-mlx5-DR-Skip-rehash-for-tables-with-byte-mask-ze.patch
	patches.suse/net-mlx5-DR-Limit-STE-hash-table-enlarge-based-on-by.patch
	patches.suse/net-mlx5e-Fix-set-vf-link-state-error-flow.patch
	patches.suse/net-mlx5e-Do-not-use-non-EXT-link-modes-in-EXT-mode.patch
	patches.suse/net-mlx5e-Add-missing-capability-bit-check-for-IP-in.patch
	patches.suse/net-mlx5-Fix-auto-group-size-calculation.patch
	patches.suse/net-mlx5-Update-the-list-of-the-PCI-supported-device.patch
	patches.suse/net-mlxfw-Verify-FSM-error-code-translation-doesn-t-.patch
	patches.suse/net-sysfs-fix-netdev_queue_add_kobject-breakage.patch
	patches.suse/nfc-port100-handle-command-failure-cleanly.patch
	patches.suse/sfc-Only-cancel-the-PPS-workqueue-if-it-exists.patch
	patches.suse/net-ipv6-IPV6_TRANSPARENT-check-NET_RAW-prior-to-NET.patch
	patches.suse/msft-hv-1986-hv_netvsc-Fix-offset-usage-in-netvsc_send_table.patch
	patches.suse/msft-hv-1987-hv_netvsc-Fix-send_table-offset-in-case-of-a-host-bu.patch
	patches.suse/net-rtnetlink-prevent-underflows-in-do_setvfinfo.patch
	patches.suse/r8152-avoid-to-call-napi_disable-twice.patch
	patches.suse/0001-virtio_ring-fix-return-code-on-DMA-mapping-fails.patch
	patches.suse/0001-virtio_console-allocate-inbufs-in-add_port-only-if-i.patch
	patches.suse/0001-virtio_balloon-fix-shrinker-scan-number-of-pages.patch
	patches.suse/0001-virtio_balloon-fix-shrinker-count.patch
	patches.suse/tpm-add-check-after-commands-attribs-tab-allocation.patch
	patches.suse/tpm_crb-fix-fTPM-on-AMD-Zen-CPUs.patch
	patches.suse/tpm-Switch-to-platform_get_irq_optional.patch
	patches.suse/io_uring-Fix-mm_fault-with-READ-WRITE_FIXED.patch
	patches.suse/ahci-Add-support-for-Amazon-s-Annapurna-Labs-SATA-co.patch
	patches.suse/ahci-tegra-use-regulator_bulk_set_supply_names.patch
	patches.suse/libata-Ensure-ata_port-probe-has-completed-before-de.patch
	patches.suse/block-Fix-writeback-throttling-W-1-compiler-warnings.patch
	patches.suse/fcntl-fix-typo-in-RWH_WRITE_LIFE_NOT_SET-r-w-hint-na.patch
	patches.suse/blk-mq-avoid-sysfs-buffer-overflow-with-too-many-CPU.patch
	patches.suse/bdev-Factor-out-bdev-revalidation-into-a-common-help.patch
	patches.suse/bdev-Refresh-bdev-size-for-disks-without-partitionin.patch
	patches.suse/blk-mq-make-sure-that-line-break-can-be-printed.patch
	patches.suse/block-Warn-if-elevator-parameter-is-used.patch
	patches.suse/0005-block-Remove-REQ_OP_ZONE_RESET-plugging.patch
	patches.suse/0006-block-Simplify-REQ_OP_ZONE_RESET_ALL-handling.patch
	patches.suse/0007-block-add-zone-open-close-and-finish-operations.patch
	patches.suse/block-Don-t-disable-interrupts-in-trigger_softirq.patch
	patches.suse/md-raid0-Fix-an-error-message-in-raid0_make_request.patch
	patches.suse/0012-md-bitmap-avoid-race-window-between-md_bitmap_resize.patch
	patches.suse/md-improve-handling-of-bio-with-REQ_PREFLUSH-in-md_f.patch
	patches.suse/0013-md-no-longer-compare-spare-disk-superblock-events-in.patch
	patches.suse/loop-fix-no-unmap-write-zeroes-request-behavior.patch
	patches.suse/nvme-fc-Sync-nvme-fc-header-to-FC-NVME-2.patch
	patches.suse/nvme-fc-and-nvmet-fc-sync-with-FC-NVME-2-header-chan.patch
	patches.suse/nvme-fc-Set-new-cmd-set-indicator-in-nvme-fc-cmnd-iu.patch
	patches.suse/nvme-fc-clarify-error-messages.patch
	patches.suse/nvme-fc-ensure-association_id-is-cleared-regardless-.patch
	patches.suse/nvme-introduce-nvme_is_aen_req-function.patch
	patches.suse/nvmet-use-bio_io_error-instead-of-duplicating-it.patch
	patches.suse/nvmet-add-unlikely-check-at-nvmet_req_alloc_sgl.patch
	patches.suse/nvmet-rdma-add-unlikely-check-at-nvmet_rdma_map_sgl_.patch
	patches.suse/nvme-introduce-Command-Aborted-By-host-status-code.patch
	patches.suse/nvme-move-common-call-to-nvme_cleanup_cmd-to-core-la.patch
	patches.suse/nvme-resync-include-linux-nvme.h-with-nvmecli.patch
	patches.suse/nvme-Cleanup-and-rename-nvme_block_nr.patch
	patches.suse/nvme-Introduce-nvme_lba_to_sect.patch
	patches.suse/nvmet-tcp-Don-t-check-data_len-in-nvmet_tcp_map_data.patch
	patches.suse/nvmet-tcp-Don-t-set-the-request-s-data_len.patch
	patches.suse/nvmet-Introduce-common-execute-function-for-get_log_.patch
	patches.suse/nvmet-Cleanup-discovery-execute-handlers.patch
	patches.suse/nvmet-Introduce-nvmet_dsm_len-helper.patch
	patches.suse/nvmet-Remove-the-data_len-field-from-the-nvmet_req-s.patch
	patches.suse/nvmet-Open-code-nvmet_req_execute.patch
	patches.suse/nvmet-fill-discovery-controller-sn-fr-and-mn-correct.patch
	patches.suse/nvmet-clean-up-command-parsing-a-bit.patch
	patches.suse/nvmet-add-plugging-for-read-write-when-ns-is-bdev.patch
	patches.suse/nvmet-stop-using-bio_set_op_attrs.patch
	patches.suse/nvme-Fix-parsing-of-ANA-log-page.patch
	patches.suse/0014-md-raid1-avoid-soft-lockup-under-high-load.patch
	patches.suse/0015-md-avoid-invalid-memory-access-for-array-sb-dev_role.patch
	patches.suse/md-raid10-prevent-access-of-uninitialized-resync_pag.patch
	patches.suse/0003-bcache-fix-a-lost-wake-up-problem-caused-by-mca_cann.patch
	patches.suse/0004-bcache-fix-static-checker-warning-in-bcache_device_f.patch
	patches.suse/0005-bcache-add-more-accurate-error-messages-in-read_supe.patch
	patches.suse/0006-bcache-deleted-code-comments-for-dead-code-in-bch_da.patch
	patches.suse/0007-bcache-add-code-comment-bch_keylist_pop-and-bch_keyl.patch
	patches.suse/0008-bcache-fix-deadlock-in-bcache_allocator.patch
	patches.suse/0009-bcache-add-code-comments-in-bch_btree_leaf_dirty.patch
	patches.suse/0010-bcache-add-idle_max_writeback_rate-sysfs-interface.patch
	patches.suse/0011-bcache-at-least-try-to-shrink-1-node-in-bch_mca_scan.patch
	patches.suse/0012-bcache-remove-the-extra-cflags-for-request.o.patch
	patches.suse/0013-bcache-don-t-export-symbols.patch
	patches.suse/0016-drivers-md-raid5.c-use-the-new-spelling-of-RWH_WRITE.patch
	patches.suse/nvme-Add-hardware-monitoring-support.patch
	patches.suse/nvme-Discard-workaround-for-non-conformant-devices.patch
	patches.suse/nvme-hwmon-provide-temperature-min-and-max-values-fo.patch
	patches.suse/nvme-hwmon-add-quirk-to-avoid-changing-temperature-t.patch
	patches.suse/nbd-prevent-memory-leak.patch
	patches.suse/0008-block-Enhance-blk_revalidate_disk_zones.patch
	patches.suse/0009-block-cleanup-the-zoned-case-in-blk_revalidate_disk_.patch
	patches.suse/0010-block-Simplify-report-zones-execution.patch
	patches.suse/0011-block-Remove-partition-support-for-zoned-block-devic.patch
	patches.suse/0012-null_blk-clean-up-the-block-device-operations.patch
	patches.suse/0013-null_blk-clean-up-report-zones.patch
	patches.suse/0014-block-rework-zone-reporting.patch
	patches.suse/0023-block-refactor-rescan_partitions.patch
	patches.suse/dm-writecache-handle-REQ_FUA.patch
	patches.suse/dm-zoned-reduce-overhead-of-backing-device-checks.patch
	patches.suse/Revert-dm-crypt-use-WQ_HIGHPRI-for-the-IO-and-crypt-.patch
	patches.suse/mtd-spear_smi-Fix-Write-Burst-mode.patch
	patches.suse/mtd-devices-fix-mchp23k256-read-and-write.patch
	patches.suse/mtd-cfi_cmdset_0002-only-check-errors-when-ready-in-.patch
	patches.suse/mtd-spi-nor-intel-spi-Add-support-for-Intel-Comet-La.patch
	patches.suse/mtd-spi-nor-fix-silent-truncation-in-spi_nor_read.patch
	patches.suse/mtd-spi-nor-fix-silent-truncation-in-spi_nor_read_ra.patch
	patches.suse/mtd-rawnand-Change-calculating-of-position-page-cont.patch
	patches.suse/mtd-rawnand-brcmnand-Fix-NULL-pointer-assignment.patch
	patches.suse/btrfs-simplify-inode-locking-for-RWF_NOWAIT.patch
	patches.suse/btrfs-separate-out-the-extent-leak-code.patch
	patches.suse/btrfs-separate-out-the-extent-io-init-function.patch
	patches.suse/btrfs-move-extent_io_tree-defs-to-their-own-header.patch
	patches.suse/btrfs-use-refcount_inc_not_zero-in-kill_all_nodes.patch
	patches.suse/btrfs-drop-unused-parameter-is_new-from-btrfs_iget.patch
	patches.suse/btrfs-add-__cold-attribute-to-more-functions.patch
	patches.suse/btrfs-Avoid-getting-stuck-during-cyclic-writebacks.patch
	patches.suse/btrfs-Rename-btrfs_join_transaction_nolock.patch
	patches.suse/btrfs-use-bool-argument-in-free_root_pointers.patch
	patches.suse/Btrfs-fix-negative-subv_writers-counter-and-data-spa.patch
	patches.suse/Btrfs-fix-metadata-space-leak-on-fixup-worker-failur.patch
	patches.suse/btrfs-check-page-mapping-when-loading-free-space-cac.patch
	patches.suse/btrfs-use-btrfs_block_group_cache_done-in-update_blo.patch
	patches.suse/btrfs-Remove-btrfs_bio-flags-member.patch
	patches.suse/btrfs-move-block_group_item-used-to-block-group.patch
	patches.suse/btrfs-move-block_group_item-flags-to-block-group.patch
	patches.suse/btrfs-remove-embedded-block_group_cache-item.patch
	patches.suse/btrfs-rename-block_group_item-on-stack-accessors-to-.patch
	patches.suse/btrfs-rename-extent-buffer-block-group-item-accessor.patch
	patches.suse/btrfs-add-dedicated-members-for-start-and-length-of-.patch
	patches.suse/Btrfs-remove-unnecessary-delalloc-mutex-for-inodes.patch
	patches.suse/btrfs-Cleanup-and-simplify-find_newest_super_backup.patch
	patches.suse/btrfs-Remove-newest_gen-argument-from-find_oldest_su.patch
	patches.suse/btrfs-Add-read_backup_root.patch
	patches.suse/btrfs-Factor-out-tree-roots-initialization-during-mo.patch
	patches.suse/btrfs-Don-t-use-objectid_mutex-during-mount.patch
	patches.suse/btrfs-Remove-unused-next_root_backup-function.patch
	patches.suse/btrfs-Rename-find_oldest_super_backup-to-init_backup.patch
	patches.suse/btrfs-Streamline-btrfs_fs_info-backup_root_index-sem.patch
	patches.suse/Btrfs-send-allow-clone-operations-within-the-same-fi.patch
	patches.suse/Btrfs-send-skip-backreference-walking-for-extents-wi.patch
	patches.suse/btrfs-block-group-Refactor-btrfs_read_block_groups.patch
	patches.suse/btrfs-block-group-Reuse-the-item-key-from-caller-of-.patch
	patches.suse/btrfs-rename-btrfs_block_group_cache.patch
	patches.suse/btrfs-scrub-Don-t-check-free-space-before-marking-a-.patch
	patches.suse/Btrfs-fix-block-group-remaining-RO-forever-after-err.patch
	patches.suse/btrfs-record-all-roots-for-rename-exchange-on-a-subv.patch
	patches.suse/affs-fix-a-memory-leak-in-affs_remount.patch
	patches.suse/selftests-breakpoints-Fix-a-typo-of-function-name.patch
	patches.suse/kselftest-Fix-NULL-INSTALL_PATH-for-TARGETS-runlist.patch
	patches.suse/arm64-errata-Hide-CTR_EL0.DIC-on-systems-affected-by.patch
	patches.suse/arm64-Fake-the-IminLine-size-on-systems-affected-by-.patch
	patches.suse/arm64-compat-Workaround-Neoverse-N1-1542419-for-comp.patch
	patches.suse/arm64-Silence-clang-warning-on-mismatched-value-regi.patch
	patches.suse/Documentation-perf-Update-documentation-for-ThunderX.patch
	patches.suse/drivers-perf-Add-CCPI2-PMU-support-in-ThunderX2-UNCO.patch
	patches.suse/arm-arm64-smccc-psci-add-arm_smccc_1_1_get_conduit.patch
	patches.suse/arm64-errata-use-arm_smccc_1_1_get_conduit.patch
	patches.suse/arm-spectre-v2-use-arm_smccc_1_1_get_conduit.patch
	patches.suse/firmware-psci-use-common-smccc_conduit_.patch
	patches.suse/firmware-arm_sdei-use-common-smccc_conduit_.patch
	patches.suse/0001-arm64-mm-use-arm64_dma_phys_limit-instead-of-calling.patch
	patches.suse/0002-arm64-rename-variables-used-to-calculate-ZONE_DMA32-.patch
	patches.suse/0003-arm64-use-both-ZONE_DMA-and-ZONE_DMA32.patch
	patches.suse/0004-mm-refresh-ZONE_DMA-and-ZONE_DMA32-comments-in-enum-.patch
	patches.suse/arm64-mm-fix-unused-variable-warning-in-zone_sizes_init.patch
	patches.suse/dma-direct-turn-arch_zone_dma_bits-into-a-variable.patch
	patches.suse/arm64-mm-reserve-cma-and-crashkernel-in-zone_dma32.patch
	patches.suse/arm64-kpti-Add-NVIDIA-s-Carmel-core-to-the-KPTI-whit.patch
	patches.suse/s390-qdio-move-ssqd-sniffer-mask-definition
	patches.suse/s390-unwind-fix-get_stack_pointernull-null.patch
	patches.suse/s390-process-avoid-custom-stack-unwinding-in-get_wchan.patch
	patches.suse/s390-mm-properly-clear-_PAGE_NOEXEC-bit-when-it-is-n.patch
	patches.suse/s390-always-inline-current_stack_pointer.patch
	patches.suse/s390-unwind-drop-unnecessary-code-around-calling-ftrace_graph_ret_addr.patch
	patches.suse/s390-pkey-fix-memory-leak-within-copy_apqns_from_user
	patches.suse/s390-crypto-fix-unsigned-variable-compared-with-zero
	patches.suse/0001-xen-gntdev-Use-select-for-DMA_SHARED_BUFFER.patch
	patches.suse/kvm-svm-serialize-access-to-the-sev-asid-bitmap
	patches.suse/kvm-svm-guard-against-deactivate-when-performing-wbinvd-df_flush
	patches.suse/KVM-nVMX-Always-write-vmcs02.GUEST_CR3-during-nested.patch
	patches.suse/kvm-x86-introduce-vcpu-arch-xsaves_enabled
	patches.suse/kvm-vmx-fix-conditions-for-guest-ia32_xss-support
	patches.suse/KVM-PPC-Book3S-HV-XIVE-Set-kvm-arch.xive-when-VPs-ar.patch
	patches.suse/kvm-retpolines-x86-eliminate-retpoline-from-vmx-c-exit-handlers
	patches.suse/0003-kvm-s390-cleanup-kvm_arch_init-error-path
	patches.suse/KVM-arm64-Document-PV-time-interface.patch
	patches.suse/KVM-arm-arm64-Factor-out-hypercall-handling-from-PSC.patch
	patches.suse/KVM-arm64-Implement-PV_TIME_FEATURES-call.patch
	patches.suse/KVM-Implement-kvm_put_guest.patch
	patches.suse/KVM-arm64-Support-stolen-time-reporting-via-shared-s.patch
	patches.suse/KVM-Allow-kvm_device_ops-to-be-const.patch
	patches.suse/KVM-arm64-Provide-VCPU-attributes-for-stolen-time.patch
	patches.suse/arm-arm64-provide-a-wrapper-for-smccc-1-1-calls.patch
	patches.suse/arm-arm64-make-use-of-the-smccc-1-1-wrapper.patch
	patches.suse/arm64-Retrieve-stolen-time-as-paravirtualized-guest.patch
	patches.suse/KVM-arm64-Select-TASK_DELAY_ACCT-TASKSTATS-rather-th.patch
	patches.suse/KVM-arm-arm64-vgic-Don-t-rely-on-the-wrong-pending-t.patch
	patches.suse/kvm-x86-fix-presentation-of-tsx-feature-in-arch_capabilities
	patches.suse/KVM-x86-do-not-modify-masked-bits-of-shared-MSRs.patch
	patches.suse/kvm-vmx-implement-msr_ia32_tsx_ctrl-disable-rtm-functionality
	patches.suse/kvm-vmx-use-msr_ia32_tsx_ctrl-to-hard-disable-tsx-on-guest-that-lack-it
	patches.suse/kvm-x86-remove-a-spurious-export-of-a-static-function
	patches.suse/KVM-x86-Grab-KVM-s-srcu-lock-when-setting-nested-sta.patch
	patches.suse/kvm-nvmx-relax-guest-ia32_feature_control-constraints
	patches.suse/KVM-PPC-Book3S-HV-XIVE-Free-previous-EQ-page-when-se.patch
	patches.suse/KVM-PPC-Book3S-HV-XIVE-Fix-potential-page-leak-on-er.patch
	patches.suse/edac-amd64-set-grain-per-dimm.patch
	patches.suse/edac-ghes-fix-locking-and-memory-barrier-issues.patch
	patches.suse/EDAC-Replace-EDAC_DIMM_PTR-macro-with-edac_get_dimm-.patch
	patches.suse/EDAC-Remove-EDAC_DIMM_OFF-macro.patch
	patches.suse/EDAC-Introduce-an-mci_for_each_dimm-iterator.patch
	patches.suse/EDAC-mc-Do-not-BUG_ON-in-edac_mc_alloc.patch
	patches.suse/EDAC-mc-Remove-needless-zero-string-termination.patch
	patches.suse/EDAC-mc-Reduce-indentation-level-in-edac_mc_handle_e.patch
	patches.suse/EDAC-Remove-misleading-comment-in-struct-edac_raw_er.patch
	patches.suse/EDAC-ghes-Use-standard-kernel-macros-for-page-calcul.patch
	patches.suse/EDAC-ghes-Fix-grain-calculation.patch
	patches.suse/EDAC-ghes-Remove-intermediate-buffer-pvt-detail_loca.patch
	patches.suse/EDAC-Unify-the-mc_event-tracepoint-call.patch
	patches.suse/edac-ghes-do-not-warn-when-incrementing-refcount-on-0.patch
	patches.suse/edac-altera-use-fast-register-io-for-s10-irqs.patch
	patches.suse/clone3-add-CLONE_CLEAR_SIGHAND.patch
	patches.suse/fork-extend-clone3-to-support-setting-a-PID.patch
	patches.suse/workqueue-Fix-spurious-sanity-check-failures-in-dest.patch
	patches.suse/workqueue-Fix-missing-kfree-rescuer-in-destroy_workq.patch
	patches.suse/workqueue-Fix-pwq-ref-leak-in-rescuer_thread.patch
	patches.suse/0001-cgroup-Optimize-single-thread-migration.patch
	patches.suse/cgroup-pids-use-atomic64_t-for-pids-limit.patch
	patches.suse/kernfs-fix-ino-wrap-around-detection.patch
	patches.suse/arm64-Use-pr_warn-instead-of-pr_warning.patch
	patches.suse/livepatch-keep-replaced-patches-until-post_patch-callback-is-called.patch
	patches.suse/livepatch-basic-api-to-track-system-state-changes.patch
	patches.suse/livepatch-allow-to-distinguish-different-version-of-system-state-changes.patch
	patches.suse/livepatch-selftests-of-the-api-for-tracking-system-state-changes.patch
	patches.suse/hwrng-omap3-rom-Fix-missing-clock-by-probing-with-de.patch
	patches.suse/crypto-ccp-release-all-allocated-memory-if-sha-type-is-invalid.patch
	patches.suse/crypto-atmel-aes-Fix-IV-handling-when-req-nbytes-ivs.patch
	patches.suse/0001-crypto-af_alg-cast-ki_complete-ternary-op-to-int.patch
	patches.suse/crypto-user-fix-memory-leak-in-crypto_report.patch
	patches.suse/crypto-user-fix-memory-leak-in-crypto_reportstat.patch
	patches.suse/crypto-geode-aes-switch-to-skcipher-for-cbc-aes-fall.patch
	patches.suse/crypto-geode-aes-convert-to-skcipher-API-and-make-th.patch
	patches.suse/hwrng-omap-Fix-RNG-wait-loop-timeout.patch
	patches.suse/crypto-ccp-change-a-message-to-reflect-status-instead-of-failure.patch
	patches.suse/crypto-ccp-verify-access-to-device-registers-before-initializing.patch
	patches.suse/crypto-ccp-fix-uninitialized-list-head.patch
	patches.suse/0001-crypto-ecdh-fix-big-endian-bug-in-ECC-library.patch
	patches.suse/crypto-atmel-Fix-authenc-support-when-it-is-set-to-m.patch
	patches.suse/crypto-crypto4xx-fix-double-free-in-crypto4xx_destro.patch
	patches.suse/crypto-tgr192-remove-unneeded-semicolon.patch
	patches.suse/crypto-lib-tidy-up-lib-crypto-kconfig-and-makefile.patch
	patches.suse/crypto-chacha-move-existing-library-code-into-lib-crypto.patch
	patches.suse/crypto-x86-chacha-depend-on-generic-chacha-library-instead-of.patch
	patches.suse/crypto-x86-chacha-expose-simd-chacha-routine-as-library-function.patch
	patches.suse/crypto-arm64-chacha-depend-on-generic-chacha-library-instead-of.patch
	patches.suse/crypto-arm64-chacha-expose-arm64-chacha-routine-as-library.patch
	patches.suse/crypto-arm-chacha-import-eric-biggers-s-scalar-accelerated-chacha.patch
	patches.suse/crypto-arm-chacha-remove-dependency-on-generic-chacha-driver.patch
	patches.suse/crypto-arm-chacha-expose-arm-chacha-routine-as-library-function.patch
	patches.suse/crypto-mips-chacha-import-32r2-chacha-code-from-zinc.patch
	patches.suse/crypto-mips-chacha-wire-up-accelerated-32r2-code-from-zinc.patch
	patches.suse/crypto-chacha-unexport-chacha_generic-routines.patch
	patches.suse/crypto-poly1305-move-core-routines-into-a-separate-library.patch
	patches.suse/crypto-x86-poly1305-unify-poly1305-state-struct-with-generic-code.patch
	patches.suse/crypto-poly1305-expose-init-update-final-library-interface.patch
	patches.suse/crypto-x86-poly1305-depend-on-generic-library-not-generic-shash.patch
	patches.suse/crypto-x86-poly1305-expose-existing-driver-as-poly1305-library.patch
	patches.suse/crypto-arm64-poly1305-incorporate-openssl-cryptogams-neon.patch
	patches.suse/crypto-arm-poly1305-incorporate-openssl-cryptogams-neon.patch
	patches.suse/crypto-mips-poly1305-incorporate-openssl-cryptogams-optimized.patch
	patches.suse/crypto-blake2s-generic-c-library-implementation-and-selftest.patch
	patches.suse/crypto-testmgr-add-test-cases-for-blake2s.patch
	patches.suse/crypto-blake2s-implement-generic-shash-driver.patch
	patches.suse/crypto-blake2s-x86_64-simd-implementation.patch
	patches.suse/crypto-curve25519-generic-c-library-implementations.patch
	patches.suse/crypto-curve25519-add-kpp-selftest.patch
	patches.suse/crypto-curve25519-implement-generic-kpp-driver.patch
	patches.suse/crypto-lib-curve25519-work-around-clang-stack-spilling-issue.patch
	patches.suse/crypto-curve25519-x86_64-library-and-kpp-implementations.patch
	patches.suse/crypto-arm-curve25519-import-bernstein-and-schwabe-s-curve25519.patch
	patches.suse/crypto-arm-curve25519-wire-up-neon-implementation.patch
	patches.suse/crypto-chacha20poly1305-import-construction-and-selftest-from-zinc.patch
	patches.suse/crypto-lib-chacha20poly1305-reimplement-crypt_from_sg-routine.patch
	patches.suse/crypto-virtio-implement-missing-support-for-output-I.patch
	patches.suse/crypto-virtio-deal-with-unsupported-input-sizes.patch
	patches.suse/0001-crypto-atmel-Fix-build-error-of-CRYPTO_AUTHENC.patch
	patches.suse/0001-crypto-sun4i-ss-fix-big-endian-issues.patch
	patches.suse/crypto-chacha_generic-remove-unnecessary-setkey-functions.patch
	patches.suse/crypto-x86-chacha-only-unregister-algorithms-if-registered.patch
	patches.suse/crypto-lib-chacha20poly1305-use-chacha20_crypt.patch
	patches.suse/crypto-vmx-Avoid-weird-build-failures.patch
	patches.suse/net-core-dev-replace-state-xoff-flag-comparison-by-n.patch
	patches.suse/tcp-add-ipv6_addr_v4mapped_loopback-helper.patch
	patches.suse/net-procfs-use-index-hashlist-instead-of-name-hashli.patch
	patches.suse/net-introduce-name_node-struct-to-be-used-in-hashlis.patch
	patches.suse/net-rtnetlink-add-linkprop-commands-to-add-and-delet.patch
	patches.suse/net-rtnetlink-put-alternative-names-to-getlink-messa.patch
	patches.suse/net-rtnetlink-unify-the-code-in-__rtnl_newlink-get-d.patch
	patches.suse/net-rtnetlink-introduce-helper-to-get-net_device-ins.patch
	patches.suse/net-rtnetlink-add-possibility-to-use-alternative-nam.patch
	patches.suse/ipv6-minor-code-reorg-in-inet6_fill_ifla6_attrs.patch
	patches.suse/net-push-loops-and-nb-calls-into-helper-functions.patch
	patches.suse/net-introduce-per-netns-netdevice-notifiers.patch
	patches.suse/ionic-simplify-returns-in-devlink-info.patch
	patches.suse/ionic-use-wait_on_bit_lock-rather-than-open-code.patch
	patches.suse/ionic-report-users-coalesce-request.patch
	patches.suse/ionic-implement-ethtool-set-fec.patch
	patches.suse/ionic-add-lif_quiesce-to-wait-for-queue-activity-to-.patch
	patches.suse/net_sched-remove-need_resched-from-qdisc_run.patch
	patches.suse/mvpp2-remove-misleading-comment.patch
	patches.suse/net-stmmac-Only-enable-enhanced-addressing-mode-when.patch
	patches.suse/net-stmmac-Support-enhanced-addressing-mode-for-DWMA.patch
	patches.suse/net-propagate-errors-correctly-in-register_netdevice.patch
	patches.suse/netdevsim-change-fib-accounting-and-limitations-to-b.patch
	patches.suse/net-fib_notifier-make-FIB-notifier-per-netns.patch
	patches.suse/net-fib_notifier-propagate-possible-error-during-fib.patch
	patches.suse/mlxsw-spectrum_router-Don-t-rely-on-missing-extack-t.patch
	patches.suse/net-fib_notifier-propagate-extack-down-to-the-notifi.patch
	patches.suse/net-devlink-export-devlink-net-getter.patch
	patches.suse/mlxsw-spectrum-Take-devlink-net-instead-of-init_net.patch
	patches.suse/mlxsw-Register-port-netdevices-into-net-of-core.patch
	patches.suse/mlxsw-Propagate-extack-down-to-register_fib_notifier.patch
	patches.suse/netdevsim-add-all-ports-in-nsim_dev_create-and-del-t.patch
	patches.suse/netdevsim-implement-proper-devlink-reload.patch
	patches.suse/netdevsim-register-port-netdevices-into-net-of-devic.patch
	patches.suse/netdevsim-take-devlink-net-instead-of-init_net.patch
	patches.suse/net-devlink-allow-to-change-namespaces-during-reload.patch
	patches.suse/net-tls-move-TOE-related-structures-to-a-separate-he.patch
	patches.suse/net-tls-rename-tls_device-to-tls_toe_device.patch
	patches.suse/net-tls-move-tls_build_proto-on-init-path.patch
	patches.suse/net-tls-move-TOE-related-code-to-a-separate-file.patch
	patches.suse/net-tls-rename-tls_hw_-functions-tls_toe_.patch
	patches.suse/net-tls-allow-compiling-TLS-TOE-out.patch
	patches.suse/0009-net-phy-broadcom-Fix-RGMII-delays-configuration-for-.patch
	patches.suse/net-spread-enum-sock_flags.patch
	patches.suse/igmp-uninline-ip_mc_validate_checksum.patch
	patches.suse/net-devlink-don-t-ignore-errors-during-dumpit.patch
	patches.suse/net-tls-add-tracing-for-device-offload-events.patch
	patches.suse/net-tls-add-device-decrypted-trace-point.patch
	patches.suse/net-tls-add-skeleton-of-MIB-statistics.patch
	patches.suse/net-tls-add-statistics-for-installed-sessions.patch
	patches.suse/net-tls-add-TlsDecryptError-stat.patch
	patches.suse/net-tls-add-TlsDeviceRxResync-statistic.patch
	patches.suse/net-devlink-export-devlink-net-setter.patch
	patches.suse/netdevsim-create-devlink-and-netdev-instances-in-nam.patch
	patches.suse/net-genetlink-push-doit-dumpit-code-from-genl_family.patch
	patches.suse/net-genetlink-introduce-dump-info-struct-to-be-avail.patch
	patches.suse/net-genetlink-push-attrbuf-allocation-and-parsing-to.patch
	patches.suse/net-genetlink-parse-attrs-and-store-in-contect-info-.patch
	patches.suse/net-ieee802154-have-genetlink-code-to-parse-the-attr.patch
	patches.suse/net-nfc-have-genetlink-code-to-parse-the-attrs-durin.patch
	patches.suse/net-tipc-have-genetlink-code-to-parse-the-attrs-duri.patch
	patches.suse/net-tipc-allocate-attrs-locally-instead-of-using-gen.patch
	patches.suse/devlink-have-genetlink-code-to-parse-the-attrs-durin.patch
	patches.suse/netdevsim-add-couple-of-debugfs-bools-to-debug-devli.patch
	patches.suse/mlxsw-reg-Extend-MGPIR-register-with-new-field-expos.patch
	patches.suse/mlxsw-hwmon-Provide-optimization-for-QSFP-modules-nu.patch
	patches.suse/mlxsw-thermal-Provide-optimization-for-QSFP-modules-.patch
	patches.suse/mlxsw-core-Push-minor-subminor-fw-version-check-into.patch
	patches.suse/mlxsw-minimal-Add-validation-for-FW-version.patch
	patches.suse/net-devlink-fix-reporter-dump-dumpit.patch
	patches.suse/netdevsim-implement-devlink-dev_info-op.patch
	patches.suse/samples-pktgen-fix-proc_cmd-command-result-check-log.patch
	patches.suse/net-ena-change-num_queues-to-num_io_queues-for-clari.patch
	patches.suse/net-ena-multiple-queue-creation-related-cleanups.patch
	patches.suse/net-ena-ethtool-get_channels-use-combined-only.patch
	patches.suse/net-ena-make-ethtool-l-show-correct-max-number-of-qu.patch
	patches.suse/net-ena-remove-redundant-print-of-number-of-queues.patch
	patches.suse/net-ena-ethtool-support-set_channels-callback.patch
	patches.suse/net-core-change-return-type-of-pskb_may_pull-to-bool.patch
	patches.suse/ipv6-Make-ipv6_mc_may_pull-return-bool.patch
	patches.suse/net-core-use-helper-skb_ensure_writable-in-more-plac.patch
	patches.suse/net-sockmap-use-bitmap-for-copy-info.patch
	patches.suse/net-tls-mark-sk-err-being-set-as-unlikely.patch
	patches.suse/net-tls-make-allocation-failure-unlikely.patch
	patches.suse/net-tls-pass-context-to-tls_device_decrypted.patch
	patches.suse/net-tls-store-async_capable-on-a-single-bit.patch
	patches.suse/net-tls-store-decrypted-on-a-single-bit.patch
	patches.suse/net-hns-make-arrays-static-makes-object-smaller.patch
	patches.suse/net-hns3-make-array-tick_array-static-makes-object-s.patch
	patches.suse/nfp-bpf-make-array-exp_mask-static-makes-object-smal.patch
	patches.suse/netdevsim-fix-spelling-mistake-forbidded-forbid.patch
	patches.suse/tun-fix-memory-leak-in-error-path.patch
	patches.suse/net-hns3-add-support-for-setting-VF-link-status-on-t.patch
	patches.suse/net-hns3-add-support-for-spoof-check-setting.patch
	patches.suse/net-hns3-add-support-for-setting-VF-trust.patch
	patches.suse/net-hns3-add-support-for-configuring-bandwidth-of-VF.patch
	patches.suse/net-hns3-add-support-for-configuring-VF-MAC-from-the.patch
	patches.suse/net-hns3-support-tx-scatter-gather-fraglist-feature.patch
	patches.suse/net-genetlink-always-allocate-separate-attrs-for-dum.patch
	patches.suse/net-tipc-prepare-attrs-in-__tipc_nl_compat_dumpit.patch
	patches.suse/Revert-tun-call-dev_get_valid_name-before-register_n.patch
	patches.suse/net-smc-separate-smcd-and-smcr-link-group-lists
	patches.suse/net-smc-separate-locks-for-smcd-and-smcr-link-group-lists
	patches.suse/net-smc-increase-device-refcount-for-added-link-group
	patches.suse/net-smc-no-new-connections-on-disappearing-devices
	patches.suse/net-smc-improve-close-of-terminated-socket
	patches.suse/team-call-RCU-read-lock-when-walking-the-port_list.patch
	patches.suse/ipvlan-consolidate-TSO-flags-using-NETIF_F_ALL_TSO.patch
	patches.suse/af_unix-__unix_find_socket_byname-cleanup.patch
	patches.suse/sock_get_timeout-drop-unnecessary-return-variable.patch
	patches.suse/devlink-don-t-do-reporter-recovery-if-the-state-is-h.patch
	patches.suse/devlink-propagate-extack-down-to-health-reporter-ops.patch
	patches.suse/netdevsim-implement-couple-of-testing-devlink-health.patch
	patches.suse/tcp-improve-recv_skip_hint-for-tcp_zerocopy_receive.patch
	patches.suse/genetlink-do-not-parse-attributes-for-families-with-.patch
	patches.suse/libbpf-Bump-current-version-to-v0.0.6.patch
	patches.suse/selftests-bpf-Add-static-to-enable_all_controllers.patch
	patches.suse/libbpf-Fix-BTF-defined-map-s-__type-macro-handling-o.patch
	patches.suse/libbpf-stop-enforcing-kern_version-populate-it-for-u.patch
	patches.suse/libbpf-add-bpf_object__open_-file-mem-w-extensible-o.patch
	patches.suse/libbpf-fix-bpf_object__name-to-actually-return-objec.patch
	patches.suse/selftests-bpf-switch-tests-to-new-bpf_object__open_-.patch
	patches.suse/libbpf-Add-cscope-and-tags-targets-to-Makefile.patch
	patches.suse/uapi-bpf-fix-helper-docs.patch
	patches.suse/scripts-bpf-teach-bpf_helpers_doc.py-to-dump-BPF-hel.patch
	patches.suse/libbpf-auto-generate-list-of-BPF-helper-definitions.patch
	patches.suse/selftests-bpf-Fix-dependency-ordering-for-attach_pro.patch
	patches.suse/bpftool-Fix-bpftool-build-by-switching-to-bpf_object.patch
	patches.suse/samples-bpf-Trivial-fix-spelling-mistake-in-usage.patch
	patches.suse/bpf-flow_dissector-add-mode-to-enforce-global-BPF-fl.patch
	patches.suse/selftests-bpf-Undo-GCC-specific-bpf_helpers.h-change.patch
	patches.suse/selftests-bpf-samples-bpf-Split-off-legacy-stuff-fro.patch
	patches.suse/selftests-bpf-Adjust-CO-RE-reloc-tests-for-new-bpf_c.patch
	patches.suse/selftests-bpf-Split-off-tracing-only-helpers-into-bp.patch
	patches.suse/libbpf-Move-bpf_-helpers-helper_defs-endian-tracing-.patch
	patches.suse/libbpf-Add-BPF_CORE_READ-BPF_CORE_READ_INTO-helpers.patch
	patches.suse/selftests-bpf-Add-BPF_CORE_READ-and-BPF_CORE_READ_ST.patch
	patches.suse/0001-libbpf-Fix-struct-end-padding-in-btf_dump.patch
	patches.suse/selftests-bpf-Fix-btf_dump-padding-test-case.patch
	patches.suse/libbpf-Fix-passing-uninitialized-bytes-to-setsockopt.patch
	patches.suse/scripts-bpf-Fix-xdp_md-forward-declaration-typo.patch
	patches.suse/bpf-Track-contents-of-read-only-maps-as-scalars.patch
	patches.suse/selftests-bpf-Add-read-only-map-values-propagation-t.patch
	patches.suse/bpf-Align-struct-bpf_prog_stats.patch
	patches.suse/flow_dissector-Allow-updating-the-flow-dissector-pro.patch
	patches.suse/bpf-Fix-cast-to-pointer-from-integer-of-different-si.patch
	patches.suse/xdp-Trivial-fix-spelling-in-function-description.patch
	patches.suse/libbpf-Generate-more-efficient-BPF_CORE_READ-code.patch
	patches.suse/selftests-bpf-Enforce-libbpf-build-before-BPF-progra.patch
	patches.suse/ethtool-Add-support-for-400Gbps-50Gbps-per-lane-link.patch
	patches.suse/mlxsw-spectrum-Add-support-for-400Gbps-50Gbps-per-la.patch
	patches.suse/net-core-use-listified-Rx-for-GRO_NORMAL-in-napi_gro.patch
	patches.suse/net_sched-sch_fq-remove-one-obsolete-check-in-fq_deq.patch
	patches.suse/net-bcmgenet-Generate-a-random-MAC-if-none-is-valid.patch
	patches.suse/net-phylink-use-more-linkmode_.patch
	patches.suse/net-bcmgenet-Add-a-shutdown-callback.patch
	patches.suse/net-sfp-move-fwnode-parsing-into-sfp-bus-layer.patch
	patches.suse/pktgen-remove-unnecessary-assignment-in-pktgen_xmit.patch
	patches.suse/net-sched-Avoid-using-yield-in-a-busy-waiting-loop.patch
	patches.suse/net-phy-avoid-NPE-if-read_page-write_page-callbacks-.patch
	patches.suse/mlxsw-spectrum-Register-switched-port-analyzers-SPAN.patch
	patches.suse/net-hns3-remove-struct-hns3_nic_ring_data-in-hns3_en.patch
	patches.suse/net-hns3-optimized-MAC-address-in-management-table.patch
	patches.suse/net-hns3-minor-optimization-for-barrier-in-IO-path.patch
	patches.suse/net-hns3-introduce-ring_to_netdev-in-enet-module.patch
	patches.suse/net-hns3-make-struct-hns3_enet_ring-cacheline-aligne.patch
	patches.suse/net-hns3-minor-cleanup-for-hns3_handle_rx_bd.patch
	patches.suse/net-hns3-do-not-allocate-linear-data-for-fraglist-sk.patch
	patches.suse/net-hns3-log-and-clear-hardware-error-after-reset-co.patch
	patches.suse/net-phy-marvell-support-downshift-as-PHY-tunable.patch
	patches.suse/net-phy-marvell-remove-superseded-function-marvell_s.patch
	patches.suse/net-sched-act_police-re-use-tcf_tm_dump.patch
	patches.suse/igc-Add-SCTP-CRC-checksumming-functionality.patch
	patches.suse/e1000e-Add-support-for-S0ix.patch
	patches.suse/igc-Add-set_rx_mode-support.patch
	patches.suse/igc-Add-Rx-checksum-support.patch
	patches.suse/igc-Clean-up-unused-shadow_vfta-pointer.patch
	patches.suse/mlxsw-reg-Add-macro-for-getting-QSFP-module-EEPROM-p.patch
	patches.suse/mlxsw-core-Extend-QSFP-EEPROM-size-for-ethtool.patch
	patches.suse/net-smc-cancel-send-and-receive-for-terminated-socket
	patches.suse/net-smc-terminate-link-group-without-holding-lgr-lock
	patches.suse/net-smc-improve-abnormal-termination-locking
	patches.suse/net-smc-improve-link-group-freeing
	patches.suse/net-smc-tell-peers-about-abnormal-link-group-termination
	patches.suse/net-smc-improve-abnormal-termination-of-link-groups
	patches.suse/net-smc-introduce-link-group-termination-worker
	patches.suse/net-smc-remove-close-abort-worker
	patches.suse/fq_codel-do-not-include-linux-jhash.h.patch
	patches.suse/net-phy-modify-assignment-to-OR-for-dev_flags-in-phy.patch
	patches.suse/net-phy-add-support-for-clause-37-auto-negotiation.patch
	patches.suse/mlxsw-spectrum-Use-guaranteed-buffer-size-as-pool-si.patch
	patches.suse/mlxsw-spectrum_buffers-Calculate-the-size-of-the-mai.patch
	patches.suse/fsl-fman-don-t-touch-liodn-base-regs-reserved-on-non.patch
	patches.suse/dpaa_eth-defer-probing-after-qbman.patch
	patches.suse/dpaa_eth-remove-redundant-code.patch
	patches.suse/fsl-fman-add-API-to-get-the-device-behind-a-fman-por.patch
	patches.suse/dpaa_eth-change-DMA-device.patch
	patches.suse/fsl-fman-remove-unused-struct-member.patch
	patches.suse/dpaa_eth-add-newline-in-dev_err-msg.patch
	patches.suse/net-phy-dp83867-enable-robust-auto-mdix.patch
	patches.suse/tcp-add-TCP_INFO-status-for-failed-client-TFO.patch
	patches.suse/0001-Revert-Bluetooth-hci_ll-set-operational-frequency-ea.patch
	patches.suse/Bluetooth-missed-cpu_to_le16-conversion-in-hci_init4.patch
	patches.suse/Bluetooth-Workaround-directed-advertising-bug-in-Bro.patch
	patches.suse/Bluetooth-hci_core-fix-init-for-HCI_USER_CHANNEL.patch
	patches.suse/Bluetooth-hci_bcm-Fix-RTS-handling-during-startup.patch
	patches.suse/ionic-fix-up-struct-name-comments.patch
	patches.suse/ionic-reverse-an-interrupt-coalesce-calculation.patch
	patches.suse/ionic-add-heartbeat-check.patch
	patches.suse/ionic-add-a-watchdog-timer-to-monitor-heartbeat.patch
	patches.suse/ionic-implement-support-for-rx-sgl.patch
	patches.suse/ionic-update-driver-version.patch
	patches.suse/ipvs-no-need-to-update-skb-route-entry-for-local-des.patch
	patches.suse/ipvs-batch-__ip_vs_cleanup.patch
	patches.suse/ipvs-batch-__ip_vs_dev_cleanup.patch
	patches.suse/libbpf-Update-BTF-reloc-support-to-latest-Clang-form.patch
	patches.suse/libbpf-Refactor-bpf_object__open-APIs-to-use-common-.patch
	patches.suse/libbpf-Add-support-for-field-existance-CO-RE-relocat.patch
	patches.suse/libbpf-Add-BPF-side-definitions-of-supported-field-r.patch
	patches.suse/selftests-bpf-Add-field-existence-CO-RE-relocs-tests.patch
	patches.suse/bpf-Allow-__sk_buff-tstamp-in-BPF_PROG_TEST_RUN.patch
	patches.suse/bpf-stackmap-Fix-deadlock-with-rq_lock-in-bpf_get_st.patch
	patches.suse/bpf-Add-typecast-to-raw_tracepoints-to-help-BTF-gene.patch
	patches.suse/bpf-Add-typecast-to-bpf-helpers-to-help-BTF-generati.patch
	patches.suse/bpf-Process-in-kernel-BTF.patch
	patches.suse/bpf-Add-attach_btf_id-attribute-to-program-load.patch
	patches.suse/libbpf-Auto-detect-btf_id-of-BTF-based-raw_tracepoin.patch
	patches.suse/bpf-Implement-accurate-raw_tp-context-access-via-BTF.patch
	patches.suse/bpf-Attach-raw_tp-program-with-BTF-via-type-name.patch
	patches.suse/bpf-Add-support-for-BTF-pointers-to-interpreter.patch
	patches.suse/bpf-Add-support-for-BTF-pointers-to-x86-JIT.patch
	patches.suse/bpf-Check-types-of-arguments-passed-into-helpers.patch
	patches.suse/selftests-bpf-Add-kfree_skb-raw_tp-test.patch
	patches.suse/selftests-bpf-Make-CO-RE-reloc-test-impartial-to-tes.patch
	patches.suse/bpf-Fix-bpf_attr.attach_btf_id-check.patch
	patches.suse/bpf-Fix-build-error-without-CONFIG_NET.patch
	patches.suse/bpf-libbpf-Add-kernel-version-section-parsing-back.patch
	patches.suse/tools-Sync-if_link.h.patch
	patches.suse/libbpf-Add-bpf_program__get_-type-expected_attach_ty.patch
	patches.suse/libbpf-Add-uprobe-uretprobe-and-tp-raw_tp-section-su.patch
	patches.suse/libbpf-Teach-bpf_object__open-to-guess-program-types.patch
	patches.suse/selftests-bpf-Make-a-copy-of-subtest-name.patch
	patches.suse/selftests-bpf-Make-reference_tracking-test-use-subte.patch
	patches.suse/selftest-bpf-Get-rid-of-a-bunch-of-explicit-BPF-prog.patch
	patches.suse/libbpf-Make-DECLARE_LIBBPF_OPTS-macro-strictly-a-var.patch
	patches.suse/selftests-bpf-Move-test_section_names-into-test_prog.patch
	patches.suse/libbpf-Fix-strncat-bounds-error-in-libbpf_prog_type_.patch
	patches.suse/bpf-Prepare-btf_ctx_access-for-non-raw_tp-use-case.patch
	patches.suse/net-Fix-misspellings-of-configure-and-configuration.patch
	patches.suse/net-Fix-various-misspellings-of-connect.patch
	patches.suse/mvpp2-refactor-frame-drop-routine.patch
	patches.suse/mvpp2-sync-only-the-received-frame.patch
	patches.suse/mvpp2-prefetch-frame-header.patch
	patches.suse/mlxsw-spectrum_buffers-remove-unneeded-semicolon.patch
	patches.suse/sock-remove-unneeded-semicolon.patch
	patches.suse/i40e-Fix-for-persistent-lldp-support.patch
	patches.suse/i40e-Wrong-Advertised-FEC-modes-after-set-FEC-to-AUT.patch
	patches.suse/i40e-Extract-detection-of-HW-flags-into-a-function.patch
	patches.suse/i40e-Extend-PHY-access-with-page-change-flag.patch
	patches.suse/i40e-initialize-ITRN-registers-with-correct-values.patch
	patches.suse/i40e-allow-ethtool-to-report-SW-and-FW-versions-in-r.patch
	patches.suse/i40e-Fix-LED-blinking-flow-for-X710T-L-devices.patch
	patches.suse/i40e-Refactoring-VF-MAC-filters-counting-to-make-mor.patch
	patches.suse/i40e-prevent-memory-leak-in-i40e_setup_macvlans.patch
	patches.suse/net-dsa-LAN9303-select-REGMAP-when-LAN9303-enable.patch
	patches.suse/ionic-Remove-set-but-not-used-variable-sg_desc.patch
	patches.suse/net-phy-marvell-fix-typo-in-constant-MII_M1011_PHY_S.patch
	patches.suse/net-phy-marvell-fix-downshift-function-naming.patch
	patches.suse/net-phy-marvell-add-downshift-support-for-M88E1111.patch
	patches.suse/net-phy-marvell-add-PHY-tunable-support-for-more-PHY.patch
	patches.suse/cavium-thunder-Fix-use-true-false-for-bool-type.patch
	patches.suse/broadcom-bnxt-Fix-use-true-false-for-bool.patch
	patches.suse/inet-do-not-call-sublist_rcv-on-empty-list.patch
	patches.suse/net-bridge-fdb-convert-is_local-to-bitops.patch
	patches.suse/net-bridge-fdb-convert-is_static-to-bitops.patch
	patches.suse/net-bridge-fdb-convert-is_sticky-to-bitops.patch
	patches.suse/net-bridge-fdb-convert-added_by_user-to-bitops.patch
	patches.suse/net-bridge-fdb-convert-added_by_external_learn-to-us.patch
	patches.suse/net-bridge-fdb-convert-offloaded-to-use-bitops.patch
	patches.suse/net-bridge-fdb-set-flags-directly-in-fdb_create.patch
	patches.suse/mlxsw-reg-Increase-size-of-MPAR-register.patch
	patches.suse/mlxsw-pci-Increase-PCI-reset-timeout-for-SN3800-syst.patch
	patches.suse/mlxsw-Bump-firmware-version-to-13.2000.2308.patch
	patches.suse/mlxsw-Enforce-firmware-version-for-Spectrum-2.patch
	patches.suse/flow_dissector-add-meaningful-comments.patch
	patches.suse/flow_dissector-skip-the-ICMP-dissector-for-non-ICMP-.patch
	patches.suse/flow_dissector-extract-more-ICMP-information.patch
	patches.suse/bonding-balance-ICMP-echoes-in-layer3-4-mode.patch
	patches.suse/net-phy-marvell-add-downshift-support-for-88E1145.patch
	patches.suse/vxlan-drop-vxlan-parameter-in-vxlan_fdb_alloc.patch
	patches.suse/e1000e-Add-support-for-Comet-Lake.patch
	patches.suse/e1000e-Use-rtnl_lock-to-prevent-race-conditions-betw.patch
	patches.suse/e1000e-Drop-unnecessary-__E1000_DOWN-bit-twiddling.patch
	patches.suse/igb-Add-UDP-segmentation-offload-support.patch
	patches.suse/ixgbe-Add-UDP-segmentation-offload-support.patch
	patches.suse/i40e-Add-UDP-segmentation-offload-support.patch
	patches.suse/e1000e-Add-support-for-Tiger-Lake.patch
	patches.suse/e1000e-Fix-compiler-warning-when-CONFIG_PM_SLEEP-is-.patch
	patches.suse/net-sched-extract-common-action-counters-update-code.patch
	patches.suse/net-sched-extract-bstats-update-code-into-function.patch
	patches.suse/net-sched-extract-qstats-update-code-into-functions.patch
	patches.suse/net-sched-don-t-expose-action-qstats-to-skb_tc_reins.patch
	patches.suse/net-sched-modify-stats-helper-functions-to-support-r.patch
	patches.suse/net-sched-extend-TCA_ACT-space-with-TCA_ACT_FLAGS.patch
	patches.suse/net-sched-update-action-implementations-to-support-f.patch
	patches.suse/cxgb4-l2t-Simplify-t4_l2e_free-and-_t4_l2e_free.patch
	patches.suse/mlxsw-reg-Extend-PMLP-tx-rx-lane-value-size-to-4-bit.patch
	patches.suse/mlxsw-reg-Add-Port-Module-Type-Mapping-Register.patch
	patches.suse/mlxsw-spectrum-Use-PMTM-register-to-get-max-module-w.patch
	patches.suse/mlxsw-spectrum-Move-max_width-check-up-before-count-.patch
	patches.suse/mlxsw-spectrum-Distinguish-between-unsplittable-and-.patch
	patches.suse/mlxsw-spectrum-Replace-port_to_module-array-with-arr.patch
	patches.suse/mlxsw-spectrum-Use-mapping-of-port-being-split-for-c.patch
	patches.suse/mlxsw-spectrum-Pass-mapping-values-in-port-mapping-s.patch
	patches.suse/mlxsw-spectrum-Add-sanity-checks-into-module-info-ge.patch
	patches.suse/mlxsw-spectrum-Push-getting-offsets-of-split-ports-i.patch
	patches.suse/mlxsw-spectrum-Introduce-resource-for-getting-offset.patch
	patches.suse/mlxsw-spectrum-Remember-split-base-local-port-and-us.patch
	patches.suse/mlxsw-spectrum-Use-port_module_max_width-to-compute-.patch
	patches.suse/mlxsw-spectrum-Fix-base-port-get-for-split-count-4-a.patch
	patches.suse/mlxsw-spectrum-Iterate-over-all-ports-in-gap-during-.patch
	patches.suse/mlxsw-spectrum-Generalize-split-count-check.patch
	patches.suse/bnxt_en-Add-support-to-invoke-OP-TEE-API-to-reset-fi.patch
	patches.suse/bnxt_en-Add-support-to-collect-crash-dump-via-ethtoo.patch
	patches.suse/net-hns3-dump-some-debug-information-when-reset-fail.patch
	patches.suse/net-hns3-add-struct-netdev_queue-debug-info-for-TX-t.patch
	patches.suse/net-hns3-cleanup-some-magic-numbers.patch
	patches.suse/net-hns3-cleanup-some-coding-style-issues.patch
	patches.suse/net-hns3-cleanup-a-format-truncation-warning.patch
	patches.suse/net-hns3-optimize-local-variable-initialization.patch
	patches.suse/net-hns3-add-or-modify-some-comments.patch
	patches.suse/net-hns3-cleanup-some-print-format-warning.patch
	patches.suse/net-hns3-cleanup-byte-order-issues-when-printed.patch
	patches.suse/dpaa_eth-use-only-one-buffer-pool-per-interface.patch
	patches.suse/dpaa_eth-use-page-backed-rx-buffers.patch
	patches.suse/dpaa_eth-perform-DMA-unmapping-before-read.patch
	patches.suse/dpaa_eth-avoid-timestamp-read-on-error-paths.patch
	patches.suse/dpaa_eth-simplify-variables-used-in-dpaa_cleanup_tx_.patch
	patches.suse/dpaa_eth-use-fd-information-in-dpaa_cleanup_tx_fd.patch
	patches.suse/dpaa_eth-cleanup-skb_to_contig_fd.patch
	patches.suse/dpaa_eth-use-a-page-to-store-the-SGT.patch
	patches.suse/dpaa_eth-add-dropped-frames-to-percpu-ethtool-stats.patch
	patches.suse/dpaa_eth-remove-netdev_err-for-user-errors.patch
	patches.suse/dpaa_eth-extend-delays-in-ndo_stop.patch
	patches.suse/soc-fsl-qbman-allow-registering-a-device-link-for-th.patch
	patches.suse/dpaa_eth-register-a-device-link-for-the-qman-portal-.patch
	patches.suse/s390-qdio-implement-iqd-multi-write
	patches.suse/s390-qeth-use-iqd-multi-write
	patches.suse/s390-qeth-use-qdio_bufnr
	patches.suse/s390-qeth-keep-irq-disabled-until-napi-is-really-done
	patches.suse/s390-qeth-consolidate-some-duplicated-hw-cmd-code
	patches.suse/s390-qeth-don-t-set-card-state-in-qeth_qdio_clear_card
	patches.suse/s390-qeth-use-helpers-for-ip-address-hashing
	patches.suse/s390-qeth-don-t-cache-mac-addresses-for-multicast-ips
	patches.suse/mlxsw-Fix-64-bit-division-in-mlxsw_sp_sb_prs_init.patch
	patches.suse/sfc-support-encapsulation-of-xdp_frames-in-efx_tx_bu.patch
	patches.suse/sfc-perform-XDP-processing-on-received-packets.patch
	patches.suse/sfc-Enable-setting-of-xdp_prog.patch
	patches.suse/sfc-allocate-channels-for-XDP-tx-queues.patch
	patches.suse/sfc-handle-XDP_TX-outcomes-of-XDP-eBPF-programs.patch
	patches.suse/sfc-add-XDP-counters-to-ethtool-stats.patch
	patches.suse/bnxt_en-Add-support-for-L2-rewrite.patch
	patches.suse/bnxt-Avoid-logging-an-unnecessary-message-when-a-flo.patch
	patches.suse/bnxt_en-Add-support-for-NAT-L3-L4-rewrite.patch
	patches.suse/bnxt_en-flow_offload-offload-tunnel-decap-rules-via-.patch
	patches.suse/bnxt_en-Improve-bnxt_ulp_stop-bnxt_ulp_start-call-se.patch
	patches.suse/bnxt_en-Call-bnxt_ulp_stop-bnxt_ulp_start-during-err.patch
	patches.suse/bnxt_en-Call-bnxt_ulp_stop-bnxt_ulp_start-during-sus.patch
	patches.suse/net-bridge-fdb-br_fdb_update-can-take-flags-directly.patch
	patches.suse/net-bridge-fdb-avoid-two-atomic-bitops-in-br_fdb_ext.patch
	patches.suse/net-bridge-fdb-restore-unlikely-when-taking-over-ext.patch
	patches.suse/libbpf-Fix-compatibility-for-kernels-without-need_wa.patch
	patches.suse/libbpf-Fix-off-by-one-error-in-ELF-sanity-check.patch
	patches.suse/libbpf-Don-t-use-kernel-side-u32-type-in-xsk.c.patch
	patches.suse/bpf-Enforce-return-0-in-BTF-enabled-raw_tp-programs.patch
	patches.suse/bpf-Fix-bpf-jit-kallsym-access.patch
	patches.suse/bpf-Replace-prog_raw_tp-btf_id-with-prog_tracing.patch
	patches.suse/libbpf-Add-support-for-prog_tracing.patch
	patches.suse/xsk-Store-struct-xdp_sock-as-a-flexible-array-member.patch
	patches.suse/bpf-Implement-map_gen_lookup-callback-for-XSKMAP.patch
	patches.suse/xsk-Restructure-inline-XSKMAP-lookup-redirect-flush.patch
	patches.suse/libbpf-Fix-error-handling-in-bpf_map__reuse_fd.patch
	patches.suse/libbpf-Store-map-pin-path-and-status-in-struct-bpf_m.patch
	patches.suse/libbpf-Move-directory-creation-into-_pin-functions.patch
	patches.suse/libbpf-Add-auto-pinning-of-maps-when-loading-BPF-obj.patch
	patches.suse/selftests-Add-tests-for-automatic-map-pinning.patch
	patches.suse/uaccess-Add-non-pagefault-user-space-write-function.patch
	patches.suse/uaccess-Add-strict-non-pagefault-kernel-space-read-f.patch
	patches.suse/bpf-Make-use-of-probe_user_write-in-probe-write-help.patch
	patches.suse/bpf-Add-probe_read_-user-kernel-and-probe_read_-user.patch
	patches.suse/bpf-Switch-BPF-probe-insns-to-bpf_probe_read_kernel.patch
	patches.suse/bpf-samples-Use-bpf_probe_read_user-where-appropriat.patch
	patches.suse/bpf-testing-Convert-prog-tests-to-probe_read_-user-k.patch
	patches.suse/net-icmp-use-input-address-in-traceroute.patch
	patches.suse/net-icmp6-provide-input-address-for-traceroute6.patch
	patches.suse/net-mlx5-DR-Replace-CRC32-implementation-to-use-kern.patch
	patches.suse/net-mlx5-FPGA-support-network-cards-with-standalone-.patch
	patches.suse/net-mlx5-Remove-unneeded-variable-in-mlx5_unload_one.patch
	patches.suse/net-mlx5-Clear-VF-s-configuration-on-disabling-SRIOV.patch
	patches.suse/net-mlx5e-Verify-that-rule-has-at-least-one-fwd-drop.patch
	patches.suse/net-mlx5-Do-not-hold-group-lock-while-allocating-FTE.patch
	patches.suse/net-mlx5-Support-lockless-FTE-read-lookups.patch
	patches.suse/net-mlx5e-TX-Dump-WQs-wqe-descriptors-on-CQE-with-er.patch
	patches.suse/net-mlx5-WQ-Move-short-getters-into-header-file.patch
	patches.suse/net-mlx5e-Bit-sized-fields-rewrite-support.patch
	patches.suse/net-mlx5e-Add-ToS-DSCP-header-rewrite-support.patch
	patches.suse/net-mlx5-rate-limit-alloc_ent-error-messages.patch
	patches.suse/net-mlx5-LAG-Use-port-enumerators.patch
	patches.suse/net-mlx5-LAG-Use-affinity-type-enumerators.patch
	patches.suse/net-mlx5-DR-Support-IPv4-and-IPv6-mixed-matcher.patch
	patches.suse/net-bridge-fdb-eliminate-extra-port-state-tests-from.patch
	patches.suse/ipv6-use-jhash2-in-rt6_exception_hash.patch
	patches.suse/fm10k-add-missing-field-initializers-to-TLV-attribut.patch
	patches.suse/fm10k-add-support-for-ndo_get_vf_stats-operation.patch
	patches.suse/ixgbe-Make-use-of-cpumask_local_spread-to-improve-RS.patch
	patches.suse/fm10k-update-driver-version-to-match-out-of-tree.patch
	patches.suse/ixgbe-protect-TX-timestamping-from-API-misuse.patch
	patches.suse/i40e-enable-X710-support.patch
	patches.suse/i40e-implement-VF-stats-NDO.patch
	patches.suse/ice-Introduce-ice_base.c.patch
	patches.suse/ice-get-rid-of-per-tc-flow-in-Tx-queue-configuration.patch
	patches.suse/ice-Add-support-for-XDP.patch
	patches.suse/ice-Move-common-functions-to-ice_txrx_lib.c.patch
	patches.suse/ice-Add-support-for-AF_XDP.patch
	patches.suse/ice-introduce-legacy-Rx-flag.patch
	patches.suse/ice-introduce-frame-padding-computation-logic.patch
	patches.suse/ice-add-build_skb-support.patch
	patches.suse/ice-allow-3k-MTU-for-XDP.patch
	patches.suse/msft-hv-1961-hv_netvsc-flag-software-created-hash-value.patch
	patches.suse/icmp-add-helpers-to-recognize-ICMP-error-packets.patch
	patches.suse/icmp-remove-duplicate-code.patch
	patches.suse/vsock-Simplify-__vsock_release.patch
	patches.suse/net-hns3-remove-unused-macros.patch
	patches.suse/net_sched-do-not-export-gnet_stats_basic_packed-to-u.patch
	patches.suse/net_sched-extend-packet-counter-to-64bit.patch
	patches.suse/net_sched-add-TCA_STATS_PKT64-attribute.patch
	patches.suse/bnx2x-Utilize-FW-7.13.15.0.patch
	patches.suse/bnx2x-Enable-Multi-Cos-feature.patch
	patches.suse/bnx2x-Fix-PF-VF-communication-over-multi-cos-queues.patch
	patches.suse/cnic-Set-fp_hsi_ver-as-part-of-CLIENT_SETUP-ramrod.patch
	patches.suse/cxgb4-Add-pci-reset-handler.patch
	patches.suse/rsi-release-skb-if-rsi_prepare_beacon-fails.patch
	patches.suse/mt7601u-fix-bbp-version-check-in-mt7601u_wait_bbp_re.patch
	patches.suse/rtlwifi-prevent-memory-leak-in-rtl_usb_probe.patch
	patches.suse/libertas-fix-a-potential-NULL-pointer-dereference.patch
	patches.suse/rtl8xxxu-prevent-leaking-urb.patch
	patches.suse/cw1200-Fix-a-signedness-bug-in-cw1200_load_firmware.patch
	patches.suse/ath10k-Check-if-station-exists-before-forwarding-tx-.patch
	patches.suse/ath10k-Fix-HOST-capability-QMI-incompatibility.patch
	patches.suse/ath10k-add-cleanup-in-ath10k_sta_state.patch
	patches.suse/ath10k-fix-memory-leak.patch
	patches.suse/ath10k-fix-backtrace-on-coredump.patch
	patches.suse/ath9k_hw-fix-uninitialized-variable-data.patch
	patches.suse/ath9k_htc-Modify-byte-order-for-an-error-message.patch
	patches.suse/ath9k_htc-Discard-undersized-packets.patch
	patches.suse/ath10k-fix-offchannel-tx-failure-when-no-ath10k_mac_.patch
	patches.suse/ath10k-restore-QCA9880-AR1A-v1-detection.patch
	patches.suse/ar5523-check-NULL-before-memcpy-in-ar5523_cmd.patch
	patches.suse/wil6210-check-len-before-memcpy-calls.patch
	patches.suse/rtw88-fix-beaconing-mode-rsvd_page-memory-violation-.patch
	patches.suse/rtw88-fix-NSS-of-hw_cap.patch
	patches.suse/rtw88-fix-error-handling-when-setup-efuse-info.patch
	patches.suse/rsi-fix-potential-null-dereference-in-rsi_probe.patch
	patches.suse/Revert-rsi-fix-potential-null-dereference-in-rsi_pro.patch
	patches.suse/mwifiex-pcie-Fix-memory-leak-in-mwifiex_pcie_alloc_c.patch
	patches.suse/mwifiex-pcie-Fix-memory-leak-in-mwifiex_pcie_init_ev.patch
	patches.suse/rtl8xxxu-fix-RTL8723BU-connection-failure-issue-afte.patch
	patches.suse/rtlwifi-Remove-unnecessary-NULL-check-in-rtl_regd_in.patch
	patches.suse/iwlwifi-mvm-consider-ieee80211-station-max-amsdu-val.patch
	patches.suse/netdevsim-drop-code-duplicated-by-a-merge.patch
	patches.suse/net-neigh-use-long-type-to-store-jiffies-delta.patch
	patches.suse/inet_diag-use-jiffies_delta_to_msecs.patch
	patches.suse/net-avoid-potential-false-sharing-in-neighbor-relate.patch
	patches.suse/net-use-helpers-to-change-sk_ack_backlog.patch
	patches.suse/net-annotate-lockless-accesses-to-sk-sk_ack_backlog.patch
	patches.suse/net-annotate-lockless-accesses-to-sk-sk_max_ack_back.patch
	patches.suse/tipc-reduce-sensitive-to-retransmit-failures.patch
	patches.suse/lwtunnel-add-options-process-for-arp-request.patch
	patches.suse/lwtunnel-add-options-process-for-cmp_encap.patch
	patches.suse/lwtunnel-add-options-setting-and-dumping-for-geneve.patch
	patches.suse/lwtunnel-add-options-setting-and-dumping-for-vxlan.patch
	patches.suse/lwtunnel-add-options-setting-and-dumping-for-erspan.patch
	patches.suse/net-silence-data-races-on-sk_backlog.tail.patch
	patches.suse/tcp-fix-data-race-in-tcp_recvmsg.patch
	patches.suse/ice-add-ethtool-m-support-for-reading-i2c-eeprom-mod.patch
	patches.suse/ice-Update-Boot-Configuration-Section-read-of-NVM.patch
	patches.suse/ice-handle-DCBx-non-contiguous-TC-request.patch
	patches.suse/ice-fix-driver-unload-flow.patch
	patches.suse/ice-Adjust-DCB-INIT-for-SW-mode.patch
	patches.suse/ice-save-PCI-state-in-probe.patch
	patches.suse/ice-Check-for-null-pointer-dereference-when-setting-.patch
	patches.suse/ice-write-register-with-correct-offset.patch
	patches.suse/ice-print-unsupported-module-message.patch
	patches.suse/ice-print-PCI-link-speed-and-width.patch
	patches.suse/ice-Get-rid-of-ice_cleanup_header.patch
	patches.suse/ice-Rename-VF-function-ice_vc_dis_vf-to-match-its-be.patch
	patches.suse/ice-Fix-return-value-when-SR-IOV-is-not-supported.patch
	patches.suse/net_sched-gen_estimator-extend-packet-counter-to-64b.patch
	patches.suse/cxgb4-query-firmware-for-QoS-offload-resources.patch
	patches.suse/cxgb4-rework-queue-config-and-MSI-X-allocation.patch
	patches.suse/cxgb4-parse-and-configure-TC-MQPRIO-offload.patch
	patches.suse/cxgb4-add-ETHOFLD-hardware-queue-support.patch
	patches.suse/cxgb4-add-Tx-and-Rx-path-for-ETHOFLD-traffic.patch
	patches.suse/cxgb4-add-FLOWC-based-QoS-offload.patch
	patches.suse/mlxsw-spectrum-Fix-error-return-code-in-mlxsw_sp_por.patch
	patches.suse/enetc-add-ioctl-support-for-PHY-related-ops.patch
	patches.suse/enetc-ethtool-add-wake-on-lan-callbacks.patch
	patches.suse/inetpeer-fix-data-race-in-inet_putpeer-inet_putpeer.patch
	patches.suse/tcp-Remove-one-extra-ktime_get_ns-from-cookie_init_t.patch
	patches.suse/enetc-fix-return-value-for-enetc_ioctl.patch
	patches.suse/devlink-Add-layer-3-generic-packet-traps.patch
	patches.suse/mlxsw-Add-layer-3-devlink-trap-support.patch
	patches.suse/devlink-Add-layer-3-generic-packet-exception-traps.patch
	patches.suse/mlxsw-Add-new-FIB-entry-type-for-reject-routes.patch
	patches.suse/mlxsw-Add-specific-trap-for-packets-routed-via-inval.patch
	patches.suse/mlxsw-Add-layer-3-devlink-trap-exceptions-support.patch
	patches.suse/net-ethernet-intel-Demote-MTU-change-prints-to-debug.patch
	patches.suse/net-provide-dev_lstats_read-helper.patch
	patches.suse/net-provide-dev_lstats_add-helper.patch
	patches.suse/net-nlmon-use-standard-dev_lstats_add-and-dev_lstats.patch
	patches.suse/veth-use-standard-dev_lstats_add-and-dev_lstats_read.patch
	patches.suse/vsockmon-use-standard-dev_lstats_add-and-dev_lstats_.patch
	patches.suse/net-dummy-use-standard-dev_lstats_add-and-dev_lstats.patch
	patches.suse/u64_stats-provide-u64_stats_t-type.patch
	patches.suse/tun-switch-to-u64_stats_t.patch
	patches.suse/net-use-u64_stats_t-in-struct-pcpu_lstats.patch
	patches.suse/net-add-annotations-on-hh-hh_len-lockless-accesses.patch
	patches.suse/net-add-a-READ_ONCE-in-skb_peek_tail.patch
	patches.suse/cxgb4-Use-match_string-helper-to-simplify-the-code.patch
	patches.suse/cxgb4-fix-64-bit-division-on-i386.patch
	patches.suse/net-sched-annotate-lockless-accesses-to-qdisc-empty.patch
	patches.suse/net-icmp-fix-data-race-in-cmp_global_allow.patch
	patches.suse/ice-Use-ice_ena_vsi-and-ice_dis_vsi-in-DCB-configura.patch
	patches.suse/ice-Add-NDO-callback-to-set-the-maximum-per-queue-bi.patch
	patches.suse/ice-Implement-DCBNL-support.patch
	patches.suse/ice-avoid-setting-features-during-reset.patch
	patches.suse/ice-Fix-to-change-Rx-Tx-ring-descriptor-size-via-eth.patch
	patches.suse/ice-configure-software-LLDP-in-ice_init_pf_dcb.patch
	patches.suse/ice-Check-if-VF-is-disabled-for-Opcode-and-other-ope.patch
	patches.suse/ice-Change-max-MSI-x-vector_id-check-in-cfg_irq_map.patch
	patches.suse/ice-use-pkg_dwnld_status-instead-of-sq_last_status.patch
	patches.suse/ice-delay-less.patch
	patches.suse/ice-Update-enum-ice_flg64_bits-to-current-specificat.patch
	patches.suse/ice-remove-unnecessary-conditional-check.patch
	patches.suse/ice-Introduce-and-use-ice_vsi_type_str.patch
	patches.suse/ice-use-more-accurate-ICE_DBG-mask-types.patch
	patches.suse/ice-print-opcode-when-printing-controlq-errors.patch
	patches.suse/packet-fix-data-race-in-fanout_flow_is_huge.patch
	patches.suse/devlink-disallow-reload-operation-during-device-clea-a0c76345.patch
	patches.suse/net-sfp-rework-upstream-interface.patch
	patches.suse/net-mscc-ocelot-break-apart-ocelot_vlan_port_apply.patch
	patches.suse/net-mscc-ocelot-break-apart-vlan-operations-into-oce.patch
	patches.suse/net-mscc-ocelot-break-out-fdb-operations-into-abstra.patch
	patches.suse/net-mscc-ocelot-change-prototypes-of-hwtstamping-ioc.patch
	patches.suse/net-mscc-ocelot-change-prototypes-of-switchdev-port-.patch
	patches.suse/net-mscc-ocelot-refactor-struct-ocelot_port-out-of-f.patch
	patches.suse/net-mscc-ocelot-separate-net_device-related-items-ou.patch
	patches.suse/net-mscc-ocelot-refactor-ethtool-callbacks.patch
	patches.suse/net-mscc-ocelot-limit-vlan-ingress-filtering-to-actu.patch
	patches.suse/net-mscc-ocelot-move-port-initialization-into-separa.patch
	patches.suse/net-mscc-ocelot-separate-the-common-implementation-o.patch
	patches.suse/net-mscc-ocelot-initialize-list-of-multicast-address.patch
	patches.suse/net-mscc-ocelot-refactor-adjust_link-into-a-netdev-i.patch
	patches.suse/net-mscc-ocelot-split-assignment-of-the-cpu-port-int.patch
	patches.suse/net-mscc-ocelot-don-t-hardcode-the-number-of-the-CPU.patch
	patches.suse/lwtunnel-change-to-use-nla_parse_nested-on-new-optio.patch
	patches.suse/lwtunnel-get-nlsize-for-erspan-options-properly.patch
	patches.suse/lwtunnel-ignore-any-TUNNEL_OPTIONS_PRESENT-flags-set.patch
	patches.suse/net-sfp-fix-sfp_bus_put-kernel-documentation.patch
	patches.suse/net-sfp-move-sfp-sub-state-machines-into-separate-fu.patch
	patches.suse/net-sfp-move-tx-disable-on-device-down-to-main-state.patch
	patches.suse/net-sfp-rename-sfp_sm_ins_next-as-sfp_sm_mod_next.patch
	patches.suse/net-sfp-handle-module-remove-outside-state-machine.patch
	patches.suse/net-sfp-rename-T_PROBE_WAIT-to-T_SERIAL.patch
	patches.suse/net-sfp-parse-SFP-power-requirement-earlier.patch
	patches.suse/net-sfp-avoid-power-switch-on-address-change-modules.patch
	patches.suse/net-sfp-control-TX_DISABLE-and-phy-only-from-main-st.patch
	patches.suse/net-sfp-split-the-PHY-probe-from-sfp_sm_mod_init.patch
	patches.suse/net-sfp-eliminate-mdelay-from-PHY-probe.patch
	patches.suse/net-sfp-allow-fault-processing-to-transition-to-othe.patch
	patches.suse/net-sfp-ensure-TX_FAULT-has-deasserted-before-probin.patch
	patches.suse/net-sfp-track-upstream-s-attachment-state-in-state-m.patch
	patches.suse/net-sfp-split-power-mode-switching-from-probe.patch
	patches.suse/net-sfp-move-module-insert-reporting-out-of-probe.patch
	patches.suse/net-sfp-allow-sfp-to-probe-slow-to-initialise-GPON-m.patch
	patches.suse/net-sfp-allow-modules-with-slow-diagnostics-to-probe.patch
	patches.suse/mlxsw-core-Enable-devlink-reload-only-on-probe-5b67a3ed.patch
	patches.suse/cxgb4-remove-redundant-assignment-to-hdr_len.patch
	patches.suse/net-ethernet-ti-Add-dependency-for-TI_DAVINCI_EMAC.patch
	patches.suse/mlxsw-core-Parse-TLVs-offsets-of-incoming-EMADs.patch
	patches.suse/mlxsw-emad-Remove-deprecated-EMAD-TLVs.patch
	patches.suse/mlxsw-core-Add-EMAD-string-TLV.patch
	patches.suse/mlxsw-core-Add-support-for-EMAD-string-TLV-parsing.patch
	patches.suse/mlxsw-core-Extend-EMAD-information-reported-to-devli.patch
	patches.suse/mlxsw-core-Add-support-for-using-EMAD-string-TLV.patch
	patches.suse/mlxsw-spectrum-Enable-EMAD-string-TLV.patch
	patches.suse/cxgb4-make-function-cxgb4_mqprio_free_hw_resources-s.patch
	patches.suse/net-sfp-fix-sfp_bus_add_upstream-warning.patch
	patches.suse/devlink-Allow-large-formatted-message-of-binary-outp.patch
	patches.suse/net-mlx5-Dump-of-fw_fatal-use-updated-devlink-binary.patch
	patches.suse/netdevsim-Update-dummy-reporter-s-devlink-binary-int.patch
	patches.suse/net-sched-actions-remove-unused-order.patch
	patches.suse/sfc-trace_xdp_exception-on-XDP-failure.patch
	patches.suse/Bluetooth-hci_bcm-Add-compatible-string-for-BCM43540.patch
	patches.suse/Bluetooth-Fix-advertising-duplicated-flags.patch
	patches.suse/Bluetooth-Fix-invalid-free-in-bcsp_close.patch
	patches.suse/tipc-update-mon-s-self-addr-when-node-addr-generated.patch
	patches.suse/vxlan-implement-get_link_ksettings-ethtool-method.patch
	patches.suse/bridge-implement-get_link_ksettings-ethtool-method.patch
	patches.suse/net-bcmgenet-Avoid-touching-non-existent-interrupt.patch
	patches.suse/net-bcmgenet-Fix-error-handling-on-IRQ-retrieval.patch
	patches.suse/net-bcmgenet-Add-BCM2711-support.patch
	patches.suse/net-bcmgenet-Refactor-register-access-in-bcmgenet_mi.patch
	patches.suse/net-bcmgenet-Add-RGMII_RXID-support.patch
	patches.suse/net-sfp-fix-spelling-mistake-requies-requires.patch
	patches.suse/bnxt_en-Fix-array-overrun-in-bnxt_fill_l2_rewrite_fi.patch
	patches.suse/cxgb4-Fix-an-error-code-in-cxgb4_mqprio_alloc_hw_res.patch
	patches.suse/ibmveth-Detect-unsupported-packets-before-sending-to.patch
	patches.suse/net-mlx5-Expose-optimal-performance-scatter-entries-.patch
	patches.suse/net-mlx5-Fixed-a-typo-in-a-comment-in-esw_del_uc_add.patch
	patches.suse/net-mlx5-E-Switch-Rename-egress-config-to-generic-na.patch
	patches.suse/net-mlx5-E-Switch-Rename-ingress-acl-config-in-offlo.patch
	patches.suse/net-mlx5-E-switch-Introduce-and-use-vlan-rule-config.patch
	patches.suse/net-mlx5-Introduce-and-use-mlx5_esw_is_manager_vport.patch
	patches.suse/net-mlx5-Correct-comment-for-legacy-fields.patch
	patches.suse/net-mlx5-Move-metdata-fields-under-offloads-structur.patch
	patches.suse/net-mlx5-Move-legacy-drop-counter-and-rule-under-leg.patch
	patches.suse/net-mlx5-Tide-up-state_lock-and-vport-enabled-flag-u.patch
	patches.suse/net-mlx5-E-switch-Prepare-code-to-handle-vport-enabl.patch
	patches.suse/net-mlx5-E-switch-Legacy-introduce-and-use-per-vport.patch
	patches.suse/net-mlx5-Move-ACL-drop-counters-life-cycle-close-to-.patch
	patches.suse/net-mlx5-E-switch-Offloads-introduce-and-use-per-vpo.patch
	patches.suse/net-mlx5-E-switch-Offloads-shift-ACL-programming-dur.patch
	patches.suse/net-mlx5-Restrict-metadata-disablement-to-offloads-m.patch
	patches.suse/net-mlx5-Refactor-ingress-acl-configuration.patch
	patches.suse/net-mlx5-E-switch-Enable-metadata-on-own-vport.patch
	patches.suse/IB-mlx5-Introduce-and-use-mlx5_core_is_vf.patch
	patches.suse/net-mlx5-fix-kvfree-of-uninitialized-pointer-spec.patch
	patches.suse/net-mlx5-fix-spelling-mistake-metdata-metadata.patch
	patches.suse/devlink-Add-new-enable_roce-generic-device-param.patch
	patches.suse/net-mlx5-Document-flow_steering_mode-devlink-param.patch
	patches.suse/net-mlx5-Handle-enable_roce-devlink-param.patch
	patches.suse/IB-mlx5-Rename-profile-and-init-methods.patch
	patches.suse/IB-mlx5-Load-profile-according-to-RoCE-enablement-st.patch
	patches.suse/net-mlx5-Simplify-fdb-chain-and-prio-eswitch-defines.patch
	patches.suse/net-mlx5-Rename-FDB_-tc-related-defines-to-FDB_TC_-d.patch
	patches.suse/net-mlx5-Define-fdb-tc-levels-per-prio.patch
	patches.suse/net-mlx5-Accumulate-levels-for-chains-prio-namespace.patch
	patches.suse/net-mlx5-Refactor-creating-fast-path-prio-chains.patch
	patches.suse/net-mlx5-Add-new-chain-for-netfilter-flow-table-offl.patch
	patches.suse/net-mlx5-DR-Fix-matcher-builders-select-check.patch
	patches.suse/net-mlx5-Read-num_vfs-before-disabling-SR-IOV.patch
	patches.suse/net-mlx5-Remove-redundant-NULL-initializations.patch
	patches.suse/net-mlx5e-Set-netdev-name-space-on-creation.patch
	patches.suse/net-mlx5-Add-devlink-reload.patch
	patches.suse/s390-qeth-gather-more-detailed-rx-dropped-error-statistics
	patches.suse/s390-qeth-support-per-frame-invalidation
	patches.suse/s390-qeth-drop-unwanted-packets-earlier-in-rx-path
	patches.suse/s390-qeth-handle-skb-allocation-error-gracefully
	patches.suse/s390-qeth-clean-up-error-path-in-qeth_core_probe_device
	patches.suse/s390-qeth-fine-tune-l3-mcast-locking
	patches.suse/s390-qeth-remove-gratuitious-rx-modeset
	patches.suse/s390-qeth-consolidate-l3-mcast-registration-code
	patches.suse/s390-qeth-remove-vlan-tracking-for-l3-devices
	patches.suse/s390-qeth-replace-qeth_l3_get_addr_buffer
	patches.suse/s390-qeth-don-t-check-drvdata-in-sysfs-code
	patches.suse/net-tls-Fix-unused-function-warning.patch
	patches.suse/mlxsw-spectrum_router-Allocate-discard-adjacency-ent.patch
	patches.suse/net-smc-fix-final-cleanup-sequence-for-smcd-devices
	patches.suse/net-smc-immediate-termination-for-smcd-link-groups
	patches.suse/net-smc-abnormal-termination-of-smcd-link-groups
	patches.suse/net-smc-introduce-bookkeeping-of-smcd-link-groups
	patches.suse/net-smc-no-wr-buffer-wait-for-terminating-link-group
	patches.suse/net-smc-abnormal-termination-without-orderly-flag
	patches.suse/net-smc-wait-for-tx-completions-before-link-freeing
	patches.suse/net-smc-immediate-termination-for-smcr-link-groups
	patches.suse/net-mscc-ocelot-move-resource-ioremap-and-regmap-ini.patch
	patches.suse/net-mscc-ocelot-filter-out-ocelot-SoC-specific-PCS-c.patch
	patches.suse/net-mscc-ocelot-move-invariant-configs-out-of-adjust.patch
	patches.suse/net-mscc-ocelot-create-a-helper-for-changing-the-por.patch
	patches.suse/net-mscc-ocelot-export-a-constant-for-the-tag-length.patch
	patches.suse/net-mscc-ocelot-adjust-MTU-on-the-CPU-port-in-NPI-mo.patch
	patches.suse/net-mscc-ocelot-separate-the-implementation-of-switc.patch
	patches.suse/net-mscc-ocelot-publish-structure-definitions-to-inc.patch
	patches.suse/net-mscc-ocelot-publish-ocelot_sys.h-to-include-soc-.patch
	patches.suse/net-dsa-ocelot-add-tagger-for-Ocelot-Felix-switches.patch
	patches.suse/net-dsa-ocelot-add-driver-for-Felix-switch-family.patch
	patches.suse/tun-fix-data-race-in-gro_normal_list.patch
	patches.suse/net-smc-introduce-bookkeeping-of-smcr-link-groups
	patches.suse/net-smc-guarantee-removal-of-link-groups-in-reboot
	patches.suse/net-smc-use-rcu_barrier-on-module-unload
	patches.suse/net-smc-remove-unused-constant
	patches.suse/page_pool-do-not-release-pool-until-inflight-0.patch
	patches.suse/enetc-Configure-the-Time-Aware-Scheduler-via-tc-tapr.patch
	patches.suse/enetc-update-TSN-Qbv-PSPEED-set-according-to-adjust-.patch
	patches.suse/bnx2x-Drop-redundant-callback-function-casts.patch
	patches.suse/bnx2x-Remove-read_status_t-function-casts.patch
	patches.suse/bnx2x-Remove-config_init_t-function-casts.patch
	patches.suse/bnx2x-Remove-format_fw_ver_t-function-casts.patch
	patches.suse/bnx2x-Remove-hw_reset_t-function-casts.patch
	patches.suse/net-core-allow-fast-GRO-for-skbs-with-Ethernet-heade.patch
	patches.suse/bonding-symmetric-ICMP-transmit.patch
	patches.suse/ath10k-enable-transmit-data-ack-RSSI-for-QCA9884.patch
	patches.suse/ath10k-Correct-error-handling-of-dma_map_single.patch
	patches.suse/net-ath10k-Fix-a-NULL-ptr-deref-bug.patch
	patches.suse/rt2800-remove-errornous-duplicate-condition.patch
	patches.suse/rtlwifi-fix-memory-leak-in-rtl92c_set_fw_rsvdpagepkt.patch
	patches.suse/rtlwifi-rtl8192de-Fix-missing-code-to-retrieve-RX-bu.patch
	patches.suse/rtlwifi-rtl8192de-Fix-missing-callback-that-tests-fo.patch
	patches.suse/rtlwifi-rtl8192de-Fix-missing-enable-interrupt-flag.patch
	patches.suse/qtnfmac-fix-using-skb-after-free.patch
	patches.suse/qtnfmac-fix-debugfs-support-for-multiple-cards.patch
	patches.suse/qtnfmac-fix-invalid-channel-information-output.patch
	patches.suse/iwlwifi-mvm-fix-unaligned-read-of-rx_pkt_status.patch
	patches.suse/iwlwifi-mvm-fix-non-ACPI-function.patch
	patches.suse/ath10k-fix-get-invalid-tx-rate-for-Mesh-metric.patch
	patches.suse/ath10k-Revert-ath10k-add-cleanup-in-ath10k_sta_state.patch
	patches.suse/net-phylink-update-to-use-phy_support_asym_pause.patch
	patches.suse/net-phy-add-core-phylib-sfp-support.patch
	patches.suse/net-phy-marvell10g-add-SFP-support.patch
	patches.suse/net-phy-avoid-matching-all-ones-clause-45-PHY-IDs.patch
	patches.suse/xdp-remove-memory-poison-on-free-for-struct-xdp_mem_.patch
	patches.suse/page_pool-add-destroy-attempts-counter-and-rename-tr.patch
	patches.suse/bnxt_en-Update-firmware-interface-spec-to-1.10.1.12.patch
	patches.suse/bnxt_en-Improve-RX-buffer-error-handling.patch
	patches.suse/bnxt_en-Increase-firmware-response-timeout-for-cored.patch
	patches.suse/bnxt_en-Extend-ETHTOOL_RESET-to-hot-reset-driver.patch
	patches.suse/bnxt_en-Set-MASTER-flag-during-driver-registration.patch
	patches.suse/bnxt_en-Report-health-status-update-after-reset-is-d.patch
	patches.suse/bnxt_en-Return-proper-error-code-for-non-existent-NV.patch
	patches.suse/bnxt_en-Add-a-warning-message-for-driver-initiated-r.patch
	patches.suse/bnxt_en-Abort-waiting-for-firmware-response-if-there.patch
	patches.suse/lwtunnel-change-to-use-nla_put_u8-for-LWTUNNEL_IP_OP.patch
	patches.suse/net-dsa-felix-Fix-CPU-port-assignment-when-not-last-.patch
	patches.suse/cxgb4-remove-unneeded-semicolon-for-switch-block.patch
	patches.suse/lwtunnel-add-support-for-multiple-geneve-opts.patch
	patches.suse/net-ethernet-ti-ale-clean-ale-tbl-on-init-and-intf-r.patch
	patches.suse/page_pool-Add-API-to-update-numa-node.patch
	patches.suse/page_pool-Don-t-recycle-non-reusable-pages.patch
	patches.suse/net-mlx5e-Rx-Update-page-pool-numa-node-when-changed.patch
	patches.suse/cxgb4-add-TC-MATCHALL-classifier-egress-offload.patch
	patches.suse/cxgb4-check-rule-prio-conflicts-before-offload.patch
	patches.suse/cxgb4-add-TC-MATCHALL-classifier-ingress-offload.patch
	patches.suse/net-sched-pie-enable-timestamp-based-delay-calculati.patch
	patches.suse/net-page_pool-add-the-possibility-to-sync-DMA-memory.patch
	patches.suse/net-ipconfig-Wait-for-deferred-device-probes.patch
	patches.suse/selftests-bpf-Remove-too-strict-field-offset-relo-te.patch
	patches.suse/libbpf-Add-support-for-relocatable-bitfields.patch
	patches.suse/libbpf-Add-support-for-field-size-relocations.patch
	patches.suse/selftest-bpf-Add-relocatable-bitfield-reading-tests.patch
	patches.suse/selftests-bpf-Add-field-size-relocation-tests.patch
	patches.suse/selftests-bps-Clean-up-removed-ints-relocations-nega.patch
	patches.suse/bpf-Account-for-insn-off-when-doing-bpf_probe_read_k.patch
	patches.suse/libbpf-Fix-negative-FD-close-in-xsk_setup_xdp_prog.patch
	patches.suse/libbpf-Fix-memory-leak-double-free-issue.patch
	patches.suse/libbpf-Fix-potential-overflow-issue.patch
	patches.suse/libbpf-Fix-another-potential-overflow-issue-in-bpf_p.patch
	patches.suse/libbpf-Make-btf__resolve_size-logic-always-check-siz.patch
	patches.suse/libbpf-Improve-handling-of-corrupted-ELF-during-map-.patch
	patches.suse/bpf-Add-array-support-to-btf_struct_access.patch
	patches.suse/bpf-Add-cb-access-in-kfree_skb-test.patch
	patches.suse/samples-bpf-update-map-definition-to-new-syntax-BTF-.patch
	patches.suse/libbpf-Unpin-auto-pinned-maps-if-loading-fails.patch
	patches.suse/libbpf-Add-getter-for-program-size.patch
	patches.suse/samples-bpf-Add-XDP_SHARED_UMEM-support-to-xdpsock.patch
	patches.suse/samples-bpf-Use-Rx-only-and-Tx-only-sockets-in-xdpso.patch
	patches.suse/bpf-Support-doubleword-alignment-in-bpf_jit_binary_a.patch
	patches.suse/samples-bpf-Remove-duplicate-option-from-xdpsock.patch
	patches.suse/samples-bpf-Add-missing-option-to-xdpsock-usage.patch
	patches.suse/bpf-Refactor-x86-JIT-into-helpers.patch
	patches.suse/bpf-Add-bpf_arch_text_poke-helper.patch
	patches.suse/bpf-Introduce-BPF-trampoline.patch
	patches.suse/libbpf-Introduce-btf__find_by_name_kind.patch
	patches.suse/libbpf-Add-support-to-attach-to-fentry-fexit-tracing.patch
	patches.suse/selftest-bpf-Simple-test-for-fentry-fexit.patch
	patches.suse/bpf-Add-kernel-test-functions-for-fentry-testing.patch
	patches.suse/selftests-bpf-Add-test-for-BPF-trampoline.patch
	patches.suse/selftests-bpf-Add-fexit-tests-for-BPF-trampoline.patch
	patches.suse/selftests-bpf-Add-combined-fentry-fexit-test.patch
	patches.suse/selftests-bpf-Add-stress-test-for-maximum-number-of-.patch
	patches.suse/bpf-Reserve-space-for-BPF-trampoline-in-BPF-programs.patch
	patches.suse/bpf-Fix-race-in-btf_resolve_helper_id.patch
	patches.suse/bpf-Annotate-context-types.patch
	patches.suse/bpf-Compare-BTF-types-of-functions-arguments-with-ac.patch
	patches.suse/bpf-Support-attaching-tracing-BPF-program-to-other-B.patch
	patches.suse/libbpf-Add-support-for-attaching-BPF-programs-to-oth.patch
	patches.suse/selftests-bpf-Extend-test_pkt_access-test.patch
	patches.suse/selftests-bpf-Add-a-test-for-attaching-BPF-prog-to-a.patch
	patches.suse/bpf-Switch-bpf_map-ref-counter-to-atomic64_t-so-bpf_.patch
	patches.suse/bpf-Convert-bpf_prog-refcnt-to-atomic64_t.patch
	patches.suse/bpf-Add-mmap-support-for-BPF_MAP_TYPE_ARRAY.patch
	patches.suse/libbpf-Make-global-data-internal-arrays-mmap-able-if.patch
	patches.suse/selftests-bpf-Add-BPF_TYPE_MAP_ARRAY-mmap-tests.patch
	patches.suse/selftests-bpf-xdping-is-not-meant-to-be-run-standalo.patch
	patches.suse/selftests-bpf-Fix-test_tc_tunnel-hanging.patch
	patches.suse/bpf-Fix-memory-leak-on-object-data.patch
	patches.suse/libbpf-Fix-call-relocation-offset-calculation-bug.patch
	patches.suse/bpf-Make-array_map_mmap-static.patch
	patches.suse/bpf-Switch-bpf_map_-area_alloc-area_mmapable_alloc-t.patch
	patches.suse/ip_gre-Make-none-tun-dst-gre-tunnel-store-tunnel-inf.patch
	patches.suse/tcp-warn-if-offset-reach-the-maxlen-limit-when-using.patch
	patches.suse/net-sfp-add-support-for-module-quirks.patch
	patches.suse/net-sfp-add-some-quirks-for-GPON-modules.patch
	patches.suse/net-sfp-soft-status-and-control-support.patch
	patches.suse/net-sched-add-vxlan-option-support-to-act_tunnel_key.patch
	patches.suse/net-sched-add-erspan-option-support-to-act_tunnel_ke.patch
	patches.suse/net-sched-allow-flower-to-match-vxlan-options.patch
	patches.suse/net-sched-allow-flower-to-match-erspan-options.patch
	patches.suse/net-remove-the-unnecessary-strict_start_type-in-some.patch
	patches.suse/lwtunnel-be-STRICT-to-validate-the-new-LWTUNNEL_IP-6.patch
	patches.suse/lwtunnel-check-erspan-options-before-allocating-tun_.patch
	patches.suse/bpf-skmsg-fix-potential-psock-NULL-pointer-dereferen.patch
	patches.suse/net-mscc-ocelot-export-ocelot_hwstamp_get-set-functi.patch
	patches.suse/net-mscc-ocelot-convert-to-use-ocelot_get_txtstamp.patch
	patches.suse/net-mscc-ocelot-convert-to-use-ocelot_port_add_txtst.patch
	patches.suse/net-dsa-ocelot-define-PTP-registers-for-felix_vsc995.patch
	patches.suse/net-dsa-ocelot-add-hardware-timestamping-support-for.patch
	patches.suse/ipv6-add-fib6_has_custom_rules-helper.patch
	patches.suse/ipv6-keep-track-of-routes-using-src.patch
	patches.suse/ipv6-introduce-and-uses-route-look-hints-for-list-in.patch
	patches.suse/ipv4-move-fib4_has_custom_rules-helper-to-public-hea.patch
	patches.suse/ipv4-use-dst-hint-for-ipv4-list-receive.patch
	patches.suse/enetc-make-enetc_setup_tc_mqprio-static.patch
	patches.suse/mac80211-consider-QoS-Null-frames-for-STA_NULLFUNC_A.patch
	patches.suse/virt_wifi-fix-use-after-free-in-virt_wifi_newlink.patch
	patches.suse/seg6-allow-local-packet-processing-for-SRv6-End.DT6-.patch
	patches.suse/net-dsa-ocelot-fix-should-it-be-static-warnings.patch
	patches.suse/cxgb4-chcr-update-SGL-DMA-unmap-for-USO.patch
	patches.suse/cxgb4-add-UDP-segmentation-offload-support.patch
	patches.suse/cxgb4-add-stats-for-MQPRIO-QoS-offload-Tx-path.patch
	patches.suse/net-inet_is_local_reserved_port-should-return-bool-n.patch
	patches.suse/ice-Store-number-of-functions-for-the-device.patch
	patches.suse/ice-Correct-capabilities-reporting-of-max-TCs.patch
	patches.suse/ice-Disallow-VF-VLAN-opcodes-if-VLAN-offloads-disabl.patch
	patches.suse/ice-Don-t-modify-stripping-for-add-del-VLANs-on-VF.patch
	patches.suse/ice-fix-stack-leakage.patch
	patches.suse/ice-Only-disable-VF-state-when-freeing-each-VF-resou.patch
	patches.suse/ice-Fix-setting-coalesce-to-handle-DCB-configuration.patch
	patches.suse/ice-Refactor-removal-of-VLAN-promiscuous-rules.patch
	patches.suse/ice-Do-not-use-devm-functions-for-local-uses.patch
	patches.suse/ice-Add-ice_pf_to_dev-pf-macro.patch
	patches.suse/ice-add-helpers-for-virtchnl.patch
	patches.suse/ice-implement-VF-stats-NDO.patch
	patches.suse/ice-Implement-ethtool-ops-for-channels.patch
	patches.suse/ice-remove-pointless-NULL-check-of-port_info.patch
	patches.suse/ice-Update-FW-API-minor-version.patch
	patches.suse/sfc-change-ARFS-expiry-mechanism.patch
	patches.suse/sfc-suppress-MCDI-errors-from-ARFS.patch
	patches.suse/sfc-add-statistics-for-ARFS.patch
	patches.suse/sfc-do-ARFS-expiry-work-occasionally-even-without-NA.patch
	patches.suse/net-phy-remove-phy_ethtool_sset.patch
	patches.suse/net-phy-initialise-phydev-speed-and-duplex-sanely.patch
	patches.suse/brcmfmac-disable-PCIe-interrupts-before-bus-reset.patch
	patches.suse/brcmfmac-remove-monitor-interface-when-detaching.patch
	patches.suse/iwlwifi-pcie-fix-support-for-transmitting-SKBs-with-.patch
	patches.suse/iwlwifi-check-kasprintf-return-value.patch
	patches.suse/mt76-drop-rcu-read-lock-in-mt76_rx_aggr_stop.patch
	patches.suse/mt76-mt76u-rely-on-usb_interface-instead-of-usb_dev.patch
	patches.suse/Revert-mt76-mt76x0e-don-t-use-hw-encryption-for-MT76.patch
	patches.suse/mt76-fix-possible-out-of-bound-access-in-mt7615_fill.patch
	patches.suse/mt76-mt76u-fix-endpoint-definition-order.patch
	patches.suse/net-use-rhashtable_lookup-instead-of-rhashtable_look.patch
	patches.suse/net-mlx5-Don-t-write-read-only-fields-in-MODIFY_HCA_.patch
	patches.suse/net-mlx5-DR-Refactor-VXLAN-GPE-flex-parser-tunnel-co.patch
	patches.suse/net-mlx5-DR-Add-HW-bits-and-definitions-for-Geneve-f.patch
	patches.suse/net-mlx5-DR-Add-support-for-Geneve-packets-SW-steeri.patch
	patches.suse/net-mlx5e-TC-Stub-out-ipv6-tun-create-header-functio.patch
	patches.suse/net-mlx5e-Remove-redundant-pointer-check.patch
	patches.suse/net-gro-use-vlan-API-instead-of-accessing-directly.patch
	patches.suse/sfc-fix-build-without-CONFIG_RFS_ACCEL.patch
	patches.suse/bnxt_en-Add-chip-IDs-for-57452-and-57454-chips.patch
	patches.suse/bnxt_en-Disable-enable-Bus-master-during-suspend-res.patch
	patches.suse/bnxt_en-Do-driver-unregister-cleanup-in-bnxt_init_on.patch
	patches.suse/bnxt_en-Combine-2-functions-calling-the-same-HWRM_DR.patch
	patches.suse/bnxt_en-Send-FUNC_RESOURCE_QCAPS-command-in-bnxt_res.patch
	patches.suse/bnxt_en-Fix-suspend-resume-path-on-57500-chips.patch
	patches.suse/bnxt_en-Initialize-context-memory-to-the-value-speci.patch
	patches.suse/bnxt_en-Assign-more-RSS-context-resources-to-the-VFs.patch
	patches.suse/bnxt_en-Skip-disabling-autoneg-before-PHY-loopback-w.patch
	patches.suse/bnxt_en-Refactor-the-initialization-of-the-ethtool-l.patch
	patches.suse/bnxt_en-Add-async.-event-logic-for-PHY-configuration.patch
	patches.suse/bnxt_en-Allow-PHY-settings-on-multi-function-or-NPAR.patch
	patches.suse/bnxt_en-Add-support-for-flashing-the-device-via-devl.patch
	patches.suse/powerpc-Add-const-qual-to-local_read-parameter.patch
	patches.suse/mlxsw-spectrum_router-After-underlay-moves-demote-co.patch
	patches.suse/mlxsw-spectrum_router-Fix-use-of-uninitialized-adjac.patch
	patches.suse/0001-Bluetooth-btusb-fix-PM-leak-in-error-case-of-setup.patch
	patches.suse/Bluetooth-delete-a-stray-unlock.patch
	patches.suse/Bluetooth-btbcm-Add-entry-for-BCM4335A0-UART-bluetoo.patch
	patches.suse/Bluetooth-Allow-combination-of-BDADDR_PROPERTY-and-I.patch
	patches.suse/Bluetooth-Fix-memory-leak-in-hci_connect_le_scan.patch
	patches.suse/Bluetooth-btbcm-Use-the-BDADDR_PROPERTY-quirk.patch
	patches.suse/xsk-Fix-xsk_poll-s-return-type.patch
	patches.suse/selftests-bpftool-Set-EXIT-trap-after-usage-function.patch
	patches.suse/selftests-bpftool-Skip-the-build-test-if-not-in-tree.patch
	patches.suse/selftests-bpf-Integrate-verbose-verifier-log-into-te.patch
	patches.suse/libbpf-Refactor-relocation-handling.patch
	patches.suse/libbpf-Fix-various-errors-and-warning-reported-by-ch.patch
	patches.suse/libbpf-Support-initialized-global-variables.patch
	patches.suse/xdp-Fix-cleanup-on-map-free-for-devmap_hash-map-type.patch
	patches.suse/libbpf-Fix-bpf_object-name-determination-for-bpf_obj.patch
	patches.suse/selftests-bpf-Ensure-core_reloc_kernel-is-reading-te.patch
	patches.suse/bpf-Provide-better-register-bounds-after-jmp32-instr.patch
	patches.suse/selftests-bpf-Add-BPF-trampoline-performance-test.patch
	patches.suse/bpf-x86-Generalize-and-extend-bpf_arch_text_poke-for.patch
	patches.suse/bpf-Move-bpf_free_used_maps-into-sleepable-section.patch
	patches.suse/bpf-Move-owner-type-jited-info-into-array-auxiliary-.patch
	patches.suse/bpf-Add-initial-poke-descriptor-table-for-jit-images.patch
	patches.suse/bpf-Add-poke-dependency-tracking-for-prog-array-maps.patch
	patches.suse/bpf-Constant-map-key-tracking-for-prog-array-pokes.patch
	patches.suse/bpf-x86-Emit-patchable-direct-jump-as-tail-call.patch
	patches.suse/bpf-Add-bpf_jit_blinding_enabled-for-CONFIG_BPF_JIT.patch
	patches.suse/bpf-Introduce-BPF_TRACE_x-helper-for-the-tracing-tes.patch
	patches.suse/bpf-Simplify-__bpf_arch_text_poke-poke-type-handling.patch
	patches.suse/net-phy-add-helpers-phy_-un-lock_mdio_bus.patch
	patches.suse/enetc-add-support-Credit-Based-Shaper-CBS-for-hardwa.patch
	patches.suse/sctp-Fix-memory-leak-in-sctp_sf_do_5_2_4_dupcook.patch
	patches.suse/sctp-cache-netns-in-sctp_ep_common.patch
	patches.suse/mdio_bus-don-t-use-managed-reset-controller.patch
	patches.suse/macvlan-schedule-bc_work-even-if-error.patch
	patches.suse/net-dsa-sja1105-fix-sja1105_parse_rgmii_delays.patch
	patches.suse/slip-Fix-use-after-free-Read-in-slip_open.patch
	patches.suse/mm-Implement-no-MMU-variant-of-vmalloc_user_node_fla.patch
	patches.suse/libbpf-Fix-usage-of-u32-in-userspace-code.patch
	patches.suse/regulator-bd70528-Add-MODULE_ALIAS-to-allow-module-a.patch
	patches.suse/regulator-core-Release-coupled_rdevs-on-regulator_in.patch
	patches.suse/regulator-max8907-Fix-the-usage-of-uninitialized-var.patch
	patches.suse/regulator-ab8500-Remove-AB8505-USB-regulator.patch
	patches.suse/regulator-ab8500-Remove-SYSCLKREQ-from-enum-ab8505_r.patch
	patches.suse/regulator-core-Let-boot-on-regulators-be-powered-off.patch
	patches.suse/spi-Add-call-to-spi_slave_abort-function-when-spidev.patch
	patches.suse/spi-gpio-prevent-memory-leak-in-spi_gpio_probe.patch
	patches.suse/spi-lpspi-fix-memory-leak-in-fsl_lpspi_probe.patch
	patches.suse/spi-stm32-qspi-Fix-kernel-oops-when-unbinding-driver.patch
	patches.suse/spi-spi-fsl-qspi-Clear-TDH-bits-in-FLSHCR-register.patch
	patches.suse/spi-Fix-SPI_CS_HIGH-setting-when-using-native-and-GP.patch
	patches.suse/spi-rspi-Use-platform_get_irq_byname_optional-for-op.patch
	patches.suse/spi-atmel-fix-handling-of-cs_change-set-on-non-last-.patch
	patches.suse/spi-Fix-NULL-pointer-when-setting-SPI_CS_HIGH-for-GP.patch
	patches.suse/spi-pxa2xx-Add-support-for-Intel-Comet-Lake-H.patch
	patches.suse/spi-sifive-disable-clk-when-probe-fails-and-remove.patch
	patches.suse/spi-dw-Fix-Designware-SPI-loopback.patch
	patches.suse/spi-spi-fsl-qspi-Introduce-variable-to-fix-different.patch
	patches.suse/SPI-designware-pci-Switch-over-to-MSI-interrupts.patch
	patches.suse/spi-atmel-Fix-CS-high-support.patch
	patches.suse/spi-dw-pci-Add-runtime-power-management-support.patch
	patches.suse/spi-dw-pci-Fix-Chip-Select-amount-on-Intel-Elkhart-L.patch
	patches.suse/spi-sprd-adi-Add-missing-lock-protection-when-reboot.patch
	patches.suse/spi-img-spfi-fix-potential-double-release.patch
	patches.suse/spi-pxa2xx-Add-missed-security-checks.patch
	patches.suse/spi-tegra20-slink-add-missed-clk_unprepare.patch
	patches.suse/spi-st-ssc4-add-missed-pm_runtime_disable.patch
	patches.suse/ipmi-Don-t-allow-device-module-unload-when-in-use.patch
	patches.suse/ipmi-Fix-memory-leak-in-__ipmi_bmc_register.patch
	patches.suse/drivers-ipmi-Support-for-both-IPMB-Req-and-Resp.patch
	patches.suse/ipmi-fix-ipmb_poll-s-return-type.patch
	patches.suse/x86-insn-Fix-awk-regexp-warnings.patch
	patches.suse/x86-ioapic-prevent-inconsistent-state-when-moving-an-interrupt.patch
	patches.suse/x86-ioapic-Rename-misnamed-functions.patch
	patches.suse/msft-hv-1964-x86-hyperv-Allow-guests-to-enable-InvariantTSC.patch
	patches.suse/0001-x86-mm-pat-Convert-the-PAT-tree-to-a-generic-interva.patch
	patches.suse/0002-x86-mm-pat-Do-not-pass-rb_root-down-the-memtype-tree.patch
	patches.suse/0003-x86-mm-pat-Drop-the-rbt_-prefix-from-external-memtyp.patch
	patches.suse/0004-x86-mm-pat-Rename-pat_rbtree.c-to-pat_interval.c.patch
	patches.suse/x86-platform-uv-Save-OEM_ID-from-ACPI-MADT-probe.patch
	patches.suse/x86-platform-uv-Return-UV-Hubless-System-Type.patch
	patches.suse/x86-platform-uv-Add-return-code-to-UV-BIOS-Init-func.patch
	patches.suse/x86-platform-uv-Setup-UV-functions-for-Hubless-UV-Sy.patch
	patches.suse/x86-platform-uv-Add-UV-Hubbed-Hubless-Proc-FS-Files.patch
	patches.suse/x86-platform-uv-Decode-UVsystab-Info.patch
	patches.suse/x86-platform-uv-Check-EFI-Boot-to-set-reboot-type.patch
	patches.suse/x86-platform-uv-Account-for-UV-Hubless-in-is_uvX_hub.patch
	patches.suse/x86-speculation-Fix-incorrect-MDS-TAA-mitigation-sta.patch
	patches.suse/x86-speculation-Fix-redundant-MDS-mitigation-message.patch
	patches.suse/x86-stackframe-32-Repair-32-bit-Xen-PV.patch
	patches.suse/x86-xen-32-Make-xen_iret_crit_fixup-independent-of-f.patch
	patches.suse/x86-xen-32-Simplify-ring-check-in-xen_iret_crit_fixu.patch
	patches.suse/x86-doublefault-32-Fix-stack-canaries-in-the-double-.patch
	patches.suse/x86-pti-32-Size-initial_page_table-correctly.patch
	patches.suse/x86-cpu_entry_area-Add-guard-page-for-entry-stack-on.patch
	patches.suse/x86-entry-32-Fix-IRET-exception.patch
	patches.suse/x86-entry-32-Use-ss-segment-where-required.patch
	patches.suse/x86-entry-32-Move-FIXUP_FRAME-after-pushing-fs-in-SA.patch
	patches.suse/x86-entry-32-Unwind-the-ESPFIX-stack-earlier-on-exce.patch
	patches.suse/x86-entry-32-Fix-NMI-vs-ESPFIX.patch
	patches.suse/selftests-x86-mov_ss_trap-Fix-the-SYSENTER-test.patch
	patches.suse/selftests-x86-sigreturn-32-Invalidate-DS-and-ES-when.patch
	patches.suse/x86-pti-32-Calculate-the-various-PTI-cpu_entry_area-.patch
	patches.suse/x86-entry-32-Fix-FIXUP_ESPFIX_STACK-with-user-CR3.patch
	patches.suse/ubsan-x86-Annotate-and-allow-__ubsan_handle_shift_ou.patch
	patches.suse/efi-libstub-tpm-enable-tpm-eventlog-function-for-ARM.patch
	patches.suse/perf-scripts-python-exported-sql-viewer.py-Fix-use-o.patch
	patches.suse/libtraceevent-Fix-memory-leakage-in-copy_filter_type.patch
	patches.suse/sched-topology-Don-t-set-SD_BALANCE_WAKE-on-cpuset-domain-relax.patch
	patches.suse/sched-fair-Clean-up-asym-packing.patch
	patches.suse/sched-fair-Rename-sg_lb_stats-sum_nr_running-to-sum_h_nr_running.patch
	patches.suse/sched-fair-Remove-meaningless-imbalance-calculation.patch
	patches.suse/sched-fair-Rework-load_balance.patch
	patches.suse/sched-fair-Use-rq-nr_running-when-balancing-load.patch
	patches.suse/sched-fair-Use-load-instead-of-runnable-load-in-load_balance.patch
	patches.suse/sched-fair-Spread-out-tasks-evenly-when-not-overloaded.patch
	patches.suse/sched-fair-Use-utilization-to-select-misfit-task.patch
	patches.suse/sched-fair-Use-load-instead-of-runnable-load-in-wakeup-path.patch
	patches.suse/sched-fair-Optimize-find_idlest_group.patch
	patches.suse/sched-fair-Rework-find_idlest_group.patch
	patches.suse/sched-fair-util_est-Implement-faster-ramp-up-EWMA-on-utilization-increases.patch
	patches.suse/sched-fair-Better-document-newidle_balance.patch
	patches.suse/sched-core-Make-pick_next_task_idle-more-consistent.patch
	patches.suse/sched-core-Optimize-pick_next_task.patch
	patches.suse/sched-core-Simplify-sched_class-pick_next_task.patch
	patches.suse/sched-fair-Use-mul_u32_u32.patch
	patches.suse/sched-core-Further-clarify-sched_class-set_next_task.patch
	patches.suse/sched-fair-Fix-rework-of-find_idlest_group.patch
	patches.suse/sched-fair-Add-comments-for-group_type-and-balancing-at-SD_NUMA-level.patch
	patches.suse/sched-cpufreq-Move-the-cfs_rq_util_change-call-to-cpufreq_update_util.patch
	patches.suse/rcu-Upgrade-rcu_swap_protected-to-rcu_replace_pointe.patch
	patches.suse/x86-kvm-pmu-Replace-rcu_swap_protected-with-rcu_repl.patch
	patches.suse/drm-i915-Replace-rcu_swap_protected-with-rcu_replace.patch
	patches.suse/drivers-scsi-Replace-rcu_swap_protected-with-rcu_rep.patch
	patches.suse/fs-afs-Replace-rcu_swap_protected-with-rcu_replace_p.patch
	patches.suse/bpf-cgroup-Replace-rcu_swap_protected-with-rcu_repla.patch
	patches.suse/net-core-Replace-rcu_swap_protected-with-rcu_replace.patch
	patches.suse/net-netfilter-Replace-rcu_swap_protected-with-rcu_re.patch
	patches.suse/net-sched-Replace-rcu_swap_protected-with-rcu_replac.patch
	patches.suse/rcutorture-Remove-CONFIG_HOTPLUG_CPU-n-from-scenario.patch
	patches.suse/0001-lib-smp_processor_id-Don-t-use-cpumask_equal.patch
	patches.suse/futex-Prevent-robust-futex-exit-race.patch
	patches.suse/0001-futex-Move-futex-exit-handling-into-futex-code.patch
	patches.suse/0002-futex-Replace-PF_EXITPIDONE-with-a-state.patch
	patches.suse/0003-exit-exec-Seperate-mm_release.patch
	patches.suse/0004-futex-Split-futex_mm_release-for-exit-exec.patch
	patches.suse/0005-futex-Set-task-futex_state-to-DEAD-right-after-handl.patch
	patches.suse/0006-futex-Mark-the-begin-of-futex-exit-explicitly.patch
	patches.suse/0007-futex-Sanitize-exit-state-handling.patch
	patches.suse/0008-futex-Provide-state-handling-for-exec-as-well.patch
	patches.suse/0009-futex-Add-mutex-around-futex-exit.patch
	patches.suse/0010-futex-Provide-distinct-return-value-when-owner-is-ex.patch
	patches.suse/0011-futex-Prevent-exit-livelock.patch
	patches.suse/0001-locking-refcount-Define-constants-for-saturation-and.patch
	patches.suse/0002-locking-refcount-Ensure-integer-operands-are-treated.patch
	patches.suse/0003-locking-refcount-Remove-unused-refcount_-_checked-va.patch
	patches.suse/0004-locking-refcount-Move-the-bulk-of-the-REFCOUNT_FULL-.patch
	patches.suse/0005-locking-refcount-Improve-performance-of-generic-REFC.patch
	patches.suse/0006-locking-refcount-Move-saturation-warnings-out-of-lin.patch
	patches.suse/0007-locking-refcount-Consolidate-REFCOUNT_-MAX-SATURATED.patch
	patches.suse/0008-locking-refcount-Consolidate-implementations-of-refc.patch
	patches.suse/0009-locking-refcount-Remove-unused-refcount_error_report.patch
	patches.suse/cpuidle-teo-Ignore-disabled-idle-states-that-are-too.patch
	patches.suse/cpuidle-teo-Rename-local-variable-in-teo_select.patch
	patches.suse/cpuidle-teo-Consider-hits-and-misses-metrics-of-disa.patch
	patches.suse/cpuidle-teo-Fix-early-hits-handling-for-disabled-idl.patch
	patches.suse/cpuidle-Do-not-unset-the-driver-if-it-is-there-alrea.patch
	patches.suse/cpuidle-teo-Avoid-using-early-hits-incorrectly.patch
	patches.suse/cpufreq-Clarify-the-comment-in-cpufreq_set_policy.patch
	patches.suse/cpufreq-powernv-fix-stack-bloat-and-hard-limit-on-nu.patch
	patches.suse/cpufreq-Add-NULL-checks-to-show-and-store-methods-of.patch
	patches.suse/cpufreq-imx-cpufreq-dt-Correct-i.MX8MN-s-default-spe.patch
	patches.suse/cpufreq-s3c64xx-Remove-pointless-NULL-check-in-s3c64.patch
	patches.suse/cpufreq-Register-drivers-only-after-CPU-devices-have.patch
	patches.suse/PM-devfreq-Check-NULL-governor-in-available_governor.patch
	patches.suse/PM-devfreq-Lock-devfreq-in-trans_stat_show.patch
	patches.suse/PM-hibernate-memory_bm_find_bit-Tighten-node-optimis.patch
	patches.suse/powercap-intel_rapl-add-support-for-CometLake-Mobile
	patches.suse/powercap-intel_rapl-add-support-for-Cometlake-desktop
	patches.suse/ARM-OMAP2-SmartReflex-add-omap_sr_pdata-definition.patch
	patches.suse/tools-power-cpupower-Fix-initializer-override-in-hsw.patch
	patches.suse/ACPI-LPSS-Add-LNXVIDEO-BYT-I2C7-to-lpss_device_links.patch
	patches.suse/ACPI-LPSS-Add-LNXVIDEO-BYT-I2C1-to-lpss_device_links.patch
	patches.suse/ACPI-LPSS-Add-dmi-quirk-for-skipping-_DEP-check-for-.patch
	patches.suse/ACPI-button-Add-DMI-quirk-for-Medion-Akoya-E2215T.patch
	patches.suse/ACPI-utils-Move-acpi_dev_get_first_match_dev-under-C.patch
	patches.suse/0010-lib-Uplevel-the-pmem-region-ida-to-a-global-allocato.patch
	patches.suse/software-node-Get-reference-to-parent-swnode-in-get_.patch
	patches.suse/PCI-Add-a-helper-to-check-Power-Resource-Requirement.patch
	patches.suse/ALSA-hda-Allow-HDA-to-be-runtime-suspended-when-dGPU.patch
	patches.suse/PCI-Fix-missing-inline-for-pci_pr3_present.patch
	patches.suse/ALSA-hda-Fix-pending-unsol-events-at-shutdown.patch
	patches.suse/ALSA-usb-audio-sound-usb-usb-true-false-for-bool-ret.patch
	patches.suse/ALSA-firewire-motu-Correct-a-typo-in-the-clock-proc-.patch
	patches.suse/ALSA-bebob-expand-sleep-just-after-breaking-connecti.patch
	patches.suse/ALSA-hda-Disable-regmap-internal-locking.patch
	patches.suse/ALSA-memalloc-Allow-NULL-device-for-SNDRV_DMA_TYPE_C.patch
	patches.suse/ALSA-memalloc-Add-vmalloc-buffer-allocation-support.patch
	patches.suse/ALSA-pcm-Handle-special-page-mapping-in-the-default-.patch
	patches.suse/ALSA-docs-Update-documentation-about-SG-and-vmalloc-.patch
	patches.suse/ALSA-pcm-Warn-if-doubly-preallocated.patch
	patches.suse/ALSA-pcm-Create-proc-files-only-for-non-empty-preall.patch
	patches.suse/ALSA-6fire-Drop-the-dead-code.patch
	patches.suse/ALSA-docs-Remove-snd_dma_pci_data-usage-in-documenta.patch
	patches.suse/ALSA-timer-Limit-max-amount-of-slave-instances.patch
	patches.suse/ASoC-Intel-cht_bsw_rt5645-Add-quirk-for-boards-using.patch
	patches.suse/ASoC-simple_card_utils.h-Add-missing-include.patch
	patches.suse/ASoC-SOF-enable-sync_write-in-hdac_bus.patch
	patches.suse/Revert-ASoC-SOF-Force-polling-mode-on-CFL-and-CNL.patch
	patches.suse/ASoC-soc-pcm-fixup-dpcm_prune_paths-loop-continue.patch
	patches.suse/ASoC-intel-fix-the-card-names.patch
	patches.suse/ALSA-hda-hdmi-implement-mst_no_extra_pcms-flag.patch
	patches.suse/ASoC-SOF-Intel-Broadwell-clarify-mutual-exclusion-wi.patch
	patches.suse/ASoC-pcm-update-FE-BE-trigger-order-based-on-the-com.patch
	patches.suse/ASoC-SOF-topology-set-trigger-order-for-FE-DAI-link.patch
	patches.suse/ALSA-timer-Unify-master-slave-linking-code.patch
	patches.suse/ALSA-timer-Make-snd_timer_close-returning-void.patch
	patches.suse/ALSA-timer-Fix-possible-race-at-assigning-a-timer-in.patch
	patches.suse/ALSA-pcm-Yet-another-missing-check-of-non-cached-buf.patch
	patches.suse/ALSA-timer-Fix-the-breakage-of-slave-link-open.patch
	patches.suse/ALSA-hda-hdmi-Clean-up-Intel-platform-specific-fixup.patch
	patches.suse/ALSA-usb-audio-Add-skip_validation-option.patch
	patches.suse/ALSA-hda-hdmi-fix-port-numbering-for-ICL-and-TGL-pla.patch
	patches.suse/ALSA-hda-hdmi-remove-redundant-code-comments.patch
	patches.suse/ALSA-hda-remove-forced-polling-workaround-for-CFL-an.patch
	patches.suse/ALSA-hda-Rename-snd_hda_pin_sense-to-snd_hda_jack_pi.patch
	patches.suse/ALSA-hda-Add-DP-MST-jack-support.patch
	patches.suse/ALSA-hda-Add-DP-MST-support-for-non-acomp-codecs.patch
	patches.suse/ALSA-hda-Add-DP-MST-support-for-NVIDIA-codecs.patch
	patches.suse/ALSA-hda-Add-mute-led-support-for-HP-ProBook-645-G4.patch
	patches.suse/ALSA-pcm-Introduce-managed-buffer-allocation-mode.patch
	patches.suse/ALSA-docs-Update-for-managed-buffer-allocation-mode.patch
	patches.suse/ALSA-pcm-Allow-NULL-ioctl-ops.patch
	patches.suse/ALSA-docs-Update-document-about-the-default-PCM-ioct.patch
	patches.suse/ALSA-pcm-Move-PCM_RUNTIME_CHECK-macro-into-local-hea.patch
	patches.suse/ALSA-pcm-Add-the-support-for-sync-stop-operation.patch
	patches.suse/ALSA-pcm-Add-card-sync_irq-field.patch
	patches.suse/ALSA-docs-Update-about-the-new-PCM-sync_stop-ops.patch
	patches.suse/ALSA-hda-realtek-Move-some-alc256-pintbls-to-fallbac.patch
	patches.suse/ALSA-hda-realtek-Move-some-alc236-pintbls-to-fallbac.patch
	patches.suse/ALSA-hda-realtek-Enable-the-headset-mic-on-a-Xiaomi-.patch
	patches.suse/ALSA-usb-audio-Fix-Scarlett-6i6-Gen-2-port-data.patch
	patches.suse/ALSA-usb-audio-Fix-NULL-dereference-at-parsing-BADD.patch
	patches.suse/ALSA-cs4236-fix-error-return-comparison-of-an-unsign.patch
	patches.suse/ALSA-hda-Disable-audio-component-for-legacy-Nvidia-H.patch
	patches.suse/ALSA-hda-hdmi-Clear-codec-relaxed_resume-flag-at-unb.patch
	patches.suse/ASoC-rt5645-Fixed-buddy-jack-support.patch
	patches.suse/ASoC-Jack-Fix-NULL-pointer-dereference-in-snd_soc_ja.patch
	patches.suse/ASoC-wm8904-fix-regcache-handling.patch
	patches.suse/ASoC-rt5645-Fixed-typo-for-buddy-jack-support.patch
	patches.suse/ASoC-Intel-bytcr_rt5640-Update-quirk-for-Acer-Switch.patch
	patches.suse/ASoC-rsnd-fix-DALIGN-register-for-SSIU.patch
	patches.suse/ASoC-fsl_audmix-Add-spin-lock-to-protect-tdms.patch
	patches.suse/ASoC-rt5677-Mark-reg-RT5677_PWR_ANLG2-as-volatile.patch
	patches.suse/ASoC-Intel-kbl_rt5663_rt5514_max98927-Add-dmic-forma.patch
	patches.suse/ASoC-SOF-topology-free-kcontrol-memory-on-error.patch
	patches.suse/ASoC-wm2200-add-missed-operations-in-remove-and-prob.patch
	patches.suse/ASoC-wm5100-add-missed-pm_runtime_disable.patch
	patches.suse/ALSA-hda-realtek-Enable-internal-speaker-of-ASUS-UX4.patch
	patches.suse/ALSA-usb-audio-Fix-Focusrite-Scarlett-6i6-gen1-input.patch
	patches.suse/media-vimc-Fix-gpf-in-rmmod-path-when-stream-is-acti.patch
	patches.suse/media-am437x-vpfe-Setting-STD-to-current-value-is-no.patch
	patches.suse/media-cedrus-fill-in-bus_info-for-media-device.patch
	patches.suse/media-seco-cec-Add-a-missing-release_region-in-an-er.patch
	patches.suse/media-vim2m-Fix-BUG_ON-in-vim2m_device_release.patch
	patches.suse/media-vivid-Set-vid_cap_streaming-and-vid_out_stream.patch
	patches.suse/media-vim2m-Fix-abort-issue.patch
	patches.suse/media-rcar-vin-Fix-incorrect-return-statement-in-rvi.patch
	patches.suse/media-cec.h-CEC_OP_REC_FLAG_-values-were-swapped.patch
	patches.suse/media-max2175-Fix-build-error-without-CONFIG_REGMAP_.patch
	patches.suse/media-ov6650-Fix-MODULE_DESCRIPTION.patch
	patches.suse/media-ov6650-Fix-control-handler-not-freed-on-init-e.patch
	patches.suse/media-ov6650-Fix-crop-rectangle-alignment-not-passed.patch
	patches.suse/media-ov6650-Fix-incorrect-use-of-JPEG-colorspace.patch
	patches.suse/media-ov6650-Fix-some-format-attributes-not-under-co.patch
	patches.suse/media-ov6650-Fix-.get_fmt-V4L2_SUBDEV_FORMAT_TRY-sup.patch
	patches.suse/media-ov6650-Fix-default-format-not-applied-on-devic.patch
	patches.suse/media-ov6650-Fix-stored-frame-format-not-in-sync-wit.patch
	patches.suse/media-ov6650-Fix-stored-crop-rectangle-not-in-sync-w.patch
	patches.suse/media-i2c-ov2659-fix-s_stream-return-value.patch
	patches.suse/media-i2c-ov2659-Fix-missing-720p-register-config.patch
	patches.suse/media-venus-core-Fix-msm8996-frequency-table.patch
	patches.suse/media-venus-Fix-occasionally-failures-to-suspend.patch
	patches.suse/media-rc-mark-input-device-as-pointing-stick.patch
	patches.suse/media-mceusb-fix-out-of-bounds-read-in-MCE-receiver-.patch
	patches.suse/media-rc-prevent-memory-leak-in-cx23888_ir_probe.patch
	patches.suse/media-flexcop-usb-fix-NULL-ptr-deref-in-flexcop_usb_.patch
	patches.suse/media-cec-funcs.h-add-status_req-checks.patch
	patches.suse/media-v4l-cadence-Fix-how-unsued-lanes-are-handled-i.patch
	patches.suse/media-cx88-Fix-some-error-handling-path-in-cx8800_in.patch
	patches.suse/media-usbvision-Fix-invalid-accesses-after-device-di.patch
	patches.suse/media-usbvision-Fix-races-among-open-close-and-disco.patch
	patches.suse/media-ti-vpe-vpe-Fix-Motion-Vector-vpdma-stride.patch
	patches.suse/media-ti-vpe-vpe-fix-a-v4l2-compliance-failure-causi.patch
	patches.suse/media-ti-vpe-vpe-fix-a-v4l2-compliance-warning-about.patch
	patches.suse/media-ti-vpe-vpe-Make-sure-YUYV-is-set-as-default-fo.patch
	patches.suse/media-ti-vpe-vpe-fix-a-v4l2-compliance-failure-about.patch
	patches.suse/media-ti-vpe-vpe-fix-a-v4l2-compliance-failure-about2.patch
	patches.suse/media-ti-vpe-vpe-ensure-buffers-are-cleaned-up-prope.patch
	patches.suse/media-dvbsky-add-support-for-eyeTV-Geniatech-T2-lite.patch
	patches.suse/media-cxusb-detect-cxusb_ctrl_msg-error-in-query.patch
	patches.suse/media-uvcvideo-Fix-error-path-in-control-parsing-fai.patch
	patches.suse/media-cedrus-Fix-undefined-shift-with-a-SHIFT_AND_MA.patch
	patches.suse/media-aspeed-set-hsync-and-vsync-polarities-to-norma.patch
	patches.suse/media-aspeed-clear-garbage-interrupts.patch
	patches.suse/media-usb-fix-memory-leak-in-af9005_identify_state.patch
	patches.suse/media-cec-gpio-Use-CONFIG_PREEMPTION.patch
	patches.suse/media-ov6650-Fix-stored-frame-interval-not-in-sync-w.patch
	patches.suse/media-ov5640-Make-2592x1944-mode-only-available-at-1.patch
	patches.suse/media-ad5820-Define-entity-function.patch
	patches.suse/media-st-mipid02-add-a-check-for-devm_gpiod_get_opti.patch
	patches.suse/media-imx7-mipi-csis-Add-a-check-for-devm_regulator_.patch
	patches.suse/media-smiapp-Register-sensor-after-enabling-runtime-.patch
	patches.suse/media-imon-invalid-dereference-in-imon_touch_event.patch
	patches.suse/media-bdisp-fix-memleak-on-release.patch
	patches.suse/media-radio-wl1273-fix-interrupt-masking-on-release.patch
	patches.suse/media-rcar_drif-fix-a-memory-disclosure.patch
	patches.suse/media-exynos4-is-Fix-recursive-locking-in-isp_video_.patch
	patches.suse/media-v4l2-core-fix-touch-support-in-v4l_g_fmt.patch
	patches.suse/media-coda-fix-deadlock-between-decoder-picture-run-.patch
	patches.suse/media-fdp1-Fix-R-Car-M3-N-naming-in-debug-message.patch
	patches.suse/media-staging-imx-Use-a-shorter-name-for-driver.patch
	patches.suse/media-vivid-media_device_cleanup-was-called-too-earl.patch
	patches.suse/media-vivid-Fix-wrong-locking-that-causes-race-condi.patch
	patches.suse/media-exynos4-is-fix-wrong-mdev-and-v4l2-dev-order-i.patch
	patches.suse/media-cedrus-Use-correct-H264-8x8-scaling-list.patch
	patches.suse/media-venus-remove-invalid-compat_ioctl32-handler.patch
	patches.suse/media-pvrusb2-Fix-oops-on-tear-down-when-radio-suppo.patch
	patches.suse/0001-b2c2-flexcop-usb-add-sanity-checking.patch
	patches.suse/media-flexcop-usb-ensure-EIO-is-returned-on-error-co.patch
	patches.suse/media-aspeed-video-Fix-memory-leaks-in-aspeed_video_.patch
	patches.suse/media-v4l2-ioctl.c-zero-reserved-fields-for-S-TRY_FM.patch
	patches.suse/media-si470x-i2c-add-missed-operations-in-remove.patch
	patches.suse/media-v4l2-ctrl-Lock-main_hdl-on-operations-of-reque.patch
	patches.suse/media-vim2m-media_device_cleanup-was-called-too-earl.patch
	patches.suse/media-vicodec-media_device_cleanup-was-called-too-ea.patch
	patches.suse/media-hantro-Fix-s_fmt-for-dynamic-resolution-change.patch
	patches.suse/power-supply-cpcap-battery-Check-voltage-before-orde.patch
	patches.suse/power-supply-bd70528-Add-MODULE_ALIAS-to-allow-modul.patch
	patches.suse/hwmon-pmbus-ibm-cffps-Switch-LEDs-to-blocking-bright.patch
	patches.suse/hwmon-pmbus-ibm-cffps-Fix-LED-blink-behavior.patch
	patches.suse/pinctrl-devicetree-Avoid-taking-direct-reference-to-.patch
	patches.suse/pinctl-ti-iodelay-fix-error-checking-on-pinctrl_coun.patch
	patches.suse/Revert-pinctrl-sh-pfc-r8a77990-Fix-MOD_SEL1-bit30-wh.patch
	patches.suse/Revert-pinctrl-sh-pfc-r8a77990-Fix-MOD_SEL1-bit31-wh.patch
	patches.suse/pinctrl-rza2-Fix-gpio-name-typos.patch
	patches.suse/pinctrl-sh-pfc-Fix-PINMUX_IPSR_PHYS-to-set-GPSR.patch
	patches.suse/pinctrl-sh-pfc-Do-not-use-platform_get_irq-to-count-.patch
	patches.suse/pinctrl-sh-pfc-sh7734-Fix-duplicate-TCLK1_B.patch
	patches.suse/pinctrl-amd-fix-__iomem-annotation-in-amd_gpio_irq_h.patch
	patches.suse/pinctrl-samsung-Add-of_node_put-before-return-in-err.patch
	patches.suse/pinctrl-samsung-Fix-device-node-refcount-leaks-in-Ex.patch
	patches.suse/pinctrl-samsung-Fix-device-node-refcount-leaks-in-S3.patch
	patches.suse/0029-pinctrl-samsung-Fix-device-node-refcount-leaks-in-S3.patch
	patches.suse/pinctrl-samsung-Fix-device-node-refcount-leaks-in-in.patch
	patches.suse/pinctrl-intel-Add-Intel-Tiger-Lake-pin-controller-su.patch
	patches.suse/pinctrl-armada-37xx-Fix-irq-mask-access-in-armada_37.patch
	patches.suse/pinctrl-lewisburg-Update-pin-list-according-to-v1.1v.patch
	patches.suse/mmc-sdhci-pci-Quirk-for-AMD-SDHC-Device-0x7906.patch
	patches.suse/mmc-sdhci-pci-Make-function-amd_sdhci_reset-static.patch
	patches.suse/mmc-sdhci-pci-Add-support-for-Intel-JSL.patch
	patches.suse/mmc-sdhci-of-esdhc-poll-ESDHC_FLUSH_ASYNC_FIFO-bit-u.patch
	patches.suse/mmc-sdhci-of-esdhc-fix-up-erratum-A-008171-workaroun.patch
	patches.suse/mmc-block-Make-card_busy_detect-a-bit-more-generic.patch
	patches.suse/mmc-block-Add-CMD13-polling-for-MMC-IOCTLS-with-R1B-.patch
	patches.suse/mmc-core-Drop-check-for-mmc_card_is_removable-in-mmc.patch
	patches.suse/net-wireless-ti-wl1251-add-device-tree-support.patch
	patches.suse/ARM-dts-pandora-common-define-wl1251-as-child-node-o.patch
	patches.suse/mmc-host-omap_hsmmc-add-code-for-special-init-of-wl1.patch
	patches.suse/omap-pdata-quirks-revert-pandora-specific-gpiod-addi.patch
	patches.suse/omap-pdata-quirks-remove-openpandora-quirks-for-mmc3.patch
	patches.suse/mmc-sdio-fix-wl1251-vendor-id.patch
	patches.suse/mmc-core-fix-wl1251-sdio-quirks.patch
	patches.suse/net-wireless-ti-wl1251-use-new-SDIO_VENDOR_ID_TI_WL1.patch
	patches.suse/net-wireless-ti-remove-local-VENDOR_ID-and-DEVICE_ID.patch
	patches.suse/mmc-tmio-Add-MMC_CAP_ERASE-to-allow-erase-discard-tr.patch
	patches.suse/RDMA-counter-Prevent-QP-counter-manual-binding-in-au.patch
	patches.suse/IB-iser-add-unlikely-checks-in-the-fast-path.patch
	patches.suse/IB-iser-bound-protection_sg-size-by-data_sg-size.patch
	patches.suse/IB-iser-remove-redundant-macro-definitions.patch
	patches.suse/RDMA-siw-Simplify-several-debug-messages.patch
	patches.suse/RDMA-siw-Fix-port-number-endianness-in-a-debug-messa.patch
	patches.suse/RDMA-core-Fix-return-code-when-modify_device-isn-t-s.patch
	patches.suse/RDMA-bnxt_re-Remove-unsupported-modify_device-callba.patch
	patches.suse/RDMA-rxe-Verify-modify_device-mask.patch
	patches.suse/RDMA-siw-Make-node-GUIDs-valid-EUI-64-identifiers.patch
	patches.suse/RDMA-srp-Remove-two-casts.patch
	patches.suse/RDMA-srp-Honor-the-max_send_sge-device-attribute.patch
	patches.suse/RDMA-srp-Make-route-resolving-error-messages-more-in.patch
	patches.suse/RDMA-srpt-Fix-handling-of-SR-IOV-and-iWARP-ports.patch
	patches.suse/RDMA-srpt-Fix-handling-of-iWARP-logins.patch
	patches.suse/RDMA-srpt-Improve-a-debug-message.patch
	patches.suse/RDMA-srpt-Rework-the-approach-for-closing-an-RDMA-ch.patch
	patches.suse/RDMA-srpt-Rework-the-code-that-waits-until-an-RDMA-p.patch
	patches.suse/RDMA-srpt-Make-the-code-for-handling-port-identities.patch
	patches.suse/RDMA-srpt-Postpone-HCA-removal-until-after-configfs-.patch
	patches.suse/RDMA-mlx5-Group-boolean-parameters-to-take-less-spac.patch
	patches.suse/IB-mlx5-Remove-unnecessary-return-statement.patch
	patches.suse/IB-mlx5-Remove-unnecessary-else-statement.patch
	patches.suse/IB-cm-Use-container_of-instead-of-typecast.patch
	patches.suse/RDMA-srp-Add-parse-function-for-maximum-initiator-to.patch
	patches.suse/RDMA-srp-Calculate-max_it_iu_size-if-remote-max_it_i.patch
	patches.suse/RDMA-bnxt_re-Enable-SRIOV-VF-support-on-Broadcom-s-5.patch
	patches.suse/RDMA-iser-Use-iser_err-instead-of-pr_err-for-logging.patch
	patches.suse/IB-mlx5-Introduce-and-use-mkey-context-setting-helpe.patch
	patches.suse/RDMA-hns-remove-a-redundant-le16_to_cpu.patch
	patches.suse/RDMA-hns-Fix-wrong-parameters-when-initial-mtt-of-sr.patch
	patches.suse/RDMA-hns-Modify-variable-field-name-from-vlan-to-vla.patch
	patches.suse/RDMA-hns-Modify-return-value-of-restrack-functions.patch
	patches.suse/RDMA-hns-Fix-a-spelling-mistake-in-a-macro.patch
	patches.suse/RDMA-hns-Release-qp-resources-when-failed-to-destroy.patch
	patches.suse/ib-srp-Add-missing-new-line-after-displaying-fast_io.patch
	patches.suse/RDMA-siw-Fix-SQ-RQ-drain-logic.patch
	patches.suse/RDMA-rw-Support-threshold-for-registration-vs-scatte.patch
	patches.suse/RDMA-mlx5-Add-capability-for-max-sge-to-get-optimize.patch
	patches.suse/infiniband-fix-ulp-iser-iscsi_iser.-hc-kernel-doc-no.patch
	patches.suse/infiniband-fix-core-ipwm_util.h-kernel-doc-warnings.patch
	patches.suse/infiniband-fix-ulp-iser-iscsi_iser.h-kernel-doc-warn.patch
	patches.suse/infiniband-fix-ulp-opa_vnic-opa_vnic_internal.h-kern.patch
	patches.suse/infiniband-fix-ulp-srpt-ib_srpt.h-kernel-doc-notatio.patch
	patches.suse/infiniband-fix-core-verbs.c-kernel-doc-notation.patch
	patches.suse/infiniband-fix-ulp-iser-iser_verbs.c-kernel-doc-nota.patch
	patches.suse/infiniband-fix-ulp-iser-iser_initiator.c-kernel-doc-.patch
	patches.suse/infiniband-fix-core-kernel-doc-notation.patch
	patches.suse/infiniband-fix-sw-rdmavt-kernel-doc-notation.patch
	patches.suse/IB-mlx5-Introduce-ODP-diagnostic-counters.patch
	patches.suse/RDMA-nldev-Allow-different-fill-function-per-resourc.patch
	patches.suse/RDMA-mlx5-Return-ODP-type-per-MR.patch
	patches.suse/RDMA-nldev-Provide-MR-statistics.patch
	patches.suse/IB-cma-Honor-traffic-class-from-lower-netdevice-for-.patch
	patches.suse/RDMA-uverbs-Add-a-check-for-uverbs_attr_get-to-uverb.patch
	patches.suse/IB-mlx5-Remove-dead-code.patch
	patches.suse/IB-mlx5-Align-usage-of-QP1-create-flags-with-rest-of.patch
	patches.suse/IB-core-Do-not-notify-GID-change-event-of-an-unregis.patch
	patches.suse/RDMA-restrack-Remove-PID-namespace-support.patch
	patches.suse/RDMA-core-Check-that-process-is-still-alive-before-s.patch
	patches.suse/RDMA-rxe-Remove-useless-rxe_init_device_param-assign.patch
	patches.suse/RDMA-cm-Delete-unused-cm_is_active_peer-function.patch
	patches.suse/RDMA-cm-Use-specific-keyword-to-check-define.patch
	patches.suse/RDMA-cm-Update-copyright-together-with-SPDX-tag.patch
	patches.suse/RDMA-hns-Prevent-undefined-behavior-in-hns_roce_set_.patch
	patches.suse/RDMA-hns-Delete-BITS_PER_BYTE-redefinition.patch
	patches.suse/RDMA-srpt-Fix-TPG-creation.patch
	patches.suse/RDMA-hns-Fix-to-support-64K-page-for-srq.patch
	patches.suse/RDMA-hns-Bugfix-for-qpc-cqc-timer-configuration.patch
	patches.suse/RDMA-hns-Fix-memory-leak-on-context-on-error-return-.patch
	patches.suse/RDMA-qedr-Fix-srqs-xarray-initialization.patch
	patches.suse/RDMA-qedr-Fix-qpids-xarray-api-used.patch
	patches.suse/RDMA-qedr-Fix-synchronization-methods-and-memory-lea.patch
	patches.suse/RDMA-qedr-Fix-memory-leak-in-user-qp-and-mr.patch
	patches.suse/RDMA-iw_cxgb4-Report-correct-port-speed-width.patch
	patches.suse/RDMA-siw-Fix-post_recv-QP-state-locking.patch
	patches.suse/RDMA-core-Fix-ib_dma_max_seg_size.patch
	patches.suse/RDMA-rxe-Increase-DMA-max_segment_size-parameter.patch
	patches.suse/RDMA-siw-Increase-DMA-max_segment_size-parameter.patch
	patches.suse/RDMA-core-Set-DMA-parameters-correctly.patch
	patches.suse/RDMA-vmw_pvrdma-Use-resource-ids-from-physical-devic.patch
	patches.suse/RDMA-mlx5-Use-SRCU-properly-in-ODP-prefetch.patch
	patches.suse/RDMA-mlx5-Split-sig_err-MR-data-into-its-own-xarray.patch
	patches.suse/RDMA-mlx5-Use-a-dedicated-mkey-xarray-for-ODP.patch
	patches.suse/RDMA-mlx5-Delete-struct-mlx5_priv-mkey_table.patch
	patches.suse/RDMA-mlx5-Rework-implicit_mr_get_data.patch
	patches.suse/RDMA-mlx5-Lift-implicit_mr_alloc-into-the-two-routin.patch
	patches.suse/RDMA-mlx5-Set-the-HW-IOVA-of-the-child-MRs-to-their-.patch
	patches.suse/RDMA-mlx5-Split-implicit-handling-from-pagefault_mr.patch
	patches.suse/RDMA-mlx5-Use-an-xarray-for-the-children-of-an-impli.patch
	patches.suse/RDMA-mlx5-Reduce-locking-in-implicit_mr_get_data.patch
	patches.suse/RDMA-mlx5-Avoid-double-lookups-on-the-pagefault-path.patch
	patches.suse/RDMA-mlx5-Rework-implicit-ODP-destroy.patch
	patches.suse/RDMA-mlx5-Do-not-store-implicit-children-in-the-odp_.patch
	patches.suse/RDMA-mlx5-Do-not-race-with-mlx5_ib_invalidate_range-.patch
	patches.suse/RDMA-odp-Remove-broken-debugging-call-to-invalidate_.patch
	patches.suse/RDMA-hns-Fix-build-error-again.patch
	patches.suse/RDMA-mlx5-Return-proper-error-value.patch
	patches.suse/IB-mlx5-Test-write-combining-support.patch
	patches.suse/RDMA-core-Move-core-content-from-ib_uverbs-to-ib_cor.patch
	patches.suse/RDMA-core-Create-mmap-database-and-cookie-helper-fun.patch
	patches.suse/RDMA-Connect-between-the-mmap-entry-and-the-umap_pri.patch
	patches.suse/RDMA-efa-Use-the-common-mmap_xa-helpers.patch
	patches.suse/RDMA-siw-Use-the-common-mmap_xa-helpers.patch
	patches.suse/RDMA-qedr-Use-the-common-mmap-API.patch
	patches.suse/RDMA-qedr-Add-doorbell-overflow-recovery-support.patch
	patches.suse/RDMA-qedr-Add-iWARP-doorbell-recovery-support.patch
	patches.suse/RDMA-core-Fix-return-code-when-modify_port-isn-t-sup.patch
	patches.suse/RDMA-hns-Remove-unsupported-modify_port-callback.patch
	patches.suse/RDMA-ocrdma-Remove-unsupported-modify_port-callback.patch
	patches.suse/RDMA-qedr-Remove-unsupported-modify_port-callback.patch
	patches.suse/Revert-RDMA-srpt-Postpone-HCA-removal-until-after-co.patch
	patches.suse/RDMA-mad-Delete-never-implemented-functions.patch
	patches.suse/RDMA-qib-Delete-extra-line.patch
	patches.suse/RDMA-qib-Delete-empty-check_cc_key-function.patch
	patches.suse/RDMA-mad-Allocate-zeroed-MAD-buffer.patch
	patches.suse/RDMA-ocrdma-Make-ocrdma_pma_counters-return-void.patch
	patches.suse/RDMA-mad-Do-not-check-MAD-sizes-in-roce-and-ib-drive.patch
	patches.suse/RDMA-ocrdma-Simplify-process_mad-function.patch
	patches.suse/RDMA-mlx5-Rewrite-MAD-processing-logic-to-be-readabl.patch
	patches.suse/RDMA-hns-Delete-unnecessary-variable-max_post.patch
	patches.suse/RDMA-hns-Remove-unnecessary-structure-hns_roce_sqp.patch
	patches.suse/RDMA-hns-Delete-unnecessary-uar-from-hns_roce_cq.patch
	patches.suse/RDMA-hns-Modify-fields-of-struct-hns_roce_srq.patch
	patches.suse/RDMA-hns-Replace-not-intuitive-function-macro-names.patch
	patches.suse/RDMA-hns-Simplify-doorbell-initialization-code.patch
	patches.suse/RDMA-hns-Modify-hns_roce_hw_v2_get_cfg-to-simplify-t.patch
	patches.suse/RDMA-hns-Fix-non-standard-error-codes.patch
	patches.suse/RDMA-hns-Modify-appropriate-printings.patch
	patches.suse/RDMA-hfi1-Delete-unreachable-code.patch
	patches.suse/RDMA-Change-MAD-processing-function-to-remove-extra-.patch
	patches.suse/IB-mlx5-Support-flow-counters-offset-for-bulk-counte.patch
	patches.suse/RDMA-srpt-Report-the-SCSI-residual-to-the-initiator.patch
	patches.suse/RDMA-qedr-Fix-potential-use-after-free.patch
	patches.suse/RDMA-i40iw-Fix-potential-use-after-free.patch
	patches.suse/RDMA-qib-Validate-show-store-callbacks-before-callin.patch
	patches.suse/RDMA-ocrdma-Fix-spelling-mistake-in-variable-name.patch
	patches.suse/RDMA-qedr-Make-qedr_iw_load_qp-static.patch
	patches.suse/RDMA-siw-Cleanup-unused-mmap-structures.patch
	patches.suse/RDMA-efa-Clear-the-admin-command-buffer-prior-to-its.patch
	patches.suse/RDMA-cma-Use-ACK-timeout-for-RoCE-packetLifeTime.patch
	patches.suse/RDMA-iw_cgxb4-Fix-an-error-handling-path-in-c4iw_con.patch
	patches.suse/IB-mlx4-Update-HW-GID-table-while-adding-vlan-GID.patch
	patches.suse/IB-mlx5-Support-extended-number-of-strides-for-Strid.patch
	patches.suse/RDMA-cm-Use-refcount_t-type-for-refcount-variable.patch
	patches.suse/RDMA-qedr-Fix-null-pointer-dereference-when-calling-.patch
	patches.suse/net-core-Add-support-for-getting-VF-GUIDs.patch
	patches.suse/IB-core-Add-interfaces-to-get-VF-node-and-port-GUIDs.patch
	patches.suse/IB-ipoib-Add-ndo-operation-for-getting-VFs-GUID-attr.patch
	patches.suse/IB-mlx5-Implement-callbacks-for-getting-VFs-GUID-att.patch
	patches.suse/RDMA-bnxt_re-Fix-Kconfig-indentation.patch
	patches.suse/RDMA-bnxt_re-Fix-chip-number-validation-Broadcom-s-G.patch
	patches.suse/RDMA-bnxt_re-Fix-stat-push-into-dma-buffer-on-gen-p5-devices.patch
	patches.suse/RDMA-bnxt_re-Fix-missing-le16_to_cpu.patch
	patches.suse/IB-hfi1-remove-redundant-assignment-to-variable-ret.patch
	patches.suse/RDMA-efa-Store-network-attributes-in-device-attribut.patch
	patches.suse/RDMA-efa-Support-remote-read-access-in-MR-registrati.patch
	patches.suse/RDMA-efa-Expose-RDMA-read-related-attributes.patch
	patches.suse/RDMA-hns-Redefine-interfaces-used-in-creating-cq.patch
	patches.suse/RDMA-hns-Redefine-the-member-of-hns_roce_cq-struct.patch
	patches.suse/RDMA-hns-Rename-the-functions-used-inside-creating-c.patch
	patches.suse/RDMA-hns-Delete-unnecessary-callback-functions-for-c.patch
	patches.suse/usb-host-xhci-tegra-use-devm_platform_ioremap_resour.patch
	patches.suse/usb-host-xhci-tegra-use-regulator_bulk_set_supply_na.patch
	patches.suse/usb-renesas_usbhs-add-suspend-event-support-in-gadge.patch
	patches.suse/xhci-tegra-Parameterize-mailbox-register-addresses.patch
	patches.suse/usb-host-xhci-tegra-Add-Tegra194-XHCI-support.patch
	patches.suse/usb-usbfs-Suppress-problematic-bind-and-unbind-ueven.patch
	patches.suse/USB-dummy-hcd-increase-max-number-of-devices-to-32.patch
	patches.suse/USB-dummy-hcd-use-usb_urb_dir_in-instead-of-usb_pipe.patch
	patches.suse/usb-gadget-pch_udc-fix-use-after-free.patch
	patches.suse/usb-Allow-USB-device-to-be-warm-reset-in-suspended-s.patch
	patches.suse/appledisplay-fix-error-handling-in-the-scheduled-wor.patch
	patches.suse/usbip-tools-fix-fd-leakage-in-the-function-of-read_a.patch
	patches.suse/USB-chaoskey-fix-error-case-of-a-timeout.patch
	patches.suse/USBIP-add-config-dependency-for-SGL_ALLOC.patch
	patches.suse/usbip-Fix-uninitialized-symbol-nents-in-stub_recv_cm.patch
	patches.suse/USB-serial-mos7840-add-USB-ID-to-support-Moxa-UPort-.patch
	patches.suse/USB-serial-option-add-support-for-DW5821e-with-eSIM-.patch
	patches.suse/0001-USB-serial-mos7720-fix-remote-wakeup.patch
	patches.suse/0001-USB-serial-mos7840-fix-remote-wakeup.patch
	patches.suse/USB-serial-option-add-support-for-Foxconn-T77W968-LT.patch
	patches.suse/USB-serial-ftdi_sio-add-device-IDs-for-U-Blox-C099-F.patch
	patches.suse/0001-usb-host-xhci-update-event-ring-dequeue-pointer-on-p.patch
	patches.suse/xhci-pci-Allow-host-runtime-PM-as-default-also-for-I.patch
	patches.suse/usb-gadget-u_serial-add-missing-port-entry-locking.patch
	patches.suse/phy-renesas-rcar-gen3-usb2-Use-platform_get_irq_opti.patch
	patches.suse/usb-dwc2-use-a-longer-core-rest-timeout-in-dwc2_core.patch
	patches.suse/usb-serial-cp201x-support-Mark-10-digital-force-gaug.patch
	patches.suse/usb-host-xhci-tegra-Correct-phy-enable-sequence.patch
	patches.suse/USB-uas-honor-flag-to-avoid-CAPACITY16.patch
	patches.suse/USB-uas-heed-CAPACITY_HEURISTICS.patch
	patches.suse/USB-documentation-flags-on-usb-storage-versus-UAS.patch
	patches.suse/usb-storage-Disable-UAS-on-JMicron-SATA-enclosure.patch
	patches.suse/usb-gadget-configfs-Fix-missing-spin_lock_init.patch
	patches.suse/mei-fix-modalias-documentation.patch
	patches.suse/misc-fastrpc-fix-memory-leak-from-miscdev-name.patch
	patches.suse/coresight-etm4x-Save-restore-state-across-CPU-low-po.patch
	patches.suse/coresight-etm4x-Add-support-for-ThunderX2.patch
	patches.suse/coresight-etm4x-Fixes-for-ETM-v4.4-architecture-upda.patch
	patches.suse/coresight-etm4x-Fix-input-validation-for-sysfs.patch
	patches.suse/coresight-etm4x-Add-missing-API-to-set-EL-match-on-a.patch
	patches.suse/coresight-etm4x-Fix-issues-with-start-stop-logic.patch
	patches.suse/coresight-etm4x-Improve-usability-of-sysfs-include-e.patch
	patches.suse/coresight-etm4x-Improve-usability-of-sysfs-CID-and-V.patch
	patches.suse/coresight-etm4x-Add-view-comparator-settings-API-to-.patch
	patches.suse/coresight-etm4x-Add-missing-single-shot-control-API-.patch
	patches.suse/coresight-Add-explicit-architecture-dependency.patch
	patches.suse/coresight-Serialize-enabling-disabling-a-link-device.patch
	patches.suse/coresight-etm4x-Fix-BMVAL-misuse.patch
	patches.suse/extcon-intel-cht-wc-Don-t-reset-USB-data-connection-.patch
	patches.suse/extcon-sm5502-Reset-registers-during-initialization.patch
	patches.suse/mei-bus-prefix-device-names-on-bus-with-the-bus-name.patch
	patches.suse/mei-me-add-comet-point-V-device-id.patch
	patches.suse/rfkill-allocate-static-minor.patch
	patches.suse/nvmem-core-fix-nvmem_cell_write-inline-function.patch
	patches.suse/phy-tegra-xusb-Add-XUSB-dual-mode-support-on-Tegra21.patch
	patches.suse/phy-tegra-xusb-Add-usb3-port-fake-support-on-Tegra21.patch
	patches.suse/phy-tegra-xusb-Add-vbus-override-support-on-Tegra210.patch
	patches.suse/phy-tegra-xusb-Add-vbus-override-support-on-Tegra186.patch
	patches.suse/phy-renesas-rcar-gen3-usb2-Fix-sysfs-interface-of-ro.patch
	patches.suse/phy-tegra-use-regulator_bulk_set_supply_names.patch
	patches.suse/phy-ti-gmii-sel-fix-mac-tx-internal-delay-for-rgmii-.patch
	patches.suse/phy-renesas-phy-rcar-gen2-Fix-the-array-off-by-one-w.patch
	patches.suse/phy-qcom-usb-hs-Fix-extcon-double-register-after-pow.patch
	patches.suse/fsi-core-Fix-small-accesses-and-unaligned-offsets-vi.patch
	patches.suse/soundwire-intel-fix-PDI-stream-mapping-for-Bulk.patch
	patches.suse/0001-ppdev-fix-PPGETTIME-PPSETTIME-ioctls.patch
	patches.suse/lp-fix-sparc64-LPSETTIMEOUT-ioctl.patch
	patches.suse/parport-load-lowlevel-driver-if-ports-not-found.patch
	patches.suse/binder-Fix-race-between-mmap-and-binder_alloc_print_.patch
	patches.suse/binder-Prevent-repeated-use-of-mmap-via-NULL-mapping.patch
	patches.suse/binder-Handle-start-NULL-in-binder_update_page_range.patch
	patches.suse/stm-class-Lose-the-protocol-driver-when-dropping-its.patch
	patches.suse/thunderbolt-Power-cycle-the-router-if-NVM-authentica.patch
	patches.suse/coresight-funnel-Fix-missing-spin_lock_init.patch
	patches.suse/coresight-replicator-Fix-missing-spin_lock_init.patch
	patches.suse/intel_th-Fix-a-double-put_device-in-error-path.patch
	patches.suse/intel_th-pci-Add-Ice-Lake-CPU-support.patch
	patches.suse/intel_th-pci-Add-Tiger-Lake-CPU-support.patch
	patches.suse/habanalabs-skip-VA-block-list-update-in-reset-flow.patch
	patches.suse/staging-rtl8192u-fix-multiple-memory-leaks-on-error-.patch
	patches.suse/staging-rtl8188eu-fix-possible-null-dereference.patch
	patches.suse/qlge-Fix-irq-masking-in-INTx-mode.patch
	patches.suse/qlge-Remove-irq_cnt.patch
	patches.suse/qlge-Remove-page_chunk.last_flag.patch
	patches.suse/qlge-Deduplicate-lbq_buf_size.patch
	patches.suse/qlge-Remove-bq_desc.maplen.patch
	patches.suse/qlge-Remove-rx_ring.sbq_buf_size.patch
	patches.suse/qlge-Remove-useless-dma-synchronization-calls.patch
	patches.suse/qlge-Deduplicate-rx-buffer-queue-management.patch
	patches.suse/qlge-Fix-dma_sync_single-calls.patch
	patches.suse/qlge-Remove-rx_ring.type.patch
	patches.suse/qlge-Factor-out-duplicated-expression.patch
	patches.suse/qlge-Remove-qlge_bq.len-size.patch
	patches.suse/qlge-Remove-useless-memset.patch
	patches.suse/qlge-Replace-memset-with-assignment.patch
	patches.suse/qlge-Update-buffer-queue-prod-index-despite-oom.patch
	patches.suse/qlge-Refill-rx-buffers-up-to-multiple-of-16.patch
	patches.suse/qlge-Refill-empty-buffer-queues-from-wq.patch
	patches.suse/staging-mt7621-pci-add-quirks-for-E2-revision-using-.patch
	patches.suse/iio-light-bh1750-Resolve-compiler-warning-and-make-c.patch
	patches.suse/iio-ad7949-kill-pointless-readback-handling-code.patch
	patches.suse/iio-max31856-add-missing-of_node-and-parent-referenc.patch
	patches.suse/counter-stm32-timer-cnt-fix-a-kernel-doc-warning.patch
	patches.suse/counter-stm32-lptimer-cnt-fix-a-kernel-doc-warning.patch
	patches.suse/staging-wilc1000-potential-corruption-in-wilc_parse_.patch
	patches.suse/iio-adc-max1027-Reset-the-device-at-probe-time.patch
	patches.suse/staging-iio-ad9834-add-a-check-for-devm_clk_get.patch
	patches.suse/staging-rtl8192e-fix-potential-use-after-free.patch
	patches.suse/staging-wilc1000-fix-illegal-memory-access-in-wilc_p.patch
	patches.suse/staging-rtl8723bs-Add-024c-0525-to-the-list-of-SDIO-.patch
	patches.suse/staging-rtl8723bs-Drop-ACPI-device-ids.patch
	patches.suse/iio-dln2-adc-fix-iio_triggered_buffer_postenable-pos.patch
	patches.suse/iio-imu-adis16480-assign-bias-value-only-if-operatio.patch
	patches.suse/iio-imu-adis-assign-read-val-in-debugfs-hook-only-if.patch
	patches.suse/iio-imu-adis-assign-value-only-if-return-code-zero-i.patch
	patches.suse/iio-imu-st_lsm6dsx-fix-ODR-check-in-st_lsm6dsx_write.patch
	patches.suse/iio-dac-ad5446-Add-support-for-new-AD5600-DAC.patch
	patches.suse/iio-adis16480-Fix-scales-factors.patch
	patches.suse/iio-adis16480-Add-debugfs_reg_access-entry.patch
	patches.suse/fbtft-Make-sure-string-is-NULL-terminated.patch
	patches.suse/staging-comedi-usbduxfast-usbduxfast_ai_cmdtest-roun.patch
	patches.suse/driver-core-simplify-definitions-of-platform_get_irq.patch
	patches.suse/Documentation-debugfs-Document-debugfs-helper-for-un.patch
	patches.suse/debugfs-Add-debugfs_create_xul-for-hexadecimal-unsig.patch
	patches.suse/mmc-atmel-mci-Fix-debugfs-on-64-bit-platforms.patch
	patches.suse/mmc-dw_mmc-Fix-debugfs-on-64-bit-platforms.patch
	patches.suse/IB-mlx5-no-need-to-check-return-value-of-debugfs_cre.patch
	patches.suse/mailbox-tegra-Fix-superfluous-IRQ-error-message.patch
	patches.suse/firmware_loader-Fix-labels-with-comma-for-builtin-fi.patch
	patches.suse/powerpc-book3s64-Fix-link-stack-flush-on-context-swi.patch
	patches.suse/KVM-PPC-Book3S-HV-Flush-link-stack-on-guest-exit-to-.patch
	patches.suse/ftrace-introduce-permanent-ftrace_ops-flag.patch
	patches.suse/tracing-kprobe-check-whether-the-non-suffixed-symbol-is-notrace.patch
	patches.suse/tipc-fix-link-name-length-check.patch
	patches.suse/net-Fix-a-documentation-bug-wrt.-ip_unprivileged_por.patch
	patches.suse/ibmvnic-Fix-completion-structure-initialization-again.patch
	patches.suse/ibmvnic-Terminate-waiting-device-threads-after-loss-.patch
	patches.suse/ibmvnic-Bound-waits-for-device-queries.patch
	patches.suse/ibmvnic-Serialize-device-queries.patch
	patches.suse/net-psample-fix-skb_over_panic.patch
	patches.suse/openvswitch-fix-flow-command-message-size.patch
	patches.suse/net-inet_is_local_reserved_port-port-arg-should-be-u.patch
	patches.suse/gve-Fix-the-queue-page-list-allocated-pages-count.patch
	patches.suse/net-mscc-ocelot-avoid-incorrect-consuming-in-skbs-li.patch
	patches.suse/net-mscc-ocelot-use-skb-queue-instead-of-skbs-list.patch
	patches.suse/net-wireless-intel-iwlwifi-fix-GRO_NORMAL-packet-sta.patch
	patches.suse/drm-i915-Mark-i915_request.timeline-as-a-volatile-rc.patch
	patches.suse/drm-i915-Lock-signaler-timeline-while-navigating.patch
	patches.suse/drm-i915-Initialise-breadcrumb-lists-on-the-virtual-.patch
	patches.suse/drm-i915-extend-audio-CDCLK-2-BCLK-constraint-to-mor.patch
	patches.suse/drm-i915-execlists-Fix-annotation-for-decoupling-vir.patch
	patches.suse/drm-i915-gt-Flush-submission-tasklet-before-waiting-.patch
	patches.suse/drm-panel-Add-missing-drm_panel_init-in-panel-driver.patch
	patches.suse/0001-drm-mipi-dbi-fix-a-loop-in-debugfs-code.patch
	patches.suse/drm-mcde-Fix-an-error-handling-path-in-mcde_probe.patch
	patches.suse/0001-drm-virtio-make-resource-id-workaround-runtime-switc.patch
	patches.suse/drm-vc4-vc4_hdmi-fill-in-connector-info.patch
	patches.suse/0001-drm-virtio-module_param_named-requires-linux-modulep.patch
	patches.suse/drm-mst-Fix-query_payload-ack-reply-struct.patch
	patches.suse/0001-fbdev-sa1100fb-Remove-even-more-dead-code.patch
	patches.suse/drm-exynos-exynos_hdmi-use-cec_notifier_conn_-un-reg.patch
	patches.suse/drm-bridge-analogix-anx78xx-silence-EPROBE_DEFER-war.patch
	patches.suse/drm-v3d-don-t-leak-bin-job-if-v3d_job_init-fails.patch
	patches.suse/0002-video-hdmi-Fix-AVI-bar-unpack.patch
	patches.suse/drm-panel-lvds-Potential-Oops-in-probe-error-handlin.patch
	patches.suse/0002-drm-meson-vclk-use-the-correct-G12A-frac-max-value.patch
	patches.suse/drm-komeda-Workaround-for-broken-FLIP_COMPLETE-times.patch
	patches.suse/0001-drm-sun4i-sun6i_mipi_dsi-Add-VCC-DSI-regulator-suppo.patch
	patches.suse/drm-sun4i-dsi-Fix-TCON-DRQ-set-bits.patch
	patches.suse/Revert-drm-sun4i-dsi-Change-the-start-delay-calculat.patch
	patches.suse/drm-i810-Prevent-underflow-in-ioctl.patch
	patches.suse/drm-mcde-Fix-reference-to-DOC-comment.patch
	patches.suse/drm-bridge-dw-hdmi-Refuse-DDC-CI-transfers-on-the-in.patch
	patches.suse/drm-damage_helper-Fix-race-checking-plane-state-fb.patch
	patches.suse/drm-i915-Flush-tasklet-submission-before-sleeping-on.patch
	patches.suse/drm-i915-Don-t-disable-interrupts-independently-of-t.patch
	patches.suse/drm-i915-fix-port-checks-for-MST-support-on-gen-11.patch
	patches.suse/drm-rcar_lvds-Fix-color-mismatches-on-R-Car-H2-ES2.0.patch
	patches.suse/drm-amd-display-verify-stream-link-before-link-test.patch
	patches.suse/drm-amdgpu-sriov-add-ring_stop-before-ring_create-in.patch
	patches.suse/drm-amdgpu-grab-the-id-mgr-lock-while-accessing-pass.patch
	patches.suse/Revert-drm-amdgpu-nbio7.4-add-hw-bug-workaround-for-.patch
	patches.suse/0001-drm-amdgpu-cleanup-creating-BOs-at-fixed-location-v2.patch
	patches.suse/drm-amd-display-Handle-virtual-signal-type-in-disabl.patch
	patches.suse/drm-amd-display-Set-number-of-pipes-to-1-if-the-seco.patch
	patches.suse/drm-amdgpu-mn-fix-documentation-for-amdgpu_mn_read_l.patch
	patches.suse/drm-amdkfd-fix-a-potential-NULL-pointer-dereference-.patch
	patches.suse/drm-amd-powerplay-A-workaround-to-GPU-RESET-on-APU.patch
	patches.suse/drm-amd-display-fix-struct-init-in-update_bounding_b.patch
	patches.suse/drm-amdgpu-fix-uninitialized-variable-pasid_mapping_.patch
	patches.suse/0001-drm-amdgpu-remove-redundant-variable-r-and-redundant.patch
	patches.suse/drm-amdkfd-Fix-MQD-size-calculation.patch
	patches.suse/0001-drm-amd-powerplay-Fix-error-handling-in-smu_init_fb_.patch
	patches.suse/drm-amd-display-Properly-round-nominal-frequency-for.patch
	patches.suse/drm-amd-display-wait-for-set-pipe-mcp-command-comple.patch
	patches.suse/drm-amd-display-Program-DWB-watermarks-from-correct-.patch
	patches.suse/drm-amd-display-Fix-dongle_caps-containing-stale-inf.patch
	patches.suse/0001-drm-amdgpu-discovery-reserve-discovery-data-at-the-t.patch
	patches.suse/drm-amd-powerplay-avoid-disabling-ECC-if-RAS-is-enab.patch
	patches.suse/drm-amdgpu-fix-amdgpu-trace-event-print-string-forma.patch
	patches.suse/drm-amdgpu-vi-silence-an-uninitialized-variable-warn.patch
	patches.suse/drm-drm_vblank-Change-EINVAL-by-the-correct-errno.patch
	patches.suse/drm-rockchip-Round-up-_before_-giving-to-the-clock-f.patch
	patches.suse/Documentation-Fix-warning-in-drm-kms-helpers.rst.patch
	patches.suse/drm-bridge-dw-hdmi-Restore-audio-when-setting-a-mode.patch
	patches.suse/drm-i810-Refer-to-PREEMPTION-in-comment.patch
	patches.suse/drm-gma500-fix-memory-disclosures-due-to-uninitializ.patch
	patches.suse/drm-nouveau-Don-t-grab-runtime-PM-refs-for-HPD-IRQs.patch
	patches.suse/drm-Don-t-free-jobs-in-wait_event_interruptible.patch
	patches.suse/drm-tegra-Fix-ordering-of-cleanup-code.patch
	patches.suse/drm-tegra-sor-Use-correct-SOR-index-on-Tegra210.patch
	patches.suse/gpu-host1x-Allocate-gather-copy-for-host1x.patch
	patches.suse/drm-amd-display-correctly-populate-dpp-refclk-in-fpg.patch
	patches.suse/drm-amdgpu-Add-DC-feature-mask-to-disable-fractional.patch
	patches.suse/drm-msm-a6xx-fix-debug-bus-register-configuration.patch
	patches.suse/drm-sched-Fix-passing-zero-to-PTR_ERR-warning-v2.patch
	patches.suse/drm-amdgpu-disallow-direct-upload-save-restore-list-.patch
	patches.suse/drm-amdgpu-fix-potential-double-drop-fence-reference.patch
	patches.suse/drm-amdgpu-Avoid-accidental-thread-reactivation.patch
	patches.suse/drm-amdgpu-allow-direct-upload-save-restore-list-for.patch
	patches.suse/drm-msm-fix-memleak-on-release.patch
	patches.suse/drm-i915-Protect-context-while-grabbing-its-name-for.patch
	patches.suse/drm-i915-guc-Skip-suspend-resume-GuC-action-on-platf.patch
	patches.suse/drm-radeon-fix-bad-DMA-from-INTERRUPT_CNTL2.patch
	patches.suse/drm-amdgpu-fix-bad-DMA-from-INTERRUPT_CNTL2.patch
	patches.suse/drm-amdgpu-gfx10-explicitly-wait-for-cp-idle-after-h.patch
	patches.suse/0001-drm-amdgpu-gfx10-re-init-clear-state-buffer-after-gp.patch
	patches.suse/0001-drm-amdgpu-initialize-vm_inv_eng0_sem-for-gfxhub-and.patch
	patches.suse/0001-drm-amdgpu-invalidate-mmhub-semaphore-workaround-in-.patch
	patches.suse/io_uring-async-workers-should-inherit-the-user-creds.patch
	patches.suse/net-separate-out-the-msghdr-copy-from-___sys_-send-r.patch
	patches.suse/net-disallow-ancillary-data-for-__sys_-send-recv-msg.patch
	patches.suse/dma-mapping-fix-handling-of-dma-ranges-for-reserved-.patch
	patches.suse/dma-mapping-Add-vmap-checks-to-dma_map_single.patch
	patches.suse/dma-debug-add-a-schedule-point-in-debug_dma_dump_map.patch
	patches.suse/dma-direct-check-for-overflows-on-32-bit-dma-addresses.patch
	patches.suse/x86-pci-sta2x11-use-default-dma-address-translation.patch
	patches.suse/dma-direct-unify-the-dma_capable-definitions.patch
	patches.suse/dma-direct-avoid-a-forward-declaration-for-phys_to_dma.patch
	patches.suse/dma-direct-don-t-check-swiotlb-force-in-dma_direct_map_resource.patch
	patches.suse/dma-direct-exclude-dma_direct_map_resource-from-the-min_low_pfn-check.patch
	patches.suse/dma-mapping-treat-dev-bus_dma_mask-as-a-dma-limit.patch
	patches.suse/0003-drm-amdgpu-Call-find_vma-under-mmap_sem.patch
	patches.suse/iomap-iomap-that-extends-beyond-EOF-should-be-marked.patch
	patches.suse/iomap-fix-return-value-of-iomap_dio_bio_actor-on-32b.patch
	patches.suse/iomap-Fix-pipe-page-leakage-during-splicing.patch
	patches.suse/splice-only-read-in-as-much-information-as-there-is-.patch
	patches.suse/jbd2-Simplify-journal_unmap_buffer.patch
	patches.suse/jbd2-Remove-jbd_trylock_bh_state.patch
	patches.suse/jbd2-Move-dropping-of-jh-reference-out-of-un-re-fili.patch
	patches.suse/jbd2-Drop-unnecessary-branch-from-jbd2_journal_forge.patch
	patches.suse/jbd2-Don-t-call-__bforget-unnecessarily.patch
	patches.suse/jbd2-Make-state-lock-a-spinlock.patch
	patches.suse/jbd2-Free-journal-head-outside-of-locked-region.patch
	patches.suse/jbd2-Fix-possible-overflow-in-jbd2_log_space_left.patch
	patches.suse/ext4-Fix-credit-estimate-for-final-inode-freeing.patch
	patches.suse/ext4-update-direct-I-O-read-lock-pattern-for-IOCB_NO.patch
	patches.suse/ext4-fix-a-bug-in-ext4_wait_for_tail_page_commit.patch
	patches.suse/ext4-add-more-paranoia-checking-in-ext4_expand_extra.patch
	patches.suse/ext4-work-around-deleting-a-file-with-i_nlink-0-safe.patch
	patches.suse/afs-Remove-set-but-not-used-variables-before-after.patch
	patches.suse/cifs-rename-a-variable-in-SendReceive-.patch
	patches.suse/cifs-remove-unused-variable-sid_user-.patch
	patches.suse/cifs-add-support-for-flock.patch
	patches.suse/CIFS-remove-set-but-not-used-variables-cinode-and-netfid-.patch
	patches.suse/cifs-Don-t-display-RDMA-transport-on-reconnect.patch
	patches.suse/cifs-smbd-Invalidate-and-deregister-memory-registration-on-re-send.patch
	patches.suse/cifs-smbd-Return-EINVAL-when-the-number-of-iovs-exceeds-SMBDIRECT.patch
	patches.suse/cifs-smbd-Add-messages-on-RDMA-session-destroy-and-reconnection.patch
	patches.suse/cifs-smbd-Return-ECONNABORTED-when-trasnport-is-not-in-connected-.patch
	patches.suse/CIFS-Use-memdup_user-rather-than-duplicating-its-implementation.patch
	patches.suse/CIFS-Use-common-error-handling-code-in-smb2_ioctl_query_info-.patch
	patches.suse/CIFS-Return-directly-after-a-failed-build_path_from_dentry-in-cif.patch
	patches.suse/cifs-close-the-shared-root-handle-on-tree-disconnect.patch
	patches.suse/smb3-remove-confusing-dmesg-when-mounting-with-encryption-seal-.patch
	patches.suse/CIFS-Respect-O_SYNC-and-O_DIRECT-flags-during-reconnect.patch
	patches.suse/CIFS-Close-open-handle-after-interrupted-close.patch
	patches.suse/CIFS-Fix-NULL-pointer-dereference-in-mid-callback.patch
	patches.suse/CIFS-Do-not-miss-cancelled-OPEN-responses.patch
	patches.suse/smb3-add-debug-messages-for-closing-unmatched-open.patch
	patches.suse/cifs-smbd-Only-queue-work-for-error-recovery-on-memory-registratio.patch
	patches.suse/cifs-smbd-Return-EAGAIN-when-transport-is-reconnecting.patch
	patches.suse/cifs-don-t-use-pre-for-MODULE_SOFTDEP.patch
	patches.suse/CIFS-Fix-SMB2-oplock-break-processing.patch
	patches.suse/CIFS-refactor-cifs_get_inode_info-.patch
	patches.suse/cifs-move-cifsFileInfo_put-logic-into-a-work-queue.patch
	patches.suse/CIFS-Properly-process-SMB3-lease-breaks.patch
	patches.suse/smb3-dump-in_send-and-num_waiters-stats-counters-by-default.patch
	patches.suse/cifs-Fix-use-after-free-bug-in-cifs_reconnect-.patch
	patches.suse/cifs-Fix-lookup-of-root-ses-in-DFS-referral-cache.patch
	patches.suse/cifs-Fix-potential-softlockups-while-refreshing-DFS-cache.patch
	patches.suse/cifs-Fix-retrieval-of-DFS-referrals-in-cifs_mount-.patch
	patches.suse/CIFS-fix-a-white-space-issue-in-cifs_get_inode_info-.patch
	patches.suse/reiserfs-fix-extended-attributes-on-the-root-directory.patch
	patches.suse/quota-fix-livelock-in-dquot_writeback_dquots.patch
	patches.suse/quota-Check-that-quota-is-not-dirty-before-release.patch
	patches.suse/ext2-check-err-when-partial-NULL.patch
	patches.suse/ARM-8928-1-ARM_ERRATA_775420-Spelling-s-date-data.patch
	patches.suse/ARM-8918-2-only-build-return_address-if-needed.patch
	patches.suse/ARM-8937-1-spectre-v2-remove-Brahma-B53-from-hardeni.patch
	patches.suse/powerpc-papr_scm-Fix-an-off-by-one-check-in-papr_scm.patch
	patches.suse/powerpc-pkeys-remove-unused-pkey_allows_readwrite.patch
	patches.suse/powerpc-pseries-Don-t-opencode-HPTE_V_BOLTED.patch
	patches.suse/powerpc-pseries-Don-t-fail-hash-page-table-insert-fo.patch
	patches.suse/powerpc-book3s64-hash-Use-secondary-hash-for-bolted-.patch
	patches.suse/powerpc-tools-Don-t-quote-objdump-in-scripts.patch
	patches.suse/powerpc-pseries-address-checkpatch-warnings-in-dlpar.patch
	patches.suse/powerpc-pseries-safely-roll-back-failed-DLPAR-cpu-ad.patch
	patches.suse/powerpc-security-book3s64-Report-L1TF-status-in-sysf.patch
	patches.suse/powerpc-security-Fix-debugfs-data-leak-on-32-bit.patch
	patches.suse/powerpc-Allow-flush_icache_range-to-work-across-rang.patch
	patches.suse/powerpc-Allow-64bit-VDSO-__kernel_sync_dicache-to-wo.patch
	patches.suse/powerpc-define-helpers-to-get-L1-icache-sizes.patch
	patches.suse/powerpc-Convert-flush_icache_range-friends-to-C.patch
	patches.suse/powerpc-Chunk-calls-to-flush_dcache_range-in-arch_-_.patch
	patches.suse/powerpc-Don-t-flush-caches-when-adding-memory.patch
	patches.suse/powerpc-pseries-Fix-bad-drc_index_start-value-parsin.patch
	patches.suse/powerpc-pseries-Fix-drc-info-mappings-of-logical-cpu.patch
	patches.suse/powerpc-pseries-Add-cpu-DLPAR-support-for-drc-info-p.patch
	patches.suse/PCI-rpaphp-Fix-up-pointer-to-first-drc-info-entry.patch
	patches.suse/PCI-rpaphp-Don-t-rely-on-firmware-feature-to-imply-d.patch
	patches.suse/PCI-rpaphp-Add-drc-info-support-for-hotplug-slot-reg.patch
	patches.suse/PCI-rpaphp-Annotate-and-correctly-byte-swap-DRC-prop.patch
	patches.suse/PCI-rpaphp-Correctly-match-ibm-my-drc-index-to-drc-n.patch
	patches.suse/powerpc-pseries-Enable-support-for-ibm-drc-info-prop.patch
	patches.suse/powerpc-security-Fix-wrong-message-when-RFI-Flush-is.patch
	patches.suse/powerpc-pseries-Drop-pointless-static-qualifier-in-v.patch
	patches.suse/powerpc-xive-Prevent-page-fault-issues-in-the-machin.patch
	patches.suse/powerpc-pseries-hotplug-memory-Change-rc-variable-to.patch
	patches.suse/powerpc-fadump-when-fadump-is-supported-register-the.patch
	patches.suse/powerpc-mm-drop-ifdef-CONFIG_MMU-in-is_ioremap_addr.patch
	patches.suse/powerpc-fixmap-Use-__fix_to_virt-instead-of-fix_to_v.patch
	patches.suse/powerpc-32-Split-kexec-low-level-code-out-of-misc_32.patch
	patches.suse/powerpc-kexec-Move-kexec-files-into-a-dedicated-subd.patch
	patches.suse/powerpc-powernv-Disable-native-PCIe-port-management.patch
	patches.suse/powerpc-Avoid-clang-warnings-around-setjmp-and-longj.patch
	patches.suse/powerpc-Define-arch_is_kernel_initmem_freed-for-lock.patch
	patches.suse/msft-hv-1976-Drivers-hv-Specify-receive-buffer-size-using-Hyper-V.patch
	patches.suse/msft-hv-1979-Drivers-hv-vmbus-Remove-dependencies-on-guest-page-s.patch
	patches.suse/msft-hv-1980-Drivers-hv-balloon-Remove-dependencies-on-guest-page.patch
	patches.suse/msft-hv-1985-Drivers-hv-vmbus-Fix-crash-handler-reset-of-Hyper-V-.patch
	patches.suse/seccomp-avoid-overflow-in-implicit-constant-conversi.patch
	patches.suse/compat_ioctl-add-compat_ptr_ioctl.patch
	patches.suse/fix-compat-handling-of-FICLONERANGE-FIDEDUPERANGE-an.patch
	patches.suse/ceph-fix-compat_ioctl-for-ceph_dir_operations.patch
	patches.suse/gfs2-add-compat_ioctl-support.patch
	patches.suse/0002-af_unix-add-compat_ioctl-support.patch
	patches.suse/compat_ioctl-handle-SIOCOUTQNSD.patch
	patches.suse/scsi-sd-enable-compat-ioctls-for-sed-opal
	patches.suse/clk-meson-axg-audio-fix-regmap-last-register.patch
	patches.suse/clk-samsung-exynos5420-Preserve-CPU-clocks-configura.patch
	patches.suse/clk-renesas-r8a77965-Remove-superfluous-semicolon.patch
	patches.suse/clk-imx-pll14xx-Fix-quick-switch-of-S-K-parameter.patch
	patches.suse/clk-imx7ulp-Correct-system-clock-source-option-7.patch
	patches.suse/clk-imx7ulp-Correct-DDR-clock-mux-options.patch
	patches.suse/clk-imx-imx8mq-fix-sys3_pll_out_sels.patch
	patches.suse/clk-qcom-smd-Add-missing-pnoc-clock.patch
	patches.suse/clk-qcom-Allow-constant-ratio-freq-tables-for-rcg.patch
	patches.suse/clk-clk-gpio-propagate-rate-change-to-parent.patch
	patches.suse/clk-Add-API-to-get-index-of-the-clock-parent.patch
	patches.suse/dt-bindings-clock-tegra-Rename-SOR0_LVDS-to-SOR0_OUT.patch
	patches.suse/clk-tegra-Remove-last-remains-of-TEGRA210_CLK_SOR1_S.patch
	patches.suse/clk-tegra-Move-SOR0-implementation-to-Tegra124.patch
	patches.suse/clk-tegra-Rename-sor0_lvds-to-sor0_out.patch
	patches.suse/clk-tegra-Reimplement-SOR-clock-on-Tegra124.patch
	patches.suse/clk-tegra-Reimplement-SOR-clocks-on-Tegra210.patch
	patches.suse/clk-tegra-divider-Save-and-restore-divider-rate.patch
	patches.suse/clk-tegra-pllout-Save-and-restore-pllout-context.patch
	patches.suse/clk-tegra-pll-Save-and-restore-pll-context.patch
	patches.suse/clk-tegra-Support-for-OSC-context-save-and-restore.patch
	patches.suse/clk-tegra-periph-Add-restore_context-support.patch
	patches.suse/clk-tegra-clk-super-Fix-to-enable-PLLP-branches-to-C.patch
	patches.suse/clk-tegra-clk-super-Add-restore-context-support.patch
	patches.suse/clk-tegra-clk-dfll-Add-suspend-and-resume-support.patch
	patches.suse/clk-tegra-Use-fence_udelay-during-PLLU-init.patch
	patches.suse/clk-tegra-Share-clk-and-rst-register-defines-with-Te.patch
	patches.suse/clk-tegra-Add-suspend-and-resume-support-on-Tegra210.patch
	patches.suse/clk-tegra-Fix-build-error-without-CONFIG_PM_SLEEP.patch
	patches.suse/clk-sprd-Use-IS_ERR-to-validate-the-return-value-of-.patch
	patches.suse/clk-pxa-fix-one-of-the-pxa-RTC-clocks.patch
	patches.suse/clk-Fix-memory-leak-in-clk_unregister.patch
	patches.suse/clk-Add-clk_hw_unregister_composite-helper-function-.patch
	patches.suse/leds-lm3692x-Handle-failure-to-probe-the-regulator.patch
	patches.suse/leds-tlc591xx-update-the-maximum-brightness.patch
	patches.suse/leds-an30259a-add-a-check-for-devm_regmap_init_i2c.patch
	patches.suse/leds-trigger-netdev-fix-handling-on-interface-rename.patch
	patches.suse/backlight-Kconfig-jornada720-Use-CONFIG_PREEMPTION.patch
	patches.suse/sparc64-implement-ioremap_uc.patch
	patches.suse/lib-devres-add-a-helper-function-for-ioremap_uc.patch
	patches.suse/mfd-intel-lpss-Use-devm_ioremap_uc-for-MMIO.patch
	patches.suse/mfd-intel-lpss-Add-default-I2C-device-properties-for.patch
	patches.suse/mfd-rk808-Fix-RK818-ID-template.patch
	patches.suse/mfd-max77620-Do-not-allocate-IRQs-upfront.patch
	patches.suse/mfd-intel-lpss-Add-Intel-Comet-Lake-PCH-H-PCI-IDs.patch
	patches.suse/0001-Revert-mfd-syscon-Set-name-of-regmap_config.patch
	patches.suse/gpio-max77620-Do-not-allocate-IRQs-upfront.patch
	patches.suse/gpio-max77620-Fix-interrupt-handling.patch
	patches.suse/gpio-tegra186-Implement-wake-event-support.patch
	patches.suse/gpio-mpc8xxx-change-irq-handler-from-chained-to-norm.patch
	patches.suse/gpio-mxc-Only-get-the-second-IRQ-when-there-is-more-.patch
	patches.suse/gpio-tegra186-Derive-register-offsets-from-bank-port.patch
	patches.suse/gpio-tegra186-Program-interrupt-route-mapping.patch
	patches.suse/gpio-tegra186-Add-debounce-support.patch
	patches.suse/gpio-mpc8xxx-Don-t-overwrite-default-irq_set_type-ca.patch
	patches.suse/gpio-mpc8xxx-fix-qoriq-GPIO-reading.patch
	patches.suse/watchdog-Fix-the-race-between-the-release-of-watchdo.patch
	patches.suse/watchdog-aspeed-Fix-clock-behaviour-for-ast2600.patch
	patches.suse/watchdog-sprd-Fix-the-incorrect-pointer-getting-from.patch
	patches.suse/HID-quirks-Add-quirk-for-HP-MSU1465-PIXART-OEM-mouse.patch
	patches.suse/HID-i2c-hid-fix-no-irq-after-reset-on-raydium-3118.patch
	patches.suse/HID-i2c-hid-Reset-ALPS-touchpads-on-resume.patch
	patches.suse/HID-rmi-Check-that-the-RMI_STARTED-bit-is-set-before.patch
	patches.suse/HID-core-check-whether-Usage-Page-item-is-after-Usag.patch
	patches.suse/HID-Improve-Windows-Precision-Touchpad-detection.patch
	patches.suse/HID-logitech-hidpp-Silence-intermittent-get_battery_.patch
	patches.suse/platform-x86-dell-laptop-disable-kbd-backlight-on-In.patch
	patches.suse/platform-mellanox-Add-bootctl-driver-for-Mellanox-Bl.patch
	patches.suse/platform-mellanox-Fix-Kconfig-indentation.patch
	patches.suse/platform-x86-intel_pmc_core-Fix-the-SoC-naming-incon.patch
	patches.suse/platform-x86-intel_pmc_core-Add-Comet-Lake-CML-platf.patch
	patches.suse/platform-x86-hp-wmi-Fix-ACPI-errors-caused-by-too-sm.patch
	patches.suse/platform-x86-hp-wmi-Fix-ACPI-errors-caused-by-passin.patch
	patches.suse/0005-cdrom-respect-device-capabilities-during-opening-act.patch
	patches.suse/sr_vendor-support-Beurer-GL50-evo-CD-on-a-chip-devic.patch
	patches.suse/i2c-i801-Add-support-for-Intel-Jasper-Lake.patch
	patches.suse/i2c-i801-Add-support-for-Intel-Comet-Lake-PCH-H.patch
	patches.suse/i2c-stm32f7-rework-slave_id-allocation.patch
	patches.suse/i2c-stm32f7-fix-reorder-remove-probe-error-handling.patch
	patches.suse/i2c-stm32f7-report-dma-error-during-probe.patch
	patches.suse/i2c-i2c-stm32f7-fix-10-bits-check-in-slave-free-id-s.patch
	patches.suse/i2c-i801-Correct-Intel-Jasper-Lake-SOC-naming.patch
	patches.suse/remoteproc-Fix-wrong-rvring-index-computation.patch
	patches.suse/rpmsg-char-release-allocated-memory.patch
	patches.suse/rpmsg-glink-Set-tail-pointer-to-0-at-end-of-FIFO.patch
	patches.suse/rpmsg-glink-Fix-reuse-intents-memory-leak-issue.patch
	patches.suse/rpmsg-glink-Fix-use-after-free-in-open_ack-TIMEOUT-c.patch
	patches.suse/rpmsg-glink-Put-an-extra-reference-during-cleanup.patch
	patches.suse/rpmsg-glink-Fix-rpmsg_register_device-err-handling.patch
	patches.suse/rpmsg-glink-Don-t-send-pending-rx_done-during-remove.patch
	patches.suse/rpmsg-glink-Free-pending-deferred-work-on-remove.patch
	patches.suse/mailbox-imx-Fix-Tx-doorbell-shutdown-path.patch
	patches.suse/mailbox-imx-Clear-the-right-interrupts-at-shutdown.patch
	patches.suse/0011-libnvdimm-namsepace-Don-t-set-claim_class-on-error.patch
	patches.suse/libnvdimm-pfn_dev-Don-t-clear-device-memmap-area-dur.patch
	patches.suse/libnvdimm-namespace-Differentiate-between-probe-mapp.patch
	patches.suse/0012-libnvdimm-btt-fix-variable-rc-set-but-not-used.patch
	patches.suse/libnvdimm-export-the-target_node-attribute-for-regions-and-namespaces.patch
	patches.suse/Input-atmel_mxt_ts-disable-IRQ-across-suspend.patch
	patches.suse/Input-st1232-do-not-reset-the-chip-too-early.patch
	patches.suse/Input-synaptics-rmi4-simplify-data-read-in-rmi_f54_w.patch
	patches.suse/Input-ili210x-handle-errors-from-input_mt_init_slots.patch
	patches.suse/Input-synaptics-switch-another-X1-Carbon-6-to-RMI-SM.patch
	patches.suse/perf-script-Fix-invalid-LBR-binary-mismatch-error.patch
	patches.suse/x86-mm-32-Sync-only-to-VMALLOC_END-in-vmalloc_sync_a.patch
	patches.suse/x86-fpu-Don-t-cache-access-to-fpu_fpregs_owner_ctx.patch
	patches.suse/0001-x86-mm-pat-Fix-off-by-one-bugs-in-interval-tree-sear.patch
	patches.suse/net-tls-take-into-account-that-bpf_exec_tx_verdict-m.patch
	patches.suse/net-tls-free-the-record-on-encryption-error.patch
	patches.suse/net-skmsg-fix-TLS-1.3-crash-with-full-sk_msg.patch
	patches.suse/selftests-tls-add-a-test-for-fragmented-messages.patch
	patches.suse/net-tls-remove-the-dead-inplace_crypto-code.patch
	patches.suse/net-tls-use-sg_next-to-walk-sg-entries.patch
	patches.suse/selftests-bpf-test_sockmap-handle-file-creation-fail.patch
	patches.suse/selftests-bpf-correct-perror-strings.patch
	patches.suse/net-macb-add-missed-tasklet_kill.patch
	patches.suse/tipc-fix-potential-memory-leak-in-__tipc_sendmsg.patch
	patches.suse/tipc-fix-wrong-socket-reference-counter-after-tipc_s.patch
	patches.suse/tipc-fix-wrong-timeout-input-for-tipc_wait_for_cond.patch
	patches.suse/selftests-pmtu-use-oneline-for-ip-route-list-cache.patch
	patches.suse/net-mlx5e-Fix-build-error-without-IPV6.patch
	patches.suse/net-sched-fix-tc-s-class-show-no-bstats-on-class-wit.patch
	patches.suse/r8169-fix-jumbo-configuration-for-RTL8168evl.patch
	patches.suse/r8169-fix-resume-on-cable-plug-in.patch
	patches.suse/openvswitch-drop-unneeded-BUG_ON-in-ovs_flow_cmd_bui.patch
	patches.suse/openvswitch-remove-another-BUG_ON.patch
	patches.suse/ocfs2-fix-passing-zero-to-PTR_ERR-warning.patch
	patches.suse/mm-slab-make-kmalloc_info-contain-all-types-of-names.patch
	patches.suse/mm-slab-remove-unused-kmalloc_size.patch
	patches.suse/mm-slab_common-use-enum-kmalloc_cache_type-to-iterate-over-kmalloc-caches.patch
	patches.suse/mm-slub-print-the-offset-of-fault-addresses.patch
	patches.suse/mm-slub.c-update-comments.patch
	patches.suse/mm-slub.c-clean-up-validate_slab.patch
	patches.suse/mm-filemap.c-remove-redundant-cache-invalidation-after-async-direct-io-write.patch
	patches.suse/mm-filemap.c-warn-if-stale-pagecache-is-left-after-direct-write.patch
	patches.suse/mm-swap.c-trivial-mark_page_accessed-cleanup.patch
	patches.suse/mm-memcg-clean-up-reclaim-iter-array.patch
	patches.suse/mm-memcontrol-remove-dead-code-from-memory_max_write.patch
	patches.suse/include-linux-memcontrol.h-fix-comments-based-on-per-node-memcg.patch
	patches.suse/mm-vmscan-memcontrol-remove-mem_cgroup_select_victim_node.patch
	patches.suse/mm-drop-mmap_sem-before-calling-balance_dirty_pages-in-write-fault.patch
	patches.suse/shmem-pin-the-file-in-shmem_fault-if-mmap_sem-is-dropped.patch
	patches.suse/mm-emit-tracepoint-when-RSS-changes.patch
	patches.suse/rss_stat-add-support-to-detect-RSS-updates-of-external-mm.patch
	patches.suse/mm-mmap.c-remove-a-never-triggered-warning-in-__vma_adjust.patch
	patches.suse/mm-swap.c-piggyback-lru_add_drain_all-calls.patch
	patches.suse/mm-mmap.c-prev-could-be-retrieved-from-vma-vm_prev.patch
	patches.suse/mm-mmap.c-__vma_unlink_prev-is-not-necessary-now.patch
	patches.suse/mm-mmap.c-extract-__vma_unlink_list-as-counterpart-for-__vma_link_list.patch
	patches.suse/mm-mmap.c-rb_parent-is-not-necessary-in-__vma_link_list.patch
	patches.suse/mm-rmap.c-don-t-reuse-anon_vma-if-we-just-want-a-copy.patch
	patches.suse/mm-rmap.c-reuse-mergeable-anon_vma-as-parent-when-fork.patch
	patches.suse/mm-mmap.c-use-IS_ERR_VALUE-to-check-return-value-of-get_unmapped_area.patch
	patches.suse/mm-rmap.c-fix-outdated-comment-in-page_get_anon_vma.patch
	patches.suse/mm-rmap.c-use-VM_BUG_ON_PAGE-in-__page_check_anon_rmap.patch
	patches.suse/mm-memfd-fix-COW-issue-on-MAP_PRIVATE-and-F_SEAL_FUTURE_WRITE-mappings.patch
	patches.suse/mm-memory-failure.c-clean-up-around-tk-pre-allocation.patch
	patches.suse/mm-soft-offline-convert-parameter-to-pfn.patch
	patches.suse/mm-vmalloc.c-remove-unnecessary-highmem_mask-from-parameter-of-gfpflags_allow_blocking.patch
	patches.suse/mm-vmalloc-remove-preempt_disable-enable-when-doing-preloading.patch
	patches.suse/mm-vmalloc-respect-passed-gfp_mask-when-doing-preloading.patch
	patches.suse/mm-vmalloc-add-more-comments-to-the-adjust_va_to_fit_type.patch
	patches.suse/mm-vmalloc-rework-vmap_area_lock.patch
	patches.suse/mm-pcp-Share-common-code-between-memory-hotplug-and-percpu-sysctl-handler.patch
	patches.suse/mm-pcpu-Make-zone-pcp-updates-and-reset-internal-to-the-mm.patch
	patches.suse/mm-vmscan-remove-unused-lru_pages-argument.patch
	patches.suse/mm-vmscan.c-remove-unused-scan_control-parameter-from-pageout.patch
	patches.suse/mm-vmscan-simplify-lruvec_lru_size.patch
	patches.suse/mm-clean-up-and-clarify-lruvec-lookup-procedure.patch
	patches.suse/mm-vmscan-move-inactive_list_is_low-swap-check-to-the-caller.patch
	patches.suse/mm-vmscan-naming-fixes-global_reclaim-and-sane_reclaim.patch
	patches.suse/mm-vmscan-replace-shrink_node-loop-with-a-retry-jump.patch
	patches.suse/mm-vmscan-turn-shrink_node_memcg-into-shrink_lruvec.patch
	patches.suse/mm-vmscan-split-shrink_node-into-node-part-and-memcgs-part.patch
	patches.suse/mm-vmscan-harmonize-writeback-congestion-tracking-for-nodes-memcgs.patch
	patches.suse/mm-vmscan-move-file-exhaustion-detection-to-the-node-level.patch
	patches.suse/mm-vmscan-detect-file-thrashing-at-the-reclaim-root.patch
	patches.suse/mm-vmscan-enforce-inactive-active-ratio-at-the-reclaim-root.patch
	patches.suse/mm-vmscan.c-fix-typo-in-comment.patch
	patches.suse/hugetlbfs-hugetlb_fault_mutex_hash-cleanup.patch
	patches.suse/hugetlbfs-take-read_lock-on-i_mmap-for-PMD-sharing.patch
	patches.suse/hugetlb-region_chg-provides-only-cache-entry.patch
	patches.suse/hugetlb-remove-duplicated-code.patch
	patches.suse/mm-hugetlb-avoid-looping-to-the-same-hugepage-if-pages-and-vmas.patch
	patches.suse/mm-migrate.c-handle-freed-page-at-the-first-place.patch
	patches.suse/mm-thp-do-not-queue-fully-unmapped-pages-for-deferred-split.patch
	patches.suse/autonuma-fix-watermark-checking-in-migrate_balanced_pgdat.patch
	patches.suse/autonuma-reduce-cache-footprint-when-scanning-page-tables.patch
	patches.suse/mm-madvise.c-replace-with-page_size-in-madvise_inject_error.patch
	patches.suse/mm-shmem-use-proper-gfp-flags-for-shmem_writepage.patch
	patches.suse/mm-shmem.c-cast-the-type-of-unmap_start-to-u64.patch
	patches.suse/mm-page_io.c-annotate-refault-stalls-from-swap_readpage.patch
	patches.suse/dmaengine-xilinx_dma-Clear-desc_pendingcount-in-xili.patch
	patches.suse/dmaengine-fsl-qdma-Handle-invalid-qdma-queue0-IRQ.patch
	patches.suse/dmaengine-ti-edma-fix-missed-failure-handling.patch
	patches.suse/iommu-mediatek-correct-the-flush_iotlb_all-callback
	patches.suse/iommu-tegra-smmu-Use-non-secure-register-for-flushin.patch
	patches.suse/iommu-tegra-smmu-Fix-client-enablement-order.patch
	patches.suse/iommu-tegra-smmu-Fix-page-tables-in-4-GiB-memory.patch
	patches.suse/firmware-qcom-scm-Ensure-a0-status-code-is-treated-a.patch
	patches.suse/iommu-arm-smmu-v3-don-t-display-an-error-when-irq-lines-are-missing
	patches.suse/iommu-arm-smmu-remove-duplicate-error-message
	patches.suse/iommu-vt-d-refactor-find_domain-helper
	patches.suse/pstore-Make-pstore_choose_compression-static.patch
	patches.suse/of-address-introduce-of_get_next_dma_parent-helper.patch
	patches.suse/of-address-follow-dma-parent-for-dma-coherent.patch
	patches.suse/of-factor-out-addr-size-cells-parsing.patch
	patches.suse/of-address-translate-dma-ranges-for-parent-nodes-missing-dma-ranges.patch
	patches.suse/of-address-fix-of_pci_range_parser_one-translation-of-dma-addresses.patch
	patches.suse/of-make-of_dma_get_range-work-on-bus-nodes.patch
	patches.suse/of-overlay-add_changeset_property-memory-leak.patch
	patches.suse/of-unittest-fix-memory-leak-in-attach_node_and_child.patch
	patches.suse/libfdt-define-INT32_MAX-and-UINT32_MAX-in-libfdt_env.patch
	patches.suse/docs-fix-memory.low-description-in-cgroup-v2.rst.patch
	patches.suse/docs-Catch-up-with-the-new-location-of-get_user_page.patch
	patches.suse/genalloc-Fix-a-set-of-docs-build-warnings.patch
	patches.suse/docs-Fix-make-help-suggestion-for-SPHINXDIR.patch
	patches.suse/docs-networking-devlink-trap-Fix-reference-to-other-.patch
	patches.suse/docs-admin-guide-Fix-min-value-of-threads-max-in-ker.patch
	patches.suse/docs-admin-guide-Remove-threads-max-auto-tuning.patch
	patches.suse/scsi-lpfc-Fix-pt2pt-discovery-on-SLI3-HBAs.patch
	patches.suse/scsi-lpfc-Fix-premature-re-enabling-of-interrupts-in.patch
	patches.suse/scsi-lpfc-Fix-miss-of-register-read-failure-check.patch
	patches.suse/scsi-lpfc-Fix-NVME-io-abort-failures-causing-hangs.patch
	patches.suse/scsi-lpfc-Fix-rpi-release-when-deleting-vport.patch
	patches.suse/scsi-lpfc-Fix-device-recovery-errors-after-PLOGI-fai.patch
	patches.suse/scsi-lpfc-Fix-locking-on-mailbox-command-completion.patch
	patches.suse/scsi-lpfc-Fix-GPF-on-scsi-command-completion.patch
	patches.suse/scsi-lpfc-Fix-discovery-failures-when-target-device-.patch
	patches.suse/scsi-lpfc-Fix-NVMe-ABTS-in-response-to-receiving-an-.patch
	patches.suse/scsi-lpfc-Fix-coverity-errors-on-NULL-pointer-checks.patch
	patches.suse/scsi-lpfc-Fix-host-hang-at-boot-or-slow-boot.patch
	patches.suse/scsi-lpfc-Fix-list-corruption-in-lpfc_sli_get_iocbq.patch
	patches.suse/scsi-lpfc-Fix-spinlock_irq-issues-in-lpfc_els_flush_.patch
	patches.suse/scsi-lpfc-Fix-hdwq-sgl-locks-and-irq-handling.patch
	patches.suse/scsi-lpfc-Fix-list-corruption-detected-in-lpfc_put_s.patch
	patches.suse/scsi-lpfc-Update-async-event-logging.patch
	patches.suse/scsi-lpfc-Complete-removal-of-FCoE-T10-PI-support-on.patch
	patches.suse/scsi-lpfc-cleanup-remove-unused-fcp_txcmlpq_cnt.patch
	patches.suse/scsi-lpfc-Update-lpfc-version-to-12.4.0.1.patch
	patches.suse/scsi-mpt3sas-Register-trace-buffer-based-on-NVDATA-s.patch
	patches.suse/scsi-mpt3sas-Display-message-before-releasing-diag-b.patch
	patches.suse/scsi-mpt3sas-Fix-clear-pending-bit-in-ioctl-status.patch
	patches.suse/scsi-mpt3sas-Free-diag-buffer-without-any-status-che.patch
	patches.suse/scsi-mpt3sas-Maintain-owner-of-buffer-through-Unique.patch
	patches.suse/scsi-mpt3sas-clear-release-bit-when-buffer-reregiste.patch
	patches.suse/scsi-mpt3sas-Reuse-diag-buffer-allocated-at-load-tim.patch
	patches.suse/scsi-mpt3sas-Add-app-owned-flag-support-for-diag-buf.patch
	patches.suse/scsi-mpt3sas-Fail-release-cmnd-if-diag-buffer-is-rel.patch
	patches.suse/scsi-mpt3sas-Use-Component-img-header-to-get-Package.patch
	patches.suse/scsi-mpt3sas-Reject-NVMe-Encap-cmnds-to-unsupported-.patch
	patches.suse/scsi-mpt3sas-Fix-module-parameter-max_msix_vectors.patch
	patches.suse/scsi-mpt3sas-Bump-mpt3sas-driver-version-to-32.100.0.patch
	patches.suse/scsi-smartpqi-clean-up-indentation-of-a-statement.patch
	patches.suse/scsi-smartpqi-remove-set-but-not-used-variable-ctrl_.patch
	patches.suse/scsi-qla2xxx-remove-redundant-assignment-to-pointer-.patch
	patches.suse/scsi-bfa-release-allocated-memory-in-case-of-error
	patches.suse/scsi-qedf-Add-port_id-getter.patch
	patches.suse/scsi-qla2xxx-Dual-FCP-NVMe-target-port-support.patch
	patches.suse/scsi-qla2xxx-Add-error-handling-for-PLOGI-ELS-passth.patch
	patches.suse/scsi-qla2xxx-Set-remove-flag-for-all-VP.patch
	patches.suse/scsi-qla2xxx-Check-for-MB-timeout-while-capturing-IS.patch
	patches.suse/scsi-qla2xxx-Capture-FW-dump-on-MPI-heartbeat-stop-e.patch
	patches.suse/scsi-qla2xxx-Improve-logging-for-scan-thread.patch
	patches.suse/scsi-qla2xxx-Update-driver-version-to-10.01.00.20-k.patch
	patches.suse/scsi-lpfc-Make-function-lpfc_defer_pt2pt_acc-static.patch
	patches.suse/scsi-mpt3sas-Clean-up-some-indenting.patch
	patches.suse/scsi-smartpqi-fix-controller-lockup-observed-during-.patch
	patches.suse/scsi-smartpqi-fix-call-trace-in-device-discovery.patch
	patches.suse/scsi-smartpqi-add-inquiry-timeouts.patch
	patches.suse/scsi-smartpqi-fix-LUN-reset-when-fw-bkgnd-thread-is-.patch
	patches.suse/scsi-smartpqi-change-TMF-timeout-from-60-to-30-secon.patch
	patches.suse/scsi-smartpqi-correct-syntax-issue.patch
	patches.suse/scsi-smartpqi-fix-problem-with-unique-ID-for-physica.patch
	patches.suse/scsi-smartpqi-remove-unused-manifest-constants.patch
	patches.suse/scsi-smartpqi-Align-driver-syntax-with-oob.patch
	patches.suse/scsi-smartpqi-bump-version-to-1.2.10-025.patch
	patches.suse/scsi-megaraid_sas-Unique-names-for-MSI-X-vectors.patch
	patches.suse/scsi-megaraid_sas-remove-unused-variables-debugBlk-f.patch
	patches.suse/scsi-target-compare-full-CHAP_A-Algorithm-strings.patch
	patches.suse/scsi-target-fix-SendTargets-All-string-compares.patch
	patches.suse/scsi-target-remove-unused-extension-parameters.patch
	patches.suse/scsi-lpfc-fix-lpfc_nvmet_mrq-to-be-bound-by-hdw-queu.patch
	patches.suse/scsi-lpfc-Fix-reporting-of-read-only-fw-error-errors.patch
	patches.suse/scsi-lpfc-Fix-lockdep-errors-in-sli_ringtx_put.patch
	patches.suse/scsi-lpfc-Fix-SLI3-hba-in-loop-mode-not-discovering-.patch
	patches.suse/scsi-lpfc-Fix-bad-ndlp-ptr-in-xri-aborted-handling.patch
	patches.suse/scsi-lpfc-Fix-hardlockup-in-lpfc_abort_handler.patch
	patches.suse/scsi-lpfc-fix-coverity-error-of-dereference-after-nu.patch
	patches.suse/scsi-lpfc-Slight-fast-path-performance-optimizations.patch
	patches.suse/scsi-lpfc-Remove-lock-contention-target-write-path.patch
	patches.suse/scsi-lpfc-Revise-interrupt-coalescing-for-missing-sc.patch
	patches.suse/scsi-lpfc-Make-FW-logging-dynamically-configurable.patch
	patches.suse/scsi-lpfc-Add-log-macros-to-allow-print-by-serverity.patch
	patches.suse/scsi-lpfc-Add-FA-WWN-Async-Event-reporting.patch
	patches.suse/scsi-lpfc-Add-FC-AL-support-to-lpe32000-models.patch
	patches.suse/scsi-lpfc-Add-additional-discovery-log-messages.patch
	patches.suse/scsi-lpfc-Update-lpfc-version-to-12.6.0.0.patch
	patches.suse/scsi-lpfc-lpfc_attr-Fix-Use-plain-integer-as-NULL-po.patch
	patches.suse/scsi-lpfc-lpfc_nvmet-Fix-Use-plain-integer-as-NULL-p.patch
	patches.suse/scsi-csiostor-don-t-enable-irqs-too-early
	patches.suse/scsi-esas2r-unlock-on-error-in-esas2r_nvram_read_direct
	patches.suse/scsi-mpt3sas-change-allocation-option.patch
	patches.suse/scsi-lpfc-fix-build-error-of-lpfc_debugfs.c-for-vfre.patch
	patches.suse/scsi-lpfc-fix-spelling-error-in-MAGIC_NUMER_xxx.patch
	patches.suse/scsi-lpfc-Fix-NULL-check-before-mempool_destroy-is-n.patch
	patches.suse/scsi-lpfc-Make-lpfc_debugfs_ras_log_data-static.patch
	patches.suse/scsi-zfcp-signal-incomplete-or-error-for-sync-exchan-92953c6e.patch
	patches.suse/scsi-zfcp-diagnostics-buffer-caching-and-use-for-exc-7e418833.patch
	patches.suse/scsi-zfcp-add-diagnostics-buffer-for-exchange-config-08821023.patch
	patches.suse/scsi-zfcp-support-retrieval-of-SFP-Data-via-Exchange-a10a61e8.patch
	patches.suse/scsi-zfcp-introduce-sysfs-interface-for-diagnostics--6028f7c4.patch
	patches.suse/scsi-zfcp-implicitly-refresh-port-data-diagnostics-w-8155eb07.patch
	patches.suse/scsi-zfcp-introduce-sysfs-interface-to-read-the-loca-5a2876f0.patch
	patches.suse/scsi-zfcp-implicitly-refresh-config-data-diagnostics-8a72db70.patch
	patches.suse/scsi-zfcp-move-maximum-age-of-diagnostic-buffers-int-48910f8c.patch
	patches.suse/scsi-zfcp-proper-indentation-to-reduce-confusion-in--e76acc51.patch
	patches.suse/scsi-zfcp-trace-channel-log-even-for-FCP-command-res.patch
	patches.suse/scsi-core-scsi_trace-use-get_unaligned_be
	patches.suse/scsi-lpfc-Fix-duplicate-unreg_rpi-error-in-port-offl.patch
	patches.suse/scsi-lpfc-Fix-configuration-of-BB-credit-recovery-in.patch
	patches.suse/scsi-lpfc-Fix-kernel-crash-at-lpfc_nvme_info_show-du.patch
	patches.suse/scsi-lpfc-Fix-unexpected-error-messages-during-RSCN-.patch
	patches.suse/scsi-lpfc-Fix-dynamic-fw-log-enablement-check.patch
	patches.suse/scsi-lpfc-Sync-with-FC-NVMe-2-SLER-change-to-require.patch
	patches.suse/scsi-lpfc-Clarify-FAWNN-error-message.patch
	patches.suse/scsi-lpfc-Add-registration-for-CPU-Offline-Online-ev.patch
	patches.suse/scsi-lpfc-Change-default-IRQ-model-on-AMD-architectu.patch
	patches.suse/scsi-lpfc-Add-enablement-of-multiple-adapter-dumps.patch
	patches.suse/scsi-lpfc-Update-lpfc-version-to-12.6.0.1.patch
	patches.suse/scsi-tracing-fix-handling-of-transfer-length-0-for-read6-and-write6
	patches.suse/scsi-target-iscsi-CHAP-add-support-for-SHA1-SHA256-a.patch
	patches.suse/scsi-target-iscsi-tie-the-challenge-length-to-the-ha.patch
	patches.suse/scsi-target-iscsi-rename-some-variables-to-avoid-con.patch
	patches.suse/scsi-qla2xxx-Retry-PLOGI-on-FC-NVMe-PRLI-failure.patch
	patches.suse/scsi-qla2xxx-Do-command-completion-on-abort-timeout.patch
	patches.suse/scsi-qla2xxx-Fix-SRB-leak-on-switch-command-timeout.patch
	patches.suse/scsi-qla2xxx-Fix-driver-unload-hang.patch
	patches.suse/scsi-qla2xxx-Fix-double-scsi_done-for-abort-path.patch
	patches.suse/scsi-qla2xxx-Fix-memory-leak-when-sending-I-O-fails.patch
	patches.suse/scsi-qla2xxx-Fix-device-connect-issues-in-P2P-config.patch
	patches.suse/scsi-qla2xxx-Update-driver-version-to-10.01.00.21-k.patch
	patches.suse/scsi-qla2xxx-Remove-an-include-directive.patch
	patches.suse/scsi-qla2xxx-Fix-a-dma_pool_free-call.patch
	patches.suse/scsi-qla2xxx-initialize-fc4_type_priority.patch
	patches.suse/scsi-qla2xxx-don-t-use-zero-for-FC4_PRIORITY_NVME.patch
	patches.suse/scsi-lpfc-Fix-a-kernel-warning-triggered-by-lpfc_get.patch
	patches.suse/scsi-lpfc-Fix-a-kernel-warning-triggered-by-lpfc_sli.patch
	patches.suse/scsi-lpfc-Fix-lpfc_cpumask_of_node_init.patch
	patches.suse/scsi-lpfc-fix-Coverity-lpfc_get_scsi_buf_s3-Null-poi.patch
	patches.suse/scsi-lpfc-fix-Coverity-lpfc_cmpl_els_rsp-Null-pointe.patch
	patches.suse/scsi-lpfc-fix-inlining-of-lpfc_sli4_cleanup_poll_lis.patch
	patches.suse/scsi-lpfc-Initialize-cpu_map-for-not-present-cpus.patch
	patches.suse/scsi-lpfc-revise-nvme-max-queues-to-be-hdwq-count.patch
	patches.suse/scsi-lpfc-Update-lpfc-version-to-12.6.0.2.patch
	patches.suse/scsi-zorro_esp-limit-dma-transfers-to-65536-bytes-except-on-fastlane
	patches.suse/scsi-qla4xxx-fix-double-free-bug
	patches.suse/scsi-lpfc-use-hdwq-assigned-cpu-for-allocation.patch
	patches.suse/Revert-scsi-qla2xxx-Fix-memory-leak-when-sending-I-O.patch
	patches.suse/scsi-bnx2i-fix-potential-use-after-free
	patches.suse/xfs-pass-the-correct-flag-to-xlog_write_iclog.patch
	patches.suse/xfs-remove-the-unused-ic_io_size-field-from-xlog_in_.patch
	patches.suse/xfs-move-the-locking-from-xlog_state_finish_copy-to-.patch
	patches.suse/xfs-call-xlog_state_release_iclog-with-l_icloglock-h.patch
	patches.suse/xfs-remove-dead-ifdef-XFSERRORDEBUG-code.patch
	patches.suse/xfs-remove-the-unused-XLOG_STATE_ALL-and-XLOG_STATE_.patch
	patches.suse/xfs-turn-ic_state-into-an-enum.patch
	patches.suse/xfs-remove-the-XLOG_STATE_DO_CALLBACK-state.patch
	patches.suse/xfs-fix-inode-fork-extent-count-overflow.patch
	patches.suse/xfs-also-call-xfs_file_iomap_end_delalloc-for-zeroin.patch
	patches.suse/xfs-cap-longest-free-extent-to-maximum-allocatable.patch
	patches.suse/xfs-Sanity-check-flags-of-Q_XQUOTARM-call.patch
	patches.suse/xfs-don-t-implement-XFS_IOC_RESVSP-XFS_IOC_RESVSP64.patch
	patches.suse/fs-add-generic-UNRESVSP-and-ZERO_RANGE-ioctl-handler.patch
	patches.suse/xfs-check-attribute-leaf-block-structure.patch
	patches.suse/xfs-namecheck-attribute-names-before-listing-them.patch
	patches.suse/xfs-namecheck-directory-entry-names-before-listing-t.patch
	patches.suse/xfs-replace-EIO-with-EFSCORRUPTED-for-corrupt-metada.patch
	patches.suse/xfs-properly-serialise-fallocate-against-AIO-DIO.patch
	patches.suse/xfs-constify-the-buffer-pointer-arguments-to-error-f.patch
	patches.suse/xfs-always-log-corruption-errors.patch
	patches.suse/xfs-make-the-assertion-message-functions-take-a-moun.patch
	patches.suse/xfs-range-check-ri_cnt-when-recovering-log-items.patch
	patches.suse/xfs-convert-EIO-to-EFSCORRUPTED-when-log-contents-ar.patch
	patches.suse/xfs-attach-dquots-and-reserve-quota-blocks-during-un.patch
	patches.suse/xfs-attach-dquots-before-performing-xfs_swap_extents.patch
	patches.suse/xfs-add-a-XFS_IS_CORRUPT-macro.patch
	patches.suse/xfs-Fix-deadlock-between-AGI-and-AGF-when-target_ip-.patch
	patches.suse/xfs-fix-some-memory-leaks-in-log-recovery.patch
	patches.suse/xfs-fix-attr-leaf-header-freemap.size-underflow.patch
	patches.suse/xfs-report-corruption-only-as-a-regular-error.patch
	patches.suse/ubifs-Fixed-missed-le64_to_cpu-in-journal.patch
	patches.suse/ubifs-do_kill_orphans-Fix-a-memory-leak-bug.patch
	patches.suse/crypto-arch-conditionalize-crypto-api-in-arch-glue-for-lib-code.patch
	patches.suse/0026-modpost-do-not-invoke-extra-modpost-for-nsdeps.patch
	patches.suse/0027-modpost-free-ns_deps_buf.p-after-writing-ns_deps-fil.patch
	patches.suse/0028-modpost-dump-missing-namespaces-into-a-single-module.patch
	patches.suse/0029-scripts-nsdeps-support-nsdeps-for-external-module-bu.patch
	patches.suse/0030-modpost-remove-unneeded-local-variable-in-contains_n.patch
	patches.suse/percpu-refcount-Use-normal-instead-of-RCU-sched.patch
	patches.suse/irqchip-irq-bcm7038-l1-Enable-parent-IRQ-if-necessar.patch
	patches.suse/irqchip-Place-CONFIG_SIFIVE_PLIC-into-the-menu.patch
	patches.suse/irqchip-ingenic-Error-out-if-IRQ-domain-creation-fai.patch
	patches.suse/clocksource-drivers-timer-of-Use-unique-device-name-.patch
	patches.suse/clocksource-drivers-asm9260-Add-a-check-for-of_clk_g.patch
	patches.suse/hrtimer-Annotate-lockless-access-to-timer-state.patch
	patches.suse/time-Zero-the-upper-32-bits-in-__kernel_timespec-on-.patch
	patches.suse/s390-smp-vdso-fix-ASCE-handling.patch
	patches.suse/s390-always-inline-disabled_wait.patch
	patches.suse/s390-disable-preemption-when-switching-to-nodat-stack-with-call_on_stack.patch
	patches.suse/s390-unwind-unify-task-is-current-checks.patch
	patches.suse/s390-correct-call_on_stack-back_chain-saving.patch
	patches.suse/s390-avoid-misusing-call_on_stack-for-task-stack-setup.patch
	patches.suse/s390-unwind-report-an-error-if-pt_regs-are-not-on-stack.patch
	patches.suse/s390-unwind-make-reuse_sp-default-when-unwinding-pt_regs.patch
	patches.suse/s390-head64-correct-init_task-stack-setup.patch
	patches.suse/s390-unwind-stop-gracefully-at-task-pt_regs.patch
	patches.suse/s390-kaslr-store-KASLR-offset-for-early-dumps.patch
	patches.suse/s390-unwind-always-inline-get_stack_pointer.patch
	patches.suse/s390-fix-register-clobbering-in-call_on_stack.patch
	patches.suse/s390-test_unwind-print-verbose-unwinding-results.patch
	patches.suse/s390-unwind-start-unwinding-from-reliable-state.patch
	patches.suse/s390-unwind-filter-out-unreliable-bogus-r14.patch
	patches.suse/s390-unwind-add-stack-pointer-alignment-sanity-checks.patch
	patches.suse/s390-livepatch-implement-reliable-stack-tracing-for-the-consistency-model.patch
	patches.suse/apparmor-Use-a-memory-pool-instead-per-CPU-caches.patch
	patches.suse/apparmor-Switch-to-GFP_KERNEL-where-possible.patch
	patches.suse/apparmor-increase-left-match-history-buffer-size.patch
	patches.suse/apparmor-fix-unsigned-len-comparison-with-less-than-.patch
	patches.suse/apparmor-fix-wrong-buffer-allocation-in-aa_new_mount.patch
	patches.suse/apparmor-reduce-rcu_read_lock-scope-for-aa_file_perm-mediation.patch
	patches.suse/apparmor-make-it-so-work-buffers-can-be-allocated-from-atomic-context.patch
	patches.suse/rtc-disable-uie-before-setting-time-and-enable-after.patch
	patches.suse/rtc-brcmstb-waketimer-add-missed-clk_disable_unprepa.patch
	patches.suse/rtc-bd70528-Add-MODULE-ALIAS-to-autoload-module.patch
	patches.suse/rtc-bd70528-fix-module-alias-to-autoload-module.patch
	patches.suse/rtc-fsl-ftm-alarm-remove-select-FSL_RCPM-and-default.patch
	patches.suse/rtc-msm6242-Fix-reading-of-10-hour-digit.patch
	patches.suse/rtc-pm8xxx-update-kerneldoc-for-struct-pm8xxx_rtc.patch
	patches.suse/PCI-ASPM-Allow-re-enabling-Clock-PM.patch
	patches.suse/PCI-pciehp-Avoid-returning-prematurely-from-sysfs-re.patch
	patches.suse/PCI-pciehp-Do-not-disable-interrupt-twice-on-suspend.patch
	patches.suse/ACPI-hotplug-PCI-Allocate-resources-directly-under-t.patch
	patches.suse/x86-PCI-Avoid-AMD-FCH-XHCI-USB-PME-from-D0-defect.patch
	patches.suse/PCI-PTM-Remove-spurious-d-from-granularity-message.patch
	patches.suse/PCI-MSI-Fix-incorrect-MSI-X-masking-on-resume.patch
	patches.suse/Revert-nvme-Add-quirk-for-Kingston-NVME-SSD-running-.patch
	patches.suse/PCI-PM-Always-return-devices-to-D0-when-thawing.patch
	patches.suse/PCI-PM-Clear-PCIe-PME-Status-even-for-legacy-power-m.patch
	patches.suse/PCI-PM-Add-pcie_wait_for_link_delay.patch
	patches.suse/PCI-Fix-missing-bridge-dma_ranges-resource-list-clea.patch
	patches.suse/PCI-Do-not-use-bus-number-zero-from-EA-capability.patch
	patches.suse/PCI-switchtec-Read-all-64-bits-of-part_event_bitmap.patch
	patches.suse/PCI-Fix-Intel-ACS-quirk-UPDCR-register-address.patch
	patches.suse/PCI-Add-DMA-alias-quirk-for-Intel-VCA-NTB.patch
	patches.suse/PCI-Apply-Cavium-ACS-quirk-to-ThunderX2-and-ThunderX.patch
	patches.suse/PCI-Make-ACS-quirk-implementations-more-uniform.patch
	patches.suse/PCI-Unify-ACS-quirk-desired-vs-provided-checking.patch
	patches.suse/PCI-aardvark-Use-LTSSM-state-to-build-link-training-.patch
	patches.suse/PCI-aardvark-Fix-PCI_EXP_RTCTL-register-configuratio.patch
	patches.suse/PCI-dwc-Fix-find_next_bit-usage.patch
	patches.suse/PCI-endpoint-Cast-the-page-number-to-phys_addr_t.patch
	patches.suse/msft-hv-1989-PCI-hv-Reorganize-the-code-in-preparation-of-hiberna.patch
	patches.suse/msft-hv-1991-PCI-hv-Change-pci_protocol_version-to-per-hbus.patch
	patches.suse/PCI-layerscape-Add-LS1028a-support.patch
	patches.suse/PCI-amlogic-Fix-probed-clock-names.patch
	patches.suse/PCI-mobiveil-Fix-csr_read-write-build-issue.patch
	patches.suse/PCI-rcar-Fix-missing-MACCTLR-register-setting-in-ini.patch
	patches.suse/PCI-tegra-Fix-CLKREQ-dependency-programming.patch
	patches.suse/PCI-vmd-Add-device-id-for-VMD-device-8086-9A0B.patch
	patches.suse/resource-add-a-resource_list_first_type-helper.patch
	patches.suse/pci-export-pci_parse_request_of_pci_ranges.patch
	patches.suse/pci-aardvark-use-pci_parse_request_of_pci_ranges.patch
	patches.suse/pci-altera-use-pci_parse_request_of_pci_ranges.patch
	patches.suse/pci-dwc-use-pci_parse_request_of_pci_ranges.patch
	patches.suse/pci-faraday-use-pci_parse_request_of_pci_ranges.patch
	patches.suse/pci-iproc-use-pci_parse_request_of_pci_ranges.patch
	patches.suse/pci-mediatek-use-pci_parse_request_of_pci_ranges.patch
	patches.suse/pci-mobiveil-use-pci_parse_request_of_pci_ranges.patch
	patches.suse/pci-rockchip-use-pci_parse_request_of_pci_ranges.patch
	patches.suse/pci-rockchip-drop-storing-driver-private-outbound-resource-data.patch
	patches.suse/pci-v3-semi-use-pci_parse_request_of_pci_ranges.patch
	patches.suse/pci-xgene-use-pci_parse_request_of_pci_ranges.patch
	patches.suse/pci-xilinx-use-pci_parse_request_of_pci_ranges.patch
	patches.suse/pci-xilinx-nwl-use-pci_parse_request_of_pci_ranges.patch
	patches.suse/pci-versatile-use-pci_parse_request_of_pci_ranges.patch
	patches.suse/pci-versatile-remove-usage-of-phys_offset.patch
	patches.suse/pci-versatile-enable-compile_test.patch
	patches.suse/pci-of-add-inbound-resource-parsing-to-helpers.patch
	patches.suse/pci-ftpci100-use-inbound-resources-for-setup.patch
	patches.suse/pci-v3-semi-use-inbound-resources-for-setup.patch
	patches.suse/pci-xgene-use-inbound-resources-for-setup.patch
	patches.suse/pci-iproc-use-inbound-resources-for-setup.patch
	patches.suse/pci-rcar-use-inbound-resources-for-setup.patch
	patches.suse/tools-PCI-Fix-fd-leakage.patch
	patches.suse/tty-serial-msm_serial-Fix-flow-control.patch
	patches.suse/serial-8250_dw-Avoid-double-error-messaging-when-IRQ.patch
	patches.suse/serial-8250-mtk-Use-platform_get_irq_optional-for-op.patch
	patches.suse/tty-serial-fsl_lpuart-use-the-sg-count-from-dma_map_.patch
	patches.suse/tty-serial-imx-use-the-sg-count-from-dma_map_sg.patch
	patches.suse/tty-serial-pch_uart-correct-usage-of-dma_unmap_sg.patch
	patches.suse/0001-Revert-serial-uartlite-Add-runtime-support.patch
	patches.suse/0001-Revert-serial-uartlite-Do-not-use-static-struct-uart.patch
	patches.suse/0001-Revert-serial-uartlite-Move-the-uart-register.patch
	patches.suse/serial-pl011-Fix-DMA-flush_buffer.patch
	patches.suse/serial-ifx6x60-add-missed-pm_runtime_disable.patch
	patches.suse/serial-serial_core-Perform-NULL-checks-for-break_ctl.patch
	patches.suse/serial-stm32-fix-clearing-interrupt-error-flags.patch
	patches.suse/tty-vt-keyboard-reject-invalid-keycodes.patch
	patches.suse/vcs-prevent-write-access-to-vcsu-devices.patch
	patches.suse/platform-chrome-wilco_ec-fix-use-after-free-issue.patch
	patches.suse/PM-QoS-Redefine-FREQ_QOS_MAX_DEFAULT_VALUE-to-S32_MA.patch
	patches.suse/PM-devfreq-Add-missing-locking-while-setting-suspend.patch
	patches.suse/ACPI-OSL-only-free-map-once-in-osl.c.patch
	patches.suse/ACPI-bus-Fix-NULL-pointer-check-in-acpi_bus_get_priv.patch
	patches.suse/ACPI-sysfs-Change-ACPI_MASKABLE_GPE_MAX-to-0x100.patch
	patches.suse/kvm-x86-fix-out-of-bounds-write-in-kvm_get_emulated_cpuid-cve-2019-19332
	patches.suse/mm-memcg-slab-wait-for-root-kmem_cache-refcnt-killin.patch
	patches.suse/0001-epoll-simplify-ep_poll_safewake-for-CONFIG_DEBUG_LOC.patch
	patches.suse/0001-fs-epoll-remove-unnecessary-wakeups-of-nested-epoll.patch
	patches.suse/drm-limit-to-INT_MAX-in-create_blob-ioctl.patch
	patches.suse/uaccess-disallow-INT_MAX-copy-sizes.patch
	patches.suse/lib-ubsan-don-t-serialize-UBSAN-report.patch
	patches.suse/thermal-qoriq-add-thermal-monitor-unit-version-2-sup.patch
	patches.suse/thermal-Fix-deadlock-in-thermal-thermal_zone_device_.patch
	patches.suse/ARM-tegra-Fix-FLOW_CTLR_HALT-register-clobbering-by-.patch
	patches.suse/ARM-OMAP2-Add-missing-put_device-call-in-omapdss_ini.patch
	patches.suse/soc-renesas-Add-missing-check-for-non-zero-product-r.patch
	patches.suse/firmware-tegra-Move-BPMP-resume-to-noirq-phase.patch
	patches.suse/soc-tegra-fuse-Add-FUSE-clock-check-in-tegra_fuse_re.patch
	patches.suse/soc-tegra-pmc-Fix-crashes-for-hierarchical-interrupt.patch
	patches.suse/soc-tegra-pmc-Support-wake-events-on-more-Tegra-SoCs.patch
	patches.suse/soc-tegra-pmc-Add-wake-event-support-on-Tegra210.patch
	patches.suse/soc-tegra-pmc-Configure-core-power-request-polarity.patch
	patches.suse/soc-tegra-pmc-Configure-deep-sleep-control-settings.patch
	patches.suse/firmware-imx-warn-on-unexpected-RX.patch
	patches.suse/memory-tegra-Set-DMA-mask-based-on-supported-address.patch
	patches.suse/PM-wakeup-Add-routine-to-help-fetch-wakeup-source-ob.patch
	patches.suse/soc-fsl-add-RCPM-driver.patch
	patches.suse/ARM-dts-s3c64xx-Fix-init-order-of-clock-providers.patch
	patches.suse/arm64-dts-exynos-Revert-Remove-unneeded-address-spac.patch
	patches.suse/ARM-dts-logicpd-torpedo-37xx-devkit-28-Reference-new.patch
	patches.suse/arm64-tegra-Fix-active-low-warning-for-Jetson-TX1-re.patch
	patches.suse/arm64-dts-marvell-Fix-CP110-NAND-controller-node-mul.patch
	patches.suse/arm64-dts-allwinner-a64-Re-add-PMU-node.patch
	patches.suse/arm64-dts-qcom-msm8998-clamshell-Remove-retention-id.patch
	patches.suse/arm64-dts-meson-axg-fix-audio-fifo-reg-size.patch
	patches.suse/arm64-dts-meson-odroid-c2-Disable-usb_otg-bus-to-avo.patch
	patches.suse/arm64-dts-meson-gxl-s905x-khadas-vim-fix-gpio-keys-p.patch
	patches.suse/arm64-dts-meson-gxl-s905x-khadas-vim-fix-uart_A-blue.patch
	patches.suse/arm64-dts-meson-gxm-khadas-vim2-fix-uart_A-bluetooth.patch
	patches.suse/m68k-coldfire-Use-CONFIG_PREEMPTION.patch
	patches.suse/0031-export-avoid-code-duplication-in-include-linux-expor.patch
	patches.suse/moduleparam-fix-parameter-description-mismatch.patch
	patches.suse/module-wakeup-processes-in-module_wq-on-mod.patch
	patches.suse/fuse-verify-attributes.patch
	patches.suse/fuse-verify-nlink.patch
	patches.suse/libceph-drop-unnecessary-check-from-dispatch-in-mon_client-c.patch
	patches.suse/ceph-make-several-helper-accessors-take-const-pointers.patch
	patches.suse/rbd-fix-spelling-mistake-requeueing-requeuing.patch
	patches.suse/ceph-fix-geting-random-mds-from-mdsmap.patch
	patches.suse/ceph-tone-down-loglevel-on-ceph_mdsc_build_path-warning.patch
	patches.suse/ceph-don-t-leave-ino-field-in-ceph_mds_request_head-uninitialized.patch
	patches.suse/rbd-introduce-rbd_is_snap.patch
	patches.suse/rbd-introduce-rbd_dev_flag_readonly.patch
	patches.suse/rbd-treat-images-mapped-read-only-seriously.patch
	patches.suse/rbd-disallow-read-write-partitions-on-images-mapped-read-only.patch
	patches.suse/rbd-don-t-acquire-exclusive-lock-for-read-only-mappings.patch
	patches.suse/rbd-don-t-establish-watch-for-read-only-mappings.patch
	patches.suse/rbd-remove-snapshot-existence-validation-code.patch
	patches.suse/rbd-don-t-query-snapshot-features.patch
	patches.suse/rbd-ask-for-a-weaker-incompat-mask-for-read-only-mappings.patch
	patches.suse/libceph-rbd-ceph-convert-to-use-the-new-mount-api.patch
	patches.suse/gfs2-Multi-block-allocations-in-gfs2_page_mkwrite.patch
	patches.suse/gfs2-fix-glock-reference-problem-in-gfs2_trans_remov.patch
	patches.suse/fsnamei.c-pull-positivity-check-into-follow_managed.patch
	patches.suse/new-helper-lookup_positive_unlocked.patch
	patches.suse/fix-dget_parent-fastpath-race.patch
	patches.suse/fsnamei.c-fix-missing-barriers-when-checking-positivity.patch
	patches.suse/io_uring-use-current-task-creds-instead-of-allocatin.patch
	patches.suse/io_uring-transform-send-recvmsg-ERESTARTSYS-to-EINTR.patch
	patches.suse/0001-xen-blkback-Avoid-unmapping-unmapped-grant-pages.patch
	patches.suse/0003-block-fix-memleak-of-bio-integrity-data.patch
	patches.suse/drm-msm-include-linux-sched-task.h.patch
	patches.suse/drm-msm-Sanitize-the-modeset_is_locked-checks-in-dpu.patch
	patches.suse/drm-i915-query-Align-flavour-of-engine-data-lookup.patch
	patches.suse/drm-i915-Reduce-nested-prepare_remote_context-to-a-t.patch
	patches.suse/drm-amd-display-add-default-clocks-if-not-able-to-fe.patch
	patches.suse/drm-amd-display-re-enable-wait-in-pipelock-but-add-t.patch
	patches.suse/drm-radeon-fix-r1xx-r2xx-register-checker-for-POT-te.patch
	patches.suse/drm-mgag200-Extract-device-type-from-flags.patch
	patches.suse/drm-mgag200-Store-flags-from-PCI-driver-data-in-devi.patch
	patches.suse/0001-drm-mgag200-Add-workaround-for-HW-that-does-not-supp.patch
	patches.suse/drm-dp_mst-Correct-the-bug-in-drm_dp_update_payload_.patch
	patches.suse/drm-i915-gvt-Fix-cmd-length-check-for-MI_ATOMIC.patch
	patches.suse/ALSA-hda-hdmi-fix-vgaswitcheroo-detection-for-AMD.patch
	patches.suse/ALSA-hda-hdmi-Add-new-pci-ids-for-AMD-GPU-display-au.patch
	patches.suse/ALSA-hda-hdmi-enable-runtime-pm-for-newer-AMD-displa.patch
	patches.suse/ALSA-hda-hdmi-enable-automatic-runtime-pm-for-AMD-HD.patch
	patches.suse/ALSA-hda-hdmi-fix-regression-in-connect-list-handlin.patch
	patches.suse/ALSA-hda-realtek-Dell-headphone-has-noise-on-unmute-.patch
	patches.suse/ALSA-hda-realtek-Fix-inverted-bass-GPIO-pin-on-Acer-.patch
	patches.suse/ALSA-hda-hdmi-fix-kernel-oops-caused-by-invalid-PCM-.patch
	patches.suse/ALSA-hda-hdmi-preserve-non-MST-PCM-routing-for-Intel.patch
	patches.suse/ALSA-hda-fixup-for-the-bass-speaker-on-Lenovo-Carbon.patch
	patches.suse/ALSA-hda-Modify-stream-stripe-mask-only-when-needed.patch
	patches.suse/ALSA-hda-hdmi-Keep-old-slot-assignment-behavior-for-.patch
	patches.suse/ALSA-pcm-oss-Avoid-potential-buffer-overflows.patch
	patches.suse/powerpc-xive-Skip-ioremap-of-ESB-pages-for-LSI-inter.patch
	patches.suse/powerpc-pmem-Fix-kernel-crash-due-to-wrong-range-val.patch
	patches.suse/powerpc-Fix-vDSO-clock_getres.patch
	patches.suse/powerpc-archrandom-fix-arch_get_random_seed_int.patch
	patches.suse/powerpc-perf-Disable-trace_imc-pmu.patch
	patches.suse/arm64-mm-Fix-initialisation-of-DMA-zones-on-non-NUMA.patch
	patches.suse/arm64-KVM-Invoke-compute_layout-before-alternatives-.patch
	patches.suse/soc-aspeed-Fix-snoop_file_poll-s-return-type.patch
	patches.suse/arm64-dts-juno-Fix-UART-frequency.patch
	patches.suse/Revert-arm64-dts-juno-add-dma-ranges-property.patch
	patches.suse/firmware-arm_scmi-Avoid-double-free-in-error-flow.patch
	patches.suse/ARM-dts-omap3-tao3530-Fix-incorrect-MMC-card-detecti.patch
	patches.suse/ARM-dts-Fix-vcsi-regulator-to-be-always-on-for-droid.patch
	patches.suse/ARM-dts-Fix-sgx-sysconfig-register-for-omap4.patch
	patches.suse/cpufreq-tegra124-Add-suspend-and-resume-support.patch
	patches.suse/soc-tegra-pmc-Use-lower-case-for-hexadecimal-literal.patch
	patches.suse/soc-tegra-pmc-Add-missing-IRQ-callbacks-on-Tegra194.patch
	patches.suse/soc-tegra-pmc-Add-reset-sources-and-levels-on-Tegra1.patch
	patches.suse/vfio-pci-call-irq_bypass_unregister_producer-before-.patch
	patches.suse/NFSv2-Fix-a-typo-in-encode_sattr.patch
	patches.suse/SUNRPC-Avoid-RPC-delays-when-exiting-suspend.patch
	patches.suse/NFSv4.x-Handle-bad-dead-sessions-correctly-in-nfs41_.patch
	patches.suse/NFSv4.x-Drop-the-slot-if-nfs4_delegreturn_prepare-wa.patch
	patches.suse/SUNRPC-Eliminate-log-noise-in-call_reserveresult.patch
	patches.suse/SUNRPC-Add-trace-points-to-observe-transport-congest.patch
	patches.suse/xprtrdma-add-unique-trace-points-for-posting-local-invalidate-wrs.patch
	patches.suse/xprtrdma-Connection-becomes-unstable-after-a-reconne.patch
	patches.suse/xprtrdma-Initialize-rb_credits-in-one-place.patch
	patches.suse/xprtrdma-Close-window-between-waking-RPC-senders-and.patch
	patches.suse/xprtrdma-Fix-MR-list-handling.patch
	patches.suse/xprtrdma-Manage-MRs-in-context-of-a-single-connectio.patch
	patches.suse/xprtrdma-Ensure-ri_id-is-stable-during-MR-recycling.patch
	patches.suse/xprtrdma-Remove-rpcrdma_sendctx-sc_xprt.patch
	patches.suse/xprtrdma-Remove-rpcrdma_sendctx-sc_device.patch
	patches.suse/xprtrdma-Move-the-rpcrdma_sendctx-sc_wr-field.patch
	patches.suse/xprtrdma-Refactor-rpcrdma_prepare_msg_sges.patch
	patches.suse/xprtrdma-Pull-up-sometimes.patch
	patches.suse/xprtrdma-Wake-tasks-after-connect-worker-fails.patch
	patches.suse/xprtrdma-Report-the-computed-connect-delay.patch
	patches.suse/xprtrdma-Refine-trace_xprtrdma_fixup.patch
	patches.suse/xprtrdma-Replace-dprintk-in-rpcrdma_update_connect_p.patch
	patches.suse/xprtrdma-Replace-dprintk-in-xprt_rdma_set_port.patch
	patches.suse/SUNRPC-Fix-another-issue-with-MIC-buffer-space.patch
	patches.suse/SUNRPC-Capture-completion-of-all-RPC-tasks.patch
	patches.suse/svcrdma-Improve-DMA-mapping-trace-points.patch
	patches.suse/nfsd4-fix-up-replay_matches_cache.patch
	patches.suse/sunrpc-fix-crash-when-cache_head-become-valid-before.patch
	patches.suse/SUNRPC-Trace-gssproxy-upcall-results.patch
	patches.suse/SUNRPC-Fix-svcauth_gss_proxy_init.patch
	patches.suse/nfsd-restore-NFSv3-ACL-support.patch
	patches.suse/SUNRPC-Fix-backchannel-latency-metrics.patch
	patches.suse/nfsd-Ensure-CLONE-persists-data-and-metadata-changes.patch
	patches.suse/NFSD-fixing-possible-null-pointer-derefering-in-copy.patch
	patches.suse/nfsd-depend-on-CRYPTO_MD5-for-legacy-client-tracking.patch
	patches.suse/xfs-don-t-check-for-AG-deadlock-for-realtime-files-i.patch
	patches.suse/xfs-fix-mount-failure-crash-on-invalid-iclog-memory-.patch
	patches.suse/iomap-fix-sub-page-uptodate-handling.patch
	patches.suse/Input-goodix-add-upside-down-quirk-for-Teclast-X89-t.patch
	patches.suse/Input-synaptics-rmi4-re-enable-IRQs-in-f34v7_do_refl.patch
	patches.suse/CIFS-Fix-NULL-pointer-dereference-in-smb2_push_manda.patch
	patches.suse/fs-cifs-Fix-atime-update-check-vs-mtime.patch
	patches.suse/cifs-remove-redundant-assignment-to-pointer-pneg_ctxt.patch
	patches.suse/smb3-remove-unused-flag-passed-into-close-functions.patch
	patches.suse/smb3-query-attributes-on-file-close.patch
	patches.suse/smb3-fix-mode-passed-in-on-create-for-modetosid-mount-option.patch
	patches.suse/smb3-improve-check-for-when-we-send-the-security-descriptor-context.patch
	patches.suse/scsi-lpfc-size-cpu-map-by-last-cpu-id-set.patch
	patches.suse/scsi-scsi_transport_sas-fix-memory-leak-when-removing-devices
	patches.suse/scsi-qla2xxx-fix-rports-not-being-mark-as-lost-in-sy.patch
	patches.suse/scsi-qla2xxx-unregister-ports-after-GPN_FT-failure.patch
	patches.suse/scsi-qla2xxx-Fix-qla2x00_request_irqs-for-MSI.patch
	patches.suse/bpf-Fix-static-checker-warning.patch
	patches.suse/bpf-Support-pre-2.25-binutils-objcopy-for-vmlinux-BT.patch
	patches.suse/libbpf-Fix-Makefile-libbpf-symbol-mismatch-diagnosti.patch
	patches.suse/libbpf-Fix-global-variable-relocation.patch
	patches.suse/libbpf-Fix-up-generation-of-bpf_helper_defs.h.patch
	patches.suse/libbpf-fix-sym-st_value-print-on-32-bit-arches.patch
	patches.suse/bpf-Fix-build-in-minimal-configurations.patch
	patches.suse/bpf-Force-.BTF-section-start-to-zero-when-dumping-fr.patch
	patches.suse/libbpf-Fix-readelf-output-parsing-on-powerpc-with-re.patch
	patches.suse/sch_cake-Add-missing-NLA-policy-entry-TCA_CAKE_SPLIT.patch
	patches.suse/Fixed-updating-of-ethertype-in-function-skb_mpls_pop.patch
	patches.suse/can-slcan-Fix-use-after-free-Read-in-slcan_open.patch
	patches.suse/can-ucan-fix-non-atomic-allocation-in-completion-han.patch
	patches.suse/net-fix-a-leak-in-register_netdevice.patch
	patches.suse/net-bridge-deny-dev_set_mac_address-when-unregisteri.patch
	patches.suse/net-core-Populate-VF-index-in-struct-ifla_vf_guid.patch
	patches.suse/net-mscc-ocelot-unregister-the-PTP-clock-on-deinit.patch
	patches.suse/tcp-refactor-tcp_retransmit_timer.patch
	patches.suse/net-sched-fix-dump-qlen-for-sch_mq-sch_mqprio-with-N.patch
	patches.suse/cls_flower-Fix-the-behavior-using-port-ranges-with-h.patch
	patches.suse/net-ipv6-add-net-argument-to-ip6_dst_lookup_flow.patch
	patches.suse/net-ipv6_stub-use-ip6_dst_lookup_flow-instead-of-ip6.patch
	patches.suse/openvswitch-support-asymmetric-conntrack.patch
	patches.suse/act_ct-support-asymmetric-conntrack.patch
	patches.suse/xdp-obtain-the-mem_id-mutex-before-trying-to-remove-.patch
	patches.suse/ionic-keep-users-rss-hash-across-lif-reset.patch
	patches.suse/net-sfp-fix-unbind.patch
	patches.suse/net-sfp-fix-hwmon.patch
	patches.suse/net-Fixed-updating-of-ethertype-in-skb_mpls_push.patch
	patches.suse/hsr-fix-a-NULL-pointer-dereference-in-hsr_dev_xmit.patch
	patches.suse/net-thunderx-start-phy-before-starting-autonegoti.patch
	patches.suse/s390-qeth-guard-against-runt-packets
	patches.suse/s390-qeth-ensure-linear-access-to-packet-headers
	patches.suse/s390-qeth-fix-dangling-io-buffers-after-halt-clear
	patches.suse/net-hns3-fix-for-TX-queue-not-restarted-problem.patch
	patches.suse/net-hns3-fix-a-use-after-free-problem-in-hns3_nic_ma.patch
	patches.suse/net-hns3-fix-VF-ID-issue-for-setting-VF-VLAN.patch
	patches.suse/samples-bpf-Fix-broken-xdp_rxq_info-due-to-map-order.patch
	patches.suse/bpf-Fix-a-bug-when-getting-subprog-0-jited-image-in-.patch
	patches.suse/enetc-disable-EEE-autoneg-by-default.patch
	patches.suse/mqprio-Fix-out-of-bounds-access-in-mqprio_dump.patch
	patches.suse/tipc-fix-ordering-of-tipc-module-init-and-exit-routi.patch
	patches.suse/net-avoid-an-indirect-call-in-____sys_recvmsg.patch
	patches.suse/net-tls-Fix-return-values-to-avoid-ENOTSUPP.patch
	patches.suse/net-dsa-fix-flow-dissection-on-Tx-path.patch
	patches.suse/net-sysfs-Call-dev_hold-always-in-netdev_queue_add_k.patch
	patches.suse/tcp-md5-fix-potential-overestimation-of-TCP-option-s.patch
	patches.suse/net-mlx5e-Fix-TXQ-indices-to-be-sequential.patch
	patches.suse/net-mlx5e-Query-global-pause-state-before-setting-pr.patch
	patches.suse/net-mlx5e-Fix-SFF-8472-eeprom-length.patch
	patches.suse/net-mlx5e-Fix-freeing-flow-with-kfree-and-not-kvfree.patch
	patches.suse/net-mlx5e-Fix-free-peer_flow-when-refcount-is-0.patch
	patches.suse/net-mlx5e-Fix-translation-of-link-mode-into-speed.patch
	patches.suse/net-mlx5e-ethtool-Fix-analysis-of-speed-setting.patch
	patches.suse/net-mlx5e-E-switch-Fix-Ingress-ACL-groups-in-switchd.patch
	patches.suse/tcp-fix-rejected-syncookies-due-to-stale-timestamps.patch
	patches.suse/tcp-tighten-acceptance-of-ACKs-not-matching-a-child-.patch
	patches.suse/tcp-Protect-accesses-to-.ts_recent_stamp-with-READ-W.patch
	patches.suse/gre-refetch-erspan-header-from-skb-data-after-pskb_m.patch
	patches.suse/inet-protect-against-too-small-mtu-values.patch
	patches.suse/net-ethernet-ti-cpsw-fix-extra-rx-interrupt.patch
	patches.suse/vhost-vsock-accept-only-packets-with-the-right-dst_c.patch
	patches.suse/net_sched-validate-TCA_KIND-attribute-in-tc_chain_tm.patch
	patches.suse/r8169-fix-rtl_hw_jumbo_disable-for-RTL8168evl.patch
	patches.suse/erofs-zero-out-when-listxattr-is-called-with-no-xatt.patch
	patches.suse/afs-Fix-afs_find_server-lookups-for-ipv4-peers.patch
	patches.suse/afs-Fix-SELinux-setting-security-label-on-afs.patch
	patches.suse/afs-Fix-mountpoint-parsing.patch
	patches.suse/afs-Fix-creation-calls-in-the-dynamic-root-to-fail-w.patch
	patches.suse/afs-Fix-missing-cell-comparison-in-afs_test_super.patch
	patches.suse/ceph-convert-int-fields-in-ceph_mount_options-to-unsigned-int.patch
	patches.suse/ceph-show-tasks-waiting-on-caps-in-debugfs-caps-file.patch
	patches.suse/ceph-trigger-the-reclaim-work-once-there-has-enough-pending-caps.patch
	patches.suse/ceph-switch-to-global-cap-helper.patch
	patches.suse/ceph-add-more-debug-info-when-decoding-mdsmap.patch
	patches.suse/0004-dm-mpath-remove-harmful-bio-based-optimization.patch
	patches.suse/0005-dm-btree-increase-rebalance-threshold-in-__rebalance.patch
	patches.suse/0006-dm-thin-metadata-Add-support-for-a-pre-commit-callba.patch
	patches.suse/0007-dm-thin-Flush-data-device-before-committing-metadata.patch
	patches.suse/net-make-socket-read-write_iter-honor-IOCB_NOWAIT.patch
	patches.suse/nvme-rdma-Avoid-preallocating-big-SGL-for-data.patch
	patches.suse/nvme-fc-Avoid-preallocating-big-SGL-for-data.patch
	patches.suse/nvme_fc-add-module-to-ops-template-to-allow-module-r.patch
	patches.suse/nvme-add-error-message-on-mismatching-controller-ids.patch
	patches.suse/nvme-else-following-return-is-not-needed.patch
	patches.suse/nvme-fc-fix-double-free-scenarios-on-hw-queues.patch
	patches.suse/nvme-Namepace-identification-descriptor-list-is-opti.patch
	patches.suse/nvme-pci-Remove-last_cq_head.patch
	patches.suse/nvme-pci-Fix-write-and-poll-queue-types.patch
	patches.suse/nvme-pci-Limit-write-queue-sizes-to-possible-cpus.patch
	patches.suse/nvme-pci-Fix-read-queue-count.patch
	patches.suse/block-fix-check-bi_size-overflow-before-merge.patch
	patches.suse/raid5-need-to-set-STRIPE_HANDLE-for-batch-head.patch
	patches.suse/0020-md-raid1-check-rdev-before-reference-in-raid1_sync_r.patch
	patches.suse/0021-md-make-sure-desc_nr-less-than-MD_SB_DISKS.patch
	patches.suse/drm-mcde-dsi-Fix-invalid-pointer-dereference-if-pane.patch
	patches.suse/dma-buf-Fix-memory-leak-in-sync_file_merge.patch
	patches.suse/drm-meson-venc-cvbs-fix-CVBS-mode-matching.patch
	patches.suse/drm-nouveau-Move-the-declaration-of-struct-nouveau_c.patch
	patches.suse/drm-nouveau-Fix-drm-core-using-atomic-code-paths-on-.patch
	patches.suse/drm-nouveau-kms-nv50-Call-outp_atomic_check_view-bef.patch
	patches.suse/drm-nouveau-kms-nv50-Store-the-bpc-we-re-using-in-nv.patch
	patches.suse/drm-nouveau-kms-nv50-Limit-MST-BPC-to-8.patch
	patches.suse/drm-nouveau-kms-nv50-fix-panel-scaling.patch
	patches.suse/0001-drm-mgag200-Flag-all-G200-SE-A-machines-as-broken-wr.patch
	patches.suse/drm-i915-gt-Save-irqstate-around-virtual_context_des.patch
	patches.suse/drm-i915-fbc-Disable-fbc-by-default-on-all-glk.patch
	patches.suse/drm-i915-gt-Detect-if-we-miss-WaIdleLiteRestore.patch
	patches.suse/drm-amdgpu-add-check-before-enabling-disabling-broad.patch
	patches.suse/drm-amdgpu-add-cache-flush-workaround-to-gfx8-emit_f.patch
	patches.suse/drm-amd-display-Fixed-kernel-panic-when-booting-with.patch
	patches.suse/drm-amd-display-Change-the-delay-time-before-enablin.patch
	patches.suse/drm-amd-display-Reset-steer-fifo-before-unblanking-t.patch
	patches.suse/0004-drm-amdgpu-fix-license-on-Kconfig-and-Makefiles.patch
	patches.suse/0001-drm-amdgpu-avoid-using-invalidate-semaphore-for-pica.patch
	patches.suse/0001-drm-amdgpu-add-invalidate-semaphore-limit-for-SRIOV-.patch
	patches.suse/ALSA-echoaudio-simplify-get_audio_levels.patch
	patches.suse/ALSA-oxfw-fix-return-value-in-error-path-of-isochron.patch
	patches.suse/ALSA-fireface-fix-return-value-in-error-path-of-isoc.patch
	patches.suse/ALSA-hda-hdmi-Fix-duplicate-unref-of-pci_dev.patch
	patches.suse/ALSA-hda-realtek-Line-out-jack-doesn-t-work-on-a-Del.patch
	patches.suse/PM-devfreq-Fix-devfreq_notifier_call-returning-errno.patch
	patches.suse/PM-devfreq-Set-scaling_max_freq-to-max-on-OPP-notifi.patch
	patches.suse/PM-devfreq-Don-t-fail-devfreq_dev_release-if-not-in-.patch
	patches.suse/cpuidle-use-first-valid-target-residency-as-poll-time.patch
	patches.suse/ACPI-PM-Avoid-attaching-ACPI-PM-domain-to-certain-de.patch
	patches.suse/pci-rockchip-fix-io-outbound-atu-register-number.patch
	patches.suse/virtio-balloon-fix-managed-page-counts-when-migratin.patch
	patches.suse/ovl-fix-lookup-failure-on-multi-lower-squashfs.patch
	patches.suse/ovl-fix-corner-case-of-non-unique-st_dev-st_ino.patch
	patches.suse/ovl-relax-WARN_ON-on-rename-to-self.patch
	patches.suse/smb3-fix-refcount-underflow-warning-on-unmount-when-no-directory-le.patch
	patches.suse/SMB3-Fix-crash-in-SMB2_open_init-due-to-uninitialized-field-in-comp.patch
	patches.suse/CIFS-Close-cached-root-handle-only-if-it-has-a-lease.patch
	patches.suse/crypto-arm-curve25519-add-arch-specific-key-generation-function.patch
	patches.suse/usb-roles-fix-a-potential-use-after-free.patch
	patches.suse/usb-typec-fix-use-after-free-in-typec_register_port.patch
	patches.suse/usb-core-urb-fix-URB-structure-initialization-functi.patch
	patches.suse/usb-mon-Fix-a-deadlock-in-usbmon-between-mmap-and-re.patch
	patches.suse/USB-serial-io_edgeport-fix-epic-endpoint-lookup.patch
	patches.suse/USB-idmouse-fix-interface-sanity-checks.patch
	patches.suse/USB-adutux-fix-interface-sanity-check.patch
	patches.suse/USB-atm-ueagle-atm-add-missing-endpoint-check.patch
	patches.suse/usb-dwc3-gadget-Fix-logical-condition.patch
	patches.suse/usb-dwc3-gadget-Clear-started-flag-for-non-IOC.patch
	patches.suse/usb-dwc3-ep0-Clear-started-flag-on-completion.patch
	patches.suse/usb-gadget-fix-wrong-endpoint-desc.patch
	patches.suse/xhci-Fix-memory-leak-in-xhci_add_in_port.patch
	patches.suse/xhci-fix-USB3-device-initiated-resume-race-with-root.patch
	patches.suse/usb-xhci-only-set-D3hot-for-pci-device.patch
	patches.suse/xhci-Increase-STS_HALT-timeout-in-xhci_suspend.patch
	patches.suse/xhci-handle-some-XHCI_TRUST_TX_LENGTH-quirks-cases-a.patch
	patches.suse/xhci-make-sure-interrupts-are-restored-to-correct-st.patch
	patches.suse/usb-dwc3-pci-add-ID-for-the-Intel-Comet-Lake-H-varia.patch
	patches.suse/iio-adc-ad7606-fix-reading-unnecessary-data-from-dev.patch
	patches.suse/iio-st_accel-Fix-unused-variable-warning.patch
	patches.suse/iio-adc-ad7124-Enable-internal-reference.patch
	patches.suse/iio-humidity-hdc100x-fix-IIO_HUMIDITYRELATIVE-channe.patch
	patches.suse/iio-imu-inv_mpu6050-fix-temperature-reporting-using-.patch
	patches.suse/iio-ad7949-fix-channels-mixups.patch
	patches.suse/iio-adc-max9611-Fix-too-short-conversion-time-delay.patch
	patches.suse/staging-wlan-ng-add-CRC32-dependency-in-Kconfig.patch
	patches.suse/staging-vchiq-call-unregister_chrdev_region-when-dri.patch
	patches.suse/staging-gigaset-fix-general-protection-fault-on-prob.patch
	patches.suse/staging-gigaset-fix-illegal-free-on-probe-errors.patch
	patches.suse/staging-gigaset-add-endpoint-type-sanity-check.patch
	patches.suse/staging-rtl8188eu-fix-interface-sanity-check.patch
	patches.suse/staging-rtl8712-fix-interface-sanity-check.patch
	patches.suse/lib-raid6-fix-awk-build-warnings.patch
	patches.suse/interconnect-qcom-sdm845-Walk-the-list-safely-on-nod.patch
	patches.suse/binder-fix-incorrect-calculation-for-num_valid.patch
	patches.suse/scsi-qla2xxx-Correctly-retrieve-and-interpret-active.patch
	patches.suse/scsi-qla2xxx-Added-support-for-MPI-and-PEP-regions-f.patch
	patches.suse/scsi-qla2xxx-Fix-incorrect-SFUB-length-used-for-Secu.patch
	patches.suse/scsi-lpfc-Fix-memory-leak-on-lpfc_bsg_write_ebuf_set.patch
	patches.suse/scsi-qla2xxx-Ignore-NULL-pointer-in-tcm_qla2xxx_free.patch
	patches.suse/scsi-qla2xxx-Use-explicit-LOGO-in-target-mode.patch
	patches.suse/scsi-qla2xxx-Initialize-free_work-before-flushing-it.patch
	patches.suse/scsi-qla2xxx-Drop-superfluous-INIT_WORK-of-del_work.patch
	patches.suse/scsi-qla2xxx-Change-discovery-state-before-PLOGI.patch
	patches.suse/scsi-qla2xxx-Allow-PLOGI-in-target-mode.patch
	patches.suse/scsi-qla2xxx-Don-t-call-qlt_async_event-twice.patch
	patches.suse/scsi-qla2xxx-Fix-PLOGI-payload-and-ELS-IOCB-dump-len.patch
	patches.suse/scsi-qla2xxx-Configure-local-loop-for-N2N-target.patch
	patches.suse/scsi-qla2xxx-Send-Notify-ACK-after-N2N-PLOGI.patch
	patches.suse/scsi-qla2xxx-Don-t-defer-relogin-unconditonally.patch
	patches.suse/scsi-qla2xxx-Ignore-PORT-UPDATE-after-N2N-PLOGI.patch
	patches.suse/scsi-qla2xxx-Add-debug-dump-of-LOGO-payload-and-ELS-.patch
	patches.suse/scsi-ufs-give-an-unique-id-to-each-ufs-bsg
	patches.suse/scsi-iscsi-qla4xxx-fix-double-free-in-probe
	patches.suse/scsi-ufs-disable-autohibern8-feature-in-cadence-ufs
	patches.suse/scsi-libsas-stop-discovering-if-oob-mode-is-disconnected
	patches.suse/scsi-smartpqi-Update-attribute-name-to-driver_versio.patch
	patches.suse/scsi-iscsi-fix-a-potential-deadlock-in-the-timeout-handler
	patches.suse/RDMA-cma-add-missed-unregister_pernet_subsys-in-init.patch
	patches.suse/rxe-correctly-calculate-iCRC-for-unaligned-payloads.patch
	patches.suse/RDMA-counter-Prevent-auto-binding-a-QP-which-are-not.patch
	patches.suse/IB-mlx4-Follow-mirror-sequence-of-device-add-during-.patch
	patches.suse/IB-mlx5-Fix-steering-rule-of-drop-and-count.patch
	patches.suse/IB-core-Introduce-rdma_user_mmap_entry_insert_range-.patch
	patches.suse/IB-mlx5-Fix-device-memory-flows.patch
	patches.suse/ARM-vexpress-Set-up-shared-OPP-table-instead-of-indi.patch
	patches.suse/ARM-dts-BCM5301X-Fix-MDIO-node-address-size-cells.patch
	patches.suse/ARM-dts-Cygnus-Fix-MDIO-node-address-size-cells.patch
	patches.suse/ARM-dts-bcm283x-Fix-critical-trip-point.patch
	patches.suse/reset-brcmstb-Remove-resource-checks.patch
	patches.suse/reset-Fix-of-devm-_reset_control_array_get-kerneldoc.patch
	patches.suse/reset-Do-not-register-resource-data-for-missing-rese.patch
	patches.suse/ARM-dts-imx6ul-imx6ul-14x14-evk.dtsi-Fix-SPI-NOR-pro.patch
	patches.suse/arm64-dts-ls1028a-fix-reboot-node.patch
	patches.suse/bus-ti-sysc-Fix-missing-reset-delay-handling.patch
	patches.suse/efi-memreserve-Register-reservations-as-reserved-in-.patch
	patches.suse/efi-gop-Return-EFI_NOT_FOUND-if-there-are-no-usable-.patch
	patches.suse/efi-gop-Return-EFI_SUCCESS-if-a-usable-GOP-was-found.patch
	patches.suse/efi-gop-Fix-memory-leak-in-__gop_query32-64.patch
	patches.suse/efi-earlycon-Remap-entire-framebuffer-after-page-ini.patch
	patches.suse/efi-Don-t-attempt-to-map-RCI2-config-table-if-it-doe.patch
	patches.suse/x86-intel-Disable-HPET-on-Intel-Coffee-Lake-H-platfo.patch
	patches.suse/x86-intel-Disable-HPET-on-Intel-Ice-Lake-platforms.patch
	patches.suse/spi-pxa2xx-Add-support-for-Intel-Jasper-Lake.patch
	patches.suse/spi-cadence-Correct-handling-of-native-chipselect.patch
	patches.suse/spi-dw-Correct-handling-of-native-chipselect.patch
	patches.suse/spi-sprd-Fix-the-incorrect-SPI-register.patch
	patches.suse/spi-spi-cavium-thunderx-Add-missing-pci_release_regi.patch
	patches.suse/spi-fsl-don-t-map-irq-during-probe.patch
	patches.suse/spi-spi-ti-qspi-Fix-a-bug-when-accessing-non-default.patch
	patches.suse/spi-nxp-fspi-Ensure-width-is-respected-in-spi-mem-op.patch
	patches.suse/spi-fsl-use-platform_get_irq-instead-of-of_irq_to_resource.patch
	patches.suse/regulator-fix-use-after-free-issue.patch
	patches.suse/regulator-core-fix-regulator_register-error-paths-to.patch
	patches.suse/regulator-rn5t618-fix-module-aliases.patch
	patches.suse/Btrfs-fix-cloning-range-with-a-hole-when-using-the-N.patch
	patches.suse/btrfs-do-not-call-synchronize_srcu-in-inode_tree_del.patch
	patches.suse/btrfs-don-t-double-lock-the-subvol_sem-for-rename-exchange.patch
	patches.suse/Btrfs-fix-missing-data-checksums-after-replaying-a-l.patch
	patches.suse/Btrfs-make-tree-checker-detect-checksum-items-with-o.patch
	patches.suse/Btrfs-fix-removal-logic-of-the-tree-mod-log-that-lea.patch
	patches.suse/Btrfs-fix-hole-extent-items-with-a-zero-size-after-r.patch
	patches.suse/btrfs-abort-transaction-after-failed-inode-updates-i.patch
	patches.suse/btrfs-handle-ENOENT-in-btrfs_uuid_tree_iterate.patch
	patches.suse/btrfs-skip-log-replay-on-orphaned-roots.patch
	patches.suse/btrfs-do-not-leak-reloc-root-if-we-fail-to-read-the-fs-root.patch
	patches.suse/ALSA-pcm-Avoid-possible-info-leaks-from-PCM-stream-b.patch
	patches.suse/ALSA-hda-ca0132-Keep-power-on-during-processing-DSP-.patch
	patches.suse/ALSA-hda-ca0132-Avoid-endless-loop.patch
	patches.suse/ALSA-hda-ca0132-Fix-work-handling-in-delayed-HP-dete.patch
	patches.suse/ALSA-hda-Fix-regression-by-strip-mask-fix.patch
	patches.suse/ALSA-hda-Downgrade-error-message-for-single-cmd-fall.patch
	patches.suse/ASoC-rt5682-fix-i2c-arbitration-lost-issue.patch
	patches.suse/ASoC-AMD-Enable-clk-in-startup-intead-of-hw_params.patch
	patches.suse/ASoC-max98090-remove-msleep-in-PLL-unlocked-workarou.patch
	patches.suse/ASoC-max98090-exit-workaround-earlier-if-PLL-is-lock.patch
	patches.suse/ASoC-max98090-fix-possible-race-conditions.patch
	patches.suse/ASoC-Intel-sst-Add-missing-include-linux-io.h.patch
	patches.suse/ASoC-Intel-bytcr_rt5640-Update-quirk-for-Teclast-X89.patch
	patches.suse/ASoC-topology-Check-return-value-for-snd_soc_add_dai.patch
	patches.suse/ASoC-topology-Check-return-value-for-soc_tplg_pcm_cr.patch
	patches.suse/ASoC-simple-card-Don-t-create-separate-link-when-pla.patch
	patches.suse/ASoC-SOF-loader-snd_sof_fw_parse_ext_data-log-warnin.patch
	patches.suse/ASoC-SOF-loader-fix-snd_sof_fw_parse_ext_data.patch
	patches.suse/ASoC-SOF-Intel-split-cht-and-byt-debug-window-sizes.patch
	patches.suse/ASoC-wm8962-fix-lambda-value.patch
	patches.suse/KEYS-asymmetric-return-ENOMEM-if-akcipher_request_al.patch
	patches.suse/tpm_tis-reserve-chip-for-duration-of-tpm_tis_core_in.patch
	patches.suse/tpm-fix-invalid-locking-in-NONBLOCKING-mode.patch
	patches.suse/cpufreq-Avoid-leaving-stale-IRQ-work-items-during-CP.patch
	patches.suse/mm-vmscan-protect-shrinker-idr-replace-with-CONFIG_MEMCG.patch
	patches.suse/0001-pinctrl-baytrail-Really-serialize-all-register-acces.patch
	patches.suse/usb-typec-fusb302-Fix-an-undefined-reference-to-extc.patch
	patches.suse/USB-EHCI-Do-not-return-EPIPE-when-hub-is-disconnecte.patch
	patches.suse/usbip-Fix-receive-error-in-vhci-hcd-when-using-scatt.patch
	patches.suse/usbip-Fix-error-path-of-vhci_recv_ret_submit.patch
	patches.suse/usb-xhci-Fix-build-warning-seen-with-CONFIG_PM-n.patch
	patches.suse/tty-serial-msm_serial-Fix-lockup-for-sysrq-and-oops.patch
	patches.suse/serial-sprd-Add-clearing-break-interrupt-operation.patch
	patches.suse/tty-link-tty-and-port-before-configuring-it-as-conso.patch
	patches.suse/tty-serial-atmel-fix-out-of-range-clock-divider-hand.patch
	patches.suse/staging-comedi-gsc_hpdi-check-dma_alloc_coherent-ret.patch
	patches.suse/staging-axis-fifo-add-unspecified-HAS_IOMEM-dependen.patch
	patches.suse/habanalabs-rate-limit-error-msg-on-waiting-for-CS.patch
	patches.suse/habanalabs-remove-variable-val-set-but-not-used.patch
	patches.suse/intel_th-pci-Add-Comet-Lake-PCH-V-support.patch
	patches.suse/intel_th-pci-Add-Elkhart-Lake-SOC-support.patch
	patches.suse/intel_th-Fix-freeing-IRQs.patch
	patches.suse/intel_th-msu-Fix-window-switching-without-windows.patch
	patches.suse/Revert-mmc-sdhci-Fix-incorrect-switch-to-HS-mode.patch
	patches.suse/mmc-sdhci-msm-Correct-the-offset-and-value-for-DDR_C.patch
	patches.suse/mmc-mediatek-fix-CMD_TA-to-2-for-MT8173-HS200-HS400-.patch
	patches.suse/mmc-sdhci-of-esdhc-Revert-mmc-sdhci-of-esdhc-add-err.patch
	patches.suse/mmc-sdhci-Update-the-tuning-failed-messages-to-pr_de.patch
	patches.suse/mmc-sdhci-of-esdhc-fix-P2020-errata-handling.patch
	patches.suse/mmc-sdhci-Workaround-broken-command-queuing-on-Intel.patch
	patches.suse/mmc-sdhci-Add-a-quirk-for-broken-command-queuing.patch
	patches.suse/mmc-sdhci-of-esdhc-re-implement-erratum-A-009204-wor.patch
	patches.suse/platform-mellanox-fix-the-mlx-bootctl-sysfs.patch
	patches.suse/platform-x86-hp-wmi-Make-buffer-for-HPWMI_FEATURE2_Q.patch
	patches.suse/platform-x86-pmc_atom-Add-Siemens-CONNECT-X300-to-cr.patch
	patches.suse/iommu-iova-init-the-struct-iova-to-fix-the-possible-memleak
	patches.suse/iommu-vt-d-set-isa-bridge-reserved-region-as-relaxable
	patches.suse/iommu-vt-d-fix-dmar-pte-read-access-not-set-error
	patches.suse/iommu-set-group-default-domain-before-creating-direct-mappings
	patches.suse/iommu-vt-d-allocate-reserved-region-for-isa-with-correct-permission
	patches.suse/iommu-vt-d-remove-incorrect-psi-capability-check
	patches.suse/drm-exynos-gsc-add-missed-component_del.patch
	patches.suse/drm-i915-Copy-across-scheduler-behaviour-flags-acros.patch
	patches.suse/drm-i915-Set-fence_work.ops-before-dma_fence_init.patch
	patches.suse/drm-i915-tgl-Drop-Wa-1178.patch
	patches.suse/drm-i915-Fix-WARN_ON-condition-for-cursor-plane-ddb-.patch
	patches.suse/drm-i915-gem-Keep-request-alive-while-attaching-fenc.patch
	patches.suse/drm-i915-Fix-pid-leak-with-banned-clients.patch
	patches.suse/drm-i915-gvt-use-vgpu-lock-for-active-state-setting.patch
	patches.suse/drm-i915-gvt-set-guest-display-buffer-as-readonly.patch
	patches.suse/drm-i915-gvt-Pin-vgpu-dma-address-before-using.patch
	patches.suse/clk-walk-orphan-list-on-clock-provider-registration.patch
	patches.suse/clk-imx-clk-composite-8m-add-lock-to-gate-mux.patch
	patches.suse/clk-imx-clk-imx7ulp-Add-missing-sentinel-of-ulp_div_.patch
	patches.suse/clk-imx-pll14xx-fix-clk_pll14xx_wait_lock.patch
	patches.suse/clk-Move-clk_core_reparent_orphans-under-CONFIG_OF.patch
	patches.suse/x86-mce-amd-do-not-use-rdmsr_safe_on_cpu-in-smca_configure.patch
	patches.suse/x86-mce-amd-allow-reserved-types-to-be-overwritten-in-smca_banks.patch
	patches.suse/x86-mce-fix-possibly-incorrect-severity-calculation-on-amd.patch
	patches.suse/powerpc-vcpu-Assume-dedicated-processors-as-non-pree.patch
	patches.suse/powerpc-shared-Use-static-key-to-detect-shared-proce.patch
	patches.suse/powerpc-irq-fix-stack-overflow-verification.patch
	patches.suse/powerpc-Fix-__clear_user-with-KUAP-enabled.patch
	patches.suse/0001-xen-blkfront-Adjust-indentation-in-xlvbd_alloc_gendi.patch
	patches.suse/mkcompile_h-git-rid-of-UTS_TRUNCATE-from-LINUX_COMPI.patch
	patches.suse/mkcompile_h-use-printf-for-LINUX_COMPILE_BY.patch
	patches.suse/perf-x86-intel-bts-fix-the-use-of-page_private.patch
	patches.suse/perf-x86-intel-fix-pt-pmi-handling.patch
	patches.suse/psi-Fix-a-division-error-in-psi-poll.patch
	patches.suse/sched-fair-Fix-find_idlest_group-to-handle-CPU-affinity.patch
	patches.suse/sched-cfs-fix-spurious-active-migration.patch
	patches.suse/s390-unwind-stop-gracefully-at-user-mode-pt_regs-in-irq-stack.patch
	patches.suse/s390-ftrace-save-traced-function-caller.patch
	patches.suse/tracing-avoid-memory-leak-in-process_system_preds.patch
	patches.suse/tracing-have-the-histogram-compare-functions-convert-to-u64-first.patch
	patches.suse/tracing-fix-lock-inversion-in-trace_event_enable_tgid_record.patch
	patches.suse/samples-trace_printk-Wait-for-IRQ-work-to-finish.patch
	patches.suse/tracing-fix-endianness-bug-in-histogram-trigger.patch
	patches.suse/0001-can-xilinx_can-Fix-missing-Rx-can-packets-on-CANFD2..patch
	patches.suse/0002-can-flexcan-fix-possible-deadlock-and-out-of-order-r.patch
	patches.suse/0003-can-flexcan-add-low-power-enter-exit-acknowledgment-.patch
	patches.suse/0004-can-flexcan-poll-MCR_LPM_ACK-instead-of-GPR-ACK-for-.patch
	patches.suse/can-kvaser_usb-kvaser_usb_leaf-Fix-some-info-leaks-t.patch
	patches.suse/neighbour-remove-neigh_cleanup-method.patch
	patches.suse/bonding-fix-bond_neigh_init.patch
	patches.suse/sctp-fully-initialize-v4-addr-in-some-functions.patch
	patches.suse/mlxsw-spectrum_router-Remove-unlikely-user-triggerab.patch
	patches.suse/selftests-forwarding-Delete-IPv6-address-at-the-end.patch
	patches.suse/netfilter-ctnetlink-netns-exit-must-wait-for-callbac.patch
	patches.suse/0003-netfilter-nf_queue-enqueue-skbs-with-NULL-dst.patch
	patches.suse/0004-netfilter-nf_tables_offload-return-EOPNOTSUPP-if-rul.patch
	patches.suse/0012-netfilter-bridge-make-sure-to-pull-arp-header-in-br_.patch
	patches.suse/net-ethernet-ti-davinci_cpdma-fix-warning-device-dri.patch
	patches.suse/af_packet-set-defaule-value-for-tmo.patch
	patches.suse/fjes-fix-missed-check-in-fjes_acpi_add.patch
	patches.suse/bnxt_en-Fix-MSIX-request-logic-for-RDMA-driver.patch
	patches.suse/bnxt_en-Free-context-memory-in-the-open-path-if-firm.patch
	patches.suse/bnxt_en-Return-error-if-FW-returns-more-data-than-du.patch
	patches.suse/bnxt_en-Fix-bp-fw_health-allocation-and-free-logic.patch
	patches.suse/bnxt_en-Remove-unnecessary-NULL-checks-for-fw_health.patch
	patches.suse/bnxt_en-Fix-the-logic-that-creates-the-health-report.patch
	patches.suse/bnxt_en-Add-missing-devlink-health-reporters-for-VFs.patch
	patches.suse/net-ena-fix-napi-handler-misbehavior-when-the-napi-b.patch
	patches.suse/bpf-riscv-Limit-to-33-tail-calls.patch
	patches.suse/bpf-Fix-build-in-minimal-configurations-again.patch
	patches.suse/bpftool-Don-t-crash-on-missing-jited-insns-or-ksyms.patch
	patches.suse/samples-bpf-Replace-symbol-compare-of-trace_event.patch
	patches.suse/samples-bpf-fix-syscall_tp-due-to-unused-syscall.patch
	patches.suse/net-usb-lan78xx-Fix-suspend-resume-PHY-register-acce.patch
	patches.suse/qede-Fix-multicast-mac-configuration.patch
	patches.suse/bnxt-apply-computed-clamp-value-for-coalece-paramete.patch
	patches.suse/ipv6-addrconf-only-check-invalid-header-values-when-.patch
	patches.suse/net-ibmvnic-Fix-typo-in-retry-check.patch
	patches.suse/tcp-dccp-fix-possible-race-__inet_lookup_established.patch
	patches.suse/6pack-mkiss-fix-possible-deadlock.patch
	patches.suse/tcp-do-not-send-empty-skb-from-tcp_write_xmit.patch
	patches.suse/tcp-refine-tcp_write_queue_empty-implementation.patch
	patches.suse/tcp-refine-rule-to-allow-EPOLLOUT-generation-under-m.patch
	patches.suse/net-marvell-mvpp2-phylink-requires-the-link-interrup.patch
	patches.suse/msft-hv-1997-hv_netvsc-Fix-tx_table-init-in-rndis_set_subchannel.patch
	patches.suse/bnx2x-Do-not-handle-requests-from-VFs-after-parity.patch
	patches.suse/bnx2x-Fix-logic-to-get-total-no.-of-PFs-per-engine.patch
	patches.suse/bonding-fix-active-backup-transition-after-link-fail.patch
	patches.suse/gtp-do-not-allow-adding-duplicate-tid-and-ms_addr-pd.patch
	patches.suse/gtp-fix-wrong-condition-in-gtp_genl_dump_pdp.patch
	patches.suse/gtp-fix-an-use-after-free-in-ipv4_pdp_find.patch
	patches.suse/gtp-avoid-zero-size-hashtable.patch
	patches.suse/selftests-net-tls-remove-recv_rcvbuf-test.patch
	patches.suse/net-phylink-fix-interface-passed-to-mac_link_up.patch
	patches.suse/net-smc-add-fallback-check-to-connect.patch
	patches.suse/cxgb4-Fix-kernel-panic-while-accessing-sge_info.patch
	patches.suse/net-usb-lan78xx-Fix-error-message-format-specifier.patch
	patches.suse/net-gemini-Fix-memory-leak-in-gmac_setup_txqs.patch
	patches.suse/net-dsa-ocelot-add-NET_VENDOR_MICROSEMI-dependency.patch
	patches.suse/mac80211-fix-TID-field-in-monitor-mode-transmit.patch
	patches.suse/cfg80211-fix-double-free-after-changing-network-name.patch
	patches.suse/rfkill-Fix-incorrect-check-to-avoid-NULL-pointer-der.patch
	patches.suse/dpaa2-ptp-fix-double-free-of-the-ptp_qoriq-IRQ.patch
	patches.suse/mwifiex-fix-possible-heap-overflow-in-mwifiex_proces.patch
	patches.suse/mwifiex-Fix-heap-overflow-in-mmwifiex_process_tdls_a.patch
	patches.suse/sctp-fix-memleak-on-err-handling-of-stream-initializ.patch
	patches.suse/net-qlogic-Fix-error-paths-in-ql_alloc_large_buffers.patch
	patches.suse/net-annotate-lockless-accesses-to-sk-sk_pacing_shift.patch
	patches.suse/net-fix-kernel-doc-warning-in-linux-netdevice.h.patch
	patches.suse/nfp-flower-fix-stats-id-allocation.patch
	patches.suse/net-sysfs-Call-dev_hold-always-in-rx_queue_add_kobje.patch
	patches.suse/net-nfc-nci-fix-a-possible-sleep-in-atomic-context-b.patch
	patches.suse/bpf-Clear-skb-tstamp-in-bpf_redirect-when-necessary.patch
	patches.suse/bpf-Fix-missing-prog-untrack-in-release_maps.patch
	patches.suse/bpf-Fix-cgroup-local-storage-prog-tracking.patch
	patches.suse/xsk-Add-rcu_read_lock-around-the-XSK-wakeup.patch
	patches.suse/net-mlx5e-Fix-concurrency-issues-between-config-flow.patch
	patches.suse/net-i40e-Fix-concurrency-issues-between-config-flow-.patch
	patches.suse/net-ixgbe-Fix-concurrency-issues-between-config-flow.patch
	patches.suse/net-sysctl-Fix-compiler-warning-when-only-cBPF-is-pr.patch
	patches.suse/bpf-Fix-record_func_key-to-perform-backtracking-on-r.patch
	patches.suse/net-sched-cls_u32-fix-refcount-leak-in-the-error-pat.patch
	patches.suse/cxgb4-fix-refcount-init-for-TC-MQPRIO-offload.patch
	patches.suse/s390-qeth-handle-error-due-to-unsupported-transport-mode
	patches.suse/s390-qeth-fix-promiscuous-mode-after-reset
	patches.suse/s390-qeth-don-t-return-enotsupp-to-userspace
	patches.suse/net-hisilicon-Fix-a-BUG-trigered-by-wrong-bytes_comp.patch
	patches.suse/net-stmmac-platform-Fix-MDIO-init-for-platforms-with.patch
	patches.suse/net-smc-unregister-ib-devices-in-reboot_event
	patches.suse/net-ena-fix-default-tx-interrupt-moderation-interval.patch
	patches.suse/net-ena-fix-issues-in-setting-interrupt-moderation-p.patch
	patches.suse/qede-Disable-hardware-gro-when-xdp-prog-is-installed.patch
	patches.suse/mod_devicetable-fix-PHY-module-format.patch
	patches.suse/net-phy-ensure-that-phy-IDs-are-correctly-typed.patch
	patches.suse/msft-hv-1998-hv_netvsc-Fix-unwanted-rx_table-reset.patch
	patches.suse/net-dst-Force-4-byte-alignment-of-dst_metrics.patch
	patches.suse/sfc-fix-channel-allocation-with-brute-force.patch
	patches.suse/sfc-Include-XDP-packet-headroom-in-buffer-step-size.patch
	patches.suse/KVM-arm-arm64-Get-rid-of-unused-arg-in-cpu_init_hyp_.patch
	patches.suse/KVM-arm64-Ensure-params-is-initialised-when-looking-.patch
	patches.suse/KVM-arm-arm64-Properly-handle-faulting-of-device-map.patch
	patches.suse/iocost-over-budget-forced-IOs-should-schedule-async-.patch
	patches.suse/nbd-fix-shutdown-and-recv-work-deadlock-v2.patch
	patches.suse/block-Fix-the-type-of-sts-in-bsg_queue_rq.patch
	patches.suse/sbitmap-only-queue-kyber-s-wait-callback-if-not-alre.patch
	patches.suse/ext4-fix-ext4_empty_dir-for-directories-with-holes.patch
	patches.suse/ext4-check-for-directory-entries-too-close-to-block-.patch
	patches.suse/ext4-unlock-on-error-in-ext4_expand_extra_isize.patch
	patches.suse/ext4-validate-the-debug_want_extra_isize-mount-optio.patch
	patches.suse/xfs-use-bitops-interface-for-buf-log-item-AIL-flag-c.patch
	patches.suse/xfs-refactor-agfl-length-computation-function.patch
	patches.suse/xfs-split-the-sunit-parameter-update-into-two-parts.patch
	patches.suse/xfs-don-t-commit-sunit-swidth-updates-to-disk-if-tha.patch
	patches.suse/gpio-mpc8xxx-Add-platform-device-to-gpiochip-parent.patch
	patches.suse/gpio-Fix-error-message-on-out-of-range-GPIO-in-looku.patch
	patches.suse/gpio-xtensa-fix-driver-build.patch
	patches.suse/gpiolib-fix-up-emulated-open-drain-outputs.patch
	patches.suse/compat_ioctl-block-handle-BLKREPORTZONE-BLKRESETZONE.patch
	patches.suse/compat_ioctl-block-handle-BLKGETZONESZ-BLKGETNRZONES.patch
	patches.suse/0008-compat_ioctl-block-handle-Persistent-Reservations.patch
	patches.suse/libata-Fix-retrieving-of-active-qcs.patch
	patches.suse/ata-libahci_platform-Export-again-ahci_platform_-en-.patch
	patches.suse/ata-ahci_brcm-Fix-AHCI-resources-management.patch
	patches.suse/ata-ahci_brcm-BCM7425-AHCI-requires-AHCI_HFLAG_DELAY.patch
	patches.suse/ata-ahci_brcm-Add-missing-clock-management-during-re.patch
	patches.suse/rseq-selftests-Fix-Namespace-gettid-for-compatibilit.patch
	patches.suse/drm-i915-Hold-reference-to-intel_frontbuffer-as-we-t.patch
	patches.suse/scsi-mpt3sas-Fix-double-free-in-attach-error-handlin.patch
	patches.suse/scsi-lpfc-fix-build-failure-with-DEBUGFS-disabled.patch
	patches.suse/scsi-lpfc-fix-spelling-mistakes-of-asynchronous.patch
	patches.suse/cifs-Adjust-indentation-in-smb2_open_file.patch
	patches.suse/cifs-Optimize-readdir-on-reparse-points.patch
	patches.suse/locks-print-unsigned-ino-in-proc-locks.patch
	patches.suse/tomoyo-Don-t-use-nifty-names-on-sockets.patch
	patches.suse/udp-fix-integer-overflow-while-computing-available-s.patch
	patches.suse/sctp-fix-err-handling-of-stream-initialization.patch
	patches.suse/net-dsa-bcm_sf2-Fix-IP-fragment-location-and-behavio.patch
	patches.suse/net-add-bool-confirm_neigh-parameter-for-dst_ops.upd.patch
	patches.suse/ip6_gre-do-not-confirm-neighbor-when-do-pmtu-update.patch
	patches.suse/gtp-do-not-confirm-neighbor-when-do-pmtu-update.patch
	patches.suse/net-dst-add-new-function-skb_dst_update_pmtu_no_conf.patch
	patches.suse/tunnel-do-not-confirm-neighbor-when-do-pmtu-update.patch
	patches.suse/vti-do-not-confirm-neighbor-when-do-pmtu-update.patch
	patches.suse/sit-do-not-confirm-neighbor-when-do-pmtu-update.patch
	patches.suse/net-dst-do-not-confirm-neighbor-for-vxlan-and-geneve.patch
	patches.suse/s390-qeth-fix-qdio-teardown-after-early-init-error
	patches.suse/s390-qeth-lock-the-card-while-changing-its-hsuid
	patches.suse/s390-qeth-fix-false-reporting-of-vnic-char-config-failure
	patches.suse/s390-qeth-fix-vnicc_is_in_use-if-rx_bcast-not-set
	patches.suse/s390-qeth-vnicc-fix-init-to-default
	patches.suse/s390-qeth-fix-initialization-on-old-hw
	patches.suse/net-mlxfw-Fix-out-of-memory-error-in-mfa2-flash-burn.patch
	patches.suse/0005-netfilter-nft_tproxy-Fix-port-selector-on-Big-Endian.patch
	patches.suse/dpaa_eth-fix-DMA-mapping-leak.patch
	patches.suse/net-phy-aquantia-add-suspend-resume-ops-for-AQR105.patch
	patches.suse/bpf-Fix-precision-tracking-for-unbounded-scalars.patch
	patches.suse/bnx2x-Use-appropriate-define-for-vlan-credit.patch
	patches.suse/bnx2x-Fix-accounting-of-vlan-resources-among-the-PFs.patch
	patches.suse/net_sched-sch_fq-properly-set-sk-sk_pacing_status.patch
	patches.suse/net-sched-act_mirred-Pull-mac-prior-redir-to-non-mac.patch
	patches.suse/net-stmmac-dwmac-meson8b-Fix-the-RGMII-TX-delay-on-M.patch
	patches.suse/mlxsw-spectrum_router-Skip-loopback-RIFs-during-MAC-.patch
	patches.suse/mlxsw-spectrum-Use-dedicated-policer-for-VRRP-packet.patch
	patches.suse/cxgb4-cxgb4vf-fix-flow-control-display-for-auto-nego.patch
	patches.suse/net-dsa-sja1105-Reconcile-the-meaning-of-TPID-and-TP.patch
	patches.suse/ptp-fix-the-race-between-the-release-of-ptp_clock-an.patch
	patches.suse/tcp-Fix-highest_sack-and-highest_sack_seq.patch
	patches.suse/net-sched-add-delete_empty-to-filters-and-use-it-in-.patch
	patches.suse/pstore-ram-Fix-error-path-memory-leak-in-persistent_.patch
	patches.suse/pstore-ram-Write-new-dumps-to-start-of-recycled-zone.patch
	patches.suse/samples-seccomp-Zero-out-members-based-on-seccomp_no.patch
	patches.suse/seccomp-Check-that-seccomp_notif-is-zeroed-out-by-th.patch
	patches.suse/drm-sun4i-hdmi-Remove-duplicate-cleanup-calls.patch
	patches.suse/drm-arm-mali-make-malidp_mw_connector_helper_funcs-s.patch
	patches.suse/drm-amdgpu-smu-add-metrics-table-lock.patch
	patches.suse/drm-amdgpu-smu-add-metrics-table-lock-for-navi-v2.patch
	patches.suse/drm-amdgpu-smu-add-metrics-table-lock-for-vega20-v2.patch
	patches.suse/drm-amdgpu-enable-gfxoff-for-raven1-refresh.patch
	patches.suse/ALSA-usb-audio-set-the-interface-format-after-resume.patch
	patches.suse/ALSA-hda-realtek-Add-headset-Mic-no-shutup-for-ALC28.patch
	patches.suse/ALSA-usb-audio-fix-set_format-altsetting-sanity-chec.patch
	patches.suse/ALSA-hda-hdmi-fix-atpx_present-when-CLASS-is-not-VGA.patch
	patches.suse/ALSA-hda-Apply-sync-write-workaround-to-old-Intel-pl.patch
	patches.suse/ALSA-hda-realtek-Add-Bass-Speaker-and-fixed-dac-for-.patch
	patches.suse/ALSA-ice1724-Fix-sleep-in-atomic-in-Infrasonic-Quart.patch
	patches.suse/ALSA-hda-realtek-Enable-the-bass-speaker-of-ASUS-UX4.patch
	patches.suse/powerpc-mm-Mark-get_slice_psize-slice_addr_is_low-as.patch
	patches.suse/powerpc-spinlocks-Include-correct-header-for-static-.patch
	patches.suse/taskstats-fix-data-race.patch
	patches.suse/exit-panic-before-exit_mm-on-global-init-exit.patch
	patches.suse/gen_initramfs_list.sh-fix-bad-variable-name-error.patch
	patches.suse/block-fix-splitting-segments-on-boundary-masks.patch
	patches.suse/Btrfs-fix-infinite-loop-during-nocow-writeback-due-t.patch
	patches.suse/media-cec-CEC-2.0-only-bcast-messages-were-ignored.patch
	patches.suse/media-cec-avoid-decrementing-transmit_queue_sz-if-it.patch
	patches.suse/media-cec-check-transmit_in_progress-not-transmittin.patch
	patches.suse/media-pulse8-cec-fix-lost-cec_transmit_attempt_done-.patch
	patches.suse/dmaengine-Fix-access-to-uninitialized-dma_slave_caps.patch
	patches.suse/dmaengine-k3dma-Avoid-null-pointer-traversal.patch
	patches.suse/dmaengine-virt-dma-Fix-access-after-free-in-vchan_co.patch
	patches.suse/apparmor-fix-bind-mounts-aborting-with-ENOMEM.patch
	patches.suse/apparmor-only-get-a-label-reference-if-the-fast-path-check-fails.patch
	patches.suse/apparmor-fix-aa_xattrs_match-may-sleep-while-holding-a-RCU-lock.patch
	patches.suse/memcg-account-security-cred-as-well-to-kmemcg.patch
	patches.suse/ocfs2-fix-the-crash-due-to-call-ocfs2_get_dlm_debug-.patch
	patches.suse/riscv-ftrace-correct-the-condition-logic-in-function.patch
	patches.suse/clocksource-riscv-add-notrace-to-riscv_sched_clock.patch
	patches.suse/arm64-Revert-support-for-execute-only-user-mappings.patch
	patches.suse/rtc-sun6i-Add-support-for-RTC-clocks-on-R40.patch
	patches.suse/regulator-axp20x-Fix-AXP22x-ELDO2-regulator-enable-b.patch
	patches.suse/regulator-axp20x-Fix-axp20x_set_ramp_delay.patch
	patches.suse/regulator-bd70528-Remove-.set_ramp_delay-for-bd70528.patch
	patches.suse/spi-spi-fsl-dspi-Fix-16-bit-word-order-in-32-bit-XSP.patch
	patches.suse/spi-spi-dw-Add-lock-protect-dw_spi-rx-tx-to-prevent-.patch
	patches.suse/watchdog-max77620_wdt-fix-potential-build-errors.patch
	patches.suse/watchdog-tqmx86_wdt-Fix-build-error.patch
	patches.suse/watchdog-rn5t618_wdt-fix-module-aliases.patch
	patches.suse/tpm-Revert-tpm_tis-reserve-chip-for-duration-of-tpm_.patch
	patches.suse/tpm-Revert-tpm_tis_core-Set-TPM_CHIP_FLAG_IRQ-before.patch
	patches.suse/tpm-Revert-tpm_tis_core-Turn-on-the-TPM-before-probi.patch
	patches.suse/ftrace-avoid-potential-division-by-zero-in-function-profiler.patch
	patches.suse/tracing-change-offset-type-to-s32-in-preempt-irq-tracepoints.patch
	patches.suse/kernel-trace-fix-do-not-unregister-tracepoints-when-register-sched_migrate_task-fail.patch
	patches.suse/tpm-Handle-negative-priv-response_len-in-tpm_common_.patch
	patches.suse/tcp-fix-old-stuff-D-SACK-causing-SACK-to-be-treated-.patch
	patches.suse/sch_cake-avoid-possible-divide-by-zero-in-cake_enque.patch
	patches.suse/vxlan-fix-tos-value-before-xmit.patch
	patches.suse/net-freescale-fec-Fix-ethtool-d-runtime-PM.patch
	patches.suse/can-can_dropped_invalid_skb-ensure-an-initialized-he.patch
	patches.suse/can-kvaser_usb-fix-interface-sanity-check.patch
	patches.suse/can-gs_usb-gs_usb_probe-use-descriptors-of-current-a.patch
	patches.suse/can-mscan-mscan_rx_poll-fix-rx-path-lockup-when-retu.patch
	patches.suse/net-phylink-fix-failure-to-register-on-x86-systems.patch
	patches.suse/net-Google-gve-Remove-dma_wmb-before-ringing-doorbel.patch
	patches.suse/macb-Don-t-unregister-clks-unconditionally.patch
	patches.suse/sctp-free-cmd-obj.chunk-for-the-unprocessed-SCTP_CMD.patch
	patches.suse/net-dsa-mv88e6xxx-Preserve-priority-when-setting-CPU.patch
	patches.suse/net-mlx5e-Avoid-duplicating-rule-destinations.patch
	patches.suse/net-mlx5e-Always-print-health-reporter-message-to-dm.patch
	patches.suse/net-mlx5-Move-devlink-registration-before-interfaces.patch
	patches.suse/Revert-net-mlx5-Support-lockless-FTE-read-lookups.patch
	patches.suse/net-mlx5-DR-No-need-for-atomic-refcount-for-internal.patch
	patches.suse/net-mlx5e-Fix-hairpin-RSS-table-size.patch
	patches.suse/net-mlx5-DR-Init-lists-that-are-used-in-rule-s-membe.patch
	patches.suse/bpf-cgroup-prevent-out-of-order-release-of-cgroup-bp.patch
	patches.suse/bpf-Fix-passing-modified-ctx-to-ld-abs-ind-instructi.patch
	patches.suse/vlan-fix-memory-leak-in-vlan_dev_set_egress_priority.patch
	patches.suse/vlan-vlan_changelink-should-propagate-errors.patch
	patches.suse/net-stmmac-Fixed-link-does-not-need-MDIO-Bus.patch
	patches.suse/net-usb-lan78xx-fix-possible-skb-leak.patch
	patches.suse/net-stmmac-dwmac-sunxi-Allow-all-RGMII-modes.patch
	patches.suse/net-stmmac-dwmac-sun8i-Allow-all-RGMII-modes.patch
	patches.suse/pkt_sched-fq-do-not-accept-silly-TCA_FQ_QUANTUM.patch
	patches.suse/gtp-fix-bad-unlock-balance-in-gtp_encap_enable_socke.patch
	patches.suse/mlxsw-spectrum_qdisc-Ignore-grafting-of-invisible-FI.patch
	patches.suse/net-sch_prio-When-ungrafting-replace-with-FIFO.patch
	patches.suse/macvlan-do-not-assume-mac_header-is-set-in-macvlan_b.patch
	patches.suse/atm-eni-fix-uninitialized-variable-warning.patch
	patches.suse/netfilter-arp_tables-init-netns-pointer-in-xt_tgchk_.patch
	patches.suse/0011-netfilter-nft_flow_offload-fix-underflow-in-flowtabl.patch
	patches.suse/netfilter-conntrack-dccp-sctp-handle-null-timeout-ar.patch
	patches.suse/0010-netfilter-ipset-avoid-null-deref-when-IPSET_ATTR_LIN.patch
	patches.suse/HID-hidraw-Fix-returning-EPOLLOUT-from-hidraw_poll.patch
	patches.suse/HID-uhid-Fix-returning-EPOLLOUT-from-uhid_char_poll.patch
	patches.suse/HID-multitouch-Add-LG-MELF0410-I2C-touchscreen-suppo.patch
	patches.suse/HID-Fix-slab-out-of-bounds-read-in-hid_field_extract.patch
	patches.suse/HID-Add-quirk-for-Xin-Mo-Dual-Controller.patch
	patches.suse/HID-ite-Add-USB-id-match-for-Acer-SW5-012-keyboard-d.patch
	patches.suse/HID-asus-Ignore-Asus-vendor-page-usage-code-0xff-eve.patch
	patches.suse/HID-Add-quirk-for-incorrect-input-length-on-Lenovo-Y.patch
	patches.suse/HID-hid-input-clear-unmapped-usages.patch
	patches.suse/HID-hiddev-fix-mess-in-hiddev_open.patch
	patches.suse/HID-intel-ish-hid-ipc-add-CMP-device-id.patch
	patches.suse/HID-wacom-Recognize-new-MobileStudio-Pro-PID.patch
	patches.suse/drivers-hid-hid-multitouch.c-fix-a-possible-null-poi.patch
	patches.suse/HID-intel-ish-hid-ipc-Add-Tiger-Lake-PCI-device-ID.patch
	patches.suse/HID-steam-Fix-input-device-disappearing.patch
	patches.suse/Input-input_event-fix-struct-padding-on-sparc64.patch
	patches.suse/Input-add-safety-guards-to-input_set_keycode.patch
	patches.suse/pinctrl-lochnagar-select-GPIOLIB.patch
	patches.suse/pinctrl-meson-Fix-wrong-shift-value-when-get-drive-s.patch
	patches.suse/gpio-max77620-Add-missing-dependency-on-GPIOLIB_IRQC.patch
	patches.suse/gpio-zynq-Fix-for-bug-in-zynq_gpio_restore_context-A.patch
	patches.suse/gpiolib-acpi-Turn-dmi_system_id-table-into-a-generic.patch
	patches.suse/gpiolib-acpi-Add-honor_wakeup-module-option-quirk-me.patch
	patches.suse/RDMA-bnxt_re-Avoid-freeing-MR-resources-if-dereg-fai.patch
	patches.suse/RDMA-bnxt_re-Fix-Send-Work-Entry-state-check-while-p.patch
	patches.suse/IB-hfi1-Don-t-cancel-unused-work-item.patch
	patches.suse/IB-hfi1-Adjust-flow-PSN-with-the-correct-resync_psn.patch
	patches.suse/i40iw-Remove-setting-of-VMA-private-data-and-use-rdm.patch
	patches.suse/drm-dp_mst-correct-the-shifting-in-DP_REMOTE_I2C_REA.patch
	patches.suse/drm-sun4i-tcon-Set-RGB-DCLK-min.-divider-based-on-ha.patch
	patches.suse/drm-fb-helper-Round-up-bits_per_pixel-if-possible.patch
	patches.suse/drm-amd-display-Reduce-HDMI-pixel-encoding-if-max-cl.patch
	patches.suse/drm-i915-gt-Mark-up-virtual-engine-uabi_instance.patch
	patches.suse/drm-i915-Limit-audio-CDCLK-2-BCLK-constraint-back-to.patch
	patches.suse/drm-i915-Add-Wa_1408615072-and-Wa_1407596294-to-icl-.patch
	patches.suse/drm-i915-Add-Wa_1407352427-icl-ehl.patch
	patches.suse/pstore-ram-Regularize-prz-label-allocation-lifetime.patch
	patches.suse/powercap-intel_rapl-add-NULL-pointer-check-to-rapl_m.patch
	patches.suse/ALSA-hda-realtek-Add-new-codec-supported-for-ALCS120.patch
	patches.suse/ALSA-usb-audio-Apply-the-sample-rate-quirk-for-Bose-.patch
	patches.suse/ASoC-SOF-fix-fault-at-driver-unload-after-failed-pro.patch
	patches.suse/ASoC-soc-core-Set-dpcm_playback-dpcm_capture.patch
	patches.suse/ASoC-stm32-spdifrx-fix-inconsistent-lock-state.patch
	patches.suse/ASoC-stm32-spdifrx-fix-race-condition-in-irq-handler.patch
	patches.suse/ASoC-stm32-spdifrx-fix-input-pin-state-management.patch
	patches.suse/ASoC-fsl_audmix-add-missed-pm_runtime_disable.patch
	patches.suse/ASoC-topology-Prevent-use-after-free-in-snd_soc_get_.patch
	patches.suse/ALSA-hda-realtek-Set-EAPD-control-to-default-for-ALC.patch
	patches.suse/ALSA-hda-realtek-Add-quirk-for-the-bass-speaker-on-L.patch
	patches.suse/ALSA-hda-enable-regmap-internal-locking.patch
	patches.suse/mtd-rawnand-stm32_fmc2-avoid-to-lock-the-CPU-bus.patch
	patches.suse/mtd-onenand-omap2-Pass-correct-flags-for-prep_dma_me.patch
	patches.suse/nvme-Translate-more-status-codes-to-blk_status_t.patch
	patches.suse/nvmet-fix-per-feat-data-len-for-get_feature.patch
	patches.suse/tty-always-relink-the-port.patch
	patches.suse/serdev-Don-t-claim-unsupported-ACPI-serial-devices.patch
	patches.suse/staging-vt6656-Fix-non-zero-logical-return-of-usb_co.patch
	patches.suse/staging-vt6656-correct-return-of-vnt_init_registers.patch
	patches.suse/staging-vt6656-limit-reg-output-to-block-size.patch
	patches.suse/staging-vt6656-remove-bool-from-vnt_radio_power_on-r.patch
	patches.suse/staging-vt6656-set-usb_set_intfdata-on-driver-fail.patch
	patches.suse/staging-comedi-adv_pci1710-fix-AI-channels-16-31-for.patch
	patches.suse/staging-rtl8188eu-Add-device-code-for-TP-Link-TL-WN7.patch
	patches.suse/chardev-Avoid-potential-use-after-free-in-chrdev_ope.patch
	patches.suse/USB-core-fix-check-for-duplicate-endpoints.patch
	patches.suse/usb-musb-jz4740-Silence-error-if-code-is-EPROBE_DEFE.patch
	patches.suse/usb-musb-dma-Correct-parameter-passed-to-IRQ-handler.patch
	patches.suse/usb-dwc3-gadget-Fix-request-complete-check.patch
	patches.suse/usb-chipidea-host-Disable-port-power-only-if-previou.patch
	patches.suse/phy-cpcap-usb-Fix-error-path-when-no-host-driver-is-.patch
	patches.suse/phy-qcom-qmp-Increase-PHY-ready-timeout.patch
	patches.suse/phy-cpcap-usb-Fix-flakey-host-idling-and-enumerating.patch
	patches.suse/phy-mapphone-mdm6600-Fix-uninitialized-status-value-.patch
	patches.suse/phy-cpcap-usb-Prevent-USB-line-glitches-from-waking-.patch
	patches.suse/phy-rockchip-inno-hdmi-round-clock-rate-down-to-clos.patch
	patches.suse/USB-serial-option-add-Telit-ME910G1-0x110a-compositi.patch
	patches.suse/USB-serial-option-add-ZLP-support-for-0x1bc7-0x9010.patch
	patches.suse/USB-PD-tcpm-bad-warning-size-PPS-adapters.patch
	patches.suse/USB-Fix-Don-t-skip-endpoint-descriptors-with-maxpack.patch
	patches.suse/usb-musb-fix-idling-for-suspend-after-disconnect-int.patch
	patches.suse/usb-musb-Disable-pullup-at-init.patch
	patches.suse/usb-ohci-da8xx-ensure-error-return-on-variable-error.patch
	patches.suse/usb-missing-parentheses-in-USE_NEW_SCHEME.patch
	patches.suse/HID-hidraw-uhid-Always-report-EPOLLOUT.patch
	patches.suse/arm64-Move-__ARCH_WANT_SYS_CLONE3-definition-to-uapi.patch
	patches.suse/arm64-Implement-copy_thread_tls.patch
	patches.suse/arm-Implement-copy_thread_tls.patch
	patches.suse/clone3-ensure-copy_thread_tls-is-implemented.patch
	patches.suse/i2c-bcm2835-Store-pointer-to-bus-clock.patch
	patches.suse/i2c-fix-bus-recovery-stop-mode-timing.patch
	patches.suse/iommu-vt-d-fix-adding-non-pci-devices-to-intel-iommu
	patches.suse/iommu-remove-device-link-to-group-on-failure
	patches.suse/iommu-vt-d-unlink-device-if-failed-to-add-to-group
	patches.suse/drm-i915-gen9-Clear-residual-context-state-on-contex.patch
	patches.suse/mm-memory_hotplug-don-t-free-usage-map-when-removing-a-re-added-early-section.patch
	patches.suse/mm-huge_memory.c-thp-fix-conflict-of-above-47bit-hint-address-and-PMD-alignment.patch
	patches.suse/mm-shmem.c-thp-shmem-fix-conflict-of-above-47bit-hint-address-and-PMD-alignment.patch
	patches.suse/mm-memcg-slab-fix-percpu-slab-vmstats-flushing.patch
	patches.suse/mm-debug_pagealloc-don-t-rely-on-static-keys-too-ear.patch
	patches.suse/mm-memcg-slab-call-flush_memcg_workqueue-only-if-memcg-workqueue-is-valid.patch
	patches.suse/keys-Fix-request_key-cache.patch
	patches.suse/afs-Fix-use-after-loss-of-ref.patch
	patches.suse/afs-Fix-afs_lookup-to-not-clobber-the-version-on-a-n.patch
	patches.suse/scsi-sd-clear-sdkp-protection_type-if-disk-is-reformatted-without-pi
	patches.suse/xprtrdma-Fix-create_qp-crash-on-device-unload.patch
	patches.suse/xprtrdma-Fix-completion-wait-during-device-removal.patch
	patches.suse/xprtrdma-Fix-oops-in-Receive-handler-after-device-re.patch
	patches.suse/fix-autofs-regression-caused-by-follow_managed-changes.patch
	patches.suse/platform-mellanox-fix-potential-deadlock-in-the-tmfi.patch
	patches.suse/platform-x86-GPD-pocket-fan-Use-default-values-when-.patch
	patches.suse/platform-x86-GPD-pocket-fan-Allow-somewhat-lower-hig.patch
	patches.suse/platform-x86-intel_pmc_core-update-Comet-Lake-platfo.patch
	patches.suse/platform-x86-asus-wmi-Fix-keyboard-brightness-cannot.patch
	patches.suse/Documentation-ABI-Fix-documentation-inconsistency-fo.patch
	patches.suse/Documentation-ABI-Add-missed-attribute-for-mlxreg-io.patch
	patches.suse/Fix-built-in-early-load-Intel-microcode-alignment.patch
	patches.suse/clk-samsung-exynos5420-Keep-top-G3D-clocks-enabled.patch
	patches.suse/clk-tegra-Fix-double-free-in-tegra_clk_init.patch
	patches.suse/clk-Don-t-try-to-enable-critical-clocks-if-prepare-f.patch
	patches.suse/clk-qcom-gcc-sdm845-Add-missing-flag-to-votable-GDSC.patch
	patches.suse/clk-sunxi-ng-r40-Allow-setting-parent-rate-for-exter.patch
	patches.suse/clk-sunxi-ng-sun8i-r-Fix-divider-on-APB0-clock.patch
	patches.suse/clk-sunxi-ng-h6-r-Fix-AR100-R_APB2-parent-order.patch
	patches.suse/arm64-dts-agilex-stratix10-fix-pmu-interrupt-numbers.patch
	patches.suse/clk-mmp2-Fix-the-order-of-timer-mux-parents.patch
	patches.suse/ARM-OMAP2-Fix-ti_sysc_find_one_clockdomain-to-check-.patch
	patches.suse/bus-ti-sysc-Fix-iterating-over-clocks.patch
	patches.suse/ARM-dts-am571x-idk-Fix-gpios-property-to-have-the-co.patch
	patches.suse/soc-ti-wkup_m3_ipc-Fix-race-condition-with-rproc_boo.patch
	patches.suse/ARM-dts-meson8-fix-the-size-of-the-PMU-registers.patch
	patches.suse/ARM-dts-imx6q-dhcom-fix-rtc-compatible.patch
	patches.suse/arm64-dts-ls1028a-fix-endian-setting-for-dcfg.patch
	patches.suse/arm64-dts-imx8mm-Change-SDMA1-ahb-clock-for-imx8mm.patch
	patches.suse/ARM-dts-imx7ulp-fix-reg-of-cpu-node.patch
	patches.suse/ARM-dts-imx6q-dhcom-Fix-SGTL5000-VDDIO-regulator-con.patch
	patches.suse/arm64-dts-imx8mq-librem5-devkit-use-correct-interrup.patch
	patches.suse/ARM-dts-imx6q-icore-mipi-Use-1.5-version-of-i.Core-M.patch
	patches.suse/ARM-dts-imx6qdl-sabresd-Remove-incorrect-power-suppl.patch
	patches.suse/ARM-dts-imx6sx-sdb-Remove-incorrect-power-supply-ass.patch
	patches.suse/ARM-dts-imx6sl-evk-Remove-incorrect-power-supply-ass.patch
	patches.suse/ARM-dts-imx6sll-evk-Remove-incorrect-power-supply-as.patch
	patches.suse/ARM-dts-imx7-Fix-Toradex-Colibri-iMX7S-256MB-NAND-fl.patch
	patches.suse/arm64-dts-allwinner-a64-olinuxino-Fix-SDIO-supply-re.patch
	patches.suse/block-fix-get_max_segment_size-overflow-on-32bit-arc.patch
	patches.suse/0009-block-fix-an-integer-overflow-in-logical-block-size.patch
	patches.suse/ALSA-firewire-tascam-fix-corruption-due-to-spin-lock.patch
	patches.suse/ALSA-dice-fix-fallback-from-protocol-extension-into-.patch
	patches.suse/ALSA-usb-audio-fix-sync-ep-altsetting-sanity-check.patch
	patches.suse/ALSA-seq-Fix-racy-access-for-queue-timer-in-proc-rea.patch
	patches.suse/ASoC-rt5640-Fix-NULL-dereference-on-module-unload.patch
	patches.suse/ASoC-Intel-bytcht_es8316-Fix-Irbis-NB41-netbook-quir.patch
	patches.suse/ASoC-stm32-dfsdm-fix-16-bits-record.patch
	patches.suse/ASoC-SOF-Intel-lower-print-level-to-dbg-if-we-will-r.patch
	patches.suse/ASoC-SOF-Intel-fix-HDA-codec-driver-probe-with-multi.patch
	patches.suse/ASoC-hdac_hda-Fix-error-in-driver-removal-after-fail.patch
	patches.suse/ASoC-msm8916-wcd-analog-Fix-selected-events-for-MIC-.patch
	patches.suse/ASoC-sti-fix-possible-sleep-in-atomic.patch
	patches.suse/ASoC-msm8916-wcd-analog-Fix-MIC-BIAS-Internal1.patch
	patches.suse/ASoC-msm8916-wcd-digital-Reset-RX-interpolation-path.patch
	patches.suse/btrfs-rework-arguments-of-btrfs_unlink_subvol.patch
	patches.suse/btrfs-fix-invalid-removal-of-root-ref.patch
	patches.suse/btrfs-do-not-delete-mismatched-root-refs.patch
	patches.suse/0001-btrfs-relocation-fix-reloc_root-lifespan-and-access.patch
	patches.suse/Btrfs-always-copy-scrub-arguments-back-to-user-space.patch
	patches.suse/btrfs-check-rw_devices-not-num_devices-for-balance.patch
	patches.suse/usb-core-hub-Improved-device-recognition-on-remote-w.patch
	patches.suse/USB-serial-simple-Add-Motorola-Solutions-TETRA-MTP3x.patch
	patches.suse/USB-serial-option-Add-support-for-Quectel-RM500Q.patch
	patches.suse/0001-USB-serial-opticon-fix-control-message-timeouts.patch
	patches.suse/USB-serial-option-add-support-for-Quectel-RM500Q-in-.patch
	patches.suse/0001-USB-serial-ch341-handle-unbound-port-at-reset_resume.patch
	patches.suse/0001-USB-serial-io_edgeport-handle-unbound-ports-on-URB-c.patch
	patches.suse/0001-USB-serial-io_edgeport-add-missing-active-port-sanit.patch
	patches.suse/0001-USB-serial-keyspan-handle-unbound-ports.patch
	patches.suse/0001-USB-serial-quatech2-handle-unbound-ports.patch
	patches.suse/iio-adc-ad7124-Fix-DT-channel-configuration.patch
	patches.suse/iio-imu-st_lsm6dsx-Fix-selection-of-ST_LSM6DS3_ID.patch
	patches.suse/iio-chemical-pms7003-fix-unmet-triggered-buffer-depe.patch
	patches.suse/iio-buffer-align-the-size-of-scan-bytes-to-size-of-t.patch
	patches.suse/iio-light-vcnl4000-Fix-scale-for-vcnl4040.patch
	patches.suse/staging-comedi-ni_routes-fix-null-dereference-in-ni_.patch
	patches.suse/staging-comedi-ni_routes-allow-partial-routing-infor.patch
	patches.suse/coresight-etm4x-Fix-unused-function-warning.patch
	patches.suse/scsi-fnic-fix-invalid-stack-access
	patches.suse/msft-hv-2001-scsi-storvsc-Correctly-set-number-of-hardware-queues.patch
	patches.suse/scsi-mptfusion-fix-double-fetch-bug-in-ioctl
	patches.suse/s390-zcrypt-fix-cca-cipher-key-gen-with-clear-key-value-function
	patches.suse/s390-setup-fix-secure-ipl-message
	patches.suse/efi-earlycon-Fix-write-combine-mapping-on-x86.patch
	patches.suse/futex-Fix-kernel-doc-notation-warning.patch
	patches.suse/locking-rwsem-Fix-kernel-crash-when-spinning-on-RWSE.patch
	patches.suse/perf-x86-intel-uncore-fix-missing-marker-for-snr_uncore_imc_freerunning_events.patch
	patches.suse/lib-vdso-Make-__cvdso_clock_getres-static.patch
	patches.suse/tick-sched-Annotate-lockless-access-to-last_jiffies_.patch
	patches.suse/x86-resctrl-fix-an-imbalance-in-domain_remove_cpu.patch
	patches.suse/x86-resctrl-fix-potential-memory-leak.patch
	patches.suse/x86-cpu-amd-ensure-clearing-of-sme-sev-features-is-maintained.patch
	patches.suse/drm-i915-Add-missing-include-file-linux-math64.h.patch
	patches.suse/mtd-rawnand-gpmi-Fix-suspend-resume-problem.patch
	patches.suse/mtd-rawnand-gpmi-Restore-nfc-timing-setup-after-susp.patch
	patches.suse/i2c-tegra-Fix-suspending-in-active-runtime-PM-state.patch
	patches.suse/i2c-tegra-Properly-disable-runtime-PM-on-driver-s-pr.patch
	patches.suse/i2c-iop3xx-Fix-memory-leak-in-probe-error-path.patch
	patches.suse/sh_eth-check-sh_eth_cpu_data-dual_port-when-dumping-.patch
	patches.suse/i40e-Fix-virtchnl_queue_select-bitmap-validation.patch
	patches.suse/ixgbevf-Remove-limit-of-10-entries-for-unicast-filte.patch
	patches.suse/ixgbe-Fix-calculation-of-queue-with-VFs-and-flow-dir.patch
	patches.suse/igb-Fix-SGMII-SFP-module-discovery-for-100FX-LX.patch
	patches.suse/iavf-remove-current-MAC-address-filter-on-VF-reset.patch
	patches.suse/i40e-Set-PHY-Access-flag-on-X722.patch
	patches.suse/e1000e-Revert-e1000e-Make-watchdog-use-delayed-work.patch
	patches.suse/net-tls-avoid-spurious-decryption-error-with-HW-resy.patch
	patches.suse/net-tls-fix-async-operation.patch
	patches.suse/ipv4-Detect-rollover-in-specific-fib-table-dump.patch
	patches.suse/devlink-Wait-longer-before-warning-about-unset-port-.patch
	patches.suse/devlink-correct-misspelling-of-snapshot.patch
	patches.suse/qmi_wwan-Add-support-for-Quectel-RM500Q.patch
	patches.suse/0001-NFC-pn533-fix-bulk-message-timeout.patch
	patches.suse/ptp-free-ptp-device-pin-descriptors-properly.patch
	patches.suse/net-usb-lan78xx-limit-size-of-local-TSO-packets.patch
	patches.suse/r8152-add-missing-endpoint-sanity-check.patch
	patches.suse/mac80211-mesh-restrict-airtime-metric-to-peered-esta.patch
	patches.suse/wireless-fix-enabling-channel-12-for-custom-regulato.patch
	patches.suse/cfg80211-Fix-radar-event-during-another-phy-CAC.patch
	patches.suse/mac80211-Fix-TKIP-replay-protection-immediately-afte.patch
	patches.suse/wireless-wext-avoid-gcc-O3-warning.patch
	patches.suse/cfg80211-fix-deadlocks-in-autodisconnect-work.patch
	patches.suse/cfg80211-fix-memory-leak-in-nl80211_probe_mesh_link.patch
	patches.suse/cfg80211-fix-memory-leak-in-cfg80211_cqm_rssi_update.patch
	patches.suse/cfg80211-check-for-set_wiphy_params.patch
	patches.suse/cfg80211-fix-page-refcount-issue-in-A-MSDU-decap.patch
	patches.suse/mlxsw-spectrum-Do-not-enforce-same-firmware-version-.patch
	patches.suse/mlxsw-spectrum-Do-not-modify-cloned-SKBs-during-xmit.patch
	patches.suse/mlxsw-switchx2-Do-not-modify-cloned-SKBs-during-xmit.patch
	patches.suse/mlxsw-spectrum-Wipe-xstats.backlog-of-down-ports.patch
	patches.suse/mlxsw-spectrum_qdisc-Include-MC-TCs-in-Qdisc-counter.patch
	patches.suse/tcp-fix-marked-lost-packets-not-being-retransmitted.patch
	patches.suse/hv_netvsc-Fix-memory-leak-when-removing-rndis-device.patch
	patches.suse/batman-adv-Fix-DAT-candidate-selection-on-little-end.patch
	patches.suse/net-wan-fsl_ucc_hdlc-fix-out-of-bounds-write-on-arra.patch
	patches.suse/bpf-sockmap-Read-psock-ingress_msg-before-sk_receive.patch
	patches.suse/net-bpf-Don-t-leak-time-wait-and-request-sockets.patch
	patches.suse/bpftool-Fix-printing-incorrect-pointer-in-btf_dump_p.patch
	patches.suse/bpf-Fix-incorrect-verifier-simulation-of-ARSH-under-.patch
	patches.suse/bpf-Sockmap-tls-during-free-we-may-call-tcp_bpf_unha.patch
	patches.suse/bpf-Sockmap-ensure-sock-lock-held-during-tear-down.patch
	patches.suse/bpf-Sockmap-tls-push-write_space-updates-through-ulp.patch
	patches.suse/bpf-Sockmap-skmsg-helper-overestimates-push-pull-and.patch
	patches.suse/bpf-Sockmap-tls-msg_push_data-may-leave-end-mark-in-.patch
	patches.suse/bpf-Sockmap-tls-tls_sw-can-create-a-plaintext-buf-en.patch
	patches.suse/bpf-Sockmap-tls-skmsg-can-have-wrapped-skmsg-that-ne.patch
	patches.suse/bpf-Sockmap-tls-fix-pop-data-with-SK_DROP-return-cod.patch
	patches.suse/macvlan-use-skb_reset_mac_header-in-macvlan_queue_xm.patch
	patches.suse/net-hns3-pad-the-short-frame-before-sending-to-the-h.patch
	patches.suse/net-ethernet-ave-Avoid-lockdep-warning.patch
	patches.suse/net-dsa-tag_gswip-fix-typo-in-tagger-name.patch
	patches.suse/net-dsa-tag_qca-fix-doubled-Tx-statistics.patch
	patches.suse/netfilter-fix-a-use-after-free-in-mtype_destroy.patch
	patches.suse/netfilter-arp_tables-init-netns-pointer-in-xt_tgdtor.patch
	patches.suse/netfilter-nf_tables-store-transaction-list-locally-w.patch
	patches.suse/netfilter-nft_tunnel-fix-null-attribute-check.patch
	patches.suse/netfilter-nft_tunnel-ERSPAN_VERSION-must-not-be-null.patch
	patches.suse/netfilter-nf_tables-remove-WARN-and-add-NLA_STRING-u.patch
	patches.suse/netfilter-nf_tables-fix-flowtable-list-del-corruptio.patch
	patches.suse/netfilter-nat-fix-ICMP-header-corruption-on-ICMP-err.patch
	patches.suse/net-sched-act_ife-initalize-ife-metalist-earlier.patch
	patches.suse/net-avoid-updating-qdisc_xmit_lock_key-in-netdev_upd.patch
	patches.suse/net-hns-fix-soft-lockup-when-there-is-not-enough-mem.patch
	patches.suse/net-phy-dp83867-Set-FORCE_LINK_GOOD-to-default-after.patch
	patches.suse/net-dsa-sja1105-Don-t-error-out-on-disabled-ports-wi.patch
	patches.suse/net-dsa-bcm_sf2-Configure-IMP-port-for-2Gb-sec.patch
	patches.suse/net-systemport-Fixed-queue-mapping-in-internal-ring-.patch
	patches.suse/bnxt_en-Fix-NTUPLE-firmware-command-failures.patch
	patches.suse/bnxt_en-Fix-ipv6-RFS-filter-matching-logic.patch
	patches.suse/bnxt_en-Do-not-treat-DSN-Digital-Serial-Number-read-.patch
	patches.suse/net-sched-act_ctinfo-fix-memory-leak.patch
	patches.suse/cxgb4-fix-Tx-multi-channel-port-rate-limit.patch
	patches.suse/cxgb4-reject-overlapped-queues-in-TC-MQPRIO-offload.patch
	patches.suse/hwmon-nct7802-Fix-voltage-limits-to-wrong-registers.patch
	patches.suse/hwmon-nct7802-Fix-non-working-alarm-on-voltages.patch
	patches.suse/hwmon-adt7475-Make-volt2reg-return-same-reg-as-reg2v.patch
	patches.suse/hwmon-core-Do-not-use-device-managed-functions-for-m.patch
	patches.suse/led-max77650-add-of_match-table.patch
	patches.suse/readdir-be-more-conservative-with-directory-entry-na.patch
	patches.suse/readdir-make-user_access_begin-use-the-real-access-r.patch
	patches.suse/PCI-Mark-AMD-Navi14-GPU-rev-0xc5-ATS-as-broken.patch
	patches.suse/PM-hibernate-fix-crashes-with-init_on_free-1.patch
	patches.suse/ceph-hold-extra-reference-to-r_parent-over-life-of-request.patch
	patches.suse/tracing-xen-ordered-comparison-of-function-pointers.patch
	patches.suse/tracing-fix-histogram-code-when-expression-has-same-var-as-value.patch
	patches.suse/XArray-Fix-xas_pause-at-ULONG_MAX.patch
	patches.suse/XArray-Fix-infinite-loop-with-entry-at-ULONG_MAX.patch
	patches.suse/XArray-Fix-xa_find_after-with-multi-index-entries.patch
	patches.suse/XArray-Fix-xas_find-returning-too-many-entries.patch
	patches.suse/mmc-sdhci_am654-Remove-Inverted-Write-Protect-flag.patch
	patches.suse/mmc-sdhci_am654-Reset-Command-and-Data-line-after-tu.patch
	patches.suse/mmc-tegra-fix-SDR50-tuning-override.patch
	patches.suse/mmc-sdhci-fix-minimum-clock-rate-for-v3-controller.patch
	patches.suse/lib-Reduce-user_access_begin-boundaries-in-strncpy_f.patch
	patches.suse/drm-i915-userptr-fix-size-calculation.patch
	patches.suse/drm-i915-Align-engine-uabi_class-instance-with-i915_.patch
	patches.suse/powerpc-xive-Discard-ESB-load-value-when-interrupt-i.patch
	patches.suse/powerpc-mm-hash-Fix-sharing-context-ids-between-kern.patch
	patches.suse/iommu-vt-d-call-_dmar_remove_one_dev_info-with-valid-pointer
	patches.suse/iommu-amd-fix-iommu-perf-counter-clobbering-during-init
	patches.suse/Input-evdev-convert-kzalloc-vzalloc-to-kvzalloc.patch
	patches.suse/Input-sun4i-ts-add-a-check-for-devm_thermal_zone_of_.patch
	patches.suse/Input-pegasus_notetaker-fix-endpoint-sanity-check.patch
	patches.suse/Input-aiptek-fix-endpoint-sanity-check.patch
	patches.suse/Input-gtco-fix-endpoint-sanity-check.patch
	patches.suse/Input-sur40-fix-interface-sanity-checks.patch
	patches.suse/Input-rmi_f54-read-from-FIFO-in-32-byte-blocks.patch
	patches.suse/Input-max77650-onkey-add-of_match-table.patch
	patches.suse/Input-keyspan-remote-fix-control-message-timeouts.patch
	patches.suse/Input-pm8xxx-vib-fix-handling-of-separate-enable-reg.patch
	patches.suse/0001-btrfs-scrub-Require-mandatory-block-group-RO-for-dev.patch
	patches.suse/0001-btrfs-dev-replace-remove-warning-for-unknown-return-.patch
	patches.suse/net-ip6_gre-fix-moving-ip6gre-between-namespaces.patch
	patches.suse/vti-6-fix-packet-tx-through-bpf_redirect.patch
	patches.suse/xfrm-interface-fix-packet-tx-through-bpf_redirect.patch
	patches.suse/xfrm-support-output_mark-for-offload-ESP-packets.patch
	patches.suse/ipv6-sr-remove-SKB_GSO_IPXIP6-on-End.D-actions.patch
	patches.suse/net-sysfs-Fix-reference-count-leak.patch
	patches.suse/tcp_bbr-improve-arithmetic-division-in-bbr_update_bw.patch
	patches.suse/net-usb-lan78xx-Add-.ndo_features_check.patch
	patches.suse/tcp-remove-redundant-assigment-to-snd_cwnd.patch
	patches.suse/net-ip_tunnel-fix-namespaces-move.patch
	patches.suse/net-sk_msg-Don-t-check-if-sock-is-locked-when-tearin.patch
	patches.suse/can-slip-Protect-tty-disc_data-in-write_wakeup-and-c.patch
	patches.suse/net-Fix-packet-reordering-caused-by-GRO-and-listifie.patch
	patches.suse/Revert-udp-do-rmem-bulk-free-even-if-the-rx-sk-queue.patch
	patches.suse/net_sched-use-validated-TCA_KIND-attribute-in-tc_new.patch
	patches.suse/net-ip6_tunnel-fix-namespaces-move.patch
	patches.suse/airo-Fix-possible-info-leak-in-AIROOLDIOCTL-SIOCDEVP.patch
	patches.suse/airo-Add-missing-CAP_NET_ADMIN-check-in-AIROOLDIOCTL.patch
	patches.suse/net-rtnetlink-validate-IFLA_MTU-attribute-in-rtnl_cr.patch
	patches.suse/gtp-make-sure-only-SOCK_DGRAM-UDP-sockets-are-accept.patch
	patches.suse/r8152-get-default-setting-of-WOL-before-initializing.patch
	patches.suse/r8152-disable-test-IO-for-RTL8153B.patch
	patches.suse/r8152-avoid-the-MCU-to-clear-the-lanwake.patch
	patches.suse/r8152-disable-DelayPhyPwrChg.patch
	patches.suse/mlxsw-spectrum_acl-Fix-use-after-free-during-reload.patch
	patches.suse/tun-add-mutex_unlock-call-and-napi.skb-clearing-in-t.patch
	patches.suse/libertas-Fix-two-buffer-overflows-at-parsing-bss-des.patch
	patches.suse/iwlwifi-mvm-fix-NVM-check-for-3168-devices.patch
	patches.suse/iwlwifi-mvm-fix-SKB-leak-on-invalid-queue.patch
	patches.suse/0001-iwlwifi-mvm-fix-potential-SKB-leak-on-TXQ-TX.patch
	patches.suse/0001-iwlwifi-fw-make-pos-static-in-iwl_sar_get_ewrd_table.patch
	patches.suse/0001-iwlwifi-mvm-don-t-send-the-IWL_MVM_RXQ_NSSN_SYNC-not.patch
	patches.suse/fou-Fix-IPv6-netlink-policy.patch
	patches.suse/qlcnic-Fix-CPU-soft-lockup-while-collecting-firmware.patch
	patches.suse/net_sched-fix-datalen-for-ematch.patch
	patches.suse/i40e-fix-spelling-mistake-to-too.patch
	patches.suse/ipvs-fix-spelling-mistake-to-too.patch
	patches.suse/caif_usb-fix-spelling-mistake-to-too.patch
	patches.suse/net-rose-fix-spelling-mistake-to-too.patch
	patches.suse/tcp-do-not-leave-dangling-pointers-in-tp-highest_sac.patch
	patches.suse/seq_tab_next-should-increase-position-index.patch
	patches.suse/l2t_seq_next-should-increase-position-index.patch
	patches.suse/vcc_seq_next-should-increase-position-index.patch
	patches.suse/neigh_stat_seq_next-should-increase-position-index.patch
	patches.suse/rt_cpu_seq_next-should-increase-position-index.patch
	patches.suse/ipv6_route_seq_next-should-increase-position-index.patch
	patches.suse/net-stmmac-platform-fix-probe-for-ACPI-devices.patch
	patches.suse/net-bcmgenet-Use-netif_tx_napi_add-for-TX-NAPI.patch
	patches.suse/net-cxgb3_main-Add-CAP_NET_ADMIN-check-to-CHELSIO_GE.patch
	patches.suse/net-mlx5-Fix-lowest-FDB-pool-size.patch
	patches.suse/net-mlx5-Update-the-list-of-the-PCI-supported-device-505a7f54.patch
	patches.suse/net-mlx5-DR-Enable-counter-on-non-fwd-dest-objects.patch
	patches.suse/net-mlx5-E-Switch-Prevent-ingress-rate-configuration.patch
	patches.suse/net-mlx5-DR-use-non-preemptible-call-to-get-the-curr.patch
	patches.suse/net-mlx5e-Clear-VF-config-when-switching-modes.patch
	patches.suse/net-mlx5e-kTLS-Fix-corner-case-checks-in-TX-resync-f.patch
	patches.suse/net-mlx5e-kTLS-Remove-redundant-posts-in-TX-resync-f.patch
	patches.suse/net-mlx5e-kTLS-Do-not-send-decrypted-marked-SKBs-via.patch
	patches.suse/netfilter-nft_osf-add-missing-check-for-DREG-attribu.patch
	patches.suse/netfilter-ipset-use-bitmap-infrastructure-completely.patch
	patches.suse/netfilter-conntrack-sctp-use-distinct-states-for-new.patch
	patches.suse/netfilter-nf_tables-add-__nft_chain_type_get.patch
	patches.suse/netfilter-nf_tables-autoload-modules-from-the-abort-.patch
	patches.suse/net-Fix-skb-csum-update-in-inet_proto_csum_replace16.patch
	patches.suse/firestream-fix-memory-leaks.patch
	patches.suse/ARM-8955-1-virt-Relax-arch-timer-version-check-durin.patch
	patches.suse/afs-Fix-characters-allowed-into-cell-names.patch
	patches.suse/do_last-fetch-directory--i_mode-and--i_uid-before-its-too-late.patch
	patches.suse/scsi-fnic-do-not-queue-commands-during-fwreset.patch
	patches.suse/0024-block-allow-partitions-on-host-aware-zone-devices.patch
	patches.suse/arm64-kbuild-remove-compressed-images-on-make-ARCH-a.patch
	patches.suse/arm64-kexec-remove-unnecessary-debug-prints.patch
	patches.suse/libfdt-include-fdt_addresses.c.patch
	patches.suse/arm64-kexec_file-add-crash-dump-support.patch
	patches.suse/arm64-cpufeature-Fix-the-type-of-no-FP-SIMD-capabili.patch
	patches.suse/arm64-cpufeature-Set-the-FP-SIMD-compat-HWCAP-bits-p.patch
	patches.suse/arm64-ptrace-nofpsimd-Fail-FP-SIMD-regset-operations.patch
	patches.suse/arm64-nofpsmid-Handle-TIF_FOREIGN_FPSTATE-flag-clean.patch
	patches.suse/arm64-acpi-fix-DAIF-manipulation-with-pNMI.patch
	patches.suse/hwmon-k10temp-Use-bitops.patch
	patches.suse/hmon-k10temp-Convert-to-use-devm_hwmon_device_regist.patch
	patches.suse/hwmon-k10temp-Report-temperatures-per-CPU-die.patch
	patches.suse/hwmon-k10temp-Show-core-and-SoC-current-and-voltages.patch
	patches.suse/hwmon-k10temp-Don-t-show-temperature-limits-on-Ryzen.patch
	patches.suse/hwmon-k10temp-Display-up-to-eight-sets-of-CCD-temper.patch
	patches.suse/EDAC-skx_common-downgrade-message-importance-on-miss.patch
	patches.suse/x86-mce-amd-edac-mce_amd-add-new-load-store-unit-mcatype.patch
	patches.suse/edac-mce_amd-always-load-on-smca-systems.patch
	patches.suse/x86-amd_nb-add-family-19h-pci-ids.patch
	patches.suse/edac-amd64-add-family-ops-for-family-19h-models-00h-0fh.patch
	patches.suse/edac-amd64-drop-some-family-checks-for-newer-systems.patch
	patches.suse/edac-mce_amd-make-fam_ops-static-global.patch
	patches.suse/mmc-spi-Toggle-SPI-polarity-do-not-hardcode-it.patch
	patches.suse/mmc-sdhci-fix-up-CMD12-sending.patch
	patches.suse/gpio-add-gpiod_toggle_active_low.patch
	patches.suse/mmc-sdhci-of-esdhc-fix-esdhc_reset-for-different-con.patch
	patches.suse/0001-mmc-sdhci-of-at91-fix-memleak-on-clk_get-failure.patch
	patches.suse/platform-x86-ISST-Allow-additional-core-power-mailbo.patch
	patches.suse/platform-x86-intel_mid_powerbtn-Take-a-copy-of-ddata.patch
	patches.suse/platform-x86-intel_scu_ipc-Fix-interrupt-support.patch
	patches.suse/livepatch-selftest-clean-up-shadow-variable-names-and-type.patch
	patches.suse/livepatch-samples-selftest-use-klp_shadow_alloc-api-correctly.patch
	patches.suse/dmaengine-axi-dmac-add-a-check-for-devm_regmap_init_.patch
	patches.suse/dmaengine-fsl-edma-Add-eDMA-support-for-QorIQ-LS1028.patch
	patches.suse/dmaengine-Store-module-owner-in-dma_device-struct.patch
	patches.suse/dmaengine-fsl-qdma-fix-duplicated-argument-to.patch
	patches.suse/regmap-fix-writes-to-non-incrementing-registers.patch
	patches.suse/spi-dw-use-smp_mb-to-avoid-sending-spi-data-error.patch
	patches.suse/spi-spi-fsl-qspi-Ensure-width-is-respected-in-spi-me.patch
	patches.suse/spi-fsl-lpspi-fix-only-one-cs-gpio-working.patch
	patches.suse/regulator-vctrl-regulator-Avoid-deadlock-getting-and.patch
	patches.suse/regulator-core-Fix-exported-symbols-to-the-exported-.patch
	patches.suse/regulator-rk808-Lower-log-level-on-optional-GPIOs-be.patch
	patches.suse/regulator-core-Add-regulator_is_equal-helper.patch
	patches.suse/regulator-fix-for-regulator-core-Add-regulator_is_eq.patch
	patches.suse/PM-wakeup-Show-statistics-for-deleted-wakeup-sources.patch
	patches.suse/powercap-intel_rapl-add-support-for-TigerLake-Mobile.patch
	patches.suse/opp-Free-static-OPPs-on-errors-while-adding-them.patch
	patches.suse/PM-devfreq-Add-new-name-attribute-for-sysfs.patch
	patches.suse/apei-ghes-Do-not-delay-GHES-polling.patch
	patches.suse/ACPICA-Disassembler-create-buffer-fields-in-ACPI_PAR.patch
	patches.suse/ACPI-battery-Deal-with-design-or-full-capacity-being.patch
	patches.suse/ACPI-battery-Use-design-cap-for-capacity-calculation.patch
	patches.suse/ACPI-battery-Deal-better-with-neither-design-nor-ful.patch
	patches.suse/ACPI-video-Do-not-export-a-non-working-backlight-int.patch
	patches.suse/ACPI-button-Add-DMI-quirk-for-Razer-Blade-Stealth-13.patch
	patches.suse/tools-power-acpi-fix-compilation-error.patch
	patches.suse/usb-dwc3-use-proper-initializers-for-property-entrie.patch
	patches.suse/0023-md-bitmap-small-cleanups.patch
	patches.suse/0024-raid6-test-fix-a-compilation-error.patch
	patches.suse/0025-raid6-test-fix-a-compilation-warning.patch
	patches.suse/0026-md-raid6-fix-algorithm-choice-under-larger-PAGE_SIZE.patch
	patches.suse/0027-raid5-remove-worker_cnt_per_group-argument-from-allo.patch
	patches.suse/0028-md-rename-wb-stuffs.patch
	patches.suse/0029-md-fix-a-typo-s-creat-create.patch
	patches.suse/0014-lib-crc64-include-linux-crc64.h-for-crc64_be.patch
	patches.suse/0015-bcache-add-code-comments-for-state-pool-in-__btree_s.patch
	patches.suse/0016-bcache-avoid-unnecessary-btree-nodes-flushing-in-btr.patch
	patches.suse/0017-bcache-print-written-and-keys-in-trace_bcache_btree_.patch
	patches.suse/0018-bcache-remove-member-accessed-from-struct-btree.patch
	patches.suse/0019-bcache-reap-c-btree_cache_freeable-from-the-tail-in-.patch
	patches.suse/0020-bcache-reap-from-tail-of-c-btree_cache-in-bch_mca_sc.patch
	patches.suse/cgroup-prevent-double-killing-of-css-when-enabling-threaded-cgroup.patch
	patches.suse/selinux-revert-stop-passing-MAY_NOT_BLOCK-to-the-AVC.patch
	patches.suse/selinux-fall-back-to-ref-walk-if-audit-is-required.patch
	patches.suse/lib-vdso-Make-__arch_update_vdso_data-logic-understa.patch
	patches.suse/watchdog-softlockup-Enforce-that-timestamp-is-valid-.patch
	patches.suse/lib-vdso-Let-do_coarse-return-0-to-simplify-the-call.patch
	patches.suse/lib-vdso-Avoid-duplication-in-__cvdso_clock_getres.patch
	patches.suse/lib-vdso-Add-unlikely-hint-into-vdso_read_begin.patch
	patches.suse/lib-vdso-Mark-do_hres-and-do_coarse-as-__always_inli.patch
	patches.suse/ns-Introduce-Time-Namespace.patch
	patches.suse/time-Add-timens_offsets-to-be-used-for-tasks-in-time.patch
	patches.suse/posix-clocks-Rename-the-clock_get-callback-to-clock_.patch
	patches.suse/posix-clocks-Rename-.clock_get_timespec-callbacks-ac.patch
	patches.suse/alarmtimer-Rename-gettime-callback-to-get_ktime.patch
	patches.suse/alarmtimer-Provide-get_timespec-callback.patch
	patches.suse/posix-clocks-Introduce-clock_get_ktime-callback.patch
	patches.suse/posix-timers-Use-clock_get_ktime-in-common_timer_get.patch
	patches.suse/posix-clocks-Wire-up-clock_gettime-with-timens-offse.patch
	patches.suse/time-Add-do_timens_ktime_to_host-helper.patch
	patches.suse/timerfd-Make-timerfd_settime-time-namespace-aware.patch
	patches.suse/posix-timers-Make-timer_settime-time-namespace-aware.patch
	patches.suse/alarmtimer-Make-nanosleep-time-namespace-aware.patch
	patches.suse/hrtimers-Prepare-hrtimer_nanosleep-for-time-namespac.patch
	patches.suse/posix-timers-Make-clock_nanosleep-time-namespace-awa.patch
	patches.suse/fs-proc-Respect-boottime-inside-time-namespace-for-p.patch
	patches.suse/x86-vdso-Restrict-splitting-VVAR-VMA.patch
	patches.suse/lib-vdso-Prepare-for-time-namespace-support.patch
	patches.suse/x86-vdso-Provide-vdso_data-offset-on-vvar_page.patch
	patches.suse/x86-vdso-Add-time-napespace-page.patch
	patches.suse/time-Allocate-per-timens-vvar-page.patch
	patches.suse/x86-vdso-Handle-faults-on-timens-page.patch
	patches.suse/x86-vdso-On-timens-page-fault-prefault-also-VVAR-pag.patch
	patches.suse/x86-vdso-Zap-vvar-pages-when-switching-to-a-time-nam.patch
	patches.suse/fs-proc-Introduce-proc-pid-timens_offsets.patch
	patches.suse/selftests-timens-Add-Time-Namespace-test-for-support.patch
	patches.suse/selftests-timens-Add-a-test-for-timerfd.patch
	patches.suse/selftests-timens-Add-a-test-for-clock_nanosleep.patch
	patches.suse/selftests-timens-Add-procfs-selftest.patch
	patches.suse/selftests-timens-Add-timer-offsets-test.patch
	patches.suse/selftests-timens-Add-a-simple-perf-test-for-clock_ge.patch
	patches.suse/selftests-timens-Check-for-right-timens-offsets-afte.patch
	patches.suse/alarmtimer-Unregister-wakeup-source-when-module-get-.patch
	patches.suse/lib-vdso-Only-read-hrtimer_res-when-needed-in-__cvds.patch
	patches.suse/clocksource-drivers-bcm2835_timer-Fix-memory-leak-of.patch
	patches.suse/msft-hv-2004-clocksource-drivers-hyper-v-Untangle-stimers-and-tim.patch
	patches.suse/msft-hv-2006-clocksource-drivers-hyper-v-Set-TSC-clocksource-as-d.patch
	patches.suse/alarmtimer-Make-alarmtimer-platform-device-child-of-.patch
	patches.suse/irqchip-mbigen-Set-driver-.suppress_bind_attrs-to-av.patch
	patches.suse/irqdomain-Fix-a-memory-leak-in-irq_domain_push_irq.patch
	patches.suse/x86-cpu-Update-cached-HLE-state-on-write-to-TSX_CTRL.patch
	patches.suse/ASoC-Intel-Skylake-Explicitly-include-linux-io.h-for.patch
	patches.suse/rcu-Use-_ONCE-to-protect-lockless-expmask-accesses.patch
	patches.suse/rcu-Fix-data-race-due-to-atomic_t-copy-by-value.patch
	patches.suse/rcu-Fix-missed-wakeup-of-exp_wq-waiters.patch
	patches.suse/rcu-Allow-only-one-expedited-GP-to-run-concurrently-with-wakeups.patch
	patches.suse/wireless-mediatek-Replace-rcu_swap_protected-with-rc.patch
	patches.suse/rcu-Remove-rcu_swap_protected.patch
	patches.suse/srcu-Apply-_ONCE-to-srcu_last_gp_end.patch
	patches.suse/list-Add-hlist_unhashed_lockless.patch
	patches.suse/rcu-Use-WRITE_ONCE-for-assignments-to-pprev-for-hlis.patch
	patches.suse/rcu-Avoid-data-race-in-rcu_gp_fqs_check_wake.patch
	patches.suse/rcu-Use-CONFIG_PREEMPTION-where-appropriate.patch
	patches.suse/rcu-Use-READ_ONCE-for-expmask-in-rcu_read_unlock_spe.patch
	patches.suse/torture-Use-gawk-instead-of-awk-for-systime-function.patch
	patches.suse/rcutorture-Dispense-with-Dracut-for-initrd-creation.patch
	patches.suse/torture-Handle-jitter-for-CPUs-that-cannot-be-offlin.patch
	patches.suse/torture-Handle-systems-lacking-the-mpstat-command.patch
	patches.suse/rcutorture-Add-worst-case-call_rcu-forward-progress-.patch
	patches.suse/torture-Allow-CFLIST-to-specify-default-list-of-scen.patch
	patches.suse/torture-Hoist-calls-to-lscpu-to-higher-level-kvm.sh-.patch
	patches.suse/0001-locking-osq-Use-optimized-spinning-loop-for-arm64.patch
	patches.suse/kprobes-set-unoptimized-flag-after-unoptimizing-code.patch
	patches.suse/tools-lib-Fix-builds-when-glibc-contains-strlcpy.patch
	patches.suse/perf-x86-amd-constrain-large-increment-per-cycle-events.patch
	patches.suse/perf-x86-amd-add-support-for-large-increment-per-cycle-events.patch
	patches.suse/perf-c2c-Fix-return-type-for-histogram-sorting-compa.patch
	patches.suse/kprobes-fix-optimize_kprobe-unoptimize_kprobe-cancellation-logic.patch
	patches.suse/sched-clock-Use-static_branch_likely-with-sched_clock_running.patch
	patches.suse/sched-rt-ARM-Use-CONFIG_PREEMPTION.patch
	patches.suse/sched-rt-arm64-Use-CONFIG_PREEMPTION.patch
	patches.suse/sched-rt-powerpc-Use-CONFIG_PREEMPTION.patch
	patches.suse/sched-rt-ARC-Use-CONFIG_PREEMPTION.patch
	patches.suse/sched-rt-c6x-Use-CONFIG_PREEMPTION.patch
	patches.suse/sched-rt-csky-Use-CONFIG_PREEMPTION.patch
	patches.suse/sched-rt-h8300-Use-CONFIG_PREEMPTION.patch
	patches.suse/sched-rt-hexagon-Use-CONFIG_PREEMPTION.patch
	patches.suse/sched-rt-ia64-Use-CONFIG_PREEMPTION.patch
	patches.suse/sched-rt-microblaze-Use-CONFIG_PREEMPTION.patch
	patches.suse/sched-rt-MIPS-Use-CONFIG_PREEMPTION.patch
	patches.suse/sched-rt-nds32-Use-CONFIG_PREEMPTION.patch
	patches.suse/sched-rt-nios2-Use-CONFIG_PREEMPTION.patch
	patches.suse/sched-rt-parisc-Use-CONFIG_PREEMPTION.patch
	patches.suse/sched-rt-riscv-Use-CONFIG_PREEMPTION.patch
	patches.suse/sched-rt-s390-Use-CONFIG_PREEMPTION.patch
	patches.suse/sched-rt-sh-Use-CONFIG_PREEMPTION.patch
	patches.suse/sched-rt-sparc-Use-CONFIG_PREEMPTION.patch
	patches.suse/sched-rt-xtensa-Use-CONFIG_PREEMPTION.patch
	patches.suse/sched-rt-net-Use-CONFIG_PREEMPTION.patch.patch
	patches.suse/sched-rt-xen-Use-CONFIG_PREEMPTION.patch
	patches.suse/sched-rt-fs-Use-CONFIG_PREEMPTION.patch
	patches.suse/sched-rt-btrfs-Use-CONFIG_PREEMPTION.patch
	patches.suse/sched-rt-mm-Use-CONFIG_PREEMPTION.patch
	patches.suse/sched-rt-locking-Use-CONFIG_PREEMPTION.patch
	patches.suse/sched-core-Use-CONFIG_PREEMPTION.patch
	patches.suse/sched-rt-workqueue-Use-PREEMPTION.patch
	patches.suse/sched-Spare-resched-IPI-when-prio-changes-on-a-single-fair-task.patch
	patches.suse/sched-Use-fair-prio_changed-instead-of-ad-hoc-implementation.patch
	patches.suse/sched-wait-fix-___wait_var_event-exclusive.patch
	patches.suse/sched-fair-Optimize-select_idle_cpu.patch
	patches.suse/schied-fair-Skip-calculating-contrib-without-load.patch
	patches.suse/sched-core-Remove-unused-variable-from-set_user_nice.patch
	patches.suse/sched-fair-Make-sched-idle-CPU-selection-consistent-throughout.patch
	patches.suse/sched-fair-Improve-update_sd_pick_busiest-for-spare-capacity-case.patch
	patches.suse/sched-fair-Load-balance-aggressively-for-SCHED_IDLE-CPUs.patch
	patches.suse/sched-fair-calculate-delta-runnable-load-only-when-it-s-needed.patch
	patches.suse/sched-fair-Fix-sgc-min-max-_capacity-calculation-for-SD_OVERLAP.patch
	patches.suse/sched-fair-Remove-redundant-call-to-cpufreq_update_util.patch
	patches.suse/sched-topology-Assert-non-NUMA-topology-masks-don-t-partially-overlap.patch
	patches.suse/sched-fair-Define-sched_idle_cpu-only-for-SMP-configurations.patch
	patches.suse/x86-resctrl-check-monitoring-static-key-in-the-mbm-overflow-handler.patch
	patches.suse/x86-fpu-deactivate-fpu-state-after-failure-during-state-load.patch
	patches.suse/Btrfs-fix-missing-hole-after-hole-punching-and-fsync.patch
	patches.suse/0001-btrfs-don-t-pass-system_chunk-into-can_overcommit.patch
	patches.suse/0002-btrfs-kill-min_allocable_bytes-in-inc_block_group_ro.patch
	patches.suse/btrfs-make-btrfs_ordered_extent-naming-consistent-wi.patch
	patches.suse/btrfs-drop-create-parameter-to-btrfs_get_extent.patch
	patches.suse/btrfs-separate-definition-of-assertion-failure-handlers.patch
	patches.suse/btrfs-drop-log-root-for-dropped-roots.patch
	patches.suse/Btrfs-fix-infinite-loop-during-fsync-after-rename-op.patch
	patches.suse/btrfs-call-find_fsid-from-find_fsid_inprogress.patch
	patches.suse/btrfs-factor-out-metadata_uuid-code-from-find_fsid.patch
	patches.suse/btrfs-handle-another-split-brain-scenario-with-metadata-uuid-feature.patch
	patches.suse/btrfs-fix-split-brain-handling-when-changing-fsid-to-metadata-uuid.patch
	patches.suse/fs-allow-deduplication-of-eof-block-into-the-end-of-.patch
	patches.suse/Btrfs-make-deduplication-with-range-including-the-la.patch
	patches.suse/ubifs-don-t-trigger-assertion-on-invalid-no-key-file.patch
	patches.suse/fs-cifs-smb2ops-c-use-true-false-for-bool-variable.patch
	patches.suse/fs-cifs-cifssmb-c-use-true-false-for-bool-variable.patch
	patches.suse/cifs-prepare-SMB2_query_directory-to-be-used-with-compounding.patch
	patches.suse/cifs-create-a-helper-function-to-parse-the-query-directory-response.patch
	patches.suse/cifs-use-compounding-for-open-and-first-query-dir-for-readdir-.patch
	patches.suse/cifs-set-correct-max-buffer-size-for-smb2_ioctl_init-.patch
	patches.suse/cifs-Clean-up-DFS-referral-cache.patch
	patches.suse/cifs-Get-rid-of-kstrdup_const-d-paths.patch
	patches.suse/cifs-Introduce-helpers-for-finding-TCP-connection.patch
	patches.suse/cifs-Merge-is_path_valid-into-get_normalized_path-.patch
	patches.suse/cifs-Fix-potential-deadlock-when-updating-vol-in-cifs_reconnect-.patch
	patches.suse/cifs-Avoid-doing-network-I-O-while-holding-cache-lock.patch
	patches.suse/cifs-Fix-return-value-in-__update_cache_entry.patch
	patches.suse/cifs-fix-unitialized-variable-poential-problem-with-network-I-O-cac.patch
	patches.suse/cifs-Fix-mount-options-set-in-automount.patch
	patches.suse/cifs-Fix-memory-allocation-in-__smb2_handle_cancelled_cmd-.patch
	patches.suse/cifs-remove-set-but-not-used-variable-server-.patch
	patches.suse/CIFS-Add-support-for-setting-owner-info-dos-attributes-and-create.patch
	patches.suse/smb3-fix-default-permissions-on-new-files-when-mounting-with-modefr.patch
	patches.suse/cifs-fix-NULL-dereference-in-match_prepath.patch
	patches.suse/cifs-add-support-for-fallocate-mode-0-for-non-sparse-files.patch
	patches.suse/cifs-use-PTR_ERR_OR_ZERO-to-simplify-code.patch
	patches.suse/CIFS-Fix-task-struct-use-after-free-on-reconnect.patch
	patches.suse/0001-padata-Remove-broken-queue-flushing.patch
	patches.suse/crypto-pcrypt-Fix-user-after-free-on-module-unload.patch
	patches.suse/hwrng-iproc-rng200-add-support-for-bcm2711.patch
	patches.suse/0001-crypto-pcrypt-Avoid-deadlock-by-using-per-instance-p.patch
	patches.suse/crypto-ccree-fix-backlog-memory-leak.patch
	patches.suse/crypto-ccp-set-max-RSA-modulus-size-for-v3-platform-.patch
	patches.suse/crypto-arm64-ghash-neon-bump-priority-to-150.patch
	patches.suse/crypto-pcrypt-Do-not-clear-MAY_SLEEP-flag-in-origina.patch
	patches.suse/crypto-testmgr-don-t-try-to-decrypt-uninitialized-bu.patch
	patches.suse/0001-padata-validate-cpumask-without-removed-CPU-during-o.patch
	patches.suse/0001-padata-always-acquire-cpu_hotplug_lock-before-pinst-.patch
	patches.suse/0010-padata-update-documentation.patch
	patches.suse/crypto-af_alg-Use-bh_lock_sock-in-sk_destruct.patch
	patches.suse/crypto-chacha-fix-warning-message-in-header-file.patch
	patches.suse/crypto-api-Check-spawn-alg-under-lock-in-crypto_drop.patch
	patches.suse/crypto-api-Fix-race-condition-in-crypto_spawn_alg.patch
	patches.suse/crypto-picoxcell-adjust-the-position-of-tasklet_init.patch
	patches.suse/crypto-api-fix-unexpectedly-getting-generic-implemen.patch
	patches.suse/padata-update-documentation-file-path-in-MAINTAINERS.patch
	patches.suse/crypto-lib-curve25519-re-add-selftests.patch
	patches.suse/crypto-chtls-Fixed-memory-leak.patch
	patches.suse/crypto-chelsio-fix-writing-tfm-flags-to-wrong-place.patch
	patches.suse/crypto-artpec6-return-correct-error-code-for-failed-.patch
	patches.suse/crypto-atmel-sha-fix-error-handling-when-setting-hma.patch
	patches.suse/crypto-poly1305-add-new-32-and-64-bit-generic-versions.patch
	patches.suse/crypto-x86-poly1305-import-unmodified-cryptogams-implementation.patch
	patches.suse/crypto-x86-poly1305-wire-up-faster-implementations-for-kernel.patch
	patches.suse/crypto-arm-arm64-mips-poly1305-remove-redundant-non-reduction.patch
	patches.suse/crypto-curve25519-fix-selftest-build-error.patch
	patches.suse/crypto-caam-qi2-fix-typo-in-algorithm-s-driver-name.patch
	patches.suse/crypto-ccree-fix-pm-wrongful-error-reporting.patch
	patches.suse/crypto-ccree-fix-FDE-descriptor-sequence.patch
	patches.suse/crypto-ccree-fix-PM-race-condition.patch
	patches.suse/crypto-x86-poly1305-fix-.gitignore-typo.patch
	patches.suse/crypto-chacha20poly1305-add-back-missing-test-vectors-and-test.patch
	patches.suse/crypto-x86-poly1305-emit-does-base-conversion-itself.patch
	patches.suse/crypto-arm-chacha-fix-build-failured-when-kernel-mode-neon-is.patch
	patches.suse/net-wireguard-secure-network-tunnel.patch
	patches.suse/Bluetooth-hci_bcm-Disallow-set_baudrate-for-BCM4354.patch
	patches.suse/Bluetooth-btusb-fix-non-atomic-allocation-in-complet.patch
	patches.suse/Bluetooth-btusb-fix-memory-leak-on-fw.patch
	patches.suse/NFC-port100-Convert-cpu_to_le16-le16_to_cpu-E1-E2-to.patch
	patches.suse/qed-remove-redundant-assignments-to-rc.patch
	patches.suse/ppp-Adjust-indentation-into-ppp_async_input.patch
	patches.suse/enetc-add-software-timestamping.patch
	patches.suse/tcp-Cleanup-duplicate-initialization-of-sk-sk_state.patch
	patches.suse/nfp-add-support-for-TLV-device-stats.patch
	patches.suse/enetc-remove-variable-tc_max_sized_frame-set-but-not.patch
	patches.suse/cxgb4-add-support-for-high-priority-filters.patch
	patches.suse/rtnetlink-provide-permanent-hardware-address-in-RTM_.patch
	patches.suse/net-ena-implement-XDP-drop-support.patch
	patches.suse/net-ena-Implement-XDP_TX-action.patch
	patches.suse/net-ena-Add-first_interrupt-field-to-napi-struct.patch
	patches.suse/Revert-nfp-abm-fix-memory-leak-in-nfp_abm_u32_knode_.patch
	patches.suse/tcp-Set-rcv-zerocopy-hint-correctly-if-skb-last-frag.patch
	patches.suse/r8169-check-that-Realtek-PHY-driver-module-is-loaded.patch
	patches.suse/net-hns3-schedule-hclgevf_service-by-using-delayed-w.patch
	patches.suse/net-hns3-remove-mailbox-and-reset-work-in-hclge_main.patch
	patches.suse/net-hns3-remove-unnecessary-work-in-hclgevf_main.patch
	patches.suse/net-hns3-allocate-WQ-with-WQ_MEM_RECLAIM-flag.patch
	patches.suse/net-hns3-do-not-schedule-the-periodic-task-when-rese.patch
	patches.suse/fore200e-Fix-incorrect-checks-of-NULL-pointer-derefe.patch
	patches.suse/wireguard-selftests-import-harness-makefile-for-test-suite.patch
	patches.suse/wireguard-Kconfig-select-parent-dependency-for-crypt.patch
	patches.suse/wireguard-global-fix-spelling-mistakes-in-comments.patch
	patches.suse/wireguard-main-remove-unused-include-linux-version.h.patch
	patches.suse/wireguard-allowedips-use-kfree_rcu-instead-of-call_r.patch
	patches.suse/net-stmmac-dwc-qos-use-generic-device-api.patch
	patches.suse/net-stmmac-dwc-qos-avoid-clk-and-reset-for-acpi-devi.patch
	patches.suse/cxgb4-fix-missed-high-priority-region-calculation.patch
	patches.suse/cxgb4-chtls-fix-ULD-connection-failures-due-to-wrong.patch
	patches.suse/sch_cake-drop-unused-variable-tin_quantum_prio.patch
	patches.suse/net-pkt_cls-Clarify-a-comment.patch
	patches.suse/mlxsw-spectrum_qdisc-Clarify-a-comment.patch
	patches.suse/mlxsw-spectrum-Rename-MLXSW_REG_QEEC_HIERARCY_-enume.patch
	patches.suse/NFC-pn544-Adjust-indentation-in-pn544_hci_check_pres.patch
	patches.suse/net-hns3-check-FE-bit-before-calling-hns3_add_frag.patch
	patches.suse/net-hns3-remove-useless-mutex-vport_cfg_mutex-in-the.patch
	patches.suse/net-hns3-optimization-for-CMDQ-uninitialization.patch
	patches.suse/net-hns3-get-FD-rules-location-before-dump-in-debugf.patch
	patches.suse/net-hns3-implement-ndo_features_check-ops-for-hns3-d.patch
	patches.suse/net-hns3-add-some-VF-VLAN-information-for-command-ip.patch
	patches.suse/net-hns3-add-a-log-for-getting-chain-failure-in-hns3.patch
	patches.suse/net-hns3-only-print-misc-interrupt-status-when-handl.patch
	patches.suse/ath10k-correct-the-tlv-len-of-ath10k_wmi_tlv_op_gen_.patch
	patches.suse/ath10k-Fix-qmi-init-error-handling.patch
	patches.suse/wil6210-fix-break-that-is-never-reached-because-of-z.patch
	patches.suse/brcmfmac-Fix-memory-leak-in-brcmf_p2p_create_p2pdev.patch
	patches.suse/b43legacy-Fix-Wcast-function-type.patch
	patches.suse/ipw2x00-Fix-Wcast-function-type.patch
	patches.suse/iwlegacy-Fix-Wcast-function-type.patch
	patches.suse/rtlwifi-rtl_pci-Fix-Wcast-function-type.patch
	patches.suse/bcma-remove-set-but-not-used-variable-sizel.patch
	patches.suse/rsi-fix-use-after-free-on-failed-probe-and-unbind.patch
	patches.suse/rsi-fix-use-after-free-on-probe-errors.patch
	patches.suse/rsi-fix-memory-leak-on-failed-URB-submission.patch
	patches.suse/rsi-fix-non-atomic-allocation-in-completion-handler.patch
	patches.suse/brcmfmac-Fix-use-after-free-in-brcmf_sdio_readframes.patch
	patches.suse/mwifiex-delete-unused-mwifiex_get_intf_num.patch
	patches.suse/brcmfmac-fix-interface-sanity-check.patch
	patches.suse/orinoco_usb-fix-interface-sanity-check.patch
	patches.suse/rtl8xxxu-fix-interface-sanity-check.patch
	patches.suse/rsi_91x_usb-fix-interface-sanity-check.patch
	patches.suse/zd1211rw-fix-storage-endpoint-lookup.patch
	patches.suse/brcmfmac-Fix-memory-leak-in-brcmf_usbdev_qinit.patch
	patches.suse/orinoco-avoid-assertion-in-case-of-NULL-pointer.patch
	patches.suse/ath9k-fix-storage-endpoint-lookup.patch
	patches.suse/mlxsw-spectrum_router-Remove-unnecessary-checks.patch
	patches.suse/mlxsw-spectrum_router-Eliminate-dead-code.patch
	patches.suse/mlxsw-spectrum_router-Make-route-creation-and-destru.patch
	patches.suse/net-phy-realtek-add-support-for-configuring-the-RX-d.patch
	patches.suse/libbpf-Fix-printf-compilation-warnings-on-ppc64le-ar.patch
	patches.suse/libbpf-Extract-and-generalize-CPU-mask-parsing-logic.patch
	patches.suse/libbpf-Don-t-attach-perf_buffer-to-offline-missing-C.patch
	patches.suse/libbpf-Fix-readelf-output-parsing-for-Fedora.patch
	patches.suse/samples-bpf-Attach-XDP-programs-in-driver-mode-by-de.patch
	patches.suse/riscv-bpf-Fix-broken-BPF-tail-calls.patch
	patches.suse/libbpf-Add-missing-newline-in-opts-validation-macro.patch
	patches.suse/samples-bpf-xdpsock-Add-duration-option-to-specify-h.patch
	patches.suse/samples-bpf-xdpsock-Use-common-code-to-handle-signal.patch
	patches.suse/samples-bpf-xdpsock-Add-option-to-specify-batch-size.patch
	patches.suse/samples-bpf-xdpsock-Add-option-to-specify-number-of-.patch
	patches.suse/samples-bpf-xdpsock-Add-option-to-specify-tx-packet-.patch
	patches.suse/samples-bpf-xdpsock-Add-option-to-specify-transmit-f.patch
	patches.suse/samples-bpf-Xdp_redirect_cpu-fix-missing-tracepoint-.patch
	patches.suse/net-ena-remove-set-but-not-used-variable-rx_ring.patch
	patches.suse/0006-netfilter-nft_tunnel-add-the-missing-ERSPAN_VERSION-.patch
	patches.suse/sfc-avoid-duplicate-error-handling-code-in-efx_ef10_.patch
	patches.suse/igb-dont-drop-packets-if-rx-flow-control-is-enabled.patch
	patches.suse/igc-Add-scatter-gather-support.patch
	patches.suse/igc-Improve-the-DMA-mapping-flow.patch
	patches.suse/igc-Prefer-to-use-the-pci_release_mem_regions-method.patch
	patches.suse/igc-Remove-excess-parameter-description-from-igc_is_.patch
	patches.suse/igc-Fix-the-parameter-description-for-igc_alloc_rx_b.patch
	patches.suse/igc-Fix-parameter-descriptions-for-a-several-functio.patch
	patches.suse/igc-Add-64-bit-DMA-access-support.patch
	patches.suse/igc-Add-legacy-power-management-support.patch
	patches.suse/e1000e-Use-netdev_info-instead-of-pr_info-for-link-m.patch
	patches.suse/igc-Remove-serdes-comments-from-a-description-of-met.patch
	patches.suse/page_pool-handle-page-recycle-for-NUMA_NO_NODE-condi.patch
	patches.suse/page_pool-help-compiler-remove-code-in-case-CONFIG_N.patch
	patches.suse/mlxsw-reg-Add-QoS-Port-DSCP-to-Priority-Mapping-Regi.patch
	patches.suse/mlxsw-spectrum_dcb-Allow-setting-default-port-priori.patch
	patches.suse/sfc-Remove-unnecessary-dependencies-on-I2C.patch
	patches.suse/ice-Support-UDP-segmentation-offload.patch
	patches.suse/ice-Fix-VF-spoofchk.patch
	patches.suse/ice-Add-code-to-keep-track-of-current-dflt_vsi.patch
	patches.suse/ice-Add-ice_for_each_vf-macro.patch
	patches.suse/ice-Set-default-value-for-ITR-in-alloc-function.patch
	patches.suse/ice-Restore-interrupt-throttle-settings-after-VSI-re.patch
	patches.suse/ice-Return-error-on-not-supported-ethtool-C-paramete.patch
	patches.suse/ice-Remove-Rx-flex-descriptor-programming.patch
	patches.suse/ice-Fix-VF-link-state-when-it-s-IFLA_VF_LINK_STATE_A.patch
	patches.suse/ice-Enable-ip-link-show-on-the-PF-to-display-VF-unic.patch
	patches.suse/ice-Demote-MTU-change-print-to-debug.patch
	patches.suse/ice-suppress-checked_return-error.patch
	patches.suse/ice-add-extra-check-for-null-Rx-descriptor.patch
	patches.suse/ice-Add-a-boundary-check-in-ice_xsk_umem.patch
	patches.suse/ice-Suppress-Coverity-warnings-for-xdp_rxq_info_reg.patch
	patches.suse/ice-Add-device-ids-for-E822-devices.patch
	patches.suse/igc-Remove-no-need-declaration-of-the-igc_clean_tx_r.patch
	patches.suse/igc-Remove-no-need-declaration-of-the-igc_power_down.patch
	patches.suse/igc-Remove-no-need-declaration-of-the-igc_set_defaul.patch
	patches.suse/igc-Remove-no-need-declaration-of-the-igc_configure.patch
	patches.suse/igc-Remove-no-need-declaration-of-the-igc_alloc_mapp.patch
	patches.suse/igc-Remove-no-need-declaration-of-the-igc_set_interr.patch
	patches.suse/igc-Remove-no-need-declaration-of-the-igc_set_rx_mod.patch
	patches.suse/igc-Remove-no-need-declaration-of-the-igc_configure_.patch
	patches.suse/igc-Remove-no-need-declaration-of-the-igc_irq_enable.patch
	patches.suse/igc-Remove-no-need-declaration-of-the-igc_irq_disabl.patch
	patches.suse/igc-Remove-no-need-declaration-of-the-igc_free_q_vec.patch
	patches.suse/igc-Remove-no-need-declaration-of-the-igc_free_q_vec-f7bcca5d.patch
	patches.suse/igc-Remove-no-need-declaration-of-the-igc_assign_vec.patch
	patches.suse/igc-Remove-no-need-declaration-of-the-igc_write_itr.patch
	patches.suse/igc-Remove-no-need-declaration-of-the-igc_sw_init.patch
	patches.suse/wireguard-selftests-remove-ancient-kernel-compatibil.patch
	patches.suse/wireguard-queueing-do-not-account-for-pfmemalloc-whe.patch
	patches.suse/wireguard-socket-mark-skbs-as-not-on-list-when-recei.patch
	patches.suse/net-phy-fixed_phy-fix-use-after-free-when-checking-l.patch
	patches.suse/ionic-ionic_if-bits-for-sr-iov-support.patch
	patches.suse/ionic-support-sr-iov-operations.patch
	patches.suse/mii-Add-helpers-for-parsing-SGMII-auto-negotiation.patch
	patches.suse/net-phylink-make-QSGMII-a-valid-PHY-mode-for-in-band.patch
	patches.suse/net-phylink-add-support-for-polling-MAC-PCS.patch
	patches.suse/net-dsa-Pass-pcs_poll-flag-from-driver-to-PHYLINK.patch
	patches.suse/enetc-Make-MDIO-accessors-more-generic-and-export-to.patch
	patches.suse/enetc-Set-MDIO_CFG_HOLD-to-the-recommended-value-of-.patch
	patches.suse/net-mscc-ocelot-make-phy_mode-a-member-of-the-common.patch
	patches.suse/net-mscc-ocelot-export-ANA-DEV-and-QSYS-registers-to.patch
	patches.suse/net-dsa-felix-Add-PCS-operations-for-PHYLINK.patch
	patches.suse/net-hns3-add-trace-event-support-for-HNS3-driver.patch
	patches.suse/net-hns3-re-organize-vector-handle.patch
	patches.suse/net-hns3-modify-the-IRQ-name-of-TQP-vector.patch
	patches.suse/net-hns3-modify-an-unsuitable-log-in-hclge_map_ring_.patch
	patches.suse/net-hns3-modify-the-IRQ-name-of-misc-vectors.patch
	patches.suse/net-hns3-add-protection-when-get-SFP-speed-as-0.patch
	patches.suse/net-hns3-replace-an-unsuitable-variable-type-in-hclg.patch
	patches.suse/net-hns3-modify-an-unsuitable-reset-level-for-hardwa.patch
	patches.suse/mlxsw-spectrum-Disable-SIP_CLASS_E-check-in-hardware.patch
	patches.suse/mlxsw-spectrum-Disable-MC_DMAC-check-in-hardware-pip.patch
	patches.suse/mlxsw-spectrum-Disable-SIP_DIP-check-in-hardware-pip.patch
	patches.suse/mlxsw-spectrum-Disable-DIP_LINK_LOCAL-check-in-hardw.patch
	patches.suse/igc-Add-basic-skeleton-for-PTP.patch
	patches.suse/igc-Add-support-for-RX-timestamping.patch
	patches.suse/igc-Add-support-for-TX-timestamping.patch
	patches.suse/igc-Add-support-for-ethtool-GET_TS_INFO-command.patch
	patches.suse/igc-Use-Start-of-Packet-signal-from-PHY-for-timestam.patch
	patches.suse/ionic-drop-use-of-subdevice-tags.patch
	patches.suse/ionic-add-Rx-dropped-packet-counter.patch
	patches.suse/ionic-restrict-received-packets-to-mtu-size.patch
	patches.suse/ionic-clear-compiler-warning-on-hb-use-before-set.patch
	patches.suse/enetc-Fix-inconsistent-IS_ERR-and-PTR_ERR.patch
	patches.suse/net-mlx5-limit-the-function-in-local-scope.patch
	patches.suse/mlx5-work-around-high-stack-usage-with-gcc.patch
	patches.suse/net-mlx5e-Support-accept-action-on-nic-table.patch
	patches.suse/net-mlx5-Increase-the-max-number-of-channels-to-128.patch
	patches.suse/net-mlx5-Reduce-No-CQ-found-log-level-from-warn-to-d.patch
	patches.suse/net-mlx5-Use-async-EQ-setup-cleanup-helpers-for-mult.patch
	patches.suse/net-mlx5-DR-Use-attributes-struct-for-FW-flow-table-.patch
	patches.suse/net-mlx5-DR-Create-FTE-entry-in-the-FW-from-SW-steer.patch
	patches.suse/net-mlx5-DR-Create-multi-destination-table-for-SW-st.patch
	patches.suse/net-mlx5-DR-Pass-table-flags-at-creation-to-lower-la.patch
	patches.suse/net-mlx5-DR-Align-dest-FT-action-creation-to-API.patch
	patches.suse/net-mlx5-DR-Add-support-for-multiple-destination-tab.patch
	patches.suse/net-mlx5-DR-Create-multiple-destination-action-from-.patch
	patches.suse/sfc-add-new-headers-in-preparation-for-code-split.patch
	patches.suse/sfc-further-preparation-for-code-split.patch
	patches.suse/sfc-move-reset-workqueue-code.patch
	patches.suse/sfc-move-mac-configuration-and-status-functions.patch
	patches.suse/sfc-move-datapath-management-code.patch
	patches.suse/sfc-move-some-device-reset-code.patch
	patches.suse/sfc-move-struct-init-and-fini-code.patch
	patches.suse/sfc-move-some-channel-related-code.patch
	patches.suse/sfc-move-channel-start-stop-code.patch
	patches.suse/sfc-move-channel-alloc-removal-code.patch
	patches.suse/sfc-move-channel-interrupt-management-code.patch
	patches.suse/sfc-move-event-queue-management-code.patch
	patches.suse/sfc-move-common-rx-code.patch
	patches.suse/sfc-move-common-tx-code.patch
	patches.suse/net-introduce-skb_list_walk_safe-for-skb-segment-wal.patch
	patches.suse/devlink-add-support-for-reporter-recovery-completion.patch
	patches.suse/devlink-add-devink-notification-when-reporter-update.patch
	patches.suse/bnxt_en-Call-recovery-done-after-reset-is-successful.patch
	patches.suse/net-dsa-felix-fix-link-error.patch
	patches.suse/vmxnet3-Remove-always-false-conditional-statement.patch
	patches.suse/sfc-move-some-port-link-state-caps-code.patch
	patches.suse/sfc-move-some-MCDI-port-utility-functions.patch
	patches.suse/sfc-move-more-MCDI-port-code.patch
	patches.suse/sfc-move-MCDI-VI-alloc-free-code.patch
	patches.suse/sfc-move-MCDI-event-queue-management-code.patch
	patches.suse/sfc-move-MCDI-transmit-queue-management-code.patch
	patches.suse/sfc-move-MCDI-receive-queue-management-code.patch
	patches.suse/sfc-conditioned-some-functionality.patch
	patches.suse/sfc-move-MCDI-logging-device-attribute.patch
	patches.suse/sfc-refactor-selftest-work-init-code.patch
	patches.suse/sfc-move-more-tx-code.patch
	patches.suse/sfc-move-more-rx-code.patch
	patches.suse/sfc-move-various-functions.patch
	patches.suse/sfc-move-some-ethtool-code.patch
	patches.suse/sfc-move-a-couple-more-functions.patch
	patches.suse/sfc-move-RSS-code.patch
	patches.suse/sfc-move-yet-more-functions.patch
	patches.suse/sfc-move-RPS-code.patch
	patches.suse/devlink-add-macro-for-fw.psid.patch
	patches.suse/bnxt-Detach-page-from-page-pool-before-sending-up-th.patch
	patches.suse/sfc-remove-duplicated-include-from-ef10.c.patch
	patches.suse/sfc-remove-set-but-not-used-variable-nic_data.patch
	patches.suse/net-hns3-split-hclge_reset-into-preparing-and-rebuil.patch
	patches.suse/net-hns3-split-hclgevf_reset-into-preparing-and-rebu.patch
	patches.suse/net-hns3-refactor-the-precedure-of-PF-FLR.patch
	patches.suse/net-hns3-refactor-the-procedure-of-VF-FLR.patch
	patches.suse/net-hns3-enlarge-HCLGE_RESET_WAIT_CNT.patch
	patches.suse/net-hns3-modify-hclge_func_reset_sync_vf-s-return-ty.patch
	patches.suse/net-hns3-refactor-the-notification-scheme-of-PF-rese.patch
	patches.suse/wan-ixp4xx_hss-fix-compile-testing-on-64-bit.patch
	patches.suse/sfc-ethtool_common-Make-some-function-to-static.patch
	patches.suse/ptr_ring-add-include-of-linux-mm.h.patch
	patches.suse/sfc-remove-duplicated-include-from-efx.c.patch
	patches.suse/enetc-Don-t-print-from-enetc_sched_speed_set-when-li.patch
	patches.suse/net-dsa-felix-Set-USXGMII-link-based-on-BMSR-not-LPA.patch
	patches.suse/net-dsa-felix-Don-t-restart-PCS-SGMII-AN-if-not-need.patch
	patches.suse/net-dsa-felix-Don-t-error-out-on-disabled-ports-with.patch
	patches.suse/igc-Fix-typo-in-a-comment.patch
	patches.suse/igc-Remove-unused-definition.patch
	patches.suse/igc-Add-SKU-for-i225-device.patch
	patches.suse/igc-Add-support-for-TSO.patch
	patches.suse/igc-Add-PHY-power-management-control.patch
	patches.suse/net-dsa-felix-Handle-PAUSE-RX-regardless-of-AN-resul.patch
	patches.suse/net-dsa-felix-Allow-PHY-to-AN-10-100-1000-with-2500-.patch
	patches.suse/net-mlx5-Add-Virtio-Emulation-related-device-capabil.patch
	patches.suse/net-mlx5-Expose-vDPA-emulation-device-capabilities.patch
	patches.suse/net-mlx5-Add-structures-layout-for-new-MCAM-access-r.patch
	patches.suse/net-mlx5-Read-MCAM-register-groups-1-and-2.patch
	patches.suse/net-mlx5-Add-structures-and-defines-for-MIRC-registe.patch
	patches.suse/net-mlx5-Expose-resource-dump-register-mapping.patch
	patches.suse/net-mlx5-Add-copy-header-action-struct-layout.patch
	patches.suse/net-mlx5-Add-mlx5_ifc-definitions-for-connection-tra.patch
	patches.suse/net-mlx5e-Expose-FEC-feilds-and-related-capability-b.patch
	patches.suse/net-mlx5e-Add-discard-counters-per-priority.patch
	patches.suse/net-mlx5-Refactor-mlx5_create_auto_grouped_flow_tabl.patch
	patches.suse/net-mlx5-fs_core-Introduce-unmanaged-flow-tables.patch
	patches.suse/net-mlx5-Add-ignore-level-support-fwd-to-table-rules.patch
	patches.suse/net-mlx5-Allow-creating-autogroups-with-reserved-ent.patch
	patches.suse/IB-core-Introduce-ib_reg_user_mr.patch
	patches.suse/IB-core-Add-interface-to-advise_mr-for-kernel-users.patch
	patches.suse/IB-mlx5-Add-ODP-WQE-handlers-for-kernel-QPs.patch
	patches.suse/RDMA-mlx5-Don-t-fake-udata-for-kernel-path.patch
	patches.suse/IB-mlx5-Mask-out-unsupported-ODP-capabilities-for-ke.patch
	patches.suse/RDMA-mlx5-Fix-handling-of-IOVA-user_va-in-ODP-paths.patch
	patches.suse/net-hns3-replace-snprintf-with-scnprintf-in-hns3_dbg.patch
	patches.suse/net-hns3-replace-snprintf-with-scnprintf-in-hns3_upd.patch
	patches.suse/wan-hdlc_x25-fix-skb-handling.patch
	patches.suse/net-hns3-limit-the-error-logging-in-the-hns3_clean_t.patch
	patches.suse/net-hns3-do-not-reuse-pfmemalloc-pages.patch
	patches.suse/net-hns3-set-VF-s-default-reset_type-to-HNAE3_NONE_R.patch
	patches.suse/net-hns3-move-duplicated-macro-definition-into-heade.patch
	patches.suse/net-hns3-refine-the-input-parameter-size-for-snprint.patch
	patches.suse/net-hns3-rewrite-a-log-in-hclge_put_vector.patch
	patches.suse/net-hns3-delete-unnecessary-blank-line-and-space-for.patch
	patches.suse/net-hns3-remove-redundant-print-on-ENOMEM.patch
	patches.suse/net-hns3-cleanup-some-coding-style-issue.patch
	patches.suse/samples-bpf-Don-t-try-to-remove-user-s-homedir-on-cl.patch
	patches.suse/bpf-Fix-trampoline-usage-in-preempt.patch
	patches.suse/net-mlx5e-Fix-printk-format-warning.patch
	patches.suse/net-mlx5e-allow-TSO-on-VXLAN-over-VLAN-topologies.patch
	patches.suse/net-mlx5e-Add-mlx5e_flower_parse_meta-support.patch
	patches.suse/net-mlx5-DR-Modify-set-action-limitation-extension.patch
	patches.suse/net-mlx5-DR-Modify-header-copy-support.patch
	patches.suse/net-mlx5-DR-Allow-connecting-flow-table-to-a-lower-s.patch
	patches.suse/net-mlx5e-Move-uplink-rep-init-cleanup-code-into-own.patch
	patches.suse/net-mlx5e-Profile-specific-stats-groups.patch
	patches.suse/net-mlx5e-Declare-stats-groups-via-macro.patch
	patches.suse/net-mlx5e-Convert-stats-groups-array-to-array-of-gro.patch
	patches.suse/net-mlx5e-IPoIB-use-separate-stats-groups.patch
	patches.suse/net-mlx5e-Convert-rep-stats-to-mlx5e_stats_grp-based.patch
	patches.suse/net-mlx5e-Create-q-counters-on-uplink-representors.patch
	patches.suse/net-mlx5e-Enable-all-available-stats-for-uplink-reps.patch
	patches.suse/devlink-Add-health-recover-notifications-on-devlink-.patch
	patches.suse/net-sched-sch_tbf-Don-t-overwrite-backlog-before-dum.patch
	patches.suse/ice-Enable-writing-hardware-filtering-tables.patch
	patches.suse/ice-Allocate-flow-profile.patch
	patches.suse/ice-Populate-TCAM-filter-software-structures.patch
	patches.suse/ice-Enable-writing-filtering-tables.patch
	patches.suse/ice-Optimize-table-usage.patch
	patches.suse/ice-Initilialize-VF-RSS-tables.patch
	patches.suse/ice-Implement-ethtool-get-set-rx-flow-hash.patch
	patches.suse/ice-Bump-version-18a8d358.patch
	patches.suse/s390-qeth-consolidate-qdio-queue-setup
	patches.suse/net_sched-fix-ops-bind_class-implementations.patch
	patches.suse/net_sched-walk-through-all-child-classes-in-tc_bind_.patch
	patches.suse/net-include-struct-nhmsg-size-in-nh-nlmsg-size.patch
	patches.suse/net_sched-ematch-reject-invalid-TCF_EM_SIMPLE.patch
	patches.suse/rxrpc-Fix-use-after-free-in-rxrpc_receive_data.patch
	patches.suse/net-socionext-fix-possible-user-after-free-in-netsec.patch
	patches.suse/net-socionext-fix-xdp_result-initialization-in-netse.patch
	patches.suse/mlxsw-minimal-Fix-an-error-handling-path-in-mlxsw_m_.patch
	patches.suse/Bluetooth-hci_bcm-Add-device-tree-compatible-for-BCM.patch
	patches.suse/Bluetooth-hci_bcm-Drive-RTS-only-for-BCM43438.patch
	patches.suse/Bluetooth-Fix-race-condition-in-hci_release_sock.patch
	patches.suse/mwifiex-drop-most-magic-numbers-from-mwifiex_process.patch
	patches.suse/rtw88-fix-rate-mask-for-1SS-chip.patch
	patches.suse/brcmfmac-sdio-Fix-OOB-interrupt-initialization-on-br.patch
	patches.suse/rtw88-fix-potential-NULL-skb-access-in-TX-ISR.patch
	patches.suse/iwlegacy-ensure-loop-counter-addr-does-not-wrap-and-.patch
	patches.suse/ath10k-pci-Only-dump-ATH10K_MEM_REGION_TYPE_IOREG-wh.patch
	patches.suse/ath10k-pci-Fix-comment-on-ath10k_pci_dump_memory_sra.patch
	patches.suse/Revert-ath10k-fix-DMA-related-firmware-crashes-on-mu.patch
	patches.suse/ath10k-Correct-the-DMA-direction-for-management-tx-b.patch
	patches.suse/bnxt_en-Improve-link-up-detection.patch
	patches.suse/bnxt_en-Improve-bnxt_probe_phy.patch
	patches.suse/bnxt_en-Remove-the-setting-of-dev_port.patch
	patches.suse/bnxt_en-Support-UDP-RSS-hashing-on-575XX-chips.patch
	patches.suse/bnxt_en-Do-not-accept-fragments-for-aRFS-flow-steeri.patch
	patches.suse/bnxt_en-Periodically-check-and-remove-aged-out-ntupl.patch
	patches.suse/bnxt_en-Disable-workaround-for-lost-interrupts-on-57.patch
	patches.suse/bnxt_en-Refactor-bnxt_dl_register.patch
	patches.suse/bnxt_en-Register-devlink-irrespective-of-firmware-sp.patch
	patches.suse/bnxt_en-Move-devlink_register-before-registering-net.patch
	patches.suse/bnxt_en-Add-support-to-update-progress-of-flash-upda.patch
	patches.suse/bnxt_en-Rename-switch_id-to-dsn.patch
	patches.suse/devlink-add-macro-for-fw.roce.patch
	patches.suse/bnxt_en-Add-support-for-devlink-info-command.patch
	patches.suse/sfc-rename-mcdi-filtering-functions-structs.patch
	patches.suse/sfc-create-header-for-mcdi-filtering-code.patch
	patches.suse/sfc-move-mcdi-filtering-code.patch
	patches.suse/libbpf-Fix-realloc-usage-in-bpf_core_find_cands.patch
	patches.suse/bpf-map_seq_next-should-always-increase-position-ind.patch
	patches.suse/flow_dissector-Fix-to-use-new-variables-for-port-ran.patch
	patches.suse/udp-segment-looped-gso-packets-correctly.patch
	patches.suse/ALSA-hda-Use-standard-waitqueue-for-RIRB-wakeup.patch
	patches.suse/ALSA-hda-Use-waitqueue-for-RIRB-in-HDA-core-helper-t.patch
	patches.suse/ALSA-hda-Unify-get_response-handling.patch
	patches.suse/ALSA-control-remove-useless-assignment-in-.info-call.patch
	patches.suse/ALSA-hda-Comment-about-snd_hdac_bus_update_rirb-and-.patch
	patches.suse/ALSA-usx2y-Adjust-indentation-in-snd_usX2Y_hwdep_dsp.patch
	patches.suse/ALSA-ctl-allow-TLV-read-operation-for-callback-type-.patch
	patches.suse/ALSA-hda-constify-copied-structure.patch
	patches.suse/ALSA-hda-Constify-snd_kcontrol_new-items.patch
	patches.suse/ALSA-hda-Constify-snd_pci_quirk-tables.patch
	patches.suse/ALSA-hda-constify-and-cleanup-static-NodeID-tables.patch
	patches.suse/ALSA-sh-Fix-unused-variable-warnings.patch
	patches.suse/ALSA-hda-realtek-Apply-mic-mute-LED-quirk-for-Dell-E.patch
	patches.suse/ALSA-usb-audio-Use-lower-hex-numbers-for-IDs.patch
	patches.suse/ALSA-hda-realtek-More-constifications.patch
	patches.suse/ALSA-hda-More-constifications.patch
	patches.suse/ALSA-sh-Fix-compile-warning-wrt-const.patch
	patches.suse/ALSA-hda-Fix-a-typo-in-comments.patch
	patches.suse/ALSA-hda-patch_realtek-fix-empty-macro-usage-in-if-b.patch
	patches.suse/ALSA-usb-audio-Add-boot-quirk-for-MOTU-M-Series.patch
	patches.suse/ALSA-hda-Manage-concurrent-reg-access-more-properly.patch
	patches.suse/ALSA-hda-correct-kernel-doc-parameter-descriptions.patch
	patches.suse/ALSA-hda-patch_hdmi-remove-warnings-with-empty-body.patch
	patches.suse/ALSA-usb-audio-unlock-on-error-in-probe.patch
	patches.suse/ALSA-usb-audio-add-implicit-fb-quirk-for-MOTU-M-Seri.patch
	patches.suse/ALSA-hda-analog-Minor-optimization-for-SPDIF-mux-con.patch
	patches.suse/ALSA-hda-realtek-Add-Headset-Mic-supported-for-HP-cP.patch
	patches.suse/ALSA-hda-hdmi-add-retry-logic-to-parse_intel_hdmi.patch
	patches.suse/ALSA-hda-Add-docking-station-support-for-Lenovo-Thin.patch
	patches.suse/ALSA-hda-Add-Clevo-W65_67SB-the-power_save-blacklist.patch
	patches.suse/ALSA-usb-audio-add-quirks-for-Line6-Helix-devices-fw.patch
	patches.suse/ASoC-SOF-Intel-hda-Fix-SKL-dai-count.patch
	patches.suse/ASoC-Intel-skl_hda_dsp_common-Fix-global-out-of-boun.patch
	patches.suse/ASoC-topology-fix-soc_tplg_fe_link_create-link-dobj-.patch
	patches.suse/ASoC-intel-sof_rt5682-Add-quirk-for-number-of-HDMI-D.patch
	patches.suse/ASoC-intel-sof_rt5682-Add-support-for-tgl-max98357a-.patch
	patches.suse/ASoC-fsl_sai-add-IRQF_SHARED.patch
	patches.suse/ASoC-SOF-Intel-hda-Add-iDisp4-DAI.patch
	patches.suse/ASoC-soc-topology-fix-endianness-issues.patch
	patches.suse/ASoC-Intel-sof_rt5682-Ignore-the-speaker-amp-when-th.patch
	patches.suse/ASoC-sgtl5000-Fix-VDDA-and-VDDIO-comparison.patch
	patches.suse/thermal-qoriq-Add-local-struct-device-pointer.patch
	patches.suse/thermal-qoriq-Don-t-store-struct-thermal_zone_device.patch
	patches.suse/thermal-qoriq-Add-local-struct-qoriq_sensor-pointer.patch
	patches.suse/thermal-qoriq-Embed-per-sensor-data-into-struct-qori.patch
	patches.suse/thermal-qoriq-Pass-data-to-qoriq_tmu_register_tmu_zo.patch
	patches.suse/thermal-qoriq-Pass-data-to-qoriq_tmu_calibration-dir.patch
	patches.suse/thermal-qoriq-Drop-unnecessary-drvdata-cleanup.patch
	patches.suse/thermal-qoriq-Convert-driver-to-use-regmap-API.patch
	patches.suse/thermal-qoriq-Enable-all-sensors-before-registering-.patch
	patches.suse/thermal-qoriq-Do-not-report-invalid-temperature-read.patch
	patches.suse/thermal_hwmon-Add-devres-wrapper-for-thermal_add_hwm.patch
	patches.suse/thermal-qoriq-Add-hwmon-support.patch
	patches.suse/thermal-add-bcm2711-thermal-driver.patch
	patches.suse/thermal-brcmstb_thermal-Do-not-use-DT-coefficients.patch
	patches.suse/thermal-intel-intel_pch_thermal-Add-Comet-Lake-CML-p.patch
	patches.suse/tracing-kprobes-have-uname-use-_get_str-in-print_fmt.patch
	patches.suse/s390-pci-recover-handle-in-clp_set_pci_fn
	patches.suse/s390-pci-fix-possible-deadlock-in-recover_store
	patches.suse/s390-ftrace-generate-traced-function-stack-frame.patch
	patches.suse/tomoyo-Use-atomic_t-for-statistics-counter.patch
	patches.suse/ima-ima-lsm-policy-rule-loading-logic-bug-fixes.patch
	patches.suse/fmc-remove-left-over-ipmi-fru.h-after-fmc-deletion.patch
	patches.suse/gpio-gpio-grgpio-fix-possible-sleep-in-atomic-contex.patch
	patches.suse/gpio-mpc8xxx-ls1088a-ls1028a-edge-detection-mode-bug.patch
	patches.suse/gpiolib-Set-lockdep-class-for-hierarchical-irq-domai.patch
	patches.suse/pinctrl-sh-pfc-r8a77965-Fix-DU_DOTCLKIN3-drive-bias-.patch
	patches.suse/pinctrl-sh-pfc-r8a7778-Fix-duplicate-SDSELF_B-and-SD.patch
	patches.suse/pinctrl-sh-pfc-sh7264-Fix-CAN-function-GPIOs.patch
	patches.suse/pinctrl-sh-pfc-sh7269-Fix-CAN-function-GPIOs.patch
	patches.suse/pinctrl-baytrail-Do-not-clear-IRQ-flags-on-direct-ir.patch
	patches.suse/pinctrl-tigerlake-Tiger-Lake-uses-_HID-enumeration.patch
	patches.suse/usb-host-xhci-tegra-Fix-tega-tegra-typo.patch
	patches.suse/usb-host-xhci-tegra-Separate-firmware-request-and-lo.patch
	patches.suse/usb-host-xhci-tegra-Avoid-a-fixed-duration-sleep.patch
	patches.suse/usb-host-xhci-tegra-Use-CNR-as-firmware-ready-indica.patch
	patches.suse/usb-host-xhci-tegra-Extract-firmware-enable-helper.patch
	patches.suse/usb-host-xhci-tegra-Reuse-stored-register-base-addre.patch
	patches.suse/usb-host-xhci-tegra-Enable-runtime-PM-as-late-as-pos.patch
	patches.suse/usb-host-xhci-tegra-Add-support-for-XUSB-context-sav.patch
	patches.suse/usb-host-xhci-tegra-Add-XUSB-controller-context.patch
	patches.suse/usb-host-xhci-tegra-Implement-basic-ELPG-support.patch
	patches.suse/usbip-Fix-unsafe-unaligned-pointer-usage.patch
	patches.suse/usb-dwc2-Fix-IN-FIFO-allocation.patch
	patches.suse/usb-gadget-legacy-set-max_speed-to-super-speed.patch
	patches.suse/usb-gadget-f_fs-set-req-num_sgs-as-0-for-non-sg-tran.patch
	patches.suse/usb-gadget-udc-fix-possible-sleep-in-atomic-context-.patch
	patches.suse/usb-dwc3-turn-off-VBUS-when-leaving-host-mode.patch
	patches.suse/usb-dwc3-gadget-Check-END_TRANSFER-completion.patch
	patches.suse/usb-dwc3-gadget-Delay-starting-transfer.patch
	patches.suse/usb-gadget-f_ncm-Use-atomic_t-to-track-in-flight-req.patch
	patches.suse/usb-gadget-f_ecm-Use-atomic_t-to-track-in-flight-req.patch
	patches.suse/usb-musb-omap2430-Get-rid-of-musb-.set_vbus-for-omap.patch
	patches.suse/phy-qualcomm-Adjust-indentation-in-read_poll_timeout.patch
	patches.suse/usb-host-xhci-tegra-set-MODULE_FIRMWARE-for-tegra186.patch
	patches.suse/usb-typec-tcpci-mask-event-interrupts-when-remove-dr.patch
	patches.suse/usb-dwc3-pci-add-ID-for-the-Intel-Comet-Lake-V-varia.patch
	patches.suse/usb-typec-wcove-fix-op-sink-microwatt-default-that-w.patch
	patches.suse/USB-serial-ir-usb-add-missing-endpoint-sanity-check.patch
	patches.suse/USB-serial-ir-usb-fix-link-speed-handling.patch
	patches.suse/USB-serial-ir-usb-fix-IrLAP-framing.patch
	patches.suse/ttyprintk-fix-a-potential-deadlock-in-interrupt-cont.patch
	patches.suse/tty-synclinkmp-Adjust-indentation-in-several-functio.patch
	patches.suse/tty-synclink_gt-Adjust-indentation-in-several-functi.patch
	patches.suse/serial-8250_bcm2835aux-Fix-line-mismatch-on-driver-u.patch
	patches.suse/serial-imx-fix-a-race-condition-in-receive-path.patch
	patches.suse/staging-rtl8188-avoid-excessive-stack-usage.patch
	patches.suse/staging-vt6656-correct-packet-types-for-CTS-protect-.patch
	patches.suse/staging-vt6656-use-NULLFUCTION-stack-on-mac80211.patch
	patches.suse/staging-vt6656-Fix-false-Tx-excessive-retries-report.patch
	patches.suse/staging-wlan-ng-ensure-error-return-is-actually-retu.patch
	patches.suse/iio-adc-stm32-dfsdm-Use-dma_request_chan-instead-dma.patch
	patches.suse/iio-adc-stm32-adc-Use-dma_request_chan-instead-dma_r.patch
	patches.suse/iio-st_gyro-Correct-data-for-LSM9DS0-gyro.patch
	patches.suse/iio-adc-stm32-dfsdm-fix-single-conversion.patch
	patches.suse/staging-most-net-fix-buffer-overflow.patch
	patches.suse/component-do-not-dereference-opaque-pointer-in-debug.patch
	patches.suse/driver-core-platform-Prevent-resouce-overflow-from-c.patch
	patches.suse/driver-core-Fix-test_async_driver_probe-if-NUMA-is-d.patch
	patches.suse/driver-core-Print-device-when-resources-present-in-r.patch
	patches.suse/debugfs-Return-EPERM-when-locked-down.patch
	patches.suse/driver-core-platform-fix-u32-greater-or-equal-to-zer.patch
	patches.suse/mei-hdcp-bind-only-with-i915-on-the-same-PCH.patch
	patches.suse/uio-fix-a-sleep-in-atomic-context-bug-in-uio_dmem_ge.patch
	patches.suse/visorbus-fix-uninitialized-variable-access.patch
	patches.suse/mei-me-add-comet-point-lake-H-device-ids.patch
	patches.suse/namei-only-return-ECHILD-from-follow_dotdot_rcu.patch
	patches.suse/erofs-fix-out-of-bound-read-for-shifted-uncompressed.patch
	patches.suse/printk-fix-exclusive_console-replaying.patch
	patches.suse/selftests-settings-tests-can-be-in-subsubdirs.patch
	patches.suse/scripts-find-unused-docs-Fix-massive-false-positives.patch
	patches.suse/0011-dm-zoned-support-zone-sizes-smaller-than-128MiB.patch
	patches.suse/0012-dm-space-map-common-fix-to-ensure-new-block-isn-t-al.patch
	patches.suse/0013-dm-crypt-fix-benbi-IV-constructor-crash-if-used-in-a.patch
	patches.suse/0014-dm-writecache-fix-incorrect-flush-sequence-when-doin.patch
	patches.suse/0015-dm-thin-metadata-use-pool-locking-at-end-of-dm_pool_.patch
	patches.suse/0016-dm-fix-potential-for-q-make_request_fn-NULL-pointer.patch
	patches.suse/scsi-ufs-recheck-bkops-level-if-bkops-is-disabled
	patches.suse/scsi-qla4xxx-adjust-indentation-in-qla4xxx_mem_free
	patches.suse/scsi-csiostor-adjust-indentation-in-csio_device_reset
	patches.suse/scsi-qla2xxx-Remove-defer-flag-to-indicate-immeadiat.patch
	patches.suse/scsi-qla2xxx-Fix-fabric-scan-hang.patch
	patches.suse/scsi-qla2xxx-Add-a-shadow-variable-to-hold-disc_stat.patch
	patches.suse/scsi-qla2xxx-Cleanup-unused-async_logout_done.patch
	patches.suse/scsi-qla2xxx-Fix-update_fcport-for-current_topology.patch
	patches.suse/scsi-qla2xxx-Add-D-Port-Diagnostic-reason-explanatio.patch
	patches.suse/scsi-qla2xxx-Use-common-routine-to-free-fcport-struc.patch
	patches.suse/scsi-qla2xxx-Fix-stuck-login-session-using-prli_pend.patch
	patches.suse/scsi-qla2xxx-Correct-fcport-flags-handling.patch
	patches.suse/scsi-qla2xxx-Consolidate-fabric-scan.patch
	patches.suse/scsi-qla2xxx-Fix-RIDA-Format-2.patch
	patches.suse/scsi-qla2xxx-Fix-stuck-session-in-GNL.patch
	patches.suse/scsi-qla2xxx-Fix-mtcp-dump-collection-failure.patch
	patches.suse/scsi-qla2xxx-Update-driver-version-to-10.01.00.22-k.patch
	patches.suse/scsi-lpfc-Fix-incomplete-NVME-discovery-when-target.patch
	patches.suse/scsi-lpfc-Fix-Rework-setting-of-fdmi-symbolic-node-n.patch
	patches.suse/scsi-lpfc-Fix-missing-check-for-CSF-in-Write-Object-.patch
	patches.suse/scsi-lpfc-Fix-Fabric-hostname-registration-if-system.patch
	patches.suse/scsi-lpfc-Fix-ras_log-via-debugfs.patch
	patches.suse/scsi-lpfc-Fix-disablement-of-FC-AL-on-lpe35000-model.patch
	patches.suse/scsi-lpfc-Fix-unmap-of-dpp-bars-affecting-next-drive.patch
	patches.suse/scsi-lpfc-Fix-MDS-Latency-Diagnostics-Err-drop-rates.patch
	patches.suse/scsi-lpfc-Fix-improper-flag-check-for-IO-type.patch
	patches.suse/scsi-lpfc-Update-lpfc-version-to-12.6.0.3.patch
	patches.suse/scsi-qla2xxx-Improve-readability-of-the-code-that-ha.patch
	patches.suse/scsi-qla2xxx-Fix-the-endianness-of-the-qla82xx_get_f.patch
	patches.suse/scsi-qla2xxx-Use-get_unaligned_-instead-of-open-codi.patch
	patches.suse/scsi-mpt3sas-Update-MPI-Headers-to-v02.00.57.patch
	patches.suse/scsi-mpt3sas-Add-support-for-NVMe-shutdown.patch
	patches.suse/scsi-mpt3sas-renamed-_base_after_reset_handler-funct.patch
	patches.suse/scsi-mpt3sas-Add-support-IOCs-new-state-named-COREDU.patch
	patches.suse/scsi-mpt3sas-Handle-CoreDump-state-from-watchdog-thr.patch
	patches.suse/scsi-mpt3sas-print-in-which-path-firmware-fault-occu.patch
	patches.suse/scsi-mpt3sas-Optimize-mpt3sas-driver-logging.patch
	patches.suse/scsi-mpt3sas-Print-function-name-in-which-cmd-timed-.patch
	patches.suse/scsi-mpt3sas-Remove-usage-of-device_busy-counter.patch
	patches.suse/scsi-mpt3sas-Update-drive-version-to-33.100.00.00.patch
	patches.suse/compat-ARM64-always-include-asm-generic-compat.h.patch
	patches.suse/scsi-lpfc-Make-lpfc_defer_acc_rsp-static.patch
	patches.suse/scsi-megaraid_sas-Reset-adapter-if-FW-is-not-in-READ.patch
	patches.suse/scsi-megaraid_sas-Set-no_write_same-only-for-Virtual.patch
	patches.suse/scsi-megaraid_sas-Update-optimal-queue-depth-for-SAS.patch
	patches.suse/scsi-megaraid_sas-Do-not-kill-host-bus-adapter-if-ad.patch
	patches.suse/scsi-megaraid_sas-Do-not-kill-HBA-if-JBOD-Seqence-ma.patch
	patches.suse/scsi-megaraid_sas-Do-not-set-HBA-Operational-if-FW-i.patch
	patches.suse/scsi-megaraid_sas-Re-Define-enum-DCMD_RETURN_STATUS.patch
	patches.suse/scsi-megaraid_sas-Do-not-initiate-OCR-if-controller-.patch
	patches.suse/scsi-megaraid_sas-Limit-the-number-of-retries-for-th.patch
	patches.suse/scsi-megaraid_sas-Use-Block-layer-API-to-check-SCSI-.patch
	patches.suse/scsi-megaraid_sas-Update-driver-version-to-07.713.01.patch
	patches.suse/scsi-qla2xxx-Fix-a-NULL-pointer-dereference-in-an-er.patch
	patches.suse/scsi-ufs-fix-ufshcd_probe_hba-reture-value-in-case-ufshcd_scsi_add_wlus-fails
	patches.suse/KVM-arm64-Write-arch.mdcr_el2-changes-since-last-vcp.patch
	patches.suse/ide-remove-set-but-not-used-variable-hwif.patch
	patches.suse/cmd64x-potential-buffer-overflow-in-cmd64x_program_t.patch
	patches.suse/ide-serverworks-potential-overflow-in-svwks_set_pio_.patch
	patches.suse/net-core-Do-not-clear-VF-index-for-node-port-GUIDs-q.patch
	patches.suse/power-supply-ingenic-battery-Don-t-change-scale-if-t.patch
	patches.suse/power-supply-axp20x_ac_power-Fix-reporting-online-st.patch
	patches.suse/power-supply-ltc2941-battery-gauge-fix-use-after-fre.patch
	patches.suse/power-supply-sbs-battery-Fix-a-signedness-bug-in-sbs.patch
	patches.suse/power-supply-core-Update-sysfs-class-power-ABI-docum.patch
	patches.suse/drm-ttm-ttm_tt_init_fields-can-be-static.patch
	patches.suse/drm-fbdev-Fallback-to-non-tiled-mode-if-all-tiles-no.patch
	patches.suse/drm-gma500-Fixup-fbdev-stolen-size-usage-evaluation.patch
	patches.suse/Revert-drm-fbdev-Fallback-to-non-tiled-mode-if-all-t.patch
	patches.suse/drm-fourcc-Fill-out-all-block-sizes-for-P10-12-16.patch
	patches.suse/drm-fourcc-Fill-out-all-block-sizes-for-P210.patch
	patches.suse/drm-rect-Avoid-division-by-zero.patch
	patches.suse/drm-rect-update-kerneldoc-for-drm_rect_clip_scaled.patch
	patches.suse/drm-qxl-Complete-exception-handling-in-qxl_device_in.patch
	patches.suse/drm-panel-simple-Add-Logic-PD-Type-28-display-suppor.patch
	patches.suse/gpu-drm-ingenic-Avoid-null-pointer-deference-in-plan.patch
	patches.suse/drm-amdgpu-remove-4-set-but-not-used-variable-in-amd.patch
	patches.suse/drm-amdgpu-add-function-parameter-description-in-amd.patch
	patches.suse/0010-drm-amdgpu-add-function-parameter-description-in-amd.patch
	patches.suse/drm-amdgpu-remove-set-but-not-used-variable-dig_conn.patch
	patches.suse/drm-amdgpu-remove-set-but-not-used-variable-dig.patch
	patches.suse/drm-amdgpu-remove-always-false-comparison-in-amdgpu_.patch
	patches.suse/drm-amdgpu-remove-set-but-not-used-variable-mc_share.patch
	patches.suse/drm-amd-display-remove-duplicated-assignment-to-grph.patch
	patches.suse/0015-drm-amdgpu-remove-set-but-not-used-variable-mc_share.patch
	patches.suse/drm-amdgpu-remove-set-but-not-used-variable-amdgpu_c.patch
	patches.suse/drm-amdgpu-remove-set-but-not-used-variable-count.patch
	patches.suse/drm-amdgpu-remove-set-but-not-used-variable-invalid.patch
	patches.suse/drm-amd-powerplay-remove-set-but-not-used-variable-u.patch
	patches.suse/drm-amdkfd-remove-set-but-not-used-variable-top_dev.patch
	patches.suse/drm-amdgpu-Ensure-ret-is-always-initialized-when-usi.patch
	patches.suse/0001-drm-rcar-du-Recognize-renesas-vsps-in-addition-to-vs.patch
	patches.suse/drm-i915-gt-Move-new-timelines-to-the-end-of-active_.patch
	patches.suse/drm-i915-gt-Close-race-between-engine_park-and-intel.patch
	patches.suse/drm-i915-gt-Unlock-engine-pm-after-queuing-the-kerne.patch
	patches.suse/drm-i915-Use-EAGAIN-for-trylock-failures.patch
	patches.suse/drm-i915-Eliminate-the-trylock-for-awaiting-an-earli.patch
	patches.suse/0001-drm-mcde-Some-fixes-to-handling-video-mode.patch
	patches.suse/0001-drm-mipi_dbi-Fix-off-by-one-bugs-in-mipi_dbi_blank.patch
	patches.suse/fbdev-fix-numbering-of-fbcon-options.patch
	patches.suse/pxa168fb-Fix-the-function-used-to-release-some-memor.patch
	patches.suse/drm-rockchip-lvds-Fix-indentation-of-a-define.patch
	patches.suse/drm-bridge-dw-hdmi-constify-copied-structure.patch
	patches.suse/drm-atmel-hlcdc-use-double-rate-for-pixel-clock-only.patch
	patches.suse/drm-atmel-hlcdc-enable-clock-before-configuring-timi.patch
	patches.suse/drm-atmel-hlcdc-prefer-a-lower-pixel-clock-than-requ.patch
	patches.suse/drm-remove-the-newline-for-CRC-source-name.patch
	patches.suse/drm-amdgpu-fix-KIQ-ring-test-fail-in-TDR-of-SRIOV.patch
	patches.suse/drm-amdgpu-simplify-padding-calculations-v2.patch
	patches.suse/drm-amdkfd-Fix-permissions-of-hang_hws.patch
	patches.suse/drm-mediatek-handle-events-when-enabling-disabling-c.patch
	patches.suse/0001-drm-mediatek-disable-all-the-planes-in-atomic_disabl.patch
	patches.suse/drm-mediatek-Add-gamma-property-according-to-hardwar.patch
	patches.suse/drm-nouveau-secboot-gm20b-initialize-pointer-in-gm20.patch
	patches.suse/drm-nouveau-gr-gk20a-gm200-add-terminators-to-method.patch
	patches.suse/drm-nouveau-Fix-copy-paste-error-in-nouveau_fence_wa.patch
	patches.suse/drm-nouveau-drm-ttm-Remove-set-but-not-used-variable.patch
	patches.suse/drm-nouveau-fault-gv100-fix-memory-leak-on-module-un.patch
	patches.suse/0001-drm-i915-Extend-WaDisableDARBFClkGating-to-icl-ehl-t.patch
	patches.suse/drm-amd-display-Clear-state-after-exiting-fixed-acti.patch
	patches.suse/drm-amd-display-fixup-DML-dependencies.patch
	patches.suse/drm-msm-adreno-fix-zap-vs-no-zap-handling.patch
	patches.suse/drm-msm-mdp4-Adjust-indentation-in-mdp4_dsi_encoder_.patch
	patches.suse/drm-vmwgfx-prevent-memory-leak-in-vmw_cmdbuf_res_add.patch
	patches.suse/drm-nouveau-mmu-fix-comptag-memory-leak.patch
	patches.suse/drm-nouveau-disp-nv50-prevent-oops-when-no-channel-m.patch
	patches.suse/ext4-fix-deadlock-allocating-crypto-bounce-page-from.patch
	patches.suse/jbd2-clear-JBD2_ABORT-flag-before-journal_reset-to-u.patch
	patches.suse/ext4-fix-race-conditions-in-d_compare-and-d_hash.patch
	patches.suse/jbd2_seq_info_next-should-increase-position-index.patch
	patches.suse/jbd2-switch-to-use-jbd2_journal_abort-when-failed-to.patch
	patches.suse/ext4-jbd2-ensure-panic-when-aborting-with-zero-errno.patch
	patches.suse/jbd2-make-sure-ESHUTDOWN-to-be-recorded-in-the-journ.patch
	patches.suse/xfs-also-remove-cached-ACLs-when-removing-the-underl.patch
	patches.suse/xfs-check-log-iovec-size-to-make-sure-it-s-plausibly.patch
	patches.suse/reiserfs-Fix-memory-leak-of-journal-device-string.patch
	patches.suse/reiserfs-Fix-spurious-unlock-in-reiserfs_fill_super-.patch
	patches.suse/udf-Allow-writing-to-Rewritable-partitions.patch
	patches.suse/ubifs-Fix-FS_IOC_SETFLAGS-unexpectedly-clearing-encr.patch
	patches.suse/ubifs-Fix-wrong-memory-allocation.patch
	patches.suse/ubifs-Fix-deadlock-in-concurrent-bulk-read-and-write.patch
	patches.suse/ubifs-Fix-ino_t-format-warnings-in-orphan_delete.patch
	patches.suse/ubifs-Fix-memory-leak-from-c-sup_node.patch
	patches.suse/mtd-onenand_base-Adjust-indentation-in-onenand_read_.patch
	patches.suse/mtd-sharpslpart-Fix-unsigned-comparison-to-zero.patch
	patches.suse/kvm-nvmx-vmwrite-checks-vmcs-link-pointer-before-vmcs-field
	patches.suse/kvm-nvmx-vmwrite-checks-unsupported-field-before-read-only-field
	patches.suse/kvm-x86-fix-potential-put_fpu-w-o-load_fpu-on-mpx-platform
	patches.suse/kvm-svm-override-default-mmio-mask-if-memory-encryption-is-enabled
	patches.suse/kvm-x86-mmu-apply-max-pa-check-for-mmio-sptes-to-32-bit-kvm
	patches.suse/tools-kvm_stat-Fix-kvm_exit-filter-name.patch
	patches.suse/KVM-PPC-Book3S-HV-Uninit-vCPU-if-vcore-creation-fail.patch
	patches.suse/KVM-PPC-Book3S-PR-Free-shared-page-if-mmu-initializa.patch
	patches.suse/kvm-x86-free-wbinvd_dirty_mask-if-vcpu-creation-fails
	patches.suse/kvm-x86-remove-spurious-kvm_mmu_unload-from-vcpu-destruction-path
	patches.suse/kvm-x86-remove-spurious-clearing-of-async-pf-msr
	patches.suse/kvm-svm-pku-not-currently-supported
	patches.suse/kvm-x86-protect-x86_decode_insn-from-spectre-v1-l1tf-attacks
	patches.suse/kvm-x86-protect-kvm_hv_msr__crash_data-from-spectre-v1-l1tf-attacks
	patches.suse/kvm-x86-refactor-picdev_write-to-prevent-spectre-v1-l1tf-attacks
	patches.suse/kvm-x86-protect-ioapic_read_indirect-from-spectre-v1-l1tf-attacks
	patches.suse/kvm-x86-protect-ioapic_write_indirect-from-spectre-v1-l1tf-attacks
	patches.suse/kvm-x86-protect-kvm_lapic_reg_write-from-spectre-v1-l1tf-attacks
	patches.suse/kvm-x86-protect-msr-based-index-computations-in-fixed_msr_to_seg_unit-from-spectre-v1-l1tf-attacks
	patches.suse/kvm-x86-protect-msr-based-index-computations-in-pmu-h-from-spectre-v1-l1tf-attacks
	patches.suse/kvm-x86-protect-msr-based-index-computations-from-spectre-v1-l1tf-attacks-in-x86-c
	patches.suse/kvm-x86-protect-exit_reason-from-being-used-in-spectre-v1-l1tf-attacks
	patches.suse/kvm-x86-protect-dr-based-index-computations-from-spectre-v1-l1tf-attacks
	patches.suse/kvm-x86-protect-pmu_intel-c-from-spectre-v1-l1tf-attacks
	patches.suse/kvm-x86-handle-tif_need_fpu_load-in-kvm_-load-put-guest_fpu
	patches.suse/kvm-x86-ensure-guest-s-fpu-state-is-loaded-when-accessing-for-emulation
	patches.suse/kvm-x86-revert-kvm-x86-fix-fpu-state-crash-in-kvm-guest
	patches.suse/KVM-Check-for-a-bad-hva-before-dropping-into-the-ghc.patch
	patches.suse/KVM-Clean-up-__kvm_gfn_to_hva_cache_init-and-its-cal.patch
	patches.suse/kvm-use-vcpu-specific-gva-hva-translation-when-querying-host-page-size
	patches.suse/KVM-Play-nice-with-read-only-memslots-when-querying-.patch
	patches.suse/KVM-arm-arm64-vgic-its-Fix-restoration-of-unmapped-c.patch
	patches.suse/KVM-arm64-Correct-PSTATE-on-exception-entry.patch
	patches.suse/KVM-arm-arm64-Correct-CPSR-on-exception-entry.patch
	patches.suse/KVM-arm-arm64-Correct-AArch32-SPSR-on-exception-entr.patch
	patches.suse/KVM-arm-arm64-Fix-young-bit-from-mmu-notifier.patch
	patches.suse/KVM-arm-Fix-DFSR-setting-for-non-LPAE-aarch32-guests.patch
	patches.suse/KVM-arm-Make-inject_abt32-inject-an-external-abort-i.patch
	patches.suse/KVM-arm64-pmu-Don-t-increment-SW_INCR-if-PMCR.E-is-u.patch
	patches.suse/KVM-arm64-pmu-Fix-chained-SW_INCR-counters.patch
	patches.suse/KVM-arm64-Treat-emulated-TVAL-TimerValue-as-a-signed.patch
	patches.suse/KVM-PPC-Book3S-PR-Fix-Werror-return-type-build-failu.patch
	patches.suse/0001-x86-kvm-Be-careful-not-to-clear-KVM_VCPU_FLUSH_TLB-b.patch
	patches.suse/0002-x86-kvm-Introduce-kvm_-un-map_gfn.patch
	patches.suse/0003-x86-kvm-Cache-gfn-to-pfn-translation.patch
	patches.suse/0004-x86-KVM-Make-sure-KVM_VCPU_FLUSH_TLB-flag-is-not-mis.patch
	patches.suse/0005-x86-KVM-Clean-up-host-s-steal-time-structure.patch
	patches.suse/x86-resctrl-fix-use-after-free-when-deleting-resource-groups.patch
	patches.suse/x86-resctrl-fix-use-after-free-due-to-inaccurate-refcount-of-rdtgroup.patch
	patches.suse/x86-resctrl-fix-a-deadlock-due-to-inaccurate-reference.patch
	patches.suse/0005-modsign-print-module-name-along-with-error-message.patch
	patches.suse/module-avoid-setting-info-name-early-in-case-we-can-.patch
	patches.suse/memcg-fix-a-crash-in-wb_workfn-when-a-device-disappe.patch
	patches.suse/0001-mm-sparse.c-reset-section-s-mem_map-when-fully-deact.patch
	patches.suse/mm-thp-don-t-need-care-deferred-split-queue-in-memcg-charge-move-path.patch
	patches.suse/ocfs2-make-local-header-paths-relative-to-C-files.patch
	patches.suse/media-v4l2-core-set-pages-dirty-upon-releasing-DMA-b.patch
	patches.suse/mm-swapfile.c-swap_next-should-increase-position-ind.patch
	patches.suse/lib-test_kasan.c-fix-memory-leak-in-kmalloc_oob_krea.patch
	patches.suse/mm-thp-fix-defrag-setting-if-newline-is-not-used.patch
	patches.suse/0017-drivers-block-zram-zram_drv.c-fix-error-return-codes.patch
	patches.suse/lib-scatterlist.c-adjust-indentation-in-__sg_alloc_t.patch
	patches.suse/gfs2-Another-gfs2_find_jhead-fix.patch
	patches.suse/cpufreq-Avoid-creating-excessively-large-stack-frame.patch
	patches.suse/PM-core-Fix-handling-of-devices-deleted-during-syste.patch
	patches.suse/RDMA-qedr-Add-kernel-capability-flags-for-dpm-enable.patch
	patches.suse/RDMA-bnxt_re-Report-more-number-of-completion-vector.patch
	patches.suse/RDMA-hns-Simplify-the-calculation-and-usage-of-wqe-i.patch
	patches.suse/RDMA-siw-Simplify-QP-representation.patch
	patches.suse/IB-mlx5-Fix-outstanding_pi-index-for-GSI-qps.patch
	patches.suse/RDMA-netlink-Do-not-always-generate-an-ACK-for-some-.patch
	patches.suse/RDMA-srpt-Remove-unnecessary-assertion-in-srpt_queue.patch
	patches.suse/RDMA-cm-Use-RCU-synchronization-mechanism-to-protect.patch
	patches.suse/RDMA-mlx4-Redo-TX-checksum-offload-in-line-with-docs.patch
	patches.suse/IB-hfi1-Add-accessor-API-routines-to-access-context-.patch
	patches.suse/IB-hfi1-List-all-receive-contexts-from-debugfs.patch
	patches.suse/IB-rdmavt-Correct-comments-in-rdmavt_qp.h-header.patch
	patches.suse/IB-mlx5-Unify-ODP-MR-code-paths-to-allow-extra-flexi.patch
	patches.suse/IB-core-Fix-ODP-get-user-pages-flow.patch
	patches.suse/IB-core-Fix-ODP-with-IB_ACCESS_HUGETLB-handling.patch
	patches.suse/RDMA-siw-use-true-false-for-bool-variable.patch
	patches.suse/IB-hfi1-use-true-false-for-bool-variable.patch
	patches.suse/IB-iser-use-true-false-for-bool-variable.patch
	patches.suse/RDMA-mlx4-use-true-false-for-bool-variable.patch
	patches.suse/RDMA-mlx5-use-true-false-for-bool-variable.patch
	patches.suse/RDMA-rxe-Fix-error-type-of-mmap_offset.patch
	patches.suse/RDMA-i40iw-fix-a-potential-NULL-pointer-dereference.patch
	patches.suse/RDMA-cm-Delete-unused-CM-LAP-functions.patch
	patches.suse/RDMA-cm-Delete-unused-CM-ARP-functions.patch
	patches.suse/RDMA-cma-Add-trace-points-in-RDMA-Connection-Manager.patch
	patches.suse/RDMA-core-Trace-points-for-diagnosing-completion-que.patch
	patches.suse/RDMA-core-Add-trace-points-to-follow-MR-allocation.patch
	patches.suse/RDMA-hns-Avoid-printing-address-of-mtt-page.patch
	patches.suse/RDMA-hns-Remove-unused-function-hns_roce_init_eq_tab.patch
	patches.suse/RDMA-hns-Update-the-value-of-qp-type.patch
	patches.suse/RDMA-hns-Delete-unnessary-parameters-in-hns_roce_v2_.patch
	patches.suse/RDMA-hns-Remove-redundant-print-information.patch
	patches.suse/RDMA-hns-Replace-custom-macros-HNS_ROCE_ALIGN_UP.patch
	patches.suse/RDMA-hns-Fix-coding-style-issues.patch
	patches.suse/IB-mlx5-Do-reverse-sequence-during-device-removal.patch
	patches.suse/IB-core-Let-IB-core-distribute-cache-update-events.patch
	patches.suse/IB-core-Cut-down-single-member-ib_cache-structure.patch
	patches.suse/IB-core-Rename-event_handler_lock-to-qp_open_list_lo.patch
	patches.suse/IB-core-Fix-build-failure-without-hugepages.patch
	patches.suse/RDMA-core-Fix-locking-in-ib_uverbs_event_read.patch
	patches.suse/IB-hfi1-Move-chip-specific-functions-to-chip.c.patch
	patches.suse/IB-hfi1-Add-fast-and-slow-handlers-for-receive-conte.patch
	patches.suse/IB-hfi1-Move-common-receive-IRQ-code-to-function.patch
	patches.suse/IB-hfi1-IB-hfi1-Add-an-API-to-handle-special-case-dr.patch
	patches.suse/IB-hfi1-Create-API-for-auto-activate.patch
	patches.suse/IB-hfi1-Decouple-IRQ-name-from-type.patch
	patches.suse/IB-hfi1-Return-void-in-packet-receiving-functions.patch
	patches.suse/IB-hfi1-Add-software-counter-for-ctxt0-seq-drop.patch
	patches.suse/IB-hfi1-Add-RcvShortLengthErrCnt-to-hfi1stats.patch
	patches.suse/RDMA-hns-Bugfix-for-posting-a-wqe-with-sge.patch
	patches.suse/RDMA-hns-Add-support-for-reporting-wc-as-software-mo.patch
	patches.suse/RDMA-core-Remove-err-in-iw_query_port.patch
	patches.suse/IB-mlx5-Extend-caps-stage-to-handle-VAR-capabilities.patch
	patches.suse/IB-mlx5-Introduce-VAR-object-and-its-alloc-destroy-m.patch
	patches.suse/IB-mlx5-Add-mmap-support-for-VAR.patch
	patches.suse/RDMA-uverbs-Remove-needs_kfree_rcu-from-uverbs_obj_t.patch
	patches.suse/RDMA-mlx5-Use-RCU-and-direct-refcounts-to-keep-memor.patch
	patches.suse/RDMA-core-Simplify-destruction-of-FD-uobjects.patch
	patches.suse/RDMA-mlx5-Simplify-devx-async-commands.patch
	patches.suse/RDMA-core-Do-not-allow-alloc_commit-to-fail.patch
	patches.suse/RDMA-core-Make-ib_ucq_object-use-ib_uevent_object.patch
	patches.suse/RDMA-core-Do-not-erase-the-type-of-ib_cq.uobject.patch
	patches.suse/RDMA-core-Do-not-erase-the-type-of-ib_qp.uobject.patch
	patches.suse/RDMA-core-Do-not-erase-the-type-of-ib_srq.uobject.patch
	patches.suse/RDMA-core-Do-not-erase-the-type-of-ib_wq.uobject.patch
	patches.suse/RDMA-core-Simplify-type-usage-for-ib_uverbs_async_ha.patch
	patches.suse/RDMA-core-Remove-the-ufile-arg-from-rdma_alloc_begin.patch
	patches.suse/RDMA-core-Make-ib_uverbs_async_event_file-into-a-uob.patch
	patches.suse/RDMA-core-Use-READ_ONCE-for-ib_ufile.async_file.patch
	patches.suse/RDMA-hns-Remove-some-redundant-variables-related-to-.patch
	patches.suse/RDMA-hns-Add-interfaces-to-get-pf-capabilities-from-.patch
	patches.suse/RDMA-hns-Get-pf-capabilities-from-firmware.patch
	patches.suse/RDMA-hns-Add-support-for-extended-atomic-in-userspac.patch
	patches.suse/RDMA-efa-Device-definitions-documentation-updates.patch
	patches.suse/RDMA-efa-Remove-brackets-from-single-statement-if.patch
	patches.suse/RDMA-efa-Remove-unused-ucontext-parameter-from-efa_q.patch
	patches.suse/Introduce-maximum-WQE-size-to-check-limits.patch
	patches.suse/RDMA-rxe-Compute-the-maximum-sges-and-inline-size-ba.patch
	patches.suse/IB-srp-Never-use-immediate-data-if-it-is-disabled-by.patch
	patches.suse/net-mlx5-Add-RoCE-accelerator-counters.patch
	patches.suse/net-mlx5-Expose-relaxed-ordering-bits.patch
	patches.suse/RDMA-core-Add-UVERBS_METHOD_ASYNC_EVENT_ALLOC.patch
	patches.suse/RDMA-core-Remove-ucontext_lock-from-the-uverbs_destr.patch
	patches.suse/RDMA-uverbs-Add-ioctl-command-to-get-a-device-contex.patch
	patches.suse/RDMA-uverbs-Verify-MR-access-flags.patch
	patches.suse/RDMA-core-Add-optional-access-flags-range.patch
	patches.suse/RDMA-efa-Allow-passing-of-optional-access-flags-for-.patch
	patches.suse/RDMA-uverbs-Add-new-relaxed-ordering-memory-region-a.patch
	patches.suse/RDMA-mlx5-Set-relaxed-ordering-when-requested.patch
	patches.suse/IB-mlx5-Expose-RoCE-accelerator-counters.patch
	patches.suse/IB-mlx4-Fix-memory-leak-in-add_gid-error-flow.patch
	patches.suse/RDMA-core-Ensure-that-rdma_user_mmap_entry_remove-is.patch
	patches.suse/IB-mlx5-Return-the-administrative-GUID-if-exists.patch
	patches.suse/RDMA-cm-Add-accessors-for-CM_REQ-transport_type.patch
	patches.suse/RDMA-cm-Add-SET-GET-implementations-to-hide-IBA-wire.patch
	patches.suse/RDMA-cm-Use-IBA-functions-for-simple-get-set-acessor.patch
	patches.suse/RDMA-cm-Use-IBA-functions-for-swapping-get-set-acess.patch
	patches.suse/RDMA-cm-Use-IBA-functions-for-simple-structure-membe.patch
	patches.suse/RDMA-cm-Use-IBA-functions-for-complex-structure-memb.patch
	patches.suse/IB-hfi1-Fix-logical-condition-in-msix_request_irq.patch
	patches.suse/IB-opa_vnic-Spelling-correction-of-erorr-to-error.patch
	patches.suse/IB-mlx4-Fix-leak-in-id_map_find_del.patch
	patches.suse/RDMA-umem-Fix-ib_umem_find_best_pgsz.patch
	patches.suse/RDMA-cma-Fix-unbalanced-cm_id-reference-count-during.patch
	patches.suse/RDMA-efa-Mask-access-flags-with-the-correct-optional.patch
	patches.suse/RDMA-core-Make-the-entire-API-tree-static.patch
	patches.suse/media-i2c-adv748x-Fix-unsafe-macros.patch
	patches.suse/media-gspca-zero-usb_buf.patch
	patches.suse/media-dvb-usb-dvb-usb-urb.c-initialize-actlen-to-0.patch
	patches.suse/media-cx23885-Add-support-for-AVerMedia-CE310B.patch
	patches.suse/media-meson-add-missing-allocation-failure-check-on-.patch
	patches.suse/media-go7007-fix-a-miss-of-snd_card_free.patch
	patches.suse/media-imx7-mipi-csis-remove-subdev_notifier.patch
	patches.suse/media-v4l2-device.h-Explicitly-compare-grp-id-mask-t.patch
	patches.suse/media-v4l2-core-compat-ignore-native-command-codes.patch
	patches.suse/media-digitv-don-t-continue-if-remote-control-state-.patch
	patches.suse/media-af9005-uninitialized-variable-printked.patch
	patches.suse/media-vp7045-do-not-read-uninitialized-values-if-usb.patch
	patches.suse/media-rc-ensure-lirc-is-initialized-before-registeri.patch
	patches.suse/media-ov5640-Fix-check-for-PLL1-exceeding-max-allowe.patch
	patches.suse/media-i2c-mt9v032-fix-enum-mbus-codes-and-frame-size.patch
	patches.suse/media-v4l2-rect.h-fix-v4l2_rect_map_inside-top-left-.patch
	patches.suse/media-sti-bdisp-fix-a-possible-sleep-in-atomic-conte.patch
	patches.suse/media-iguanair-fix-endpoint-sanity-check.patch
	patches.suse/media-uvcvideo-Avoid-cyclic-entity-chains-due-to-mal.patch
	patches.suse/media-uvcvideo-Add-a-quirk-to-force-GEO-GC6500-Camer.patch
	patches.suse/PCI-AER-Initialize-aer_fifo.patch
	patches.suse/PCI-iproc-Apply-quirk_paxc_bridge-for-module-as-well.patch
	patches.suse/PCI-Add-generic-quirk-for-increasing-D3hot-delay.patch
	patches.suse/PCI-Increase-D3-delay-for-AMD-Ryzen5-7-XHCI-controll.patch
	patches.suse/PCI-Don-t-disable-bridge-BARs-when-assigning-bus-res.patch
	patches.suse/PCI-switchtec-Use-dma_set_mask_and_coherent.patch
	patches.suse/PCI-switchtec-Fix-vep_vector_number-ioread-width.patch
	patches.suse/PCI-IOV-Fix-memory-leak-in-pci_iov_add_virtfn.patch
	patches.suse/PCI-Fix-pci_add_dma_alias-bitmask-size.patch
	patches.suse/pci-brcmstb-add-broadcom-stb-pcie-host-controller-driver.patch
	patches.suse/pci-brcmstb-add-msi-support.patch
	patches.suse/PCI-keystone-Fix-link-training-retries-initiation.patch
	patches.suse/PCI-keystone-Fix-outbound-region-mapping.patch
	patches.suse/PCI-keystone-Fix-error-handling-when-num-viewport-DT.patch
	patches.suse/PCI-tegra-Fix-return-value-check-of-pm_runtime_get_s.patch
	patches.suse/PCI-tegra-Fix-afi_pex2_ctrl-reg-offset-for-Tegra30.patch
	patches.suse/char-random-silence-a-lockdep-splat-with-printk.patch
	patches.suse/vfs-fix-do_last-regression.patch
	patches.suse/cifs-fix-soft-mounts-hanging-in-the-reconnect-code.patch
	patches.suse/leds-pca963x-Fix-open-drain-initialization.patch
	patches.suse/msft-hv-2010-hv_balloon-Balloon-up-according-to-request-page-numb.patch
	patches.suse/mfd-bd70528-Fix-hour-register-mask.patch
	patches.suse/mfd-dln2-More-sanity-checking-for-endpoints.patch
	patches.suse/mfd-intel-lpss-Add-Intel-Jasper-Lake-PCI-IDs.patch
	patches.suse/mfd-axp20x-Mark-AXP20X_VBUS_IPSOUT_MGMT-as-volatile.patch
	patches.suse/mfd-max77650-Select-REGMAP_IRQ-in-Kconfig.patch
	patches.suse/mfd-da9062-Fix-watchdog-compatible-string.patch
	patches.suse/mfd-rn5t618-Mark-ADC-control-register-volatile.patch
	patches.suse/Btrfs-fix-race-between-adding-and-putting-tree-mod-s.patch
	patches.suse/btrfs-correctly-handle-empty-trees-in-find_first_clear_extent_bit.patch
	patches.suse/0001-btrfs-fix-force-usage-in-inc_block_group_ro.patch
	patches.suse/0002-btrfs-take-overcommit-into-account-in-inc_block_grou.patch
	patches.suse/Btrfs-send-fix-emission-of-invalid-clone-operations-.patch
	patches.suse/btrfs-do-not-zero-f_bavail-if-we-have-available-spac.patch
	patches.suse/Input-edt-ft5x06-work-around-first-register-access-e.patch
	patches.suse/clk-actually-call-the-clock-init-before-any-other-ca.patch
	patches.suse/clk-Use-parent-node-pointer-during-registration-if-n.patch
	patches.suse/clk-uniphier-Add-SCSSI-clock-gate-for-each-channel.patch
	patches.suse/clk-at91-sam9x60-fix-programmable-clock-prescaler.patch
	patches.suse/clk-renesas-rcar-gen3-Allow-changing-the-RPC-D2-cloc.patch
	patches.suse/clk-meson-g12a-fix-missing-uart2-in-regmap-table.patch
	patches.suse/clk-meson-pll-Fix-by-0-division-in-__pll_params_to_r.patch
	patches.suse/clk-meson-meson8b-make-the-CCF-use-the-glitch-free-m.patch
	patches.suse/clk-sunxi-ng-add-mux-and-pll-notifiers-for-A64-CPU-c.patch
	patches.suse/clk-ti-dra7-fix-parent-for-gmac_clkctrl.patch
	patches.suse/clk-tegra-Mark-fuse-clock-as-critical.patch
	patches.suse/clk-qcom-smd-Add-missing-bimc-clock.patch
	patches.suse/clk-qcom-Add-missing-msm8998-gcc_bimc_gfx_clk.patch
	patches.suse/clk-ls1028a-Add-clock-driver-for-Display-output-inte.patch
	patches.suse/clk-ls1028a-Fix-warning-on-clamp-usage.patch
	patches.suse/vfio-spapr-nvlink2-Skip-unpinning-pages-on-error-exi.patch
	patches.suse/percpu-Separate-decrypted-varaibles-anytime-encrypti.patch
	patches.suse/rtc-hym8563-Return-EINVAL-if-the-time-is-known-to-be.patch
	patches.suse/rtc-cmos-Stop-using-shared-IRQ.patch
	patches.suse/ocfs2-fix-oops-when-writing-cloned-file.patch
	patches.suse/smp_mb__-before-after-_atomic-update-Documentation.patch
	patches.suse/0001-ipc-mqueue.c-remove-duplicated-code.patch
	patches.suse/0002-ipc-mqueue.c-update-document-memory-barriers.patch
	patches.suse/0003-ipc-msg.c-update-and-document-memory-barriers.patch
	patches.suse/0004-ipc-sem.c-document-and-update-memory-barriers.patch
	patches.suse/0005-ipc-msg.c-consolidate-all-xxxctl_down-functions.patch
	patches.suse/powerpc-mmu_gather-enable-RCU_TABLE_FREE-even-for-SM.patch
	patches.suse/mm-mmu_gather-invalidate-TLB-correctly-on-batch-allo.patch
	patches.suse/asm-generic-tlb-avoid-potential-double-flush.patch
	patches.suse/asm-gemeric-tlb-remove-stray-function-declarations.patch
	patches.suse/asm-generic-tlb-add-missing-CONFIG-symbol.patch
	patches.suse/treewide-remove-redundant-IS_ERR-before-error-code-c.patch
	patches.suse/ARM-dma-api-fix-max_pfn-off-by-one-error-in-__dma_su.patch
	patches.suse/remoteproc-Initialize-rproc_class-before-use.patch
	patches.suse/ovl-fix-wrong-WARN_ON-in-ovl_cache_update_ino.patch
	patches.suse/ovl-fix-lseek-overflow-on-32bit.patch
	patches.suse/powerpc-pseries-Allow-not-having-ibm-hypertas-functi.patch
	patches.suse/powerpc-xmon-don-t-access-ASDR-in-VMs.patch
	patches.suse/powerpc-pseries-Advance-pfn-if-section-is-not-presen.patch
	patches.suse/powerpc-ptdump-Fix-W-X-verification.patch
	patches.suse/powerpc-ptdump-Only-enable-PPC_CHECK_WX-with-STRICT_.patch
	patches.suse/powerpc-papr_scm-Don-t-enable-direct-map-for-a-regio.patch
	patches.suse/powerpc-pseries-vio-Fix-iommu_table-use-after-free-r.patch
	patches.suse/powerpc-papr_scm-Fix-leaking-bus_desc.provider_name-.patch
	patches.suse/powerpc-mm-Remove-kvm-radix-prefetch-workaround-for-.patch
	patches.suse/powerpc-pseries-lparcfg-Fix-display-of-Maximum-Memor.patch
	patches.suse/powerpc-Provide-initial-documentation-for-PAPR-hcall.patch
	patches.suse/powerpc-Do-not-consider-weak-unresolved-symbol-reloc.patch
	patches.suse/powerpc-32s-Fix-bad_kuap_fault.patch
	patches.suse/powerpc-kuap-Fix-set-direction-in-allow-prevent_user.patch
	patches.suse/ionic-fix-rxq-comp-packet-type-mask.patch
	patches.suse/tcp-clear-tp-total_retrans-in-tcp_disconnect.patch
	patches.suse/tcp-clear-tp-delivered-in-tcp_disconnect.patch
	patches.suse/tcp-clear-tp-data_segs-in-out-in-tcp_disconnect.patch
	patches.suse/tcp-clear-tp-segs_-in-out-in-tcp_disconnect.patch
	patches.suse/cls_rsvp-fix-rsvp_policy.patch
	patches.suse/rxrpc-Fix-use-after-free-in-rxrpc_put_local.patch
	patches.suse/rxrpc-Fix-insufficient-receive-notification-generati.patch
	patches.suse/rxrpc-Fix-missing-active-use-pinning-of-rxrpc_local-.patch
	patches.suse/rxrpc-Fix-NULL-pointer-deref-due-to-call-conn-being-.patch
	patches.suse/net-stmmac-Delete-txtimer-in-suspend.patch
	patches.suse/bnxt_en-Refactor-logic-to-re-enable-SRIOV-after-firm.patch
	patches.suse/bnxt_en-Fix-RDMA-driver-failure-with-SRIOV-after-fir.patch
	patches.suse/bnxt_en-Fix-logic-that-disables-Bus-Master-during-fi.patch
	patches.suse/bnxt_en-Fix-TC-queue-mapping.patch
	patches.suse/netdevsim-fix-using-uninitialized-resources.patch
	patches.suse/netdevsim-disable-devlink-reload-when-resources-are-.patch
	patches.suse/netdevsim-fix-panic-in-nsim_dev_take_snapshot_write.patch
	patches.suse/netdevsim-fix-stack-out-of-bounds-in-nsim_dev_debugf.patch
	patches.suse/netdevsim-use-IS_ERR-instead-of-IS_ERR_OR_NULL-for-d.patch
	patches.suse/netdevsim-use-__GFP_NOWARN-to-avoid-memalloc-warning.patch
	patches.suse/netdevsim-remove-unused-sdev-code.patch
	patches.suse/net-hsr-fix-possible-NULL-deref-in-hsr_handle_frame.patch
	patches.suse/net_sched-fix-an-OOB-access-in-cls_tcindex.patch
	patches.suse/l2tp-Allow-duplicate-session-creation-with-UDP.patch
	patches.suse/gtp-use-__GFP_NOWARN-to-avoid-memalloc-warning.patch
	patches.suse/simple_recursive_removal-kernel-side-rm-rf-for-ramfs.patch
	patches.suse/s390-mm-fix-dynamic-pagetable-upgrade-for-hugetlbfs
	patches.suse/0001-xen-balloon-Support-xend-based-toolstack-take-two.patch
	patches.suse/iommu-arm-smmu-v3-populate-vmid-field-for-cmdq_op_tlbi_nh_va
	patches.suse/iommu-amd-check-feature-support-bit-before-accessing-msi-capability-registers
	patches.suse/iommu-amd-only-support-x2apic-with-ivhd-type-11h-40h
	patches.suse/iommu-vt-d-match-cpu-and-iommu-paging-mode
	patches.suse/iommu-vt-d-fix-off-by-one-in-pasid-allocation
	patches.suse/iommu-vt-d-avoid-sending-invalid-page-response
	patches.suse/iommu-vt-d-allow-devices-with-rmrrs-to-use-identity-domain
	patches.suse/iommu-vt-d-unnecessary-to-handle-default-identity-domain
	patches.suse/pwm-omap-dmtimer-Remove-PWM-chip-in-.remove-before-m.patch
	patches.suse/pwm-omap-dmtimer-Simplify-error-handling.patch
	patches.suse/pwm-omap-dmtimer-put_device-after-of_find_device_by_.patch
	patches.suse/pwm-sun4i-move-pwm_calculate-out-of-spin_lock.patch
	patches.suse/pwm-Remove-set-but-not-set-variable-pwm.patch
	patches.suse/ata-ahci-Add-shutdown-to-freeze-hardware-resources-o.patch
	patches.suse/nbd-add-a-flush_workqueue-in-nbd_start_device.patch
	patches.suse/0021-bcache-fix-memory-corruption-in-bch_cache_accounting.patch
	patches.suse/0022-bcache-explicity-type-cast-in-bset_bkey_last.patch
	patches.suse/0023-bcache-add-readahead-cache-policy-options-via-sysfs-.patch
	patches.suse/0024-bcache-fix-incorrect-data-type-usage-in-btree_flush_.patch
	patches.suse/0025-bcache-check-return-value-of-prio_read.patch
	patches.suse/block-bfq-do-not-plug-I-O-for-bfq_queues-with-no-pro.patch
	patches.suse/block-bfq-get-a-ref-to-a-group-when-adding-it-to-a-s.patch
	patches.suse/nvmet-fix-dsm-failure-when-payload-does-not-match-sg.patch
	patches.suse/nvme-pci-remove-nvmeq-tags.patch
	patches.suse/nvmet-Fix-error-print-message-at-nvmet_install_queue.patch
	patches.suse/nvmet-Fix-controller-use-after-free.patch
	patches.suse/nvmet-update-AEN-list-and-array-at-one-place.patch
	patches.suse/eventfd-track-eventfd_signal-recursion-depth.patch
	patches.suse/aio-prevent-potential-eventfd-recursion-on-poll.patch
	patches.suse/tracing-fix-very-unlikely-race-of-registering-two-stat-tracers.patch
	patches.suse/tracing-fix-tracing_stat-return-values-in-error-handling-paths.patch
	patches.suse/tracing-simplify-assignment-parsing-for-hist-triggers.patch
	patches.suse/tracing-add-hist-trigger-error-messages-for-sort-specification.patch
	patches.suse/tracing-add-hist-to-hist-trigger-error-log-error-string.patch
	patches.suse/tracing-fix-sched-switch-start-stop-refcount-racy-updates.patch
	patches.suse/tracing-fix-now-invalid-var_ref_vals-assumption-in-trace-action.patch
	patches.suse/tracing-annotate-ftrace_graph_hash-pointer-with-_rcu.patch
	patches.suse/tracing-annotate-ftrace_graph_notrace_hash-pointer-with-_rcu.patch
	patches.suse/ftrace-add-comment-to-why-rcu_dereference_sched-is-open-coded.patch
	patches.suse/ftrace-protect-ftrace_graph_hash-with-ftrace_sync.patch
	patches.suse/ceph-delete-redundant-douts-in-con_get-put.patch
	patches.suse/ceph-remove-unnecessary-assignment-in-ceph_pre_init_acls.patch
	patches.suse/ceph-fix-mdsmap-cluster-available-check-based-on-laggy-number.patch
	patches.suse/ceph-only-choose-one-mds-who-is-in-up-active-state-without-laggy.patch
	patches.suse/ceph-fix-possible-long-time-wait-during-umount.patch
	patches.suse/ceph-drop-unused-ttl_from-parameter-from-fill_inode.patch
	patches.suse/ceph-ensure-we-have-a-new-cap-before-continuing-in-fill_inode.patch
	patches.suse/ceph-add-_send_request-helper.patch
	patches.suse/ceph-keep-the-session-state-until-it-is-released.patch
	patches.suse/ceph-check-availability-of-mds-cluster-on-mount-after-wait-timeout.patch
	patches.suse/ceph-retry-the-same-mds-later-after-the-new-session-is-opened.patch
	patches.suse/ceph-don-t-clear-i_new-until-inode-metadata-is-fully-populated.patch
	patches.suse/ceph-only-touch-the-caps-which-have-the-subset-mask-requested.patch
	patches.suse/ceph-print-dentry-offset-in-hex-and-fix-xattr_version-type.patch
	patches.suse/ceph-add-possible_max_rank-and-make-the-code-more-readable.patch
	patches.suse/ceph-remove-the-extra-slashes-in-the-server-path.patch
	patches.suse/ceph-rename-get_session-and-switch-to-use-ceph_get_mds_session.patch
	patches.suse/ceph-allocate-the-correct-amount-of-extra-bytes-for-the-session-features.patch
	patches.suse/ceph-close-holes-in-structs-ceph_mds_session-and-ceph_mds_request.patch
	patches.suse/ceph-use-copy-from2-op-in-copy_file_range.patch
	patches.suse/ceph-print-r_direct_hash-in-hex-in-_choose_mds-dout.patch
	patches.suse/ceph-print-name-of-xattr-in-_ceph_-get-set-xattr-douts.patch
	patches.suse/ceph-move-net-ceph-ceph_fs-c-to-fs-ceph-util-c.patch
	patches.suse/rbd-set-the-device-link-in-sysfs.patch
	patches.suse/ALSA-hda-Reset-stream-if-DMA-RUN-bit-not-cleared.patch
	patches.suse/ALSA-pcm-Fix-memory-leak-at-closing-a-stream-without.patch
	patches.suse/ALSA-hda-Add-JasperLake-PCI-ID-and-codec-vid.patch
	patches.suse/ALSA-usb-audio-Fix-endianess-in-descriptor-validatio.patch
	patches.suse/ALSA-usb-audio-Annotate-endianess-in-Scarlett-gen2-q.patch
	patches.suse/ALSA-dummy-Fix-PCM-format-loop-in-proc-output.patch
	patches.suse/ALSA-hda-Fix-DP-MST-support-for-NVIDIA-codecs.patch
	patches.suse/ASoC-SOF-trace-fix-unconditional-free-in-trace-relea.patch
	patches.suse/ALSA-hda-realtek-Fixed-one-of-HP-ALC671-platform-Hea.patch
	patches.suse/ALSA-hda-Clear-RIRB-status-before-reading-WP.patch
	patches.suse/KVM-s390-ENOTSUPP-EOPNOTSUPP-fixups.patch
	patches.suse/KVM-s390-do-not-clobber-registers-during-guest-reset.patch
	patches.suse/0004-kvm-s390-cleanup-initial-cpu-reset
	patches.suse/0005-kvm-s390-add-new-reset-vcpu-api
	patches.suse/virtio-balloon-initialize-all-vq-callbacks.patch
	patches.suse/virtio-pci-check-name-when-counting-MSI-X-vectors.patch
	patches.suse/virtio_balloon-prevent-pfn-array-overflow.patch
	patches.suse/virtio-balloon-Fix-memory-leak-when-unloading-while-.patch
	patches.suse/virtio_balloon-Fix-memory-leaks-on-errors-in-virtbal.patch
	patches.suse/drivers-watchdog-stm32_iwdg-set-WDOG_HW_RUNNING-at-p.patch
	patches.suse/watchdog-fix-UAF-in-reboot-notifier-handling-in-watc.patch
	patches.suse/clk-qcom-Don-t-overwrite-cfg-in-clk_rcg2_dfs_populat.patch
	patches.suse/clk-ls1028a-fix-a-dereference-of-pointer-parent-befo.patch
	patches.suse/clk-qcom-rcg2-Don-t-crash-if-our-parent-can-t-be-fou.patch
	patches.suse/drm-amd-display-Retrain-dongles-when-SINK_COUNT-beco.patch
	patches.suse/0001-Revert-drm-amd-display-Don-t-skip-link-training-for-.patch
	patches.suse/drm-amd-display-do-not-allocate-display_mode_lib-unn.patch
	patches.suse/radeon-insert-10ms-sleep-in-dce5_crtc_load_lut.patch
	patches.suse/drm-amdkfd-Fix-a-bug-in-SDMA-RLC-queue-counting-unde.patch
	patches.suse/drm-amdgpu-display-handle-multiple-numbers-of-fclks-.patch
	patches.suse/drm-amdgpu-smu10-fix-smu10_get_clock_by_type_with_la.patch
	patches.suse/drm-amdgpu-smu10-fix-smu10_get_clock_by_type_with_vo.patch
	patches.suse/drm-amd-dm-mst-Ignore-payload-update-failures.patch
	patches.suse/i2c-i801-Add-support-for-Intel-Comet-Lake-PCH-V.patch
	patches.suse/nfs-fscache-use-timespec64-in-inode-auxdata.patch
	patches.suse/NFS-Revalidate-the-file-size-on-a-fatal-write-error.patch
	patches.suse/NFS-Revalidate-the-file-mapping-on-all-fatal-writeba.patch
	patches.suse/NFS-pnfs-Fix-pnfs_generic_prepare_to_resend_writes.patch
	patches.suse/NFS-Fix-fix-of-show_nfs_errors.patch
	patches.suse/NFSv4-pnfs_roc-must-use-cred_fscmp-to-compare-creds.patch
	patches.suse/NFS-Fix-memory-leaks-and-corruption-in-readdir.patch
	patches.suse/NFS-Directory-page-cache-pages-need-to-be-locked-whe.patch
	patches.suse/NFSv4-try-lease-recovery-on-NFS4ERR_EXPIRED.patch
	patches.suse/NFSv4.0-nfs4_do_fsinfo-should-not-do-implicit-lease-.patch
	patches.suse/nfsd-Return-the-correct-number-of-bytes-written-to-t.patch
	patches.suse/nfsd-fix-delay-timer-on-32-bit-architectures.patch
	patches.suse/nfsd-fix-jiffies-time_t-mixup-in-LRU-list.patch
	patches.suse/nfsd-remove-nfs4_reset_lease-declarations.patch
	patches.suse/sunrpc-expiry_time-should-be-seconds-not-timeval.patch
	patches.suse/gfs2-fix-gfs2_find_jhead-that-returns-uninitialized-.patch
	patches.suse/fix-up-iter-on-short-count-in-fuse_direct_io.patch
	patches.suse/ARM-tegra-Enable-PLLP-bypass-during-Tegra124-LP1.patch
	patches.suse/ARM-at91-pm-use-SAM9X60-PMC-s-compatible.patch
	patches.suse/ARM-at91-pm-use-of_device_id-array-to-find-the-prope.patch
	patches.suse/ARM-dts-stm32-Add-power-supply-for-DSI-panel-on-stm3.patch
	patches.suse/arm64-dts-uDPU-fix-broken-ethernet.patch
	patches.suse/arm64-dts-marvell-clearfog-gt-8k-fix-switch-cpu-port.patch
	patches.suse/ARM-dts-at91-Reenable-UART-TX-pull-ups.patch
	patches.suse/ARM-dts-at91-sama5d3-fix-maximum-peripheral-clock-ra.patch
	patches.suse/ARM-dts-at91-sama5d3-define-clock-rate-range-for-tcb.patch
	patches.suse/ARM-dts-meson8b-fix-the-clock-controller-compatible-.patch
	patches.suse/ARM-dts-meson8-use-the-actual-frequency-for-the-GPU-.patch
	patches.suse/ARM-dts-meson8b-use-the-actual-frequency-for-the-GPU.patch
	patches.suse/reset-uniphier-Add-SCSSI-reset-control-for-each-chan.patch
	patches.suse/bus-tegra-aconnect-Remove-PM_CLK-dependency.patch
	patches.suse/soc-tegra-fuse-Correct-straps-address-for-older-Tegr.patch
	patches.suse/soc-qcom-rpmhpd-Set-active_only-for-active-only-powe.patch
	patches.suse/ARM-dts-am43xx-add-support-for-clkout1-clock.patch
	patches.suse/clocksource-davinci-only-enable-clockevents-once-tim.patch
	patches.suse/powerpc-futex-Fix-incorrect-user-access-blocking.patch
	patches.suse/netdevsim-fix-ptr_ret.cocci-warnings.patch
	patches.suse/net_sched-fix-a-resource-leak-in-tcindex_set_parms.patch
	patches.suse/wireguard-allowedips-fix-use-after-free-in-root_remo.patch
	patches.suse/wireguard-noise-reject-peers-with-low-order-public-k.patch
	patches.suse/wireguard-selftests-ensure-non-addition-of-peers-wit.patch
	patches.suse/wireguard-selftests-cleanup-CONFIG_ENABLE_WARN_DEPRE.patch
	patches.suse/wireguard-selftests-tie-socket-waiting-to-target-pid.patch
	patches.suse/devlink-report-0-after-hitting-end-in-region-read.patch
	patches.suse/bonding-alb-properly-access-headers-in-bond_alb_xmit.patch
	patches.suse/net-macb-Remove-unnecessary-alignment-check-for-TSO.patch
	patches.suse/net-macb-Limit-maximum-GEM-TX-length-in-TSO.patch
	patches.suse/qed-Fix-timestamping-issue-for-L2-unicast-ptp-packet.patch
	patches.suse/cxgb4-Added-tls-stats-prints.patch
	patches.suse/net-mvneta-move-rx_dropped-and-rx_errors-in-per-cpu-.patch
	patches.suse/skbuff-fix-a-data-race-in-skb_queue_len.patch
	patches.suse/net-systemport-Avoid-RBUF-stuck-in-Wake-on-LAN-mode.patch
	patches.suse/net-mlx5-Fix-deadlock-in-fs_core.patch
	patches.suse/net-mlx5-IPsec-Fix-esp-modify-function-attribute.patch
	patches.suse/net-mlx5-IPsec-fix-memory-leak-at-mlx5_fpga_ipsec_de.patch
	patches.suse/net-mlx5e-TX-Error-completion-is-for-last-WQE-in-bat.patch
	patches.suse/net-mlx5-Deprecate-usage-of-generic-TLS-HW-capabilit.patch
	patches.suse/rxrpc-Fix-service-call-disconnection.patch
	patches.suse/0007-rxrpc-Fix-call-RCU-cleanup-using-non-bh-safe-locks.patch
	patches.suse/net-stmmac-fix-a-possible-endless-loop.patch
	patches.suse/net-dsa-b53-Always-use-dev-vlan_enabled-in-b53_confi.patch
	patches.suse/net-dsa-bcm_sf2-Only-7278-supports-2Gb-sec-IMP-port.patch
	patches.suse/taprio-Fix-enabling-offload-with-wrong-number-of-tra.patch
	patches.suse/taprio-Fix-still-allowing-changing-the-flags-during-.patch
	patches.suse/taprio-Add-missing-policy-validation-for-flags.patch
	patches.suse/taprio-Use-taprio_reset_tc-to-reset-Traffic-Classes-.patch
	patches.suse/taprio-Fix-dropping-packets-when-using-taprio-ETF-of.patch
	patches.suse/dpaa_eth-support-all-modes-with-rate-adapting-PHYs.patch
	patches.suse/ipv6-addrconf-fix-potential-NULL-deref-in-inet6_set_.patch
	patches.suse/net-dsa-microchip-enable-module-autoprobe.patch
	patches.suse/mlxsw-core-Add-validation-of-hardware-device-types-f.patch
	patches.suse/mlxsw-spectrum_dpipe-Add-missing-error-path.patch
	patches.suse/drop_monitor-Do-not-cancel-uninitialized-work-item.patch
	patches.suse/bpf-Fix-modifier-skipping-logic.patch
	patches.suse/i40e-Relax-i40e_xsk_wakeup-s-return-value-when-PF-is.patch
	patches.suse/samples-bpf-Drop-doubled-variable-declaration-in-xdp.patch
	patches.suse/samples-bpf-Allow-for-ENETDOWN-in-xdpsock.patch
	patches.suse/0008-bpf-sockmap-Check-update-requirements-after-locking.patch
	patches.suse/bpftool-Don-t-crash-on-missing-xlated-program-instru.patch
	patches.suse/bpf-sockmap-Don-t-sleep-while-holding-RCU-lock-on-te.patch
	patches.suse/0009-bpf-sockhash-Synchronize_rcu-before-free-ing-map.patch
	patches.suse/bpf-Improve-bucket_log-calculation-logic.patch
	patches.suse/mwifiex-fix-unbalanced-locking-in-mwifiex_process_co.patch
	patches.suse/mwifiex-Fix-possible-buffer-overflows-in-mwifiex_ret.patch
	patches.suse/mwifiex-Fix-possible-buffer-overflows-in-mwifiex_cmd.patch
	patches.suse/libertas-dont-exit-from-lbs_ibss_join_existing-with.patch
	patches.suse/libertas-make-lbs_ibss_join_existing-return-error.patch
	patches.suse/iwlwifi-mvm-Fix-thermal-zone-registration.patch
	patches.suse/iwlwifi-don-t-throw-error-when-trying-to-remove-IGTK.patch
	patches.suse/iwlwifi-mvm-avoid-use-after-free-for-pmsr-request.patch
	patches.suse/iwlwifi-mvm-Check-the-sta-is-not-NULL-in-iwl_mvm_cfg.patch
	patches.suse/scsi-qla2xxx-Fix-unbound-NVME-response-length.patch
	patches.suse/scsi-megaraid_sas-fixup-MSIx-interrupt-setup-during-resum.patch
	patches.suse/irqchip-gic-v3-Only-provision-redistributors-that-ar.patch
	patches.suse/irqchip-gic-v3-its-Reference-to-its_invall_cmd-descr.patch
	patches.suse/clocksource-Prevent-double-add_timer_on-for-watchdog.patch
	patches.suse/x86-boot-handle-malformed-srat-tables-during-early-acpi-parsing.patch
	patches.suse/SMB3-Backup-intent-flag-missing-from-some-more-ops.patch
	patches.suse/smb3-fix-problem-with-null-cifs-super-block-with-previous-patch.patch
	patches.suse/cifs-fail-i-o-on-soft-mounts-if-sessionsetup-errors-out.patch
	patches.suse/cifs-log-warning-message-once-if-out-of-disk-space.patch
	patches.suse/cifs-Add-tracepoints-for-errors-on-flush-or-fsync.patch
	patches.suse/cifs-fix-soft-mounts-hanging-in-the-reconnect-code-2.patch
	patches.suse/cifs-add-SMB3-change-notification-support.patch
	patches.suse/cifs-fix-mode-bits-from-dir-listing-when-mounted-with-modefromsid.patch
	patches.suse/smb3-add-one-more-dynamic-tracepoint-missing-from-strict-fsync-path.patch
	patches.suse/smb3-print-warning-once-if-posix-context-returned-on-open.patch
	patches.suse/smb3-Add-defines-for-new-information-level-FileIdInformation.patch
	patches.suse/kconfig-fix-broken-dependency-in-randconfig-generate.patch
	patches.suse/crypto-kconfig-allow-tests-to-be-disabled-when-manager-is-disabled.patch
	patches.suse/gpio-xilinx-Fix-bug-where-the-wrong-GPIO-register-is.patch
	patches.suse/arm64-ssbs-Fix-context-switch-when-SSBS-is-present-o.patch
	patches.suse/arm64-spinlock-fix-a-Wunused-function-warning.patch
	patches.suse/Revert-drm-sun4i-drv-Allow-framebuffer-modifiers-in-.patch
	patches.suse/drm-msm-Set-dma-maximum-segment-size-for-mdss.patch
	patches.suse/0001-drm-vgem-Close-use-after-free-race-in-vgem_gem_creat.patch
	patches.suse/drm-amd-display-Do-not-set-optimized_require-to-fals.patch
	patches.suse/drm-amd-display-Check-engine-is-not-NULL-before-acqu.patch
	patches.suse/drm-i915-gvt-more-locking-for-ppgtt-mm-LRU-list.patch
	patches.suse/ALSA-usb-audio-Apply-48kHz-fixed-rate-playback-for-J.patch
	patches.suse/ALSA-usb-audio-Fix-UAC2-3-effect-unit-parsing.patch
	patches.suse/ALSA-usb-audio-Apply-sample-rate-quirk-for-Audioengi.patch
	patches.suse/ALSA-hda-realtek-Add-more-codec-supported-Headset-Bu.patch
	patches.suse/ALSA-hda-realtek-Fix-silent-output-on-MSI-GL73.patch
	patches.suse/ALSA-usb-audio-Add-clock-validity-quirk-for-Denon-MC.patch
	patches.suse/ALSA-pcm-Fix-double-hw_free-calls.patch
	patches.suse/qmi_wwan-re-add-DW5821e-pre-production-variant.patch
	patches.suse/qmi_wwan-unconditionally-reject-2-ep-interfaces.patch
	patches.suse/core-Don-t-skip-generic-XDP-program-execution-for-cl.patch
	patches.suse/i40e-Fix-the-conditional-for-i40e_vc_validate_vqs_bi.patch
	patches.suse/net-smc-fix-leak-of-kernel-memory-to-user-space.patch
	patches.suse/net-ena-fix-potential-crash-when-rxfh-key-is-NULL.patch
	patches.suse/net-ena-fix-uses-of-round_jiffies.patch
	patches.suse/net-ena-add-missing-ethtool-TX-timestamping-indicati.patch
	patches.suse/net-ena-fix-incorrect-default-RSS-key.patch
	patches.suse/net-ena-rss-do-not-allocate-key-when-not-supported.patch
	patches.suse/net-ena-rss-fix-failure-to-get-indirection-table.patch
	patches.suse/net-ena-rss-store-hash-function-as-values-and-not-bi.patch
	patches.suse/net-ena-fix-incorrectly-saving-queue-numbers-when-se.patch
	patches.suse/net-ena-fix-corruption-of-dev_idx_to_host_tbl.patch
	patches.suse/net-ena-make-ena-rxfh-support-ETH_RSS_HASH_NO_CHANGE.patch
	patches.suse/net-ena-ethtool-use-correct-value-for-crc32-hash.patch
	patches.suse/net-ena-ena-com.c-prevent-NULL-pointer-dereference.patch
	patches.suse/0001-enic-prevent-waking-up-stopped-tx-queues-over-watchd.patch
	patches.suse/ice-Fix-DCB-rebuild-after-reset.patch
	patches.suse/ice-Fix-switch-between-FW-and-SW-LLDP.patch
	patches.suse/ice-display-supported-and-advertised-link-modes.patch
	patches.suse/ice-Don-t-allow-same-value-for-Rx-tail-to-be-written.patch
	patches.suse/ice-Remove-ice_dev_onetime_setup.patch
	patches.suse/ice-Remove-CONFIG_PCI_IOV-wrap-in-ice_set_pf_caps.patch
	patches.suse/ice-Modify-link-message-logging.patch
	patches.suse/ice-fix-and-consolidate-logging-of-NVM-firmware-vers.patch
	patches.suse/ice-update-Unit-Load-Status-bitmask-to-check-after-r.patch
	patches.suse/ice-Remove-possible-null-dereference.patch
	patches.suse/ice-Use-ice_pf_to_dev.patch
	patches.suse/ice-Make-print-statements-more-compact.patch
	patches.suse/ice-Cleanup-ice_vsi_alloc_q_vectors.patch
	patches.suse/ice-Use-correct-netif-error-function.patch
	patches.suse/ice-Trivial-fixes.patch
	patches.suse/page_pool-refill-page-when-alloc.count-of-pool-is-ze.patch
	patches.suse/net-sched-matchall-add-missing-validation-of-TCA_MAT.patch
	patches.suse/net-sched-flower-add-missing-validation-of-TCA_FLOWE.patch
	patches.suse/icmp-introduce-helper-for-nat-d-source-address-in-network-device.patch
	patches.suse/wireguard-device-use-icmp_ndo_send-helper.patch
	patches.suse/net-hns3-add-management-table-after-IMP-reset.patch
	patches.suse/net-hns3-fix-VF-bandwidth-does-not-take-effect-in-so.patch
	patches.suse/net-hns3-fix-a-copying-IPv6-address-error-in-hclge_f.patch
	patches.suse/mac80211-fix-quiet-mode-activation-in-action-frames.patch
	patches.suse/mac80211-consider-more-elements-in-parsing-CRC.patch
	patches.suse/cfg80211-check-wiphy-driver-existence-for-drvinfo-re.patch
	patches.suse/cfg80211-add-missing-policy-for-NL80211_ATTR_STATUS_.patch
	patches.suse/mac80211-fix-wrong-160-80-80-MHz-setting.patch
	patches.suse/net-dsa-tag_qca-Make-sure-there-is-headroom-for-tag.patch
	patches.suse/ceph-do-not-execute-direct-write-in-parallel-if-o_append-is-specified.patch
	patches.suse/ceph-canonicalize-server-path-in-place.patch
	patches.suse/ceph-noacl-mount-option-is-effectively-ignored.patch
	patches.suse/xprtrdma-Fix-DMA-scatter-gather-list-mapping-imbalan.patch
	patches.suse/NFSv4.1-make-cachethis-no-for-writes.patch
	patches.suse/perf-x86-amd-add-missing-l2-misses-event-spec-to-amd-family-17h-s-event-map.patch
	patches.suse/perf-x86-intel-fix-inaccurate-period-in-context-switch-for-auto-reload
	patches.suse/sched-core-Don-t-skip-remote-tick-for-idle-CPUs.patch
	patches.suse/timers-nohz-Update-NOHZ-load-in-remote-tick.patch
	patches.suse/sched-fair-Allow-a-small-load-imbalance-between-low-utilisation-SD_NUMA-domains.patch
	patches.suse/sched-fair-Allow-a-per-cpu-kthread-waking-a-task-to-stack-on-the-same-CPU.patch
	patches.suse/sched-psi-Fix-OOB-write-when-writing-0-bytes-to-PSI-.patch
	patches.suse/sched-fair-Fix-kernel-doc-warning-in-attach_entity_load_avg.patch
	patches.suse/hwmon-pmbus-ltc2978-Fix-PMBus-polling-of-MFR_COMMON-.patch
	patches.suse/s390-pkey-fix-missing-length-of-protected-key-on-return
	patches.suse/vfio-ccw-Use-the-correct-style-for-SPDX-License-Iden.patch
	patches.suse/s390-uv-fix-handling-of-length-extensions
	patches.suse/ARM-npcm-Bring-back-GPIOLIB-support.patch
	patches.suse/arm64-dts-fast-models-Fix-FVP-PCI-interrupt-map-prop.patch
	patches.suse/soc-tegra-fuse-Fix-build-with-Tegra194-configuration.patch
	patches.suse/RDMA-hfi1-Fix-memory-leak-in-_dev_comp_vect_mappings.patch
	patches.suse/IB-hfi1-Acquire-lock-to-release-TID-entries-when-use.patch
	patches.suse/IB-hfi1-Close-window-for-pq-and-request-coliding.patch
	patches.suse/IB-rdmavt-Reset-all-QPs-when-the-device-is-shut-down.patch
	patches.suse/RDMA-core-Fix-invalid-memory-access-in-spec_filter_s.patch
	patches.suse/IB-mlx5-Return-failure-when-rts2rts_qp_counters_set_.patch
	patches.suse/RDMA-iw_cxgb4-initiate-CLOSE-when-entering-TERM.patch
	patches.suse/RDMA-siw-Remove-unwanted-WARN_ON-in-siw_cm_llp_data_.patch
	patches.suse/RDMA-core-Add-missing-list-deletion-on-freeing-event.patch
	patches.suse/RDMA-mlx5-Fix-async-events-cleanup-flows.patch
	patches.suse/IB-umad-Fix-kernel-crash-while-unloading-ib_umad.patch
	patches.suse/RDMA-mlx5-Prevent-overflow-in-mmap-offset-calculatio.patch
	patches.suse/RDMA-rxe-Fix-soft-lockup-problem-due-to-using-taskle.patch
	patches.suse/RDMA-core-Fix-protection-fault-in-get_pkey_idx_qp_li.patch
	patches.suse/IB-mlx5-Use-div64_u64-for-num_var_hw_entries-calcula.patch
	patches.suse/Input-synaptics-switch-T470s-to-RMI4-by-default.patch
	patches.suse/Input-synaptics-enable-SMBus-on-ThinkPad-L470.patch
	patches.suse/Input-synaptics-remove-the-LEN0049-dmi-id-from-topbu.patch
	patches.suse/ext4-don-t-assume-that-mmp_nodename-bdevname-have-NU.patch
	patches.suse/ext4-fix-support-for-inode-sizes-1024-bytes.patch
	patches.suse/ext4-fix-checksum-errors-with-indexed-dirs.patch
	patches.suse/ext4-add-cond_resched-to-ext4_protect_reserved_inode.patch
	patches.suse/jbd2-move-the-clearing-of-b_modified-flag-to-the-jou.patch
	patches.suse/jbd2-do-not-clear-the-BH_Mapped-flag-when-forgetting.patch
	patches.suse/ext4-improve-explanation-of-a-mount-failure-caused-b.patch
	patches.suse/cifs-fix-mount-option-display-for-sec-krb5i.patch
	patches.suse/cifs-Fix-mode-output-in-debugging-statements.patch
	patches.suse/cifs-enable-change-notification-for-SMB2-1-dialect.patch
	patches.suse/cifs-make-sure-we-do-not-overflow-the-max-EA-buffer-size.patch
	patches.suse/Btrfs-fix-race-between-shrinking-truncate-and-fiemap.patch
	patches.suse/0026-bcache-ignore-pending-signals-when-creating-gc-and-a.patch
	patches.suse/0027-bcache-Revert-bcache-shrink-btree-node-cache-after-b.patch
	patches.suse/0028-bcache-remove-macro-nr_to_fifo_front.patch
	patches.suse/nvme-tcp-fix-bug-on-double-requeue-when-send-fails.patch
	patches.suse/nvme-prevent-warning-triggered-by-nvme_stop_keep_ali.patch
	patches.suse/nvme-pci-move-cqe-check-after-device-shutdown.patch
	patches.suse/nvme-fix-the-parameter-order-for-nvme_get_log-in-nvm.patch
	patches.suse/edac-mc-fix-use-after-free-and-memleaks-during-device-removal.patch
	patches.suse/edac-sysfs-remove-csrow-objects-on-errors.patch
	patches.suse/kvm-x86-mask-off-reserved-bit-from-db-exception-payload
	patches.suse/kvm-nvmx-use-correct-root-level-for-nested-ept-shadow-page-tables
	patches.suse/kvm-x86-mmu-fix-struct-guest_walker-arrays-for-5-level-paging
	patches.suse/drivers-ipmi-Support-raw-i2c-packet-in-IPMB.patch
	patches.suse/drivers-ipmi-Modify-max-length-of-IPMB-packet.patch
	patches.suse/ipmi-ssif-Handle-a-possible-NULL-pointer-reference.patch
	patches.suse/drivers-ipmi-fix-off-by-one-bounds-check-that-leads-.patch
	patches.suse/btrfs-don-t-set-path-leave_spinning-for-truncate.patch
	patches.suse/ecryptfs-fix-a-memory-leak-bug-in-parse_tag_1_packet.patch
	patches.suse/ecryptfs-fix-a-memory-leak-bug-in-ecryptfs_init_mess.patch
	patches.suse/ecryptfs-replace-BUG_ON-with-error-handling-code.patch
	patches.suse/tpm-Initialize-crypto_id-of-allocated_banks-to-HASH_.patch
	patches.suse/dma-contiguous-cma-give-precedence-to-cmdline.patch
	patches.suse/dma-direct-relax-addressability-checks-in-dma_direct_supported.patch
	patches.suse/ALSA-seq-Avoid-concurrent-access-to-queue-flags.patch
	patches.suse/ALSA-seq-Fix-concurrent-access-to-queue-current-tick.patch
	patches.suse/ALSA-rawmidi-Avoid-bit-fields-for-state-flags.patch
	patches.suse/ALSA-hda-realtek-Apply-quirk-for-MSI-GP63-too.patch
	patches.suse/ALSA-hda-realtek-Apply-quirk-for-yet-another-MSI-lap.patch
	patches.suse/ALSA-hda-Use-scnprintf-for-printing-texts-for-sysfs-.patch
	patches.suse/ASoC-fsl_sai-Fix-exiting-path-on-probing-failure.patch
	patches.suse/ALSA-hda-do-not-override-bus-codec_mask-in-link_get.patch
	patches.suse/ASoC-sun8i-codec-Fix-setting-DAI-data-format.patch
	patches.suse/iommu-vt-d-fix-compile-warning-from-intel-svm-h
	patches.suse/iommu-vt-d-add-attach_deferred-helper
	patches.suse/iommu-vt-d-move-deferred-device-attachment-into-helper-function
	patches.suse/iommu-vt-d-do-deferred-attachment-in-iommu_need_mapping
	patches.suse/iommu-vt-d-remove-deferred_attach_domain
	patches.suse/iommu-vt-d-simplify-check-in-identity_mapping
	patches.suse/iommu-qcom-fix-bogus-detach-logic
	patches.suse/crypto-rename-sm3-256-to-sm3-in-hash_algo_name.patch
	patches.suse/Revert-ipc-sem-remove-uneeded-sem_undo_list-lock-usa.patch
	patches.suse/0018-lib-stackdepot.c-fix-global-out-of-bounds-in-stack_s.patch
	patches.suse/ipv6-Fix-route-replacement-with-dev-only-route.patch
	patches.suse/ipv6-Fix-nlmsg_flags-when-splitting-a-multipath-rout.patch
	patches.suse/net-fib_rules-Correctly-set-table-field-when-table-n.patch
	patches.suse/net-macb-ensure-interface-is-not-suspended-on-at91rm.patch
	patches.suse/net-rtnetlink-fix-bugs-in-rtnl_alt_ifname.patch
	patches.suse/net-add-strict-checks-in-netdev_name_node_alt_destro.patch
	patches.suse/net-phy-restore-mdio-regs-in-the-iproc-mdio-driver.patch
	patches.suse/wireguard-selftests-reduce-complexity-and-fix-make-r.patch
	patches.suse/wireguard-receive-reset-last_under_load-to-zero.patch
	patches.suse/wireguard-send-account-for-mtu-0-devices.patch
	patches.suse/wireguard-socket-remove-extra-call-to-synchronize_ne.patch
	patches.suse/net-dsa-b53-Ensure-the-default-VID-is-untagged.patch
	patches.suse/NFC-pn544-Fix-a-typo-in-a-debug-message.patch
	patches.suse/bonding-add-missing-netdev_update_lockdep_key.patch
	patches.suse/net-export-netdev_next_lower_dev_rcu.patch
	patches.suse/bonding-fix-lockdep-warning-in-bond_get_stats.patch
	patches.suse/net-mscc-fix-in-frame-extraction.patch
	patches.suse/net-sched-correct-flower-port-blocking.patch
	patches.suse/sctp-move-the-format-error-check-out-of-__sctp_sf_do.patch
	patches.suse/qede-Fix-race-between-rdma-destroy-workqueue-and-lin.patch
	patches.suse/Revert-net-dev-introduce-support-for-sch-BYPASS-for-.patch
	patches.suse/net-mlx5e-Reset-RQ-doorbell-counter-before-moving-RQ.patch
	patches.suse/net-mlx5e-Fix-crash-in-recovery-flow-without-devlink.patch
	patches.suse/net-mlx5-DR-Fix-matching-on-vport-gvmi.patch
	patches.suse/net-mlx5e-Don-t-clear-the-whole-vf-config-when-switc.patch
	patches.suse/net-mlx5-DR-Handle-reformat-capability-over-sw-steer.patch
	patches.suse/nfc-pn544-Fix-occasional-HW-initialization-failure.patch
	patches.suse/net-tls-Fix-to-avoid-gettig-invalid-tls-record.patch
	patches.suse/udp-rehash-on-disconnect.patch
	patches.suse/bpf-offload-Replace-bitwise-AND-by-logical-AND-in-bp.patch
	patches.suse/s390-qeth-vnicc-fix-eopnotsupp-precedence
	patches.suse/s390-qeth-don-t-warn-for-napi-with-0-budget
	patches.suse/s390-qeth-fix-off-by-one-in-rx-copybreak-check
	patches.suse/ionic-fix-fw_status-read.patch
	patches.suse/bnxt_en-Improve-device-shutdown-method.patch
	patches.suse/bnxt_en-Issue-PCIe-FLR-in-kdump-kernel-to-cleanup-pe.patch
	patches.suse/drm-amdgpu-soc15-fix-xclk-for-raven.patch
	patches.suse/drm-amdgpu-gfx9-disable-gfxoff-when-reading-rlc-cloc.patch
	patches.suse/drm-amdgpu-gfx10-disable-gfxoff-when-reading-rlc-clo.patch
	patches.suse/drm-msm-mdp5-rate-limit-pp-done-timeout-warnings.patch
	patches.suse/drm-msm-Fix-return-type-of-dsi_mgr_connector_mode_va.patch
	patches.suse/drm-msm-dsi-save-pll-state-before-dsi-host-is-powere.patch
	patches.suse/drm-msm-dsi-pll-call-vco-set-rate-explicitly.patch
	patches.suse/drm-msm-dpu-fix-BGR565-vs-RGB565-confusion.patch
	patches.suse/0001-drm-nouveau-kms-gv100-Re-set-LUT-after-clearing-for-.patch
	patches.suse/drm-modes-Make-sure-to-parse-valid-rotation-value-fr.patch
	patches.suse/drm-modes-Allow-DRM_MODE_ROTATE_0-when-applying-vide.patch
	patches.suse/0001-drm-i915-Update-drm-i915-bug-filing-URL.patch
	patches.suse/drm-i915-gt-Protect-defer_request-from-new-waiters.patch
	patches.suse/drm-i915-Wean-off-drm_pci_alloc-drm_pci_free.patch
	patches.suse/0001-drm-i915-execlists-Always-force-a-context-reload-whe.patch
	patches.suse/xhci-Force-Maximum-Packet-size-for-Full-speed-bulk-d.patch
	patches.suse/xhci-fix-runtime-pm-enabling-for-quirky-Intel-hosts.patch
	patches.suse/xhci-apply-XHCI_PME_STUCK_QUIRK-to-Intel-Comet-Lake-.patch
	patches.suse/USB-hub-Fix-the-broken-detection-of-USB3-device-in-S.patch
	patches.suse/usb-uas-fix-a-plug-unplug-racing.patch
	patches.suse/usb-charger-assign-specific-number-for-enum-value.patch
	patches.suse/USB-hub-Don-t-record-a-connect-change-event-during-r.patch
	patches.suse/usb-dwc3-debug-fix-string-position-formatting-mixup-.patch
	patches.suse/USB-core-add-endpoint-blacklist-quirk.patch
	patches.suse/USB-quirks-blacklist-duplicate-ep-on-Sound-Devices-U.patch
	patches.suse/xhci-Fix-memory-leak-when-caching-protocol-extended-.patch
	patches.suse/USB-Fix-novation-SourceControl-XL-after-suspend.patch
	patches.suse/USB-misc-iowarrior-add-support-for-2-OEMed-devices.patch
	patches.suse/USB-misc-iowarrior-add-support-for-the-28-and-28L-de.patch
	patches.suse/usb-gadget-udc-xilinx-Fix-xudc_stop-kernel-doc-forma.patch
	patches.suse/thunderbolt-Prevent-crash-if-non-active-NVMem-file-i.patch
	patches.suse/usb-dwc3-gadget-Check-for-IOC-LST-bit-in-TRB-ctrl-fi.patch
	patches.suse/usb-gadget-composite-Fix-bMaxPower-for-SuperSpeedPlu.patch
	patches.suse/usb-gadget-composite-Support-more-than-500mA-MaxPowe.patch
	patches.suse/usb-dwc2-Fix-in-ISOC-request-length-checking.patch
	patches.suse/usb-dwc2-Fix-SET-CLEAR_FEATURE-and-GET_STATUS-flows.patch
	patches.suse/usb-gadget-ffs-ffs_aio_cancel-Save-restore-IRQ-flags.patch
	patches.suse/usb-gadget-serial-fix-Tx-stall-after-buffer-overflow.patch
	patches.suse/USB-misc-iowarrior-add-support-for-the-100-device.patch
	patches.suse/serial-ar933x_uart-set-UART_CS_-RX-TX-_READY_ORIDE.patch
	patches.suse/serdev-ttyport-restore-client-ops-on-deregistration.patch
	patches.suse/tty-serial-atmel-manage-shutdown-in-case-of-RS485-or.patch
	patches.suse/vt-fix-scrollback-flushing-on-background-consoles.patch
	patches.suse/vt-vt_ioctl-fix-race-in-VT_RESIZEX.patch
	patches.suse/tty-serial-imx-setup-the-correct-sg-entry-for-tx-dma.patch
	patches.suse/serial-8250-Check-UPF_IRQ_SHARED-in-advance.patch
	patches.suse/tty-serial-qcom_geni_serial-Fix-RX-cancel-command-fa.patch
	patches.suse/vt-selection-handle-pending-signals-in-paste_selecti.patch
	patches.suse/vt-selection-close-sel_buffer-race.patch
	patches.suse/staging-vt6656-fix-sign-of-rx_dbm-to-bb_pre_ed_rssi.patch
	patches.suse/staging-rtl8723bs-fix-copy-of-overlapping-memory.patch
	patches.suse/staging-rtl8188eu-Fix-potential-security-hole.patch
	patches.suse/staging-rtl8723bs-Fix-potential-security-hole.patch
	patches.suse/staging-rtl8188eu-Fix-potential-overuse-of-kernel-me.patch
	patches.suse/staging-rtl8723bs-Fix-potential-overuse-of-kernel-me.patch
	patches.suse/habanalabs-halt-the-engines-before-hard-reset.patch
	patches.suse/habanalabs-do-not-halt-CoreSight-during-hard-reset.patch
	patches.suse/habanalabs-patched-cb-equals-user-cb-in-device-memse.patch
	patches.suse/watchdog-da9062-do-not-ping-the-hw-during-stop.patch
	patches.suse/powerpc-tm-Fix-clearing-MSR-TS-in-current-when-recla.patch
	patches.suse/0001-xen-Enable-interrupts-when-calling-_cond_resched.patch
	patches.suse/s390-qdio-fill-sbales-with-absolute-addresses
	patches.suse/nvme-pci-Add-sleep-quirk-for-Samsung-and-Toshiba-dri.patch
	patches.suse/nvme-pci-Use-single-IRQ-vector-for-old-Apple-models.patch
	patches.suse/nvme-Fix-uninitialized-variable-warning.patch
	patches.suse/nvme-multipath-Fix-memory-leak-with-ana_log_buf.patch
	patches.suse/io_uring-prevent-sq_thread-from-spinning-when-it-sho.patch
	patches.suse/io_uring-fix-__io_iopoll_check-deadlock-in-io_sq_thr.patch
	patches.suse/x86-cpu-amd-enable-the-fixed-instructions-retired-counter-irperf.patch
	patches.suse/x86-mce-amd-publish-the-bank-pointer-only-after-setup-has-succeeded.patch
	patches.suse/x86-mce-amd-fix-kobject-lifetime.patch
	patches.suse/ext4-fix-a-data-race-in-EXT4_I-inode-i_disksize.patch
	patches.suse/ext4-add-cond_resched-to-__ext4_find_entry.patch
	patches.suse/ext4-fix-potential-race-between-online-resizing-and-.patch
	patches.suse/ext4-fix-potential-race-between-s_group_info-online-.patch
	patches.suse/ext4-fix-potential-race-between-s_flex_groups-online.patch
	patches.suse/ext4-rename-s_journal_flag_rwsem-to-s_writepages_rws.patch
	patches.suse/ext4-fix-race-between-writepages-and-enabling-EXT4_E.patch
	patches.suse/jbd2-fix-ocfs2-corrupt-when-clearing-block-group-bit.patch
	patches.suse/ext4-Fix-mount-failure-with-quota-configured-as-modu.patch
	patches.suse/Btrfs-fix-deadlock-during-fast-fsync-when-logging-pr.patch
	patches.suse/floppy-check-FDC-index-for-errors-before-assigning-i.patch
	patches.suse/crypto-chacha20poly1305-prevent-integer-overflow-on-large-input.patch
	patches.suse/kvm-svm-fix-potential-memory-leak-in-svm_cpu_init
	patches.suse/kvm-nvmx-don-t-emulate-instructions-in-guest-mode
	patches.suse/kvm-nvmx-refactor-io-bitmap-checks-into-helper-function
	patches.suse/kvm-nvmx-check-io-instruction-vm-exit-conditions
	patches.suse/signal-avoid-double-atomic-counter-increments-for-user-accounting.patch
	patches.suse/selftests-Install-settings-files-to-fix-TIMEOUT-fail.patch
	patches.suse/tracing-disable-trace_printk-on-post-poned-tests.patch
	patches.suse/audit-fix-error-handling-in-audit_data_to_entry.patch
	patches.suse/audit-always-check-the-netlink-payload-length-in-aud.patch
	patches.suse/HID-ite-Only-bind-to-keyboard-USB-interface-on-Acer-.patch
	patches.suse/HID-apple-Add-support-for-recent-firmware-on-Magic-K.patch
	patches.suse/HID-core-fix-off-by-one-memset-in-hid_report_raw_eve.patch
	patches.suse/HID-core-increase-HID-report-buffer-size-to-8KiB.patch
	patches.suse/HID-hiddev-Fix-race-in-in-hiddev_disconnect.patch
	patches.suse/HID-alps-Fix-an-error-handling-path-in-alps_input_co.patch
	patches.suse/HID-i2c-hid-add-Trekstor-Surfbook-E11B-to-descriptor.patch
	patches.suse/HID-hid-bigbenff-fix-general-protection-fault-caused.patch
	patches.suse/HID-hid-bigbenff-call-hid_hw_stop-in-case-of-error.patch
	patches.suse/HID-hid-bigbenff-fix-race-condition-for-scheduled-wo.patch
	patches.suse/vhost-check-docket-sk_family-instead-of-call-getname.patch
	patches.suse/net-genetlink-return-the-error-code-when-attribute-p.patch
	patches.suse/msft-hv-2023-hv_netvsc-Fix-unwanted-wakeup-in-netvsc_attach.patch
	patches.suse/net-phy-Avoid-multiple-suspends.patch
	patches.suse/mac80211-Remove-a-redundant-mutex-unlock.patch
	patches.suse/mac80211-rx-avoid-RCU-list-traversal-under-mutex.patch
	patches.suse/icmp-allow-icmpv6_ndo_send-to-work-with-CONFIG_IPV6-.patch
	patches.suse/bnxt_en-add-newline-to-netdev_-format-strings.patch
	patches.suse/netfilter-ipset-Fix-forceadd-evaluation-path.patch
	patches.suse/net-dsa-bcm_sf2-Forcibly-configure-IMP-port-for-1Gb-.patch
	patches.suse/sched-act-count-in-the-size-of-action-flags-bitfield.patch
	patches.suse/net-bcmgenet-clear-id_mode_dis-in-ext_rgmii_oob_ctrl-when-not-needed.patch
	patches.suse/ipv6-restrict-IPV6_ADDRFORM-operation.patch
	patches.suse/net-phy-mscc-fix-firmware-paths.patch
	patches.suse/mlxsw-pci-Wait-longer-before-accessing-the-device-af.patch
	patches.suse/drm-amdgpu-fix-memory-leak-during-TDR-test-v2.patch
	patches.suse/amdgpu-gmc_v9-save-restore-sdpif-regs-during-S3.patch
	patches.suse/drm-amdgpu-Drop-DRIVER_USE_AGP.patch
	patches.suse/0001-drm-radeon-Inline-drm_get_pci_dev.patch
	patches.suse/drm-i915-gvt-Separate-display-reset-from-ALL_ENGINES.patch
	patches.suse/drm-i915-gvt-Fix-orphan-vgpu-dmabuf_objs-lifetime.patch
	patches.suse/cpufreq-Fix-policy-initialization-for-internal-gover.patch
	patches.suse/Revert-PM-devfreq-Modify-the-device-name-as-devfreq-.patch
	patches.suse/acpi-watchdog-allow-disabling-wdat-at-boot.patch
	patches.suse/ACPICA-Introduce-ACPI_ACCESS_BYTE_WIDTH-macro.patch
	patches.suse/ACPI-watchdog-Fix-gas-access_width-usage.patch
	patches.suse/acpi-watchdog-set-default-timeout-in-probe.patch
	patches.suse/blktrace-Protect-q-blk_trace-with-RCU.patch
	patches.suse/nvme-pci-Hold-cq_poll_lock-while-completing-CQEs.patch
	patches.suse/pci-brcmstb-fix-build-on-32bit-arm-platforms-with-older-compilers.patch
	patches.suse/scsi-libfc-free-response-frame-from-GPN_ID.patch
	patches.suse/0025-scsi-sd_sbc-Fix-sd_zbc_report_zones.patch
	patches.suse/scsi-zfcp-fix-wrong-data-and-display-format-of-SFP-t-a3fd4bfe.patch
	patches.suse/i2c-jz4780-silence-log-flood-on-txabrt.patch
	patches.suse/i2c-altera-Fix-potential-integer-overflow.patch
	patches.suse/kvm-vmx-check-descriptor-table-exits-on-instruction-emulation
	patches.suse/jbd2-fix-data-races-at-struct-journal_head.patch
	patches.suse/ext4-potential-crash-on-allocation-error-in-ext4_all.patch
	patches.suse/efi-READ_ONCE-rng-seed-size-before-munmap.patch
	patches.suse/sched-fair-fix-statistics-for-find_idlest_group.patch
	patches.suse/x86-pkeys-manually-set-x86_feature_ospke-to-preserve-existing-changes.patch
	patches.suse/cifs-don-t-leak-EAGAIN-for-stat-during-reconnect.patch
	patches.suse/cifs-fix-potential-mismatch-of-UNC-paths.patch
	patches.suse/cifs-add-missing-mount-option-to-proc-mounts.patch
	patches.suse/cifs-fix-rename-by-ensuring-source-handle-opened-wit.patch
	patches.suse/cifs-Use-define-in-cifs_dbg.patch
	patches.suse/0019-dm-integrity-fix-recalculation-when-moving-from-jour.patch
	patches.suse/0020-dm-integrity-fix-a-deadlock-due-to-offloading-to-an-.patch
	patches.suse/0021-dm-integrity-fix-invalid-table-returned-due-to-argum.patch
	patches.suse/0022-dm-cache-fix-a-crash-due-to-incorrect-work-item-canc.patch
	patches.suse/0023-dm-report-suspended-device-during-destroy.patch
	patches.suse/0024-dm-writecache-verify-watermark-during-resume.patch
	patches.suse/0025-dm-zoned-Fix-reference-counter-initial-value-of-chun.patch
	patches.suse/0026-dm-fix-congested_fn-for-request-based-device.patch
	patches.suse/dmaengine-coh901318-Fix-a-double-lock-bug-in-dma_tc_.patch
	patches.suse/dmaengine-imx-sdma-fix-context-cache.patch
	patches.suse/dmaengine-tegra-apb-Fix-use-after-free.patch
	patches.suse/dmaengine-tegra-apb-Prevent-race-conditions-of-taskl.patch
	patches.suse/dmaengine-imx-sdma-Fix-the-event-id-check-to-include.patch
	patches.suse/drm-exynos-dsi-propagate-error-value-and-silence-mea.patch
	patches.suse/drm-exynos-dsi-fix-workaround-for-the-legacy-clock-n.patch
	patches.suse/drm-exynos-hdmi-don-t-leak-enable-HDMI_EN-regulator-.patch
	patches.suse/drm-mediatek-Find-the-cursor-plane-instead-of-hard-c.patch
	patches.suse/0001-drm-virtio-fix-resource-id-creation-race.patch
	patches.suse/dma-buf-free-dmabuf-name-in-dma_buf_release.patch
	patches.suse/drm-sun4i-de2-de3-Remove-unsupported-VI-layer-format.patch
	patches.suse/0001-drm-sun4i-Add-separate-DE3-VI-layer-formats.patch
	patches.suse/drm-sun4i-Fix-DE2-VI-layer-format-support.patch
	patches.suse/drm-i915-Program-MBUS-with-rmw-during-initialization.patch
	patches.suse/drm-i915-Protect-i915_request_await_start-from-early.patch
	patches.suse/drm-i915-selftests-Fix-return-in-assert_mmap_offset.patch
	patches.suse/drm-amdgpu-clean-wptr-on-wb-when-gpu-recovery.patch
	patches.suse/drm-amd-display-Clear-link-settings-on-MST-disable-c.patch
	patches.suse/drm-amd-display-fix-dcc-swath-size-calculations-on-d.patch
	patches.suse/Revert-software-node-Simplify-software_node_release-.patch
	patches.suse/fat-fix-uninit-memory-access-for-partial-initialized.patch
	patches.suse/mm-hotplug-fix-page-online-with-debug_pagealloc-compiled-but-not-enabled.patch
	patches.suse/hwmon-adt7462-Fix-an-error-return-in-ADT7462_REG_VOL.patch
	patches.suse/regulator-stm32-vrefbuf-fix-a-possible-overshoot-whe.patch
	patches.suse/spi-spi-omap2-mcspi-Support-probe-deferral-for-DMA-c.patch
	patches.suse/spi-qup-call-spi_qup_pm_resume_runtime-before-suspen.patch
	patches.suse/spi-spidev-Fix-CS-polarity-if-GPIO-descriptors-are-u.patch
	patches.suse/spi-pxa2xx-Add-CS-control-clock-quirk.patch
	patches.suse/spi-zynqmp-remove-entry-that-causes-a-cs-glitch.patch
	patches.suse/spi-atmel-quadspi-fix-possible-MMIO-window-size-over.patch
	patches.suse/spi-bcm63xx-hsspi-Really-keep-pll-clk-enabled.patch
	patches.suse/spi-spi_register_controller-free-bus-id-on-error-pat.patch
	patches.suse/0001-vgacon-Fix-a-UAF-in-vgacon_invert_region.patch
	patches.suse/ALSA-hda-realtek-Fix-a-regression-for-mute-led-on-Le.patch
	patches.suse/ALSA-hda-realtek-Add-Headset-Mic-supported.patch
	patches.suse/ALSA-hda-realtek-Add-Headset-Button-supported-for-Th.patch
	patches.suse/ALSA-hda-realtek-Fix-silent-output-on-Gigabyte-X570-.patch
	patches.suse/ALSA-hda-realtek-Enable-the-headset-of-ASUS-B9450FA-.patch
	patches.suse/ASoC-intel-skl-Fix-pin-debug-prints.patch
	patches.suse/ASoC-intel-skl-Fix-possible-buffer-overflow-in-debug.patch
	patches.suse/ASoC-pcm-Fix-possible-buffer-overflow-in-dpcm-state-.patch
	patches.suse/ASoC-topology-Fix-memleak-in-soc_tplg_link_elems_loa.patch
	patches.suse/ASoC-topology-Fix-memleak-in-soc_tplg_manifest_load.patch
	patches.suse/ASoC-soc-core-fix-for_rtd_codec_dai_rollback-macro.patch
	patches.suse/ASoC-pcm512x-Fix-unbalanced-regulator-enable-call-in.patch
	patches.suse/ASoC-meson-g12a-add-tohdmitx-reset.patch
	patches.suse/ASoC-Intel-Skylake-Fix-available-clock-counter-incre.patch
	patches.suse/ASoC-dapm-Correct-DAPM-handling-of-active-widgets-du.patch
	patches.suse/ASoC-SOF-Fix-snd_sof_ipc_stream_posn.patch
	patches.suse/ASoC-wm8741-Fix-typo-in-Kconfig-prompt.patch
	patches.suse/powerpc-fix-hardware-PMU-exception-bug-on-PowerVM-co.patch
	patches.suse/powerpc-mm-Fix-missing-KUAP-disable-in-flush_coheren.patch
	patches.suse/s390-mm-fix-panic-in-gup_fast-on-large-pud
	patches.suse/s390-pci-fix-unexpected-write-combine-on-resource
	patches.suse/media-v4l2-mem2mem.c-fix-broken-links.patch
	patches.suse/media-mc-entity.c-use-to-check-pad-flags-not.patch
	patches.suse/media-hantro-Fix-broken-media-controller-links.patch
	patches.suse/0015-Revert-bcache-ignore-pending-signals-when-creating-g.patch
	patches.suse/blktrace-fix-dereference-after-null-check.patch
	patches.suse/Revert-RDMA-cma-Simplify-rdma_resolve_addr-error-flo.patch
	patches.suse/RDMA-core-Fix-use-of-logical-OR-in-get_new_pps.patch
	patches.suse/RDMA-rw-Fix-error-flow-during-RDMA-context-initializ.patch
	patches.suse/RMDA-cm-Fix-missing-ib_cm_destroy_id-in-ib_cm_insert.patch
	patches.suse/RDMA-core-Fix-pkey-and-port-assignment-in-get_new_pp.patch
	patches.suse/IB-hfi1-qib-Ensure-RCU-is-locked-when-accessing-list.patch
	patches.suse/IB-mlx5-Fix-implicit-ODP-race.patch
	patches.suse/RDMA-core-Fix-protection-fault-in-ib_mr_pool_destroy.patch
	patches.suse/RDMA-odp-Ensure-the-mm-is-still-alive-before-creatin.patch
	patches.suse/RDMA-nldev-Fix-crash-when-set-a-QP-to-a-new-counter-.patch
	patches.suse/RDMA-siw-Fix-failure-handling-during-device-creation.patch
	patches.suse/RDMA-iwcm-Fix-iwcm-work-deallocation.patch
	patches.suse/usb-quirks-add-NO_LPM-quirk-for-Logitech-Screen-Shar.patch
	patches.suse/usb-storage-Add-quirk-for-Samsung-Fit-flash.patch
	patches.suse/usb-core-hub-fix-unhandled-return-by-employing-a-voi.patch
	patches.suse/usb-core-hub-do-error-out-if-usb_autopm_get_interfac.patch
	patches.suse/usb-core-port-do-error-out-if-usb_autopm_get_interfa.patch
	patches.suse/usb-dwc3-gadget-Update-chain-bit-correctly-when-usin.patch
	patches.suse/phy-mapphone-mdm6600-Fix-write-timeouts-with-shorter.patch
	patches.suse/phy-ti-gmii-sel-fix-set-of-copy-paste-errors.patch
	patches.suse/phy-ti-gmii-sel-do-not-fail-in-case-of-gmii.patch
	patches.suse/phy-mapphone-mdm6600-Fix-timeouts-by-adding-wake-up-.patch
	patches.suse/vt-selection-push-console-lock-down.patch
	patches.suse/vt-selection-push-sel_lock-up.patch
	patches.suse/tty-serial-mvebu-uart-fix-a-wrong-return.patch
	patches.suse/serial-8250_exar-add-support-for-ACCES-cards.patch
	patches.suse/tty-serial-fsl_lpuart-free-IDs-allocated-by-IDA.patch
	patches.suse/altera-stapl-altera_get_note-prevent-write-beyond-en.patch
	patches.suse/edac-synopsys-do-not-print-an-error-with-back-to-back-snprintf-calls.patch
	patches.suse/ARM-imx-build-v7_cpu_resume-unconditionally.patch
	patches.suse/arm64-dts-imx8qxp-mek-Remove-unexisting-Ethernet-PHY.patch
	patches.suse/firmware-imx-scu-Ensure-sequential-TX.patch
	patches.suse/firmware-imx-misc-Align-imx-sc-msg-structs-to-4.patch
	patches.suse/firmware-imx-scu-pd-Align-imx-sc-msg-structs-to-4.patch
	patches.suse/firmware-imx-Align-imx_sc_msg_req_cpu_start-to-4.patch
	patches.suse/bus-ti-sysc-Fix-1-wire-reset-quirk.patch
	patches.suse/virtio_ring-Fix-mem-leak-with-vring_new_virtqueue.patch
	patches.suse/0001-virtio-blk-fix-hw_queue-stopped-on-arbitrary-error.patch
	patches.suse/virtio-blk-improve-virtqueue-error-to-BLK_STS.patch
	patches.suse/virtio_balloon-Adjust-label-in-virtballoon_probe.patch
	patches.suse/mmc-sdhci-pci-gli-enable-msi-interrupt-for-gl975x.patch
	patches.suse/ktest-Add-timeout-for-ssh-sync-testing.patch
	patches.suse/workqueue-don-t-use-wq_select_unbound_cpu-for-bound-.patch
	patches.suse/cgroup-cgroup_procs_next-should-increase-position-index.patch
	patches.suse/cgroup-iterate-tasks-that-did-not-finish-do_exit.patch
	patches.suse/pinctrl-meson-gxl-fix-GPIOX-sdio-pins.patch
	patches.suse/pinctrl-imx-scu-Align-imx-sc-msg-structs-to-4.patch
	patches.suse/pinctrl-core-Remove-extra-kref_get-which-blocks-hogs.patch
	patches.suse/pid-Fix-error-return-value-in-some-cases.patch
	patches.suse/crypto-x86-curve25519-support-assemblers-with-no-adx-support.patch
	patches.suse/ipmi_si-Avoid-spurious-errors-for-optional-IRQs.patch
	patches.suse/r8152-check-disconnect-status-after-long-sleep.patch
	patches.suse/netlink-Use-netlink-header-as-base-to-calculate-bad-.patch
	patches.suse/net-dsa-mv88e6xxx-fix-lockup-on-warm-boot.patch
	patches.suse/net-ipv6-use-configured-metric-when-add-peer-route.patch
	patches.suse/net-phy-avoid-clearing-PHY-interrupts-twice-in-irq-h.patch
	patches.suse/bnxt_en-reinitialize-IRQs-when-MTU-is-modified.patch
	patches.suse/bnxt_en-fix-error-handling-when-flashing-from-file.patch
	patches.suse/devlink-validate-length-of-param-values.patch
	patches.suse/devlink-validate-length-of-region-addr-len.patch
	patches.suse/fib-add-missing-attribute-validation-for-tun_id.patch
	patches.suse/nl802154-add-missing-attribute-validation.patch
	patches.suse/nl802154-add-missing-attribute-validation-for-dev_ty.patch
	patches.suse/can-add-missing-attribute-validation-for-termination.patch
	patches.suse/macsec-add-missing-attribute-validation-for-port.patch
	patches.suse/net-fq-add-missing-attribute-validation-for-orphan-m.patch
	patches.suse/net-taprio-add-missing-attribute-validation-for-txti.patch
	patches.suse/team-add-missing-attribute-validation-for-port-ifind.patch
	patches.suse/team-add-missing-attribute-validation-for-array-inde.patch
	patches.suse/tipc-add-missing-attribute-validation-for-MTU-proper.patch
	patches.suse/nfc-add-missing-attribute-validation-for-SE-API.patch
	patches.suse/nfc-add-missing-attribute-validation-for-deactivate-.patch
	patches.suse/nfc-add-missing-attribute-validation-for-vendor-subc.patch
	patches.suse/net-ipv6-need-update-peer-route-when-modify-metric.patch
	patches.suse/net-ipv6-remove-the-old-peer-route-if-change-it-to-a.patch
	patches.suse/selftests-net-fib_tests-update-addr_metric_test-for-.patch
	patches.suse/net-dsa-fix-phylink_start-phylink_stop-calls.patch
	patches.suse/net-phy-bcm63xx-fix-OOPS-due-to-missing-driver-name.patch
	patches.suse/slip-make-slhc_compress-more-robust-against-maliciou.patch
	patches.suse/net-hns3-fix-a-not-link-up-issue-when-fibre-port-sup.patch
	patches.suse/iwlwifi-mvm-Do-not-require-PHY_SKU-NVM-section-for-3.patch
	patches.suse/mt76-fix-array-overflow-on-receiving-too-many-fragme.patch
	patches.suse/net-nfc-fix-bounds-checking-bugs-on-pipe.patch
	patches.suse/netfilter-nf_tables-fix-infinite-loop-when-expr-is-n.patch
	patches.suse/fsl-fman-detect-FMan-erratum-A050385.patch
	patches.suse/dpaa_eth-FMan-erratum-A050385-workaround.patch
	patches.suse/bonding-alb-make-sure-arp-header-is-pulled-before-ac.patch
	patches.suse/ionic-fix-vf-op-lock-usage.patch
	patches.suse/rhashtable-Document-the-right-function-parameters.patch
	patches.suse/ipvlan-do-not-add-hardware-address-of-master-to-its-.patch
	patches.suse/gre-fix-uninit-value-in-__iptunnel_pull_header.patch
	patches.suse/net-stmmac-dwmac1000-Disable-ACS-if-enhanced-descs-a.patch
	patches.suse/inet_diag-return-classid-for-all-socket-types.patch
	patches.suse/sfc-detach-from-cb_page-in-efx_copy_channel.patch
	patches.suse/ipvlan-don-t-deref-eth-hdr-before-checking-it-s-set.patch
	patches.suse/ipvlan-add-cond_resched_rcu-while-processing-muticas.patch
	patches.suse/macvlan-add-cond_resched-during-multicast-processing.patch
	patches.suse/cgroup-netclassid-periodically-release-file_lock-on-.patch
	patches.suse/ipvlan-do-not-use-cond_resched_rcu-in-ipvlan_process.patch
	patches.suse/batman-adv-Don-t-schedule-OGM-for-disabled-interface.patch
	patches.suse/cgroup-memcg-net-do-not-associate-sock-with-unrelated-cgroup.patch
	patches.suse/net-memcg-late-association-of-sock-to-memcg.patch
	patches.suse/ipv6-addrconf-call-ipv6_mc_up-for-non-Ethernet-inter.patch
	patches.suse/ibmvnic-Do-not-process-device-remove-during-device-r.patch
	patches.suse/net-macsec-update-SCI-upon-MAC-address-change.patch
	patches.suse/s390-qeth-don-t-reset-default_out_queue
	patches.suse/s390-qeth-handle-error-when-backing-rx-buffer
	patches.suse/s390-qeth-cancel-rx-reclaim-work-earlier
	patches.suse/nl80211-add-missing-attribute-validation-for-critica.patch
	patches.suse/nl80211-add-missing-attribute-validation-for-beacon-.patch
	patches.suse/nl80211-add-missing-attribute-validation-for-channel.patch
	patches.suse/mac80211-Do-not-send-mesh-HWMP-PREQ-if-HWMP-is-disab.patch
	patches.suse/net-fec-validate-the-new-settings-in-fec_enet_set_co.patch
	patches.suse/net-packet-tpacket_rcv-do-not-increment-ring-index-o.patch
	patches.suse/net-dsa-Don-t-instantiate-phylink-for-CPU-DSA-ports-.patch
	patches.suse/s390-qeth-use-page-pointers-to-manage-rx-buffer-pool
	patches.suse/s390-qeth-refactor-buffer-pool-code
	patches.suse/s390-qeth-implement-smarter-resizing-of-the-rx-buffer-pool
	patches.suse/net-memcg-fix-lockdep-splat-in-inet_csk_accept.patch
	patches.suse/taprio-Fix-sending-packets-without-dequeueing-them.patch
	patches.suse/net-hns3-fix-RMW-issue-for-VLAN-filter-switch.patch
	patches.suse/net-phy-fix-MDIO-bus-PM-PHY-resuming.patch
	patches.suse/net-systemport-fix-index-check-to-avoid-an-array-out.patch
	patches.suse/drm-exynos-Fix-cleanup-of-IOMMU-related-objects.patch
	patches.suse/drm-amdgpu-correct-ROM_INDEX-DATA-offset-for-VEGA20.patch
	patches.suse/drm-i915-gvt-Fix-unnecessary-schedule-timer-when-no-.patch
	patches.suse/drm-i915-Actually-emit-the-await_start.patch
	patches.suse/drm-i915-Return-early-for-await_start-on-same-timeli.patch
	patches.suse/drm-i915-gvt-Fix-dma-buf-display-blur-issue-on-CFL.patch
	patches.suse/drm-i915-be-more-solid-in-checking-the-alignment.patch
	patches.suse/0001-drm-i915-gt-Close-race-between-cacheline_retire-and-.patch
	patches.suse/drm-i915-Defer-semaphore-priority-bumping-to-a-workq.patch
	patches.suse/mmc-core-Allow-host-controllers-to-require-R1B-for-C.patch
	patches.suse/mmc-core-Respect-MMC_CAP_NEED_RSP_BUSY-for-erase-tri.patch
	patches.suse/mmc-sdhci-omap-Fix-busy-detection-by-enabling-MMC_CA.patch
	patches.suse/mmc-sdhci-tegra-Fix-busy-detection-by-enabling-MMC_C.patch
	patches.suse/mmc-core-Respect-MMC_CAP_NEED_RSP_BUSY-for-eMMC-slee.patch
	patches.suse/blk-iocost-fix-incorrect-vtime-comparison-in-iocg_is.patch
	patches.suse/s390-dasd-fix-data-corruption-for-thin-provisioned-devices
	patches.suse/0027-block-Fix-partition-support-for-host-aware-zoned-blo.patch
	patches.suse/nfs-add-minor-version-to-nfs_server_key-for-fscache.patch
	patches.suse/scsi-ipr-Fix-softlockup-when-rescanning-devices-in-p.patch
	patches.suse/0006-kvm-s390-also-reset-registers-in-sync-regs-for-initial-cpu-reset
	patches.suse/watchdog-iTCO_wdt-Export-vendorsupport.patch
	patches.suse/watchdog-iTCO_wdt-Make-ICH_RES_IO_SMI-optional.patch
	patches.suse/i2c-designware-pci-Fix-BUG_ON-during-device-removal.patch
	patches.suse/i2c-gpio-suppress-error-on-probe-defer.patch
	patches.suse/i2c-acpi-put-device-when-verifying-client-fails.patch
	patches.suse/iommu-vt-d-fix-a-bug-in-intel_iommu_iova_to_phys-for-huge-page
	patches.suse/iommu-dma-fix-msi-reservation-allocation
	patches.suse/iommu-vt-d-fix-rcu-list-bugs-in-intel_iommu_init
	patches.suse/iommu-vt-d-dmar-replace-warn_taint-with-pr_warn-add_taint
	patches.suse/iommu-vt-d-quirk_ioat_snb_local_iommu-replace-warn_taint-with-pr_warn-add_taint
	patches.suse/iommu-vt-d-fix-debugfs-register-reads
	patches.suse/iommu-vt-d-fix-the-wrong-printing-in-rhsa-parsing
	patches.suse/iommu-vt-d-ignore-devices-with-out-of-spec-domain-number
	patches.suse/iommu-vt-d-populate-debugfs-if-iommus-are-detected
	patches.suse/0001-efi-fix-a-race-and-a-buffer-overflow-while-reading-e.patch
	patches.suse/efi-Add-a-sanity-check-to-efivar_store_raw.patch
	patches.suse/x86-mce-fix-logic-and-comments-around-msr_ppin_ctl.patch
	patches.suse/sys-sysinfo-Respect-boottime-inside-time-namespace.patch
	patches.suse/perf-amd-uncore-replace-manual-sampling-check-with-cap_no_interrupt-flag.patch
	patches.suse/x86-ioremap-map-efi-runtime-services-data-as-encrypted-for-sev
	patches.suse/futex-Fix-inode-life-time-issue.patch
	patches.suse/futex-Unbreak-futex-hashing.patch
	patches.suse/ARM-8957-1-VDSO-Match-ARMv8-timer-in-cntvct_function.patch
	patches.suse/ARM-8958-1-rename-missed-uaccess-.fixup-section.patch
	patches.suse/ARM-8961-2-Fix-Kbuild-issue-caused-by-per-task-stack.patch
	patches.suse/HID-google-add-moonball-USB-id.patch
	patches.suse/HID-add-ALWAYS_POLL-quirk-to-lenovo-pixart-mouse.patch
	patches.suse/mm-slub-add-missing-tid-bump-in-kmem_cache_alloc_bulk.patch
	patches.suse/mm-slub-be-more-careful-about-the-double-cmpxchg-of-freelist.patch
	patches.suse/rtc-max8907-add-missing-select-REGMAP_IRQ.patch
	patches.suse/modpost-move-the-namespace-field-in-Module.symvers-last.patch
	patches.suse/cifs-potential-unintitliazed-error-code-in-cifs_geta.patch
	patches.suse/mmc-sdhci-cadence-set-SDHCI_QUIRK2_PRESET_VALUE_BROK.patch
	patches.suse/mmc-sdhci-of-at91-fix-cd-gpios-for-SAMA5D2.patch
	patches.suse/mmc-rtsx_pci-Fix-support-for-speed-modes-that-relies.patch
	patches.suse/drm-bridge-dw-hdmi-fix-AVI-frame-colorimetry.patch
	patches.suse/drm-bochs-downgrade-pci_request_region-failure-from-.patch
	patches.suse/drm-lease-fix-WARNING-in-idr_destroy.patch
	patches.suse/drm-amd-amdgpu-Fix-GPR-read-from-debugfs-v2.patch
	patches.suse/drm-amd-display-Add-link_rate-quirk-for-Apple-15-MBP.patch
	patches.suse/drm-amdgpu-fix-typo-for-vcn1-idle-check.patch
	patches.suse/ALSA-pcm-oss-Avoid-plugin-buffer-overflow.patch
	patches.suse/ALSA-line6-Fix-endless-MIDI-read-loop.patch
	patches.suse/ALSA-hda-realtek-Fix-pop-noise-on-ALC225.patch
	patches.suse/ALSA-pcm-oss-Remove-WARNING-from-snd_pcm_plug_alloc-.patch
	patches.suse/ALSA-seq-virmidi-Fix-running-status-after-receiving-.patch
	patches.suse/ALSA-seq-oss-Fix-running-status-after-receiving-syse.patch
	patches.suse/ALSA-hda-realtek-Enable-headset-mic-of-Acer-X2660G-w.patch
	patches.suse/ALSA-hda-realtek-Enable-the-headset-of-Acer-N50-600-.patch
	patches.suse/tty-fix-compat-TIOCGSERIAL-leaking-uninitialized-mem.patch
	patches.suse/tty-fix-compat-TIOCGSERIAL-checking-wrong-function-p.patch
	patches.suse/0001-xhci-Do-not-open-code-__print_symbolic-in-xhci-trace.patch
	patches.suse/usb-xhci-apply-XHCI_SUSPEND_DELAY-to-AMD-XHCI-contro.patch
	patches.suse/USB-Disable-LPM-on-WD19-s-Realtek-Hub.patch
	patches.suse/usb-typec-ucsi-displayport-Fix-NULL-pointer-derefere.patch
	patches.suse/usb-typec-ucsi-displayport-Fix-a-potential-race-duri.patch
	patches.suse/usb-host-xhci-plat-add-a-shutdown.patch
	patches.suse/usb-quirks-add-NO_LPM-quirk-for-RTL8153-based-ethern.patch
	patches.suse/USB-cdc-acm-fix-close_delay-and-closing_wait-units-i.patch
	patches.suse/USB-cdc-acm-fix-rounding-error-in-TIOCSSERIAL.patch
	patches.suse/USB-serial-option-add-ME910G1-ECM-composition-0x110b.patch
	patches.suse/USB-serial-pl2303-add-device-id-for-HP-LD381.patch
	patches.suse/staging-speakup-fix-get_word-non-space-look-ahead.patch
	patches.suse/staging-rtl8188eu-Add-device-id-for-MERCUSYS-MW150US.patch
	patches.suse/iio-adc-at91-sama5d2_adc-fix-differential-channels-i.patch
	patches.suse/iio-adc-stm32-dfsdm-fix-sleep-in-atomic-context.patch
	patches.suse/iio-trigger-stm32-timer-disable-master-mode-when-sto.patch
	patches.suse/iio-magnetometer-ak8974-Fix-negative-raw-values-in-s.patch
	patches.suse/iio-accel-adxl372-Set-iio_chan-BE.patch
	patches.suse/iio-light-vcnl4000-update-sampling-periods-for-vcnl4.patch
	patches.suse/0007-iio-light-vcnl4000-update-sampling-periods-for-vcnl4.patch
	patches.suse/iio-st_sensors-remap-SMO8840-to-LIS2DH12.patch
	patches.suse/iio-chemical-sps30-fix-missing-triggered-buffer-depe.patch
	patches.suse/intel_th-Fix-user-visible-error-codes.patch
	patches.suse/intel_th-pci-Add-Elkhart-Lake-CPU-support.patch
	patches.suse/arm64-smp-fix-smp_send_stop-behaviour.patch
	patches.suse/arm64-smp-fix-crash_smp_send_stop-behaviour.patch
	patches.suse/arm64-compat-Fix-syscall-number-of-compat_clock_getr.patch
	patches.suse/nvme-rdma-Avoid-double-freeing-of-async-event-data.patch
	patches.suse/nvmet-tcp-set-MSG_MORE-only-if-we-actually-have-more.patch
	patches.suse/epoll-fix-possible-lost-wakeup-on-epoll_ctl-path.patch
	patches.suse/mm-slub-prevent-kmalloc_node-crashes-and-memory-leaks.patch
	patches.suse/x86-mm-split-vmalloc_sync_all.patch
	patches.suse/btrfs-fix-log-context-list-corruption-after-rename-w.patch
	patches.suse/crypto-arm64-chacha-correctly-walk-through-blocks.patch
	patches.suse/gpiolib-Fix-irq_disable-semantics.patch
	patches.suse/gpiolib-acpi-Correct-comment-for-HP-x2-10-honor_wake.patch
	patches.suse/gpiolib-acpi-Rework-honor_wakeup-option-into-an-igno.patch
	patches.suse/gpiolib-acpi-Add-quirk-to-ignore-EC-wakeups-on-HP-x2.patch
	patches.suse/0015-gpiolib-acpi-Add-quirk-to-ignore-EC-wakeups-on-HP-x2.patch
	patches.suse/bpf-Initialize-storage-pointers-to-NULL-to-prevent-f.patch
	patches.suse/bpf-Fix-cgroup-ref-leak-in-cgroup_bpf_inherit-on-out.patch
	patches.suse/bpf-btf-Fix-BTF-verification-of-enum-members-in-stru.patch
	patches.suse/iwlwifi-consider-HE-capability-when-setting-LDPC.patch
	patches.suse/iwlwifi-yoyo-don-t-add-TLV-offset-when-reading-FIFOs.patch
	patches.suse/net_sched-hold-rtnl-lock-in-tcindex_partial_destroy_.patch
	patches.suse/net_sched-keep-alloc_hash-updated-after-hash-allocat.patch
	patches.suse/net-bpfilter-fix-dprintf-usage-for-dev-kmsg.patch
	patches.suse/cxgb4-fix-delete-filter-entry-fail-in-unload-path.patch
	patches.suse/net-ip_gre-Separate-ERSPAN-newlink-changelink-callba.patch
	patches.suse/net-packet-tpacket_rcv-avoid-a-producer-race-conditi.patch
	patches.suse/geneve-move-debug-check-after-netdev-unregister.patch
	patches.suse/net-ionic-Use-scnprintf-for-avoiding-potential-buffe.patch
	patches.suse/hsr-use-rcu_read_lock-in-hsr_get_node_-list-status.patch
	patches.suse/hsr-add-restart-routine-into-hsr_get_node_list.patch
	patches.suse/hsr-set-.netnsok-flag.patch
	patches.suse/net_sched-cls_route-remove-the-right-filter-from-has.patch
	patches.suse/net-fsl-fman-treat-all-RGMII-modes-in-memac_adjust_l.patch
	patches.suse/arm64-dts-ls1043a-rdb-correct-RGMII-delay-mode-to-rg.patch
	patches.suse/arm64-dts-ls1046ardb-set-RGMII-interfaces-to-RGMII_I.patch
	patches.suse/net-mvneta-Fix-the-case-where-the-last-poll-did-not-.patch
	patches.suse/net-ip_gre-Accept-IFLA_INFO_DATA-less-configuration.patch
	patches.suse/Revert-net-bcmgenet-use-RGMII-loopback-for-MAC-reset.patch
	patches.suse/net-phy-mdio-mux-bcm-iproc-check-clk_prepare_enable-.patch
	patches.suse/net-ena-fix-incorrect-setting-of-the-number-of-msix-.patch
	patches.suse/net-ena-fix-request-of-incorrect-number-of-IRQ-vecto.patch
	patches.suse/net-ena-avoid-memory-access-violation-by-validating-.patch
	patches.suse/net-ena-fix-continuous-keep-alive-resets.patch
	patches.suse/net-sched-act_ct-Fix-leak-of-ct-zone-template-on-rep.patch
	patches.suse/vxlan-check-return-value-of-gro_cells_init.patch
	patches.suse/wireguard-selftests-remove-duplicated-include-sys-ty.patch
	patches.suse/wireguard-selftests-test-using-new-64-bit-time_t.patch
	patches.suse/wireguard-queueing-account-for-skb-protocol-0.patch
	patches.suse/wireguard-receive-remove-dead-code-from-default-pack.patch
	patches.suse/wireguard-noise-error-out-precomputed-DH-during-hand.patch
	patches.suse/mlxsw-pci-Only-issue-reset-when-system-is-ready.patch
	patches.suse/cxgb4-fix-throughput-drop-during-Tx-backpressure.patch
	patches.suse/cxgb4-fix-Txq-restart-check-during-backpressure.patch
	patches.suse/hinic-fix-wrong-para-of-wait_for_completion_timeout.patch
	patches.suse/hsr-fix-general-protection-fault-in-hsr_addr_is_self.patch
	patches.suse/ionic-make-spdxcheck.py-happy.patch
	patches.suse/slcan-not-call-free_netdev-before-rtnl_unlock-in-slc.patch
	patches.suse/net-stmmac-dwmac-rk-fix-error-path-in-rk_gmac_probe.patch
	patches.suse/net-phy-dp83867-w-a-for-fld-detect-threshold-bootstr.patch
	patches.suse/tcp-repair-fix-TCP_QUEUE_SEQ-implementation.patch
	patches.suse/net-mlx5-DR-Fix-postsend-actions-write-length.patch
	patches.suse/net-mlx5e-kTLS-Fix-TCP-seq-off-by-1-issue-in-TX-resy.patch
	patches.suse/ipv4-fix-a-RCU-list-lock-in-inet_dump_fib.patch
	patches.suse/NFC-fdp-Fix-a-signedness-bug-in-fdp_nci_send_patch.patch
	patches.suse/net-qmi_wwan-add-support-for-ASKEY-WWHC050.patch
	patches.suse/macsec-restrict-to-ethernet-devices.patch
	patches.suse/bnxt_en-Fix-Priority-Bytes-and-Packets-counters-in-e.patch
	patches.suse/bnxt_en-fix-memory-leaks-in-bnxt_dcbnl_ieee_getets.patch
	patches.suse/bnxt_en-Return-error-if-bnxt_alloc_ctx_mem-fails.patch
	patches.suse/bnxt_en-Free-context-memory-after-disabling-PCI-in-p.patch
	patches.suse/bnxt_en-Reset-rings-if-ring-reservation-fails-during.patch
	patches.suse/net-dsa-Fix-duplicate-frames-flooded-by-learning.patch
	patches.suse/net-cbs-Fix-software-cbs-to-consider-packet-sending-.patch
	patches.suse/net-dsa-tag_8021q-replace-dsa_8021q_remove_header-wi.patch
	patches.suse/net-phy-mdio-bcm-unimac-Fix-clock-handling.patch
	patches.suse/r8169-re-enable-MSI-on-RTL8168c.patch
	patches.suse/net-mlx5_core-Set-IB-capability-mask1-to-fix-ib_srpt.patch
	patches.suse/net-mlx5e-Enhance-ICOSQ-WQE-info-fields.patch
	patches.suse/net-mlx5e-Fix-missing-reset-of-SW-metadata-in-Stridi.patch
	patches.suse/net-mlx5e-Fix-ICOSQ-recovery-flow-with-Striding-RQ.patch
	patches.suse/net-mlx5e-Do-not-recover-from-a-non-fatal-syndrome.patch
	patches.suse/net-ena-add-pci-shutdown-handler-to-allow-safe-kexec.patch
	patches.suse/RDMA-mlx5-Fix-the-number-of-hwcounters-of-a-dynamic-.patch
	patches.suse/RDMA-nl-Do-not-permit-empty-devices-names-during-RDM.patch
	patches.suse/RDMA-core-Fix-missing-error-check-on-dev_set_name.patch
	patches.suse/RDMA-mad-Do-not-crash-if-the-rdma-device-does-not-ha.patch
	patches.suse/IB-rdmavt-Free-kernel-completion-queue-when-done.patch
	patches.suse/IB-hfi1-Ensure-pq-is-not-left-on-waitlist.patch
	patches.suse/RDMA-core-Ensure-security-pkey-modify-is-not-lost.patch
	patches.suse/RDMA-mlx5-Fix-access-to-wrong-pointer-while-performi.patch
	patches.suse/0001-ceph-check-pool_flag_full-nearfull-in-addition-to-osdmap_full-nearfull.patch
	patches.suse/0002-libceph-fix-alloc_msg_with_page_vector-memory-leaks.patch
	patches.suse/0003-ceph-fix-memory-leak-in-ceph_cleanup_snapid_map.patch
	patches.suse/Input-raydium_i2c_ts-fix-error-codes-in-raydium_i2c_.patch
	patches.suse/Input-tm2-touchkey-add-support-for-Coreriver-TC360-v.patch
	patches.suse/Input-synaptics-enable-RMI-on-HP-Envy-13-ad105ng.patch
	patches.suse/Input-avoid-BIT-macro-usage-in-the-serio.h-UAPI-head.patch
	patches.suse/clk-ti-am43xx-Fix-clock-parent-for-RTC-clock.patch
	patches.suse/clk-imx-Align-imx-sc-clock-msg-structs-to-4.patch
	patches.suse/clk-imx-Align-imx-sc-clock-parent-msg-structs-to-4.patch
	patches.suse/arm64-alternative-fix-build-with-clang-integrated-as.patch
	patches.suse/0001-scripts-dtc-Remove-redundant-YYLOC-global-declaratio.patch
	patches.suse/soc-fsl-dpio-register-dpio-irq-handlers-after-dpio-c.patch
	patches.suse/bus-sunxi-rsb-Return-correct-data-when-mixing-16-bit.patch
	patches.suse/ARM-bcm2835-rpi-zero-w-Add-missing-pinctrl-name.patch
	patches.suse/scsi-qla2xxx-Fix-I-Os-being-passed-down-when-FC-devi.patch
	patches.suse/scsi-sd-fix-optimal-i-o-size-for-devices-that-change-reported-values
	patches.suse/i2c-hix5hd2-add-missed-clk_disable_unprepare-in-remo.patch
	patches.suse/i2c-nvidia-gpu-Handle-timeout-correctly-in-gpu_i2c_c.patch
	patches.suse/i2c-st-fix-missing-struct-parameter-description.patch
	patches.suse/i2c-pca-platform-Use-platform_irq_get_optional.patch
	patches.suse/mlxsw-spectrum_mr-Fix-list-iteration-in-error-path.patch
	patches.suse/nl80211-fix-NL80211_ATTR_CHANNEL_WIDTH-attribute-typ.patch
	patches.suse/mac80211-drop-data-frames-without-key-on-encrypted-l.patch
	patches.suse/mac80211-Check-port-authorization-in-the-ieee80211_t.patch
	patches.suse/mac80211-mark-station-unauthorized-before-key-remova.patch
	patches.suse/mac80211-set-IEEE80211_TX_CTRL_PORT_CTRL_PROTO-for-n.patch
	patches.suse/vti-6-fix-packet-tx-through-bpf_redirect-in-XinY-cas.patch
	patches.suse/vti6-Fix-memory-leak-of-skb-if-input-policy-check-fa.patch
	patches.suse/r8169-fix-PHY-driver-check-on-platforms-w-o-module-s.patch
	patches.suse/bpf-Explicitly-memset-the-bpf_attr-structure.patch
	patches.suse/bpf-Explicitly-memset-some-bpf-info-structures-decla.patch
	patches.suse/msft-hv-2025-clocksource-drivers-hyper-v-Make-sched-clock-return-.patch
	patches.suse/mmswapfile.c-move-inode_lock-out-of-claim_swapfile.patch
	patches.suse/tpm-Don-t-make-log-failures-fatal.patch
	patches.suse/tpm-tpm1_bios_measurements_next-should-increase-posi.patch
	patches.suse/tpm-tpm2_bios_measurements_next-should-increase-posi.patch
	patches.suse/tpm-ibmvtpm-Wait-for-buffer-to-be-set-before-proceed.patch
	patches.suse/KEYS-reaching-the-keys-quotas-correctly.patch
	patches.suse/PCI-Add-Loongson-vendor-ID.patch
	patches.suse/ahci-Add-Intel-Comet-Lake-H-RAID-PCI-ID.patch
	patches.suse/libata-Remove-extra-scsi_host_put-in-ata_scsi_add_ho.patch
	patches.suse/0027-blk-mq-Keep-set-nr_hw_queues-and-set-map-.nr_queues-.patch
	patches.suse/0028-null_blk-Fix-the-null_add_dev-error-path.patch
	patches.suse/block-bfq-fix-use-after-free-in-bfq_idle_slice_timer.patch
	patches.suse/block-bfq-turn-put_queue-into-release_process_ref-in.patch
	patches.suse/block-bfq-make-reparent_leaf_entity-actually-work-on.patch
	patches.suse/block-bfq-invoke-flush_idle_tree-after-reparent_acti.patch
	patches.suse/block-diskstats-more-accurate-approximation-of-io_ti.patch
	patches.suse/block-drbd-delete-invalid-function-drbd_md_mark_dirty_
	patches.suse/block-keep-bdi-io_pages-in-sync-with-max_sectors_kb-.patch
	patches.suse/nvme-remove-unused-return-code-from-nvme_alloc_ns.patch
	patches.suse/nvmet-configfs-code-cleanup.patch
	patches.suse/nvmet-make-ctrl-id-configurable.patch
	patches.suse/nvmet-make-ctrl-model-configurable.patch
	patches.suse/nvmet-check-sscanf-value-for-subsys-serial-attr.patch
	patches.suse/nvme-tcp-Set-SO_PRIORITY-for-all-host-sockets.patch
	patches.suse/nvmet-tcp-set-SO_PRIORITY-for-accepted-sockets.patch
	patches.suse/nvme-expose-hostnqn-via-sysfs-for-fabrics-controller.patch
	patches.suse/nvme-expose-hostid-via-sysfs-for-fabrics-controllers.patch
	patches.suse/nvme-code-cleanup-nvme_identify_ns_desc.patch
	patches.suse/nvme-log-additional-message-for-controller-status.patch
	patches.suse/nvme-Check-for-readiness-more-quickly-to-speed-up-bo.patch
	patches.suse/nvme-multipath-do-not-reset-on-unknown-status.patch
	patches.suse/nvme-fabrics-Use-scnprintf-for-avoiding-potential-bu.patch
	patches.suse/nvme-release-ida-resources.patch
	patches.suse/nvme-Remove-unused-return-code-from-nvme_delete_ctrl.patch
	patches.suse/nvme-pci-Re-order-nvme_pci_free_ctrl.patch
	patches.suse/nvme-Fix-ctrl-use-after-free-during-sysfs-deletion.patch
	patches.suse/nvme-Make-nvme_uninit_ctrl-symmetric-to-nvme_init_ct.patch
	patches.suse/nvme-Fix-controller-creation-races-with-teardown-flo.patch
	patches.suse/nvme-rdma-Add-warning-on-state-change-failure-at-nvm.patch
	patches.suse/nvme-tcp-Add-warning-on-state-change-failure-at-nvme.patch
	patches.suse/nvme-refactor-nvme_identify_ns_descs-error-handling.patch
	patches.suse/nvme-rename-__nvme_find_ns_head-to-nvme_find_ns_head.patch
	patches.suse/nvme-cleanup-namespace-identifier-reporting-in-nvme_.patch
	patches.suse/io_uring-honor-original-task-RLIMIT_FSIZE.patch
	patches.suse/seccomp-Add-missing-compat_ioctl-for-notify.patch
	patches.suse/pstore-platform-fix-potential-mem-leak-if-pstore_ini.patch
	patches.suse/pstore-pstore_ftrace_seq_next-should-increase-positi.patch
	patches.suse/edac-mc-change-mci-device-removal-to-use-put_device.patch
	patches.suse/edac-mc-split-edac_mc_alloc-into-smaller-functions.patch
	patches.suse/edac-mc-reorder-functions-edac_mc_alloc.patch
	patches.suse/edac-store-error-type-in-struct-edac_raw_error_desc.patch
	patches.suse/edac-mc-determine-mci-pointer-from-the-error-descriptor.patch
	patches.suse/edac-mc-carve-out-error-increment-into-a-separate-function.patch
	patches.suse/edac-mc-report-unknown-memory-on-too-many-dimm-labels-found.patch
	patches.suse/edac-mc-remove-enable_per_layer_report-function-argument.patch
	patches.suse/edac-mc-pass-the-error-descriptor-to-error-reporting-functions.patch
	patches.suse/edac-mc-remove-detail-string-and-cleanup-error-string-generation.patch
	patches.suse/edac-mc-remove-per-layer-counters.patch
	patches.suse/edac-synopsys-do-not-dump-uninitialized-pinf-col.patch
	patches.suse/media-usbtv-fix-control-message-timeouts.patch
	patches.suse/media-flexcop-usb-fix-endpoint-sanity-check.patch
	patches.suse/media-dib0700-fix-rc-endpoint-lookup.patch
	patches.suse/media-hantro-Read-be32-words-starting-at-every-fourt.patch
	patches.suse/media-staging-imx-Missing-assignment-in-imx_media_ca.patch
	patches.suse/media-venus-hfi_parser-Ignore-HEVC-encoding-for-V1.patch
	patches.suse/media-vsp1-tidyup-VI6_HGT_LBn_H-macro.patch
	patches.suse/media-go7007-Fix-URB-type-for-interrupt-handling.patch
	patches.suse/media-v4l2-core-fix-a-use-after-free-bug-of-sd-devno.patch
	patches.suse/media-v4l2-core-fix-entity-initialization-in-device_.patch
	patches.suse/media-imx-Propagate-quantization-and-encoding-in-CSI.patch
	patches.suse/media-ti-vpe-cal-fix-disable_irqs-to-only-the-intend.patch
	patches.suse/media-tda10071-fix-unsigned-sign-extension-overflow.patch
	patches.suse/media-mtk-vpu-avoid-unaligned-access-to-DTCM-buffer.patch
	patches.suse/media-ti-vpe-cal-fix-a-kernel-oops-when-unloading-mo.patch
	patches.suse/media-v4l2-fwnode-fix-v4l2_fwnode_parse_link-handlin.patch
	patches.suse/media-i2c-ov5695-Fix-power-on-and-off-sequences.patch
	patches.suse/media-ov519-add-missing-endpoint-sanity-checks.patch
	patches.suse/media-stv06xx-add-missing-descriptor-sanity-checks.patch
	patches.suse/media-xirlink_cit-add-missing-descriptor-sanity-chec.patch
	patches.suse/media-imx-imx7_mipi_csis-Power-off-the-source-when-s.patch
	patches.suse/media-imx-imx7-media-csi-Remove-unneeded-register-re.patch
	patches.suse/media-imx-imx7-media-csi-Fix-video-field-handling.patch
	patches.suse/media-allegro-fix-type-of-gop_length-in-channel_crea.patch
	patches.suse/media-vivid-fix-incorrect-PA-assignment-to-HDMI-outp.patch
	patches.suse/media-i2c-video-i2c-fix-build-errors-due-to-imply-hw.patch
	patches.suse/media-venus-firmware-Ignore-secure-call-error-on-fir.patch
	patches.suse/usb-host-ehci-platform-add-a-quirk-to-avoid-stuck.patch
	patches.suse/xhci-bail-out-early-if-driver-can-t-accress-host-in-.patch
	patches.suse/xhci-Ensure-link-state-is-U3-after-setting-USB_SS_PO.patch
	patches.suse/xhci-Wait-until-link-state-trainsits-to-U0-after-set.patch
	patches.suse/xhci-Finetune-host-initiated-USB3-rootport-link-susp.patch
	patches.suse/usb-dwc3-gadget-Don-t-clear-flags-before-transfer-en.patch
	patches.suse/usb-dwc3-gadget-Wrap-around-when-skip-TRBs.patch
	patches.suse/usb-dwc3-core-add-support-for-disabling-SS-instances.patch
	patches.suse/usb-gadget-composite-Inform-controller-driver-of-sel.patch
	patches.suse/usb-musb-fix-crash-with-highmen-PIO-and-usbmon.patch
	patches.suse/phy-uniphier-usb3ss-Add-Pro5-support.patch
	patches.suse/USB-serial-option-add-support-for-ASKEY-WWHC050.patch
	patches.suse/USB-serial-option-add-BroadMobi-BM806U.patch
	patches.suse/USB-serial-option-add-Wistron-Neweb-D19Q1.patch
	patches.suse/USB-serial-io_edgeport-fix-slab-out-of-bounds-read-i.patch
	patches.suse/usb-gadget-f_fs-Fix-use-after-free-issue-as-part-of-.patch
	patches.suse/USB-cdc-acm-restore-capability-check-order.patch
	patches.suse/firmware-fix-a-double-abort-case-with-fw_load_sysfs_.patch
	patches.suse/debugfs-Check-module-state-before-warning-in-full-op.patch
	patches.suse/libfs-fix-infoleak-in-simple_attr_read.patch
	patches.suse/staging-kpc2000-prevent-underflow-in-cpld_reconfigur.patch
	patches.suse/iio-si1133-read-24-bit-signed-integer-for-measuremen.patch
	patches.suse/iio-industrialio-core-Fix-debugfs-read.patch
	patches.suse/iio-potentiostat-lmp9100-fix-iio_triggered_buffer_-p.patch
	patches.suse/staging-rtl8188eu-Add-ASUS-USB-N10-Nano-B1-to-device.patch
	patches.suse/staging-wlan-ng-fix-ODEBUG-bug-in-prism2sta_disconne.patch
	patches.suse/staging-wlan-ng-fix-use-after-free-Read-in-hfa384x_u.patch
	patches.suse/spi-dt-bindings-spi-controller-Fix-address-cells-for.patch
	patches.suse/spi-spi-fsl-dspi-don-t-access-reserved-fields-in-spi_mcr.patch
	patches.suse/spi-spi-fsl-dspi-replace-interruptible-wait-queue-with-a-simple-completion.patch
	patches.suse/cpufreq-imx6q-Fixes-unwanted-cpu-overclocking-on-i.M.patch
	patches.suse/cpufreq-imx6q-fix-error-handling.patch
	patches.suse/PM-sleep-wakeup-Skip-wakeup_source_sysfs_remove-if-d.patch
	patches.suse/PM-Domains-Allow-no-domain-idle-states-DT-property-i.patch
	patches.suse/acpi-x86-ignore-unspecified-bit-positions-in-the-ACP.patch
	patches.suse/objtool-add-is_static_jump-helper.patch
	patches.suse/objtool-add-relocation-check-for-alternative-sections.patch
	patches.suse/rcu-Fix-exp_funnel_lock-rcu_exp_wait_wake-datarace.patch
	patches.suse/rcu-Provide-debug-symbols-and-line-numbers-in-KCSAN-.patch
	patches.suse/rcu-Add-WRITE_ONCE-to-rcu_node-qsmask-update.patch
	patches.suse/rcu-Add-WRITE_ONCE-to-rcu_node-exp_seq_rq-store.patch
	patches.suse/rcu-Add-WRITE_ONCE-to-rcu_state-gp_req_activity.patch
	patches.suse/rcu-Add-WRITE_ONCE-to-rcu_node-qsmaskinitnext.patch
	patches.suse/locking-rtmutex-rcu-Add-WRITE_ONCE-to-rt_mutex-owner.patch
	patches.suse/rcu-Add-READ_ONCE-to-rcu_segcblist-tails.patch
	patches.suse/rcu-Add-_ONCE-for-grace-period-progress-indicators.patch
	patches.suse/timer-Use-hlist_unhashed_lockless-in-timer_pending.patch
	patches.suse/locktorture-Print-ratio-of-acquisitions-not-failures.patch
	patches.suse/locktorture-Allow-CPU-hotplug-to-be-disabled-via-boo.patch
	patches.suse/torture-Make-results-directory-date-format-completio.patch
	patches.suse/rcutorture-Add-100-CPU-configuration.patch
	patches.suse/rcutorture-Summarize-summary-of-build-and-run-result.patch
	patches.suse/rcutorture-Make-kvm-find-errors.sh-abort-on-bad-dire.patch
	patches.suse/efi-Store-mask-of-supported-runtime-services-in-stru.patch
	patches.suse/efi-Add-support-for-EFI_RT_PROPERTIES-table-fe4db90a.patch
	patches.suse/efi-Use-more-granular-check-for-availability-for-var.patch
	patches.suse/efi-Register-EFI-rtc-platform-device-only-when-avail.patch
	patches.suse/infiniband-hfi1-Use-EFI-GetVariable-only-when-availa.patch
	patches.suse/scsi-iscsi-Use-EFI-GetVariable-only-when-available.patch
	patches.suse/efi-Use-EFI-ResetSystem-only-when-available.patch
	patches.suse/x86-ima-Use-EFI-GetVariable-only-when-available.patch
	patches.suse/integrity-Check-properly-whether-EFI-GetVariable-is-.patch
	patches.suse/efi-x86-add-tpm-related-efi-tables-to-unencrypted-mapping-checks.patch
	patches.suse/efi-Mark-all-EFI-runtime-services-as-unsupported-on-.patch
	patches.suse/partitions-efi-Fix-partition-name-parsing-in-GUID-pa.patch
	patches.suse/futex-Remove-pointless-mmgrap-mmdrop.patch
	patches.suse/futex-Remove-get-drop-_futex_key_refs.patch
	patches.suse/PCI-switchtec-Fix-init_completion-race-condition-wit.patch
	patches.suse/perf-core-fix-endless-multiplex-timer.patch
	patches.suse/perf-x86-intel-uncore-add-box_offsets-for-free-running-counters.patch
	patches.suse/perf-x86-intel-uncore-factor-out-_snr_uncore_mmio_init_box.patch
	patches.suse/x86-amd_nb-char-amd64-agp-use-amd_nb_num-accessor.patch
	patches.suse/x86-devicetable-move-x86-specific-macro-out-of-generic-code.patch
	patches.suse/x86-cpu-add-consistent-cpu-match-macros.patch
	patches.suse/x86-cpu-bugs-convert-to-new-matching-macros.patch
	patches.suse/x86-perf-events-convert-to-new-cpu-match-macros.patch
	patches.suse/x86-kvm-convert-to-new-cpu-match-macros.patch
	patches.suse/x86-kernel-convert-to-new-cpu-match-macros.patch
	patches.suse/x86-platform-convert-to-new-cpu-match-macros.patch
	patches.suse/acpi-convert-to-new-x86-cpu-match-macros.patch
	patches.suse/cpufreq-convert-to-new-x86-cpu-match-macros.patch
	patches.suse/edac-convert-to-new-x86-cpu-match-macros.patch
	patches.suse/platform-x86-convert-to-new-cpu-match-macros.patch
	patches.suse/hwmon-convert-to-new-x86-cpu-match-macros.patch
	patches.suse/thermal-convert-to-new-x86-cpu-match-macros.patch
	patches.suse/extcon-axp288-convert-to-new-x86-cpu-match-macros.patch
	patches.suse/intel_idle-convert-to-new-x86-cpu-match-macros.patch
	patches.suse/mmc-sdhci-acpi-convert-to-new-x86-cpu-match-macros.patch
	patches.suse/pci-intel-mid-convert-to-new-x86-cpu-match-macros.patch
	patches.suse/powercap-intel_rapl-convert-to-new-x86-cpu-match-macros.patch
	patches.suse/asoc-intel-convert-to-new-x86-cpu-match-macros.patch
	patches.suse/crypto-convert-to-new-cpu-match-macros.patch
	patches.suse/hwrng-via_rng-convert-to-new-x86-cpu-match-macros.patch
	patches.suse/x86-cpu-cleanup-the-now-unused-cpu-match-macros.patch
	patches.suse/cpufreq-intel_pstate-fix-wrong-macro-conversion.patch
	patches.suse/x86-sched-Add-support-for-frequency-invariance.patch
	patches.suse/x86-sched-Add-support-for-frequency-invariance-on-SK.patch
	patches.suse/x86-sched-Add-support-for-frequency-invariance-on-XE.patch
	patches.suse/x86-sched-Add-support-for-frequency-invariance-on-ATOM_GOLDMONT.patch
	patches.suse/x86-sched-Add-support-for-frequency-invariance-on-ATOM.patch
	patches.suse/x86-intel_pstate-Handle-runtime-turbo-disablement-en.patch
	patches.suse/sched-fair-Optimize-select_idle_core.patch
	patches.suse/sched-core-Remove-duplicate-assignment-in-sched_tick_remote.patch
	patches.suse/sched-numa-Trace-when-no-candidate-CPU-was-found-on-the-preferred-node.patch
	patches.suse/sched-numa-Distinguish-between-the-different-task_numa_migrate-failure-cases.patch
	patches.suse/sched-fair-reorder-enqueue-dequeue_task_fair-path.patch
	patches.suse/sched-numa-replace-runnable_load_avg-by-load_avg.patch
	patches.suse/sched-numa-Use-similar-logic-to-the-load-balancer-for-moving-between-domains-with-spare-capacity.patch
	patches.suse/sched-pelt-Remove-unused-runnable-load-average.patch
	patches.suse/sched-pelt-Add-a-new-runnable-average-signal.patch
	patches.suse/sched-fair-Take-into-account-runnable_avg-to-classify-group.patch
	patches.suse/sched-numa-Prefer-using-an-idle-cpu-as-a-migration-target-instead-of-comparing-tasks.patch
	patches.suse/sched-numa-Find-an-alternative-idle-CPU-if-the-CPU-is-part-of-an-active-NUMA-balance.patch
	patches.suse/sched-numa-Bias-swapping-tasks-based-on-their-preferred-node.patch
	patches.suse/sched-numa-Stop-an-exhastive-search-if-a-reasonable-swap-candidate-or-idle-CPU-is-found.patch
	patches.suse/sched-fair-Fix-kernel-build-warning-in-test_idle_cores-for-SMT-NUMA.patch
	patches.suse/sched-numa-Acquire-RCU-lock-for-checking-idle-cores-during-NUMA-balancing.patch
	patches.suse/sched-topology-Don-t-enable-EAS-on-SMT-systems.patch
	patches.suse/sched-fair-Fix-runnable_avg-for-throttled-cfs.patch
	patches.suse/sched-fair-Fix-reordering-of-enqueue-dequeue_task_fair.patch
	patches.suse/sched-fair-Fix-enqueue_task_fair-warning.patch
	patches.suse/sched-core-Distribute-tasks-within-affinity-masks.patch
	patches.suse/sched-Avoid-scale-real-weight-down-to-zero.patch
	patches.suse/sched-fair-Improve-spreading-of-utilization.patch
	patches.suse/kthread-Do-not-preempt-current-task-if-it-is-going-to-call-schedule.patch
	patches.suse/sched-fair-fix-condition-of-avg_load-calculation.patch
	patches.suse/irqchip-bcm2835-Quiesce-IRQs-left-enabled-by-bootloa.patch
	patches.suse/irqchip-gic-v4-Provide-irq_retrigger-to-avoid-circul.patch
	patches.suse/irqchip-versatile-fpga-Handle-chained-IRQs-properly.patch
	patches.suse/irqchip-versatile-fpga-Apply-clear-mask-earlier.patch
	patches.suse/fbdev-g364fb-Fix-build-failure.patch
	patches.suse/firmware-arm_sdei-fix-double-lock-on-hibernate-with-.patch
	patches.suse/firmware-arm_sdei-fix-possible-double-lock-on-hibern.patch
	patches.suse/arm64-kexec_file-Fixed-code-style.patch
	patches.suse/btrfs-use-btrfs_ordered_update_i_size-in-clone_finis.patch
	patches.suse/btrfs-introduce-per-inode-file-extent-tree.patch
	patches.suse/btrfs-use-the-file-extent-tree-infrastructure.patch
	patches.suse/btrfs-replace-all-uses-of-btrfs_ordered_update_i_siz.patch
	patches.suse/btrfs-delete-the-ordered-isize-update-code.patch
	patches.suse/btrfs-push-__setup_root-into-btrfs_alloc_root.patch
	patches.suse/btrfs-move-fs-root-init-stuff-into-btrfs_init_fs_roo.patch
	patches.suse/btrfs-make-btrfs_find_orphan_roots-use-btrfs_get_fs_.patch
	patches.suse/btrfs-export-and-use-btrfs_read_tree_root-for-tree-l.patch
	patches.suse/btrfs-make-relocation-use-btrfs_read_tree_root.patch
	patches.suse/btrfs-remove-btrfs_read_fs_root-not-used-anymore.patch
	patches.suse/btrfs-open-code-btrfs_read_fs_root_no_name.patch
	patches.suse/btrfs-make-the-fs-root-init-functions-static.patch
	patches.suse/btrfs-handle-NULL-roots-in-btrfs_put-btrfs_grab_fs_r.patch
	patches.suse/btrfs-hold-a-ref-on-fs-roots-while-they-re-in-the-ra.patch
	patches.suse/btrfs-hold-a-ref-on-the-root-in-resolve_indirect_ref.patch
	patches.suse/btrfs-hold-a-root-ref-in-btrfs_get_dentry.patch
	patches.suse/btrfs-hold-a-ref-on-the-root-in-__btrfs_run_defrag_i.patch
	patches.suse/btrfs-hold-a-ref-on-the-root-in-fixup_tree_root_loca.patch
	patches.suse/btrfs-hold-a-ref-on-the-root-in-create_subvol.patch
	patches.suse/btrfs-hold-a-ref-on-the-root-in-search_ioctl.patch
	patches.suse/btrfs-hold-a-ref-on-the-root-in-btrfs_search_path_in.patch
	patches.suse/btrfs-hold-a-ref-on-the-root-in-btrfs_search_user.patch
	patches.suse/btrfs-hold-a-ref-on-the-root-in-btrfs_ioctl_get_subv.patch
	patches.suse/btrfs-hold-ref-on-root-in-btrfs_ioctl_default_subvol.patch
	patches.suse/btrfs-hold-a-ref-on-the-root-in-build_backref_tree.patch
	patches.suse/btrfs-hold-a-ref-on-the-root-in-prepare_to_merge.patch
	patches.suse/btrfs-hold-a-ref-on-the-root-in-merge_reloc_roots.patch
	patches.suse/btrfs-hold-a-ref-on-the-root-in-record_reloc_root_in.patch
	patches.suse/btrfs-hold-a-ref-on-the-root-in-find_data_references.patch
	patches.suse/btrfs-hold-a-ref-on-the-root-in-create_reloc_inode.patch
	patches.suse/btrfs-hold-a-ref-on-the-root-in-btrfs_recover_reloca.patch
	patches.suse/btrfs-push-grab_fs_root-into-read_fs_root.patch
	patches.suse/btrfs-hold-a-ref-for-the-root-in-btrfs_find_orphan_r.patch
	patches.suse/btrfs-hold-a-ref-on-the-root-in-scrub_print_warning_.patch
	patches.suse/btrfs-hold-a-ref-on-the-root-in-btrfs_ioctl_send.patch
	patches.suse/btrfs-hold-a-ref-on-the-root-in-get_subvol_name_from.patch
	patches.suse/btrfs-hold-a-ref-on-the-root-in-create_pending_snaps.patch
	patches.suse/btrfs-hold-a-ref-on-the-root-in-btrfs_recover_log_tr.patch
	patches.suse/btrfs-hold-a-ref-on-the-root-in-btrfs_check_uuid_tre.patch
	patches.suse/btrfs-export-and-rename-free_fs_info.patch
	patches.suse/btrfs-hold-a-ref-on-the-root-in-open_ctree.patch
	patches.suse/btrfs-use-btrfs_put_fs_root-to-free-roots-always.patch
	patches.suse/btrfs-push-btrfs_grab_fs_root-into-btrfs_get_fs_root.patch
	patches.suse/btrfs-free-more-things-in-btrfs_free_fs_info.patch
	patches.suse/btrfs-move-fs_info-init-work-into-it-s-own-helper-fu.patch
	patches.suse/btrfs-make-the-init-of-static-elements-in-fs_info-se.patch
	patches.suse/btrfs-add-a-leak-check-for-roots.patch
	patches.suse/btrfs-rename-btrfs_put_fs_root-and-btrfs_grab_fs_roo.patch
	patches.suse/btrfs-add-assertions-for-tree-inode-io_tree-to-exten.patch
	patches.suse/btrfs-drop-argument-tree-from-btrfs_lock_and_flush_o.patch
	patches.suse/Btrfs-avoid-unnecessary-splits-when-setting-bits-on-.patch
	patches.suse/btrfs-qgroup-ensure-qgroup_rescan_running-is-only-se.patch
	patches.suse/Btrfs-move-all-reflink-implementation-code-into-its-.patch
	patches.suse/Btrfs-simplify-inline-extent-handling-when-doing-ref.patch
	patches.suse/Btrfs-implement-full-reflink-support-for-inline-exte.patch
	patches.suse/0001-btrfs-relocation-add-error-injection-points-for-canc.patch
	patches.suse/0002-btrfs-relocation-Check-cancel-request-after-each-dat.patch
	patches.suse/0003-btrfs-relocation-Check-cancel-request-after-each-ext.patch
	patches.suse/btrfs-Remove-block_rsv-parameter-from-btrfs_drop_sna.patch
	patches.suse/btrfs-fix-missing-file-extent-item-for-hole-after-ra.patch
	patches.suse/btrfs-add-helper-to-get-the-end-offset-of-a-file-ext.patch
	patches.suse/btrfs-factor-out-inode-items-copy-loop-from-btrfs_lo.patch
	patches.suse/btrfs-make-ranged-full-fsyncs-more-efficient.patch
	patches.suse/btrfs-drop-block-from-cache-on-error-in-relocation.patch
	patches.suse/btrfs-unset-reloc-control-if-we-fail-to-recover.patch
	patches.suse/btrfs-reloc-clean-dirty-subvols-if-we-fail-to-start-.patch
	patches.suse/btrfs-do-not-init-a-reloc-root-if-we-aren-t-relocati.patch
	patches.suse/btrfs-free-the-reloc_control-in-a-consistent-way.patch
	patches.suse/btrfs-clear-DEAD_RELOC_TREE-before-dropping-the-relo.patch
	patches.suse/btrfs-hold-a-ref-on-the-root-reloc_root.patch
	patches.suse/btrfs-remove-a-BUG_ON-from-merge_reloc_roots.patch
	patches.suse/cifs-do-not-ignore-the-SYNC-flags-in-getattr.patch
	patches.suse/cifs-handle-prefix-paths-in-reconnect.patch
	patches.suse/cifs-call-wake_up-server-response_q-inside-of-cifs_r.patch
	patches.suse/cifs-use-mod_delayed_work-for-server-reconnect-if-al.patch
	patches.suse/cifs-make-use-of-cap_unix-ses-in-cifs_reconnect_tcon.patch
	patches.suse/smb3-fix-performance-regression-with-setting-mtime.patch
	patches.suse/cifs-print-warning-mounting-with-vers-1-0.patch
	patches.suse/cifs-rename-posix-create-rsp.patch
	patches.suse/cifs-add-smb2-POSIX-info-level.patch
	patches.suse/cifs-plumb-smb2-POSIX-dir-enumeration.patch
	patches.suse/cifs-add-SMB2_open-arg-to-return-POSIX-data.patch
	patches.suse/cifs-do-d_move-in-rename.patch
	patches.suse/selinux-sel_avc_get_stat_idx-should-increase-positio.patch
	patches.suse/modpost-return-error-if-module-is-missing-ns-imports.patch
	patches.suse/mmc-sdhci-do-not-enable-card-detect-interrupt-for-gp.patch
	patches.suse/mmc-sdhci-introduce-sdhci_set_power_and_bus_voltage.patch
	patches.suse/mmc-sdhci-iproc-add-custom-set_power-callback-for-bcm2711.patch
	patches.suse/serial-8250_tegra-Create-Tegra-specific-8250-driver.patch
	patches.suse/vt-vt_ioctl-remove-unnecessary-console-allocation-ch.patch
	patches.suse/serial-sprd-Fix-a-dereference-warning.patch
	patches.suse/vt-vt_ioctl-fix-VT_DISALLOCATE-freeing-in-use-virtua.patch
	patches.suse/platform-x86-pmc_atom-Add-Lex-2I385SW-to-critclk_sys.patch
	patches.suse/platform-x86-asus_wmi-Fix-return-value-of-fan_boost_.patch
	patches.suse/platform-x86-ISST-Fix-wrong-unregister-type.patch
	patches.suse/platform-x86-GPD-pocket-fan-Fix-error-message-when-t.patch
	patches.suse/NTB-Fix-an-error-in-get-link-status.patch
	patches.suse/NTB-ntb_perf-Fix-address-err-in-perf_copy_chunk.patch
	patches.suse/ntb_tool-Fix-printk-format.patch
	patches.suse/ntb_hw_switchtec-Fix-ntb_mw_clear_trans-error-if-siz.patch
	patches.suse/NTB-ntb_transport-Use-scnprintf-for-avoiding-potenti.patch
	patches.suse/wireless-Use-offsetof-instead-of-custom-macro.patch
	patches.suse/mac80211-add-ieee80211_is_any_nullfunc.patch
	patches.suse/net-ena-remove-set-but-not-used-variable-hash_key.patch
	patches.suse/sfc-remove-unused-variable-efx_default_channel_type.patch
	patches.suse/ice-add-additional-E810-device-id.patch
	patches.suse/net-sk_msg-Clear-sk_user_data-pointer-on-clone-if-ta.patch
	patches.suse/net-ena-ethtool-remove-redundant-non-zero-check-on-r.patch
	patches.suse/net-dsa-felix-Use-PHY_INTERFACE_MODE_INTERNAL-instea.patch
	patches.suse/hsr-use-netdev_err-instead-of-WARN_ONCE.patch
	patches.suse/ethtool-Factored-out-similar-ethtool-link-settings-f.patch
	patches.suse/net-ethtool-Introduce-link_ksettings-API-for-virtual.patch
	patches.suse/brcmfmac-abort-and-release-host-after-error.patch
	patches.suse/0001-mt76-mt76x02-fix-coverage_class-type.patch
	patches.suse/ionic-keep-ionic-dev-on-lif-init-fail.patch
	patches.suse/ionic-remove-pragma-packed.patch
	patches.suse/ionic-improve-irq-numa-locality.patch
	patches.suse/ionic-clean-up-bitflag-usage.patch
	patches.suse/ionic-support-ethtool-rxhash-disable.patch
	patches.suse/ionic-print-pci-bus-lane-info.patch
	patches.suse/ionic-add-support-for-device-id-0x1004.patch
	patches.suse/net-mlx5-Expose-link-speed-directly.patch
	patches.suse/net-mlx5-Expose-port-speed-when-possible.patch
	patches.suse/bpf-Reliably-preserve-btf_trace_xxx-types.patch
	patches.suse/libbpf-Ignore-incompatible-types-with-matching-name-.patch
	patches.suse/net-ena-ethtool-clean-up-minor-indentation-issue.patch
	patches.suse/sfc-fix-XDP-redirect-in-this-driver.patch
	patches.suse/ionic-stop-devlink-warn-on-mgmt-device.patch
	patches.suse/ionic-deinit-rss-only-if-selected.patch
	patches.suse/ionic-remove-adminq-napi-instance.patch
	patches.suse/ionic-print-data-for-unknown-xcvr-type.patch
	patches.suse/ionic-add-decode-for-IONIC_RC_ENOSUPP.patch
	patches.suse/Bluetooth-RFCOMM-fix-ODEBUG-bug-in-rfcomm_dev_ioctl.patch
	patches.suse/ionic-add-timeout-error-checking-for-queue-disable.patch
	patches.suse/ionic-leave-dev-cmd-request-contents-alone-on-FW-tim.patch
	patches.suse/ionic-only-save-good-lif-dentry.patch
	patches.suse/ionic-ignore-eexist-on-rx-filter-add.patch
	patches.suse/ionic-clean-irq-affinity-on-queue-deinit.patch
	patches.suse/ionic-check-for-NULL-structs-on-teardown.patch
	patches.suse/mwifiex-set-needed_headroom-not-hard_header_len.patch
	patches.suse/ath9k-Handle-txpower-changes-even-when-TPC-is-disabl.patch
	patches.suse/mt76-remove-variable-val-set-but-not-used.patch
	patches.suse/taprio-do-not-use-BIT-in-TCA_TAPRIO_ATTR_FLAG_-defin.patch
	patches.suse/bnxt_en-Fix-fw.mgmt-and-fw.nsci-info-via-devlink-inf.patch
	patches.suse/s390-qeth-support-net-namespaces-for-l3-devices
	patches.suse/Crypto-chelsio-Fixes-a-hang-issue-during-driver-regi.patch
	patches.suse/Crypto-chelsio-Fixes-a-deadlock-between-rtnl_lock-an.patch
	patches.suse/dpaa_eth-Make-dpaa_a050385_wa-static.patch
	patches.suse/net-ena-Make-some-functions-static.patch
	patches.suse/ionic-decouple-link-message-from-netdev-state.patch
	patches.suse/ionic-check-for-linkup-in-watchdog.patch
	patches.suse/ionic-move-debugfs-add-delete-to-match-alloc-free.patch
	patches.suse/ionic-move-irq-request-to-qcq-alloc.patch
	patches.suse/ionic-clean-tx-queue-of-unfinished-requests.patch
	patches.suse/ionic-check-for-queues-before-deleting.patch
	patches.suse/ionic-disable-the-queues-on-link-down.patch
	patches.suse/ionic-remove-lifs-on-fw-reset.patch
	patches.suse/selftests-bpf-Fix-test_progs-s-parsing-of-test-numbe.patch
	patches.suse/bpf-Undo-incorrect-__reg_bound_offset32-handling.patch
	patches.suse/bpf-Fix-tnum-constraints-for-32-bit-comparisons.patch
	patches.suse/bpf-Simplify-reg_set_min_max_inv-handling.patch
	patches.suse/bpf-Verifier-do_refine_retval_range-may-clamp-umin-t.patch
	patches.suse/mac80211-fix-authentication-with-iwlwifi-mvm.patch
	patches.suse/ipv4-fix-a-RCU-list-lock-in-fib_triestat_seq_show.patch
	patches.suse/sctp-fix-refcount-bug-in-sctp_wfree.patch
	patches.suse/sctp-fix-possibly-using-a-bad-saddr-with-a-given-dst.patch
	patches.suse/net-ip_tunnel-fix-interface-lookup-with-no-key.patch
	patches.suse/net-hns3-drop-the-WQ_MEM_RECLAIM-flag-when-allocatin.patch
	patches.suse/net-hns3-fix-for-fraglist-SKB-headlen-not-handling-c.patch
	patches.suse/net-dsa-ksz-Select-KSZ-protocol-tag.patch
	patches.suse/net-bpfilter-remove-superfluous-testing-message.patch
	patches.suse/crypto-rng-Fix-a-refcounting-bug-in-crypto_rng_reset.patch
	patches.suse/crypto-x86-curve25519-replace-with-formally-verified.patch
	patches.suse/crypto-ccree-protect-against-empty-or-NULL-scatterli.patch
	patches.suse/crypto-ccree-only-try-to-map-auth-tag-if-needed.patch
	patches.suse/crypto-ccree-dec-auth-tag-size-from-cryptlen-map.patch
	patches.suse/crypto-arm64-poly1305-ignore-build-files.patch
	patches.suse/crypto-tcrypt-fix-printed-skcipher-a-sync-mode.patch
	patches.suse/0001-padata-fix-uninitialized-return-value-in-padata_repl.patch
	patches.suse/crypto-arm64-sha-ce-implement-export-import.patch
	patches.suse/crypto-mxs-dcp-fix-scatterlist-linearization-for-has.patch
	patches.suse/crypto-caam-qi2-fix-chacha20-data-size-error.patch
	patches.suse/crypto-caam-update-xts-sector-size-for-large-input-l.patch
	patches.suse/crypto-x86-curve25519-leave-r12-as-spare-register.patch
	patches.suse/hwrng-imx-rngc-fix-an-error-path.patch
	patches.suse/crypto-arm-poly1305-add-artifact-to-.gitignore-files.patch
	patches.suse/HID-fix-Kconfig-word-ordering.patch
	patches.suse/HID-quirks-Remove-ITE-8595-entry-from-hid_have_speci.patch
	patches.suse/maillbox-bcm-flexrm-mailbox-handle-cmpl_pool-dma-all.patch
	patches.suse/fbdev-potential-information-leak-in-do_fb_ioctl.patch
	patches.suse/0001-OMAP-DSS2-remove-non-zero-check-on-variable-r.patch
	patches.suse/pxa168fb-fix-release-function-mismatch-in-probe-fail.patch
	patches.suse/0001-fbmem-Adjust-indentation-in-fb_prepare_logo-and-fb_b.patch
	patches.suse/drm-drm_dp_mst-remove-set-but-not-used-variable-orig.patch
	patches.suse/drm-dp_mst-Fix-clearing-payload-state-on-topology-di.patch
	patches.suse/drm-crc-Actually-allow-to-change-the-crc-source.patch
	patches.suse/drm-Remove-PageReserved-manipulation-from-drm_pci_al.patch
	patches.suse/drm-sun4i-dsi-Remove-unused-drv-from-driver-context.patch
	patches.suse/drm-sun4i-dsi-Use-NULL-to-signify-no-panel.patch
	patches.suse/drm-sun4i-dsi-Allow-binding-the-host-without-a-panel.patch
	patches.suse/0001-drm-sun4i-dsi-Remove-incorrect-use-of-runtime-PM.patch
	patches.suse/drm-sun4i-dsi-Avoid-hotplug-race-with-DRM-driver-bin.patch
	patches.suse/drm-sun4i-tcon-Separate-quirks-for-tcon0-and-tcon1-o.patch
	patches.suse/drm-i915-Keep-track-of-request-among-the-scheduling-.patch
	patches.suse/drm-i915-Flush-execution-tasklets-before-checking-re.patch
	patches.suse/drm-amd-display-Fix-wrongly-passed-static-prefix.patch
	patches.suse/drm-v3d-Replace-wait_for-macros-to-remove-use-of-msl.patch
	patches.suse/0001-Revert-drm-panel-simple-Add-support-for-Sharp-LQ150X.patch
	patches.suse/drm-i915-properly-sanity-check-batch_start_offset.patch
	patches.suse/drm-i915-Do-not-poison-i915_request.link-on-removal.patch
	patches.suse/drm-i915-Mark-racy-read-of-intel_engine_cs.saturated.patch
	patches.suse/drm-i915-Mark-up-unlocked-update-of-i915_request.hws.patch
	patches.suse/drm-i915-Improve-the-start-alignment-of-bonded-pairs.patch
	patches.suse/0003-drm-i915-Apply-Wa_1406680159-icl-ehl-as-an-engine-wo.patch
	patches.suse/drm-amd-acp-fix-broken-menu-structure.patch
	patches.suse/drm-etnaviv-rework-perfmon-query-infrastructure.patch
	patches.suse/drm-scheduler-fix-rare-NULL-ptr-race.patch
	patches.suse/0004-drm-i915-gt-Stage-the-transfer-of-the-virtual-breadc.patch
	patches.suse/0029-dm-verity-fec-fix-memory-leak-in-verity_fec_dtr.patch
	patches.suse/0016-dm-zoned-remove-duplicate-nr_rnd_zones-increase-in-d.patch
	patches.suse/0017-dm-integrity-fix-a-crash-with-unusually-large-tag-si.patch
	patches.suse/0018-dm-writecache-add-cond_resched-to-avoid-CPU-hangs.patch
	patches.suse/XArray-Fix-xa_find_next-for-large-multi-index-entrie.patch
	patches.suse/XArray-Fix-xas_pause-for-large-multi-index-entries.patch
	patches.suse/xarray-Fix-early-termination-of-xas_for_each_marked.patch
	patches.suse/i40iw-Do-an-RCU-lookup-in-i40iw_add_ipv4_addr.patch
	patches.suse/RDMA-siw-Fix-setting-active_mtu-attribute.patch
	patches.suse/RDMA-core-Add-helper-function-to-retrieve-driver-gid.patch
	patches.suse/RDMA-bnxt_re-Use-rdma_read_gid_hw_context-to-retriev.patch
	patches.suse/RDMA-rxe-Fix-configuration-of-atomic-queue-pair-attr.patch
	patches.suse/RDMA-bnxt_re-Refactor-queue-pair-creation-code.patch
	patches.suse/RDMA-bnxt_re-Replace-chip-context-structure-with-poi.patch
	patches.suse/RDMA-bnxt_re-Refactor-hardware-queue-memory-allocati.patch
	patches.suse/RDMA-bnxt_re-Refactor-net-ring-allocation-function.patch
	patches.suse/RDMA-bnxt_re-Refactor-command-queue-management-code.patch
	patches.suse/RDMA-bnxt_re-Refactor-notification-queue-management-.patch
	patches.suse/RDMA-bnxt_re-Refactor-doorbell-management-functions.patch
	patches.suse/RDMA-bnxt_re-use-ibdev-based-message-printing-functi.patch
	patches.suse/RDMA-bnxt_re-Using-vmalloc-requires-including-vmallo.patch
	patches.suse/RDMA-siw-Fix-setting-active_-speed-width-attributes.patch
	patches.suse/RDMA-ucma-Put-a-lock-around-every-call-to-the-rdma_c.patch
	patches.suse/RDMA-bnxt_re-Refactor-device-add-remove-functionalit.patch
	patches.suse/RDMA-bnxt_re-Use-driver_unregister-and-unregistratio.patch
	patches.suse/RDMA-bnxt_re-Remove-set-but-not-used-variable-pg_siz.patch
	patches.suse/RDMA-bnxt_re-Remove-set-but-not-used-variable-dev_at.patch
	patches.suse/RDMA-bnxt_re-Remove-set-but-not-used-variables-pg-an.patch
	patches.suse/RDMA-mlx5-Prevent-UMR-usage-with-RO-only-when-we-hav.patch
	patches.suse/IB-mlx5-Optimize-u64-division-on-32-bit-arches.patch
	patches.suse/IB-mlx5-Fix-missing-congestion-control-debugfs-on-re.patch
	patches.suse/RDMA-siw-Fix-passive-connection-establishment.patch
	patches.suse/RDMA-bnxt_re-Remove-a-redundant-memset.patch
	patches.suse/RDMA-core-Remove-the-duplicate-header-file.patch
	patches.suse/IB-mlx5-Replace-tunnel-mpls-capability-bits-for-tunn.patch
	patches.suse/RDMA-hns-Fix-wrong-judgments-of-udata-outlen.patch
	patches.suse/RDMA-cm-Fix-ordering-of-xa_alloc_cyclic-in-ib_create.patch
	patches.suse/RDMA-cm-Fix-checking-for-allowed-duplicate-listens.patch
	patches.suse/RDMA-cm-Remove-a-race-freeing-timewait_info.patch
	patches.suse/RDMA-cm-Read-id.state-under-lock-when-doing-pr_debug.patch
	patches.suse/RDMA-cm-Add-missing-locking-around-id.state-in-cm_du.patch
	patches.suse/RDMA-bnxt_re-Use-ib_device_try_get.patch
	patches.suse/RDMA-bnxt_re-Fix-lifetimes-in-bnxt_re_task.patch
	patches.suse/RDMA-bnxt_re-Remove-unnecessary-sched-count.patch
	patches.suse/i40iw-Report-correct-firmware-version.patch
	patches.suse/IB-rdmavt-Delete-unused-routine.patch
	patches.suse/RDMA-siw-Suppress-uninitialized-var-warning.patch
	patches.suse/RDMA-bnxt_re-Wait-for-all-the-CQ-events-before-freei.patch
	patches.suse/RDMA-cm-Update-num_paths-in-cma_resolve_iboe_route-e.patch
	patches.suse/RDMA-rxe-Set-sys_image_guid-to-be-aligned-with-HW-IB.patch
	patches.suse/RDMA-hns-Fix-a-wrong-judgment-of-return-value.patch
	patches.suse/IB-hfi1-Fix-memory-leaks-in-sysfs-registration-and-u.patch
	patches.suse/RDMA-bnxt_re-make-bnxt_re_ib_init-static.patch
	patches.suse/0030-pid-Improve-the-comment-about-waiting-in-zap_pid_ns_.patch
	patches.suse/hibernate-Allow-uswsusp-to-write-to-swap.patch
	patches.suse/xfs-fix-iclog-release-error-check-race-with-shutdown.patch
	patches.suse/xfs-add-agf-freeblocks-verify-in-xfs_agf_verify.patch
	patches.suse/xfs-clear-PF_MEMALLOC-before-exiting-xfsaild-thread.patch
	patches.suse/xfs-fix-use-after-free-when-aborting-corrupt-attr-in.patch
	patches.suse/xfs-add-a-function-to-deal-with-corrupt-buffers-post.patch
	patches.suse/xfs-fix-buffer-corruption-reporting-when-xfs_dir3_fr.patch
	patches.suse/xfs-don-t-ever-return-a-stale-pointer-from-__xfs_dir.patch
	patches.suse/xfs-remove-the-unused-return-value-from-xfs_log_unmo.patch
	patches.suse/xfs-remove-dead-code-from-xfs_log_unmount_write.patch
	patches.suse/xfs-cleanup-xfs_log_unmount_write.patch
	patches.suse/xfs-merge-xlog_cil_push-into-xlog_cil_push_work.patch
	patches.suse/xfs-factor-out-a-xlog_wait_on_iclog-helper.patch
	patches.suse/xfs-simplify-the-xfs_log_release_iclog-calling-conve.patch
	patches.suse/xfs-simplify-log-shutdown-checking-in-xfs_log_releas.patch
	patches.suse/xfs-remove-the-aborted-parameter-to-xlog_state_done_.patch
	patches.suse/xfs-refactor-xlog_state_clean_iclog.patch
	patches.suse/xfs-move-the-ioerror-check-out-of-xlog_state_clean_i.patch
	patches.suse/xfs-remove-xlog_state_want_sync.patch
	patches.suse/xfs-preserve-default-grace-interval-during-quotachec.patch
	patches.suse/xfs-shutdown-on-failure-to-add-page-to-log-bio.patch
	patches.suse/mm-filemap.c-don-t-bother-dropping-mmap_sem-for-zero.patch
	patches.suse/mm-gup-writeback-add-callbacks-for-inaccessible-pages
	patches.suse/mm-memcontrol-fix-memory-low-proportional-distribution.patch
	patches.suse/mm-sparse-rename-pfn_present-to-pfn_in_present_section.patch
	patches.suse/mm-vmscan.c-clean-code-by-removing-unnecessary-assignment.patch
	patches.suse/KVM-Reinstall-old-memslots-if-arch-preparation-fails.patch
	patches.suse/kvm-x86-trace-the-original-requested-cpuid-function-in-kvm_cpuid
	patches.suse/kvm-x86-fix-cpuid-range-checks-for-hypervisor-and-centaur-classes
	patches.suse/0008-s390-protvirt-introduce-host-side-setup
	patches.suse/0009-s390-protvirt-add-ultravisor-initialization
	patches.suse/0010-s390-mm-provide-memory-management-functions-for-protected-kvm-guests
	patches.suse/0011-s390-mm-add-nonsecure-page-access-exceptions-handlers
	patches.suse/0012-s390-protvirt-add-sysfs-firmware-interface-for-ultravisor-information
	patches.suse/0013-kvm-s390-interrupt-do-not-pin-adapter-interrupt-pages
	patches.suse/0014-kvm-s390-protvirt-add-uv-debug-trace
	patches.suse/0015-kvm-s390-add-new-variants-of-uv-call
	patches.suse/0016-kvm-s390-protvirt-add-initial-vm-and-cpu-lifecycle-handling
	patches.suse/0017-kvm-s390-protvirt-secure-memory-is-not-mergeable
	patches.suse/0018-kvm-s390-mm-make-pages-accessible-before-destroying-the-guest
	patches.suse/0019-kvm-s390-protvirt-handle-se-notification-interceptions
	patches.suse/0020-kvm-s390-protvirt-instruction-emulation
	patches.suse/0021-kvm-s390-protvirt-implement-interrupt-injection
	patches.suse/0022-kvm-s390-protvirt-add-sclp-interrupt-handling
	patches.suse/0023-kvm-s390-protvirt-handle-spec-exception-loops
	patches.suse/0024-kvm-s390-protvirt-add-new-gprs-location-handling
	patches.suse/0025-kvm-s390-protvirt-introduce-instruction-data-area-bounce-buffer
	patches.suse/0026-kvm-s390-protvirt-handle-secure-guest-prefix-pages
	patches.suse/0027-kvm-s390-mm-handle-guest-unpin-events
	patches.suse/0028-kvm-s390-protvirt-write-sthyi-data-to-instruction-data-area
	patches.suse/0029-kvm-s390-protvirt-stsi-handling
	patches.suse/0030-kvm-s390-protvirt-disallow-one_reg
	patches.suse/0031-kvm-s390-protvirt-do-only-reset-registers-that-are-accessible
	patches.suse/0032-kvm-s390-protvirt-only-sync-fmt4-registers
	patches.suse/0033-kvm-s390-protvirt-add-program-exception-injection
	patches.suse/0034-kvm-s390-protvirt-uv-calls-in-support-of-diag308-0-1
	patches.suse/0035-kvm-s390-protvirt-report-cpu-state-to-ultravisor
	patches.suse/0036-kvm-s390-protvirt-support-cmd-5-operation-state
	patches.suse/0037-kvm-s390-protvirt-mask-psw-interrupt-bits-for-interception-104-and-112
	patches.suse/0038-kvm-s390-protvirt-do-not-inject-interrupts-after-start
	patches.suse/0039-kvm-s390-protvirt-add-uv-cpu-reset-calls
	patches.suse/0040-documentation-protected-virtual-machine-introduction-and-ipl
	patches.suse/0041-kvm-s390-protvirt-introduce-and-enable-kvm_cap_s390_protected
	patches.suse/0042-kvm-s390-protvirt-add-kvm-api-documentation
	patches.suse/s390-gmap-return-proper-error-code-on-ksm-unsharing
	patches.suse/KVM-arm64-Use-the-correct-timer-structure-to-access-.patch
	patches.suse/KVM-PPC-Book3S-HV-Fix-H_CEDE-return-code-for-nested-.patch
	patches.suse/include-bitmap.h-add-missing-parameter-in-docs.patch
	patches.suse/remoteproc-qcom_q6v5_mss-Don-t-reassign-mpss-region-.patch
	patches.suse/remoteproc-qcom_q6v5_mss-Reload-the-mba-region-on-co.patch
	patches.suse/remoteproc-Fix-NULL-pointer-dereference-in-rproc_vir.patch
	patches.suse/pinctrl-actions-Fix-functions-groups-names-for-S700-.patch
	patches.suse/pinctrl-bcm2835-drop-unused-define.patch
	patches.suse/pinctrl-bcm2835-refactor-platform-data.patch
	patches.suse/pinctrl-bcm2835-add-support-for-all-gpios-on-bcm2711.patch
	patches.suse/pinctrl-sprd-Use-the-correct-pin-output-configuratio.patch
	patches.suse/ALSA-hda-ca0132-Add-Recon3Di-quirk-to-handle-integra.patch
	patches.suse/ALSA-hda-realtek-Enable-mute-LED-on-an-HP-system.patch
	patches.suse/ALSA-hda-realtek-a-fake-key-event-is-triggered-by-ru.patch
	patches.suse/ALSA-hda-hdmi-Reduce-hda_jack_tbl-lookup-at-unsol-ev.patch
	patches.suse/ALSA-hda-hdmi-Don-t-use-standard-hda_jack-for-generi.patch
	patches.suse/ALSA-hda-hdmi-Move-runtime-PM-resume-into-hdmi_prese.patch
	patches.suse/ALSA-hda-hdmi-Move-ELD-parse-and-jack-reporting-into.patch
	patches.suse/ALSA-via82xx-Fix-endianness-annotations.patch
	patches.suse/ALSA-emu10k1-Fix-endianness-annotations.patch
	patches.suse/ALSA-pcm-More-helper-macros-for-reducing-snd_pcm_for.patch
	patches.suse/ALSA-usb-audio-Use-pcm_for_each_format-macro-for-PCM.patch
	patches.suse/ALSA-pcm-Use-standard-macros-for-fixing-PCM-format-c.patch
	patches.suse/ALSA-pcm-Use-a-macro-for-parameter-masks-to-reduce-t.patch
	patches.suse/ALSA-hdsp-remove-redundant-assignment-to-variable-er.patch
	patches.suse/ALSA-hda-remove-redundant-assignment-to-variable-tim.patch
	patches.suse/ALSA-ali5451-remove-redundant-variable-capture_flag.patch
	patches.suse/ALSA-info-remove-redundant-assignment-to-variable-c.patch
	patches.suse/ALSA-core-Replace-zero-length-array-with-flexible-ar.patch
	patches.suse/ALSA-usb-midi-Replace-zero-length-array-with-flexibl.patch
	patches.suse/ALSA-hda-ca0132-Replace-zero-length-array-with-flexi.patch
	patches.suse/ALSA-hda_codec-Replace-zero-length-array-with-flexib.patch
	patches.suse/ALSA-usb-audio-Don-t-create-a-mixer-element-with-bog.patch
	patches.suse/ALSA-pcm-oss-Unlock-mutex-temporarily-for-sleeping-a.patch
	patches.suse/ALSA-usb-audio-Add-support-for-Presonus-Studio-1810c.patch
	patches.suse/usb-audio-v2-Add-uac2_effect_unit_descriptor-definit.patch
	patches.suse/ALSA-usb-audio-Parse-source-ID-of-UAC2-effect-unit.patch
	patches.suse/ALSA-korg1212-fix-if-statement-empty-body-warnings.patch
	patches.suse/ALSA-usb-audio-Add-support-for-MOTU-MicroBook-IIc.patch
	patches.suse/ALSA-usb-audio-Fix-missing-braces-in-some-struct-ini.patch
	patches.suse/ALSA-pcm-oss-Simplify-plugin-frame-size-calculations.patch
	patches.suse/ALSA-pcm-Fix-superfluous-snprintf-usage.patch
	patches.suse/ALSA-hda-Use-scnprintf-for-string-truncation.patch
	patches.suse/ALSA-usb-audio-Fix-mixer-controls-USB-interface-for-.patch
	patches.suse/ALSA-usb-audio-Create-a-registration-quirk-for-Kings.patch
	patches.suse/ALSA-core-Add-snd_device_get_state-helper.patch
	patches.suse/ALSA-usb-audio-Rewrite-registration-quirk-handling.patch
	patches.suse/ALSA-usb-audio-Add-delayed_register-option.patch
	patches.suse/ALSA-usb-audio-Inform-devices-that-need-delayed-regi.patch
	patches.suse/ALSA-hda-default-enable-CA0132-DSP-support.patch
	patches.suse/ASoC-jz4740-i2s-Fix-divider-written-at-incorrect-off.patch
	patches.suse/ASoC-stm32-spdifrx-fix-regmap-status-check.patch
	patches.suse/ASoC-Intel-mrfld-return-error-codes-when-an-error-oc.patch
	patches.suse/ALSA-pcm.h-add-for_each_pcm_streams.patch
	patches.suse/ALSA-usx2y-use-for_each_pcm_streams-macro.patch
	patches.suse/ASoC-sun8i-codec-Remove-unused-dev-from-codec-struct.patch
	patches.suse/ASoC-Intel-mrfld-fix-incorrect-check-on-p-sink.patch
	patches.suse/ALSA-doc-Document-PC-Beep-Hidden-Register-on-Realtek.patch
	patches.suse/ALSA-hda-realtek-Set-principled-PC-Beep-configuratio.patch
	patches.suse/ALSA-hda-realtek-Remove-now-unnecessary-XPS-13-headp.patch
	patches.suse/ALSA-usb-audio-Fix-case-when-USB-MIDI-interface-has-.patch
	patches.suse/i2c-smbus-remove-outdated-references-to-irq-level-tr.patch
	patches.suse/i2c-dev-Fix-the-race-between-the-release-of-i2c_dev-.patch
	patches.suse/mtd-lpddr-Fix-a-double-free-in-probe.patch
	patches.suse/mtd-phram-fix-a-double-free-issue-in-error-path.patch
	patches.suse/mtd-rawnand-free-the-nand_device-object.patch
	patches.suse/mtd-spinand-Stop-using-spinand-oobbuf-for-buffering-.patch
	patches.suse/mtd-spinand-Explicitly-use-MTD_OPS_RAW-to-write-the-.patch
	patches.suse/mtd-spinand-Do-not-erase-the-block-before-writing-a-.patch
	patches.suse/scsi-tcm_qla2xxx-Make-qlt_alloc_qfull_cmd-set-cmd-se.patch
	patches.suse/scsi-ufs-fix-auto-hibern8-error-detection
	patches.suse/scsi-qla2xxx-Check-locking-assumptions-at-runtime-in.patch
	patches.suse/scsi-lpfc-Fix-RQ-buffer-leakage-when-no-IOCBs-availa.patch
	patches.suse/scsi-lpfc-Fix-lpfc_io_buf-resource-leak-in-lpfc_get_.patch
	patches.suse/scsi-lpfc-Fix-broken-Credit-Recovery-after-driver-lo.patch
	patches.suse/scsi-lpfc-Fix-registration-of-ELS-type-support-in-fd.patch
	patches.suse/scsi-lpfc-Fix-release-of-hwq-to-clear-the-eq-relatio.patch
	patches.suse/scsi-lpfc-Fix-compiler-warning-on-frame-size.patch
	patches.suse/scsi-lpfc-Fix-coverity-errors-in-fmdi-attribute-hand.patch
	patches.suse/scsi-lpfc-Remove-handler-for-obsolete-ELS-Read-Port-.patch
	patches.suse/scsi-lpfc-Clean-up-hba-max_lun_queue_depth-checks.patch
	patches.suse/scsi-lpfc-Update-lpfc-version-to-12.6.0.4.patch
	patches.suse/scsi-lpfc-Copyright-updates-for-12.6.0.4-patches.patch
	patches.suse/scsi-ufs-fix-ufshcd_hold-caused-scheduling-while-atomic
	patches.suse/scsi-fc-Update-Descriptor-definition-and-add-RDF-and.patch
	patches.suse/scsi-lpfc-add-RDF-registration-and-Link-Integrity-FP.patch
	patches.suse/scsi-target-fix-unmap_zeroes_data-boolean-initialisa.patch
	patches.suse/scsi-target-convert-boolean-se_dev_attrib-types-to-b.patch
	patches.suse/scsi-target-use-an-enum-to-track-emulate_ua_intlck_c.patch
	patches.suse/scsi-qla2xxx-Add-beacon-LED-config-sysfs-interface.patch
	patches.suse/scsi-qla2xxx-Move-free-of-fcport-out-of-interrupt-co.patch
	patches.suse/scsi-qla2xxx-Add-sysfs-node-for-D-Port-Diagnostics-A.patch
	patches.suse/scsi-qla2xxx-Add-endianizer-macro-calls-to-fc-host-s.patch
	patches.suse/scsi-qla2xxx-Add-changes-in-preparation-for-vendor-e.patch
	patches.suse/scsi-qla2xxx-Add-vendor-extended-RDP-additions-and-a.patch
	patches.suse/scsi-qla2xxx-Add-ql2xrdpenable-module-parameter-for-.patch
	patches.suse/scsi-qla2xxx-Add-vendor-extended-FDMI-commands.patch
	patches.suse/scsi-qla2xxx-Display-message-for-FCE-enabled.patch
	patches.suse/scsi-qla2xxx-Show-correct-port-speed-capabilities-fo.patch
	patches.suse/scsi-qla2xxx-Cleanup-ELS-PUREX-iocb-fields.patch
	patches.suse/scsi-qla2xxx-Add-deferred-queue-for-processing-ABTS-.patch
	patches.suse/scsi-qla2xxx-Handle-cases-for-limiting-RDP-response-.patch
	patches.suse/scsi-qla2xxx-Fix-RDP-response-size.patch
	patches.suse/scsi-qla2xxx-Use-endian-macros-to-assign-static-fiel.patch
	patches.suse/scsi-qla2xxx-Correction-to-selection-of-loopback-ech.patch
	patches.suse/scsi-qla2xxx-Fix-qla2x00_echo_test-based-on-ISP-type.patch
	patches.suse/scsi-qla2xxx-Print-portname-for-logging-in-qla24xx_l.patch
	patches.suse/scsi-qla2xxx-Use-correct-ISP28xx-active-FW-region.patch
	patches.suse/scsi-qla2xxx-Save-rscn_gen-for-new-fcport.patch
	patches.suse/scsi-qla2xxx-Fix-control-flags-for-login-logout-IOCB.patch
	patches.suse/scsi-qla2xxx-Add-fixes-for-mailbox-command.patch
	patches.suse/scsi-qla2xxx-Use-QLA_FW_STOPPED-macro-to-propagate-f.patch
	patches.suse/scsi-qla2xxx-Update-driver-version-to-10.01.00.24-k.patch
	patches.suse/scsi-lpfc-fix-spelling-mistake-Notication-Notificati.patch
	patches.suse/scsi-qla2xxx-Fix-sparse-warning-reported-by-kbuild-b.patch
	patches.suse/scsi-qla2xxx-Simplify-the-code-for-aborting-SCSI-com.patch
	patches.suse/scsi-qla2xxx-Suppress-endianness-complaints-in-qla2x.patch
	patches.suse/scsi-qla2xxx-Fix-sparse-warnings-triggered-by-the-PC.patch
	patches.suse/scsi-qla2xxx-Convert-MAKE_HANDLE-from-a-define-into-.patch
	patches.suse/scsi-qla2xxx-Add-16.0GT-for-PCI-String.patch
	patches.suse/scsi-qla2xxx-Avoid-setting-firmware-options-twice-in.patch
	patches.suse/scsi-qla2xxx-Use-FC-generic-update-firmware-options-.patch
	patches.suse/scsi-qla2xxx-Fix-FCP-SCSI-FC4-flag-passing-error.patch
	patches.suse/scsi-qla2xxx-Improved-secure-flash-support-messages.patch
	patches.suse/scsi-qla2xxx-Return-appropriate-failure-through-BSG-.patch
	patches.suse/scsi-qla2xxx-Use-a-dedicated-interrupt-handler-for-h.patch
	patches.suse/scsi-qla2xxx-fix-FW-resource-count-values.patch
	patches.suse/scsi-qla2xxx-Update-BPM-enablement-semantics.patch
	patches.suse/scsi-qla2xxx-add-more-FW-debug-information.patch
	patches.suse/scsi-qla2xxx-Force-semaphore-on-flash-validation-fai.patch
	patches.suse/scsi-qla2xxx-Fix-RDP-respond-data-format.patch
	patches.suse/scsi-qla2xxx-Fix-NPIV-instantiation-after-FW-dump.patch
	patches.suse/scsi-qla2xxx-Serialize-fc_port-alloc-in-N2N.patch
	patches.suse/scsi-qla2xxx-Remove-restriction-of-FC-T10-PI-and-FC-.patch
	patches.suse/scsi-qla2xxx-Handle-NVME-status-iocb-correctly.patch
	patches.suse/scsi-qla2xxx-Set-Nport-ID-for-N2N.patch
	patches.suse/scsi-qla2xxx-Update-driver-version-to-10.01.00.25-k.patch
	patches.suse/scsi-ibmvfc-Avoid-loss-of-all-paths-during-SVC-node-.patch
	patches.suse/ibmvfc-Fix-NULL-return-compiler-warning.patch
	patches.suse/scsi-qla2xxx-add-ring-buffer-for-tracing-debug-logs.patch
	patches.suse/scsi-core-avoid-repetitive-logging-of-device-offline.patch
	patches.suse/scsi-zfcp-fix-missing-erp_lock-in-port-recovery-trigger-for-point-to-point
	patches.suse/scsi-zfcp-expose-fabric-name-as-common-fc_host-sysfs.patch
	patches.suse/scsi-zfcp-wire-previously-driver-specific-sysfs-attr.patch
	patches.suse/scsi-zfcp-fix-fc_host-attributes-that-should-be-unkn.patch
	patches.suse/scsi-zfcp-auto-variables-for-dereferenced-structs-in.patch
	patches.suse/scsi-zfcp-report-FC-Endpoint-Security-in-sysfs.patch
	patches.suse/scsi-zfcp-log-FC-Endpoint-Security-of-connections.patch
	patches.suse/scsi-zfcp-trace-FC-Endpoint-Security-of-FCP-devices-.patch
	patches.suse/scsi-zfcp-enhance-handling-of-FC-Endpoint-Security-e.patch
	patches.suse/scsi-zfcp-log-FC-Endpoint-Security-errors.patch
	patches.suse/scsi-ipr-Use-scnprintf-for-avoiding-potential-buffer.patch
	patches.suse/scsi-smartpqi-Use-scnprintf-for-avoiding-potential-b.patch
	patches.suse/scsi-qla2xxx-Remove-non-functional-code.patch
	patches.suse/scsi-aha1740-fix-an-errro-handling-path-in-aha1740_probe
	patches.suse/x86-xen-make-the-boot-cpu-idle-task-reliable.patch
	patches.suse/x86-xen-make-the-secondary-cpu-idle-tasks-reliable.patch
	patches.suse/mei-fix-CNL-itouch-device-number-to-match-the-spec.patch
	patches.suse/extcon-axp288-Add-wakeup-support.patch
	patches.suse/0031-coresight-do-not-use-the-BIT-macro-in-the-UAPI-heade.patch
	patches.suse/mei-me-add-cedar-fork-device-ids.patch
	patches.suse/misc-rtsx-set-correct-pcr_ops-for-rts522A.patch
	patches.suse/PCI-ASPM-Clear-the-correct-bits-when-enabling-L1-sub.patch
	patches.suse/PCI-ERR-Combine-pci_channel_io_frozen-cases.patch
	patches.suse/PCI-ERR-Update-error-status-after-reset_link.patch
	patches.suse/pci-dpc-move-dpc-data-into-struct-pci_dev
	patches.suse/pci-err-remove-service-dependency-in-pcie_do_recovery
	patches.suse/pci-err-return-status-of-pcie_do_recovery
	patches.suse/pci-dpc-cache-dpc-capabilities-in-pci_init_capabilities
	patches.suse/pci-aer-add-pci_aer_raw_clear_status-to-unconditionally-clear-error-status
	patches.suse/pci-dpc-expose-dpc_process_error-dpc_reset_link-for-use-by-edr
	patches.suse/pci-dpc-add-error-disconnect-recover-edr-support
	patches.suse/pci-aer-rationalize-error-status-register-clearing
	patches.suse/PCI-pciehp-Disable-in-band-presence-detect-when-poss.patch
	patches.suse/PCI-pciehp-Wait-for-PDS-if-in-band-presence-is-disab.patch
	patches.suse/PCI-pciehp-Add-DMI-table-for-in-band-presence-detect.patch
	patches.suse/PCI-pciehp-Fix-indefinite-wait-on-sysfs-requests.patch
	patches.suse/pci-pciehp-fix-msi-interrupt-race
	patches.suse/PCI-Add-boot-interrupt-quirk-mechanism-for-Xeon-chip.patch
	patches.suse/PCI-Avoid-ASMedia-XHCI-USB-PME-from-D0-defect.patch
	patches.suse/PCI-Add-Zhaoxin-Vendor-ID.patch
	patches.suse/PCI-Add-ACS-quirk-for-Zhaoxin-multi-function-devices.patch
	patches.suse/PCI-Add-ACS-quirk-for-Zhaoxin-Root-Downstream-Ports.patch
	patches.suse/PCI-endpoint-Fix-for-concurrent-memory-allocation-in.patch
	patches.suse/PCI-endpoint-Fix-clearing-start-entry-in-configfs.patch
	patches.suse/PCI-endpoint-Fix-set_msix-to-take-BIR-and-offset-as-.patch
	patches.suse/PCI-dwc-Fix-dw_pcie_ep_raise_msix_irq-to-get-correct.patch
	patches.suse/misc-pci_endpoint_test-Fix-to-support-10-pci-endpoin.patch
	patches.suse/msft-hv-2032-PCI-hv-Decouple-the-func-definition-in-hv_dr_state-f.patch
	patches.suse/msft-hv-2033-PCI-hv-Add-support-for-protocol-1.3-and-support-PCI_.patch
	patches.suse/msft-hv-2035-PCI-hv-Move-hypercall-related-definitions-into-tlfs-.patch
	patches.suse/msft-hv-2036-PCI-hv-Move-retarget-related-structures-into-tlfs-he.patch
	patches.suse/msft-hv-2037-PCI-hv-Introduce-hv_msi_entry.patch
	patches.suse/PCI-mobiveil-Introduce-a-new-structure-mobiveil_root.patch
	patches.suse/PCI-mobiveil-Move-the-host-initialization-into-a-fun.patch
	patches.suse/PCI-mobiveil-Collect-the-interrupt-related-operation.patch
	patches.suse/PCI-mobiveil-Modularize-the-Mobiveil-PCIe-Host-Bridg.patch
	patches.suse/PCI-mobiveil-Add-callback-function-for-interrupt-ini.patch
	patches.suse/PCI-mobiveil-Add-callback-function-for-link-up-check.patch
	patches.suse/PCI-mobiveil-Allow-mobiveil_host_init-to-be-used-to-.patch
	patches.suse/PCI-mobiveil-Add-8-bit-and-16-bit-CSR-register-acces.patch
	patches.suse/PCI-mobiveil-Add-Header-Type-field-check.patch
	patches.suse/PCI-mobiveil-Add-PCIe-Gen4-RC-driver-for-Layerscape-.patch
	patches.suse/PCI-mobiveil-Fix-sparse-different-address-space-warn.patch
	patches.suse/PCI-mobiveil-Fix-unmet-dependency-warning-for-PCIE_M.patch
	patches.suse/PCI-qcom-Fix-the-fixup-of-PCI_VENDOR_ID_QCOM.patch
	patches.suse/0032-Revert-dm-always-call-blk_queue_split-in-dm_process_.patch
	patches.suse/arm64-bcm2835-Drop-select-of-nonexistent-HAVE_ARM_AR.patch
	patches.suse/soc-mediatek-knows_txdone-needs-to-be-set-in-Mediate.patch
	patches.suse/soc-imx-gpc-fix-power-up-sequencing.patch
	patches.suse/arm64-dts-allwinner-a64-Fix-display-clock-register-r.patch
	patches.suse/arm64-tegra-Fix-Tegra194-PCIe-compatible-string.patch
	patches.suse/arm64-tegra-Enable-I2C-controller-for-EEPROM.patch
	patches.suse/arm64-dts-clearfog-gt-8k-set-gigabit-PHY-reset-deass.patch
	patches.suse/arm64-dts-uniphier-Set-SCSSI-clock-and-reset-IDs-for.patch
	patches.suse/arm64-dts-ls1028a-delete-extraneous-interrupt-cells-.patch
	patches.suse/arm64-dts-librem5-devkit-add-a-vbus-supply-to-usb0.patch
	patches.suse/clk-ti-Fix-dm814x-clkctrl-for-ethernet.patch
	patches.suse/s390-cpum_cf-add-new-extended-counters-for-ibm-z15
	patches.suse/s390-prevent-leaking-kernel-address-in-bear
	patches.suse/s390-cpuinfo-fix-wrong-output-when-cpu0-is-offline
	patches.suse/s390-diag-fix-display-of-diagnose-call-statistics
	patches.suse/s390-zcrypt-use-kvmalloc-instead-of-kmalloc-for-256k-alloc
	patches.suse/vfio-platform-Switch-to-platform_get_irq_optional.patch
	patches.suse/vfio-Ignore-ENODEV-when-getting-MSI-cookie.patch
	patches.suse/dma-coherent-fix-integer-overflow-in-the-reserved-me.patch
	patches.suse/gpio-siox-use-raw-spinlock-for-irq-related-locking.patch
	patches.suse/tools-gpio-Fix-out-of-tree-build-regression.patch
	patches.suse/rtc-zynqmp-Clear-alarm-interrupt-status-before-inter.patch
	patches.suse/rtc-cmos-Use-spin_lock_irqsave-in-cmos_interrupt.patch
	patches.suse/rtc-88pm860x-fix-possible-race-condition.patch
	patches.suse/rtc-imx-sc-Align-imx-sc-msg-structs-to-4.patch
	patches.suse/nfsd-Fix-NFSv4-READ-on-RDMA-when-using-readv.patch
	patches.suse/svcrdma-Fix-double-svc_rdma_send_ctxt_put-in-an-erro.patch
	patches.suse/nfsd-Don-t-add-locks-to-closed-or-closing-open-state.patch
	patches.suse/nfsd-remove-read-permission-bit-for-ctl-sysctl.patch
	patches.suse/nfsd-fsnotify-on-rmdir-under-nfsd-clients.patch
	patches.suse/SUNRPC-Fix-a-potential-buffer-overflow-in-svc_print_.patch
	patches.suse/svcrdma-Fix-leak-of-transport-addresses.patch
	patches.suse/0002-exfat-add-in-memory-and-on-disk-structures-and-heade.patch
	patches.suse/0003-exfat-add-super-block-operations.patch
	patches.suse/0004-exfat-add-inode-operations.patch
	patches.suse/0005-exfat-add-directory-operations.patch
	patches.suse/0006-exfat-add-file-operations.patch
	patches.suse/0007-exfat-add-fat-entry-operations.patch
	patches.suse/0008-exfat-add-bitmap-operations.patch
	patches.suse/0009-exfat-add-exfat-cache.patch
	patches.suse/0010-exfat-add-misc-operations.patch
	patches.suse/0011-exfat-add-nls-operations.patch
	patches.suse/0012-exfat-add-Kconfig-and-Makefile.patch
	patches.suse/ftrace-kprobe-show-the-maxactive-number-on-kprobe_events.patch
	patches.suse/clk-sunxi-ng-sun8i-de2-Split-out-H5-definitions.patch
	patches.suse/clk-sunxi-ng-sun8i-de2-Add-rotation-core-clocks-and-.patch
	patches.suse/clk-sunxi-ng-sun8i-de2-H6-doesn-t-have-rotate-core.patch
	patches.suse/0010-clk-sunxi-ng-sun8i-de2-Add-rotation-core-clocks-and-.patch
	patches.suse/clk-ingenic-jz4770-Exit-with-error-if-CGU-init-faile.patch
	patches.suse/clk-at91-sam9x60-Don-t-use-audio-PLL.patch
	patches.suse/clk-at91-usb-continue-if-clk_hw_round_rate-return-ze.patch
	patches.suse/clk-at91-sam9x60-fix-usb-clock-parents.patch
	patches.suse/clk-at91-usb-use-proper-usbs_mask.patch
	patches.suse/clk-sprd-fix-to-get-a-correct-ibias-of-pll.patch
	patches.suse/clk-tegra-Fix-Tegra-PMC-clock-out-parents.patch
	patches.suse/clk-qcom-clk-rpmh-Wait-for-completion-when-enabling-.patch
	patches.suse/clk-imx8mm-Fix-the-CLKO1-source-select-list.patch
	patches.suse/clk-imx-clk-gate2-Pass-the-device-to-the-register-fu.patch
	patches.suse/ext4-fix-a-data-race-at-inode-i_blocks.patch
	patches.suse/ext4-Check-for-non-zero-journal-inum-in-ext4_calculate_overhead.patches
	patches.suse/ext4-Unregister-sysfs-path-before-destroying-jbd2-journal.patch
	patches.suse/ext4-Avoid-ENOSPC-when-avoiding-to-reuse-recently-de.patch
	patches.suse/ext4-do-not-commit-super-on-read-only-bdev.patch
	patches.suse/ext4-fix-incorrect-inodes-per-group-in-error-message.patch
	patches.suse/ext4-fix-incorrect-group-count-in-ext4_fill_super-er.patch
	patches.suse/random-always-use-batched-entropy-for-get_random_u-3.patch
	patches.suse/random-fix-data-races-at-timer_rand_state.patch
	patches.suse/powerpc-papr_scm-Mark-papr_scm_ndctl-as-static.patch
	patches.suse/Documentation-ABI-Add-ABI-documentation-for-sys-kern.patch
	patches.suse/sysfs-Wrap-__compat_only_sysfs_link_entry_to_kobj-fu.patch
	patches.suse/powerpc-fadump-Reorganize-sys-kernel-fadump_-sysfs-f.patch
	patches.suse/powerpc-powernv-Move-core-and-fadump_release_opalcor.patch
	patches.suse/Documentation-ABI-Mark-sys-kernel-fadump_-sysfs-file.patch
	patches.suse/powerpc-fadump-sysfs-for-fadump-memory-reservation.patch
	patches.suse/powerpc-drmem-avoid-NULL-pointer-dereference-when-dr.patch
	patches.suse/powerpc-book3s64-Fix-error-handling-in-mm_iommu_do_a.patch
	patches.suse/powerpc-Rename-current_stack_pointer-to-current_stac.patch
	patches.suse/powerpc-Add-current_stack_pointer-as-a-register-glob.patch
	patches.suse/powerpc-irq-Use-current_stack_pointer-in-check_stack.patch
	patches.suse/powerpc-irq-Use-current_stack_pointer-in-do_IRQ.patch
	patches.suse/powerpc-smp-Use-nid-as-fallback-for-package_id.patch
	patches.suse/powerpc-numa-Use-cpu-node-map-of-first-sibling-threa.patch
	patches.suse/powerpc-numa-Early-request-for-home-node-associativi.patch
	patches.suse/cpufreq-powernv-Fix-use-after-free.patch
	patches.suse/cpufreq-powernv-Fix-unsafe-notifiers.patch
	patches.suse/tty-evh_bytechan-Fix-out-of-bounds-accesses.patch
	patches.suse/selftests-powerpc-Add-tlbie_test-in-.gitignore.patch
	patches.suse/powerpc-kuap-PPC_KUAP_DEBUG-should-depend-on-PPC_KUA.patch
	patches.suse/powerpc-pseries-Fix-of_read_drc_info_cell-to-point-a.patch
	patches.suse/powerpc-sstep-Fix-DS-operand-in-ld-encoding-to-appro.patch
	patches.suse/powerpc-64s-Fix-section-mismatch-warnings-from-boot-.patch
	patches.suse/powerpc-hash64-devmap-Use-H_PAGE_THP_HUGE-when-setti.patch
	patches.suse/selftests-powerpc-Turn-off-timeout-setting-for-bench.patch
	patches.suse/cpufreq-powernv-Fix-frame-size-overflow-in-powernv_c.patch
	patches.suse/powerpc-64-Setup-a-paca-before-parsing-device-tree-e.patch
	patches.suse/powerpc-64-Prevent-stack-protection-in-early-boot.patch
	patches.suse/powerpc-kprobes-Ignore-traps-that-happened-in-real-m.patch
	patches.suse/powerpc-xive-Use-XIVE_BAD_IRQ-instead-of-zero-to-cat.patch
	patches.suse/powerpc-pseries-Handle-UE-event-for-memcpy_mcsafe.patch
	patches.suse/powerpc-64-tm-Don-t-let-userspace-set-regs-trap-via-.patch
	patches.suse/powerpc-64-mark-emergency-stacks-valid-to-unwind.patch
	patches.suse/powerpc-vmlinux.lds-Explicitly-retain-.gnu.hash.patch
	patches.suse/powerpc-Make-setjmp-longjmp-signature-standard.patch
	patches.suse/power-supply-axp288_fuel_gauge-Broaden-vendor-check-.patch
	patches.suse/power-supply-axp288_charger-Add-special-handling-for.patch
	patches.suse/power-supply-bq27xxx_battery-Silence-deferred-probe-.patch
	patches.suse/fanotify-merge-duplicate-events-on-parent-and-child.patch
	patches.suse/fanotify-fix-merging-marks-masks-with-FAN_ONDIR.patch
	patches.suse/ACPICA-Fixes-for-acpiExec-namespace-init-file.patch
	patches.suse/ACPI-video-Use-native-backlight-on-Acer-Aspire-5783z.patch
	patches.suse/net_sched-add-a-temporary-refcnt-for-struct-tcindex_.patch
	patches.suse/ipv6-don-t-auto-add-link-local-address-to-lag-ports.patch
	patches.suse/cxgb4-fix-MPS-index-overwrite-when-setting-MAC-addre.patch
	patches.suse/cxgb4-free-MQPRIO-resources-in-shutdown-path.patch
	patches.suse/slcan-Don-t-transmit-uninitialized-stack-data-in-pad.patch
	patches.suse/net-stmmac-dwmac1000-fix-out-of-bounds-mac-address-r.patch
	patches.suse/net_sched-fix-a-missing-refcnt-in-tcindex_init.patch
	patches.suse/net-phy-micrel-kszphy_resume-add-delay-after-genphy_.patch
	patches.suse/tun-Don-t-put_page-for-all-negative-return-values-fr.patch
	patches.suse/net-dsa-bcm_sf2-Do-not-register-slave-MDIO-bus-with-.patch
	patches.suse/mlxsw-spectrum_flower-Do-not-stop-at-FLOW_ACTION_VLA.patch
	patches.suse/net-dsa-bcm_sf2-Ensure-correct-sub-node-is-parsed.patch
	patches.suse/NFS-alloc_nfs_open_context-must-use-the-file-cred-wh.patch
	patches.suse/NFSv4-pnfs-Return-valid-stateids-in-nfs_layout_find_.patch
	patches.suse/sunrpc-Fix-gss_unwrap_resp_integ-again.patch
	patches.suse/SUNRPC-fix-krb5p-mount-to-provide-large-enough-buffe.patch
	patches.suse/NFS-Fix-a-page-leak-in-nfs_destroy_unlinked_subreque.patch
	patches.suse/NFS-Fix-races-nfs_page_group_destroy-vs-nfs_destroy_.patch
	patches.suse/NFS-Fix-use-after-free-issues-in-nfs_pageio_add_requ.patch
	patches.suse/mm-don-t-prepare-anon_vma-if-vma-has-vm_wipeonfork.patch
	patches.suse/0001-Revert-mm-rmap.c-reuse-mergeable-anon_vma-as-parent-.patch
	patches.suse/ubsan-check-panic_on_warn.patch
	patches.suse/ipc-mqueue.c-fix-a-brace-coding-style-issue.patch
	patches.suse/ipc-shm.c-make-compat_ksys_shmctl-static.patch
	patches.suse/mfd-dln2-Fix-sanity-checking-for-endpoints.patch
	patches.suse/thermal-qoriq-Fix-a-compiling-issue.patch
	patches.suse/thermal-drivers-cpufreq_cooling-Fix-return-of-cpufre.patch
	patches.suse/thermal-devfreq_cooling-inline-all-stubs-for-CONFIG_.patch
	patches.suse/Input-goodix-fix-touch-coordinates-on-Cube-I15-TC.patch
	patches.suse/Input-i8042-add-Acer-Aspire-5738z-to-nomux-list.patch
	patches.suse/drm-vc4-Fix-HDMI-mode-validation.patch
	patches.suse/fbcon-fix-null-ptr-deref-in-fbcon_switch.patch
	patches.suse/drm-nouveau-svm-fix-vma-range-check-for-migration.patch
	patches.suse/drm-nouveau-svm-check-for-SVM-initialized-before-mig.patch
	patches.suse/drm-nouveau-workaround-runpm-fail-by-disabling-PCI-p.patch
	patches.suse/drm-nouveau-gr-gp107-gp108-implement-workaround-for-.patch
	patches.suse/drm-amd-display-Not-doing-optimize-bandwidth-if-flip.patch
	patches.suse/drm-amdkfd-kfree-the-wrong-pointer.patch
	patches.suse/kvm-s390-vsie-fix-region-1-asce-sanity-shadow-address-checks
	patches.suse/KVM-s390-vsie-Fix-delivery-of-addressing-exceptions.patch
	patches.suse/kvm-s390-vsie-fix-possible-race-when-shadowing-region-3-tables
	patches.suse/iommu-vt-d-fix-page-request-descriptor-size
	patches.suse/iommu-amd-fix-the-configuration-of-gcr3-table-root-pointer
	patches.suse/iommu-vt-d-fix-mm-reference-leak
	patches.suse/iommu-virtio-fix-freeing-of-incomplete-domains
	patches.suse/0014-mm-memremap_pages-Kill-unused-__devm_memremap_pages.patch
	patches.suse/0015-mm-memremap_pages-Introduce-memremap_compat_align.patch
	patches.suse/0016-libnvdimm-pfn-Prevent-raw-mode-fallback-if-pfn-infob.patch
	patches.suse/0017-libnvdimm-namespace-Enforce-memremap_compat_align.patch
	patches.suse/0018-libnvdimm-region-Introduce-NDD_LABELING.patch
	patches.suse/0019-libnvdimm-region-Introduce-an-align-attribute.patch
	patches.suse/0020-libnvdimm-region-Fix-build-error.patch
	patches.suse/tools-testing-nvdimm-Fix-compilation-failure-without.patch
	patches.suse/acpi-nfit-improve-bounds-checking-for-func.patch
	patches.suse/libnvdimm-Out-of-bounds-read-in-__nd_ioctl.patch
	patches.suse/tools-test-nvdimm-Fix-out-of-tree-build.patch
	patches.suse/platform-chrome-cros_ec_rpmsg-Fix-race-with-host-eve.patch
	patches.suse/watchdog-reset-last_hw_keepalive-time-at-start.patch
	patches.suse/0001-ceph-register-mds-request-with-dir-inode-from-the-start.patch
	patches.suse/0002-ceph-add-refcounting-for-fx-caps.patch
	patches.suse/0003-ceph-check-inode-type-for-ceph_cap_file_-cache-rd-rextend-lazyio.patch
	patches.suse/0004-libceph-drop-ceph_define_show_func.patch
	patches.suse/0006-ceph-don-t-clearpagechecked-in-ceph_invalidatepage.patch
	patches.suse/0007-ceph-move-ceph_osdc_-read-write-pages-to-ceph-ko.patch
	patches.suse/0008-ceph-check-if-file-lock-exists-before-sending-unlock-request.patch
	patches.suse/0014-ceph-replace-zero-length-array-with-flexible-array-member.patch
	patches.suse/0016-ceph-reorganize-fields-in-ceph_mds_request.patch
	patches.suse/0017-ceph-move-to-a-dedicated-slabcache-for-mds-requests.patch
	patches.suse/0018-ceph-re-org-copy_file_range-and-fix-some-error-paths.patch
	patches.suse/0019-ceph-return-etimedout-errno-to-userland-when-request-timed-out.patch
	patches.suse/0020-libceph-simplify-ceph_monc_handle_map.patch
	patches.suse/0021-libceph-directly-skip-to-the-end-of-redirect-reply.patch
	patches.suse/0022-ceph-clean-up-kick_flushing_inode_caps.patch
	patches.suse/0023-ceph-more-caps-c-lockdep-assertions.patch
	patches.suse/0024-ceph-add-flag-to-designate-that-a-request-is-asynchronous.patch
	patches.suse/0025-ceph-track-primary-dentry-link.patch
	patches.suse/0026-ceph-add-infrastructure-for-waiting-for-async-create-to-complete.patch
	patches.suse/0027-ceph-make-_take_cap_refs-non-static.patch
	patches.suse/0028-ceph-cap-tracking-for-async-directory-operations.patch
	patches.suse/0029-ceph-don-t-take-refs-to-want-mask-unless-we-have-all-bits.patch
	patches.suse/0030-ceph-perform-asynchronous-unlink-if-we-have-sufficient-caps.patch
	patches.suse/0031-ceph-make-ceph_fill_inode-non-static.patch
	patches.suse/0032-ceph-decode-interval_sets-for-delegated-inos.patch
	patches.suse/0033-ceph-add-new-mds-req-field-to-hold-delegated-inode-number.patch
	patches.suse/0034-ceph-cache-layout-in-parent-dir-on-first-sync-create.patch
	patches.suse/0035-ceph-attempt-to-do-async-create-when-possible.patch
	patches.suse/0036-ceph-update-dentry-lease-for-async-create.patch
	patches.suse/0037-ceph-always-renew-caps-if-mds_wanted-is-insufficient.patch
	patches.suse/0038-ceph-consider-inode-s-last-read-write-when-calculating-wanted-caps.patch
	patches.suse/0039-ceph-remove-delay-check-logic-from-ceph_check_caps.patch
	patches.suse/0040-ceph-simplify-calling-of-ceph_get_fmode.patch
	patches.suse/0041-ceph-update-i_requested_max_size-only-when-sending-cap-msg-to-auth-mds.patch
	patches.suse/0042-ceph-check-all-mds-caps-after-page-writeback.patch
	patches.suse/0043-ceph-return-ceph_mdsc_do_request-errors-from-_get_parent.patch
	patches.suse/0044-ceph-cleanup-return-error-of-try_get_cap_refs.patch
	patches.suse/0045-ceph-request-new-max-size-only-when-there-is-auth-cap.patch
	patches.suse/0046-ceph-don-t-skip-updating-wanted-caps-when-cap-is-stale.patch
	patches.suse/0047-ceph-wait-for-async-creating-inode-before-requesting-new-max-size.patch
	patches.suse/0048-ceph-fix-snapshot-directory-timestamps.patch
	patches.suse/powerpc-pseries-Fix-MCE-handling-on-pseries.patch
	patches.suse/powerpc-pseries-ddw-Extend-upper-limit-for-huge-DMA-.patch
	patches.suse/Revert-powerpc-64-irq_work-avoid-interrupt-when-call.patch
	patches.suse/arm64-armv8_deprecated-Fix-undef_hook-mask-for-thumb.patch
	patches.suse/s390-cio-avoid-duplicated-add-uevents
	patches.suse/s390-cio-generate-delayed-uevent-for-vfio-ccw-subchannels
	patches.suse/xfs-don-t-try-to-write-a-start-record-into-every-icl.patch
	patches.suse/xfs-re-order-initial-space-accounting-checks-in-xlog.patch
	patches.suse/xfs-refactor-and-split-xfs_log_done.patch
	patches.suse/xfs-kill-XLOG_TIC_INITED.patch
	patches.suse/xfs-split-xlog_ticket_done.patch
	patches.suse/xfs-merge-xlog_commit_record-with-xlog_write_done.patch
	patches.suse/xfs-refactor-unmount-record-writing.patch
	patches.suse/xfs-remove-some-stale-comments-from-the-log-code.patch
	patches.suse/xfs-don-t-allow-log-IO-to-be-throttled.patch
	patches.suse/xfs-don-t-write-a-corrupt-unmount-record-to-force-su.patch
	patches.suse/xfs-factor-out-a-new-xfs_log_force_inode-helper.patch
	patches.suse/xfs-reflink-should-force-the-log-out-if-mounted-with.patch
	patches.suse/io_uring-remove-bogus-RLIMIT_NOFILE-check-in-file-re.patch
	patches.suse/nvme-fcloop-fix-deallocation-of-working-context.patch
	patches.suse/nvme-rdma-Replace-comma-with-a-semicolon.patch
	patches.suse/nvmet-fc-fix-typo-in-comment.patch
	patches.suse/nvme-tcp-fix-possible-crash-in-write_zeroes-processi.patch
	patches.suse/nvme-inherit-stable-pages-constraint-in-the-mpath-st.patch
	patches.suse/nvmet-fix-NULL-dereference-when-removing-a-referral.patch
	patches.suse/nvmet-rdma-fix-bonding-failover-possible-NULL-deref.patch
	patches.suse/nvme-fix-deadlock-caused-by-ANA-update-wrong-locking.patch
	patches.suse/nvme-fc-Revert-add-module-to-ops-template-to-allow-m.patch
	patches.suse/libata-Return-correct-status-in-sata_pmp_eh_recover_.patch
	patches.suse/scsi-lpfc-Fix-kasan-slab-out-of-bounds-error-in-lpfc.patch
	patches.suse/scsi-lpfc-Fix-lockdep-error-register-non-static-key.patch
	patches.suse/scsi-lpfc-Fix-lpfc-overwrite-of-sg_cnt-field-in-nvme.patch
	patches.suse/scsi-lpfc-Fix-scsi-host-template-for-SLI3-vports.patch
	patches.suse/scsi-lpfc-Fix-crash-after-handling-a-pci-error.patch
	patches.suse/scsi-lpfc-Fix-update-of-wq-consumer-index-in-lpfc_sl.patch
	patches.suse/scsi-lpfc-Fix-crash-in-target-side-cable-pulls-hitti.patch
	patches.suse/scsi-lpfc-Fix-erroneous-cpu-limit-of-128-on-I-O-stat.patch
	patches.suse/scsi-lpfc-Make-debugfs-ktime-stats-generic-for-NVME-.patch
	patches.suse/scsi-lpfc-Remove-prototype-FIPS-DSS-options-from-SLI.patch
	patches.suse/scsi-lpfc-Update-lpfc-version-to-12.8.0.0.patch
	patches.suse/scsi-ufs-clean-up-ufshcd_scale_clks-and-clock-scaling-error-out-path
	patches.suse/0001-scsi-target-use-define-for-xcopy-descriptor-len.patch
	patches.suse/0002-scsi-target-drop-xcopy-DISK-BLOCK-LENGTH-debug.patch
	patches.suse/0003-scsi-target-avoid-per-loop-XCOPY-buffer-allocations.patch
	patches.suse/0004-scsi-target-increase-XCOPY-I-O-size.patch
	patches.suse/0005-scsi-target-use-the-stack-for-XCOPY-passthrough-cmds.patch
	patches.suse/scsi-libfc-If-PRLI-rejected-move-rport-to-PLOGI-stat.patch
	patches.suse/scsi-libfc-rport-state-move-to-PLOGI-if-all-PRLI-ret.patch
	patches.suse/scsi-lpfc-Change-default-SCSI-LUN-QD-to-64.patch
	patches.suse/scsi-mpt3sas-fix-kernel-panic-observed-on-soft-hba-unplug
	patches.suse/ALSA-hda-realtek-Add-quirk-for-Lenovo-Carbon-X1-8th-.patch
	patches.suse/ALSA-pcm-oss-Fix-regression-by-buffer-overflow-fix-a.patch
	patches.suse/ALSA-usb-audio-Add-Pioneer-DJ-DJM-250MK2-quirk.patch
	patches.suse/ALSA-usb-audio-Add-registration-quirk-for-Kingston-H.patch
	patches.suse/ALSA-hda-realtek-Add-supported-new-mute-Led-for-HP.patch
	patches.suse/ALSA-hda-realtek-Add-HP-new-mute-led-supported-for-A.patch
	patches.suse/ALSA-hda-Fix-potential-access-overflow-in-beep-helpe.patch
	patches.suse/ALSA-ice1724-Fix-invalid-access-for-enumerated-ctl-i.patch
	patches.suse/ALSA-hda-realtek-Add-quirk-for-MSI-GL63.patch
	patches.suse/ALSA-usb-audio-Add-mixer-workaround-for-TRX40-and-co.patch
	patches.suse/ALSA-hda-Add-driver-blacklist.patch
	patches.suse/ASoC-fix-regwmask.patch
	patches.suse/ASoC-Intel-broadwell-Remove-ignore_suspend-flag-from.patch
	patches.suse/ASoC-Intel-haswell-Remove-ignore_suspend-flag-from-S.patch
	patches.suse/ASoC-Intel-bdw-rt5677-Remove-ignore_suspend-flag-fro.patch
	patches.suse/ASoC-dapm-connect-virtual-mux-with-default-value.patch
	patches.suse/ASoC-dpcm-allow-start-or-stop-during-pause-for-backe.patch
	patches.suse/ASoC-rt5682-Fix-build-error-without-CONFIG_I2C.patch
	patches.suse/ASoC-topology-use-name_prefix-for-new-kcontrol.patch
	patches.suse/ASoC-Intel-atom-Take-the-drv-lock-mutex-before-calli.patch
	patches.suse/ASoC-Intel-atom-Check-drv-lock-is-locked-in-sst_fill.patch
	patches.suse/ASoC-Intel-atom-Fix-uninitialized-variable-compiler-.patch
	patches.suse/ASoC-Intel-bytcr_rt5640-Add-quirk-for-MPMAN-MPWIN895.patch
	patches.suse/ASoC-rt5645-Add-platform-data-for-Medion-E1239T.patch
	patches.suse/ASoC-cs4270-pull-reset-GPIO-low-then-high.patch
	patches.suse/drm-i915-gem-Flush-all-the-reloc_gpu-batch.patch
	patches.suse/drm-amdgpu-Fix-oops-when-pp_funcs-is-unset-in-ACPI-e.patch
	patches.suse/drm-amd-display-Update-stream-adjust-in-dc_stream_ad.patch
	patches.suse/drm-amd-display-Calculate-scaling-ratios-on-every-me.patch
	patches.suse/drm-amdgpu-fix-gfx-hang-during-suspend-with-video-pl.patch
	patches.suse/drm-amdgpu-unify-fw_write_wait-for-new-gfx9-asics.patch
	patches.suse/ipmi-fix-hung-processes-in-__get_guid.patch
	patches.suse/pwm-bcm2835-Dynamically-allocate-base.patch
	patches.suse/pwm-meson-Fix-confusing-indentation.patch
	patches.suse/pwm-rcar-Fix-late-Runtime-PM-enablement.patch
	patches.suse/pwm-renesas-tpu-Fix-late-Runtime-PM-enablement.patch
	patches.suse/pwm-pca9685-Fix-PWM-GPIO-inter-operation.patch
	patches.suse/printk-queue-wake_up_klogd-irq_work-only-if-per-CPU-.patch
	patches.suse/0001-xen-blkfront-fix-memory-allocation-flags-in-blkfront.patch
	patches.suse/x86-xen-fix-booting-32-bit-pv-guest.patch
	patches.suse/ocfs2-no-need-try-to-truncate-file-beyond-i_size.patch
	patches.suse/fs-filesystems.c-downgrade-user-reachable-WARN_ONCE-.patch
	patches.suse/kernel-gcov-fs.c-gcov_seq_next-should-increase-posit.patch
	patches.suse/ipc-util.c-sysvipc_find_ipc-should-increase-position.patch
	patches.suse/0033-lib-raid6-test-fix-build-on-distros-whose-bin-sh-is-.patch
	patches.suse/dma-direct-fix-data-truncation-in-dma_direct_get_req.patch
	patches.suse/dma-debug-fix-displaying-of-dma-allocation-type.patch
	patches.suse/cifs-ignore-cached-share-root-handle-closing-errors.patch
	patches.suse/perf-x86-intel-uncore-add-ice-lake-server-uncore-support.patch
	patches.suse/sched-fair-Align-rq-avg_idle-and-rq-avg_scan_cost.patch
	patches.suse/sched-fair-Fix-negative-imbalance-in-imbalance-calculation.patch
	patches.suse/workqueue-Remove-the-warning-in-wq_worker_sleeping.patch
	patches.suse/time-namespace-Fix-time_for_children-symlink.patch
	patches.suse/time-namespace-Add-max_time_namespaces-ucount.patch
	patches.suse/btrfs-fix-lost-i_size-update-after-cloning-inline-ex.patch
	patches.suse/btrfs-make-full-fsyncs-always-operate-on-the-entire-.patch
	patches.suse/msft-hv-2044-x86-hyperv-report-value-of-misc_features.patch
	patches.suse/msft-hv-2045-x86-Hyper-V-Unload-vmbus-channel-in-hv-panic-callbac.patch
	patches.suse/msft-hv-2046-x86-Hyper-V-Free-hv_panic_page-when-fail-to-register.patch
	patches.suse/msft-hv-2047-x86-Hyper-V-Trigger-crash-enlightenment-only-once-du.patch
	patches.suse/msft-hv-2048-x86-Hyper-V-Report-crash-register-data-or-kmsg-befor.patch
	patches.suse/msft-hv-2049-x86-Hyper-V-Report-crash-register-data-when-sysctl_r.patch
	patches.suse/msft-hv-2050-x86-Hyper-V-Report-crash-data-in-die-when-panic_on_o.patch
	patches.suse/keys-Fix-proc_keys_next-to-increase-position-index.patch
	patches.suse/tracing-fix-the-race-between-registering-snapshot-event-trigger-and-triggering-snapshot-operation.patch
	patches.suse/0020-rbd-avoid-a-deadlock-on-header_rwsem-when-flushing-n.patch
	patches.suse/0021-rbd-call-rbd_dev_unprobe-after-unwatching-and-flushi.patch
	patches.suse/rbd-don-t-test-rbd_dev-opts-in-rbd_dev_image_release.patch
	patches.suse/rbd-don-t-mess-with-a-page-vector-in-rbd_notify_op_lock.patch
	patches.suse/ceph-fix-potential-bad-pointer-deref-in-async-dirops-cb-s.patch
	patches.suse/net-icmp6-do-not-select-saddr-from-iif-when-route-ha.patch
	patches.suse/net-ipv6-do-not-consider-routes-via-gateways-for-any.patch
	patches.suse/net-revert-default-NAPI-poll-timeout-to-2-jiffies.patch
	patches.suse/hsr-check-protocol-version-in-hsr_newlink.patch
	patches.suse/ionic-replay-filters-after-fw-upgrade.patch
	patches.suse/ionic-set-station-addr-only-if-needed.patch
	patches.suse/l2tp-Allow-management-of-tunnels-and-session-in-user.patch
	patches.suse/net-mlx5-Fix-frequent-ioread-PCI-access-during-recov.patch
	patches.suse/net-mlx5e-Add-missing-release-firmware-call.patch
	patches.suse/net-mlx5e-Fix-nest_level-for-vlan-pop-action.patch
	patches.suse/net-mlx5e-Fix-pfnum-in-devlink-port-attribute.patch
	patches.suse/net-qrtr-send-msgs-from-local-of-same-id-as-broadcas.patch
	patches.suse/net-ipv4-devinet-Fix-crash-when-add-del-multicast-IP.patch
	patches.suse/kbuild-btf-Fix-dependencies-for-DEBUG_INFO_BTF.patch
	patches.suse/net-sk_msg-Don-t-use-RCU_INIT_POINTER-on-sk_user_dat.patch
	patches.suse/xsk-Fix-out-of-boundary-write-in-__xsk_rcv_memcpy.patch
	patches.suse/arm-bpf-Fix-bugs-with-ALU64-RSH-ARSH-BPF_K-shift-by-.patch
	patches.suse/net-tun-record-RX-queue-in-skb-before-do_xdp_generic.patch
	patches.suse/net-phy-micrel-use-genphy_read_status-for-KSZ9131.patch
	patches.suse/ionic-add-dynamic_debug-header.patch
	patches.suse/ionic-fix-unused-assignment.patch
	patches.suse/nl80211-fix-NL80211_ATTR_FTM_RESPONDER-policy.patch
	patches.suse/mac80211_hwsim-Use-kstrndup-in-place-of-kasprintf.patch
	patches.suse/mac80211-fix-race-in-ieee80211_register_hw.patch
	patches.suse/mac80211-fix-channel-switch-trigger-from-unknown-mes.patch
	patches.suse/arm-bpf-Fix-offset-overflow-for-BPF_MEM-BPF_DW.patch
	patches.suse/bpf-Prevent-re-mmap-ing-BPF-map-as-writable-for-init.patch
	patches.suse/selftests-bpf-Validate-frozen-map-contents-stays-fro.patch
	patches.suse/xsk-Add-missing-check-on-user-supplied-headroom-size.patch
	patches.suse/net-mscc-ocelot-fix-untagged-packet-drops-when-ensla.patch
	patches.suse/net-dsa-mt7530-fix-tagged-frames-pass-through-in-VLA.patch
	patches.suse/amd-xgbe-Use-__napi_schedule-in-BH-context.patch
	patches.suse/ALSA-hda-realtek-Enable-the-headset-mic-on-Asus-FX50.patch
	patches.suse/ALSA-usb-audio-Filter-error-from-connector-kctl-ops-.patch
	patches.suse/ALSA-usb-audio-Don-t-override-ignore_ctl_error-value.patch
	patches.suse/ALSA-usb-audio-Don-t-create-jack-controls-for-PCM-te.patch
	patches.suse/ALSA-usb-audio-Check-mapping-at-creating-connector-c.patch
	patches.suse/ALSA-hda-Don-t-release-card-at-firmware-loading-erro.patch
	patches.suse/ALSA-hda-Honor-PM-disablement-in-PM-freeze-and-thaw_.patch
	patches.suse/ALSA-hda-Release-resources-at-error-in-delayed-probe.patch
	patches.suse/ALSA-hda-Keep-the-controller-initialization-even-if-.patch
	patches.suse/ALSA-hda-Skip-controller-resume-if-not-needed.patch
	patches.suse/ALSA-hda-Explicitly-permit-using-autosuspend-if-runt.patch
	patches.suse/ALSA-hda-call-runtime_allow-for-all-hda-controllers.patch
	patches.suse/btrfs-fix-setting-last_trans-for-reloc-roots.patch
	patches.suse/arm64-vdso-don-t-free-unallocated-pages.patch
	patches.suse/watchdog-sp805-fix-restart-handler.patch
	patches.suse/drm-amd-powerplay-force-the-trim-of-the-mclk-dpm_lev.patch
	patches.suse/drm-amdgpu-fix-the-hw-hang-during-perform-system-reb.patch
	patches.suse/i2c-designware-platdrv-Remove-DPM_FLAG_SMART_SUSPEND.patch
	patches.suse/i2c-altera-use-proper-variable-to-hold-errno.patch
	patches.suse/xfs-acquire-superblock-freeze-protection-on-eofblock.patch
	patches.suse/hwmon-jc42-Fix-name-to-have-no-illegal-characters.patch
	patches.suse/scsi-qla2xxx-Fix-regression-warnings.patch
	patches.suse/scsi-sg-add-sg_remove_request-in-sg_common_write
	patches.suse/ext4-use-non-movable-memory-for-superblock-readahead.patch
	patches.suse/ext4-do-not-zeroout-extents-beyond-i_disksize.patch
	patches.suse/irqchip-mbigen-Free-msi_desc-on-device-teardown.patch
	patches.suse/irqchip-ti-sci-inta-Fix-processing-of-masked-irqs.patch
	patches.suse/proc-time-namespace-Show-clock-symbolic-names-in-pro.patch
	patches.suse/objtool-fix-switch-table-detection-in-text-unlikely.patch
	patches.suse/objtool-make-bp-scratch-register-warning-more-robust.patch
	patches.suse/x86-microcode-amd-increase-microcode-patch_max_size.patch
	patches.suse/x86-resctrl-fix-invalid-attempt-at-removing-the-default-resource-group.patch
	patches.suse/x86-resctrl-preserve-cdp-enable-over-cpu-hotplug.patch
	patches.suse/tpm-ibmvtpm-retry-on-H_CLOSED-in-tpm_ibmvtpm_send.patch
	patches.suse/tpm-fix-wrong-return-value-in-tpm_pcr_extend.patch
	patches.suse/tpm-tpm_tis-Free-IRQ-if-probing-fails.patch
	patches.suse/kvm-check-validity-of-resolved-slot-when-searching-memslots
	patches.suse/KVM-s390-Return-last-valid-slot-if-approx-index-is-o.patch
	patches.suse/kvm-s390-fix-pv-check-in-deliverable_irqs
	patches.suse/coredump-fix-null-pointer-dereference-on-coredump.patch
	patches.suse/audit-check-the-length-of-userspace-generated-audit-.patch
	patches.suse/remoteproc-qcom_q6v5_mss-fix-a-bug-in-q6v5_probe.patch
	patches.suse/nfsd-memory-corruption-in-nfsd4_lock.patch
	patches.suse/SUNRPC-Fix-backchannel-RPC-soft-lockups.patch
	patches.suse/svcrdma-fix-trace-point-use-after-free-race.patch
	patches.suse/svcrdma-Fix-leak-of-svc_rdma_recv_ctxt-objects.patch
	patches.suse/drivers-soc-xilinx-fix-firmware-driver-Kconfig-depen.patch
	patches.suse/PCI-Move-Apex-Edge-TPU-class-quirk-to-fix-BAR-assign.patch
	patches.suse/signal-avoid-corrupting-si_pid-and-si_uid-in-do_notify_parent.patch
	patches.suse/drm-amdgpu-Correctly-initialize-thermal-controller-f.patch
	patches.suse/drm-i915-HDCP-fix-Ri-prime-check-done-during-link-ch.patch
	patches.suse/drm-meson-Delete-an-error-message-in-meson_dw_hdmi_b.patch
	patches.suse/ALSA-hda-hdmi-Add-module-option-to-disable-audio-com.patch
	patches.suse/ALSA-usb-audio-Filter-out-unsupported-sample-rates-o.patch
	patches.suse/ALSA-hda-realtek-Fix-unexpected-init_amp-override.patch
	patches.suse/ALSA-hda-Remove-ASUS-ROG-Zenith-from-the-blacklist.patch
	patches.suse/ALSA-usb-audio-Add-static-mapping-table-for-ALC1220-.patch
	patches.suse/ALSA-usb-audio-Add-quirk-for-Focusrite-Scarlett-2i2.patch
	patches.suse/ALSA-usx2y-Fix-potential-NULL-dereference.patch
	patches.suse/ALSA-usb-audio-Apply-async-workaround-for-Scarlett-2.patch
	patches.suse/ASoC-topology-Check-return-value-of-soc_tplg_create_.patch
	patches.suse/ASoC-topology-Check-return-value-of-soc_tplg_-_creat.patch
	patches.suse/ASoC-topology-Check-soc_tplg_add_route-return-value.patch
	patches.suse/ASoC-topology-Check-return-value-of-pcm_new_ver.patch
	patches.suse/ASoC-topology-Check-return-value-of-soc_tplg_dai_con.patch
	patches.suse/ASoC-tas571x-disable-regulators-on-failed-probe.patch
	patches.suse/soc-stm-stm32_sub_sai-Add-missing-n-in-log-messages.patch
	patches.suse/ASoC-qcom-common-Silence-duplicate-parse-error-messa.patch
	patches.suse/ASoC-madera-Remove-a-couple-of-stray-blank-lines.patch
	patches.suse/ASoC-sgtl5000-Fix-VAG-power-on-handling.patch
	patches.suse/ASoC-q6dsp6-q6afe-dai-add-missing-channels-to-MI2S-D.patch
	patches.suse/ASoC-topology-Fix-endianness-issue.patch
	patches.suse/ASoC-codecs-hdac_hdmi-Fix-incorrect-use-of-list_for_.patch
	patches.suse/ASoC-rsnd-Fix-parent-SSI-start-stop-in-multi-SSI-mod.patch
	patches.suse/ASoC-rsnd-Fix-HDMI-channel-mapping-for-multi-SSI-mod.patch
	patches.suse/ASoC-SOF-Intel-add-min-max-channels-for-SSP-on-Baytr.patch
	patches.suse/ASoC-dapm-fixup-dapm-kcontrol-widget.patch
	patches.suse/ASoC-rsnd-Don-t-treat-master-SSI-in-multi-SSI-setup-.patch
	patches.suse/ASoC-rsnd-Fix-status-check-failed-spam-for-multi-SSI.patch
	patches.suse/ASoC-wm8960-Fix-wrong-clock-after-suspend-resume.patch
	patches.suse/ALSA-usb-audio-Add-connector-notifier-delegation.patch
	patches.suse/ALSA-usb-audio-Fix-usb-audio-refcnt-leak-when-gettin.patch
	patches.suse/ALSA-hda-realtek-Add-new-codec-supported-for-ALC245.patch
	patches.suse/ALSA-hda-Always-use-jackpoll-helper-for-jack-update-.patch
	patches.suse/blk-iocost-Fix-error-on-iocost_ioc_vrate_adj.patch
	patches.suse/pnp-Use-list_for_each_entry-instead-of-open-coding.patch
	patches.suse/PM-sleep-core-Switch-back-to-async_schedule_dev.patch
	patches.suse/net-netrom-Fix-potential-nr_neigh-refcnt-leak-in-nr_.patch
	patches.suse/wimax-i2400m-Fix-potential-urb-refcnt-leak.patch
	patches.suse/net-mlx4_en-avoid-indirect-call-in-TX-completion.patch
	patches.suse/tcp-cache-line-align-MAX_TCP_HEADER.patch
	patches.suse/net-openvswitch-ovs_ct_exit-to-be-done-under-ovs_loc.patch
	patches.suse/ipv6-fix-restrict-IPV6_ADDRFORM-operation.patch
	patches.suse/net-stmmac-dwmac-meson8b-Add-missing-boundary-to-RGM.patch
	patches.suse/cxgb4-fix-large-delays-in-PTP-synchronization.patch
	patches.suse/team-fix-hang-in-team_mode_get.patch
	patches.suse/macvlan-fix-null-dereference-in-macvlan_device_event.patch
	patches.suse/xfrm-Always-set-XFRM_TRANSFORMED-in-xfrm-4-6-_output.patch
	patches.suse/vrf-Check-skb-for-XFRM_TRANSFORMED-flag.patch
	patches.suse/net-dsa-b53-Lookup-VID-in-ARL-searches-when-VLAN-is-.patch
	patches.suse/net-dsa-b53-Fix-ARL-register-definitions.patch
	patches.suse/net-dsa-b53-Rework-ARL-bin-logic.patch
	patches.suse/net-dsa-b53-b53_arl_rw_op-needs-to-select-IVL-or-SVL.patch
	patches.suse/selftests-Fix-suppress-test-in-fib_tests.sh.patch
	patches.suse/sched-etf-do-not-assume-all-sockets-are-full-blown.patch
	patches.suse/vrf-Fix-IPv6-with-qdisc-and-xfrm.patch
	patches.suse/ipv4-Update-fib_select_default-to-handle-nexthop-obj.patch
	patches.suse/mlxsw-Fix-some-IS_ERR-vs-NULL-bugs.patch
	patches.suse/vxlan-use-the-correct-nlattr-array-in-NL_SET_ERR_MSG.patch
	patches.suse/geneve-use-the-correct-nlattr-array-in-NL_SET_ERR_MS.patch
	patches.suse/cxgb4-fix-adapter-crash-due-to-wrong-MC-size.patch
	patches.suse/net-x25-Fix-x25_neigh-refcnt-leak-when-receiving-fra.patch
	patches.suse/net-bcmgenet-correct-per-TX-RX-ring-statistics.patch
	patches.suse/iwlwifi-pcie-actually-release-queue-memory-in-TVQM.patch
	patches.suse/iwlwifi-mvm-beacon-statistics-shouldn-t-go-backwards.patch
	patches.suse/iwlwifi-mvm-limit-maximum-queue-appropriately.patch
	patches.suse/iwlwifi-mvm-Do-not-declare-support-for-ACK-Enabled-A.patch
	patches.suse/iwlwifi-mvm-fix-inactive-TID-removal-return-value-us.patch
	patches.suse/macsec-avoid-to-set-wrong-mtu.patch
	patches.suse/bpf-Forbid-XADD-on-spilled-pointers-for-unprivileged.patch
	patches.suse/bpf-Fix-handling-of-XADD-on-BTF-memory.patch
	patches.suse/perf-core-fix-parent-pid-tid-in-task-exit-events.patch
	patches.suse/x86-sched-Bail-out-of-frequency-invariance-if-.patch
	patches.suse/x86-sched-Account-for-CPUs-with-less-than-4-cores-in.patch
	patches.suse/x86-sched-Don-t-enable-static-key-when-starting-seco.patch
	patches.suse/vdso-datapage-Use-correct-clock-mode-name-in-comment.patch
	patches.suse/powerpc-setup_64-Set-cache-line-size-based-on-cache-.patch
	patches.suse/s390-ftrace-fix-potential-crashes-when-switching-tracers
	patches.suse/s390-pci-do-not-set-affinity-for-floating-irqs
	patches.suse/s390-protvirt-fix-compilation-issue
	patches.suse/staging-gasket-Fix-incongruency-in-handling-of-sysfs.patch
	patches.suse/staging-comedi-dt2815-fix-writing-hi-byte-of-analog-.patch
	patches.suse/iio-ad7797-Use-correct-attribute_group.patch
	patches.suse/iio-adc-stm32-adc-fix-sleep-in-atomic-context.patch
	patches.suse/iio-xilinx-xadc-Fix-ADC-B-powerdown.patch
	patches.suse/iio-xilinx-xadc-Fix-clearing-interrupt-when-enabling.patch
	patches.suse/iio-xilinx-xadc-Fix-sequencer-configuration-for-aux-.patch
	patches.suse/iio-xilinx-xadc-Make-sure-not-exceed-maximum-sampler.patch
	patches.suse/iio-st_sensors-rely-on-odr-mask-to-know-if-odr-can-b.patch
	patches.suse/iio-adc-ti-ads8344-properly-byte-swap-value.patch
	patches.suse/iio-core-remove-extra-semi-colon-from-devm_iio_devic.patch
	patches.suse/staging-vt6656-Don-t-set-RCR_MULTICAST-or-RCR_BROADC.patch
	patches.suse/staging-vt6656-Fix-drivers-TBTT-timing-counter.patch
	patches.suse/staging-vt6656-Fix-pairwise-key-entry-save.patch
	patches.suse/staging-comedi-Fix-comedi_device-refcnt-leak-in-come.patch
	patches.suse/staging-vt6656-Fix-calling-conditions-of-vnt_set_bss.patch
	patches.suse/Revert-serial-uartps-Fix-uartps_major-handling.patch
	patches.suse/serial-sh-sci-Make-sure-status-register-SCxSR-is-rea.patch
	patches.suse/vt-don-t-use-kmalloc-for-the-unicode-screen-buffer.patch
	patches.suse/tty-serial-owl-add-much-needed-clk_prepare_enable.patch
	patches.suse/vt-don-t-hardcode-the-mem-allocation-upper-bound.patch
	patches.suse/tty-serial-bcm63xx-fix-missing-clk_put-in-bcm63xx_ua.patch
	patches.suse/tty-rocket-avoid-OOB-access.patch
	patches.suse/tty-hvc-fix-buffer-overflow-during-hvc_alloc.patch
	patches.suse/USB-core-Fix-free-while-in-use-bug-in-the-USB-S-Glib.patch
	patches.suse/USB-early-Handle-AMD-s-spec-compliant-identifiers-to.patch
	patches.suse/UAS-no-use-logging-any-details-in-case-of-ENODEV.patch
	patches.suse/UAS-fix-deadlock-in-error-handling-and-PM-flushing-w.patch
	patches.suse/cdc-acm-close-race-betrween-suspend-and-acm_softint.patch
	patches.suse/cdc-acm-introduce-a-cool-down.patch
	patches.suse/usb-f_fs-Clear-OS-Extended-descriptor-counts-to-zero.patch
	patches.suse/usb-typec-tcpm-Ignore-CC-and-vbus-changes-in-PORT_RE.patch
	patches.suse/USB-Add-USB_QUIRK_DELAY_CTRL_MSG-and-USB_QUIRK_DELAY.patch
	patches.suse/usb-gadget-udc-bdc-Remove-unnecessary-NULL-checks-in.patch
	patches.suse/usb-dwc3-Fix-GTXFIFOSIZ.TXFDEP-macro-name.patch
	patches.suse/usb-dwc3-gadget-Properly-set-maxpacket-limit.patch
	patches.suse/usb-dwc3-gadget-Do-link-recovery-for-SS-and-SSP.patch
	patches.suse/usb-dwc3-gadget-Fix-request-completion-check.patch
	patches.suse/usb-gadget-udc-atmel-Fix-vbus-disconnect-handling.patch
	patches.suse/xhci-Fix-handling-halted-endpoint-even-if-endpoint-r.patch
	patches.suse/xhci-prevent-bus-suspend-if-a-roothub-port-detected-.patch
	patches.suse/xhci-Don-t-clear-hub-TT-buffer-on-ep0-protocol-stall.patch
	patches.suse/usb-typec-altmode-Fix-typec_altmode_get_partner-some.patch
	patches.suse/USB-hub-Fix-handling-of-connect-changes-during-sleep.patch
	patches.suse/USB-hub-Revert-commit-bd0e6c9614b9-usb-hub-try-old-e.patch
	patches.suse/usb-storage-Add-unusual_devs-entry-for-JMicron-JMS56.patch
	patches.suse/USB-sisusbvga-Change-port-variable-from-signed-to-un.patch
	patches.suse/btrfs-fix-block-group-leak-when-removing-fails.patch
	patches.suse/s390-mm-fix-page-table-upgrade-vs-2ndary-address-mode
	patches.suse/i40iw-fix-null-pointer-dereference-on-a-null-wqe-poi.patch
	patches.suse/RDMA-cm-Fix-an-error-check-in-cm_alloc_id_priv.patch
	patches.suse/RDMA-mlx4-Initialize-ib_spec-on-the-stack.patch
	patches.suse/RDMA-siw-Fix-potential-siw_mem-refcnt-leak-in-siw_fa.patch
	patches.suse/RDMA-mlx5-Set-GRH-fields-in-query-QP-on-RoCE.patch
	patches.suse/RDMA-uverbs-Fix-a-race-with-disassociate-and-exit_mm.patch
	patches.suse/RDMA-core-Prevent-mixed-use-of-FDs-between-shared-uf.patch
	patches.suse/RDMA-core-Fix-overwriting-of-uobj-in-case-of-error.patch
	patches.suse/IB-rdmavt-Always-return-ERR_PTR-from-rvt_create_mmap.patch
	patches.suse/RDMA-core-Fix-race-between-destroy-and-release-FD-ob.patch
	patches.suse/propagate_one-mnt_set_mountpoint-needs-mount_lock.patch
	patches.suse/crypto-caam-fix-the-address-of-the-last-entry-of-S-G.patch
	patches.suse/mmc-meson-mx-sdio-Set-MMC_CAP_WAIT_WHILE_BUSY.patch
	patches.suse/mmc-meson-mx-sdio-remove-the-broken-card_busy-op.patch
	patches.suse/mmc-cqhci-Avoid-false-cqhci-CQE-stuck-on-by-not-open.patch
	patches.suse/mmc-sdhci-msm-Enable-host-capabilities-pertains-to-R.patch
	patches.suse/mmc-sdhci-xenon-fix-annoying-1.8V-regulator-warning.patch
	patches.suse/mmc-sdhci-pci-Fix-eMMC-driver-strength-for-BYT-based.patch
	patches.suse/selinux-properly-handle-multiple-messages-in-selinux.patch
	patches.suse/0001-dm-writecache-fix-data-corruption-when-reloading-the.patch
	patches.suse/0002-dm-verity-fec-fix-hash-block-number-in-verity_fec_de.patch
	patches.suse/scsi-qla2xxx-set-UNLOADING-before-waiting-for-sessio.patch
	patches.suse/scsi-qla2xxx-check-UNLOADING-before-posting-async-wo.patch
	patches.suse/scsi-target-iblock-fix-WRITE-SAME-zeroing.patch
	patches.suse/drm-edid-Fix-off-by-one-in-DispID-DTD-pixel-clock.patch
	patches.suse/drm-qxl-qxl_release-leak-in-qxl_draw_dirty_fb.patch
	patches.suse/drm-qxl-qxl_release-leak-in-qxl_hw_surface_alloc.patch
	patches.suse/drm-qxl-lost-qxl_bo_kunmap_atomic_page-in-qxl_image_.patch
	patches.suse/drm-qxl-qxl_release-use-after-free.patch
	patches.suse/drm-amd-display-Fix-green-screen-issue-after-suspend.patch
	patches.suse/drm-amd-powerplay-avoid-using-pm_en-before-it-is-ini.patch
	patches.suse/drm-amdgpu-invalidate-L2-before-SDMA-IBs-v2.patch
	patches.suse/ALSA-hda-Match-both-PCI-ID-and-SSID-for-driver-black.patch
	patches.suse/ALSA-pcm-oss-Place-the-plugin-buffer-overflow-checks.patch
	patches.suse/ALSA-line6-Fix-POD-HD500-audio-playback.patch
	patches.suse/ALSA-hda-realtek-Two-front-mics-on-a-Lenovo-ThinkCen.patch
	patches.suse/ALSA-hda-hdmi-fix-race-in-monitor-detection-during-p.patch
	patches.suse/ALSA-hda-hdmi-fix-without-unlocked-before-return.patch
	patches.suse/ALSA-opti9xx-shut-up-gcc-10-range-warning.patch
	patches.suse/ALSA-usb-audio-Correct-a-typo-of-NuPrime-DAC-10-USB-.patch
	patches.suse/i2c-iproc-generate-stop-event-for-slave-writes.patch
	patches.suse/i2c-amd-mp2-pci-Fix-Oops-in-amd_mp2_pci_init-error-h.patch
	patches.suse/i2c-aspeed-Avoid-i2c-interrupt-status-clear-race-con.patch
	patches.suse/nvme-prevent-double-free-in-nvme_alloc_ns-error-hand.patch
	patches.suse/arm64-vdso-Add-fasynchronous-unwind-tables-to-cflags.patch
	patches.suse/vfio-avoid-possible-overflow-in-vfio_iommu_type1_pin.patch
	patches.suse/vfio-type1-Fix-VA-PA-translation-for-PFNMAP-VMAs-in-.patch
	patches.suse/dmaengine-pch_dma.c-Avoid-data-race-between-probe-an.patch
	patches.suse/dmaengine-mmp_tdma-Do-not-ignore-slave-config-valida.patch
	patches.suse/dmaengine-mmp_tdma-Reset-channel-error-on-release.patch
	patches.suse/dmaengine-dmatest-Fix-iteration-non-stop-logic.patch
	patches.suse/dmaengine-dmatest-Fix-process-hang-when-reading-wait.patch
	patches.suse/nfs-Fix-potential-posix_acl-refcnt-leak-in-nfs3_set_.patch
	patches.suse/SUNRPC-Remove-unreachable-error-condition.patch
	patches.suse/NFSv4.1-fix-handling-of-backchannel-binding-in-BIND_.patch
	patches.suse/xprtrdma-fix-trace-point-use-after-free-race.patch
	patches.suse/PM-ACPI-Output-correct-message-on-target-power-state.patch
	patches.suse/cpufreq-intel_pstate-Only-mention-the-BIOS-disabling.patch
	patches.suse/PM-hibernate-Freeze-kernel-threads-in-software_resum.patch
	patches.suse/iommu-amd-fix-legacy-interrupt-remapping-for-x2apic-enabled-system
	patches.suse/iommu-qcom-fix-local_base-status-check
	patches.suse/btrfs-fix-partial-loss-of-prealloc-extent-past-i_siz.patch
	patches.suse/0004-virtio-blk-handle-block_device_operations-callbacks-.patch
	patches.suse/HID-wacom-Read-HID_DG_CONTACTMAX-directly-for-non-ge.patch
	patches.suse/HID-multitouch-add-eGalaxTouch-P80H84-support.patch
	patches.suse/HID-alps-Add-AUI1657-device-ID.patch
	patches.suse/HID-alps-ALPS_1657-is-too-specific-use-U1_UNICORN_LE.patch
	patches.suse/Revert-HID-wacom-generic-read-the-number-of-expected.patch
	patches.suse/HID-wacom-Report-2nd-gen-Intuos-Pro-S-center-button-.patch
	patches.suse/HID-i2c-hid-reset-Synaptics-SYNA2393-on-resume.patch
	patches.suse/HID-quirks-Add-HID_QUIRK_NO_INIT_REPORTS-quirk-for-D.patch
	patches.suse/platform-x86-asus-nb-wmi-Do-not-load-on-Asus-T100TA-.patch
	patches.suse/crypto-arch-lib-limit-simd-usage-to-4k-chunks.patch
	patches.suse/crypto-arch-nhpoly1305-process-in-explicit-4k-chunks.patch
	patches.suse/net-tls-Fix-sk_psock-refcnt-leak-in-bpf_exec_tx_verd.patch
	patches.suse/net-tls-Fix-sk_psock-refcnt-leak-when-in-tls_data_re.patch
	patches.suse/fq_codel-fix-TCA_FQ_CODEL_DROP_BATCH_SIZE-sanity-che.patch
	patches.suse/sch_choke-avoid-potential-panic-in-choke_reset.patch
	patches.suse/bnxt_en-Fix-VF-anti-spoof-filter-setup.patch
	patches.suse/bnxt_en-Reduce-BNXT_MSIX_VEC_MAX-value-to-supported-.patch
	patches.suse/bnxt_en-Improve-AER-slot-reset.patch
	patches.suse/bnxt_en-Return-error-when-allocating-zero-size-conte.patch
	patches.suse/bnxt_en-Fix-VLAN-acceleration-handling-in-bnxt_fix_f.patch
	patches.suse/sch_sfq-validate-silly-quantum-values.patch
	patches.suse/net-tc35815-Fix-phydev-supported-advertising-mask.patch
	patches.suse/batman-adv-fix-batadv_nc_random_weight_tq.patch
	patches.suse/batman-adv-Fix-refcnt-leak-in-batadv_show_throughput.patch
	patches.suse/batman-adv-Fix-refcnt-leak-in-batadv_store_throughpu.patch
	patches.suse/batman-adv-Fix-refcnt-leak-in-batadv_v_ogm_process.patch
	patches.suse/net-ena-Fix-build-warning-in-ena_xdp_set.patch
	patches.suse/wireguard-queueing-cleanup-ptr_ring-in-error-path-of.patch
	patches.suse/wireguard-receive-use-tunnel-helpers-for-decapsulati.patch
	patches.suse/net-mlx5-DR-On-creation-set-CQ-s-arm_db-member-to-ri.patch
	patches.suse/net-mlx5-Fix-forced-completion-access-non-initialize.patch
	patches.suse/net-mlx5-Fix-command-entry-leak-in-Internal-Error-St.patch
	patches.suse/net-mlx5e-Fix-q-counters-on-uplink-representors.patch
	patches.suse/ibmvnic-Skip-fatal-error-reset-after-passive-init.patch
	patches.suse/dp83640-reverse-arguments-to-list_add_tail.patch
	patches.suse/ionic-no-link-check-until-after-probe.patch
	patches.suse/ionic-refresh-devinfo-after-fw-upgrade.patch
	patches.suse/net-macsec-preserve-ingress-frame-ordering.patch
	patches.suse/net-macb-Fix-runtime-PM-refcounting.patch
	patches.suse/tunnel-Propagate-ECT-1-when-decapsulating-as-recomme.patch
	patches.suse/mlxsw-spectrum_acl_tcam-Position-vchunk-in-a-vregion.patch
	patches.suse/cxgb4-fix-EOTID-leak-when-disabling-TC-MQPRIO-offloa.patch
	patches.suse/msft-hv-2073-hv_netvsc-Fix-netvsc_start_xmit-s-return-type.patch
	patches.suse/devlink-fix-return-value-after-hitting-end-in-region.patch
	patches.suse/net_sched-sch_skbprio-add-message-validation-to-skbp.patch
	patches.suse/net-usb-qmi_wwan-add-support-for-DW5816e.patch
	patches.suse/net-macb-fix-an-issue-about-leak-related-system-reso.patch
	patches.suse/tipc-fix-partial-topology-connection-closure.patch
	patches.suse/net-mlx4_core-Fix-use-of-ENOSPC-around-mlx4_counter_.patch
	patches.suse/net-enetc-fix-an-issue-about-leak-system-resources.patch
	patches.suse/nfp-abm-fix-a-memory-leak-bug.patch
	patches.suse/neigh-send-protocol-value-in-neighbor-create-notific.patch
	patches.suse/net-mvpp2-prevent-buffer-overflow-in-mvpp22_rss_ctx.patch
	patches.suse/net-mvpp2-cls-Prevent-buffer-overflow-in-mvpp2_ethto.patch
	patches.suse/net-dsa-ocelot-the-MAC-table-on-Felix-is-twice-as-la.patch
	patches.suse/net-stricter-validation-of-untrusted-gso-packets.patch
	patches.suse/net-dsa-Do-not-leave-DSA-master-with-NULL-netdev_ops.patch
	patches.suse/wireguard-socket-remove-errant-restriction-on-loopin.patch
	patches.suse/wireguard-send-receive-cond_resched-when-processing-.patch
	patches.suse/wireguard-selftests-initalize-ipv6-members-to-NULL-t.patch
	patches.suse/wireguard-send-receive-use-explicit-unlikely-branch-.patch
	patches.suse/KVM-arm-vgic-Fix-limit-condition-when-writing-to-GIC.patch
	patches.suse/KVM-arm64-Fix-32bit-PC-wrap-around.patch
	patches.suse/KVM-s390-Remove-false-WARN_ON_ONCE-for-the-PQAP-inst.patch
	patches.suse/arm64-hugetlb-avoid-potential-NULL-dereference.patch
	patches.suse/tracing-kprobes-fix-a-double-initialization-typo.patch
	patches.suse/tracing-add-a-vmalloc_sync_mappings-for-safe-measure.patch
	patches.suse/ipc-mqueue.c-change-__do_notify-to-bypass-check_kill.patch
	patches.suse/scripts-decodecode-fix-trapping-instruction-formatti.patch
	patches.suse/eventpoll-fix-missing-wakeup-for-ovflist-in-ep_poll_.patch
	patches.suse/0001-epoll-atomically-remove-wait-entry-on-wake-up.patch
	patches.suse/mm-limit-boost_watermark-on-small-zones.patch
	patches.suse/drm-amdgpu-move-kfd-suspend-after-ip_suspend_phase1.patch
	patches.suse/drm-amdgpu-drop-redundant-cg-pg-ungate-on-runpm-ente.patch
	patches.suse/drm-amd-display-Prevent-dpcd-reads-with-passive-dong.patch
	patches.suse/drm-ingenic-drm-add-MODULE_DEVICE_TABLE.patch
	patches.suse/0004-sun6i-dsi-fix-gcc-4.8.patch
	patches.suse/USB-uas-add-quirk-for-LaCie-2Big-Quadra.patch
	patches.suse/USB-core-Fix-misleading-driver-bug-report.patch
	patches.suse/usb-usbfs-correct-kernel-user-page-attribute-mismatc.patch
	patches.suse/USB-serial-garmin_gps-add-sanity-checking-for-data-l.patch
	patches.suse/USB-serial-qcserial-Add-DW5816e-support.patch
	patches.suse/Revert-tty-serial-bcm63xx-fix-missing-clk_put-in-bcm.patch
	patches.suse/vt-fix-unicode-console-freeing-with-a-common-interfa.patch
	patches.suse/staging-gasket-Check-the-return-value-of-gasket_get_.patch
	patches.suse/coredump-fix-crash-when-umh-is-disabled.patch
	patches.suse/component-Silence-bind-error-on-EPROBE_DEFER.patch
	patches.suse/mei-me-disable-mei-interface-on-LBG-servers.patch
	patches.suse/ceph-fix-endianness-bug-when-handling-mds-session-feature-bits.patch
	patches.suse/ceph-fix-special-error-code-in-ceph_try_get_caps.patch
	patches.suse/ceph-fix-double-unlock-in-handle_cap_export.patch
	patches.suse/ceph-demote-quotarealm-lookup-warning-to-a-debug-message.patch
	patches.suse/scsi-qla2xxx-Fix-hang-when-issuing-nvme-disconnect-a.patch
	patches.suse/scsi-qla2xxx-Delete-all-sessions-before-unregister-l.patch
	patches.suse/scsi-ibmvfc-Don-t-send-implicit-logouts-prior-to-NPI.patch
	patches.suse/scsi-ibmvscsi-Fix-WARN_ON-during-event-pool-release.patch
	patches.suse/bdi-move-bdi_dev_name-out-of-line.patch
	patches.suse/bdi-use-bdi_dev_name-to-get-device-name.patch
	patches.suse/bdi-add-a-dev_name-field-to-struct-backing_dev_info.patch
	patches.suse/nvme-fix-possible-hang-when-ns-scanning-fails-during.patch
	patches.suse/iommu-amd-fix-race-in-increase_address_space-fetch_pte
	patches.suse/iommu-amd-do-not-loop-forever-when-trying-to-increase-address-space
	patches.suse/iommu-amd-call-domain_flush_complete-in-update_domain
	patches.suse/iommu-amd-update-device-table-in-increase_address_space
	patches.suse/iommu-amd-do-not-flush-device-table-in-iommu_map_page
	patches.suse/iommu-virtio-reverse-arguments-to-list_add
	patches.suse/objtool-fix-stack-offset-tracking-for-indirect-cfas.patch
	patches.suse/x86-entry-64-fix-unwind-hints-in-register-clearing-code.patch
	patches.suse/x86-entry-64-fix-unwind-hints-in-kernel-exit-path.patch
	patches.suse/x86-entry-64-fix-unwind-hints-in-_switch_to_asm.patch
	patches.suse/x86-entry-64-fix-unwind-hints-in-rewind_stack_do_exit.patch
	patches.suse/x86-unwind-prevent-false-warnings-for-non-current-tasks.patch
	patches.suse/x86-unwind-orc-don-t-skip-the-first-frame-for-inactive-tasks.patch
	patches.suse/x86-unwind-orc-prevent-unwinding-before-orc-initialization.patch
	patches.suse/x86-unwind-orc-fix-error-path-for-bad-orc-entry-type.patch
	patches.suse/x86-mm-cpa-flush-direct-map-alias-during-cpa.patch
	patches.suse/gpio-pca953x-Fix-pca953x_gpio_set_config.patch
	patches.suse/gpio-tegra-mask-GPIO-IRQs-during-IRQ-shutdown.patch
	patches.suse/fork-prevent-accidental-access-to-clone3-features.patch
	patches.suse/0002-epoll-call-final-ep_events_available-check-under-the.patch
	patches.suse/ipc-util.c-sysvipc_find_ipc-incorrectly-updates-posi.patch
	patches.suse/mmc-sdhci-pci-gli-Fix-no-irq-handler-from-suspend.patch
	patches.suse/mmc-alcor-Fix-a-resource-leak-in-the-error-path-for-.patch
	patches.suse/mmc-sdhci-pci-gli-Fix-can-not-access-GL9750-after-re.patch
	patches.suse/mmc-core-Check-request-type-before-completing-the-re.patch
	patches.suse/mmc-core-Fix-recursive-locking-issue-in-CQE-recovery.patch
	patches.suse/mmc-block-Fix-request-completion-in-the-CQE-timeout-.patch
	patches.suse/mmc-sdhci-acpi-Add-SDHCI_QUIRK2_BROKEN_64_BIT_DMA-fo.patch
	patches.suse/drm-i915-Don-t-enable-WaIncreaseLatencyIPCEnabled-wh.patch
	patches.suse/Make-the-Reducing-compressed-framebufer-size-message.patch
	patches.suse/drm-amd-powerplay-perform-PG-ungate-prior-to-CG-unga.patch
	patches.suse/0006-drm-amdgpu-force-fbdev-into-vram.patch
	patches.suse/drm-amd-display-add-basic-atomic-check-for-cursor-pl.patch
	patches.suse/drm-i915-Propagate-error-from-completed-fences.patch
	patches.suse/drm-i915-gvt-Init-DPLL-DDI-vreg-for-virtual-display-.patch
	patches.suse/drm-i915-gvt-Fix-kernel-oops-for-3-level-ppgtt-guest.patch
	patches.suse/ALSA-usb-audio-Add-control-message-quirk-delay-for-K.patch
	patches.suse/ALSA-firewire-lib-fix-function-sizeof-not-defined-er.patch
	patches.suse/Revert-ALSA-hda-realtek-Fix-pop-noise-on-ALC225.patch
	patches.suse/ALSA-hda-realtek-Fix-S3-pop-noise-on-Dell-Wyse.patch
	patches.suse/ALSA-usb-audio-add-mapping-for-ASRock-TRX40-Creator.patch
	patches.suse/ALSA-rawmidi-Fix-racy-buffer-resize-under-concurrent.patch
	patches.suse/ALSA-hda-realtek-Add-quirk-for-Samsung-Notebook.patch
	patches.suse/ALSA-hda-realtek-Enable-headset-mic-of-ASUS-GL503VM-.patch
	patches.suse/ALSA-hda-realtek-Enable-headset-mic-of-ASUS-UX550GE-.patch
	patches.suse/ALSA-hda-realtek-Enable-headset-mic-of-ASUS-UX581LV-.patch
	patches.suse/ALSA-hda-realtek-Add-COEF-workaround-for-ASUS-ZenBoo.patch
	patches.suse/ALSA-hda-realtek-Limit-int-mic-boost-for-Thinkpad-T5.patch
	patches.suse/hwmon-da9052-Synchronize-access-with-mfd.patch
	patches.suse/arm64-fix-the-flush_icache_range-arguments-in-machin.patch
	patches.suse/i40iw-Fix-error-handling-in-i40iw_manage_arp_cache.patch
	patches.suse/RDMA-rxe-Always-return-ERR_PTR-from-rxe_create_mmap_.patch
	patches.suse/IB-mlx4-Test-return-value-of-calls-to-ib_get_cached_.patch
	patches.suse/IB-hfi1-Fix-another-case-where-pq-is-left-on-waitlis.patch
	patches.suse/IB-core-Fix-potential-NULL-pointer-dereference-in-pk.patch
	patches.suse/RDMA-core-Fix-double-put-of-resource.patch
	patches.suse/RDMA-iw_cxgb4-Fix-incorrect-function-parameters.patch
	patches.suse/RDMA-uverbs-Do-not-discard-the-IB_EVENT_DEVICE_FATAL.patch
	patches.suse/RDMA-uverbs-Move-IB_EVENT_DEVICE_FATAL-to-destroy_uo.patch
	patches.suse/virtio_net-fix-lockdep-warning-on-32-bit.patch
	patches.suse/Revert-ipv6-add-mtu-lock-check-in-__ip6_rt_update_pm.patch
	patches.suse/net-fix-a-potential-recursive-NETDEV_FEAT_CHANGE.patch
	patches.suse/net-tcp-fix-rx-timestamp-behavior-for-tcp_recvmsg.patch
	patches.suse/r8169-re-establish-support-for-RTL8401-chip-version.patch
	patches.suse/nfp-abm-fix-error-return-code-in-nfp_abm_vnic_alloc.patch
	patches.suse/dpaa2-eth-prevent-array-underflow-in-update_cls_rule.patch
	patches.suse/bpf-Fix-sk_psock-refcnt-leak-when-receiving-message.patch
	patches.suse/bpf-Fix-error-return-code-in-map_lookup_and_delete_e.patch
	patches.suse/umh-fix-memory-leak-on-execve-failure.patch
	patches.suse/net-ipv4-really-enforce-backoff-for-redirects.patch
	patches.suse/netprio_cgroup-Fix-unlimited-memory-leak-of-v2-cgrou.patch
	patches.suse/net-dsa-loop-Add-module-soft-dependency.patch
	patches.suse/hinic-fix-a-bug-of-ndo_stop.patch
	patches.suse/ionic-leave-netdev-mac-alone-after-fw-upgrade.patch
	patches.suse/ionic-call-ionic_port_init-after-fw-upgrade.patch
	patches.suse/tcp-fix-SO_RCVLOWAT-hangs-with-fat-skbs.patch
	patches.suse/netlabel-cope-with-NULL-catmap.patch
	patches.suse/s390-ism-fix-error-return-code-in-ism_probe
	patches.suse/net-broadcom-select-broadcom_phy-for-bcmgenet.patch
	patches.suse/net-phy-fix-aneg-restart-in-phy_ethtool_set_eee.patch
	patches.suse/net-stmmac-fix-num_por-initialization.patch
	patches.suse/pppoe-only-process-PADT-targeted-at-local-interfaces.patch
	patches.suse/tcp-fix-error-recovery-in-tcp_zerocopy_receive.patch
	patches.suse/dpaa2-eth-properly-handle-buffer-size-restrictions.patch
	patches.suse/bpf-Fix-bug-in-mmap-implementation-for-BPF-array-map.patch
	patches.suse/bpf-Enforce-returning-0-for-fentry-fexit-progs.patch
	patches.suse/bpf-Restrict-bpf_probe_read-str-only-to-archs-where-.patch
	patches.suse/bpf-Restrict-bpf_trace_printk-s-s-usage-and-add-pks-.patch
	patches.suse/nfs-fix-NULL-deference-in-nfs4_get_valid_delegation.patch
	patches.suse/SUNRPC-Signalled-ASYNC-tasks-need-to-exit.patch
	patches.suse/NFS-Fix-fscache-super_cookie-index_key-from-changing.patch
	patches.suse/NFSv4-Fix-fscache-cookie-aux_data-to-ensure-change_a.patch
	patches.suse/NFSv3-fix-rpc-receive-buffer-size-for-MOUNT-call.patch
	patches.suse/pinctrl-actions-fix-function-group-name-for-i2c0_gro.patch
	patches.suse/pinctrl-qcom-fix-wrong-write-in-update_dual_edge.patch
	patches.suse/pinctrl-sunrisepoint-Fix-PAD-lock-register-offset-fo.patch
	patches.suse/pinctrl-baytrail-Enable-pin-configuration-setting-fo.patch
	patches.suse/pinctrl-cherryview-Add-missing-spinlock-usage-in-chv.patch
	patches.suse/arm64-dts-rockchip-Replace-RK805-PMIC-node-name-with.patch
	patches.suse/arm64-dts-rockchip-Rename-dwc3-device-nodes-on-rk339.patch
	patches.suse/ARM-oxnas-make-ox820_boot_secondary-static.patch
	patches.suse/arm64-dts-allwinner-a64-Remove-unused-SPDIF-sound-ca.patch
	patches.suse/powerpc-64s-kuap-Restore-AMR-in-system-reset-excepti.patch
	patches.suse/x86-fix-early-boot-crash-on-gcc-10-third-try.patch
	patches.suse/x86-unwind-orc-fix-error-handling-in-_unwind_start.patch
	patches.suse/dwc3-Remove-check-for-HWO-flag-in-dwc3_gadget_ep_rec.patch
	patches.suse/usb-dwc3-pci-Enable-extcon-driver-for-Intel-Merrifie.patch
	patches.suse/usb-gadget-audio-Fix-a-missing-error-return-value-in.patch
	patches.suse/usb-gadget-net2272-Fix-a-memory-leak-in-an-error-han.patch
	patches.suse/usb-gadget-legacy-fix-redundant-initialization-warni.patch
	patches.suse/usb-gadget-legacy-fix-error-return-code-in-cdc_bind.patch
	patches.suse/usb-gadget-legacy-fix-error-return-code-in-gncm_bind.patch
	patches.suse/usb-xhci-Fix-NULL-pointer-dereference-when-enqueuing.patch
	patches.suse/usb-host-xhci-plat-keep-runtime-active-when-removing.patch
	patches.suse/USB-usbfs-fix-mmap-dma-mismatch.patch
	patches.suse/usb-gadget-udc-atmel-Make-some-symbols-static.patch
	patches.suse/usb-core-hub-limit-HUB_QUIRK_DISABLE_AUTOSUSPEND-to-.patch
	patches.suse/USB-gadget-fix-illegal-array-access-in-binding-with-.patch
	patches.suse/clk-Unlink-clock-if-failed-to-prepare-or-enable.patch
	patches.suse/clk-rockchip-fix-incorrect-configuration-of-rk3228-a.patch
	patches.suse/clk-ti-am33xx-fix-RTC-clock-parent.patch
	patches.suse/ima-Set-file-f_mode-instead-of-file-f_flags-in-ima_c.patch
	patches.suse/evm-Check-also-if-tfm-is-an-error-pointer-in-init_de.patch
	patches.suse/ima-Fix-return-value-of-ima_write_policy.patch
	patches.suse/evm-Fix-RCU-list-related-warnings.patch
	patches.suse/evm-Fix-a-small-race-in-init_desc.patch
	patches.suse/vsprintf-don-t-obfuscate-NULL-and-error-pointers.patch
	patches.suse/iommu-amd-fix-over-read-of-acpi-uid-from-ivrs-table
	patches.suse/i2c-fix-missing-pm_runtime_put_sync-in-i2c_device_pr.patch
	patches.suse/i2c-altera-Fix-race-between-xfer_msg-and-isr-thread.patch
	patches.suse/i2c-mux-demux-pinctrl-Fix-an-error-handling-path-in-.patch
	patches.suse/fix-multiplication-overflow-in-copy_fdtable.patch
	patches.suse/ubifs-remove-broken-lazytime-support.patch
	patches.suse/ubifs-fix-wrong-use-of-crypto_shash_descsize.patch
	patches.suse/mtd-spinand-Propagate-ECC-information-to-the-MTD-str.patch
	patches.suse/mtd-Fix-mtd-not-registered-due-to-nvmem-name-collisi.patch
	patches.suse/dmaengine-owl-Use-correct-lock-in-owl_dma_get_pchan.patch
	patches.suse/dmaengine-dmatest-Restore-default-for-channel.patch
	patches.suse/dmaengine-tegra210-adma-Fix-an-error-handling-path-i.patch
	patches.suse/apparmor-Fix-use-after-free-in-aa_audit_rule_init.patch
	patches.suse/ALSA-pcm-fix-incorrect-hw_base-increase.patch
	patches.suse/ALSA-hda-realtek-Fix-silent-output-on-Gigabyte-X57-2.patch
	patches.suse/ALSA-iec1712-Initialize-STDSP24-properly-when-using-.patch
	patches.suse/ALSA-hda-realtek-Add-more-fixup-entries-for-Clevo-ma.patch
	patches.suse/arm64-Fix-PTRACE_SYSEMU-semantics.patch
	patches.suse/drm-edid-Add-Oculus-Rift-S-to-non-desktop-list.patch
	patches.suse/drm-etnaviv-fix-perfmon-domain-interation.patch
	patches.suse/scsi-qla2xxx-Do-not-log-message-when-reading-port-sp.patch
	patches.suse/s390-pci-fix-s390_mmio_read-write-with-mio
	patches.suse/s390-kexec_file-fix-initrd-location-for-kdump-kernel.patch
	patches.suse/s390-kaslr-add-support-for-r_390_jmp_slot-relocation-type
	patches.suse/tty-serial-add-missing-spin_lock_init-for-SiFive-ser.patch
	patches.suse/staging-kpc2000-fix-error-return-code-in-kp2000_pcie.patch
	patches.suse/iio-dac-vf610-Fix-an-error-handling-path-in-vf610_da.patch
	patches.suse/staging-iio-ad2s1210-Fix-SPI-reading.patch
	patches.suse/iio-adc-ti-ads8344-Fix-channel-selection.patch
	patches.suse/iio-adc-stm32-adc-fix-device-used-to-request-dma.patch
	patches.suse/iio-adc-stm32-dfsdm-fix-device-used-to-request-dma.patch
	patches.suse/iio-sca3000-Remove-an-erroneous-get_device.patch
	patches.suse/mei-release-me_cl-object-reference.patch
	patches.suse/misc-rtsx-Add-short-delay-after-exit-from-ASPM.patch
	patches.suse/net-dsa-mt7530-fix-roaming-from-DSA-user-ports.patch
	patches.suse/nexthop-Fix-attribute-checking-for-groups.patch
	patches.suse/net-revert-net-get-rid-of-an-signed-integer-overflow-in-ip_idents_reserve.patch
	patches.suse/net-phy-propagate-an-error-back-to-the-callers-of-ph.patch
	patches.suse/net-sched-fix-reporting-the-first-time-use-timestamp.patch
	patches.suse/iwlwifi-pcie-handle-QuZ-configs-with-killer-NICs-as-.patch
	patches.suse/r8152-support-additional-Microsoft-Surface-Ethernet-.patch
	patches.suse/net-inet_csk-Fix-so_reuseport-bind-address-cache-in-.patch
	patches.suse/__netif_receive_skb_core-pass-skb-by-reference.patch
	patches.suse/sctp-Don-t-add-the-shutdown-timer-if-its-already-bee.patch
	patches.suse/wireguard-selftests-use-newer-iproute2-for-gcc-10.patch
	patches.suse/wireguard-noise-read-preshared-key-while-taking-lock.patch
	patches.suse/wireguard-queueing-preserve-flow-hash-across-packet-.patch
	patches.suse/wireguard-noise-separate-receive-counter-from-send-c.patch
	patches.suse/ax25-fix-setsockopt-SO_BINDTODEVICE.patch
	patches.suse/net-nlmsg_cancel-if-put-fails-for-nhmsg.patch
	patches.suse/net-qrtr-Fix-passing-invalid-reference-to-qrtr_local.patch
	patches.suse/net-tls-fix-encryption-error-checking.patch
	patches.suse/net-tls-free-record-only-on-encryption-error.patch
	patches.suse/net-ipip-fix-wrong-address-family-in-init-error-path.patch
	patches.suse/net-don-t-return-invalid-table-id-error-when-we-fall.patch
	patches.suse/felix-Fix-initialization-of-ioremap-resources.patch
	patches.suse/bpf-Prevent-mmap-ing-read-only-maps-as-writable.patch
	patches.suse/net-mvpp2-fix-RX-hashing-for-non-10G-ports.patch
	patches.suse/tipc-block-BH-before-using-dst_cache.patch
	patches.suse/sctp-Start-shutdown-on-association-restart-if-in-SHU.patch
	patches.suse/net-stmmac-don-t-attach-interface-until-resume-finis.patch
	patches.suse/net-ethernet-ti-cpsw-fix-ASSERT_RTNL-warning-during-.patch
	patches.suse/net-mlx5-Add-command-entry-handling-completion.patch
	patches.suse/net-mlx5e-kTLS-Destroy-key-object-after-destroying-t.patch
	patches.suse/net-mlx5e-Fix-inner-tirs-handling.patch
	patches.suse/net-mlx5-Fix-memory-leak-in-mlx5_events_init.patch
	patches.suse/net-mlx5-Fix-cleaning-unmanaged-flow-tables.patch
	patches.suse/net-mlx5e-Update-netdev-txq-on-completions-during-cl.patch
	patches.suse/net-mlx5-Fix-error-flow-in-case-of-function_setup-fa.patch
	patches.suse/sched-fair-Fix-enqueue_task_fair-warning-some-more.patch
	patches.suse/x86-unwind-orc-fix-unwind_get_return_address_ptr-for-inactive-tasks.patch
	patches.suse/Input-mms114-fix-handling-of-mms345l.patch
	patches.suse/Input-usbtouchscreen-add-support-for-BonXeon-TP.patch
	patches.suse/Input-evdev-call-input_flush_device-on-release-not-f.patch
	patches.suse/Input-xpad-add-custom-init-packet-for-Xbox-One-S-con.patch
	patches.suse/Input-dlink-dir685-touchkeys-fix-a-typo-in-driver-na.patch
	patches.suse/Input-i8042-add-ThinkPad-S230u-to-i8042-reset-list.patch
	patches.suse/Input-synaptics-rmi4-really-fix-attn_data-use-after-.patch
	patches.suse/Input-synaptics-rmi4-fix-error-return-code-in-rmi_dr.patch
	patches.suse/Input-synaptics-add-a-second-working-PNP_ID-for-Leno.patch
	patches.suse/mm-remove-VM_BUG_ON-PageSlab-from-page_mapcount.patch
	patches.suse/fs-binfmt_elf.c-allocate-initialized-memory-in-fill_.patch
	patches.suse/include-asm-generic-topology.h-guard-cpumask_of_node.patch
	patches.suse/drm-amd-display-drop-cursor-position-check-in-atomic.patch
	patches.suse/gpu-drm-Ingenic-Fix-opaque-pointer-casted-to-wrong-t.patch
	patches.suse/ALSA-hwdep-fix-a-left-shifting-1-by-31-UB-bug.patch
	patches.suse/ALSA-hda-realtek-Add-a-model-for-Thinkpad-T570-witho.patch
	patches.suse/ALSA-usb-audio-mixer-volume-quirk-for-ESS-Technology.patch
	patches.suse/ALSA-usb-audio-Quirks-for-Gigabyte-TRX40-Aorus-Maste.patch
	patches.suse/ALSA-hda-realtek-Add-new-codec-supported-for-ALC287.patch
	patches.suse/mmc-block-Fix-use-after-free-issue-for-rpmb.patch
	patches.suse/IB-qib-Call-kobject_put-when-kobject_init_and_add-fa.patch
	patches.suse/RDMA-mlx5-Fix-NULL-pointer-dereference-in-destroy_pr.patch
	patches.suse/RDMA-pvrdma-Fix-missing-pci-disable-in-pvrdma_pci_pr.patch
	patches.suse/RDMA-core-Fix-double-destruction-of-uobject.patch
	patches.suse/IB-ipoib-Fix-double-free-of-skb-in-case-of-multicast.patch
	patches.suse/iommu-fix-reference-count-leak-in-iommu_group_alloc
	patches.suse/0004-libceph-ignore-pool-overlay-and-cache-logic-on-redirects.patch
	patches.suse/0005-ceph-flush-release-queue-when-handling-caps-for-unknown-inode.patch
	patches.suse/soc-mediatek-cmdq-return-send-msg-error-code.patch
	patches.suse/gpio-exar-Fix-bad-handling-for-ida_simple_get-error-.patch
	patches.suse/gpio-pxa-Fix-return-value-of-pxa_gpio_probe.patch
	patches.suse/gpio-bcm-kona-Fix-return-value-of-bcm_kona_gpio_prob.patch
	patches.suse/net-tls-fix-race-condition-causing-kernel-panic.patch
	patches.suse/dpaa_eth-fix-usage-as-DSA-master-try-3.patch
	patches.suse/mac80211-mesh-fix-discovery-timer-re-arming-issue-cr.patch
	patches.suse/ieee80211-Fix-incorrect-mask-for-default-PE-duration.patch
	patches.suse/net-stmmac-enable-timestamp-snapshot-for-required-PT.patch
	patches.suse/net-check-untrusted-gso_size-at-kernel-entry.patch
	patches.suse/net-usb-qmi_wwan-add-Telit-LE910C1-EUX-composition.patch
	patches.suse/bnxt_en-Fix-return-code-to-flash_device.patch
	patches.suse/bnxt_en-fix-firmware-message-length-endianness.patch
	patches.suse/crypto-chelsio-chtls-properly-set-tp-lsndtime.patch
	patches.suse/nfp-flower-fix-used-time-of-merge-flow-statistics.patch
	patches.suse/vsock-fix-timeout-in-vsock_accept.patch
	patches.suse/net-dsa-felix-send-VLANs-on-CPU-port-as-egress-tagge.patch
	patches.suse/net-dsa-declare-lockless-TX-feature-for-slave-ports.patch
	patches.suse/net-be-more-gentle-about-silly-gso-requests-coming-f.patch
	patches.suse/0005-xfrm-fix-error-in-comment.patch
	patches.suse/xfrm-fix-a-warning-in-xfrm_policy_insert_list.patch
	patches.suse/powerpc-bpf-Enable-bpf_probe_read-str-on-powerpc-aga.patch
	patches.suse/net-mlx5-Fix-crash-upon-suspend-resume.patch
	patches.suse/net-mlx5e-Fix-stats-update-for-matchall-classifier.patch
	patches.suse/net-mlx5e-replace-EINVAL-in-mlx5e_flower_parse_meta.patch
	patches.suse/NFC-st21nfca-add-missed-kfree_skb-in-an-error-path.patch
	patches.suse/drivers-net-ibmvnic-Update-VNIC-protocol-version-rep.patch
	patches.suse/devinet-fix-memleak-in-inetdev_init.patch
	patches.suse/l2tp-do-not-use-inet_hash-inet_unhash.patch
	patches.suse/l2tp-add-sk_family-checks-to-l2tp_validate_socket.patch
	patches.suse/regmap-debugfs-check-count-when-read-regmap-file.patch
	patches.suse/spi-Respect-DataBitLength-field-of-SpiSerialBusV2-AC.patch
	patches.suse/spi-bcm-qspi-when-tx-rx-buffer-is-NULL-set-to-0.patch
	patches.suse/spi-bcm-qspi-Handle-clock-probe-deferral.patch
	patches.suse/spi-Fix-controller-unregister-order.patch
	patches.suse/spi-bcm2835-Fix-controller-unregister-order.patch
	patches.suse/spi-bcm2835aux-Fix-controller-unregister-order.patch
	patches.suse/spi-dw-Fix-controller-unregister-order.patch
	patches.suse/spi-pxa2xx-Fix-controller-unregister-order.patch
	patches.suse/spi-pxa2xx-Fix-runtime-PM-ref-imbalance-on-probe-err.patch
	patches.suse/spi-spi-mem-Fix-Dual-Quad-modes-on-Octal-capable-dev.patch
	patches.suse/spi-pxa2xx-Apply-CS-clk-quirk-to-BXT.patch
	patches.suse/spi-dw-Zero-DMA-Tx-and-Rx-configurations-on-stack.patch
	patches.suse/spi-dw-Fix-native-CS-being-unset.patch
	patches.suse/spi-dw-Enable-interrupts-in-accordance-with-DMA-xfer.patch
	patches.suse/spi-dw-Return-any-value-retrieved-from-the-dma_trans.patch
	patches.suse/spi-dw-Add-SPI-Tx-done-wait-method-to-DMA-based-tran.patch
	patches.suse/spi-dw-Add-SPI-Rx-done-wait-method-to-DMA-based-tran.patch
	patches.suse/spi-dw-Fix-Rx-only-DMA-transfers.patch
	patches.suse/crypto-algapi-Avoid-spurious-modprobe-on-LOADED.patch
	patches.suse/crypto-ccp-don-t-select-CONFIG_DMADEVICES.patch
	patches.suse/padata-add-separate-cpuhp-node-for-CPUHP_PADATA_DEAD.patch
	patches.suse/crypto-drbg-fix-error-return-code-in-drbg_alloc_stat.patch
	patches.suse/crypto-Avoid-free-namespace-collision.patch
	patches.suse/crypto-stm32-crc32-fix-ext4-chksum-BUG_ON.patch
	patches.suse/crypto-stm32-crc32-fix-run-time-self-test-issue.patch
	patches.suse/crypto-stm32-crc32-fix-multi-instance.patch
	patches.suse/edac-skx-i10nm-make-some-configurations-cpu-model-specific.patch
	patches.suse/edac-i10nm-update-driver-to-support-different-bus-number-config-register-offsets.patch
	patches.suse/edac-skx-use-the-mcmtr-register-to-retrieve-close_pg-bank_xor_enable.patch
	patches.suse/objtool-clean-instruction-state-before-each-function-validation.patch
	patches.suse/objtool-ignore-empty-alternatives.patch
	patches.suse/objtool-rename-struct-cfi_state.patch
	patches.suse/objtool-fix-cfi-insn_state-propagation.patch
	patches.suse/objtool-remove-check-preventing-branches-within-alternative.patch
	patches.suse/objtool-uniquely-identify-alternative-instruction-groups.patch
	patches.suse/objtool-fix-orc-vs-alternatives.patch
	patches.suse/objtool-allow-no-op-cfi-ops-in-alternatives.patch
	patches.suse/efi-efivars-Add-missing-kobject_put-in-sysfs-entry-c.patch
	patches.suse/x86-smpboot-remove-the-last-icpu-macro.patch
	patches.suse/x86-cpu-add-a-steppings-field-to-struct-x86_cpu_id.patch
	patches.suse/x86-cpu-amd-make-erratum-1054-a-legacy-erratum.patch
	patches.suse/ACPI-IORT-Fix-PMCG-node-single-ID-mapping-handling.patch
	patches.suse/arm64-insn-Fix-two-bugs-in-encoding-32-bit-logical-i.patch
	patches.suse/arm64-kexec_file-print-appropriate-variable.patch
	patches.suse/arm64-cacheflush-Fix-KGDB-trap-detection.patch
	patches.suse/firmware-smccc-add-have_arm_smccc_discovery-to-identify-smccc-v1-1-and-above.patch
	patches.suse/firmware-smccc-update-link-to-latest-smccc-specification.patch
	patches.suse/firmware-smccc-add-the-definition-for-smcccv1-2-version-error-codes.patch
	patches.suse/firmware-smccc-drop-smccc_version-enum-and-use-arm_smccc_version_1_x-instead.patch
	patches.suse/firmware-smccc-refactor-smccc-specific-bits-into-separate-file.patch
	patches.suse/firmware-smccc-add-function-to-fetch-smccc-version.patch
	patches.suse/lpfc_debugfs-get-rid-of-pointless-access_ok.patch
	patches.suse/pcm_native-result-of-put_user-needs-to-be-checked.patch
	patches.suse/aio-fix-async-fsync-creds.patch
	patches.suse/mmc-sdhci-msm-Set-SDHCI_QUIRK_MULTIBLOCK_READ_ACMD12.patch
	patches.suse/mmc-core-Use-DEFINE_DEBUGFS_ATTRIBUTE-instead-of-DEF.patch
	patches.suse/mmc-via-sdmmc-Respect-the-cmd-busy_timeout-from-the-.patch
	patches.suse/mmc-sdio-Fix-potential-NULL-pointer-error-in-mmc_sdi.patch
	patches.suse/mmc-sdio-Fix-several-potential-memory-leaks-in-mmc_s.patch
	patches.suse/mmc-meson-mx-sdio-trigger-a-soft-reset-after-a-timeo.patch
	patches.suse/mmc-uniphier-sd-call-devm_request_irq-after-tmio_mmc.patch
	patches.suse/mmc-fix-compilation-of-user-API.patch
	patches.suse/mmc-tmio-Further-fixup-runtime-PM-management-at-remo.patch
	patches.suse/mmc-mmci_sdmmc-fix-DMA-API-warning-overlapping-mappi.patch
	patches.suse/mmc-sdhci-esdhc-imx-fix-the-mask-for-tuning-start-po.patch
	patches.suse/mmc-sdhci-msm-Clear-tuning-done-flag-while-hs400-tun.patch
	patches.suse/platform-x86-intel-vbtn-Use-acpi_evaluate_integer.patch
	patches.suse/platform-x86-intel-vbtn-Split-keymap-into-buttons-an.patch
	patches.suse/platform-x86-intel-vbtn-Do-not-advertise-switches-to.patch
	patches.suse/platform-x86-intel-vbtn-Also-handle-tablet-mode-swit.patch
	patches.suse/platform-x86-dell-laptop-don-t-register-micmute-LED-.patch
	patches.suse/platform-x86-ISST-Increase-timeout.patch
	patches.suse/platform-x86-hp-wmi-Convert-simple_strtoul-to-kstrto.patch
	patches.suse/platform-x86-intel-hid-Add-a-quirk-to-support-HP-Spe.patch
	patches.suse/platform-x86-intel-vbtn-Only-blacklist-SW_TABLET_MOD.patch
	patches.suse/platform-x86-asus_wmi-Reserve-more-space-for-struct-.patch
	patches.suse/platform-x86-dcdbas-Check-SMBIOS-for-protected-buffe.patch
	patches.suse/PM-runtime-clk-Fix-clk_pm_runtime_get-error-path.patch
	patches.suse/cpuidle-Fix-three-reference-count-leaks.patch
	patches.suse/cpufreq-qoriq-convert-to-a-platform-driver.patch
	patches.suse/clk-qoriq-add-cpufreq-platform-device.patch
	patches.suse/cpufreq-Fix-up-cpufreq_boost_set_sw.patch
	patches.suse/ACPI-sysfs-Fix-reference-count-leak-in-acpi_sysfs_ad.patch
	patches.suse/ACPICA-Dispatcher-add-status-checks.patch
	patches.suse/ACPI-CPPC-Fix-reference-count-leak-in-acpi_cppc_proc.patch
	patches.suse/ACPI-GED-add-support-for-_Exx-_Lxx-handler-methods.patch
	patches.suse/ACPI-GED-use-correct-trigger-type-field-in-_Exx-_Lxx.patch
	patches.suse/ACPI-video-Use-native-backlight-on-Acer-TravelMate-5.patch
	patches.suse/drm-i915-Rely-on-direct-submission-to-the-queue.patch
	patches.suse/agp-intel-Reinforce-the-barrier-after-GTT-updates.patch
	patches.suse/0002-drm-qxl-Use-correct-notify-port-address-when-creatin.patch
	patches.suse/drm-dp_mst-Reformat-drm_dp_check_act_status-a-bit.patch
	patches.suse/0001-drm-dp_mst-Increase-ACT-retry-timeout-to-3s.patch
	patches.suse/drm-bridge-adv7511-Extend-list-of-audio-sample-rates.patch
	patches.suse/0001-video-vt8500lcdfb-fix-fallthrough-warning.patch
	patches.suse/0003-drm-amd-display-fix-Kconfig-help-text.patch
	patches.suse/drm-amdgpu-Init-data-to-avoid-oops-while-reading-pp_.patch
	patches.suse/video-fbdev-w100fb-Fix-a-potential-double-free.patch
	patches.suse/drm-vkms-Hold-gem-object-while-still-in-use.patch
	patches.suse/drm-mcde-dsi-Fix-return-value-check-in-mcde_dsi_bind.patch
	patches.suse/drm-i915-Remove-wait-priority-boosting.patch
	patches.suse/drm-i915-Ignore-submit-fences-on-the-same-timeline.patch
	patches.suse/drm-i915-Pull-waiting-on-an-external-dma-fence-into-.patch
	patches.suse/drm-i915-Peel-dma-fence-chains-for-await.patch
	patches.suse/drm-i915-Prevent-using-semaphores-to-chain-up-to-ext.patch
	patches.suse/drm-i915-Drop-no-semaphore-boosting.patch
	patches.suse/drm-amd-powerpay-Disable-gfxoff-when-setting-manual-.patch
	patches.suse/iocost-don-t-let-vrate-run-wild-while-there-s-no-sat.patch
	patches.suse/nvme-fc-Sync-header-to-FC-NVME-2-rev-1.08.patch
	patches.suse/nvme-fc-and-nvmet-fc-revise-LLDD-api-for-LS-receptio.patch
	patches.suse/nvme-fc-nvmet-fc-refactor-for-common-LS-definitions.patch
	patches.suse/nvmet-fc-Better-size-LS-buffers.patch
	patches.suse/nvme-fc-Ensure-private-pointers-are-NULL-if-no-data.patch
	patches.suse/nvme-fc-convert-assoc_active-flag-to-bit-op.patch
	patches.suse/nvme-fc-Update-header-and-host-for-common-definition.patch
	patches.suse/nvmet-fc-Update-target-for-common-definitions-for-LS.patch
	patches.suse/nvme-fc-Add-Disconnect-Association-Rcv-support.patch
	patches.suse/nvmet-fc-add-LS-failure-messages.patch
	patches.suse/nvmet-fc-perform-small-cleanups-on-unneeded-checks.patch
	patches.suse/nvmet-fc-track-hostport-handle-for-associations.patch
	patches.suse/nvmet-fc-rename-ls_list-to-ls_rcv_list.patch
	patches.suse/nvmet-fc-Add-Disconnect-Association-Xmt-support.patch
	patches.suse/nvme-fcloop-refactor-to-enable-target-to-host-LS.patch
	patches.suse/nvme-fcloop-add-target-to-host-LS-request-support.patch
	patches.suse/lpfc-Refactor-lpfc-nvme-headers.patch
	patches.suse/lpfc-Refactor-nvmet_rcv_ctx-to-create-lpfc_async_xch.patch
	patches.suse/lpfc-Commonize-lpfc_async_xchg_ctx-state-and-flag-de.patch
	patches.suse/lpfc-Refactor-NVME-LS-receive-handling.patch
	patches.suse/lpfc-Refactor-Send-LS-Request-support.patch
	patches.suse/lpfc-Refactor-Send-LS-Abort-support.patch
	patches.suse/lpfc-Refactor-Send-LS-Response-support.patch
	patches.suse/lpfc-nvme-Add-Receive-LS-Request-and-Send-LS-Respons.patch
	patches.suse/lpfc-nvmet-Add-support-for-NVME-LS-request-hosthandl.patch
	patches.suse/lpfc-nvmet-Add-Send-LS-Request-and-Abort-LS-Request-.patch
	patches.suse/nvme-provide-num-dword-helper.patch
	patches.suse/nvme-remove-unused-parameter.patch
	patches.suse/nvme-refine-the-Qemu-Identify-CNS-quirk.patch
	patches.suse/nvme-clean-up-nvme_scan_work.patch
	patches.suse/nvme-factor-out-a-nvme_ns_remove_by_nsid-helper.patch
	patches.suse/nvme-avoid-an-Identify-Controller-command-for-each-n.patch
	patches.suse/nvme-remove-the-magic-1024-constant-in-nvme_scan_ns_.patch
	patches.suse/nvme-unlink-head-after-removing-last-namespace.patch
	patches.suse/nvme-release-namespace-head-reference-on-error.patch
	patches.suse/nvme-always-search-for-namespace-head.patch
	patches.suse/nvme-check-namespace-head-shared-property.patch
	patches.suse/nvme-multipath-set-bdi-capabilities-once.patch
	patches.suse/nvme-revalidate-after-verifying-identifiers.patch
	patches.suse/nvme-consolidate-chunk_sectors-settings.patch
	patches.suse/nvme-revalidate-namespace-stream-parameters.patch
	patches.suse/nvme-consolodate-io-settings.patch
	patches.suse/nvme-fc-avoid-gcc-10-zero-length-bounds-warning.patch
	patches.suse/0007-raid5-remove-gfp-flags-from-scribble_alloc.patch
	patches.suse/nvme-fc-print-proper-nvme-fc-devloss_tmo-value.patch
	patches.suse/lpfc-Fix-pointer-checks-and-comments-in-LS-receive-r.patch
	patches.suse/lpfc-fix-axchg-pointer-reference-after-free-and-doub.patch
	patches.suse/lpfc-Fix-return-value-in-__lpfc_nvme_ls_abort.patch
	patches.suse/0001-bcache-Convert-pr_-level-uses-to-a-more-typical-styl.patch
	patches.suse/xfs-clean-up-the-error-handling-in-xfs_swap_extents.patch
	patches.suse/xfs-fix-duplicate-verification-from-xfs_qm_dqflush.patch
	patches.suse/xfs-don-t-fail-unwritten-extent-conversion-on-writeb.patch
	patches.suse/xfs-measure-all-contiguous-previous-extents-for-prea.patch
	patches.suse/xfs-force-writes-to-delalloc-regions-to-unwritten.patch
	patches.suse/btrfs-remove-useless-check-for-copy_items-return-val.patch
	patches.suse/0001-btrfs-reloc-fix-reloc-root-leak-and-NULL-pointer-der.patch
	patches.suse/0002-btrfs-reloc-clear-DEAD_RELOC_TREE-bit-for-orphan-roo.patch
	patches.suse/btrfs-fix-corrupt-log-due-to-concurrent-fsync-of-ino.patch
	patches.suse/btrfs-fix-wrong-file-range-cleanup-after-an-error-fi.patch
	patches.suse/btrfs-fix-space_info-bytes_may_use-underflow-after-n.patch
	patches.suse/btrfs-fix-space_info-bytes_may_use-underflow-during-.patch
	patches.suse/clocksource-dw_apb_timer-Make-CPU-affiliation-being-.patch
	patches.suse/clocksource-dw_apb_timer_of-Fix-missing-clockevent-t.patch
	patches.suse/sched-fair-Simplify-the-code-of-should_we_balance.patch
	patches.suse/sched-fair-find_idlest_group-Remove-unused-sd_flag-parameter.patch
	patches.suse/sched-Make-newidle_balance-static-again.patch
	patches.suse/sched-fair-Use-__this_cpu_read-in-wake_wide.patch
	patches.suse/sched-fair-Optimize-enqueue_task_fair.patch
	patches.suse/sched-cpuacct-Use-__this_cpu_add-instead-of-this_cpu_ptr.patch
	patches.suse/sched-pelt-Sync-util-runnable_sum-with-PELT-window-when-propagating.patch
	patches.suse/sched-cpuacct-Fix-charge-cpuacct.usage_sys.patch
	patches.suse/sched-Optimize-ttwu-spinning-on-p-on_cpu.patch
	patches.suse/sched-Offload-wakee-task-activation-if-it-the-wakee-is-descheduling.patch
	patches.suse/PCI-Don-t-disable-decoding-when-mmio_always_on-is-se.patch
	patches.suse/kvm-x86-only-do-l1tf-workaround-on-affected-processors
	patches.suse/kvm-x86-mmu-set-mmio_value-to-0-if-reserved-pf-can-t-be-generated
	patches.suse/KVM-nVMX-always-update-CR3-in-VMCS.patch
	patches.suse/Bluetooth-hci_bcm-fix-freeing-not-requested-IRQ.patch
	patches.suse/Bluetooth-btrtl-Add-support-for-RTL8761B.patch
	patches.suse/e1000-Distribute-switch-variables-for-initialization.patch
	patches.suse/ice-Fix-error-return-code-in-ice_add_prof.patch
	patches.suse/selftests-bpf-Fix-memory-leak-in-extract_build_id.patch
	patches.suse/selftests-bpf-Fix-invalid-memory-reads-in-core_relo-.patch
	patches.suse/net-ena-avoid-unnecessary-admin-command-when-RSS-fun.patch
	patches.suse/net-ena-fix-error-returning-in-ena_com_get_hash_func.patch
	patches.suse/net-ena-allow-setting-the-hash-function-without-chan.patch
	patches.suse/net-ena-change-default-RSS-hash-function-to-Toeplitz.patch
	patches.suse/net-ena-changes-to-RSS-hash-key-allocation.patch
	patches.suse/net-ena-remove-code-that-does-nothing.patch
	patches.suse/net-ena-add-unmask-interrupts-statistics-to-ethtool.patch
	patches.suse/net-ena-add-support-for-reporting-of-packet-drops.patch
	patches.suse/net-ena-drop-superfluous-prototype.patch
	patches.suse/net-ena-use-SHUTDOWN-as-reset-reason-when-closing-in.patch
	patches.suse/net-ena-cosmetic-remove-unnecessary-spaces-and-tabs-.patch
	patches.suse/net-ena-cosmetic-extract-code-to-ena_indirection_tab.patch
	patches.suse/bnxt_en-Improve-TQM-ring-context-memory-sizing-formu.patch
	patches.suse/Revert-crypto-chelsio-Inline-single-pdu-only.patch
	patches.suse/Crypto-chcr-fix-for-ccm-aes-failed-test.patch
	patches.suse/ath10k-Fix-the-race-condition-in-firmware-dump-work-.patch
	patches.suse/ath10k-fix-kernel-null-pointer-dereference.patch
	patches.suse/ath9k-Fix-use-after-free-Read-in-htc_connect_service.patch
	patches.suse/ath9k-Fix-use-after-free-Read-in-ath9k_wmi_ctrl_rx.patch
	patches.suse/ath9k-Fix-use-after-free-Write-in-ath9k_htc_rx_msg.patch
	patches.suse/ath9x-Fix-stack-out-of-bounds-Write-in-ath9k_hif_usb.patch
	patches.suse/ath9k-Fix-general-protection-fault-in-ath9k_hif_usb_.patch
	patches.suse/brcmfmac-fix-wrong-location-to-get-firmware-feature.patch
	patches.suse/p54usb-add-AirVasT-USB-stick-device-id.patch
	patches.suse/b43legacy-Fix-case-where-channel-status-is-corrupted.patch
	patches.suse/rtw88-fix-an-issue-about-leak-system-resources.patch
	patches.suse/mwifiex-avoid-Wstringop-overflow-warning.patch
	patches.suse/libertas_tf-avoid-a-null-dereference-in-pointer-priv.patch
	patches.suse/ath10k-remove-the-max_sched_scan_reqs-value.patch
	patches.suse/carl9170-remove-P2P_GO-support.patch
	patches.suse/ath9k_htc-Silence-undersized-packet-warnings.patch
	patches.suse/Bluetooth-btbcm-Add-2-missing-models-to-subver-table.patch
	patches.suse/net-ena-add-support-for-the-rx-offset-feature.patch
	patches.suse/net-ena-rename-ena_com_free_desc-to-make-API-more-un.patch
	patches.suse/net-ena-use-explicit-variable-size-for-clarity.patch
	patches.suse/net-ena-fix-ena_com_comp_status_to_errno-return-valu.patch
	patches.suse/net-ena-simplify-ena_com_update_intr_delay_resolutio.patch
	patches.suse/net-ena-cosmetic-rename-ena_update_tx-rx_rings_intr_.patch
	patches.suse/net-ena-cosmetic-set-queue-sizes-to-u32-for-consiste.patch
	patches.suse/net-ena-cosmetic-fix-spelling-and-grammar-mistakes-i.patch
	patches.suse/net-ena-cosmetic-fix-line-break-issues.patch
	patches.suse/net-ena-cosmetic-remove-unnecessary-code.patch
	patches.suse/net-ena-cosmetic-code-reorderings.patch
	patches.suse/net-ena-cosmetic-fix-spacing-issues.patch
	patches.suse/net-ena-cosmetic-minor-code-changes.patch
	patches.suse/net-ena-reduce-driver-load-time.patch
	patches.suse/selftests-bpf-CONFIG_IPV6_SEG6_BPF-required-for-test.patch
	patches.suse/selftests-bpf-CONFIG_LIRC-required-for-test_lirc_mod.patch
	patches.suse/e1000e-Disable-TSO-for-buffer-overrun-workaround.patch
	patches.suse/iwlwifi-avoid-debug-max-amsdu-config-overwriting-its.patch
	patches.suse/mt76-mt76x02u-Add-support-for-newer-versions-of-the-.patch
	patches.suse/rtlwifi-Fix-a-double-free-in-_rtl_usb_tx_urb_setup.patch
	patches.suse/mwifiex-Fix-memory-corruption-in-dump_station.patch
	patches.suse/batman-adv-Revert-disable-ethtool-link-speed-detecti.patch
	patches.suse/vmxnet3-prepare-for-version-4-changes.patch
	patches.suse/vmxnet3-add-support-to-get-set-rx-flow-hash.patch
	patches.suse/vmxnet3-add-geneve-and-vxlan-tunnel-offload-support.patch
	patches.suse/vmxnet3-update-to-version-4.patch
	patches.suse/vmxnet3-use-correct-hdr-reference-when-packet-is-enc.patch
	patches.suse/e1000e-Relax-condition-to-trigger-reset-for-ME-worka.patch
	patches.suse/ath10k-Skip-handling-del_server-during-driver-exit.patch
	patches.suse/wcn36xx-Fix-error-handling-path-in-wcn36xx_probe.patch
	patches.suse/b43-Fix-connection-problem-with-WPA3.patch
	patches.suse/b43_legacy-Fix-connection-problem-with-WPA3.patch
	patches.suse/iwlwifi-mvm-fix-aux-station-leak.patch
	patches.suse/ath10k-Remove-ath10k_qmi_register_service_notifier-d.patch
	patches.suse/wireless-Use-linux-stddef.h-instead-of-stddef.h.patch
	patches.suse/Bluetooth-Add-SCO-fallback-for-invalid-LMP-parameter.patch
	patches.suse/Bluetooth-Consolidate-encryption-handling-in-hci_enc.patch
	patches.suse/Bluetooth-btmtkuart-Improve-exception-handling-in-bt.patch
	patches.suse/bridge-Avoid-infinite-loop-when-suppressing-NS-messa.patch
	patches.suse/vxlan-Avoid-infinite-loop-when-suppressing-NS-messag.patch
	patches.suse/net-vmxnet3-fix-possible-buffer-overflow-caused-by-b.patch
	patches.suse/tun-correct-header-offsets-in-napi-frags-mode.patch
	patches.suse/ice-Fix-inability-to-set-channels-when-down.patch
	patches.suse/ipv6-fix-IPV6_ADDRFORM-operation-logic.patch
	patches.suse/libbpf-Fix-perf_buffer__free-API-for-sparse-allocs.patch
	patches.suse/bpf-Fix-map-permissions-check.patch
	patches.suse/selftests-bpf-flow_dissector-Close-TAP-device-FD-aft.patch
	patches.suse/s390-bpf-maintain-8-byte-stack-alignment
	patches.suse/vmxnet3-allow-rx-flow-hash-ops-only-when-rss-is-enab.patch
	patches.suse/net_failover-fixed-rollback-in-net_failover_open.patch
	patches.suse/mm-fix-NUMA-node-file-count-error-in-replace_page_ca.patch
	patches.suse/media-staging-intel-ipu3-Implement-lock-for-stream-o.patch
	patches.suse/media-ov5640-fix-use-of-destroyed-mutex.patch
	patches.suse/media-staging-imgu-do-not-hold-spinlock-during-freei.patch
	patches.suse/media-imx-imx7-mipi-csis-Cleanup-and-fix-subdev-pad-.patch
	patches.suse/media-dvb-return-EREMOTEIO-on-i2c-transfer-failure.patch
	patches.suse/media-vicodec-Fix-error-codes-in-probe-function.patch
	patches.suse/media-platform-fcp-Set-appropriate-DMA-parameters.patch
	patches.suse/media-si2157-Better-check-for-running-tuner-in-init.patch
	patches.suse/media-staging-ipu3-Fix-stale-list-entries-on-paramet.patch
	patches.suse/media-Revert-staging-imgu-Address-a-compiler-warning.patch
	patches.suse/media-staging-ipu3-imgu-Move-alignment-attribute-to-.patch
	patches.suse/media-cec-silence-shift-wrapping-warning-in-__cec_s_.patch
	patches.suse/media-gpio-ir-tx-improve-precision-of-transmitted-si.patch
	patches.suse/media-dvbdev-Fix-tuner-demod-media-controller-link.patch
	patches.suse/mfd-wm8994-Fix-driver-operation-if-loaded-as-modules.patch
	patches.suse/mfd-stmfx-Reset-chip-on-resume-as-supply-was-disable.patch
	patches.suse/mfd-stmfx-Fix-stmfx_irq_init-error-path.patch
	patches.suse/backlight-lp855x-Ensure-regulators-are-disabled-on-p.patch
	patches.suse/watchdog-imx_sc_wdt-Fix-reboot-on-crash.patch
	patches.suse/watchdog-da9062-No-need-to-ping-manually-before-sett.patch
	patches.suse/ALSA-usb-audio-RME-Babyface-Pro-mixer-patch.patch
	patches.suse/ALSA-usb-audio-Print-more-information-in-stream-proc.patch
	patches.suse/ALSA-usb-audio-Fix-a-limit-check-in-proc_dump_substr.patch
	patches.suse/ALSA-usb-audio-Improve-frames-size-computation.patch
	patches.suse/ALSA-usb-audio-Remove-async-workaround-for-Scarlett-.patch
	patches.suse/ALSA-usb-audio-Fix-racy-list-management-in-output-qu.patch
	patches.suse/ALSA-hda-realtek-Introduce-polarity-for-micmute-LED-.patch
	patches.suse/ALSA-hda-realtek-Enable-micmute-LED-on-and-HP-system.patch
	patches.suse/ALSA-hda-realtek-Add-LED-class-support-for-micmute-L.patch
	patches.suse/ALSA-hda-realtek-Fix-unused-variable-warning-w-o-CON.patch
	patches.suse/ALSA-isa-wavefront-prevent-out-of-bounds-write-in-io.patch
	patches.suse/ALSA-hda-tegra-correct-number-of-SDO-lines-for-Tegra.patch
	patches.suse/ALSA-hda-add-member-to-store-ratio-for-stripe-contro.patch
	patches.suse/ALSA-hda-tegra-workaround-playback-failure-on-Tegra1.patch
	patches.suse/ALSA-firewire-lib-fix-invalid-assignment-to-union-da.patch
	patches.suse/ALSA-fireface-fix-configuration-error-for-nominal-sa.patch
	patches.suse/ALSA-usb-audio-fixing-upper-volume-limit-for-RME-Bab.patch
	patches.suse/ALSA-usb-audio-Add-duplex-sound-support-for-USB-devi.patch
	patches.suse/ALSA-hda-Fix-potential-race-in-unsol-event-handler.patch
	patches.suse/ALSA-usb-audio-Clean-up-quirk-entries-with-macros.patch
	patches.suse/ALSA-usb-audio-Fixing-usage-of-plain-int-instead-of-.patch
	patches.suse/ASoC-davinci-mcasp-Fix-dma_chan-refcnt-leak-when-get.patch
	patches.suse/ASoC-max98373-reorder-max98373_reset-in-resume.patch
	patches.suse/ASoC-max9867-fix-volume-controls.patch
	patches.suse/ALSA-hda-Add-ElkhartLake-HDMI-codec-vid.patch
	patches.suse/ASoC-tegra-tegra_wm8903-Support-nvidia-headset-prope.patch
	patches.suse/ASoC-SOF-core-fix-error-return-code-in-sof_probe_con.patch
	patches.suse/ASoC-ux500-mop500-Fix-some-refcounted-resources-issu.patch
	patches.suse/ASoC-ti-omap-mcbsp-Fix-an-error-handling-path-in-aso.patch
	patches.suse/ASoC-SOF-Do-nothing-when-DSP-PM-callbacks-are-not-se.patch
	patches.suse/ASoC-Intel-bytcr_rt5640-Add-quirk-for-Toshiba-WT8-A.patch
	patches.suse/ASoC-fix-incomplete-error-handling-in-img_i2s_in_pro.patch
	patches.suse/ASoC-fsl_asrc_dma-Fix-dma_chan-leak-when-config-DMA-.patch
	patches.suse/ASoC-qcom-q6asm-dai-kCFI-fix.patch
	patches.suse/ALSA-usb-audio-Add-Pioneer-DJ-DJM-900NXS2-support.patch
	patches.suse/ALSA-hda-add-sienna_cichlid-audio-asic-id-for-sienna.patch
	patches.suse/ALSA-es1688-Add-the-missed-snd_card_free.patch
	patches.suse/HID-i2c-hid-add-Schneider-SCL142ALM-to-descriptor-ov.patch
	patches.suse/HID-Add-quirks-for-Trust-Panora-Graphic-Tablet.patch
	patches.suse/HID-sony-Fix-for-broken-buttons-on-DS3-USB-dongles.patch
	patches.suse/HID-intel-ish-hid-avoid-bogus-uninitialized-variable.patch
	patches.suse/HID-multitouch-enable-multi-input-as-a-quirk-for-som.patch
	patches.suse/livepatch-disallow-vmlinux-ko.patch
	patches.suse/livepatch-apply-vmlinux-specific-klp-relocations-early.patch
	patches.suse/livepatch-remove-klp-arch.patch
	patches.suse/livepatch-prevent-module-specific-klp-rela-sections-from-referencing-vmlinux-symbols.patch
	patches.suse/s390-Change-s390_kernel_write-return-type-to-match-m.patch
	patches.suse/livepatch-make-klp_apply_object_relocs-static.patch
	patches.suse/fanotify-fix-ignore-mask-logic-for-events-on-child-a.patch
	patches.suse/0001-mm-memory_hotplug-refrain-from-adding-memory-into-an.patch
	patches.suse/include-linux-bitops.h-avoid-clang-shift-count-overf.patch
	patches.suse/fat-don-t-allow-to-mount-if-the-FAT-length-0.patch
	patches.suse/relay-handle-alloc_percpu-returning-NULL-in-relay_open.patch
	patches.suse/soc-qcom-rpmh-Update-dirty-flag-only-when-data-chang.patch
	patches.suse/soc-qcom-rpmh-Invalidate-SLEEP-and-WAKE-TCSes-before.patch
	patches.suse/soc-qcom-rpmh-rsc-Clear-active-mode-configuration-fo.patch
	patches.suse/soc-qcom-rpmh-rsc-Allow-using-free-WAKE-TCS-for-acti.patch
	patches.suse/firmware-qcom_scm-fix-bogous-abuse-of-dma-direct-int.patch
	patches.suse/soc-qcom-rpmh-Dirt-can-only-make-you-dirtier-not-cle.patch
	patches.suse/kernel-cpu_pm-Fix-uninitted-local-in-cpu_pm.patch
	patches.suse/soc-tegra-pmc-Enable-PMIC-wake-event-on-Tegra186.patch
	patches.suse/soc-tegra-pmc-Select-GENERIC_PINCONF.patch
	patches.suse/soc-tegra-pmc-Enable-PMIC-wake-event-on-Tegra194.patch
	patches.suse/soc-tegra-pmc-Enable-PMIC-wake-event-on-Tegra210.patch
	patches.suse/firmware-imx-scu-Support-one-TX-and-one-RX.patch
	patches.suse/firmware-imx-scu-Fix-corruption-of-header.patch
	patches.suse/firmware-imx-scu-Fix-possible-memory-leak-in-imx_scu.patch
	patches.suse/drivers-soc-ti-knav_qmss_queue-Make-knav_gp_range_op.patch
	patches.suse/arm64-tegra-Fix-ethernet-phy-mode-for-Jetson-Xavier.patch
	patches.suse/arm64-tegra-Fix-flag-for-64-bit-resources-in-ranges-.patch
	patches.suse/powerpc-fadump-use-static-allocation-for-reserved-me.patch
	patches.suse/powerpc-fadump-consider-reserved-ranges-while-reserv.patch
	patches.suse/powerpc-powernv-Fix-a-warning-message.patch
	patches.suse/powerpc-eeh-Fix-pseries_eeh_configure_bridge.patch
	patches.suse/powerpc-64s-exception-Fix-machine-check-no-loss-idle.patch
	patches.suse/powerpc-pseries-ras-Avoid-calling-rtas_token-in-NMI-.patch
	patches.suse/powerpc-pseries-ras-Fix-FWNMI_VALID-off-by-one.patch
	patches.suse/powerpc-pseries-ras-fwnmi-avoid-modifying-r3-in-erro.patch
	patches.suse/powerpc-pseries-ras-fwnmi-sreset-should-not-interloc.patch
	patches.suse/powerpc-pseries-Limit-machine-check-stack-to-4GB.patch
	patches.suse/powerpc-pseries-Machine-check-use-rtas_call_unlocked.patch
	patches.suse/powerpc-Implement-ftrace_enabled-helpers.patch
	patches.suse/powerpc-64s-machine-check-do-not-trace-real-mode-han.patch
	patches.suse/powerpc-traps-Do-not-trace-system-reset.patch
	patches.suse/powerpc-traps-Make-unrecoverable-NMIs-die-instead-of.patch
	patches.suse/powerpc-64s-Fix-early_init_mmu-section-mismatch.patch
	patches.suse/powerpc-kasan-Fix-issues-by-lowering-KASAN_SHADOW_EN.patch
	patches.suse/powerpc-xive-Clear-the-page-tables-for-the-ESB-IO-ma.patch
	patches.suse/input-i8042-Remove-special-PowerPC-handling.patch
	patches.suse/powerpc-fadump-Account-for-memory_limit-while-reserv.patch
	patches.suse/powerpc-kernel-Enables-memory-hot-remove-after-reboo.patch
	patches.suse/powerpc-64s-Don-t-init-FSCR_DSCR-in-__init_FSCR.patch
	patches.suse/powerpc-64s-Don-t-let-DT-CPU-features-set-FSCR_DSCR.patch
	patches.suse/powerpc-64s-Save-FSCR-to-init_task.thread.fscr-after.patch
	patches.suse/vfio-type1-support-faulting-pfnmap-vmas
	patches.suse/vfio-pci-fault-mmaps-to-enable-vma-tracking
	patches.suse/vfio-pci-invalidate-mmaps-and-block-mmio-access-on-disabled-memory
	patches.suse/vfio-pci-fix-memory-leaks-in-alloc_perm_bits.patch
	patches.suse/vfio-mdev-Fix-reference-count-leak-in-add_mdev_suppo.patch
	patches.suse/ipmi-use-vzalloc-instead-of-kmalloc-for-user-creatio.patch
	patches.suse/gpio-dwapb-Append-MODULE_ALIAS-for-platform-driver.patch
	patches.suse/gpio-pca953x-fix-handling-of-automatic-address-incre.patch
	patches.suse/gpio-tegra186-export-MODULE_DEVICE_TABLE.patch
	patches.suse/gpiolib-Document-that-GPIO-line-names-are-not-global.patch
	patches.suse/gpio-dwapb-Call-acpi_gpiochip_free_interrupts-on-GPI.patch
	patches.suse/RDMA-rxe-Set-default-vendor-ID.patch
	patches.suse/RDMA-mlx5-Fix-udata-response-upon-SRQ-creation.patch
	patches.suse/RDMA-uverbs-Make-the-event_queue-fds-return-POLLERR-.patch
	patches.suse/RDMA-bnxt_re-Remove-dead-code-from-rcfw.patch
	patches.suse/RDMA-mlx5-Verify-that-QP-is-created-with-RQ-or-SQ.patch
	patches.suse/RDMA-uverbs-Fix-create-WQ-to-use-the-given-user-hand.patch
	patches.suse/RDMA-srpt-Fix-disabling-device-management.patch
	patches.suse/RDMA-hns-Bugfix-for-querying-qkey.patch
	patches.suse/RDMA-hns-Fix-cmdq-parameter-of-querying-pf-timer-res.patch
	patches.suse/RDMA-mlx5-Add-init2init-as-a-modify-command.patch
	patches.suse/IB-cma-Fix-ports-memory-leak-in-cma_configfs.patch
	patches.suse/IB-mlx5-Fix-DEVX-support-for-MLX5_CMD_OP_INIT2INIT_Q.patch
	patches.suse/RDMA-core-Move-and-rename-trace_cm_id_create.patch
	patches.suse/scsi-qla2xxx-Split-qla2x00_configure_local_loop.patch
	patches.suse/scsi-qla2xxx-Use-ARRAY_SIZE-instead-of-open-coding-i.patch
	patches.suse/scsi-ipr-remove-unneeded-semicolon.patch
	patches.suse/scsi-lpfc-remove-duplicate-unloading-checks.patch
	patches.suse/scsi-qla2xxx-Fix-MPI-failure-AEN-8200-handling.patch
	patches.suse/scsi-qla2xxx-make-1-bit-bit-fields-unsigned-int.patch
	patches.suse/scsi-qla2xxx-Fix-warning-after-FC-target-reset.patch
	patches.suse/scsi-qla2xxx-Fix-failure-message-in-qlt_disable_vha.patch
	patches.suse/scsi-qla2xxx-Fix-issue-with-adapter-s-stopping-state.patch
	patches.suse/scsi-qla2xxx-Make-qla_set_ini_mode-return-void.patch
	patches.suse/scsi-qla2xxx-Use-true-false-for-need_mpi_reset.patch
	patches.suse/scsi-qla2xxx-Use-true-false-for-ha-fw_dumped.patch
	patches.suse/scsi-qla2xxx-Make-qlafx00_process_aen-return-void.patch
	patches.suse/scsi-lpfc-Maintain-atomic-consistency-of-queue_claim.patch
	patches.suse/scsi-lpfc-Remove-re-binding-of-nvme-rport-during-reg.patch
	patches.suse/scsi-lpfc-Fix-negation-of-else-clause-in-lpfc_prep_n.patch
	patches.suse/scsi-lpfc-Change-default-queue-allocation-for-reduce.patch
	patches.suse/scsi-lpfc-Remove-unnecessary-lockdep_assert_held-cal.patch
	patches.suse/scsi-lpfc-Fix-noderef-and-address-space-warnings.patch
	patches.suse/scsi-lpfc-Fix-MDS-Diagnostic-Enablement-definition.patch
	patches.suse/scsi-lpfc-Update-lpfc-version-to-12.8.0.1.patch
	patches.suse/scsi-lpfc-Remove-redundant-initialization-to-variabl.patch
	patches.suse/scsi-megaraid_sas-Replace-undefined-MFI_BIG_ENDIAN-m.patch
	patches.suse/scsi-zfcp-Move-shost-modification-after-QDIO-re-open.patch
	patches.suse/scsi-zfcp-Move-shost-updates-during-xconfig-data-han.patch
	patches.suse/scsi-zfcp-Move-fc_host-updates-during-xport-data-han.patch
	patches.suse/scsi-zfcp-Fence-fc_host-updates-during-link-down-han.patch
	patches.suse/scsi-zfcp-Move-p-t-p-port-allocation-to-after-xport-.patch
	patches.suse/scsi-zfcp-Fence-adapter-status-propagation-for-commo.patch
	patches.suse/scsi-zfcp-Fence-early-sysfs-interfaces-for-accesses-.patch
	patches.suse/scsi-zfcp-Move-allocation-of-the-shost-object-to-aft.patch
	patches.suse/scsi-qla2xxx-Fix-spelling-of-a-variable-name.patch
	patches.suse/scsi-qla2xxx-Suppress-two-recently-introduced-compil.patch
	patches.suse/scsi-qla2xxx-Simplify-the-functions-for-dumping-firm.patch
	patches.suse/scsi-qla2xxx-Sort-BUILD_BUG_ON-statements-alphabetic.patch
	patches.suse/scsi-qla2xxx-Add-more-BUILD_BUG_ON-statements.patch
	patches.suse/scsi-qla2xxx-Make-a-gap-in-struct-qla2xxx_offld_chai.patch
	patches.suse/scsi-qla2xxx-Increase-the-size-of-struct-qla_fcp_pri.patch
	patches.suse/scsi-qla2xxx-Change-two-hardcoded-constants-into-off.patch
	patches.suse/scsi-qla2xxx-Use-register-names-instead-of-register-.patch
	patches.suse/scsi-qla2xxx-Fix-the-code-that-reads-from-mailbox-re.patch
	patches.suse/scsi-qla2xxx-Change-RD-WRT-_REG_-function-names-from.patch
	patches.suse/scsi-qla2xxx-Cast-explicitly-to-uint16_t-uint32_t.patch
	patches.suse/scsi-qla2xxx-Use-make_handle-instead-of-open-coding-.patch
	patches.suse/scsi-qla2xxx-Fix-endianness-annotations-in-header-fi.patch
	patches.suse/scsi-qla2xxx-Fix-endianness-annotations-in-source-fi.patch
	patches.suse/scsi-qla2xxx-Remove-an-unused-function.patch
	patches.suse/scsi-qla2xxx-Remove-return-value-from-qla_nvme_ls.patch
	patches.suse/scsi-lpfc-Fix-lpfc_nodelist-leak-when-processing-uns.patch
	patches.suse/ext4-fix-EXT_MAX_EXTENT-INDEX-to-check-for-zeroed-eh.patch
	patches.suse/ext4-fix-error-pointer-dereference.patch
	patches.suse/ext4-fix-race-between-ext4_sync_parent-and-rename.patch
	patches.suse/jbd2-avoid-leaking-transaction-credits-when-unreserv.patch
	patches.suse/dlm-remove-BUG-before-panic.patch
	patches.suse/ima-Switch-to-ima_hash_algo-for-boot-aggregate.patch
	patches.suse/ima-Evaluate-error-in-init_ima.patch
	patches.suse/ima-Store-template-digest-directly-in-ima_template_e.patch
	patches.suse/ima-Switch-to-dynamically-allocated-buffer-for-templ.patch
	patches.suse/ima-Allocate-and-initialize-tfm-for-each-PCR-bank.patch
	patches.suse/ima-Calculate-and-extend-PCR-with-digests-in-ima_tem.patch
	patches.suse/ima-Use-ima_hash_algo-for-collision-detection-in-the.patch
	patches.suse/ima-Fix-ima-digest-hash-table-key-calculation.patch
	patches.suse/ima-Remove-redundant-policy-rule-set-in-add_rules.patch
	patches.suse/ima-Set-again-build_ima_appraise-variable.patch
	patches.suse/evm-Fix-possible-memory-leak-in-evm_calc_hmac_or_has.patch
	patches.suse/ima-Directly-assign-the-ima_default_policy-pointer-t.patch
	patches.suse/ima-Call-ima_calc_boot_aggregate-in-ima_eventdigest_.patch
	patches.suse/ima-Directly-free-entry-in-ima_alloc_init_template-i.patch
	patches.suse/workqueue-Remove-unnecessary-kfree-call-in-rcu_free_.patch
	patches.suse/PCI-ASPM-Allow-ASPM-on-links-to-PCIe-to-PCI-PCI-X-Br.patch
	patches.suse/PCI-Fix-pci_register_host_bridge-device_register-err.patch
	patches.suse/PCI-Program-MPS-for-RCiEP-devices.patch
	patches.suse/PCI-PTM-Inherit-Switch-Downstream-Port-PTM-settings-.patch
	patches.suse/PCI-EDR-Log-only-ACPI_NOTIFY_DISCONNECT_RECOVER-even.patch
	patches.suse/PCI-AER-Use-only-_OSC-to-determine-AER-ownership.patch
	patches.suse/PCI-AER-Remove-HEST-FIRMWARE_FIRST-parsing-for-AER-o.patch
	patches.suse/x86-PCI-Mark-Intel-C620-MROMs-as-having-non-complian.patch
	patches.suse/PCI-PM-Call-.bridge_d3-hook-only-if-non-NULL.patch
	patches.suse/serial-8250_pci-Move-Pericom-IDs-to-pci_ids.h.patch
	patches.suse/PCI-Avoid-Pericom-USB-controller-OHCI-EHCI-PME-defec.patch
	patches.suse/PCI-PM-Adjust-pcie_wait_for_link_delay-for-caller-de.patch
	patches.suse/PCI-Allow-pci_resize_resource-for-devices-on-root-bu.patch
	patches.suse/PCI-Avoid-FLR-for-AMD-Matisse-HD-Audio-USB-3.0.patch
	patches.suse/PCI-Avoid-FLR-for-AMD-Starship-USB-3.0.patch
	patches.suse/PCI-Add-ACS-quirk-for-Intel-Root-Complex-Integrated-.patch
	patches.suse/PCI-aardvark-Don-t-blindly-enable-ASPM-L0s-and-don-t.patch
	patches.suse/pci-brcmstb-assert-fundamental-reset-on-initialization.patch
	patches.suse/pci-brcmstb-fix-window-register-offset-from-4-to-8.patch
	patches.suse/PCI-dwc-Fix-inner-MSI-IRQ-domain-registration.patch
	patches.suse/PCI-amlogic-meson-Don-t-use-FAST_LINK_MODE-to-set-up.patch
	patches.suse/msft-hv-2076-PCI-hv-Fix-the-PCI-HyperV-probe-failure-path-to-rele.patch
	patches.suse/msft-hv-2077-PCI-hv-Retry-PCI-bus-D0-entry-on-invalid-device-stat.patch
	patches.suse/PCI-pci-bridge-emul-Fix-PCIe-bit-conflicts.patch
	patches.suse/PCI-rcar-Fix-incorrect-programming-of-OB-windows.patch
	patches.suse/PCI-v3-semi-Fix-a-memory-leak-in-v3_pci_probe-error-.patch
	patches.suse/PCI-vmd-Filter-resource-type-bits-from-shadow-regist.patch
	patches.suse/usblp-poison-URBs-upon-disconnect.patch
	patches.suse/USB-ohci-sm501-fix-error-return-code-in-ohci_hcd_sm5.patch
	patches.suse/usb-ohci-platform-Fix-a-warning-when-hibernating.patch
	patches.suse/usb-xhci-plat-Set-PM-runtime-as-active-on-resume.patch
	patches.suse/usb-ehci-platform-Set-PM-runtime-as-active-on-resume.patch
	patches.suse/USB-host-ehci-mxc-Add-error-handling-in-ehci_mxc_drv.patch
	patches.suse/drivers-phy-sr-usb-do-not-use-internal-fsm-for-USB2-.patch
	patches.suse/usb-dwc3-gadget-Properly-handle-ClearFeature-halt.patch
	patches.suse/usb-dwc3-gadget-Properly-handle-failed-kick_transfer.patch
	patches.suse/usb-dwc2-gadget-move-gadget-resume-after-the-core-is.patch
	patches.suse/USB-gadget-udc-s3c2410_udc-Remove-pointless-NULL-che.patch
	patches.suse/usb-gadget-lpc32xx_udc-don-t-dereference-ep-pointer-.patch
	patches.suse/usb-gadget-fix-potential-double-free-in-m66592_probe.patch
	patches.suse/usb-gadget-Fix-issue-with-config_ep_by_speed-functio.patch
	patches.suse/usb-musb-start-session-in-resume-for-host-port.patch
	patches.suse/usb-musb-Fix-runtime-PM-imbalance-on-error.patch
	patches.suse/CDC-ACM-heed-quirk-also-in-error-handling.patch
	patches.suse/USB-serial-usb_wwan-do-not-resubmit-rx-urb-on-fatal-.patch
	patches.suse/USB-serial-ch341-add-basis-for-quirk-detection.patch
	patches.suse/USB-serial-qcserial-add-DW5816e-QDL-support.patch
	patches.suse/USB-serial-option-add-Telit-LE910C1-EUX-compositions.patch
	patches.suse/serial-amba-pl011-Make-sure-we-initialize-the-port.l.patch
	patches.suse/tty-n_gsm-Fix-SOF-skipping.patch
	patches.suse/tty-n_gsm-Fix-waking-up-upper-tty-layer-when-room-av.patch
	patches.suse/serial-8250-Fix-max-baud-limit-in-generic-8250-port.patch
	patches.suse/tty-n_gsm-Fix-bogus-i-in-gsm_data_kick.patch
	patches.suse/tty-hvc_console-fix-crashes-on-parallel-open-close.patch
	patches.suse/vt-keyboard-avoid-signed-integer-overflow-in-k_ascii.patch
	patches.suse/iio-buffer-Don-t-allow-buffers-without-any-channels-.patch
	patches.suse/iio-pressure-bmp280-Tolerate-IRQ-before-registering.patch
	patches.suse/staging-sm750fb-add-missing-case-while-setting-FB_VI.patch
	patches.suse/iio-vcnl4000-Fix-i2c-swapped-word-reading.patch
	patches.suse/iio-bmp280-fix-compensation-of-humidity.patch
	patches.suse/iio-chemical-sps30-Fix-timestamp-alignment.patch
	patches.suse/iio-chemical-pms7003-Fix-timestamp-alignment-and-pre.patch
	patches.suse/staging-rtl8712-Fix-IEEE80211_ADDBA_PARAM_BUF_SIZE_M.patch
	patches.suse/drivers-base-Fix-NULL-pointer-exception-in-__platfor.patch
	patches.suse/slimbus-ngd-get-drvdata-from-correct-device.patch
	patches.suse/firmware-xilinx-Fix-an-error-handling-path-in-zynqmp.patch
	patches.suse/slimbus-core-Fix-mismatch-in-of_node_get-put.patch
	patches.suse/misc-fastrpc-fix-potential-fastrpc_invoke_ctx-leak.patch
	patches.suse/habanalabs-increase-timeout-during-reset.patch
	patches.suse/habanalabs-Align-protection-bits-configuration-of-al.patch
	patches.suse/fpga-dfl-afu-Corrected-error-handling-levels.patch
	patches.suse/dev-mem-Revoke-mappings-when-a-driver-claims-the-reg.patch
	patches.suse/w1-omap-hdq-cleanup-to-add-missing-newline-for-some-.patch
	patches.suse/extcon-adc-jack-Fix-an-error-handling-path-in-adc_ja.patch
	patches.suse/ima-Remove-__init-annotation-from-ima_pcrread.patch
	patches.suse/apparmor-remove-useless-aafs_create_symlink.patch
	patches.suse/apparmor-ensure-that-dfa-state-tables-have-entries.patch
	patches.suse/apparmor-fix-introspection-of-of-task-mode-for-unconfined-tasks.patch
	patches.suse/NTB-Fix-static-check-warning-in-perf_clear_test.patch
	patches.suse/ntb-intel-Add-Icelake-gen4-support-for-Intel-NTB.patch
	patches.suse/ntb-intel-add-hw-workaround-for-NTB-BAR-alignment.patch
	patches.suse/ntb-intel-fix-static-declaration.patch
	patches.suse/ntb-hw-remove-the-code-that-sets-the-DMA-mask.patch
	patches.suse/ntb_perf-pass-correct-struct-device-to-dma_alloc_coh.patch
	patches.suse/ntb_tool-pass-correct-struct-device-to-dma_alloc_coh.patch
	patches.suse/NTB-ntb_tool-reading-the-link-file-should-not-end-in.patch
	patches.suse/NTB-Revert-the-change-to-use-the-NTB-device-dev-for-.patch
	patches.suse/NTB-Fix-the-default-port-and-peer-numbers-for-legacy.patch
	patches.suse/NTB-ntb_pingpong-Choose-doorbells-based-on-port-numb.patch
	patches.suse/NTB-perf-Don-t-require-one-more-memory-window-than-n.patch
	patches.suse/NTB-perf-Fix-support-for-hardware-that-doesn-t-have-.patch
	patches.suse/NTB-perf-Fix-race-condition-when-run-with-ntb_test.patch
	patches.suse/NTB-ntb_test-Fix-bug-when-counting-remote-files.patch
	patches.suse/rtc-mc13xxx-fix-a-double-unlock-issue.patch
	patches.suse/rtc-rv3028-Add-missed-check-for-devm_regmap_init_i2c.patch
	patches.suse/pinctrl-stmfx-stmfx_pinconf_set-doesn-t-require-to-g.patch
	patches.suse/pinctrl-rza1-Fix-wrong-array-assignment-of-rza1l_swi.patch
	patches.suse/pinctrl-rockchip-fix-memleak-in-rockchip_dt_node_to_.patch
	patches.suse/pinctrl-ocelot-Fix-GPIO-interrupt-decoding-on-Jaguar.patch
	patches.suse/pinctrl-samsung-Correct-setting-of-eint-wakeup-mask-.patch
	patches.suse/pinctrl-samsung-Save-restore-eint_mask-over-suspend-.patch
	patches.suse/pinctrl-imxl-Fix-an-error-handling-path-in-imx1_pinc.patch
	patches.suse/pinctrl-freescale-imx-Fix-an-error-handling-path-in-.patch
	patches.suse/pinctrl-freescale-imx-Use-devm_of_iomap-to-avoid-a-r.patch
	patches.suse/pinctrl-sprd-Fix-the-incorrect-pull-up-definition.patch
	patches.suse/genetlink-fix-memory-leaks-in-genl_family_rcv_msg_du.patch
	patches.suse/net-ena-xdp-XDP_TX-fix-memory-leak.patch
	patches.suse/net-ena-xdp-update-napi-budget-for-DROP-and-ABORTED.patch
	patches.suse/geneve-change-from-tx_error-to-tx_dropped-on-missing.patch
	patches.suse/net-core-device_rename-Use-rwsem-instead-of-a-seqcou.patch
	patches.suse/rhashtable-Drop-raw-RCU-deref-in-nested_table_free.patch
	patches.suse/mlxsw-core-Use-different-get_trend-callbacks-for-dif.patch
	patches.suse/drm-nouveau-disp-gm200-fix-NV_PDISP_SOR_HDMI2_CTRL-n.patch
	patches.suse/Revert-drm-amd-display-disable-dcn20-abm-feature-for.patch
	patches.suse/drm-amd-display-Revalidate-bandwidth-before-commitin.patch
	patches.suse/drm-i915-gem-Avoid-iterating-an-empty-list.patch
	patches.suse/drm-i915-Reorder-await_execution-before-await_reques.patch
	patches.suse/0002-drm-i915-gt-Do-not-schedule-normal-requests-immediat.patch
	patches.suse/drm-i915-Whitelist-context-local-timestamp-in-the-ge.patch
	patches.suse/drm-msm-mdp5-Fix-mdp5_init-error-path-for-failed-mdp.patch
	patches.suse/0003-drm-msm-Check-for-powered-down-HW-in-the-devfreq-cal.patch
	patches.suse/iommu-arm-smmu-v3-don-t-reserve-implementation-defined-register-space
	patches.suse/iommu-vt-d-support-flushing-more-translation-cache-types
	patches.suse/s390-qdio-consistently-restore-the-irq-handler
	patches.suse/s390-qdio-tear-down-thinint-indicator-after-early-error
	patches.suse/s390-qdio-put-thinint-indicator-after-early-error
	patches.suse/s390-pci-log-new-handle-in-clp_disable_fh
	patches.suse/0012-ceph-reorganize-_send_cap-for-less-spinlock-abuse.patch
	patches.suse/0013-ceph-split-up-_finish_cap_flush.patch
	patches.suse/0014-ceph-add-comments-for-handle_cap_flush_ack-logic.patch
	patches.suse/0015-ceph-don-t-release-i_ceph_lock-in-handle_cap_trunc.patch
	patches.suse/0016-ceph-don-t-take-i_ceph_lock-in-handle_cap_import.patch
	patches.suse/0017-ceph-document-what-protects-i_dirty_item-and-i_flushing_item.patch
	patches.suse/0018-ceph-fix-potential-race-in-ceph_check_caps.patch
	patches.suse/0019-ceph-throw-a-warning-if-we-destroy-session-with-mutex-still-locked.patch
	patches.suse/0020-ceph-reset-i_requested_max_size-if-file-write-is-not-wanted.patch
	patches.suse/0021-ceph-convert-mdsc-cap_dirty-to-a-per-session-list.patch
	patches.suse/0022-ceph-request-expedited-service-on-session-s-last-cap-flush.patch
	patches.suse/0023-ceph-ceph_kick_flushing_caps-needs-the-s_mutex.patch
	patches.suse/0024-ceph-normalize-delta-parameter-usage-in-check_quota_exceeded.patch
	patches.suse/0025-ceph-allow-rename-operation-under-different-quota-realms.patch
	patches.suse/0027-ceph-don-t-return-estale-if-there-s-still-an-open-file.patch
	patches.suse/0028-ceph-make-sure-mdsc-mutex-is-nested-in-s-s_mutex-to-fix-dead-lock.patch
	patches.suse/0029-ceph-skip-checking-caps-when-session-reconnecting-and-releasing-reqs.patch
	patches.suse/remoteproc-Fix-IDR-initialisation-in-rproc_alloc.patch
	patches.suse/remoteproc-Add-missing-n-in-log-messages.patch
	patches.suse/remoteproc-qcom_q6v5_mss-map-unmap-mpss-segments-bef.patch
	patches.suse/remoteproc-Fall-back-to-using-parent-memory-pool-if-.patch
	patches.suse/remoteproc-Fix-and-restore-the-parenting-hierarchy-f.patch
	patches.suse/x86-cpu-add-table-argument-to-cpu_matches.patch
	patches.suse/x86-speculation-add-special-register-buffer-data-sampling-srbds-mitigation.patch
	patches.suse/x86-speculation-add-srbds-vulnerability-and-mitigation-documentation.patch
	patches.suse/selftests-timens-handle-a-case-when-alarm-clocks-are.patch
	patches.suse/exfat-fix-memory-leak-in-exfat_parse_param.patch
	patches.suse/exfat-fix-incorrect-update-of-stream-entry-in-__exfat_truncate.patch
	patches.suse/fuse-fix-weird-page-warning.patch
	patches.suse/fuse-fix-copy_file_range-cache-issues.patch
	patches.suse/fuse-copy_file_range-should-truncate-cache.patch
	patches.suse/power-supply-bq24257_charger-Replace-depends-on-REGM.patch
	patches.suse/power-reset-qcom-pon-reg-write-mask-depends-on-pon-g.patch
	patches.suse/power-supply-core-fix-HWMON-temperature-labels.patch
	patches.suse/power-supply-core-fix-memory-leak-in-HWMON-error-pat.patch
	patches.suse/power-supply-lp8788-Fix-an-error-handling-path-in-lp.patch
	patches.suse/power-supply-smb347-charger-IRQSTAT_D-is-volatile.patch
	patches.suse/clk-meson-meson8b-Fix-the-polarity-of-the-RESET_N-li.patch
	patches.suse/clk-meson-meson8b-Fix-the-vclk_div-1-2-4-6-12-_en-ga.patch
	patches.suse/clk-meson-meson8b-Don-t-rely-on-u-boot-to-init-all-G.patch
	patches.suse/clk-renesas-cpg-mssr-Fix-STBCR-suspend-resume-handli.patch
	patches.suse/clk-samsung-Mark-top-ISP-and-CAM-clocks-on-Exynos542.patch
	patches.suse/clk-samsung-exynos5433-Add-IGNORE_UNUSED-flag-to-scl.patch
	patches.suse/clk-sunxi-Fix-incorrect-usage-of-round_down.patch
	patches.suse/clk-zynqmp-fix-memory-leak-in-zynqmp_register_clocks.patch
	patches.suse/clk-ti-composite-fix-memory-leak.patch
	patches.suse/clk-sprd-return-correct-type-of-value-for-_sprd_pll_.patch
	patches.suse/clk-bcm2835-Fix-return-type-of-bcm2835_register_gate.patch
	patches.suse/clk-bcm2835-Remove-casting-to-bcm2835_clk_register.patch
	patches.suse/clk-clk-flexgen-fix-clock-critical-handling.patch
	patches.suse/clk-qcom-msm8916-Fix-the-address-location-of-pll-con.patch
	patches.suse/clk-qcom-Add-missing-msm8998-ufs_unipro_core_clk_src.patch
	patches.suse/clk-mediatek-assign-the-initial-value-to-clk_init_da.patch
	patches.suse/mtd-rawnand-marvell-Fix-the-condition-on-a-return-co.patch
	patches.suse/mtd-rawnand-marvell-Use-nand_cleanup-when-the-device.patch
	patches.suse/mtd-rawnand-marvell-Fix-probe-error-path.patch
	patches.suse/mtd-rawnand-timings-Fix-default-tR_max-and-tCCS_min-.patch
	patches.suse/mtd-rawnand-onfi-Fix-redundancy-detection-check.patch
	patches.suse/mtd-rawnand-brcmnand-fix-hamming-oob-layout.patch
	patches.suse/mtd-rawnand-brcmnand-correctly-verify-erased-pages.patch
	patches.suse/mtd-rawnand-Fix-nand_gpio_waitrdy.patch
	patches.suse/mtd-rawnand-diskonchip-Fix-the-probe-error-path.patch
	patches.suse/mtd-rawnand-ingenic-Fix-the-probe-error-path.patch
	patches.suse/mtd-rawnand-mtk-Fix-the-probe-error-path.patch
	patches.suse/mtd-rawnand-orion-Fix-the-probe-error-path.patch
	patches.suse/mtd-rawnand-oxnas-Keep-track-of-registered-devices.patch
	patches.suse/mtd-rawnand-oxnas-Release-all-devices-in-the-_remove.patch
	patches.suse/mtd-rawnand-pasemi-Fix-the-probe-error-path.patch
	patches.suse/mtd-rawnand-plat_nand-Fix-the-probe-error-path.patch
	patches.suse/mtd-rawnand-sharpsl-Fix-the-probe-error-path.patch
	patches.suse/mtd-rawnand-socrates-Fix-the-probe-error-path.patch
	patches.suse/mtd-rawnand-sunxi-Fix-the-probe-error-path.patch
	patches.suse/mtd-rawnand-tmio-Fix-the-probe-error-path.patch
	patches.suse/mtd-rawnand-xway-Fix-the-probe-error-path.patch
	patches.suse/mtd-rawnand-brcmnand-fix-CS0-layout.patch
	patches.suse/Input-mms114-add-extra-compatible-for-mms345l.patch
	patches.suse/Input-edt-ft5x06-fix-get_default-register-write-acce.patch
	patches.suse/cpufreq-tegra186-add-CPUFREQ_NEED_INITIAL_FREQ_CHECK.patch
	patches.suse/ACPI-PM-Avoid-using-power-resources-if-there-are-non.patch
	patches.suse/sunrpc-svcauth_gss_register_pseudoflavor-must-reject.patch
	patches.suse/sunrpc-clean-up-properly-in-gss_mech_unregister.patch
	patches.suse/nfsd4-make-drc_slab-global-not-per-net.patch
	patches.suse/crypto-omap-sham-add-proper-load-balancing-support-f.patch
	patches.suse/crypto-cavium-nitrox-Fix-nitrox_get_first_device-whe.patch
	patches.suse/NFSv4.1-fix-rpc_call_done-assignment-for-BIND_CONN_T.patch
	patches.suse/nfs-set-invalid-blocks-after-NFSv4-writes.patch
	patches.suse/0004-drm-connector-notify-userspace-on-hotplug-after-regi.patch
	patches.suse/drm-sun4i-hdmi-ddc-clk-Fix-size-of-m-divider.patch
	patches.suse/ALSA-usb-audio-Fix-inconsistent-card-PM-state-after-.patch
	patches.suse/ALSA-emu10k1-delete-an-unnecessary-condition.patch
	patches.suse/ALSA-usb-audio-Add-vendor-product-and-profile-name-f.patch
	patches.suse/ALSA-usb-audio-Use-the-new-macro-for-HP-Dock-rename-.patch
	patches.suse/ALSA-pcm-fix-snd_pcm_link-lockdep-splat.patch
	patches.suse/ALSA-hda-realtek-add-a-pintbl-quirk-for-several-Leno.patch
	patches.suse/ALSA-usb-audio-Manage-auto-pm-of-all-bundled-interfa.patch
	patches.suse/ALSA-pcm-disallow-linking-stream-to-itself.patch
	patches.suse/ASoC-meson-add-missing-free_irq-in-error-path.patch
	patches.suse/ASoC-Intel-bytcr_rt5640-Add-quirk-for-Toshiba-Encore.patch
	patches.suse/ASoC-rt5645-Add-platform-data-for-Asus-T101HA.patch
	patches.suse/ASoC-core-only-convert-non-DPCM-link-to-DPCM-link.patch
	patches.suse/ASoC-SOF-nocodec-conditionally-set-dpcm_capture-dpcm.patch
	patches.suse/mailbox-zynqmp-ipi-Fix-NULL-vs-IS_ERR-check-in-zynqm.patch
	patches.suse/x86-reboot-quirks-Add-MacBook6-1-reboot-quirk.patch
	patches.suse/x86-speculation-avoid-force-disabling-ibpb-based-on-stibp-and-enhanced-ibrs.patch
	patches.suse/x86-speculation-prevent-rogue-cross-process-ssbd-shutdown.patch
	patches.suse/x86-speculation-pr_spec_force_disable-enforcement-for-indirect-branches.patch
	patches.suse/block-bio-integrity-don-t-free-buf-if-bio_integrity_.patch
	patches.suse/block-nr_sects_write-Disable-preemption-on-seqcount-.patch
	patches.suse/nvme-fc-don-t-call-nvme_cleanup_cmd-for-AENs.patch
	patches.suse/io_uring-use-kvfree-in-io_sqe_buffer_register.patch
	patches.suse/lib-lzo-fix-ambiguous-encoding-bug-in-lzo-rle.patch
	patches.suse/amdgpu-a-NULL-mm-does-not-mean-a-thread-is-a-kthread.patch
	patches.suse/0001-xen-pvcalls-back-test-for-errors-when-calling-backen.patch
	patches.suse/KVM-x86-Fix-APIC-page-invalidation-race.patch
	patches.suse/KVM-arm64-Stop-writing-aarch32-s-CSSELR-into-ACTLR.patch
	patches.suse/KVM-arm64-Make-vcpu_cp1x-work-on-Big-Endian-hosts.patch
	patches.suse/pwm-img-Call-pm_runtime_put-in-pm_runtime_get_sync-f.patch
	patches.suse/proc-Use-new_inode-not-new_inode_pseudo.patch
	patches.suse/thermal-drivers-ti-soc-thermal-Avoid-dereferencing-E.patch
	patches.suse/x86-amd_nb-Add-AMD-family-17h-model-60h-PCI-IDs.patch
	patches.suse/hwmon-k10temp-Add-AMD-family-17h-model-60h-PCI-match.patch
	patches.suse/edac-amd64-add-amd-family-17h-model-60h-pci-ids.patch
	patches.suse/media-cedrus-Program-output-format-during-each-run.patch
	patches.suse/i2c-piix4-Detect-secondary-SMBus-controller-on-AMD-A.patch
	patches.suse/i2c-pxa-fix-i2c_pxa_scream_blue_murder-debug-output.patch
	patches.suse/i2c-pxa-clear-all-master-action-bits-in-i2c_pxa_stop.patch
	patches.suse/Revert-i2c-tegra-Fix-suspending-in-active-runtime-PM.patch
	patches.suse/scsi-ibmvscsi-Don-t-send-host-info-in-adapter-info-M.patch
	patches.suse/ionic-wait-on-queue-start-until-after-IFF_UP.patch
	patches.suse/dccp-Fix-possible-memleak-in-dccp_init-and-dccp_fini.patch
	patches.suse/selftests-net-in-rxtimestamp-getopt_long-needs-termi.patch
	patches.suse/ionic-remove-support-for-mgmt-device.patch
	patches.suse/net-mlx5-drain-health-workqueue-in-case-of-driver-lo.patch
	patches.suse/net-mlx5-Fix-fatal-error-handling-during-device-load.patch
	patches.suse/net-mlx5-DR-Fix-freeing-in-dr_create_rc_qp.patch
	patches.suse/net-mlx5e-Fix-repeated-XSK-usage-on-one-channel.patch
	patches.suse/net-mlx5-Disable-reload-while-removing-the-device.patch
	patches.suse/ionic-add-pcie_print_link_status.patch
	patches.suse/genetlink-clean-up-family-attributes-allocations.patch
	patches.suse/ibmvnic-Flush-existing-work-items-before-device-remo.patch
	patches.suse/bpf-Fix-an-error-code-in-check_btf_func.patch
	patches.suse/bpf-Undo-internal-BPF_PROBE_MEM-in-BPF-insns-dump.patch
	patches.suse/ext4-fix-partial-cluster-initialization-when-splitti.patch
	patches.suse/ext4-stop-overwrite-the-errcode-in-ext4_setup_super.patch
	patches.suse/ext4-avoid-utf8_strncasecmp-with-unstable-name.patch
	patches.suse/ext4-jbd2-ensure-panic-by-fix-a-race-between-jbd2-ab.patch
	patches.suse/ibmvnic-Harden-device-login-requests.patch
	patches.suse/bnxt_en-Simplify-bnxt_resume.patch
	patches.suse/bnxt_en-Re-enable-SRIOV-during-resume.patch
	patches.suse/bnxt_en-Fix-AER-reset-logic-on-57500-chips.patch
	patches.suse/bnxt_en-Return-from-timer-if-interface-is-not-in-ope.patch
	patches.suse/mld-fix-memory-leak-in-ipv6_mc_destroy_dev.patch
	patches.suse/rocker-fix-incorrect-error-handling-in-dma_rings_ini.patch
	patches.suse/mvpp2-ethtool-rxtx-stats-fix.patch
	patches.suse/tcp-grow-window-for-OOO-packets-only-for-SACK-flows.patch
	patches.suse/mvpp2-remove-module-bugfix.patch
	patches.suse/e1000e-Do-not-wake-up-the-system-via-WOL-if-device-w.patch
	patches.suse/arm64-hw_breakpoint-Don-t-invoke-overflow-handler-on.patch
	patches.suse/libceph-don-t-omit-recovery_deletes-in-target_copy.patch
	patches.suse/drm-i915-work-around-false-positive-maybe-uninitiali.patch
	patches.suse/0001-drm-i915-icl-Fix-hotplug-interrupt-disabling-after-s.patch
	patches.suse/drm-amd-display-Use-kfree-to-free-rgb_user-in-calcul.patch
	patches.suse/0002-drm-amdgpu-Replace-invalid-device-ID-with-a-valid-de.patch
	patches.suse/sata_rcar-handle-pm_runtime_get_sync-failure-cases.patch
	patches.suse/ata-libata-Fix-usage-of-page-address-by-page_address.patch
	patches.suse/0001-bcache-fix-potential-deadlock-problem-in-btree_gc_co.patch
	patches.suse/block-Fix-use-after-free-in-blkdev_get.patch
	patches.suse/loop-replace-kill_bdev-with-invalidate_bdev.patch
	patches.suse/s390-fix-syscall_get_error-for-compat-processes
	patches.suse/powerpc-Document-details-on-H_SCM_HEALTH-hcall.patch
	patches.suse/seq_buf-Export-seq_buf_printf.patch
	patches.suse/powerpc-papr_scm-Fetch-nvdimm-health-information-fro.patch
	patches.suse/powerpc-papr_scm-Improve-error-logging-and-handling-.patch
	patches.suse/ndctl-papr_scm-uapi-Add-support-for-PAPR-nvdimm-spec.patch
	patches.suse/powerpc-papr_scm-Implement-support-for-PAPR_PDSM_HEA.patch
	patches.suse/drm-encoder_slave-fix-refcouting-error-for-modules.patch
	patches.suse/scsi-ufs-bsg-Fix-runtime-PM-imbalance-on-error.patch
	patches.suse/hwrng-ks-sa-Fix-runtime-PM-imbalance-on-error.patch
	patches.suse/crypto-algif_skcipher-Cap-recv-SG-list-at-ctx-used.patch
	patches.suse/crypto-algboss-don-t-wait-during-notifier-callback.patch
	patches.suse/pinctrl-tegra-Use-noirq-suspend-resume-callbacks.patch
	patches.suse/Revert-pinctrl-freescale-imx-Use-devm_of_iomap-to-av.patch
	patches.suse/regmap-fix-alignment-issue.patch
	patches.suse/regmap-Fix-memory-leak-from-regmap_register_patch.patch
	patches.suse/regualtor-pfuze100-correct-sw1a-sw2-on-pfuze3000.patch
	patches.suse/spi-sprd-switch-the-sequence-of-setting-WDG_LOAD_LOW.patch
	patches.suse/spi-spidev-fix-a-race-between-spidev_release-and-spi.patch
	patches.suse/spi-spidev-fix-a-potential-use-after-free-in-spidev_.patch
	patches.suse/btrfs-fix-a-block-group-ref-counter-leak-after-failu.patch
	patches.suse/btrfs-fix-race-between-block-group-removal-and-block.patch
	patches.suse/btrfs-fix-data-block-group-relocation-failure-due-to.patch
	patches.suse/btrfs-fix-bytes_may_use-underflow-when-running-balan.patch
	patches.suse/btrfs-fix-hang-on-snapshot-creation-after-RWF_NOWAIT.patch
	patches.suse/btrfs-fix-failure-of-RWF_NOWAIT-write-into-prealloc-.patch
	patches.suse/btrfs-fix-RWF_NOWAIT-write-not-failling-when-we-need.patch
	patches.suse/btrfs-fix-RWF_NOWAIT-writes-blocking-on-extent-locks.patch
	patches.suse/ALSA-hda-Add-NVIDIA-codec-IDs-9a-9d-through-a0-to-pa.patch
	patches.suse/ALSA-usb-audio-Add-implicit-feedback-quirk-for-SSL2.patch
	patches.suse/ALSA-usb-audio-add-quirk-for-Denon-DCD-1500RE.patch
	patches.suse/ALSA-hda-realtek-Add-quirk-for-MSI-GE63-laptop.patch
	patches.suse/ALSA-usb-audio-Fix-potential-use-after-free-of-strea.patch
	patches.suse/ALSA-hda-realtek-Add-mute-LED-and-micmute-LED-suppor.patch
	patches.suse/ALSA-hda-Intel-add-missing-PCI-IDs-for-ICL-H-TGL-H-a.patch
	patches.suse/ASoC-q6asm-handle-EOS-correctly.patch
	patches.suse/ASoc-q6afe-add-support-to-get-port-direction.patch
	patches.suse/ASoC-fsl_ssi-Fix-bclk-calculation-for-mono-channel.patch
	patches.suse/ASoC-SOF-Intel-add-PCI-ID-for-CometLake-S.patch
	patches.suse/ASoC-rockchip-Fix-a-reference-count-leak.patch
	patches.suse/ALSA-usb-audio-Add-registration-quirk-for-Kingston2.patch
	patches.suse/ALSA-usb-audio-add-quirk-for-Samsung-USBC-Headset-AK.patch
	patches.suse/ALSA-usb-audio-Fix-OOB-access-of-mixer-element-list.patch
	patches.suse/RDMA-siw-Fix-pointer-to-int-cast-warning-in-siw_rx_p.patch
	patches.suse/RDMA-rvt-Fix-potential-memory-leak-caused-by-rvt_all.patch
	patches.suse/RDMA-efa-Set-maximum-pkeys-device-attribute.patch
	patches.suse/RDMA-qedr-Fix-KASAN-use-after-free-in-ucma_event_han.patch
	patches.suse/RDMA-cma-Protect-bind_list-and-listen_list-while-fin.patch
	patches.suse/RDMA-core-Check-that-type_attrs-is-not-NULL-prior-ac.patch
	patches.suse/RDMA-mad-Fix-possible-memory-leak-in-ib_mad_post_rec.patch
	patches.suse/RDMA-counter-Query-a-counter-before-release.patch
	patches.suse/IB-mad-Fix-use-after-free-when-destroying-MAD-agent.patch
	patches.suse/IB-hfi1-Fix-module-use-count-flaw-due-to-leftover-mo.patch
	patches.suse/ring-buffer-zero-out-time-extend-if-it-is-nested-and-not-absolute.patch
	patches.suse/tracing-fix-event-trigger-to-accept-redundant-spaces.patch
	patches.suse/bpf-xdp-samples-Fix-null-pointer-dereference-in-_use.patch
	patches.suse/devmap-Use-bpf_map_area_alloc-for-allocating-hash-bu.patch
	patches.suse/bpf-Don-t-return-EINVAL-from-get-set-sockopt-when-op.patch
	patches.suse/selftests-bpf-Make-sure-optvals-PAGE_SIZE-are-bypass.patch
	patches.suse/bpf-Document-optval-PAGE_SIZE-behavior-for-sockopt-h.patch
	patches.suse/net-usb-ax88179_178a-fix-packet-alignment-padding.patch
	patches.suse/ionic-no-link-check-while-resetting-queues.patch
	patches.suse/ionic-export-features-for-vlans-to-use.patch
	patches.suse/net-fix-memleak-in-register_netdevice.patch
	patches.suse/net-core-reduce-recursion-limit-value.patch
	patches.suse/ip6_gre-fix-use-after-free-in-ip6gre_tunnel_lookup.patch
	patches.suse/ip_tunnel-fix-use-after-free-in-ip_tunnel_lookup.patch
	patches.suse/net-Fix-the-arp-error-in-some-cases.patch
	patches.suse/s390-qeth-fix-error-handling-for-isolation-mode-cmds
	patches.suse/tg3-driver-sleeps-indefinitely-when-EEH-errors-excee.patch
	patches.suse/net-dsa-bcm_sf2-Fix-node-reference-count.patch
	patches.suse/net-increment-xmit_recursion-level-in-dev_direct_xmi.patch
	patches.suse/net-phy-Check-harder-for-errors-in-get_phy_id.patch
	patches.suse/geneve-allow-changing-DF-behavior-after-creation.patch
	patches.suse/ibmveth-Fix-max-MTU-limit.patch
	patches.suse/ionic-tame-the-watchdog-timer-on-reconfig.patch
	patches.suse/ibmvnic-continue-to-init-in-CRQ-reset-returns-H_CLOS.patch
	patches.suse/usbnet-smsc95xx-Fix-use-after-free-after-removal.patch
	patches.suse/wireguard-noise-do-not-assign-initiation-time-in-if-.patch
	patches.suse/wireguard-device-avoid-circular-netns-references.patch
	patches.suse/net-Do-not-clear-the-sock-TX-queue-in-sk_set_socket.patch
	patches.suse/openvswitch-take-into-account-de-fragmentation-gso_s.patch
	patches.suse/tcp-don-t-ignore-ECN-CWR-on-pure-ACK.patch
	patches.suse/net-bridge-enfore-alignment-for-ethernet-address.patch
	patches.suse/netfilter-iptables-Split-ipt_unregister_table-into-p.patch
	patches.suse/netfilter-iptables-Add-a-.pre_exit-hook-in-all-iptab.patch
	patches.suse/netfilter-ip6tables-Split-ip6t_unregister_table-into.patch
	patches.suse/netfilter-ip6tables-Add-a-.pre_exit-hook-in-all-ip6t.patch
	patches.suse/net-macb-call-pm_runtime_put_sync-on-failure-path.patch
	patches.suse/tcp_cubic-fix-spurious-HYSTART_DELAY-exit-upon-drop-.patch
	patches.suse/sctp-Don-t-advertise-IPv4-addresses-if-ipv6only-is-s.patch
	patches.suse/wireguard-receive-account-for-napi_gro_receive-never.patch
	patches.suse/socionext-account-for-napi_gro_receive-never-returni.patch
	patches.suse/wil6210-account-for-napi_gro_receive-never-returning.patch
	patches.suse/sch_cake-don-t-try-to-reallocate-or-unshare-skb-unco.patch
	patches.suse/sch_cake-don-t-call-diffserv-parsing-code-when-it-is.patch
	patches.suse/0001-ocfs2-avoid-inode-removal-while-nfsd-is-accessing-it.patch
	patches.suse/0002-ocfs2-load-global_inode_alloc.patch
	patches.suse/0003-ocfs2-fix-panic-on-nfs-server-over-ocfs2.patch
	patches.suse/0003-drm-rcar-du-Fix-build-error.patch
	patches.suse/drm-tegra-hub-Do-not-enable-orphaned-window-group.patch
	patches.suse/gpu-host1x-Detach-driver-on-unregister.patch
	patches.suse/0004-drm-radeon-fix-fb_div-check-in-ni_init_smc_spll_tabl.patch
	patches.suse/drm-amdgpu-add-fw-release-for-sdma-v5_0.patch
	patches.suse/drm-amd-fix-potential-memleak-in-err-branch.patch
	patches.suse/drm-mcde-Fix-display-initialization-problem.patch
	patches.suse/drm-panel-orientation-quirks-Add-quirk-for-Asus-T101.patch
	patches.suse/drm-panel-orientation-quirks-Use-generic-orientation.patch
	patches.suse/iommu-vt-d-enable-pci-acs-for-platform-opt-in-hint
	patches.suse/iommu-vt-d-update-scalable-mode-paging-structure-coherency
	patches.suse/ACPI-configfs-Disallow-loading-ACPI-tables-when-lock.patch
	patches.suse/ACPI-sysfs-Fix-pm_profile_attr-type.patch
	patches.suse/clk-sifive-allocate-sufficient-memory-for-struct-__p.patch
	patches.suse/0002-dm-zoned-assign-max_io_len-correctly.patch
	patches.suse/0003-dm-writecache-correct-uncommitted_block-when-discard.patch
	patches.suse/0004-dm-writecache-add-cond_resched-to-loop-in-persistent.patch
	patches.suse/0001-nvme-pci-override-the-value-of-the-controller-s-numa.patch
	patches.suse/xprtrdma-Fix-handling-of-RDMA_ERROR-replies.patch
	patches.suse/sunrpc-fixed-rollback-in-rpc_gssd_dummy_populate.patch
	patches.suse/pNFS-flexfiles-Fix-list-corruption-if-the-mirror-cou.patch
	patches.suse/NFSv4-fix-CLOSE-not-waiting-for-direct-IO-compeletio.patch
	patches.suse/SUNRPC-Properly-set-the-subbuf-parameter-of-xdr_buf_.patch
	patches.suse/edac-amd64-read-back-the-scrub-rate-pci-register-on-f15h.patch
	patches.suse/mei-me-disable-mei-interface-on-Mehlow-server-platfo.patch
	patches.suse/usb-host-ehci-exynos-Fix-error-check-in-exynos_ehci_.patch
	patches.suse/usb-add-USB_QUIRK_DELAY_INIT-for-Logitech-C922.patch
	patches.suse/usb-usbtest-fix-missing-kfree-dev-buf-in-usbtest_dis.patch
	patches.suse/USB-ehci-reopen-solution-for-Synopsys-HC-bug.patch
	patches.suse/cdc-acm-Add-DISABLE_ECHO-quirk-for-Microchip-SMSC-ch.patch
	patches.suse/USB-ohci-sm501-Add-missed-iounmap-in-remove.patch
	patches.suse/usb-typec-tcpci_rt1711h-avoid-screaming-irq-causing-.patch
	patches.suse/xhci-Fix-incorrect-EP_STATE_MASK.patch
	patches.suse/xhci-Fix-enumeration-issue-when-setting-max-packet-s.patch
	patches.suse/usb-host-xhci-mtk-avoid-runtime-suspend-when-removin.patch
	patches.suse/xhci-Return-if-xHCI-doesn-t-support-LPM.patch
	patches.suse/xhci-Poll-for-U0-after-disabling-USB2-LPM.patch
	patches.suse/usb-renesas_usbhs-getting-residue-from-callback_resu.patch
	patches.suse/usb-dwc3-pci-Fix-reference-count-leak-in-dwc3_pci_re.patch
	patches.suse/usb-gadget-udc-Potential-Oops-in-error-handling-code.patch
	patches.suse/Staging-rtl8723bs-prevent-buffer-overflow-in-update_.patch
	patches.suse/i2c-fsi-Fix-the-port-number-field-in-status-register.patch
	patches.suse/i2c-core-check-returned-size-of-emulated-smbus-block.patch
	patches.suse/vfio-pci-fix-sr-iov-vf-handling-with-mmio-blocking
	patches.suse/scsi-qla2xxx-Set-NVMe-status-code-for-failed-NVMe-FC.patch
	patches.suse/scsi-qla2xxx-Keep-initiator-ports-after-RSCN.patch
	patches.suse/scsi-lpfc-Avoid-another-null-dereference-in-lpfc_sli.patch
	patches.suse/scsi-zfcp-fix-panic-on-erp-timeout-for-previously-dismissed-erp-action
	patches.suse/cifs-smb3-Fix-data-inconsistent-when-zero-file-range.patch
	patches.suse/cifs-smb3-Fix-data-inconsistent-when-punch-hole.patch
	patches.suse/x86-asm-64-Align-start-of-__clear_user-loop-to-16-by.patch
	patches.suse/sched-core-Check-cpus_mask-not-cpus_ptr-in-__set_cpus_allowed_ptr-to-fix-mask-corruption.patch
	patches.suse/sched-deadline-Initialize-dl_boosted.patch
	patches.suse/sched-core-Fix-PI-boosting-between-RT-and-DEADLINE-t.patch
	patches.suse/sched-core-Fix-ttwu-race.patch
	patches.suse/sched-core-s-WF_ON_RQ-WQ_ON_CPU.patch
	patches.suse/sched-cfs-change-initial-value-of-runnable_avg.patch
	patches.suse/0001-efi-tpm-Verify-event-log-header-before-parsing.patch
	patches.suse/arm64-dts-imx8mm-evk-correct-ldo1-ldo2-voltage-range.patch
	patches.suse/bus-ti-sysc-Ignore-clockactivity-unless-specified-as.patch
	patches.suse/thermal-drivers-imx-Fix-missing-of_node_put-at-probe.patch
	patches.suse/thermal-drivers-mediatek-Fix-bank-number-settings-on.patch
	patches.suse/thermal-drivers-rcar_gen3-Fix-undefined-temperature-.patch
	patches.suse/spi-pxa2xx-Add-support-for-Intel-Tiger-Lake-PCH-H.patch
	patches.suse/exfat-add-missing-brelse-calls-on-error-paths.patch
	patches.suse/exfat-move-setting-VOL_DIRTY-over-exfat_remove_entries.patch
	patches.suse/msft-hv-2106-Drivers-hv-Change-flag-to-write-log-level-in-panic-m.patch
	patches.suse/0005-virtio-blk-free-vblk-vqs-in-error-path-of-virtblk_pr.patch
	patches.suse/nfsd-apply-umask-on-fs-without-ACL-support.patch
	patches.suse/nfsd4-fix-nfsdfs-reference-count-loop.patch
	patches.suse/nfsd-fix-nfsdfs-inode-reference-count-leak.patch
	patches.suse/tpm-Fix-TIS-locality-timeout-problems.patch
	patches.suse/tpm_tis-extra-chip-ops-check-on-error-path-in-tpm_ti.patch
	patches.suse/tpm_tis-Remove-the-HID-IFX0102.patch
	patches.suse/drm-msm-fix-potential-memleak-in-error-branch.patch
	patches.suse/drm-msm-dpu-fix-error-return-code-in-dpu_encoder_ini.patch
	patches.suse/drm-msm-dpu-allow-initialization-of-encoder-locks-du.patch
	patches.suse/drm-exynos-Properly-propagate-return-value-in-drm_io.patch
	patches.suse/drm-exynos-fix-ref-count-leak-in-mic_pre_enable.patch
	patches.suse/drm-i915-gvt-Fix-two-CFL-MMIO-handling-caused-by-reg.patch
	patches.suse/drm-amd-display-Only-revalidate-bandwidth-on-medium-.patch
	patches.suse/drm-amdgpu-atomfirmware-fix-vram_info-fetching-for-r.patch
	patches.suse/drm-amdgpu-use-u-rather-than-d-for-sclk-mclk.patch
	patches.suse/drm-sun4i-hdmi-Remove-extra-HPD-polling.patch
	patches.suse/hwmon-max6697-Make-sure-the-OVERT-mask-is-set-correc.patch
	patches.suse/hwmon-acpi_power_meter-Fix-potential-memory-leak-in-.patch
	patches.suse/hwmon-pmbus-fix-a-typo-in-Kconfig-SENSORS_IR35221-op.patch
	patches.suse/SMB3-Honor-seal-flag-for-multiuser-mounts.patch
	patches.suse/SMB3-Honor-persistent-resilient-handle-flags-for-multiuser-mounts.patch
	patches.suse/SMB3-Honor-lease-disabling-for-multiuser-mounts.patch
	patches.suse/SMB3-Honor-handletimeout-flag-for-multiuser-mounts.patch
	patches.suse/SMB3-Honor-posix-flag-for-multiuser-mounts.patch
	patches.suse/i2c-algo-pca-Add-0x78-as-SCL-stuck-low-status-for-PC.patch
	patches.suse/i2c-eg20t-Load-module-automatically-if-ID-matches.patch
	patches.suse/i2c-mlxcpld-check-correct-size-of-maximum-RECV_LEN-p.patch
	patches.suse/nvme-fix-identify-error-status-silent-ignore.patch
	patches.suse/nvme-fix-a-crash-in-nvme_mpath_add_disk.patch
	patches.suse/scsi-qla2xxx-Fix-a-condition-in-qla2x00_find_all_fab.patch
	patches.suse/scsi-libfc-Handling-of-extra-kref.patch
	patches.suse/scsi-libfc-Skip-additional-kref-updating-work-event.patch
	patches.suse/irqchip-gic-Atomically-update-affinity.patch
	patches.suse/s390-maccess-add-no-DAT-mode-to-kernel_write.patch
	patches.suse/s390-setup-init-jump-labels-before-command-line-parsing
	patches.suse/KVM-arm64-Annotate-hyp-NMI-related-functions-as-__al.patch
	patches.suse/KVM-arm64-Stop-clobbering-x0-for-HVC_SOFT_RESTART.patch
	patches.suse/Revert-commit-e918e570415c-tpm_tis-Remove-the-HID-IF.patch
	patches.suse/btrfs-fix-fatal-extent_buffer-readahead-vs-releasepa.patch
	patches.suse/btrfs-reset-tree-root-pointer-after-error-in-init_tr.patch
	patches.suse/ALSA-hda-let-hs_mic-be-picked-ahead-of-hp_mic.patch
	patches.suse/ALSA-usb-audio-Fix-packet-size-calculation.patch
	patches.suse/ALSA-usb-audio-Replace-s-frame-packet-where-appropri.patch
	patches.suse/ALSA-opl3-fix-infoleak-in-opl3.patch
	patches.suse/ALSA-hda-hdmi-fix-failures-at-PCM-open-on-Intel-ICL-.patch
	patches.suse/ALSA-hda-hdmi-improve-debug-traces-for-stream-lookup.patch
	patches.suse/ALSA-hda-realtek-Fix-Lenovo-Thinkpad-X1-Carbon-7th-q.patch
	patches.suse/ALSA-hda-realtek-Enable-audio-jacks-of-Acer-vCopperb.patch
	patches.suse/ALSA-hda-realtek-Enable-headset-mic-of-Acer-C20-820-.patch
	patches.suse/ALSA-hda-realtek-Enable-headset-mic-of-Acer-Veriton-.patch
	patches.suse/ALSA-usb-audio-add-quirk-for-MacroSilicon-MS2109.patch
	patches.suse/ALSA-usb-audio-Add-implicit-feedback-quirk-for-RTX60.patch
	patches.suse/dm-do-not-use-waitqueue-for-request-based-dm
	patches.suse/dm-writecache-reject-asynchronous-pmem-devices.patch
	patches.suse/drm-mediatek-Check-plane-visibility-in-atomic_update.patch
	patches.suse/drm-nouveau-i2c-g94-increase-NV_PMGR_DP_AUXCTL_TRANS.patch
	patches.suse/0001-drm-i915-fbc-Fix-fence_y_offset-handling.patch
	patches.suse/drm-radeon-fix-double-free.patch
	patches.suse/drm-amdgpu-don-t-do-soft-recovery-if-gpu_recovery-0.patch
	patches.suse/mmc-meson-gx-limit-segments-to-1-when-dram-access-qu.patch
	patches.suse/s390-mm-fix-huge-pte-soft-dirty-copying
	patches.suse/drivers-firmware-psci-Fix-memory-leakage-in-alloc_in.patch
	patches.suse/arm64-kgdb-Fix-single-step-exception-handling-oops.patch
	patches.suse/gpio-arizona-handle-pm_runtime_get_sync-failure-case.patch
	patches.suse/gpio-arizona-put-pm_runtime-in-case-of-failure.patch
	patches.suse/gpio-pca953x-Override-IRQ-for-one-of-the-expanders-o.patch
	patches.suse/gpio-pca953x-disable-regmap-locking-for-automatic-ad.patch
	patches.suse/gpio-pca953x-Fix-GPIO-resource-leak-on-Intel-Galileo.patch
	patches.suse/pinctrl-amd-fix-npins-for-uart0-in-kerncz_groups.patch
	patches.suse/bpfilter-switch-to-kernel_write.patch
	patches.suse/blk-mq-consider-non-idle-request-as-inflight-in-blk_mq_rq_inflight
	patches.suse/nbd-Fix-memory-leak-in-nbd_add_socket.patch
	patches.suse/IB-hfi1-Do-not-destroy-hfi1_wq-when-the-device-is-sh.patch
	patches.suse/IB-hfi1-Do-not-destroy-link_wq-when-the-device-is-sh.patch
	patches.suse/IB-sa-Resolv-use-after-free-in-ib_nl_make_request.patch
	patches.suse/RDMA-siw-Fix-reporting-vendor_part_id.patch
	patches.suse/IB-mlx5-Fix-50G-per-lane-indication.patch
	patches.suse/ionic-update-the-queue-count-on-open.patch
	patches.suse/enetc-Fix-tx-rings-bitmap-iteration-range-irq-handli.patch
	patches.suse/net-ipv4-Fix-wrong-type-conversion-from-hint-to-rt-i.patch
	patches.suse/llc-make-sure-applications-use-ARPHRD_ETHER.patch
	patches.suse/mac80211-allow-rx-of-mesh-eapol-frames-with-default-.patch
	patches.suse/net-mvneta-fix-use-of-state-speed.patch
	patches.suse/bpf-Do-not-allow-btf_ctx_access-with-__int128-types.patch
	patches.suse/tcp-md5-add-missing-memory-barriers-in-tcp_md5_do_ad.patch
	patches.suse/net-qrtr-Fix-an-out-of-bounds-read-qrtr_endpoint_pos.patch
	patches.suse/genetlink-remove-genl_bind.patch
	patches.suse/tcp-md5-refine-tcp_md5_do_add-tcp_md5_hash_key-barri.patch
	patches.suse/tcp-md5-do-not-send-silly-options-in-SYNCOOKIES.patch
	patches.suse/tcp-fix-SO_RCVLOWAT-possible-hangs-under-high-mem-pr.patch
	patches.suse/tcp-md5-allow-changing-MD5-keys-in-all-socket-states.patch
	patches.suse/net-dsa-microchip-set-the-correct-number-of-ports.patch
	patches.suse/sched-consistently-handle-layer3-header-accesses-in-.patch
	patches.suse/net-hns3-check-reset-pending-after-FLR-prepare.patch
	patches.suse/ipv6-fib6_select_path-can-not-use-out-path-for-nexth.patch
	patches.suse/net-usb-qmi_wwan-add-support-for-Quectel-EG95-LTE-mo.patch
	patches.suse/ipv6-Fix-use-of-anycast-address-with-loopback.patch
	patches.suse/cgroup-fix-cgroup_sk_alloc-for-sk_clone_lock.patch
	patches.suse/ipv4-fill-fl4_icmp_-type-code-in-ping_v4_sendmsg.patch
	patches.suse/net-Added-pointer-check-for-dst-ops-neigh_lookup-in-.patch
	patches.suse/bridge-mcast-Fix-MLD2-Report-IPv6-payload-length-che.patch
	patches.suse/vlan-consolidate-VLAN-parsing-code-and-limit-max-par.patch
	patches.suse/ionic-centralize-queue-reset-code.patch
	patches.suse/net-smc-tolerate-future-smcd-versions
	patches.suse/l2tp-remove-skb_dst_set-from-l2tp_xmit_skb.patch
	patches.suse/net_sched-fix-a-memory-leak-in-atm_tc_init.patch
	patches.suse/tcp-make-sure-listeners-don-t-initialize-congestion-.patch
	patches.suse/cgroup-fix-sock_cgroup_data-on-big-endian.patch
	patches.suse/net-mlx5-Fix-eeprom-support-for-SFP-module.patch
	patches.suse/net-mlx5e-Fix-VXLAN-configuration-restore-after-func.patch
	patches.suse/net-mlx5e-Fix-CPU-mapping-after-function-reload-to-a.patch
	patches.suse/net-mlx5e-Fix-50G-per-lane-indication.patch
	patches.suse/bpf-net-Avoid-copying-sk_user_data-of-reuseport_arra.patch
	patches.suse/bpf-net-Avoid-incorrect-bpf_sk_reuseport_detach-call.patch
	patches.suse/bnxt_en-fix-NULL-dereference-in-case-SR-IOV-configur.patch
	patches.suse/mlxsw-spectrum_router-Remove-inappropriate-usage-of-.patch
	patches.suse/mlxsw-pci-Fix-use-after-free-in-case-of-failed-devli.patch
	patches.suse/scsi-dh-Add-Fujitsu-device-to-devinfo-and-dh-lists.patch
	patches.suse/Input-synaptics-enable-InterTouch-for-ThinkPad-X1E-1.patch
	patches.suse/Input-elan_i2c-only-increment-wakeup-count-on-touch.patch
	patches.suse/Input-i8042-add-Lenovo-XiaoXin-Air-12-to-i8042-nomux.patch
	patches.suse/Input-elan_i2c-add-more-hardware-ID-for-Lenovo-lapto.patch
	patches.suse/keys-asymmetric-fix-error-return-code-in-software_ke.patch
	patches.suse/dmaengine-imx-sdma-Fix-Remove-always-true-comparison.patch
	patches.suse/dmaengine-sh-usb-dmac-set-tx_result-parameters.patch
	patches.suse/dmaengine-fsl-edma-Fix-NULL-pointer-exception-in-fsl.patch
	patches.suse/dmaengine-mcf-edma-Fix-NULL-pointer-exception-in-mcf.patch
	patches.suse/dmaengine-tegra210-adma-Fix-runtime-PM-imbalance-on-.patch
	patches.suse/dmaengine-dw-Initialize-channel-before-each-transfer.patch
	patches.suse/dmaengine-fsl-edma-common-correct-DSIZE_32BYTE.patch
	patches.suse/dmaengine-dmatest-stop-completed-threads-when-runnin.patch
	patches.suse/dmaengine-fsl-edma-fix-wrong-tcd-endianness-for-big-.patch
	patches.suse/dmaengine-ioat-setting-ioat-timeout-as-module-parame.patch
	patches.suse/platform-x86-ISST-Add-new-PCI-device-ids.patch
	patches.suse/thermal-int3403_thermal-Downgrade-error-message.patch
	patches.suse/Revert-thermal-mediatek-fix-register-index-error.patch
	patches.suse/serial-mxs-auart-add-missed-iounmap-in-probe-failure.patch
	patches.suse/iio-health-afe4404-Fix-timestamp-alignment-and-preve.patch
	patches.suse/iio-mma8452-Add-missed-iio_device_unregister-call-in.patch
	patches.suse/iio-magnetometer-ak8974-Fix-runtime-PM-imbalance-on-.patch
	patches.suse/iio-core-add-missing-IIO_MOD_H2-ETHANOL-string-ident.patch
	patches.suse/iio-pressure-zpa2326-handle-pm_runtime_get_sync-fail.patch
	patches.suse/iio-magnetometer-ak8974-Fix-alignment-and-data-leak-.patch
	patches.suse/iio-humidity-hdc100x-Fix-alignment-and-data-leak-iss.patch
	patches.suse/iio-humidity-hts221-Fix-alignment-and-data-leak-issu.patch
	patches.suse/iio-pressure-ms5611-Fix-buffer-element-alignment.patch
	patches.suse/iio-adc-ad7780-Fix-a-resource-handling-path-in-ad778.patch
	patches.suse/staging-comedi-verify-array-index-is-correct-before-.patch
	patches.suse/mei-bus-don-t-clean-driver-pointer.patch
	patches.suse/revert-zram-convert-remaining-class_attr-to-class_attr_ro
	patches.suse/uio_pdrv_genirq-Remove-warning-when-irq-is-not-speci.patch
	patches.suse/soundwire-intel-fix-memory-leak-with-devm_kasprintf.patch
	patches.suse/phy-sun4i-usb-fix-dereference-of-pointer-phy0-before.patch
	patches.suse/virt-vbox-Fix-VBGL_IOCTL_VMMDEV_REQUEST_BIG-and-_LOG.patch
	patches.suse/virt-vbox-Fix-guest-capabilities-mask-check.patch
	patches.suse/intel_th-pci-Add-Jasper-Lake-CPU-support.patch
	patches.suse/intel_th-pci-Add-Tiger-Lake-PCH-H-support.patch
	patches.suse/intel_th-pci-Add-Emmitsburg-PCH-support.patch
	patches.suse/intel_th-Fix-a-NULL-dereference-when-hub-driver-is-n.patch
	patches.suse/virtio-virtio_console-add-missing-MODULE_DEVICE_TABL.patch
	patches.suse/drm-i915-gt-Ignore-irq-enabling-on-the-virtual-engin.patch
	patches.suse/0002-drm-i915-gt-Only-swap-to-a-random-sibling-once-upon-.patch
	patches.suse/0003-drm-i915-Move-cec_notifier-to-intel_hdmi_connector_u.patch
	patches.suse/drm-amdgpu-gfx10-fix-race-condition-for-kiq.patch
	patches.suse/drm-amdgpu-fix-preemption-unit-test.patch
	patches.suse/drm-amdgpu-sdma5-fix-wptr-overwritten-in-get_wptr.patch
	patches.suse/ALSA-line6-Perform-sanity-check-for-each-URB-creatio.patch
	patches.suse/ALSA-line6-Sync-the-pending-work-cancel-at-disconnec.patch
	patches.suse/ALSA-usb-audio-Fix-race-against-the-error-recovery-U.patch
	patches.suse/ALSA-hda-realtek-change-to-suitable-link-model-for-A.patch
	patches.suse/ALSA-hda-realtek-enable-headset-mic-of-ASUS-ROG-Zeph.patch
	patches.suse/ALSA-hda-realtek-Enable-headset-mic-of-Acer-TravelMa.patch
	patches.suse/ALSA-hda-realtek-Enable-Speaker-for-ASUS-UX533-and-U.patch
	patches.suse/ALSA-hda-realtek-Enable-Speaker-for-ASUS-UX563.patch
	patches.suse/ALSA-hda-realtek-fixup-for-yet-another-Intel-referen.patch
	patches.suse/HID-i2c-hid-add-Mediacom-FlexBook-edge13-to-descript.patch
	patches.suse/HID-quirks-Always-poll-Obins-Anne-Pro-2-keyboard.patch
	patches.suse/HID-alps-support-devices-with-report-id-2.patch
	patches.suse/HID-magicmouse-do-not-set-up-autorepeat.patch
	patches.suse/HID-steam-fixes-race-in-handling-device-list.patch
	patches.suse/HID-apple-Disable-Fn-key-key-re-mapping-on-clone-key.patch
	patches.suse/HID-quirks-Ignore-Simply-Automated-UPB-PIM.patch
	patches.suse/HID-logitech-hidpp-avoid-repeated-multiplier-log-mes.patch
	patches.suse/regmap-dev_get_regmap_match-fix-string-comparison.patch
	patches.suse/regmap-debugfs-Don-t-sleep-while-atomic-for-fast_io-.patch
	patches.suse/spi-mediatek-use-correct-SPI_CFG2_REG-MACRO.patch
	patches.suse/spi-spi-sun6i-sun6i_spi_transfer_one-fix-setting-of-.patch
	patches.suse/ovl-inode-reference-leak-in-ovl_is_inuse-true-case.patch
	patches.suse/fuse-fix-parameter-for-fs_ioc_-get-set-flags.patch
	patches.suse/bus-ti-sysc-Do-not-disable-on-suspend-for-no-idle.patch
	patches.suse/NFS-Fix-interrupted-slots-by-sending-a-solo-SEQUENCE.patch
	patches.suse/powerpc-book3s64-pkeys-Fix-pkey_access_permitted-for.patch
	patches.suse/hwmon-aspeed-pwm-tacho-Avoid-possible-buffer-overflo.patch
	patches.suse/hwmon-emc2103-fix-unable-to-change-fan-pwm1_enable-a.patch
	patches.suse/hwmon-adm1275-Make-sure-we-are-reading-enough-data-f.patch
	patches.suse/hwmon-nct6775-Accept-PECI-Calibration-as-temperature.patch
	patches.suse/hwmon-scmi-Fix-potential-buffer-overflow-in-scmi_hwm.patch
	patches.suse/usb-chipidea-core-add-wakeup-support-for-extcon.patch
	patches.suse/USB-serial-cypress_m8-enable-Simply-Automated-UPB-PI.patch
	patches.suse/USB-serial-option-add-GosunCn-GM500-series.patch
	patches.suse/USB-serial-ch341-add-new-Product-ID-for-CH340.patch
	patches.suse/USB-serial-option-add-Quectel-EG95-LTE-modem.patch
	patches.suse/USB-c67x00-fix-use-after-free-in-c67x00_giveback_urb.patch
	patches.suse/usb-dwc3-pci-add-support-for-the-Intel-Tiger-Lake-PC.patch
	patches.suse/usb-dwc3-pci-add-support-for-the-Intel-Jasper-Lake.patch
	patches.suse/usb-gadget-udc-gr_udc-fix-memleak-on-error-handling-.patch
	patches.suse/usb-dwc2-Fix-shutdown-callback-in-platform.patch
	patches.suse/usb-gadget-udc-atmel-remove-outdated-comment-in-usba.patch
	patches.suse/usb-gadget-udc-atmel-fix-uninitialized-read-in-debug.patch
	patches.suse/usb-gadget-function-fix-missing-spinlock-in-f_uac1_l.patch
	patches.suse/USB-serial-iuu_phoenix-fix-memory-corruption.patch
	patches.suse/msft-hv-2119-irqdomain-treewide-Keep-firmware-node-unconditionall.patch
	patches.suse/sched-Fix-loadavg-accounting-race.patch
	patches.suse/sched-fair-handle-case-of-task_h_load-returning-0.patch
	patches.suse/ALSA-info-Drop-WARN_ON-from-buffer-NULL-sanity-check.patch
	patches.suse/ASoC-rt5670-Correct-RT5670_LDO_SEL_MASK.patch
	patches.suse/ASoC-rt5670-Add-new-gpio1_is_ext_spk_en-quirk-and-en.patch
	patches.suse/ASoC-rt5670-Fix-dac-and-adc-vol-tlv-values-being-off.patch
	patches.suse/ASoC-rockchip-add-format-and-rate-constraints-on-rk3.patch
	patches.suse/ASoC-codecs-max98373-Removed-superfluous-volume-cont.patch
	patches.suse/ASoc-codecs-max98373-remove-Idle_bias_on-to-let-code.patch
	patches.suse/ASoC-topology-fix-kernel-oops-on-route-addition-erro.patch
	patches.suse/ASoC-topology-fix-tlvs-in-error-handling-for-widget_.patch
	patches.suse/ASoC-wm8974-fix-Boost-Mixer-Aux-Switch.patch
	patches.suse/ASoC-wm8974-remove-unsupported-clock-mode.patch
	patches.suse/ASoC-rt286-fix-unexpected-interrupt-happens.patch
	patches.suse/ASoC-Intel-bytcht_es8316-Add-missed-put_device.patch
	patches.suse/ASoC-rt5682-Report-the-button-event-in-the-headset-t.patch
	patches.suse/ALSA-hda-realtek-Fixed-ALC298-sound-bug-by-adding-qu.patch
	patches.suse/drm-sun4i-hdmi-Fix-inverted-HPD-result.patch
	patches.suse/drm-amd-powerplay-fix-a-crash-when-overclocking-Vega.patch
	patches.suse/drm-amdgpu-Fix-NULL-dereference-in-dpm-sysfs-handler.patch
	patches.suse/Revert-i2c-cadence-Fix-the-hold-bit-setting.patch
	patches.suse/i2c-rcar-always-clear-ICSAR-to-avoid-side-effects.patch
	patches.suse/i2c-i2c-qcom-geni-Fix-DMA-transfer-race.patch
	patches.suse/0006-dm-integrity-fix-integrity-recalculation-that-is-imp.patch
	patches.suse/RDMA-mlx5-Use-xa_lock_irq-when-access-to-SRQ-table.patch
	patches.suse/RDMA-core-Fix-race-in-rdma_alloc_commit_uobject.patch
	patches.suse/RDMA-mlx5-Prevent-prefetch-from-racing-with-implicit.patch
	patches.suse/btrfs-fix-double-free-on-ulist-after-backref-resolut.patch
	patches.suse/btrfs-qgroup-fix-data-leak-caused-by-race-between-wr.patch
	patches.suse/btrfs-fix-page-leaks-after-failure-to-lock-page-for-.patch
	patches.suse/mm-mmap-c-close-race-between-munmap-and-expand_upwards-downwards.patch
	patches.suse/io-mapping-indicate-mapping-failure.patch
	patches.suse/bnxt_en-Fix-race-when-modifying-pause-settings.patch
	patches.suse/bnxt_en-Init-ethtool-link-settings-after-reading-upd.patch
	patches.suse/bnxt_en-Fix-completion-ring-sizing-with-TPA-enabled.patch
	patches.suse/usb-hso-Fix-debug-compile-warning-on-sparc32.patch
	patches.suse/ip6_gre-fix-null-ptr-deref-in-ip6gre_init_net.patch
	patches.suse/hippi-Fix-a-size-used-in-a-pci_free_consistent-in-an.patch
	patches.suse/vsock-virtio-annotate-the_virtio_vsock-RCU-pointer.patch
	patches.suse/ax88172a-fix-ax88172a_unbind-failures.patch
	patches.suse/net-dp83640-fix-SIOCSHWTSTAMP-to-update-the-struct-w.patch
	patches.suse/rtnetlink-Fix-memory-net_device-leak-when-newlink-fa.patch
	patches.suse/nfc-nci-add-missed-destroy_workqueue-in-nci_register.patch
	patches.suse/rhashtable-drop-duplicated-word-in-linux-rhashtable..patch
	patches.suse/mlxsw-core-Fix-wrong-SFP-EEPROM-reading-for-upper-pa.patch
	patches.suse/net-smc-fix-restoring-of-fallback-changes.patch
	patches.suse/bonding-check-error-value-of-register_netdevice-imme.patch
	patches.suse/ieee802154-fix-one-possible-memleak-in-adf7242_probe.patch
	patches.suse/rxrpc-Fix-sendmsg-returning-EPIPE-due-to-recvmsg-ret.patch
	patches.suse/net-smc-put-slot-when-connection-is-killed
	patches.suse/dpaa_eth-Fix-one-possible-memleak-in-dpaa_eth_probe.patch
	patches.suse/mlxsw-destroy-workqueue-when-trap_register-in-mlxsw_.patch
	patches.suse/ionic-use-offset-for-ethtool-regs-data.patch
	patches.suse/ionic-fix-up-filter-locks-and-debug-msgs.patch
	patches.suse/ionic-update-filter-id-after-replay.patch
	patches.suse/ionic-keep-rss-hash-after-fw-update.patch
	patches.suse/ionic-use-mutex-to-protect-queue-operations.patch
	patches.suse/nfc-s3fwrn5-add-missing-release-on-skb-in-s3fwrn5_re.patch
	patches.suse/udp-Copy-has_conns-in-reuseport_grow.patch
	patches.suse/udp-Improve-load-balancing-for-SO_REUSEPORT.patch
	patches.suse/net-sysfs-add-a-newline-when-printing-tx_timeout-by-.patch
	patches.suse/net-udp-Fix-wrong-clean-up-for-IS_UDPLITE-macro.patch
	patches.suse/net-hns3-fix-for-not-calculating-TX-BD-send-size-cor.patch
	patches.suse/net-hns3-fix-error-handling-for-desc-filling.patch
	patches.suse/net-hns3-fix-return-value-error-when-query-MAC-link-.patch
	patches.suse/net-dsa-microchip-call-phy_remove_link_mode-during-p.patch
	patches.suse/netdevsim-fix-unbalaced-locking-in-nsim_create.patch
	patches.suse/qed-suppress-don-t-support-RoCE-iWARP-flooding-on-HW.patch
	patches.suse/qed-suppress-false-positives-interrupt-error-message.patch
	patches.suse/drivers-net-wan-x25_asy-Fix-to-make-it-work.patch
	patches.suse/enetc-Remove-the-mdio-bus-on-PF-probe-bailout.patch
	patches.suse/AX.25-Fix-out-of-bounds-read-in-ax25_connect.patch
	patches.suse/sctp-shrink-stream-outq-only-when-new-outcnt-old-out.patch
	patches.suse/sctp-shrink-stream-outq-when-fails-to-do-addstream-r.patch
	patches.suse/AX.25-Prevent-out-of-bounds-read-in-ax25_sendmsg.patch
	patches.suse/AX.25-Prevent-integer-overflows-in-connect-and-sendm.patch
	patches.suse/bonding-check-return-value-of-register_netdevice-in-.patch
	patches.suse/geneve-fix-an-uninitialized-value-in-geneve_changeli.patch
	patches.suse/0001-ipvs-fix-the-connection-sync-failed-in-some-cases.patch
	patches.suse/ath9k-Fix-regression-with-Atheros-9271.patch
	patches.suse/qrtr-orphan-socket-in-qrtr_release.patch
	patches.suse/dev-Defer-free-of-skbs-in-flush_backlog.patch
	patches.suse/drivers-net-wan-lapb-Corrected-the-usage-of-skb_cow.patch
	patches.suse/efi-efivars-Expose-RT-service-availability-via-efiva.patch
	patches.suse/sched-Fix-race-against-ptrace_freeze_trace.patch
	patches.suse/x86-unwind-orc-fix-orc-for-newly-forked-tasks.patch
	patches.suse/x86-stacktrace-fix-reliable-check-for-empty-user-task-stacks.patch
	patches.suse/usb-xhci-mtk-fix-the-failure-of-bandwidth-allocation.patch
	patches.suse/usb-xhci-Fix-ASM2142-ASM3142-DMA-addressing.patch
	patches.suse/usb-tegra-Fix-allocation-for-the-FPCI-context.patch
	patches.suse/vt-Reject-zero-sized-screen-buffer-size.patch
	patches.suse/serial-tegra-fix-CREAD-handling-for-PIO.patch
	patches.suse/serial-8250-fix-null-ptr-deref-in-serial8250_start_t.patch
	patches.suse/serial-8250_mtk-Fix-high-speed-baud-rates-clamping.patch
	patches.suse/fbdev-Detect-integer-underflow-at-struct-fbcon_ops-c.patch
	patches.suse/serial-exar-Fix-GPIO-configuration-for-Sealevel-card.patch
	patches.suse/staging-comedi-ni_6527-fix-INSN_CONFIG_DIGITAL_TRIG-.patch
	patches.suse/staging-comedi-addi_apci_1032-check-INSN_CONFIG_DIGI.patch
	patches.suse/staging-comedi-addi_apci_1500-check-INSN_CONFIG_DIGI.patch
	patches.suse/staging-comedi-addi_apci_1564-check-INSN_CONFIG_DIGI.patch
	patches.suse/staging-wlan-ng-properly-check-endpoint-types.patch
	patches.suse/fpga-dfl-fix-bug-in-port-reset-handshake.patch
	patches.suse/dev-mem-Add-missing-memory-barriers-for-devmem_inode.patch
	patches.suse/random32-update-the-net-random-state-on-interrupt-an.patch
	patches.suse/drm-nouveau-fbcon-fix-module-unload-when-fbcon-init-.patch
	patches.suse/drm-nouveau-fbcon-zero-initialise-the-mode_cmd2-stru.patch
	patches.suse/0001-drm-dbi-Fix-SPI-Type-1-9-bit-transfer.patch
	patches.suse/drm-hold-gem-reference-until-object-is-no-longer-acc.patch
	patches.suse/9p-trans_fd-Fix-concurrency-del-of-req_list-in-p9_fd.patch
	patches.suse/random32-remove-net_rand_state-from-the-latent-entro.patch
	patches.suse/random-fix-circular-include-dependency-on-arm64-afte.patch
	patches.suse/nvme-add-a-Identify-Namespace-Identification-Descrip.patch
	patches.suse/PCI-ASPM-Disable-ASPM-on-ASMedia-ASM1083-1085-PCIe-t.patch
	patches.suse/ARM-percpu.h-fix-build-error.patch
	patches.suse/firmware-Fix-a-reference-count-leak.patch
	patches.suse/Bluetooth-fix-kernel-oops-in-store_pending_adv_repor.patch
	patches.suse/drm-amdgpu-Prevent-kernel-infoleak-in-amdgpu_info_io.patch
	patches.suse/drm-amd-display-Clear-dm_state-for-fast-updates.patch
	patches.suse/Revert-drm-amdgpu-Fix-NULL-dereference-in-dpm-sysfs-.patch
	patches.suse/ALSA-usb-audio-Add-implicit-feedback-quirk-SSL2-2.patch
	patches.suse/ALSA-hda-realtek-enable-headset-mic-of-ASUS-ROG-2.patch
	patches.suse/ALSA-hda-realtek-typo_fix-enable-headset-mic-of-ASUS.patch
	patches.suse/ALSA-hda-realtek-Fix-add-a-ultra_low_power-function-.patch
	patches.suse/ALSA-hda-Workaround-for-spurious-wakeups-on-some-Int.patch
	patches.suse/ALSA-hda-hdmi-Fix-keep_power-assignment-for-non-comp.patch
	patches.suse/ALSA-hda-fix-NULL-pointer-dereference-during-suspend.patch
	patches.suse/ALSA-hda-realtek-Fixed-HP-right-speaker-no-sound.patch
	patches.suse/RDMA-mlx5-Fix-prefetch-memory-leak-if-get_prefetchab.patch
	patches.suse/IB-rdmavt-Fix-RQ-counting-issues-causing-use-of-an-i.patch
	patches.suse/arm64-csum-Fix-handling-of-bad-packets.patch
	patches.suse/i2c-also-convert-placeholder-function-to-return-errn.patch
	patches.suse/i2c-slave-improve-sanity-check-when-registering.patch
	patches.suse/i2c-slave-add-sanity-check-when-unregistering.patch
	patches.suse/usb-hso-check-for-return-value-in-hso_serial_common_.patch
	patches.suse/net-lan78xx-add-missing-endpoint-sanity-check.patch
	patches.suse/net-lan78xx-fix-transfer-buffer-memory-leak.patch
	patches.suse/net-lan78xx-replace-bogus-endpoint-lookup.patch
	patches.suse/net-mlx5-E-switch-Destroy-TSAR-when-fail-to-enable-t.patch
	patches.suse/net-mlx5e-Fix-kernel-crash-when-setting-vf-VLANID-on.patch
	patches.suse/rhashtable-Fix-unprotected-RCU-dereference-in-__rht_.patch
	patches.suse/rhashtable-Restore-RCU-marking-on-rhash_lock_head.patch
	patches.suse/mlx4-disable-device-on-shutdown.patch
	patches.suse/ipv6-Fix-nexthop-refcnt-leak-when-creating-ipv6-rout.patch
	patches.suse/vxlan-Ensure-FDB-dump-is-performed-under-RCU.patch
	patches.suse/ipv4-Silence-suspicious-RCU-usage-warning.patch
	patches.suse/ibmvnic-Fix-IRQ-mapping-disposal-in-error-path.patch
	patches.suse/ipv6-fix-memory-leaks-on-IPV6_ADDRFORM-path.patch
	patches.suse/rxrpc-Fix-race-between-recvmsg-and-sendmsg-on-immedi.patch
	patches.suse/devlink-ignore-EOPNOTSUPP-errors-on-dumpit.patch
	patches.suse/net-ethernet-mtk_eth_soc-fix-MTU-warnings.patch
	patches.suse/atm-fix-atm_dev-refcnt-leaks-in-atmtcp_remove_persis.patch
	patches.suse/ionic-unlock-queue-mutex-in-error-path.patch
	patches.suse/mac80211-mesh-Free-ie-data-when-leaving-mesh.patch
	patches.suse/mac80211-mesh-Free-pending-skb-when-destroying-a-mpa.patch
	patches.suse/cfg80211-check-vendor-command-doit-pointer-before-us.patch
	patches.suse/xfrm-policy-match-with-both-mark-and-mask-on-user-in.patch
	patches.suse/af_key-pfkey_dump-needs-parameter-validation.patch
	patches.suse/bpf-Fix-map-leak-in-HASH_OF_MAPS-map.patch
	patches.suse/net-bpfilter-Initialize-pos-in-__bpfilter_process_so.patch
	patches.suse/tpm-Require-that-all-digests-are-present-in-TCG_PCR_.patch
	patches.suse/0001-btrfs-inode-refactor-the-parameters-of-insert_reserv.patch
	patches.suse/0002-btrfs-inode-move-qgroup-reserved-space-release-to-th.patch
	patches.suse/0003-btrfs-file-reserve-qgroup-space-after-the-hole-punch.patch
	patches.suse/0004-btrfs-change-timing-for-qgroup-reserved-space-for-or.patch
	patches.suse/0001-btrfs-qgroup-allow-to-unreserve-range-without-releas.patch
	patches.suse/0002-btrfs-qgroup-try-to-flush-qgroup-space-when-we-get-E.patch
	patches.suse/0003-btrfs-qgroup-remove-ASYNC_COMMIT-mechanism-in-favor-.patch
	patches.suse/crc-t10dif-Fix-potential-crypto-notify-dead-lock.patch
	patches.suse/crypto-caam-Fix-argument-type-in-handle_imx6_err0057.patch
	patches.suse/crypto-cpt-don-t-sleep-of-CRYPTO_TFM_REQ_MAY_SLEEP-w.patch
	patches.suse/crypto-hisilicon-don-t-sleep-of-CRYPTO_TFM_REQ_MAY_S.patch
	patches.suse/crypto-ccree-fix-resource-leak-on-error-path.patch
	patches.suse/crypto-ccp-Fix-use-of-merged-scatterlists.patch
	patches.suse/crypto-aesni-add-compatibility-with-IAS.patch
	patches.suse/crypto-aesni-Fix-build-with-LLVM_IAS-1.patch
	patches.suse/crypto-qat-fix-double-free-in-qat_uclo_create_batch_.patch
	patches.suse/crypto-ecdh-check-validity-of-z-before-export
	patches.suse/lib-mpi-add-mpi_sub_ui
	patches.suse/crypto-dh-check-validity-of-z-before-export
	patches.suse/crypto-dh-sp800-56a-rev-3-local-public-key-validation
	patches.suse/crypto-ecc-sp800-56a-rev-3-local-public-key-validation
	patches.suse/mtd-properly-check-all-write-ioctls-for-permissions.patch
	patches.suse/0007-block-add-docs-for-gendisk-request_queue-refcount-he.patch
	patches.suse/0008-block-revert-back-to-synchronous-request_queue-remov.patch
	patches.suse/0009-blktrace-fix-debugfs-use-after-free.patch
	patches.suse/0010-sbitmap-Consider-cleared-bits-in-sbitmap_bitmap_show.patch
	patches.suse/0001-block-improve-discard-bio-alignment-in-__blkdev_issu.patch
	patches.suse/block-Use-non-_rcu-version-of-list-functions-for-tag.patch
	patches.suse/irqdomain-treewide-Free-firmware-node-after-domain-r.patch
	patches.suse/sched-cputime-Improve-cputime_adjust.patch
	patches.suse/sched-pelt-Remove-redundant-cap_scale-definition.patch
	patches.suse/sched-fair-Remove-unused-sd-parameter-from-scale_rt_capacity.patch
	patches.suse/sched-debug-Add-new-tracepoints-to-track-util_est.patch
	patches.suse/x86-sched-check-for-counters-overflow-in-frequency-i.patch
	patches.suse/x86-sched-Bail-out-of-frequency-invariance-if-turbo-.patch
	patches.suse/x86-sched-Bail-out-of-frequency-invariance-if-turbo_freq-base_freq-gives-0.patch
	patches.suse/sched-fair-fix-nohz-next-idle-balance.patch
	patches.suse/sched-fair-Optimize-dequeue_task_fair.patch
	patches.suse/sched-Add-a-tracepoint-to-track-rq-nr_running.patch
	patches.suse/sched-Better-document-ttwu.patch
	patches.suse/sched-nohz-stop-passing-around-unused-ticks-parameter.patch
	patches.suse/sched-fair-update_pick_idlest-Select-group-with-lowest-group_util-when-idle_cpus-are-equal.patch
	patches.suse/x86-mce-inject-fix-a-wrong-assignment-of-i_mce-status.patch
	patches.suse/platform-x86-intel-hid-Fix-return-value-check-in-che.patch
	patches.suse/platform-x86-intel-vbtn-Fix-return-value-check-in-ch.patch
	patches.suse/platform-x86-asus-nb-wmi-add-support-for-ASUS-ROG-Ze.patch
	patches.suse/arm64-dts-qcom-msm8998-clamshell-Fix-label-on-l15-re.patch
	patches.suse/arm64-dts-exynos-Fix-silent-hang-after-boot-on-Espre.patch
	patches.suse/arm64-dts-rockchip-fix-rk3399-puma-vcc5v0-host-gpio.patch
	patches.suse/arm64-dts-rockchip-fix-rk3399-puma-gmac-reset-gpio.patch
	patches.suse/firmware-smccc-add-arch_soc_id-support.patch
	patches.suse/firmware-arm_scmi-Fix-SCMI-genpd-domain-probing.patch
	patches.suse/firmware-arm_scmi-Keep-the-discrete-clock-rates-sort.patch
	patches.suse/clk-scmi-Fix-min-and-max-rate-when-registering-clock.patch
	patches.suse/soc-qcom-rpmh-rsc-Set-suppress_bind_attrs-flag.patch
	patches.suse/edac-fix-reference-count-leaks.patch
	patches.suse/edac-ghes-setup-dimm-label-from-dmi-and-use-it-in-error-reports.patch
	patches.suse/regulator-gpio-Honor-regulator-boot-on-property.patch
	patches.suse/regulator-fix-memory-leak-on-error-path-of-regulator.patch
	patches.suse/spi-spi-geni-qcom-Actually-use-our-FIFO.patch
	patches.suse/spi-lantiq-fix-Rx-overflow-error-in-full-duplex-mode.patch
	patches.suse/spi-sun4i-update-max-transfer-size-reported.patch
	patches.suse/spi-spidev-Align-buffers-for-DMA.patch
	patches.suse/spi-rockchip-Fix-error-in-SPI-slave-pio-read.patch
	patches.suse/ACPICA-Do-not-increment-operation_region-reference-c.patch
	patches.suse/PCI-hotplug-ACPI-Fix-context-refcounting-in-acpiphp_.patch
	patches.suse/random32-move-the-pseudo-random-32-bit-definitions-t.patch
	patches.suse/drbd-Remove-uninitialized_var-usage.patch
	patches.suse/b43-Remove-uninitialized_var-usage.patch
	patches.suse/rtlwifi-rtl8192cu-Remove-uninitialized_var-usage.patch
	patches.suse/ide-Remove-uninitialized_var-usage.patch
	patches.suse/spi-davinci-Remove-uninitialized_var-usage.patch
	patches.suse/clk-st-Remove-uninitialized_var-usage.patch
	patches.suse/clk-spear-Remove-uninitialized_var-usage.patch
	patches.suse/KVM-PPC-Book3S-PR-Remove-uninitialized_var-usage.patch
	patches.suse/media-sur40-Remove-uninitialized_var-usage.patch
	patches.suse/s390-dasd-fix-inability-to-use-dasd-with-diag-driver
	patches.suse/0011-md-raid0-linear-fix-dereference-before-null-check-on.patch
	patches.suse/0001-bcache-allocate-meta-data-pages-as-compound-pages.patch
	patches.suse/nvme-fc-set-max_segments-to-lldd-max-value.patch
	patches.suse/nvme-multipath-fix-logic-for-non-optimized-paths.patch
	patches.suse/nvme-multipath-do-not-fall-back-to-__nvme_find_path-.patch
	patches.suse/md-raid5-Fix-Force-reconstruct-write-io-stuck-in-deg.patch
	patches.suse/phy-exynos5-usbdrd-Calibrating-makes-sense-only-for-.patch
	patches.suse/phy-renesas-rcar-gen3-usb2-move-irq-registration-to-.patch
	patches.suse/phy-armada-38x-fix-NETA-lockup-when-repeatedly-switc.patch
	patches.suse/dyndbg-fix-a-BUG_ON-in-ddebug_describe_flags.patch
	patches.suse/driver-core-Introduce-DEVICE_ATTR_ADMIN_-RO-RW.patch
	patches.suse/kobject-Avoid-premature-parent-object-freeing-in-kob.patch
	patches.suse/devres-keep-both-device-name-and-resource-name-in-pr.patch
	patches.suse/driver-core-Avoid-binding-drivers-to-dead-devices.patch
	patches.suse/USB-rename-USB-quirk-to-USB_QUIRK_ENDPOINT_IGNORE.patch
	patches.suse/usbip-tools-fix-module-name-in-man-page.patch
	patches.suse/USB-sisusbvga-Fix-a-potential-UB-casued-by-left-shif.patch
	patches.suse/usb-dwc2-gadget-Make-use-of-GINTMSK2.patch
	patches.suse/usb-core-fix-quirks_param_set-writing-to-a-const-poi.patch
	patches.suse/usb-gadget-net2280-fix-memory-leak-on-probe-error-ha.patch
	patches.suse/bdc-Fix-bug-causing-crash-after-multiple-disconnects.patch
	patches.suse/usb-bdc-Halt-controller-on-suspend.patch
	patches.suse/usb-gadget-f_uac2-fix-AC-Interface-Header-Descriptor.patch
	patches.suse/USB-iowarrior-fix-up-report-size-handling-for-some-d.patch
	patches.suse/USB-serial-cp210x-enable-usb-generic-throttle-unthro.patch
	patches.suse/USB-serial-cp210x-re-enable-auto-RTS-on-open.patch
	patches.suse/USB-serial-ftdi_sio-make-process-packet-buffer-unsig.patch
	patches.suse/USB-serial-ftdi_sio-clean-up-receive-processing.patch
	patches.suse/USB-serial-ftdi_sio-fix-break-and-sysrq-handling.patch
	patches.suse/USB-serial-iuu_phoenix-fix-led-activity-helpers.patch
	patches.suse/USB-serial-qcserial-add-EM7305-QDL-product-ID.patch
	patches.suse/usb-xhci-define-IDs-for-various-ASMedia-host-control.patch
	patches.suse/usb-xhci-Fix-ASMedia-ASM1142-DMA-addressing.patch
	patches.suse/usb-mtu3-clear-dual-mode-of-u3port-when-disable-devi.patch
	patches.suse/gpio-max77620-Fix-missing-release-of-interrupt.patch
	patches.suse/mmc-sdhci-cadence-do-not-use-hardware-tuning-for-SD-.patch
	patches.suse/mmc-sdhci-pci-o2micro-Bug-fix-for-O2-host-controller.patch
	patches.suse/leds-lm355x-avoid-enum-conversion-warning.patch
	patches.suse/leds-88pm860x-fix-use-after-free-on-unbind.patch
	patches.suse/leds-da903x-fix-use-after-free-on-unbind.patch
	patches.suse/leds-lm3533-fix-use-after-free-on-unbind.patch
	patches.suse/leds-lm36274-fix-use-after-free-on-unbind.patch
	patches.suse/leds-wm831x-status-fix-use-after-free-on-unbind.patch
	patches.suse/leds-core-Flush-scheduled-work-for-system-suspend.patch
	patches.suse/leds-gpio-Fix-semantic-error.patch
	patches.suse/drm-gem-Fix-a-leak-in-drm_gem_objects_lookup.patch
	patches.suse/drm-debugfs-fix-plain-echo-to-connector-force-attrib.patch
	patches.suse/drm-bridge-ti-sn65dsi86-Clear-old-error-bits-before-.patch
	patches.suse/0003-drm-bridge-ti-sn65dsi86-Fix-off-by-one-error-in-cloc.patch
	patches.suse/drm-tilcdc-fix-leak-null-ref-in-panel_connector_get_.patch
	patches.suse/video-fbdev-sm712fb-fix-an-issue-about-iounmap-for-a.patch
	patches.suse/console-newport_con-fix-an-issue-about-leak-related-.patch
	patches.suse/video-pxafb-Fix-the-function-used-to-balance-a-dma_a.patch
	patches.suse/0001-drm-mgag200-Remove-declaration-of-mgag200_mmap-from-.patch
	patches.suse/drm-bridge-ti-sn65dsi86-Don-t-use-kernel-doc-comment.patch
	patches.suse/drm-arm-fix-unintentional-integer-overflow-on-left-s.patch
	patches.suse/drm-panel-otm8009a-Drop-unnessary-backlight_device_u.patch
	patches.suse/drm-radeon-disable-AGP-by-default.patch
	patches.suse/drm-amdgpu-avoid-dereferencing-a-NULL-pointer.patch
	patches.suse/0005-drm-amdgpu-display-use-blanked-rather-than-plane-sta.patch
	patches.suse/drm-amdkfd-Fix-reference-count-leaks.patch
	patches.suse/drm-radeon-fix-multiple-reference-count-leak.patch
	patches.suse/drm-amdgpu-fix-ref-count-leak-in-amdgpu_driver_open_.patch
	patches.suse/drm-amd-display-fix-ref-count-leak-in-amdgpu_drm_ioc.patch
	patches.suse/drm-amdgpu-fix-ref-count-leak-in-amdgpu_display_crtc.patch
	patches.suse/drm-amdgpu-display-fix-ref-count-leak-when-pm_runtim.patch
	patches.suse/drm-radeon-Fix-reference-count-leaks-caused-by-pm_ru.patch
	patches.suse/drm-amdgpu-display-bail-early-in-dm_pp_get_static_cl.patch
	patches.suse/drm-radeon-fix-array-out-of-bounds-read-and-write-is.patch
	patches.suse/agp-intel-Fix-a-memory-leak-on-module-initialisation.patch
	patches.suse/drm-mipi-use-dcs-write-for-mipi_dsi_dcs_set_tear_sca.patch
	patches.suse/drm-stm-repair-runtime-power-management.patch
	patches.suse/0001-drm-vgem-Replace-opencoded-version-of-drm_gem_dumb_m.patch
	patches.suse/video-fbdev-savage-fix-memory-leak-on-error-handling.patch
	patches.suse/video-fbdev-neofb-fix-memory-leak-in-neo_scan_monito.patch
	patches.suse/omapfb-fix-multiple-reference-count-leaks-due-to-pm_.patch
	patches.suse/omapfb-dss-Fix-max-fclk-divider-for-omap36xx.patch
	patches.suse/0002-drm-bridge-dw-hdmi-Don-t-cleanup-i2c-adapter-and-ddc.patch
	patches.suse/drm-panel-simple-Fix-bpc-for-LG-LB070WV8-panel.patch
	patches.suse/drm-bridge-sil_sii8620-initialize-return-of-sii8620_.patch
	patches.suse/drm-nouveau-kms-nv50-Fix-disabling-dithering.patch
	patches.suse/0003-drm-ingenic-Fix-incorrect-assumption-about-plane-ind.patch
	patches.suse/0002-drm-ast-Initialize-DRAM-type-before-posting-GPU.patch
	patches.suse/drm-imx-fix-use-after-free.patch
	patches.suse/drm-imx-tve-fix-regulator_disable-error-path.patch
	patches.suse/drm-imx-imx-ldb-Disable-both-channels-for-split-mode.patch
	patches.suse/drm-etnaviv-Fix-error-path-on-failure-to-enable-bus-.patch
	patches.suse/drm-etnaviv-fix-ref-count-leak-via-pm_runtime_get_sy.patch
	patches.suse/drm-amd-powerplay-fix-compile-error-with-ARCH-arc.patch
	patches.suse/gpu-host1x-debug-Fix-multiple-channels-emitting-mess.patch
	patches.suse/drm-nouveau-drm-noveau-fix-reference-count-leak-in-n.patch
	patches.suse/drm-nouveau-fix-multiple-instances-of-reference-coun.patch
	patches.suse/drm-nouveau-fix-reference-count-leak-in-nv50_disp_at.patch
	patches.suse/drm-nouveau-Fix-reference-count-leak-in-nouveau_conn.patch
	patches.suse/drm-nouveau-fix-reference-count-leak-in-nouveau_debu.patch
	patches.suse/0005-Revert-drm-amd-display-Expose-connector-VRR-range-vi.patch
	patches.suse/drm-ttm-nouveau-don-t-call-tt-destroy-callback-on-al.patch
	patches.suse/drm-msm-ratelimit-crtc-event-overflow-error.patch
	patches.suse/drm-msm-a6xx-fix-gpu-failure-after-system-resume.patch
	patches.suse/libbpf-Wrap-source-argument-of-BPF_CORE_READ-macro-i.patch
	patches.suse/bpfilter-Initialize-pos-variable.patch
	patches.suse/net-ena-Fix-using-plain-integer-as-NULL-pointer-in-e.patch
	patches.suse/ath10k-Acquire-tx_lock-in-tx-error-paths.patch
	patches.suse/brcmfmac-keep-SDIO-watchdog-running-when-console_int.patch
	patches.suse/brcmfmac-To-fix-Bss-Info-flag-definition-Bug.patch
	patches.suse/brcmfmac-set-state-of-hanger-slot-to-FREE-when-flush.patch
	patches.suse/brcmfmac-Transform-compatible-string-for-FW-loading.patch
	patches.suse/mwifiex-Prevent-memory-corruption-handling-keys.patch
	patches.suse/rtlwifi-rtl8192cu-Prevent-leaking-urb.patch
	patches.suse/iwlegacy-Check-the-return-value-of-pcie_capability_r.patch
	patches.suse/net-ena-avoid-unnecessary-rearming-of-interrupt-vect.patch
	patches.suse/net-ena-add-reserved-PCI-device-ID.patch
	patches.suse/net-ena-cosmetic-satisfy-gcc-warning.patch
	patches.suse/net-ena-cosmetic-change-ena_com_stats_admin-stats-to.patch
	patches.suse/net-ena-add-support-for-traffic-mirroring.patch
	patches.suse/net-ena-enable-support-of-rss-hash-key-and-function-.patch
	patches.suse/net-ena-move-llq-configuration-from-ena_probe-to-ena.patch
	patches.suse/net-ena-support-new-LLQ-acceleration-mode.patch
	patches.suse/cpumap-Use-non-locked-version-__ptr_ring_consume_bat.patch
	patches.suse/bpfilter-fix-up-a-sparse-annotation.patch
	patches.suse/net-bpfilter-split-__bpfilter_process_sockopt.patch
	patches.suse/bpfilter-reject-kernel-addresses.patch
	patches.suse/mwifiex-Fix-firmware-filename-for-sd8977-chipset.patch
	patches.suse/mwifiex-Fix-firmware-filename-for-sd8997-chipset.patch
	patches.suse/btmrvl-Fix-firmware-filename-for-sd8977-chipset.patch
	patches.suse/btmrvl-Fix-firmware-filename-for-sd8997-chipset.patch
	patches.suse/Bluetooth-add-a-mutex-lock-to-avoid-UAF-in-do_enale_.patch
	patches.suse/Bluetooth-btusb-fix-up-firmware-download-sequence.patch
	patches.suse/Bluetooth-btmtksdio-fix-up-firmware-download-sequenc.patch
	patches.suse/Bluetooth-Fix-slab-out-of-bounds-read-in-hci_extende.patch
	patches.suse/Bluetooth-Prevent-out-of-bounds-read-in-hci_inquiry_.patch
	patches.suse/0007-Bluetooth-Prevent-out-of-bounds-read-in-hci_inquiry_.patch
	patches.suse/Bluetooth-Fix-update-of-connection-state-in-hci_encr.patch
	patches.suse/Bluetooth-hci_h5-Set-HCI_UART_RESET_ON_INIT-to-corre.patch
	patches.suse/Bluetooth-hci_serdev-Only-unregister-device-if-it-wa.patch
	patches.suse/s390-qeth-tolerate-pre-filled-rx-buffer
	patches.suse/s390-qeth-integrate-rx-refill-worker-with-napi
	patches.suse/s390-qeth-don-t-process-empty-bridge-port-events
	patches.suse/openvswitch-Prevent-kernel-infoleak-in-ovs_ct_put_ke.patch
	patches.suse/net-gre-recompute-gre-csum-for-sctp-over-gre-tunnels.patch
	patches.suse/ice-Clear-and-free-XLT-entries-on-reset.patch
	patches.suse/ice-Graceful-error-handling-in-HW-table-calloc-failu.patch
	patches.suse/appletalk-Fix-atalk_proc_init-return-path.patch
	patches.suse/liquidio-Fix-wrong-return-value-in-cn23xx_get_pf_num.patch
	patches.suse/tcp-apply-a-floor-of-1-for-RTT-samples-from-TCP-time.patch
	patches.suse/mac80211-fix-misplaced-while-instead-of-if.patch
	patches.suse/net-mlx5-DR-Change-push-vlan-action-sequence.patch
	patches.suse/rtw88-fix-LDPC-field-for-RA-info.patch
	patches.suse/rtw88-fix-short-GI-capability-based-on-current-bandw.patch
	patches.suse/wl1251-fix-always-return-0-error.patch
	patches.suse/brcmfmac-set-timeout-value-when-configuring-power-save.patch
	patches.suse/net-thunderx-use-spin_lock_bh-in-nicvf_set_rx_mode_t.patch
	patches.suse/dpaa2-eth-Fix-passing-zero-to-PTR_ERR-warning.patch
	patches.suse/msft-hv-2126-hv_netvsc-do-not-use-VF-device-if-link-is-down.patch
	patches.suse/selftests-net-relax-cpu-affinity-requirement-in-msg_.patch
	patches.suse/selftests-livepatch-simplify-test-klp-callbacks-busy-target-tests.patch
	patches.suse/selftests-livepatch-rework-test-klp-shadow-vars.patch
	patches.suse/selftests-livepatch-more-verification-in-test-klp-shadow-vars.patch
	patches.suse/selftests-livepatch-fix-mem-leaks-in-test-klp-shadow-vars.patch
	patches.suse/integrity-remove-redundant-initialization-of-variabl.patch
	patches.suse/ALSA-hda-realtek-Add-alc269-alc662-pin-tables-for-Lo.patch
	patches.suse/ALSA-hda-Enable-sync-write-operation-as-default-for-.patch
	patches.suse/ALSA-usb-audio-Fix-some-typos.patch
	patches.suse/ALSA-core-pcm_iec958-fix-kernel-doc.patch
	patches.suse/ALSA-isa-gus-remove-Wmissing-prototypes-warnings.patch
	patches.suse/ALSA-isa-gus-remove-set-but-not-used-warning.patch
	patches.suse/ALSA-pci-asihpi-remove-set-but-not-used-warnings.patch
	patches.suse/ALSA-pci-asihpi-fix-kernel-doc.patch
	patches.suse/ALSA-pci-asihpi-remove-set-but-not-used-warning.patch
	patches.suse/ALSA-pci-echoaudio-remove-set-but-not-used-warning.patch
	patches.suse/ALSA-pci-aw2-saa7146-remove-set-but-not-used-warning.patch
	patches.suse/ALSA-pci-ctxfi-ctatc-fix-kernel-doc.patch
	patches.suse/ALSA-pci-ctxfi-fix-kernel-doc-warnings.patch
	patches.suse/ALSA-firewire-fix-kernel-doc.patch
	patches.suse/ALSA-pci-emu10k1-remove-set-but-not-used-warning.patch
	patches.suse/ALSA-pci-korg1212-remove-set-but-not-used-warnings.patch
	patches.suse/ALSA-pci-rme9652-hdspm-remove-always-true-condition.patch
	patches.suse/ALSA-pci-oxygen-xonar_wm87x6-remove-always-true-cond.patch
	patches.suse/ALSA-xen-remove-set-but-not-used-warning.patch
	patches.suse/ALSA-pci-es1938-remove-set-but-not-used-warning.patch
	patches.suse/ALSA-pci-fm801-fix-kernel-doc.patch
	patches.suse/ALSA-pci-via82xx-remove-set-but-not-used-warnings.patch
	patches.suse/ALSA-pcmcia-pdaudiocf-fix-kernel-doc.patch
	patches.suse/ALSA-vx_core-remove-warning-for-empty-loop-body.patch
	patches.suse/ALSA-pci-au88x0-remove-defined-but-not-used-warnings.patch
	patches.suse/ALSA-usb-line6-remove-defined-but-not-used-warning.patch
	patches.suse/ALSA-echoaudio-Remove-redundant-check.patch
	patches.suse/ALSA-echoaudio-Race-conditions-around-opencount.patch
	patches.suse/ALSA-echoaudio-Prevent-races-in-calls-to-set_audio_f.patch
	patches.suse/ALSA-echoaudio-Prevent-some-noise-on-unloading-the-m.patch
	patches.suse/ALSA-echoaudio-Address-bugs-in-the-interrupt-handlin.patch
	patches.suse/ALSA-atmel-Remove-invalid-fall-through-comments.patch
	patches.suse/ALSA-xen-Remove-superfluous-fall-through-comments.patch
	patches.suse/ALSA-line6-add-hw-monitor-volume-control-for-POD-HD5.patch
	patches.suse/ALSA-echoaudio-re-enable-IRQs-on-failure-path.patch
	patches.suse/ALSA-hda-tegra-Disable-sync-write-operation.patch
	patches.suse/ALSA-hda-Add-support-for-Loongson-7A1000-controller.patch
	patches.suse/ALSA-line6-Use-kmemdup-in-podhd_set_monitor_level.patch
	patches.suse/ALSA-asihpi-delete-duplicated-word.patch
	patches.suse/ALSA-usb-audio-endpoint-remove-needless-check-before.patch
	patches.suse/ALSA-hda-ca0132-Fix-ZxR-Headphone-gain-control-get-v.patch
	patches.suse/ALSA-hda-ca0132-Add-new-quirk-ID-for-Recon3D.patch
	patches.suse/ALSA-hda-ca0132-Fix-AE-5-microphone-selection-comman.patch
	patches.suse/Revert-ALSA-hda-call-runtime_allow-for-all-hda-contr.patch
	patches.suse/ASoC-meson-fixes-the-missed-kfree-for-axg_card_add_t.patch
	patches.suse/spi-lantiq-ssc-Fix-warning-by-using-WQ_MEM_RECLAIM.patch
	patches.suse/ASoC-meson-axg-tdm-interface-fix-link-fmt-setup.patch
	patches.suse/ASoC-meson-axg-tdmin-fix-g12a-skew.patch
	patches.suse/ASoC-fsl_sai-Fix-value-of-FSL_SAI_CR1_RFW_MASK.patch
	patches.suse/ASoC-img-Fix-a-reference-count-leak-in-img_i2s_in_se.patch
	patches.suse/ASoC-img-parallel-out-Fix-a-reference-count-leak.patch
	patches.suse/ASoC-tegra-Fix-reference-count-leaks.patch
	patches.suse/ASoC-SOF-nocodec-add-missing-.owner-field.patch
	patches.suse/ASoC-Intel-bxt_rt298-add-missing-.owner-field.patch
	patches.suse/ALSA-hda-fix-snd_hda_codec_cleanup-documentation.patch
	patches.suse/ASoC-hdac_hda-fix-deadlock-after-PCM-open-error.patch
	patches.suse/ALSA-usb-audio-Add-support-for-Lenovo-ThinkStation-P.patch
	patches.suse/ALSA-usb-audio-add-startech-usb-audio-dock-name.patch
	patches.suse/ALSA-hda-hdmi-Add-quirk-to-force-connectivity.patch
	patches.suse/ALSA-seq-oss-Serialize-ioctls.patch
	patches.suse/ALSA-isa-delete-repeated-words-in-comments.patch
	patches.suse/ALSA-pci-delete-repeated-words-in-comments.patch
	patches.suse/staging-vchiq_arm-Add-a-matching-unregister-call.patch
	patches.suse/iio-improve-IIO_CONCENTRATION-channel-type-descripti.patch
	patches.suse/staging-rtl8192u-fix-a-dubious-looking-mask-before-a.patch
	patches.suse/staging-rtl8712-handle-firmware-load-failure.patch
	patches.suse/iio-dac-ad5592r-fix-unbalanced-mutex-unlocks-in-ad55.patch
	patches.suse/Staging-rtl8188eu-rtw_mlme-Fix-uninitialized-variabl.patch
	patches.suse/vgacon-fix-out-of-bounds-write-to-the-scrollback-buf.patch
	patches.suse/RDMA-mlx5-Add-missing-srcu_read_lock-in-ODP-implicit.patch
	patches.suse/RDMA-mlx5-Fix-typo-in-enum-name.patch
	patches.suse/scsi-Fix-trivial-spelling.patch
	patches.suse/scsi-qla2xxx-Check-the-size-of-struct-fcp_hdr-at-com.patch
	patches.suse/scsi-qla2xxx-Remove-the-__packed-annotation-from-str.patch
	patches.suse/scsi-qla2xxx-Make-qla82xx_flash_wait_write_finish-ea.patch
	patches.suse/scsi-qla2xxx-Initialize-n-before-using-it.patch
	patches.suse/scsi-qla2xxx-Remove-a-superfluous-cast.patch
	patches.suse/scsi-qla2xxx-Make-__qla2x00_alloc_iocbs-initialize-3.patch
	patches.suse/scsi-qla2xxx-Fix-a-Coverity-complaint-in-qla2100_fw_.patch
	patches.suse/scsi-qla2xxx-Make-qla2x00_restart_isp-easier-to-read.patch
	patches.suse/scsi-qla2xxx-Introduce-a-function-for-computing-the-.patch
	patches.suse/scsi-qla2xxx-Change-in-PUREX-to-handle-FPIN-ELS-requ.patch
	patches.suse/scsi-qla2xxx-SAN-congestion-management-implementatio.patch
	patches.suse/scsi-lpfc-Fix-unused-assignment-in-lpfc_sli4_bsg_lin.patch
	patches.suse/scsi-lpfc-Fix-missing-MDS-functionality.patch
	patches.suse/scsi-lpfc-Fix-NVMe-rport-deregister-and-registration.patch
	patches.suse/scsi-lpfc-Fix-oops-due-to-overrun-when-reading-SLI3-.patch
	patches.suse/scsi-lpfc-Fix-stack-trace-seen-while-setting-rrq-act.patch
	patches.suse/scsi-lpfc-Fix-shost-refcount-mismatch-when-deleting-.patch
	patches.suse/scsi-lpfc-Fix-kdump-hang-on-PPC.patch
	patches.suse/scsi-lpfc-Fix-language-in-0373-message-to-reflect-no.patch
	patches.suse/scsi-lpfc-Allow-applications-to-issue-Common-Set-Fea.patch
	patches.suse/scsi-lpfc-Add-support-to-display-if-adapter-dumps-ar.patch
	patches.suse/scsi-lpfc-Add-blk_io_poll-support-for-latency-improv.patch
	patches.suse/scsi-lpfc-Add-an-internal-trace-log-buffer.patch
	patches.suse/scsi-lpfc-Update-lpfc-version-to-12.8.0.2.patch
	patches.suse/scsi-lpfc-Fix-inconsistent-indenting.patch
	patches.suse/scsi-lpfc-Fix-interrupt-assignments-when-multiple-ve.patch
	patches.suse/scsi-lpfc-Fix-less-than-zero-comparison-of-unsigned-.patch
	patches.suse/scsi-lpfc-Quieten-some-printks.patch
	patches.suse/scsi-lpfc-NVMe-remote-port-devloss_tmo-from-lldd.patch
	patches.suse/scsi-qla2xxx-Address-a-set-of-sparse-warnings.patch
	patches.suse/scsi-lpfc-Correct-some-pretty-obvious-misdocumentati.patch
	patches.suse/scsi-lpfc-Add-dependency-on-CPU_FREQ.patch
	patches.suse/scsi-lpfc-Remove-unused-variable-pg_addr.patch
	patches.suse/scsi-lpfc-Fix-up-around-120-documentation-issues.patch
	patches.suse/scsi-lpfc-Provide-description-for-lpfc_mem_alloc-s-a.patch
	patches.suse/scsi-lpfc-Fix-up-formatting-docrot-where-appropriate.patch
	patches.suse/scsi-lpfc-Ensure-variable-has-the-same-stipulations-.patch
	patches.suse/scsi-lpfc-Fix-some-function-parameter-descriptions.patch
	patches.suse/scsi-lpfc-Fix-kerneldoc-parameter-formatting-misnami.patch
	patches.suse/scsi-lpfc-Use-__printf-format-notation.patch
	patches.suse/scsi-lpfc-Add-and-rename-a-whole-bunch-of-function-p.patch
	patches.suse/scsi-lpfc-Fix-a-bunch-of-kerneldoc-misdemeanors.patch
	patches.suse/scsi-lpfc-Add-description-for-lpfc_release_rpi-s-ndl.patch
	patches.suse/scsi-lpfc-Fix-typo-in-comment-for-ULP.patch
	patches.suse/thermal-ti-soc-thermal-Fix-reversed-condition-in-ti_.patch
	patches.suse/cifs-Fix-leak-when-handling-lease-break-for-cached-root-fid.patch
	patches.suse/smb3-warn-on-confusing-error-scenario-with-sec-krb5.patch
	patches.suse/ext2-fix-missing-percpu_counter_inc.patch
	patches.suse/fsnotify-Rearrange-fast-path-to-minimise-overhead-when-there-is-no-watcher.patch
	patches.suse/kernfs-do-not-call-fsnotify-with-name-without-a-pare.patch
	patches.suse/dlm-Fix-kobject-memleak.patch
	patches.suse/initramfs-remove-the-populate_initrd_image-and-clean.patch
	patches.suse/initramfs-remove-clean_rootfs.patch
	patches.suse/powerpc-xmon-Reset-RCU-and-soft-lockup-watchdogs.patch
	patches.suse/powerpc-mm-Enable-radix-GTSE-only-if-supported.patch
	patches.suse/powerpc-pseries-remove-cede-offline-state-for-CPUs.patch
	patches.suse/powerpc-rtas-don-t-online-CPUs-for-partition-suspend.patch
	patches.suse/powerpc-Add-cputime_to_nsecs.patch
	patches.suse/powerpc-fadump-fix-race-between-pstore-write-and-fad.patch
	patches.suse/pseries-Fix-64-bit-logical-memory-block-panic.patch
	patches.suse/powerpc-vdso-Fix-vdso-cpu-truncation.patch
	patches.suse/powerpc-prom-Enable-Radix-GTSE-in-cpu-pa-features.patch
	patches.suse/powerpc-mm-radix-Fix-PTE-PMD-fragment-count-for-earl.patch
	patches.suse/powerpc-mm-radix-Free-PUD-table-when-freeing-pagetab.patch
	patches.suse/powerpc-mm-radix-Remove-split_kernel_mapping.patch
	patches.suse/powerpc-mm-radix-Create-separate-mappings-for-hot-pl.patch
	patches.suse/powerpc-book3s64-pkeys-Use-PVR-check-instead-of-cpu-.patch
	patches.suse/powerpc-perf-Fix-missing-is_sier_aviable-during-buil.patch
	patches.suse/powerpc-pseries-PCIE-PHB-reset.patch
	patches.suse/powerpc-fadump-Fix-build-error-with-CONFIG_PRESERVE_.patch
	patches.suse/powerpc-Allow-4224-bytes-of-stack-expansion-for-the-.patch
	patches.suse/powerpc-mm-Limit-resize_hpt_for_hotplug-call-to-hash.patch
	patches.suse/powerpc-boot-Fix-CONFIG_PPC_MPC52XX-references.patch
	patches.suse/powerpc-xmon-Use-dcbf-inplace-of-dcbi-instruction-fo.patch
	patches.suse/powerpc-book3s64-radix-Add-kernel-command-line-optio.patch
	patches.suse/powerpc-pseries-hotplug-cpu-Remove-double-free-in-er.patch
	patches.suse/powerpc-papr_scm-Fetch-nvdimm-performance-stats-from.patch
	patches.suse/powerpc-papr_scm-Add-support-for-fetching-nvdimm-fue.patch
	patches.suse/0001-xen-balloon-fix-accounting-in-alloc_xenballooned_pag.patch
	patches.suse/0001-xen-balloon-make-the-balloon-wait-interruptible.patch
	patches.suse/0001-Revert-xen-balloon-Fix-crash-when-ballooning-on-x86-.patch
	patches.suse/xfs-preserve-rmapbt-swapext-block-reservation-from-f.patch
	patches.suse/xfs-don-t-eat-an-EIO-ENOSPC-writeback-error-when-scr.patch
	patches.suse/xfs-fix-reflink-quota-reservation-accounting-error.patch
	patches.suse/xfs-fix-inode-allocation-block-res-calculation-prece.patch
	patches.suse/mm-shuffle-don-t-move-pages-between-zones-and-don-t-read-garbage-memmaps.patch
	patches.suse/ocfs2-fix-remounting-needed-after-setfacl-command.patch
	patches.suse/mm-filemap-clear-idle-flag-for-writes.patch
	patches.suse/mm-fix-protection-usage-propagation.patch
	patches.suse/0001-proc-meminfo-avoid-open-coded-reading-of-mv_committed_as.patch
	patches.suse/0002-mm-util-make-vm_memory_comitted-more-accurate.patch
	patches.suse/0003-mm-adjust-vm_committed_as_batch-according-to-vm-overcommit-policy.patch
	patches.suse/mm-page_alloc-silence-a-KASAN-false-positive.patch
	patches.suse/media-cxusb-analog-fix-V4L2-dependency.patch
	patches.suse/media-pci-ttpci-av7110-fix-possible-buffer-overflow-.patch
	patches.suse/media-budget-core-Improve-exception-handling-in-budg.patch
	patches.suse/media-marvell-ccic-Add-missed-v4l2_async_notifier_cl.patch
	patches.suse/media-omap3isp-Add-missed-v4l2_ctrl_handler_free-for.patch
	patches.suse/media-media-request-Fix-crash-if-memory-allocation-f.patch
	patches.suse/media-firewire-Using-uninitialized-values-in-node_pr.patch
	patches.suse/media-vsp1-dl-Fix-NULL-pointer-dereference-on-unbind.patch
	patches.suse/media-nuvoton-cir-remove-setting-tx-carrier-function.patch
	patches.suse/media-exynos4-is-Add-missed-check-for-pinctrl_lookup.patch
	patches.suse/media-rockchip-rga-Introduce-color-fmt-macros-and-re.patch
	patches.suse/media-rockchip-rga-Only-set-output-CSC-mode-for-RGB-.patch
	patches.suse/go7007-add-sanity-checking-for-endpoints.patch
	patches.suse/media-vpss-clean-up-resources-in-init.patch
	patches.suse/media-davinci-vpif_capture-fix-potential-double-free.patch
	patches.suse/media-camss-fix-memory-leaks-on-error-handling-paths.patch
	patches.suse/0012-dm-rq-don-t-call-blk_mq_queue_stopped-in-dm_stop_que.patch
	patches.suse/0013-dm-don-t-call-report-zones-for-more-than-the-user-re.patch
	patches.suse/clk-bcm63xx-gate-fix-last-clock-availability.patch
	patches.suse/ftrace-setup-correct-ftrace_fl_regs-flags-for-module.patch
	patches.suse/tracepoint-mark-_tracepoint_string-s-_used.patch
	patches.suse/tracing-use-trace_sched_process_free-instead-of-exit-for-pid-tracing.patch
	patches.suse/PCI-ASPM-Add-missing-newline-in-sysfs-policy.patch
	patches.suse/PCI-Fix-pci_cfg_wait-queue-locking-problem.patch
	patches.suse/PCI-Add-device-even-if-driver-attach-failed.patch
	patches.suse/PCI-Fix-pci_create_slot-reference-count-leak.patch
	patches.suse/PCI-Mark-AMD-Navi10-GPU-rev-0x00-ATS-as-broken.patch
	patches.suse/PCI-Release-IVRS-table-in-AMD-ACS-quirk.patch
	patches.suse/PCI-switchtec-Add-missing-__iomem-and-__user-tags-to.patch
	patches.suse/PCI-switchtec-Add-missing-__iomem-tag-to-fix-sparse-.patch
	patches.suse/PCI-cadence-Fix-updating-Vendor-ID-and-Subsystem-Ven.patch
	patches.suse/PCI-qcom-Add-missing-ipq806x-clocks-in-PCIe-driver.patch
	patches.suse/PCI-qcom-Add-missing-reset-for-ipq806x.patch
	patches.suse/PCI-qcom-Define-some-PARF-params-needed-for-ipq8064-.patch
	patches.suse/PCI-qcom-Add-support-for-tx-term-offset-for-rev-2.1..patch
	patches.suse/msft-hv-2124-PCI-hv-Fix-a-timing-issue-which-causes-kdump-to-fail.patch
	patches.suse/PCI-rcar-Fix-runtime-PM-imbalance-on-error.patch
	patches.suse/PCI-tegra-Revert-tegra124-raw_violation_fixup.patch
	patches.suse/power-supply-check-if-calc_soc-succeeded-in-pm860x_i.patch
	patches.suse/mtd-rawnand-fsl_upm-Remove-unused-mtd-var.patch
	patches.suse/mtd-rawnand-qcom-avoid-write-to-unavailable-register.patch
	patches.suse/pinctrl-single-fix-pcs_parse_pinconf-return-value.patch
	patches.suse/pinctrl-single-fix-function-name-in-documentation.patch
	patches.suse/pinctrl-ingenic-Enhance-support-for-IRQ_TYPE_EDGE_BO.patch
	patches.suse/HID-quirks-add-NOGET-quirk-for-Logitech-GROUP.patch
	patches.suse/HID-input-Fix-devices-that-return-multiple-bytes-in-.patch
	patches.suse/Input-psmouse-add-a-newline-when-printing-proto-by-s.patch
	patches.suse/Input-sentelic-fix-error-return-when-fsp_reg_write-f.patch
	patches.suse/0001-dax-print-error-message-by-pr_info-in-__generic_fsda.patch
	patches.suse/libnvdimm-security-fix-a-typo.patch
	patches.suse/remoteproc-qcom_q6v5_mss-Validate-MBA-firmware-size-.patch
	patches.suse/remoteproc-qcom_q6v5_mss-Validate-modem-blob-firmwar.patch
	patches.suse/remoteproc-qcom-q6v5-Update-running-state-before-req.patch
	patches.suse/iommu-omap-check-for-failure-of-a-call-to-omap_iommu_dump_ctx
	patches.suse/iommu-vt-d-remove-global-page-support-in-devtlb-flush
	patches.suse/iommu-vt-d-fix-pasid-devtlb-invalidation
	patches.suse/iommu-vt-d-handle-non-page-aligned-address
	patches.suse/iommu-amd-print-extended-features-in-one-line-to-fix-divergent-log-levels
	patches.suse/virtio_pci_modern-Fix-the-comment-of-virtio_pci_find.patch
	patches.suse/platform-chrome-cros_ec_ishtp-Fix-a-double-unlock-is.patch
	patches.suse/kernel.h-remove-duplicate-include-of-asm-div64.h.patch
	patches.suse/include-linux-poison.h-remove-obsolete-comment.patch
	patches.suse/test_kmod-avoid-potential-double-free-in-trigger_con.patch
	patches.suse/fbmem-pull-fbcon_update_vcs-out-of-fb_set_var.patch
	patches.suse/drm-fix-drm_dp_mst_port-refcount-leaks-in-drm_dp_mst.patch
	patches.suse/drm-vmwgfx-Use-correct-vmw_legacy_display_unit-point.patch
	patches.suse/drm-vmwgfx-Fix-two-list_for_each-loop-exit-tests.patch
	patches.suse/watchdog-f71808e_wdt-indicate-WDIOF_CARDRESET-suppor.patch
	patches.suse/watchdog-f71808e_wdt-remove-use-of-wrong-watchdog_in.patch
	patches.suse/watchdog-f71808e_wdt-clear-watchdog-timeout-occurred.patch
	patches.suse/watchdog-initialize-device-before-misc_register.patch
	patches.suse/clk-qcom-gcc-sdm660-Add-missing-modem-reset.patch
	patches.suse/clk-qcom-gcc-sdm660-Fix-up-gcc_mss_mnoc_bimc_axi_clk.patch
	patches.suse/clk-bcm2835-do-not-use-prediv-with-bcm2711-s-plls.patch
	patches.suse/clk-actions-Fix-h_clk-for-Actions-S500-SoC.patch
	patches.suse/clk-rockchip-Revert-fix-wrong-mmc-sample-phase-shift.patch
	patches.suse/clk-iproc-round-clock-rate-to-the-closest.patch
	patches.suse/clk-clk-atlas6-fix-return-value-check-in-atlas6_clk_.patch
	patches.suse/clk-at91-clk-generated-continue-if-__clk_determine_r.patch
	patches.suse/clk-at91-clk-generated-check-best_rate-against-range.patch
	patches.suse/clk-at91-sam9x60-pll-use-logical-or-for-range-check.patch
	patches.suse/clk-at91-sam9x60-pll-check-fcore-against-ranges.patch
	patches.suse/clk-at91-sam9x60-fix-main-rc-oscillator-frequency.patch
	patches.suse/clk-at91-sckc-register-slow_rc-with-accuracy-option.patch
	patches.suse/ceph-fix-potential-mdsc-use-after-free-crash.patch
	patches.suse/ceph-fix-use-after-free-for-fsc-mdsc.patch
	patches.suse/ceph-set-sec_context-xattr-on-symlink-creation.patch
	patches.suse/ceph-use-frag-s-mds-in-either-mode.patch
	patches.suse/ceph-handle-zero-length-feature-mask-in-session-messages.patch
	patches.suse/rtc-goldfish-Enable-interrupt-in-set_alarm-when-nece.patch
	patches.suse/btrfs-inode-fix-NULL-pointer-dereference-if-inode-do.patch
	patches.suse/btrfs-fix-memory-leaks-after-failure-to-lookup-check.patch
	patches.suse/btrfs-trim-fix-underflow-in-trim-length-to-prevent-a.patch
	patches.suse/i2c-rcar-slave-only-send-STOP-event-when-we-have-bee.patch
	patches.suse/i2c-rcar-avoid-race-when-unregistering-slave.patch
	patches.suse/i2c-i801-Add-support-for-Intel-Emmitsburg-PCH.patch
	patches.suse/i2c-i801-Add-support-for-Intel-Tiger-Lake-PCH-H.patch
	patches.suse/i2c-iproc-fix-race-between-client-unreg-and-isr.patch
	patches.suse/net-phy-fix-memory-leak-in-device-create-error-path.patch
	patches.suse/net-Set-fput_needed-iff-FDPUT_FPUT-is-set.patch
	patches.suse/vmxnet3-use-correct-tcp-hdr-length-when-packet-is-en.patch
	patches.suse/tcp-correct-read-of-TFO-keys-on-big-endian-systems.patch
	patches.suse/bitfield.h-don-t-compile-time-validate-_val-in-FIELD_FIT.patch
	patches.suse/net-tls-Fix-kmap-usage.patch
	patches.suse/net-nfc-rawsock.c-add-CAP_NET_RAW-check.patch
	patches.suse/net-Fix-potential-memory-leak-in-proto_register.patch
	patches.suse/net-refactor-bind_bucket-fastreuse-into-helper.patch
	patches.suse/net-initialize-fastreuse-on-inet_inherit_port.patch
	patches.suse/msft-hv-2127-Drivers-hv-vmbus-Only-notify-Hyper-V-for-die-events-.patch
	patches.suse/0001-xen-gntdev-Fix-dmabuf-import-with-non-zero-sgt-offse.patch
	patches.suse/0001-drm-xen-front-Fix-misused-IS_ERR_OR_NULL-checks.patch
	patches.suse/ALSA-usb-audio-fix-spelling-mistake-buss-bus.patch
	patches.suse/ALSA-usb-audio-Creative-USB-X-Fi-Pro-SB1095-volume-k.patch
	patches.suse/ALSA-hda-realtek-Fix-pin-default-on-Intel-NUC-8-Rugg.patch
	patches.suse/ALSA-usb-audio-fix-overeager-device-match-for-MacroS.patch
	patches.suse/ALSA-hda-fix-the-micmute-led-status-for-Lenovo-Think.patch
	patches.suse/ALSA-usb-audio-work-around-streaming-quirk-for-Macro.patch
	patches.suse/ALSA-usb-audio-add-quirk-for-Pioneer-DDJ-RB.patch
	patches.suse/ALSA-usb-audio-Disable-Lenovo-P620-Rear-line-in-volu.patch
	patches.suse/ALSA-echoaduio-Drop-superfluous-volatile-modifier.patch
	patches.suse/ALSA-hda-reverse-the-setting-value-in-the-micmute_le.patch
	patches.suse/ALSA-hda-realtek-Fix-unused-variable-warning.patch
	patches.suse/ALSA-hda-hdmi-Use-force-connectivity-quirk-on-anothe.patch
	patches.suse/ALSA-echoaudio-Fix-potential-Oops-in-snd_echo_resume.patch
	patches.suse/pwm-bcm-iproc-handle-clk_get_rate-return.patch
	patches.suse/scsi-fcoe-Memory-leak-fix-in-fcoe_sysfs_fcf_del.patch
	patches.suse/scsi-libfc-Free-skb-in-fc_disc_gpn_id_resp-for-valid.patch
	patches.suse/scsi-lpfc-nvmet-Avoid-hang-use-after-free-again-when.patch
	patches.suse/scsi-lpfc-Add-missing-misc_deregister-for-lpfc_init.patch
	patches.suse/scsi-lpfc-Fix-FCoE-speed-reporting.patch
	patches.suse/scsi-lpfc-Fix-no-message-shown-for-lpfc_hdw_queue-ou.patch
	patches.suse/scsi-lpfc-Fix-RSCN-timeout-due-to-incorrect-gidft-co.patch
	patches.suse/scsi-lpfc-Fix-oops-when-unloading-driver-while-runni.patch
	patches.suse/scsi-lpfc-Fix-retry-of-PRLI-when-status-indicates-it.patch
	patches.suse/scsi-lpfc-Fix-validation-of-bsg-reply-lengths.patch
	patches.suse/scsi-lpfc-Fix-LUN-loss-after-cable-pull.patch
	patches.suse/scsi-lpfc-Update-lpfc-version-to-12.8.0.3.patch
	patches.suse/include-asm-generic-vmlinux.lds.h-align-ro_after_ini.patch
	patches.suse/mfd-intel-lpss-Add-Intel-Emmitsburg-PCH-PCI-IDs.patch
	patches.suse/mfd-arizona-Ensure-32k-clock-is-put-on-driver-unbind.patch
	patches.suse/mfd-intel-lpss-Add-Intel-Tiger-Lake-PCH-H-PCI-IDs.patch
	patches.suse/mfd-dln2-Run-event-handler-loop-under-spinlock.patch
	patches.suse/nfs-Fix-getxattr-kernel-panic-and-memory-overflow.patch
	patches.suse/sched-Fix-use-of-count-for-nr_running-tracepoint.patch
	patches.suse/sched-debug-Fix-the-alignment-of-the-show-state-debug-output.patch
	patches.suse/x86-bugs-multihit-Fix-mitigation-reporting-when-VMX-.patch
	patches.suse/0002-block-check-queue-s-limits.discard_granularity-in-__.patch
	patches.suse/md-cluster-Fix-potential-error-pointer-dereference-i.patch
	patches.suse/igc-Fix-PTP-initialization.patch
	patches.suse/i40e-Set-RX_ONLY-mode-for-unicast-promiscuous-on-VLA.patch
	patches.suse/i40e-Fix-crash-during-removing-i40e-driver.patch
	patches.suse/bonding-fix-a-potential-double-unregister.patch
	patches.suse/spi-stm32-clear-only-asserted-irq-flags-on-interrupt.patch
	patches.suse/spi-stm32h7-fix-race-condition-at-end-of-transfer.patch
	patches.suse/spi-stm32-fix-fifo-threshold-level-in-case-of-short-.patch
	patches.suse/spi-stm32-fix-stm32_spi_prepare_mbr-in-case-of-odd-c.patch
	patches.suse/spi-stm32-fixes-suspend-resume-management.patch
	patches.suse/spi-stm32-always-perform-registers-configuration-pri.patch
	patches.suse/vfio-pci-avoid-recursive-read-lock-usage
	patches.suse/0004-drm-virtio-fix-missing-dma_fence_put-in-virtio_gpu_e.patch
	patches.suse/drm-amd-powerplay-correct-Vega20-cached-smu-feature-.patch
	patches.suse/drm-amd-powerplay-correct-UVD-VCE-PG-state-on-custom.patch
	patches.suse/drm-amd-display-Switch-to-immediate-mode-for-updatin.patch
	patches.suse/drm-amd-display-Fix-EDID-parsing-after-resume-from-s.patch
	patches.suse/drm-amd-display-fix-pow-crashing-when-given-base-0.patch
	patches.suse/ALSA-hda-realtek-Add-quirk-for-Samsung-Galaxy-Flex-B.patch
	patches.suse/ALSA-usb-audio-Add-capture-support-for-Saffire-6-USB.patch
	patches.suse/ALSA-isa-fix-spelling-mistakes-in-the-comments.patch
	patches.suse/ALSA-usb-audio-Update-documentation-comment-for-MS21.patch
	patches.suse/ALSA-hda-realtek-Add-model-alc298-samsung-headphone.patch
	patches.suse/ALSA-usb-audio-ignore-broken-processing-extension-un.patch
	patches.suse/ASoC-q6afe-dai-mark-all-widgets-registers-as-SND_SOC.patch
	patches.suse/ASoC-q6routing-add-dummy-register-read-write-functio.patch
	patches.suse/ASoC-msm8916-wcd-analog-fix-register-Interrupt-offse.patch
	patches.suse/ASoC-wm8994-Avoid-attempts-to-read-unreadable-regist.patch
	patches.suse/ASoC-intel-Fix-memleak-in-sst_media_open.patch
	patches.suse/ALSA-hda-realtek-Add-quirk-for-Samsung-Galaxy-Book-I.patch
	patches.suse/ALSA-hda-avoid-reset-of-sdo_limit.patch
	patches.suse/ext4-fix-potential-negative-array-index-in-do_split.patch
	patches.suse/jbd2-add-the-missing-unlock_buffer-in-the-error-path.patch
	patches.suse/ext4-don-t-BUG-on-inconsistent-journal-feature.patch
	patches.suse/ext4-handle-read-only-external-journal-device.patch
	patches.suse/ext4-handle-error-of-ext4_setup_system_zone-on-remou.patch
	patches.suse/ext4-don-t-allow-overlapping-system-zones.patch
	patches.suse/ext4-check-journal-inode-extents-more-carefully.patch
	patches.suse/ext4-fix-checking-of-directory-entry-validity-for-in.patch
	patches.suse/0001-efi-avoid-error-message-when-booting-under-Xen.patch
	patches.suse/0001-Fix-build-error-when-CONFIG_ACPI-is-not-set-enabled.patch
	patches.suse/mm-vunmap-add-cond_resched-in-vunmap_pmd_range.patch
	patches.suse/kernel-relay.c-fix-memleak-on-destroy-relay-channel.patch
	patches.suse/mm-page_alloc-fix-core-hung-in-free_pcppages_bulk.patch
	patches.suse/scsi-zfcp-fix-use-after-free-in-request-timeout-handlers
	patches.suse/scsi-qla2xxx-Use-MBX_TOV_SECONDS-for-mailbox-command.patch
	patches.suse/scsi-qla2xxx-Flush-all-sessions-on-zone-disable.patch
	patches.suse/scsi-qla2xxx-Flush-I-O-on-zone-disable.patch
	patches.suse/scsi-qla2xxx-Indicate-correct-supported-speeds-for-M.patch
	patches.suse/scsi-qla2xxx-Fix-login-timeout.patch
	patches.suse/scsi-qla2xxx-Reduce-noisy-debug-message.patch
	patches.suse/scsi-qla2xxx-Allow-ql2xextended_error_logging-specia.patch
	patches.suse/scsi-qla2xxx-Fix-WARN_ON-in-qla_nvme_register_hba.patch
	patches.suse/scsi-qla2xxx-Check-if-FW-supports-MQ-before-enabling.patch
	patches.suse/scsi-qla2xxx-Fix-null-pointer-access-during-disconne.patch
	patches.suse/Revert-scsi-qla2xxx-Fix-crash-on-qla2x00_mailbox_com.patch
	patches.suse/Revert-scsi-qla2xxx-Disable-T10-DIF-feature-with-FC-.patch
	patches.suse/bonding-fix-active-backup-failover-for-current-ARP-s.patch
	patches.suse/net-ena-Prevent-reset-after-device-destruction.patch
	patches.suse/net-ena-Change-WARN_ON-expression-in-ena_del_napi_in.patch
	patches.suse/net-ena-Make-missed_tx-stat-incremental.patch
	patches.suse/msft-hv-2130-hv_netvsc-Remove-unlikely-from-netvsc_select_queue.patch
	patches.suse/msft-hv-2131-hv_netvsc-Fix-the-queue_mapping-in-netvsc_vf_xmit.patch
	patches.suse/powerpc-kernel-Cleanup-machine-check-function-declar.patch
	patches.suse/powerpc-pseries-hotplug-cpu-wait-indefinitely-for-vC.patch
	patches.suse/powerpc-pseries-Do-not-initiate-shutdown-when-system.patch
	patches.suse/bfq-fix-blkio-cgroup-leakage-v4.patch
	patches.suse/nvme-multipath-round-robin-fix-single-non-optimized-path-case.patch
	patches.suse/nvme-multipath-round-robin-eliminate-fallback-variable.patch
	patches.suse/HID-i2c-hid-Always-sleep-60ms-after-I2C_HID_PWR_ON-c.patch
	patches.suse/HID-quirks-Always-poll-three-more-Lenovo-PixArt-mice.patch
	patches.suse/HID-hiddev-Fix-slab-out-of-bounds-write-in-hiddev_io.patch
	patches.suse/0002-dax-do-not-print-error-message-for-non-persistent-me.patch
	patches.suse/msft-hv-2133-hv_utils-return-error-if-host-timesysnc-update-is-st.patch
	patches.suse/msft-hv-2134-hv_utils-drain-the-timesync-packets-on-onchannelcall.patch
	patches.suse/vt-defer-kfree-of-vc_screenbuf-in-vc_do_resize.patch
	patches.suse/fbcon-prevent-user-font-height-or-width-change-from-.patch
	patches.suse/serial-pl011-Don-t-leak-amba_ports-entry-on-driver-r.patch
	patches.suse/serial-pl011-Fix-oops-on-EPROBE_DEFER.patch
	patches.suse/serial-8250-change-lock-order-in-serial8250_do_start.patch
	patches.suse/drm-msm-adreno-fix-updating-ring-fence.patch
	patches.suse/drm-msm-gpu-make-ringbuffer-readonly.patch
	patches.suse/drm-msm-a6xx-fix-crashdec-section-name-typo.patch
	patches.suse/drm-amd-pm-correct-Vega10-swctf-limit-setting.patch
	patches.suse/drm-amd-pm-correct-Vega12-swctf-limit-setting.patch
	patches.suse/drm-amd-pm-correct-Vega20-swctf-limit-setting.patch
	patches.suse/drm-amdgpu-gfx10-refine-mgcg-setting.patch
	patches.suse/drm-amd-pm-correct-the-thermal-alert-temperature-lim.patch
	patches.suse/drm-amd-powerplay-Fix-hardmins-not-being-sent-to-SMU.patch
	patches.suse/drm-amdgpu-Fix-buffer-overflow-in-INFO-ioctl.patch
	patches.suse/ceph-don-t-allow-setlease-on-cephfs.patch
	patches.suse/PM-sleep-core-Fix-the-handling-of-pending-runtime-re.patch
	patches.suse/device-property-Fix-the-secondary-firmware-node-hand.patch
	patches.suse/0001-XEN-uses-irqdesc-irq_data_common-handler_data-to-sto.patch
	patches.suse/i2c-core-Don-t-fail-PRP0001-enumeration-when-no-ID-t.patch
	patches.suse/i2c-rcar-in-slave-mode-clear-NACK-earlier.patch
	patches.suse/USB-yurex-Fix-bad-gfp-argument.patch
	patches.suse/USB-quirks-Add-no-lpm-quirk-for-another-Raydium-touc.patch
	patches.suse/USB-cdc-acm-rework-notification_buffer-resizing.patch
	patches.suse/USB-lvtest-return-proper-error-code-in-probe.patch
	patches.suse/usb-gadget-f_tcm-Fix-some-resource-leaks-in-some-err.patch
	patches.suse/usb-uas-Add-quirk-for-PNY-Pro-Elite.patch
	patches.suse/usb-host-xhci-fix-ep-context-print-mismatch-in-debug.patch
	patches.suse/xhci-Do-warm-reset-when-both-CAS-and-XDEV_RESUME-are.patch
	patches.suse/xhci-Always-restore-EP_SOFT_CLEAR_TOGGLE-even-if-ep-.patch
	patches.suse/USB-gadget-u_f-add-overflow-checks-to-VLA-macros.patch
	patches.suse/USB-gadget-f_ncm-add-bounds-checks-to-ncm_unwrap_ntb.patch
	patches.suse/USB-quirks-Ignore-duplicate-endpoint-on-Sound-Device.patch
	patches.suse/USB-gadget-u_f-Unbreak-offset-calculation-in-VLAs.patch
	patches.suse/usb-host-ohci-exynos-Fix-error-handling-in-exynos_oh.patch
	patches.suse/USB-Ignore-UAS-for-JMicron-JMS567-ATA-ATAPI-Bridge.patch
	patches.suse/usb-storage-Add-unusual_uas-entry-for-Sony-PSZ-drive.patch
	patches.suse/powerpc-perf-Fix-crashes-with-generic_compat_pmu-BHR.patch
	patches.suse/x86-hotplug-Silence-APIC-only-after-all-interrupts-a.patch
	patches.suse/mmc-sdhci-acpi-Fix-HS400-tuning-for-AMDI0040.patch
	patches.suse/mmc-dt-bindings-Add-resets-reset-names-for-Mediatek-.patch
	patches.suse/mmc-mediatek-add-optional-module-reset-property.patch
	patches.suse/sdhci-tegra-Remove-SDHCI_QUIRK_DATA_TIMEOUT_USES_SDC.patch
	patches.suse/sdhci-tegra-Remove-SDHCI_QUIRK_DATA_TIMEOUT_USES.patch
	patches.suse/sdhci-tegra-Add-missing-TMCLK-for-data-timeout.patch
	patches.suse/btrfs-tree-checker-fix-the-error-message-for-transid.patch
	patches.suse/xfs-fix-boundary-test-in-xfs_attr_shortform_verify.patch
	patches.suse/HID-quirks-Set-INCREMENT_USAGE_ON_DUPLICATE-for-all-.patch
	patches.suse/HID-microsoft-Add-rumble-support-for-the-8bitdo-SN30.patch
	patches.suse/HID-elan-Fix-memleak-in-elan_input_configured.patch
	patches.suse/HID-core-Correctly-handle-ReportSize-being-zero.patch
	patches.suse/HID-core-Sanitize-event-code-and-type-when-mapping-i.patch
	patches.suse/media-cedrus-Add-missing-v4l2_ctrl_request_hdl_put.patch
	patches.suse/NFC-st95hf-Fix-memleak-in-st95hf_in_send_cmd.patch
	patches.suse/batman-adv-Avoid-uninitialized-chaddr-when-handling-.patch
	patches.suse/batman-adv-Fix-own-OGM-check-in-aggregated-OGMs.patch
	patches.suse/batman-adv-bla-use-netif_rx_ni-when-not-in-interrupt.patch
	patches.suse/ibmvnic-fix-NULL-tx_pools-and-rx_tools-issue-at-do_r.patch
	patches.suse/bnxt_en-Don-t-query-FW-when-netif_running-is-false.patch
	patches.suse/bnxt_en-Check-for-zero-dir-entries-in-NVRAM.patch
	patches.suse/bnxt_en-Fix-PCI-AER-error-recovery-flow.patch
	patches.suse/bnxt_en-Fix-possible-crash-in-bnxt_fw_reset_task.patch
	patches.suse/bnxt_en-fix-HWRM-error-when-querying-VF-temperature.patch
	patches.suse/taprio-Fix-using-wrong-queues-in-gate-mask.patch
	patches.suse/bnxt-don-t-enable-NAPI-until-rings-are-ready.patch
	patches.suse/cfg80211-regulatory-reject-invalid-hints.patch
	patches.suse/cxgb4-fix-thermal-zone-device-registration.patch
	patches.suse/net-ethernet-mlx4-Fix-memory-allocation-in-mlx4_budd.patch
	patches.suse/tg3-Fix-soft-lockup-when-tg3_reset_task-fails.patch
	patches.suse/net-packet-fix-overflow-in-tpacket_rcv.patch
	patches.suse/drm-radeon-Prefer-lower-feedback-dividers.patch
	patches.suse/ALSA-firewire-tascam-exclude-Tascam-FE-8-from-detect.patch
	patches.suse/ALSA-firewire-digi00x-exclude-Avid-Adrenaline-from-d.patch
	patches.suse/ALSA-usb-audio-Disable-autosuspend-for-Lenovo-ThinkS.patch
	patches.suse/ALSA-ca0106-fix-error-code-handling.patch
	patches.suse/ALSA-hda-Fix-2-channel-swapping-for-Tegra.patch
	patches.suse/ALSA-hda-tegra-Program-WAKEEN-register-for-Tegra.patch
	patches.suse/Revert-ALSA-hda-Add-support-for-Loongson-7A1000-cont.patch
	patches.suse/ALSA-usb-audio-Add-implicit-feedback-quirk-for-UR22C.patch
	patches.suse/ALSA-usb-audio-Add-basic-capture-support-for-Pioneer.patch
	patches.suse/ALSA-hda-realtek-Add-quirk-for-Samsung-Galaxy-Book2.patch
	patches.suse/ALSA-hda-hdmi-always-check-pin-power-status-in-i915-.patch
	patches.suse/ALSA-hda-Fix-silent-audio-output-and-corrupted-input.patch
	patches.suse/ALSA-pcm-oss-Remove-superfluous-WARN_ON-for-mulaw-sa.patch
	patches.suse/ALSA-hda-hdmi-add-Rocketlake-support.patch
	patches.suse/ALSA-hda-fix-a-runtime-pm-issue-in-SOF-when-integrat.patch
	patches.suse/ALSA-hda-realtek-Improved-routing-for-Thinkpad-X1-7t.patch
	patches.suse/dmaengine-acpi-Put-the-CSRT-table-after-using-it.patch
	patches.suse/dmaengine-of-dma-Fix-of_dma_router_xlate-s-of_dma_xl.patch
	patches.suse/dmaengine-at_hdmac-check-return-value-of-of_find_dev.patch
	patches.suse/dmaengine-pl330-Fix-burst-length-if-burst-size-is-sm.patch
	patches.suse/dmaengine-dw-edma-Fix-scatter-gather-address-calcula.patch
	patches.suse/thermal-ti-soc-thermal-Fix-bogus-thermal-shutdowns-f.patch
	patches.suse/thermal-qcom-spmi-temp-alarm-Don-t-suppress-negative.patch
	patches.suse/ata-ahci-use-ata_link_info-instead-of-ata_link_print.patch
	patches.suse/libata-implement-ATA_HORKAGE_MAX_TRIM_128M-and-apply.patch
	patches.suse/s390-fix-GENERIC_LOCKBREAK-dependency-typo-in-Kconfi.patch
	patches.suse/iommu-vt-d-serialize-iommu-gcmd-register-modifications
	patches.suse/iommu-amd-restore-irte-remapen-bit-after-programming-irte
	patches.suse/iommu-amd-use-cmpxchg_double-when-updating-128-bit-irte
	patches.suse/iommu-amd-do-not-force-direct-mapping-when-sme-is-active
	patches.suse/iommu-amd-do-not-use-iommuv2-functionality-when-sme-is-active
	patches.suse/iommu-vt-d-handle-36bit-addressing-for-x86-32
	patches.suse/scsi-libfc-Fix-for-double-free.patch
	patches.suse/scsi-qla2xxx-Fix-regression-on-sparc64.patch
	patches.suse/scsi-lpfc-Fix-setting-IRQ-affinity-with-an-empty-CPU.patch
	patches.suse/RDMA-mlx4-Read-pkey-table-length-instead-of-hardcode.patch
	patches.suse/RDMA-bnxt_re-Do-not-report-transparent-vlan-from-QP1.patch
	patches.suse/RDMA-bnxt_re-Fix-the-qp-table-indexing.patch
	patches.suse/RDMA-bnxt_re-Static-NQ-depth-allocation.patch
	patches.suse/RDMA-bnxt_re-Restrict-the-max_gids-to-256.patch
	patches.suse/RDMA-bnxt_re-Remove-the-qp-from-list-only-if-the-qp-.patch
	patches.suse/RDMA-bnxt_re-Remove-set-but-not-used-variable-qplib_.patch
	patches.suse/0007-drm-sun4i-add-missing-put_device-call-in-sun8i_r40_t.patch
	patches.suse/0008-drm-sun4i-Fix-dsi-dcs-long-write-function.patch
	patches.suse/0009-drm-sun4i-backend-Support-alpha-property-on-lowest-p.patch
	patches.suse/0010-drm-sun4i-backend-Disable-alpha-on-the-lowest-plane-.patch
	patches.suse/mmc-sdhci-acpi-Clear-amd_sdhci_host-on-reset.patch
	patches.suse/mmc-sdhci-msm-Add-retries-when-all-tuning-phases-are.patch
	patches.suse/mmc-sdhci-of-esdhc-Don-t-walk-device-tree-on-every-i.patch
	patches.suse/mmc-sdio-Use-mmc_pre_req-mmc_post_req.patch
	patches.suse/regulator-push-allocation-in-regulator_init_coupling.patch
	patches.suse/regulator-push-allocation-in-regulator_ena_gpio_requ.patch
	patches.suse/regulator-push-allocations-in-create_regulator-outsi.patch
	patches.suse/regulator-push-allocation-in-set_consumer_device_sup.patch
	patches.suse/regulator-plug-of_node-leak-in-regulator_register-s-.patch
	patches.suse/regulator-remove-superfluous-lock-in-regulator_resol.patch
	patches.suse/regulator-core-Fix-slab-out-of-bounds-in-regulator_u.patch
	patches.suse/regulator-pwm-Fix-machine-constraints-application.patch
	patches.suse/spi-spi-loopback-test-Fix-out-of-bounds-read.patch
	patches.suse/spi-Fix-memory-leak-on-splited-transfers.patch
	patches.suse/spi-stm32-fix-pm_runtime_get_sync-error-checking.patch
	patches.suse/i2c-algo-pca-Reapply-i2c-bus-settings-after-reset.patch
	patches.suse/rbd-require-global-cap_sys_admin-for-mapping-and-unmapping.patch
	patches.suse/btrfs-require-only-sector-size-alignment-for-parent-.patch
	patches.suse/soundwire-fix-double-free-of-dangling-pointer.patch
	patches.suse/firmware_loader-fix-memory-leak-for-paged-buffer.patch
	patches.suse/debugfs-Fix-module-state-check-condition.patch
	patches.suse/iio-adc-ti-ads1015-fix-conversion-when-CONFIG_PM-is-.patch
	patches.suse/iio-accel-kxsd9-Fix-alignment-of-local-buffer.patch
	patches.suse/iio-accel-mma8452-Fix-timestamp-alignment-and-preven.patch
	patches.suse/iio-accel-bmc150-accel-Fix-timestamp-alignment-and-p.patch
	patches.suse/iio-accel-mma7455-Fix-timestamp-alignment-and-preven.patch
	patches.suse/iio-proximity-mb1232-Fix-timestamp-alignment-and-pre.patch
	patches.suse/iio-chemical-ccs811-Fix-timestamp-alignment-and-prev.patch
	patches.suse/iio-light-max44000-Fix-timestamp-alignment-and-preve.patch
	patches.suse/iio-light-ltr501-Fix-timestamp-alignment-issue.patch
	patches.suse/iio-magnetometer-ak8975-Fix-alignment-and-data-leak-.patch
	patches.suse/iio-adc-ti-adc081c-Fix-alignment-and-data-leak-issue.patch
	patches.suse/iio-adc-ti-adc084s021-Fix-alignment-and-data-leak-is.patch
	patches.suse/iio-adc-ina2xx-Fix-timestamp-alignment-issue.patch
	patches.suse/iio-adc-max1118-Fix-alignment-of-timestamp-and-data-.patch
	patches.suse/iio-adc-mcp3422-fix-locking-scope.patch
	patches.suse/iio-adc-mcp3422-fix-locking-on-error-path.patch
	patches.suse/usb-Fix-out-of-sync-data-toggle-if-a-configured-devi.patch
	patches.suse/usb-typec-ucsi-acpi-Check-the-_DEP-dependencies.patch
	patches.suse/usb-core-fix-slab-out-of-bounds-Read-in-read_descrip.patch
	patches.suse/USB-serial-ftdi_sio-add-IDs-for-Xsens-Mti-USB-conver.patch
	patches.suse/USB-serial-option-add-support-for-SIM7070-SIM7080-SI.patch
	patches.suse/USB-serial-option-support-dynamic-Quectel-USB-compos.patch
	patches.suse/fbcon-remove-soft-scrollback-code.patch
	patches.suse/msft-hv-2135-Drivers-hv-vmbus-hibernation-do-not-hang-forever-in-.patch
	patches.suse/msft-hv-2136-Drivers-hv-vmbus-Add-timeout-to-vmbus_wait_for_unloa.patch
	patches.suse/clk-davinci-Use-the-correct-size-when-allocating-mem.patch
	patches.suse/clk-rockchip-Fix-initialization-of-mux_pll_src_4plls.patch
	patches.suse/ALSA-hda-fixup-headset-for-ASUS-GX502-laptop.patch
	patches.suse/ALSA-hda-realtek-The-Mic-on-a-RedmiBook-doesn-t-work.patch
	patches.suse/ASoC-qcom-Set-card-owner-to-avoid-warnings.patch
	patches.suse/ASoC-qcom-common-Fix-refcount-imbalance-on-error.patch
	patches.suse/ASoC-meson-axg-toddr-fix-channel-order-on-g12-platfo.patch
	patches.suse/powerpc-book3s64-radix-Fix-boot-failure-with-large-a.patch
	patches.suse/powerpc-papr_scm-Limit-the-readability-of-perf_stats.patch
	patches.suse/arm64-paravirt-Initialize-steal-time-when-cpu-is-onl.patch
	patches.suse/i2c-i801-Fix-resume-bug.patch
	patches.suse/i2c-mxs-use-MXS_DMA_CTRL_WAIT4END-instead-of-DMA_CTR.patch
	patches.suse/Input-i8042-add-Entroware-Proteus-EL07R4-to-nomux-an.patch
	patches.suse/Input-trackpoint-add-new-trackpoint-variant-IDs.patch
	patches.suse/serial-8250_pci-Add-Realtek-816a-and-816b.patch
	patches.suse/usb-typec-ucsi-Prevent-mode-overrun.patch
	patches.suse/USB-UAS-fix-disconnect-by-unplugging-a-hub.patch
	patches.suse/USB-quirks-Add-USB_QUIRK_IGNORE_REMOTE_WAKEUP-quirk-.patch
	patches.suse/tracing-fix-double-free.patch
	patches.suse/ibmvnic-add-missing-parenthesis-in-do_reset.patch
	patches.suse/wireguard-noise-take-lock-when-removing-handshake-en.patch
	patches.suse/wireguard-peerlookup-take-lock-before-checking-hash-.patch
	patches.suse/net-sched-initialize-with-0-before-setting-erspan-md.patch
	patches.suse/bpf-Fix-a-rcu-warning-for-bpffs-map-pretty-print.patch
	patches.suse/batman-adv-bla-fix-type-misuse-for-backbone_gw-hash-.patch
	patches.suse/batman-adv-mcast-TT-fix-wrongly-dropped-or-rerouted-.patch
	patches.suse/batman-adv-Add-missing-include-for-in_interrupt.patch
	patches.suse/batman-adv-mcast-fix-duplicate-mcast-packets-in-BLA-.patch
	patches.suse/0059-batman-adv-mcast-fix-duplicate-mcast-packets-in-BLA-.patch
	patches.suse/batman-adv-mcast-fix-duplicate-mcast-packets-from-BL.patch
	patches.suse/ALSA-asihpi-fix-iounmap-in-error-handler.patch
	patches.suse/ALSA-hda-realtek-Couldn-t-detect-Mic-if-booting-with.patch
	patches.suse/ALSA-hda-realtek-Enable-front-panel-headset-LED-on-L.patch
	patches.suse/ALSA-usb-audio-Add-delay-quirk-for-H570e-USB-headset.patch
	patches.suse/Revert-ALSA-hda-Fix-silent-audio-output-and-corrupte.patch
	patches.suse/Revert-ALSA-usb-audio-Disable-Lenovo-P620-Rear-line-.patch

	# jejb/scsi for-next
	patches.suse/scsi-smartpqi-identify-physical-devices-without-issuing-inquiry.patch
	patches.suse/scsi-smartpqi-add-id-support-for-smartraid-3152-8i.patch
	patches.suse/scsi-smartpqi-update-logical-volume-size-after-expansion.patch
	patches.suse/scsi-smartpqi-avoid-crashing-kernel-for-controller-issues.patch
	patches.suse/scsi-smartpqi-support-device-deletion-via-sysfs.patch
	patches.suse/scsi-smartpqi-add-raid-bypass-counter.patch
	patches.suse/scsi-smartpqi-bump-version-to-1-2-16-010.patch
	patches.suse/scsi-qla2xxx-Remove-superfluous-memset.patch
	patches.suse/scsi-qla2xxx-Remove-pci-dma-compat-wrapper-API.patch
	patches.suse/scsi-qla2xxx-Fix-the-size-used-in-a-dma_free_coheren.patch
	patches.suse/scsi-qla2xxx-Remove-redundant-variable-initializatio.patch
	patches.suse/scsi-qla2xxx-Fix-wrong-return-value-in-qlt_chk_unres.patch
	patches.suse/scsi-qla2xxx-Fix-wrong-return-value-in-qla_nvme_regi.patch
	patches.suse/scsi-qla2xxx-Fix-the-return-value.patch
	patches.suse/scsi-ibmvfc-Use-compiler-attribute-defines-instead-o.patch
	patches.suse/scsi-qla2xxx-Warn-if-done-or-free-are-called-on-an-a.patch
	patches.suse/scsi-qla2xxx-Simplify-return-value-logic-in-qla2x00_.patch
	patches.suse/scsi-qla2xxx-Log-calling-function-name-in-qla2x00_ge.patch
	patches.suse/scsi-ibmvfc-Avoid-link-down-on-FS9100-canister-reboo.patch

	# powerpc/linux next
	patches.suse/powerpc-numa-Set-numa_node-for-all-possible-cpus.patch
	patches.suse/powerpc-numa-Prefer-node-id-queried-from-vphn.patch
	patches.suse/powerpc-numa-Offline-memoryless-cpuless-node-0.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-add-link-stack-flush-mitigation-in-debugfs.patch
	patches.suse/powerpc-pseries-mobility-notify-network-peers-after-.patch
	patches.suse/powerpc-pseries-group-lmb-operation-and-memblock-s.patch
	patches.suse/powerpc-pseries-update-device-tree-before-ejecting-h.patch
	patches.suse/drivers-base-memory.c-cache-blocks-in-radix-tree-to-.patch
	patches.suse/Deprecate-NR_UNSTABLE_NFS-use-NR_WRITEBACK.patch
	patches.suse/MM-replace-PF_LESS_THROTTLE-with-PF_LOCAL_THROTTLE.patch
	patches.suse/fnic-to-not-call-scsi_done-for-unhandled-commands.patch
	patches.suse/nvdimm-Avoid-race-between-probe-and-reading-device-a.patch
	patches.suse/ibmveth-Fix-use-of-ibmveth-in-a-bridge.patch
	patches.suse/char-virtio-Select-VIRTIO-from-VIRTIO_CONSOLE.patch
	patches.suse/rpadlpar_io-Add-MODULE_DESCRIPTION-entries-to-kernel.patch

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

	# SUSE specific build tweaks
	patches.suse/rpm-kernel-config
	patches.suse/supported-flag
	patches.suse/supported-flag-underscores
	patches.suse/supported-flag-wildcards
	patches.suse/supported-flag-external
	patches.suse/supported-flag-modverdir
	patches.suse/genksyms-add-override-flag.diff
	patches.suse/kernel-add-product-identifying-information-to-kernel-build.patch
	patches.suse/kernel-add-release-status-to-kernel-build.patch
	patches.suse/panic-do-not-print-uninitialized-taint_flags.patch

	# build tweaks for external KMPs
	patches.suse/0001-oracleasm-4.0-compat-changes.patch
	patches.suse/s390-export-symbols-for-crash-kmp.patch

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

	# Patches that should be reposted upstream
	patches.suse/sched-Fix-up-proc-sched_debug-to-print-only-runnable-tasks-again.patch
	patches.suse/sched-fair-Enable-SIS_AVG_CPU-by-default.patch
	patches.suse/rcuwait-Let-rcuwait_wake_up-return-whether-or-not-a-.patch

	# Patches to be carried out-of-tree
	# o changes to default tuning
	patches.suse/sched-optimize-latency-defaults-for-throughput.patch
	patches.suse/readahead-request-tunables.patch

	# o CPU frequency management
	patches.suse/cpufreq-ondemand-set-default-up_threshold-to-30-on-multi-core-systems.patch
	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 of historical interest temporarily preserved in case a
	# relevant bug hits the areas of interest

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

	# spurious-idle: This patch is very specific to a machine topology
	# that is expected to only affect older machines or ones with a
	# small topology. There is a possibility that SMT on small machines
	# would also be affected so this patch is kept in case a major
	# regression is reported on a small or old machine.
+mfleming	patches.suse/sched-Further-improve-spurious-CPU_IDLE-active-migrations.patch

	# pccpufreq-deadband: This patch was very specific to a generation
	# of HP machine which is unavailable at this time. Another
	# pcc-cpufreq machine showed little or no difference. Eventually
	# a suitable machine will be freed and this will be evaulated
	# but for the moment, hold it in reserve.
+aherrmann	patches.suse/pcc-cpufreq-Re-introduce-deadband-effect-to-reduce-number-of-frequency-changes.patch

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

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

	# s390x

	# ppc64

	# ARM
	patches.suse/brcmfmac-expose-RPi-firmware-config-files-through-mo.patch

	########################################################
	# Scheduler
	########################################################
	patches.suse/setuid-dumpable-wrongdir
	patches.suse/perf_timechart_fix_zero_timestamps.patch
	patches.suse/sched-fair-Clear-SMT-siblings-after-determining-the-core-is-not-idle.patch
	patches.suse/sched-nohz-Avoid-disabling-the-tick-for-very-short-durations.patch

	# bnc#1176588
	patches.suse/sched-numa-Check-numa-balancing-information-only-when-enabled.patch
	patches.suse/sched-numa-Avoid-creating-large-imbalances-at-task-creation-time.patch
	patches.suse/cpuidle-Poll-for-a-minimum-of-30ns-and-poll-for-a-tick-if-lower-c-states-are-disabled.patch
	patches.suse/locking-rwsem-Disable-reader-optimistic-spinning.patch

	########################################################
	# Memory management
	########################################################
	patches.suse/memcg-deprecate-memory.force_empty-knob.patch
	patches.suse/mm-inform-about-enabling-mirrored-memory.patch
	patches.suse/0001-Reserve-64MiB-of-CMA-for-RPi3-s-VC4.patch
	patches.suse/mm-Warn-users-of-node-memory-hot-remove-if-the-memory-ratio-is-a-high-risk.patch
	patches.suse/selftests-vm-drop-dependencies-on-page-flags-from-mlock2-tests.patch

	patches.suse/mm-fix-mremap-not-considering-huge-pmd-devmap.patch

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

	# generic
	patches.suse/vfs-add-super_operations-get_inode_dev
	patches.suse/unsupported-features.patch
	patches.suse/procfs-add-tunable-for-fd-fdinfo-dentry-retention.patch
	patches.suse/fs-Avoid-leaving-freed-inode-on-dirty-list.patch
	patches.suse/writeback-Export-inode_io_list_del.patch

	# btrfs
	patches.suse/uapi-add-a-compatibility-layer-between-linux-uio-h-and-glibc
	patches.suse/btrfs-provide-super_operations-get_inode_dev
	patches.suse/btrfs-fs-super.c-add-new-super-block-devices-super_block_d.patch
	patches.suse/btrfs-btrfs-use-the-new-VFS-super_block_dev.patch
	patches.suse/btrfs-qgroup-Mark-qgroup-inconsistent-if-we-re-inher.patch
	patches.suse/btrfs-8447-serialize-subvolume-mounts-with-potentially-mi.patch
	patches.suse/btrfs-8888-add-allow_unsupported-module-parameter.patch
	patches.suse/btrfs-dump_space_info-when-encountering-total_bytes_pinned-0-at-umount.patch
	patches.suse/btrfs-force-chunk-allocation-if-our-global-rsv-is-larger-than-metadata.patch
	patches.suse/btrfs-improve-global-reserve-stealing-logic.patch
	patches.suse/btrfs-allow-us-to-use-up-to-90-of-the-global-rsv-for-unlink.patch
	patches.suse/btrfs-account-for-trans_block_rsv-in-may_commit_transaction.patch
	patches.suse/btrfs-only-check-priority-tickets-for-priority-flushing.patch
	patches.suse/btrfs-run-btrfs_try_granting_tickets-if-a-priority-ticket-fails.patch
	patches.suse/btrfs-relocation-Work-around-dead-relocation-stage-l.patch

	# ext[2-4]
	patches.suse/ext4-dont-warn-when-enabling-DAX.patch
	patches.suse/ext4-unsupported-features.patch
	patches.suse/ext4-Avoid-freeing-inodes-on-dirty-list.patch

	# XFS
	patches.suse/xfs-remove-experimental-tag-for-dax-support.patch
	patches.suse/xfs-repair-malformed-inode-items-during-log-recovery.patch

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

	# NFS
	patches.suse/0001-NFS-flush-out-dirty-data-on-file-fput.patch
	patches.suse/mvfs-workaround.patch
	patches.suse/0001-NFSv4-don-t-let-hanging-mounts-block-other-mounts.patch
	patches.suse/0006-NFS-Allow-multiple-connections-to-NFSv3-and-NFSv4.0-.patch
	patches.suse/nfs-set-acl-perm.patch
	patches.suse/NFSv4.1-bc-request-hold-xprt-ref.patch
	patches.suse/nfsd-show_open-NULL-deref.patch
	patches.suse/SUNRPC-dont-update-timeout-value-on-connection-reset.patch

	# other
	patches.suse/pstore_disable_efi_backend_by_default.patch
	patches.suse/io_uring-ensure-req-submit-is-copied-when-req-is-def.patch

	########################################################
	# Block layer
	########################################################
	patches.suse/dm-mpath-leastpending-path-update
	patches.suse/dm-table-switch-to-readonly
	patches.suse/dm-mpath-no-partitions-feature
	patches.suse/md-display-timeout-error.patch
	patches.suse/Revert-nvme-allow-64-bit-results-in-passthru-command.patch
	patches.suse/md-raid0-fix-buffer-overflow-at-debug-print.patch
	patches.suse/mdraid-fix-read-write-bytes-accounting.patch
	patches.suse/bfq-tune-slice-idle.patch
	patches.suse/block-floppy-fix-contended-case-in-floppy_queue_rq.patch
	patches.suse/bfq-Avoid-false-bfq-queue-merging.patch
	patches.suse/bfq-Use-ttime-local-variable.patch
	patches.suse/bfq-Use-only-idle-IO-periods-for-think-time-calculat.patch
	patches.suse/bfq-Fix-check-detecting-whether-waker-queue-should-b.patch

	########################################################
	# Networking core
	########################################################
	patches.suse/Revert-netfilter-conntrack-remove-helper-hook-again.patch

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

	# Module signing / secure boot
	patches.suse/KEYS-Make-use-of-platform-keyring-for-module-signatu.patch

	# Lock down functions for UEFI secure boot
	patches.suse/0001-security-lockdown-expose-a-hook-to-lock-the-kernel-down.patch
	patches.suse/0002-efi-Add-an-EFI_SECURE_BOOT-flag-to-indicate-secure-boot-mode.patch
	patches.suse/0003-efi-Lock-down-the-kernel-if-booted-in-secure-boot-mode.patch
	patches.suse/0004-efi-Lock-down-the-kernel-at-the-integrity-level-if-b.patch

	# Using the hash in MOKx to blacklist kernel module, FATE#316531
	patches.suse/0001-MODSIGN-do-not-load-mok-when-secure-boot-disabled.patch
	patches.suse/0001-efi-add-a-function-to-convert-the-status-code-to-a-s.patch
	patches.suse/0002-efi-show-error-messages-only-when-loading-certificat.patch
	patches.suse/0003-MODSIGN-load-blacklist-from-MOKx.patch
	patches.suse/0004-MODSIGN-checking-the-blacklisted-hash-before-loading.patch

	# Hibernation Signature Verification FATE#316350
	patches.suse/0001-security-create-hidden-area-to-keep-sensitive-data.patch
	patches.suse/0002-hibernate-avoid-the-data-in-hidden-area-to-be-snapsh.patch
	patches.suse/0003-x86-KASLR-public-the-function-for-getting-random-lon.patch
	patches.suse/0005-efi-generate-secret-key-in-EFI-boot-environment.patch
	patches.suse/0006-efi-allow-user-to-regenerate-secret-key.patch
	patches.suse/0007-PM-hibernate-encrypt-hidden-area.patch
	patches.suse/0008-PM-hibernate-Generate-and-verify-signature-for-snaps.patch
	patches.suse/0009-PM-hibernate-prevent-EFI-secret-key-to-be-regenerate.patch
	patches.suse/0010-PM-hibernate-a-option-to-request-that-snapshot-image.patch
	patches.suse/0011-PM-hibernate-require-hibernate-snapshot-image-to-be-.patch

	# FIPS
	patches.suse/0008-random-move-FIPS-continuous-test-to-output-functions.patch
	patches.suse/aes_s390-zeroize-stack-keys
	patches.suse/fips-enable-ansi_cprng-in-testmgr
	patches.suse/crypto-arm-neon-memzero-aescbc-setkey

	########################################################
	# Virtualization
	########################################################
	patches.suse/suse-hv-guest-os-id.patch
	patches.suse/0001-usb-Add-Xen-pvUSB-protocol-description.patch
	patches.suse/0002-usb-Introduce-Xen-pvUSB-frontend-xen-hcd.patch
	patches.suse/0001-kvm-Reintroduce-nopvspin-kernel-parameter.patch
	patches.suse/0001-xen-don-t-reschedule-in-preemption-off-sections.patch

	########################################################
	# Other core patches
	########################################################
	patches.suse/cgroup-rstat-Revert-cgroup-Add-memory-barriers-to-plug-cgroup_rstat_updated-race-window.patch

	########################################################
	# PM
	########################################################
	patches.suse/acpi_thinkpad_introduce_acpi_root_table_boot_param.patch
	patches.suse/acpi_thermal_passive_blacklist.patch
	patches.suse/ACPI-acpi_pad-Do-not-launch-acpi_pad-threads-on-idle-cpus.patch
	patches.suse/acpi-disable-deprecated-warnings.patch
	patches.suse/thermal-Add-a-sanity-check-for-invalid-state-at-stat.patch

	########################################################
	# DRM / Graphics
	########################################################
	patches.suse/drm-i915-Fix-ref-mutex-deadlock-in-i915_active_wait.patch
	patches.suse/drm-i915-Disable-tv-output-on-i9x5gm
	patches.suse/nouveau-avoid-annoying-stack-trace-for-timeout.patch
	patches.suse/drm-mgag200-Implement-basic-PM-support
	patches.suse/0001-drm-ttm-Remove-warning-about-inconsistent-mapping-in.patch

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

	# SCSI
	patches.suse/scsi-retry-alua-transition-in-progress
	patches.suse/megaraid-mbox-fix-SG_IO
	patches.suse/ata-Fix-racy-link-clearance.patch
	patches.suse/fcoe-reduce-max_sectors
	patches.suse/scsi-do-not-print-reservation-conflict-for-TEST-UNIT.patch
	patches.suse/sd-always-retry-READ-CAPACITY-for-ALUA-state-transit.patch
	patches.suse/drivers-base-implement-dev_enable_async_probe.patch
	patches.suse/scsi-add-disable_async_probing-module-argument.patch
	patches.suse/ch-fixup-refcounting-imbalance-for-SCSI-devices.patch
	patches.suse/ch-synchronize-ch_probe-and-ch_open.patch
	patches.suse/ch-remove-ch_mutex.patch

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

	# SES Ceph RBD backend for LIO
	patches.suse/rbd-export-some-functions-used-by-lio-rbd-backend.patch
	patches.suse/rbd-move-structs-used-by-lio-rbd-to-new-header.patch
	patches.suse/rbd-add-img_request-done-callback.patch
	patches.suse/rbd-add-lio-specific-data-area.patch
	patches.suse/target-add-rbd-backend.patch
	patches.suse/target-add-lio-rbd-to-makefile-Kconfig.patch

	########################################################
	# Networking drivers (wired)
	########################################################
	patches.suse/net-phy-realtek-fix-handling-of-RTL8105e-integrated-.patch
	patches.suse/misdn-add-support-for-group-membership-check
	patches.suse/mlx5-add-parameter-to-disable-enhanced-IPoIB.patch
	patches.suse/lan78xx-Enable-LEDs-and-auto-negotiation.patch
	patches.suse/net-mvpp2-Enable-autoneg-bypass-for-1000BaseX-2500Ba.patch
	patches.suse/r8169-Revive-default-chip-version-for-r8168.patch
	patches.suse/bsc1170284-ixgbe_dont_check_firmware_errors.patch

	########################################################
	# Wireless networking drivers
	########################################################
	patches.suse/b43-missing-firmware-info.patch
	patches.suse/Bluetooth-Disconnect-if-E0-is-used-for-Level-4.patch

	########################################################
	# USB
	########################################################
	patches.suse/firmware-raspberrypi-introduce-vl805-init-routine.patch
	patches.suse/pci-brcmstb-wait-for-raspberry-pi-s-firmware-when-present.patch
	patches.suse/soc-bcm2835-sync-xhci-reset-firmware-property-with-downstream.patch
	patches.suse/usb-pci-quirks-add-raspberry-pi-4-quirk.patch

	########################################################
	# Input
	########################################################
	patches.suse/kbd-ignore-gfx.patch
	patches.suse/Input-Fix-memory-leak-in-psxpad_spi_probe.patch

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

	########################################################
	# Other drivers
	########################################################
        # NXP lx2160 silicon rev1 PCIe workarounds
        patches.suse/PCI-mobiveil-ls_pcie_g4-add-Workaround-for-A-011577.patch
        patches.suse/PCI-mobiveil-ls_pcie_g4-add-Workaround-for-A-011451.patch
        patches.suse/PCI-mobiveil-ls_pcie_g4-fix-SError-when-accessing-co.patch

	# CN99xx silicon revision Ax erratum
	patches.suse/0001-PCI-Vulcan-AHCI-PCI-bar-fix-for-Broadcom-Vulcan-earl.patch
	patches.suse/0013-ahci-thunderx2-Fix-for-errata-that-affects-stop-engi.patch
	patches.suse/0001-ahci-thunderx2-stop-engine-fix-update.patch
	patches.suse/0001-ahci-thunderx2-update-stop-engine-errata-delay-value.patch

	# LS1028A Switch
	patches.suse/net-dsa-felix-use-dsa_switch_alloc.patch

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

	# Printk
	patches.suse/printk-console-Correctly-mark-console-that-is-used-w.patch
	patches.suse/printk-panic-Avoid-deadlock-in-printk-after-stopping-CPUs-by-NMI.patch

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

	########################################################
	# Livepatching
	########################################################
	patches.suse/livepatch-mark-the-kernel-unsupported-when-disabling.patch
	patches.suse/livepatch-define-a-macro-for-new-api-identification.patch
	patches.suse/livepatch-dump-ipa-clones.patch

	# klp-convert
	patches.suse/livepatch-create-and-include-UAPI-headers.patch
	patches.suse/livepatch-modpost-ignore-unresolved-symbols.patch

	########################################################
	# Stable minor numbers
	########################################################
	patches.suse/Linux-5.3.1.patch
	patches.suse/Linux-5.3.2.patch
	patches.suse/Linux-5.3.3.patch
	patches.suse/Linux-5.3.4.patch
	patches.suse/Linux-5.3.5.patch
	patches.suse/Linux-5.3.6.patch
	patches.suse/Linux-5.3.7.patch
	patches.suse/Linux-5.3.8.patch
	patches.suse/Linux-5.3.9.patch
	patches.suse/Linux-5.3.10.patch
	patches.suse/Linux-5.3.11.patch
	patches.suse/Linux-5.3.12.patch
	patches.suse/Linux-5.3.13.patch
	patches.suse/Linux-5.3.14.patch
	patches.suse/Linux-5.3.15.patch
	patches.suse/Linux-5.3.16.patch
	patches.suse/Linux-5.3.17.patch
	patches.suse/Linux-5.3.18.patch

	########################################################
	# SUSE kABI padding
	########################################################
	patches.suse/kabi-arm64-reserve-space-in-cpu_hwcaps-and-cpu_hwcap.patch
	patches.suse/0003-kabi-Add-placeholders-to-a-couple-of-important-struc.patch
	patches.suse/0001-Add-a-void-suse_kabi_padding-placeholder-to-some-USB.patch
	patches.suse/0001-Thunderbolt-kABI-paddings-added.patch
	patches.suse/0002-Add-a-void-suse_kabi_padding-placeholder-to-some-USB.patch
	patches.suse/0002-Add-a-void-suse_kabi_padding-placeholder-to-some-gsp.patch
	patches.suse/0001-typeC-add-kABI-padding.patch
	patches.suse/0001-USB-fix-kABI-padding.patch
	patches.suse/prepare-arm64-kgraft
	patches.suse/suse-hv-kabi.patch
	patches.suse/0001-kABI-more-hooks-for-PCI-changes.patch

	########################################################
	# kABI consistency patches
	########################################################
	patches.kabi/0001-kABI-Fix-kABI-after-EDR-backport.patch
	patches.kabi/s390-prevent-leaking-kernel-address-in-bear
	patches.kabi/snd-rawmidi-buffer_ref-kABI-workaround.patch
	patches.kabi/ALSA-hdac_bus-kABi-workaround.patch
	patches.kabi/bdi-dev_name-kabi-fix.patch
	patches.kabi/sunrpc-clean-up-properly-in-gss_mech_unregister.patch
	patches.kabi/kabi-ppc64le-prevent-struct-dma_map_ops-to-become-de.patch
	patches.kabi/libnvdimm-cover-up-nd_pfn_sb-change.patch
	patches.kabi/libnvdimm-cover-up-nd_region-changes.patch
	patches.kabi/libnvdimm-cover-up-nvdimm_security_ops-changes.patch
	patches.kabi/libnvdimm-cover-up-struct-nvdimm-changes.patch
	patches.kabi/suse-hv-2037-PCI-hv-Introduce-hv_msi_entry.patch
	patches.kabi/jbd2-abort-mutex-kabi.patch
	patches.kabi/net-don-t-return-invalid-table-id-error-when-we-fall.patch
	patches.kabi/net-mlx5-Add-command-entry-handling-completion.patch
	patches.kabi/kABI-fixup-mtk-vpu-avoid-unaligned-access-to-DTCM-buffer.patch
	patches.kabi/padata-kABI-fixup-for-struct-padata_instance-splitti.patch
	patches.kabi/l2tp-do-not-use-inet_hash-inet_unhash.patch
	patches.kabi/pcie-revive-__aer_firmware_first_valid.patch
	patches.kabi/SUNRPC-dont-update-timeout-value-on-connection-reset-kabi.patch
	patches.kabi/kabi-workaround-for-struct-kvm_vcpu_arch.patch
	patches.kabi/kabi-workaround-for-struct-kvm_device.patch
	patches.kabi/sock_cgroup_data-kabi-fix.patch
	patches.kabi/xfrm-policy-match-with-both-mark-and-mask-on-user-in-kabi.patch
	patches.kabi/nvme-kABI-fixes-for-nvme_ctrl.patch
	patches.kabi/genetlink-remove-genl_bind.patch
	patches.kabi/scsi-fc-kABI-fixes-for-new-ELS_RDP-definition.patch
	patches.kabi/kABI-Fix-kABI-after-EFI_RT_PROPERTIES-table-backport.patch
	patches.kabi/net-dsa-microchip-call-phy_remove_link_mode-during-p.patch

	########################################################
	# You'd better have a good reason for adding a patch
	# below here.
	########################################################